@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=Outfit:wght@500;600;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=Outfit:wght@500;600;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=Outfit:wght@500;600;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* Example Media Query Mixin:
@mixin mq($breakpoint, $type: min) {
  @if $type == min {
    @media (min-width: $breakpoint) {
      @content;
    }
  } @else if $type == max {
    @media (max-width: ($breakpoint - 1px)) { // Use max-width: breakpoint - 1px for non-overlapping ranges
      @content;
    }
  }
}

// Usage:
// .element {
//   @include mq($breakpoint-md) { // Applies styles from $breakpoint-md upwards
//     font-size: 1.2rem;
//   }
//   @include mq($breakpoint-lg, max) { // Applies styles up to (but not including) $breakpoint-lg
//       display: none;
//   }
// }
*/
/* ress.css • v2.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* # =================================================================
   # General elements
   # ================================================================= */
body {
  margin: 0;
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
nav,
section {
  display: block;
}

/* # =================================================================
   # Typography
   # ================================================================= */
/**
 * 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;
}

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

/**
 * Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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;
}

/* # =================================================================
   # Grouping content
   # ================================================================= */
/**
 * Add the correct display in IE 9-.
 */
figure,
figcaption {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/**
 * Add the correct display in IE.
 */
pre {
  display: block;
  font-family: monospace, monospace;
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 0;
  overflow: auto;
  white-space: pre;
}

/* # =================================================================
   # Embedded content
   # ================================================================= */
/**
 * Change the alignment on media elements in IE 9-.
 */
audio,
canvas,
progress,
video {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 9-.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in IE 9-.
 */
svg:not(:root) {
  fill: currentColor;
}

/* # =================================================================
   # Forms
   # ================================================================= */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
}

/**
 * Inherit the font properties to avoid applying the default styles
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * Change the font styles in all browsers (opinionated).
 */
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * Correct the text style on placeholders
 */
input::placeholder,
textarea::placeholder {
  opacity: 1;
}

/**
 * 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;
}

/**
 * Correct the odd appearance in Chrome and Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

/**
 * Correct the text wrapping in Edge and IE.
 */
textarea {
  overflow: auto;
  resize: vertical;
}

/* # =================================================================
   # Interactive
   # ================================================================= */
/*
 * Add the correct display in IE 9-.
 */
details {
  display: block;
}

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

/* # =================================================================
   # Attributes
   # ================================================================= */
/**
 * Add the correct display in IE 9-.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/**
* Change the cursor on busy elements
*/
[aria-busy=true] {
  cursor: progress;
}

/**
* Change the cursor on control elements
*/
[aria-controls] {
  cursor: pointer;
}

/**
* Change the display on visually hidden elements
*/
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
* Change the cursor on disabled, not-editable, or otherwise
* inoperable elements
*/
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

html {
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
  font-weight: 600;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  position: relative;
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.7;
  color: #333333;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px;
}
@media (max-width: 767px) {
  body {
    padding: 5px;
  }
}

a {
  color: #333333;
  text-decoration: none;
  transition: color all 0.3s ease-in-out;
}
a:hover, a:focus {
  color: rgb(0.5853658537, 64.3902439024, 71.4146341463);
  text-decoration: none;
}

img,
svg,
video,
canvas,
audio,
embed,
object {
  display: block;
  max-width: 100%;
  height: auto;
}

iframe {
  display: block;
  max-width: 100%;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 24px;
}

li {
  margin-bottom: 8px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #272343;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
}

blockquote {
  margin: 16px 24px;
  padding: 12px 20px;
  border-left: 4px solid #E0E0E0;
  background-color: #F7F9FA;
  font-style: italic;
  color: #777777;
}
blockquote p:last-child {
  margin-bottom: 0;
}

hr {
  border: 0;
  border-top: 1px solid #E0E0E0;
  margin: 32px 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

*:focus {
  outline: 2px solid #016E7A;
  outline-offset: 2px;
}

*:focus:not(:focus-visible) {
  outline: none;
}

*:focus-visible {
  outline: 2px solid #016E7A;
  outline-offset: 2px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.bg-light-gray {
  background-color: #F7F9FA;
}

section {
  padding: 80px 0;
}

.fix_tac_bnr {
  position: fixed;
  top: 150px;
  right: 0;
  padding: 15px 20px 20px 20px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 1;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  background-color: #7EA8A6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
}

.fix_tac_bnr::before {
  content: "\f0e0";
  margin-bottom: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fix_tac_bnr:hover {
  color: #ffd500;
  background-color: #333333;
}

.site-wrapper {
  background-color: #FFFFFF;
  min-height: calc(100vh - 40px);
}
@media (max-width: 767px) {
  .site-wrapper {
    /*margin: 10px;*/
    min-height: calc(100vh - 20px);
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .site-wrapper {
    /*margin: 5px;*/
    min-height: calc(100vh - 10px);
  }
}

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

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

p {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #333333;
  font-weight: 400;
}

span {
  font-weight: 600;
}

h1, .h1 {
  font-family: "クレー", "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  color: #FFFFFF;
}

h2, .h2 {
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
  color: #016E7A;
}

h3, .h3 {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #272343;
}

h4, .h4 {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  color: #272343;
}

h5, .h5 {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  color: #272343;
}

h6, .h6 {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  color: #272343;
}

small, .text-small {
  font-size: 0.875em;
}

.lead {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
}

.fab, .fas, .far {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

body:not(.page-id-7) .animate-on-scroll,
body:not(.page-id-7) .fade-in-up,
body:not(.page-id-7) .fade-in-down,
body:not(.page-id-7) .fade-in-left,
body:not(.page-id-7) .fade-in-right,
body:not(.page-id-7) .zoom-in,
body:not(.page-id-7) .zoom-out,
body:not(.page-id-7) .rotate-in {
  opacity: 0;
  will-change: opacity, transform;
  pointer-events: none;
}
body:not(.page-id-7) .animate-on-scroll.animated,
body:not(.page-id-7) .fade-in-up.animated,
body:not(.page-id-7) .fade-in-down.animated,
body:not(.page-id-7) .fade-in-left.animated,
body:not(.page-id-7) .fade-in-right.animated,
body:not(.page-id-7) .zoom-in.animated,
body:not(.page-id-7) .zoom-out.animated,
body:not(.page-id-7) .rotate-in.animated {
  opacity: 1;
  transform: translateY(0) translateX(0) scale(1) rotate(0) !important;
  pointer-events: auto;
}

body:not(.page-id-7) .delay-1 {
  transition-delay: 0.15s !important;
}

body:not(.page-id-7) .delay-2 {
  transition-delay: 0.3s !important;
}

body:not(.page-id-7) .delay-3 {
  transition-delay: 0.45s !important;
}

body:not(.page-id-7) .delay-4 {
  transition-delay: 0.6s !important;
}

body:not(.page-id-7) .delay-5 {
  transition-delay: 0.75s !important;
}

body:not(.page-id-7) .fade-in-up {
  transform: translateY(-40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

body:not(.page-id-7) .fade-in-down {
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

body:not(.page-id-7) .fade-in-left {
  transform: translateX(-40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

body:not(.page-id-7) .fade-in-right {
  transform: translateX(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

body:not(.page-id-7) .zoom-in {
  transform: scale(0.8);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

body:not(.page-id-7) .zoom-out {
  transform: scale(1.2);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

body:not(.page-id-7) .rotate-in {
  transform: rotate(-10deg) scale(0.9);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

@media (max-width: 767px) {
  .animate-on-scroll,
  .fade-in-up,
  .fade-in-down,
  .fade-in-left,
  .fade-in-right,
  .zoom-in,
  .zoom-out,
  .rotate-in {
    transition-duration: 0.6s;
  }
  .animate-on-scroll.fade-in-up,
  .fade-in-up.fade-in-up,
  .fade-in-down.fade-in-up,
  .fade-in-left.fade-in-up,
  .fade-in-right.fade-in-up,
  .zoom-in.fade-in-up,
  .zoom-out.fade-in-up,
  .rotate-in.fade-in-up {
    transform: translateY(-20px);
  }
  .animate-on-scroll.fade-in-down,
  .fade-in-up.fade-in-down,
  .fade-in-down.fade-in-down,
  .fade-in-left.fade-in-down,
  .fade-in-right.fade-in-down,
  .zoom-in.fade-in-down,
  .zoom-out.fade-in-down,
  .rotate-in.fade-in-down {
    transform: translateY(20px);
  }
  .animate-on-scroll.fade-in-left,
  .fade-in-up.fade-in-left,
  .fade-in-down.fade-in-left,
  .fade-in-left.fade-in-left,
  .fade-in-right.fade-in-left,
  .zoom-in.fade-in-left,
  .zoom-out.fade-in-left,
  .rotate-in.fade-in-left {
    transform: translateX(-20px);
  }
  .animate-on-scroll.fade-in-right,
  .fade-in-up.fade-in-right,
  .fade-in-down.fade-in-right,
  .fade-in-left.fade-in-right,
  .fade-in-right.fade-in-right,
  .zoom-in.fade-in-right,
  .zoom-out.fade-in-right,
  .rotate-in.fade-in-right {
    transform: translateX(20px);
  }
}
.mv-animation-enabled .section-mv {
  overflow: hidden;
}
.mv-animation-enabled .section-mv .mv__image-wrapper,
.mv-animation-enabled .section-mv .mv__title,
.mv-animation-enabled .section-mv .mv__content,
.mv-animation-enabled .section-mv .mv__scroll,
.mv-animation-enabled .section-mv .mv__logo-link {
  opacity: 0;
  visibility: visible;
  transition-property: opacity, transform;
  transition-duration: 1.5s, 1.5s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  backface-visibility: hidden;
}
.mv-animation-enabled .section-mv .mv__title,
.mv-animation-enabled .section-mv .mv__content {
  transition-duration: 1.2s, 1.2s;
}
.mv-animation-enabled .section-mv .mv__scroll {
  transition-duration: 1s, 1s;
}

.site-container {
  width: 100%;
  max-width: 1478px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1499px) {
  .site-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1023px) {
  .site-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .site-container {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .site-container {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.button-right {
  display: flex !important;
  justify-content: flex-end !important;
  padding: 0;
  max-width: 100%;
}
.button-right .works__link-container {
  width: 100%;
  max-width: 335px;
}
@media (max-width: 767px) {
  .button-right .works__link-container {
    max-width: 100%;
  }
}

#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1010;
}
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  background-color: #FFFFFF;
  box-shadow: 0 2px 5px rgba(51, 51, 51, 0.08);
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 320px) and (max-width: 375px) {
  .site-header {
    padding: 8px 0;
  }
}
.site-header.is-sticky {
  transform: translateY(0);
}
.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1478px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .site-header__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.site-branding {
  margin: 0;
}
.site-branding > a {
  display: block;
  height: 57px;
  line-height: 0;
}
@media (max-width: 767px) {
  .site-branding > a {
    height: 45px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .site-branding > a {
    height: 40px;
  }
}
.site-branding .custom-logo {
  height: 100%;
  max-height: 100%;
  width: auto;
  vertical-align: middle;
}
.site-branding .site-title,
.site-branding .site-description {
  display: none;
}

.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1020;
  position: relative;
}
.menu-toggle:focus {
  outline: none;
}
.menu-toggle .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #272343;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
  transform-origin: center;
  position: absolute;
  left: 0;
}
.menu-toggle .line:nth-child(1) {
  top: 0;
}
.menu-toggle .line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu-toggle .line:nth-child(3) {
  bottom: 0;
}
.menu-toggle.is-active .line {
  background-color: #FFFFFF;
}
.menu-toggle.is-active .line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.menu-toggle.is-active .line:nth-child(2) {
  opacity: 0;
  transform: translateY(-50%) scale(0);
}
.menu-toggle.is-active .line:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.site-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #f0f6f6;
  z-index: 990;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  overflow-y: auto;
  padding-top: 120px;
}
.site-navigation .footer-navigation {
  padding: 100px 4% 0 4% !important;
}
@media (max-width: 767px) {
  .site-navigation .footer-navigation {
    padding: 80px 4% 0 4% !important;
  }
}
.site-navigation .header-contact__boxes {
  padding: 60px 0 0 0 !important;
}
@media (max-width: 767px) {
  .site-navigation .header-contact__boxes {
    padding: 60px 4% 0 4% !important;
  }
}
.site-navigation .header-contact__boxes .section-contact__box .section-contact__box-content p {
  color: #333333 !important;
  font-size: 20px;
  font-weight: 700;
}
.site-navigation .header-contact__boxes .section-contact__box .section-contact__phone-number p {
  color: #333333 !important;
  font-size: 31px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .site-navigation {
    padding-top: 100px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .site-navigation {
    padding-top: 80px;
  }
}
.site-navigation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.site-navigation__inner {
  max-width: 1478px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .site-navigation__inner {
    padding: 0 15px;
  }
}

.main-navigation .menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.main-navigation .menu-list .menu-item {
  margin-bottom: 24px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition-delay: calc(0.1s * var(--item-index, 0));
}
@media (max-width: 767px) {
  .main-navigation .menu-list .menu-item {
    margin-bottom: 16px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .main-navigation .menu-list .menu-item {
    margin-bottom: 12px;
  }
}
.main-navigation .menu-list .menu-item a {
  font-size: 24px;
  color: #272343;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease, transform 0.2s ease;
  display: block;
  padding: 8px 0;
  position: relative;
}
@media (max-width: 767px) {
  .main-navigation .menu-list .menu-item a {
    font-size: 20px;
    padding: 6px 0;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .main-navigation .menu-list .menu-item a {
    font-size: 16px;
    padding: 4px 0;
  }
}
.main-navigation .menu-list .menu-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #016E7A;
  transition: width 0.3s ease;
}
@media (min-width: 320px) and (max-width: 375px) {
  .main-navigation .menu-list .menu-item a::after {
    height: 1px;
  }
}
.main-navigation .menu-list .menu-item a:hover {
  color: #016E7A;
  transform: translateX(5px);
}
.main-navigation .menu-list .menu-item a:hover::after {
  width: 30px;
}
@media (min-width: 320px) and (max-width: 375px) {
  .main-navigation .menu-list .menu-item a:hover::after {
    width: 20px;
  }
}

.menu-open {
  overflow: hidden;
}
.menu-open .site-navigation {
  visibility: visible;
  opacity: 1;
}
.menu-open .site-navigation .menu-item {
  opacity: 1;
  transform: translateY(0);
}

/* // REMAINS COMMENTED OUT
.main-navigation { 
  // All styles related to the main navigation menu
  ...
}

.header-actions {
  // All styles related to header buttons, etc.
  ...
}

.header-tel {
  // All styles related to the telephone number
  ...
}
*/
@media (max-width: 991px) {
  .main-navigation {
    width: 100%;
  }
  .main-navigation .menu-list {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .menu-toggle {
    width: 24px;
    height: 18px;
  }
  .main-navigation .menu-list .menu-item a {
    font-size: 20px;
  }
  .site-navigation {
    padding-top: 100px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .menu-toggle {
    width: 20px;
    height: 16px;
  }
  .site-navigation {
    padding-top: 80px;
  }
}
.site-footer {
  background-color: #7EA8A6;
  color: #FFFFFF;
  font-size: 0.875rem;
  padding-top: 0;
}
.site-footer a {
  color: #FFFFFF;
  text-decoration: none;
}
.site-footer a:hover, .site-footer a:focus {
  opacity: 0.8;
  text-decoration: none;
}
.site-footer__inner {
  display: flex;
  padding: 64px 0;
}
@media screen and (max-width: 1590px) {
  .site-footer__inner {
    padding: 64px 4%;
  }
}
@media screen and (max-width: 1020px) {
  .site-footer__inner {
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .site-footer__inner {
    padding: 64px 0;
    flex-direction: column;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .site-footer__inner {
    padding: 32px 4%;
  }
}
.site-footer .footer-info {
  flex-basis: 20%;
  flex-shrink: 0;
  margin-right: 40px;
}
@media (max-width: 1023px) {
  .site-footer .footer-info {
    margin-right: 0;
    margin-bottom: 32px;
    text-align: center;
  }
}
.site-footer .footer-logo {
  margin-bottom: 36px;
}
.site-footer .footer-logo img {
  width: 100%;
  max-width: 120px;
  max-height: auto !important;
}
@media screen and (max-width: 1020px) {
  .site-footer .footer-logo img {
    margin-left: auto;
    margin-right: auto;
  }
}
.site-footer .footer-address {
  font-style: normal;
  line-height: 1.7;
  margin-bottom: 24px;
  font-size: 15px;
}
.site-footer .footer-social {
  display: flex;
  gap: 16px;
  margin-top: 100px;
}
@media screen and (max-width: 1020px) {
  .site-footer .footer-social {
    margin-top: 32px;
    justify-content: center;
  }
}
.site-footer .footer-social .social-link {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.site-footer .footer-social .social-link i {
  font-size: 20px;
  color: #fff;
}
.site-footer .footer-social .social-link img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.site-footer .footer-social .social-link:hover {
  opacity: 0.8;
}
.site-footer .footer-navigation {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 20px;
}
@media screen and (max-width: 1020px) {
  .site-footer .footer-navigation {
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .site-footer .footer-navigation {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-navigation {
    flex-direction: column;
    padding-top: 20px;
  }
}
.site-footer .footer-nav-column {
  flex: 1;
}
@media screen and (max-width: 1020px) {
  .site-footer .footer-nav-column {
    padding: 0 4% !important;
  }
}
@media (max-width: 1023px) {
  .site-footer .footer-nav-column {
    padding: 0;
    flex-basis: 45%;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-nav-column {
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.site-footer .footer-nav-column .footer-nav-title {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 16px;
  margin-bottom: 24px;
  color: #FFFFFF;
}
.site-footer .footer-nav-column .footer-nav-title:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .site-footer .footer-nav-column .footer-nav-title {
    margin: 0;
    padding: 12px 0;
    position: relative;
  }
  .site-footer .footer-nav-column .footer-nav-title.has-children {
    cursor: pointer;
    display: block;
    width: 100%;
  }
  .site-footer .footer-nav-column .footer-nav-title.has-children::after {
    content: "+";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.25rem;
    transition: transform 0.3s ease;
  }
  .site-footer .footer-nav-column .footer-nav-title.has-children.is-open::after {
    content: "-";
    transform: translateY(-50%);
  }
}
.site-footer .footer-nav-column ul {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0 0 24px 0;
}
@media (max-width: 767px) {
  .site-footer .footer-nav-column ul {
    overflow: hidden;
    max-height: 0;
    padding-left: 16px;
    padding-bottom: 0;
    margin-bottom: 0;
    transition: max-height 0.3s ease, padding-bottom 0.3s ease;
  }
  .site-footer .footer-nav-column ul.is-open {
    max-height: 300px;
    padding-bottom: 16px;
    margin-bottom: 8px;
  }
}
.site-footer .footer-nav-column li {
  margin-bottom: 8px;
  font-size: 15px;
}
.site-footer .footer-nav-column li:last-child {
  margin-bottom: 0;
}
.site-footer .footer-nav-column .footer-nav-three-column {
  padding: 0 0 0 50px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .site-footer .footer-nav-column .footer-nav-three-column {
    padding-left: 16px;
  }
}
.site-footer__copyright {
  background-color: #7EA8A6;
  padding: 16px 0;
  text-align: right;
}
@media screen and (max-width: 1020px) {
  .site-footer__copyright {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .site-footer__copyright {
    padding: 8px 4%;
  }
}
.site-footer__copyright p {
  margin: 0;
  font-size: 0.75rem;
  color: #FFFFFF;
}

.site-main {
  display: block;
}

.button {
  display: inline-block;
  padding: 25px 28px;
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .button {
    padding: 8px 20px;
    font-size: 0.8125rem;
    height: 57px;
    position: relative;
  }
  .button span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .button {
    padding: 6px 12px;
    font-size: 0.6875rem;
  }
}
.button:hover, .button:focus {
  text-decoration: none;
}
.button:focus {
  outline: 2px solid #016E7A;
  outline-offset: 2px;
}

.button--primary {
  background-color: #016E7A;
  border-color: #016E7A;
  color: #FFFFFF;
}
.site-header .button--primary, .site-header--sticky .button--primary {
  padding: 8px 24px;
  font-size: 0.875rem;
}
.button--primary:hover, .button--primary:focus {
  background-color: rgb(0.6682926829, 73.512195122, 81.5317073171);
  border-color: rgb(0.6682926829, 73.512195122, 81.5317073171);
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.button--secondary {
  background-color: #FFFFFF;
  border: 1px solid #016E7A;
  color: #016E7A;
}
.site-header--sticky .button--secondary {
  padding: 6px 20px;
  font-size: 0.8125rem;
  border-width: 1px;
  font-weight: 400;
}
.button--secondary:hover, .button--secondary:focus {
  background-color: rgb(164.5414634146, 245.3609756098, 254.2585365854);
  border-color: #016E7A;
  color: #016E7A;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.button--large {
  padding: 14px 40px;
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .button--large {
    padding: 10px 28px;
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .button--large {
    padding: 9px 24px;
    font-size: 0.8125rem;
  }
}

.button--arrow,
.button--arrow-small {
  position: relative;
  padding-right: 40px;
  font-weight: 500;
  border: 1px solid #016E7A;
  color: #016E7A;
  background-color: transparent;
  padding-top: 8px;
  padding-bottom: 8px;
}
.button--arrow:hover, .button--arrow:focus,
.button--arrow-small:hover,
.button--arrow-small:focus {
  background-color: rgb(164.5414634146, 245.3609756098, 254.2585365854);
  color: #016E7A;
  border-color: #016E7A;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.button--arrow::after,
.button--arrow-small::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease;
}
.button--arrow:hover::after, .button--arrow:focus::after,
.button--arrow-small:hover::after,
.button--arrow-small:focus::after {
  right: 10px;
  transform: translateY(-50%) rotate(45deg) scale(1.2);
}

.button--arrow-small {
  font-size: 0.8125rem;
  padding: 4px 24px;
  padding-right: 32px;
  font-weight: 400;
  border-width: 1px;
}
.button--arrow-small::after {
  right: 12px;
  width: 7px;
  height: 7px;
  border-width: 1px;
  transition: all 0.3s ease;
}
.button--arrow-small:hover::after, .button--arrow-small:focus::after {
  right: 8px;
  transform: translateY(-50%) rotate(45deg) scale(1.2);
}

.button i,
.button svg {
  margin-right: 6px;
  font-size: 1em;
}

.button--line-arrow {
  display: inline-flex;
  align-items: baseline;
  padding: 25px 0;
  color: #7EA8A6;
  background-color: #FFFFFF;
  border: none;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  max-width: 335px;
  min-width: 285px;
  width: 100%;
  display: block;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .button--line-arrow {
    padding: 18px 0;
    font-size: 14px;
    max-width: 280px;
    min-width: 220px;
  }
}
@media (max-width: 767px) {
  .button--line-arrow {
    padding: 14px 0;
    font-size: 13px;
    max-width: 220px;
    min-width: 140px;
  }
}
.button--line-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 30px;
  height: 1px;
  width: 10%;
  background-color: currentColor;
  transition: all 0.3s ease;
  z-index: 999999;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .button--line-arrow:before {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .button--line-arrow:before {
    right: 15px;
  }
}
.button--line-arrow:after {
  content: "";
  position: absolute;
  top: 37px;
  right: 30px;
  width: 10px;
  height: 1px;
  background-color: currentColor;
  transform: rotate(45deg);
  transform-origin: bottom right;
  transition: all 0.3s ease;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .button--line-arrow:after {
    top: 28px;
    width: 7px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .button--line-arrow:after {
    top: 24px;
    right: 15px;
    width: 6px;
  }
}
.button--line-arrow:hover, .button--line-arrow:focus {
  color: rgb(97.875, 145.125, 142.875);
  transform: translateX(5px);
}
.button--line-arrow:hover:before, .button--line-arrow:focus:before {
  width: 50px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .button--line-arrow:hover:before, .button--line-arrow:focus:before {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .button--line-arrow:hover:before, .button--line-arrow:focus:before {
    width: 30px;
  }
}
.button--line-arrow:hover:after, .button--line-arrow:focus:after {
  transform: rotate(45deg) scale(1.2);
}

.page-id-6915 .button--line-arrow {
	color: #fff;
	background: #7EA8A6;
}
.page-id-6915 .button--line-arrow:before, .page-id-6915 .button--line-arrow:after {
	background-color: #fff;
}

.button-left {
  padding: 0;
}

.event-card {
  background-color: #FFFFFF;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(51, 51, 51, 0.08);
  transition: transform all 0.3s ease-in-out, box-shadow all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(51, 51, 51, 0.12);
}
.event-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.event-card__image {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.event-card__image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}
.event-card__link:hover .event-card__image img {
  transform: scale(1.05);
}
.event-card__body {
  padding: 16px 16px;
  flex-grow: 1;
}
.event-card__title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 6px;
  color: #333333;
}
.event-card__date {
  font-size: 0.8125rem;
  color: #777777;
  margin: 0;
}

.works-card {
  background-color: #FFFFFF;
  border-radius: 4px;
  overflow: hidden;
  transition: transform all 0.3s ease-in-out, box-shadow all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.works-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(51, 51, 51, 0.08);
}
.works-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.works-card__image {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.works-card__image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}
.works-card__link:hover .works-card__image img {
  transform: scale(1.05);
}
.works-card__body {
  padding: 20px 20px;
  flex-grow: 1;
}
.works-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 4px;
  color: #333333;
}
.works-card__category {
  font-size: 0.8125rem;
  color: #777777;
  margin: 0;
}

.news-item {
  border-bottom: 1px dotted #E0E0E0;
  padding: 10px 0;
}
.news-item:first-child {
  padding-top: 0;
}
.news-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.news-item__link {
  display: flex;
  align-items: baseline;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  transition: color all 0.3s ease-in-out;
}
.news-item__link:hover, .news-item__link:focus {
  color: #016E7A;
}
.news-item__link:hover .news-item__title, .news-item__link:focus .news-item__title {
  color: #016E7A;
}
.news-item__date {
  font-size: 0.875rem;
  color: #333333;
  white-space: nowrap;
  flex-shrink: 0;
}
.news-item__category {
  font-size: 0.75rem;
  color: #FFFFFF;
  background-color: #016E7A;
  padding: 2.4px 8px;
  border-radius: 2px;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 400;
  line-height: 1.4;
}
.news-item__title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  margin: 0;
  flex-grow: 1;
  transition: color all 0.3s ease-in-out;
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 32px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .section-title {
    margin-bottom: 24px;
  }
}
.section-title__en {
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #7EA8A6;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .section-title__en {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .section-title__en {
    font-size: 1rem;
  }
}
.section-title__ja {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .section-title__ja {
    font-size: 2.25rem;
  }
}
@media (max-width: 767px) {
  .section-title__ja {
    font-size: 1.5rem;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .section-title__ja {
    font-size: 1.35rem;
  }
}
.section-title--right {
  align-items: flex-end;
  text-align: right;
}

.section-title--vertical {
  position: absolute;
  top: 8px;
  right: 24px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  z-index: 10;
  padding: 0 20px;
  width: 84px;
  top: 0;
}
@media (max-width: 767px) {
  .section-title--vertical {
    top: 8px;
    right: 16px;
    padding: 0 15px;
    top: inherit !important;
    left: inherit !important;
    right: inherit !important;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .section-title--vertical {
    right: 8px;
    padding: 0 10px;
  }
}
.section-title--vertical .section-title__en {
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #7EA8A6;
  line-height: 1;
  margin-bottom: 0;
  margin-left: 0.8px;
  margin-top: 10px;
  position: relative;
  top: -45px;
}
@media (max-width: 767px) {
  .section-title--vertical .section-title__en {
    margin-top: 0;
    font-size: 0.875rem;
    margin-left: 2px;
    top: inherit !important;
    left: inherit !important;
    right: inherit !important;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .section-title--vertical .section-title__en {
    font-size: 0.875rem;
  }
}
.section-title--vertical .section-title__ja {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #272343;
  line-height: 1;
  position: relative;
  top: -45px;
}
@media (max-width: 767px) {
  .section-title--vertical .section-title__ja {
    font-size: 1rem;
    line-height: 1.8;
    top: inherit !important;
    left: inherit !important;
    right: inherit !important;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .section-title--vertical .section-title__ja {
    font-size: 1rem;
    line-height: 1.6;
  }
}

.section-title-small {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #272343;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .section-title-small {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .section-title-small {
    font-size: 1rem;
    margin-bottom: 16px;
  }
}

.menu-toggle {
  display: block;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 26px;
  position: relative;
  z-index: 1020;
}
.menu-toggle .line {
  display: block;
  background-color: #7EA8A6;
  height: 2px;
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transform-origin: center;
}
.menu-toggle .line:nth-child(1) {
  top: 0;
}
.menu-toggle .line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu-toggle .line:nth-child(3) {
  bottom: 0;
  top: auto;
  width: 75%;
}
.menu-toggle.is-active .line:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
}
.menu-toggle.is-active .line:nth-child(2) {
  opacity: 0;
  transform: translateX(-100%);
}
.menu-toggle.is-active .line:nth-child(3) {
  top: 12px;
  transform: rotate(-45deg);
  width: 100%;
}
.menu-toggle span {
  background-color: #7EA8A6;
}
.section-mv {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  background: #fff;
  padding: 0;
}
@supports (-webkit-touch-callout: none) {
  .section-mv {
    height: 95vh;
    min-height: 95vh;
  }
}
@media (max-width: 767px) {
  .section-mv {
    height: 100vh;
    min-height: 100vh;
    padding-bottom: 0;
  }
  @supports (-webkit-touch-callout: none) {
    .section-mv {
      height: 90vh;
      min-height: 90vh;
    }
  }
}
.section-mv .mv-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.section-mv .mv-swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.section-mv .mv-swiper-button-prev,
.section-mv .mv-swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.section-mv .mv-swiper-button-prev i,
.section-mv .mv-swiper-button-next i {
  color: #272343;
  font-size: 18px;
}
.section-mv .mv-swiper-button-prev:hover,
.section-mv .mv-swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-50%) scale(1.1);
}
@media (max-width: 767px) {
  .section-mv .mv-swiper-button-prev,
  .section-mv .mv-swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .section-mv .mv-swiper-button-prev i,
  .section-mv .mv-swiper-button-next i {
    font-size: 14px;
  }
}
.section-mv .mv-swiper-button-prev {
  left: 30px;
}
@media (max-width: 767px) {
  .section-mv .mv-swiper-button-prev {
    left: 20px;
  }
}
.section-mv .mv-swiper-button-next {
  right: 30px;
}
@media (max-width: 767px) {
  .section-mv .mv-swiper-button-next {
    right: 20px;
  }
}
.section-mv .mv-swiper-pagination {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .section-mv .mv-swiper-pagination {
    bottom: 120px;
  }
  @supports (-webkit-touch-callout: none) {
    .section-mv .mv-swiper-pagination {
      bottom: 140px;
    }
  }
}
.section-mv .mv-swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.section-mv .mv-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
  transform: scale(1.2);
}
.section-mv .mv__image-wrapper,
.section-mv .mv__logo-link,
.section-mv .mv__title,
.section-mv .mv__content,
.section-mv .mv__scroll {
  opacity: 0;
  transform: translate3d(0, 30px, 0) scale(0.98);
  will-change: opacity, transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  visibility: visible;
}
.section-mv.is-loaded .mv__image-wrapper {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: opacity 1.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.section-mv.is-loaded .mv__logo-link {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: opacity 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, transform 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.section-mv.is-loaded .mv__title {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: opacity 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, transform 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.section-mv.is-loaded .mv__content {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: opacity 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s, transform 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
}
.section-mv.is-loaded .mv__scroll {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: opacity 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s, transform 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.section-mv .mv__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section-mv .mv__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-mv .mv__logo-link {
  position: absolute;
  top: 37px;
  left: 3.3%;
  z-index: 10;
}
@media (max-width: 767px) {
  .section-mv .mv__logo-link {
    top: 20px;
    left: 20px;
  }
}
.section-mv .mv__logo {
  width: 137px;
  height: auto;
}
@media (max-width: 1023px) {
  .section-mv .mv__logo {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .section-mv .mv__logo {
    width: 100px;
  }
}
.section-mv .mv__title {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-size: 41px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 20px;
  letter-spacing: 0.01rem;
}
@media (max-width: 1023px) {
  .section-mv .mv__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .section-mv .mv__title {
    font-size: 1.75rem;
    margin-bottom: 0;
    padding: 0;
  }
}
.section-mv .mv__content {
  position: absolute;
  bottom: 38px;
  left: 3.5%;
  width: 100%;
  z-index: 10;
}
@media (max-width: 767px) {
  .section-mv .mv__content {
    bottom: 150px;
  }
  @supports (-webkit-touch-callout: none) {
    .section-mv .mv__content {
      bottom: 170px;
    }
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .section-mv .mv__content {
    bottom: 120px;
  }
  @supports (-webkit-touch-callout: none) {
    .section-mv .mv__content {
      bottom: 140px;
    }
  }
}
.section-mv .mv__scroll {
  position: absolute;
  bottom: 158px;
  right: 26px;
  z-index: 2;
  color: #FFFFFF;
  font-size: 19px;
  font-weight: 400;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  text-shadow: 0 1px 2px rgba(51, 51, 51, 0.3);
}
.section-mv .mv__scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 100%;
  margin-top: 8px;
  left: 50%;
  opacity: 0;
  animation: line-fall-smooth 2.5s linear infinite;
}
@media (max-width: 767px) {
  .section-mv .mv__scroll {
    bottom: 44px;
    right: 32px;
    font-size: 14px;
  }
  .section-mv .mv__scroll::after {
    height: 60px;
  }
  @supports (-webkit-touch-callout: none) {
    .section-mv .mv__scroll {
      bottom: 64px;
    }
  }
}

@keyframes line-fall-smooth {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  30% {
    transform: translateY(100px);
    opacity: 1;
  }
  85% {
    transform: translateY(250px);
    opacity: 1;
  }
  100% {
    transform: translateY(250px);
    opacity: 0;
  }
}
.section-concept {
  position: relative;
  overflow: hidden;
  padding-top: 125px;
  padding-bottom: 120px;
  /*
  // Adjust section title margin if needed
  .section-title {
      margin-bottom: $spacing-unit * 5; // 40px based on visual guess
  }

  .concept {
    &__lead {
      font-size: 1rem; // 16px - Check design for accuracy
      line-height: 1.9; // Adjusted line height based on design look
      text-align: center;
      max-width: 800px; // Widen max-width slightly?
      margin-left: auto;
      margin-right: auto;
      margin-bottom: $spacing-unit * 8; // Increased margin below lead (64px)
      color: $color-black; // Black text seems correct
    }

    &__gallery {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: $spacing-unit * 3.5; // Adjusted gap (28px)
      margin-bottom: $spacing-unit * 7; // Adjusted margin (56px)
    }

    &__item {
      img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: $border-radius-base; // Keep subtle radius
        box-shadow: 0 4px 10px rgba($color-black, 0.08); // Add subtle shadow based on design
      }
    }

    &__link {
      text-align: center;
    }
  }
  */
}
@media (max-width: 1023px) {
  .section-concept {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
.section-concept .concept__container--narrow {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .section-concept .concept__container--narrow {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 80px;
  }
}
.section-concept .section1__title {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  color: #333333;
}
@media (max-width: 767px) {
  .section-concept .section1__title {
    font-size: 20px;
    margin-bottom: 24px;
    line-height: 1.5;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .section-concept .section1__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.section-concept .section1__logo-wrapper {
  text-align: center;
}
.section-concept .section1__logo {
  width: 137px;
  height: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  .section-concept .section1__logo {
    width: 100px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .section-concept .section1__logo {
    width: 80px;
  }
}
.section-concept .section1__separator {
  border: none;
  height: 21px;
  border-left: 1px solid #333333;
  width: 1px;
  display: inline-block;
  margin-bottom: 30.4px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .section-concept .section1__separator {
    height: 15px;
    margin-bottom: 16px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .section-concept .section1__separator {
    height: 12px;
    margin-bottom: 12px;
  }
}
.section-concept .section1__description {
  font-size: 16px;
  line-height: 46px;
  color: #333333;
  text-align: center;
  margin-bottom: 48px;
}
.section-concept .section1__description p {
  margin-bottom: 16px;
  line-height: 2.6;
}
.section-concept .section1__description p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .section-concept .section1__description p {
    line-height: 1.8;
  }
}
@media screen and (max-width: 1024px) {
  .section-concept .section1__description {
    text-align: left;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-concept .section1__description {
    font-size: 15px;
    margin-bottom: 40px;
  }
}
@media (min-width: 376px) and (max-width: 767px) {
  .section-concept .section1__description {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .section-concept .section1__description {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .section-concept .section1__description p {
    margin-bottom: 12px;
  }
}
.section-concept .section1__gallery {
  margin-left: 0;
  padding-right: 0;
  width: 100%;
  margin-bottom: 25.6px;
  overflow: visible;
}
@media (max-width: 767px) {
  .section-concept .section1__gallery {
    margin-bottom: 32px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .section-concept .section1__gallery {
    margin-bottom: 24px;
  }
}
.section-concept .section1__gallery .swiper-slide:nth-child(odd) img {
  position: absolute !important;
  /*transform: translateY(-20px) !important;*/
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}
@media (min-width: 320px) and (max-width: 375px) {
  .section-concept .section1__gallery .swiper-slide:nth-child(odd) img {
    /*transform: translateY(-10px) !important;*/
  }
}
.section-concept .section1__gallery .swiper-slide:nth-child(even) img {
  position: absolute !important;
  /*transform: translateY(20px) !important;*/
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}
@media (min-width: 320px) and (max-width: 375px) {
  .section-concept .section1__gallery .swiper-slide:nth-child(even) img {
    /*transform: translateY(10px) !important;*/
  }
}
.section-concept .swiper {
  overflow: visible;
}
.section-concept .swiper-wrapper {
  position: relative;
  z-index: 2;
  will-change: transform;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}
.section-concept .section1__gallery-item,
.section-concept .swiper-slide {
  flex-shrink: 0;
  width: 36.5%;
  position: relative;
  aspect-ratio: 624/413;
  overflow: visible;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-concept .section1__gallery-item,
  .section-concept .swiper-slide {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .section-concept .section1__gallery-item,
  .section-concept .swiper-slide {
    width: 70%;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .section-concept .section1__gallery-item,
  .section-concept .swiper-slide {
    width: 80%;
  }
}
.section-concept .section1__gallery-item img,
.section-concept .swiper-slide img {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transform: translateY(0);
}
.section-concept .section1__gallery-item.is-top-aligned,
.section-concept .swiper-slide.is-top-aligned {
  z-index: 1;
}
.section-concept .section1__gallery-item.is-bottom-aligned,
.section-concept .swiper-slide.is-bottom-aligned {
  z-index: 0;
}
.section-concept .section1__link {
  text-align: center;
}
.section-concept .section1__visual-content {
  position: relative;
  background: linear-gradient(to bottom, #FFFFFF 10%, #FFFFFF 10%, #7EA8A6 10%, #7EA8A6 100%);
  padding-top: 48px;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .section-concept .section1__visual-content {
    padding-top: 32px;
    padding-bottom: 32px;
    background: linear-gradient(to bottom, #FFFFFF 10%, #FFFFFF 10%, #7EA8A6 10%, #7EA8A6 100%);
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .section-concept .section1__visual-content {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.section-concept .section1__visual-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5%;
  background-color: #FFFFFF;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-concept .section1__visual-content::before {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .section-concept .section1__visual-content::before {
    width: 0;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .section-concept .section1__visual-content::before {
    display: none;
  }
}
.section-concept .section1__visual-content > * {
  position: relative;
  z-index: 5;
}

.section-event {
  padding-top: 70px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .section-event {
    padding-bottom: 40px;
  }
}
.section-event .section-title {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .section-event .section-title {
    margin-bottom: 32px;
  }
}
.section-event .event__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 56px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-event .event__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .section-event .event__list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.section-event .event__link {
  text-align: center;
}

.section2__visual-content {
  position: relative;
  background-color: #7EA8A6;
  padding: 64px 0;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section2__visual-content {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .section2__visual-content {
    padding: 32px 0;
  }
}
.section2__visual-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 70px;
  background-color: #FFFFFF;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section2__visual-content::before {
    width: 50px;
  }
}
@media (max-width: 1024px) {
  .section2__visual-content::before {
    display: none;
  }
}
.section2__visual-content > .site-container {
  position: relative;
  z-index: 2;
}

.event-articles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-bottom: 48px;
  width: 100%;
}
@media (min-width: md) {
  .event-articles {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .event-articles {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 376px) and (max-width: 767px) {
  .event-articles {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 32px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .event-articles {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
  }
}

.event-article {
  background-color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
  overflow: hidden;
}
.event-article:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.event-article a {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  padding: 10px;
}
.event-article__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  vertical-align: bottom;
}
.event-article__body {
  padding: 16px;
}
@media (min-width: 320px) and (max-width: 375px) {
  .event-article__body {
    padding: 12px;
  }
}
.event-article__date {
  font-size: 0.875rem;
  color: #7EA8A6;
  margin-bottom: 4px;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
}
@media (min-width: 320px) and (max-width: 375px) {
  .event-article__date {
    font-size: 0.8125rem;
  }
}
.event-article__title {
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.5;
}
@media (min-width: 320px) and (max-width: 375px) {
  .event-article__title {
    font-size: 0.9375rem;
  }
}

.event__link-container {
  text-align: center;
}

.works-navigation {
  position: absolute;
  bottom: 85px;
  right: 0;
  display: flex;
  gap: 17px;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .works-navigation {
    bottom: 60px;
    right: 10px;
    gap: 10px;
  }
}
@media (max-width: 767px) {
	.works-navigation {
		position: relative;
		bottom: auto;
		right: auto;
		justify-content: flex-end;
	}
}
@media (min-width: 320px) and (max-width: 375px) {
  .works-navigation {
    bottom: 30px;
    right: 8px;
    gap: 6px;
  }
}

.works-swiper-button-prev,
.works-swiper-button-next {
  position: relative;
  width: 58px;
  height: 58px;
  margin-top: 0;
  background-color: #FFFFFF;
  border: 1px solid #7EA8A6;
  border-radius: 50%;
  color: #016E7A;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .works-swiper-button-prev,
  .works-swiper-button-next {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .works-swiper-button-prev,
  .works-swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .works-swiper-button-prev,
  .works-swiper-button-next {
    width: 32px;
    height: 32px;
  }
}
.works-swiper-button-prev::after,
.works-swiper-button-next::after {
  display: none;
}
.works-swiper-button-prev .fas,
.works-swiper-button-next .fas {
  font-size: 1.2rem;
  line-height: 1;
  color: #7EA8A6;
}
@media (max-width: 767px) {
  .works-swiper-button-prev .fas,
  .works-swiper-button-next .fas {
    font-size: 1rem;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .works-swiper-button-prev .fas,
  .works-swiper-button-next .fas {
    font-size: 0.875rem;
  }
}
.works-swiper-button-prev:hover,
.works-swiper-button-next:hover {
  background-color: #016E7A;
  border-color: #016E7A;
}
.works-swiper-button-prev:hover .fas,
.works-swiper-button-next:hover .fas {
  color: #FFFFFF;
}

.section-works {
  position: relative;
  padding-top: 80px;
  overflow: visible;
  background: #F0F6F6;
  padding-bottom: 70px;
  margin-top: 150px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-works {
    padding-top: 48px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section-works {
    padding-top: 0;
    padding-bottom: 50px;
	margin-top: 0;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .section-works {
    padding-bottom: 40px;
  }
}
.section-works .button--line-arrow {
  border: 1px solid #7EA8A6;
}

.works-slider-wrapper {
  margin-bottom: 0;
  overflow: visible;
  padding: 0 13.2% 0 0;
  position: relative;
  margin-left: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .works-slider-wrapper {
    padding: 0 5% 0 0;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .works-slider-wrapper {
    padding: 0;
    margin-bottom: 24px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .works-slider-wrapper {
    margin-bottom: 16px;
  }
}

.works-swiper {
  overflow: visible;
  width: 100%;
  margin: 0 auto;
  padding-left: 40% !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .works-swiper {
    padding-left: 30% !important;
  }
}
@media (max-width: 767px) {
  .works-swiper {
    padding-left: 5% !important;
    padding-right: 5% !important;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .works-swiper {
    padding-left: 3% !important;
    padding-right: 3% !important;
    overflow: hidden;
    width: 94%;
    margin: 0 auto;
  }
}
.works-swiper .swiper-wrapper {
  align-items: stretch;
}

.works-slide {
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .works-slide {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .works-slide {
    width: 100%;
  }
}
.works-slide__image {
  position: relative;
  aspect-ratio: 818/515;
}
.works-slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.works-slide__info {
  position: relative;
  padding: 17.6px;
  padding-left: 0;
  padding-right: 145px;
  min-height: 140px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .works-slide__info {
    padding: 16px;
    padding-left: 0;
	padding-right: 125px;
    min-height: 120px;
  }
}
@media (max-width: 767px) {
  .works-slide__info {
    padding: 12px;
    padding-left: 0;
	padding-right: 0;
    min-height: 100px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .works-slide__info {
    padding: 8px;
    padding-left: 0;
	padding-right: 75px;
    min-height: 80px;
  }
}
.works-slide__category {
  font-size: 14px;
  color: #7EA8A6;
  margin-bottom: 14.4px;
  display: inline-block;
  border-bottom: 2px solid #7EA8A6;
  border-left: 2px solid #7EA8A6;
  padding-bottom: 2px;
  padding-left: 8px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .works-slide__category {
    font-size: 0.75rem;
    padding-bottom: 6px;
    padding-left: 6px;
    margin-bottom: 6px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .works-slide__category {
    font-size: 0.875rem;
    padding-bottom: 4px;
    padding-left: 4px;
    margin-bottom: 4px;
    border-bottom-width: 1px;
    border-left-width: 1px;
  }
}
.works-slide__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #333333;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .works-slide__title {
    font-size: 1.25rem;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .works-slide__title {
    font-size: 1.125rem;
    margin-bottom: 8px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .works-slide__title {
    font-size: 1rem;
    margin-bottom: 6px;
    line-height: 1.3;
  }
}
.works-slide__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 767px) {
  .works-slide__tags {
    gap: 6px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .works-slide__tags {
    gap: 4px;
  }
}
.works-slide__tag {
  font-size: 16px;
  color: #333333;
  padding: 0.8px 19.2px;
  background-color: #FFFFFF;
  color: #7EA8A6;
}
@media (max-width: 767px) {
  .works-slide__tag {
    font-size: 0.75rem;
    padding: 2px 6px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .works-slide__tag {
    font-size: 0.875rem;
    padding: 2px 4px;
  }
}

.works-categories {
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 85px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .works-categories {
    position: relative;
    right: 0;
    bottom: auto;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .works-categories {
    margin-top: 24px;
    position: relative;
    right: 0;
    bottom: auto;
    padding: 0 4%;
  }
}
.works-categories .site-container {
  padding: 0;
}
.works-categories__inner {
  display: flex;
  justify-content: flex-end !important;
  align-items: center;
  gap: 5px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1200px) {
  .works-categories__inner {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .works-categories__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.works-categories__label {
  margin-right: 24px;
  padding: 0px;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  color: #7EA8A6;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .works-categories__label {
    margin-right: 16px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .works-categories__label {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.works-categories__button {
  padding: 16px 24px;
  background-color: #7EA8A6;
  border: none;
  font-size: 0.9375rem;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .works-categories__button {
    padding: 12px 16px;
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .works-categories__button {
    padding: 8px 12px;
    font-size: 0.8125rem;
    flex: 1;
    min-width: 120px;
  }
}
.works-categories__button:hover, .works-categories__button:focus {
  color: #016E7A;
  background-color: rgba(0, 121, 107, 0.05);
}

.works__link-container {
  margin-top: 0;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .works__link-container {
    margin-top: 16px;
    margin-bottom: 24px;
  }
}
.works__link-container .button--line-arrow {
  text-align: center;
}

.section-title--vertical {
  position: absolute;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  background-color: #FFFFFF;
}
@media (max-width: 1024px) {
  .section-title--vertical {
    background: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-title--vertical {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .section-title--vertical {
    width: 50px;
    padding-top: 8px;
    text-align: center;
    background-color: #FFFFFF !important;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .section-title--vertical {
    width: 40px;
  }
}
.section-title--vertical .section-title__ja {
  margin-bottom: 16px;
  color: #333333;
  letter-spacing: 0.1em;
  font-weight: bold !important;
  position: relative;
  right: 30px;
}
@media (max-width: 767px) {
  .section-title--vertical .section-title__ja {
    font-size: 1.5rem;
    margin: 0 !important;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .section-title--vertical .section-title__ja {
    font-size: 1.35rem;
  }
}
.section-title--vertical .section-title__en {
  margin-left: 0;
  writing-mode: vertical-rl;
  letter-spacing: 0.05em;
  position: relative;
  right: 6px;
}

@media (max-width: 767px) {
  .works-swiper {
    margin-left: 0;
    width: 100%;
  }
  .works-slide {
    width: 100%;
  }
  .works-slide__image {
    height: auto;
  }
  .works-slide__image img {
    height: auto;
    max-height: 400px;
  }
  .works-categories__inner {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .works-categories__label {
    margin-right: 0;
    padding: 8px;
    border-bottom: 1px solid #E0E0E0;
    width: 100%;
  }
  .works-categories__button {
    width: 100%;
    text-align: left;
    padding: 12px;
    border-left: none;
    border-bottom: 1px solid #E0E0E0;
  }
  .works-categories__button:last-child {
    border-right: none;
  }
  .section-title--vertical {
    position: relative;
    width: 100%;
    height: auto;
    writing-mode: horizontal-tb;
    border-left: none;
    padding: 16px 0;
    margin-bottom: 24px;
  }
  .section-title--vertical .section-title__ja, .section-title--vertical .section-title__en {
    writing-mode: horizontal-tb;
    margin: 0;
  }
  .section-title--vertical .section-title__ja {
    margin-right: 8px;
  }
}
.section-voice {
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #F0F6F6;
  margin-top: 216px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-voice {
    padding-top: 128px;
    padding-bottom: 128px;
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .section-voice {
    padding-top: 0;
    padding-bottom: 96px;
    margin-top: 64px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .section-voice {
    padding-bottom: 64px;
    margin-top: 48px;
  }
}

.section-title--vertical-left {
  left: 0;
  right: inherit;
  z-index: 12;
}
.section-title--vertical-left .section-title__ja, .section-title--vertical-left .section-title__en {
  position: relative;
  left: 65px;
  top: -85px;
  right: inherit;
}
@media (max-width: 767px) {
  .section-title--vertical-left .section-title__ja, .section-title--vertical-left .section-title__en {
    left: 0;
    top: inherit;
  }
}
.section-title--vertical-left .section-title__en {
  left: 85px;
  top: -80px;
}
@media (max-width: 767px) {
  .section-title--vertical-left .section-title__en {
    left: 0;
    top: inherit;
  }
}

.voice-container {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.voice-container .button--line-arrow {
  border: 1px solid #7EA8A6;
}

.voice-left {
  width: 45%;
  padding-left: 215px;
  padding-right: 105px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #F0F6F6;
  position: relative;
  z-index: 11;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .voice-left {
    padding-left: 120px;
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .voice-left {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 32px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .voice-left {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 24px;
  }
}

.voice-text {
  font-size: 1rem;
  line-height: 2.2;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center; /* テキスト部分を中央揃え */
  flex-grow: 1; /* 利用可能なスペースを埋める */
  font-weight: 400;
}
@media (max-width: 767px) {
  .voice-text {
    font-size: 0.9375rem;
    line-height: 2;
    padding: 0 4%;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .voice-text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.voice__link-container {
  margin-top: 16px;
}
.voice__link-container a {
  margin-left: 0;
}
@media (max-width: 767px) {
  .voice__link-container {
    margin-top: 24px;
  }
  .voice__link-container a {
    margin-left: auto;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .voice__link-container {
    margin-top: 16px;
  }
}

.voice-slider-wrapper {
  width: 50%;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .voice-slider-wrapper {
    width: auto !important;
    padding-left: 0 !important;
  }
}

.voice-swiper {
  overflow: visible !important;
  width: 100%;
  position: relative;
  overflow: visible !important;
}
@media (max-width: 767px) {
  .voice-swiper {
    padding-left: auto !important;
    padding-right: auto !important;
    overflow: hidden;
    width: auto !important;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .voice-swiper {
    padding-left: auto !important;
    padding-right: autos !important;
    overflow: hidden;
    width: auto !important;
  }
}
.voice-swiper .swiper-wrapper {
  align-items: stretch;
}

.active-slide-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 600px;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .active-slide-container {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .active-slide-container {
    width: 100%;
    position: static;
  }
}

.voice-slide {
  width: 58% !important;
  background-color: #FFFFFF;
  margin-right: 8% !important;
  padding: 18px;
  position: relative; /* カードに相対位置指定 */
}
@media (max-width: 767px) {
  .voice-slide {
    width: 100% !important;
    padding: 15px;
    margin-right: 0 !important;
    margin-left: 0 !important;
    box-sizing: border-box;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .voice-slide {
    width: 100% !important;
    padding: 10px;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.voice-slide__image {
  position: relative;
  aspect-ratio: 551.367/366.1078;
}
.voice-slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.voice-slide__info {
  padding: 16px;
  position: relative;
  padding-top: 8px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .voice-slide__info {
    padding: 12px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .voice-slide__info {
    padding: 8px;
  }
}
.voice-slide__title {
  font-size: 18px;
  font-weight: 700;
  margin: 8px 0 24px 0;
  order: 0;
}
@media (max-width: 767px) {
  .voice-slide__title {
    font-size: 1.125rem;
    margin: 6px 0 16px 0;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .voice-slide__title {
    font-size: 1rem;
    margin: 4px 0 12px 0;
  }
}
.voice-slide__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  order: 1;
}
@media (min-width: 320px) and (max-width: 375px) {
  .voice-slide__meta {
    flex-wrap: wrap;
    gap: 4px;
  }
}
.voice-slide__category {
  font-size: 0.875rem;
  padding: 4px 24px;
  border: 1px solid #7EA8A6;
  color: #7EA8A6;
}
@media (max-width: 767px) {
  .voice-slide__category {
    font-size: 0.8125rem;
    padding: 4px 16px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .voice-slide__category {
    font-size: 0.75rem;
    padding: 2px 8px;
  }
}
.voice-slide__house-type {
  color: #777777;
  font-size: 0.875rem;
  border-left: 1px solid #777777;
  padding-left: 16px;
  margin-left: 12px;
}
@media (max-width: 767px) {
  .voice-slide__house-type {
    font-size: 0.8125rem;
    padding-left: 12px;
    margin-left: 8px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .voice-slide__house-type {
    font-size: 0.75rem;
    padding-left: 8px;
    margin-left: 4px;
    border-left-width: 1px;
  }
}
.voice-slide__vol {
  position: absolute;
  right: 30px;
  top: -50px;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 30px;
  color: #7EA8A6;
  background-color: #FFFFFF;
  line-height: 43px;
  padding: 10px 30px;
}
@media (max-width: 767px) {
  .voice-slide__vol {
    right: 40px;
    top: -40px;
    font-size: 24px;
    line-height: 36px;
    padding: 8px 16px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .voice-slide__vol {
    right: 30px;
    top: -30px;
    font-size: 18px;
    line-height: 28px;
    padding: 5px 10px;
  }
}
.voice-slide__vol .voice-slide__vol-number {
  font-size: 43px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .voice-slide__vol .voice-slide__vol-number {
    font-size: 34px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .voice-slide__vol .voice-slide__vol-number {
    font-size: 28px;
  }
}

.voice-navigation {
  position: absolute;
  top: 50%;
  width: 90%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  left: 5%;
}
@media (max-width: 767px) {
  .voice-navigation {
    transform: none;
    margin-top: 16px;
    justify-content: center;
    gap: 16px;
    width: 100%;
    top: inherit !important;
    bottom: 0;
  }
}

.voice-swiper-button-prev,
.voice-swiper-button-next {
  position: absolute;
  width: 74px;
  height: 74px;
  background: #FFFFFF;
  border: 1px solid #7EA8A6;
  border-radius: 50%;
  z-index: 998;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
  pointer-events: auto !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .voice-swiper-button-prev,
  .voice-swiper-button-next {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .voice-swiper-button-prev,
  .voice-swiper-button-next {
    width: 50px;
    height: 50px;
    margin: 0;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .voice-swiper-button-prev,
  .voice-swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.voice-swiper-button-prev .fas,
.voice-swiper-button-next .fas {
  font-size: 1.2rem;
  color: #7EA8A6;
}
@media (max-width: 767px) {
  .voice-swiper-button-prev .fas,
  .voice-swiper-button-next .fas {
    font-size: 1rem;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .voice-swiper-button-prev .fas,
  .voice-swiper-button-next .fas {
    font-size: 0.875rem;
  }
}
.voice-swiper-button-prev:hover,
.voice-swiper-button-next:hover {
  background-color: #016E7A;
  border-color: #016E7A;
}
.voice-swiper-button-prev:hover .fas,
.voice-swiper-button-next:hover .fas {
  color: #FFFFFF;
}

/* ボタンの配置 */
.voice-swiper-button-prev {
  top: 45%;
  left: -15px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .voice-swiper-button-prev {
    left: 10px;
  }
}

.voice-swiper-button-next {
  top: 45%;
  right: 33%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .voice-swiper-button-next {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .voice-container {
    flex-direction: column;
  }
  .voice-left,
  .voice-slider-wrapper {
    width: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .voice-left {
    margin-bottom: 32px;
  }
  .active-slide-container,
  .voice-navigation {
    position: static;
    transform: none;
    margin-top: 16px;
    justify-content: center;
    gap: 16px;
    width: 100%;
  }
  .voice-swiper-button-prev,
  .voice-swiper-button-next {
    margin: 0;
  }
}
.section-structure .section-title {
  margin-bottom: 48px;
}
.section-structure .structure__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 64px;
}
.section-structure .structure__item img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
  border-radius: 4px;
}
.section-structure .structure__caption {
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
  color: #333333;
  margin: 0;
  padding: 0 16px;
}
.section-structure .structure__link {
  text-align: center;
}

.section-contact {
  background-color: #F0F6F6;
  padding: 96px 0 80.6px 0;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-contact {
    padding: 64px 0;
  }
}
@media (max-width: 767px) {
  .section-contact {
    padding: 48px 0;
  }
}
.section-contact__title {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #000;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-contact__title {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .section-contact__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .section-contact__title {
    font-size: 1.25rem;
  }
}
.section-contact__description {
  max-width: 800px;
  margin: 0 auto 72px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-contact__description {
    max-width: 90%;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .section-contact__description {
    font-size: 0.9375rem;
    line-height: 1.7;
    margin-bottom: 24px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .section-contact__description {
    font-size: 0.875rem;
  }
}
.section-contact__boxes {
  display: flex;
  justify-content: center;
  gap: 40px;
  max-width: 1187px;
  margin: 0 auto 50px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-contact__boxes {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .section-contact__boxes {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.section-contact__box {
  background-color: #FFFFFF;
  border-radius: 8px;
  width: 100%;
  max-width: 573px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-contact__box a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 56px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-contact__box {
    max-width: 350px;
  }
  .section-contact__box a {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .section-contact__box {
    max-width: 90%;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .section-contact__box a {
    padding: 20px;
  }
}
.section-contact__icon {
  width: 38px;
  height: 38px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .section-contact__icon {
    width: 32px;
    height: 32px;
    margin-bottom: 12px;
  }
}
.section-contact__icon svg {
  width: 100%;
  height: 100%;
}
.section-contact__box-title {
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #7EA8A6;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .section-contact__box-title {
    font-size: 1rem;
    margin-bottom: 12px;
  }
}
.section-contact__box-content {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .section-contact__box-content {
    font-size: 1.125rem;
  }
}
.section-contact__phone-number {
  font-size: 31px;
  line-height: 31px;
  font-weight: 600;
  margin-bottom: 16px;
  font-family: Outfit, sans-serif;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-contact__phone-number {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .section-contact__phone-number {
    font-size: 1.5rem;
  }
}
.section-contact__hours {
  font-size: 15px;
  color: #000;
}
@media (max-width: 767px) {
  .section-contact__hours {
    font-size: 0.8125rem;
  }
}

.section-news-column .news-column__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.section-news-column .news .section-title-small {
  margin-bottom: 20px;
}
.section-news-column .news__list {
  margin-bottom: 32px;
}
.section-news-column .news__link {
  text-align: left;
}
.section-news-column .column .section-title-small {
  margin-bottom: 20px;
}
.section-news-column .column__image-wrapper {
  position: relative;
  display: block;
}
.section-news-column .column__image-wrapper a {
  display: block;
  text-decoration: none;
}
.section-news-column .column__image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(51, 51, 51, 0.08);
  transition: opacity all 0.3s ease-in-out;
}
.section-news-column .column__image-wrapper:hover img {
  opacity: 0.85;
}
.section-news-column .column__label {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background-color: #016E7A;
  color: #FFFFFF;
  padding: 6px 12px;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 4px;
  line-height: 1.4;
}

.section-cta {
  background-color: #016E7A;
  color: #FFFFFF;
}
.section-cta .cta__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
}
.section-cta .cta__lead {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
  color: inherit;
}
.section-cta .cta__description {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
  color: inherit;
}
.section-cta .cta__description .sp-only {
  display: none;
}
.section-cta .cta__actions {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
}
.section-cta .cta__actions .button {
  padding: 12px 32px;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 4px;
}
.section-cta .cta__actions .button--secondary {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #016E7A;
}
.section-cta .cta__actions .button--secondary:hover, .section-cta .cta__actions .button--secondary:focus {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
  color: #016E7A;
}
.section-cta .cta__actions .button--secondary i {
  color: #016E7A;
}
.section-cta .cta__actions .button--primary {
  background-color: #272343;
  border-color: #272343;
  color: #FFFFFF;
}
.section-cta .cta__actions .button--primary:hover, .section-cta .cta__actions .button--primary:focus {
  background-color: rgb(58.5, 52.5, 100.5);
  border-color: rgb(58.5, 52.5, 100.5);
  color: #FFFFFF;
}
.section-cta .cta__actions .button--primary i {
  color: #FFFFFF;
}

.section-lineup {
  padding-top: 0;
  position: relative;
  background-color: #F0F6F6;
  background-image: linear-gradient(to bottom, #FFFFFF 10%, #F0F6F6 10%);
  padding-bottom: 55px;
  margin-top: 160px;
}
@media (max-width: 767px) {
  .section-lineup {
    margin-top: 48px;
    padding-top: 0;
  }
}

.lineup-ul {
  display: flex;
  margin: 40px 0;
  padding: 0;
  list-style: none;
  margin-left: 0;
  width: 91%;
}
.lineup-ul li {
  position: relative;
  width: calc(33.333% - 14px);
  overflow: hidden;
}
.lineup-ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
  transition: all 0.4s ease;
}
.lineup-ul li a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.lineup-ul li a:hover img {
  transform: scale(1.05);
}
.lineup-ul li a:hover .line_txt {
  transform: translateX(-5px);
}
.lineup-ul li img {
  width: 100%;
  height: auto;
  aspect-ratio: 492/685;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.lineup-ul li .line_txt {
  position: absolute;
  bottom: 8px;
  right: 24px;
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  padding: 4px 10px;
  z-index: 2;
  transition: transform 0.3s ease;
}
.lineup-ul li:first-child .line_txt {
  color: #333333;
}
@media (max-width: 767px) {
  .lineup-ul {
    width: 100%;
    padding: 0 4%;
    margin: 0;
  }
  .lineup-ul li {
    width: 100% !important;
    margin-right: 0;
  }
}

.lineup-text {
  text-align: left;
  max-width: none;
  width: 100%;
  margin: 48px 0;
  padding: 0 16px;
  line-height: 1.8;
  font-size: 1rem;
  font-weight: 400;
  width: 90%;
}
@media (max-width: 767px) {
  .lineup-text {
    width: 100%;
  }
}

.lineup__link-container {
  display: flex;
  justify-content: flex-start;
  margin: 50px 0;
  padding-left: 16px;
}
.lineup__link-container .button--line-arrow {
  border: 1px solid #7EA8A6;
}

@media (max-width: 768px) {
  .lineup-ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .lineup-ul li {
    width: 90%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .section-lineup .section-title--vertical {
    position: relative;
    top: 0;
    right: auto;
    writing-mode: horizontal-tb;
    text-align: center;
    margin-bottom: 30px;
  }
  .lineup-text {
    padding: 0 16px;
  }
}
.section-request {
  margin: 48px 0 40px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-request {
    margin: 48px 0;
    padding: 0 4%;
  }
}

.request-container {
  display: flex;
  width: 100%;
  max-width: 1478px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .request-container {
    flex-direction: column;
  }
}

.request-image {
  width: 65%;
}
.request-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .request-image {
    width: 100%;
    height: 300px;
  }
  .request-image img {
    height: 100%;
  }
}

.request-content {
  width: 35%;
  background-color: #7EA8A6;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}
@media (max-width: 768px) {
  .request-content {
    width: 100%;
    padding: 32px 16px;
  }
}

.request-title {
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .request-title {
    text-align: center;
  }
}
.request-title__en {
  display: block;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .request-title__en {
    font-size: 16px;
  }
}
.request-title__ja {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .request-title__ja {
    font-size: 28px;
  }
}

.lineup__link-container {
  margin-top: 24px;
}
.lineup__link-container .button--line-arrow {
  background-color: #FFFFFF;
  color: #7EA8A6;
}
@media (max-width: 767px) {
  .lineup__link-container {
    padding: 0;
  }
}

.section-news-recruit {
  padding: 8px 0 80px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-news-recruit {
    padding: 32px 4%;
  }
}

.news-archive {
  max-width: 1000px;
  margin: 0 auto;
}
.news-archive .news-area {
  width: 100%;
  padding-right: 0;
}

.news-recruit-container {
  display: flex;
  gap: 32px;
  max-width: 1478px;
  margin: 0 auto;
  align-items: center;
  padding: 0;
}
@media (max-width: 768px) {
  .news-recruit-container {
    flex-direction: column;
  }
}

.news-area {
  width: 85%;
  padding-right: 24px;
}
@media (max-width: 768px) {
  .news-area {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}

.section-title--left {
  align-items: flex-start;
  text-align: left;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .section-title--left {
    text-align: center;
    align-items: center;
  }
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 40px 0;
  padding-bottom: 16px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .news-list {
    padding-bottom: 16px;
  }
}

.news-item {
  border-bottom: 1px solid #E0E0E0;
  padding: 20px 8px;
}
.news-item:last-child {
  margin-bottom: 24px;
}
.news-item__link {
  display: flex;
  text-decoration: none;
  color: #333333;
  transition: color 0.3s ease;
}
.news-item__link:hover {
  color: #7EA8A6;
}
.news-item__date {
  flex-shrink: 0;
  width: 100px;
  color: #C4C4C4;
  font-weight: 500;
}
.news-item__title {
  margin: 0;
  font-weight: 400;
}

.rq__link-container {
  margin-top: 24px;
  margin-bottom: 40px;
  position: relative;
  display: flex;
  justify-content: left;
}
.rq__link-container .button--line-arrow {
  text-align: center;
  width: 100%;
  max-width: 335px;
  border: 1px solid #7EA8A6;
  margin: 0;
  float: left;
}

.recruit-area {
  width: 46%;
  position: relative;
  aspect-ratio: 506/528;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/wp-content/themes/setuca/img/recruit.jpg");
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .recruit-area {
    width: 100%;
    min-height: 300px;
  }
}

.recruit-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 56px;
}

.recruit-title {
  color: #FFFFFF;
}
.recruit-title__en {
  display: block;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 33px;
  font-weight: 400;
  letter-spacing: 3px;
}
.recruit-title__ja {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-size: 21px;
  font-weight: 700;
  margin: 0;
  color: #FFFFFF;
}

.recruit-button {
  align-self: flex-end;
}
.recruit-button .button--ghost-white {
  color: #FFFFFF;
  border: none;
  background: transparent;
  position: relative;
  padding: 12px 40px 12px 0;
  font-size: 16px;
}
.recruit-button .button--ghost-white::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 32px;
  height: 1px;
  background-color: #FFFFFF;
  transition: right 0.3s ease;
}
.recruit-button .button--ghost-white::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFFFFF;
  transform: rotate(45deg);
  transition: right 0.3s ease;
}
.recruit-button .button--ghost-white:hover::after {
  right: 12px;
}
.recruit-button .button--ghost-white:hover::before {
  right: 12px;
}

.building-mv {
  position: relative;
  height: 72vh;
  min-height: 72vh;
  padding: 0;
  overflow: hidden;
}
@supports (-webkit-touch-callout: none) {
  .building-mv {
    height: 65vh;
    min-height: 65vh;
  }
}
@media (max-width: 767px) {
  .building-mv {
    height: 70vh;
    min-height: 70vh;
  }
  @supports (-webkit-touch-callout: none) {
    .building-mv {
      height: 60vh;
      min-height: 60vh;
    }
  }
}
.building-mv .mv__image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.building-mv .mv__image {
  width: 100%;
  height: 100%;
  min-height: 602px;
  object-fit: cover;
  opacity: 0.9;
}
@media (max-width: 767px) {
  .building-mv .mv__image {
    min-height: 405px;
  }
}

.breadcrumb {
  position: absolute;
  width: 90%;
  font-size: 13px;
  color: #333333;
  padding: 22px 0 0 5px;
}
.breadcrumb .site-container {
  margin: 0;
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
}
.breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin: 0 5px;
}
.breadcrumb__item a {
  color: inherit;
  font-weight: 500;
  text-decoration: none;
}
.breadcrumb__item a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .breadcrumb {
    position: relative;
    top: 110px;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    position: relative;
    top: 80px;
    padding: 15px 0 0 0;
    font-size: 11px;
  }
}

.section-building-title {
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-top: -107px;
  margin-bottom: 40px;
  z-index: 2;
  min-width: 667px;
  width: auto;
  background-color: #fff;
  padding: 20px 20px;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 667px) {
  .section-building-title {
    min-width: 220px;
  }
}
.section-building-title__title {
  font-size: 72px;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  color: #7EA8A6;
  margin: 0 0 5px;
  letter-spacing: 0.03em;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .section-building-title__title {
    font-size: 42px;
    letter-spacing: 0.02em;
  }
}
.section-building-title__description {
  font-size: 22px;
  color: #7EA8A6;
  margin: 0;
  font-weight: 600;
}
@media (max-width: 767px) {
  .section-building-title__description {
    font-size: 16px;
    letter-spacing: 0.03em;
  }
}
@media (max-width: 767px) {
  .section-building-title {
    max-width: 90%;
    margin-top: -70px;
    margin-bottom: 30px;
    padding: 15px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-building-title {
    max-width: 80%;
    margin-top: -90px;
  }
}

.section-logo {
  text-align: center;
  margin: 10px auto;
}
@media (max-width: 767px) {
  .section-logo {
    margin: 80px auto 40px;
  }
}
.section-logo__image {
  width: 137px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section-logo__image {
    width: 110px;
    transition: transform 0.3s ease;
  }
}

.section-building-content {
  display: flex;
  width: 100%;
}
.section-building-content:nth-of-type(odd) {
  flex-direction: row;
}
@media (max-width: 767px) {
  .section-building-content:nth-of-type(odd) {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-building-content:nth-of-type(odd) {
    align-items: center;
  }
}
.section-building-content:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .section-building-content:nth-of-type(even) {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-building-content:nth-of-type(even) {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .section-building-content {
    margin-bottom: 0;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-building-content {
    margin-bottom: 0;
  }
}

.building-txtarea {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 6.5%;
}
@media (max-width: 767px) {
  .building-txtarea {
    width: 100%;
    padding: 30px 24px 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .building-txtarea {
    width: 45%;
    padding: 0 4%;
  }
}
.building-txtarea__dl {
  text-align: center;
  margin-bottom: 30px;
}
.building-txtarea__dl dt {
  font-size: 57px;
  color: #7EA8A6;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  position: relative;
  display: inline-block;
}
.building-txtarea__dl dt span {
  font-size: 27px;
  color: #7EA8A6;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  text-align: center;
  display: block;
  position: absolute !important;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}
.building-txtarea__dl dt:before, .building-txtarea__dl dt:after {
  content: "▼";
  font-size: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #7EA8A6;
}
.building-txtarea__dl dt:before {
  left: -24px;
}
.building-txtarea__dl dt:after {
  right: -24px;
}
@media (max-width: 767px) {
  .building-txtarea__dl dt {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .building-txtarea__dl dt {
    font-size: 48px;
  }
}
.building-txtarea__dl dd {
  margin: 0;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .building-txtarea__dl dd {
    margin-top: 10px;
  }
}
.building-txtarea__title {
  font-size: 25px;
  font-weight: 700;
  display: inline-block;
  border-bottom: 1px solid #333333;
  padding-bottom: 5px;
  color: #000;
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
}
@media (max-width: 767px) {
  .building-txtarea__title {
    font-size: 18px;
    padding-bottom: 3px;
    border-bottom-width: 1px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .building-txtarea__title {
    font-size: 22px;
  }
}
.building-txtarea__txt {
  font-size: 16px;
  line-height: 2.2;
  margin-top: 20px;
  margin-bottom: 110px;
  text-align: left;
  width: 100%;
}
.page-id-6915 .building-txtarea__txt {
	margin-bottom: 40px;
}
@media (max-width: 767px) {
  .building-txtarea__txt {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 35px;
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .building-txtarea__txt {
    font-size: 15px;
    margin-bottom: 60px;
  }
}

.reading-txtarea p {
  text-align: center !important;
}
@media screen and (max-width: 1024px) {
  .reading-txtarea p {
    text-align: left !important;
  }
}

.building-imgarea {
  width: 52%;
  height: auto;
}
@media (max-width: 767px) {
  .building-imgarea {
    width: 100%;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .building-imgarea {
    width: 55%;
  }
}
.building-imgarea img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 878/555;
  object-fit: cover;
}
@media (max-width: 767px) {
  .building-imgarea img {
    transform: scale(1.01);
  }
}

.building__link-container {
  text-align: center;
  width: 100%;
}
.building__link-container .button {
  border: 1px solid #7EA8A6;
}

.section-vison {
  margin: 25px auto 120px auto;
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 1500px) {
  .section-vison {
    padding: 0 4% !important;
  }
}
@media (max-width: 1023px) {
  .section-vison {
    text-align: left;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .section-vison {
    margin: 60px auto;
  }
}
.section-vison__txt {
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 40px !important;
  color: #333333;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  padding: 0 40px;
}
.section-vison__txt::before, .section-vison__txt::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 77px;
  height: 1px;
  background-color: #7EA8A6;
}
.section-vison__txt::before {
  left: -77px;
}
.section-vison__txt::after {
  right: -77px;
}
@media screen and (max-width: 1024px) {
  .section-vison__txt {
    padding-left: 0;
  }
  .section-vison__txt::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-vison__txt {
    font-size: 32px !important;
    margin-bottom: 30px;
    padding: 0 20px 0 0;
  }
  .section-vison__txt::before, .section-vison__txt::after {
    width: 50px;
  }
  .section-vison__txt::before {
    left: -50px;
  }
  .section-vison__txt::after {
    right: -50px;
  }
}
.section-vison__title {
  font-size: 49px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 55px;
  line-height: 1.65;
  margin-top: 10px;
  letter-spacing: 0.22em;
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
}
@media (max-width: 767px) {
  .section-vison__title {
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 1.5;
  }
}
.section-vison p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2;
  color: #333333;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section-vison p {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
}

.section-good-life {
  display: flex;
  align-items: center;
  margin: 100px auto;
  padding: 0;
  background-color: #F0F6F6;
}
@media (max-width: 1023px) {
  .section-good-life {
    flex-direction: column;
    margin: 60px auto;
  }
}
.section-good-life .good-life__content {
  width: 60%;
  padding: 0 2% 0 6.2%;
}
@media screen and (max-width: 1500px) {
  .section-good-life .good-life__content {
    width: 50%;
    padding-right: 6.2%;
  }
}
@media (max-width: 1023px) {
  .section-good-life .good-life__content {
    width: 100%;
    padding-right: 6.2%;
    margin-bottom: 40px;
    padding-top: 20px;
  }
}
.section-good-life .good-life__title {
  font-size: 36px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 36px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  margin-top: 45px;
}
@media screen and (max-width: 1500px) {
  .section-good-life .good-life__title {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 1200px) {
  .section-good-life .good-life__title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .section-good-life .good-life__title {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.section-good-life .good-life__text p {
  font-size: 16px;
  line-height: 2.2;
  color: #333333;
  margin-top: 50px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1200px) {
  .section-good-life .good-life__text p {
    line-height: 2.2;
  }
}
@media (max-width: 767px) {
  .section-good-life .good-life__text p {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 20px;
    margin-bottom: 12px;
  }
}
.section-good-life .good-life__image {
  width: 45%;
}
@media screen and (max-width: 1500px) {
  .section-good-life .good-life__image {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .section-good-life .good-life__image {
    width: 100%;
  }
}
.section-good-life .good-life__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 705px;
}
@media (max-width: 767px) {
  .section-good-life .good-life__image img {
    min-height: auto;
  }
}

.section-logo-concept {
  max-width: 1040px;
  margin: 150px auto 202px auto;
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .section-logo-concept {
    margin: 80px auto;
    padding: 0 15px;
  }
}
.section-logo-concept .logo-concept__main {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .section-logo-concept .logo-concept__main {
    margin-bottom: 50px;
  }
}
.section-logo-concept .logo-concept__logo {
  margin-bottom: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.section-logo-concept .logo-concept__logo img {
  max-width: 100%;
  height: auto;
  max-height: 150px;
}
@media (max-width: 767px) {
  .section-logo-concept .logo-concept__logo {
    margin-bottom: 30px;
  }
  .section-logo-concept .logo-concept__logo img {
    max-height: 120px;
  }
}
.section-logo-concept .logo-concept__title {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 28px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 70px;
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
}
.section-logo-concept .logo-concept__title .line {
  width: 139px;
  height: 1px;
  background-color: #333333;
}
.section-logo-concept .logo-concept__title .line.left {
  margin-right: 40px;
}
.section-logo-concept .logo-concept__title .line.right {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .section-logo-concept .logo-concept__title {
    font-size: 18px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
  }
  .section-logo-concept .logo-concept__title .line {
    width: 140px;
  }
  .section-logo-concept .logo-concept__title .line.left {
    margin: 0 0 15px 0;
  }
  .section-logo-concept .logo-concept__title .line.right {
    margin: 15px 0 0 0;
  }
}
.section-logo-concept .logo-concept__description p {
  margin: 0;
  font-size: 26px;
  line-height: 1.8;
}
.section-logo-concept .logo-concept__description p:first-child {
  font-size: 27px;
}
.section-logo-concept .logo-concept__description::after {
  content: "";
  display: block;
  width: 88px;
  height: 1px;
  background-color: #333333;
  margin: 20px auto;
}
@media (max-width: 767px) {
  .section-logo-concept .logo-concept__description p {
    font-size: 16px;
  }
  .section-logo-concept .logo-concept__description p:first-child {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.section-logo-concept .logo-concept__meanings {
  margin-bottom: 132px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .section-logo-concept .logo-concept__meanings {
    margin-bottom: 50px;
    padding: 0 15px;
  }
}
.section-logo-concept .logo-concept__symbol {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .section-logo-concept .logo-concept__symbol {
    margin-top: 60px;
  }
}
.section-logo-concept .logo-concept__subtitle {
  position: relative;
  display: inline-block;
  font-size: 26px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 54px;
  letter-spacing: -0.02em;
}
.section-logo-concept .logo-concept__subtitle:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 85px;
  height: 1px;
  background-color: #333333;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .section-logo-concept .logo-concept__subtitle {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .section-logo-concept .logo-concept__subtitle:after {
    bottom: -10px;
    width: 40px;
  }
}
.section-logo-concept .logo-concept__footer-text {
  margin-top: 40px;
}
.section-logo-concept .logo-concept__footer-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  margin: 0 0 10px;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 1024px) {
  .section-logo-concept .logo-concept__footer-text {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .section-logo-concept .logo-concept__footer-text {
    margin-top: 30px;
  }
  .section-logo-concept .logo-concept__footer-text p {
    font-size: 14px;
    line-height: 1.6;
  }
}

.meaning-item {
  display: flex;
  text-align: left;
  margin-bottom: 53px;
}
.meaning-item:last-child {
  margin-bottom: 0;
}
.meaning-item__icon {
  height: 57px;
  width: 72px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 40px auto !important;
}
.meaning-item__icon img {
  width: 100%;
  height: 100%;
  max-width: 72px;
  max-height: 57px;
  object-fit: contain;
}
.meaning-item__content {
  flex: 1;
  display: flex;
  align-items: center;
}
.meaning-item__title {
  font-size: 45px;
  font-weight: 600;
  color: #333333;
  margin: 0 35px;
}
.meaning-item__text {
  font-size: 15px;
  line-height: 1.8;
  color: #333333;
  margin: 0;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .meaning-item {
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: flex-start !important;
  }
  .meaning-item__icon {
    width: 80px;
    margin-bottom: 40px;
  }
  .meaning-item__title {
    font-size: 40px;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .meaning-item__text {
    font-size: 14px;
    line-height: 1.6;
  }
}

.symbol-main {
  margin: 40px auto 0 auto;
  max-width: 202px;
}
.symbol-main img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .symbol-main {
    margin: 30px auto;
    max-width: 220px;
  }
}

.symbol-details {
  display: flex;
  justify-content: center;
  align-items: end;
  margin: 30px auto 70px auto;
  max-width: 800px;
}
.symbol-details .symbol-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 26px;
}
.symbol-details .symbol-item img {
  width: 100%;
  height: 100%;
  max-width: 71px;
  max-height: 56px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 15px;
}
.symbol-details .symbol-item p {
  font-size: 13px;
  margin: 0;
}
@media (max-width: 767px) {
  .symbol-details {
    flex-wrap: wrap;
  }
  .symbol-details .symbol-item {
    width: 50%;
    margin-bottom: 20px;
  }
  .symbol-details .symbol-item img {
    width: 40px;
    margin-bottom: 10px;
  }
  .symbol-details .symbol-item p {
    font-size: 12px;
  }
}

.section-page-links {
  max-width: 1070px;
  margin: 85px auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .section-page-links {
    margin: 75px auto 80px;
    padding: 0 15px;
  }
}
.section-page-links .page-links__container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .section-page-links .page-links__container {
    flex-direction: column;
  }
}
.section-page-links .page-links__column {
  width: 48%;
}
@media (max-width: 767px) {
  .section-page-links .page-links__column {
    width: 100%;
  }
  .section-page-links .page-links__column:first-child {
    margin-bottom: 30px;
  }
}

.page-link-item {
  display: flex;
  align-items: center;
  padding: 5px 0 5px 0;
  border-bottom: 1px dashed #7EA8A6;
  text-decoration: none;
  color: #333333;
  transition: all 0.3s ease;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .page-link-item {
    margin-bottom: 10px;
  }
}
.page-link-item:hover {
  opacity: 0.7;
}
.page-link-item__icon {
  color: #7EA8A6;
  margin-right: 15px;
  font-size: 12px;
}
.page-link-item__text {
  flex: 1;
  font-size: 20px;
}
@media (max-width: 767px) {
  .page-link-item__text {
    font-size: 16px;
  }
}
.page-link-item__arrow {
  margin-left: 15px;
  color: #7EA8A6;
  width: 9px;
  height: 9px;
  border-top: 2px solid #7EA8A6;
  border-right: 2px solid #7EA8A6;
  transform: rotate(45deg);
}

.ourthoughts-content {
  max-width: 1000px;
  margin: 0 auto 80px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .ourthoughts-content {
    margin-bottom: 50px;
    padding: 0 15px;
  }
}
.ourthoughts-content__section {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .ourthoughts-content__section {
    margin-bottom: 40px;
  }
}
.ourthoughts-content__title {
  font-size: 28px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 30px;
  position: relative;
  padding-left: 20px;
}
.ourthoughts-content__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 80%;
  background-color: #7EA8A6;
}
@media (max-width: 767px) {
  .ourthoughts-content__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.ourthoughts-content__text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .ourthoughts-content__text {
    font-size: 16px;
    line-height: 1.8;
  }
}
.ourthoughts-content__image {
  margin: 40px 0;
  text-align: center;
}
.ourthoughts-content__image img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .ourthoughts-content__image {
    margin: 30px 0;
  }
}

.financial-plan {
  margin: 40px 0 10px;
}
.financial-plan__heading {
  position: relative;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 25px;
  color: #333333;
  margin: 0 auto 40px;
  padding: 0 24px;
  text-align: center;
}
.financial-plan__heading .sp_br {
  display: none;
}
@media (max-width: 1023px) {
  .financial-plan__heading .sp_br {
    display: block;
  }
}
.financial-plan__heading::before, .financial-plan__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 150px;
  height: 1px;
  background-color: #7EA8A6;
}
.financial-plan__heading::before {
  right: 100%;
}
.financial-plan__heading::after {
  left: 100%;
}
@media (max-width: 767px) {
  .financial-plan__heading::before, .financial-plan__heading::after {
    width: 30px;
  }
	.financial-plan__heading {
		padding: 0 15px;
	}
}
.financial-plan__heading-wrapper {
  text-align: center;
  margin-bottom: 32px;
}
.financial-plan__intro {
  margin: 0 auto 70px;
  text-align: center;
  line-height: 1.7;
}
.financial-plan__intro p {
  margin-bottom: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.2;
}
@media (max-width: 1023px) {
  .financial-plan__intro p {
    padding: 0 16px;
    text-align: left;
    font-size: 16px !important;
    line-height: 1.8 !important;
  }
}
.financial-plan__content {
  background-color: #7EA8A6;
  padding: 56px 0;
  margin: 0 auto;
  margin-bottom: 48px;
  max-width: 1263px;
}
.financial-plan__container {
  max-width: 1478px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .financial-plan__container {
    flex-direction: column;
  }
}
.financial-plan__image {
  flex: 0 0 40%;
  padding: 0 32px;
}
.financial-plan__image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .financial-plan__image {
    margin-bottom: 32px;
    text-align: center;
    padding: 0 16px;
    flex: 0 0 100%;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .financial-plan__image {
    max-width: 100%;
    padding: 0 8px;
  }
}
.financial-plan__text {
  flex: 0 0 60%;
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 1023px) {
  .financial-plan__text {
    padding-left: 16px;
    padding-right: 16px;
    flex: 0 0 100%;
    width: 100%;
  }
}
.financial-plan__text p {
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 2.6;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .financial-plan__text p {
    font-size: 0.9rem;
    line-height: 1.8;
  }
}

@media (max-width: 1023px) {
  .financial-plan__content--first {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.financial-info {
  padding: 40px 0;
  background-color: #F7F9FA;
}
.financial-info__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .financial-info__container {
    flex-direction: column;
  }
}
.financial-info__image {
  flex: 0 0 45%;
  padding-right: 32px;
}
.financial-info__image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .financial-info__image {
    margin-bottom: 32px;
    padding-right: 0;
  }
}
.financial-info__content {
  flex: 0 0 55%;
}
.financial-info__heading {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  color: #333333;
  margin-bottom: 24px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .financial-info__heading {
    font-size: 1.5rem;
  }
}
.financial-info__text p {
  margin-bottom: 16px;
  line-height: 1.8;
}
.financial-info__text p:last-child {
  margin-bottom: 0;
}

.financial-loan {
  padding: 40px 0;
}
.financial-loan__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .financial-loan__container {
    flex-direction: column;
  }
}
.financial-loan__image {
  flex: 0 0 45%;
  padding-right: 32px;
}
.financial-loan__image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .financial-loan__image {
    margin-bottom: 32px;
    padding-right: 0;
  }
}
.financial-loan__content {
  flex: 0 0 55%;
}
.financial-loan__heading {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  color: #333333;
  margin-bottom: 24px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .financial-loan__heading {
    font-size: 1.5rem;
  }
}
.financial-loan__text p {
  margin-bottom: 16px;
  line-height: 1.8;
}
.financial-loan__text p:last-child {
  margin-bottom: 0;
}

.financial-feature {
  padding: 64px 0 100px;
  background: #F0F6F6;
}
.financial-feature__container {
  max-width: 1318px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.financial-feature__container:first-child {
  padding-bottom: 60px !important;
}
@media (max-width: 1023px) {
  .financial-feature__container {
    flex-direction: column;
  }
}
.financial-feature__image {
  flex: 0 0 49%;
  padding-right: 95px;
  position: relative;
  width: 100%;
}
.financial-feature__image::before {
  content: "";
  display: block;
  padding-top: 74.5571658615%;
}
.financial-feature__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
@media (max-width: 1023px) {
  .financial-feature__image {
    margin-bottom: 32px;
    padding-right: 0;
  }
}
.financial-feature__content {
  flex: 0 0 51%;
  padding-left: 6.77vw;
}
.financial-feature__heading {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  color: #333333;
  margin-bottom: 24px;
  line-height: 1.6;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .financial-feature__heading {
    font-size: 1.5rem;
  }
}
.financial-feature__text p {
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 2.2;
}
.financial-feature__text p:last-child {
  margin-bottom: 0;
}

.section-voice-archive {
  padding: 0px 0 48px 0;
}
@media (max-width: 1023px) {
  .section-voice-archive {
    padding: 32px 0;
  }
}
@media (max-width: 767px) {
  .section-voice-archive {
    padding: 24px 0;
  }
}

.voice-archive .archive-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .voice-archive .archive-posts {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .voice-archive .archive-posts {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.archive-post {
  background-color: #FFFFFF;
  padding: 18px;
  position: relative;
}
@media (max-width: 767px) {
  .archive-post {
    padding: 15px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .archive-post {
    padding: 10px;
  }
}
.archive-post__link {
  display: block;
  transition: transform 0.3s ease;
  text-decoration: none !important;
}
.archive-post__link:hover {
  transform: translateY(-5px);
}
.archive-post__link:hover .archive-post__image img {
  transform: scale(1.05);
}
.archive-post__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 551.367/366.1078;
}
.archive-post__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.archive-post__num {
  position: absolute;
  right: 20px;
  top: -50px;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 43px;
  color: #7EA8A6;
  background-color: #FFFFFF;
  line-height: 43px;
  padding: 10px 30px;
  z-index: 2;
}
.archive-post__num::before {
  content: "vol.";
  font-size: 24px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .archive-post__num {
    right: 20px;
    top: -40px;
    font-size: 24px;
    line-height: 36px;
    padding: 8px 16px;
  }
  .archive-post__num::before {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .archive-post__num {
    right: 15px;
    top: -30px;
    font-size: 18px;
    line-height: 28px;
    padding: 5px 10px;
  }
  .archive-post__num::before {
    font-size: 14px;
  }
}
.archive-post__content {
  position: relative;
  padding-top: 8px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .archive-post__content {
    padding: 12px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .archive-post__content {
    padding: 8px;
  }
}
.archive-post__title {
  font-size: 18px;
  font-weight: 700;
  margin: 8px 0 24px 0;
  order: 0;
  color: #333333;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .archive-post__title {
    font-size: 1.125rem;
    margin: 6px 0 16px 0;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .archive-post__title {
    font-size: 1rem;
    margin: 4px 0 12px 0;
  }
}
.archive-post__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  order: 1;
}
@media (min-width: 320px) and (max-width: 375px) {
  .archive-post__meta {
    flex-wrap: wrap;
    gap: 4px;
  }
}
.archive-post__category {
  font-size: 0.875rem;
  padding: 4px 24px;
  border: 1px solid #7EA8A6;
  color: #7EA8A6;
  position: relative;
}
@media (max-width: 767px) {
  .archive-post__category {
    font-size: 0.8125rem;
    padding: 4px 16px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .archive-post__category {
    font-size: 0.75rem;
    padding: 2px 8px;
  }
}
.archive-post__type {
  color: #777777;
  font-size: 0.875rem;
  border-left: 1px solid #777777;
  padding-left: 16px;
  margin-left: 12px;
}
@media (max-width: 767px) {
  .archive-post__type {
    font-size: 0.8125rem;
    padding-left: 12px;
    margin-left: 8px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .archive-post__type {
    font-size: 0.75rem;
    padding-left: 8px;
    margin-left: 4px;
    border-left-width: 1px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
}
.pagination .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 35px;
  height: 40px;
  padding: 10px 0;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-decoration: none !important;
  color: #7EA8A6;
}
.pagination .page-numbers:hover {
  background-color: #F7F9FA;
}
.pagination .page-numbers.current {
  background-color: #7EA8A6;
  color: #FFFFFF;
}
.pagination .page-numbers.dots {
  border: none;
  padding: 0;
}
.pagination .page-numbers.next {
  padding: 0 15px;
}

/*single*/
.btn-share {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row;
  margin-bottom: 20px;
  padding: 0;
}

.btn-share li {
  border: none;
  list-style: none;
  text-align: center;
  margin: 0 10px;
  line-height: 2em;
}

.btn-share li a {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #FFF;
  line-height: 1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  text-decoration: none !important;
}

.btn-share li a:hover {
  opacity: 0.8;
}

.btn-share .facebook a {
  background: #3b5998;
}

.btn-share .twitter a {
  background: #55ACEE;
}

.btn-share .gplus a {
  background: #dd4b39;
}

.pager_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 92%;
  margin: 75px auto 65px;
}

.pager_wrap > span {
  width: 195px;
}

.pager_wrap .prev {
  margin-right: 30px;
}

.pager_wrap .prev i {
  margin-right: 10px;
}

.pager_wrap .next {
  margin-left: 30px;
}

.pager_wrap .next i {
  margin-left: 10px;
}

.pager_wrap a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 195px;
  padding: 15px 25px;
  color: #fff;
  line-height: 1;
  background-color: #7EA8A6;
  text-decoration: none !important;
}
@media screen and (max-width: 1024px) {
  .pager_wrap a {
    font-size: 1rem !important;
  }
}

#single_top.temp_top {
  margin-bottom: 0;
}

.post_field {
  max-width: 1000px;
  width: 92%;
  margin: auto;
}

.post_field img {
  display: block;
  margin: 30px auto;
}

.works-content {
  margin: 30px 0;
}

.works_spec .spec_t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  font-size: 2rem;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
}

.works_spec .spec_t span {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 20px;
  background-color: #fff;
}

.works_spec .spec_t::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #7EA8A6;
}

.works_spec dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.works_spec dt {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 125px;
  font-size: 1.6rem;
  font-weight: 600;
}

.works_spec dd {
  line-height: 1;
}

.works_spec dd b {
  font-size: 2rem;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
}

.works_spec dd span {
  font-size: 1.5rem;
  font-weight: 400;
}

.works_spec .post_cat {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 45px;
}

.works_spec span.cat1.works_reform {
  padding: 10px;
  font-size: 1.3rem;
}

.single-works .chi_h .img {
  max-width: calc(100% - 440px);
}

.single-works .chi_h .head_wrap {
  padding: 0 95px 0 30px;
}

.post__content .sub {
  margin-bottom: 7px;
  font-size: 2.1rem;
  font-weight: 600;
  text-align: center;
}

.works-block {
  margin-bottom: 90px;
}

.post__content .label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.post__content .label.none {
  display: none;
}

.label-inner {
  padding: 5px 15px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #7EA8A6;
}

@media only screen and (max-width: 1300px) {
  .single-works .chi_h .chi_h_b {
    width: 330px;
  }
}
@media only screen and (max-width: 1024px) {
  .single-works .chi_h .chi_h_b {
    width: 320px;
  }
  .single-works .chi_h .head_wrap {
    padding: 0 65px 0 30px;
  }
  .works_spec .post_cat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .post_cat .cat2 {
    margin-left: 0;
    border-left: none;
  }
  .single-works .chi_h .img {
    max-width: calc(100% - 290px);
  }
  .post_field img {
    margin: 20px 0;
  }
  .works-content {
    margin: 25px 0;
  }
}
@media only screen and (max-width: 850px) {
  .post__content .sub {
    font-size: 1.9rem;
  }
  .works-block {
    margin-bottom: 40px;
  }
  .post_field img {
    margin: 15px 0;
  }
  .works-content {
    margin: 20px 0;
  }
  .single-works .chi_h .head_wrap {
    padding: 0;
  }
  .single-works .sp .post_cat {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 0;
  }
  .single-works .chi_h .chi_h_b.sp {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }
  .single-works .temp_top .head2 {
    margin-bottom: 0;
  }
  .single-works .chi_h .img {
    max-width: 100%;
  }
  .pager_wrap a {
    width: 160px;
    padding: 15px 20px;
    font-size: 1.5rem;
  }
  .pager_wrap > span {
    width: 160px;
  }
}
@media only screen and (max-width: 650px) {
  .post__content .sub {
    font-size: 1.7rem;
  }
  .label-inner {
    padding: 5px 10px;
    font-size: 1.3rem;
  }
  .works-block {
    margin-bottom: 30px;
  }
  .pager_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pager_wrap .prev {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .pager_wrap .next {
    margin-left: 0;
    margin-top: 10px;
  }
  .pager_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px auto 40px;
  }
}
@media only screen and (max-width: 450px) {
  #single_top.temp_top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .works_spec span.cat1.works_reform {
    padding: 7px 10px;
    font-size: 1.1rem;
  }
  .works_spec .post_cat .cat2 {
    padding-top: 7px;
  }
  .post__content .sub {
    margin-bottom: 3px;
    font-size: 1.5rem;
  }
  .single-works .chi_h .chi_h_b.sp {
    margin-bottom: 20px;
  }
  .label-inner {
    font-size: 1.1rem;
  }
  .works-block {
    margin-bottom: 25px;
  }
}
.head2_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: auto;
  color: var(--green);
  font-size: 25px !important;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.3;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
}
.head2_1 span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-start;
  margin-right: 10px;
  color: var(--black);
  font-family: var(--kakugo);
  font-weight: 600;
  letter-spacing: 0.2rem;
  font-size: 25px !important;
}
@media only screen and (min-width: 768px) {
  .head2_1 span {
    font-size: 2.5rem;
  }
}
.head2_1 span::after {
  content: "";
  display: block;
  width: 1px;
  height: 250px;
  margin: 35px auto 0;
  background-color: var(--green);
}
@media only screen and (max-width: 1024px) {
  .head2_1 {
    font-size: 1.4rem;
    -webkit-writing-mode: rl-tb;
    -ms-writing-mode: rl-tb;
    writing-mode: rl-tb;
  }
  .head2_1 span {
    margin-top: 3px;
    margin-right: 0;
  }
  .head2_1 span::after {
    width: 150px;
    height: 1px;
    margin: 0 0 0 10px;
  }
}

#feature_mente {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 80px calc((100% - 1590px) / 3) 45px;
  background: #7EA8A6;
}
#feature_mente .head2_1 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 10px;
  margin-right: 20px;
  color: #fff;
  font-size: 2.5rem;
}
#feature_mente .head2_1 span {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}
#feature_mente .head2_1 span::after {
  display: none;
}
#feature_mente .head2_1 b {
  display: block;
  margin-top: 195px;
}
@media only screen and (max-width: 1650px) {
  #feature_mente {
    padding: 80px 30px 110px;
  }
}
@media only screen and (max-width: 1024px) {
  #feature_mente {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 30px 80px;
  }
  #feature_mente .head2_1 {
    margin-right: 0;
    margin-bottom: 25px;
    font-size: 1.4rem;
  }
  #feature_mente .head2_1 b {
    margin-top: 0;
  }
}
@media only screen and (max-width: 850px) {
  #feature_mente {
    padding: 30px 25px 55px;
  }
  #feature_mente .head2_1 {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  #feature_mente .head2_1 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 650px) {
  #feature_mente {
    padding: 60px 20px 40px;
  }
  #feature_mente .head2_1 {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 450px) {
  #feature_mente {
    padding: 40px 15px 0;
  }
  #feature_mente .head2_1 {
    margin-bottom: 10px;
    font-size: 1rem;
  }
  #feature_mente .head2_1 span {
    display: block;
  }
}

#feature_mente .head2_1 span::after {
  display: none;
}

@media screen and (max-width: 1500px) {
  .support_tac .num_wrap {
    padding-left: 40px;
  }
  .support_tac .num_wrap .btn_wrap {
    min-width: 300px;
  }
}
@media only screen and (max-width: 1300px) {
  .support_tac .num_wrap {
    padding-left: 40px;
  }
  .support_tac .num_wrap .btn_wrap {
    min-width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .support_tac .num_wrap {
    width: 100%;
  }
  .support_tac .num_wrap .btn_wrap {
    min-width: 100%;
  }
}
@media only screen and (max-width: 1150px) {
  .support_tac .num_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 410px;
    padding-left: 0;
  }
  .support_tac .tel_wrap {
    margin-bottom: 15px;
  }
  .support_tac .head2 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  #feature_mente {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 30px 80px;
  }
  #feature_mente .head2_1 span b {
    width: 100%;
  }
  #feature_mente .head2_1 b {
    margin-top: 0;
  }
  #feature_mente .head2_1 {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .ftr_mente_li li + li {
    margin-top: 30px;
  }
  .ftr_mente_li li {
    padding: 40px 40px 45px;
  }
  .ftr_mente_li .head3 {
    padding-bottom: 15px;
    font-size: 1.2rem;
  }
  .ftr_mente_li .num {
    font-size: 2.5rem;
    line-height: 0.9;
  }
  .ftr_mente_li .num::before {
    font-size: 1.2rem;
  }
  .ftr_mente_li .txt {
    font-size: 1rem;
    line-height: 1.8;
  }
  #feature_mente .head2_1 {
    font-size: 1.4rem;
  }
  .ftr_mente_li .ftr_mente_example__dl {
    padding: 18px 20px !important;
  }
  .ftr_mente_li .ftr_mente_example__dl dt {
    width: 90px;
    height: 90px;
    font-size: 30px;
  }
  .ftr_mente_li .ftr_mente_example__dl dd {
    font-size: 18px;
    padding: 0 15px 0 30px;
    top: -4px;
  }
  .ftr_mente_li .ftr_mente_example__dl dd::after {
    top: calc(50% + 4px);
    left: calc(100% + 15px);
  }
  .support_tac {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 45px auto;
  }
  .support_tac .txt_wrap {
    margin-bottom: 20px;
    text-align: center;
  }
  .support_tac .num_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
    width: 100%;
    border-left: none;
  }
  .support_tac .btn_wrap {
    width: 300px;
  }
}
@media only screen and (max-width: 850px) {
  #feature_mente .head2_1 {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
  #feature_mente {
    padding: 30px 25px 55px;
  }
  .ftr_mente_li li {
    padding: 30px;
  }
  .ftr_mente_li .num {
    margin-right: 15px;
    font-size: 2.2rem;
    line-height: 1;
  }
  .ftr_mente_li .num::before {
    font-size: 1.1rem;
  }
  .ftr_mente_li .head3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 1.1rem;
  }
  .ftr_mente_li .txt {
    font-size: 0.95rem;
    line-height: 1.7;
  }
  .ftr_mente_li .ftr_mente_example__dl {
    padding: 15px 18px !important;
  }
  .ftr_mente_li .ftr_mente_example__dl dt {
    width: 80px;
    height: 80px;
    font-size: 22px;
  }
  .ftr_mente_li .ftr_mente_example__dl dd {
    font-size: 16px;
    padding: 0 12px 0 25px;
    top: -3px;
  }
  .ftr_mente_li .ftr_mente_example__dl dd::after {
    top: calc(50% + 3px);
    left: calc(100% + 12px);
  }
}
@media only screen and (max-width: 767px) {
  #feature_mente .head2_1 {
    font-size: 1.2rem;
  }
  #feature_mente .head2_1 {
    margin-bottom: 10px;
  }
  .ftr_mente_li li {
    padding: 35px 25px 40px;
  }
  .ftr_mente_li li + li {
    margin-top: 25px;
  }
  .ftr_mente_li .num::before {
    font-size: 1rem;
  }
  .ftr_mente_li .num {
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .ftr_mente_li .head3 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 1rem;
  }
  .ftr_mente_li .txt {
    line-height: 1.7;
    font-size: 0.9rem;
  }
  .support_tac .head2 {
    margin-bottom: 5px;
    font-size: 2.3rem;
  }
  .support_tac .txt_wrap {
    margin-bottom: 15px;
  }
  .ftr_mente_li .ftr_mente_example__dl {
    padding: 12px 15px !important;
  }
  .ftr_mente_li .ftr_mente_example__dl dt {
    width: 70px;
    height: 70px;
    font-size: 18px;
  }
  .ftr_mente_li .ftr_mente_example__dl dd {
    font-size: 14px;
    padding: 0 10px 0 20px;
    top: -2px;
  }
  .ftr_mente_li .ftr_mente_example__dl dd::after {
    top: calc(50% + 2px);
    left: calc(100% + 10px);
  }
}
@media only screen and (max-width: 650px) {
  #feature_mente .head2_1 {
    font-size: 1.1rem;
  }
  .ftr_mente_li li {
    padding: 30px 20px 35px;
  }
  .ftr_mente_li li + li {
    margin-top: 30px;
  }
  .ftr_mente_li .num {
    margin-right: 0;
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
  .ftr_mente_li .num::before {
    font-size: 0.9rem;
  }
  .ftr_mente_li .head3 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 12px;
    margin-bottom: 18px;
    font-size: 0.95rem;
    line-height: 1.4;
  }
  .ftr_mente_li .txt {
    line-height: 1.7;
    font-size: 0.85rem;
  }
  #feature_mente {
    padding: 60px 20px 40px;
  }
  .support_tac .num_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .support_tac .btn_wrap {
    width: 100%;
    margin-left: 0 !important;
  }
  .support_tac .btn_wrap a {
    padding: 10px 10px;
  }
  .support_tac .txt {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
  }
  .support_tac .head2 {
    font-size: 2rem;
  }
  .support_tac .tel_wrap .txt {
    display: none;
  }
  .support_tac {
    margin: 30px auto 0;
  }
  .ftr_mente_li .ftr_mente_example__dl {
    padding: 10px 12px !important;
  }
  .ftr_mente_li .ftr_mente_example__dl dt {
    width: 60px;
    height: 60px;
    font-size: 14px;
  }
  .ftr_mente_li .ftr_mente_example__dl dd {
    font-size: 12px;
    padding: 0 8px 0 18px;
    top: -2px;
  }
  .ftr_mente_li .ftr_mente_example__dl dd::after {
    top: calc(50% + 2px);
    left: calc(100% + 8px);
  }
}
@media only screen and (max-width: 450px) {
  #feature_mente {
    padding: 40px 15px 0;
  }
  #feature_mente .head2_1 {
    margin-bottom: 10px;
    font-size: 1rem;
  }
  #feature_mente .head2_1 span {
    display: block;
  }
  #feature_mente .head2_1 span {
    display: block;
  }
  .ftr_mente_li .num {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 1.6em!important;
  }
  .ftr_mente_li .num::before {
    font-size: 0.8rem;
  }
  .ftr_mente_li li {
    padding: 25px 15px 30px;
  }
  .ftr_mente_li li + li {
    margin-top: 25px;
  }
  .ftr_mente_li .head3 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 1.3em!important;
    line-height: 1.5;
  }
  .ftr_mente_li .txt {
    line-height: 1.6;
    font-size: 0.8rem;
  }
  .ftr_mente_li .ftr_mente_example__dl {
    padding: 8px 10px !important;
  }
  .ftr_mente_li .ftr_mente_example__dl dt {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
  .ftr_mente_li .ftr_mente_example__dl dd {
    font-size: 10px;
    padding: 0 6px 0 15px;
    top: -1px;
  }
  .ftr_mente_li .ftr_mente_example__dl dd::after {
    top: calc(50% + 1px);
    left: calc(100% + 6px);
  }
}
/*point*/
#feature_point .head2 {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
}
#feature_point .head2 span {
  color: #7EA8A6;
}
#feature_point .head2 b {
  font-size: 9.2rem;
  line-height: 1;
  vertical-align: bottom;
}
@media only screen and (max-width: 1150px) {
  #feature_point .head2 {
    font-size: 2.5rem;
    line-height: 1.3;
  }
  #feature_point .head2 b {
    font-size: 7.2rem;
  }
}
@media only screen and (max-width: 1024px) {
  #feature_point .head2 {
    margin-bottom: 25px;
    font-size: 3rem;
  }
  #feature_point .head2 b {
    font-size: 6.2rem;
  }
}
@media only screen and (max-width: 767px) {
  #feature_point .head2 {
    font-size: 2.8rem;
  }
  #feature_point .head2 b {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 650px) {
  #feature_point .head2 {
    margin-bottom: 15px;
    font-size: 2.1rem;
  }
  #feature_point .head2 b {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 450px) {
  #feature_point .head2 {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 1150px) {
  #feature_top.temp_top {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #feature_top.temp_top {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 650px) {
  #feature_top.temp_top {
    margin-bottom: 25px;
  }
}

.mente-plan {
  padding: 0 20px;
  margin: 65px 0 157px 0;
}
@media (max-width: 767px) {
  .mente-plan {
    margin: 40px 0 60px 0;
  }
}
.mente-plan .financial-plan__heading-wrapper {
  margin-bottom: 5px;
}
.mente-plan .financial-plan__heading-wrapper__heading {
  font-weight: bold;
  letter-spacing: 0.07em;
  margin-bottom: 0 !important;
}
.mente-plan .financial-plan__intro p {
  line-height: 2.66;
  font-weight: 400;
}

.financial-plan_inspection {
  background-color: #F0F6F6;
  padding: 100px 0 86px 0;
}
.financial-plan_inspection .financial-plan__heading-wrapper {
  margin-bottom: 5px;
  font-weight: bold !important;
  margin-bottom: 0 !important;
}
.financial-plan_inspection .financial-plan__heading-wrapper__heading {
  font-weight: bold !important;
  letter-spacing: 0.07em;
  margin-bottom: 0 !important;
}
.financial-plan_inspection .financial-plan__intro p {
  line-height: 2.66;
  font-weight: 400;
}
@media (max-width: 767px) {
  .financial-plan_inspection {
    padding: 40px 4%;
  }
}

.financial-plan_inspection__dl {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  background-color: #fff;
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 1161px;
}
.financial-plan_inspection__dl dt {
  flex-shrink: 0;
  font-size: 22px;
  font-weight: 700;
  color: #7EA8A6;
  padding-right: 25px;
  margin-right: 25px;
  position: relative;
  min-width: 260px;
  text-align: center;
  padding: 28px 0;
}
.financial-plan_inspection__dl dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #7EA8A6;
}
@media (max-width: 1023px) {
  .financial-plan_inspection__dl dt {
    padding-top: 10px;
  }
}
.financial-plan_inspection__dl dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
  margin: 0;
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .financial-plan_inspection__dl {
    padding: 25px 20px;
  }
  .financial-plan_inspection__dl dt {
    font-size: 20px;
    padding-right: 20px;
    margin-right: 20px;
    min-width: 120px;
  }
  .financial-plan_inspection__dl dd {
    font-size: 15px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .financial-plan_inspection__dl {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 15px;
  }
  .financial-plan_inspection__dl dt {
    margin-bottom: 15px;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 10px;
    min-width: auto;
  }
  .financial-plan_inspection__dl dt::after {
    width: 50px;
    height: 1px;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: none;
  }
  .financial-plan_inspection__dl dd {
    font-size: 14px;
  }
}

.ftr_mente_li {
  max-width: 1335px;
  width: 100%;
  padding: 0;
}
.ftr_mente_li li {
  margin-top: 32px !important;
  margin-bottom: 50px !important;
  width: 100%;
  padding: 55px 55px 65px;
  background-color: rgba(255, 255, 255, 0.9);
  list-style: none;
}
.ftr_mente_li li + li {
  margin-top: 50px;
}
.ftr_mente_li .ftr_mente_example {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.ftr_mente_li li p {
	font-weight: 400;
	line-height: 2;
}
.ftr_mente_li .ftr_mente_example__dl {
  background: none !important;
  padding: 22px 23px !important;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  position: relative;
}
.ftr_mente_li .ftr_mente_example__dl dt {
  font-size: 36px;
  font-weight: 700;
  color: #7EA8A6;
  background: #fff;
  width: 108px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
.ftr_mente_li .ftr_mente_example__dl dt span {
  transform: rotate(-45deg);
  display: block;
}
.ftr_mente_li .ftr_mente_example__dl dd {
  font-size: 27px;
  line-height: 1;
  color: #fff;
  margin: 0;
  padding: 0 20px 0 40px;
  position: relative;
  z-index: 1;
  top: -5px;
}
.ftr_mente_li .ftr_mente_example__dl dd::after {
  content: "";
  position: absolute;
  top: calc(50% + 5px);
  left: calc(100% + 20px);
  transform: translateY(-50%);
  height: 1px;
  background-color: #fff;
  width: 100vw;
  z-index: 0;
}
.ftr_mente_li .head3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 1px solid #7EA8A6;
}
.ftr_mente_li .num {
  display: block;
  margin-right: 25px;
  color: #7EA8A6;
  font-size: 50px;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.ftr_mente_li .num::before {
  content: "Check";
  display: block;
  font-size: 24px;
}
.ftr_mente_li .txt {
  width: 100%;
  line-height: 2;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .ftr_mente_li li {
    padding: 40px 40px 45px;
  }
  .ftr_mente_li li + li {
    margin-top: 30px;
  }
  .ftr_mente_li .head3 {
    padding-bottom: 15px;
    font-size: 1.2rem;
  }
  .ftr_mente_li .num {
    font-size: 2.5rem;
    line-height: 0.9;
  }
  .ftr_mente_li .num::before {
    font-size: 1.2rem;
  }
  .ftr_mente_li .txt {
    font-size: 1rem;
    line-height: 1.8;
  }
  .ftr_mente_li .ftr_mente_example__dl {
    padding: 18px 20px !important;
  }
  .ftr_mente_li .ftr_mente_example__dl dt {
    width: 90px;
    height: 90px;
    font-size: 30px;
  }
  .ftr_mente_li .ftr_mente_example__dl dd {
    font-size: 18px;
    padding: 0 15px 0 30px;
    top: -4px;
  }
  .ftr_mente_li .ftr_mente_example__dl dd::after {
    top: calc(50% + 4px);
    left: calc(100% + 15px);
  }
}
@media only screen and (max-width: 850px) {
  .ftr_mente_li li {
    padding: 30px;
  }
  .ftr_mente_li .num {
    margin-right: 15px;
    font-size: 2.2rem;
    line-height: 1;
  }
  .ftr_mente_li .num::before {
    font-size: 1.1rem;
  }
  .ftr_mente_li .head3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 1.1rem;
  }
  .ftr_mente_li .txt {
    font-size: 0.95rem;
    line-height: 1.7;
  }
  .ftr_mente_li .ftr_mente_example__dl {
    padding: 15px 18px !important;
  }
  .ftr_mente_li .ftr_mente_example__dl dt {
    width: 80px;
    height: 80px;
    font-size: 22px;
  }
  .ftr_mente_li .ftr_mente_example__dl dd {
    font-size: 16px;
    padding: 0 12px 0 25px;
    top: -3px;
  }
  .ftr_mente_li .ftr_mente_example__dl dd::after {
    top: calc(50% + 3px);
    left: calc(100% + 12px);
  }
}
@media only screen and (max-width: 767px) {
  .ftr_mente_li li {
    padding: 35px 25px 40px;
  }
  .ftr_mente_li li + li {
    margin-top: 25px;
  }
  .ftr_mente_li .num {
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .ftr_mente_li .num::before {
    font-size: 1rem;
  }
  .ftr_mente_li .head3 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 1rem;
  }
  .ftr_mente_li .txt {
    line-height: 1.7;
    font-size: 0.9rem;
  }
  .ftr_mente_li .ftr_mente_example__dl {
    padding: 12px 15px !important;
  }
  .ftr_mente_li .ftr_mente_example__dl dt {
    width: 70px;
    height: 70px;
    font-size: 18px;
  }
  .ftr_mente_li .ftr_mente_example__dl dd {
    font-size: 14px;
    padding: 0 10px 0 20px;
    top: -2px;
  }
  .ftr_mente_li .ftr_mente_example__dl dd::after {
    top: calc(50% + 2px);
    left: calc(100% + 10px);
  }
}
@media only screen and (max-width: 650px) {
  .ftr_mente_li li {
    padding: 30px 20px 35px;
  }
  .ftr_mente_li li + li {
    margin-top: 30px;
  }
  .ftr_mente_li .num {
    margin-right: 0;
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
  .ftr_mente_li .num::before {
    font-size: 0.9rem;
  }
  .ftr_mente_li .head3 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 12px;
    margin-bottom: 18px;
    font-size: 0.95rem;
    line-height: 1.4;
  }
  .ftr_mente_li .txt {
    line-height: 1.7;
    font-size: 0.85rem;
  }
  .ftr_mente_li .ftr_mente_example__dl {
    padding: 10px 12px !important;
  }
  .ftr_mente_li .ftr_mente_example__dl dt {
    width: 60px;
    height: 60px;
    font-size: 14px;
  }
  .ftr_mente_li .ftr_mente_example__dl dd {
    font-size: 12px;
    padding: 0 8px 0 18px;
    top: -2px;
  }
  .ftr_mente_li .ftr_mente_example__dl dd::after {
    top: calc(50% + 2px);
    left: calc(100% + 8px);
  }
}
@media only screen and (max-width: 450px) {
  .ftr_mente_li .num {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .ftr_mente_li .num::before {
    font-size: 0.8rem;
  }
  .ftr_mente_li li {
    padding: 25px 15px 30px;
  }
  .ftr_mente_li li + li {
    margin-top: 25px;
  }
  .ftr_mente_li .head3 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .ftr_mente_li .txt {
    line-height: 1.6;
    font-size: 0.8rem;
  }
  .ftr_mente_li .ftr_mente_example__dl {
    padding: 8px 10px !important;
  }
  .ftr_mente_li .ftr_mente_example__dl dt {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
  .ftr_mente_li .ftr_mente_example__dl dd {
    font-size: 10px;
    padding: 0 6px 0 15px;
    top: -1px;
  }
  .ftr_mente_li .ftr_mente_example__dl dd::after {
    top: calc(50% + 1px);
    left: calc(100% + 6px);
  }
}

#mente_voice {
  width: 100%;
  padding: 80px 30px 120px;
  background-color: #f5f5f5;
}
#mente_voice > .head2 {
  margin-bottom: 80px;
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
}

.voice_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1460px;
  width: 92%;
  margin: 0 auto;
  list-style: none;
}
.voice_li li {
  width: 47%;
  padding: 50px 50px 40px;
  margin-bottom: 70px;
}
.voice_li .img_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 25px;
}
.voice_li .img {
  width: 61%;
  height: auto;
  padding-top: 34%;
  background: center center/cover no-repeat;
}
.voice_li .head3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 39%;
  padding-top: 40px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.voice_li .date {
  display: block;
  margin-bottom: 15px;
  color: #999;
  font-size: 1.3rem;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
}
.voice_li .txt {
  width: 100%;
  font-size: 1.7rem;
  line-height: 2;
}
.voice_li .num_temp2::before {
  content: "Voice";
}

.num_temp2_li li {
  position: relative;
  border: 4px solid #7EA8A6;
  counter-increment: cnt;
}

.num_temp2 {
  position: absolute;
  top: -25px;
  left: -25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 145px;
  height: 145px;
  padding: 20px;
  color: #fff;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  background-color: #7EA8A6;
}
.num_temp2::before {
  content: "Voice";
  display: block;
  font-size: 2.4rem;
}
.num_temp2::after {
  content: "0" counter(cnt) "";
  display: block;
  font-size: 6.6rem;
}
.num_temp2:nth-of-type(n + 10)::after {
  content: "" counter(cnt) "";
}

.support_tac {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1620px;
  width: 96%;
  margin: 80px auto;
}
.support_tac .head2 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  color: #333333;
}
.support_tac .txt {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
.support_tac .txt_wrap {
  width: 100%;
}
.support_tac .num_wrap {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 865px;
  padding-left: 75px;
  margin-left: 20px;
  border-left: 1px solid #d1d1d1;
}
@media screen and (max-width: 1500px) {
  .support_tac .num_wrap {
    width: 70%;
  }
}
@media only screen and (max-width: 1040px) {
  .support_tac .num_wrap {
    width: 100%;
    flex-direction: column;
    padding: 0 40px;
    margin: 0;
    border-left: none;
    border-top: 1px solid #d1d1d1;
    margin-top: 20px;
    padding-top: 20px;
  }
}
.support_tac .btn_wrap {
  margin-left: 20px;
}
.support_tac .btn1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 30px 40px 25px 75px;
  margin: 0 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  background-color: #7EA8A6;
  transition: all 0.3s ease;
  border: 2px solid #7EA8A6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.support_tac .btn1 i {
  margin-right: 5px;
  font-size: 16px;
}
.support_tac .btn1:hover {
  color: #7EA8A6;
  background-color: #fff;
}
.support_tac .tel_wrap {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.support_tac .tel_wrap .tel, .support_tac .tel_wrap .tel a {
  color: var(--black);
}
.support_tac .tel_wrap .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
  line-height: 1;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 10px;
}
.support_tac .tel_wrap .tel::before {
  content: "\f879";
  display: inline-block;
  transform: scaleX(-1);
  margin-right: 5px;
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media (max-width: 767px) {
  .support_tac .tel_wrap .tel {
    font-size: 30px;
  }
}

.li_temp2 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 115px;
}
.li_temp2 li:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.li_temp2 li:nth-of-type(even) .head3 {
  margin-left: 0;
  margin-right: 80px;
}
.li_temp2 li:nth-of-type(even) .head3 .num {
  border-left: none;
  border-right: 4px solid #7EA8A6;
}
@media only screen and (max-width: 1300px) {
  .li_temp2 li:nth-of-type(even) .head3 {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1150px) {
  .li_temp2 li:nth-of-type(even) .head3 {
    margin-right: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  .li_temp2 li:nth-of-type(even) .head3 {
    margin-left: 35px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 650px) {
  .li_temp2 li:nth-of-type(even) .head3 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .li_temp2 li:nth-of-type(even) .head3 {
    margin: 0 10px;
  }
}
.li_temp2 li:nth-of-type(even) .cont {
  color: var(--black);
  background-color: #f5f5f5;
}
.li_temp2 li:nth-of-type(even) .cont::before {
  left: 0;
  right: auto;
  color: rgba(255, 255, 255, 0.8);
}
.li_temp2 li:nth-of-type(even) .img_wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .li_temp2 li:nth-of-type(even) .img_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .li_temp2 li:nth-of-type(even) .img_wrap {
    margin-bottom: 10px;
  }
}
.li_temp2 li:nth-of-type(even) .head4 {
  padding-left: 0;
  padding-right: 35px;
  text-align: left;
}
@media only screen and (max-width: 1500px) {
  .li_temp2 li:nth-of-type(even) .head4 {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .li_temp2 li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 65px);
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .li_temp2 li {
    width: calc(100% - 55px);
  }
}
@media only screen and (max-width: 650px) {
  .li_temp2 li {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 450px) {
  .li_temp2 li {
    margin-bottom: 35px;
  }
}
.li_temp2 .head3 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 80px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  white-space: nowrap;
}
.li_temp2 .head3 .num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 90px 20px 85px;
  margin-bottom: 25px;
  color: #7EA8A6;
  font-size: 2.5rem;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  line-height: 1;
  border-left: 4px solid #7EA8A6;
  border-bottom: 4px solid #7EA8A6;
  -webkit-writing-mode: rl-tb;
  -ms-writing-mode: rl-tb;
  writing-mode: rl-tb;
}
.li_temp2 .head3 .num b {
  display: block;
  margin-top: 15px;
  font-size: 5rem;
}
@media only screen and (max-width: 1300px) {
  .li_temp2 .head3 .num b {
    margin-top: 7px;
    font-size: 5rem;
  }
}
@media only screen and (max-width: 850px) {
  .li_temp2 .head3 .num b {
    font-size: 6.3rem;
  }
}
@media only screen and (max-width: 1024px) {
  .li_temp2 .head3 .num b {
    margin-top: 0;
    font-size: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .li_temp2 .head3 .num b {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 650px) {
  .li_temp2 .head3 .num b {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 450px) {
  .li_temp2 .head3 .num b {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 1300px) {
  .li_temp2 .head3 .num {
    padding: 10px 65px 15px;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 1150px) {
  .li_temp2 .head3 .num {
    padding: 10px 40px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .li_temp2 .head3 .num {
    padding: 5px 15px 5px 10px;
    margin-bottom: 0;
    margin-right: 10px;
    border-left: none;
    border-right: 4px solid #7EA8A6;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .li_temp2 .head3 .num {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 650px) {
  .li_temp2 .head3 .num {
    padding: 5px 15px 5px 10px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 450px) {
  .li_temp2 .head3 .num {
    padding: 5px 10px 5px 5px;
    font-size: 1.3rem;
    border-width: 3px;
  }
}
@media only screen and (max-width: 1300px) {
  .li_temp2 .head3 {
    margin-left: 50px;
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 1150px) {
  .li_temp2 .head3 {
    margin-left: 35px;
    font-size: 3.7rem;
  }
}
@media only screen and (max-width: 1024px) {
  .li_temp2 .head3 {
    -webkit-writing-mode: rl-tb;
    -ms-writing-mode: rl-tb;
    writing-mode: rl-tb;
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 850px) {
  .li_temp2 .head3 {
    font-size: 2.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .li_temp2 .head3 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 650px) {
  .li_temp2 .head3 {
    margin-left: 20px;
    font-size: 2rem;
    white-space: inherit;
  }
}
@media only screen and (max-width: 450px) {
  .li_temp2 .head3 {
    margin: 0 10px;
    font-size: 1.7rem;
  }
}
.li_temp2 .cont {
  position: relative;
  width: 100%;
  padding: 90px 65px 65px 90px;
  margin-top: 60px;
  color: #fff;
  background-color: #7EA8A6;
}
.li_temp2 .cont::before {
  content: "POINT";
  position: absolute;
  top: 85px;
  right: 0;
  color: rgba(255, 255, 255, 0.1);
  font-size: 18rem;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  line-height: 0.7;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  z-index: 0;
}
@media only screen and (max-width: 650px) {
  .li_temp2 .cont::before {
    display: none;
  }
}
.li_temp2 .cont > * {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1500px) {
  .li_temp2 .cont {
    padding: 90px 50px 65px;
  }
}
@media only screen and (max-width: 1150px) {
  .li_temp2 .cont {
    padding: 70px 45px 55px;
  }
}
@media only screen and (max-width: 1024px) {
  .li_temp2 .cont {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .li_temp2 .cont {
    margin-top: 20px;
    padding: 35px 35px 40px;
  }
}
@media only screen and (max-width: 650px) {
  .li_temp2 .cont {
    padding: 20px;
    margin-top: 15px;
    border-radius: 0;
  }
}
.li_temp2 .img_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 45px;
}
.li_temp2 .img_wrap .img {
  width: 55%;
  height: auto;
  padding-top: 34%;
  background: center center/cover no-repeat;
}
@media only screen and (max-width: 1500px) {
  .li_temp2 .img_wrap .img {
    width: 50%;
  }
}
@media only screen and (max-width: 1300px) {
  .li_temp2 .img_wrap .img {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .li_temp2 .img_wrap .img {
    width: 100%;
    padding-top: 62%;
  }
}
@media only screen and (max-width: 1024px) {
  .li_temp2 .img_wrap {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .li_temp2 .img_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .li_temp2 .img_wrap {
    margin-bottom: 10px;
  }
}
.li_temp2 .head4 {
  width: 45%;
  padding-left: 35px;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .li_temp2 .head4 .pc_br {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  .li_temp2 .head4 br {
    display: none;
  }
}
@media only screen and (max-width: 1500px) {
  .li_temp2 .head4 {
    width: 50%;
    padding-left: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1300px) {
  .li_temp2 .head4 {
    width: 52%;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 1150px) {
  .li_temp2 .head4 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .li_temp2 .head4 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .li_temp2 .head4 {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
    text-align: left;
  }
}
@media only screen and (max-width: 650px) {
  .li_temp2 .head4 {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 450px) {
  .li_temp2 .head4 {
    font-size: 1.5rem;
  }
}
.li_temp2 .txt {
  width: 100%;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .li_temp2 .txt {
    line-height: 1.7;
  }
}
.li_temp2 .btn_wrap {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 40px;
}
.li_temp2 .btn_wrap .btn1 {
  margin-left: 0;
}
@media only screen and (max-width: 650px) {
  .li_temp2 .btn_wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
  }
}

#ps_fullorder .li_temp2 .cont, #ps_reform .li_temp2 .cont {
  width: calc(100% - 348px);
}

.section-vison--lifedesign {
  padding: 62px 0 80px 0;
  max-width: 1183px;
  margin: 0 auto;
}
.section-vison--lifedesign p {
  line-height: 2.7;
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1500px) {
  .section-vison--lifedesign {
    padding: 60px 0 60px 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .section-vison--lifedesign {
    padding: 60px 0 !important;
  }
  .section-vison--lifedesign p {
    text-align: center;
    font-size: 24px;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .section-vison--lifedesign {
    padding-bottom: 40px !important;
  }
  .section-vison--lifedesign p {
    line-height: 1.8;
    margin: 0;
  }
}

.section-lifedesign-intro {
  padding: 2rem 0 4rem;
}
.section-lifedesign-intro .lifedesign-intro__text {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 767px) {
  .section-lifedesign-intro .lifedesign-intro__text {
    padding: 0 1.5rem;
    text-align: left;
  }
}

.section-house-type {
  padding: 60px 0;
}
.section-house-type:nth-child(odd) {
  background-color: #F7F9FA;
}
@media (max-width: 767px) {
  .section-house-type:nth-child(odd) {
    padding-top: 0 !important;
  }
}
.section-house-type .house-type-item {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 1023px) {
  .section-house-type .house-type-item {
    flex-direction: column;
    gap: 2rem;
  }
}
.section-house-type .house-type-item--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .section-house-type .house-type-item--reverse {
    flex-direction: column;
  }
}
.section-house-type .house-type-item__image {
  flex: 0 0 50%;
  position: relative;
  aspect-ratio: 802/634.5;
}
.section-house-type .house-type-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 634px;
}
@media (max-width: 1023px) {
  .section-house-type .house-type-item__image {
    flex: 0 0 100%;
  }
  .section-house-type .house-type-item__image img {
    min-height: 0;
  }
}
.section-house-type .house-type-item__content {
  flex: 0 0 42%;
  padding: 0 30px;
}
.section-house-type .house-type-item__content .button {
  margin: 0 !important;
  background: #7EA8A6 !important;
  color: #FFFFFF !important;
  text-align: left;
  padding-left: 60px;
  max-width: 277px;
}
.section-house-type .house-type-item__content .button:before {
  background-color: #FFFFFF !important;
}
.section-house-type .house-type-item__content .button:after {
  background-color: #FFFFFF !important;
}
@media (max-width: 767px) {
  .section-house-type .house-type-item__content .button {
    padding-left: 40px;
  }
  .section-house-type .house-type-item__content .button:after {
    top: 23px;
  }
}
@media (max-width: 1023px) {
  .section-house-type .house-type-item__content {
    padding: 0 40px;
    flex: 0 0 100%;
  }
}
.section-house-type .house-type-item__title {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-size: 47px;
  color: #7EA8A6;
  margin-bottom: 28px;
}
.section-house-type .house-type-item__title-ja {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .section-house-type .house-type-item__title {
    font-size: 2rem;
  }
}
.section-house-type .house-type-item__description {
  margin-bottom: 2rem;
  line-height: 2.2;
}
@media screen and (max-width: 1024px) {
  .section-house-type .house-type-item__description {
    line-height: 2;
  }
}
.section-house-type .house-type-item__description p {
  margin-bottom: 2rem;
  line-height: 2.2;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .section-house-type .house-type-item__description p {
    line-height: 2;
  }
}

.zeh-tables {
  display: flex;
  margin: 2rem 0 3rem;
}
@media (max-width: 1023px) {
  .zeh-tables {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.zeh-table {
  border-collapse: collapse;
  width: 100%;
}
.zeh-table--results {
  flex: 3;
  margin-right: 15px;
}
@media (max-width: 1023px) {
  .zeh-table--results {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
.zeh-table--target {
  flex: 1;
  min-width: 140px;
}
.zeh-table th, .zeh-table td {
  text-align: center;
  border: 1px solid #7EA8A6;
  padding: 5px 1rem;
  vertical-align: middle;
  font-weight: bold;
}
.zeh-table thead tr:first-child th {
  background-color: #7EA8A6;
  color: #fff;
  font-weight: bold;
}
.zeh-table thead tr:nth-child(2) th {
  background-color: #fff;
  color: #333;
  font-weight: normal;
  font-weight: bold;
  padding: 2px 1rem;
}
.zeh-table td {
  background-color: #fff;
  height: 72px;
}

.zeh-percent {
  display: block;
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #93B4B0;
  line-height: 1;
}
.zeh-percent small {
  font-size: 20px;
  vertical-align: baseline;
}

.quality-skills-container {
  max-width: 1215px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .quality-skills-container {
    padding: 1.5rem 20px;
  }
}

.quality-skill-section {
  padding: 74px 0 40px 0;
}
@media (max-width: 767px) {
  .quality-skill-section {
    padding: 30px 0;
  }
}
.quality-skill-section:last-child {
  margin-bottom: 0;
}
.quality-skill-section__header {
  background-color: #7EA8A6;
  padding: 16px 36px;
  display: flex;
  align-items: center;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .quality-skill-section__header {
    padding: 0.5rem 1rem;
    margin-bottom: 1.25rem;
  }
}
.quality-skill-section__header-number {
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 64px;
  color: #FFFFFF;
  line-height: 1;
  margin-right: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .quality-skill-section__header-number {
    font-size: 1.8rem;
  }
}
.quality-skill-section__header-title-text {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.3;
  display: flex;
  align-items: baseline;
}
.quality-skill-section__header-title-text small.quality-skill-note--header {
  font-size: 17px;
  font-weight: 600;
  color: #FFFFFF;
  margin-left: 10px;
  line-height: inherit;
  min-width: 90px;
}
@media (max-width: 767px) {
  .quality-skill-section__header-title-text {
    font-size: 1.1rem;
    flex-direction: column;
  }
  .quality-skill-section__header-title-text small.quality-skill-note--header {
    font-size: 12px;
    margin: 0;
  }
}
.quality-skill-section__main-content {
  padding: 0 0;
}
@media (max-width: 767px) {
  .quality-skill-section__main-content {
    padding: 0 0.5rem;
  }
}
.quality-skill-section__title {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 30px;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.quality-skill-section__title small.quality-skill-note {
  display: inline;
  font-size: 0.65em;
  font-weight: 400;
  color: #333333;
  margin-left: 0.75em;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .quality-skill-section__title small.quality-skill-note {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .quality-skill-section__title {
    font-size: 1.35rem;
    margin-bottom: 0.8rem;
  }
}
.quality-skill-section__body {
  display: flex;
  gap: 40px;
}
@media (max-width: 1023px) {
  .quality-skill-section__body {
    flex-direction: column;
    gap: 25px;
  }
}
.quality-skill-section__text {
  flex: 1.2;
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
}
.quality-skill-section__text p {
  margin-bottom: 1.02em;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: -0.02em;
}
.quality-skill-section__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .quality-skill-section__text p {
    font-size: 14px;
	line-height: 1.7;
  }
}
.quality-skill-section__text .quality-skill-section__text-paragraph {
  line-height: 2.6;
}
@media (max-width: 767px) {
  .quality-skill-section__text .quality-skill-section__text-paragraph {
    line-height: 1.8;
  }
}
.quality-skill-section__text .quality-skill-note {
  display: block;
  font-size: 16px;
  color: #333333;
  margin-top: 1.2em;
}
.quality-skill-section__image {
  flex: 1;
}
@media (max-width: 1023px) {
  .quality-skill-section__image {
    flex: 1;
    max-width: 100%;
  }
}
.quality-skill-section__image img {
  width: 100%;
  height: auto;
}
.quality-skill-section--special-layout .quality-skill-section__body {
  display: block;
  gap: 0;
}
.quality-skill-section--special-layout .quality-skill-section__text {
  flex: none;
  margin-bottom: 40px;
}
.quality-skill-section--special-layout .quality-skill-section__image {
  display: none;
}
.quality-skill-section--special-layout .quality-skill-section__image-gallery {
  display: flex;
  gap: 0;
}
@media (max-width: 767px) {
  .quality-skill-section--special-layout .quality-skill-section__image-gallery {
    flex-direction: column;
  }
}
.quality-skill-section--special-layout .quality-skill-section__image-item {
  flex: 1;
}
.quality-skill-section--special-layout .quality-skill-section__image-item img {
  width: 100%;
  height: auto;
  max-height: 318px;
  object-fit: cover;
}

:root {
  --green: #7faba9;
  --black: #3e3a39;
  --gothic: "游ゴシック体", YuGothic, "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  --brandon: "Outfit", sans-serif;
  --roboto: "Roboto Condensed", sans-serif;
  --kakugo: "Times New Roman", "游明朝", Yukakugo, "ヒラギノ明朝 ProN W3", "Hiragino kakugo ProN", "HG明朝E", "ＭＳ Ｐ明朝","MS Pkakugo", "メイリオ", Meiryo, serif;
  --kakugo: "Zen Kaku Gothic New", sans-serif;
}

.section-vison--flow {
  margin: 60px 0 60px 0;
}
@media screen and (max-width: 1024px) {
  .section-vison--flow {
    text-align: left;
  }
}

#ps_field-outer {
  font-size: 62.5%;
  position: relative;
  width: 100%;
  color: var(--black);
  font-size: 1.6em;
  font-family: var(--kakugo);
  font-weight: 100;
  line-height: 1.6;
  letter-spacing: 0.02rem;
  background-color: #fff;
  /*//common*/
  /*pagetop*/
  /*//pagetop*/
  /*header*/
  /*.s_main_nav .acc-btn {
      justify-content: flex-start;
      width: 100%;
  }
  .s_main_nav {
      width: 92%;
      max-width: 550px;
  }
  div.fat-nav {
      background-color: rgba(46,167,75,.7);
  }
  nav.spnav {
      width: 92%;
      height: 90%;
      max-width: 600px;
      background-color: rgba(255,255,255,1);
      border-radius: 40px;
  }
  a.hamburger {
      justify-content: center;
      align-items: center;
      width: 60px;
      height: 60px;
      background-color: var(--green);
      border-radius: 50%;
  }
  div.hamburger__icon, div.hamburger__icon:after, div.hamburger__icon:before {
      width: 35px;
      background-color: #fff;
  }
  .hamburger.active div.hamburger__icon:before, .hamburger.active div.hamburger__icon:after {
      background-color: #fff;
  }*/
  /*-----*/
  /*-----*/
  /*footer*/
  /*top*/
  /*second-head*/
  /*feature*/
  /*mente*/
  /*point*/
  /*staff*/
  /*taikan*/
  /*ps*/
  /*benkyokai*/
  /*fullorder*/
  /*reform*/
  /*privacy*/
  /*link*/
  /*recruit*/
  /*message-profile*/
  /*smile*/
  /*archive*/
  /*.archive_cat_li li:first-of-type a {
    color: var(--green);
  }*/
  /*contact*/
  /*single*/
  /*reha-care*/
  /* ----------------------------------



  ---------------------------------- */
  /*
  font-family: "Font Awesome 5 Free";font-weight: 900;
  font-family: "Font Awesome 5 Brands";font-weight: 400;
  -----------------------------------------------------------
  font-family: "游ゴシック体", YuGothic, "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  -----------------------------------------------------------
  font-family: brandon-grotesque, sans-serif;
  -----------------------------------------------------------
  font-family: 'Roboto Condensed', sans-serif;
  */
  /* ----------------------------------

  追加

  ---------------------------------- */
  /* ----------------------------------

  コンセプト住宅

  ---------------------------------- */
  /* 

  /* ==========================
    モーダル（ポップアップ）
  ========================== */
  /* ==========================
    コンテンツの中身
  ========================== */
  /* PC幅に適用 */
  /* スマホ幅に適用 */
  /* ----------------------------------

  top

  ---------------------------------- */
  /* ----------------------------------



  ---------------------------------- */
  /*20240401*/
  /*//20240401*/
}
#ps_field-outer #ps_proposal {
  margin-top: 90px;
}
#ps_field-outer #ps_proposal #proposal_flow {
  padding-top: 35px;
}
@media screen and (max-width: 1650px) {
  #ps_field-outer #ps_proposal #proposal_flow {
    padding: 35px 2% 100px 2%;
  }
}
@media only screen and (max-width: 768px) {
	#ps_field-outer #ps_proposal #proposal_flow {
		padding: 35px 2% 40px 2%;
	}
}
#ps_field-outer .pagetop {
  bottom: 25px;
  position: fixed;
  right: 20px;
  z-index: 998 !important;
}
#ps_field-outer .pagetop a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 29px;
  height: 204px;
  color: var(--green);
  font-family: var(--brandon);
  font-weight: 600;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  white-space: nowrap;
  text-shadow: 0 0 3px #fff;
}
#ps_field-outer .pagetop a span {
  position: relative;
  display: block;
  width: 1px;
  height: 120px;
  -webkit-transform: rotate(90deg) scale(-1, 1);
  transform: rotate(90deg) scale(-1, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
#ps_field-outer .pagetop a span::before {
  content: "";
  display: block;
  width: 105px;
  height: 1px;
  background-color: var(--green);
  -webkit-box-shadow: 0 0 3px #fff;
  box-shadow: 0 0 3px #fff;
}
#ps_field-outer .pagetop a span::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 10px;
  height: 1px;
  background-color: var(--green);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-box-shadow: 0 0 3px #fff;
  box-shadow: 0 0 3px #fff;
}
#ps_field-outer .pagetop:hover a span::before {
  -webkit-animation: scale-left-right 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-left-right 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
#ps_field-outer .pagetop:hover a span::after {
  -webkit-animation: rotate1 1s both;
  animation: rotate1 1s both;
}
#ps_field-outer #header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 20px 30px 0;
  background-color: #fff;
  z-index: 999;
}
#ps_field-outer .logo {
  width: 212px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#ps_field-outer .h_scroll .logo {
  width: 190px;
}
#ps_field-outer .h_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#ps_field-outer .sns_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#ps_field-outer .h_scroll .sns_link {
  margin-bottom: 0;
}
#ps_field-outer .sns_link a {
  display: block;
  font-size: 2.8rem;
  line-height: 1;
}
#ps_field-outer .sns_link a + a {
  margin-left: 25px;
}
#ps_field-outer .sns_link img {
  width: 27px;
}
#ps_field-outer #gnav {
  margin-top: auto;
}
#ps_field-outer .gnav_li > li > a {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.1;
}
#ps_field-outer .gnav_li > li > a::after {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--black);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#ps_field-outer .gnav_li > li:hover > a::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#ps_field-outer .gnav_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#ps_field-outer .gnav_li > li {
  padding: 20px 30px 20px;
}
#ps_field-outer .h_scroll .gnav_li > li {
  padding-top: 15px;
  padding-bottom: 15px;
}
#ps_field-outer .gnav_li > li:last-of-type {
  padding-right: 0;
}
#ps_field-outer .h_cat {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 35px 30px 60px;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
#ps_field-outer .gnav_li > li:hover .h_cat {
  opacity: 1;
  pointer-events: inherit;
}
#ps_field-outer .h_cat > *, #ps_field-outer .h_cat::before {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0.5s;
  transition: all 0.3s ease 0.5s;
}
#ps_field-outer .gnav_li > li:hover .h_cat > *, #ps_field-outer .gnav_li > li:hover .h_cat::before {
  opacity: 1;
}
#ps_field-outer .h_cat::before {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  content: "";
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 75px;
  height: 1px;
  margin-top: 15px;
  margin-right: 110px;
  background-color: var(--black);
}
#ps_field-outer .h_cat::after {
  content: "";
  opacity: 1;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: -1;
}
#ps_field-outer .gnav_li > li:hover .h_cat::after {
  opacity: 1;
  bottom: 0;
}
#ps_field-outer .hcat_head {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 45px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
}
#ps_field-outer .hcat_head span {
  display: block;
  color: var(--green);
  font-family: var(--brandon);
  font-size: 2.4rem;
}
#ps_field-outer .hcat_li {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding-right: 65px;
  list-style: none;
}
#ps_field-outer .hcat_li li {
  width: 23%;
}
#ps_field-outer li.dummy {
  height: 0 !important;
  margin: 0 !important;
}
#ps_field-outer .hcat_li .img {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 55%;
  margin-bottom: 15px;
  background: center center/cover no-repeat;
  overflow: hidden;
}
#ps_field-outer .hcat_li .img::before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--green);
  z-index: 1;
}
#ps_field-outer .hcat_li .img::before {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--green);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#ps_field-outer .hcat_li li:hover .img::before {
  opacity: 0.3;
}
#ps_field-outer .hcat_li .head3 {
  margin-bottom: 15px;
  color: var(--black);
  font-weight: 600;
  line-height: 1.4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#ps_field-outer .hcat_li li:hover .head3 {
  color: var(--green);
}
#ps_field-outer .hcat_li .txt {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.7;
}
#ps_field-outer .wrapper::before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
#ps_field-outer .over + .wrapper::before {
  opacity: 1;
  z-index: 99;
}
#ps_field-outer .wrapper {
  margin-top: 126px;
  margin-bottom: 150px;
}
#ps_field-outer div.fat-nav li, #ps_field-outer div.fat-nav li a {
  font-weight: 600;
  text-align: left;
}
#ps_field-outer .fat-nav ul.s_nav {
  border-top: none;
}
#ps_field-outer div.fat-nav .s_main_nav > li {
  margin-bottom: 0;
  border-top: 1px solid var(--green);
}
#ps_field-outer div.fat-nav .s_main_nav {
  width: 92%;
  border-bottom: 1px solid var(--green);
}
#ps_field-outer div.fat-nav .s_main_nav > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
#ps_field-outer div.fat-nav li .acc-btn {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
#ps_field-outer nav.spnav {
  padding: 80px 0;
}
#ps_field-outer div.fat-nav .s_main_nav .acc-btn::after {
  content: "";
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: 10px;
  border-top: 8px solid var(--green);
  border-right: 6px solid transparent;
  border-bottom: none;
  border-left: 6px solid transparent;
}
#ps_field-outer div.fat-nav .s_main_nav .acc-btn.acc-open::after {
  margin-top: 0;
  border-top: none;
  border-bottom: 8px solid var(--green);
}
#ps_field-outer div.fat-nav div.fat-nav__wrapper {
  height: auto;
}
#ps_field-outer div.fat-nav li .acc-cont a {
  padding: 12px 10px;
  border-top: 1px dotted #bbb;
}
#ps_field-outer div.fat-nav li {
  font-size: 1.5rem;
}
#ps_field-outer div.fat-nav ul.s_nav {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1500px) {
  #ps_field-outer .gnav_li > li {
    padding: 20px 20px 20px;
  }
  #ps_field-outer .gnav_li > li > a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1270px) {
  #ps_field-outer .logo {
    width: 180px;
  }
  #ps_field-outer .h_scroll .logo {
    width: 165px;
  }
  #ps_field-outer .gnav_li > li {
    padding: 15px 10px;
  }
  #ps_field-outer .h_scroll .gnav_li > li {
    padding: 10px;
  }
  #ps_field-outer .gnav_li > li > a {
    font-size: 1.4rem;
  }
  #ps_field-outer .h_cat {
    padding: 25px 20px 40px;
  }
  #ps_field-outer .h_cat::before {
    width: 45px;
    margin-right: 45px;
  }
  #ps_field-outer .hcat_head {
    margin-right: 20px;
    font-size: 2.2rem;
  }
  #ps_field-outer .hcat_head span {
    font-size: 2rem;
  }
  #ps_field-outer .hcat_li .img {
    margin-bottom: 10px;
  }
  #ps_field-outer .hcat_li .head3 {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
  #ps_field-outer .hcat_li .txt {
    font-size: 1.4rem;
  }
  #ps_field-outer .sns_link a {
    font-size: 2.5rem;
  }
  #ps_field-outer .sns_link a + a {
    margin-left: 20px;
  }
  #ps_field-outer .sns_link img {
    width: 23px;
  }
  #ps_field-outer .wrapper {
    margin-top: 108px;
  }
}
@media only screen and (max-width: 1024px) {
  #ps_field-outer .h_inner {
    display: none;
  }
  #ps_field-outer a.hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #ps_field-outer #header {
    padding: 15px 20px;
  }
  #ps_field-outer .logo {
    margin-bottom: 0;
  }
  #ps_field-outer .wrapper {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  #ps_field-outer .wrapper {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 550px) {
  #ps_field-outer .logo {
    width: 130px;
  }
  #ps_field-outer .h_scroll .logo {
    width: 120px;
  }
  #ps_field-outer .wrapper {
    margin-top: 73px;
  }
}
#ps_field-outer #footer {
  width: calc(100% - 70px);
  padding: 95px 75px 105px;
  color: #fff;
  background-color: var(--green);
}
#ps_field-outer .f_tac {
  width: 100%;
  padding-bottom: 60px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#ps_field-outer .head3_1 {
  font-size: 4rem;
  font-family: var(--roboto);
  font-weight: 600;
  line-height: 1.1;
  background-color: var(--green);
}
#ps_field-outer .head3_1 span {
  display: block;
  margin-top: 10px;
  font-size: 1.8rem;
  font-family: var(--kakugo);
}
#ps_field-outer .f_tac .head3_1 {
  display: inline-block;
  padding-right: 55px;
  margin-top: -30px;
  margin-bottom: 35px;
}
#ps_field-outer .ftac_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}
#ps_field-outer .ftac_cont .tel_wrap {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 90px;
}
#ps_field-outer .tel_wrap span {
  display: block;
  margin-left: 30px;
  line-height: 2;
}
#ps_field-outer .tel_wrap .tel, #ps_field-outer .tel_wrap .tel a {
  color: #fff;
  font-size: 4rem;
  font-family: var(--brandon);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
#ps_field-outer .tel_wrap .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#ps_field-outer .tel_wrap .tel::before {
  content: "\f879";
  margin-right: 5px;
  font-size: 2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#ps_field-outer .ftac_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
#ps_field-outer .btn2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 20px;
  color: var(--green);
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#ps_field-outer .ftac_link .btn2 {
  /*width: 31%;/*資料請求ボタンがある場合*/
  width: 48%;
  /*/*資料請求ボタンが無い場合*/
}
#ps_field-outer .btn2::before {
  margin-right: 10px;
  font-size: 2.3rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#ps_field-outer .btn2.mail::before {
  content: "\f0e0";
}
#ps_field-outer .btn2.request::before {
  content: "\f15c";
}
#ps_field-outer .btn2.reserve::before {
  content: "\f044";
}
#ps_field-outer .btn2:hover {
  color: #fff;
  background-color: var(--green);
}
#ps_field-outer .f_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 100%;
  padding-top: 70px;
}
#ps_field-outer .f_logo {
  width: 178px;
  margin-bottom: 40px;
}
#ps_field-outer .f_address {
  margin-bottom: 65px;
  font-size: 1.6rem;
  line-height: 1.5;
}
#ps_field-outer .f_block .sns_link {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
#ps_field-outer .f_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 30%;
}
#ps_field-outer #footer .copyright {
  display: block;
  margin-top: auto;
  font-size: 1.3rem;
  font-family: var(--brandon);
}
#ps_field-outer .fnav_wrap {
  width: 70%;
}
#ps_field-outer #fnav {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#ps_field-outer .f_nav_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#ps_field-outer .f_nav_wrap {
  margin-bottom: 35px;
}
#ps_field-outer .fnav_b {
  width: 20%;
  line-height: 1.5;
}
#ps_field-outer .fnav_b dt, #ps_field-outer .fnav_b > ul li {
  margin-bottom: 15px;
  font-size: 1.4rem;
}
#ps_field-outer .fnav_b dd li {
  margin-bottom: 10px;
}
#ps_field-outer .fnav_b dd li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.3rem;
  line-height: 1.5;
}
#ps_field-outer .fnav_b dd li a::before {
  content: "\f054";
  margin-right: 5px;
  margin-top: 3px;
  font-size: 1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#ps_field-outer .f_link_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
#ps_field-outer .f_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 47%;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.3);
}
#ps_field-outer .f_link_wrap .img {
  width: 43%;
  height: auto;
  padding-top: 24%;
  background: center center/cover no-repeat;
}
#ps_field-outer .f_link_wrap .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 49%;
}
#ps_field-outer .f_link_wrap .name {
  padding-bottom: 3px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  border-bottom: 1px solid #fff;
}
#ps_field-outer .f_inner, #ps_field-outer .f_inner a {
  color: #fff;
}
#ps_field-outer .f_inner ul {
  list-style: none;
}
#ps_field-outer .f_link_wrap .btn1 {
  padding: 0 45px 0 0;
  margin: 0;
  background-color: transparent;
}
#ps_field-outer .f_link_wrap .btn1 .b_arw {
  right: 0;
}
#ps_field-outer .fix_tac_bnr {
  position: fixed;
  top: 150px;
  right: 0;
  padding: 15px 20px 20px 20px;
  color: var(--black);
  font-weight: 600;
  line-height: 1;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  background-color: #ffd500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 997;
}
#ps_field-outer .fix_tac_bnr::before {
  content: "\f15c";
  margin-bottom: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
#ps_field-outer .fix_tac_bnr:hover {
  color: #ffd500;
  background-color: var(--black);
}
@media only screen and (max-width: 1500px) {
  #ps_field-outer .fnav_b {
    width: calc((100% - 180px) / 3);
    font-size: 1.6rem;
  }
  #ps_field-outer .fnav_b dd li a {
    font-size: 1.4rem;
  }
  #ps_field-outer .fnav_b dd li a::before {
    margin-top: 3px;
    font-size: 1rem;
  }
  #ps_field-outer .fnav_b:first-of-type {
    width: 50px;
  }
  #ps_field-outer .fnav_b dt, #ps_field-outer .fnav_b > ul li {
    margin-bottom: 10px;
  }
  #ps_field-outer .fnav_b dd li {
    margin-bottom: 5px;
  }
  #ps_field-outer .f_link_wrap .name {
    margin-bottom: 15px;
    font-size: 1.7rem;
  }
  #ps_field-outer .f_link_wrap .img {
    width: 40%;
  }
  #ps_field-outer .f_link_wrap .cont {
    width: 55%;
  }
  #ps_field-outer .f_link {
    width: 49%;
  }
}
@media only screen and (max-width: 1400px) {
  #ps_field-outer #footer {
    padding: 55px 40px;
  }
  #ps_field-outer .ftac_cont .tel_wrap {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1270px) {
  #ps_field-outer {
    /*.ftac_link .btn2 {
          width: 32%;
      }/*資料請求ボタンがある場合*/
  }
  #ps_field-outer .btn2 {
    width: 32%;
    padding: 20px 15px;
    font-size: 1.6rem;
  }
  #ps_field-outer .btn2::before {
    font-size: 1.9rem;
  }
  #ps_field-outer .tel_wrap .tel, #ps_field-outer .tel_wrap .tel a {
    font-size: 4.5rem;
  }
  #ps_field-outer .tel_wrap span {
    font-size: 1.5rem;
  }
  #ps_field-outer .tel_wrap .tel::before {
    font-size: 1.7rem;
  }
  #ps_field-outer .head3_1 {
    font-size: 5.5rem;
  }
  #ps_field-outer .head3_1 span {
    margin-top: 7px;
    font-size: 1.8rem;
  }
  #ps_field-outer .f_tac {
    padding-bottom: 45px;
  }
  #ps_field-outer .f_tac .head3_1 {
    margin-bottom: 25px;
  }
  #ps_field-outer .f_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 40px;
  }
  #ps_field-outer .f_block {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #ps_field-outer .fnav_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
  #ps_field-outer .f_nav_wrap {
    margin-bottom: 20px;
  }
  #ps_field-outer .f_logo {
    margin-bottom: 25px;
  }
  #ps_field-outer .f_address {
    margin-bottom: 30px;
    text-align: center;
  }
  #ps_field-outer #fnav {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  #ps_field-outer .ftac_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #ps_field-outer .ftac_cont .tel_wrap {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #ps_field-outer .ftac_cont .tel_wrap span {
    margin-left: 0;
    text-align: center;
  }
  #ps_field-outer .f_tac .head3_1 {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  #ps_field-outer .f_inner {
    padding-top: 30px;
  }
  #ps_field-outer .f_link_wrap .name {
    font-size: 1.6rem;
  }
  #ps_field-outer .f_link_wrap .btn1 {
    font-size: 1.4rem;
  }
  #ps_field-outer .fnav_b dt, #ps_field-outer .fnav_b > ul li {
    margin-bottom: 5px;
  }
  #ps_field-outer .fnav_b {
    width: calc((100% - 135px) / 3);
  }
  #ps_field-outer #fnav {
    display: none;
  }
  #ps_field-outer .pagetop a {
    width: 26px;
    height: 194px;
  }
}
@media only screen and (max-width: 767px) {
  #ps_field-outer #footer {
    padding: 40px 25px;
  }
  #ps_field-outer .f_tac .head3_1 {
    padding-right: 20px;
    margin-bottom: 0;
  }
  #ps_field-outer .ftac_link .btn2 {
    max-width: 300px;
    width: 90%;
    margin-bottom: 10px;
  }
  #ps_field-outer .ftac_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #ps_field-outer .f_tac {
    padding-bottom: 15px;
  }
  #ps_field-outer .tel_wrap .tel, #ps_field-outer .tel_wrap .tel a {
    font-size: 3rem;
  }
  #ps_field-outer .tel_wrap span {
    font-size: 1.4rem;
  }
  #ps_field-outer .ftac_cont .tel_wrap {
    margin-bottom: 10px;
  }
  #ps_field-outer .head3_1 {
    font-size: 4.8rem;
  }
  #ps_field-outer .head3_1 span {
    margin-top: 3px;
    font-size: 1.6rem;
  }
  #ps_field-outer .btn2 {
    padding: 15px;
    font-size: 1.5rem;
  }
  #ps_field-outer .btn2::before {
    font-size: 1.6rem;
  }
  #ps_field-outer .f_nav_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  #ps_field-outer .fnav_b:first-of-type, #ps_field-outer .fnav_b {
    width: 49%;
    margin-bottom: 15px;
  }
  #ps_field-outer .fnav_b.dummy {
    display: none;
  }
  #ps_field-outer .f_inner {
    padding-top: 20px;
  }
  #ps_field-outer #fnav {
    margin-bottom: 10px;
  }
  #ps_field-outer .f_address {
    font-size: 1.4rem;
  }
  #ps_field-outer #footer .copyright {
    font-size: 1.2rem;
  }
  #ps_field-outer .f_link_wrap .btn1 {
    padding: 0 30px 0 0;
  }
  #ps_field-outer .fix_tac_bnr {
    padding: 15px;
    font-size: 1.5rem;
  }
  #ps_field-outer .fix_tac_bnr::before {
    margin-bottom: 5px;
  }
  #ps_field-outer .pagetop {
    bottom: 60px;
  }
}
@media only screen and (max-width: 650px) {
  #ps_field-outer .f_link_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #ps_field-outer .f_link {
    max-width: 400px;
    width: 100%;
    padding: 10px;
    margin: 0 auto 15px;
  }
  #ps_field-outer .fnav_wrap {
    margin-bottom: 20px;
  }
  #ps_field-outer .f_logo {
    width: 140px;
  }
  #ps_field-outer .f_address {
    margin-bottom: 20px;
  }
  #ps_field-outer #footer {
    padding: 45px 20px 60px;
  }
  #ps_field-outer .fnav_b dt, #ps_field-outer .fnav_b > ul li {
    font-weight: 600;
  }
  #ps_field-outer .fnav_b {
    font-size: 1.5rem;
  }
  #ps_field-outer .fnav_b dd li a {
    letter-spacing: -1px;
  }
  #ps_field-outer .fnav_b:first-of-type, #ps_field-outer .fnav_b {
    margin-bottom: 10px;
  }
  #ps_field-outer #fnav {
    margin-bottom: 0;
  }
  #ps_field-outer .f_nav_wrap:first-of-type .fnav_b:nth-last-of-type(-n+2), #ps_field-outer .f_nav_wrap:last-of-type .fnav_b:last-of-type {
    width: 100%;
  }
  #ps_field-outer .f_link_wrap .name {
    font-size: 1.5rem;
  }
  #ps_field-outer .f_link_wrap .btn1 {
    font-size: 1.3rem;
  }
  #ps_field-outer .f_link_wrap .img {
    width: 45%;
    padding-top: 30%;
  }
  #ps_field-outer .f_link_wrap .cont {
    width: 50%;
  }
  #ps_field-outer .fix_tac_bnr {
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 18px 10px;
    font-size: 1.4rem;
    text-align: center;
    -webkit-writing-mode: rl-tb;
    -ms-writing-mode: rl-tb;
    writing-mode: rl-tb;
    border-radius: 0;
  }
  #ps_field-outer .fix_tac_bnr::before {
    margin-bottom: 0;
    margin-right: 5px;
  }
  #ps_field-outer #footer .head3_1 {
    font-size: 3.5rem;
  }
  #ps_field-outer #footer .head3_1 span {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 450px) {
  #ps_field-outer #footer {
    width: 100%;
  }
  #ps_field-outer .pagetop {
    right: 15px;
  }
  #ps_field-outer .pagetop a {
    width: 23px;
    height: 134px;
    font-size: 1.6rem;
  }
  #ps_field-outer .pagetop a span {
    height: 60px;
  }
  #ps_field-outer .pagetop a span::before {
    width: 50px;
  }
  #ps_field-outer #footer {
    padding: 40px 15px 60px;
    border-radius: 0;
  }
  #ps_field-outer .head3_1 {
    font-size: 4.3rem;
  }
  #ps_field-outer .head3_1 span {
    margin-top: 0;
    font-size: 1.5rem;
  }
  #ps_field-outer .tel_wrap .tel, #ps_field-outer .tel_wrap .tel a {
    font-size: 3.4rem;
  }
  #ps_field-outer .tel_wrap .tel::before {
    font-size: 1.6rem;
  }
  #ps_field-outer .f_tac .head3_1 {
    margin-bottom: 10px;
  }
  #ps_field-outer .f_address {
    font-size: 1.3rem;
  }
  #ps_field-outer .fix_tac_bnr {
    font-size: 1.3rem;
  }
  #ps_field-outer #footer .head3_1 {
    font-size: 3.5rem;
  }
  #ps_field-outer #footer .head3_1 span {
    font-size: 1.3rem;
  }
}
#ps_field-outer #top_slide_sec {
  position: relative;
  width: 100%;
  height: calc(100vh - 126px);
}
#ps_field-outer #top_slide_sec .slide {
  position: relative;
  width: 100%;
  height: 100%;
}
#ps_field-outer .topslide_pn.swiper-pagination {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#ps_field-outer .swiper-container.top_slide, #ps_field-outer .top_slide .swiper-wrapper, #ps_field-outer .top_slide .swiper-slide {
  width: 100%;
  height: 100%;
}
#ps_field-outer .top_slide .img {
  width: 100%;
  height: 100%;
  background: center center/cover no-repeat;
}
#ps_field-outer #top_slide_sec .head2 {
  position: absolute;
  top: 50px;
  right: 75px;
  color: #fff;
  font-size: 4.5rem;
  font-family: var(--heisei);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 5px;
  text-align: right;
  z-index: 1;
}
#ps_field-outer #top_slide_sec .slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 1;
}
#ps_field-outer .white_green_pn .swiper-pagination-bullet, #ps_field-outer .gray_green_pn .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 7px;
}
#ps_field-outer .white_green_pn .swiper-pagination-bullet {
  background: #fff;
}
#ps_field-outer .gray_green_pn .swiper-pagination-bullet {
  background: #dedede;
}
#ps_field-outer .white_green_pn .swiper-pagination-bullet-active, #ps_field-outer .gray_green_pn .swiper-pagination-bullet-active {
  background: var(--green);
}
#ps_field-outer #top_contents_sec {
  position: relative;
  width: 100%;
  margin-top: 105px;
}
#ps_field-outer .topcontents_slide .swiper-wrapper {
  width: 100%;
}
#ps_field-outer .swiper-container.topcontents_slide {
  width: calc(100% - 110px);
  margin: 0 55px;
}
#ps_field-outer .swiper-container.topcontents_slide .swiper-slide {
  width: calc(33.3333333333% - 30px);
  margin: 0 15px;
}
#ps_field-outer .topcontents_slide .swiper-slide a, #ps_field-outer .topcontents_slide .swiper-slide img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
#ps_field-outer .topcontents_pn {
  bottom: -40px;
  width: 100%;
}
#ps_field-outer .black_arrow_prev.swiper-button-prev, #ps_field-outer .black_arrow_next.swiper-button-next {
  opacity: 1;
  width: 32px;
  height: 58px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
#ps_field-outer .black_arrow_prev.swiper-button-prev:hover, #ps_field-outer .black_arrow_next.swiper-button-next:hover {
  opacity: 0.6;
}
#ps_field-outer .black_arrow_prev.swiper-button-prev {
  background: url("./img/arrow_prev.svg") center center/contain no-repeat;
}
#ps_field-outer .black_arrow_next.swiper-button-next {
  background: url("./img/arrow_next.svg") center center/contain no-repeat;
}
#ps_field-outer #top_point {
  width: 100%;
  margin-top: 200px;
}
#ps_field-outer #top_point > .head3 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
#ps_field-outer #top_point > .txt {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 65px;
  line-height: 1.5;
  text-align: center;
}
#ps_field-outer .head2_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: auto;
  color: var(--green);
  font-size: 2rem;
  font-family: var(--brandon);
  font-weight: 600;
  line-height: 1.3;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
}
#ps_field-outer .head2_1 span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  color: var(--black);
  font-family: var(--kakugo);
  font-weight: 600;
  letter-spacing: 0.2rem;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .head2_1 span {
    font-size: 2.5rem;
  }
}
#ps_field-outer .head2_1 span::after {
  content: "";
  display: block;
  width: 1px;
  height: 250px;
  margin: 35px auto 0;
  background-color: var(--green);
}
#ps_field-outer .top_block_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 94%;
  margin-left: auto;
}
#ps_field-outer .top_block {
  width: 100%;
  padding: 65px 60px 55px;
  margin-top: 25px;
}
#ps_field-outer .top_block.green {
  background-color: var(--green);
}
#ps_field-outer .top_block_wrap .head2_1 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 85px;
}
#ps_field-outer .top_point_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
#ps_field-outer .top_point_li li {
  width: 47%;
  margin-bottom: 55px;
}
#ps_field-outer .top_point_li .img {
  width: 100%;
  height: auto;
  padding-top: 56%;
  background: center center/cover no-repeat;
}
#ps_field-outer .top_point_li .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 92%;
  max-width: 480px;
  padding: 30px 45px;
  margin: -85px auto 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  background-color: #fff;
}
#ps_field-outer .top_point_li .num {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 7px;
  margin-right: 25px;
  color: var(--green);
  font-size: 3.9rem;
  font-family: var(--brandon);
  line-height: 1;
  border-bottom: 4px solid var(--green);
}
#ps_field-outer .btn1.border_white {
  border: 1px solid #fff;
}
#ps_field-outer .top_block_wrap.right {
  margin-left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#ps_field-outer .top_block_wrap.right .head2_1 {
  margin-right: 0;
  margin-left: 85px;
}
#ps_field-outer .top_block.gray {
  background-color: #f5f5f5;
}
#ps_field-outer #top_product {
  width: 100%;
  margin-top: 200px;
}
#ps_field-outer #top_product .top_block_wrap .top_block {
  width: calc(100% - 200px);
}
#ps_field-outer .swiper-container.topproduct_slide, #ps_field-outer .topproduct_slide .swiper-wrapper {
  width: 100%;
}
#ps_field-outer .topproduct_slide .swiper-slide {
  width: 700px;
  margin: 0 50px;
}
#ps_field-outer .topproduct_slide .img {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56%;
  margin-bottom: 25px;
  overflow: hidden;
}
#ps_field-outer .topproduct_slide .img span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background: center center/cover no-repeat;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#ps_field-outer .topproduct_slide:hover .img span {
  -webkit-transform: translate(-50%, -50%) scale(1.03);
  transform: translate(-50%, -50%) scale(1.03);
}
#ps_field-outer .topproduct_slide .title {
  width: 100%;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.4;
}
#ps_field-outer .post_cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#ps_field-outer .post_cat .cat1 {
  padding: 10px 20px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  background-color: #fff;
  border: 1px solid;
  /*　強制的にグリーンへ */
  color: var(--green) !important;
  border-color: var(--green) !important;
}
#ps_field-outer .post_cat .cat2 {
  padding: 10px 20px;
  margin-left: 20px;
  color: #9c9c9c;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  border-left: 1px solid #9c9c9c;
}
#ps_field-outer #top_product .slide {
  width: 100%;
  margin-bottom: 40px;
}
#ps_field-outer #top_product .btn_wrap {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 30px;
}
#ps_field-outer #top_product .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
#ps_field-outer #top_product .category .head3 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 65px;
  color: var(--green);
  font-size: 2.5rem;
  font-family: var(--brandon);
  font-weight: 600;
}
#ps_field-outer .topproduct_cat_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
#ps_field-outer .topproduct_cat_li li {
  margin-right: 20px;
  margin-bottom: 15px;
}
#ps_field-outer .topproduct_cat_li a {
  position: relative;
  display: block;
  padding: 20px 50px;
  font-weight: 600;
  line-height: 1;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#ps_field-outer .swiper-button-next.top_product_next.black_arrow_next, #ps_field-outer .swiper-button-prev.top_product_prev.black_arrow_prev {
  top: 39%;
}
#ps_field-outer .swiper-button-prev.top_product_prev.black_arrow_prev {
  left: calc(50% - 430px);
}
#ps_field-outer .swiper-button-next.top_product_next.black_arrow_next {
  right: calc(50% - 430px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#ps_field-outer #top_type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 150px;
}
#ps_field-outer #top_type a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33.3333333333%;
  height: 600px;
  background: center center/cover no-repeat;
}
#ps_field-outer #top_type a::before {
  content: "";
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#ps_field-outer #top_type a:hover::before {
  opacity: 0;
}
#ps_field-outer #top_type a > * {
  position: relative;
  z-index: 1;
}
#ps_field-outer #top_type .head3 {
  padding: 10px 15px;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
#ps_field-outer #top_type .exp {
  position: absolute;
  bottom: 30px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0 40px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}
#ps_field-outer #top_type .exp .b_arw::before {
  width: 64px;
}
#ps_field-outer #top_type .exp .b_arw::after {
  width: 15px;
}
#ps_field-outer #top_type .b_arw {
  position: relative;
  top: 0;
  right: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#ps_field-outer #top_event {
  width: 100%;
  margin-top: 200px;
}
#ps_field-outer .post_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  list-style: none;
}
#ps_field-outer li.dummy {
  height: 0 !important;
  margin: 0 !important;
}
#ps_field-outer .top_event_li {
  margin-bottom: 15px;
}
#ps_field-outer .post_li li {
  width: 22%;
  margin-bottom: 25px;
}
#ps_field-outer .post_li.c3 li {
  width: 31%;
}
#ps_field-outer .post_li .img {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 64%;
  margin-bottom: 15px;
  overflow: hidden;
}
#ps_field-outer .post_li .img span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: center center/cover no-repeat;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#ps_field-outer .post_li li:hover .img span {
  -webkit-transform: translate(-50%, -50%) scale(1.03);
  transform: translate(-50%, -50%) scale(1.03);
}
#ps_field-outer .post_li .date {
  width: 100%;
  margin-bottom: 10px;
  color: #999;
  font-size: 1.3rem;
  font-family: var(--brandon);
  line-height: 1;
}
#ps_field-outer .post_li .title {
  width: 100%;
  line-height: 1.6;
}
#ps_field-outer .top_event_li.post_li .date, #ps_field-outer .top_event_li.post_li .title {
  color: #fff;
}
#ps_field-outer #top_event .bnr, #ps_field-outer #top_event .bnr img {
  display: block;
  width: 100%;
}
#ps_field-outer #top_event .btn_wrap {
  margin-bottom: 45px;
}
#ps_field-outer #top_event .bnr {
  position: relative;
}
#ps_field-outer #top_event .bnr:hover {
  opacity: 0.8;
}
#ps_field-outer #top_taikan {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin-top: 250px;
}
#ps_field-outer #top_taikan::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 76%;
  height: 100%;
  background-color: #f3fef1;
  z-index: -1;
}
#ps_field-outer #top_taikan .img {
  width: 46%;
  height: 625px;
  margin-top: -65px;
  background: center center/cover no-repeat;
}
#ps_field-outer #top_taikan .cont {
  width: 54%;
  padding: 175px 65px 55px 75px;
}
#ps_field-outer #top_taikan .head2 {
  color: var(--green);
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
}
#ps_field-outer #top_taikan .sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  color: var(--green);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
}
#ps_field-outer #top_taikan .sub span {
  margin-right: 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#ps_field-outer #top_taikan .sub::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-left: 10px;
  background-color: var(--green);
}
#ps_field-outer #top_taikan .head_wrap {
  margin-left: -165px;
  margin-bottom: 65px;
  text-shadow: 0 0 10px #fff;
}
#ps_field-outer #top_taikan .txt {
  margin-bottom: 30px;
  line-height: 2;
}
#ps_field-outer #top_taikan .btn_wrap {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#ps_field-outer #top_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin-top: 200px;
}
#ps_field-outer #top_sns .head_wrap {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 26%;
  min-width: 160px;
}
#ps_field-outer #top_sns .head2 {
  position: relative;
  padding: 25px 40px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
}
#ps_field-outer #top_sns .head2 span {
  margin-top: 70px;
}
#ps_field-outer #top_sns .head2::before, #ps_field-outer #top_sns .head2::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 170px;
  background-color: var(--green);
}
#ps_field-outer #top_sns .head2::before {
  top: 0;
  right: 0;
}
#ps_field-outer #top_sns .head2::after {
  bottom: 0;
  left: 0;
}
#ps_field-outer #top_sns .sns_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 74%;
  padding: 0 60px;
}
#ps_field-outer #top_sns .sns_block.fb {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 310px;
}
#ps_field-outer #top_sns .fb_wrap {
  width: 100%;
}
#ps_field-outer #top_sns .head3 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-family: var(--brandon);
  font-weight: 600;
  text-align: center;
}
#ps_field-outer #top_sns .head3 i {
  margin-right: 20px;
  color: #a8a8a8;
}
#ps_field-outer #top_blog {
  width: 100%;
  padding: 85px 0;
  margin-top: 250px;
  background-color: #f5f5f5;
}
#ps_field-outer .top_blog_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 90%;
  margin: auto;
}
#ps_field-outer #top_blog .head2_1 {
  margin-top: -190px;
  margin-left: 40px;
}
#ps_field-outer #top_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 90%;
  margin: 185px auto 0;
}
#ps_field-outer #top_info .head2_1 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}
#ps_field-outer #top_info .head2_1 span::after {
  height: 100px;
}
#ps_field-outer .top_info_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1295px;
  width: 100%;
}
#ps_field-outer .top_info_wrap .btn_wrap {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: auto;
  margin-right: 20px;
}
#ps_field-outer .info_li {
  max-width: 800px;
  width: 100%;
}
#ps_field-outer .info_li li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 15px 10px;
  line-height: 1.5;
  border-bottom: 1px solid #e5e5e5;
}
#ps_field-outer .info_li .date {
  display: block;
  margin-right: 90px;
  color: #999;
  font-family: var(--brandon);
  font-size: 1.4rem;
}
#ps_field-outer .sns_block.insta {
  width: 100%;
  margin-left: 115px;
}
@media only screen and (max-width: 1500px) {
  #ps_field-outer .top_point_li .num {
    font-size: 3.9rem;
  }
  #ps_field-outer .top_point_li .cont {
    padding: 20px 30px;
    font-size: 2rem;
  }
  #ps_field-outer .head2_1 {
    font-size: 3rem;
  }
  #ps_field-outer #top_type .exp {
    font-size: 1.7rem;
  }
  #ps_field-outer #top_sns .head_wrap {
    width: 20%;
  }
  #ps_field-outer #top_sns .sns_wrap {
    width: 80%;
  }
  #ps_field-outer .sns_block.insta {
    margin-left: 65px;
  }
}
@media only screen and (max-width: 1300px) {
  #ps_field-outer #top_slide_sec .head2 {
    font-size: 4.5rem;
  }
  #ps_field-outer .swiper-container.topcontents_slide .swiper-slide {
    width: 370px;
    margin: 0 10px;
  }
  #ps_field-outer .top_block_wrap .head2_1 {
    margin-right: 35px;
  }
  #ps_field-outer .head2_1 {
    font-size: 2.8rem;
  }
  #ps_field-outer .top_block {
    padding: 45px;
  }
  #ps_field-outer .top_point_li li {
    width: 48%;
    margin-bottom: 35px;
  }
  #ps_field-outer .top_point_li .num {
    padding-bottom: 2px;
    margin-right: 15px;
    font-size: 3.6rem;
  }
  #ps_field-outer .top_point_li .cont {
    padding: 20px;
    margin-top: -50px;
    font-size: 2rem;
  }
  #ps_field-outer #top_point > .head3 {
    margin-bottom: 10px;
    font-size: 3rem;
  }
  #ps_field-outer #top_point > .txt {
    margin-bottom: 40px;
  }
  #ps_field-outer #top_point {
    margin-top: 115px;
  }
  #ps_field-outer #top_product {
    margin-top: 90px;
  }
  #ps_field-outer .topproduct_slide .swiper-slide {
    width: 590px;
    margin: 0 25px;
  }
  #ps_field-outer .swiper-button-next.top_product_next.black_arrow_next {
    right: calc(50% - 353px);
  }
  #ps_field-outer .swiper-button-prev.top_product_prev.black_arrow_prev {
    left: calc(50% - 340px);
  }
  #ps_field-outer .top_block_wrap.right .head2_1 {
    margin-left: 35px;
  }
  #ps_field-outer #top_product .top_block_wrap .top_block {
    width: calc(100% - 130px);
  }
  #ps_field-outer #top_product .category .head3 {
    margin-right: 35px;
    font-size: 3rem;
  }
  #ps_field-outer .topproduct_cat_li a {
    padding: 15px 30px;
  }
  #ps_field-outer .topproduct_cat_li li {
    margin-right: 15px;
  }
  #ps_field-outer #top_type .head3 {
    font-size: 2.5rem;
  }
  #ps_field-outer #top_type a {
    height: 550px;
  }
  #ps_field-outer #top_type .exp {
    padding: 0 20px;
    font-size: 1.6rem;
  }
  #ps_field-outer #top_type .exp .b_arw::before {
    width: 45px;
  }
  #ps_field-outer .top_event_li.post_li li {
    width: 23%;
  }
  #ps_field-outer .top_event_li.post_li .title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #ps_field-outer #top_taikan .cont {
    width: 45%;
    padding: 35px 35px 60px;
  }
  #ps_field-outer #top_taikan .head_wrap {
    margin-bottom: 25px;
  }
  #ps_field-outer #top_taikan .img {
    width: 55%;
  }
  #ps_field-outer #top_taikan .sub {
    margin-bottom: 15px;
    font-size: 3.5rem;
  }
  #ps_field-outer #top_taikan .head2 {
    font-size: 5rem;
  }
  #ps_field-outer #top_sns {
    width: 95%;
    margin: 120px auto 0;
  }
  #ps_field-outer .top_info_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #ps_field-outer .top_info_wrap .info_li {
    max-width: 700px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  #ps_field-outer body {
    font-size: 1.6em;
  }
  #ps_field-outer #top_slide_sec .head2 {
    font-size: 4rem;
  }
  #ps_field-outer .topslide_pn.swiper-pagination {
    bottom: 15px;
  }
  #ps_field-outer #top_contents_sec {
    margin-top: 70px;
  }
  #ps_field-outer .top_block_wrap, #ps_field-outer .top_block_wrap.right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #ps_field-outer .head2_1 {
    font-size: 2.6rem;
    -webkit-writing-mode: rl-tb;
    -ms-writing-mode: rl-tb;
    writing-mode: rl-tb;
  }
  #ps_field-outer .head2_1 span {
    margin-top: 3px;
    margin-right: 0;
  }
  #ps_field-outer .head2_1 span::after {
    width: 150px;
    height: 1px;
    margin: 0 0 0 10px;
  }
  #ps_field-outer #top_point > .head3 {
    margin-bottom: 10px;
    font-size: 2.9rem;
  }
  #ps_field-outer .top_block {
    padding: 35px;
  }
  #ps_field-outer .top_point_li .num {
    font-size: 3.3rem;
  }
  #ps_field-outer .top_point_li .cont {
    padding: 15px 10px 15px 20px;
    margin-top: -40px;
    font-size: 1.9rem;
  }
  #ps_field-outer .top_point_li li {
    margin-bottom: 25px;
  }
  #ps_field-outer #top_product .top_block_wrap .top_block {
    width: 100%;
  }
  #ps_field-outer #top_product {
    margin-top: 60px;
  }
  #ps_field-outer .topproduct_slide .swiper-slide {
    width: 450px;
    margin: 0 20px;
  }
  #ps_field-outer #top_product .black_arrow_prev.swiper-button-prev, #ps_field-outer #top_product .black_arrow_next.swiper-button-next {
    width: 25px;
    height: 50px;
  }
  #ps_field-outer .swiper-button-next.top_product_next.black_arrow_next {
    right: calc(50% - 270px);
  }
  #ps_field-outer .swiper-button-prev.top_product_prev.black_arrow_prev {
    left: calc(50% - 260px);
  }
  #ps_field-outer .topproduct_slide .img {
    margin-bottom: 15px;
  }
  #ps_field-outer .topproduct_slide .title {
    margin-bottom: 10px;
    font-size: 1.7rem;
  }
  #ps_field-outer .post_cat .cat1 {
    padding: 8px 15px;
    font-size: 1.5rem;
  }
  #ps_field-outer #top_product .slide {
    margin-bottom: 30px;
  }
  #ps_field-outer #top_product .btn_wrap {
    margin-bottom: 20px;
  }
  #ps_field-outer #top_product .category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #ps_field-outer #top_product .category .head3 {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 2.6rem;
  }
  #ps_field-outer .topproduct_cat_li a {
    font-size: 1.6rem;
  }
  #ps_field-outer #top_type .b_arw {
    display: none;
  }
  #ps_field-outer #top_type a {
    height: 500px;
  }
  #ps_field-outer #top_event {
    margin-top: 60px;
  }
  #ps_field-outer .top_event_li.post_li .title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  #ps_field-outer .top_event_li.post_li .date {
    margin-bottom: 5px;
  }
  #ps_field-outer #top_taikan .img {
    width: 50%;
    height: 480px;
    margin-top: -40px;
  }
  #ps_field-outer #top_taikan .cont {
    width: 50%;
    padding: 30px 25px 45px;
  }
  #ps_field-outer #top_taikan .sub {
    margin-bottom: 10px;
    font-size: 2.6rem;
  }
  #ps_field-outer #top_taikan .head2 {
    font-size: 5rem;
  }
  #ps_field-outer #top_taikan .head_wrap {
    margin-left: -110px;
    margin-bottom: 10px;
  }
  #ps_field-outer #top_taikan .txt {
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  #ps_field-outer #top_taikan {
    margin-top: 135px;
  }
  #ps_field-outer #top_sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 92%;
    margin-top: 60px;
  }
  #ps_field-outer #top_sns .head2 {
    font-size: 2.7rem;
    -webkit-writing-mode: rl-tb;
    -ms-writing-mode: rl-tb;
    writing-mode: rl-tb;
    text-align: center;
  }
  #ps_field-outer #top_sns .head_wrap {
    width: 100%;
  }
  #ps_field-outer #top_sns .head2::before, #ps_field-outer #top_sns .head2::after {
    display: none;
  }
  #ps_field-outer #top_sns .sns_wrap {
    width: 100%;
    padding: 0;
  }
  #ps_field-outer .sns_block.insta {
    margin-left: 30px;
  }
  #ps_field-outer #top_sns .head2 span {
    margin-top: 0;
  }
  #ps_field-outer #top_sns .head3 {
    margin-bottom: 10px;
    font-size: 2.5rem;
  }
  #ps_field-outer #top_sns .head2 br {
    display: none;
  }
  #ps_field-outer #top_blog {
    padding: 35px 0 45px;
    margin-top: 85px;
  }
  #ps_field-outer .top_blog_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #ps_field-outer #top_blog .head2_1 {
    margin: 0 0 15px 0;
  }
  #ps_field-outer .top_blog_wrap {
    width: 93%;
  }
  #ps_field-outer top_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 60px;
  }
  #ps_field-outer #top_info .head2_1 span::after {
    height: 1px;
  }
  #ps_field-outer #top_info .head2_1 {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #ps_field-outer .top_info_wrap .btn_wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-right: 0;
  }
  #ps_field-outer #top_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  #ps_field-outer #top_slide_sec .head2 {
    right: 55px;
    font-size: 3.4rem;
  }
  #ps_field-outer .swiper-container.topcontents_slide {
    width: calc(100% - 80px);
    margin: 0 40px;
  }
  #ps_field-outer .topcontents_prev.black_arrow_prev.swiper-button-prev, #ps_field-outer .topcontents_next.black_arrow_next.swiper-button-next {
    width: 20px;
    height: 42px;
  }
  #ps_field-outer #top_point > .head3 {
    margin-bottom: 5px;
    font-size: 2.7rem;
  }
  #ps_field-outer #top_point {
    margin-top: 95px;
  }
  #ps_field-outer .head2_1 {
    font-size: 2.4rem;
  }
  #ps_field-outer .top_block {
    padding: 30px 25px;
    margin-top: 10px;
  }
  #ps_field-outer .top_block_wrap, #ps_field-outer .top_block_wrap.right {
    width: 96%;
    margin-top: 50px;
  }
  #ps_field-outer .top_point_li .cont {
    padding: 15px;
    font-size: 1.7rem;
  }
  #ps_field-outer .top_point_li .num {
    margin-right: 10px;
    font-size: 2.8rem;
  }
  #ps_field-outer #top_product .btn_wrap {
    margin-bottom: 20px;
  }
  #ps_field-outer #top_product {
    margin-top: 45px;
  }
  #ps_field-outer #top_type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 55px;
  }
  #ps_field-outer #top_type .head3 {
    font-size: 2.3rem;
    -webkit-writing-mode: rl-tb;
    -ms-writing-mode: rl-tb;
    writing-mode: rl-tb;
    border-top: 1px solid #fff;
    border-right: none;
    border-bottom: 1px solid #fff;
    border-left: none;
  }
  #ps_field-outer #top_type a {
    width: 100%;
    height: 250px;
  }
  #ps_field-outer #top_type .b_arw {
    display: block;
  }
  #ps_field-outer #top_type .exp {
    bottom: 20px;
  }
  #ps_field-outer .top_event_li.post_li li {
    width: 48%;
    margin-bottom: 20px;
  }
  #ps_field-outer #top_taikan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 70px;
  }
  #ps_field-outer #top_taikan::before {
    display: none;
  }
  #ps_field-outer #top_taikan .img {
    width: 100%;
    height: auto;
    padding-top: 65%;
    margin-top: 0;
    background-position: top center;
  }
  #ps_field-outer #top_taikan .cont {
    width: 100%;
    padding: 20px 20px 25px;
    background-color: #f3fef1;
  }
  #ps_field-outer #top_taikan .head_wrap {
    margin-left: 0;
  }
  #ps_field-outer #top_taikan .sub {
    margin-bottom: 5px;
    font-size: 2rem;
  }
  #ps_field-outer #top_taikan .sub::after {
    display: none;
  }
  #ps_field-outer #top_taikan .head2 {
    font-size: 3.3rem;
  }
  #ps_field-outer #top_taikan .txt {
    font-size: 1.5rem;
  }
  #ps_field-outer #top_taikan .btn_wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #ps_field-outer #top_sns {
    margin-top: 50px;
  }
  #ps_field-outer #top_sns .head2 {
    font-size: 2.4rem;
    padding: 0;
  }
  #ps_field-outer #top_sns .head_wrap {
    margin-bottom: 20px;
  }
  #ps_field-outer #top_sns .head3 {
    font-size: 2.3rem;
  }
  #ps_field-outer #top_sns .head3 i {
    margin-right: 10px;
  }
  #ps_field-outer #top_blog {
    padding: 25px 0 40px;
    margin-top: 65px;
  }
  #ps_field-outer .top_info_wrap .info_li .date {
    margin-right: 35px;
  }
}
@media only screen and (max-width: 650px) {
  #ps_field-outer body {
    font-size: 1.4em;
  }
  #ps_field-outer #top_slide_sec .head2 {
    right: 25px;
    font-size: 2.5rem;
    letter-spacing: 2px;
  }
  #ps_field-outer #top_slide_sec {
    height: 450px;
  }
  #ps_field-outer .topslide_pn.swiper-pagination {
    bottom: 7px;
  }
  #ps_field-outer #top_contents_sec {
    margin-top: 50px;
  }
  #ps_field-outer .swiper-container.topcontents_slide .swiper-slide {
    width: 200px;
    margin: 0 7px;
  }
  #ps_field-outer .topcontents_prev.black_arrow_prev.swiper-button-prev, #ps_field-outer .topcontents_next.black_arrow_next.swiper-button-next {
    width: 15px;
    height: 32px;
  }
  #ps_field-outer .topcontents_prev.black_arrow_prev.swiper-button-prev {
    left: 5px;
  }
  #ps_field-outer .topcontents_next.black_arrow_next.swiper-button-next {
    right: 5px;
  }
  #ps_field-outer .swiper-container.topcontents_slide {
    width: calc(100% - 50px);
    margin: 0 25px;
  }
  #ps_field-outer #top_point > .head3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  #ps_field-outer #top_point {
    margin-top: 75px;
  }
  #ps_field-outer #top_point > .txt {
    margin-bottom: 20px;
  }
  #ps_field-outer .top_block_wrap .head2_1 {
    margin-right: 25px;
  }
  #ps_field-outer .head2_1 {
    font-size: 2rem;
  }
  #ps_field-outer .head2_1 span::after {
    display: none;
  }
  #ps_field-outer .top_point_li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #ps_field-outer .top_point_li li {
    width: 100%;
    margin-bottom: 20px;
  }
  #ps_field-outer .topproduct_slide .swiper-slide {
    width: 300px;
    margin: 0 10px;
  }
  #ps_field-outer #top_product .black_arrow_prev.swiper-button-prev, #ps_field-outer #top_product .black_arrow_next.swiper-button-next {
    width: 20px;
    height: 42px;
  }
  #ps_field-outer .swiper-button-next.top_product_next.black_arrow_next {
    right: calc(50% - 180px);
  }
  #ps_field-outer .swiper-button-prev.top_product_prev.black_arrow_prev {
    left: calc(50% - 171px);
  }
  #ps_field-outer .topproduct_slide .img {
    margin-bottom: 10px;
  }
  #ps_field-outer .topproduct_slide .title {
    font-size: 1.5rem;
  }
  #ps_field-outer .post_cat .cat1 {
    font-size: 1.3rem;
  }
  #ps_field-outer #top_product .btn_wrap .btn1 {
    margin: 0;
  }
  #ps_field-outer #top_product .slide {
    margin-bottom: 15px;
  }
  #ps_field-outer #top_product .category .head3 {
    font-size: 2.5rem;
  }
  #ps_field-outer .topproduct_cat_li li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #ps_field-outer .topproduct_cat_li a {
    padding: 10px 20px;
    font-size: 1.3rem;
  }
  #ps_field-outer .post_cat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #ps_field-outer .post_cat .cat2 {
    padding: 10px 10px 0;
    margin-left: 0;
    font-size: 1.3rem;
    border-left: none;
  }
  #ps_field-outer #top_type .head3 {
    font-size: 2rem;
  }
  #ps_field-outer #top_type .exp {
    font-size: 1.5rem;
  }
  #ps_field-outer #top_type a {
    height: 200px;
  }
  #ps_field-outer .top_event_li.post_li .title {
    font-size: 1.4rem;
  }
  #ps_field-outer .top_event_li.post_li .date {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  #ps_field-outer .top_event_li.post_li .img {
    margin-bottom: 10px;
  }
  #ps_field-outer #top_taikan .sub {
    font-size: 1.8rem;
  }
  #ps_field-outer #top_taikan .head2 {
    font-size: 2.5rem;
    margin: 10px 0 20px;
  }
  #ps_field-outer #top_taikan .txt {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  #ps_field-outer #top_sns .sns_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #ps_field-outer .sns_block.insta {
    margin-left: 0;
    margin-top: 25px;
  }
  #ps_field-outer #top_sns .head2 {
    font-size: 2rem;
  }
  #ps_field-outer #top_sns .head_wrap {
    margin-bottom: 15px;
  }
  #ps_field-outer #top_sns .head3 {
    margin-bottom: 5px;
    font-size: 2rem;
  }
  #ps_field-outer .sns_block.insta {
    max-width: 310px;
  }
  #ps_field-outer #top_sns .fb_wrap {
    max-width: 290px;
    margin: auto;
    overflow: auto;
  }
  #ps_field-outer #top_blog {
    padding: 20px 0 35px;
    margin-top: 55px;
  }
  #ps_field-outer .top_blog_li.post_li .date {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 450px) {
  #ps_field-outer #top_slide_sec .head2 {
    top: 40px;
    right: 15px;
    font-size: 2rem;
    letter-spacing: 1px;
  }
  #ps_field-outer #top_slide_sec {
    height: 300px;
  }
  #ps_field-outer .head2_1 {
    font-size: 1.8rem;
  }
  #ps_field-outer .head2_1 span {
    margin-top: 1px;
  }
  #ps_field-outer .top_block_wrap .head2_1 {
    margin-right: 0;
  }
  #ps_field-outer #top_point > .head3 {
    font-size: 1.7rem;
  }
  #ps_field-outer #top_point > .txt {
    padding: 0 15px;
    text-align: left;
  }
  #ps_field-outer .top_block {
    padding: 25px 20px;
    margin-top: 15px;
  }
  #ps_field-outer .top_point_li .cont {
    font-size: 1.6rem;
  }
  #ps_field-outer .topproduct_slide .swiper-slide {
    width: 210px;
    margin: 0 5px;
  }
  #ps_field-outer .post_cat .cat1, #ps_field-outer .post_cat .cat2 {
    font-size: 1.1rem;
  }
  #ps_field-outer #top_product .black_arrow_prev.swiper-button-prev, #ps_field-outer #top_product .black_arrow_next.swiper-button-next {
    display: none;
  }
  #ps_field-outer .topproduct_slide .title {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  #ps_field-outer #top_product .category .head3 {
    font-size: 2rem;
  }
  #ps_field-outer #top_type .head3 {
    font-size: 1.8rem;
  }
  #ps_field-outer #top_type .exp {
    font-size: 1.3rem;
  }
  #ps_field-outer #top_type a {
    height: 175px;
  }
  #ps_field-outer #top_event {
    margin-top: 50px;
  }
  #ps_field-outer .top_event_li.post_li .date {
    font-size: 1.5rem;
  }
  #ps_field-outer .top_event_li.post_li .title {
    font-size: 1.3rem;
  }
  #ps_field-outer .top_event_li.post_li li {
    margin-bottom: 15px;
  }
  #ps_field-outer #top_taikan {
    margin-top: 50px;
  }
  #ps_field-outer #top_taikan .sub {
    font-size: 1.5rem;
  }
  #ps_field-outer #top_taikan .head2 {
    font-size: 2.3rem;
  }
  #ps_field-outer #top_taikan .cont {
    padding: 15px 20px 20px;
  }
  #ps_field-outer #top_sns .head2 br {
    display: block;
  }
  #ps_field-outer #top_sns .head2 {
    font-size: 1.9rem;
  }
  #ps_field-outer #top_sns .head3 {
    font-size: 1.9rem;
  }
  #ps_field-outer #top_sns .head3 i {
    margin-right: 5px;
  }
  #ps_field-outer .sns_block.insta {
    margin-top: 20px;
  }
  #ps_field-outer #top_sns {
    margin-top: 40px;
  }
  #ps_field-outer .top_blog_li.post_li.c3 li {
    width: 48%;
    margin-bottom: 20px;
  }
  #ps_field-outer .top_info_li .info_li .date {
    margin-right: 15px;
  }
  #ps_field-outer #top_info {
    margin-top: 40px;
  }
}
#ps_field-outer .second_h {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
}
#ps_field-outer .second_h .img {
  width: 72%;
  height: 480px;
  background: center center/cover no-repeat;
}
#ps_field-outer .second_h .head1 {
  position: absolute;
  top: 50%;
  right: 75px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: right;
  text-transform: capitalize;
  text-shadow: 0 0 10px #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#ps_field-outer .second_h.tit-setuca .head1 {
  text-transform: lowercase;
}
#ps_field-outer .second_h .head1 span {
  display: block;
  margin-bottom: 30px;
  color: var(--green);
  font-family: var(--brandon);
  font-weight: 600;
  line-height: 0.9;
  font-size: 7rem;
}
#ps_field-outer .breadcrumbs_wrap {
  padding: 0 25px;
  margin-bottom: 60px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1300px) {
  #ps_field-outer .second_h .img {
    height: 380px;
  }
  #ps_field-outer .second_h .head1 span {
    margin-bottom: 15px;
    font-size: 8.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  #ps_field-outer .second_h .img {
    width: 75%;
    height: 330px;
  }
  #ps_field-outer .second_h .head1 {
    font-size: 2.5rem;
  }
  #ps_field-outer .second_h .head1 span {
    margin-bottom: 5px;
    font-size: 7.5rem;
  }
  #ps_field-outer .second_h {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 850px) {
  #ps_field-outer .breadcrumbs_wrap {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  #ps_field-outer .second_h .img {
    height: 260px;
  }
  #ps_field-outer .breadcrumbs_wrap {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 650px) {
  #ps_field-outer .second_h .head1 {
    right: 20px;
    font-size: 1.6rem;
  }
  #ps_field-outer .second_h .head1 span {
    font-size: 4rem;
  }
  #ps_field-outer .second_h .img {
    height: 230px;
  }
  #ps_field-outer .second_h {
    margin-bottom: 15px;
  }
  #ps_field-outer .breadcrumbs_wrap {
    margin-bottom: 25px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 450px) {
  #ps_field-outer .second_h .img {
    width: 85%;
    height: 155px;
  }
  #ps_field-outer .second_h .head1 span {
    font-size: 3.8rem;
  }
  #ps_field-outer .second_h .head1 {
    font-size: 1.5rem;
  }
  #ps_field-outer .second_h {
    margin-bottom: 10px;
  }
  #ps_field-outer .breadcrumbs_wrap {
    padding: 0 15px;
  }
}
#ps_field-outer .temp_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 75px;
}
#ps_field-outer .temp_top .head2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin: 30px 0 30px !important;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .temp_top .head2 {
    font-size: 2.5rem;
  }
}
#ps_field-outer .temp_top .head2 span {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#ps_field-outer .temp_top .head2::before, #ps_field-outer .temp_top .head2::after {
  content: "";
  display: block;
  width: 145px;
  height: 1px;
  margin: 0 40px;
  background-color: var(--green);
}
#ps_field-outer .temp_top .txt {
  width: 100%;
  padding: 0 20px;
  line-height: 2;
  text-align: center;
}
#ps_field-outer .temp_top .sub {
  margin-bottom: 45px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
#ps_field-outer #feature_cont {
  width: 100%;
}
#ps_field-outer .li_temp1 {
  width: 100%;
}
#ps_field-outer .li_temp1 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 125px;
}
#ps_field-outer .li_temp1 li:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
#ps_field-outer .li_temp1 .img {
  width: 55%;
  height: 560px;
  background: center center/cover no-repeat;
}
#ps_field-outer .li_temp1 .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45%;
  padding: 0 95px;
}
#ps_field-outer .li_temp1 .num {
  margin-bottom: 45px;
  color: var(--green);
  font-size: 2.9rem;
  font-family: var(--brandon);
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
#ps_field-outer .li_temp1 .num span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 15px;
  font-size: 6rem;
  line-height: 0.7;
}
#ps_field-outer .li_temp1 .num span::before, #ps_field-outer .li_temp1 .num span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 15px 7px;
  border-top: 17px solid var(--green);
  border-right: 8px solid transparent;
  border-bottom: none;
  border-left: 8px solid transparent;
}
#ps_field-outer .li_temp1 .head3 {
  padding-bottom: 3px;
  margin-bottom: 55px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  border-bottom: 1px solid var(--black);
}
#ps_field-outer .li_temp1 .txt {
  width: 100%;
  margin-bottom: 60px;
  line-height: 2;
}
#ps_field-outer .li_temp1 .txt.tac {
  text-align: center;
}
#ps_field-outer .chi_h .img {
  max-width: calc(100% - 520px);
}
#ps_field-outer .chi_h .head_wrap {
  position: absolute;
  top: 65px;
  right: 0;
  padding: 0 95px;
}
#ps_field-outer .chi_h .head_wrap .head1 {
  position: relative;
  top: 0;
  right: 0;
  margin-bottom: 40px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#ps_field-outer .chi_h .chi_h_b {
  width: 320px;
  margin-left: auto;
}
#ps_field-outer .chi_h .tab_wrap {
  width: 100%;
  list-style: none;
}
#ps_field-outer .chi_h .tab_wrap li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 15px 15px 5px;
  color: var(--black);
  font-weight: 600;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#ps_field-outer .chi_h .tab_wrap li a:hover {
  background-color: #e5e5e5;
}
#ps_field-outer .chi_h .tab_wrap li.is-active a {
  padding: 15px 5px;
  color: var(--green);
}
#ps_field-outer .chi_h .tab_wrap li a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#ps_field-outer .chi_h_b.sp {
  display: none;
}
@media only screen and (max-width: 1300px) {
  #ps_field-outer .li_temp1 .cont {
    padding: 0 50px;
  }
  #ps_field-outer .chi_h .head_wrap {
    padding: 0 95px 0 35px;
  }
  #ps_field-outer .chi_h .img {
    max-width: calc(100% - 415px);
  }
  #ps_field-outer .chi_h .chi_h_b {
    width: 285px;
  }
}
@media only screen and (max-width: 1150px) {
  #ps_field-outer .temp_top .head2 {
    margin-bottom: 30px;
  }
  #ps_field-outer .li_temp1 .num {
    margin-bottom: 30px;
  }
  #ps_field-outer .li_temp1 .cont {
    padding: 0 35px;
  }
  #ps_field-outer .li_temp1 .head3 {
    margin-bottom: 40px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1024px) {
  #ps_field-outer .temp_top .head2 {
    margin-bottom: 25px;
  }
  #ps_field-outer .temp_top .head2::before, #ps_field-outer .temp_top .head2::after {
    width: 90px;
    margin: 0 20px;
  }
  #ps_field-outer .li_temp1 .cont {
    padding: 0 30px;
  }
  #ps_field-outer .li_temp1 .num {
    margin-bottom: 20px;
  }
  #ps_field-outer .li_temp1 .num span {
    font-size: 7rem;
  }
  #ps_field-outer .li_temp1 .head3 {
    margin-bottom: 25px;
    font-size: 2.8rem;
  }
  #ps_field-outer .li_temp1 .txt {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
  #ps_field-outer .li_temp1 li {
    margin-bottom: 95px;
  }
  #ps_field-outer .chi_h .chi_h_b {
    width: 225px;
  }
  #ps_field-outer .chi_h .tab_wrap li a {
    padding: 10px 15px 10px 5px;
    font-size: 1.5rem;
  }
  #ps_field-outer .chi_h .tab_wrap li.is-active a {
    padding: 10px 5px;
  }
  #ps_field-outer .chi_h .img {
    max-width: calc(100% - 325px);
  }
  #ps_field-outer .chi_h .head_wrap .head1 {
    margin-bottom: 20px;
  }
  #ps_field-outer .chi_h .head_wrap {
    padding: 0 75px 0 25px;
  }
  #ps_field-outer .temp_top .head2 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 850px) {
  #ps_field-outer .temp_top {
    margin-bottom: 60px;
  }
  #ps_field-outer .temp_top .head2 {
    margin-bottom: 15px;
  }
  #ps_field-outer .temp_top .sub {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 15px;
    font-size: 2.1rem;
  }
  #ps_field-outer .temp_top .txt {
    padding: 0 30px;
    text-align: left;
  }
  #ps_field-outer .temp_top .txt .pc_br {
    display: none;
  }
  #ps_field-outer .li_temp1 li, #ps_field-outer .li_temp1 li:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 700px;
    width: 92%;
    margin: 0 auto 60px;
  }
  #ps_field-outer .li_temp1 .img, #ps_field-outer .li_temp1 li:nth-of-type(even) .img {
    width: 100%;
    height: auto;
    padding-top: 56%;
    margin-bottom: 20px;
  }
  #ps_field-outer .li_temp1 .cont {
    width: 100%;
    padding: 0;
  }
  #ps_field-outer .li_temp1 .num {
    margin-bottom: 5px;
    font-size: 2.5rem;
  }
  #ps_field-outer .li_temp1 .num span {
    margin-top: 10px;
    font-size: 5.6rem;
  }
  #ps_field-outer .li_temp1 .num span::before, #ps_field-outer .li_temp1 .num span::after {
    margin: 0 10px 7px;
    border-top: 11px solid var(--green);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }
  #ps_field-outer .li_temp1 .head3 {
    margin-bottom: 15px;
    font-size: 2.8rem;
  }
  #ps_field-outer .li_temp1 .txt {
    margin-bottom: 20px;
  }
  #ps_field-outer .chi_h .chi_h_b.pc {
    display: none;
  }
  #ps_field-outer .chi_h .chi_h_b.sp {
    display: block;
  }
  #ps_field-outer .chi_h .head_wrap {
    top: 50%;
    right: 75px;
    padding: 0;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #ps_field-outer .chi_h .head_wrap .head1 {
    margin-bottom: 0;
  }
  #ps_field-outer .second_h {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #ps_field-outer .chi_h .chi_h_b.sp {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 25px;
    margin-top: 10px;
  }
  #ps_field-outer .chi_h .chi_h_b.sp .tab_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #ps_field-outer .chi_h .chi_h_b.sp .tab_wrap li {
    width: 31%;
  }
  #ps_field-outer .chi_h .img {
    max-width: inherit;
    width: 75%;
  }
  #ps_field-outer .breadcrumbs_wrap + .chi_h {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #ps_field-outer .temp_top {
    margin-bottom: 45px;
  }
  #ps_field-outer .temp_top .head2::before, #ps_field-outer .temp_top .head2::after {
    margin: 0 15px;
  }
  #ps_field-outer .temp_top .sub {
    margin-bottom: 10px;
    font-size: 1.9rem;
  }
  #ps_field-outer .li_temp1 .num {
    font-size: 2.3rem;
  }
  #ps_field-outer .li_temp1 .num span {
    font-size: 5.3rem;
  }
  #ps_field-outer .li_temp1 .head3 {
    font-size: 2.6rem;
  }
  #ps_field-outer .li_temp1 li, #ps_field-outer .li_temp1 li:nth-of-type(even) {
    margin-bottom: 45px;
  }
  #ps_field-outer .li_temp1 .txt {
    margin-bottom: 10px;
  }
  #ps_field-outer .chi_h .chi_h_b.sp {
    padding: 0 55px 0 25px;
  }
}
@media only screen and (max-width: 650px) {
  #ps_field-outer .temp_top {
    margin-bottom: 35px;
  }
  #ps_field-outer .temp_top .head2 {
    padding: 0 20px;
    line-height: 1.3;
  }
  #ps_field-outer .temp_top .txt {
    padding: 0 20px;
    margin-bottom: 10px;
    line-height: 1.7;
  }
  #ps_field-outer .temp_top .head2::before, #ps_field-outer .temp_top .head2::after {
    display: none;
  }
  #ps_field-outer .temp_top .head2 span {
    -webkit-flex-shrink: inherit;
    -ms-flex-negative: inherit;
    flex-shrink: inherit;
  }
  #ps_field-outer .temp_top .sub {
    padding: 0 20px;
    font-size: 1.6rem;
  }
  #ps_field-outer .li_temp1 .txt {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  #ps_field-outer .li_temp1 .img, #ps_field-outer .li_temp1 li:nth-of-type(even) .img {
    margin-bottom: 15px;
  }
  #ps_field-outer .li_temp1 .num {
    font-size: 2.1rem;
  }
  #ps_field-outer .li_temp1 .num span {
    margin-top: 7px;
    font-size: 4.3rem;
  }
  #ps_field-outer .li_temp1 .head3 {
    margin-bottom: 10px;
    font-size: 1.8rem;
    margin-top: 10px;
  }
  #ps_field-outer .li_temp1 li, #ps_field-outer .li_temp1 li:nth-of-type(even) {
    margin-bottom: 35px;
  }
  #ps_field-outer .chi_h .head_wrap {
    right: 20px;
  }
  #ps_field-outer .chi_h .chi_h_b.sp {
    padding: 0 25px;
  }
  #ps_field-outer .chi_h .tab_wrap li a {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  #ps_field-outer .chi_h .chi_h_b.sp .tab_wrap li {
    width: 48%;
  }
  #ps_field-outer .chi_h .chi_h_b.sp {
    padding: 0 20px;
  }
  #ps_field-outer .breadcrumbs_wrap + .chi_h {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 450px) {
  #ps_field-outer .temp_top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #ps_field-outer .temp_top .head2 {
    padding: 0 15px;
    text-align: left;
  }
  #ps_field-outer .temp_top .sub {
    margin-bottom: 5px;
    padding: 0 15px;
    font-size: 1.5rem;
    text-align: left;
  }
  #ps_field-outer .temp_top .sub br {
    display: none;
  }
  #ps_field-outer .temp_top .txt {
    padding: 0 15px;
  }
  #ps_field-outer .li_temp1 .img, #ps_field-outer .li_temp1 li:nth-of-type(even) .img {
    margin-bottom: 10px;
  }
  #ps_field-outer .li_temp1 .num {
    font-size: 2rem;
  }
  #ps_field-outer .li_temp1 .num span {
    margin-top: 5px;
    font-size: 3.8rem;
  }
  #ps_field-outer .li_temp1 .num span::before, #ps_field-outer .li_temp1 .num span::after {
    margin: 0 7px 7px;
    border-top: 7px solid var(--green);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
  #ps_field-outer .li_temp1 .head3 {
    margin-bottom: 10px;
    font-size: 1.9rem;
  }
  #ps_field-outer .li_temp1 .txt {
    margin-bottom: 10px;
    line-height: 1.7;
  }
  #ps_field-outer .chi_h .chi_h_b.sp {
    padding: 0 15px;
  }
  #ps_field-outer .chi_h .tab_wrap li a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
  }
  #ps_field-outer .chi_h .tab_wrap li.is-active a {
    padding: 10px 0;
  }
  #ps_field-outer .chi_h .tab_wrap li a::after {
    display: none;
  }
}
#ps_field-outer #feature_mente {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 80px calc((100% - 1590px) / 2) 110px;
  background: var(--green);
}
#ps_field-outer #feature_mente .head2_1 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  color: #fff;
  font-size: 2.5rem;
}
#ps_field-outer #feature_mente .head2_1 span {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}
#ps_field-outer #feature_mente .head2_1 b {
  display: block;
  margin-top: 195px;
}
#ps_field-outer .ftr_mente_li {
  max-width: 1335px;
  width: 100%;
}
#ps_field-outer .ftr_mente_li li {
  width: 100%;
  padding: 55px 55px 65px;
  background-color: rgba(255, 255, 255, 0.9);
}
#ps_field-outer .ftr_mente_li li + li {
  margin-top: 50px;
}
#ps_field-outer .ftr_mente_li .head3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 25px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 1px solid var(--green);
}
#ps_field-outer .ftr_mente_li .num {
  display: block;
  margin-right: 25px;
  color: var(--green);
  font-size: 5rem;
  font-family: var(--brandon);
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
#ps_field-outer .ftr_mente_li .num::before {
  content: "Check";
  display: block;
  font-size: 2.4rem;
}
#ps_field-outer .ftr_mente_li .txt {
  width: 100%;
  line-height: 2;
}
#ps_field-outer #mente_voice {
  width: 100%;
  padding: 80px 30px 120px;
  background-color: #f5f5f5;
}
#ps_field-outer #mente_voice > .head2 {
  margin-bottom: 80px;
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
}
#ps_field-outer .voice_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1460px;
  width: 92%;
  margin: 0 auto;
  list-style: none;
}
#ps_field-outer .voice_li li {
  width: 47%;
  padding: 50px 50px 40px;
  margin-bottom: 70px;
}
#ps_field-outer .num_temp2_li li {
  position: relative;
  border: 4px solid var(--green);
  counter-increment: cnt;
}
#ps_field-outer .num_temp2 {
  position: absolute;
  top: -25px;
  left: -25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 145px;
  height: 145px;
  padding: 20px;
  color: #fff;
  font-family: var(--brandon);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  background-color: var(--green);
}
#ps_field-outer .num_temp2::before {
  content: "Voice";
  display: block;
  font-size: 2.4rem;
}
#ps_field-outer .voice_li .num_temp2::before {
  content: "Voice";
}
#ps_field-outer .num_temp2::after {
  content: "0" counter(cnt) "";
  display: block;
  font-size: 27px !important;
}
#ps_field-outer .num_temp2:nth-of-type(n + 10)::after {
  content: "" counter(cnt) "";
}
#ps_field-outer .voice_li .img_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 25px;
}
#ps_field-outer .voice_li .img {
  width: 61%;
  height: auto;
  padding-top: 34%;
  background: center center/cover no-repeat;
}
#ps_field-outer .voice_li .head3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 39%;
  padding-top: 40px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
#ps_field-outer .voice_li .date {
  display: block;
  margin-bottom: 15px;
  color: #999;
  font-size: 1.3rem;
  font-family: var(--brandon);
  font-weight: 600;
  line-height: 1;
}
#ps_field-outer .voice_li .txt {
  width: 100%;
  font-size: 1.7rem;
  line-height: 2;
}
#ps_field-outer .support_tac {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1620px;
  width: 92%;
  margin: 80px auto;
}
#ps_field-outer .support_tac .head2 {
  margin-bottom: 30px;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.3;
}
#ps_field-outer .support_tac .txt {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2;
}
#ps_field-outer .support_tac .txt_wrap {
  width: 100%;
}
#ps_field-outer .support_tac .num_wrap {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 865px;
  padding-left: 75px;
  margin-left: 20px;
  border-left: 1px solid #d1d1d1;
}
#ps_field-outer .support_tac .btn_wrap {
  margin-left: 20px;
}
#ps_field-outer .support_tac .btn1 i {
  margin-right: 5px;
}
#ps_field-outer .support_tac .btn1 {
  border: 2px solid var(--green);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#ps_field-outer .support_tac .btn1:hover {
  color: var(--green);
  background-color: #fff;
}
#ps_field-outer .support_tac .tel_wrap .tel, #ps_field-outer .support_tac .tel_wrap .tel a {
  color: var(--black);
}
#ps_field-outer .support_tac .tel_wrap {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#ps_field-outer #feature_mente .head2_1 span::after {
  display: none;
}
@media only screen and (max-width: 1650px) {
  #ps_field-outer #feature_mente {
    padding: 80px 30px 110px;
  }
}
@media only screen and (max-width: 1300px) {
  #ps_field-outer .support_tac .num_wrap {
    width: 715px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1150px) {
  #ps_field-outer .support_tac .num_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 410px;
    padding-left: 0;
  }
  #ps_field-outer .support_tac .tel_wrap {
    margin-bottom: 15px;
  }
  #ps_field-outer .support_tac .head2 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  #ps_field-outer #feature_mente {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 30px 80px;
  }
  #ps_field-outer #feature_mente .head2_1 span {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #ps_field-outer #feature_mente .head2_1 b {
    margin-top: 0;
  }
  #ps_field-outer #feature_mente .head2_1 {
    margin-right: 0;
    margin-bottom: 25px;
  }
  #ps_field-outer .ftr_mente_li li + li {
    margin-top: 30px;
  }
  #ps_field-outer .ftr_mente_li li {
    padding: 40px 40px 45px;
  }
  #ps_field-outer .ftr_mente_li .head3 {
    padding-bottom: 15px;
    font-size: 2rem;
  }
  #ps_field-outer .ftr_mente_li .num {
    font-size: 6rem;
    line-height: 0.9;
  }
  #ps_field-outer .ftr_mente_li .num::before {
    font-size: 2.1rem;
  }
  #ps_field-outer #feature_mente .head2_1 {
    font-size: 2rem;
  }
  #ps_field-outer .support_tac {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 45px auto;
  }
  #ps_field-outer .support_tac .txt_wrap {
    margin-bottom: 20px;
    text-align: center;
  }
  #ps_field-outer .support_tac .num_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
    width: 100%;
    border-left: none;
  }
  #ps_field-outer .support_tac .btn_wrap {
    width: 300px;
  }
}
@media only screen and (max-width: 850px) {
  #ps_field-outer #feature_mente .head2_1 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  #ps_field-outer #feature_mente {
    padding: 30px 25px 55px;
  }
  #ps_field-outer .ftr_mente_li li {
    padding: 30px;
  }
  #ps_field-outer .ftr_mente_li .num {
    margin-right: 15px;
    font-size: 4.8rem;
    line-height: 1;
  }
  #ps_field-outer .ftr_mente_li .num::before {
    font-size: 1.8rem;
  }
  #ps_field-outer .ftr_mente_li .head3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  #ps_field-outer #feature_mente .head2_1 {
    font-size: 1.8rem;
  }
  #ps_field-outer #feature_mente .head2_1 {
    margin-bottom: 15px;
  }
  #ps_field-outer .ftr_mente_li li {
    padding: 25px 30px;
  }
  #ps_field-outer .ftr_mente_li li + li {
    margin-top: 20px;
  }
  #ps_field-outer .ftr_mente_li .num::before {
    font-size: 1.6rem;
  }
  #ps_field-outer .ftr_mente_li .num {
    margin-right: 10px;
    font-size: 4.5rem;
  }
  #ps_field-outer .ftr_mente_li .head3 {
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 2rem;
  }
  #ps_field-outer .support_tac .head2 {
    margin-bottom: 5px;
    font-size: 2.3rem;
  }
  #ps_field-outer .support_tac .txt_wrap {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 650px) {
  #ps_field-outer #feature_mente .head2_1 {
    font-size: 1.6rem;
  }
  #ps_field-outer .ftr_mente_li li {
    padding: 20px 25px;
  }
  #ps_field-outer .ftr_mente_li .num {
    font-size: 3.8rem;
  }
  #ps_field-outer .ftr_mente_li .num::before {
    font-size: 1.4rem;
  }
  #ps_field-outer .ftr_mente_li .head3 {
    font-size: 1.7rem;
  }
  #ps_field-outer #feature_mente {
    padding: 20px 20px 40px;
  }
  #ps_field-outer .ftr_mente_li .txt {
    line-height: 1.5;
  }
  #ps_field-outer .support_tac .num_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #ps_field-outer .support_tac .btn_wrap {
    width: 100%;
    margin-left: 0;
  }
  #ps_field-outer .support_tac .txt {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
  }
  #ps_field-outer .support_tac .head2 {
    font-size: 2rem;
  }
  #ps_field-outer .support_tac .tel_wrap .txt {
    display: none;
  }
  #ps_field-outer .support_tac {
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 450px) {
  #ps_field-outer #feature_mente {
    padding: 15px 15px 40px;
  }
  #ps_field-outer #feature_mente .head2_1 {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  #ps_field-outer #feature_mente .head2_1 span {
    display: block;
  }
  #ps_field-outer #feature_mente .head2_1 span {
    display: block;
  }
  #ps_field-outer .ftr_mente_li .num {
    margin-right: 7px;
    font-size: 3rem;
  }
  #ps_field-outer .ftr_mente_li .num::before {
    font-size: 1.2rem;
  }
  #ps_field-outer .ftr_mente_li li {
    padding: 20px 15px;
  }
  #ps_field-outer .ftr_mente_li .head3 {
    font-size: 1.5rem;
  }
}
#ps_field-outer #feature_point .head2 {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
}
#ps_field-outer #feature_point .head2 span {
  color: var(--green);
}
#ps_field-outer #feature_point .head2 b {
  font-size: 9.2rem;
  line-height: 1;
  vertical-align: bottom;
}
#ps_field-outer .li_temp2 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 115px;
}
#ps_field-outer .li_temp2 .head3 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 80px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  white-space: nowrap;
}
#ps_field-outer .li_temp2 .head3 .num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 90px 20px 85px;
  margin-bottom: 25px;
  color: var(--green);
  font-size: 2.5rem;
  font-family: var(--brandon);
  line-height: 1;
  border-left: 4px solid var(--green);
  border-bottom: 4px solid var(--green);
  -webkit-writing-mode: rl-tb;
  -ms-writing-mode: rl-tb;
  writing-mode: rl-tb;
}
#ps_field-outer .li_temp2 .head3 .num b {
  display: block;
  margin-top: 15px;
  font-size: 5rem;
}
#ps_field-outer .li_temp2 .cont {
  position: relative;
  width: 100%;
  padding: 90px 65px 65px 90px;
  margin-top: 60px;
  color: #fff;
  background-color: var(--green);
}
#ps_field-outer #ps_fullorder .li_temp2 .cont, #ps_field-outer #ps_reform .li_temp2 .cont {
  width: calc(100% - 348px);
}
#ps_field-outer .li_temp2 .cont::before {
  content: "POINT";
  position: absolute;
  top: 85px;
  right: 0;
  color: rgba(255, 255, 255, 0.1);
  font-size: 18rem;
  font-family: var(--brandon);
  font-weight: 600;
  line-height: 0.7;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  z-index: 0;
}
#ps_field-outer .li_temp2 .cont > * {
  position: relative;
  z-index: 1;
}
#ps_field-outer .li_temp2 .img_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 45px;
}
#ps_field-outer .li_temp2 .img_wrap .img {
  width: 55%;
  height: auto;
  padding-top: 34%;
  background: center center/cover no-repeat;
}
#ps_field-outer .li_temp2 .head4 {
  width: 45%;
  padding-left: 35px;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: right;
}
#ps_field-outer .li_temp2 .txt {
  width: 100%;
  line-height: 2;
}
#ps_field-outer .li_temp2 .btn_wrap {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 40px;
}
#ps_field-outer .li_temp2 li:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
#ps_field-outer .li_temp2 li:nth-of-type(even) .head3 {
  margin-left: 0;
  margin-right: 80px;
}
#ps_field-outer .li_temp2 li:nth-of-type(even) .head3 .num {
  border-left: none;
  border-right: 4px solid var(--green);
}
#ps_field-outer .li_temp2 li:nth-of-type(even) .cont {
  color: var(--black);
  background-color: #f5f5f5;
}
#ps_field-outer .li_temp2 li:nth-of-type(even) .img_wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#ps_field-outer .li_temp2 li:nth-of-type(even) .head4 {
  padding-left: 0;
  padding-right: 35px;
  text-align: left;
}
#ps_field-outer .li_temp2 li:nth-of-type(even) .cont::before {
  left: 0;
  right: auto;
  color: rgba(255, 255, 255, 0.8);
}
#ps_field-outer .li_temp2 .btn_wrap .btn1 {
  margin-left: 0;
}
@media only screen and (max-width: 1500px) {
  #ps_field-outer .li_temp2 .cont {
    padding: 90px 50px 65px;
  }
  #ps_field-outer .li_temp2 .img_wrap .img {
    width: 50%;
  }
  #ps_field-outer .li_temp2 .head4 {
    width: 50%;
    padding-left: 20px;
    font-size: 2rem;
  }
  #ps_field-outer .li_temp2 li:nth-of-type(even) .head4 {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1300px) {
  #ps_field-outer .li_temp2 .head3 {
    margin-left: 50px;
    font-size: 4.2rem;
  }
  #ps_field-outer .li_temp2 li:nth-of-type(even) .head3 {
    margin-right: 50px;
  }
  #ps_field-outer .li_temp2 .head3 .num {
    padding: 10px 65px 15px;
    font-size: 2.5rem;
  }
  #ps_field-outer .li_temp2 .head3 .num b {
    margin-top: 7px;
    font-size: 5rem;
  }
  #ps_field-outer .li_temp2 .img_wrap .img {
    width: 48%;
  }
  #ps_field-outer .li_temp2 .head4 {
    width: 52%;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 1150px) {
  #ps_field-outer .li_temp2 .head3 .num {
    padding: 10px 40px;
    font-size: 2rem;
  }
  #ps_field-outer .li_temp2 .head3 {
    margin-left: 35px;
    font-size: 3.7rem;
  }
  #ps_field-outer .li_temp2 li:nth-of-type(even) .head3 {
    margin-right: 35px;
  }
  #ps_field-outer .li_temp2 .cont {
    padding: 70px 45px 55px;
  }
  #ps_field-outer #feature_point .head2 {
    font-size: 2.5rem;
    line-height: 1.3;
  }
  #ps_field-outer #feature_point .head2 b {
    font-size: 7.2rem;
  }
  #ps_field-outer .li_temp2 .head4 {
    font-size: 2rem;
  }
  #ps_field-outer #feature_top.temp_top {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  #ps_field-outer .li_temp2 .cont {
    margin-top: 30px;
  }
  #ps_field-outer .li_temp2 li, #ps_field-outer .li_temp2 li:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 65px);
    margin-bottom: 55px;
  }
  #ps_field-outer .li_temp2 .head3 .num {
    padding: 5px 15px 5px 10px;
    margin-bottom: 0;
    font-size: 2rem;
  }
  #ps_field-outer .li_temp2 li .head3 .num, #ps_field-outer .li_temp2 .head3 .num, #ps_field-outer .li_temp2 li:nth-of-type(even) .head3 .num {
    margin-right: 10px;
    border-left: none;
    border-right: 4px solid var(--green);
  }
  #ps_field-outer .li_temp2 .head3 .num b {
    margin-top: 0;
    font-size: 5rem;
  }
  #ps_field-outer .li_temp2 .head3 {
    -webkit-writing-mode: rl-tb;
    -ms-writing-mode: rl-tb;
    writing-mode: rl-tb;
    font-size: 2.3rem;
  }
  #ps_field-outer #feature_point .head2 {
    margin-bottom: 25px;
    font-size: 3rem;
  }
  #ps_field-outer #feature_point .head2 b {
    font-size: 6.2rem;
  }
  #ps_field-outer .li_temp2 li:nth-of-type(even) .head3 {
    margin-left: 35px;
    margin-right: 0;
  }
  #ps_field-outer .li_temp2 .img_wrap {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 850px) {
  #ps_field-outer .li_temp2 .head3 .num {
    font-size: 2.2rem;
  }
  #ps_field-outer .li_temp2 .head3 .num b {
    font-size: 6.3rem;
  }
  #ps_field-outer .li_temp2 .head4 {
    font-size: 2rem;
  }
  #ps_field-outer .li_temp2 .head3 {
    font-size: 2.9rem;
  }
}
@media only screen and (max-width: 767px) {
  #ps_field-outer .li_temp2 li, #ps_field-outer .li_temp2 li:nth-of-type(even) {
    width: calc(100% - 55px);
  }
  #ps_field-outer .li_temp2 .img_wrap, #ps_field-outer .li_temp2 li:nth-of-type(even) .img_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  #ps_field-outer .li_temp2 .img_wrap .img {
    width: 100%;
  }
  #ps_field-outer .li_temp2 .img_wrap .img {
    width: 100%;
    padding-top: 62%;
  }
  #ps_field-outer .li_temp2 .head4 {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
    text-align: left;
  }
  #ps_field-outer .li_temp2 .head4 .pc_br {
    display: none;
  }
  #ps_field-outer .li_temp2 .head3 .num b {
    font-size: 5rem;
  }
  #ps_field-outer .li_temp2 .head3 {
    font-size: 2.6rem;
  }
  #ps_field-outer .li_temp2 .cont {
    margin-top: 20px;
  }
  #ps_field-outer .li_temp2 .cont {
    padding: 35px 35px 40px;
  }
  #ps_field-outer .li_temp2 .txt {
    line-height: 1.7;
  }
  #ps_field-outer #feature_point .head2 {
    font-size: 2.8rem;
  }
  #ps_field-outer #feature_point .head2 b {
    font-size: 5rem;
  }
  #ps_field-outer #feature_top.temp_top {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 650px) {
  #ps_field-outer .li_temp2 li, #ps_field-outer .li_temp2 li:nth-of-type(even) {
    width: 100%;
    margin-bottom: 50px;
  }
  #ps_field-outer .li_temp2 .head3, #ps_field-outer .li_temp2 li:nth-of-type(even) .head3 {
    margin-left: 20px;
    font-size: 2rem;
    white-space: inherit;
  }
  #ps_field-outer #feature_top.temp_top {
    margin-bottom: 25px;
  }
  #ps_field-outer #feature_point .head2 {
    margin-bottom: 15px;
    font-size: 2.1rem;
  }
  #ps_field-outer #feature_point .head2 b {
    font-size: 3.2rem;
  }
  #ps_field-outer .li_temp2 li .head3 .num, #ps_field-outer .li_temp2 .head3 .num, #ps_field-outer .li_temp2 li:nth-of-type(even) .head3 .num {
    padding: 5px 15px 5px 10px;
    font-size: 1.7rem;
  }
  #ps_field-outer .li_temp2 .head3 .num b {
    font-size: 3.5rem;
  }
  #ps_field-outer .li_temp2 .head4 {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  #ps_field-outer .li_temp2 .cont, #ps_field-outer .li_temp2 li:nth-of-type(even) .cont {
    padding: 20px;
    margin-top: 15px;
    border-radius: 0;
  }
  #ps_field-outer .li_temp2 .img_wrap, #ps_field-outer .li_temp2 li:nth-of-type(even) .img_wrap {
    margin-bottom: 10px;
  }
  #ps_field-outer .li_temp2 .btn_wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
  }
  #ps_field-outer .li_temp2 .cont::before {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  #ps_field-outer #feature_point .head2 {
    font-size: 1.8rem;
  }
  #ps_field-outer .li_temp2 .head3, #ps_field-outer .li_temp2 li:nth-of-type(even) .head3 {
    margin: 0 10px;
  }
  #ps_field-outer .li_temp2 li .head3 .num, #ps_field-outer .li_temp2 .head3 .num, #ps_field-outer .li_temp2 li:nth-of-type(even) .head3 .num {
    padding: 5px 10px 5px 5px;
    font-size: 1.3rem;
    border-width: 3px;
  }
  #ps_field-outer .li_temp2 .head3 .num b {
    font-size: 2.3rem;
  }
  #ps_field-outer .li_temp2 .head3, #ps_field-outer .li_temp2 li:nth-of-type(even) .head3 {
    font-size: 1.7rem;
  }
  #ps_field-outer .li_temp2 .head4 {
    font-size: 1.5rem;
  }
  #ps_field-outer .li_temp2 .head4 br {
    display: none;
  }
  #ps_field-outer .li_temp2 li, #ps_field-outer .li_temp2 li:nth-of-type(even) {
    margin-bottom: 35px;
  }
}
#ps_field-outer .staff-link {
  margin-top: -100px;
  padding-top: 100px;
}
#ps_field-outer .row {
  max-width: 1200px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}
#ps_field-outer .staff-img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  #ps_field-outer .staff-link {
    margin-top: -200px;
    padding-top: 200px;
  }
}
#ps_field-outer .staff-nav {
  margin-top: 30px;
  margin-bottom: 80px;
}
#ps_field-outer .staff-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}
#ps_field-outer .staff-nav ul li {
  width: 33%;
  line-height: 1.4em;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #ps_field-outer .staff-nav ul li {
    width: 33%;
    margin-bottom: 20px;
    line-height: inherit;
  }
}
@media screen and (min-width: 1024px) {
  #ps_field-outer .staff-nav ul li {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  #ps_field-outer .staff-nav ul li p {
    margin-right: 20px;
  }
}
#ps_field-outer .staff-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  font-size: 14px;
  font-size: 1.4rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #7faba9));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #7faba9 50%);
  background-position: 0 0;
  background-size: 200% auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  #ps_field-outer .staff-nav ul li a {
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
  }
}
@media screen and (min-width: 1024px) {
  #ps_field-outer .staff-nav ul li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#ps_field-outer .staff-nav ul li a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  color: #7faba9;
  font-size: 2.2rem;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #ps_field-outer .staff-nav ul li a::after {
    right: 30px;
    margin-left: auto;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
#ps_field-outer .staff-nav ul li a:hover {
  cursor: pointer;
  background-position: -100% 0;
  color: #fff;
}
#ps_field-outer .staff-nav ul li a:hover::after {
  color: #FFF;
}
@media screen and (min-width: 768px) {
  #ps_field-outer .staff-nav ul li a:hover::after {
    right: 10px;
  }
}
#ps_field-outer .staff-nav ul li img {
  width: 40px;
  height: auto;
}
@media screen and (min-width: 768px) {
  #ps_field-outer .staff-nav ul li img {
    width: auto;
  }
}
#ps_field-outer .staff-box {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  #ps_field-outer .staff-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
#ps_field-outer .staff-box .staff-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #ps_field-outer .staff-box .staff-img img {
    width: 250px;
  }
}
@media screen and (min-width: 1024px) {
  #ps_field-outer .staff-box .staff-img img {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  #ps_field-outer .staff-box .staff-exp {
    margin-top: 30px;
  }
}
#ps_field-outer .staff-box .staff-exp .comment dt {
  background: #7faba9;
  color: #FFF;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 30px 10px 10px 10px;
  position: relative;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  #ps_field-outer .staff-box .staff-exp .comment dt {
    padding: 20px 30px 20px 50px;
    font-size: 18px;
    font-size: 1.8rem;
    left: -30px;
  }
}
@media screen and (min-width: 1024px) {
  #ps_field-outer .staff-box .staff-exp .comment dt {
    left: -30px;
    padding: 20px 30px 20px 50px;
    line-height: inherit;
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
  }
}
#ps_field-outer .staff-box .staff-exp .comment dt::after {
  content: "";
  display: block;
  background: #FFF;
  position: absolute;
  width: 1px;
  height: 40px;
  top: -20px;
  left: 50%;
}
@media screen and (min-width: 768px) {
  #ps_field-outer .staff-box .staff-exp .comment dt::after {
    width: 50px;
    height: 1px;
    left: -25px;
    top: 50%;
  }
}
#ps_field-outer .staff-box .staff-exp .comment dd {
  text-decoration: underline;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #ps_field-outer .staff-box .staff-exp .comment dd {
    margin-left: 25px;
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#ps_field-outer .staff-box .staff-exp .staff-inner {
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #ps_field-outer .staff-box .staff-exp .staff-inner {
    margin-left: 25px;
  }
}
@media screen and (min-width: 1024px) {
  #ps_field-outer .staff-box .staff-exp .staff-inner {
    margin-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
#ps_field-outer .staff-inner dl {
  margin-bottom: 20px;
}
#ps_field-outer .staff-box .staff-exp .staff-inner dl dt {
  font-family: var(--brandon);
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  color: #7faba9;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  #ps_field-outer .staff-box .staff-exp .staff-inner dl dt {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#ps_field-outer .staff-box .staff-exp .staff-inner dl dt::after {
  content: "";
  background: #7faba9;
  width: 30px;
  height: 1px;
  margin-left: 20px;
}
#ps_field-outer .staff-box .staff-exp .staff-inner dl .name {
  font-size: 18px;
  font-size: 1.8rem;
}
#ps_field-outer .staff-box .staff-exp .staff-inner dl .name br {
  display: none;
}
@media screen and (min-width: 1024px) {
  #ps_field-outer .staff-box .staff-exp .staff-inner dl .name br {
    display: inherit;
  }
}
@media screen and (min-width: 1024px) {
  #ps_field-outer .staff-box .staff-exp .staff-inner dl .name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  #ps_field-outer .staff-box .staff-exp .staff-inner .staff-l {
    width: 370px;
  }
}
@media screen and (min-width: 1024px) {
  #ps_field-outer .staff-box .staff-exp .staff-inner .staff-r {
    width: 55%;
  }
}
@media only screen and (max-width: 1024px) {
  #ps_field-outer .staff-box {
    margin-bottom: 75px;
  }
  #ps_field-outer .staff-box {
    margin-bottom: 75px;
  }
  #ps_field-outer .staff-box .staff-exp .staff-inner .staff-l {
    width: 245px;
    padding-right: 20px;
  }
  #ps_field-outer .staff-box .staff-exp .staff-inner dl .name {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 850px) {
  #ps_field-outer .staff-nav {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  #ps_field-outer .staff-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 500px;
    margin: 0 auto 50px;
  }
  #ps_field-outer .staff-box .staff-exp .staff-inner {
    margin-top: 10px;
  }
  #ps_field-outer .staff-inner dl {
    margin-bottom: 15px;
  }
  #ps_field-outer .staff-box .staff-exp .staff-inner dl .name {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 650px) {
  #ps_field-outer .staff-box .staff-exp .staff-inner {
    margin-top: 0;
  }
  #ps_field-outer .staff-inner dl {
    margin-bottom: 10px;
  }
  #ps_field-outer .staff-box .staff-exp .comment dd {
    margin-top: 15px;
  }
  #ps_field-outer .staff-box .staff-exp .staff-inner dl .name {
    font-size: 1.7rem;
  }
  #ps_field-outer .staff-box {
    margin-bottom: 35px;
  }
}
#ps_field-outer .h_info_li {
  width: 100%;
  list-style: none;
}
#ps_field-outer .h_info_li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 15px 10px 15px 15px;
  line-height: 1.3;
  border-bottom: 1px solid var(--black);
}
#ps_field-outer .h_info_li dt {
  width: 140px;
  padding-right: 10px;
  font-weight: 600;
}
#ps_field-outer .h_info_li dd {
  width: 100%;
}
#ps_field-outer #taikan_top {
  margin-top: 100px;
  margin-bottom: 125px;
}
#ps_field-outer #taikan_top .slide {
  position: relative;
  width: 100%;
  margin-top: 35px;
}
#ps_field-outer .swiper-pagination.taikan_slide_pn {
  width: 100%;
  bottom: -50px;
}
#ps_field-outer .taikan_slide .swiper-slide {
  width: 1200px;
  margin: 0 18px;
}
#ps_field-outer .taikan_slide .swiper-slide .img {
  width: 100%;
  height: auto;
  padding-top: 56%;
  background: center center/cover no-repeat;
}
#ps_field-outer .swiper-container.taikan_slide {
  width: 100%;
}
#ps_field-outer .white_arrow_prev.swiper-button-prev, #ps_field-outer .white_arrow_next.swiper-button-next {
  opacity: 1;
  width: auto;
  height: auto;
  background: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
#ps_field-outer .white_arrow_prev.swiper-button-prev::before, #ps_field-outer .white_arrow_next.swiper-button-next::before {
  color: #fff;
  font-size: 6rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#ps_field-outer .taikan_slide_prev.swiper-button-prev {
  left: 50px;
}
#ps_field-outer .taikan_slide_next.swiper-button-next {
  right: 50px;
}
#ps_field-outer .white_arrow_prev.swiper-button-prev::before {
  content: "\f053";
}
#ps_field-outer .white_arrow_next.swiper-button-next::before {
  content: "\f054";
}
#ps_field-outer #taikan_point {
  width: 100%;
  margin-top: 45px;
}
#ps_field-outer #taikan_point .head2 {
  margin-bottom: 40px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
#ps_field-outer #taikan_point .head2 span {
  color: var(--green);
}
#ps_field-outer #taikan_point > .txt {
  line-height: 2;
  text-align: center;
}
#ps_field-outer .taikan_p_li {
  width: 100%;
  margin-top: 85px;
}
#ps_field-outer .taikan_p_li li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
#ps_field-outer .taikan_p_li li:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#ps_field-outer .taikan_p_li li + li {
  margin-top: 95px;
}
#ps_field-outer .taikan_p_li .img {
  width: 55%;
  height: 560px;
  background: center center/cover no-repeat;
}
#ps_field-outer .taikan_p_li .cont {
  position: relative;
  width: 45%;
  padding: 125px 75px 30px;
}
#ps_field-outer .taikan_p_li .head3 {
  margin-bottom: 30px;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.3;
}
#ps_field-outer .taikan_p_li .txt {
  width: 100%;
  line-height: 2;
}
#ps_field-outer .num_temp4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 135px;
  height: 145px;
  color: var(--green);
  font-size: 2.9rem;
  font-family: var(--brandon);
  font-weight: 600;
  line-height: 1;
  background-color: #fff;
}
#ps_field-outer .num_temp4 b {
  display: block;
  font-size: 6rem;
  line-height: 0.9;
}
#ps_field-outer .taikan_p_li .num_temp4 {
  position: absolute;
  top: 60px;
  left: -65px;
}
#ps_field-outer .taikan_p_li li:nth-of-type(even) .num_temp4 {
  left: auto;
  right: -65px;
}
#ps_field-outer #taikan_reserve {
  width: 94%;
  padding: 100px;
  margin-top: 115px;
  margin-left: auto;
  background-color: #f5f5f5;
}
#ps_field-outer #taikan_reserve .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1400px;
  width: 100%;
}
#ps_field-outer #taikan_reserve .head_wrap {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 420px;
}
#ps_field-outer #taikan_reserve .head2 {
  margin-bottom: 75px;
  color: var(--green);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.5;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
}
#ps_field-outer #taikan_reserve .head2 span {
  display: block;
  margin-top: 35px;
  margin-right: 10px;
  color: var(--black);
  font-size: 2.3rem;
}
#ps_field-outer #taikan_reserve .cont {
  max-width: 840px;
  width: 100%;
}
#ps_field-outer #taikan_reserve .cont img {
  display: block;
  width: 100%;
  margin-bottom: 35px;
}
#ps_field-outer #taikan_reserve .cont .txt {
  width: 100%;
  line-height: 2;
}
#ps_field-outer #taikan_reserve .head2 span b {
  margin-top: 20px;
}
#ps_field-outer #taikan_reserve .btn_wrap.sp {
  display: none;
}
@media only screen and (max-width: 1500px) {
  #ps_field-outer .taikan_slide .swiper-slide {
    width: 1000px;
  }
  #ps_field-outer #taikan_reserve {
    padding: 65px 60px;
  }
}
@media only screen and (max-width: 1300px) {
  #ps_field-outer .taikan_slide .swiper-slide {
    width: 900px;
    margin: 0 15px;
  }
  #ps_field-outer .taikan_p_li .cont {
    width: 50%;
    padding: 45px 60px 30px 35px;
  }
  #ps_field-outer .taikan_p_li .num_temp4 {
    top: 35px;
    left: -115px;
  }
  #ps_field-outer .taikan_p_li .img {
    width: 50%;
  }
  #ps_field-outer .taikan_p_li .head3 {
    margin-bottom: 15px;
  }
  #ps_field-outer .taikan_p_li .txt {
    font-size: 1.7rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 1150px) {
  #ps_field-outer .taikan_slide .swiper-slide {
    width: 700px;
  }
  #ps_field-outer #taikan_top {
    margin-top: 120px;
  }
  #ps_field-outer .taikan_p_li .img {
    height: 470px;
  }
  #ps_field-outer .num_temp4 {
    width: 115px;
    height: 120px;
    font-size: 2.3rem;
  }
  #ps_field-outer .num_temp4 b {
    font-size: 6rem;
  }
  #ps_field-outer .taikan_p_li .num_temp4 {
    left: -95px;
  }
  #ps_field-outer .taikan_p_li .head3 {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  #ps_field-outer .taikan_p_li .cont {
    padding-top: 30px;
  }
  #ps_field-outer #taikan_reserve .cont img {
    margin-bottom: 20px;
  }
  #ps_field-outer #taikan_reserve .head_wrap {
    width: 360px;
  }
  #ps_field-outer #taikan_reserve {
    padding: 45px;
  }
  #ps_field-outer #taikan_reserve {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  #ps_field-outer .taikan_slide .swiper-slide {
    width: 600px;
    margin: 0 10px;
  }
  #ps_field-outer #taikan_top {
    margin-top: 80px;
  }
  #ps_field-outer .taikan_p_li .txt {
    font-size: 1.6rem;
  }
  #ps_field-outer .taikan_p_li li + li {
    margin-top: 40px;
  }
  #ps_field-outer .taikan_p_li .head3 {
    font-size: 2.2rem;
  }
  #ps_field-outer .taikan_p_li .img {
    height: 400px;
  }
  #ps_field-outer #taikan_reserve {
    width: 96%;
    padding: 35px;
  }
  #ps_field-outer #taikan_reserve .head2 span {
    font-size: 2.5rem;
  }
  #ps_field-outer #taikan_reserve .head2 {
    font-size: 1.8rem;
  }
  #ps_field-outer #taikan_reserve .btn1 {
    font-size: 1.5rem;
  }
  #ps_field-outer #taikan_reserve .head_wrap {
    width: 310px;
  }
  #ps_field-outer #taikan_reserve .head2 span {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 850px) {
  #ps_field-outer .white_arrow_prev.swiper-button-prev::before, #ps_field-outer .white_arrow_next.swiper-button-next::before {
    font-size: 4rem;
  }
  #ps_field-outer .taikan_slide .swiper-slide {
    width: 500px;
  }
  #ps_field-outer .h_info_li {
    max-width: 500px;
  }
  #ps_field-outer #taikan_top {
    margin-top: 50px;
  }
  #ps_field-outer .num_temp4 {
    width: 134px;
    height: 100px;
    font-size: 2.1rem;
  }
  #ps_field-outer .num_temp4 b {
    font-size: 5rem;
  }
  #ps_field-outer .taikan_p_li .num_temp4 {
    left: -75px;
  }
  #ps_field-outer .taikan_p_li .head3 {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  #ps_field-outer .taikan_p_li .cont {
    width: 55%;
    padding-top: 25px;
    padding-left: 30px;
  }
  #ps_field-outer .taikan_p_li .img {
    width: 45%;
    height: 355px;
  }
  #ps_field-outer .taikan_p_li li:nth-of-type(even) .cont {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #ps_field-outer .taikan_slide .swiper-slide {
    width: 420px;
  }
  #ps_field-outer #taikan_top {
    margin-top: 0;
    margin-bottom: 80px;
  }
  #ps_field-outer .white_arrow_prev.swiper-button-prev::before, #ps_field-outer .white_arrow_next.swiper-button-next::before {
    font-size: 3.5rem;
  }
  #ps_field-outer .taikan_p_li li, #ps_field-outer .taikan_p_li li:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 92%;
  }
  #ps_field-outer .taikan_p_li .img {
    width: 100%;
    height: auto;
    padding-top: 56%;
  }
  #ps_field-outer .taikan_p_li .cont, #ps_field-outer .taikan_p_li li:nth-of-type(even) .cont {
    width: 100%;
    padding: 20px 25px;
  }
  #ps_field-outer .taikan_p_li .num_temp4 {
    top: -70px;
    left: 15px;
  }
  #ps_field-outer .num_temp4 {
    width: 85px;
    height: 90px;
    font-size: 1.8rem;
  }
  #ps_field-outer .num_temp4 b {
    font-size: 4rem;
  }
  #ps_field-outer .taikan_p_li li:nth-of-type(even) .num_temp4 {
    left: 15px;
    right: auto;
  }
  #ps_field-outer .taikan_p_li {
    margin-top: 50px;
  }
  #ps_field-outer .taikan_p_li li + li {
    margin-top: 20px;
  }
  #ps_field-outer #taikan_reserve {
    padding: 30px;
    margin-top: 40px;
  }
  #ps_field-outer #taikan_reserve .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #ps_field-outer #taikan_reserve .head2 {
    margin-bottom: 15px;
    font-size: 1.6rem;
    -webkit-writing-mode: rl-tb;
    -ms-writing-mode: rl-tb;
    writing-mode: rl-tb;
  }
  #ps_field-outer #taikan_reserve .head2 span b {
    margin-top: 0;
  }
  #ps_field-outer #taikan_reserve .head2 span {
    margin-top: 3px;
    font-size: 1.7rem;
  }
  #ps_field-outer #taikan_reserve .head2 span br {
    display: none;
  }
  #ps_field-outer #taikan_reserve .head_wrap {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #ps_field-outer #taikan_reserve .btn_wrap.pc {
    display: none;
  }
  #ps_field-outer #taikan_reserve .btn_wrap.sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #ps_field-outer #taikan_reserve .cont .txt {
    margin-bottom: 20px;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 650px) {
  #ps_field-outer .taikan_slide .swiper-slide {
    width: 320px;
  }
  #ps_field-outer .taikan_slide_next.swiper-button-next {
    right: 10px;
  }
  #ps_field-outer .taikan_slide_prev.swiper-button-prev {
    left: 10px;
  }
  #ps_field-outer .swiper-pagination.taikan_slide_pn {
    bottom: -35px;
  }
  #ps_field-outer .taikan_p_li .head3 {
    margin-bottom: 15px;
    font-size: 1.7rem;
  }
  #ps_field-outer .taikan_p_li li, #ps_field-outer .taikan_p_li li:nth-of-type(even) {
    width: 100%;
  }
  #ps_field-outer .taikan_p_li .txt {
    font-size: 1.4rem;
  }
  #ps_field-outer .num_temp4 {
    width: 75px;
    height: 80px;
    font-size: 1.6rem;
  }
  #ps_field-outer .num_temp4 b {
    font-size: 3.7rem;
  }
  #ps_field-outer .taikan_p_li .num_temp4 {
    top: -60px;
  }
  #ps_field-outer .taikan_p_li li + li {
    margin-top: 5px;
  }
  #ps_field-outer #taikan_reserve {
    padding: 25px;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 450px) {
  #ps_field-outer #taikan_top .slide {
    margin-top: 20px;
  }
  #ps_field-outer .taikan_slide .swiper-slide {
    width: 220px;
    margin: 0 5px;
  }
  #ps_field-outer .taikan_p_li .cont, #ps_field-outer .taikan_p_li li:nth-of-type(even) .cont {
    padding: 20px;
  }
  #ps_field-outer .taikan_p_li .head3 {
    font-size: 1.7rem;
  }
  #ps_field-outer #taikan_reserve {
    margin-top: 20px;
  }
  #ps_field-outer #taikan_reserve {
    padding: 20px 22px;
    margin-top: 20px;
  }
  #ps_field-outer #taikan_reserve .head2 {
    font-size: 1.4rem;
  }
  #ps_field-outer #taikan_reserve .head2 span {
    font-size: 1.7rem;
    line-height: 1.3;
  }
  #ps_field-outer #taikan_reserve .head2 {
    margin-bottom: 10px;
  }
  #ps_field-outer #taikan_reserve .cont img {
    margin-bottom: 10px;
  }
  #ps_field-outer #taikan_reserve .cont .txt {
    margin-bottom: 15px;
  }
  #ps_field-outer #taikan_reserve .btn1 {
    font-size: 1.2rem;
  }
  #ps_field-outer #taikan_top {
    margin-bottom: 65px;
  }
}
#ps_field-outer #ps_benkyokai {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1610px;
  width: 92%;
  margin: auto;
  overflow: hidden;
}
#ps_field-outer #ps_benkyokai .img {
  width: 50%;
  background: center center/cover no-repeat;
}
#ps_field-outer #ps_benkyokai .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 50%;
  padding: 60px 40px 60px 60px;
  color: #fff;
  background: center center/cover no-repeat;
  background-image: none !important;
  background-color: var(--green);
}
#ps_field-outer #ps_benkyokai .head2 {
  margin-bottom: 25px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3;
}
#ps_field-outer #ps_benkyokai .head2 span {
  display: block;
  margin-bottom: 15px;
  font-size: 2rem;
}
#ps_field-outer #ps_benkyokai .txt {
  width: 100%;
  margin-bottom: 30px;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  #ps_field-outer #ps_benkyokai .cont {
    padding: 30px 20px 35px 25px;
  }
  #ps_field-outer #ps_benkyokai .head2 span {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  #ps_field-outer #ps_benkyokai .head2 {
    margin-bottom: 15px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 850px) {
  #ps_field-outer #ps_benkyokai {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 700px;
  }
  #ps_field-outer #ps_benkyokai .cont {
    width: 100%;
  }
  #ps_field-outer #ps_benkyokai .cont {
    padding: 20px 20px 30px;
  }
  #ps_field-outer #ps_benkyokai .head2 span {
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
  #ps_field-outer #ps_benkyokai .head2 {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  #ps_field-outer #ps_benkyokai .txt {
    margin-bottom: 10px;
    line-height: 1.7;
  }
  #ps_field-outer #ps_benkyokai .btn1.border_white {
    margin: auto;
  }
  #ps_field-outer #ps_benkyokai .img {
    width: 100%;
    height: auto;
    padding-top: 43%;
  }
}
@media only screen and (max-width: 450px) {
  #ps_field-outer #ps_benkyokai .cont {
    padding: 15px 15px 20px;
  }
  #ps_field-outer #ps_benkyokai .head2 {
    margin-bottom: 7px;
    font-size: 1.8rem;
  }
  #ps_field-outer #ps_benkyokai .head2 span {
    margin-bottom: 2px;
    font-size: 1.3rem;
  }
  #ps_field-outer #ps_benkyokai .txt {
    line-height: 1.5;
  }
}
#ps_field-outer #benkyokai_gaiyo_sec {
  width: 100%;
  padding: 95px calc((100% - 1570px) / 2) 50px;
  color: #fff;
  background: center center/cover no-repeat;
}
#ps_field-outer .benkyokai_gaiyo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
#ps_field-outer .benkyokai_gaiyo .head2 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 200px;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.3;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
}
#ps_field-outer .benkyokai_gaiyo .cont {
  width: 100%;
}
#ps_field-outer .benkyokai_gaiyo .cont .b {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
}
#ps_field-outer .benkyokai_gaiyo .benkyokai_time {
  margin-left: 45px;
  font-size: 3.4rem;
  line-height: 1.3;
}
#ps_field-outer .benkyokai_gaiyo .btn2 {
  width: 300px;
  margin-left: 55px;
}
#ps_field-outer .benkyokai_gaiyo .cont .y {
  margin-left: 25px;
  color: #ffd500;
  font-size: 1.9rem;
}
#ps_field-outer .benkyokai_gaiyo dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 0 25px;
  line-height: 1.5;
  border-bottom: 1px solid #fff;
}
#ps_field-outer .benkyokai_gaiyo dt {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 305px;
  padding-right: 20px;
}
#ps_field-outer .benkyokai_gaiyo dd {
  width: 100%;
}
#ps_field-outer .benkyokai_gaiyo dd.flex {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#ps_field-outer .benkyokai_gaiyo dd .map_btn {
  padding: 10px 15px;
  margin-left: 25px;
  color: #fff;
  font-size: 1.6rem;
  font-family: var(--brandon);
  font-weight: 600;
  line-height: 1;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#ps_field-outer .benkyokai_gaiyo dd .map_btn:hover {
  color: var(--green);
  background-color: #fff;
}
#ps_field-outer .benkyokai_gaiyo dd h3.b {
  margin-bottom: 20px;
}
#ps_field-outer .benkyokai_gaiyo dd .block + .block {
  margin-top: 25px;
}
#ps_field-outer .benkyokai_session {
  width: 100%;
  margin-top: 70px;
}
#ps_field-outer .benkyokai_session .head2 {
  margin-bottom: 55px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
#ps_field-outer .bk_session_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 45px;
  color: var(--black);
  list-style: none;
}
#ps_field-outer .bk_session_li li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 32%;
  padding: 30px 30px 50px;
  background-color: #fff;
}
#ps_field-outer .bk_session_li .num_temp3 {
  margin-bottom: 35px;
}
#ps_field-outer .num_temp3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: var(--green);
  font-size: 5rem;
  font-family: var(--brandon);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  border-bottom: 3px solid var(--green);
}
#ps_field-outer .num_temp3 span {
  display: block;
  font-size: 2.4rem;
}
#ps_field-outer .bk_session_li .head3 {
  width: 100%;
  margin-bottom: 40px;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}
#ps_field-outer .bk_session_li .txt, #ps_field-outer .benkyokai_session .bottom {
  width: 100%;
  line-height: 2;
}
#ps_field-outer .benkyokai_session .bottom {
  text-align: center;
}
#ps_field-outer #benkyokai_voice {
  width: 100%;
  padding: 85px 0 70px;
  background-color: #f5f5f5;
}
#ps_field-outer #benkyokai_voice .head2 {
  margin-bottom: 75px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
#ps_field-outer .bk_voice_li {
  max-width: 1625px;
  width: 92%;
  margin: auto;
  list-style: none;
}
#ps_field-outer .bk_voice_li li {
  width: 100%;
  padding: 30px 55px;
  background-color: #fff;
}
#ps_field-outer .bk_voice_li li + li {
  margin-top: 25px;
}
#ps_field-outer .bk_voice_li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  line-height: 1.5;
}
#ps_field-outer .bk_voice_li dt {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 185px;
  padding-right: 20px;
  font-weight: 600;
  line-height: 1.5;
}
#ps_field-outer .bk_voice_li dt::before {
  content: "\f2bd";
  margin-right: 20px;
  color: var(--green);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1.7;
}
#ps_field-outer .bk_voice_li dd {
  width: 100%;
}
#ps_field-outer #access_map {
  max-width: 1750px;
  width: 92%;
  padding-top: 95px;
  margin: auto;
}
#ps_field-outer #access_map .head2 {
  margin-bottom: 35px;
  font-size: 3.4rem;
  font-weight: 600;
  font-family: var(--brandon);
  line-height: 1.3;
  text-align: center;
}
#ps_field-outer #access_map .map {
  width: 100%;
}
#ps_field-outer #access_map .map iframe {
  width: 100%;
  height: 505px;
}
#ps_field-outer #access_map .btn_wrap {
  margin-top: 80px;
}
#ps_field-outer #benkyokai_gaiyo_sec {
  background: var(--green) !important;
  background-image: none;
}
@media only screen and (max-width: 1650px) {
  #ps_field-outer #benkyokai_gaiyo_sec {
    padding: 95px 40px 50px;
  }
}
@media only screen and (max-width: 1500px) {
  #ps_field-outer .benkyokai_gaiyo .head2 {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1300px) {
  #ps_field-outer .benkyokai_gaiyo dt {
    width: 230px;
  }
  #ps_field-outer .bk_session_li li {
    padding: 30px 20px 50px;
  }
  #ps_field-outer .bk_session_li .head3 {
    margin-bottom: 20px;
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 1150px) {
  #ps_field-outer #benkyokai_gaiyo_sec {
    padding: 55px 30px 50px;
  }
  #ps_field-outer .benkyokai_gaiyo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #ps_field-outer .benkyokai_gaiyo .head2 {
    margin-right: 0;
    margin-bottom: 10px;
    -webkit-writing-mode: rl-tb;
    -ms-writing-mode: rl-tb;
    writing-mode: rl-tb;
  }
  #ps_field-outer .bk_session_li .num_temp3 {
    margin-bottom: 25px;
  }
  #ps_field-outer .bk_session_li .head3 {
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 1.3;
  }
  #ps_field-outer .bk_session_li .txt, #ps_field-outer .benkyokai_session .bottom {
    line-height: 1.7;
  }
  #ps_field-outer .benkyokai_session .head2 {
    margin-bottom: 30px;
    font-size: 3rem;
  }
  #ps_field-outer .bk_session_li li {
    padding: 20px 20px 30px;
  }
  #ps_field-outer .bk_session_li .txt {
    font-size: 1.6rem;
  }
  #ps_field-outer #benkyokai_voice .head2 {
    margin-bottom: 20px;
    font-size: 3.3rem;
  }
  #ps_field-outer #benkyokai_voice {
    padding: 55px 0 60px;
  }
}
@media only screen and (max-width: 1024px) {
  #ps_field-outer #benkyokai_gaiyo_sec {
    padding: 35px 30px 40px;
  }
  #ps_field-outer .benkyokai_gaiyo dt {
    width: 190px;
  }
  #ps_field-outer .benkyokai_gaiyo .cont .b {
    font-size: 2rem;
  }
  #ps_field-outer .benkyokai_gaiyo .benkyokai_time {
    font-size: 3rem;
  }
  #ps_field-outer .benkyokai_gaiyo .cont .y {
    display: block;
    margin: 7px 0;
    font-size: 1.7rem;
  }
  #ps_field-outer .benkyokai_gaiyo .btn2 {
    width: 245px;
    margin-left: 40px;
  }
  #ps_field-outer .benkyokai_gaiyo dd h3.b {
    margin-bottom: 5px;
  }
  #ps_field-outer .bk_session_li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #ps_field-outer .bk_session_li li {
    width: 100%;
  }
  #ps_field-outer .bk_session_li li + li {
    margin-top: 20px;
  }
  #ps_field-outer .bk_session_li .num_temp3 {
    margin-bottom: 20px;
  }
  #ps_field-outer #access_map {
    padding-top: 65px;
  }
  #ps_field-outer #access_map .head2 {
    margin-bottom: 20px;
  }
  #ps_field-outer #access_map .map iframe {
    height: 400px;
  }
  #ps_field-outer #access_map .btn_wrap {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 850px) {
  #ps_field-outer .benkyokai_gaiyo .head2 {
    font-size: 2.7rem;
  }
  #ps_field-outer .benkyokai_gaiyo .cont .b {
    font-size: 1.8rem;
  }
  #ps_field-outer .benkyokai_gaiyo .benkyokai_time {
    font-size: 2.7rem;
  }
  #ps_field-outer .benkyokai_gaiyo .cont .y {
    margin: 5px 0;
    font-size: 1.6rem;
  }
  #ps_field-outer .benkyokai_gaiyo dd.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #ps_field-outer .benkyokai_gaiyo .btn2 {
    margin-left: 0;
    margin-top: 10px;
  }
  #ps_field-outer .benkyokai_gaiyo dd .map_btn {
    padding: 7px 10px;
    font-size: 1.5rem;
  }
  #ps_field-outer .benkyokai_session .head2 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  #ps_field-outer #benkyokai_voice .head2 {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  #ps_field-outer .bk_voice_li dt {
    width: 110px;
  }
  #ps_field-outer #access_map .head2 {
    margin-bottom: 15px;
    font-size: 2.6rem;
  }
  #ps_field-outer #access_map {
    padding-top: 40px;
  }
  #ps_field-outer #access_map .btn_wrap {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #ps_field-outer .benkyokai_gaiyo .head2 {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
  #ps_field-outer #benkyokai_gaiyo_sec {
    padding: 30px 20px 30px;
  }
  #ps_field-outer .benkyokai_gaiyo .cont .b {
    font-size: 1.6rem;
  }
  #ps_field-outer .benkyokai_gaiyo .benkyokai_time {
    margin-left: 20px;
    font-size: 2.4rem;
  }
  #ps_field-outer .benkyokai_gaiyo dt {
    width: 165px;
  }
  #ps_field-outer .benkyokai_gaiyo dl:nth-of-type(4) dt {
    letter-spacing: -2px;
  }
  #ps_field-outer .benkyokai_session .head2 {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  #ps_field-outer .benkyokai_session {
    margin-top: 50px;
  }
  #ps_field-outer .bk_session_li .num_temp3 {
    margin-bottom: 15px;
  }
  #ps_field-outer .bk_session_li li {
    padding: 20px 20px 25px;
  }
  #ps_field-outer .bk_voice_li dt {
    width: 90px;
  }
  #ps_field-outer .bk_voice_li li {
    padding: 20px 25px;
  }
  #ps_field-outer .bk_voice_li li + li {
    margin-top: 15px;
  }
  #ps_field-outer #benkyokai_voice {
    padding: 45px 0 50px;
  }
}
@media only screen and (max-width: 650px) {
  #ps_field-outer .benkyokai_gaiyo dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 0;
  }
  #ps_field-outer .benkyokai_gaiyo dt {
    width: 100%;
    font-size: 1.6rem;
  }
  #ps_field-outer .benkyokai_gaiyo dd {
    padding-top: 5px;
  }
  #ps_field-outer .benkyokai_gaiyo dd .tel_wrap span {
    display: none;
  }
  #ps_field-outer .benkyokai_gaiyo dl:nth-of-type(4) dt {
    letter-spacing: 0;
  }
  #ps_field-outer .benkyokai_gaiyo dd .map_btn {
    padding: 3px 7px;
    font-size: 1.3rem;
  }
  #ps_field-outer .benkyokai_gaiyo .btn2 {
    margin-bottom: 5px;
  }
  #ps_field-outer #benkyokai_gaiyo_sec {
    padding: 20px 20px 25px;
  }
  #ps_field-outer .bk_session_li .txt {
    font-size: 1.4rem;
  }
  #ps_field-outer .bk_session_li .head3 {
    margin-bottom: 7px;
    font-size: 1.8rem;
  }
  #ps_field-outer .bk_session_li {
    margin-bottom: 25px;
  }
  #ps_field-outer .benkyokai_session .bottom {
    text-align: left;
  }
  #ps_field-outer .bk_voice_li li {
    padding: 15px 20px;
  }
  #ps_field-outer .bk_voice_li dt {
    width: 60px;
    padding-right: 10px;
  }
  #ps_field-outer .bk_voice_li dt::before {
    margin-right: 10px;
  }
  #ps_field-outer #access_map {
    padding-top: 30px;
  }
  #ps_field-outer #access_map .map iframe {
    height: 250px;
  }
}
@media only screen and (max-width: 450px) {
  #ps_field-outer .benkyokai_gaiyo .head2 {
    font-size: 1.8rem;
  }
  #ps_field-outer .benkyokai_gaiyo .benkyokai_time {
    display: block;
    margin-top: 5px;
    margin-left: 0;
    font-size: 1.8rem;
  }
  #ps_field-outer .benkyokai_gaiyo .cont .b {
    font-size: 1.5rem;
  }
  #ps_field-outer .benkyokai_gaiyo .cont .y {
    margin: 3px 0;
    font-size: 1.4rem;
  }
  #ps_field-outer .benkyokai_gaiyo dd .map_btn {
    display: inline-block;
    margin-left: 0;
    margin-top: 7px;
  }
  #ps_field-outer .benkyokai_gaiyo dd .block + .block {
    margin-top: 20px;
  }
  #ps_field-outer .benkyokai_session .head2 {
    margin-bottom: 10px;
    font-size: 1.9rem;
  }
  #ps_field-outer .bk_session_li .head3 {
    font-size: 1.7rem;
  }
  #ps_field-outer .bk_session_li li + li {
    margin-top: 15px;
  }
  #ps_field-outer #benkyokai_voice .head2 {
    margin-bottom: 10px;
    font-size: 1.9rem;
  }
  #ps_field-outer #benkyokai_voice {
    padding: 35px 0;
  }
  #ps_field-outer #access_map .head2 {
    font-size: 2.2rem;
  }
}
#ps_field-outer .li_temp2 .head3 .head {
  font-weight: 600;
  text-orientation: upright;
}
#ps_field-outer .li_temp2 .head span {
  display: block;
  font-size: 2.7rem;
}
#ps_field-outer .li_temp2 .cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  margin-top: 30px;
  color: #9c9c9c;
  font-size: 1.8rem;
  line-height: 1;
  -webkit-writing-mode: rl-tb;
  -ms-writing-mode: rl-tb;
  writing-mode: rl-tb;
  border: 1px solid #9c9c9c;
}
#ps_field-outer .ps_sec .li_temp2 .cont, #ps_field-outer .ps_sec .li_temp2 li:nth-of-type(even) .cont {
  padding-right: 0;
  padding-left: 0;
  color: var(--black);
  background-color: #f0f5f5;
}
#ps_field-outer .ps_img_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
#ps_field-outer .ps_slide_wrap {
  position: relative;
  width: 70%;
}
#ps_field-outer .swiper-pagination.ps_slide_pn, #ps_field-outer .swiper-pagination.ps_slide_pn2 {
  position: relative;
  width: 100%;
  margin-top: 15px;
  text-align: right;
}
#ps_field-outer .swiper-pagination.ps_slide_pn2 {
  text-align: left;
}
#ps_field-outer .ps_sec .li_temp2 .cont::before {
  display: none;
}
#ps_field-outer .swiper-container.ps_slide, #ps_field-outer .swiper-container.ps_slide .swiper-slide {
  width: 100%;
}
#ps_field-outer .ps_slide_wrap .img {
  width: 100%;
  height: auto;
  padding-top: 63%;
  background: center center/cover no-repeat;
}
#ps_field-outer .ps_sec .spec {
  width: 35%;
  padding: 70px 30px 55px 55px;
  margin-left: -5%;
  background-color: #fff;
  z-index: 1;
}
#ps_field-outer .ps_sec .li_temp2 li:nth-of-type(even) .ps_img_wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#ps_field-outer .ps_sec .li_temp2 li:nth-of-type(even) .spec {
  margin-right: -5%;
  margin-left: 0;
}
#ps_field-outer .ps_head4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
}
#ps_field-outer .ps_head4::before, #ps_field-outer .ps_sec .ps_head4::after {
  position: absolute;
  content: "”";
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: block;
  color: var(--green);
  font-size: 6.1rem;
  line-height: 1;
}
#ps_field-outer .ps_head4::before {
  top: -65px;
  left: -30px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#ps_field-outer .ps_sec .ps_head4::after {
  bottom: -65px;
  right: 0;
}
#ps_field-outer .ps_head4::after {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
#ps_field-outer .ps_sec .head5 {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}
#ps_field-outer .ps_spec_dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
#ps_field-outer .ps_spec_dl + .ps_spec_dl {
  margin-top: 10px;
}
#ps_field-outer .ps_spec_dl dt {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 160px;
  padding-right: 15px;
  font-weight: 600;
  line-height: 1;
}
#ps_field-outer .ps_spec_dl dd {
  line-height: 1.3;
}
#ps_field-outer .ps_spec_dl dd span {
  font-size: 2.5rem;
  font-family: var(--brandon);
  font-weight: 600;
  line-height: 1;
  vertical-align: bottom;
}
#ps_field-outer .ps_txt_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0 75px;
  margin-top: 55px;
}
#ps_field-outer .ps_txt_wrap .img {
  width: 37%;
  margin-bottom: 125px;
}
#ps_field-outer .ps_txt_wrap .img img {
  width: 100%;
  height: auto;
}
#ps_field-outer .ps_txt_wrap .txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 58%;
}
#ps_field-outer .ps_txt_wrap .head6 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.3;
}
#ps_field-outer .ps_txt_wrap .txt p {
  width: 100%;
  margin-bottom: 20px;
  line-height: 2;
}
#ps_field-outer .ps_txt_wrap .txt .btn1 {
  margin-top: auto;
}
#ps_field-outer .ps_field {
  width: 100%;
  padding: 90px 0 0;
  margin-top: 160px;
  background-color: #f2f2f2;
}
#ps_field-outer .ps_field_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1655px;
  width: 92%;
  margin: auto;
}
#ps_field-outer .ps_field_top .head2_1 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -175px;
  margin-left: 50px;
}
#ps_field-outer .ps_field_top .head2_1 span::after, #ps_field-outer .ps_slide_wrap .head2_1 span::after {
  display: none;
}
#ps_field-outer .ps_field_top .cont {
  width: 100%;
}
#ps_field-outer .ps_field_top .txt {
  width: 100%;
  margin-bottom: 45px;
  line-height: 2;
}
#ps_field-outer .proposal_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
#ps_field-outer .proposal_wrap a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 48%;
  padding: 45px 55px 40px;
  background-color: #fff;
}
#ps_field-outer .proposal_wrap a::after {
  content: "\f078";
  display: block;
  margin: auto auto 0;
  color: #c9c9c9;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#ps_field-outer .proposal_wrap a > * {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#ps_field-outer .proposal_wrap a:hover > * {
  opacity: 0.6;
}
#ps_field-outer .proposal_wrap .head3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 123px;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}
#ps_field-outer .proposal_wrap .head3 img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  margin-right: 30px;
  max-width: 165px;
  max-height: 123px;
}
#ps_field-outer .proposal_wrap .head3 span {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  display: block;
  width: 100%;
  margin-top: 45px;
}
#ps_field-outer .proposal_wrap .txt {
  width: 100%;
  margin-bottom: 30px;
  line-height: 2;
}
#ps_field-outer .proposal_b {
  width: 100%;
  padding-top: 120px;
}
#ps_field-outer .proposal_cont {
  width: 94%;
  padding: 45px 85px 90px 100px;
  margin-right: auto;
  background-color: #fff;
}
#ps_field-outer .proposal_cont .head3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3.7rem;
  font-weight: 600;
  line-height: 1.3;
}
#ps_field-outer .proposal_cont .head3 span {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 25px;
}
#ps_field-outer .proposal_cont .head3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--green);
}
#ps_field-outer .proposal_cont .head3 img {
  max-width: 165px;
  max-height: 106px;
  margin-right: 30px;
}
#ps_field-outer .proposal_li {
  width: 100%;
}
#ps_field-outer .proposal_li li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 60px 0;
  border-bottom: 1px dotted #000;
}
#ps_field-outer .proposal_li li:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#ps_field-outer .proposal_li .img_wrap {
  width: 49%;
}
#ps_field-outer .proposal_li .img_wrap img {
  display: block;
  width: 100%;
}
#ps_field-outer .proposal_li .cont {
  width: 45%;
}
#ps_field-outer .proposal_li .head4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
}
#ps_field-outer .proposal_li .logo {
  display: block;
  margin-top: 20px;
}
#ps_field-outer .proposal_li .head5 {
  margin-top: 35px;
  font-size: 2.2rem;
  font-weight: 600;
}
#ps_field-outer .icynene_logo {
  width: 214px;
  margin-left: auto;
}
#ps_field-outer .icynene_logo.sp {
  display: none;
  margin-left: 0;
}
#ps_field-outer .proposal_li .txt {
  width: 100%;
  margin-top: 30px;
  line-height: 2;
}
#ps_field-outer .proposal_info {
  width: 100%;
  padding: 45px 50px 55px;
  margin-top: 45px;
  background-color: #fafafa;
}
#ps_field-outer .proposal_info .head4 {
  margin-bottom: 40px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
#ps_field-outer .proposal_info_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
#ps_field-outer .proposal_info_b {
  width: 47%;
}
#ps_field-outer .proposal_info_b dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  padding: 15px 0 10px;
  line-height: 1.5;
  border-bottom: 1px dotted #3e3a39;
}
#ps_field-outer .proposal_info_b dt {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 225px;
}
#ps_field-outer .proposal_info_b dd {
  width: 100%;
}
#ps_field-outer .ps_flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 135px 0 100px;
  max-width: 1540px;
  width: 100%;
  margin: auto;
}
#ps_field-outer .ps_flow .head2_1 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 155px;
  margin-left: 10px;
}
#ps_field-outer .ps_flow_li {
  width: 100%;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #ps_field-outer .ps_flow_li {
    padding: 0 4%;
  }
}
#ps_field-outer .ps_flow_li li {
  position: relative;
  width: 100%;
  padding: 40px 100px 30px;
  border: 1px solid var(--green);
  background-color: #fff;
}
#ps_field-outer .ps_flow_li li + li {
  margin-top: 70px;
}
#ps_field-outer .ps_flow_li li + li::before {
  content: "";
  position: absolute;
  top: -67px;
  left: 50%;
  display: block;
  width: 67px;
  height: 67px;
  border-top: 3px solid var(--green);
  border-right: 3px solid var(--green);
  border-top-right-radius: 3px;
  transform: translateX(-50%) rotate(135deg);
}
#ps_field-outer .ps_flow_li .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
#ps_field-outer .ps_flow_li .cont dt {
  width: 100%;
  padding-right: 15px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.3;
  font-size: 20px !important;
}
#ps_field-outer .ps_flow_li .cont dd {
  width: 100%;
  line-height: 1.7;
  font-weight: bold;
  font-size: 16px !important;
  margin: 0 !important;
  font-weight: 400;
}
#ps_field-outer .num_temp1 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 110px;
  height: 110px;
  margin-right: 25px;
  color: var(--green);
  font-size: 2.5rem;
  font-family: var(--brandon);
  font-weight: 600;
  line-height: 0.9;
  border-bottom: 3px solid var(--green);
  border-bottom: 3px solid var(--green);
}
#ps_field-outer .num_temp1 b {
  font-size: 6.9rem;
}
#ps_field-outer li:nth-of-type(even) .num_temp1 {
  border-right: none;
  border-left: 3px solid var(--green);
}
#ps_field-outer .ps_flow_li .num_temp2 {
  top: -20px;
  left: -15px;
  width: 94px;
  height: 94px;
  line-height: 0.9;
}
#ps_field-outer .ps_flow_li .num_temp2::after {
  font-size: 4.6rem;
}
#ps_field-outer .ps_flow_li .num_temp2::before {
  content: "Step";
  font-size: 18px !important;
}
@media screen and (max-width: 768px) {
  #ps_field-outer .ps_flow_li .num_temp2::before {
    font-size: 14px !important;
    padding-bottom: 2px;
  }
}
#ps_field-outer .order_spec {
  padding: 55px 60px;
  background-color: #fff;
}
#ps_field-outer .order_spec .title {
  width: 100%;
  margin-bottom: 25px;
  font-size: 2.1rem;
  font-family: var(--brandon);
  font-weight: 600;
  line-height: 1;
}
#ps_field-outer .order_spec dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
#ps_field-outer .order_spec dt {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 160px;
  padding-right: 15px;
  font-weight: 600;
  line-height: 1;
}
#ps_field-outer .order_spec dd {
  width: 100%;
  line-height: 1;
}
#ps_field-outer .order_spec dd b {
  font-size: 2.5rem;
  font-family: var(--brandon);
  font-weight: 600;
}
@media only screen and (max-width: 1550px) {
  #ps_field-outer .ps_txt_wrap {
    padding: 0 45px;
  }
  #ps_field-outer .order_spec dt {
    width: 100px;
  }
  #ps_field-outer .order_spec dl {
    font-size: 1.6rem;
  }
  #ps_field-outer .order_spec {
    padding: 30px 35px;
  }
  #ps_field-outer .ps_sec .spec {
    width: 40%;
    padding: 65px 25px 55px 50px;
    margin-left: -10%;
  }
  #ps_field-outer .ps_head4 {
    font-size: 2.3rem;
  }
  #ps_field-outer .ps_sec .li_temp2 li:nth-of-type(even) .spec {
    margin-right: -10%;
  }
  #ps_field-outer .proposal_wrap .head3 img {
    margin-right: 25px;
    max-width: 120px;
    max-height: 110px;
  }
  #ps_field-outer .proposal_wrap a {
    padding: 20px 35px 25px;
  }
  #ps_field-outer .icynene_logo.pc {
    display: none;
  }
  #ps_field-outer .icynene_logo.sp {
    display: block;
  }
}
@media only screen and (max-width: 1300px) {
  #ps_field-outer #ps_fullorder .li_temp2 .cont, #ps_field-outer #ps_reform .li_temp2 .cont {
    width: calc(100% - 260px);
  }
  #ps_field-outer .ps_head4 br {
    display: none;
  }
  #ps_field-outer #fullorder_top, #ps_field-outer #reform_top, #ps_field-outer #study_top {
    margin-top: 120px;
  }
  #ps_field-outer .li_temp2 .head span {
    font-size: 2.4rem;
  }
  #ps_field-outer .proposal_wrap .head3 {
    font-size: 1.9rem;
  }
  #ps_field-outer .proposal_wrap .head3 img {
    margin-right: 15px;
    max-width: 134px;
    max-height: 80px;
  }
  #ps_field-outer .proposal_wrap .head3 {
    font-size: 1.9rem;
    margin-bottom: 0;
  }
  #ps_field-outer .proposal_wrap a {
    padding: 5px 30px 25px;
  }
  #ps_field-outer .proposal_wrap .txt {
    font-size: 1.7rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 1150px) {
  #ps_field-outer #ps_fullorder .li_temp2 .cont, #ps_field-outer #ps_reform .li_temp2 .cont {
    width: calc(100% - 195px);
  }
  #ps_field-outer .proposal_wrap .head3 {
    margin-bottom: 15px;
  }
  #ps_field-outer .proposal_cont {
    padding: 35px 50px 70px 55px;
  }
  #ps_field-outer .proposal_li li {
    padding: 30px 0 40px;
  }
  #ps_field-outer .proposal_cont .head3 {
    font-size: 3.2rem;
  }
  #ps_field-outer .proposal_li .head4 {
    font-size: 2.7rem;
  }
  #ps_field-outer .num_temp1 {
    width: 100px;
    height: 100px;
    font-size: 2.1rem;
  }
  #ps_field-outer .num_temp1 b {
    font-size: 5.5rem;
  }
  #ps_field-outer .proposal_li .head5 {
    margin-top: 20px;
    font-size: 2.1rem;
    line-height: 1.5;
  }
  #ps_field-outer .proposal_li .txt {
    margin-top: 15px;
    line-height: 1.7;
  }
  #ps_field-outer .proposal_li .cont {
    width: 48%;
  }
  #ps_field-outer .proposal_li .img_wrap {
    width: 48%;
  }
}
@media only screen and (max-width: 1024px) {
  #ps_field-outer #ps_fullorder .li_temp2 .cont, #ps_field-outer #ps_reform .li_temp2 .cont {
    width: 100%;
  }
  #ps_field-outer .li_temp2 .cat {
    margin-left: 15px;
  }
  #ps_field-outer .order_spec dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #ps_field-outer .order_spec dt {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
  }
  #ps_field-outer #fullorder_top, #ps_field-outer #reform_top, #ps_field-outer #study_top {
    margin-top: 0;
  }
  #ps_field-outer .ps_sec .li_temp2 li:nth-of-type(even) .ps_img_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #ps_field-outer .ps_sec .li_temp2 li:nth-of-type(even) .spec {
    margin-right: 0;
    margin-left: -10%;
  }
  #ps_field-outer .swiper-pagination.ps_slide_pn2 {
    text-align: right;
  }
  #ps_field-outer .li_temp2 .head span {
    font-size: 2.2rem;
  }
  #ps_field-outer .li_temp2 .cat {
    font-size: 1.5rem;
  }
  #ps_field-outer .ps_field_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #ps_field-outer .ps_field_top .head2_1 {
    margin: 20px 0 15px;
  }
  #ps_field-outer .ps_field {
    padding: 45px 0 0;
    margin-top: 100px;
  }
  #ps_field-outer .proposal_b {
    padding-top: 100px;
  }
  #ps_field-outer .proposal_cont .head3 img {
    max-width: 130px;
    max-height: 67px;
    margin-right: 20px;
  }
  #ps_field-outer .proposal_cont .head3 {
    font-size: 2.8rem;
  }
  #ps_field-outer .proposal_li .head4 {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
  #ps_field-outer .num_temp1 {
    width: 90px;
    height: 90px;
    margin-right: 15px;
    font-size: 2rem;
  }
  #ps_field-outer .num_temp1 b {
    font-size: 4.7rem;
  }
  #ps_field-outer .icynene_logo {
    width: 185px;
    margin-top: 10px;
  }
  #ps_field-outer .ps_flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 75px 0 60px;
  }
  #ps_field-outer .ps_flow .head2_1 {
    width: 100%;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 850px) {
  #ps_field-outer .ps_txt_wrap .head6 br {
    display: none;
  }
  #ps_field-outer .ps_head4::before, #ps_field-outer .ps_sec .ps_head4::after {
    font-size: 4.5rem;
  }
  #ps_field-outer .ps_head4::before {
    top: -40px;
    left: -25px;
  }
  #ps_field-outer .ps_sec .ps_head4::after {
    bottom: -45px;
  }
  #ps_field-outer .ps_sec .spec {
    padding: 50px 15px 45px 40px;
  }
  #ps_field-outer .ps_head4 {
    font-size: 2rem;
  }
  #ps_field-outer .ps_txt_wrap .head6 {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  #ps_field-outer .ps_txt_wrap {
    padding: 0 30px;
    margin-top: 35px;
  }
  #ps_field-outer #ps_fullorder .li_temp2 .cont, #ps_field-outer #ps_reform .li_temp2 .cont {
    padding-top: 40px;
  }
  #ps_field-outer .order_spec {
    padding: 20px 25px 5px;
  }
  #ps_field-outer .order_spec .title {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  #ps_field-outer .proposal_wrap .txt {
    font-size: 1.5rem;
  }
  #ps_field-outer .proposal_wrap .head3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
  }
  #ps_field-outer .proposal_wrap a {
    padding: 20px;
  }
  #ps_field-outer .proposal_wrap .head3 img {
    margin-right: 0;
  }
  #ps_field-outer .proposal_wrap .head3 {
    font-size: 1.7rem;
    line-height: 1.5;
  }
  #ps_field-outer .proposal_wrap .head3 span {
    margin-top: 15px;
  }
  #ps_field-outer .proposal_wrap a:first-of-type .head3 img {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  #ps_field-outer .proposal_li .txt {
    margin-top: 10px;
    font-size: 1.5rem;
  }
  #ps_field-outer .proposal_li .head5 {
    font-size: 1.8rem;
  }
  #ps_field-outer .proposal_b {
    padding-top: 60px;
  }
  #ps_field-outer .ps_flow {
    padding: 55px 0 65px;
  }
  #ps_field-outer .ps_flow_li .num_temp2 {
    width: 80px;
    height: 80px;
  }
  #ps_field-outer .ps_flow_li .num_temp2::before {
    font-size: 1.6rem;
  }
  #ps_field-outer .ps_flow_li .num_temp2::after {
    font-size: 4rem;
  }
  #ps_field-outer .ps_flow_li li {
    padding: 25px 40px 30px 80px;
  }
  #ps_field-outer .ps_flow_li .cont dt {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #ps_field-outer .ps_sec .spec {
    padding: 35px 15px 35px 25px;
  }
  #ps_field-outer .ps_txt_wrap {
    padding: 0 20px;
    margin-top: 20px;
  }
  #ps_field-outer .order_spec {
    padding: 15px 25px 5px;
  }
  #ps_field-outer .order_spec dl {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  #ps_field-outer .order_spec dt {
    margin-bottom: 5px;
  }
  #ps_field-outer .ps_img_wrap, #ps_field-outer .ps_sec .li_temp2 li:nth-of-type(even) .ps_img_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 25px;
  }
  #ps_field-outer .ps_slide_wrap {
    width: 100%;
  }
  #ps_field-outer .ps_sec .spec, #ps_field-outer .ps_sec .li_temp2 li:nth-of-type(even) .spec {
    width: 100%;
    padding: 25px 30px;
    margin-left: 0;
    margin-bottom: 15px;
  }
  #ps_field-outer .ps_head4 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #ps_field-outer .ps_head4::before, #ps_field-outer .ps_sec .ps_head4::after {
    font-size: 3.5rem;
  }
  #ps_field-outer .ps_head4::before {
    top: -30px;
    left: -15px;
  }
  #ps_field-outer .ps_sec .ps_head4::after {
    bottom: -35px;
    right: -15px;
  }
  #ps_field-outer .ps_txt_wrap {
    margin-top: 15px;
  }
  #ps_field-outer #ps_fullorder .li_temp2 .cont, #ps_field-outer #ps_reform .li_temp2 .cont {
    padding-top: 30px;
  }
  #ps_field-outer .li_temp2 .head span {
    font-size: 1.9rem;
  }
  #ps_field-outer .li_temp2 .cat {
    padding: 10px 15px;
    font-size: 1.4rem;
  }
  #ps_field-outer .chi_h .tab_wrap li.tab_s a {
    font-size: 1.4rem;
    letter-spacing: -3px;
    line-height: 1.8;
  }
  #ps_field-outer .ps_field {
    padding: 25px 0 0;
    margin-top: 85px;
  }
  #ps_field-outer .ps_field_top .txt {
    margin-bottom: 20px;
  }
  #ps_field-outer .proposal_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #ps_field-outer .proposal_wrap a {
    width: 100%;
  }
  #ps_field-outer .proposal_wrap a + a {
    margin-top: 20px;
  }
  #ps_field-outer .proposal_wrap a:first-of-type .head3 img {
    margin: 0;
  }
  #ps_field-outer .proposal_wrap .head3 {
    height: auto;
    margin-bottom: 10px;
  }
  #ps_field-outer .proposal_cont {
    padding: 35px 40px 50px 40px;
  }
  #ps_field-outer .proposal_li li, #ps_field-outer .proposal_li li:nth-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #ps_field-outer .proposal_li .img_wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  #ps_field-outer .proposal_li .cont {
    width: 100%;
  }
  #ps_field-outer .proposal_cont .head3 {
    font-size: 2.4rem;
  }
  #ps_field-outer .proposal_cont .head3 img {
    max-width: 110px;
    max-height: 85px;
    margin-right: 15px;
  }
  #ps_field-outer .proposal_cont .head3 span {
    margin-right: 15px;
  }
  #ps_field-outer .proposal_li .head4 {
    font-size: 2.1rem;
  }
  #ps_field-outer .num_temp1 {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    font-size: 1.7rem;
  }
  #ps_field-outer .num_temp1 b {
    font-size: 4.3rem;
  }
  #ps_field-outer .icynene_logo {
    width: 165px;
    margin-top: 5px;
  }
  #ps_field-outer .icynene_logo.pc {
    display: block;
    margin-left: 40px;
  }
  #ps_field-outer .icynene_logo.sp {
    display: none;
  }
  #ps_field-outer .proposal_li li {
    padding: 25px 0 30px;
  }
  #ps_field-outer li:nth-of-type(even) .num_temp1 {
    border-left: none;
    border-bottom: 3px solid var(--green);
  }
  #ps_field-outer .ps_flow_li .cont dt {
    margin-bottom: 7px;
  }
  #ps_field-outer .ps_flow_li .num_temp2 {
    width: 70px;
    height: 70px;
  }
  #ps_field-outer .ps_flow_li .num_temp2::before {
    margin-bottom: 3px;
    font-size: 1.4rem;
  }
  #ps_field-outer .ps_flow_li .num_temp2::after {
    font-size: 3.5rem;
  }
  #ps_field-outer .ps_flow_li li {
    padding: 20px 25px 20px 65px;
  }
  #ps_field-outer .ps_flow .head2_1 {
    margin-bottom: 60px;
  }
  #ps_field-outer .ps_flow {
    padding: 45px 0 40px;
  }
  #ps_field-outer .ps_flow_li li + li::before {
    top: -40px;
    font-size: 2.7rem;
  }
  #ps_field-outer .ps_flow_li li + li {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 650px) {
  #ps_field-outer #ps_fullorder .li_temp2 .cont, #ps_field-outer #ps_reform .li_temp2 .cont {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  #ps_field-outer .swiper-pagination.ps_slide_pn, #ps_field-outer .swiper-pagination.ps_slide_pn2 {
    margin-top: 5px;
    text-align: center;
  }
  #ps_field-outer .li_temp2 .head span {
    font-size: 1.5rem;
  }
  #ps_field-outer .li_temp2 .cat {
    padding: 7px 10px;
    margin-top: 20px;
    margin-left: 10px;
    font-size: 1.3rem;
  }
  #ps_field-outer .ps_head4 {
    font-size: 1.6rem;
  }
  #ps_field-outer .ps_head4::before, #ps_field-outer .ps_sec .ps_head4::after {
    font-size: 3rem;
  }
  #ps_field-outer .ps_head4::before {
    top: -27px;
  }
  #ps_field-outer .ps_sec .ps_head4::after {
    bottom: -27px;
  }
  #ps_field-outer .ps_sec .spec, #ps_field-outer .ps_sec .li_temp2 li:nth-of-type(even) .spec {
    padding: 20px 30px;
  }
  #ps_field-outer .ps_txt_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #ps_field-outer .ps_txt_wrap .img {
    width: 100%;
    margin-bottom: 5px;
  }
  #ps_field-outer .order_spec .title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  #ps_field-outer .order_spec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 20px 5px;
  }
  #ps_field-outer .order_spec dl {
    width: 50%;
    font-size: 1.4rem;
  }
  #ps_field-outer .ps_txt_wrap .txt {
    width: 100%;
  }
  #ps_field-outer .ps_txt_wrap .head6 {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
  #ps_field-outer .ps_txt_wrap .txt .btn1 {
    margin: auto;
  }
  #ps_field-outer .ps_img_wrap, #ps_field-outer .ps_sec .li_temp2 li:nth-of-type(even) .ps_img_wrap {
    padding: 0 20px;
  }
  #ps_field-outer .ps_txt_wrap .txt p {
    line-height: 1.7;
  }
  #ps_field-outer .chi_h .tab_wrap li.tab_s a {
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.3;
  }
  #ps_field-outer .ps_field_top .txt {
    margin-bottom: 15px;
    line-height: 1.7;
  }
  #ps_field-outer .proposal_wrap .head3 span {
    margin-top: 10px;
  }
  #ps_field-outer .proposal_wrap .head3 {
    margin-bottom: 5px;
  }
  #ps_field-outer .proposal_wrap .txt {
    font-size: 1.4rem;
  }
  #ps_field-outer .proposal_wrap a {
    padding: 15px 20px;
  }
  #ps_field-outer .ps_field {
    padding: 20px 0 0;
    margin-top: 60px;
  }
  #ps_field-outer .proposal_b {
    padding-top: 40px;
  }
  #ps_field-outer .proposal_cont {
    padding: 25px 30px 35px 20px;
  }
  #ps_field-outer .proposal_cont .head3 img {
    max-width: 90px;
    max-height: 65px;
    margin-right: 10px;
  }
  #ps_field-outer .proposal_cont .head3 {
    font-size: 2rem;
  }
  #ps_field-outer .proposal_cont .head3::after {
    display: none;
  }
  #ps_field-outer .proposal_li li {
    padding: 20px 0;
  }
  #ps_field-outer .num_temp1 {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    font-size: 1.5rem;
  }
  #ps_field-outer .num_temp1 b {
    font-size: 3.3rem;
  }
  #ps_field-outer .proposal_li .head4 {
    font-size: 1.8rem;
  }
  #ps_field-outer .icynene_logo {
    width: 135px;
    margin-top: 0;
  }
  #ps_field-outer .icynene_logo.pc {
    margin-left: 20px;
  }
  #ps_field-outer .proposal_li .head5 {
    margin-top: 15px;
    font-size: 1.6rem;
  }
  #ps_field-outer .proposal_li .txt {
    margin-top: 5px;
    font-size: 1.4rem;
  }
  #ps_field-outer .ps_flow_li .num_temp2 {
    top: -15px;
    left: -10px;
    width: 60px;
    height: 60px;
    text-align: center;
  }
  #ps_field-outer .ps_flow_li .num_temp2::before {
    margin-bottom: 3px;
    font-size: 1.2rem;
  }
  #ps_field-outer .ps_flow_li .num_temp2::after {
    font-size: 3.1rem;
  }
  #ps_field-outer .ps_flow_li li {
    padding: 15px 20px 20px 60px;
  }
  #ps_field-outer .ps_flow_li li + li::before {
    top: -35px;
    font-size: 2.3rem;
  }
  #ps_field-outer .ps_flow {
    padding: 40px 0 35px;
  }
}
@media only screen and (max-width: 450px) {
  #ps_field-outer .ps_head4 {
    font-size: 1.5rem;
  }
  #ps_field-outer .ps_head4::before, #ps_field-outer .ps_sec .ps_head4::after {
    font-size: 2.5rem;
  }
  #ps_field-outer .ps_sec .spec, #ps_field-outer .ps_sec .li_temp2 li:nth-of-type(even) .spec {
    padding: 20px;
  }
  #ps_field-outer .ps_head4::before {
    top: -23px;
    left: -9px;
  }
  #ps_field-outer .ps_sec .ps_head4::after {
    bottom: -23px;
    right: -9px;
  }
  #ps_field-outer .ps_txt_wrap .head6 {
    font-size: 1.5rem;
  }
  #ps_field-outer .chi_h .tab_wrap li.tab_s a {
    letter-spacing: -3px;
  }
  #ps_field-outer .ps_field_top .head2_1 {
    margin: 20px 0 20px;
  }
  #ps_field-outer .proposal_wrap .head3 {
    font-size: 1.5rem;
  }
  #ps_field-outer .proposal_cont {
    width: 100%;
    padding: 15px 20px 25px;
    border-radius: 0;
  }
  #ps_field-outer .proposal_cont .head3 span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-right: 0;
  }
  #ps_field-outer .proposal_cont .head3 img {
    margin-right: 0;
    margin-bottom: 7px;
  }
  #ps_field-outer .proposal_li li {
    padding: 15px 0;
  }
  #ps_field-outer .ps_flow .head2_1 {
    margin-bottom: 25px;
  }
  #ps_field-outer .ps_flow .head2_1 span {
    font-size: 1.4rem !important;
  }
  #ps_field-outer .ps_flow_li .num_temp2::after {
    font-size: 2.6rem;
  }
  #ps_field-outer .ps_flow_li .num_temp2 {
    top: -10px;
    left: -6px;
    width: 50px;
    height: 50px;
  }
  #ps_field-outer .ps_flow_li .num_temp2::before {
    margin-bottom: 1px;
    font-size: 1.1rem;
  }
  #ps_field-outer .ps_flow_li li {
    padding: 15px 15px 20px 55px;
  }
  #ps_field-outer .ps_flow_li .cont dt {
    margin-bottom: 5px;
  }
  #ps_field-outer .ps_flow .head2_1 {
    margin-bottom: 60px;
  }
  #ps_field-outer .icynene_logo.pc {
    display: none;
  }
  #ps_field-outer .icynene_logo.sp {
    display: block;
  }
}
#ps_field-outer .reform_style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1660px;
  width: 92%;
  margin: 120px auto 0;
  list-style: none;
}
#ps_field-outer .reform_style li {
  width: 47%;
  border: 1px solid var(--green);
}
#ps_field-outer .reform_style li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 75px 55px;
}
#ps_field-outer .reform_style li a::after {
  content: "\f078";
  position: absolute;
  bottom: 25px;
  left: 50%;
  color: var(--green);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#ps_field-outer .reform_style .num_temp3 {
  position: absolute;
  top: -50px;
  left: 50%;
  padding: 0 30px;
  background-color: #fff;
  border-bottom: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#ps_field-outer .reform_style .head3 {
  margin-bottom: 25px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
#ps_field-outer .reform_style .txt {
  width: 100%;
  line-height: 2;
}
#ps_field-outer .ps_kaigo_type {
  width: 100%;
}
#ps_field-outer .ps_kaigo_type .head3 {
  margin-bottom: 40px;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1.3;
}
#ps_field-outer .kaigo_type_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#ps_field-outer .kaigo_type_li li {
  width: 22%;
  overflow: hidden;
}
#ps_field-outer .ps_bottom {
  width: 100%;
}
#ps_field-outer .ps_bottom .btn_wrap {
  margin-top: 105px;
}
#ps_field-outer .ps_bottom_pn.swiper-container .swiper-slide {
  width: 825px;
  margin: 0 25px;
  overflow: hidden;
}
#ps_field-outer .ps_bottom_pn.swiper-container .swiper-slide .img {
  background: center center/cover no-repeat;
}
#ps_field-outer #ps_reform .li_temp2 .head3 {
  position: relative;
  width: 200px;
  padding: 80px 40px 60px 55px;
  margin-right: 65px;
}
#ps_field-outer #ps_reform .li_temp2 .head3::before, #ps_field-outer #ps_reform .li_temp2 .head3::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 230px;
  background-color: var(--green);
}
#ps_field-outer #ps_reform .li_temp2 .head3::before {
  top: 0;
  right: 0;
}
#ps_field-outer #ps_reform .li_temp2 .head3::after {
  bottom: 0;
  left: 0;
}
#ps_field-outer #ps_reform .li_temp2 li:nth-of-type(even) .head3 {
  margin-right: 80px;
  margin-left: 65px;
}
#ps_field-outer #ps_reform .li_temp2 .head3 .head2_1 span::after, #ps_field-outer #reform_flow .head2_1 span::after {
  display: none;
}
#ps_field-outer #ps_reform .li_temp2 .cont {
  margin-top: 0;
}
#ps_field-outer #ps_reform .li_temp2 li {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#ps_field-outer .ps_txt_wrap .img .caption {
  width: 100%;
  margin-top: 10px;
  font-size: 2.6rem;
  font-family: var(--brandon);
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
#ps_field-outer #ps_reform .li_temp2 li:nth-of-type(even) .head3 {
  margin-right: 80px;
  margin-left: 65px;
}
#ps_field-outer .ps_flow_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
#ps_field-outer .ps_flow_b {
  width: 46%;
}
#ps_field-outer .ps_flow_b .head4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.5;
}
#ps_field-outer .ps_flow_b .head4::before {
  content: "";
  display: block;
  width: 55px;
  height: 1px;
  margin-right: 25px;
  background-color: var(--green);
}
#ps_field-outer .ps_bottom_slide .img {
  width: 100%;
  height: auto;
  padding-top: 62%;
  background: center center/cover no-repeat;
}
#ps_field-outer .swiper-container.ps_bottom_slide .swiper-slide {
  width: 824px;
  margin: 0 25px;
}
#ps_field-outer .ps_bottom .swiper-pagination.gray_green_pn.ps_bottom_pn {
  bottom: -55px;
  width: 100%;
}
#ps_field-outer .ps_bottom .slide {
  position: relative;
}
#ps_field-outer .reform_style li a .txt {
  padding: 0;
}
#ps_field-outer #ps_reform.ps_sec .spec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#ps_field-outer #ps_reform.ps_sec .head5 {
  margin-top: 75px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1300px) {
  #ps_field-outer #ps_reform .li_temp2 .head3 {
    width: 145px;
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 1150px) {
  #ps_field-outer .reform_style li {
    width: 48%;
  }
  #ps_field-outer .reform_style li a {
    padding: 55px 20px;
  }
  #ps_field-outer .reform_style .head3 {
    margin-bottom: 10px;
    font-size: 2.2rem;
    text-align: left;
  }
  #ps_field-outer .reform_style li a .txt {
    text-align: left;
  }
  #ps_field-outer .reform_style {
    margin-top: 95px;
  }
  #ps_field-outer #ps_reform.ps_sec .head5 {
    margin-top: 65px;
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  #ps_field-outer .swiper-container.ps_bottom_slide .swiper-slide {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 1024px) {
  #ps_field-outer .reform_style {
    margin-top: 80px;
  }
  #ps_field-outer .num_temp3 span {
    font-size: 2.2rem;
  }
  #ps_field-outer .num_temp3 {
    font-size: 5.5rem;
  }
  #ps_field-outer .reform_style .num_temp3 {
    padding: 0 20px;
  }
  #ps_field-outer .reform_style li a {
    padding: 35px 20px;
  }
  #ps_field-outer .reform_style .head3 br {
    display: none;
  }
  #ps_field-outer .reform_style .head3 {
    margin-bottom: 5px;
    font-size: 2rem;
  }
  #ps_field-outer .reform_style li a::after {
    bottom: 10px;
  }
  #ps_field-outer #ps_reform .li_temp2 .head3 {
    width: auto;
    padding: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #ps_field-outer #ps_reform .li_temp2 .head3::before, #ps_field-outer #ps_reform .li_temp2 .head3::after {
    display: none;
  }
  #ps_field-outer #ps_reform .li_temp2 .head3, #ps_field-outer #ps_reform .li_temp2 li:nth-of-type(even) .head3 {
    margin-left: 35px;
    margin-right: 0;
  }
  #ps_field-outer .ps_txt_wrap .img .caption {
    margin-top: 5px;
    font-size: 2.3rem;
  }
  #ps_field-outer .swiper-container.ps_bottom_slide .swiper-slide {
    width: 730px;
  }
  #ps_field-outer .ps_bottom {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 850px) {
  #ps_field-outer .reform_style {
    margin-top: 65px;
  }
  #ps_field-outer .num_temp3 span {
    font-size: 2rem;
  }
  #ps_field-outer .num_temp3 {
    font-size: 5rem;
  }
  #ps_field-outer .reform_style .num_temp3 {
    top: -45px;
    padding: 0 15px;
  }
  #ps_field-outer .reform_style .head3 {
    font-size: 1.8rem;
  }
  #ps_field-outer .reform_style li a .txt {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  #ps_field-outer .ps_txt_wrap .img {
    margin-top: 10px;
  }
  #ps_field-outer #ps_reform.ps_sec .head5 {
    margin-top: 55px;
    margin-bottom: 0;
    font-size: 1.7rem;
  }
  #ps_field-outer .swiper-container.ps_bottom_slide .swiper-slide {
    width: 670px;
  }
}
@media only screen and (max-width: 767px) {
  #ps_field-outer .num_temp3 {
    font-size: 4.7rem;
  }
  #ps_field-outer .num_temp3 span {
    font-size: 1.8rem;
  }
  #ps_field-outer .reform_style .num_temp3 {
    top: -40px;
  }
  #ps_field-outer .reform_style .head3 {
    margin-bottom: 10px;
    font-size: 1.7rem;
  }
  #ps_field-outer .reform_style li a {
    padding: 30px 15px 35px;
  }
  #ps_field-outer .reform_style {
    margin-top: 55px;
  }
  #ps_field-outer #ps_reform.ps_sec .head5 {
    width: 100%;
    margin-top: 30px;
    font-size: 1.5rem;
    text-align: right;
  }
  #ps_field-outer #ps_reform.ps_sec .spec {
    padding-bottom: 15px;
  }
  #ps_field-outer .ps_txt_wrap .img .caption {
    font-size: 2rem;
  }
  #ps_field-outer .swiper-container.ps_bottom_slide .swiper-slide {
    width: 570px;
    margin: 0 10px;
  }
  #ps_field-outer .ps_bottom .btn_wrap {
    margin-top: 75px;
  }
  #ps_field-outer .ps_bottom .swiper-pagination.gray_green_pn.ps_bottom_pn {
    bottom: -35px;
  }
}
@media only screen and (max-width: 650px) {
  #ps_field-outer .reform_style {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 50px;
  }
  #ps_field-outer .reform_style li {
    width: 100%;
  }
  #ps_field-outer .num_temp3 {
    font-size: 4rem;
  }
  #ps_field-outer .num_temp3 span {
    font-size: 1.6rem;
  }
  #ps_field-outer .reform_style .num_temp3 {
    top: -35px;
  }
  #ps_field-outer .reform_style li + li {
    margin-top: 50px;
  }
  #ps_field-outer .reform_style li a .txt {
    font-size: 1.4rem;
  }
  #ps_field-outer #ps_reform .ps_txt_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #ps_field-outer #ps_reform .ps_txt_wrap .txt {
    width: 66%;
  }
  #ps_field-outer #ps_reform .ps_txt_wrap .img {
    width: 30%;
  }
  #ps_field-outer .ps_txt_wrap .img .caption {
    font-size: 1.7rem;
  }
  #ps_field-outer #ps_reform.ps_sec .head5 {
    margin-top: 25px;
    font-size: 1.3rem;
  }
  #ps_field-outer #ps_reform .li_temp2 .head3 {
    margin-bottom: 15px;
    margin-left: 20px;
  }
  #ps_field-outer .swiper-container.ps_bottom_slide .swiper-slide {
    width: 400px;
    margin: 0 10px;
  }
  #ps_field-outer .ps_bottom .btn_wrap {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 450px) {
  #ps_field-outer .num_temp3 {
    font-size: 3.7rem;
  }
  #ps_field-outer .num_temp3 span {
    font-size: 1.5rem;
  }
  #ps_field-outer .reform_style .num_temp3 {
    top: -30px;
  }
  #ps_field-outer .reform_style .head3 {
    margin-bottom: 7px;
    font-size: 1.5rem;
  }
  #ps_field-outer .reform_style li + li {
    margin-top: 45px;
  }
  #ps_field-outer .reform_style {
    margin-top: 45px;
  }
  #ps_field-outer .ps_txt_wrap .img img {
    width: 40%;
  }
  #ps_field-outer #ps_reform .ps_txt_wrap .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }
  #ps_field-outer #ps_reform .ps_txt_wrap .txt {
    width: 100%;
  }
  #ps_field-outer .ps_txt_wrap .img .caption {
    margin-top: 0;
    margin-left: 10px;
    text-align: left;
  }
  #ps_field-outer .ps_bottom {
    margin-top: 15px;
  }
  #ps_field-outer .swiper-container.ps_bottom_slide .swiper-slide {
    width: 260px;
    margin: 0 7px;
  }
  #ps_field-outer .ps_bottom .swiper-pagination.gray_green_pn.ps_bottom_pn {
    bottom: -30px;
  }
  #ps_field-outer .ps_bottom .btn_wrap .btn1 {
    font-size: 1rem;
  }
  #ps_field-outer #ps_reform .ps_txt_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#ps_field-outer .privacy-wrap li {
  list-style: inside;
  list-style-type: decimal;
  font-weight: bold;
  margin-bottom: 30px;
}
#ps_field-outer .privacy-wrap li span {
  display: block;
  margin-left: 15px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  #ps_field-outer .privacy-wrap li span {
    margin-left: 30px;
    margin-top: 10px;
  }
}
#ps_field-outer .link-wrap {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  #ps_field-outer .link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 80px;
  }
}
#ps_field-outer .link-wrap .link-l {
  width: 100px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  #ps_field-outer .link-wrap .link-l {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#ps_field-outer .link-wrap .link-l::after {
  content: "";
  background: #7faba9;
  height: 1px;
  width: 40px;
  margin-top: 10px;
  display: block;
}
#ps_field-outer .link-wrap .link-r {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}
@media screen and (min-width: 1024px) {
  #ps_field-outer .link-wrap .link-r {
    width: 780px;
  }
}
#ps_field-outer .link-wrap .link-r .link-box {
  width: 100%;
  border: 2px solid #7faba9;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  #ps_field-outer .link-wrap .link-r .link-box {
    width: 48%;
  }
}
#ps_field-outer .link-wrap .link-r .link-box dt {
  margin-bottom: 10px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  color: #7faba9;
  line-height: 1.5;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  #ps_field-outer .link-wrap .link-r .link-box dt {
    font-size: 20px;
    font-size: 2rem;
  }
}
#ps_field-outer .link-wrap .link-r .link-box a {
  display: block;
  padding: 10px 20px;
  border: 10px solid #FFF;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  #ps_field-outer .link-wrap .link-r .link-box a {
    padding: 10px 40px;
  }
}
#ps_field-outer .link-wrap .link-r .link-box a:hover {
  border: 10px solid #7faba9;
}
#ps_field-outer .type-rec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #ps_field-outer .type-rec {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 50px;
  }
}
#ps_field-outer .type-rec::after {
  content: "";
  background: var(--green);
  width: 30px;
  height: 1px;
  margin-top: 10px;
}
#ps_field-outer .rec-tab {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #ps_field-outer .rec-tab {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  #ps_field-outer .rec-tab dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
#ps_field-outer .rec-tab dl dt {
  border-bottom: 1px solid #7faba9;
  padding: 5px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #ps_field-outer .rec-tab dl dt {
    width: 20%;
    font-weight: normal;
    padding: 10px;
  }
}
#ps_field-outer .rec-tab dl dd {
  padding: 5px;
}
@media screen and (min-width: 768px) {
  #ps_field-outer .rec-tab dl dd {
    width: 80%;
    border-bottom: 1px solid #CCC;
    padding: 10px;
  }
}
#ps_field-outer .not-recruit {
  text-align: center;
}
#ps_field-outer .catch-wrap {
  position: relative;
  margin-bottom: 40px;
}
#ps_field-outer .catch-wrap .main-tit {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  font-family: "游明朝体", Yukakugo, "Yukakugo", "游明朝", "Yu kakugo", "ヒラギノ明朝 Pro", "Hiragino kakugo Pro", serif;
  text-align: center;
  line-height: 1.5em;
  margin: 20px 0;
}
@media screen and (min-width: 1024px) {
  #ps_field-outer .catch-wrap .main-tit {
    font-size: 33px;
    font-size: 2.5rem;
    position: relative;
    line-height: 1.5em;
    text-align: left;
    margin: 0;
    line-height: inherit;
  }
}
#ps_field-outer .catch-wrap .main-tit::after {
  content: "";
  background: #7faba9;
  height: 1px;
  width: 100%;
  display: block;
  margin-top: 10px;
}
#ps_field-outer .catch-wrap .catch-l {
  width: 50%;
}
#ps_field-outer .catch-wrap .catch-l img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  #ps_field-outer .catch-wrap .catch-l img {
    width: auto;
    max-width: inherit;
  }
}
@media screen and (min-width: 1024px) {
  #ps_field-outer .catch-wrap .catch-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    position: relative;
    width: 50%;
  }
}
#ps_field-outer .catch-wrap .catch-r .name {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "游明朝体", Yukakugo, "Yukakugo", "游明朝", "Yu kakugo", "ヒラギノ明朝 Pro", "Hiragino kakugo Pro", serif;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #ps_field-outer .catch-wrap .catch-r .name {
    font-size: 20px;
    font-size: 2rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
#ps_field-outer .catch-wrap .catch-r .name span {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 20px;
}
@media screen and (min-width: 1024px) {
  #ps_field-outer .catch-wrap .catch-r .name span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#ps_field-outer .txt-base {
  margin: 20px 0 50px;
}
#ps_field-outer .sub-base {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "游明朝体", Yukakugo, "Yukakugo", "游明朝", "Yu kakugo", "ヒラギノ明朝 Pro", "Hiragino kakugo Pro", serif;
  margin: 35px 0 10px;
}
@media screen and (min-width: 1024px) {
  #ps_field-outer .sub-base {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  #ps_field-outer .catch-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #ps_field-outer .catch-r {
    width: 50%;
    padding: 0 20px;
  }
  #ps_field-outer .sub-base {
    padding: 25px 0 5px;
  }
}
@media only screen and (max-width: 850px) {
  #ps_field-outer .catch-r {
    width: 55%;
  }
  #ps_field-outer .catch-wrap {
    margin-bottom: 30px;
  }
  #ps_field-outer .catch-wrap .main-tit {
    font-size: 1.8rem;
  }
  #ps_field-outer .catch-wrap .catch-l {
    width: 45%;
  }
  #ps_field-outer .catch-wrap .catch-r .name {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 650px) {
  #ps_field-outer .catch-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 500px;
    margin: auto;
  }
  #ps_field-outer .catch-wrap .catch-l {
    width: 100%;
  }
  #ps_field-outer .catch-r {
    width: 100%;
  }
  #ps_field-outer .sub-base {
    margin: 20px 0 5px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 450px) {
  #ps_field-outer .catch-r {
    padding: 0;
  }
  #ps_field-outer .catch-wrap .main-tit {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  #ps_field-outer .catch-wrap .catch-r .name {
    font-size: 1.4rem;
  }
  #ps_field-outer .sub-base {
    margin: 15px 0 2px;
    font-size: 1.6rem;
  }
}
#ps_field-outer .company-tab {
  margin: auto;
  border-top: 1px solid #CCC;
}
@media screen and (min-width: 768px) {
  #ps_field-outer .company-tab {
    max-width: 1000px;
  }
}
#ps_field-outer .company-tab dl {
  border-bottom: 1px solid #CCC;
}
@media screen and (min-width: 768px) {
  #ps_field-outer .company-tab dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
#ps_field-outer .company-tab dl dt {
  background: #ededed;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  #ps_field-outer .company-tab dl dt {
    width: 200px;
  }
}
#ps_field-outer .company-tab dl dd {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  #ps_field-outer .company-tab .license > div:nth-child(1) {
    margin-right: 50px;
  }
}
#ps_field-outer .archive-month {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 10px 0 40px;
}
@media screen and (min-width: 768px) {
  #ps_field-outer .archive-month {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  #ps_field-outer .company-tab dl dt, #ps_field-outer .company-tab dl dd {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 450px) {
  #ps_field-outer .company-tab dl dt, #ps_field-outer .company-tab dl dd {
    padding: 7px 10px;
  }
}
#ps_field-outer .year-nav {
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  font-family: "Lustria", sans-serif;
}
#ps_field-outer .smile-box {
  border-bottom: 1px dotted var(--black);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  #ps_field-outer .smile-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#ps_field-outer .smile-box .month {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #ps_field-outer .smile-box .month {
    width: 15%;
  }
}
#ps_field-outer .smile-box .month span {
  font-family: var(--brandon);
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (min-width: 1024px) {
  #ps_field-outer .smile-box .txt {
    width: 60%;
  }
}
#ps_field-outer .smile-box .btn-link {
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  #ps_field-outer .smile-box .btn-link {
    width: 20%;
  }
}
#ps_field-outer .smile-box .btn-link a {
  width: 200px;
  height: 200px;
  display: block;
  background: #7faba9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  color: #FFF;
  font-family: var(--brandon);
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.8em;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  margin: 20px auto 0;
}
@media screen and (min-width: 1024px) {
  #ps_field-outer .smile-box .btn-link a {
    margin: inherit;
  }
}
#ps_field-outer .smile-box .btn-link a::before {
  content: "\f1c1";
  font-family: "FontAwesome";
  font-size: 30px;
  font-size: 3rem;
}
#ps_field-outer .smile-box .btn-link a::after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  bottom: 0;
}
#ps_field-outer .smile-box .btn-link a:hover {
  background: #b5c6b2;
}
#ps_field-outer .smile-box .btn-link a:hover::after {
  bottom: -10px;
  position: relative;
}
#ps_field-outer .smile-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  #ps_field-outer .smile-year {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
#ps_field-outer .smile-year li {
  list-style: none;
  margin-bottom: 20px;
  width: 33%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #ps_field-outer .smile-year li {
    width: auto;
  }
}
#ps_field-outer .smile-year li a {
  background: #b5b5b6;
  color: #FFF;
  padding: 3px 20px;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  margin: 0 10px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #ps_field-outer .smile-year li a {
    padding: 3px 25px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  #ps_field-outer .smile-year li a {
    padding: 3px 30px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#ps_field-outer .smile-year li a:hover {
  background: #7faba9;
}
#ps_field-outer .smile-year li.current-cat a {
  background: #7faba9;
  position: relative;
}
#ps_field-outer .smile-year li.current-cat a::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #7faba9 transparent transparent transparent;
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -10px;
}
@media only screen and (max-width: 650px) {
  #ps_field-outer .smile-year {
    margin-bottom: 0;
  }
  #ps_field-outer .smile-box .btn-link a {
    width: 130px;
    height: 130px;
    margin-top: 15px;
    font-size: 2rem;
    line-height: 1.5;
  }
  #ps_field-outer .smile-box .btn-link a::before {
    font-size: 2rem;
  }
  #ps_field-outer .smile-box .btn-link a::after {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 450px) {
  #ps_field-outer .smile-box .month span {
    font-size: 4.3rem;
  }
  #ps_field-outer .smile-box .month {
    font-size: 2.2rem;
    line-height: 1.3;
  }
  #ps_field-outer .smile-box {
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
}
#ps_field-outer .archive_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1665px;
  width: 92%;
  margin: auto;
}
#ps_field-outer .archive_li li {
  width: 31%;
  padding: 0;
  margin-bottom: 85px;
  counter-increment: cnt;
}
#ps_field-outer .archive_li a {
  display: block;
  width: 100%;
}
#ps_field-outer .archive_li .img {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56%;
  overflow: hidden;
}
#ps_field-outer .archive_li .img span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: center center/cover no-repeat;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#ps_field-outer .archive_li .img:hover span {
  -webkit-transform: translate(-50%, -50%) scale(1.03);
  transform: translate(-50%, -50%) scale(1.03);
}
#ps_field-outer .archive_li .cont {
  position: relative;
  width: 100%;
  padding-top: 25px;
}
#ps_field-outer .archive_li .num + .title {
  margin-top: 25px;
}
#ps_field-outer .archive_li .title {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
#ps_field-outer .archive_li .sub {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}
#ps_field-outer .archive_li .num {
  position: absolute;
  top: -45px;
  right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-width: 172px;
  width: auto;
  padding: 15px;
  color: var(--green);
  font-size: 7.5rem;
  font-family: var(--brandon);
  font-weight: 600;
  line-height: 1;
  background-color: #fff;
}
#ps_field-outer .archive_li .num::before {
  content: "vol.";
  margin-right: 5px;
}
#ps_field-outer .archive_li .num::after {
  content: "0" counter(cnt) "";
  letter-spacing: -3px;
}
#ps_field-outer .archive_li li:nth-of-type(n+10) .num::after {
  content: "" counter(cnt) "";
}
#ps_field-outer .archive_li .post_cat {
  margin-top: 10px;
}
#ps_field-outer div.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0 20px;
}
#ps_field-outer div.wp-pagenavi a, #ps_field-outer div.wp-pagenavi span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35px;
  height: 40px;
  color: var(--green);
  font-size: 1.5rem;
  font-family: var(--brandon);
  font-weight: 600;
  background-color: #fff;
  border: none;
}
#ps_field-outer div.wp-pagenavi span.current {
  color: #fff;
  background-color: var(--green);
}
#ps_field-outer .archive_temp .info_li {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto 90px;
}
#ps_field-outer .archive_li .date {
  display: block;
  margin-bottom: 10px;
  color: #999;
  font-family: var(--brandon);
  font-weight: 600;
}
#ps_field-outer .event_cal {
  max-width: 1400px;
  width: 92%;
  margin: 0 auto 70px;
}
#ps_field-outer .archive_cat_b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 94%;
  padding: 40px 40px 25px 85px;
  margin-left: auto;
  margin-bottom: 55px;
  background-color: #f5f5f5;
}
#ps_field-outer .archive_cat_b .head3 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 210px;
  margin-right: 60px;
  color: var(--green);
  font-size: 2.7rem;
  font-family: var(--bramdon);
  font-weight: 600;
  line-height: 1;
}
#ps_field-outer .archive_cat_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  list-style: none;
}
#ps_field-outer .archive_cat_li li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 35px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#ps_field-outer .archive.post-type-archive.post-type-archive-works_setuca .archive_cat_li .all-cat a {
  background: var(--green);
  color: #fff;
}
#ps_field-outer .archive_cat_li li a {
  color: var(--green);
}
#ps_field-outer .archive_cat_li li a:hover {
  background: var(--green);
  color: #fff;
}
#ps_field-outer .archive_cat_li .current-cat a {
  background: var(--green);
  color: #fff;
}
#ps_field-outer .post-type-archive-works .archive_cat_li li:first-of-type a {
  color: #fff;
  background-color: var(--green);
}
#ps_field-outer .archive_cat_li li {
  margin-right: 25px;
  margin-bottom: 15px;
}
#ps_field-outer .works_new a, #ps_field-outer .voice_new a {
  color: #8596c3;
}
#ps_field-outer .term-works_new .works_new a, #ps_field-outer .term-voice_new .voice_new a, #ps_field-outer .works_new a:hover, #ps_field-outer .voice_new a:hover {
  color: #fff;
  background-color: #8596c3;
}
#ps_field-outer .works_reform a, #ps_field-outer .voice_reform a {
  color: #62b5af;
}
#ps_field-outer .term-works_reform .works_reform a, #ps_field-outer .term-voice_reform .voice_reform a, #ps_field-outer .works_reform a:hover, #ps_field-outer .voice_reform a:hover {
  color: #fff;
  background-color: #62b5af;
}
#ps_field-outer .works_care a, #ps_field-outer .voice_care a {
  color: #c27c7c;
}
#ps_field-outer .term-works_care .works_care a, #ps_field-outer .term-voice_care .voice_care a, #ps_field-outer .works_care a:hover, #ps_field-outer .voice_care a:hover {
  color: #fff;
  background-color: #c27c7c;
}
#ps_field-outer .works_part a, #ps_field-outer .voice_part a {
  color: #baa53b;
}
#ps_field-outer .term-works_part .works_part a, #ps_field-outer .term-voice_part .voice_part a, #ps_field-outer .works_part a:hover, #ps_field-outer .voice_part a:hover {
  color: #fff;
  background-color: #baa53b;
}
#ps_field-outer .cat1.works_new, #ps_field-outer .cat1.voice_new {
  color: #8596c3;
  border: 1px solid #8596c3;
}
#ps_field-outer .cat1.works_reform, #ps_field-outer .cat1.voice_reform {
  color: #62b5af;
  border: 1px solid #62b5af;
}
#ps_field-outer .cat1.works_care, #ps_field-outer .cat1.voice_care {
  color: #c27c7c;
  border: 1px solid #c27c7c;
}
#ps_field-outer .cat1.works_part, #ps_field-outer .cat1.voice_part {
  color: #baa53b;
  border: 1px solid #baa53b;
}
#ps_field-outer .post_cat .cat2 + .cat2 {
  padding-left: 10px;
  margin-left: 0;
  border-left: none;
}
@media only screen and (max-width: 1500px) {
  #ps_field-outer .archive_cat_b {
    width: 97%;
    padding: 30px 30px 20px 50px;
  }
  #ps_field-outer .archive_cat_b .head3 {
    width: 200px;
    margin-right: 30px;
    font-size: 2.5rem;
  }
  #ps_field-outer .archive_temp .post_cat .cat1 {
    padding: 10px 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1300px) {
  #ps_field-outer .archive_li li {
    width: 32%;
  }
  #ps_field-outer .archive_li .cont {
    padding-top: 15px;
  }
  #ps_field-outer .archive_li .title {
    font-size: 1.8rem;
  }
  #ps_field-outer .archive_temp .post_cat .cat1 {
    font-size: 1.4rem;
  }
  #ps_field-outer .archive_temp .post_cat .cat2 {
    padding: 10px 15px;
    margin-left: 15px;
    font-size: 1.4rem;
  }
  #ps_field-outer .archive_li li {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1150px) {
  #ps_field-outer .archive_li .cont {
    padding-top: 10px;
  }
  #ps_field-outer .archive_li .title {
    font-size: 1.7rem;
  }
  #ps_field-outer .archive_temp .post_cat .cat1 {
    padding: 10px 12px;
    font-size: 1.3rem;
  }
  #ps_field-outer .archive_temp .post_cat .cat2 {
    padding: 10px;
    margin-left: 10px;
    font-size: 1.3rem;
  }
  #ps_field-outer .archive_cat_b .head3 {
    width: 180px;
    font-size: 2.3rem;
  }
  #ps_field-outer .archive_cat_li li {
    margin-right: 15px;
  }
  #ps_field-outer .archive_cat_b {
    width: 95%;
    padding: 25px 20px 15px 40px;
  }
  #ps_field-outer .archive_cat_li li a {
    padding: 10px 25px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  #ps_field-outer .archive_temp .post_cat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #ps_field-outer .archive_temp .post_cat .cat2 {
    margin-left: 0;
    border-left: none;
  }
  #ps_field-outer .archive_li li {
    margin-bottom: 30px;
  }
  #ps_field-outer .archive_li .title {
    font-size: 1.6rem;
  }
  #ps_field-outer .archive_temp .info_li {
    margin-bottom: 60px;
  }
  #ps_field-outer .archive_li .date {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 850px) {
  #ps_field-outer .archive_li li {
    width: 48%;
  }
  #ps_field-outer .archive_cat_b .head3 {
    width: 165px;
    margin-right: 20px;
    font-size: 2.1rem;
  }
  #ps_field-outer .archive_cat_li li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #ps_field-outer .archive_cat_li li a {
    padding: 10px 20px;
    font-size: 1.4rem;
  }
  #ps_field-outer .archive_cat_b {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  #ps_field-outer .archive_li .date {
    margin-bottom: 2px;
  }
  #ps_field-outer .event_cal {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 650px) {
  #ps_field-outer .archive_cat_b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #ps_field-outer .archive_cat_b .head3 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 1.9rem;
  }
  #ps_field-outer .archive_cat_b {
    padding: 25px 20px 15px 50px;
    margin-bottom: 35px;
  }
  #ps_field-outer .archive_cat_li li a {
    padding: 10px 15px;
    font-size: 1.3rem;
  }
  #ps_field-outer .archive_li .cont {
    padding-top: 7px;
  }
  #ps_field-outer .archive_li .title {
    font-size: 1.5rem;
  }
  #ps_field-outer .archive_li .post_cat {
    margin-top: 7px;
  }
  #ps_field-outer .archive_temp .post_cat .cat1 {
    padding: 10px;
    font-size: 1.2rem;
  }
  #ps_field-outer .archive_temp .post_cat .cat2 {
    font-size: 1.2rem;
  }
  #ps_field-outer .archive_li li {
    margin-bottom: 20px;
  }
  #ps_field-outer .archive_temp .info_li .date {
    margin-right: 25px;
  }
  #ps_field-outer .archive_temp .info_li {
    margin-bottom: 30px;
  }
  #ps_field-outer .archive_li .date {
    font-size: 1.5rem;
  }
  #ps_field-outer .event_cal {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 450px) {
  #ps_field-outer .archive_cat_b {
    padding: 20px 20px 15px 25px;
    margin-bottom: 30px;
  }
  #ps_field-outer .archive_li .title {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  #ps_field-outer .archive_temp .post_cat .cat1 {
    font-size: 1rem;
    letter-spacing: -1px;
  }
  #ps_field-outer .archive_temp .post_cat .cat2 {
    font-size: 1.1rem;
  }
  #ps_field-outer .archive_li .post_cat {
    margin-top: 5px;
  }
  #ps_field-outer .archive_temp .info_li .date {
    margin-right: 20px;
  }
}
#ps_field-outer .contact_top {
  text-align: center;
}
#ps_field-outer .contact_top .head3 {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}
#ps_field-outer .contact_top .txt {
  width: 100%;
  line-height: 2;
}
#ps_field-outer .tac_block {
  width: 100%;
}
#ps_field-outer .tac_block + .tac_block {
  padding-top: 85px;
  margin-top: 80px;
  border-top: 1px dotted var(--black);
}
#ps_field-outer .tac_block.contact_top {
  padding-top: 0;
  padding-bottom: 80px;
  margin-top: 0;
  margin-bottom: 85px;
  border-bottom: 1px solid var(--black);
}
#ps_field-outer .tac_block_h {
  margin-bottom: 30px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
#ps_field-outer .tac_block_h span {
  display: block;
  font-size: 1.8rem;
}
#ps_field-outer dl.contact_form dt span {
  padding: 0;
  margin-left: 3px;
  color: #a30000;
  font-size: 1.8rem;
  background-color: transparent;
}
#ps_field-outer #contact input, #ps_field-outer #contact textarea {
  background-color: #f5f5f5;
}
#ps_field-outer #contact input[type=radio], #ps_field-outer #contact input[type=checkbox] {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff;
  border: 1px solid var(--green);
}
#ps_field-outer .contact_form .mwform-radio-field input[type=radio], #ps_field-outer .contact_form .mwform-checkbox-field.horizontal-item input[type=checkbox], #ps_field-outer .contact_form dd input[type=checkbox], #ps_field-outer .contact_policy_check input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 3px 0 0;
  margin-right: 5px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid var(--green);
  outline: none;
  cursor: pointer;
}
#ps_field-outer .contact_form .mwform-radio-field input[type=radio]:checked::before, #ps_field-outer .contact_form .mwform-checkbox-field.horizontal-item input[type=checkbox]:checked::before, #ps_field-outer .contact_form dd input[type=checkbox]:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--green);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#ps_field-outer .mwform-radio-field.horizontal-item {
  width: 49%;
}
#ps_field-outer .mwform-radio-field.horizontal-item + .mwform-radio-field.horizontal-item {
  margin-left: 0;
  padding-right: 20px;
}
#ps_field-outer .tac_handout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#ps_field-outer #contact .tac_handout .mwform-checkbox-field.horizontal-item {
  width: 33.3333333333%;
  margin-right: 0;
}
#ps_field-outer .tac_handout .mwform-checkbox-field.horizontal-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#ps_field-outer .tac_handout span.mwform-radio-field-text {
  margin-bottom: 10px;
}
#ps_field-outer .mw_wp_form_confirm .tac_handout {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#ps_field-outer .contact_form .time div {
  margin-bottom: 35px;
}
#ps_field-outer .contact_form .time {
  line-height: 2;
}
#ps_field-outer #contact .contact_btn .btn1 input, #ps_field-outer .reserve_bus_form .btn1.s input[type=submit] {
  min-width: 260px;
  text-align: center;
}
#ps_field-outer .mw_wp_form_complete .contact_btn .btn1 {
  padding: 30px 75px 25px;
}
#ps_field-outer .tac_handout .mwform-checkbox-field.horizontal-item::before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 auto 25px;
}
#ps_field-outer .tac_handout .mwform-checkbox-field.horizontal-item:nth-of-type(1)::before {
  background: url("./img/ho1.png") center center/contain no-repeat;
}
#ps_field-outer .tac_handout .mwform-checkbox-field.horizontal-item:nth-of-type(2)::before {
  background: url("./img/ho2.png") center center/contain no-repeat;
}
#ps_field-outer .tac_handout .mwform-checkbox-field.horizontal-item:nth-of-type(3)::before {
  background: url("./img/ho3.png") center center/contain no-repeat;
}
#ps_field-outer .contact_form > dd.num span:first-of-type {
  margin-right: 80px;
}
#ps_field-outer .contact_form > dd.num input {
  width: 75px;
  margin: 0 10px;
}
#ps_field-outer .mw_wp_form_input .contact_policy_check + .contact_btn {
  opacity: 0.4;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#ps_field-outer .mw_wp_form_input .contact_policy_check + .contact_btn.checked {
  opacity: 1;
  pointer-events: inherit;
}
#ps_field-outer .contact_policy_check .policy_check input[type=checkbox] {
  margin-top: -2px;
  margin-right: 10px;
}
#ps_field-outer .policy_txt a {
  opacity: 1;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#ps_field-outer .policy_txt a:hover {
  opacity: 0.6;
}
#ps_field-outer .mw_wp_form_complete .tac_block {
  width: 92%;
  margin: auto;
}
@media only screen and (max-width: 1300px) {
  #ps_field-outer .tac_block {
    width: 92%;
    margin: auto;
  }
}
@media only screen and (max-width: 1024px) {
  #ps_field-outer .contact_top .txt br {
    display: none;
  }
  #ps_field-outer .tac_block.contact_top {
    padding-bottom: 35px;
    margin-bottom: 50px;
  }
  #ps_field-outer .contact_form > dt {
    width: 100%;
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  #ps_field-outer .contact_form > dd {
    width: 100%;
  }
  #ps_field-outer .tac_block + .tac_block {
    padding-top: 45px;
    margin-top: 30px;
  }
  #ps_field-outer .tac_block_h {
    margin-bottom: 10px;
  }
  #ps_field-outer .contact_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #ps_field-outer .tac_handout.contact_form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media only screen and (max-width: 850px) {
  #ps_field-outer .tac_block {
    width: 97%;
  }
  #ps_field-outer .contact_top .head3 {
    text-align: left;
  }
  #ps_field-outer .tac_block.contact_top {
    width: 92%;
  }
  #ps_field-outer .contact_top .head3 {
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: left;
  }
  #ps_field-outer .contact_top .txt {
    text-align: left;
  }
  #ps_field-outer .tac_block.contact_top {
    padding-bottom: 25px;
    margin-bottom: 35px;
  }
  #ps_field-outer .tac_block + .tac_block {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 650px) {
  #ps_field-outer .tac_handout.contact_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #ps_field-outer #contact .mwform-checkbox-field.horizontal-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #ps_field-outer #contact .tac_handout .mwform-checkbox-field.horizontal-item {
    width: 100%;
  }
  #ps_field-outer .tac_handout .mwform-checkbox-field.horizontal-item label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #ps_field-outer .tac_handout .mwform-checkbox-field.horizontal-item::before {
    width: 150px;
    height: 150px;
    margin: 0 15px 0 0;
  }
  #ps_field-outer .contact_form > dt {
    font-size: 1.6rem;
  }
  #ps_field-outer .contact_form > dd {
    font-size: 1.4rem;
  }
  #ps_field-outer .contact_top .head3 {
    margin-bottom: 5px;
    font-size: 1.7rem;
  }
  #ps_field-outer .tac_block.contact_top {
    padding-bottom: 15px;
  }
  #ps_field-outer .tac_block_h {
    font-size: 1.9rem;
  }
  #ps_field-outer .contact_form {
    padding: 10px 0;
  }
  #ps_field-outer .contact_form > dt {
    margin-bottom: 10px;
    line-height: 1.3;
  }
  #ps_field-outer .mw_wp_form_confirm .contact_form > dt {
    margin-bottom: 3px;
  }
  #ps_field-outer .tac_block_h {
    margin-bottom: 0;
  }
  #ps_field-outer .mw_wp_form_confirm .tac_block_h {
    margin-bottom: 10px;
  }
  #ps_field-outer .tac_block + .tac_block {
    padding-top: 25px;
    margin-top: 25px;
  }
  #ps_field-outer .tac_block_h span {
    font-size: 1.6rem;
  }
  #ps_field-outer .contact_form .mwform-radio-field input[type=radio], #ps_field-outer .contact_form .mwform-checkbox-field.horizontal-item input[type=checkbox], #ps_field-outer .contact_form dd input[type=checkbox], #ps_field-outer .contact_policy_check input[type=checkbox] {
    margin-top: 0;
  }
  #ps_field-outer #contact .contact_btn .btn1 input, #ps_field-outer .reserve_bus_form .btn1.s input[type=submit] {
    min-width: 100px;
    padding: 15px 20px;
    font-size: 1.5rem;
  }
  #ps_field-outer .contact_form > dd.num span:first-of-type {
    margin-right: 50px;
  }
  #ps_field-outer .mw_wp_form_complete .contact_btn .btn1 {
    padding: 20px 75px;
  }
  #ps_field-outer .mw_wp_form_complete .contact_btn {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 450px) {
  #ps_field-outer .mwform-radio-field.horizontal-item {
    width: 100%;
    padding-top: 5px;
  }
  #ps_field-outer .contact_top .head3 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  #ps_field-outer .tac_block.contact_top {
    margin-bottom: 25px;
  }
  #ps_field-outer .tac_block_h {
    font-size: 1.8rem;
  }
  #ps_field-outer .tac_block + .tac_block {
    padding-top: 20px;
    margin-top: 15px;
  }
  #ps_field-outer .tac_handout .mwform-checkbox-field.horizontal-item::before {
    width: 100px;
    height: 100px;
  }
  #ps_field-outer .tac_block_h span {
    font-size: 1.4rem;
  }
  #ps_field-outer .contact_form > dd.num span {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #ps_field-outer .contact_form .time div {
    margin-bottom: 15px;
  }
  #ps_field-outer .contact_form .time div input:last-of-type {
    margin-top: 5px;
  }
  #ps_field-outer .contact_form {
    padding: 0 0 10px;
  }
  #ps_field-outer .contact_policy_check {
    margin-top: 30px;
  }
  #ps_field-outer .mw_wp_form_complete .tac_block_h {
    text-align: left;
  }
}
#ps_field-outer .btn-share {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row;
  margin-bottom: 20px;
}
#ps_field-outer .btn-share li {
  border: none;
  list-style: none;
  text-align: center;
  margin: 0 10px;
  line-height: 2em;
}
#ps_field-outer .btn-share li a {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #FFF;
  line-height: 1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
#ps_field-outer .btn-share li a:hover {
  opacity: 0.8;
}
#ps_field-outer .btn-share .facebook a {
  background: #3b5998;
}
#ps_field-outer .btn-share .twitter a {
  background: #55ACEE;
}
#ps_field-outer .btn-share .gplus a {
  background: #dd4b39;
}
#ps_field-outer .pager_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 92%;
  margin: 75px auto 65px;
}
#ps_field-outer .pager_wrap > span {
  width: 195px;
}
#ps_field-outer .pager_wrap .prev {
  margin-right: 30px;
}
#ps_field-outer .pager_wrap .prev i {
  margin-right: 10px;
}
#ps_field-outer .pager_wrap .next {
  margin-left: 30px;
}
#ps_field-outer .pager_wrap .next i {
  margin-left: 10px;
}
#ps_field-outer .pager_wrap a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 195px;
  padding: 15px 25px;
  color: #fff;
  line-height: 1;
  background-color: var(--green);
}
#ps_field-outer #single_top.temp_top {
  margin-bottom: 0;
}
#ps_field-outer .post_field {
  max-width: 1000px;
  width: 92%;
  margin: auto;
}
#ps_field-outer .post_field img {
  display: block;
  margin: 30px auto;
}
#ps_field-outer .works-content {
  margin: 30px 0;
}
#ps_field-outer .works_spec .spec_t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  font-size: 2rem;
  font-family: var(--brandon);
  font-weight: 600;
  line-height: 1;
}
#ps_field-outer .works_spec .spec_t span {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 20px;
  background-color: #fff;
}
#ps_field-outer .works_spec .spec_t::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--green);
}
#ps_field-outer .works_spec dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
#ps_field-outer .works_spec dt {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 125px;
  font-size: 1.6rem;
  font-weight: 600;
}
#ps_field-outer .works_spec dd {
  line-height: 1;
}
#ps_field-outer .works_spec dd b {
  font-size: 2rem;
  font-family: var(--brandon);
  font-weight: 600;
}
#ps_field-outer .works_spec dd span {
  font-size: 1.5rem;
  font-weight: 400;
}
#ps_field-outer .works_spec .post_cat {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 45px;
}
#ps_field-outer .works_spec span.cat1.works_reform {
  padding: 10px;
  font-size: 1.3rem;
}
#ps_field-outer .single-works .chi_h .img {
  max-width: calc(100% - 440px);
}
#ps_field-outer .single-works .chi_h .head_wrap {
  padding: 0 95px 0 30px;
}
#ps_field-outer .post__content .sub {
  margin-bottom: 7px;
  font-size: 2.1rem;
  font-weight: 600;
  text-align: center;
}
#ps_field-outer .works-block {
  margin-bottom: 90px;
}
#ps_field-outer .post__content .label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
#ps_field-outer .post__content .label.none {
  display: none;
}
#ps_field-outer .label-inner {
  padding: 5px 15px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: var(--green);
}
@media only screen and (max-width: 1300px) {
  #ps_field-outer .single-works .chi_h .chi_h_b {
    width: 330px;
  }
}
@media only screen and (max-width: 1024px) {
  #ps_field-outer .single-works .chi_h .chi_h_b {
    width: 320px;
  }
  #ps_field-outer .single-works .chi_h .head_wrap {
    padding: 0 65px 0 30px;
  }
  #ps_field-outer .works_spec .post_cat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  #ps_field-outer .post_cat .cat2 {
    margin-left: 0;
    border-left: none;
  }
  #ps_field-outer .single-works .chi_h .img {
    max-width: calc(100% - 290px);
  }
  #ps_field-outer .post_field img {
    margin: 20px 0;
  }
  #ps_field-outer .works-content {
    margin: 25px 0;
  }
}
@media only screen and (max-width: 850px) {
  #ps_field-outer .post__content .sub {
    font-size: 1.9rem;
  }
  #ps_field-outer .works-block {
    margin-bottom: 40px;
  }
  #ps_field-outer .post_field img {
    margin: 15px 0;
  }
  #ps_field-outer .works-content {
    margin: 20px 0;
  }
  #ps_field-outer .single-works .chi_h .head_wrap {
    padding: 0;
  }
  #ps_field-outer .single-works .sp .post_cat {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 0;
  }
  #ps_field-outer .single-works .chi_h .chi_h_b.sp {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }
  #ps_field-outer .single-works .temp_top .head2 {
    margin-bottom: 0;
  }
  #ps_field-outer .single-works .chi_h .img {
    max-width: 100%;
  }
  #ps_field-outer .pager_wrap a {
    width: 160px;
    padding: 15px 20px;
    font-size: 1.5rem;
  }
  #ps_field-outer .pager_wrap > span {
    width: 160px;
  }
}
@media only screen and (max-width: 650px) {
  #ps_field-outer .post__content .sub {
    font-size: 1.7rem;
  }
  #ps_field-outer .label-inner {
    padding: 5px 10px;
    font-size: 1.3rem;
  }
  #ps_field-outer .works-block {
    margin-bottom: 30px;
  }
  #ps_field-outer .pager_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #ps_field-outer .pager_wrap .prev {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #ps_field-outer .pager_wrap .next {
    margin-left: 0;
    margin-top: 10px;
  }
  #ps_field-outer .pager_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px auto 40px;
  }
}
@media only screen and (max-width: 450px) {
  #ps_field-outer #single_top.temp_top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #ps_field-outer .works_spec span.cat1.works_reform {
    padding: 7px 10px;
    font-size: 1.1rem;
  }
  #ps_field-outer .works_spec .post_cat .cat2 {
    padding-top: 7px;
  }
  #ps_field-outer .post__content .sub {
    margin-bottom: 3px;
    font-size: 1.5rem;
  }
  #ps_field-outer .single-works .chi_h .chi_h_b.sp {
    margin-bottom: 20px;
  }
  #ps_field-outer .label-inner {
    font-size: 1.1rem;
  }
  #ps_field-outer .works-block {
    margin-bottom: 25px;
  }
}
#ps_field-outer #rc_top {
  margin-bottom: 185px;
}
#ps_field-outer #rc_top .slide, #ps_field-outer .post_field .slide {
  position: relative;
  width: 100%;
  margin-top: 85px;
}
#ps_field-outer #rc_top .slide {
  margin-top: 100px;
}
#ps_field-outer .swiper-container.rc_top_slide {
  width: 100%;
}
#ps_field-outer .swiper-container.rc_top_slide .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#ps_field-outer .rc_top_slide .swiper-slide {
  width: 745px;
  margin: 0 22px;
}
#ps_field-outer .post_field + .slide .rc_top_slide .swiper-slide {
  max-width: 700px;
  width: auto;
}
#ps_field-outer .post_field + .slide {
  position: relative;
  margin-bottom: 155px;
}
#ps_field-outer .rc_top_slide .img {
  width: 100%;
  height: 420px;
  background: center center/cover no-repeat;
}
#ps_field-outer .swiper-pagination.rc_top_pn {
  bottom: -45px;
  width: 100%;
}
#ps_field-outer .rc_outline_b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 100%;
  padding: 65px calc((100% - 1530px) / 2) 85px;
  margin-bottom: 80px;
  background-color: #f5f5f5;
}
#ps_field-outer #rc_outline .head2_1 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
}
#ps_field-outer #rc_outline .head2_1 span::after {
  display: none;
}
#ps_field-outer #rc_outline .cont {
  max-width: 1230px;
  width: 100%;
}
#ps_field-outer #rc_outline .block .btn2 {
  width: 275px;
}
#ps_field-outer #rc_outline .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 75px;
}
#ps_field-outer #rc_outline .dl_wrap {
  width: 485px;
}
#ps_field-outer #rc_outline .dl_wrap dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 15px 25px;
  font-size: 1.8rem;
  line-height: 1.7;
  border-bottom: 1px solid #b8b8b8;
}
#ps_field-outer #rc_outline .dl_wrap dt {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 125px;
  padding-right: 15px;
}
#ps_field-outer #rc_outline .dl_wrap dd {
  width: 100%;
}
#ps_field-outer #rc_outline .tel_wrap {
  margin: 0 15px;
}
#ps_field-outer #rc_outline .map {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#ps_field-outer #rc_outline .map::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.03);
}
#ps_field-outer #rc_outline .map iframe {
  width: 100%;
  height: 450px;
}
#ps_field-outer .rc_outline_b .tel_wrap .tel {
  -webkit-text-fill-color: var(--black);
  color: var(--black);
}
#ps_field-outer #rc_outline .block .btn2 {
  color: #fff;
  background-color: var(--green);
}
#ps_field-outer #rc_outline .cont > .txt {
  width: 100%;
  margin-bottom: 35px;
}
#ps_field-outer .post_field + .slide .swiper-button-next, #ps_field-outer .swiper-container-rtl .swiper-button-prev {
  right: 20px;
}
#ps_field-outer .post_field + .slide .swiper-button-prev, #ps_field-outer .swiper-container-rtl .swiper-button-next {
  left: 20px;
}
#ps_field-outer #rc_cont {
  width: 100%;
  padding: 75px calc((100% - 1620px) / 2) 140px;
  margin-top: 100px;
  color: #fff;
  background-color: var(--green);
}
#ps_field-outer #rc_cont .head3 {
  width: 100%;
  margin-bottom: 40px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
#ps_field-outer #rc_cont .head4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 35px;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
#ps_field-outer #rc_cont .head4::before, #ps_field-outer #rc_cont .head4::after {
  content: "";
  display: block;
  width: 134px;
  height: 1px;
  margin: 0 25px;
  background-color: #fff;
}
#ps_field-outer #rc_cont > .txt {
  width: 100%;
  padding: 0;
  margin-bottom: 80px;
  line-height: 2;
  text-align: center;
}
#ps_field-outer .rc_block1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
}
#ps_field-outer .rc_block1 > .cont {
  position: relative;
  width: 56%;
  padding: 55px 55px 50px;
  margin-left: -4%;
  color: var(--black);
  background-color: #fff;
  z-index: 1;
}
#ps_field-outer .rc_block1:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#ps_field-outer .rc_block1:nth-of-type(odd) > .cont {
  margin-left: 0;
  margin-right: -4%;
}
#ps_field-outer .rc_block1_h {
  margin-bottom: 30px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
}
#ps_field-outer .rc_block1_txt {
  width: 100%;
  line-height: 2;
}
#ps_field-outer .care_block:first-of-type .rc_block1_txt {
  margin-bottom: 55px;
}
#ps_field-outer .rc_block1 > img {
  position: relative;
  display: block;
  width: 48%;
  z-index: 0;
}
#ps_field-outer .reha_drink {
  padding-top: 70px;
}
#ps_field-outer .reha_drink_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1200px;
  width: 100%;
  padding: 55px 55px 50px;
  margin: auto;
  color: var(--black);
  background-color: #fff;
}
#ps_field-outer .reha_drink_wrap img {
  display: block;
  width: 15%;
  margin-top: -155px;
}
#ps_field-outer .care_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 55px 55px 50px;
  color: var(--black);
  background-color: #fff;
}
#ps_field-outer .care_block.c2 {
  width: 48%;
  margin-top: 70px;
}
#ps_field-outer .reha_drink_wrap .cont {
  width: 80%;
}
#ps_field-outer #rc_top.care {
  margin-bottom: 0;
}
#ps_field-outer .care_block_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
#ps_field-outer .care_block .rc_block1_h {
  font-size: 2.4rem;
}
#ps_field-outer .care_block:first-of-type .rc_block1_h {
  margin-bottom: 15px;
}
#ps_field-outer .rc_block1_txt ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 60px;
  list-style: none;
}
#ps_field-outer .rc_block1_txt ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 33.3333333333%;
  padding-right: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
}
#ps_field-outer .rc_block1_txt ul li::before {
  content: "・";
  display: block;
  font-weight: 600;
}
#ps_field-outer .care_block.c2:last-of-type .rc_block1_txt ul li {
  width: 35%;
}
#ps_field-outer .care_block.c2:last-of-type .rc_block1_txt ul li:nth-of-type(even) {
  width: 65%;
}
#ps_field-outer .care_block_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
}
#ps_field-outer .care_block_img .img {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 49%;
}
#ps_field-outer .care_block_img .img {
  width: auto;
  margin: auto;
}
#ps_field-outer .care_block_img .cap {
  display: block;
  width: 100%;
  margin-top: 25px;
  text-align: center;
  line-height: 1.5;
}
#ps_field-outer .care_ba {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  list-style: none;
}
#ps_field-outer .care_ba li {
  width: 47%;
  margin-bottom: 75px;
}
#ps_field-outer .care_ba li:nth-of-type(even) {
  margin-left: auto;
}
#ps_field-outer .care_ba .head5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
#ps_field-outer .care_ba .head5 span {
  margin-right: 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 600;
}
#ps_field-outer .care_ba .head5::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--black);
}
#ps_field-outer .care_ba .ba_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
#ps_field-outer .care_ba .ba_wrap > * {
  position: relative;
  width: auto;
}
#ps_field-outer .care_ba .ba_wrap img {
  display: block;
  width: auto;
}
#ps_field-outer .care_ba .ba_wrap span {
  display: block;
  width: 100%;
  margin-top: 20px;
  font-family: var(--brandon);
}
#ps_field-outer .care_ba .after {
  width: 55%;
}
#ps_field-outer .care_ba .before {
  width: 36%;
}
#ps_field-outer .care_ba .before::after {
  content: "\f054";
  position: absolute;
  top: 40%;
  left: 112%;
  font-size: 4rem;
  color: var(--green);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#ps_field-outer .care_point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
}
#ps_field-outer .care_point li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 385px;
  height: 385px;
  padding-top: 45px;
  margin: 0 28px;
  background-color: rgba(46, 167, 75, 0.05);
}
#ps_field-outer .care_point .num {
  display: block;
  width: 100%;
  margin-bottom: 45px;
  color: var(--green);
  font-size: 5.5rem;
  font-weight: 600;
  font-family: var(--brandon);
  line-height: 1;
  text-align: center;
}
#ps_field-outer .care_point .num::before {
  content: "POINT";
  display: block;
  font-size: 1.8rem;
}
#ps_field-outer .care_point .num::after {
  content: "";
  display: block;
  width: 57px;
  height: 3px;
  margin: 5px auto 0;
  background-color: var(--green);
}
#ps_field-outer .care_point .cont {
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
#ps_field-outer .care_point li:nth-of-type(3) .num {
  margin-bottom: 55px;
}
@media only screen and (max-width: 1690px) {
  #ps_field-outer #rc_cont {
    padding: 75px 40px 125px;
  }
}
@media only screen and (max-width: 1610px) {
  #ps_field-outer .rc_outline_b {
    padding: 65px 40px 85px;
  }
}
@media only screen and (max-width: 1300px) {
  #ps_field-outer #rc_outline .block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #ps_field-outer #rc_outline .dl_wrap {
    margin-right: 30px;
  }
  #ps_field-outer #rc_outline .block .btn2 {
    margin: 40px auto 0;
  }
  #ps_field-outer .rc_block1 > .cont, #ps_field-outer .care_block {
    width: 50%;
    padding: 40px 35px;
  }
  #ps_field-outer .care_block:first-of-type {
    width: 100%;
  }
  #ps_field-outer .rc_block1 > img {
    width: 54%;
  }
  #ps_field-outer .rc_block1_h, #ps_field-outer .care_block .rc_block1_h {
    margin-bottom: 15px;
  }
  #ps_field-outer .rc_block1_txt ul li {
    width: 50%;
  }
  #ps_field-outer .rc_block1_txt ul {
    margin-bottom: 10px;
  }
  #ps_field-outer .care_ba .before::after {
    font-size: 3rem;
  }
  #ps_field-outer .care_ba .ba_wrap span {
    margin-top: 10px;
  }
  #ps_field-outer .care_ba .head5 {
    margin-bottom: 10px;
  }
  #ps_field-outer .care_ba li {
    margin-bottom: 40px;
  }
  #ps_field-outer .care_point li {
    width: 310px;
    height: 310px;
    margin: 0 10px;
  }
  #ps_field-outer .care_point {
    margin-top: 30px;
  }
  #ps_field-outer .care_point .num {
    margin-bottom: 20px;
    font-size: 5rem;
  }
  #ps_field-outer .care_point li:nth-of-type(3) .num {
    margin-bottom: 35px;
  }
  #ps_field-outer .care_point .num::before {
    font-size: 1.7rem;
  }
  #ps_field-outer .care_point .num::after {
    margin-top: 3px;
  }
  #ps_field-outer .care_point .cont {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1150px) {
  #ps_field-outer #rc_cont .head3 {
    margin-bottom: 30px;
    font-size: 2.8rem;
  }
  #ps_field-outer #rc_cont .head4 {
    margin-bottom: 25px;
    font-size: 2.1rem;
  }
  #ps_field-outer .care_point li {
    width: 250px;
    height: 250px;
    padding-top: 30px;
  }
  #ps_field-outer .care_point .num {
    font-size: 3.7rem;
  }
  #ps_field-outer .care_point .num::before {
    font-size: 1.5rem;
  }
  #ps_field-outer .care_point .num::after {
    width: 45px;
    margin-top: 2px;
  }
  #ps_field-outer .care_point .cont {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1024px) {
  #ps_field-outer #rc_top .slide, #ps_field-outer .post_field .slide {
    margin-top: 80px;
  }
  #ps_field-outer .rc_top_slide .swiper-slide {
    width: 60%;
    margin: 0 10px;
  }
  #ps_field-outer .rc_top_slide .img {
    height: auto;
    padding-top: 56%;
  }
  #ps_field-outer .post_field + .slide {
    margin-bottom: 100px;
  }
  #ps_field-outer .post_field + .slide .rc_top_slide .swiper-slide {
    max-width: 500px;
  }
  #ps_field-outer .rc_outline_b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 25px 25px 50px;
    margin-bottom: 60px;
  }
  #ps_field-outer #rc_outline .head2_1 {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #ps_field-outer #rc_outline .block {
    margin-bottom: 40px;
  }
  #ps_field-outer #rc_outline .cont > .txt {
    margin-bottom: 10px;
  }
  #ps_field-outer #rc_outline .dl_wrap dl {
    padding: 15px 0;
    font-size: 1.7rem;
  }
  #ps_field-outer #rc_outline .dl_wrap {
    width: 420px;
    margin-right: 20px;
  }
  #ps_field-outer .rc_block1 > .cont, #ps_field-outer .care_block {
    width: 45%;
    padding: 25px;
  }
  #ps_field-outer .care_block {
    width: 50%;
  }
  #ps_field-outer .care_block:first-of-type {
    width: 100%;
  }
  #ps_field-outer .rc_block1_h, #ps_field-outer .care_block .rc_block1_h, #ps_field-outer .care_block:first-of-type .rc_block1_h {
    margin-bottom: 5px;
    font-size: 2.2rem;
  }
  #ps_field-outer .rc_block1_txt {
    line-height: 1.7;
  }
  #ps_field-outer .rc_block1 > img {
    width: 59%;
  }
  #ps_field-outer #rc_cont > .txt {
    margin-bottom: 55px;
  }
  #ps_field-outer .rc_block1 {
    margin-bottom: 50px;
  }
  #ps_field-outer #rc_cont {
    padding: 60px 40px 100px;
    margin-top: 60px;
  }
  #ps_field-outer #rc_top {
    margin-bottom: 130px;
  }
  #ps_field-outer .reha_drink_wrap {
    padding: 45px 35px 40px;
  }
  #ps_field-outer .reha_drink_wrap img {
    margin-top: -130px;
  }
  #ps_field-outer .care_block.c2 {
    margin-top: 40px;
  }
  #ps_field-outer .rc_block1_txt ul li, #ps_field-outer .care_block.c2:last-of-type .rc_block1_txt ul li, #ps_field-outer .care_block.c2:last-of-type .rc_block1_txt ul li:nth-of-type(even) {
    width: auto;
    margin-bottom: 3px;
  }
  #ps_field-outer .care_block_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #ps_field-outer .rc_block1_txt ul {
    margin-bottom: 20px;
  }
  #ps_field-outer .care_block_img .cap {
    margin-top: 10px;
  }
  #ps_field-outer .care_block_img .img {
    margin-bottom: 25px;
  }
  #ps_field-outer .care_ba li {
    width: 48%;
  }
  #ps_field-outer .care_ba .ba_wrap span {
    margin-top: 5px;
  }
  #ps_field-outer .care_ba .before::after {
    font-size: 2.7rem;
  }
  #ps_field-outer .care_block:first-of-type .rc_block1_txt {
    margin-bottom: 30px;
  }
  #ps_field-outer .care_ba li {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 850px) {
  #ps_field-outer #rc_top {
    margin-bottom: 100px;
  }
  #ps_field-outer .post_field + .slide .rc_top_slide .swiper-slide {
    max-width: 400px;
  }
  #ps_field-outer #rc_cont {
    padding: 40px 20px 90px;
    margin-top: 45px;
  }
  #ps_field-outer #rc_cont > .txt {
    margin-bottom: 35px;
    text-align: left;
  }
  #ps_field-outer #rc_cont .head3 {
    margin-bottom: 20px;
    font-size: 2.3rem;
  }
  #ps_field-outer #rc_cont .head4::before, #ps_field-outer #rc_cont .head4::after {
    width: 70px;
    margin: 0 15px;
  }
  #ps_field-outer #rc_cont .head4 {
    margin-bottom: 15px;
    font-size: 1.9rem;
  }
  #ps_field-outer .rc_block1, #ps_field-outer .rc_block1:nth-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 600px;
    margin: 0 auto 35px;
  }
  #ps_field-outer .rc_block1 > img {
    width: 100%;
  }
  #ps_field-outer .rc_block1 > .cont, #ps_field-outer .rc_block1:nth-of-type(odd) > .cont {
    width: 96%;
    margin: -20px 0 0;
    padding: 20px 25px;
  }
  #ps_field-outer .rc_block1_h, #ps_field-outer .care_block .rc_block1_h, #ps_field-outer .care_block:first-of-type .rc_block1_h {
    font-size: 1.9rem;
  }
  #ps_field-outer .reha_drink_wrap {
    padding: 30px 35px 25px;
  }
  #ps_field-outer .reha_drink_wrap img {
    margin-top: -75px;
  }
  #ps_field-outer .reha_drink {
    padding-top: 55px;
  }
  #ps_field-outer .care_block.c2 {
    margin-top: 25px;
  }
  #ps_field-outer .care_ba .before::after {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 900px) {
  #ps_field-outer #rc_outline .dl_wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #ps_field-outer #rc_outline .block .btn2 {
    margin: 0 0 0 30px;
  }
  #ps_field-outer #rc_outline .block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #ps_field-outer #rc_outline .head2_1 {
    margin-bottom: 10px;
  }
  #ps_field-outer #rc_outline .map iframe {
    height: 300px;
  }
  #ps_field-outer #rc_cont {
    padding: 40px 20px 60px;
  }
  #ps_field-outer #rc_top .slide, #ps_field-outer .post_field .slide {
    margin-top: 60px;
  }
  #ps_field-outer #rc_top {
    margin-bottom: 90px;
  }
  #ps_field-outer .reha_drink_wrap img {
    margin-top: 0;
  }
  #ps_field-outer .reha_drink_wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 25px;
  }
  #ps_field-outer .reha_drink {
    padding-top: 15px;
  }
  #ps_field-outer .care_ba li, #ps_field-outer .care_ba li:nth-of-type(even) {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 25px;
  }
  #ps_field-outer .care_ba .before::after {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 650px) {
  #ps_field-outer .rc_top_slide .swiper-slide {
    width: 75%;
  }
  #ps_field-outer .swiper-pagination.rc_top_pn {
    bottom: -35px;
  }
  #ps_field-outer .post_field + .slide {
    margin-bottom: 60px;
  }
  #ps_field-outer .post_field + .slide .rc_top_slide .swiper-slide {
    max-width: 300px;
  }
  #ps_field-outer #rc_outline .dl_wrap dl {
    padding: 10px 0;
    font-size: 1.5rem;
  }
  #ps_field-outer #rc_outline .dl_wrap {
    margin-bottom: 20px;
  }
  #ps_field-outer #rc_outline .tel_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  #ps_field-outer #rc_outline .block .btn2 {
    margin: 0;
  }
  #ps_field-outer #rc_outline .block {
    margin-bottom: 30px;
  }
  #ps_field-outer .rc_outline_b {
    padding-bottom: 35px;
  }
  #ps_field-outer #rc_cont .head3 {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  #ps_field-outer #rc_cont .head4 {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  #ps_field-outer #rc_cont .head4::before, #ps_field-outer #rc_cont .head4::after {
    width: 50px;
    margin: 0 10px;
  }
  #ps_field-outer #rc_cont > .txt {
    margin-bottom: 25px;
    line-height: 1.7;
  }
  #ps_field-outer #rc_cont {
    padding: 25px 20px 50px;
    margin-top: 25px;
  }
  #ps_field-outer .rc_block1_h, #ps_field-outer .care_block .rc_block1_h, #ps_field-outer .care_block:first-of-type .rc_block1_h {
    font-size: 1.7rem;
  }
  #ps_field-outer .rc_block1 > .cont, #ps_field-outer .care_block {
    padding: 15px 20px;
  }
  #ps_field-outer .rc_block1, #ps_field-outer .rc_block1:nth-of-type(odd) {
    margin-bottom: 25px;
  }
  #ps_field-outer #rc_top .slide, #ps_field-outer .post_field .slide {
    margin-top: 45px;
  }
  #ps_field-outer #rc_top {
    margin-bottom: 75px;
  }
  #ps_field-outer .rc_outline_b {
    margin-bottom: 40px;
  }
  #ps_field-outer .care_block.c2 {
    width: 100%;
    margin-top: 10px;
  }
  #ps_field-outer .care_block_img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #ps_field-outer .care_block_img .img {
    margin-bottom: 0;
  }
  #ps_field-outer .care_block_img .img:first-of-type {
    margin-right: 25px;
  }
  #ps_field-outer .care_ba .before::after {
    font-size: 2rem;
  }
  #ps_field-outer .care_ba .head5 {
    margin-bottom: 5px;
  }
  #ps_field-outer .care_point li {
    width: 190px;
    height: 190px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  #ps_field-outer .care_point .num {
    margin-bottom: 15px;
    font-size: 3rem;
  }
  #ps_field-outer .care_point .num::before {
    font-size: 1.2rem;
  }
  #ps_field-outer .care_point .num::after {
    width: 30px;
  }
  #ps_field-outer .care_point .cont {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  #ps_field-outer .care_point li:nth-of-type(3) .num {
    margin-bottom: 25px;
  }
  #ps_field-outer .care_block_img .img img {
    display: block;
    max-width: 65%;
    margin: auto;
  }
}
@media only screen and (max-width: 500px) {
  #ps_field-outer .reha_drink_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #ps_field-outer .reha_drink_wrap .cont {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  #ps_field-outer .rc_top_slide .swiper-slide {
    margin: 0 7px;
  }
  #ps_field-outer .swiper-pagination.rc_top_pn {
    bottom: -30px;
  }
  #ps_field-outer .post_field + .slide .rc_top_slide .swiper-slide {
    max-width: 200px;
  }
  #ps_field-outer #rc_outline .dl_wrap dt {
    width: 75px;
  }
  #ps_field-outer #rc_outline .tel_wrap {
    margin-bottom: 15px;
  }
  #ps_field-outer #rc_outline .map iframe {
    height: 250px;
  }
  #ps_field-outer #rc_outline .block {
    margin-bottom: 25px;
  }
  #ps_field-outer .rc_outline_b {
    padding: 20px 20px 35px;
  }
  #ps_field-outer #rc_cont .head3 {
    margin-bottom: 13px;
    text-align: left;
  }
  #ps_field-outer #rc_cont .head4 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
  #ps_field-outer #rc_cont .head4::before, #ps_field-outer #rc_cont .head4::after {
    display: none;
  }
  #ps_field-outer #rc_cont {
    padding: 20px 20px 50px;
  }
  #ps_field-outer .rc_block1, #ps_field-outer .rc_block1:nth-of-type(odd) {
    margin-bottom: 20px;
  }
  #ps_field-outer .rc_block1_txt ul {
    margin-bottom: 15px;
  }
  #ps_field-outer .care_block_img .img:first-of-type {
    margin-right: 20px;
  }
  #ps_field-outer .care_point li {
    width: 145px;
    height: 145px;
    padding-top: 15px;
    margin-bottom: 10px;
  }
  #ps_field-outer .care_point .num {
    margin-bottom: 10px;
    font-size: 2.7rem;
  }
  #ps_field-outer .care_point li:nth-of-type(3) .num {
    margin-bottom: 15px;
  }
  #ps_field-outer .care_point .num::before {
    font-size: 1.1rem;
  }
  #ps_field-outer .care_point .cont {
    font-size: 1.3rem;
  }
}
#ps_field-outer .txt-taikan-att {
  font-size: 1.4rem;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
#ps_field-outer .txt-taikan-att a {
  text-decoration: underline;
  color: var(--green);
}
#ps_field-outer .fixlogo {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 100;
}
#ps_field-outer .fixlogo img {
  width: 200px;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer nav.free {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  #ps_field-outer nav.free .free-pic {
    width: 50%;
  }
}
#ps_field-outer nav.free .free-pic a {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: center center;";
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  color: #FFFFFF;
}
#ps_field-outer nav.free .free-pic a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#ps_field-outer nav.free .free-pic a:hover::after {
  background: rgba(0, 0, 0, 0.3);
}
#ps_field-outer nav.free .casa {
  background: url(images/pic_free01.jpg) center center/cover no-repeat;
}
#ps_field-outer nav.free .sugi-free {
  background: url(images/pic_free02.jpg) center center/cover no-repeat;
}
#ps_field-outer nav.free .arw {
  width: 5px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer nav.free .arw {
    width: 10px;
    height: 20px;
    bottom: 70px;
  }
}
#ps_field-outer nav.free .tit-sub, #ps_field-outer nav.free h3, #ps_field-outer nav.free .txt-sub {
  position: relative;
  z-index: 10;
  text-align: center;
  font-family: var(--kakugo);
}
#ps_field-outer nav.free h3 {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  width: 300px;
  padding: 18px 10px;
  font-weight: 500;
  font-size: 1.8rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer nav.free h3 {
    font-size: 2.5rem;
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
#ps_field-outer nav.free h3 img {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer nav.free h3 img {
    width: 70%;
  }
}
#ps_field-outer .design-casa {
  text-align: center;
  background: #f0f5f5;
  padding: 80px 0 50px;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .design-casa {
    padding: 160px 0 100px;
  }
}
#ps_field-outer .design-casa.sugi-design {
  background: #FFFFFF;
}
#ps_field-outer .design-casa h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .design-casa h3 {
    margin-bottom: 40px;
    font-size: 3.2rem;
  }
}
#ps_field-outer .design-casa h3 img {
  width: 180px;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .design-casa h3 img {
    width: 250px;
  }
}
#ps_field-outer .design-casa h4 {
  font-weight: 700;
  line-height: 2.5;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .design-casa h4 {
    font-size: 1.7rem;
  }
}
#ps_field-outer .design-casa .txt-main {
  margin: 40px auto 0px;
  width: 90%;
  text-align: left;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .design-casa .txt-main {
    line-height: 2.3;
    margin: 80px auto 0px;
    text-align: center;
  }
}
#ps_field-outer .base-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  margin: 100px 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .base-slider {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}
#ps_field-outer .base-slider .design-slider {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .base-slider .design-slider {
    width: 70%;
  }
}
#ps_field-outer .base-slider .design-slider .slick-list {
  z-index: 10;
}
#ps_field-outer .base-slider .design-slider img {
  width: 100%;
  height: auto;
}
#ps_field-outer .base-slider .design-slider.bg-w::after {
  display: block;
  width: 50vw;
  height: 400px;
  background: #FFFFFF;
  position: absolute;
  right: 0;
  bottom: -100px;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .base-slider .design-slider.bg-w::after {
    content: "";
  }
}
#ps_field-outer .base-slider .design-slider.bg-b::after {
  display: block;
  width: 50vw;
  height: 400px;
  background: #f0f5f5;
  position: absolute;
  right: 0;
  bottom: -100px;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .base-slider .design-slider.bg-b::after {
    content: "";
  }
}
#ps_field-outer .base-slider .design-slider .slick-dots {
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .base-slider .design-slider .slick-dots {
    text-align: right;
    width: 70%;
  }
}
#ps_field-outer .base-slider .tit-slider {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.7rem;
  letter-spacing: 0.3rem;
  line-height: 2;
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .base-slider .tit-slider {
    font-size: 2.4rem;
    width: 30%;
    margin-bottom: 0;
  }
}
#ps_field-outer .base-slider .tit-slider .tit-slider-inner {
  padding: 50px;
  position: relative;
}
#ps_field-outer .base-slider .tit-slider .tit-slider-inner::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(images/icon_dot.svg) center top/cover no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
#ps_field-outer .base-slider .tit-slider .tit-slider-inner::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(images/icon_dot2.svg) center top/cover no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
#ps_field-outer .normal-block {
  margin-top: 100px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .normal-block {
    margin-top: 200px;
    margin-bottom: 160px;
  }
}
#ps_field-outer .normal-txt {
  width: 90%;
  margin: auto;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .normal-txt {
    text-align: center;
    line-height: 2.5;
  }
}
#ps_field-outer .normal-sub {
  font-weight: 700;
  margin-bottom: 50px;
}
#ps_field-outer .normal-tit {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .normal-tit {
    font-size: 3rem;
  }
}
#ps_field-outer .normal-tit span {
  font-size: 2rem;
}
#ps_field-outer .normal-tit::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #7faba9;
  position: relative;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 20px auto 0;
}
#ps_field-outer .point-content {
  width: 90%;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .point-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
  }
}
#ps_field-outer .point-content .point-box {
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .point-content .point-box {
    width: 28%;
    margin-bottom: 0;
  }
}
#ps_field-outer .point-content .point-box .circle {
  background-color: #fff;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: center center;";
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1/1;
  width: 70%;
  margin: auto;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .point-content .point-box .circle {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  #ps_field-outer .point-content .point-box .circle {
    width: 90%;
  }
}
#ps_field-outer .point-content .point-box .circle img {
  width: 70%;
}
#ps_field-outer .point-content .point-box .circle dt {
  font-weight: 700;
  margin: 10px 0;
  font-family: var(--brandon);
  font-size: 1.9rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .point-content .point-box .circle dt {
    margin: 10px 0;
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1025px) {
  #ps_field-outer .point-content .point-box .circle dt {
    margin: 30px 0;
  }
}
#ps_field-outer .point-content .point-box .circle dd {
  font-family: var(--kakugo);
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .point-content .point-box .circle dd {
    font-size: 1.7rem;
  }
}
#ps_field-outer .point-txt {
  font-size: 1.5rem;
  text-align: left;
  margin-top: 30px;
}
#ps_field-outer .house-info {
  width: 90%;
  margin: 80px auto 0;
  text-align: left;
}
@media only screen and (min-width: 1025px) {
  #ps_field-outer .house-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 200px auto 0;
  }
}
@media only screen and (min-width: 1025px) {
  #ps_field-outer .house-info .house-l {
    width: 20%;
    padding-right: 50px;
  }
}
#ps_field-outer .house-info .house-r {
  margin-top: 30px;
}
@media only screen and (min-width: 1025px) {
  #ps_field-outer .house-info .house-r {
    width: 80%;
    border-left: 1px solid var(--green);
    padding-left: 80px;
    margin-top: 0;
  }
}
#ps_field-outer .house-info .house-r .btn1 {
  width: 400px;
  margin-top: 40px;
}
#ps_field-outer .house-info .house-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#ps_field-outer .house-info .house-name dt {
  font-weight: 600;
}
#ps_field-outer .house-info .house-name dd {
  color: var(--green);
  border: 1px solid var(--green);
  padding: 0 15px;
  margin-left: 30px;
}
#ps_field-outer .house-info .spec {
  margin-top: 30px;
}
#ps_field-outer .house-info .spec .tit-spec {
  font-family: var(--brandon);
  margin-bottom: 10px;
}
#ps_field-outer .house-info .spec dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
#ps_field-outer .house-info .spec dl dt {
  font-weight: 600;
  margin-right: 30px;
}
#ps_field-outer .ps_field {
  background: #f0f5f5;
}
#ps_field-outer .ps_flow_li .num_temp2::after {
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .ps_flow_li .num_temp2::after {
    margin-top: 10px;
    font-size: 2.7rem;
  }
}
#ps_field-outer .ps_flow_li .num_temp2::before {
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .ps_flow_li .num_temp2::before {
    font-size: 1.8rem;
  }
}
#ps_field-outer .ps_flow_li .cont dt {
  font-size: 1.6rem;
  margin: 10px 0 20px;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .ps_flow_li .cont dt {
    font-size: 2rem;
  }
}
#ps_field-outer .ps_flow_li li + li::before {
  content: "";
  display: block;
  background: url(images/arw_down.svg) center top no-repeat;
  width: 18px;
  height: 18px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #ps_field-outer .ps_flow_li li + li::before {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .ps_flow_li li + li::before {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .sp-br {
    display: none;
  }
}
#ps_field-outer .pc-br {
  display: none;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .pc-br {
    display: block;
  }
}
#ps_field-outer .bg-blue {
  background-color: #f0f5f5;
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .bg-blue {
    padding: 100px 0;
  }
}
#ps_field-outer .concept-greed {
  text-align: center;
}
#ps_field-outer .concept-greed h2 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .concept-greed h2 {
    margin-bottom: 80px;
  }
}
#ps_field-outer .concept-greed h2 img {
  width: 130px;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .concept-greed h2 img {
    width: 200px;
  }
}
#ps_field-outer .concept-greed .txt-greed {
  width: 90%;
  margin: auto;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .concept-greed .txt-greed {
    text-align: center;
    line-height: 2.3;
  }
}
#ps_field-outer .concept-greed .concept-series {
  text-align: left;
  width: 90%;
  margin: 50px auto 0;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .concept-greed .concept-series {
    margin-top: 120px;
    text-align: center;
    line-height: 2.3;
  }
}
#ps_field-outer .concept-greed .concept-series-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 100%;
  margin: 60px auto 0;
  flex-flow: wrap;
}
@media only screen and (min-width: 1025px) {
  #ps_field-outer .concept-greed .concept-series-inner {
    -webkit-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
  }
}
#ps_field-outer .concept-greed .concept-series-box {
  width: 49.5%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1025px) {
  #ps_field-outer .concept-greed .concept-series-box {
    width: 24.5%;
    margin-bottom: 0;
  }
}
#ps_field-outer .concept-greed .concept-series-box .img a {
  position: relative;
  display: block;
}
#ps_field-outer .concept-greed .concept-series-box .img a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
#ps_field-outer .concept-greed .concept-series-box .img a:hover::after {
  background: rgba(0, 0, 0, 0.6);
  content: "more";
  color: #FFFFFF;
  font-weight: bold;
}
#ps_field-outer .concept-greed .concept-series-box dl {
  text-align: center;
}
#ps_field-outer .concept-greed .concept-series-box dl dt {
  margin: 15px 0 0px;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .concept-greed .concept-series-box dl dt {
    margin: 30px 0 0px;
  }
}
#ps_field-outer .concept-greed .concept-series-box dl dt img {
  width: 100px;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .concept-greed .concept-series-box dl dt img {
    width: 130px;
  }
}
#ps_field-outer .concept-greed .concept-series-box dl dd {
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .concept-greed .concept-series-box dl dd {
    font-size: 1.5rem;
    margin-top: 0;
  }
}
#ps_field-outer .concept-greed .concept-series-box-txt {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .concept-greed .concept-series-box-txt {
    font-size: 1.5rem;
    margin-top: 20px;
  }
}
#ps_field-outer .concept-greed .concept-series-box .word {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .concept-greed .concept-series-box .word {
    font-size: 1.3rem;
    margin-top: 20px;
  }
}
#ps_field-outer .concept-base {
  text-align: center;
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .concept-base {
    padding: 100px 0;
  }
}
#ps_field-outer .concept-base h3 img {
  width: 130px;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .concept-base h3 img {
    width: 200px;
  }
}
#ps_field-outer .concept-base .img-house {
  margin: 20px 0;
}
#ps_field-outer .concept-base .img-house img {
  width: 220px;
}
#ps_field-outer .concept-base h4 {
  font-weight: bold;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .concept-base h4 {
    line-height: 2.3;
  }
}
#ps_field-outer .concept-base .txt-sec-base {
  width: 90%;
  margin: 30px auto 80px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .concept-base .txt-sec-base {
    margin-top: 80px;
    line-height: 2.3;
    margin-bottom: 100px;
    text-align: center;
  }
}
#ps_field-outer .concept-base.sec-basso .img-house img {
  width: 300px;
}
@media only screen and (min-width: 1025px) {
  #ps_field-outer .concept-slide-con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
#ps_field-outer .concept-slide-con .slider-concept {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 1025px) {
  #ps_field-outer .concept-slide-con .slider-concept {
    width: 60%;
  }
}
@media only screen and (min-width: 1025px) {
  #ps_field-outer .concept-slide-con .slider-concept img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover; object-position: center center;";
    -o-object-position: center center;
    object-position: center center;
    aspect-ratio: 4/3;
    width: 100%;
    height: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media only screen and (min-width: 1025px) {
  #ps_field-outer .concept-slide-con .slider-concept .slick-dots {
    text-align: right;
  }
}
@media only screen and (min-width: 1025px) {
  #ps_field-outer .concept-slide-con .slider-detail {
    width: 40%;
    padding: 60px;
    position: relative;
    left: -15vw;
    top: 0vh;
  }
}
#ps_field-outer .concept-slide-con .slider-detail-inner {
  background-color: #f0f5f5;
  padding: 30px;
  margin-top: 80px;
}
@media only screen and (min-width: 1025px) {
  #ps_field-outer .concept-slide-con .slider-detail-inner {
    width: 46vw;
    padding: 60px 60px 3vw 15vw;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1280px) {
  #ps_field-outer .concept-slide-con .slider-detail-inner {
    padding: 60px 60px 18vw 15vw;
  }
}
@media only screen and (min-width: 1680px) {
  #ps_field-outer .concept-slide-con .slider-detail-inner {
    padding: 60px 60px 22vw 15vw;
  }
}
#ps_field-outer .concept-slide-con .slider-detail .tit-fea {
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  border-bottom: none;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .concept-slide-con .slider-detail .tit-fea {
    margin-bottom: 60px;
  }
}
#ps_field-outer .concept-slide-con .slider-detail .tit-fea::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
}
#ps_field-outer .concept-slide-con .slider-detail .tit-fea dt {
  font-size: 1.8rem;
  background-color: #f0f5f5;
  position: relative;
  z-index: 10;
  font-weight: 600;
  margin-bottom: 0;
  font-family: var(--brandon);
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .concept-slide-con .slider-detail .tit-fea dt {
    font-size: 2.5rem;
  }
}
#ps_field-outer .concept-slide-con .slider-detail .tit-fea dd {
  font-size: 1.5rem;
  padding-left: 20px;
  background-color: #f0f5f5;
  position: relative;
  z-index: 10;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .concept-slide-con .slider-detail .tit-fea dd {
    font-size: 1.9rem;
  }
}
#ps_field-outer .concept-slide-con .slider-detail .detail-num {
  counter-reset: number 0;
}
#ps_field-outer .concept-slide-con .slider-detail .detail-num dl {
  text-align: left;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
#ps_field-outer .concept-slide-con .slider-detail .detail-num dl dt {
  font-weight: bold;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .concept-slide-con .slider-detail .detail-num dl dt {
    font-size: 1.7rem;
  }
}
#ps_field-outer .concept-slide-con .slider-detail .detail-num dl dt::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-size: 1.7rem;
  font-family: var(--brandon);
  margin-right: 20px;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .concept-slide-con .slider-detail .detail-num dl dt::before {
    font-size: 2.2rem;
  }
}
#ps_field-outer .concept-slide-con .slider-detail .detail-num dl dt::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 1;
  margin-top: -5px;
}
#ps_field-outer .concept-slide-con .slider-detail .detail-num dl dt.ac::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 1;
  margin-top: -5px;
}
#ps_field-outer .concept-slide-con .slider-detail .detail-num dl dd {
  font-size: 1.3rem;
  padding-top: 15px;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .concept-slide-con .slider-detail .detail-num dl dd {
    font-size: 1.5rem;
  }
}
#ps_field-outer .pickup-sec {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .pickup-sec {
    margin-top: 100px;
  }
}
#ps_field-outer .pickup-sec-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 90%;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .pickup-sec-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1025px) {
  #ps_field-outer .pickup-sec-inner {
    -webkit-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
#ps_field-outer .pickup-sec-inner .pickup-box {
  width: 48%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .pickup-sec-inner .pickup-box {
    width: 30%;
    margin: 0 3px 60px;
  }
}
@media only screen and (min-width: 1025px) {
  #ps_field-outer .pickup-sec-inner .pickup-box {
    width: 18%;
    margin-bottom: 0;
  }
}
#ps_field-outer .pickup-sec-inner .pickup-box dl {
  font-weight: bold;
  margin-bottom: 20px;
}
#ps_field-outer .pickup-sec-inner .pickup-box dl dt {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .pickup-sec-inner .pickup-box dl dt {
    font-size: 1.5rem;
  }
}
#ps_field-outer .pickup-sec-inner .pickup-box dl dd {
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .pickup-sec-inner .pickup-box dl dd {
    font-size: 1.4rem;
  }
}
#ps_field-outer .pickup-sec-inner .pickup-box .img {
  position: relative;
}
#ps_field-outer .pickup-sec-inner .pickup-box .img::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(images/search.png) center top/cover no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
#ps_field-outer .pickup-sec img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#ps_field-outer .pickup-sec img:hover {
  opacity: 0.8;
}
#ps_field-outer .contact-casa {
  background: #f0f5f5;
  width: 90%;
  margin: 0 auto 100px;
  padding: 20px 20px 40px 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .contact-casa {
    padding: 60px;
  }
}
#ps_field-outer .contact-casa dl dt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#ps_field-outer .contact-casa dl dt::before {
  content: "";
  display: block;
  background-color: var(--green);
  width: 10vw;
  height: 1px;
}
#ps_field-outer .contact-casa dl dt::after {
  content: "";
  display: block;
  background-color: var(--green);
  width: 10vw;
  height: 1px;
}
#ps_field-outer .contact-casa dl dt span {
  background: #f0f5f5;
  display: block;
  padding: 20px;
  font-weight: 500;
  font-size: 1.7rem;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .contact-casa dl dt span {
    font-size: 2.1rem;
  }
}
#ps_field-outer .contact-casa dl dd {
  margin-top: 10px;
  text-align: left;
  font-size: 1.3rem;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .contact-casa dl dd {
    margin-top: 20px;
    text-align: center;
    line-height: 2;
    font-size: 1.5rem;
  }
}
#ps_field-outer .contact-casa .btn-contact a {
  display: block;
  background: var(--green);
  color: #FFFFFF;
  width: 300px;
  margin: 40px auto 0;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#ps_field-outer .contact-casa .btn-contact a::after {
  content: "";
  display: block;
  width: 32px;
  height: 5px;
  background: url(images/arrow_w.svg) center top/cover no-repeat;
  position: relative;
  margin-left: 0.5rem;
}
#ps_field-outer .contact-casa .btn-contact a:hover {
  opacity: 0.8;
}
#ps_field-outer .js_modalWrap {
  display: none;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#ps_field-outer .js_modalBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#ps_field-outer .js_modalContInner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 900px;
  max-width: 100%;
  background-color: #fff;
  max-height: 90vh;
  padding: 40px;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .js_modalContInner {
    max-height: 90vh;
    padding: 40px;
  }
}
#ps_field-outer .js_modalContInner dl {
  font-weight: bold;
  margin-bottom: 30px;
}
#ps_field-outer .js_modalContInner dl dt {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .js_modalContInner dl dt {
    font-size: 1.8rem;
  }
}
#ps_field-outer .js_modalCont {
  overflow-y: auto;
  max-height: 80vh;
}
#ps_field-outer .js_modalCont > * + * {
  margin-top: 10px;
}
#ps_field-outer .js_modalContInner > .js_modalClose + * {
  margin-top: 0;
}
#ps_field-outer .js_modalClose {
  display: block;
  position: absolute;
  top: 10.5px;
  right: 10.5px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
}
#ps_field-outer .js_modalClose::before,
#ps_field-outer .js_modalClose::after {
  content: "";
  background-color: #222;
  position: absolute;
  top: -5px;
  right: 10px;
  width: 1px;
  height: 30px;
}
#ps_field-outer .js_modalClose::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ps_field-outer .js_modalClose::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#ps_field-outer .ly_inner {
  width: 100%;
  max-width: 1080px;
  margin: 100px auto;
  padding: 40px;
  background-color: #ccc;
}
#ps_field-outer .ly_inner h2 {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 30px;
}
#ps_field-outer .md_textblock > * + * {
  margin-top: 10px;
}
#ps_field-outer .md_textblock > * + .js_modalBtnWrap {
  margin-top: 20px;
}
#ps_field-outer table {
  width: 100%;
}
#ps_field-outer table th,
#ps_field-outer table td {
  border: 1px solid #222;
  padding: 10px;
}
#ps_field-outer table th {
  width: 20%;
  background-color: #ccc;
  white-space: nowrap;
}
#ps_field-outer .md_linkBtnWrap {
  width: 300px;
  max-width: 100%;
  margin: 10px auto 0;
  text-align: center;
}
#ps_field-outer .md_linkBtnCont {
  display: block;
  color: #222;
  border: 1px solid #222;
  padding: 15px 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#ps_field-outer .md_linkBtnCont:hover,
#ps_field-outer .md_linkBtnCont:focus {
  color: #fff;
  background-color: #222;
}
@media (min-width: 768px) {
  #ps_field-outer .hp_sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #ps_field-outer .hp_pc {
    display: none !important;
  }
  #ps_field-outer .js_modalContInner {
    max-height: 90vh;
    padding: 50px 40px;
  }
  #ps_field-outer .js_modalCont {
    max-height: 80vh;
  }
  #ps_field-outer .js_modalClose {
    top: -30px;
  }
  #ps_field-outer .js_modalClose::before,
  #ps_field-outer .js_modalClose::after {
    background-color: #fff;
  }
}
#ps_field-outer .js_modalWrap {
  display: none;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#ps_field-outer .js_modal_txt {
  margin-top: 20px;
  line-height: 1.7;
  text-align: left;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  #ps_field-outer .js_modal_txt {
    margin-top: 30px;
    line-height: 2.3;
    font-size: 1.5rem;
  }
}
#ps_field-outer .top-enter {
  margin-top: 100px;
}
@media only screen and (min-width: 1025px) {
  #ps_field-outer .top-enter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 200px;
  }
}
#ps_field-outer .top-enter-box {
  width: 100%;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 3/1.5;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1025px) {
  #ps_field-outer .top-enter-box {
    width: 50%;
    aspect-ratio: 3/2;
  }
}
#ps_field-outer .top-enter-box.enter01 {
  background: url(images/top01.jpg) center center/cover no-repeat;
}
#ps_field-outer .top-enter-box.enter02 {
  background: url(images/top02.jpg) center center/cover no-repeat;
}
#ps_field-outer .top-enter-box.enter03 {
  background: url(images/top03.jpg) center center/cover no-repeat;
}
#ps_field-outer .top-enter-box.enter04 {
  background: url(images/after_maintenance.jpg) center center/cover no-repeat;
}
#ps_field-outer .top-enter-box a {
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
#ps_field-outer .top-enter-box a .arrow img {
  width: 70px;
}
#ps_field-outer .top-enter-box a h3 {
  position: relative;
  z-index: 10;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding: 10px;
}
@media only screen and (min-width: 1025px) {
  #ps_field-outer .top-enter-box a h3 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-top: none;
    border-bottom: none;
    font-size: 2.2rem;
    padding: 15px;
  }
}
#ps_field-outer .top-enter-box a span {
  font-weight: 500;
  margin-top: 10px;
}
@media only screen and (min-width: 1025px) {
  #ps_field-outer .top-enter-box a span {
    position: absolute;
    left: 30px;
    bottom: 30px;
    margin-top: 0;
  }
}
#ps_field-outer .top-enter-box a .arrow {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
#ps_field-outer .top-enter-box a:hover {
  background: rgba(0, 0, 0, 0.2);
}
#ps_field-outer div.fat-nav li .acc-cont a {
  font-size: 1.4rem;
}
#ps_field-outer div.hamburger__icon, #ps_field-outer div.hamburger__icon:after, #ps_field-outer div.hamburger__icon:before {
  height: 1px;
}
#ps_field-outer a.hamburger {
  width: 33px;
}
#ps_field-outer .top_point_li.lsn {
  width: 81%;
  margin: auto;
}
#ps_field-outer .top_point_li li.safety_block {
  position: relative;
  width: 45%;
  padding-top: 45%;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}
#ps_field-outer .top_point_li .safety_block .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-bottom: 5%;
  transform: translate(-50%, -50%);
}
#ps_field-outer .top_point_li .safety_block .cont {
  flex-direction: column;
  max-width: inherit;
  width: 100%;
  padding-top: 0;
  padding-bottom: 4%;
  margin-top: 0;
  font-size: clamp(1.7rem, 1.3vw, 2.3rem);
  line-height: 1.5;
  text-align: center;
  background: transparent;
}
#ps_field-outer .top_point_li .safety_block .num {
  margin: 0 auto 7%;
  font-size: clamp(2.8rem, 2.3vw, 4rem);
}
#ps_field-outer .top_point_li li.safety_block .pic {
  display: block;
  margin: auto;
}
#ps_field-outer .fnav_b > a {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #ps_field-outer .top_point_li.lsn {
    flex-direction: row;
    width: 100%;
    margin-bottom: 20px;
  }
  #ps_field-outer .top_point_li li.safety_block {
    width: 48%;
    padding-top: 48%;
  }
  #ps_field-outer .top_point_li .safety_block .num {
    margin-bottom: 5%;
    font-size: clamp(1rem, 4.5vw, 4rem);
  }
  #ps_field-outer .top_point_li .safety_block .cont {
    font-size: clamp(1rem, 2.8vw, 2.3rem);
    line-height: 1.3;
  }
}
#ps_field-outer .top_setuca {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1220px;
  width: 100%;
  padding: 70px 4% 35px;
  margin: 135px auto 0;
  background: center top/cover no-repeat;
}
#ps_field-outer .top_setuca::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.36);
  z-index: 0;
}
#ps_field-outer .top_setuca > * {
  position: relative;
  z-index: 1;
}
#ps_field-outer .top_setuca .head2 {
  width: 100%;
  margin-bottom: 1.85em;
  color: #fff;
  font-size: 1.62em;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
#ps_field-outer .top_setuca .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}
#ps_field-outer .top_setuca .logo img {
  display: block;
  width: 142px;
}
#ps_field-outer .top_setuca .txt {
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.12em;
  font-weight: 600;
  text-align: center;
}
#ps_field-outer .top_setuca .btn1.border_white {
  padding: 0;
  background: transparent;
  border: none;
}
#ps_field-outer .top_setuca br.sp {
  display: none;
}
@media only screen and (max-width: 650px) {
  #ps_field-outer .top_setuca {
    padding: 35px 4% 25px;
    margin-top: 80px;
  }
  #ps_field-outer .top_setuca .head2 {
    margin-bottom: 15px;
    font-size: 1.14em;
  }
  #ps_field-outer .top_setuca .logo {
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
  }
  #ps_field-outer .top_setuca .logo img {
    width: 77px;
  }
  #ps_field-outer .top_setuca .txt {
    font-size: 0.8em;
  }
  #ps_field-outer .top_setuca br.sp {
    display: block;
  }
}
#ps_field-outer .catch-wrap .main-tit, #ps_field-outer .catch-wrap .catch-r .name {
  font-family: var(--kakugo);
}

:root {
  --green: #7faba9;
  --black: #3e3a39;
  --gothic: "游ゴシック体", YuGothic, "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  --brandon: "Outfit", sans-serif;
  --roboto: "Roboto Condensed", sans-serif;
  --kakugo: "Times New Roman", "游明朝", Yukakugo, "ヒラギノ明朝 ProN W3", "Hiragino kakugo ProN", "HG明朝E", "ＭＳ Ｐ明朝","MS Pkakugo", "メイリオ", Meiryo, serif;
  --kakugo: "Zen Kaku Gothic New", sans-serif;
}

.staff-outer {
  /*second-head*/
  /*feature*/
  /*staff*/
  /* PC幅に適用 */
  /* スマホ幅に適用 */
  /* ----------------------------------

  top

  ---------------------------------- */
  /* ----------------------------------



  ---------------------------------- */
  /*20240401*/
}
.staff-outer .second_h {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
}
.staff-outer .second_h .img {
  width: 72%;
  height: 480px;
  background: center center/cover no-repeat;
}
.staff-outer .second_h .head1 {
  position: absolute;
  top: 50%;
  right: 75px;
  font-size: 0.7812rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: right;
  text-transform: capitalize;
  text-shadow: 0 0 10px #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.staff-outer .second_h.tit-setuca .head1 {
  text-transform: lowercase;
}
.staff-outer .second_h .head1 span {
  display: block;
  margin-bottom: 30px;
  color: var(--green);
  font-family: var(--brandon);
  font-weight: 600;
  line-height: 0.9;
  font-size: 2.7344rem;
}
.staff-outer .breadcrumbs_wrap {
  padding: 0 25px;
  margin-bottom: 60px;
  font-size: 0.5859rem;
}
@media only screen and (max-width: 1300px) {
  .staff-outer .second_h .img {
    height: 380px;
  }
  .staff-outer .second_h .head1 span {
    margin-bottom: 15px;
    font-size: 3.3203rem;
  }
}
@media only screen and (max-width: 1024px) {
  .staff-outer .second_h .img {
    width: 75%;
    height: 330px;
  }
  .staff-outer .second_h .head1 {
    font-size: 0.9766rem;
  }
  .staff-outer .second_h .head1 span {
    margin-bottom: 5px;
    font-size: 2.9297rem;
  }
  .staff-outer .second_h {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 850px) {
  .staff-outer .breadcrumbs_wrap {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .staff-outer .second_h .img {
    height: 260px;
  }
  .staff-outer .breadcrumbs_wrap {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 650px) {
  .staff-outer .second_h .head1 {
    right: 20px;
    font-size: 0.625rem;
  }
  .staff-outer .second_h .head1 span {
    font-size: 1.5625rem;
  }
  .staff-outer .second_h .img {
    height: 230px;
  }
  .staff-outer .second_h {
    margin-bottom: 15px;
  }
  .staff-outer .breadcrumbs_wrap {
    margin-bottom: 25px;
    font-size: 0.3906rem;
  }
}
@media only screen and (max-width: 450px) {
  .staff-outer .second_h .img {
    width: 85%;
    height: 155px;
  }
  .staff-outer .second_h .head1 span {
    font-size: 1.4844rem;
  }
  .staff-outer .second_h .head1 {
    font-size: 0.5859rem;
  }
  .staff-outer .second_h {
    margin-bottom: 10px;
  }
  .staff-outer .breadcrumbs_wrap {
    padding: 0 15px;
  }
}
.staff-outer .temp_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 75px;
}
.staff-outer .temp_top .head2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.7031rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin: 30px 0 30px !important;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .staff-outer .temp_top .head2 {
    font-size: 0.9766rem;
  }
}
.staff-outer .temp_top .head2 span {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.staff-outer .temp_top .head2::before, .staff-outer .temp_top .head2::after {
  content: "";
  display: block;
  width: 145px;
  height: 1px;
  margin: 0 40px;
  background-color: var(--green);
}
.staff-outer .temp_top .txt {
  width: 100%;
  padding: 0 20px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
.staff-outer .temp_top .sub {
  margin-bottom: 45px;
  font-size: 0.8594rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
.staff-outer #feature_cont {
  width: 100%;
}
.staff-outer .li_temp1 {
  width: 100%;
}
.staff-outer .li_temp1 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 125px;
}
.staff-outer .li_temp1 li:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.staff-outer .li_temp1 .img {
  width: 55%;
  height: 560px;
  background: center center/cover no-repeat;
}
.staff-outer .li_temp1 .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45%;
  padding: 0 95px;
}
.staff-outer .li_temp1 .num {
  margin-bottom: 45px;
  color: var(--green);
  font-size: 1.1328rem;
  font-family: var(--brandon);
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.staff-outer .li_temp1 .num span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 15px;
  font-size: 2.3438rem;
  line-height: 0.7;
}
.staff-outer .li_temp1 .num span::before, .staff-outer .li_temp1 .num span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 15px 7px;
  border-top: 17px solid var(--green);
  border-right: 8px solid transparent;
  border-bottom: none;
  border-left: 8px solid transparent;
}
.staff-outer .li_temp1 .head3 {
  padding-bottom: 3px;
  margin-bottom: 55px;
  font-size: 0.9766rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  border-bottom: 1px solid var(--black);
}
.staff-outer .li_temp1 .txt {
  width: 100%;
  margin-bottom: 60px;
  line-height: 2;
}
.staff-outer .li_temp1 .txt.tac {
  text-align: center;
}
.staff-outer .chi_h .img {
  max-width: calc(100% - 520px);
}
.staff-outer .chi_h .head_wrap {
  position: absolute;
  top: 65px;
  right: 0;
  padding: 0 95px;
}
.staff-outer .chi_h .head_wrap .head1 {
  position: relative;
  top: 0;
  right: 0;
  margin-bottom: 40px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.staff-outer .chi_h .chi_h_b {
  width: 320px;
  margin-left: auto;
}
.staff-outer .chi_h .tab_wrap {
  width: 100%;
  list-style: none;
}
.staff-outer .chi_h .tab_wrap li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 15px 15px 5px;
  color: var(--black);
  font-weight: 600;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.staff-outer .chi_h .tab_wrap li a:hover {
  background-color: #e5e5e5;
}
.staff-outer .chi_h .tab_wrap li.is-active a {
  padding: 15px 5px;
  color: var(--green);
}
.staff-outer .chi_h .tab_wrap li a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.staff-outer .chi_h_b.sp {
  display: none;
}
@media only screen and (max-width: 1300px) {
  .staff-outer .li_temp1 .cont {
    padding: 0 50px;
  }
  .staff-outer .chi_h .head_wrap {
    padding: 0 95px 0 35px;
  }
  .staff-outer .chi_h .img {
    max-width: calc(100% - 415px);
  }
  .staff-outer .chi_h .chi_h_b {
    width: 285px;
  }
}
@media only screen and (max-width: 1150px) {
  .staff-outer .temp_top .head2 {
    margin-bottom: 30px;
  }
  .staff-outer .li_temp1 .num {
    margin-bottom: 30px;
  }
  .staff-outer .li_temp1 .cont {
    padding: 0 35px;
  }
  .staff-outer .li_temp1 .head3 {
    margin-bottom: 40px;
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 1024px) {
  .staff-outer .temp_top .head2 {
    margin-bottom: 25px;
  }
  .staff-outer .temp_top .head2::before, .staff-outer .temp_top .head2::after {
    width: 90px;
    margin: 0 20px;
  }
  .staff-outer .li_temp1 .cont {
    padding: 0 30px;
  }
  .staff-outer .li_temp1 .num {
    margin-bottom: 20px;
  }
  .staff-outer .li_temp1 .num span {
    font-size: 4.375rem;
  }
  .staff-outer .li_temp1 .head3 {
    margin-bottom: 25px;
    font-size: 1.75rem;
  }
  .staff-outer .li_temp1 .txt {
    margin-bottom: 30px;
    font-size: 1rem;
  }
  .staff-outer .li_temp1 li {
    margin-bottom: 95px;
  }
  .staff-outer .chi_h .chi_h_b {
    width: 225px;
  }
  .staff-outer .chi_h .tab_wrap li a {
    padding: 10px 15px 10px 5px;
    font-size: 0.9375rem;
  }
  .staff-outer .chi_h .tab_wrap li.is-active a {
    padding: 10px 5px;
  }
  .staff-outer .chi_h .img {
    max-width: calc(100% - 325px);
  }
  .staff-outer .chi_h .head_wrap .head1 {
    margin-bottom: 20px;
  }
  .staff-outer .chi_h .head_wrap {
    padding: 0 75px 0 25px;
  }
  .staff-outer .temp_top .head2 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 850px) {
  .staff-outer .temp_top {
    margin-bottom: 60px;
  }
  .staff-outer .temp_top .head2 {
    margin-bottom: 15px;
  }
  .staff-outer .temp_top .sub {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 15px;
    font-size: 1.3125rem;
  }
  .staff-outer .temp_top .txt {
    padding: 0 30px;
    text-align: left;
  }
  .staff-outer .temp_top .txt .pc_br {
    display: none;
  }
  .staff-outer .li_temp1 li, .staff-outer .li_temp1 li:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 700px;
    width: 92%;
    margin: 0 auto 60px;
  }
  .staff-outer .li_temp1 .img, .staff-outer .li_temp1 li:nth-of-type(even) .img {
    width: 100%;
    height: auto;
    padding-top: 56%;
    margin-bottom: 20px;
  }
  .staff-outer .li_temp1 .cont {
    width: 100%;
    padding: 0;
  }
  .staff-outer .li_temp1 .num {
    margin-bottom: 5px;
    font-size: 1.5625rem;
  }
  .staff-outer .li_temp1 .num span {
    margin-top: 10px;
    font-size: 3.5rem;
  }
  .staff-outer .li_temp1 .num span::before, .staff-outer .li_temp1 .num span::after {
    margin: 0 10px 7px;
    border-top: 11px solid var(--green);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }
  .staff-outer .li_temp1 .head3 {
    margin-bottom: 15px;
    font-size: 1.75rem;
  }
  .staff-outer .li_temp1 .txt {
    margin-bottom: 20px;
  }
  .staff-outer .chi_h .chi_h_b.pc {
    display: none;
  }
  .staff-outer .chi_h .chi_h_b.sp {
    display: block;
  }
  .staff-outer .chi_h .head_wrap {
    top: 50%;
    right: 75px;
    padding: 0;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .staff-outer .chi_h .head_wrap .head1 {
    margin-bottom: 0;
  }
  .staff-outer .second_h {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .staff-outer .chi_h .chi_h_b.sp {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 25px;
    margin-top: 10px;
  }
  .staff-outer .chi_h .chi_h_b.sp .tab_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .staff-outer .chi_h .chi_h_b.sp .tab_wrap li {
    width: 31%;
  }
  .staff-outer .chi_h .img {
    max-width: inherit;
    width: 75%;
  }
  .staff-outer .breadcrumbs_wrap + .chi_h {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .staff-outer .temp_top {
    margin-bottom: 45px;
  }
  .staff-outer .temp_top .head2::before, .staff-outer .temp_top .head2::after {
    margin: 0 15px;
  }
  .staff-outer .temp_top .sub {
    margin-bottom: 10px;
    font-size: 1.1875rem;
  }
  .staff-outer .li_temp1 .num {
    font-size: 1.4375rem;
  }
  .staff-outer .li_temp1 .num span {
    font-size: 3.3125rem;
  }
  .staff-outer .li_temp1 .head3 {
    font-size: 1.625rem;
  }
  .staff-outer .li_temp1 li, .staff-outer .li_temp1 li:nth-of-type(even) {
    margin-bottom: 45px;
  }
  .staff-outer .li_temp1 .txt {
    margin-bottom: 10px;
  }
  .staff-outer .chi_h .chi_h_b.sp {
    padding: 0 55px 0 25px;
  }
}
@media only screen and (max-width: 650px) {
  .staff-outer .temp_top {
    margin-bottom: 35px;
  }
  .staff-outer .temp_top .head2 {
    padding: 0 20px;
    line-height: 1.3;
  }
  .staff-outer .temp_top .txt {
    padding: 0 20px;
    margin-bottom: 10px;
    line-height: 1.7;
  }
  .staff-outer .temp_top .head2::before, .staff-outer .temp_top .head2::after {
    display: none;
  }
  .staff-outer .temp_top .head2 span {
    -webkit-flex-shrink: inherit;
    -ms-flex-negative: inherit;
    flex-shrink: inherit;
  }
  .staff-outer .temp_top .sub {
    padding: 0 20px;
    font-size: 1rem;
  }
  .staff-outer .li_temp1 .txt {
    margin-bottom: 15px;
    font-size: 0.875rem;
  }
  .staff-outer .li_temp1 .img, .staff-outer .li_temp1 li:nth-of-type(even) .img {
    margin-bottom: 15px;
  }
  .staff-outer .li_temp1 .num {
    font-size: 1.3125rem;
  }
  .staff-outer .li_temp1 .num span {
    margin-top: 7px;
    font-size: 2.6875rem;
  }
  .staff-outer .li_temp1 .head3 {
    margin-bottom: 10px;
    font-size: 1.125rem;
    margin-top: 10px;
  }
  .staff-outer .li_temp1 li, .staff-outer .li_temp1 li:nth-of-type(even) {
    margin-bottom: 35px;
  }
  .staff-outer .chi_h .head_wrap {
    right: 20px;
  }
  .staff-outer .chi_h .chi_h_b.sp {
    padding: 0 25px;
  }
  .staff-outer .chi_h .tab_wrap li a {
    font-size: 0.8125rem;
    line-height: 1.3;
  }
  .staff-outer .chi_h .chi_h_b.sp .tab_wrap li {
    width: 48%;
  }
  .staff-outer .chi_h .chi_h_b.sp {
    padding: 0 20px;
  }
  .staff-outer .breadcrumbs_wrap + .chi_h {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 450px) {
  .staff-outer .temp_top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .staff-outer .temp_top .head2 {
    padding: 0 15px;
    text-align: left;
  }
  .staff-outer .temp_top .sub {
    margin-bottom: 5px;
    padding: 0 15px;
    font-size: 0.9375rem;
    text-align: left;
  }
  .staff-outer .temp_top .sub br {
    display: none;
  }
  .staff-outer .temp_top .txt {
    padding: 0 15px;
  }
  .staff-outer .li_temp1 .img, .staff-outer .li_temp1 li:nth-of-type(even) .img {
    margin-bottom: 10px;
  }
  .staff-outer .li_temp1 .num {
    font-size: 1.25rem;
  }
  .staff-outer .li_temp1 .num span {
    margin-top: 5px;
    font-size: 2.375rem;
  }
  .staff-outer .li_temp1 .num span::before, .staff-outer .li_temp1 .num span::after {
    margin: 0 7px 7px;
    border-top: 7px solid var(--green);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
  .staff-outer .li_temp1 .head3 {
    margin-bottom: 10px;
    font-size: 1.1875rem;
  }
  .staff-outer .li_temp1 .txt {
    margin-bottom: 10px;
    line-height: 1.7;
  }
  .staff-outer .chi_h .chi_h_b.sp {
    padding: 0 15px;
  }
  .staff-outer .chi_h .tab_wrap li a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
  }
  .staff-outer .chi_h .tab_wrap li.is-active a {
    padding: 10px 0;
  }
  .staff-outer .chi_h .tab_wrap li a::after {
    display: none;
  }
}
.staff-outer .staff-link {
  margin-top: -100px;
  padding-top: 100px;
}
.staff-outer .row {
  max-width: 1200px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .staff-outer .row {
    margin: 0 auto;
    width: 100%;
  }
}
.staff-outer .staff-img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .staff-outer .staff-link {
    margin-top: -200px;
    padding-top: 200px;
  }
}
.staff-outer .staff-nav {
  margin-top: 30px;
  margin-bottom: 80px;
}
.staff-outer .staff-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  padding-left: 0 !important;
}
.staff-outer .staff-nav ul li {
  width: 33%;
  line-height: 1.4em;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .staff-outer .staff-nav ul li {
    width: 33%;
    margin-bottom: 20px;
    line-height: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .staff-outer .staff-nav ul li {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .staff-outer .staff-nav ul li p {
    margin-right: 20px;
  }
}
.staff-outer .staff-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  font-size: 14px;
  font-size: 0.875rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #7faba9));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #7faba9 50%);
  background-position: 0 0;
  background-size: 201% auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .staff-outer .staff-nav ul li a {
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
  }
}
@media screen and (min-width: 1024px) {
  .staff-outer .staff-nav ul li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.staff-outer .staff-nav ul li a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  color: #7faba9;
  font-size: 1.375rem;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .staff-outer .staff-nav ul li a::after {
    right: 30px;
    margin-left: auto;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.staff-outer .staff-nav ul li a:hover {
  cursor: pointer;
  background-position: -100% 0;
  color: #fff;
}
.staff-outer .staff-nav ul li a:hover::after {
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .staff-outer .staff-nav ul li a:hover::after {
    right: 10px;
  }
}
.staff-outer .staff-nav ul li img {
  width: 40px;
  height: auto;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .staff-outer .staff-nav ul li img {
    width: auto;
  }
}
.staff-outer .staff-box {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .staff-outer .staff-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.staff-outer .staff-box .staff-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .staff-outer .staff-box .staff-img img {
    width: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .staff-outer .staff-box .staff-img img {
    width: auto;
  }
}
.staff-outer .staff-box .staff-exp {
	width: 100%;
}
@media screen and (min-width: 768px) {
  .staff-outer .staff-box .staff-exp {
    margin-top: 30px;
  }
}
.staff-outer .staff-box .staff-exp .comment dt {
  background: #7faba9;
  color: #FFF;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  padding: 30px 10px 10px 10px;
  position: relative;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .staff-outer .staff-box .staff-exp .comment dt {
    padding: 20px 30px 20px 50px;
    font-size: 18px;
    font-size: 1.125rem;
    left: -30px;
  }
}
@media screen and (min-width: 1024px) {
  .staff-outer .staff-box .staff-exp .comment dt {
    left: -30px;
    padding: 20px 30px 20px 50px;
    line-height: inherit;
    font-size: 18px;
    font-size: 1.125rem;
    display: inline-block;
  }
}
.staff-outer .staff-box .staff-exp .comment dt::after {
  content: "";
  display: block;
  background: #FFF;
  position: absolute;
  width: 1px;
  height: 40px;
  top: -20px;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .staff-outer .staff-box .staff-exp .comment dt::after {
    width: 50px;
    height: 1px;
    left: -25px;
    top: 50%;
  }
}
.staff-outer .staff-box .staff-exp .comment dd {
  text-decoration: underline;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .staff-outer .staff-box .staff-exp .comment dd {
    margin-left: 25px;
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.staff-outer .staff-box .staff-exp .staff-inner {
  width: 100%;
  margin-top: 30px;
}
.staff-outer .staff-box .staff-exp .staff-inner dl dd {
  margin: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .staff-outer .staff-box .staff-exp .staff-inner {
    margin-left: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .staff-outer .staff-box .staff-exp .staff-inner {
    margin-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.staff-outer .staff-inner dl {
  margin-bottom: 20px;
}
.staff-outer .staff-box .staff-exp .staff-inner dl dt {
  font-family: var(--brandon);
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #7faba9;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .staff-outer .staff-box .staff-exp .staff-inner dl dt {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.staff-outer .staff-box .staff-exp .staff-inner dl dt::after {
  content: "";
  background: #7faba9;
  width: 30px;
  height: 1px;
  margin-left: 20px;
}
.staff-outer .staff-box .staff-exp .staff-inner dl .name {
  font-size: 18px;
  font-size: 1.125rem;
}
.staff-outer .staff-box .staff-exp .staff-inner dl .name br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .staff-outer .staff-box .staff-exp .staff-inner dl .name br {
    display: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .staff-outer .staff-box .staff-exp .staff-inner dl .name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .staff-outer .staff-box .staff-exp .staff-inner .staff-l {
    width: 370px;
  }
}
@media screen and (min-width: 1024px) {
  .staff-outer .staff-box .staff-exp .staff-inner .staff-r {
    width: 55%;
  }
}
@media only screen and (max-width: 1024px) {
  .staff-outer .staff-box {
    margin-bottom: 75px;
  }
  .staff-outer .staff-box {
    margin-bottom: 75px;
  }
  .staff-outer .staff-box .staff-exp .staff-inner .staff-l {
    width: 245px;
    padding-right: 20px;
  }
  .staff-outer .staff-box .staff-exp .staff-inner dl .name {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 850px) {
  .staff-outer .staff-nav {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .staff-outer .staff-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 500px;
    margin: 0 auto 50px;
  }
  .staff-outer .staff-box .staff-exp .staff-inner {
    margin-top: 10px;
  }
  .staff-outer .staff-inner dl {
    margin-bottom: 15px;
  }
  .staff-outer .staff-box .staff-exp .staff-inner dl .name {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 650px) {
  .staff-outer .staff-box .staff-exp .staff-inner {
    margin-top: 0;
  }
  .staff-outer .staff-inner dl {
    margin-bottom: 10px;
  }
  .staff-outer .staff-box .staff-exp .staff-inner .staff-r dd {
    font-size: 14px;
  }
  .staff-outer .staff-box .staff-exp .comment dd {
    margin-top: 15px;
  }
  .staff-outer .staff-box .staff-exp .staff-inner dl .name {
    font-size: 1.0625rem;
  }
  .staff-outer .staff-box {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .staff-outer .hp_sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .staff-outer .hp_pc {
    display: none !important;
  }
  .staff-outer .js_modalContInner {
    max-height: 90vh;
    padding: 50px 40px;
  }
  .staff-outer .js_modalCont {
    max-height: 80vh;
  }
  .staff-outer .js_modalClose {
    top: -30px;
  }
  .staff-outer .js_modalClose::before,
  .staff-outer .js_modalClose::after {
    background-color: #fff;
  }
}
.staff-outer .js_modalWrap {
  display: none;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.staff-outer .js_modal_txt {
  margin-top: 20px;
  line-height: 1.7;
  text-align: left;
  font-size: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .staff-outer .js_modal_txt {
    margin-top: 30px;
    line-height: 2.3;
    font-size: 0.9375rem;
  }
}
.staff-outer .top-enter {
  margin-top: 100px;
}
@media only screen and (min-width: 1025px) {
  .staff-outer .top-enter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 200px;
  }
}
.staff-outer .top-enter-box {
  width: 100%;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 3/1.5;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1025px) {
  .staff-outer .top-enter-box {
    width: 50%;
    aspect-ratio: 3/2;
  }
}
.staff-outer .top-enter-box.enter01 {
  background: url(images/top01.jpg) center center/cover no-repeat;
}
.staff-outer .top-enter-box.enter02 {
  background: url(images/top02.jpg) center center/cover no-repeat;
}
.staff-outer .top-enter-box.enter03 {
  background: url(images/top03.jpg) center center/cover no-repeat;
}
.staff-outer .top-enter-box.enter04 {
  background: url(images/after_maintenance.jpg) center center/cover no-repeat;
}
.staff-outer .top-enter-box a {
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.staff-outer .top-enter-box a .arrow img {
  width: 70px;
}
.staff-outer .top-enter-box a h3 {
  position: relative;
  z-index: 10;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding: 10px;
}
@media only screen and (min-width: 1025px) {
  .staff-outer .top-enter-box a h3 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-top: none;
    border-bottom: none;
    font-size: 1.375rem;
    padding: 15px;
  }
}
.staff-outer .top-enter-box a span {
  font-weight: 500;
  margin-top: 10px;
}
@media only screen and (min-width: 1025px) {
  .staff-outer .top-enter-box a span {
    position: absolute;
    left: 30px;
    bottom: 30px;
    margin-top: 0;
  }
}
.staff-outer .top-enter-box a .arrow {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.staff-outer .top-enter-box a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.staff-outer div.fat-nav li .acc-cont a {
  font-size: 0.875rem;
}
.staff-outer div.hamburger__icon, .staff-outer div.hamburger__icon:after, .staff-outer div.hamburger__icon:before {
  height: 1px;
}
.staff-outer a.hamburger {
  width: 33px;
}
.staff-outer .top_point_li.lsn {
  width: 81%;
  margin: auto;
}
.staff-outer .top_point_li li.safety_block {
  position: relative;
  width: 45%;
  padding-top: 45%;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}
.staff-outer .lsn a p {
  margin-bottom: 0;
}
.staff-outer .lsn li {
  list-style: none;
}
.staff-outer .lsn li span {
  font-size: 1.125rem !important;
  color: #000;
  font-weight: 400 !important;
  transition: all .3s ease;
}
.staff-outer .lsn li a:hover span {
	color: #fff;
}
@media screen and (max-width: 1024px) {
  .staff-outer .lsn li span {
    font-size: 14px !important;
  }
}
.staff-outer .top_point_li .safety_block .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-bottom: 5%;
  transform: translate(-50%, -50%);
}
.staff-outer .top_point_li .safety_block .cont {
  flex-direction: column;
  max-width: inherit;
  width: 100%;
  padding-top: 0;
  padding-bottom: 4%;
  margin-top: 0;
  font-size: clamp(1.7rem, 1.3vw, 2.3rem);
  line-height: 1.5;
  text-align: center;
  background: transparent;
}
.staff-outer .top_point_li .safety_block .num {
  margin: 0 auto 7%;
  font-size: clamp(2.8rem, 2.3vw, 4rem);
}
.staff-outer .top_point_li li.safety_block .pic {
  display: block;
  margin: auto;
}
.staff-outer .fnav_b > a {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .staff-outer .top_point_li.lsn {
    flex-direction: row;
    width: 100%;
    margin-bottom: 20px;
  }
  .staff-outer .top_point_li li.safety_block {
    width: 48%;
    padding-top: 48%;
  }
  .staff-outer .top_point_li .safety_block .num {
    margin-bottom: 5%;
    font-size: clamp(1rem, 4.5vw, 4rem);
  }
  .staff-outer .top_point_li .safety_block .cont {
    font-size: clamp(1rem, 2.8vw, 2.3rem);
    line-height: 1.3;
  }
}
.staff-outer .top_setuca {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1220px;
  width: 100%;
  padding: 70px 4% 35px;
  margin: 135px auto 0;
  background: center top/cover no-repeat;
}
.staff-outer .top_setuca::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.36);
  z-index: 0;
}
.staff-outer .top_setuca > * {
  position: relative;
  z-index: 1;
}
.staff-outer .top_setuca .head2 {
  width: 100%;
  margin-bottom: 1.85em;
  color: #fff;
  font-size: 1.62em;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.staff-outer .top_setuca .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}
.staff-outer .top_setuca .logo img {
  display: block;
  width: 142px;
}
.staff-outer .top_setuca .txt {
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.12em;
  font-weight: 600;
  text-align: center;
}
.staff-outer .top_setuca .btn1.border_white {
  padding: 0;
  background: transparent;
  border: none;
}
.staff-outer .top_setuca br.sp {
  display: none;
}
@media only screen and (max-width: 650px) {
  .staff-outer .top_setuca {
    padding: 35px 4% 25px;
    margin-top: 80px;
  }
  .staff-outer .top_setuca .head2 {
    margin-bottom: 15px;
    font-size: 1.14em;
  }
  .staff-outer .top_setuca .logo {
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
  }
  .staff-outer .top_setuca .logo img {
    width: 77px;
  }
  .staff-outer .top_setuca .txt {
    font-size: 0.8em;
  }
  .staff-outer .top_setuca br.sp {
    display: block;
  }
}
.staff-outer .catch-wrap .main-tit, .staff-outer .catch-wrap .catch-r .name {
  font-family: var(--kakugo);
}

@media screen and (max-width: 768px) {
  .comment {
    margin-top: 0 !important;
  }
}

.section-lcmm-diagram {
  padding: 15px 0 40px 0;
}
.section-lcmm-diagram .lcmm-diagram__wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1210px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section-lcmm-diagram .lcmm-diagram__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.section-lcmm-diagram .lcmm-diagram__image-column {
  flex: 0 0 45%;
  max-width: 42.8%;
}
.section-lcmm-diagram .lcmm-diagram__image-column img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .section-lcmm-diagram .lcmm-diagram__image-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-lcmm-diagram .lcmm-diagram__text-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 25px;
}
@media (max-width: 767px) {
  .section-lcmm-diagram .lcmm-diagram__text-column {
    margin-left: 0;
  }
}
.section-lcmm-diagram .lcmm-diagram__item:last-child {
  margin-bottom: 0;
}
.section-lcmm-diagram .lcmm-diagram__item .lcmm-diagram__item-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333333;
  padding-bottom: 5px;
  margin-bottom: 0;
  border-bottom: 2px solid #E0E0E0;
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .section-lcmm-diagram .lcmm-diagram__item .lcmm-diagram__item-title {
    font-size: 1.125rem;
  }
}
.section-lcmm-diagram .lcmm-diagram__item .lcmm-diagram__item-description {
  font-size: 16px;
  line-height: 2.4;
}
.section-lcmm-diagram .lcmm-diagram__item.lcmm-diagram__item--zeh .lcmm-diagram__item-title {
  color: #7EA8A6;
  border-bottom-color: #7EA8A6;
}

.section-zeh-table {
  background: #F0F6F6;
  max-width: 1210px;
  margin: 0 auto;
  padding: 57px 6.8%;
}
.section-zeh-table .zeh-tables {
  padding: 0 4%;
}
.section-zeh-table .zeh-tables .zeh-table thead tr {
  font-size: 20px;
}
.section-zeh-table .zeh-tables .zeh-table thead tr:first-child {
  height: 52px;
}
.section-zeh-table .zeh-tables .zeh-table tbody tr td {
  height: 100px;
}
.section-zeh-table .zeh-tables .zeh-table tbody tr td .zeh-percent {
  font-size: 50px;
}

.section-zeh-feature {
  padding: 147px 0 0 0;
  text-align: center;
}
.section-zeh-feature:last-of-type {
  margin-bottom: 0;
}
.section-zeh-feature .financial-plan__heading-wrapper {
  margin-bottom: 49px;
}
@media screen and (max-width: 1500px) {
  .section-zeh-feature .financial-plan__heading-wrapper {
    padding: 0 4%;
  }
}
.section-zeh-feature .financial-plan__heading-wrapper .financial-plan__heading {
  font-size: 24px;
  font-weight: bold;
}
.section-zeh-feature .zeh-feature__container {
  max-width: 1220px;
  margin: 0 auto;
  border: 2px solid #7EA8A6;
  border: 2px solid #7EA8A6;
  border: 2px solid #7EA8A6;
  padding: 0;
}
.section-zeh-feature .zeh-feature__container + .zeh-feature__container {
	margin-top: 45px;
}
@media only screen and (max-width: 768px) {
	.section-zeh-feature .zeh-feature__container + .zeh-feature__container {
		margin-top: 25px;
	}
}
.section-zeh-feature .zeh-feature__header {
  background-color: #7EA8A6;
  padding: 23px 25px;
}
.section-zeh-feature .zeh-feature__header .zeh-feature__title {
  font-size: 22px;
  color: #FFFFFF;
  font-weight: 700;
  margin: 0;
}
.section-zeh-feature .zeh-feature__content {
  padding: 55px 6.6% 35px 6.6%;
}
.section-zeh-feature .zeh-feature__content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #333333;
}
.section-zeh-feature .zeh-feature__content p:last-child {
  margin-bottom: 0;
}
.section-zeh-feature .zeh-feature__content p strong, .section-zeh-feature .zeh-feature__content p b {
  font-weight: 700;
}
.section-zeh-feature .zeh-feature__content img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .section-zeh-feature .zeh-feature__content p {
    text-align: left !important;
  }
}
@media screen and (max-width: 1024px) {
  .section-zeh-feature.section-zeh-feature--solar {
    padding-top: 80px;
  }
}
.section-zeh-feature.section-zeh-feature--hems {
  padding-top: 45px;
}
.section-zeh-feature.section-zeh-feature--hems .zeh-feature__content img {
  max-width: 940px;
  margin: 45px 0 55px 0;
  margin-left: auto;
  margin-right: auto;
}

#fullorder__outer {
  width: 100%;
  margin: 0 auto;
}

.financial-plan-fullorder {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .financial-plan-fullorder {
    padding-bottom: 0;
  }
}

@media (max-width: 1024px) {
  .breadcrumb {
    top: 130px;
  }
}

.financial-plan_inspection-fullorder {
  padding-bottom: 0;
}

.fullorder__proposal {
  margin: 60px 0 30px;
}
.fullorder__proposal .free {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .fullorder__proposal .free {
    grid-template-columns: 1fr;
  }
}
.fullorder__proposal .free .free-pic {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .fullorder__proposal .free .free-pic {
    width: 100%;
    height: auto;
  }
}
.fullorder__proposal .free .free-pic a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 702px;
  color: #FFFFFF;
  text-decoration: none;
  padding-bottom: 60px;
}
@media (max-width: 1200px) {
  .fullorder__proposal .free .free-pic a {
    max-height: 900px;
  }
}
@media (max-width: 1024px) {
  .fullorder__proposal .free .free-pic a {
    max-height: 1200px;
  }
}
.fullorder__proposal .free .free-pic a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
}
.fullorder__proposal .free .free-pic .tit-sub, .fullorder__proposal .free .free-pic h3, .fullorder__proposal .free .free-pic .txt-sub, .fullorder__proposal .free .free-pic .more-btn {
  position: relative;
  z-index: 2;
  padding: 0 40px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.fullorder__proposal .free .free-pic .tit-sub {
  margin-top: 80px;
  font-size: clamp(12px, 0.83vw, 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 991px) {
  .fullorder__proposal .free .free-pic .tit-sub {
    font-size: clamp(12px, 2.08vw, 16px);
  }
}
@media (max-width: 767px) {
  .fullorder__proposal .free .free-pic .tit-sub {
    margin-top: 60px;
    font-size: clamp(12px, 3.73vw, 14px);
  }
}
.fullorder__proposal .free .free-pic h3 {
  margin-top: 40px;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  padding: 30px 25px 20px 25px;
  color: #FFFFFF;
}
.fullorder__proposal .free .free-pic h3 img {
  height: 42px;
  width: auto;
  object-fit: contain;
}
.fullorder__proposal .free .free-pic h3 span {
  display: block;
  font-size: clamp(12px, 0.83vw, 16px);
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  margin-top: 20px;
  position: relative;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .fullorder__proposal .free .free-pic h3 span {
    font-size: clamp(12px, 2.08vw, 16px);
  }
}
@media (max-width: 767px) {
  .fullorder__proposal .free .free-pic h3 span {
	margin-top: 5px;
    font-size: clamp(12px, 3.73vw, 14px);
  }
}
.fullorder__proposal .free .free-pic h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
}
.fullorder__proposal .free .free-pic h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .fullorder__proposal .free .free-pic h3 {
    margin-top: 20px;
	padding: 20px 15px 5px 15px;
    font-size: 38px;
  }
}
.fullorder__proposal .free .free-pic .txt-sub {
  margin-top: auto;
  margin-bottom: 40px;
  font-size: clamp(12px, 0.73vw, 14px);
  line-height: 1.8;
  letter-spacing: 0.03em;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .fullorder__proposal .free .free-pic .txt-sub {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .fullorder__proposal .free .free-pic .txt-sub {
    padding: 0 6%;
  }
}
@media (max-width: 991px) {
  .fullorder__proposal .free .free-pic .txt-sub {
    font-size: clamp(12px, 1.82vw, 14px);
  }
}
@media (max-width: 767px) {
  .fullorder__proposal .free .free-pic .txt-sub {
    margin-bottom: 40px !important;
    font-size: clamp(12px, 3.47vw, 13px);
  }
}
@media screen and (max-width: 1024px) {
  .fullorder__proposal .free .free-pic .txt-sub.free-pic-txt {
    text-align: left;
  }
}
.fullorder__proposal .free .free-pic .more-btn {
  margin-bottom: 40px;
  display: inline-block;
  padding: 12px 90px 12px 60px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
}
.fullorder__proposal .free .free-pic .more-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 41px;
  height: 1px;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
.fullorder__proposal .free .free-pic .more-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 1px;
  background-color: #FFFFFF;
  transform: rotate(25deg);
  transform-origin: right;
  transition: all 0.3s ease;
}
.fullorder__proposal .free .free-pic .more-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}
.fullorder__proposal .free .free-pic .more-btn:hover::before {
  width: 46px;
  right: 15px;
}
.fullorder__proposal .free .free-pic .more-btn:hover::after {
  right: 15px;
}
@media (max-width: 767px) {
  .fullorder__proposal .free .free-pic .more-btn {
    margin-bottom: 30px;
  }
}
.fullorder__proposal .free .free-pic .free-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.5;
}
.fullorder__proposal .free .sugi-free h3 {
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
}
.fullorder__proposal .free .sugi-free h3 span::after {
  width: 50px;
}

@media (max-width: 767px) {
  #fullorder__proposal .free .free-pic {
    margin-bottom: 20px;
  }
  #fullorder__proposal .free .free-pic:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #fullorder__proposal .free .free-pic a {
    min-height: 702px;
  }
  #fullorder__proposal .free .free-pic .txt-sub {
    font-size: 13px;
    margin-bottom: 80px;
  }
}
#product-casa-section {
  padding: 0;
}
@media screen and (max-width: 1500px) {
  #product-casa-section {
    padding: 0 4%;
  }
}
#product-casa-section .product-casa-container {
  max-width: 1313px;
  background-color: #FFFFFF;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  padding: 40px;
}
@media (max-width: 767px) {
  #product-casa-section .product-casa-container {
    flex-direction: column;
  }
}
#product-casa-section .product-casa-title-column {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-right: 60px;
}
#product-casa-section .product-casa-title-column::after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  width: 1px;
  height: 100%;
  background-color: #7EA8A6;
}
@media (max-width: 767px) {
  #product-casa-section .product-casa-title-column {
    width: 100%;
    justify-content: center;
    padding-right: 0;
    margin-bottom: 40px;
  }
  #product-casa-section .product-casa-title-column::after {
    top: auto;
    right: 0;
    bottom: -20px;
    width: 100%;
    height: 1px;
  }
}
#product-casa-section .product-casa-title {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #333333;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767px) {
  #product-casa-section .product-casa-title {
    text-align: center;
    font-size: 24px;
  }
}
#product-casa-section .product-casa-content-column {
  width: 75%;
  padding-left: 60px;
}
@media (max-width: 767px) {
  #product-casa-section .product-casa-content-column {
    width: 100%;
    padding-left: 0;
  }
}
#product-casa-section .product-casa-paragraph {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 2.4;
  color: #333333;
  margin-bottom: 20px;
}
#product-casa-section .product-casa-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #product-casa-section .product-casa-paragraph {
    font-size: 14px;
    line-height: 1.6;
  }
}

.section-zeh-housing {
  padding: 0 0 80px 0;
  margin-top: 130px;
  background-color: #FFFFFF;
}
.section-zeh-housing .financial-plan__heading {
  font-size: 25px;
  font-weight: 600;
  margin: 20px 0;
}
.section-zeh-housing .financial-plan__heading .zeh-dot {
  position: relative;
}
.section-zeh-housing .financial-plan__heading .zeh-dot:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #7EA8A6;
  display: block;
}
@media (max-width: 990px) {
  .section-zeh-housing .financial-plan__heading .zeh-dot {
    line-height: 2;
  }
  .section-zeh-housing .financial-plan__heading .zeh-dot:before {
    top: -3px;
  }
}
.section-zeh-housing .zeh-tables {
  margin-bottom: 0;
  margin: 0 auto;
  padding: 0 4%;
}
.section-zeh-housing .zeh-tables .zeh-table thead tr {
  font-size: 20px;
}
.section-zeh-housing .zeh-tables .zeh-table thead tr:first-child {
  height: 52px;
}
@media screen and (max-width: 650px) {
  .section-zeh-housing .zeh-tables .zeh-table thead tr th {
    padding: 5px 0 !important;
  }
  .section-zeh-housing {
	  margin-top: 70px;
	  padding-bottom: 0;
  }
}
.section-zeh-housing .zeh-tables .zeh-table tbody tr td {
  height: 100px;
}
.section-zeh-housing .zeh-tables .zeh-table tbody tr td .zeh-percent {
  font-size: 50px;
}
@media screen and (max-width: 650px) {
  .section-zeh-housing .zeh-tables .zeh-table tbody tr td {
    padding: 5px 0 !important;
  }
}
.section-zeh-housing .more-btn {
  margin-top: 40px;
  display: inline-block;
  padding: 16px 90px 16px 60px;
  color: #FFFFFF;
  background: #7EA8A6;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
}
.section-zeh-housing .more-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 41px;
  height: 1px;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
.section-zeh-housing .more-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 1px;
  background-color: #FFFFFF;
  transform: rotate(25deg);
  transform-origin: right;
  transition: all 0.3s ease;
}
.section-zeh-housing .more-btn:hover {
  transform: translateY(-2px);
}
.section-zeh-housing .more-btn:hover::before {
  width: 46px;
  right: 15px;
}
.section-zeh-housing .more-btn:hover::after {
  right: 15px;
}
@media (max-width: 767px) {
  .section-zeh-housing .more-btn {
    margin-bottom: 30px;
  }
}
.section-zeh-housing .event__link-container {
  margin: 0 auto;
  max-width: 912px;
}
.section-zeh-housing .event__link-container .button {
  background: #7EA8A6;
  color: #FFFFFF;
}
.section-zeh-housing .event__link-container .button::before {
  background-color: #FFFFFF;
}
.section-zeh-housing .event__link-container .button::after {
  background-color: #FFFFFF;
}
.section-zeh-housing .zeh-housing-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 60px 60px 100px;
  text-align: center;
  background: #F0F6F6;
}
@media screen and (max-width: 1024px) {
  .section-zeh-housing .zeh-housing-container {
    padding: 40px 4%;
  }
  .section-zeh-housing .zeh-housing-container .financial-plan__heading-wrapper .financial-plan__heading {
    font-size: 24px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .section-zeh-housing .zeh-housing-container .financial-plan__heading-wrapper .financial-plan__heading {
    font-size: 20px;
	line-height: 2.1;
  }
}
@media screen and (max-width: 480px) {
  .section-zeh-housing .zeh-housing-container .financial-plan__heading-wrapper .financial-plan__heading {
    font-size: 18px;
    margin: 0;
  }
}
.section-zeh-housing .zeh-housing-title {
  font-size: 32px;
  font-weight: 700;
  color: #7EA8A6;
  margin-bottom: 40px;
  text-align: center;
}
.section-zeh-housing .zeh-housing-subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin: 10px 0;
  text-align: center;
  line-height: 1.1;
}
.section-zeh-housing .zeh-housing-description {
  font-size: 16px;
  line-height: 2.4;
  color: #333333;
  margin: 25px auto 50px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-zeh-housing .zeh-housing-description {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .section-zeh-housing .zeh-housing-description {
    line-height: 1.6;
  }
}
.section-zeh-housing .zeh-plans-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 40px 0 80px 0;
}
@media (max-width: 767px) {
  .section-zeh-housing .zeh-plans-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.section-zeh-housing .zeh-plan-card {
  width: 100%;
  max-width: 381px;
  background-color: #FFFFFF;
  overflow: hidden;
  padding: 20px;
}
@media (max-width: 767px) {
  .section-zeh-housing .zeh-plan-card {
    max-width: 100%;
  }
}
.section-zeh-housing .zeh-plan-header {
  background-color: #7EA8A6;
  padding: 5px 15px;
  border-radius: 100px;
}
.section-zeh-housing .zeh-plan-title {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.2;
}
.section-zeh-housing .zeh-plan-subtitle {
  font-size: 14px;
  font-weight: 400;
  font-weight: 600;
}
.section-zeh-housing .zeh-plan-body {
  background-color: #FFFFFF;
  padding: 20px 0 10px 0;
}
.section-zeh-housing .zeh-plan-text {
  font-size: 16px;
  color: #7EA8A6;
}
@media screen and (max-width: 450px) {
  .section-zeh-housing .zeh-plan-text {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.section-zeh-housing .zeh-plan-number {
  font-size: 35px;
  font-weight: 700;
  color: #7EA8A6;
  line-height: 1;
  display: flex;
  align-items: end;
  justify-content: center;
}
.section-zeh-housing .zeh-percent {
  font-size: 32px;
}
.section-zeh-housing .zeh-text-small {
  font-size: 20px;
  margin: 0 5px;
}
.section-zeh-housing .zeh-plan-description {
  font-size: 16px;
  color: #7EA8A6;
  margin: 15px 0 0;
}
@media screen and (max-width: 450px) {
  .section-zeh-housing .zeh-plan-description {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section-zeh-housing .zeh-housing-title {
    font-size: 26px;
  }
  .section-zeh-housing .zeh-housing-subtitle {
    font-size: 18px;
  }
  .section-zeh-housing .zeh-housing-description {
    font-size: 14px;
  }
  .section-zeh-housing .zeh-plan-header {
    padding: 12px;
  }
  .section-zeh-housing .zeh-plan-title {
    font-size: 20px;
  }
  .section-zeh-housing .zeh-plan-subtitle {
    font-size: 12px;
  }
  .section-zeh-housing .zeh-plan-number {
    font-size: 36px;
  }
  .section-zeh-housing .zeh-percent {
    font-size: 24px;
  }
  .section-zeh-housing .zeh-text-small {
    font-size: 14px;
  }
}

.section-renovation {
  background: linear-gradient(to bottom, #FFFFFF 50%, #F0F6F6 50%);
  padding: 0 0 80px 0;
}
.section-renovation .renovation-heading-wrapper {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.section-renovation .renovation-heading-wrapper::before, .section-renovation .renovation-heading-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 120px;
  height: 1px;
  background-color: #E0E0E0;
}
.section-renovation .renovation-heading-wrapper::before {
  left: calc(50% - 200px);
}
.section-renovation .renovation-heading-wrapper::after {
  right: calc(50% - 200px);
}
.section-renovation .renovation-heading {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .section-renovation .renovation-heading {
    font-size: 20px;
  }
}
.section-renovation .renovation-intro {
  text-align: center;
  margin-bottom: 60px;
}
.section-renovation .renovation-intro p {
  font-size: 16px;
  line-height: 2.4;
  color: #333333;
  font-weight: 400;
}
@media (max-width: 767px) {
  .section-renovation .renovation-intro p {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    padding: 0 4%;
  }
}
.section-renovation .renovation-card-container {
  max-width: 1000px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}
.section-renovation .renovation-card-container .more-btn {
  margin-top: 40px;
}
.section-renovation .renovation-card-container .free-pic {
  width: 100%;
}
.section-renovation .renovation-card-container .free-pic a {
  padding: 95px 0;
  height: 100%;
}
.section-renovation .renovation-card-container .free-pic h3 img {
  height: 21px;
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .section-renovation .renovation-card-container {
    padding: 0 4%;
  }
}

.section-resource-request {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 1520px;
  padding: 0;
  margin: 30px auto 160px;
  border: 2px solid #bad8d5;
  border-radius: 10px;
  overflow: hidden;
}
.section-resource-request.green {
	border: none;
}
@media (min-width: 768px) {
  .section-resource-request {
    flex-direction: row;
  }
}
.section-resource-request .resource-image-column {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-resource-request .resource-image-column {
    width: 40%;
  }
}
.section-resource-request .resource-image-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-resource-request .resource-content-column {
  width: 100%;
  background-color: #fff;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-resource-request.green .resource-content-column {
	color: #fff;
	background-color: #7ea8a6;
}
@media (min-width: 768px) {
  .section-resource-request .resource-content-column {
    width: 60%;
    padding: 60px 40px;
  }
}
.section-resource-request .resource-content-column .resource-title {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  display: inline-block;
  color: #000;
}
.section-resource-request.green .resource-content-column .resource-title {
	color: #fff;
}
.section-resource-request .resource-content-column .resource-title .resource-icon {
  font-size: 24px;
  margin-right: 20px;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
.section-resource-request .resource-content-column .resource-title .resource-icon[src] {
  display: inline-block;
  filter: brightness(0) saturate(100%);
}
.section-resource-request .resource-content-column .resource-title .resource-icon[src] {
	filter: none;
}
@media (min-width: 768px) {
  .section-resource-request .resource-content-column .resource-title .resource-icon {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .section-resource-request .resource-content-column .resource-title {
    font-size: 28px;
    text-align: left;
  }
}
.section-resource-request .resource-content-column .resource-description {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.2;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section-resource-request .resource-content-column .resource-description {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.section-resource-request .resource-content-column .resource-cta-container {
  text-align: center;
}
@media (min-width: 768px) {
  .section-resource-request .resource-content-column .resource-cta-container {
    text-align: left;
  }
}
.section-resource-request .resource-content-column .resource-cta-container .button {
  background-color: #7ea8a6;
  color: #fff;
  border: none;
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 16px 90px 16px 60px;
}
.section-resource-request .resource-content-column .resource-cta-container .button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 41px;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.section-resource-request .resource-content-column .resource-cta-container .button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 1px;
  background-color: #fff;
  transform: rotate(25deg);
  transform-origin: right;
  transition: all 0.3s ease;
}
.section-resource-request.green .resource-content-column .resource-cta-container .button {
	background-color: #fff;
	color: #7ea8a6;
}
.section-resource-request.green .resource-content-column .resource-cta-container .button::before, .section-resource-request.green .resource-content-column .resource-cta-container .button::after {
	background-color: #7ea8a6;	
}
.section-resource-request .resource-content-column .resource-cta-container .button:hover {
  transform: translateY(-2px);
}
.section-resource-request .resource-content-column .resource-cta-container .button:hover::before {
  width: 46px;
  right: 15px;
}
.section-resource-request .resource-content-column .resource-cta-container .button:hover::after {
  right: 15px;
}

br.tb {
  display: none;
}
@media (max-width: 991px) {
  br.tb {
    display: block;
  }
}

.design-casa {
  text-align: center;
  padding: 40px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .design-casa {
    padding: 20px 0 100px;
  }
}
.design-casa h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .design-casa h3 {
    margin-bottom: 40px;
    font-size: 3.2rem;
  }
}
.design-casa h3 img {
  width: 220px;
  object-fit: contain;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .design-casa h3 img {
    width: 220px;
  }
}
.design-casa h4 {
  font-weight: 700;
  line-height: 35px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .design-casa h4 {
    font-size: 17px;
    line-height: 2.5;
    font-weight: 700;
  }
}
.design-casa .txt-main {
  margin: 40px auto 0px;
  width: 90%;
  text-align: left;
  line-height: 1.8;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .design-casa .txt-main {
    line-height: 2.3;
    margin: 80px auto 0px;
    text-align: center;
  }
}
.design-casa .base-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  margin: 100px 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .design-casa .base-slider {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}
.design-casa .base-slider .design-slider {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .design-casa .base-slider .design-slider {
    width: 100%;
    min-height: 719px;
  }
}
.design-casa .base-slider .design-slider .slick-list {
  z-index: 10;
}
.design-casa .base-slider .design-slider img {
  width: 100%;
  height: auto;
  min-height: 719px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .design-casa .base-slider .design-slider img {
    min-height: auto;
  }
}
.design-casa .base-slider .design-slider .slick-dots {
  z-index: 10;
  bottom: -40px;
}
@media only screen and (min-width: 768px) {
  .design-casa .base-slider .design-slider .slick-dots {
    text-align: right;
  }
}
.design-casa .base-slider .design-slider .slick-dots li {
  margin: 0;
}
.design-casa .base-slider .design-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.design-casa .base-slider .design-slider .slick-dots li button:before {
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #a3a3a3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.design-casa .base-slider .design-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #7faba9;
}
.design-casa .base-slider .tit-slider {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.7rem;
  letter-spacing: 0.3rem;
  line-height: 2;
  position: relative;
  margin-bottom: 30px;
}
.design-casa .base-slider .tit-slider.bg-w::after {
  display: block;
  width: 50vw;
  height: 400px;
  background: #F0F6F6;
  position: absolute;
  right: 0;
  bottom: -100px;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .design-casa .base-slider .tit-slider.bg-w::after {
    content: "";
  }
}
@media only screen and (min-width: 768px) {
  .design-casa .base-slider .tit-slider {
    font-size: 2.4rem;
    width: 30%;
    margin-bottom: 0;
  }
}
.design-casa .base-slider .tit-slider .tit-slider-inner {
  padding: 50px;
  position: relative;
  font-size: 24px;
  text-align: left;
  font-weight: 700;
}
.design-casa .base-slider .tit-slider .tit-slider-inner::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/setuca/img/icon_dot.svg) center top/cover no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.design-casa .base-slider .tit-slider .tit-slider-inner::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/setuca/img/icon_dot2.svg) center top/cover no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .design-casa .base-slider .tit-slider .tit-slider-inner {
    font-size: 19.5px;
    line-height: 34px;
    letter-spacing: 3px;
  }
}
.design-casa .normal-block {
  margin-top: 100px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .design-casa .normal-block {
    margin-top: 200px;
    margin-bottom: 160px;
  }
}
.design-casa .normal-txt {
  width: 90%;
  margin: auto;
  text-align: left;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .design-casa .normal-txt {
    text-align: center;
    line-height: 2.5;
  }
}
.design-casa .normal-sub {
  font-weight: 700;
  margin-bottom: 50px;
  margin-left: 0;
}
.design-casa .normal-tit {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .design-casa .normal-tit {
	margin-top: 120px;
    font-size: 30px;
  }
	.design-casa .works .normal-tit {
		margin-top: 0;
	}
}
.design-casa .normal-tit span {
  font-size: 30px;
}
.design-casa .normal-tit::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #7faba9;
  position: relative;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 20px auto 0;
}
.design-casa .point-casa {
  background: #f0f5f5;
  padding: 80px 0;
}
.design-casa .point-content {
  width: 90%;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .design-casa .point-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
  }
}
.design-casa .point-content .point-box {
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  .design-casa .point-content .point-box {
    width: 28%;
    margin-bottom: 0;
  }
}
.design-casa .point-content .point-box .circle {
  background-color: #fff;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: center center;";
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1/1;
  width: 70%;
  margin: auto;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
@media only screen and (min-width: 768px) {
  .design-casa .point-content .point-box .circle {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .design-casa .point-content .point-box .circle {
    width: 90%;
  }
}
.design-casa .point-content .point-box .circle img {
  width: 70%;
  margin: 0 auto;
}
.design-casa .point-content .point-box .circle dt {
  font-weight: 700;
  margin: 10px 0;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .design-casa .point-content .point-box .circle dt {
    margin: 10px 0;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .design-casa .point-content .point-box .circle dt {
    margin: 30px 0;
  }
}
.design-casa .point-content .point-box .circle dd {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  margin: 0;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .design-casa .point-content .point-box .circle dd {
    font-size: 17px;
  }
}
.design-casa .point-txt {
  font-size: 15px;
  text-align: left;
  margin-top: 30px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .design-casa .sp-br {
    display: none;
  }
}
.design-casa .base-slider.product-slider {
  display: flex;
  flex-direction: column;
  margin: 80px 0;
  position: relative;
  align-items: center;
  overflow: hidden;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .design-casa .base-slider.product-slider {
    padding: 60px 6%;
  }
}
.design-casa .base-slider.product-slider:after {
  position: absolute;
  content: "";
  display: block;
  width: 95%;
  height: 100%;
  background: #F0F6F6;
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .design-casa .base-slider.product-slider {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.design-casa .base-slider.product-slider .design-slider {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .design-casa .base-slider.product-slider .design-slider {
    width: 65%;
  }
}
.design-casa .base-slider.product-slider .design-slider .slider-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.design-casa .base-slider.product-slider .tit-slider02 {
  width: 100%;
  padding: 30px 20px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .design-casa .base-slider.product-slider .tit-slider02 {
    width: 40%;
    height: 100%;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.design-casa .base-slider.product-slider .tit-slider02 .product-info {
  text-align: center;
  width: 100%;
}
.design-casa .base-slider.product-slider .tit-slider02 .product-info dt {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #7faba9;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
  .design-casa .base-slider.product-slider .tit-slider02 .product-info dt {
    font-size: 35px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .design-casa .base-slider.product-slider .tit-slider02 .product-info dt {
    font-size: clamp(20px, 2.7vw, 28px);
  }
}
.design-casa .base-slider.product-slider .tit-slider02 .product-info dd {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .design-casa .base-slider.product-slider .tit-slider02 .product-info dd {
    font-size: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .design-casa .base-slider.product-slider .tit-slider02 .product-info dd {
    font-size: clamp(12px, 1.6vw, 16px);
  }
}
.design-casa .base-slider.product-slider .tit-slider02 .product-txt {
  width: 80%;
  margin: 0 auto;
  margin-top: 60px;
  font-size: 14px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .design-casa .base-slider.product-slider .tit-slider02 .product-txt {
    font-size: 16px;
	line-height: 2;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .design-casa .base-slider.product-slider .tit-slider02 .product-txt {
    font-size: clamp(12px, 1.6vw, 16px);
    margin-top: clamp(40px, 5.9vw, 60px);
  }
}
.design-casa .base-slider.product-slider .tit-slider02 .product-txt:after {
  content: "";
  display: block;
  width: 1px;
  height: 64px;
  background: #7EA8A6;
  margin: 60px auto 0 auto;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .design-casa .base-slider.product-slider .tit-slider02 .product-txt:after {
    height: clamp(40px, 6.3vw, 64px);
    margin-top: clamp(40px, 5.9vw, 60px);
  }
}
.design-casa .base-slider.product-slider .product-features {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 60px auto 0;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .design-casa .base-slider.product-slider .product-features {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    max-width: 1362px;
    padding: 0 100px;
  }
}
.design-casa .base-slider.product-slider .product-features .feature-item {
  padding: 10px 25px;
  text-align: left;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .design-casa .base-slider.product-slider .product-features .feature-item {
    padding: 60px;
  }
  .design-casa .base-slider.product-slider .product-features .feature-item:nth-child(1) {
    border-right: 1px solid #d1d1d1;
  }
  .design-casa .base-slider.product-slider .product-features .feature-item:nth-child(1):after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #F0F6F6;
    position: absolute;
    bottom: -1px;
    right: -1px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 769px) {
  .design-casa .base-slider.product-slider .product-features .feature-item:nth-child(1) {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .design-casa .base-slider.product-slider .product-features .feature-item:nth-child(2) {
    border-bottom: 1px solid #d1d1d1;
  }
  .design-casa .base-slider.product-slider .product-features .feature-item:nth-child(2):after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #F0F6F6;
    position: absolute;
    bottom: -1px;
    left: -1px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 769px) {
  .design-casa .base-slider.product-slider .product-features .feature-item:nth-child(2) {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .design-casa .base-slider.product-slider .product-features .feature-item:nth-child(3) {
    border-top: 1px solid #d1d1d1;
  }
  .design-casa .base-slider.product-slider .product-features .feature-item:nth-child(3):after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #F0F6F6;
    position: absolute;
    top: -1px;
    right: -1px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 769px) {
  .design-casa .base-slider.product-slider .product-features .feature-item:nth-child(3) {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .design-casa .base-slider.product-slider .product-features .feature-item:nth-child(4) {
    border-left: 1px solid #d1d1d1;
  }
  .design-casa .base-slider.product-slider .product-features .feature-item:nth-child(4):after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #F0F6F6;
    position: absolute;
    top: -1px;
    left: -1px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 769px) {
  .design-casa .base-slider.product-slider .product-features .feature-item:nth-child(4) {
    padding-right: 0;
  }
}
.design-casa .base-slider.product-slider .product-features .feature-item .feature-number {
  color: #7EA8A6;
  font-size: 28px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  margin-top: 5px;
  float: left;
  margin-right: 20px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  .design-casa .base-slider.product-slider .product-features .feature-item .feature-number {
    font-size: 31px;
    margin-top: 0;
    margin-bottom: 0;
    min-width: 45px;
    margin-right: 30px;
  }
}
.design-casa .base-slider.product-slider .product-features .feature-item .feature-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .design-casa .base-slider.product-slider .product-features .feature-item .feature-title {
    font-size: 20px;
    position: relative;
    top: -7px;
  }
}
.design-casa .base-slider.product-slider .product-features .feature-item .feature-text {
  font-size: 15px;
  line-height: 1.7;
  overflow: hidden;
  font-weight: 400;
  padding-left: 75px;
}
@media only screen and (max-width: 768px) {
  .design-casa .base-slider.product-slider .product-features .feature-item .feature-text {
    overflow: visible;
    font-size: 15px;
    padding-left: 0;
  }
}
.design-casa .pickup-sec {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .design-casa .pickup-sec {
    margin-top: 100px;
  }
}
.design-casa .pickup-sec-inner {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  width: 90%;
  margin: 0 auto 120px auto;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .design-casa .pickup-sec-inner {
    justify-content: center;
  }
}
@media only screen and (min-width: 1025px) {
  .design-casa .pickup-sec-inner {
    justify-content: center;
  }
}
.design-casa .pickup-sec-inner .pickup-box {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .design-casa .pickup-sec-inner .pickup-box {
    width: 30%;
    margin: 0 3px 60px;
  }
}
@media only screen and (min-width: 1025px) {
  .design-casa .pickup-sec-inner .pickup-box {
    width: 28%;
    margin-bottom: 0;
  }
}
.design-casa .pickup-sec-inner .pickup-box dl {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 15px;
}
.design-casa .pickup-sec-inner .pickup-box dl dt {
	font-size: 20px;
  margin-bottom: 10px;
}
.design-casa .pickup-sec-inner .pickup-box dl dd {
  font-size: 15px;
  margin: 0;
}
.design-casa .pickup-sec-inner .pickup-box .img {
  position: relative;
}
.design-casa .pickup-sec-inner .pickup-box .pickup-txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  margin-top: 20px;
}
.design-casa .pickup-sec img {
  transition: 0.5s;
}
.design-casa .pickup-sec img:hover {
  opacity: 0.8;
}
.design-casa .works-slider-wrapper {
  padding: 0 0 0 0;
}
.design-casa .works-slide__info {
  position: relative;
  padding: 17.6px;
  padding-left: 0;
  min-height: 140px;
  border-top: 1px solid #E0E0E0;
  text-align: left;
  font-weight: 600;
}
.design-casa .works-slide__info h3 {
  margin-bottom: 40px;
  font-size: 18px;
}
.design-casa .works-slide__info .works-slide__tag {
  font-size: 16px;
  padding: 0.8px 19.2px;
  background-color: #F0F6F6;
  color: #7EA8A6;
}
.design-casa .works__link-container {
  margin: 60px auto;
}
.design-casa .works__link-container .button {
  border: 1px solid #7EA8A6;
}

.works-scroll-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-bottom: 20px;
  padding: 20px 0;
}
.works-scroll-container::-webkit-scrollbar {
  display: none;
}

.works-scroll-inner {
  display: flex;
  width: max-content;
  padding: 0 5%;
}
.works-scroll-inner .works-item {
  flex-shrink: 0;
  margin-right: 30px;
  width: calc(100vw - 120px);
}
@media only screen and (min-width: 768px) {
  .works-scroll-inner .works-item {
    width: calc(80vw - 80px);
    max-width: 600px;
    margin-right: 60px;
  }
}
@media only screen and (min-width: 1025px) {
  .works-scroll-inner .works-item {
    width: calc(40vw - 60px);
    max-width: 500px;
  }
}
@media only screen and (min-width: 1400px) {
  .works-scroll-inner .works-item {
    width: calc(100vw - 40px);
  }
}
.works-scroll-inner .works-item:last-child {
  margin-right: 5%;
}
.works-scroll-inner .works-item .works-slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-scroll-bar {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #d6d6d6;
  margin: 30px auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .works-scroll-bar {
    width: 90%;
    margin: 40px auto;
  }
}
.works-scroll-bar .works-scroll-indicator {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #7EA8A6;
  transition: transform 0.3s ease, width 0.3s ease;
}

/* Example Media Query Mixin:
@mixin mq($breakpoint, $type: min) {
  @if $type == min {
    @media (min-width: $breakpoint) {
      @content;
    }
  } @else if $type == max {
    @media (max-width: ($breakpoint - 1px)) { // Use max-width: breakpoint - 1px for non-overlapping ranges
      @content;
    }
  }
}

// Usage:
// .element {
//   @include mq($breakpoint-md) { // Applies styles from $breakpoint-md upwards
//     font-size: 1.2rem;
//   }
//   @include mq($breakpoint-lg, max) { // Applies styles up to (but not including) $breakpoint-lg
//       display: none;
//   }
// }
*/
.section-reform-features {
  width: 100%;
  background-color: #7EA8A6;
  padding: 110px 20px 150px;
}
.section-reform-features .section-reform-features__heading-wrapper .section-reform-features__heading {
  color: #FFFFFF;
}
.section-reform-features .section-reform-features__heading-wrapper .section-reform-features__heading::before {
  background-color: #FFFFFF;
}
.section-reform-features .section-reform-features__heading-wrapper .section-reform-features__heading::after {
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .section-reform-features {
    padding: 60px 20px;
  }
}
.section-reform-features__container {
  max-width: 1048px;
  margin: 0 auto;
}
.section-reform-features__header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.section-reform-features__header::before, .section-reform-features__header::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100px;
  height: 1px;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .section-reform-features__header::before, .section-reform-features__header::after {
    width: 60px;
  }
}
.section-reform-features__header::before {
  right: calc(50% + 20px);
}
@media (max-width: 767px) {
  .section-reform-features__header::before {
    right: calc(50% + 10px);
  }
}
.section-reform-features__header::after {
  left: calc(50% + 20px);
}
@media (max-width: 767px) {
  .section-reform-features__header::after {
    left: calc(50% + 10px);
  }
}
.section-reform-features__title {
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  display: inline-block;
}
@media (max-width: 767px) {
  .section-reform-features__title {
    font-size: 20px;
  }
}
.section-reform-features__features {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section-reform-features .feature-card {
  background-color: #FFFFFF;
  display: flex;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .section-reform-features .feature-card {
    flex-direction: column;
    padding: 30px 20px;
    border-right: none;
    border-left: 1px solid #7fabaa;
  }
}
.section-reform-features .feature-card .feature-card__wrapper {
  flex: 0 0 auto;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 30px;
  border-right: 1px solid #7fabaa;
}
@media (max-width: 767px) {
  .section-reform-features .feature-card .feature-card__wrapper {
    width: 100%;
    padding: 0 0 20px 0;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 15px;
    border: none;
  }
}
.section-reform-features .feature-card__meta {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.section-reform-features .feature-card__label {
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  color: rgba(127, 171, 170, 0.7);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .section-reform-features .feature-card__label {
    margin-bottom: 5px;
  }
}
.section-reform-features .feature-card__number {
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 60px;
  line-height: 1;
  color: #7fabaa;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-reform-features .feature-card__number {
    font-size: 40px;
    margin-bottom: 0;
  }
}
.section-reform-features .feature-card__title {
  font-size: 20px;
  font-weight: 700;
  color: #7fabaa;
  text-align: center;
}
@media (max-width: 767px) {
  .section-reform-features .feature-card__title {
    font-size: 18px;
    text-align: left;
    margin-bottom: 15px;
  }
}
.section-reform-features .feature-card__content {
  flex: 1;
  padding: 20px 40px 20px 40px;
}
@media (max-width: 767px) {
  .section-reform-features .feature-card__content {
    padding: 0;
    padding-top: 20px;
  }
}
.section-reform-features .feature-card__description {
  font-size: 16px;
  color: #333333;
}
.section-reform-features .feature-card__description p {
  margin-bottom: 20px;
  line-height: 2;
  font-size: 16px;
}
.section-reform-features .feature-card__description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-reform-features .feature-card__description p {
    line-height: 1.8;
  }
}
.section-reform-features .feature-card__description .feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.section-reform-features .feature-card__description .feature-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  line-height: 1.8;
}
.section-reform-features .feature-card__description .feature-list li:last-child {
  margin-bottom: 0;
}
.section-reform-features .feature-card__description .feature-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #7fabaa;
}
@media (max-width: 767px) {
  .section-reform-features .feature-card__description {
    font-size: 14px;
    line-height: 1.7;
  }
  .section-reform-features .feature-card__description p {
    margin-bottom: 15px;
  }
  .section-reform-features .feature-card__description .feature-list {
    margin-bottom: 15px;
  }
  .section-reform-features .feature-card__description .feature-list li {
    margin-bottom: 10px;
    line-height: 1.6;
  }
}

/* Example Media Query Mixin:
@mixin mq($breakpoint, $type: min) {
  @if $type == min {
    @media (min-width: $breakpoint) {
      @content;
    }
  } @else if $type == max {
    @media (max-width: ($breakpoint - 1px)) { // Use max-width: breakpoint - 1px for non-overlapping ranges
      @content;
    }
  }
}

// Usage:
// .element {
//   @include mq($breakpoint-md) { // Applies styles from $breakpoint-md upwards
//     font-size: 1.2rem;
//   }
//   @include mq($breakpoint-lg, max) { // Applies styles up to (but not including) $breakpoint-lg
//       display: none;
//   }
// }
*/
.section-care-reform {
  width: 100%;
  background-color: #FFFFFF;
  padding: 140px 0;
  position: relative;
  overflow: hidden;
  max-width: 1470px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section-care-reform {
    padding: 60px 0;
  }
}
.section-care-reform__container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .section-care-reform__container {
    padding: 0;
  }
}
.section-care-reform__outer-wrapper {
  max-width: 1300px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0;
  background: #F0F6F6;
}
@media (max-width: 768px) {
  .section-care-reform__outer-wrapper {
    padding: 0;
    flex-direction: column;
    gap: 0;
  }
  .section-care-reform__outer-wrapper .section-care-reform__image-wrapper img {
    margin: 0;
  }
  .section-care-reform__outer-wrapper .section-care-reform__content {
    padding: 40px 4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section-care-reform__outer-wrapper .section-care-reform__content .section-care-reform__button {
    margin: 0 auto;
  }
}
.section-care-reform__image-wrapper {
  width: 40%;
}
@media (max-width: 767px) {
  .section-care-reform__image-wrapper {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}
.section-care-reform__image-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  min-height: 330px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .section-care-reform__image-wrapper img {
    max-width: 100%;
    margin: 0 auto;
  }
}
.section-care-reform__content {
  width: 60%;
  padding: 0 6%;
}
@media (max-width: 767px) {
  .section-care-reform__content {
    width: 100%;
    padding: 0;
  }
}
.section-care-reform__text {
  margin-bottom: 30px;
}
.section-care-reform__text p {
  font-size: 15px;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 20px;
}
.section-care-reform__text p:last-child {
  margin-bottom: 0;
  line-height: 2.2;
}
.section-care-reform__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #F5A623;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 20px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s;
  position: relative;
  max-width: 250px;
  width: 100%;
}
.section-care-reform__button:before {
  content: "";
  position: absolute;
  top: calc(50% + 7px);
  transform: translate(0, -50%);
  right: 30px;
  height: 1px;
  width: 15%;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
  z-index: 999999;
}
.section-care-reform__button:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  width: 10px;
  height: 1px;
  background-color: #FFFFFF;
  transform: rotate(45deg);
  transform-origin: bottom right;
  transition: all 0.3s ease;
}
.section-care-reform__button:hover {
  background-color: rgb(219.0434782609, 140.3869565217, 9.9565217391);
  color: #FFFFFF;
}
.section-care-reform__button:hover::after {
  background: #FFFFFF;
}
.section-care-reform__vertical-text {
  flex-shrink: 0;
  display: flex;
  width: auto;
  height: 100%;
  margin-left: 3em;
  margin-top: -2em;
}
@media (max-width: 1200px) {
  .section-care-reform__vertical-text {
    display: none;
  }
}
.section-care-reform__main-title {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 22px;
  font-weight: 700;
  color: #333333;
}
.section-care-reform__sub-title {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  color: #F5A623;
  letter-spacing: 0.1em;
}
.section-care-reform__mobile-title {
  display: none;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .section-care-reform__mobile-title {
    display: block;
  }
}
.section-care-reform__mobile-title-main {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 5px;
}
.section-care-reform__mobile-title-sub {
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  color: #F5A623;
}

.section-comparison {
  width: 100%;
  max-width: 1243px;
  margin: 0 auto;
  padding: 80px 20px;
}
@media (max-width: 767px) {
  .section-comparison {
    padding: 50px 20px;
  }
}
.section-comparison .comparison-description {
  text-align: center;
  margin-bottom: 60px;
}
.section-comparison .comparison-description p {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 2.2;
  color: #333333;
  font-weight: 400;
  margin-bottom: 30px;
}
.section-comparison .comparison-description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-comparison .comparison-description p {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }
}
.section-comparison .comparison-emphasis {
  text-align: center;
  margin: 60px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  color: #333333;
}
@media (max-width: 767px) {
  .section-comparison .comparison-emphasis {
    font-size: 16px;
    margin: 40px 0;
  }
}
.section-comparison .comparison-table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .section-comparison .comparison-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.section-comparison .comparison-table thead th {
  background-color: #7EA8A6;
  color: #FFFFFF;
  padding: 25px 20px;
  text-align: center;
  font-weight: 500;
  border: 1px solid #e0e0e0;
  font-size: 16px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .section-comparison .comparison-table thead th {
    padding: 20px 15px;
    font-size: 14px;
  }
}
.section-comparison .comparison-table thead th:first-child {
  width: 203px;
}
@media (max-width: 767px) {
  .section-comparison .comparison-table thead th:first-child {
    width: 120px;
  }
}
.section-comparison .comparison-table thead th:not(:first-child) {
  width: calc((100% - 203px) / 2);
}
@media (max-width: 767px) {
  .section-comparison .comparison-table thead th:not(:first-child) {
    width: 200px;
  }
}
.section-comparison .comparison-table tbody tr:first-child td:first-child {
  background-color: #7EA8A6;
  color: #FFFFFF;
}
.section-comparison .comparison-table tbody tr:first-child td:not(:first-child) ul li::before {
  content: "●";
}
.section-comparison .comparison-table tbody tr:last-child td:first-child {
  background-color: #7EA8A6;
  color: #FFFFFF;
}
.section-comparison .comparison-table tbody tr:last-child td:not(:first-child) ul li::before {
  content: "○";
}
.section-comparison .comparison-table tbody td {
  padding: 30px 25px;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .section-comparison .comparison-table tbody td {
    padding: 20px 15px;
    vertical-align: top;
  }
}
.section-comparison .comparison-table tbody td:first-child {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 767px) {
  .section-comparison .comparison-table tbody td:first-child {
    font-size: 14px;
  }
}
.section-comparison .comparison-table tbody td:not(:first-child) {
  text-align: left;
}
.section-comparison .comparison-table tbody td ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-comparison .comparison-table tbody td ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 16px;
  line-height: 1.8;
  font-size: 16px;
}
@media (max-width: 767px) {
  .section-comparison .comparison-table tbody td ul li {
    margin-bottom: 14px;
    line-height: 1.7;
    font-size: 14px;
  }
}
.section-comparison .comparison-table tbody td ul li:last-child {
  margin-bottom: 0;
}
.section-comparison .comparison-table tbody td ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #7EA8A6;
  font-size: 12px;
}
@media (max-width: 767px) {
  .section-comparison .comparison-table tbody td ul li::before {
    font-size: 10px;
  }
}

.ps_field-outer-wrapper {
  margin-bottom: 60px;
}
.ps_field-outer-wrapper #ps_field-outer {
  margin: 0 !important;
  padding: 0 !important;
}
.ps_field-outer-wrapper #ps_field-outer #ps_proposal {
  margin: 0 !important;
  padding: 0 !important;
}
.ps_field-outer-wrapper #ps_field-outer .ps_field-reform {
  background: #fff !important;
}

.num_temp2::after {
  content: "0" counter(cnt) "" !important;
  display: block;
  font-size: 6.6rem;
}

.num_temp2_li li:nth-child(n+10) .num_temp2::after {
  content: counter(cnt) "" !important;
}

.plan-img {
  max-width: 1243px;
  margin: 0 auto;
}
.plan-img img {
  width: 100%;
}

:root {
  --green: #7faba9;
  --black: #3e3a39;
  --gothic: "游ゴシック体", YuGothic, "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  --brandon: "Outfit", sans-serif;
  --roboto: "Roboto Condensed", sans-serif;
  --kakugo: "Times New Roman", "游明朝", Yukakugo, "ヒラギノ明朝 ProN W3", "Hiragino kakugo ProN", "HG明朝E", "ＭＳ Ｐ明朝","MS Pkakugo", "メイリオ", Meiryo, serif;
  --kakugo: "Zen Kaku Gothic New", sans-serif;
}

.section-company {
  max-width: 1280px;
  margin: 0 auto;
}

/*message-profile*/
.catch-wrap {
  position: relative;
  margin-bottom: 2.5rem;
}

.catch-wrap .main-tit {
  font-weight: 600;
  font-family: "游明朝体", Yukakugo, "Yukakugo", "游明朝", "Yu kakugo", "ヒラギノ明朝 Pro", "Hiragino kakugo Pro", serif;
  text-align: center;
  line-height: 1.5em;
  margin: 1.25rem 0;
  font-size: 29px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .catch-wrap .main-tit {
    font-size: clamp(20px, 2.8vw, 29px);
  }
}
@media screen and (max-width: 768px) {
  .catch-wrap .main-tit {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .catch-wrap .main-tit {
    position: relative;
    line-height: 1.5em;
    text-align: left;
    margin: 0;
    line-height: inherit;
    position: relative;
    left: -30px;
    top: -70px;
  }
}
.catch-wrap .main-tit::after {
  content: "";
  background: #7faba9;
  height: 1px;
  width: 100%;
  display: block;
  margin-top: 0.625rem;
}

.catch-wrap .catch-l {
  width: 50%;
}

.catch-wrap .catch-l img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .catch-wrap .catch-l img {
    width: auto;
    max-width: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .catch-wrap .catch-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    position: relative;
    width: 50%;
  }
}
.catch-wrap .catch-r .name {
  font-size: 1.125rem;
  font-family: "游明朝体", Yukakugo, "Yukakugo", "游明朝", "Yu kakugo", "ヒラギノ明朝 Pro", "Hiragino kakugo Pro", serif;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .catch-wrap .catch-r .name {
    font-size: 1.25rem;
    position: absolute;
    bottom: 40px;
    right: 0;
  }
}
.catch-wrap .catch-r .name span {
  font-size: 0.875rem;
  margin-right: 1.25rem;
}

@media screen and (min-width: 1024px) {
  .catch-wrap .catch-r .name span {
    font-size: 1rem;
  }
}
.txt-base {
  margin: 1.25rem 0 3.125rem;
  padding: 0 4%;
  text-align: left;
}
.txt-base p {
  line-height: 2.4;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .txt-base p {
    text-align: left;
  }
}
.txt-base__title {
  font-size: 49px;
  margin: 80px 0 60px 0;
  color: #000;
  letter-spacing: 0.2em;
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, sans-serif !important;
}
@media screen and (max-width: 1024px) {
  .txt-base__title {
    font-size: 24px;
    letter-spacing: 0.1em;
    margin: 40px 0 30px 0 !important;
  }
}

.sub-base {
  font-size: 1.125rem;
  font-family: "游明朝体", Yukakugo, "Yukakugo", "游明朝", "Yu kakugo", "ヒラギノ明朝 Pro", "Hiragino kakugo Pro", serif;
  margin: 2.1875rem 0 0.625rem;
}

@media screen and (min-width: 1024px) {
  .sub-base {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 1024px) {
  .catch-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .catch-r {
    width: 50%;
    padding: 0 1.25rem;
  }
  .sub-base {
    padding: 1.5625rem 0 0.3125rem;
  }
}
@media only screen and (max-width: 850px) {
  .catch-r {
    width: 55%;
  }
  .catch-wrap {
    margin-bottom: 1.875rem;
  }
  .catch-wrap .main-tit {
    font-size: 1.125rem;
  }
  .catch-wrap .catch-l {
    width: 45%;
  }
  .catch-wrap .catch-r .name {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 650px) {
  .catch-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 500px;
    margin: auto;
  }
  .catch-wrap .catch-l {
    width: 100%;
  }
  .catch-r {
    width: 100%;
  }
  .sub-base {
    margin: 1.25rem 0 0.3125rem;
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 450px) {
  .catch-r {
    padding: 0;
  }
  .catch-wrap .main-tit {
    margin-bottom: 0.625rem;
    font-size: 1rem;
  }
  .catch-wrap .catch-r .name {
    font-size: 0.875rem;
  }
  .sub-base {
    margin: 0.9375rem 0 0.125rem;
    font-size: 1rem;
  }
}
.company-tab {
  margin: auto;
  border-top: 1px solid #CCC;
}

@media screen and (min-width: 768px) {
  .company-tab {
    max-width: 1000px;
  }
}
.company-tab dl {
  border-bottom: 1px solid #CCC;
}

@media screen and (min-width: 768px) {
  .company-tab dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.company-tab dl dt {
  background: #ededed;
  padding: 1.25rem;
}

@media screen and (min-width: 768px) {
  .company-tab dl dt {
    width: 200px;
  }
}
.company-tab dl dd {
  padding: 1.25rem;
}

@media screen and (min-width: 768px) {
  .company-tab .license > div:nth-child(1) {
    margin-right: 3.125rem;
  }
}
.archive-month {
  text-align: center;
  font-size: 1.125rem;
  margin: 0.625rem 0 2.5rem;
}

@media screen and (min-width: 768px) {
  .archive-month {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .company-tab dl dt, .company-tab dl dd {
    padding: 0.625rem 0.9375rem;
  }
}
@media only screen and (max-width: 450px) {
  .company-tab dl dt, .company-tab dl dd {
    padding: 0.4375rem 0.625rem;
  }
}
/*smile*/
.year-nav {
  font-size: 2.5rem;
  text-align: center;
  font-family: "Lustria", sans-serif;
}

.smile-box {
  border-bottom: 1px dotted var(--black);
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 1024px) {
  .smile-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.smile-box .month {
  font-size: 1.875rem;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .smile-box .month {
    width: 15%;
  }
}
.smile-box .month span {
  font-family: var(--brandon);
  font-size: 3.75rem;
}

@media screen and (min-width: 1024px) {
  .smile-box .txt {
    width: 60%;
  }
}
.smile-box .btn-link {
  margin-left: auto;
}

@media screen and (min-width: 1024px) {
  .smile-box .btn-link {
    width: 20%;
  }
}
.smile-box .btn-link a {
  width: 200px;
  height: 200px;
  display: block;
  background: #7faba9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  color: #FFF;
  font-family: var(--brandon);
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.8em;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  margin: 1.25rem auto 0;
}

@media screen and (min-width: 1024px) {
  .smile-box .btn-link a {
    margin: inherit;
  }
}
.smile-box .btn-link a::before {
  content: "\f1c1";
  font-family: "FontAwesome";
  font-size: 1.875rem;
}

.smile-box .btn-link a::after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 1.875rem;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  bottom: 0;
}

.smile-box .btn-link a:hover {
  background: #b5c6b2;
}

.smile-box .btn-link a:hover::after {
  bottom: -0.625rem;
  position: relative;
}

.smile-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 768px) {
  .smile-year {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.smile-year li {
  list-style: none;
  margin-bottom: 1.25rem;
  width: 33%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .smile-year li {
    width: auto;
  }
}
.smile-year li a {
  background: #b5b5b6;
  color: #FFF;
  padding: 0.1875rem 1.25rem;
  font-size: 1.125rem;
  display: block;
  margin: 0 0.625rem;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  .smile-year li a {
    padding: 0.1875rem 1.5625rem;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .smile-year li a {
    padding: 0.1875rem 1.875rem;
    font-size: 1.375rem;
  }
}
.smile-year li a:hover {
  background: #7faba9;
}

.smile-year li.current-cat a {
  background: #7faba9;
  position: relative;
}

.smile-year li.current-cat a::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.25rem 0.625rem 0 0.625rem;
  border-color: #7faba9 transparent transparent transparent;
  position: absolute;
  bottom: -0.875rem;
  left: 50%;
  margin-left: -0.625rem;
}

@media only screen and (max-width: 650px) {
  .smile-year {
    margin-bottom: 0;
  }
  .smile-box .btn-link a {
    width: 130px;
    height: 130px;
    margin-top: 0.9375rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .smile-box .btn-link a::before {
    font-size: 1.25rem;
  }
  .smile-box .btn-link a::after {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 450px) {
  .smile-box .month span {
    font-size: 2.6875rem;
  }
  .smile-box .month {
    font-size: 1.375rem;
    line-height: 1.3;
  }
  .smile-box {
    padding-bottom: 1.5625rem;
    margin-bottom: 0.9375rem;
  }
}
.catch-wrap .main-tit, .catch-wrap .catch-r .name {
  font-family: var(--kakugo);
}

/*//20240401*/
/* CSS Document */
.flex {
  display: flex;
}

.lsn {
  list-style: none;
}

.hvo {
  opacity: 1;
  transition: all 0.3s ease;
}

.hvo:hover {
  opacity: 0.6;
}

.in_hvo a {
  opacity: 1;
  transition: all 0.3s ease;
}

.in_hvo a:hover {
  opacity: 0.6;
}

/* 会社情報テーブルスタイル */
.section-company-info {
  margin: 0 auto;
  padding: 80px 1.25rem;
  background: #F0F6F6;
}

.company-info-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

.company-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 1.875rem;
}

.company-table {
  width: 100%;
  border-collapse: collapse;
}

.company-table th,
.company-table td {
  padding: 1.125rem 40px;
  border-bottom: 1px solid #7EA8A6;
  line-height: 2;
  vertical-align: top;
  font-weight: 500;
}

.company-table th {
  width: 20%;
  min-width: 180px;
  background-color: #7faba9;
  color: #ffffff;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #d1d1d1;
}

.company-table td {
  width: 80%;
  font-weight: 400;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .company-table {
    width: 100%;
  }
  .company-table th,
  .company-table td {
    padding: 0.875rem;
  }
  .company-table th {
    min-width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .section-company-info {
    padding: 60px 1rem 20px 1rem;
  }
  .company-info-container {
    padding: 0;
  }
  /* モバイル用に縦並びカード形式に変更 */
  .company-table,
  .company-table tbody,
  .company-table tr,
  .company-table th,
  .company-table td {
    display: block;
    width: 100%;
  }
  .company-table th {
    border-bottom: none;
    padding: 0.75rem;
  }
  .company-table td {
    border-bottom: 1px solid #e5e5e5;
    padding: 0.75rem;
  }
  .company-table tr:last-child td {
    border-bottom: 1px solid #e5e5e5;
  }
}
.section-company-map iframe {
  width: 100%;
  max-width: 1524px;
  height: 503px;
  border: none;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .section-company-map {
    padding: 40px;
  }
}

.section-privacy .page_temp .row {
  max-width: 1250px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}

.privacy-wrap li span {
  display: block;
  margin-left: 15px;
  font-weight: normal;
  padding-top: 15px;
}

.privacy-wrap li {
  list-style: inside;
  list-style-type: decimal;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .privacy-wrap li span {
    margin-left: 40px;
  }
}
.section-works-archive {
  padding: 3rem 0;
}

.works-archive {
  margin-bottom: 4rem;
}
.works-archive .works-filter {
  margin-bottom: 6rem;
}
.works-archive .works-filter .works-filter-inner {
  padding: 4rem;
  background-color: #F0F6F6;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .works-archive .works-filter .works-filter-inner {
    padding: 40px 4%;
    flex-direction: column;
    gap: 20px;
  }
}
.works-archive .works-filter .filter-label {
  margin-bottom: 1rem;
  color: #7EA8A6;
  font-size: 1rem;
}
.works-archive .works-filter .filter-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
}
.works-archive .works-filter .filter-btn {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background-color: #fff;
  color: #7EA8A6;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}
.works-archive .works-filter .filter-btn:hover {
  background-color: #7EA8A6;
  color: #FFFFFF;
}
.works-archive .works-filter .filter-btn.active {
  background-color: #7EA8A6;
  color: #FFFFFF;
}
.works-archive .works-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  text-decoration: none !important;
}
@media screen and (min-width: 768px) {
  .works-archive .works-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .works-archive .works-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.works-archive .works-grid .works-item .works-slide__image img {
  aspect-ratio: 16/7;
  object-fit: cover;
}
.works-archive .works-grid .works-item a {
  text-decoration: none !important;
}
.works-archive .works-grid .works-item a .works-slide__tag, .works-slide__tags.green .works-slide__tag {
  background-color: #F0F6F6;
  color: #7EA8A6;
  font-size: 13px;
}
.works-archive .no-posts {
  text-align: center;
  padding: 3rem 0;
  font-size: 1.1rem;
  color: #777;
}

:root {
  --green: #7faba9;
  --black: #3e3a39;
  --gothic: "游ゴシック体", YuGothic, "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  --brandon: "Outfit", sans-serif;
  --roboto: "Roboto Condensed", sans-serif;
  --kakugo: "Times New Roman", "游明朝", Yukakugo, "ヒラギノ明朝 ProN W3", "Hiragino kakugo ProN", "HG明朝E", "ＭＳ Ｐ明朝","MS Pkakugo", "メイリオ", Meiryo, serif;
  --kakugo: "Zen Kaku Gothic New", sans-serif;
}

/*contact*/
.section-contacts {
  max-width: 1156px;
  margin: 0 auto;
  padding: 0 10px 100px 10px;
  /*form*/
  /**
   * error message
   */
  /**
   * error message of akismet
   */
  /**
   * vertical style of radio and checkbox
   */
  /**
   * horizontal style of radio and checkbox
   */
  /**
   * radio and checkbox
   */
  /**
   * datepicker
   */
  /**
   * deprecated message
   */
  /**
   * file
   */
  /**
   * file delete button
   */
  /**
   * tel and zip
   */
  /**
   * Contact Form 7 styles
   */
}
@media screen and (max-width: 768px) {
  .section-contacts {
    padding: 60px 10px 50px 10px;
  }
}
.section-contacts dl dd {
  margin-left: 0 !important;
}
.section-contacts dl dd p, .section-contacts dl dd .wpcf7-list-item-label {
  font-weight: 400 !important;
}
@media screen and (max-width: 768px) {
  .section-contacts .wpcf7-date {
    width: 42%;
  }
}
.section-contacts .contact_top {
  text-align: center;
}
.section-contacts .contact_top .head3 {
  margin-bottom: 30px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}
.section-contacts .contact_top .txt {
  width: 100%;
  line-height: 2;
}
.section-contacts .tac_block {
  width: 100%;
}
.section-contacts .tac_block + .tac_block {
  padding-top: 85px;
  margin-top: 80px;
  border-top: 1px dotted var(--black);
}
.section-contacts .tac_block.contact_top {
  padding-top: 0;
  padding-bottom: 80px;
  margin-top: 0;
  margin-bottom: 85px;
  border-bottom: 1px solid var(--black);
}
.section-contacts .tac_block_h {
  margin-bottom: 30px;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.section-contacts .tac_block_h span {
  display: block;
  font-size: 1.125rem;
}
.section-contacts dl.contact_form dt span {
  padding: 0;
  margin-left: 3px;
  color: #a30000;
  font-size: 1.125rem;
  background-color: transparent;
}
.section-contacts .num .wpcf7-form-control-wrap {
  width: 50%;
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .section-contacts .num .wpcf7-form-control-wrap {
    width: 50%;
    margin: 0 !important;
  }
}
.section-contacts #contact input,
.section-contacts #contact textarea {
  background-color: #f5f5f5;
}
.section-contacts #contact input[type=radio],
.section-contacts #contact input[type=checkbox] {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff;
  border: 1px solid #000;
}
.section-contacts #contact .contact_btn .btn1 {
  max-width: 256px;
}
.section-contacts #contact .contact_btn .btn1 input {
  min-width: 250px;
  text-align: center;
  max-width: 256px;
}
.section-contacts #contact .tac_handout .mwform-checkbox-field.horizontal-item {
  width: 33.3333333333%;
  margin-right: 0;
}
.section-contacts .contact_form .mwform-radio-field input[type=radio] {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 3px 0 0;
  margin-right: 5px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid var(--green);
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  -webkit-appearance: none;
  appearance: none;
}
.section-contacts .contact_form .mwform-radio-field input[type=radio]:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--green);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-contacts .contact_form .wpcf7-radio input[type=radio] {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 3px 0 0;
  margin-right: 5px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid var(--green);
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.section-contacts .contact_form .wpcf7-radio input[type=radio]:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--green);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-contacts .contact_form .mwform-checkbox-field.horizontal-item input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 3px 0 0;
  margin-right: 5px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid var(--green);
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.section-contacts .contact_form .mwform-checkbox-field.horizontal-item input[type=checkbox]:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--green);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-contacts .contact_form .wpcf7-checkbox input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 3px 0 0;
  margin-right: 5px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid var(--green);
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.section-contacts .contact_form .wpcf7-checkbox input[type=checkbox]:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--green);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-contacts .contact_form dd input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 3px 0 0;
  margin-right: 5px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid var(--green);
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.section-contacts .contact_form dd input[type=checkbox]:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--green);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-contacts .contact_form .time {
  line-height: 2;
}
.section-contacts .contact_form .time div {
  margin-bottom: 35px;
}
.section-contacts .contact_form > dd.num span:first-of-type {
  margin-right: 60px;
}
.section-contacts .contact_form > dd.num input {
  width: 75px;
  margin: 0 10px;
}
.section-contacts .contact_policy_check p {
  display: flex;
  justify-content: center;
}
.section-contacts .contact_policy_check p .wpcf7-list-item {
  margin: 0 !important;
  position: relative;
  top: -3px;
  left: -10px;
}
.section-contacts .contact_policy_check input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 3px 0 0;
  margin-right: 5px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid var(--green);
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.section-contacts .contact_policy_check input[type=checkbox]:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--green);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-contacts .contact_policy_check .policy_check input[type=checkbox] {
  margin-top: -2px;
  margin-right: 10px;
}
.section-contacts .contact_policy_check .wpcf7-acceptance input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 3px 0 0;
  margin-right: 5px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid var(--green);
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.section-contacts .contact_policy_check .wpcf7-acceptance input[type=checkbox]:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--green);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-contacts .contact_policy_check .wpcf7-acceptance label {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.7;
  font-weight: normal;
  margin-bottom: 0;
}
.section-contacts .mwform-radio-field.horizontal-item {
  width: 47%;
  margin-left: 0 !important;
}
.section-contacts .mwform-radio-field.horizontal-item + .mwform-radio-field.horizontal-item {
  margin-left: 0;
  padding-right: 20px;
}
.section-contacts .tac_handout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.section-contacts .tac_handout .mwform-checkbox-field.horizontal-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-contacts .tac_handout .mwform-checkbox-field.horizontal-item::before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 auto 25px;
}
.section-contacts .tac_handout span.mwform-radio-field-text {
  margin-bottom: 10px;
}
.section-contacts .mw_wp_form_confirm .tac_handout {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-contacts .reserve_bus_form .btn1.s input[type=submit] {
  min-width: 260px;
  text-align: center;
}
.section-contacts .mw_wp_form_input .contact_policy_check + .contact_btn {
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-contacts .mw_wp_form_input .contact_policy_check + .contact_btn.checked {
  opacity: 1;
  pointer-events: inherit;
}
.section-contacts .policy_txt {
  font-weight: 400 !important;
}
.section-contacts .policy_txt a {
  opacity: 1;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-contacts .policy_txt a:hover {
  opacity: 0.6;
}
.section-contacts .mw_wp_form_complete .tac_block {
  width: 92%;
  margin: auto;
}
.section-contacts .mw_wp_form_complete .contact_btn .btn1 {
  padding: 30px 75px 25px;
}
@media only screen and (max-width: 1300px) {
  .section-contacts .tac_block {
    width: 92%;
    margin: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .section-contacts .contact_top .txt br {
    display: none;
  }
  .section-contacts .tac_block.contact_top {
    padding-bottom: 35px;
    margin-bottom: 50px;
  }
  .section-contacts .tac_block + .tac_block {
    padding-top: 45px;
    margin-top: 30px;
  }
  .section-contacts .tac_block_h {
    margin-bottom: 10px;
  }
  .section-contacts .contact_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-contacts .contact_form > dt {
    width: 100%;
    margin-bottom: 5px;
    font-size: 1.125rem;
  }
  .section-contacts .contact_form > dd {
    width: 100%;
  }
  .section-contacts .tac_handout.contact_form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media only screen and (max-width: 850px) {
  .section-contacts .tac_block {
    width: 97%;
  }
  .section-contacts .tac_block.contact_top {
    width: 92%;
    padding-bottom: 25px;
    margin-bottom: 35px;
  }
  .section-contacts .tac_block + .tac_block {
    padding-top: 35px;
  }
  .section-contacts .contact_top .head3 {
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: left;
  }
  .section-contacts .contact_top .txt {
    text-align: left;
  }
}
@media only screen and (max-width: 650px) {
  .section-contacts .tac_handout.contact_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-contacts #contact .mwform-checkbox-field.horizontal-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-contacts #contact .tac_handout .mwform-checkbox-field.horizontal-item {
    width: 100%;
  }
  .section-contacts #contact .contact_btn .btn1 input {
    min-width: 100px;
    padding: 15px 20px;
    font-size: 0.9375rem;
  }
  .section-contacts .tac_handout .mwform-checkbox-field.horizontal-item label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section-contacts .tac_handout .mwform-checkbox-field.horizontal-item::before {
    width: 150px;
    height: 150px;
    margin: 0 15px 0 0;
  }
  .section-contacts .contact_form {
    padding: 0 !important;
  }
  .section-contacts .contact_form > dt {
    font-size: 1rem;
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .section-contacts .contact_form > dd {
    font-size: 0.875rem;
  }
  .section-contacts .contact_form .mwform-radio-field input[type=radio],
  .section-contacts .contact_form .mwform-radio-field input[type=checkbox],
  .section-contacts .contact_form .mwform-checkbox-field.horizontal-item input[type=radio],
  .section-contacts .contact_form .mwform-checkbox-field.horizontal-item input[type=checkbox],
  .section-contacts .contact_form dd input[type=radio],
  .section-contacts .contact_form dd input[type=checkbox] {
    margin-top: 0;
  }
  .section-contacts .contact_form > dd.num span:first-of-type {
    margin-right: 50px;
  }
  .section-contacts .contact_top .head3 {
    margin-bottom: 5px;
    font-size: 1.0625rem;
  }
  .section-contacts .tac_block.contact_top {
    padding-bottom: 15px;
  }
  .section-contacts .tac_block + .tac_block {
    padding-top: 25px;
    margin-top: 25px;
  }
  .section-contacts .tac_block_h {
    font-size: 1.1875rem;
    margin-bottom: 0;
  }
  .section-contacts .tac_block_h span {
    font-size: 1rem;
  }
  .section-contacts .mw_wp_form_confirm .contact_form > dt {
    margin-bottom: 3px;
  }
  .section-contacts .mw_wp_form_confirm .tac_block_h {
    margin-bottom: 10px;
  }
  .section-contacts .contact_policy_check input[type=checkbox] {
    margin-top: 0;
  }
  .section-contacts .reserve_bus_form .btn1.s input[type=submit] {
    min-width: 100px;
    padding: 15px 20px;
    font-size: 0.9375rem;
  }
  .section-contacts .mw_wp_form_complete .contact_btn {
    margin-top: 15px;
  }
  .section-contacts .mw_wp_form_complete .contact_btn .btn1 {
    padding: 20px 75px;
  }
}
@media only screen and (max-width: 450px) {
  .section-contacts .mwform-radio-field.horizontal-item {
    width: 100%;
    padding-top: 5px;
  }
  .section-contacts .contact_top .head3 {
    font-size: 1rem;
    line-height: 1.4;
  }
  .section-contacts .tac_block.contact_top {
    margin-bottom: 25px;
  }
  .section-contacts .tac_block + .tac_block {
    padding-top: 20px;
    margin-top: 15px;
  }
  .section-contacts .tac_block_h {
    font-size: 1.125rem;
  }
  .section-contacts .tac_block_h span {
    font-size: 0.875rem;
  }
  .section-contacts .tac_handout .mwform-checkbox-field.horizontal-item::before {
    width: 100px;
    height: 100px;
  }
  .section-contacts .contact_form {
    padding: 0 0 10px;
  }
  .section-contacts .contact_form > dd.num span {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .section-contacts .contact_form .time div {
    margin-bottom: 15px;
  }
  .section-contacts .contact_form .time div input:last-of-type {
    margin-top: 5px;
  }
  .section-contacts .contact_policy_check {
    margin-top: 30px;
  }
  .section-contacts .mw_wp_form_complete .tac_block_h {
    text-align: left;
  }
}
.section-contacts .contact_head {
  margin-bottom: 15px;
  font-size: 15.625px;
  font-weight: 600;
  text-align: center;
}
.section-contacts .contact_txt {
  margin-bottom: 15px;
  line-height: 2;
  text-align: center;
}
.section-contacts .contact_txt:last-child {
  margin: 0 0 20px;
  color: #333;
  font-size: 1.0625rem;
  line-height: 2;
  text-align: center;
}
.section-contacts #contact {
  width: 100%;
  margin: auto;
}
.section-contacts #contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 15px 30px 15px 15px;
  font-size: 0.9375rem;
  background-color: #fff;
  border: none;
  cursor: pointer;
  width: auto;
  margin-bottom: 10px;
  background: #f5f5f5;
}
.section-contacts #contact select::-ms-expand {
  display: none;
}
.section-contacts #contact input,
.section-contacts #contact textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
}
.section-contacts #contact input[name=zip],
.section-contacts #contact input[name=city],
.section-contacts #contact input[name=addr] {
  margin-bottom: 10px;
}
.section-contacts #contact .mwform-checkbox-field.horizontal-item {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 10px;
}
.section-contacts #contact .mwform-checkbox-field.horizontal-item + .horizontal-item {
  margin-left: 0;
}
.section-contacts #contact .contact_btn .btn1 {
  position: relative;
  padding: 0;
}
.section-contacts #contact .contact_btn .btn1 input {
  min-width: inherit;
  width: 100%;
  padding: 25px 60px;
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  background: #7EA8A6;
  border: none;
}
.section-contacts #contact .contact_btn .btn1 .b_arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.section-contacts #contact .contact_btn .btn1.back input {
  text-align: right;
}
.section-contacts #contact .contact_btn .btn1.back .b_arrow {
  right: auto;
  left: 20px;
  margin-left: 0;
  margin-right: 25px;
  transform: translateY(-50%) scale(-1, 1);
}
.section-contacts .page-contact #conatct {
  padding: 100px 100px 65px;
}
.section-contacts .contact_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  padding: 20px 0;
}
.section-contacts .contact_form > dt {
  position: relative;
  width: 27%;
  padding-top: 10px;
  padding-right: 15px;
  font-weight: bold;
  line-height: 2;
}
.section-contacts .contact_form > dt:nth-of-type(n+2) {
  margin-top: 15px;
}
.section-contacts .contact_form > dt span {
  position: relative;
  top: 0;
  left: 0;
  padding: 5px 8px;
  margin-left: 10px;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1;
  background-color: #000;
}
.section-contacts .contact_form > dt > small {
  display: block;
}
.section-contacts .contact_form > dd {
  width: 73%;
  font-size: 1.0625rem;
}
.section-contacts .contact_form > dd:nth-of-type(n+2) {
  margin-top: 15px;
}
.section-contacts .contact_form > dd .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.section-contacts .contact_form > dd .flex > * + * {
  margin-left: 20px;
}
.section-contacts .contact_form > dd input {
  max-width: 100%;
  padding: 15px;
  font-size: 1.0625rem;
  border: none;
  background-color: #fff;
}
.section-contacts .contact_form > dd .wpcf7-date {
  max-width: 296px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section-contacts .contact_form > dd .wpcf7-date {
    max-width: 200px;
  }
}
.section-contacts .contact_form > dd select {
  width: 100%;
  padding: 15px 30px 15px 15px;
  font-size: 1rem;
  border: none;
  border-radius: 10px;
}
.section-contacts .contact_form > dd textarea {
  width: 100%;
  padding: 15px;
  font-size: 1rem;
  line-height: 1.7;
  background-color: #fff;
  border: none;
}
.section-contacts .contact_form > dd .select {
  position: relative;
  display: inline-block;
}
.section-contacts .contact_form > dd .select::after {
  position: absolute;
  top: 50%;
  right: 9px;
  content: "\f107";
  font-size: 1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  transform: translate(0, -50%);
}
.section-contacts .contact_form > dd input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 3px 0 0;
  margin-right: 5px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid var(--green);
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.section-contacts .contact_form > dd input[type=checkbox]:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--green);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-contacts .contact_form > dd dl.yoko {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.section-contacts .contact_form > dd dl.yoko dt {
  flex-shrink: 0;
  padding: 10px 10px 0 0;
}
.section-contacts .contact_form > dd .contact_code input {
  max-width: 100px;
  margin: 5px;
  width: 90%;
}
.section-contacts .contact_form > dd .contact_pref input {
  max-width: 215px;
  width: 100%;
}
.section-contacts .contact_form > dd .dropdown {
  position: relative;
}
.section-contacts .contact_form > dd .dropdown::after {
  content: "\f0d7";
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-45%);
  pointer-events: none;
}
.section-contacts .contact_form > dd.point > .yoko {
  margin-bottom: 10px;
}
.section-contacts .contact_form > .flex_end .flex {
  align-items: flex-end;
}
.section-contacts .contact_form > .syobun .flex .tate {
  width: 35%;
}
.section-contacts .contact_form > .syobun .flex .yoko {
  width: 65%;
}
.section-contacts .contact_form .mwform-radio-field {
  display: block;
  margin-bottom: 15px;
}
.section-contacts .contact_form .mwform-radio-field input {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 3px 0 0;
  margin-right: 5px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #6d748e;
  border-radius: 50% !important;
  outline: none;
  cursor: pointer;
}
.section-contacts .contact_form .mwform-radio-field input[type=radio]:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@media all and (-ms-high-contrast: none) {
  .section-contacts .contact_form dd input[size="20"] {
    max-width: 200px;
  }
}
.section-contacts .contact_note {
  font-size: 0.875rem;
  line-height: 1.7;
}
.section-contacts .contact_note:first-of-type {
  margin-top: 10px;
}
.section-contacts .contact_btn {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
.section-contacts .contact_btn input,
.section-contacts .contact_btn a {
  margin: 0 10px;
  font-size: 1.0625rem;
  cursor: pointer;
  outline: none;
}
.section-contacts .contact_btn input:hover,
.section-contacts .contact_btn a:hover {
  color: #009c94;
  background-color: #fff;
}
.section-contacts .contact_btn #notpress {
  pointer-events: none;
}
.section-contacts .contact_error span:last-of-type {
  margin-bottom: 25px;
}
.section-contacts .mwform-radio-field.horizontal-item {
  display: inline-block;
  padding-top: 10px;
  margin-bottom: 0;
}
.section-contacts .mwform-radio-field.horizontal-item + .mwform-radio-field.horizontal-item {
  margin-left: 20px;
}
.section-contacts .mwform-radio-field.horizontal-item label {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.7;
}
.section-contacts .mwform-checkbox-field.horizontal-item label {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.7;
}
.section-contacts .mwform-checkbox-field.horizontal-item:last-child {
  margin-bottom: 5px;
}
.section-contacts .contact_policy_check {
  margin: 55px 0 0;
  text-align: center;
}
.section-contacts .contact_policy_check + .contact_btn {
  margin-top: 30px;
}
.section-contacts .contact_policy_check input[type=checkbox] {
  margin-right: 0;
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 3px 0 0;
  margin-right: 5px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #6d748e;
  border-radius: 50% !important;
  outline: none;
  cursor: pointer;
  margin-top: -2px;
  margin-right: 0;
  border-radius: 0 !important;
}
.section-contacts .contact_policy_check input[type=checkbox]:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\f00c";
  width: auto;
  height: auto;
  color: #009c94;
  font-size: 0.75rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: #fff;
  border-radius: 0;
  transform: translate(-50%, -50%);
}
.section-contacts .contact_code {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.section-contacts .contact_pref,
.section-contacts .contact_city {
  margin-bottom: 10px;
}
.section-contacts .contact_summary .btn-base {
  margin-top: 45px;
}
.section-contacts .contact_summary .btn-base a {
  padding: 17px 60px;
  font-size: 1.0625rem;
  letter-spacing: 2px;
}
.section-contacts .contact_summary .btn-base a span::after {
  content: "\f105";
  margin-left: 20px;
  font-size: 1.4375rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.section-contacts .mw_wp_form span.error {
  margin-top: 5px;
  font-size: 1rem;
  line-height: 1.3;
}
.section-contacts .mw_wp_form .syobun span.error {
  margin: 0 0 10px;
}
.section-contacts .mw_wp_form_confirm .contact_form > dt {
  padding-top: 0;
}
.section-contacts .mw_wp_form_confirm .contact_form dd .select {
  border: none;
}
.section-contacts .mw_wp_form_confirm .contact_form dd .select::after {
  display: none;
}
.section-contacts .mw_wp_form_confirm .contact_form dd dl.yoko dt {
  padding-top: 0;
}
.section-contacts .mw_wp_form_confirm .contact_form dd .dropdown::after {
  display: none;
}
.section-contacts .mw_wp_form_confirm .contact_policy_check {
  display: none;
}
.section-contacts .mw_wp_form_input .contact_btn .back {
  display: none;
}
.section-contacts .mw_wp_form_input .contact_btn .btn1.s.send {
  max-width: 488px;
  width: 90%;
}
.section-contacts .mw_wp_form_send_error {
  width: 92%;
  margin: 0 auto;
  text-align: center;
}
.section-contacts .reserve_bus_form .btn1.s {
  position: relative;
  padding: 0;
}
.section-contacts .reserve_bus_form .btn1.s input[type=submit] {
  min-width: inherit;
  width: 100%;
  padding: 25px 20px;
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
  text-align: left;
  background: transparent;
  border: none;
}
.section-contacts .reserve_bus_form .btn1.s .b_arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 860px) {
  .section-contacts #contact {
    width: 95%;
  }
}
@media only screen and (max-width: 930px) {
  .section-contacts .contact_form > .flex_end .flex.tosya {
    display: block;
  }
  .section-contacts .contact_form > dd .flex > * + .tosya_num {
    margin-left: 0;
  }
}
@media only screen and (max-width: 830px) {
  .section-contacts .contact_form > .flex_end.syobun .flex {
    display: block;
  }
  .section-contacts .contact_form > dd.flex_end.syobun .flex > * + * {
    margin: 5px 0 20px 0;
  }
  .section-contacts .contact_form > .syobun .flex .tate {
    width: 100%;
  }
  .section-contacts .contact_form > .syobun .flex .yoko {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .section-contacts .contact_form {
    display: block;
  }
  .section-contacts .contact_form > dt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .section-contacts .contact_form > dd {
    width: 100%;
  }
  .section-contacts .contact_form dd input {
    padding: 10px;
    font-size: 1rem;
  }
  .section-contacts .contact_form dd textarea {
    padding: 7px 10px;
    font-size: 1rem;
  }
  .section-contacts .contact_btn {
    margin-top: 25px;
  }
  .section-contacts .contact_btn input,
  .section-contacts .contact_btn a {
    min-width: 100px;
    padding: 15px;
    font-size: 1rem;
    letter-spacing: 1px;
  }
  .section-contacts .mwform-checkbox-field.horizontal-item {
    margin-bottom: 5px;
  }
  .section-contacts .contact_head {
    font-size: 1.1875rem;
    line-height: 1.5;
    text-align: left;
  }
  .section-contacts .contact_txt {
    margin: 0 0 15px;
    font-size: 0.875rem;
    line-height: 1.7;
    letter-spacing: 0;
    text-align: left;
  }
  .section-contacts .mw_wp_form span.error {
    font-size: 0.875rem;
  }
  .section-contacts .wpcf7-radio.horizontal {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .section-contacts .wpcf7-checkbox.horizontal:not(.tac_handout .wpcf7-checkbox) {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .section-contacts .tac_handout .wpcf7-checkbox.horizontal {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-contacts .tac_handout .wpcf7-checkbox.horizontal .wpcf7-list-item {
    text-align: left;
  }
  .section-contacts .tac_handout .wpcf7-checkbox.horizontal .wpcf7-list-item:nth-of-type(-n+3)::before {
    width: 150px;
    height: 150px;
    margin: 0 auto 15px;
  }
  .section-contacts .wpcf7-list-item {
    margin-bottom: 5px;
  }
  .section-contacts .num > p {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .section-contacts .num .wpcf7-form-control-wrap {
    width: auto;
    margin: 0 !important;
  }
  .section-contacts .num input[type=number] {
    width: 80px;
  }
}
@media only screen and (max-width: 420px) {
  .section-contacts .num input[type=number] {
    width: 60px !important;
  }
}
@media only screen and (max-width: 650px) {
  .section-contacts .tac_handout .wpcf7-checkbox.horizontal {
    grid-template-columns: 1fr;
  }
  .section-contacts .tac_handout .wpcf7-checkbox.horizontal .wpcf7-list-item label {
    flex-direction: row;
    align-items: center;
    text-align: left;
    justify-content: flex-start;
  }
  .section-contacts .tac_handout .wpcf7-checkbox.horizontal .wpcf7-list-item label input[type=checkbox] {
    margin-right: 8px;
    margin-bottom: 0;
  }
  .section-contacts .tac_handout .wpcf7-checkbox.horizontal .wpcf7-list-item:nth-of-type(-n+3)::before {
    width: 100px;
    height: 100px;
    margin: 0 15px 0 0;
    flex-shrink: 0;
  }
  .section-contacts .tac_handout .wpcf7-checkbox.horizontal .wpcf7-list-item:nth-of-type(n+4) label {
    flex-direction: row;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 450px) {
  .section-contacts .wpcf7-radio.horizontal .wpcf7-list-item,
  .section-contacts .wpcf7-checkbox.horizontal .wpcf7-list-item {
    width: 100%;
    padding-top: 5px;
    display: block;
    margin-right: 0;
  }
  .section-contacts .tac_handout .wpcf7-checkbox.horizontal .wpcf7-list-item:nth-of-type(-n+3)::before {
    width: 80px;
    height: 80px;
  }
}
.section-contacts .mw_wp_form .error {
  font-size: 93%;
  color: #B70000;
  display: block;
}
.section-contacts .mw_wp_form .akismet_error {
  display: block;
}
.section-contacts .mw_wp_form .vertical-item {
  display: block;
}
.section-contacts .mw_wp_form .vertical-item + .vertical-item {
  margin-top: 5px;
}
.section-contacts .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 10px;
}
.section-contacts .mwform-checkbox-field label,
.section-contacts .mwform-radio-field label {
  font-weight: normal;
  margin-bottom: 0;
}
.section-contacts .mwform-checkbox-field input,
.section-contacts .mwform-radio-field input {
  margin-right: 5px;
}
.section-contacts .mw_wp_form .ui-datepicker .ui-datepicker-title select.ui-datepicker-month,
.section-contacts .mw_wp_form .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  width: 40%;
  margin: 0 5px;
}
.section-contacts .mw-wp-form-deprecated-message {
  background: #fdeeee;
  border: 1px solid #f7bdb8;
  border-radius: 5px;
  color: #af4040;
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 10px;
  padding: 1em;
}
.section-contacts .mw_wp_form input[type=file] {
  display: inline-block;
}
.section-contacts .mwform-file-delete {
  cursor: pointer;
  visibility: hidden;
}
.section-contacts .mwform-tel-field input[type=text],
.section-contacts .mwform-zip-field input[type=text] {
  display: inline-block;
  width: auto;
}
.section-contacts .wpcf7-list-item {
  display: block;
  margin-bottom: 15px;
}
.section-contacts .wpcf7-list-item label {
  font-weight: normal;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.7;
}
.section-contacts .wpcf7-radio.horizontal,
.section-contacts .wpcf7-checkbox.horizontal {
  display: grid;
  gap: 15px 20px;
}
.section-contacts .wpcf7-radio.horizontal .wpcf7-list-item,
.section-contacts .wpcf7-checkbox.horizontal .wpcf7-list-item {
  display: block;
  margin: 0;
}
.section-contacts .wpcf7-radio.horizontal .wpcf7-list-item label,
.section-contacts .wpcf7-checkbox.horizontal .wpcf7-list-item label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.7;
  white-space: nowrap;
}
.section-contacts .wpcf7-radio.horizontal .wpcf7-list-item + .wpcf7-list-item,
.section-contacts .wpcf7-checkbox.horizontal .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 0;
}
.section-contacts .wpcf7-radio.horizontal {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .section-contacts .wpcf7-radio.horizontal {
    grid-template-columns: 1fr;
  }
}
.section-contacts .wpcf7-checkbox.horizontal:not(.tac_handout .wpcf7-checkbox) {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .section-contacts .wpcf7-checkbox.horizontal:not(.tac_handout .wpcf7-checkbox) {
    grid-template-columns: 1fr;
  }
}
.section-contacts .tac_handout .wpcf7-checkbox.horizontal {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px 20px;
}
@media screen and (max-width: 768px) {
  .section-contacts .tac_handout .wpcf7-checkbox.horizontal {
    grid-template-columns: 1fr;
  }
}
.section-contacts .tac_handout .wpcf7-checkbox.horizontal .wpcf7-list-item {
  text-align: center;
  position: relative;
  margin: 0;
  text-align: left !important;
}
.section-contacts .tac_handout .wpcf7-checkbox.horizontal .wpcf7-list-item label {
  display: flex;
}
.section-contacts .tac_handout .wpcf7-checkbox.horizontal .wpcf7-list-item label input[type=checkbox] {
  margin-bottom: 5px;
  margin-right: 0;
}
.section-contacts .tac_handout .wpcf7-checkbox.horizontal .wpcf7-list-item label {
  flex-direction: row;
  justify-content: flex-start;
  text-align: left;
}
.section-contacts .tac_handout .wpcf7-checkbox.horizontal .wpcf7-list-item label input[type=checkbox] {
  margin-right: 8px;
  margin-bottom: 0;
}
.section-contacts .contact_form .wpcf7-radio input[type=radio] {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 3px 0 0;
  margin-right: 5px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.section-contacts .contact_form .wpcf7-radio input[type=radio]:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-contacts .contact_form .wpcf7-checkbox input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 3px 0 0;
  margin-right: 5px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #000;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.section-contacts .contact_form .wpcf7-checkbox input[type=checkbox]:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*recruit*/
.section-recruit {
  /*message-profile*/
}
.section-recruit .row {
  max-width: 1200px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  font-weight: 400;
}
.section-recruit .row dd {
  margin-left: 0;
}
.section-recruit .type-rec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .section-recruit .type-rec {
    margin-bottom: 50px;
    font-size: 22px;
  }
}
.section-recruit .type-rec::after {
  content: "";
  background: var(--green);
  width: 30px;
  height: 1px;
  margin-top: 10px;
}
.section-recruit .rec-tab {
  margin-bottom: 50px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .section-recruit .rec-tab {
    margin-bottom: 100px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .section-recruit .rec-tab dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.section-recruit .rec-tab dl dt {
  border-bottom: 1px solid #7faba9;
  padding: 5px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .section-recruit .rec-tab dl dt {
    width: 20%;
    font-weight: normal;
    padding: 10px;
  }
}
.section-recruit .rec-tab dl dd {
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .section-recruit .rec-tab dl dd {
    width: 80%;
    border-bottom: 1px solid #CCC;
    padding: 10px;
  }
}
.section-recruit .not-recruit {
  text-align: center;
}
.section-recruit .catch-wrap {
  position: relative;
  margin-bottom: 40px;
}
.section-recruit .catch-wrap .main-tit {
  font-size: 12.5px;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "游明朝体", Yukakugo, "Yukakugo", "游明朝", "Yu kakugo", "ヒラギノ明朝 Pro", "Hiragino kakugo Pro", serif;
  text-align: center;
  line-height: 1.5em;
  margin: 20px 0;
}
@media screen and (min-width: 1024px) {
  .section-recruit .catch-wrap .main-tit {
    position: relative;
    line-height: 1.5em;
    text-align: left;
    margin: 0;
    line-height: inherit;
  }
}
.section-recruit .catch-wrap .main-tit::after {
  content: "";
  background: #7faba9;
  height: 1px;
  width: 100%;
  display: block;
  margin-top: 10px;
}
.section-recruit .catch-wrap .catch-l {
  width: 50%;
}
.section-recruit .catch-wrap .catch-l img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .section-recruit .catch-wrap .catch-l img {
    width: auto;
    max-width: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .section-recruit .catch-wrap .catch-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    position: relative;
    width: 50%;
  }
}
.section-recruit .catch-wrap .catch-r .name {
  font-size: 11.25px;
  font-size: 1.125rem;
  font-family: "游明朝体", Yukakugo, "Yukakugo", "游明朝", "Yu kakugo", "ヒラギノ明朝 Pro", "Hiragino kakugo Pro", serif;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .section-recruit .catch-wrap .catch-r .name {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.section-recruit .catch-wrap .catch-r .name span {
  font-size: 8.75px;
  font-size: 0.875rem;
  margin-right: 20px;
}
.section-recruit .txt-base {
  margin: 20px 0 50px;
}
.section-recruit .sub-base {
  font-size: 11.25px;
  font-size: 1.125rem;
  font-family: "游明朝体", Yukakugo, "Yukakugo", "游明朝", "Yu kakugo", "ヒラギノ明朝 Pro", "Hiragino kakugo Pro", serif;
  margin: 35px 0 10px;
}
@media only screen and (max-width: 1024px) {
  .section-recruit .catch-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-recruit .catch-r {
    width: 50%;
    padding: 0 20px;
  }
  .section-recruit .sub-base {
    padding: 25px 0 5px;
  }
}
@media only screen and (max-width: 850px) {
  .section-recruit .catch-r {
    width: 55%;
  }
  .section-recruit .catch-wrap {
    margin-bottom: 30px;
  }
  .section-recruit .catch-wrap .main-tit {
    font-size: 1.125rem;
  }
  .section-recruit .catch-wrap .catch-l {
    width: 45%;
  }
  .section-recruit .catch-wrap .catch-r .name {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 650px) {
  .section-recruit .catch-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 500px;
    margin: auto;
  }
  .section-recruit .catch-wrap .catch-l {
    width: 100%;
  }
  .section-recruit .catch-r {
    width: 100%;
  }
  .section-recruit .sub-base {
    margin: 20px 0 5px;
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 450px) {
  .section-recruit .catch-r {
    padding: 0;
  }
  .section-recruit .catch-wrap .main-tit {
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .section-recruit .catch-wrap .catch-r .name {
    font-size: 0.875rem;
  }
  .section-recruit .sub-base {
    margin: 15px 0 2px;
    font-size: 1rem;
  }
}
.section-recruit .company-tab {
  margin: auto;
  border-top: 1px solid #CCC;
}
@media screen and (min-width: 768px) {
  .section-recruit .company-tab {
    max-width: 1000px;
  }
}
.section-recruit .company-tab dl {
  border-bottom: 1px solid #CCC;
}
@media screen and (min-width: 768px) {
  .section-recruit .company-tab dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.section-recruit .company-tab dl dt {
  background: #ededed;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .section-recruit .company-tab dl dt {
    width: 200px;
  }
}
.section-recruit .company-tab dl dd {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .section-recruit .company-tab .license > div:nth-child(1) {
    margin-right: 50px;
  }
}
.section-recruit .archive-month {
  text-align: center;
  font-size: 11.25px;
  font-size: 1.125rem;
  margin: 10px 0 40px;
}
@media only screen and (max-width: 767px) {
  .section-recruit .company-tab dl dt, .section-recruit .company-tab dl dd {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 450px) {
  .section-recruit .company-tab dl dt, .section-recruit .company-tab dl dd {
    padding: 7px 10px;
  }
}

/*# sourceMappingURL=style.css.map */


/*add*/
.h_btn {
    position: absolute;
    top: 37px;
    right: calc((100% - 1478px) / 2);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
    z-index: 99;
}
.h_btn a {
	opacity: 1;
    color: #fff;
	margin-right: 1.2em;
	transition: all .3s ease;
}
.h_btn a:hover {
	opacity: .6;
}
.h_btn a i {
    font-size: 1.1em!important;
}
.h_btn a img {
    display: block;
    width: 1.2em;
}
.h_btn .menu-toggle {
	margin-left: 5px;
}
.section-mv .menu-toggle .line {
	background-color: #fff;
}
.site-navigation .menu-toggle {
    position: absolute;
    top: 47px;
    right: calc((100% - 1478px) / 2);
    margin-right: 20px;
}
.site-navigation .menu-toggle .line {
    background-color: #fff;
}
.second_head {
    position: relative;
    width: 100%;
    height: auto;
}
div.breadcrumb {
	bottom: 5em;
	left: 0;
}
.temp_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 75px;
}
.temp_top .head2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px!important;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin: 30px 0 30px !important;
  width: 100%;
}
#single_top.temp_top {
    margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .temp_top .head2 {
    font-size: 25px!important;
  }
}
.temp_top .head2 span {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.temp_top .head2::before, .temp_top .head2::after {
  content: '';
  display: block;
  width: 145px;
  height: 1px;
  margin: 0 40px;
  background-color: var(--green);
}
input.wpcf7-form-control.wpcf7-text[name="post_title"] {
    pointer-events: none;
}
.section-contacts .confirm .contact_form > dd .dropdown::after {
	display: none;
}
.section-contacts #contact .contact_btn .btn1 {
	margin: 0 10px;
}
.section-contacts .txt-thanks {
    text-align: center;
}
div.swiper-scrollbar-drag {
	background: #7ea8a6;
}
.swiper-horizontal > div.swiper-scrollbar, div.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: relative;
	left: auto;
	bottom: auto;
	top: auto;
	max-width: 1530px;
	width: 92%;
	margin: auto;
}
#design-casa .works {
	width: 100%;
    padding: 60px 0 5px;
	margin-top: 140px;
    background: #f0f6f6;    
}
#design-casa .works.white {
	background: #fff;
}
#design-casa .works p.fade-in-right.delay-1.animated {
	width: 92%;
	margin: auto;
    text-align: center;
}
.base-slider.product-slider .slide_block, .design-casa .base-slider .slide_block {
	position: relative;
    width: 100%;
}
.swiper-pagination-bullets.swiper-pagination-horizontal.design_pn {
    bottom: auto;
    top: calc(100% + 5px);
    text-align: right;
}
.swiper-pagination-bullets.swiper-pagination-horizontal.design_pn .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
}
.swiper-pagination-bullets.swiper-pagination-horizontal.design_pn .swiper-pagination-bullet-active {
	background-color: #7ea8a6;
}
.swiper-container.rc_top_slide {
  width: 100%;
}
.swiper-container.rc_top_slide .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.rc_top_slide .swiper-slide {
  width: 745px;
  margin: 0 22px;
}
.post_field + .slide .rc_top_slide .swiper-slide {
  max-width: 700px;
  width: auto;
}
.post_field + .slide {
  position: relative;
  margin-bottom: 155px;
}
.rc_top_slide .img {
  width: 100%;
  height: 420px;
  background: center center/cover no-repeat;
}
.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination.rc_top_pn {
  bottom: -45px;
  width: 100%;
}
.rc_outline_b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 100%;
  padding: 65px calc((100% - 1530px) / 2) 85px;
  margin-bottom: 80px;
  background-color: #f5f5f5;
}
.white_green_pn .swiper-pagination-bullet, .gray_green_pn .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 7px;
}
.white_green_pn .swiper-pagination-bullet {
  background: #fff;
}
.gray_green_pn .swiper-pagination-bullet {
  background: #dedede;
}
.white_green_pn .swiper-pagination-bullet-active, .gray_green_pn .swiper-pagination-bullet-active {
  background: var(--green);
}
.post_field + .slide .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 20px;
}
.post_field + .slide .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 20px;
}
.single-works_setuca .temp_top .head2 {
    color: #000;
}
.single-works_setuca .temp_top .head2::before, .single-works_setuca .temp_top .head2::after {
	height: 2px;
}
.single-works_setuca .swiper-container.rc_top_slide {
	overflow: hidden;
}
.works_spec .works-slide__category {
    margin-bottom: 50px;
}
.works-slide__tags.green .works-slide__tag {
	font-size: 16px;
}
.single-works_setuca .page_temp {
    padding-bottom: 65px;
}
.page-id-54 .section-reform-features .feature-card {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.page-id-54 .section-reform-features .feature-card .feature-card__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
	width: 100%;
    padding: 0 40px 10px;
    border-right: none;
	gap: 0;
}
.page-id-54 .section-reform-features .feature-card .feature-card__wrapper::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	margin-left: 10px;
	margin-bottom: 5px;
	background: #7fabaa;
}
.page-id-54 .section-reform-features .feature-card__label {
	line-height: 1.3;
	text-transform: initial;
}
.section-reform-features .feature-card__number {
	margin-bottom: 0;
}
.page-id-54 .section-reform-features .feature-card__title {
	flex-shrink: 0;
	width: auto;
	margin-left: .7em;
	margin-bottom: 0;
	color: #000;
	text-align: left;
}
.page-id-54 .section-reform-features .feature-card__title br.pc_br {
	display: none;
}
.page-id-54 .section-reform-features .feature-card__meta {
	flex-shrink: 0;
	width: auto;
}
.page-id-54 .ps_field-outer-wrapper #ps_field-outer .ps_field-reform {
    background: #f0f6f6!important;
}
.page-id-54 #ps_field-outer .ps_flow_li li, .page-id-54 #ps_field-outer .num_temp2_li li {
	border: none;
}
.page-id-54 #ps_field-outer #ps_proposal #proposal_flow {
	padding: 120px 0 145px;
}
.page-id-54 .ps_field-outer-wrapper {
    margin-bottom: 120px;
}
.page-id-54 .design-casa .normal-tit {
	margin-bottom: 90px;
}
.works.white .button--line-arrow {
	color: #fff;
	background: #7EA8A6;
}
.works.white .button--line-arrow::before, .works.white .button--line-arrow::after {
	background-color: #fff;
}
.error404 .button.button--line-arrow {
    border: 1px solid #7EA8A6;
}
.error404 .works__link-container {
	margin-top: 30px;
}
#fullorder__outer .fullorder__proposal {
    padding-top: 0;
    margin-top: 0;
}
.section2__visual-content .site-container > p {
    color: #fff;
    text-align: center;
}
.parent-animated {
	overflow-x: hidden;
}
@media only screen and (min-width: 768px) {
	.design-casa .base-slider.product-slider .slide_block {
		width: 60%;
	}
	.design-casa .base-slider .slide_block {
		width: 70%;
	}
	.design-casa .base-slider.product-slider .design-slider {
		width: 100%;
	}
}
@media only screen and (max-width: 1518px) {
	.h_btn, .site-navigation .menu-toggle {
		right: 0;
	}
	.h_btn a {
		margin-right: .8em;
	}
}
@media only screen and (max-width: 1280px) {
	div.breadcrumb {
		position: absolute;
		bottom: -3px;
		top: auto;
	}
}
@media only screen and (max-width: 1024px) {
	.rc_top_slide .swiper-slide {
		width: 60%;
		margin: 0 10px;
	  }
	  .rc_top_slide .img {
		height: auto;
		padding-top: 56%;
	  }
	  .post_field + .slide .rc_top_slide .swiper-slide {
		max-width: 500px;
	  }
}
@media only screen and (max-width: 850px) {
	.post_field + .slide .rc_top_slide .swiper-slide {
		max-width: 400px;
	}
}
@media only screen and (max-width: 768px) {
	.section-contacts .contact_btn {
		flex-wrap: wrap;
	}
	.section-contacts .txt-thanks {
		text-align: left;
	}
	.section-contacts .txt-thanks br.pc {
		display: none;
	}
	#design-casa .works {
		margin-top: 60px;
	}
	#design-casa .works p.fade-in-right.delay-1.animated {
		text-align: left;
	}
	.design-casa .pickup-sec-inner .pickup-box .pickup-txt, .section-resource-request .resource-content-column .resource-description {
		line-height: 1.7;
	}
	.single-works_setuca .page_temp {
		padding-bottom: 35px;
	}
	.page-id-54 .section-reform-features .feature-card .feature-card__wrapper {
		padding: 0;
	}
	.page-id-54 .section-reform-features .feature-card__title br.pc_br {
		display: block;
	}
	.page-id-54 .financial-plan__heading {
		margin-bottom: 0;
		font-size: 20px;
	}
	.page-id-54 .financial-plan__heading::before {
		left: -15px;
		width: 30px;
	}
	.page-id-54 .financial-plan__heading::after {
		right: -15px;
		width: 30px;
	}
	.page-id-54 #ps_field-outer #ps_proposal #proposal_flow {
		padding: 30px 0;
	}
	.page-id-54 #ps_field-outer .ps_flow_li .cont dd {
		font-size: 14px!important;
	}
	.page-id-54 #ps_field-outer .ps_flow_li .cont dt {
		font-size: 16px!important;
	}
	.page-id-54 .ps_field-outer-wrapper {
		margin-bottom: 20px;
	}
	.page-id-54 .design-casa .normal-tit {
		margin-bottom: 70px;
	}
	.financial-plan__intro {
		margin-bottom: 45px;
	}
	.fullorder__proposal {
		margin-top: 0;
	}
}
@media only screen and (max-width: 650px) {
	.rc_top_slide .swiper-slide {
		width: 75%;
	}
	.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination.rc_top_pn {
		bottom: -35px;
	}
	.post_field + .slide .rc_top_slide .swiper-slide {
		max-width: 300px;
	}
}
@media only screen and (max-width: 450px) {
	.rc_top_slide .swiper-slide {
		margin: 0 7px;
	}
	.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination.rc_top_pn {
		bottom: -30px;
	}
	.post_field + .slide .rc_top_slide .swiper-slide {
		max-width: 200px;
	}
	.page-id-54 .section-reform-features .feature-card .feature-card__wrapper::after {
		display: none;
	}
}

/*archive*/
.archive_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1665px;
  width: 92%;
  margin: auto;
}
ol.archive_li {
	padding-left: 0;
}
.archive_li li {
  width: 31%;
  padding: 0;
  margin-bottom: 85px;
  counter-increment: cnt;
}
.archive_li a {
  display: block;
  width: 100%;
}
.archive_li .img {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56%;
  overflow: hidden;
}
.archive_li .img span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: center center/cover no-repeat;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.archive_li .img:hover span {
  -webkit-transform: translate(-50%, -50%) scale(1.03);
  transform: translate(-50%, -50%) scale(1.03);
}
.archive_li .cont {
  position: relative;
  width: 100%;
  padding-top: 25px;
}
.archive_li .num + .title {
  margin-top: 25px;
}
.archive_li .title {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}
.archive_li .sub {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}
.archive_li .post_cat {
  margin-top: 10px;
}
.archive_li .date {
  display: block;
  margin-bottom: 10px;
  color: #999;
  font-family: var(--brandon);
  font-weight: 600;
}
.event_cal {
  max-width: 1400px;
  width: 92%;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 1300px) {
  .archive_li li {
    width: 32%;
  }
  .archive_li .cont {
    padding-top: 15px;
  }
  .archive_li .title {
    font-size: 18px;
  }
  .archive_li li {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1150px) {
  .archive_li .cont {
    padding-top: 10px;
  }
  .archive_li .title {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1024px) {
  .archive_li li {
    margin-bottom: 30px;
  }
  .archive_li .title {
    font-size: 16px;
  }
  .archive_li .date {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 850px) {
  .archive_li li {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .archive_li .date {
    margin-bottom: 2px;
  }
  .event_cal {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 650px) {
  .archive_li .cont {
    padding-top: 7px;
  }
  .archive_li .title {
    font-size: 15px;
  }
  .archive_li .post_cat {
    margin-top: 7px;
  }
  .archive_li li {
    margin-bottom: 20px;
  }
  .archive_li .date {
    font-size: 15px;
  }
  .event_cal {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 450px) {
  .archive_li .title {
    font-size: 13px;
    line-height: 1.3;
  }
}
/*//add*/

.feature-txt-height {
  align-items: stretch;
}










