@charset "UTF-8";
/*!
Theme Name: San Ei
Theme URI: http://underscores.me/
Author: TheWanderingCoder
Author URI: https://thewanderingcoder.net/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: san-ei
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

San Ei is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #fff; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Links
--------------------------------------------- */
a {
  color: #4169e1; }
  a:visited {
    color: #800080; }
  a:hover, a:focus, a:active {
    color: #191970; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 1200px) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: flex; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em; }
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.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; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/* Common
--------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  color: #231816; }

.site-header {
  top: 0 !important;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9999; }

.admin-bar .site-header {
  top: 32px !important; }
  @media (max-width: 767px) {
    .admin-bar .site-header {
      top: 46px !important; } }

.container {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%; }
  @media (max-width: 767px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }

.site-header {
  width: 100%;
  z-index: 9999;
  overflow: hidden; }
  .site-header.active {
    height: 100%; }
  @media (max-width: 767px) {
    .site-header .container {
      padding: 0; } }

.page_wrapper {
  padding-top: 150px; }
  @media (max-width: 767px) {
    .page_wrapper {
      padding-top: 0; } }

a:focus {
  outline: none; }

.pc_hide {
  display: none !important; }
  @media (max-width: 767px) {
    .pc_hide {
      display: block !important; } }

.sp_hide {
  display: block !important; }
  @media (max-width: 767px) {
    .sp_hide {
      display: none !important; } }

.pt-0 {
  padding-top: 0 !important; }

.bg_white {
  background: #fff !important; }

.bg_gray {
  background: #F7F7F7 !important; }

.home .header-inner .site-branding {
  background: transparent; }

.header-inner {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .header-inner {
      display: block; } }
  .header-inner .site-branding {
    background: #fff;
    position: relative;
    z-index: 9; }
    @media (max-width: 767px) {
      .header-inner .site-branding {
        left: 0;
        padding-left: 5%;
        width: 100%; } }
    .header-inner .site-branding .site-title {
      margin: 0;
      padding: 25px 0 18px; }
      @media (max-width: 767px) {
        .header-inner .site-branding .site-title {
          padding: 15px 0; } }
      .header-inner .site-branding .site-title img {
        width: 90px; }
        @media (max-width: 1200px) {
          .header-inner .site-branding .site-title img {
            width: 70px; } }
        @media (max-width: 767px) {
          .header-inner .site-branding .site-title img {
            width: 50px; } }
  @media (max-width: 1200px) {
    .header-inner .main-navigation {
      position: absolute;
      right: -100%;
      transition: all 0.3s ease-in-out; }
      .header-inner .main-navigation.active {
        right: 0;
        left: unset; } }
  .header-inner #primary-menu {
    background: rgba(255, 255, 255, 0.7);
    gap: 40px;
    display: flex;
    padding: 25px 30px; }
    @media (max-width: 1200px) {
      .header-inner #primary-menu {
        background: #fff;
        padding: 60px 5% 0 5%; }
      .header-inner #primary-menu {
        display: block; } }
    .header-inner #primary-menu a {
      display: block;
      color: #231816;
      font-size: 16px;
      font-weight: 500; }
      .header-inner #primary-menu a:hover {
        color: #E83320; }
      @media (max-width: 767px) {
        .header-inner #primary-menu {
        padding: 95px 5% 0 5%; }
        .header-inner #primary-menu a {
          font-size: 14px; } }
    .header-inner #primary-menu .current_page_item a {
      color: #E83320; }

.menu_sp {
  height: 70px;
  position: absolute;
  right: 15px;
  top: 25px;
  width: 70px;
  z-index: 9; }
  @media (max-width: 767px) {
    .menu_sp {
      height: 18px;
      width: 17px; } }
  .menu_sp span {
    background: #231816;
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    top: 10px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 17px; }
    @media (max-width: 767px) {
      .menu_sp span {
        height: 2px;
        width: 17px; } }
    .menu_sp span:before, .menu_sp span:after {
      background: #231816;
      content: "";
      height: 1px;
      right: 0;
      position: absolute;
      top: 0;
      transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      z-index: 1; }
      @media (max-width: 767px) {
        .menu_sp span:before, .menu_sp span:after {
          height: 2px; } }
    .menu_sp span:before {
      top: 0;
      transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
      -webkit-transform: translate(0, -10px);
      width: 17px; }
      @media (max-width: 767px) {
        .menu_sp span:before {
          transform: translate(0, -8px);
          -ms-transform: translate(0, -8px);
          -webkit-transform: translate(0, -8px);
          width: 17px; } }
    .menu_sp span:after {
      top: 0;
      transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
      -webkit-transform: translate(0, 10px);
      width: 17px; }
      @media (max-width: 767px) {
        .menu_sp span:after {
          transform: translate(0, 8px);
          -ms-transform: translate(0, 8px);
          -webkit-transform: translate(0, 8px);
          width: 17px; } }
  .menu_sp.active span {
    background: transparent; }
    .menu_sp.active span:before {
      background: #231816;
      top: 0;
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      width: 17px; }
    .menu_sp.active span:after {
      background: #231816;
      top: 0;
      transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      width: 17px; }

.main-navigation {
  overflow: hidden; }
  @media (max-width: 767px) {
    .main-navigation {
      position: absolute;
      top: 0; } }
  @media (max-width: 1200px) {
    .main-navigation ul {
      position: relative;
      width: 50vw;
      left: 0;
      top: 0;
      height: 100vh;
      background: #fff;
      padding: 170px 5% 0 5%; }
    .main-navigation ul {
      padding: 95px 5% 0 5%; }
      .main-navigation ul a {
        color: #231816;
        font-weight: bold;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #CCCCCC;
        background: url(img/arrow_black.svg) no-repeat center right; } }
  .main-navigation ul a {
    text-decoration: none; }

.site-footer {
  background: #231816;
  padding: 100px 0 0; }
  @media (max-width: 767px) {
    .main-navigation ul {
        width: 100vw;
    }
    .site-footer {
      padding-top: 50px; } }
  .site-footer .footer_inner {
    padding: 0 30px;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1360px) {
      .site-footer .footer_inner {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .site-footer .footer_inner {
        padding: 0;
        flex-direction: column;
        gap: 40px; } }
    .site-footer .footer_inner .footer_lft {
      display: flex;
      flex-direction: column;
      gap: 55px; }
      @media (max-width: 1200px) {
        .site-footer .footer_inner .footer_lft {
          gap: 30px; } }
      @media (max-width: 767px) {
        .site-footer .footer_inner .footer_lft {
          flex-direction: row;
          align-items: center; } }
      @media (max-width: 767px) {
        .site-footer .footer_inner .footer_lft .footer_logo img {
          width: 49px; } }
      .site-footer .footer_inner .footer_lft .footer_txt p {
        color: #fff;
        font-size: 18px;
        line-height: calc(24/18);
        margin: 0;
        font-weight: 500; }
        @media (max-width: 1200px) {
          .site-footer .footer_inner .footer_lft .footer_txt p {
            font-size: 16px; } }
        @media (max-width: 767px) {
          .site-footer .footer_inner .footer_lft .footer_txt p {
            font-size: 11px; } }
    .site-footer .footer_inner .footer_rgt {
      display: flex;
      gap: 60px;
      justify-content: end; }
      @media (max-width: 1200px) {
        .site-footer .footer_inner .footer_rgt {
          gap: 30px; } }
      @media (max-width: 767px) {
        .site-footer .footer_inner .footer_rgt {
          flex-direction: row-reverse;
          justify-content: space-between;
          gap: 40px; } }
      @media (max-width: 767px) {
        .site-footer .footer_inner .footer_rgt > div {
          width: 50%; } }
      .site-footer .footer_inner .footer_rgt ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 18px; }
        @media (max-width: 1200px) {
          .site-footer .footer_inner .footer_rgt ul {
            gap: 10px; } }
        .site-footer .footer_inner .footer_rgt ul li a {
          text-decoration: none;
          color: #fff;
          font-weight: 500;
          font-size: 18px;
          line-height: calc(24/18); }
          .site-footer .footer_inner .footer_rgt ul li a:hover {
            color: #E83320; }
          @media (max-width: 1200px) {
            .site-footer .footer_inner .footer_rgt ul li a {
              font-size: 14px; } }
          @media (max-width: 767px) {
            .site-footer .footer_inner .footer_rgt ul li a {
              font-size: 12px; } }
  .site-footer .footer_copyright {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: calc(24/16);
    font-weight: 500;
    padding: 128px 0 61px; }
    @media (max-width: 1200px) {
      .site-footer .footer_copyright {
        padding: 50px 0 30px; } }
    @media (max-width: 767px) {
      .site-footer .footer_copyright {
        font-size: 9px; } }

.sc_ttl h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
  font-weight: 600;
  margin: 0; }
  @media (max-width: 1360px) {
    .sc_ttl h2 {
      font-size: 50px; } }
  @media (max-width: 1200px) {
    .sc_ttl h2 {
      font-size: 34px; } }
  @media (max-width: 767px) {
    .sc_ttl h2 {
      font-size: 32px; } }
  .sc_ttl h2 span {
    position: relative;
    top: -2px;
    display: block;
    color: #E83320;
    font-size: 16px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif; }
    @media (max-width: 767px) {
      .sc_ttl h2 span {
        font-size: 11px; } }

.sc_link {
  display: flex;
  border-radius: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  position: relative;
  width: 220px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  text-decoration: none;
  text-align: center;
  border: 2px solid #E83320;
  background: #E83320 url(img/link_icon.svg) no-repeat center right 17px;
  color: #fff !important;
  padding: 0 30px;
  transition: all 0.15s; }
  @media (max-width: 767px) {
    .sc_link {
      width: 200px;
      min-height: 50px;
      font-size: 16px; } }
  .sc_link:hover {
    color: #E83320 !important;
    background: #fff url(img/hover_icon.svg) no-repeat center right 17px; }

.page_banner_sc {
  position: relative; }
  @media (max-width: 767px) {
    .page_banner_sc {
      padding-top: 93px; } }
  @media (max-width: 767px) {
    .page_banner_sc > img {
      width: 100%;
      height: 580px;
      object-fit: cover;
      object-position: center; } }
  .page_banner_sc .page_banner_txt {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 346px; }
    @media (max-width: 767px) {
      .page_banner_sc .page_banner_txt {
        min-width: unset; } }
    .page_banner_sc .page_banner_txt .page_banner_ttl,
    .page_banner_sc .page_banner_txt h1 {
      font-family: "Montserrat", sans-serif;
      margin: 0;
      font-size: 56px;
      color: #231816;
      font-weight: 600;
      background: #fff;
      border-bottom: 14px solid #E83320;
      line-height: 1;
      padding: 15px 20px; }
      @media (max-width: 767px) {
        .page_banner_sc .page_banner_txt .page_banner_ttl,
        .page_banner_sc .page_banner_txt h1 {
          padding: 15px 20px;
          font-size: 30px;
          min-width: 190px;
          border-bottom: 7px solid #E83320; } }
      .page_banner_sc .page_banner_txt .page_banner_ttl span,
      .page_banner_sc .page_banner_txt h1 span {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: bold;
        color: #E83320;
        display: block;
        font-size: 18px;
        margin-top: 15px; }
        @media (max-width: 767px) {
          .page_banner_sc .page_banner_txt .page_banner_ttl span,
          .page_banner_sc .page_banner_txt h1 span {
            font-size: 14px;
            margin-top: 5px; } }

.page_pankuzu ul {
  margin: -4px 0 0;
  padding: 0 30px 5px;
  list-style: none;
  display: flex; }
  @media (max-width: 1360px) {
    .page_pankuzu ul {
      padding: 0 15px; } }
  @media (max-width: 767px) {
    .page_pankuzu ul {
      padding: 0;
      margin: 0; } }
  .page_pankuzu ul li a {
    font-size: 14px;
    color: #E83320;
    white-space: nowrap;
    text-decoration: none; }
    .page_pankuzu ul li a:hover {
      text-decoration: none; }
    @media (max-width: 767px) {
      .page_pankuzu ul li a {
        font-size: 12px; } }
  .page_pankuzu ul li span {
    font-size: 14px;
    color: #B4B4B4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    min-width: 0;
    position: relative;
    top: 7px; }
    @media (max-width: 767px) {
      .page_pankuzu ul li span {
        font-size: 12px; } }

.contact_sc {
  background: #F7F7F7;
  padding: 100px 0; }
  @media (max-width: 1200px) {
    .contact_sc {
      padding: 70px 0; } }
  @media (max-width: 767px) {
    .contact_sc {
      padding: 35px 0; } }
  .contact_sc .contact_inner {
    padding: 0 30px;
    text-align: center; }
    @media (max-width: 1360px) {
      .contact_sc .contact_inner {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .contact_sc .contact_inner {
        padding: 0; } }
    .contact_sc .contact_inner p {
      font-size: 32px;
      font-weight: 500;
      margin: 0 0 22px; }
      @media (max-width: 767px) {
        .contact_sc .contact_inner p {
          font-size: 20px; } }

.wpcf7 form.sent .wpcf7-response-output {
  text-align: center; }

.privacy_cnt {
  line-height: 2;
  font-size: 16px; }
  @media (max-width: 767px) {
    .privacy_cnt {
      line-height: 1.6;
      font-size: 14px; } }

@media (max-width: 767px) {
  .page-id-58 .page_banner_txt {
    min-width: 325px !important; } }

@media (max-width: 767px) {
  .wp-block-table {
    font-size: 14px; } }

/* Page
--------------------------------------------- */
.mv_sc .mv_item {
  position: relative; }
  .mv_sc .mv_item .mv_img {
    height: 919px; }
    @media (max-width: 1200px) {
      .mv_sc .mv_item .mv_img {
        height: 100vh; } }
    .mv_sc .mv_item .mv_img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }
  .mv_sc .mv_item .mv_txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(5% + 30px); }
    @media (max-width: 1360px) {
      .mv_sc .mv_item .mv_txt {
        left: calc(5% + 15px); } }
    @media (max-width: 767px) {
      .mv_sc .mv_item .mv_txt {
        left: 5%; } }
    .mv_sc .mv_item .mv_txt span {
      position: relative;
      font-size: 56px;
      font-weight: bold;
      line-height: calc(81/56);
      z-index: 1; }
      @media (max-width: 1360px) {
        .mv_sc .mv_item .mv_txt span {
          font-size: 50px; } }
      @media (max-width: 1200px) {
        .mv_sc .mv_item .mv_txt span {
          font-size: 34px; } }
      @media (max-width: 767px) {
        .mv_sc .mv_item .mv_txt span {
          font-size: 30px;
          line-height: 1.6; } }
      .mv_sc .mv_item .mv_txt span:before {
        content: '';
        position: absolute;
        top: 11px;
        bottom: -8px;
        left: 0;
        right: -2px;
        background: #fff;
        z-index: -1; }
        @media (max-width: 767px) {
          .mv_sc .mv_item .mv_txt span:before {
            top: 5px;
            bottom: -5px; } }
      .mv_sc .mv_item .mv_txt span:after {
        content: '';
        position: absolute;
        height: 14px;
        bottom: -8px;
        left: 0;
        right: -2px;
        background: #E83320;
        z-index: -1; }
        @media (max-width: 767px) {
          .mv_sc .mv_item .mv_txt span:after {
            bottom: -5px;
            height: 6px; } }

.about_sc {
  overflow: hidden;
  padding: 92px 0 44px; }
  @media (max-width: 1200px) {
    .about_sc {
      padding: 70px 0; } }
  .about_sc .sc_ttl {
    padding: 0 30px; }
    @media (max-width: 1360px) {
      .about_sc .sc_ttl {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .about_sc .sc_ttl {
        padding: 0; } }
    .about_sc .sc_ttl h2 {
      margin-bottom: 30px; }
  .about_sc .about_inner {
    position: relative;
    padding-left: 30px;
    line-height: calc(50/20); }
    .about_sc .about_inner .about_cnt {
      max-width: 60%; }
    @media (max-width: 1800px) {
      .about_sc .about_inner {
        line-height: 1.6; } }
    @media (max-width: 1360px) {
      .about_sc .about_inner {
        padding-left: 15px; } }
    @media (max-width: 1500px) {
      .about_sc .about_inner .about_cnt {
        max-width: 52%; } }
    @media (max-width: 1200px) {
      .about_sc .about_inner {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .about_sc .about_inner {
        padding-left: 0; }
        .about_sc .about_inner .about_cnt {
          max-width: 100%; } }
    .about_sc .about_inner p {
      margin: 0 0 50px; }
      @media (max-width: 767px) {
        .about_sc .about_inner p {
          margin-bottom: 30px; } }
    .about_sc .about_inner .sc_link {
      margin-top: 88px; }
      @media (max-width: 1200px) {
        .about_sc .about_inner .sc_link {
          margin-top: 35px; } }
      @media (max-width: 767px) {
        .about_sc .about_inner .sc_link {
          margin-top: 20px; } }
    .about_sc .about_inner .about_img {
      position: absolute;
      width: 55%;
      top: 10px;
      right: -5vw; }
      @media (max-width: 1800px) {
        .about_sc .about_inner .about_img {
          width: 50%; } }
      @media (max-width: 767px) {
        .about_sc .about_inner .about_img {
          width: calc(100% + 10vw);
          position: relative;
          margin-top: 30px;
          top: 0;
          right: 0;
          left: -5vw; } }
      .about_sc .about_inner .about_img img {
        width: 100%; }

.works_sc {
  padding: 155px 0 200px; }
  @media (max-width: 1200px) {
    .works_sc {
      padding: 70px 0 150px; } }
  .works_sc .works_top {
    padding: 0 30px;
    display: flex;
    justify-content: start;
    align-items: start; }
    @media (max-width: 1360px) {
      .works_sc .works_top {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .works_sc .works_top {
        flex-direction: column;
        gap: 15px; } }
    .works_sc .works_top .sc_ttl {
      width: 26%; }
      @media (max-width: 1360px) {
        .works_sc .works_top .sc_ttl {
          width: 30%; } }
      @media (max-width: 767px) {
        .works_sc .works_top .sc_ttl {
          width: 100%; } }
      .works_sc .works_top .sc_ttl h2 {
        margin: 0; }
    .works_sc .works_top .works_txt {
      width: 74%;
      line-height: calc(42/20); }
      @media (max-width: 1360px) {
        .works_sc .works_top .works_txt {
          width: 70%;
          font-size: 17px; } }
      @media (max-width: 1360px) {
        .works_sc .works_top .works_txt {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .works_sc .works_top .works_txt {
          font-size: 14px;
          width: 100%; } }
  .works_sc .works_list {
    display: flex;
    padding-top: 53px;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .works_sc .works_list {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    .works_sc .works_list .works_item {
      display: block;
      width: 25%;
      position: relative;
      font-size: 24px;
      font-weight: bold;
      color: #fff;
      text-decoration: none;
      transition: all 0.15s;
      overflow: hidden; }
      @media (max-width: 1360px) {
        .works_sc .works_list .works_item {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .works_sc .works_list .works_item {
          width: 50%;
          font-size: 14px; } }
      .works_sc .works_list .works_item:after {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        background: url(img/arrow_icon.svg) no-repeat top left;
        background-size: 100% 100%;
        bottom: 20px;
        right: 20px; }
        @media (max-width: 767px) {
          .works_sc .works_list .works_item:after {
            width: 20px;
            height: 20px;
            right: 10px;
            bottom: 10px; } }
      .works_sc .works_list .works_item:hover {
        color: #E83320; }
        .works_sc .works_list .works_item:hover .works_img img {
          transform: scale(1.2); }
      .works_sc .works_list .works_item .works_img {
        background: #231816;
        height: 100%; }
        .works_sc .works_list .works_item .works_img img {
          display: block;
          transition: all 0.3s;
          transform: scale(1);
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .works_sc .works_list .works_item span {
        display: block;
        width: 100%;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media (max-width: 767px) {
          .works_sc .works_list .works_item span {
            display: block;
            width: 100%;
            text-align: center; } }

.product_sc {
  background: #F7F7F7;
  padding: 183px 0 200px; }
  @media (max-width: 1200px) {
    .product_sc {
      padding: 150px 0; } }
  .product_sc .product_top {
    padding: 0 30px 54px;
    display: flex;
    justify-content: start;
    align-items: start; }
    @media (max-width: 1360px) {
      .product_sc .product_top {
        padding: 0 15px 35px; } }
    @media (max-width: 767px) {
      .product_sc .product_top {
        flex-direction: column;
        padding: 0 0 35px;
        gap: 15px; } }
    .product_sc .product_top .sc_ttl {
      width: 26%; }
      @media (max-width: 1360px) {
        .product_sc .product_top .sc_ttl {
          width: 30%; } }
      @media (max-width: 767px) {
        .product_sc .product_top .sc_ttl {
          width: 100%; } }
      .product_sc .product_top .sc_ttl h2 {
        margin: 0; }
    .product_sc .product_top .product_txt {
      width: 74%;
      line-height: calc(42/20); }
      @media (max-width: 1360px) {
        .product_sc .product_top .product_txt {
          width: 70%;
          font-size: 17px; } }
      @media (max-width: 1360px) {
        .product_sc .product_top .product_txt {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .product_sc .product_top .product_txt {
          width: 100%;
          font-size: 14px; } }
  .product_sc .product_list .product_item {
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #B4B4B4;
    width: 435px; }
    @media (max-width: 767px) {
      .product_sc .product_list .product_item {
        width: 300px; } }
    .product_sc .product_list .product_item:after {
      content: '';
      position: absolute;
      width: 1px;
      height: 100%;
      background: #B4B4B4;
      top: 0;
      right: 0; }
    .product_sc .product_list .product_item:hover .product_thumb img {
      transform: scale(1.2); }
    .product_sc .product_list .product_item .product_thumb {
      background: #B3B3B3;
      position: relative;
      height: 279px;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden; }
      @media (max-width: 767px) {
        .product_sc .product_list .product_item .product_thumb {
          height: 220px; } }
      .product_sc .product_list .product_item .product_thumb:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        background: #FFFFFF;
        top: 0;
        right: 0;
        z-index: 1; }
      .product_sc .product_list .product_item .product_thumb img {
        max-height: 100%;
        display: block;
        transition: all 0.3s;
        transform: scale(1); }
    .product_sc .product_list .product_item .product_block {
      position: relative;
      padding: 18px 30px 30px; }
      @media (max-width: 767px) {
        .product_sc .product_list .product_item .product_block {
          padding: 15px 15px 60px; } }
      .product_sc .product_list .product_item .product_block .product_title {
        margin: 0; }
        .product_sc .product_list .product_item .product_block .product_title a {
          font-size: 20px;
          line-height: calc(29/20);
          color: #231816;
          text-decoration: none; }
          @media (max-width: 767px) {
            .product_sc .product_list .product_item .product_block .product_title a {
              font-size: 14px; } }
      .product_sc .product_list .product_item .product_block .product_date {
        font-size: 14px;
        line-height: calc(20/14);
        color: #B4B4B4;
        margin-bottom: 4px; }
        @media (max-width: 767px) {
          .product_sc .product_list .product_item .product_block .product_date {
            font-size: 9px; } }
      .product_sc .product_list .product_item .product_block .product_tags {
        display: flex;
        gap: 2px 10px;
        flex-wrap: wrap;
        font-weight: 500; }
        .product_sc .product_list .product_item .product_block .product_tags .tag {
          border-bottom: 1px solid #E83320;
          text-decoration: none;
          color: #E83320;
          font-size: 14px;
          line-height: calc(20/14); }
          .product_sc .product_list .product_item .product_block .product_tags .tag:hover {
            border-bottom: none; }
          @media (max-width: 767px) {
            .product_sc .product_list .product_item .product_block .product_tags .tag {
              font-size: 10px; } }
  .product_sc .product_list .slide_bot {
    display: flex;
    gap: 58px;
    align-items: center;
    padding: 62px 0 0 30px; }
    @media (max-width: 767px) {
      .product_sc .product_list .slide_bot {
        gap: 20px;
        padding: 20px 0; } }
  .product_sc .product_list .slide_dots {
    width: 67.3%; }
    @media (max-width: 767px) {
      .product_sc .product_list .slide_dots {
        width: calc(100% - 66px); } }
    .product_sc .product_list .slide_dots ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex; }
      .product_sc .product_list .slide_dots ul li {
        width: 100%; }
        .product_sc .product_list .slide_dots ul li a {
          position: relative;
          display: block;
          height: 2px;
          background: #D3D3D3;
          border-radius: 1px;
          transition: all 0.15s; }
        .product_sc .product_list .slide_dots ul li.slick-active a:before {
          content: '';
          position: absolute;
          display: block;
          height: 4px;
          background: #B4B4B4;
          border-radius: 2px;
          top: -1px;
          width: 100%; }
  .product_sc .product_list .slide_arrow {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px; }
    @media (max-width: 767px) {
      .product_sc .product_list .slide_arrow {
        gap: 10px; } }
    .product_sc .product_list .slide_arrow li a {
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      transition: all 0.15s; }
      @media (max-width: 767px) {
        .product_sc .product_list .slide_arrow li a {
          width: 28px;
          height: 28px; } }
      .product_sc .product_list .slide_arrow li a:hover {
        background-color: #E83320 !important; }
    .product_sc .product_list .slide_arrow li.slide_arrow_prev a {
      background: #231816 url(img/slide_prev.svg) no-repeat center center; }
      @media (max-width: 767px) {
        .product_sc .product_list .slide_arrow li.slide_arrow_prev a {
          background-size: 6px auto; } }
    .product_sc .product_list .slide_arrow li.slide_arrow_next a {
      background: #231816 url(img/slide_next.svg) no-repeat center center; }
      @media (max-width: 767px) {
        .product_sc .product_list .slide_arrow li.slide_arrow_next a {
          background-size: 6px auto; } }
  .product_sc .product_list .slide_btn .sc_link {
    display: flex;
    align-items: center;
    width: 320px;
    justify-content: center;
    padding-right: 20px; }
    @media (max-width: 767px) {
      .product_sc .product_list .slide_btn .sc_link {
        width: 240px; } }

.blog_sc {
  padding: 152px 0 200px; }
  @media (max-width: 1200px) {
    .blog_sc {
      padding: 150px 0; } }
  .blog_sc .blog_top {
    padding: 0 30px 53px;
    display: flex;
    justify-content: start;
    align-items: start; }
    @media (max-width: 1360px) {
      .blog_sc .blog_top {
        padding: 0 15px 35px; } }
    @media (max-width: 767px) {
      .blog_sc .blog_top {
        flex-direction: column;
        gap: 15px; } }
    .blog_sc .blog_top .sc_ttl {
      width: 26%; }
      @media (max-width: 1360px) {
        .blog_sc .blog_top .sc_ttl {
          width: 30%; } }
      @media (max-width: 767px) {
        .blog_sc .blog_top .sc_ttl {
          width: 100%; } }
      .blog_sc .blog_top .sc_ttl h2 {
        margin: 0; }
    .blog_sc .blog_top .blog_txt {
      width: 74%;
      line-height: calc(42/20); }
      @media (max-width: 1360px) {
        .blog_sc .blog_top .blog_txt {
          width: 70%;
          font-size: 17px; } }
      @media (max-width: 1360px) {
        .blog_sc .blog_top .blog_txt {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .blog_sc .blog_top .blog_txt {
          font-size: 14px;
          width: 100%; } }
  .blog_sc .blog_list .blog_item {
    cursor: pointer;
    position: relative;
    border-top: 1px solid #B4B4B4;
    border-bottom: 1px solid #B4B4B4;
    width: 435px; }
    @media (max-width: 767px) {
      .blog_sc .blog_list .blog_item {
        width: 300px; } }
    .blog_sc .blog_list .blog_item:hover .blog_block .blog_title a {
      color: #E83320; }
    .blog_sc .blog_list .blog_item:before {
      content: '';
      position: absolute;
      width: 40px;
      height: 40px;
      bottom: 20px;
      right: 20px;
      background: url(img/arrow_icon.svg) no-repeat top left;
      background-size: 100%; }
      @media (max-width: 767px) {
        .blog_sc .blog_list .blog_item:before {
          width: 20px;
          height: 20px;
          bottom: 10px;
          right: 10px; } }
    .blog_sc .blog_list .blog_item:after {
      content: '';
      position: absolute;
      width: 1px;
      height: 100%;
      background: #B4B4B4;
      top: 0;
      right: 0; }
    .blog_sc .blog_list .blog_item .blog_block {
      position: relative;
      padding: 49px 30px 60px; }
      @media (max-width: 767px) {
        .blog_sc .blog_list .blog_item .blog_block {
          padding: 30px 15px; } }
      .blog_sc .blog_list .blog_item .blog_block .blog_title {
        margin: 0 0 8px; }
        .blog_sc .blog_list .blog_item .blog_block .blog_title a {
          display: inline-block;
          font-size: 20px;
          line-height: calc(30/20);
          color: #231816;
          text-decoration: none; }
          @media (max-width: 767px) {
            .blog_sc .blog_list .blog_item .blog_block .blog_title a {
              font-size: 14px; } }
      .blog_sc .blog_list .blog_item .blog_block .blog_date {
        font-size: 14px;
        line-height: calc(20/14);
        color: #B4B4B4;
        margin-bottom: 19px;
        font-weight: 500; }
        @media (max-width: 767px) {
          .blog_sc .blog_list .blog_item .blog_block .blog_date {
            font-size: 9px; } }
      .blog_sc .blog_list .blog_item .blog_block .blog_tags {
        display: flex;
        gap: 2px 10px;
        flex-wrap: wrap;
        font-weight: 500; }
        .blog_sc .blog_list .blog_item .blog_block .blog_tags .tag {
          border-bottom: 1px solid #E83320;
          color: #E83320;
          font-size: 14px;
          line-height: calc(20/14);
          text-decoration: none; }
          .blog_sc .blog_list .blog_item .blog_block .blog_tags .tag:hover {
            border-bottom: none; }
          @media (max-width: 767px) {
            .blog_sc .blog_list .blog_item .blog_block .blog_tags .tag {
              font-size: 10px; } }
  .blog_sc .blog_list .slide_bot {
    display: flex;
    gap: 58px;
    align-items: center;
    padding: 62px 0px 0 30px; }
    @media (max-width: 767px) {
      .blog_sc .blog_list .slide_bot {
        gap: 20px;
        padding: 20px 0; } }
  .blog_sc .blog_list .slide_dots {
    width: 67.3%; }
    @media (max-width: 767px) {
      .blog_sc .blog_list .slide_dots {
        width: calc(100% - 66px); } }
    .blog_sc .blog_list .slide_dots ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex; }
      .blog_sc .blog_list .slide_dots ul li {
        width: 100%; }
        .blog_sc .blog_list .slide_dots ul li a {
          position: relative;
          display: block;
          height: 2px;
          background: #D3D3D3;
          border-radius: 1px;
          transition: all 0.15s; }
        .blog_sc .blog_list .slide_dots ul li.slick-active a:before {
          content: '';
          position: absolute;
          display: block;
          height: 4px;
          background: #B4B4B4;
          border-radius: 2px;
          top: -1px;
          width: 100%; }
  .blog_sc .blog_list .slide_arrow {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px; }
    @media (max-width: 767px) {
      .blog_sc .blog_list .slide_arrow {
        gap: 10px; } }
    .blog_sc .blog_list .slide_arrow li a {
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      transition: all 0.15s; }
      .blog_sc .blog_list .slide_arrow li a:hover {
        background-color: #E83320 !important; }
      @media (max-width: 767px) {
        .blog_sc .blog_list .slide_arrow li a {
          width: 28px;
          height: 28px; } }
    .blog_sc .blog_list .slide_arrow li.slide_arrow_prev a {
      background: #231816 url(img/slide_prev.svg) no-repeat center center; }
      @media (max-width: 767px) {
        .blog_sc .blog_list .slide_arrow li.slide_arrow_prev a {
          background-size: 6px auto; } }
    .blog_sc .blog_list .slide_arrow li.slide_arrow_next a {
      background: #231816 url(img/slide_next.svg) no-repeat center center; }
      @media (max-width: 767px) {
        .blog_sc .blog_list .slide_arrow li.slide_arrow_next a {
          background-size: 6px auto; } }
  .blog_sc .blog_list .slide_btn .sc_link {
    display: flex;
    align-items: center;
    width: 320px;
    justify-content: center;
    padding-right: 20px; }
    @media (max-width: 767px) {
      .blog_sc .blog_list .slide_btn .sc_link {
        width: 260px; } }

.recruit_sc {
  background: url(img/recruit_bg.png) no-repeat top left;
  padding: 92px 0 128px; }
  .recruit_sc .recruit_inner {
    padding: 0 30px; }
    @media (max-width: 1360px) {
      .recruit_sc .recruit_inner {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .recruit_sc .recruit_inner {
        padding: 0; } }
    .recruit_sc .recruit_inner .recruit_txt p {
      margin: 60px 0;
      font-size: 18px;
      line-height: calc(24/18); }
      @media (max-width: 767px) {
        .recruit_sc .recruit_inner .recruit_txt p {
          font-size: 14px; } }
  @media (max-width: 767px) {
    .recruit_sc {
      background: url(img/recruit_bg_sp.png) no-repeat center center;
      background-size: auto 100%;
      padding: 150px 0; } }

.workflow_sc {
  padding: 82px 0; }
  @media (max-width: 1200px) {
    .workflow_sc {
      padding: 70px 0; } }
  @media (max-width: 767px) {
    .workflow_sc {
      padding-bottom: 35px; } }
  .workflow_sc .sc_ttl {
    margin-bottom: 45px; }
    @media (max-width: 767px) {
      .workflow_sc .sc_ttl {
        margin-bottom: 60px; } }
  .workflow_sc .workflow_inner {
    padding: 0 30px; }
    @media (max-width: 1360px) {
      .workflow_sc .workflow_inner {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .workflow_sc .workflow_inner {
        padding: 0; } }
    .workflow_sc .workflow_inner .workflow_cnt {
      line-height: calc(50/20);
      margin-bottom: 80px; }
      @media (max-width: 1360px) {
        .workflow_sc .workflow_inner .workflow_cnt {
          line-height: 1.7; } }
      @media (max-width: 767px) {
        .workflow_sc .workflow_inner .workflow_cnt {
          font-size: 14px;
          margin-bottom: 30px; } }
      .workflow_sc .workflow_inner .workflow_cnt b {
        font-size: 24px;
        font-weight: bold;
        display: block;
        margin-bottom: -33px; }
        @media (max-width: 767px) {
          .workflow_sc .workflow_inner .workflow_cnt b {
            font-size: 14px;
            margin-bottom: 0; } }
    @media (max-width: 767px) {
      .workflow_sc .workflow_inner .workflow_img {
        width: calc(100% + 30px);
        position: relative;
        left: -15px; } }

.step_sc {
  padding: 105px 0;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .step_sc {
      padding: 70px 0; } }
  @media (max-width: 767px) {
    .step_sc {
      padding: 35px 0; } }
  .step_sc .step_inner {
    padding: 0 30px; }
    @media (max-width: 1360px) {
      .step_sc .step_inner {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .step_sc .step_inner {
        padding: 0; } }
  .step_sc .step_block {
    display: flex;
    flex-direction: column;
    gap: 110px; }
    @media (max-width: 767px) {
      .step_sc .step_block {
        gap: 60px; } }
  .step_sc .step_item {
    display: flex;
    gap: 68px; }
    @media (max-width: 767px) {
      .step_sc .step_item {
        flex-direction: column;
        gap: 20px; } }
    .step_sc .step_item .step_img {
      width: calc((100% - 68px) / 2); }
      @media (max-width: 767px) {
        .step_sc .step_item .step_img {
          width: 100%; } }
      @media (max-width: 767px) {
        .step_sc .step_item .step_img img {
          width: 100%; } }
    .step_sc .step_item .step_cnt {
      width: calc((100% - 68px) / 2); }
      @media (max-width: 767px) {
        .step_sc .step_item .step_cnt {
          width: 100%; } }
      .step_sc .step_item .step_cnt .step_num {
        font-family: "Montserrat", sans-serif;
        font-size: 24px;
        font-weight: 600; }
        @media (max-width: 767px) {
          .step_sc .step_item .step_cnt .step_num {
            font-size: 18px; } }
      .step_sc .step_item .step_cnt .step_ttl {
        color: #E83320;
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 47px; }
        @media (max-width: 767px) {
          .step_sc .step_item .step_cnt .step_ttl {
            font-size: 30px;
            margin-bottom: 20px; } }
      .step_sc .step_item .step_cnt .step_txt {
        line-height: calc(50/20); }
        @media (max-width: 1360px) {
          .step_sc .step_item .step_cnt .step_txt {
            line-height: 1.7; } }
        @media (max-width: 767px) {
          .step_sc .step_item .step_cnt .step_txt {
            font-size: 14px; } }
    @media (max-width: 767px) {
      .step_sc .step_item:nth-child(odd) .step_img {
        width: 110%;
        position: relative;
        right: 0; } }
    .step_sc .step_item:nth-child(even) .step_img {
      order: 1; }
      @media (max-width: 767px) {
        .step_sc .step_item:nth-child(even) .step_img {
          order: 2;
          width: 110%;
          position: relative;
          left: -10%; } }
    .step_sc .step_item:nth-child(even) .step_cnt {
      order: 2; }
      @media (max-width: 767px) {
        .step_sc .step_item:nth-child(even) .step_cnt {
          order: 1; } }
  .step_sc .step_note {
    display: flex;
    flex-direction: column;
    padding-top: 102px;
    gap: 90px; }
    @media (max-width: 767px) {
      .step_sc .step_note {
        padding-top: 50px;
        gap: 30px; } }
    .step_sc .step_note .step_note_ttl {
      font-size: 24px;
      font-weight: 900;
      margin-bottom: 29px; }
      @media (max-width: 767px) {
        .step_sc .step_note .step_note_ttl {
          font-size: 14px; } }
    .step_sc .step_note .step_note_txt {
      line-height: calc(50/20); }
      @media (max-width: 1360px) {
        .step_sc .step_note .step_note_txt {
          line-height: 1.7; } }
      @media (max-width: 767px) {
        .step_sc .step_note .step_note_txt {
          font-size: 14px; } }

.page-template-order_temp .works_sc {
  padding: 77px 0 203px; }
  @media (max-width: 1200px) {
    .page-template-order_temp .works_sc {
      padding: 70px 0; } }
  @media (max-width: 767px) {
    .page-template-order_temp .works_sc {
      padding: 35px 0 100px; }
      .page-template-order_temp .works_sc .container {
        padding: 0; } }

@media (max-width: 767px) {
  .contact_sc {
    padding: 100px 0; } }
.contact_sc .sc_link {
  width: 100%;
  margin: 0 auto;
  max-width: 670px;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 600;
  padding: 19px 30px;
  border-radius: 40px;
  background-size: 18px 22px; }
  @media (max-width: 767px) {
    .contact_sc .sc_link {
      font-size: 14px;
      padding: 5px 30px;
      background-size: 9px auto;
      width: 320px;
      height: 70px; } }

.philosophy_section {
  padding: 84px 0 70px;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .philosophy_section {
      padding: 70px 0; } }
  .philosophy_section .sc_ttl {
    padding: 0 30px; }
    @media (max-width: 1360px) {
      .philosophy_section .sc_ttl {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .philosophy_section .sc_ttl {
        padding: 0; } }
    .philosophy_section .sc_ttl h2 {
      margin-bottom: 47px; }
      @media (max-width: 767px) {
        .philosophy_section .sc_ttl h2 {
          margin-bottom: 25px; } }
  .philosophy_section .philosophy_inner {
    position: relative;
    padding-left: 30px;
    line-height: calc(50/20); }
    @media (max-width: 1800px) {
      .philosophy_section .philosophy_inner {
        line-height: 1.6; }
        .philosophy_section .philosophy_inner .philosophy_cnt {
          max-width: 52%; } }
    @media (max-width: 1360px) {
      .philosophy_section .philosophy_inner {
        padding-left: 15px; } }
    @media (max-width: 1500px) {
      .philosophy_section .philosophy_inner .philosophy_cnt {
        max-width: 52%; } }
    @media (max-width: 1200px) {
      .philosophy_section .philosophy_inner {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .philosophy_section .philosophy_inner {
        padding-left: 0;
        font-size: 14px; }
        .philosophy_section .philosophy_inner .philosophy_cnt {
          max-width: 100%; } }
    .philosophy_section .philosophy_inner p {
      margin: 0 0 50px; }
      @media (max-width: 767px) {
        .philosophy_section .philosophy_inner p {
          margin-bottom: 25px; } }
    .philosophy_section .philosophy_inner .philosophy_img {
      position: absolute;
      width: 55%;
      max-width: 764px;
      top: -145px;
      right: -5vw; }
      @media (max-width: 1800px) {
        .philosophy_section .philosophy_inner .philosophy_img {
          width: 50%; } }
      @media (max-width: 767px) {
        .philosophy_section .philosophy_inner .philosophy_img {
          width: calc(100% + 10vw);
          position: relative;
          margin-top: 30px;
          top: 0;
          right: 0;
          left: -5vw;
          display: none; } }
      .philosophy_section .philosophy_inner .philosophy_img img {
        width: 100%; }

.information_sc {
  padding: 57px 0; }
  @media (max-width: 767px) {
    .information_sc {
      padding: 35px 0; } }
  .information_sc .sc_ttl {
    margin-bottom: 35px; }
  .information_sc .information_inner {
    padding: 0 30px; }
    @media (max-width: 1360px) {
      .information_sc .information_inner {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .information_sc .information_inner {
        padding: 0; } }
    .information_sc .information_inner .information_block {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 1200px) {
        .information_sc .information_inner .information_block {
          flex-direction: column; } }
      .information_sc .information_inner .information_block .information_row:first-child {
        width: 100%; }
        @media (max-width: 1360px) {
          .information_sc .information_inner .information_block .information_row:first-child {
            width: 50%; } }
        @media (max-width: 1360px) {
          .information_sc .information_inner .information_block .information_row:first-child {
            width: 100%; } }
      .information_sc .information_inner .information_block .information_row dl {
        display: flex;
        flex-wrap: wrap;
        gap: 40px 70px; }
        @media (max-width: 767px) {
          .information_sc .information_inner .information_block .information_row dl {
            gap: 22px 25px; } }
        @media (max-width: 767px) {
          .information_sc .information_inner .information_block .information_row dl {
            font-size: 14px;
            margin: 0; } }
        .information_sc .information_inner .information_block .information_row dl dt {
          width: 100px;
          line-height: calc(35/20); }
          @media (max-width: 767px) {
            .information_sc .information_inner .information_block .information_row dl dt {
              width: 70px; } }
        .information_sc .information_inner .information_block .information_row dl dd {
          margin: 0;
          line-height: calc(35/20);
          width: calc(100% - 170px); }
          @media (max-width: 767px) {
            .information_sc .information_inner .information_block .information_row dl dd {
              width: calc(100% - 95px); } }
          .information_sc .information_inner .information_block .information_row dl dd b {
            font-weight: 900; }

.access_sc {
  padding: 110px 0 100px; }
  @media (max-width: 1200px) {
    .access_sc {
      padding: 70px 0; } }
  @media (max-width: 767px) {
    .access_sc {
      margin-top: -30px;
      padding: 35px 0; } }
  .access_sc .sc_ttl {
    margin-bottom: 39px; }
  .access_sc .access_inner {
    padding: 0 30px; }
    @media (max-width: 1360px) {
      .access_sc .access_inner {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .access_sc .access_inner {
        padding: 0; } }
    .access_sc .access_inner h3 {
      font-size: 24px;
      font-weight: 900;
      margin: 0 0 40px;
      line-height: calc(35/24); }
      @media (max-width: 767px) {
        .access_sc .access_inner h3 {
          margin-bottom: 20px;
          font-size: 14px; } }
    .access_sc .access_inner .access_block {
      gap: 30px;
      display: flex;
      margin-bottom: 100px; }
      @media (max-width: 767px) {
        .access_sc .access_inner .access_block {
          flex-direction: column;
          gap: 15px;
          margin-bottom: 50px;
          width: calc(100% + 30px);
          position: relative;
          left: -15px; } }
      .access_sc .access_inner .access_block > div {
        width: calc((100% - 30px) / 2); }
        @media (max-width: 767px) {
          .access_sc .access_inner .access_block > div {
            width: 100%; } }
        .access_sc .access_inner .access_block > div img {
          display: block; }
        .access_sc .access_inner .access_block > div p {
          margin: 0 auto;
          height: 100%; }
        .access_sc .access_inner .access_block > div iframe {
          width: 100%;
          height: 100%; }
          @media (max-width: 767px) {
            .access_sc .access_inner .access_block > div iframe {
              height: 267px; } }

.history_sc {
  background: url(img/history_bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 190px 0 200px;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .history_sc {
      padding: 70px 0; } }
  @media (max-width: 767px) {
    .history_sc {
      background-size: auto 100%; } }
  .history_sc .history_inner {
    padding: 0 30px; }
    @media (max-width: 1360px) {
      .history_sc .history_inner {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .history_sc .history_inner {
        padding: 0; } }
  .history_sc .sc_ttl h2 {
    color: #fff;
    margin-bottom: 55px; }
    .history_sc .sc_ttl h2 span {
      color: #fff; }
  .history_sc .slick-list {
    position: relative;
    left: calc(5vw + 30px);
    padding-top: 7px; }
    @media (max-width: 1360px) {
      .history_sc .slick-list {
        left: calc(5vw + 15px); } }
    @media (max-width: 767px) {
      .history_sc .slick-list {
        left: 5vw; } }
    .history_sc .slick-list:before {
      content: '';
      height: 2px;
      top: 7px;
      left: 15px;
      right: 0;
      background: #B4B4B4;
      position: absolute; }
    .history_sc .slick-list .history_item {
      position: relative;
      width: 397px;
      color: #fff;
      padding: 21px 0 0; }
      @media (max-width: 767px) {
        .history_sc .slick-list .history_item {
          width: 270px; } }
      .history_sc .slick-list .history_item .history_year {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 40px;
        margin-bottom: 19px; }
        @media (max-width: 767px) {
          .history_sc .slick-list .history_item .history_year {
            font-size: 32px; } }
        .history_sc .slick-list .history_item .history_year span {
          position: relative;
          font-size: 20px;
          font-family: "Noto Sans JP", sans-serif; }
          @media (max-width: 767px) {
            .history_sc .slick-list .history_item .history_year span {
              font-size: 14px;
              font-weight: 400; } }
      .history_sc .slick-list .history_item .history_text {
        font-size: 20px;
        line-height: calc(36/20); }
        @media (max-width: 767px) {
          .history_sc .slick-list .history_item .history_text {
            font-size: 14px; } }
        .history_sc .slick-list .history_item .history_text b {
          font-weight: 800; }
          @media (max-width: 767px) {
            .history_sc .slick-list .history_item .history_text b {
              font-weight: 400; } }
      .history_sc .slick-list .history_item:before {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        background: #FFFFFF;
        top: -5px;
        left: 10px;
        border-radius: 50%; }
  .history_sc .slide_bot {
    display: flex;
    gap: 58px;
    align-items: center;
    padding: 121px 0 0 41px; }
    @media (max-width: 767px) {
      .history_sc .slide_bot {
        gap: 20px;
        padding: 55px 0; } }
  .history_sc .slide_dots {
    width: calc(100% - 58px - 95px); }
    @media (max-width: 767px) {
      .history_sc .slide_dots {
        width: 100%; } }
    .history_sc .slide_dots ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex; }
      .history_sc .slide_dots ul li {
        width: 100%; }
        .history_sc .slide_dots ul li a {
          position: relative;
          display: block;
          height: 2px;
          background: #D3D3D3;
          border-radius: 1px;
          transition: all 0.15s; }
        .history_sc .slide_dots ul li.slick-active a:before {
          content: '';
          position: absolute;
          display: block;
          height: 4px;
          background: #fff;
          border-radius: 2px;
          top: -1px;
          width: 100%; }
  .history_sc .slide_arrow {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px;
    width: 95px; }
    @media (max-width: 767px) {
      .history_sc .slide_arrow {
        gap: 10px; } }
    .history_sc .slide_arrow li a {
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      transition: all 0.15s; }
      @media (max-width: 767px) {
        .history_sc .slide_arrow li a {
          width: 28px;
          height: 28px; } }
      .history_sc .slide_arrow li a:hover {
        background-color: #231816 !important; }
      .history_sc .slide_arrow li a.slick-disabled {
        background-color: #B4B4B4 !important;
        cursor: default !important; }
    .history_sc .slide_arrow li.slide_arrow_prev a {
      background: #E83320 url(img/slide_prev.svg) no-repeat center center; }
      @media (max-width: 767px) {
        .history_sc .slide_arrow li.slide_arrow_prev a {
          background-size: 6px auto; } }
    .history_sc .slide_arrow li.slide_arrow_next a {
      background: #E83320 url(img/slide_next.svg) no-repeat center center; }
      @media (max-width: 767px) {
        .history_sc .slide_arrow li.slide_arrow_next a {
          background-size: 6px auto; } }

.greeting_sc {
  padding: 193px 0 90px; }
  @media (max-width: 1200px) {
    .greeting_sc {
      padding: 70px 0; } }
  @media (max-width: 767px) {
    .greeting_sc {
      padding: 35px 0; } }
  .greeting_sc .greeting_inner {
    padding: 0 30px; }
    @media (max-width: 1360px) {
      .greeting_sc .greeting_inner {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .greeting_sc .greeting_inner {
        padding: 0; } }
  .greeting_sc .sc_ttl {
    margin-bottom: 38px; }
  .greeting_sc .greeting_sign {
    display: flex;
    justify-content: space-between;
    gap: 90px;
    align-items: center;
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .greeting_sc .greeting_sign {
        flex-direction: column;
        gap: 40px; } }
    .greeting_sc .greeting_sign .greeting_img {
      width: 50%; }
      @media (max-width: 767px) {
        .greeting_sc .greeting_sign .greeting_img {
          width: calc(100% + 30px);
          position: relative;
          left: -15px; } }
    .greeting_sc .greeting_sign .greeting_lft {
      width: calc(50% - 90px);
      font-size: 30px;
      font-weight: 900;
      line-height: calc(36/30); }
      @media (max-width: 1360px) {
        .greeting_sc .greeting_sign .greeting_lft {
          font-size: 24px; } }
      @media (max-width: 767px) {
        .greeting_sc .greeting_sign .greeting_lft {
          width: 100%;
          font-size: 18px;
          line-height: 1.6; } }
      .greeting_sc .greeting_sign .greeting_lft img {
        margin-top: 60px;
        display: block; }
        @media (max-width: 767px) {
          .greeting_sc .greeting_sign .greeting_lft img {
            width: 130px;
            margin-top: 30px; } }
  .greeting_sc .greeting_cnt {
    line-height: calc(50/20); }
    @media (max-width: 767px) {
      .greeting_sc .greeting_cnt {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .greeting_sc .greeting_cnt p:first-child {
        line-height: 1.6; } }
    .greeting_sc .greeting_cnt p:first-child strong {
      position: relative;
      top: 13px;
      font-size: 24px;
      font-weight: 900; }
      @media (max-width: 767px) {
        .greeting_sc .greeting_cnt p:first-child strong {
          top: 0;
          font-size: 14px;
          line-height: 1.6; } }

.associate_sc {
  padding: 60px 0 200px; }
  @media (max-width: 1200px) {
    .associate_sc {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .associate_sc {
      padding: 35px 0; } }
  .associate_sc .associate_inner {
    padding: 0 30px; }
    @media (max-width: 1360px) {
      .associate_sc .associate_inner {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .associate_sc .associate_inner {
        padding: 0; } }
  .associate_sc .sc_ttl {
    margin-bottom: 13px; }
  .associate_sc .associate_block {
    display: flex;
    gap: 70px; }
    @media (max-width: 767px) {
      .associate_sc .associate_block {
        flex-direction: column;
        gap: 40px; } }
  .associate_sc .associate_cnt {
    line-height: calc(50/20);
    width: calc(60% - 70px); }
    @media (max-width: 767px) {
      .associate_sc .associate_cnt {
        width: 100%;
        font-size: 14px; } }
    @media (max-width: 767px) {
      .associate_sc .associate_cnt p:first-child {
        margin-bottom: -15px; } }
    .associate_sc .associate_cnt p:first-child strong {
      position: relative;
      top: 13px;
      font-size: 24px;
      font-weight: 900; }
      @media (max-width: 767px) {
        .associate_sc .associate_cnt p:first-child strong {
          top: 0;
          font-size: 14px; } }
  .associate_sc .sc_link {
    margin-top: 39px; }
  .associate_sc .associate_img {
    width: 40%;
    padding-top: 120px;
    max-width: 674px; }
    @media (max-width: 767px) {
      .associate_sc .associate_img {
        padding: 0;
        width: 100%; } }

.production_sc {
  padding: 55px 0 0; }
  @media (max-width: 1200px) {
    .production_sc {
      padding: 45px 0 0; } }
  @media (max-width: 767px) {
    .production_sc {
      padding: 35px 0 0; } }
  .production_sc .production_inner {
    padding: 0 30px; }
    @media (max-width: 1360px) {
      .production_sc .production_inner {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .production_sc .production_inner {
        padding: 0; } }
    .production_sc .production_inner .production_desc {
      text-align: center;
      line-height: calc(42/20); }
      @media (max-width: 767px) {
        .production_sc .production_inner .production_desc {
          font-size: 14px; } }

.production_tag_list {
  padding: 94px 0 100px; }
  @media (max-width: 1200px) {
    .production_tag_list {
      padding: 45px 0; } }
  @media (max-width: 767px) {
    .production_tag_list {
      padding: 35px 0; } }
  .production_tag_list ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 50px 3.5%;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center; }
    @media (max-width: 767px) {
      .production_tag_list ul {
        gap: 25px 30px; } }
    @media (max-width: 767px) {
      .production_tag_list ul li {
        width: calc((100% - 30px) / 2);
        max-width: 160px; } }
    .production_tag_list ul li a {
      display: flex;
      border-radius: 28px;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      position: relative;
      justify-content: center;
      align-items: center;
      min-height: 56px;
      text-decoration: none;
      text-align: center;
      background: #E83320 url(img/link_icon.svg) no-repeat center right 17px;
      color: #fff !important;
      border: 2px solid #E83320;
      padding: 3px 45px;
      transition: all 0.15s; }
      @media (max-width: 767px) {
        .production_tag_list ul li a {
          min-height: 40px;
          font-size: 12px;
          padding: 3px 25px 3px 5px;
          background-position: center right 5px !important; } }
      .production_tag_list ul li a.active, .production_tag_list ul li a:hover {
        color: #E83320 !important;
        background: #fff url(img/hover_icon.svg) no-repeat center right 17px; }

.production_list {
  background: #F7F7F7;
  padding: 200px 0; }
  @media (max-width: 1200px) {
    .production_list {
      padding: 70px 0; } }
  @media (max-width: 767px) {
    .production_list .container {
      padding: 0; } }
  .production_list .production_block {
    display: flex;
    gap: 100px 29px;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .production_list .production_block {
        gap: 30px; } }
  .production_list .product_item {
    cursor: pointer;
    position: relative;
    border: 1px solid #B4B4B4;
    width: calc((100% - (29px * 3)) / 4); }
    .production_list .product_item:after {
      content: '';
      position: absolute;
      width: 40px;
      height: 40px;
      background: url(img/arrow_icon.svg) no-repeat top left;
      background-size: 100% 100%;
      bottom: 20px;
      right: 20px; }
      @media (max-width: 767px) {
        .production_list .product_item:after {
          width: 30px;
          height: 30px; } }
    @media (max-width: 767px) {
      .production_list .product_item {
        width: 100%; } }
    .production_list .product_item:hover .product_thumb img {
      transform: scale(1.2); }
    .production_list .product_item .product_thumb {
      background: #B3B3B3;
      position: relative;
      height: 279px;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden; }
      @media (max-width: 767px) {
        .production_list .product_item .product_thumb {
          height: 265px; } }
      .production_list .product_item .product_thumb img {
        max-height: 100%;
        display: block;
        transition: all 0.3s;
        transform: scale(1); }
    .production_list .product_item .product_block {
      position: relative;
      padding: 18px 30px 30px; }
      @media (max-width: 767px) {
        .production_list .product_item .product_block {
          padding: 15px 15px 60px; } }
      .production_list .product_item .product_block .product_title {
        margin: 0; }
        @media (max-width: 767px) {
          .production_list .product_item .product_block .product_title {
            line-height: 1; } }
        .production_list .product_item .product_block .product_title a {
          font-size: 20px;
          line-height: calc(29/20);
          color: #231816;
          text-decoration: none; }
          @media (max-width: 767px) {
            .production_list .product_item .product_block .product_title a {
              font-size: 18px; } }
      .production_list .product_item .product_block .product_date {
        font-size: 14px;
        line-height: calc(20/14);
        color: #B4B4B4;
        margin-bottom: 4px; }
        @media (max-width: 767px) {
          .production_list .product_item .product_block .product_date {
            font-size: 12px;
            line-height: calc(1.4);
            margin: 4px 0; } }
      .production_list .product_item .product_block .product_tags {
        display: flex;
        gap: 2px 10px;
        flex-wrap: wrap;
        font-weight: 500; }
        .production_list .product_item .product_block .product_tags .tag {
          border-bottom: 1px solid #E83320;
          color: #E83320;
          font-size: 14px;
          line-height: calc(20/14);
          text-decoration: none; }
          .production_list .product_item .product_block .product_tags .tag:hover {
            border-bottom: none; }
          @media (max-width: 767px) {
            .production_list .product_item .product_block .product_tags .tag {
              font-size: 12px;
              line-height: calc(1.4); } }

.page_pagination ul {
  margin: 0;
  padding: 100px 0 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 15px; }
  @media (max-width: 1360px) {
    .page_pagination ul {
      padding-top: 50px; } }
  @media (max-width: 767px) {
    .page_pagination ul {
      padding-top: 30px; } }
  .page_pagination ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 1;
    width: 40px;
    height: 40px;
    background: #231816;
    color: #fff;
    border-radius: 50%;
    text-decoration: none; }
    @media (max-width: 767px) {
      .page_pagination ul li a {
        width: 30px;
        height: 30px;
        font-size: 16px; } }
    .page_pagination ul li a.next {
      background: #231816 url(img/link_icon.svg) no-repeat center center; }
    .page_pagination ul li a.prev {
      background: #231816 url(img/link_icon.svg) no-repeat center center;
      transform: rotate(-180deg); }
  .page_pagination ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 1;
    width: 40px;
    height: 40px;
    background: #B4B4B4;
    color: #fff;
    border-radius: 50%; }
    @media (max-width: 767px) {
      .page_pagination ul li span {
        width: 30px;
        height: 30px;
        font-size: 16px; } }

.product_wrapper {
  max-width: 1050px;
  padding: 0 15px;
  margin: 58px auto; }
  @media (max-width: 767px) {
    .product_wrapper {
      padding: 0 15px;
      margin-top: 50px; } }
  .product_wrapper h1 {
    font-size: 32px;
    margin-bottom: 8px; }
    @media (max-width: 767px) {
      .product_wrapper h1 {
        font-size: 20px; } }
  .product_wrapper .product_client {
    font-size: 15px; }
    @media (max-width: 767px) {
      .product_wrapper .product_client {
        font-size: 14px; } }
    .product_wrapper .product_client span {
      font-weight: 600;
      display: inline-block;
      margin-right: 18px; }
  .product_wrapper .product_date {
    font-size: 14px;
    font-weight: 500;
    color: #B5B5B5; }
    @media (max-width: 767px) {
      .product_wrapper .product_date {
        font-size: 12px; } }
  .product_wrapper .product_img {
    margin-top: 48px; }
    @media (max-width: 767px) {
      .product_wrapper .product_img {
        margin-top: 25px; } }
  .product_wrapper .slick-slide {
    background: #B3B3B3;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 20px;
    height: 612px; }
    @media (max-width: 767px) {
      .product_wrapper .slick-slide {
        height: 265px; } }
  .product_wrapper .slide_bot {
    display: flex;
    gap: 58px;
    align-items: center;
    padding: 30px 0 0 30px; }
    @media (max-width: 767px) {
      .product_wrapper .slide_bot {
        gap: 20px;
        padding: 20px 0; } }
  .product_wrapper .slide_dots {
    width: 67.3%; }
    @media (max-width: 767px) {
      .product_wrapper .slide_dots {
        width: 100%; } }
    .product_wrapper .slide_dots ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex; }
      .product_wrapper .slide_dots ul li {
        width: 100%; }
        .product_wrapper .slide_dots ul li a {
          position: relative;
          display: block;
          height: 2px;
          background: #D3D3D3;
          border-radius: 1px;
          transition: all 0.15s; }
        .product_wrapper .slide_dots ul li.slick-active a:before {
          content: '';
          position: absolute;
          display: block;
          height: 4px;
          background: #B4B4B4;
          border-radius: 2px;
          top: -1px;
          width: 100%; }
  .product_wrapper .slide_arrow {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px; }
    @media (max-width: 767px) {
      .product_wrapper .slide_arrow {
        gap: 10px; } }
    .product_wrapper .slide_arrow li a {
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      transition: all 0.15s; }
      .product_wrapper .slide_arrow li a:hover {
        background-color: #E83320 !important; }
      @media (max-width: 767px) {
        .product_wrapper .slide_arrow li a {
          width: 28px;
          height: 28px; } }
    .product_wrapper .slide_arrow li.slide_arrow_prev a {
      background: #231816 url(img/slide_prev.svg) no-repeat center center; }
    .product_wrapper .slide_arrow li.slide_arrow_next a {
      background: #231816 url(img/slide_next.svg) no-repeat center center; }
  .product_wrapper .product_content {
    margin: 100px 0; }
    @media (max-width: 767px) {
      .product_wrapper .product_content h3 {
        font-size: 14px; } }
    .product_wrapper .product_content p {
      line-height: 2; }
      @media (max-width: 767px) {
        .product_wrapper .product_content p {
          line-height: 1.5;
          font-size: 14px; } }
    @media (max-width: 1360px) {
      .product_wrapper .product_content {
        margin: 70px 0; } }
    @media (max-width: 767px) {
      .product_wrapper .product_content {
        margin: 30px 0 50px; } }
  .product_wrapper .product_desc {
    border: 1px solid #B4B4B4;
    padding: 35px 30px; }
    @media (max-width: 767px) {
      .product_wrapper .product_desc {
        padding: 25px 20px; } }
    .product_wrapper .product_desc .item {
      position: relative;
      font-size: 16px;
      margin-bottom: 6px;
      padding-left: 19px; }
      @media (max-width: 767px) {
        .product_wrapper .product_desc .item {
          font-size: 12px; } }
      .product_wrapper .product_desc .item:before {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        top: 4px;
        left: 0;
        background: #231816; }
    .product_wrapper .product_desc .product_note {
      font-size: 14px;
      margin-top: 10px; }
      @media (max-width: 767px) {
        .product_wrapper .product_desc .product_note {
          font-size: 11px; } }
  .product_wrapper .product_tag {
    margin-top: 90px; }
    @media (max-width: 767px) {
      .product_wrapper .product_tag {
        margin-top: 40px; } }
    .product_wrapper .product_tag a {
      color: #E83320;
      font-size: 16px;
      line-height: calc(20 / 14); }
      @media (max-width: 767px) {
        .product_wrapper .product_tag a {
          font-size: 12px;
          display: inline-block;
          margin-right: 16px; } }

.list_view {
  display: flex;
  justify-content: center;
  margin: 100px 0 200px; }
  @media (max-width: 1360px) {
    .list_view {
      margin: 100px 0; } }
  @media (max-width: 767px) {
    .list_view {
      margin: 40px 0 100px; }
      .list_view .sc_link {
        width: 260px; } }

.list_ttl {
  text-align: center;
  margin-bottom: 95px; }
  @media (max-width: 767px) {
    .list_ttl {
      margin-bottom: 40px; } }

.recruit_page_sc {
  padding: 76px 0 36px; }
  @media (max-width: 1200px) {
    .recruit_page_sc {
      padding: 45px 0; } }
  @media (max-width: 767px) {
    .recruit_page_sc {
      padding: 90px 0; } }
  .recruit_page_sc .recruit_inner {
    padding: 0 30px; }
    @media (max-width: 1360px) {
      .recruit_page_sc .recruit_inner {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .recruit_page_sc .recruit_inner {
        padding: 0; } }
  .recruit_page_sc .recruit_cnt {
    text-align: center;
    line-height: calc(42/20); }
    @media (max-width: 767px) {
      .recruit_page_sc .recruit_cnt {
        font-size: 14px; } }
  .recruit_page_sc .recruit_sub_ttl {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 83px 0 0; }
    @media (max-width: 767px) {
      .recruit_page_sc .recruit_sub_ttl {
        font-size: 18px; } }
  .recruit_page_sc .recruit_step_inner {
    display: flex;
    gap: 5%;
    width: 87%;
    margin: 60px auto;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .recruit_page_sc .recruit_step_inner {
        gap: 30px;
        justify-content: center; } }
    .recruit_page_sc .recruit_step_inner .step_item {
      width: 30%; }
      @media (max-width: 767px) {
        .recruit_page_sc .recruit_step_inner .step_item {
          width: 100%;
          max-width: 290px; } }

.recruit_list {
  background: #F7F7F7;
  padding: 99px 0 200px; }
  @media (max-width: 1200px) {
    .recruit_list {
      padding: 45px 0; } }
  @media (max-width: 767px) {
    .recruit_list {
      padding: 90px 0; } }
  .recruit_list .recruit_top {
    display: flex;
    flex-wrap: wrap;
    gap: 188px;
    padding: 0 30px;
    align-items: start;
    margin: 0 0 52px; }
    @media (max-width: 1360px) {
      .recruit_list .recruit_top {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .recruit_list .recruit_top {
        padding: 0;
        gap: 50px;
        flex-direction: column; } }
    .recruit_list .recruit_top h2 {
      font-size: 36px;
      font-weight: bold;
      color: #E83320;
      line-height: calc(52/36);
      margin: 0; }
      @media (max-width: 767px) {
        .recruit_list .recruit_top h2 {
          font-size: 30px; } }
      .recruit_list .recruit_top h2 span {
        font-family: "Montserrat", sans-serif;
        display: block;
        font-size: 24px;
        font-weight: 600;
        color: #231816;
        line-height: calc(29/24); }
        @media (max-width: 767px) {
          .recruit_list .recruit_top h2 span {
            font-size: 18px; } }
    .recruit_list .recruit_top .recruit_top_text {
      line-height: calc(42/20);
      position: relative;
      top: -5px; }
      @media (max-width: 767px) {
        .recruit_list .recruit_top .recruit_top_text {
          font-size: 14px; } }
  .recruit_list .job_nav {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    background: #fff; }
    .recruit_list .job_nav a {
      border-bottom: 14px solid #B4B4B4;
      width: calc((100% - 8px) / 5);
      display: flex;
      align-items: center;
      justify-content: center;
      height: 94px;
      margin: 0;
      font-size: 30px;
      font-weight: bold;
      color: #231816;
      text-decoration: none; }
      .recruit_list .job_nav a:hover, .recruit_list .job_nav a.active {
        color: #E83320;
        border-bottom-color: #E83320; }
      @media (max-width: 1360px) {
        .recruit_list .job_nav a {
          font-size: 16px;
          height: 70px; } }
      @media (max-width: 1200px) {
        .recruit_list .job_nav a {
          width: calc((100% - 8px) / 5);
          text-align: center;
          font-size: 14px; } }
  .recruit_list .job_info {
    max-width: 1010px;
    margin: 60px auto; }
    .recruit_list .job_info.slick-list.draggable {
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .recruit_list .job_info.slick-slider {
      -webkit-user-select: text;
      -khtml-user-select: text;
      -moz-user-select: text;
      -ms-user-select: text;
      user-select: text; }
    .recruit_list .job_info .step_item {
      display: flex;
      gap: 60px;
      flex-direction: column; }
      @media (max-width: 767px) {
        .recruit_list .job_info .step_item {
          gap: 30px; } }
    .recruit_list .job_info .step_item_inner {
      display: flex;
      gap: 60px;
      flex-wrap: wrap; }
      @media (max-width: 1360px) {
        .recruit_list .job_info .step_item_inner {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .recruit_list .job_info .step_item_inner {
          font-size: 14px;
          gap: 10px; } }
      .recruit_list .job_info .step_item_inner .step_item_ttl {
        width: 120px;
        font-weight: bold;
        text-align: center; }
        @media (max-width: 767px) {
          .recruit_list .job_info .step_item_inner .step_item_ttl {
            text-align: left;
            width: 90px; } }
      .recruit_list .job_info .step_item_inner .step_item_txt {
        position: relative;
        top: -3px;
        width: calc(100% - 180px);
        line-height: calc(35/20); }
        @media (max-width: 767px) {
          .recruit_list .job_info .step_item_inner .step_item_txt {
            top: 0;
            width: calc(100% - 100px); } }
  .recruit_list .job_link {
    display: flex;
    justify-content: center;
    margin-top: 95px; }
    @media (max-width: 767px) {
      .recruit_list .job_link {
        margin-top: 50px; } }
    .recruit_list .job_link a {
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      width: 100%;
      height: 80px;
      max-width: 670px;
      font-size: 28px;
      border-radius: 40px; }
      @media (max-width: 767px) {
        .recruit_list .job_link a {
          height: 45px;
          font-size: 16px;
          width: 200px;
          margin: 0 auto; } }

.schedule_sc {
  padding: 192px 0 200px; }
  @media (max-width: 1200px) {
    .schedule_sc {
      padding: 45px 0; } }
  @media (max-width: 767px) {
    .schedule_sc {
      padding: 100px 0; } }
  .schedule_sc .sc_ttl {
    padding: 0 30px;
    margin-bottom: 57px; }
    @media (max-width: 1360px) {
      .schedule_sc .sc_ttl {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .schedule_sc .sc_ttl {
        padding: 0; } }
  .schedule_sc .schedule_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 102px 4%; }
    @media (max-width: 767px) {
      .schedule_sc .schedule_inner {
        flex-direction: column;
        gap: 50px;
        width: calc(100% + 30px);
        position: relative;
        left: -15px; } }
    .schedule_sc .schedule_inner .schedule_item {
      width: 48%;
      padding: 100px 53px 105px;
      background: url(https://san-ei.thewanderingcoder.net/wp-content/uploads/2025/12/582580824159813821.png) no-repeat top left; 
      background-size: cover;
    }
      .schedule_sc .schedule_inner .schedule_item:nth-child(2) {
          background: url(img/schedule_bg02.png) no-repeat top left;
          background-size: cover;
      }
      .schedule_sc .schedule_inner .schedule_item:nth-child(3) {
          background: url(img/schedule_bg01.png) no-repeat top left;
          background-size: cover;
      }
      .schedule_sc .schedule_inner .schedule_item:nth-child(4) {
        background: url(https://san-ei.thewanderingcoder.net/wp-content/uploads/2025/12/bg_custom-scaled.png) no-repeat top left; 
          background-size: cover;
      }
      @media (max-width: 1360px) {
        .schedule_sc .schedule_inner .schedule_item {
          padding: 70px 30px; } }
      @media (max-width: 767px) {
        .schedule_sc .schedule_inner .schedule_item {
          padding: 30px 20px;
          width: 100%; } }
    .schedule_sc .schedule_inner .schedule_item_ttl {
      margin: 0 0 62px;
      background: #231816;
      width: 720px;
      max-width: 100%;
      height: 150px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 36px;
      line-height: calc(52/36);
      color: #fff; }
      @media (max-width: 1365px) {
        .schedule_sc .schedule_inner .schedule_item_ttl {
          font-size: 28px;
          margin-bottom: 40px; } }
      @media (max-width: 767px) {
        .schedule_sc .schedule_inner .schedule_item_ttl {
          font-size: 18px;
          height: 70px;
          margin-bottom: 28px; } }
    .schedule_sc .schedule_inner .schedule_tbl {
      display: flex;
      gap: 10px;
      flex-direction: column; }
      .schedule_sc .schedule_inner .schedule_tbl .schedule_item_inner {
        position: relative;
        padding-left: 114px; }
        @media (max-width: 767px) {
          .schedule_sc .schedule_inner .schedule_tbl .schedule_item_inner {
            padding-left: 60px; } }
        .schedule_sc .schedule_inner .schedule_tbl .schedule_item_inner:first-child .schedule_item_time, .schedule_sc .schedule_inner .schedule_tbl .schedule_item_inner:last-child .schedule_item_time {
          top: 50%;
          bottom: unset;
          transform: translateY(-50%); }
      .schedule_sc .schedule_inner .schedule_tbl .schedule_item_time {
        width: 94px;
        font-family: "Montserrat", sans-serif;
        font-size: 36px;
        font-weight: bold;
        line-height: calc(52/36);
        color: #fff;
        position: absolute;
        left: 0;
        bottom: -30px; }
        .schedule_sc .schedule_inner .schedule_tbl .schedule_item_time.position_center {
          top: 50%;
          bottom: unset;
          transform: translateY(-50%); }
        @media (max-width: 767px) {
          .schedule_sc .schedule_inner .schedule_tbl .schedule_item_time {
            width: 46px;
            font-size: 18px;
            bottom: -20px; } }
      .schedule_sc .schedule_inner .schedule_tbl .schedule_item_cnt {
        background: #fff;
        text-align: center;
        line-height: calc(30/20);
        padding: 10px 20px; }
        .schedule_sc .schedule_inner .schedule_tbl .schedule_item_cnt.custom_height {
          display: flex;
          justify-content: center;
          align-items: center; }
          @media (max-width: 767px) {
            .schedule_sc .schedule_inner .schedule_tbl .schedule_item_cnt.custom_height {
              min-height: unset !important; } }
        @media (max-width: 1360px) {
          .schedule_sc .schedule_inner .schedule_tbl .schedule_item_cnt {
            font-size: 14px; } }
        @media (max-width: 767px) {
          .schedule_sc .schedule_inner .schedule_tbl .schedule_item_cnt {
            font-size: 11px;
            padding: 10px;
            min-height: unset !important; } }

.number_sc {
  padding: 183px 0;
  background: #F7F7F7; }
  @media (max-width: 1200px) {
    .number_sc {
      padding: 45px 0; } }
  @media (max-width: 767px) {
    .number_sc {
      padding: 100px 0; } }
  .number_sc .sc_ttl {
    padding: 0 30px; }
    @media (max-width: 767px) {
      .number_sc .sc_ttl {
        padding: 0; } }
  .number_sc .number_inner .number_mem_img {
    border: 1px solid #B4B4B4;
    background: #fff;
    width: 864px;
    max-width: 100%;
    padding: 71px 72px 61px 103px;
    margin: -66px auto 60px; }
    @media (max-width: 1360px) {
      .number_sc .number_inner .number_mem_img {
        margin: 30px auto 60px;
        padding: 60px; } }
    @media (max-width: 767px) {
      .number_sc .number_inner .number_mem_img {
        margin-bottom: 30px;
        padding: 20px 10px; } }
  .number_sc .number_list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 0; }
    @media (max-width: 767px) {
      .number_sc .number_list {
        gap: 30px 0; } }
    .number_sc .number_list .number_item {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 33.33%;
      background: #fff;
      height: 240px;
      border: 1px solid #B4B4B4;
      border-left: none;
      padding: 30px; }
      .number_sc .number_list .number_item:nth-child(3n + 1) {
        border-left: 1px solid #B4B4B4; }
      @media (max-width: 1360px) {
        .number_sc .number_list .number_item {
          height: 180px; } }
      @media (max-width: 1200px) {
        .number_sc .number_list .number_item {
          width: 50%;
          padding: 17px; }
          .number_sc .number_list .number_item:nth-child(3n + 1) {
            border-left: none; }
          .number_sc .number_list .number_item:nth-child(2n + 1) {
            border-left: 1px solid #B4B4B4; } }
  .number_sc .number_note {
    margin-top: 60px;
    font-size: 14px;
    font-weight: bold;
    text-align: center; }
    @media (max-width: 767px) {
      .number_sc .number_note {
        font-size: 11px;
        margin-top: 30px; } }

.philosophy_sc {
  padding: 200px 0; }
  @media (max-width: 1200px) {
    .philosophy_sc {
      padding: 45px 0; } }
  @media (max-width: 767px) {
    .philosophy_sc {
      padding: 35px 0; } }
  .philosophy_sc .philosophy_inner {
    max-width: 1000px;
    max-height: 755px;
    overflow-y: auto;
    margin: 0 auto;
    border: 1px solid #B4B4B4;
    padding: 93px 100px; }
    @media (max-width: 767px) {
      .philosophy_sc .philosophy_inner {
        padding: 56px 15px;
        max-height: 445px;
        overflow-y: auto; } }
    .philosophy_sc .philosophy_inner h2 {
      text-align: center;
      font-size: 34px;
      margin: 0 0 55px; }
      @media (max-width: 767px) {
        .philosophy_sc .philosophy_inner h2 {
          font-size: 24px;
          margin-bottom: 60px; } }
    .philosophy_sc .philosophy_inner .philosophy_cnt p {
      margin: 0;
      font-size: 18px;
      line-height: 2; }
      @media (max-width: 767px) {
        .philosophy_sc .philosophy_inner .philosophy_cnt p {
          font-size: 12px;
          line-height: 2.5; } }

.entry_sc {
  background: #F7F7F7;
  margin-top: 62px;
  padding: 90px 0; }
  @media (max-width: 1200px) {
    .entry_sc {
      padding: 45px 0; } }
  @media (max-width: 767px) {
    .entry_sc {
      padding: 35px 0; } }
  .entry_sc h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 66px; }
    @media (max-width: 767px) {
      .entry_sc h2 {
        font-size: 24px;
        margin-bottom: 30px; } }
  .entry_sc .entry_form {
    max-width: 1000px;
    margin: 0 auto; }
  .entry_sc .entry_note {
    text-align: right;
    margin-bottom: 4px; }
    @media (max-width: 767px) {
      .entry_sc .entry_note {
        font-size: 12px; } }
    .entry_sc .entry_note span {
      color: #E83320; }
  .entry_sc .form_group.submit p {
    align-items: center;
    flex-direction: column; }
  .entry_sc .form_group p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 0 60px; }
    @media (max-width: 767px) {
      .entry_sc .form_group p {
        margin-bottom: 30px;
        align-items: start; } }
    .entry_sc .form_group p label {
      width: 22%;
      font-weight: bold;
      text-align: right;
      padding-right: 40px; }
      @media (max-width: 767px) {
        .entry_sc .form_group p label {
          text-align: left;
          font-size: 12px;
          padding-top: 12px;
          padding-right: 10px; } }
      .entry_sc .form_group p label span {
        color: #E83320; }
    .entry_sc .form_group p .wpcf7-form-control-wrap {
      width: 78%; }
      .entry_sc .form_group p .wpcf7-form-control-wrap[data-name="privacy"] {
        width: 100%; }
    .entry_sc .form_group p input,
    .entry_sc .form_group p select,
    .entry_sc .form_group p textarea {
      background: #fff;
      padding: 10px;
      width: 100%;
      border: 1px solid #B4B4B4;
      height: 80px;
      font-size: 20px; }
      @media (max-width: 767px) {
        .entry_sc .form_group p input,
        .entry_sc .form_group p select,
        .entry_sc .form_group p textarea {
          height: 60px;
          font-size: 14px; } }
      .entry_sc .form_group p input.hide_text,
      .entry_sc .form_group p select.hide_text,
      .entry_sc .form_group p textarea.hide_text {
        margin-top: 10px;
        display: none; }
        .entry_sc .form_group p input.hide_text.showed,
        .entry_sc .form_group p select.hide_text.showed,
        .entry_sc .form_group p textarea.hide_text.showed {
          display: inline-block; }
    .entry_sc .form_group p select {
      max-width: 490px;
      appearance: none;
      -moz-appearance: none;
      background: #fff url(img/drop_icon.png) no-repeat center right; }
    .entry_sc .form_group p input[type="submit"] {
      cursor: pointer;
      display: flex;
      border-radius: 40px;
      font-family: "Montserrat", sans-serif;
      font-size: 28px;
      font-weight: 600;
      position: relative;
      width: 80%;
      max-width: 670px;
      justify-content: center;
      align-items: center;
      height: 80px;
      text-decoration: none;
      text-align: center;
      border: 2px solid #E83320;
      background: #E83320 url(img/link_icon.svg) no-repeat center right 17px;
      color: #fff !important;
      padding: 0 30px;
      transition: all 0.15s; }
      .entry_sc .form_group p input[type="submit"]:disabled {
        cursor: not-allowed; }
      @media (max-width: 767px) {
        .entry_sc .form_group p input[type="submit"] {
          height: 50px;
          font-size: 16px;
          width: 200px;
          margin: 0 auto; } }
      .entry_sc .form_group p input[type="submit"]:hover {
        color: #E83320 !important;
        background: #fff url(img/hover_icon.svg) no-repeat center right 17px; }
    .entry_sc .form_group p .wpcf7-file {
      width: auto;
      border: none;
      height: auto; }
      @media (max-width: 767px) {
        .entry_sc .form_group p .wpcf7-file {
          width: 100%;
          height: 60px; } }
    .entry_sc .form_group p textarea {
      height: 220px; }
      @media (max-width: 767px) {
        .entry_sc .form_group p textarea {
          height: 150px; } }
    .entry_sc .form_group p .wpcf7-list-item label {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 15px;
      font-weight: normal; }
      .entry_sc .form_group p .wpcf7-list-item label span {
        color: #231816; }
      .entry_sc .form_group p .wpcf7-list-item label a {
        color: #E83320; }
      @media (max-width: 767px) {
        .entry_sc .form_group p .wpcf7-list-item label {
          align-items: start; } }
    .entry_sc .form_group p .wpcf7-list-item input[type="checkbox"] {
      width: 16px;
      height: 16px; }
      @media (max-width: 767px) {
        .entry_sc .form_group p .wpcf7-list-item input[type="checkbox"] {
          width: 26px;
          height: 26px;
          border-radius: 0 !important; } }
    .entry_sc .form_group p .wpcf7-acceptance {
      margin: 0 auto;
      display: block;
      text-align: center; }
      @media (max-width: 767px) {
        .entry_sc .form_group p .wpcf7-acceptance {
          font-size: 14px; } }

.page-id-18 .entry_sc .form_group p label {
  width: 25%; }
  @media (max-width: 767px) {
    .page-id-18 .entry_sc .form_group p label {
      width: 90px; } }
.page-id-18 .entry_sc .form_group p .wpcf7-form-control-wrap {
  width: 75%; }
  @media (max-width: 767px) {
    .page-id-18 .entry_sc .form_group p .wpcf7-form-control-wrap {
      width: calc(100% - 100px); } }
.page-id-18 .entry_desc,
.page-id-18 .entry_note {
  text-align: center; }
  @media (max-width: 767px) {
    .page-id-18 .entry_desc,
    .page-id-18 .entry_note {
      font-size: 12px;
      text-align: left; } }
.page-id-18 .entry_form_inner {
  margin-top: 60px; }
.page-id-18 .entry_sc .form_group p input[type="submit"] {
  cursor: pointer;
  display: flex;
  border-radius: 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  width: 80%;
  max-width: 670px;
  justify-content: center;
  align-items: center;
  height: 80px;
  text-decoration: none;
  text-align: center;
  border: 2px solid #E83320;
  background: #E83320 url(img/link_icon.svg) no-repeat center right 17px;
  color: #fff !important;
  padding: 0 30px;
  transition: all 0.15s; }
  .page-id-18 .entry_sc .form_group p input[type="submit"]:disabled {
    cursor: not-allowed; }
  @media (max-width: 767px) {
    .page-id-18 .entry_sc .form_group p input[type="submit"] {
      width: 200px;
      height: 50px;
      font-size: 14px; } }
  .page-id-18 .entry_sc .form_group p input[type="submit"]:hover {
    color: #E83320 !important;
    background: #fff url(img/hover_icon.svg) no-repeat center right 17px; }
.page-id-18 .entry_sc .form_group p .wpcf7-list-item label {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-weight: normal; }
  .page-id-18 .entry_sc .form_group p .wpcf7-list-item label span {
    color: #231816; }
  .page-id-18 .entry_sc .form_group p .wpcf7-list-item label a {
    color: #E83320; }
  @media (max-width: 767px) {
    .page-id-18 .entry_sc .form_group p .wpcf7-list-item label {
      align-items: start; } }
.page-id-18 .entry_sc .form_group p .wpcf7-list-item input[type="checkbox"] {
  width: 16px;
  height: 16px; }
.page-id-18 .entry_sc .form_group p .wpcf7-acceptance {
  margin: 0 auto;
  display: block;
  text-align: center; }

@media (max-width: 767px) {
  .entry_sc .form_group p .wpcf7-acceptance .wpcf7-list-item label {
    font-size: 14px; } }

.entry_sc .form_group p .wpcf7-acceptance .wpcf7-list-item label input {
  position: relative;
  top: 4px; }
  @media (max-width: 767px) {
    .entry_sc .form_group p .wpcf7-acceptance .wpcf7-list-item label input {
      top: -1px; } }

@media (max-width: 767px) {
  .page-id-107 .entry_sc {
    padding-bottom: 90px; } }

@media (max-width: 767px) {
  .page-id-1075 .entry_sc h2 {
    font-size: 26px;
    text-align: left; } }

.post_sc {
  padding: 85px 0; }
  @media (max-width: 1360px) {
    .post_sc {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    .post_sc {
      padding-bottom: 160px; } }
  .post_sc .post_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 8%;
    padding: 0 30px; }
    @media (max-width: 1360px) {
      .post_sc .post_inner {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .post_sc .post_inner {
        padding: 0;
        flex-direction: column; } }
    .post_sc .post_inner .post_lft {
      width: 66%; }
      @media (max-width: 767px) {
        .post_sc .post_inner .post_lft {
          width: 100%; } }
      .post_sc .post_inner .post_lft .post_item {
        border-bottom: 1px solid #B4B4B4;
        padding-bottom: 41px;
        margin-bottom: 45px; }
        @media (max-width: 767px) {
          .post_sc .post_inner .post_lft .post_item {
            padding-bottom: 20px;
            margin-bottom: 20px; } }
        .post_sc .post_inner .post_lft .post_item h3 {
          margin: 0 0 7px; }
        .post_sc .post_inner .post_lft .post_item .post_title a {
          display: inline-block;
          font-size: 24px;
          font-weight: bold;
          color: #231816;
          text-decoration: none; }
          .post_sc .post_inner .post_lft .post_item .post_title a:hover {
            color: #E83320; }
          @media (max-width: 767px) {
            .post_sc .post_inner .post_lft .post_item .post_title a {
              font-size: 16px;
              line-height: calc(24/16); } }
        .post_sc .post_inner .post_lft .post_item .post_date {
          display: inline-block;
          padding-right: 25px;
          font-size: 14px;
          color: #B5B5B5;
          font-weight: 500; }
          @media (max-width: 767px) {
            .post_sc .post_inner .post_lft .post_item .post_date {
              font-size: 9px; } }
        .post_sc .post_inner .post_lft .post_item .tag {
          display: inline-block;
          color: #E83320;
          font-size: 14px;
          font-weight: 500;
          padding-right: 5px; }
          @media (max-width: 767px) {
            .post_sc .post_inner .post_lft .post_item .tag {
              font-size: 10px; } }
      .post_sc .post_inner .post_lft .page_pagination ul {
        padding-top: 55px; }
    .post_sc .post_inner .post_rgt {
      width: 26%; }
      @media (max-width: 767px) {
        .post_sc .post_inner .post_rgt {
          margin-top: 150px;
          width: 100%; } }
      .post_sc .post_inner .post_rgt .search-form {
        display: flex;
        gap: 0;
        margin-bottom: 60px; }
        @media (max-width: 767px) {
          .post_sc .post_inner .post_rgt .search-form {
            margin-bottom: 30px; } }
        .post_sc .post_inner .post_rgt .search-form input[type="search"] {
          height: 71px;
          border: 1px solid #B4B4B4;
          border-right: none;
          padding: 5px;
          font-size: 20px;
          border-radius: 0;
          width: 100%; }
          @media (max-width: 767px) {
            .post_sc .post_inner .post_rgt .search-form input[type="search"] {
              height: 60px;
              font-size: 14px; } }
        .post_sc .post_inner .post_rgt .search-form button[type="submit"] {
          font-family: "Montserrat", sans-serif;
          border-radius: 0;
          background: #231816;
          width: 109px;
          border: none;
          font-size: 20px;
          font-weight: 600;
          color: #fff; }
          @media (max-width: 767px) {
            .post_sc .post_inner .post_rgt .search-form button[type="submit"] {
              font-size: 14px; } }
      .post_sc .post_inner .post_rgt .post_tag_list .tag_list_ttl {
        font-size: 24px;
        font-weight: 900;
        margin-bottom: 19px; }
        @media (max-width: 767px) {
          .post_sc .post_inner .post_rgt .post_tag_list .tag_list_ttl {
            font-size: 19px; } }
      .post_sc .post_inner .post_rgt .post_tag_list ul {
        list-style: none;
        display: flex;
        padding: 0;
        margin: 0 0 60px;
        flex-direction: column;
        gap: 15px; }
        @media (max-width: 767px) {
          .post_sc .post_inner .post_rgt .post_tag_list ul {
            flex-direction: row;
            gap: 10px 13px;
            flex-wrap: wrap; } }
        .post_sc .post_inner .post_rgt .post_tag_list ul li a {
          display: inline-block;
          font-family: "Montserrat", sans-serif;
          text-decoration: none;
          color: #fff;
          padding: 4px 22px 5px;
          border-radius: 28px;
          background: #E83320;
          border: 2px solid #E83320;
          font-size: 18px;
          font-weight: 600; }
          .post_sc .post_inner .post_rgt .post_tag_list ul li a.active, .post_sc .post_inner .post_rgt .post_tag_list ul li a:hover {
            background: #fff;
            color: #E83320; }
          @media (max-width: 767px) {
            .post_sc .post_inner .post_rgt .post_tag_list ul li a {
              font-size: 14px;
              padding: 4px 15px; } }
      .post_sc .post_inner .post_rgt .most_view_posts .most_view_ttl {
        font-size: 24px;
        font-weight: 900;
        margin-bottom: 19px; }
        @media (max-width: 767px) {
          .post_sc .post_inner .post_rgt .most_view_posts .most_view_ttl {
            font-size: 20px; } }
      .post_sc .post_inner .post_rgt .most_view_posts .popular_posts {
        list-style: none;
        margin: 0;
        padding: 0; }
        .post_sc .post_inner .post_rgt .most_view_posts .popular_posts li:last-child a {
          border: none; }
        .post_sc .post_inner .post_rgt .most_view_posts .popular_posts a {
          display: block;
          font-size: 18px;
          font-weight: bold;
          color: #231816;
          text-decoration: none;
          background: url(img/post_icon.svg) no-repeat center right;
          padding-right: 75px;
          padding-bottom: 15px;
          padding-top: 30px;
          border-bottom: 1px solid #707070; }
          @media (max-width: 767px) {
            .post_sc .post_inner .post_rgt .most_view_posts .popular_posts a {
              padding-bottom: 18px;
              padding-top: 20px;
              font-size: 14px;
              background-size: 32px auto;
              padding-right: 90px; } }

.post_top {
  border-bottom: 1px solid #B4B4B4;
  padding-bottom: 37px;
  margin-bottom: 29px; }
  .post_top h1 {
    margin: 0 0 15px;
    font-size: 32px;
    font-weight: 500; }
    @media (max-width: 767px) {
      .post_top h1 {
        font-size: 16px; } }
  .post_top .post_date {
    font-size: 14px;
    font-weight: 500;
    color: #B5B5B5; }
    @media (max-width: 767px) {
      .post_top .post_date {
        font-size: 9px; } }

.post_content p {
  margin: 0;
  line-height: calc(59/20); }
  @media (max-width: 767px) {
    .post_content p {
      font-size: 14px;
      line-height: 1.6; } }
@media (max-width: 767px) {
  .post_content .wp-element-caption {
    font-size: 12px; } }
.post_content ul {
  padding: 0; }
  @media (max-width: 767px) {
    .post_content ul li {
      font-size: 14px; } }
.post_content h2 {
  height: 100%;
  margin: 1.5em 0;
  padding-left: .5em;
  position: relative; }
  .post_content h2::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 130%;
    background-color: #e83421;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  @media (max-width: 767px) {
    .post_content h2 {
      font-size: 16px; } }
.post_content h3 {
  line-height: 2;
  color: #e83421;
  margin-top: 1.5em; }
  @media (max-width: 767px) {
    .post_content h3 {
      font-size: 14px; } }
.post_content h4 {
  margin-bottom: 30px;
  border-bottom: solid 1px rgba(232, 52, 33, 0.3);
  padding-bottom: 10px; }
  @media (max-width: 767px) {
    .post_content h4 {
      font-size: 14px; } }

.single-post .product_sc h2 {
  text-align: center;
  margin: 0;
  font-size: 34px;
  margin-bottom: 100px;
  font-weight: 500; }
  @media (max-width: 767px) {
    .single-post .product_sc h2 {
      font-size: 22px;
      margin-bottom: 30px; } }
.single-post .blog_sc h2 {
  text-align: center;
  margin: 0;
  font-size: 34px;
  margin-bottom: 100px;
  font-weight: 500; }
  @media (max-width: 767px) {
    .single-post .blog_sc h2 {
      font-size: 22px;
      margin-bottom: 30px; } }

.contact_link {
  padding: 100px 0; }
  .contact_link h2 {
    text-align: center;
    margin: 0;
    font-size: 34px;
    margin-bottom: 24px;
    font-weight: 500; }
    @media (max-width: 767px) {
      .contact_link h2 {
        font-size: 20px; } }
  .contact_link .sc_link {
    width: 100%;
    max-width: 670px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .contact_link .sc_link {
        width: 320px;
        height: 70px;
        font-size: 14px;
        border-radius: 35px; } }

.what_sc {
  padding: 82px 0; }
  @media (max-width: 1200px) {
    .what_sc {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    .what_sc {
      padding: 35px 0; } }
  .what_sc .what_inner {
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 1360px) {
      .what_sc .what_inner {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .what_sc .what_inner {
        padding: 0; } }
    .what_sc .what_inner h2 {
      line-height: 1.2;
      margin-bottom: 60px; }
      @media (max-width: 767px) {
        .what_sc .what_inner h2 {
          margin-bottom: 30px; } }
    .what_sc .what_inner .what_lft_cnt {
      line-height: calc(50/20); }
      @media (max-width: 767px) {
        .what_sc .what_inner .what_lft_cnt {
          font-size: 14px;
          line-height: 1.6; } }

.sd_products_sc {
  padding: 82px 0; }
  @media (max-width: 1200px) {
    .sd_products_sc {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    .sd_products_sc {
      padding: 35px 0 150px; } }
  .sd_products_sc h2 {
    line-height: 1.2;
    margin-bottom: 60px;
    padding: 0 30px; }
    @media (max-width: 1360px) {
      .sd_products_sc h2 {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .sd_products_sc h2 {
        padding: 0;
        margin-bottom: 30px; } }
  .sd_products_sc .sd_products_desc {
    margin-bottom: 56px;
    padding: 0 30px;
    font-size: 34px;
    font-weight: bold; }
    @media (max-width: 1360px) {
      .sd_products_sc .sd_products_desc {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .sd_products_sc .sd_products_desc {
        font-size: 14px;
        padding: 0;
        margin-top: 60px;
        margin-bottom: 30px; } }
  .sd_products_sc .sd_products_inner {
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 70px 4%; }
    @media (max-width: 1360px) {
      .sd_products_sc .sd_products_inner {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .sd_products_sc .sd_products_inner {
        padding: 0;
        flex-direction: column;
        gap: 20px; } }
    .sd_products_sc .sd_products_inner a {
      display: block;
      width: 48%; }
      @media (max-width: 767px) {
        .sd_products_sc .sd_products_inner a {
          width: 100%; }
          .sd_products_sc .sd_products_inner a img {
            display: block; } }

.sptool_top_sc {
  padding: 40px 0 100px; }
  @media (max-width: 767px) {
    .sptool_top_sc {
      padding: 30px 0 50px; } }
  .sptool_top_sc .sptool_top_inner {
    padding: 0 30px; }
    @media (max-width: 1360px) {
      .sptool_top_sc .sptool_top_inner {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .sptool_top_sc .sptool_top_inner {
        padding: 100px 0; } }
  .sptool_top_sc .sptool_top_introduce p {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center; }
    @media (max-width: 767px) {
      .sptool_top_sc .sptool_top_introduce p {
        font-size: 18px; } }
  .sptool_top_sc .sptool_top_introduce span {
    position: relative;
    display: inline-block;
    margin-bottom: 10px; }
    .sptool_top_sc .sptool_top_introduce span:before {
      content: '';
      position: absolute;
      height: 8px;
      left: -10px;
      right: -10px;
      bottom: -5px;
      background: #E83320; }
      @media (max-width: 767px) {
        .sptool_top_sc .sptool_top_introduce span:before {
          height: 4px;
          bottom: -3px;
          left: 0;
          right: 0; } }
  .sptool_top_sc .sptool_top_list {
    max-width: 330px;
    margin: 60px auto;
    display: flex;
    flex-direction: column;
    gap: 10px; }
    @media (max-width: 767px) {
      .sptool_top_sc .sptool_top_list {
        max-width: 270px;
        margin: 30px auto; } }
    .sptool_top_sc .sptool_top_list > div {
      background: url(img/check_icon.svg) no-repeat top left;
      padding-left: 45px; }
      @media (max-width: 767px) {
        .sptool_top_sc .sptool_top_list > div {
          padding-top: 3px;
          padding-bottom: 3px;
          background-position: top 5px left;
          background-size: 26px auto;
          font-size: 16px;
          padding-left: 40px; } }
  .sptool_top_sc .sptool_top_desc {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #E83320;
    white-space: nowrap; }
    @media (max-width: 1200px) {
      .sptool_top_sc .sptool_top_desc {
        white-space: unset; } }
    @media (max-width: 767px) {
      .sptool_top_sc .sptool_top_desc {
        font-size: 18px; } }

.sale_sc {
  background: #F7F7F7; }
  .sale_sc.assembly_sale {
    padding: 50px 0; }
    @media (max-width: 767px) {
      .sale_sc.assembly_sale {
        padding: 100px 0 0; } }
  .sale_sc .sale_inner {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 767px) {
      .sale_sc .sale_inner {
        flex-direction: column;
        padding-bottom: 100px; } }
    .sale_sc .sale_inner .sale_lft {
      width: 50%; }
      @media (max-width: 767px) {
        .sale_sc .sale_inner .sale_lft {
          width: 100%; } }
    .sale_sc .sale_inner .sale_rgt {
      width: 50%;
      padding-left: 60px; }
      @media (max-width: 767px) {
        .sale_sc .sale_inner .sale_rgt {
          width: 100%;
          padding-right: 0;
          padding-left: 0;
          padding-top: 0; } }
      .sale_sc .sale_inner .sale_rgt .sale_ttl {
        font-size: 30px;
        font-weight: bold;
        color: #E83320;
        line-height: calc(40/30);
        margin-bottom: 56px; }
        @media (max-width: 1360px) {
          .sale_sc .sale_inner .sale_rgt .sale_ttl {
            font-size: 14px;
            margin-bottom: 30px; } }
        @media (max-width: 767px) {
          .sale_sc .sale_inner .sale_rgt .sale_ttl {
            line-height: 1.8;
            font-size: 14px;
            margin-bottom: 20px; } }
      .sale_sc .sale_inner .sale_rgt .sale_cnt {
        line-height: calc(50/20); }
        @media (max-width: 767px) {
          .sale_sc .sale_inner .sale_rgt .sale_cnt {
            line-height: 1.8;
            font-size: 14px; } }

.problem_sc {
  padding: 157px 0 160px; }
  @media (max-width: 1360px) {
    .problem_sc {
      padding: 100px 0; } }
  @media (max-width: 767px) {
    .problem_sc {
      padding: 100px 0; } }
  .problem_sc .problem_inner {
    padding: 0 30px; }
    @media (max-width: 1360px) {
      .problem_sc .problem_inner {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .problem_sc .problem_inner {
        padding: 0; } }
    .problem_sc .problem_inner .problem_ttl {
      text-align: center;
      font-family: "Montserrat", sans-serif;
      font-size: 24px;
      font-weight: 600; }
      @media (max-width: 767px) {
        .problem_sc .problem_inner .problem_ttl {
          font-size: 18px;
          text-align: left;
          margin-bottom: 60px; } }
      .problem_sc .problem_inner .problem_ttl span {
        display: block;
        font-weight: bold;
        font-family: "Noto Sans JP", sans-serif;
        color: #E83320;
        font-size: 40px;
        line-height: calc(54/40); }
        @media (max-width: 767px) {
          .problem_sc .problem_inner .problem_ttl span {
            font-size: 26px; } }
  .problem_sc .problem_list {
    padding: 45px 20px 0;
    display: flex;
    flex-direction: column;
    gap: 100px; }
    @media (max-width: 767px) {
      .problem_sc .problem_list {
        gap: 40px;
        padding: 0; } }
  .problem_sc .problem_item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .problem_sc .problem_item {
        flex-direction: column;
        gap: 30px; } }
    .problem_sc .problem_item .problem_lft {
      width: 43%;
      padding-right: 70px; }
      @media (max-width: 767px) {
        .problem_sc .problem_item .problem_lft {
          width: 100%;
          padding-right: 0; } }
      .problem_sc .problem_item .problem_lft .problem_step {
        font-size: 21px;
        font-weight: bold;
        line-height: calc(28/21);
        margin-bottom: 10px; }
        @media (max-width: 767px) {
          .problem_sc .problem_item .problem_lft .problem_step {
            font-size: 18px; } }
      .problem_sc .problem_item .problem_lft .problem_ttl {
        text-align: left;
        color: #E83320;
        font-weight: bold;
        font-size: 30px;
        line-height: calc(40/30);
        margin-bottom: 15px; }
        @media (max-width: 767px) {
          .problem_sc .problem_item .problem_lft .problem_ttl {
            font-size: 20px; } }
      .problem_sc .problem_item .problem_lft .problem_desc span {
        font-size: 20px;
        line-height: calc(30/20);
        text-indent: 0;
        display: inline-block;
        padding-left: 24px;
        text-indent: -24px;
        margin-bottom: 14px; }
        @media (max-width: 767px) {
          .problem_sc .problem_item .problem_lft .problem_desc span {
            font-size: 14px;
            padding-left: 15px;
            text-indent: -13px; } }
    .problem_sc .problem_item .problem_rgt {
      width: 57%;
      position: relative;
      padding: 31px 200px 31px 43px;
      background: #F7F7F7 url(img/people_icon.png) no-repeat center right 40px; }
      @media (max-width: 767px) {
        .problem_sc .problem_item .problem_rgt {
          width: 100%;
          padding: 20px 20px 105px;
          background: #F7F7F7 url(img/people_icon.png) no-repeat bottom center;
          background-size: 98px auto; } }
      .problem_sc .problem_item .problem_rgt:before {
        content: '';
        width: 26px;
        height: 68px;
        background: url(img/problem_icon.svg) no-repeat top left;
        top: 50%;
        left: -26px;
        transform: translateY(-50%);
        position: absolute; }
        @media (max-width: 767px) {
          .problem_sc .problem_item .problem_rgt:before {
            top: -33px;
            left: 50%;
            transform: rotate(90deg) translateX(-50%); } }
      .problem_sc .problem_item .problem_rgt .problem_cnt {
        background: #fff;
        border: 1px solid #707070;
        border-radius: 35px;
        padding: 30px 38px;
        font-size: 20px;
        line-height: calc(36/20); }
        .problem_sc .problem_item .problem_rgt .problem_cnt a {
          color: #E83320; }
        @media (max-width: 767px) {
          .problem_sc .problem_item .problem_rgt .problem_cnt {
            padding: 50px 10px;
            font-size: 14px;
            display: flex;
            justify-content: center;
            align-items: center; } }
  .problem_sc .problem_note {
    font-size: 30px;
    line-height: calc(50/30);
    font-weight: bold;
    text-align: center;
    margin-top: 63px; }
    @media (max-width: 767px) {
      .problem_sc .problem_note {
        margin-top: 60px;
        font-size: 18px; } }

.form_note {
  padding-top: 90px;
  text-align: center; }
  @media (max-width: 767px) {
    .form_note {
      padding-top: 100px; } }
  .form_note .form_note_ttl {
    font-size: 32px;
    line-height: calc(60/32);
    font-weight: bold;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .form_note .form_note_ttl {
        font-size: 16px; } }
  .form_note .form_note_text {
    font-size: 20px;
    line-height: calc(30/20);
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .form_note .form_note_text {
        font-size: 14px;
        line-height: 2; } }
  .form_note .sc_link {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
    font-size: 28px;
    min-height: 79px;
    border-radius: 40px; }
    @media (max-width: 767px) {
      .form_note .sc_link {
        width: 320px;
        font-size: 14px;
        min-height: 70px;
        border-radius: 35px;
        padding: 0 20px; } }

@media (max-width: 767px) {
  .footer_tool_contact .form_note_ttl {
    font-size: 20px !important; } }

.qa_sc {
  padding: 194px 0 200px; }
  @media (max-width: 1360px) {
    .qa_sc {
      padding: 120px 0; } }
  @media (max-width: 767px) {
    .qa_sc {
      padding: 100px 0; } }
  .qa_sc .qa_inner {
    padding: 0 30px; }
    @media (max-width: 1360px) {
      .qa_sc .qa_inner {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .qa_sc .qa_inner {
        padding: 0; } }
  .qa_sc .sc_ttl {
    margin-bottom: 30px; }
  .qa_sc .qa_list {
    display: flex;
    flex-direction: column;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .qa_sc .qa_list {
        gap: 28px; } }
    .qa_sc .qa_list .qa_item {
      width: 100%;
      border: 1px solid #B4B4B4;
      padding: 30px 80px 31px 28px; }
      @media (max-width: 767px) {
        .qa_sc .qa_list .qa_item {
          padding: 19px 80px 19px 15px; } }
    .qa_sc .qa_list .qa_question {
      cursor: pointer;
      position: relative;
      font-weight: bold;
      font-size: 20px;
      padding-left: 65px;
      line-height: 1; }
      @media (max-width: 767px) {
        .qa_sc .qa_list .qa_question {
          font-size: 16px;
          padding-left: 35px;
          line-height: 1.4; } }
      .qa_sc .qa_list .qa_question:before {
        content: 'Q.';
        color: #E83320;
        position: absolute;
        top: -10px;
        left: 5px;
        display: inline-block;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 32px; }
        @media (max-width: 767px) {
          .qa_sc .qa_list .qa_question:before {
            font-size: 22px;
            top: -6px;
            left: -4px; } }
      .qa_sc .qa_list .qa_question:after {
        content: '';
        position: absolute;
        top: -9px;
        right: -50px;
        width: 40px;
        height: 40px;
        background: url(img/qna_icon.svg) no-repeat;
        transition: all 0.3s; }
        @media (max-width: 767px) {
          .qa_sc .qa_list .qa_question:after {
            width: 30px;
            height: 30px;
            background-size: cover;
            right: -70px;
            top: 50%;
            transform: translateY(-50%); } }
    .qa_sc .qa_list .qa_answer {
      position: relative;
      font-size: 20px;
      line-height: 1;
      line-height: calc(42/20);
      padding-left: 65px;
      padding-top: 36px; }
      @media (max-width: 767px) {
        .qa_sc .qa_list .qa_answer {
          font-size: 14px;
          padding-left: 35px;
          padding-top: 6px; } }
      .qa_sc .qa_list .qa_answer a {
        color: #E83320;
        text-decoration: none; }
        .qa_sc .qa_list .qa_answer a:hover {
          text-decoration: underline; }
      .qa_sc .qa_list .qa_answer:before {
        content: 'A.';
        position: absolute;
        top: 19px;
        left: 0;
        display: inline-block;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 32px; }
        @media (max-width: 767px) {
          .qa_sc .qa_list .qa_answer:before {
            font-size: 22px;
            top: -2px;
            left: 0px; } }

.footer_tool_contact {
  background: #F7F7F7;
  padding: 0 0 100px; }
  @media (max-width: 1360px) {
    .footer_tool_contact {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    .footer_tool_contact {
      padding: 100px 0; }
      .footer_tool_contact .form_note {
        padding: 0; } }

@media (max-width: 767px) {
  .flow_sc {
    border-bottom: 1px solid #B4B4B4; } }
.flow_sc .flow_inner {
  padding: 200px 0;
  border-bottom: 1px solid #B4B4B4; }
  @media (max-width: 1360px) {
    .flow_sc .flow_inner {
      padding: 100px 0; } }
  @media (max-width: 767px) {
    .flow_sc .flow_inner {
      padding: 100px 0;
      border-bottom: none; } }
.flow_sc .flow_list {
  max-width: 1260px;
  margin: 75px auto 0;
  display: flex;
  flex-direction: column;
  gap: 30px; }
  @media (max-width: 767px) {
    .flow_sc .flow_list {
      margin: 35px auto 0; } }
  .flow_sc .flow_list .flow_item {
    display: flex;
    gap: 60px; }
    @media (max-width: 767px) {
      .flow_sc .flow_list .flow_item {
        gap: 20px; } }
    @media (max-width: 767px) {
      .flow_sc .flow_list .flow_item:last-child .flow_img:before {
        display: none; } }
    .flow_sc .flow_list .flow_item .flow_img {
      display: flex;
      width: 280px;
      border: 1px solid #B4B4B4;
      padding: 45px 20px;
      justify-content: center;
      align-items: center;
      position: relative; }
      @media (max-width: 767px) {
        .flow_sc .flow_list .flow_item .flow_img {
          width: 150px;
          padding: 15px; }
          .flow_sc .flow_list .flow_item .flow_img img {
            height: 100%;
            object-fit: cover; } }
      .flow_sc .flow_list .flow_item .flow_img:before {
        content: '';
        position: absolute;
        width: 68px;
        height: 26px;
        bottom: -26px;
        left: 50%;
        transform: translateX(-50%);
        background: url(img/step_icon.svg) no-repeat; }
        @media (max-width: 767px) {
          .flow_sc .flow_list .flow_item .flow_img:before {
            width: 36px;
            height: 14px;
            background-size: 100% auto;
            bottom: -14px; } }
    @media (max-width: 767px) {
      .flow_sc .flow_list .flow_item .flow_cnt {
        width: calc(100% - 170px); } }
    .flow_sc .flow_list .flow_item .flow_cnt .flow_step {
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      font-size: 24px; }
      @media (max-width: 767px) {
        .flow_sc .flow_list .flow_item .flow_cnt .flow_step {
          font-size: 14px; } }
    .flow_sc .flow_list .flow_item .flow_cnt .flow_ttl {
      font-size: 30px;
      font-weight: bold;
      color: #E83320;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .flow_sc .flow_list .flow_item .flow_cnt .flow_ttl {
          font-size: 16px; } }
    .flow_sc .flow_list .flow_item .flow_cnt .flow_desc {
      font-size: 20px; }
      @media (max-width: 767px) {
        .flow_sc .flow_list .flow_item .flow_cnt .flow_desc {
          font-size: 10px; } }
      .flow_sc .flow_list .flow_item .flow_cnt .flow_desc a {
        color: #E83320;
        text-decoration: none; }
        .flow_sc .flow_list .flow_item .flow_cnt .flow_desc a:hover {
          text-decoration: underline; }

.novelty_list {
  max-width: 670px !important; }

.reason_sc {
  padding: 160px 0;
  background: #F7F7F7; }
  @media (max-width: 1360px) {
    .reason_sc {
      padding: 80px 0; } }
  @media (max-width: 767px) {
    .reason_sc {
      padding: 40px 0 150px; } }

.reason_ttl h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  margin-bottom: 110px; }
  @media (max-width: 767px) {
    .reason_ttl h2 {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .reason_ttl h2 {
      font-size: 18px;
      text-align: left; } }
  .reason_ttl h2 span {
    font-size: 40px;
    font-weight: bold;
    color: #E83320;
    margin-bottom: 20px;
    display: block; }
    @media (max-width: 767px) {
      .reason_ttl h2 span {
        font-size: 26px; } }

.reason_list {
  display: flex;
  flex-direction: column;
  gap: 110px; }
  @media (max-width: 767px) {
    .reason_list {
      gap: 50px; } }
  .reason_list .sale_inner {
    display: flex;
    gap: 76px; }
    @media (max-width: 767px) {
      .reason_list .sale_inner {
        flex-direction: column;
        gap: 30px; } }
  .reason_list .sale_lft {
    width: 50%; }
    @media (max-width: 767px) {
      .reason_list .sale_lft {
        order: 2;
        width: 100%; }
        .reason_list .sale_lft img {
          width: calc(100% + 30px);
          max-width: unset;
          position: relative;
          left: -15px; } }
    .reason_list .sale_lft span {
      position: relative;
      font-size: 11px;
      line-height: 1.4;
      display: inline-block; }
      .reason_list .sale_lft span:before {
        content: '▲';
        position: relative;
        display: inline-block; }
  .reason_list .sale_rgt {
    position: relative;
    width: calc(50% - 76px); }
    @media (max-width: 767px) {
      .reason_list .sale_rgt {
        width: 100%; } }
  .reason_list .sale_step {
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600; }
    @media (max-width: 767px) {
      .reason_list .sale_step {
        font-size: 18px; } }
  .reason_list .sale_ttl {
    font-size: 30px;
    font-weight: bold;
    color: #E83320;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .reason_list .sale_ttl {
        font-size: 20px; } }
  .reason_list .sale_cnt {
    line-height: calc(50/20);
    font-size: 20px; }
    @media (max-width: 767px) {
      .reason_list .sale_cnt {
        font-size: 14px;
        line-height: 1.8; } }
    .reason_list .sale_cnt span {
      position: absolute;
      left: 0;
      bottom: 0;
      font-size: 16px; }
      .reason_list .sale_cnt span:before {
        content: '◀︎';
        position: relative;
        display: inline-block; }
        @media (max-width: 767px) {
          .reason_list .sale_cnt span:before {
            content: '▼'; } }
      @media (max-width: 1360px) {
        .reason_list .sale_cnt span {
          display: inline-block;
          position: relative;
          margin-top: 20px;
          left: unset !important;
          font-size: 12px; } }
      .reason_list .sale_cnt span.custom_span {
        left: unset;
        right: 0; }
        .reason_list .sale_cnt span.custom_span:before {
          display: none; }
          @media (max-width: 767px) {
            .reason_list .sale_cnt span.custom_span:before {
              display: inline-block; } }
        .reason_list .sale_cnt span.custom_span:after {
          content: '▶︎';
          position: relative;
          display: inline-block; }
          @media (max-width: 767px) {
            .reason_list .sale_cnt span.custom_span:after {
              display: none; } }
        @media (max-width: 767px) {
          .reason_list .sale_cnt span.custom_span {
            right: unset !important; } }
  .reason_list .sale_inner:nth-child(even) .sale_lft {
    order: 2; }
    @media (max-width: 767px) {
      .reason_list .sale_inner:nth-child(even) .sale_lft {
        order: 1; } }

.qa_sc .qa_list .active .qa_question:after {
  transform: rotate(180deg); }

.page-id-56 .product_sc .form_note {
  position: relative;
  z-index: 1;
  margin-top: 100px;
  padding: 100px 0 0; }
  .page-id-56 .product_sc .form_note:before {
    content: '';
    position: absolute;
    background: #F7F7F7;
    top: 0;
    left: -15px;
    right: -15px;
    bottom: -100px;
    z-index: -1; }
.product_img .slick-slide img {
    display: block;
    width: auto;
    object-fit: cover;
    max-height: 570px;
}
@media (max-width: 767px) {
    .product_wrapper .slick-slide {
        padding: 10px;
    }
    .product_img .slick-slide img {
        display: block;
        width: auto;
        object-fit: cover;
        max-height: 245px;
    }
}
/*# sourceMappingURL=style.css.map */
.wp-block-table {
    overflow-x: auto;
}
.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}
.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%;
}
.wp-block-table thead {
    border-bottom: 3px solid;
}
.wp-block-table td, .wp-block-table th {
    border: 1px solid;
    padding: .5em;
}
.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: break-word;
}