@charset "UTF-8";
/*
Theme Name: 中央製作所
Author: 誠晃舎
Author URI: https://www.sks-net.co.jp/
Version: 1.0
*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*---------------------------------------------------------------------------
リセット追加
---------------------------------------------------------------------------*/
body {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  font: inherit;
  color: inherit;
  -webkit-text-decoration-skip: none;
}

li > a {
  display: block;
  width: 100%;
}

table {
  width: 100%;
  border-spacing: 0;
}

img, svg {
  max-width: 100%;
  height: auto;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

/*---------------------------------------------------------------------------
フォーム要素リセット
---------------------------------------------------------------------------*/
input[type=text],
input[type=search],
input[type=tel],
input[type=email],
input[type=password],
input[type=url],
textarea,
select {
  width: 100%;
}

input[type=text],
input[type=search],
input[type=tel],
input[type=email],
input[type=password],
input[type=url] {
  line-height: normal; /*ios placeholderのズレ*/
}

label {
  position: relative;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0;
}

textarea {
  resize: vertical;
}

label {
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
label:focus {
  outline: none;
}

legend {
  display: block;
}

select::-ms-expand {
  display: none;
}

input:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: #ccc;
  font-size: 100%;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 100%;
}

input:placeholder-shown, textarea:placeholder-shown {
  color: #ccc;
  font-size: 100%;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: 100%;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 100%;
}

/*---------------------------------------------------------------------------
スクロールバー
---------------------------------------------------------------------------*/
/* ----------------------------- 全体 */
:root {
  --letter-spacing:0.1em;
  --header-height:80px;
  --scroll-header-height:80px;
  --vh:1vh;
}

@media only screen and (max-width: 767.98px) {
  :root {
    --header-height:60px;
    --scroll-header-height:60px;
  }
}
@media (min-width: 768px) {
  body[data-scroll-direction=down] {
    --scroll-header-height:0px;
  }
}
* {
  letter-spacing: var(--letter-spacing);
}

*[id] {
  scroll-margin-top: var(--scroll-header-height);
}

html {
  scroll-behavior: smooth;
  touch-action: manipulation;
}

body {
  position: relative;
  line-height: 1.8;
  font-weight: 400;
  color: #000;
  font-family: "BIZ UDPGothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: #fff;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  min-width: 1080px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: bold;
  font-family: "BIZ UDPGothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
  text-align: center;
}

rt {
  display: none;
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*pc*/
@media only screen and (max-width: 767.98px) {
  body {
    min-width: inherit;
    font-size: 0.875rem;
  }
  a:hover {
    opacity: 1 !important;
  }
  .pc-only {
    display: none !important;
  }
}
/*sp*/
/*z-index*/
/*---------------------------------------------------------------------------
コンポーネント
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
タイトル
---------------------------------------------------------------------------*/
.c-title-primary {
  margin: 0 0 45px;
  line-height: 1;
  color: var(--color, #000);
  text-align: center;
}
.c-title-primary__en {
  position: relative;
  padding: 0 0 15px;
  font-size: 4.375rem;
  letter-spacing: 0.2em;
  font-family: bebas-kai;
}
.c-title-primary__en::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 60px;
  height: 4px;
  background: var(--color, #000);
}
.c-title-primary__ja {
  margin: 15px 0 0;
  font-size: 1.5625rem;
}

@media only screen and (max-width: 767.98px) {
  .c-title-primary {
    margin: 0 0 40px;
  }
  .c-title-primary__en {
    font-size: 3rem;
  }
  .c-title-primary__en::after {
    width: 60px;
    height: 2px;
  }
  .c-title-primary__ja {
    margin: 15px 0 0;
    font-size: 1.125rem;
  }
}
/*---------------------------------------------------------------------------
下層タイトル
---------------------------------------------------------------------------*/
.c-title-secondary {
  line-height: 1;
  color: var(--color, #000);
}
.c-title-secondary__en {
  position: relative;
  padding: 0 0 15px;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  font-family: bebas-kai;
}
.c-title-secondary__en::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  width: 60px;
  height: 4px;
  background: var(--color, #000);
}
.c-title-secondary__ja {
  margin: 15px 0 0;
  font-size: 1.25rem;
}

.c-title-secondary.center {
  text-align: center;
}
.c-title-secondary.center .c-title-secondary__en::after {
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 767.98px) {
  .c-title-secondary__en {
    font-size: 2rem;
  }
  .c-title-secondary__en::after {
    width: 60px;
    height: 2px;
  }
  .c-title-secondary__ja {
    margin: 15px 0 0;
    font-size: 1rem;
  }
}
/*---------------------------------------------------------------------------
ボーダータイトル
---------------------------------------------------------------------------*/
.c-title-border {
  margin: 0 0 35px;
  padding: 0 0 20px;
  font-size: 1.5625rem;
  letter-spacing: 0.2em;
  color: #1CA0CB;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 767.98px) {
  .c-title-border {
    margin: 0 0 20px;
    padding: 0 0 15px;
    font-size: 1.25rem;
  }
}
/*---------------------------------------------------------------------------
ボタン
---------------------------------------------------------------------------*/
.c-btn-primary {
  display: grid;
  place-content: center;
  width: 100%;
  max-width: 300px;
  height: 70px;
  margin: 0 auto;
  font-size: 1.25rem;
  color: var(--color, #000);
  border: 1px solid var(--color, #000);
  border-radius: 100px;
  transition: background-color 0.4s;
}
.c-btn-primary.is-hover {
  color: var(--color-on, #fff);
  background-color: var(--color, #000);
}

@media (min-width: 767.98px) and (max-width: 1400px) {
  .c-btn-primary {
    height: 60px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-btn-primary {
    height: 60px;
    font-size: 1rem;
  }
}
.is-hover .c-btn-primary {
  color: var(--color-on, #fff);
  background-color: var(--color, #000);
}

/*---------------------------------------------------------------------------
グラデーションボタン
---------------------------------------------------------------------------*/
.c-btn-grad {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  margin: 0 auto;
  font-size: 1.875rem;
  color: #fff;
  background-image: linear-gradient(to right, #1CA0CB 0%, #26AE38 33.33%, #1CA0CB 66.66%, #26AE38 100%);
  background-size: 300% auto;
  background-position: right center;
}
.c-btn-grad.is-hover, .c-btn-grad.is-out {
  -webkit-animation: grad 1.5s cubic-bezier(0.42, 0, 0.13, 1.02) forwards;
          animation: grad 1.5s cubic-bezier(0.42, 0, 0.13, 1.02) forwards;
}

@media only screen and (max-width: 767.98px) {
  .c-btn-grad {
    height: 80px;
    width: 100%;
    font-size: 1.125rem;
  }
}
/*---------------------------------------------------------------------------
グラデーションボタン小
---------------------------------------------------------------------------*/
.c-btn-grad-small {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 70px;
  margin: 0 auto;
  font-size: 1.25rem;
  color: #fff;
  background-image: linear-gradient(to right, #1CA0CB 0%, #1EDED1 33.33%, #1CA0CB 66.66%, #1EDED1 100%);
  background-size: 300% auto;
  background-position: right center;
}
.c-btn-grad-small.is-hover, .c-btn-grad-small.is-out {
  -webkit-animation: grad 1.5s cubic-bezier(0.42, 0, 0.13, 1.02) forwards;
          animation: grad 1.5s cubic-bezier(0.42, 0, 0.13, 1.02) forwards;
}

@media only screen and (max-width: 767.98px) {
  .c-btn-grad-small {
    height: 60px;
    width: 100%;
    font-size: 1rem;
  }
}
/*---------------------------------------------------------------------------
ボーダースライドボタン
---------------------------------------------------------------------------*/
.c-btn-border {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  max-width: 300px;
  transition: padding 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c-btn-border::before, .c-btn-border::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.c-btn-border::before {
  -webkit-transform-origin: right;
          transform-origin: right;
}
.c-btn-border::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.c-btn-border.is-hover::before, .c-btn-border.is-out::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition-duration: 0.4s;
}
.c-btn-border.is-hover::after, .c-btn-border.is-out::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  transition-duration: 0.4s;
  transition-delay: 0.4s;
}

/*---------------------------------------------------------------------------
ボタンシンプル
---------------------------------------------------------------------------*/
.c-btn-simple {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 20px 0 0;
  text-decoration: underline;
}
.c-btn-simple::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.5rem;
  height: 0.5rem;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  transition: right 0.2s ease;
}
.c-btn-simple.is-hover {
  text-decoration: none;
}

/*---------------------------------------------------------------------------
リンク
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
テーブル
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
モーダル
---------------------------------------------------------------------------*/
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.c-modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.c-modal[aria-hidden=false] .c-modal__body {
  -webkit-animation: modalSlideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: modalSlideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal__cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.c-modal__body {
  position: relative;
  max-height: 100%;
  width: 100%;
  max-width: 1000px;
  -webkit-animation: modalSlideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: modalSlideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal__close {
  position: absolute;
  top: -55px;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  background: url(img/common/close.svg) no-repeat center;
  background-size: contain;
}

.c-modal__inner {
  height: 100%;
  padding: 30px;
  overflow-y: scroll;
}

@-webkit-keyframes modalSlideIn {
  from {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes modalSlideIn {
  from {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes modalSlideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
@keyframes modalSlideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
@media only screen and (max-width: 767.98px) {
  .c-modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    width: 45px;
    height: 45px;
    background-color: #000;
    background-size: 20px 20px;
    border-radius: 50%;
  }
}
/*---------------------------------------------------------------------------
円形プログレスバー
---------------------------------------------------------------------------*/
.c-progress-circle {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 5px;
  color: orange;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-progress-circle::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
.c-progress-circle circle {
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 62.8 62.8;
  stroke-dashoffset: 62, 8;
}
.c-progress-circle[data-progress=true] circle {
  -webkit-animation: circle 5s linear forwards;
          animation: circle 5s linear forwards;
}

@-webkit-keyframes circle {
  0% {
    stroke-dashoffset: 62.8;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes circle {
  0% {
    stroke-dashoffset: 62.8;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/*---------------------------------------------------------------------------
ローダー
<div class="c-loader">
	<svg class="c-loader__circular"viewBox="25 25 50 50" >
		<circle class="c-loader__path" cx="50" cy="50" r="20" fill="none" stroke="#FF7D39" stroke-width="2" />
	</svg>
</div>
---------------------------------------------------------------------------*/
.c-loader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #efefef;
  pointer-events: none;
}

.c-loader {
  position: relative;
  margin: 0px auto;
  width: 80px;
  height: 80px;
  pointer-events: none;
}

.c-loader:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.c-loader__circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}

.c-loader__path {
  stroke-dasharray: 150, 200;
  stroke-dashoffset: -10;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@-webkit-keyframes color {
  0% {
    stroke: #FF7D39;
  }
  40% {
    stroke: #FF7D39;
  }
  66% {
    stroke: #FF7D39;
  }
  80%, 90% {
    stroke: #FF7D39;
  }
}
@keyframes color {
  0% {
    stroke: #FF7D39;
  }
  40% {
    stroke: #FF7D39;
  }
  66% {
    stroke: #FF7D39;
  }
  80%, 90% {
    stroke: #FF7D39;
  }
}
/*---------------------------------------------------------------------------
製品紹介
---------------------------------------------------------------------------*/
.c-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 50px min(30px, 2.15%);
}
.c-products__thumbnail {
  position: relative;
  position: relative;
  display: block;
  overflow: hidden;
  transition: box-shadow 0.4s ease, background-color 0.4s ease;
}
.c-products__thumbnail::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-products__thumbnail img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.c-products__thumbnail-off {
  transition: -webkit-transform 0.4s cubic-bezier(0.22, 0.78, 0.58, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.78, 0.58, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.78, 0.58, 1), -webkit-transform 0.4s cubic-bezier(0.22, 0.78, 0.58, 1);
  -webkit-transform: rotate(0.0001deg);
          transform: rotate(0.0001deg);
}
.c-products__thumbnail-on {
  transition: opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.22, 0.78, 0.58, 1);
  transition: opacity 0.2s linear, transform 0.4s cubic-bezier(0.22, 0.78, 0.58, 1);
  transition: opacity 0.2s linear, transform 0.4s cubic-bezier(0.22, 0.78, 0.58, 1), -webkit-transform 0.4s cubic-bezier(0.22, 0.78, 0.58, 1);
  opacity: 0;
  -webkit-transform: rotate(0.0001deg);
          transform: rotate(0.0001deg);
}
.c-products__category {
  display: grid;
  place-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100px;
  height: 28px;
  margin: 20px auto 0;
  padding: 0 10px;
  font-size: 0.75rem;
  border: 1px solid #707070;
}
.c-products__title {
  margin: 10px 0 0;
  font-size: 1.125rem;
  text-align: center;
}

.c-products__link.is-hover .c-products__thumbnail-off {
  -webkit-transform: scale(1.1) rotate(0.001deg);
          transform: scale(1.1) rotate(0.001deg);
}
.c-products__link.is-hover .c-products__thumbnail-on {
  -webkit-transform: scale(1.1) rotate(0.001deg);
          transform: scale(1.1) rotate(0.001deg);
  opacity: 1;
}

@media (min-width: 767.98px) and (max-width: 1300px) {
  .c-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767.98px) {
  .c-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 10px;
  }
  .c-products__category {
    height: 25px;
    margin: 20px auto 0;
  }
  .c-products__title {
    font-size: 0.875rem;
  }
}
/*---------------------------------------------------------------------------
カテゴリー
---------------------------------------------------------------------------*/
.c-category {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.c-category__item {
  border: 1px solid #000;
}
.c-category__link {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  background: #fff;
  transition: box-shadow 0.4s ease, background-color 0.4s ease;
}
.c-category__thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
}
.c-category__thumbnail::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-category__thumbnail img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.c-category__thumbnail img {
  transition: -webkit-transform 0.8s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.17, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.17, 0.84, 0.44, 1);
  -webkit-transform: rotate(0.001deg);
          transform: rotate(0.001deg);
}
.c-category__title {
  padding: 10px 10px 10px 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
}

.c-category__link.is-hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  background: #efefef;
}
.c-category__link.is-hover .c-category__thumbnail img {
  -webkit-transform: scale(1.1) rotate(0.001deg);
          transform: scale(1.1) rotate(0.001deg);
}

@media only screen and (max-width: 767.98px) {
  .c-category {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .c-category__link {
    grid-template-columns: 80px 1fr;
  }
  .c-category__title {
    font-size: 1rem;
    font-weight: normal;
  }
}
/*---------------------------------------------------------------------------
カテゴリー（サイドバー）
---------------------------------------------------------------------------*/
.c-category_sidebar {
  grid-template-columns: 1fr;
  gap: 10px;
}
.c-category_sidebar .c-category__link {
  grid-template-columns: 60px 1fr;
}
.c-category_sidebar .c-category__title {
  font-size: 1rem;
}

/*---------------------------------------------------------------------------
レイアウト
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
ページ
---------------------------------------------------------------------------*/
.l-page {
  padding: 120px 0 140px;
}

@media only screen and (max-width: 767.98px) {
  .l-page {
    padding: 40px 0 80px;
  }
}
/*---------------------------------------------------------------------------
kv無しページ
---------------------------------------------------------------------------*/
.l-page-nokv {
  padding: 60px 0 140px;
}

@media only screen and (max-width: 767.98px) {
  .l-page-nokv {
    padding: 40px 0 80px;
  }
}
/*---------------------------------------------------------------------------
ページ
---------------------------------------------------------------------------*/
.l-layout-2col {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
}

@media only screen and (max-width: 767.98px) {
  .l-layout-2col {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
/*---------------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 1080px;
  padding: 0 0 0 35px;
  transition: background-color 0.4s, -webkit-transform 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
  transition: transform 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96), background-color 0.4s;
  transition: transform 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96), background-color 0.4s, -webkit-transform 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
}
.l-header .nav__list {
  display: flex;
}
.l-header .nav__link {
  position: relative;
  display: grid;
  place-content: center;
  height: var(--header-height);
  padding: 0 20px;
  font-weight: bold;
  transition: background-color 0.4s ease;
}
.l-header .nav__link.is-hover:not(.nav__contact), .l-header .nav__link[aria-expanded=true] {
  background: #efefef;
}
.l-header .nav__contact {
  width: 180px;
  color: #fff;
}

body.is-scrolled .l-header {
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

body:not(.is-home) .l-header {
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

@media (min-width: 767.98px) and (max-width: 1180px) {
  .l-header .nav__link {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-header {
    min-width: inherit;
    padding: 0 0 0 20px;
  }
  .l-header::before {
    position: absolute;
    display: block;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
  }
  .l-header .logo {
    position: relative;
    z-index: 2;
  }
  .l-header .logo img {
    max-width: 150px;
  }
  .l-header .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    overflow-y: scroll;
    pointer-events: none;
    transition: 0.4s cubic-bezier(0.22, 0.78, 0.58, 1);
  }
  .l-header .nav[aria-hidden=false] {
    height: var(--height, calc(100 * var(--vh)));
    transition: 0.8s cubic-bezier(0.42, 0, 0.13, 1.02);
    pointer-events: inherit;
  }
  .l-header .nav__list {
    display: block;
    padding: 80px 0 0;
    background: #fff;
  }
  .l-header .nav__item {
    border-top: 1px solid #ddd;
  }
  .l-header .nav__link {
    position: relative;
    width: 100%;
    height: 60px;
    justify-content: flex-start;
    font-size: 0.875rem;
    font-weight: normal;
  }
  .l-header .nav__link.is-hover:not(.nav__contact), .l-header .nav__link[aria-expanded=true] {
    background: #efefef;
  }
  .l-header .nav__contact {
    margin: 0;
  }
  .l-header .nav__contact .nav__icon::after {
    border-color: #fff;
  }
  .l-header .nav__icon {
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto 0;
  }
  .l-header .nav__icon::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.5rem;
    height: 0.5rem;
    margin: auto 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-right: 2px solid #333;
    border-top: 2px solid #333;
  }
}
@media (min-width: 768px) {
  body[data-scroll-direction=down] .l-header {
    -webkit-transform: translateY(-105%);
            transform: translateY(-105%);
  }
}
.l-header-space {
  height: var(--header-height);
}

.l-header-cover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.6s ease;
}

body.is-overlay .l-header-cover {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}

/*---------------------------------------------------------------------------
スマホ横
---------------------------------------------------------------------------*/
/*orientation: landscape*/
/*---------------------------------------------------------------------------
フッター
---------------------------------------------------------------------------*/
.l-footer {
  padding: 90px 0 30px;
  position: relative;
  background: #fff;
  text-align: center;
}
.l-footer .nav {
  position: relative;
  margin: 40px 0 0;
}
.l-footer .nav::before {
  position: absolute;
  display: block;
  content: "";
  top: 62px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.l-footer .nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.l-footer .nav__en {
  font-size: 1.875rem;
  font-family: bebas-kai;
}
.l-footer .nav__ja {
  padding: 30px 0 0;
}
.l-footer .access {
  margin: 120px 0 0;
  font-size: 1.125rem;
}
.l-footer .copyright {
  font-size: 0.625rem;
}

@media (min-width: 767.98px) and (max-width: 1080px) {
  .l-footer .nav::before {
    position: absolute;
    display: block;
    content: "";
    top: 48px;
  }
  .l-footer .nav__list {
    gap: 40px;
  }
  .l-footer .nav__en {
    font-size: 1.5rem;
  }
  .l-footer .nav__ja {
    padding: 20px 0 0;
  }
  .l-footer .access {
    margin: 80px 0 0;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-footer {
    padding: 40px 0 20px;
    text-align: left;
  }
  .l-footer .logo img {
    max-width: 200px;
  }
  .l-footer .nav {
    margin: 40px 0 0;
  }
  .l-footer .nav::before {
    display: none;
  }
  .l-footer .nav__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .l-footer .nav__link {
    display: flex;
    align-items: baseline;
    line-height: 1;
  }
  .l-footer .nav__en {
    margin: 0 10px 0 0;
    font-size: 1.75rem;
  }
  .l-footer .nav__ja {
    padding: 0;
  }
  .l-footer .access {
    margin: 40px 0 0;
    font-size: 0.875rem;
  }
  .l-footer .copyright {
    font-size: 0.625rem;
  }
}
/*---------------------------------------------------------------------------
タイトル
---------------------------------------------------------------------------*/
.l-title-page {
  padding: 0 0 110px max((100% - 1400px) / 2, 20px);
  background-image: linear-gradient(to right, rgba(28, 160, 203, 0.6) 0%, rgba(38, 174, 56, 0.6) 100%);
  overflow: hidden;
}
.l-title-page__inner {
  position: relative;
  margin: 0 0 0 75px;
}
.l-title-page .image {
  position: relative;
  height: min(530px, 27.5vw);
  background-position: center;
  background-size: cover;
  background-size: 0;
  overflow: hidden;
}
.l-title-page .image::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-position: center;
  background-size: cover;
}
.l-title-page .title {
  position: absolute;
  z-index: 2;
  left: -75px;
  bottom: -60px;
  display: flex;
  align-items: baseline;
  line-height: 1;
}
.l-title-page .title__en {
  display: inline;
  font-size: 6.25rem;
  letter-spacing: 0.15em;
  font-family: bebas-kai;
  font-weight: normal;
}
.l-title-page .title__ja {
  display: inline;
  margin: 0 0 0 10px;
  font-size: 1.5625rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: normal;
}

@media only screen and (max-width: 767.98px) {
  .l-title-page {
    padding: 0 0 80px max((100% - 1400px) / 2, 20px);
  }
  .l-title-page__inner {
    margin: 0 0 0 20px;
  }
  .l-title-page .image {
    height: 180px;
  }
  .l-title-page .title {
    left: -20px;
    bottom: -52px;
  }
  .l-title-page .title__en {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
  .l-title-page .title__ja {
    display: block;
    margin: 10px 0 0;
    font-size: 1rem;
  }
}
/*---------------------------------------------------------------------------
ハンバーガーメニュー
---------------------------------------------------------------------------*/
.l-toggler-nav {
  position: relative;
  z-index: 2;
  display: grid;
  place-content: center;
  width: 60px;
  height: 60px;
  text-align: center;
  outline: none;
}

.l-toggler-nav__border-group {
  display: block;
  width: 21px;
  height: 16px;
  margin: 0 auto;
}

.l-toggler-nav__border {
  flex-shrink: 0;
  display: block;
  height: 2px;
  width: 100%;
  background-color: #000;
  border-radius: 4px;
  transition: 0.3s ease;
}

.l-toggler-nav__border-two {
  margin: 5px auto;
}

.l-toggler-nav__text {
  text-align: center;
  margin-top: 6px;
  font-size: 10px;
  font-weight: bold;
  color: #000;
  line-height: 1;
}

.l-toggler-nav__text-close {
  display: none;
}

.l-toggler-nav[aria-expanded=true] .l-toggler-nav__border-one {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
.l-toggler-nav[aria-expanded=true] .l-toggler-nav__border-two {
  opacity: 0;
}
.l-toggler-nav[aria-expanded=true] .l-toggler-nav__border-three {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}
.l-toggler-nav[aria-expanded=true] .l-toggler-nav__text-open {
  display: none;
}
.l-toggler-nav[aria-expanded=true] .l-toggler-nav__text-close {
  display: inline;
}

/*---------------------------------------------------------------------------
ページトップに戻る
---------------------------------------------------------------------------*/
.l-backtotop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
}

/*---------------------------------------------------------------------------
Gutenberg
---------------------------------------------------------------------------*/
.l-entrybody {
  font-size: 1.125rem;
  line-height: 2.2;
  word-break: break-all;
}
.l-entrybody p {
  margin: 1em 0 0;
}
.l-entrybody p:first-child {
  margin-top: 0 !important;
}
.l-entrybody > p, .l-entrybody > ul, .l-entrybody > ol, .l-entrybody > div, .l-entrybody > table {
  margin: 2em 0 0;
}
.l-entrybody > figure {
  margin: 2em 0 0;
}
.l-entrybody ul, .l-entrybody ol {
  text-align: left;
}
.l-entrybody > ul {
  padding: 0 0 0 1em;
  list-style-type: disc;
}
.l-entrybody > ol {
  padding: 0 0 0 1.5em;
  list-style-type: decimal;
}
.l-entrybody > ul > li {
  margin: 0.25em 0;
  text-align: left;
}
.l-entrybody li > a {
  display: inline;
}
.l-entrybody a {
  color: #2EA0CB;
  text-decoration: underline;
}
.l-entrybody iframe {
  max-width: 100%;
}
.l-entrybody h1, .l-entrybody h2, .l-entrybody h3, .l-entrybody h4, .l-entrybody h5, .l-entrybody h6 {
  margin: 1.5em 0 0.75em;
}
.l-entrybody h1:first-child, .l-entrybody h2:first-child, .l-entrybody h3:first-child, .l-entrybody h4:first-child, .l-entrybody h5:first-child, .l-entrybody h6:first-child {
  margin-top: 0;
}
.l-entrybody h1 {
  font-size: 180%;
}
.l-entrybody h2 {
  font-size: 150%;
}
.l-entrybody h3 {
  font-size: 132%;
}
.l-entrybody h4 {
  font-size: 116%;
}
.l-entrybody h5 {
  font-size: 108%;
}
.l-entrybody h6 {
  font-size: 100%;
}
.l-entrybody table {
  width: 100%;
}
.l-entrybody td {
  padding: 0.5em 0.75em;
  border: 1px solid #ddd;
}
.l-entrybody th {
  padding: 0.5em 0.75em;
  border: 1px solid #ddd;
  background: #f7f7f7;
}
.l-entrybody .aligncenter {
  display: block;
  margin: 0 auto;
}
.l-entrybody .alignright {
  float: right;
}
.l-entrybody .alignleft {
  float: left;
}
.l-entrybody .wp-block-gallery ul {
  list-style: none;
  margin: 0 0 -1.6rem 0;
}
.l-entrybody .wp-block-image {
  overflow: hidden;
}
.l-entrybody .wp-block-button__link {
  text-decoration: none;
}
.l-entrybody .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color) {
  color: #fff;
}

@media (max-width: 599px) {
  .l-entrybody {
    font-size: 1rem;
  }
  .l-entrybody .wp-block-column:not(:first-child) {
    margin-top: 2em;
    margin-left: 0;
  }
  .l-entrybody .wp-block-column {
    flex-basis: 100% !important;
  }
}
/*---------------------------------------------------------------------------
wisywig
---------------------------------------------------------------------------*/
.l-wisywig {
  word-break: break-all;
  *zoom: 1;
  /*テーブル*/
}
.l-wisywig:after {
  display: block;
  content: "";
  clear: both;
}
.l-wisywig a {
  color: #2EA0CB;
  text-decoration: underline;
}
.l-wisywig img {
  font-size: 100%;
}
.l-wisywig > p, .l-wisywig > ul, .l-wisywig > ol, .l-wisywig > div, .l-wisywig > table {
  margin: 0 0 2em;
  font-size: 100%;
}
.l-wisywig > ul, .l-wisywig > ol {
  margin-bottom: 1.5em;
  padding: 1em 1em 1em 2.5em;
  border: solid 2px #e8e8e8;
  border-radius: 3px;
  text-align: left;
}
.l-wisywig > ul {
  list-style-type: disc;
}
.l-wisywig > li {
  padding: 5px 0;
}
.l-wisywig > li ul li, .l-wisywig > li ol li {
  padding: 0;
}
.l-wisywig > ol {
  list-style-type: decimal;
}
.l-wisywig > ul li ul, .l-wisywig > ul li ol, .l-wisywig > ol li ul, .l-wisywig > ol li ol {
  margin: 0;
  padding: 0.5em 0 0.5em 1.3em;
  border: none;
}
.l-wisywig h1, .l-wisywig h2, .l-wisywig h3, .l-wisywig h4, .l-wisywig h5, .l-wisywig h6 {
  margin: 1.5em 0 0.75em;
  font-weight: bold;
}
.l-wisywig h1:first-child, .l-wisywig h2:first-child, .l-wisywig h3:first-child, .l-wisywig h4:first-child, .l-wisywig h5:first-child, .l-wisywig h6:first-child {
  margin-top: 0;
}
.l-wisywig h1:first-child, .l-wisywig h2:first-child, .l-wisywig h3:first-child, .l-wisywig h4:first-child, .l-wisywig h5:first-child, .l-wisywig h6:first-child {
  margin-top: 0;
}
.l-wisywig > h1 {
  font-size: 180%;
}
.l-wisywig > h2 {
  font-size: 150%;
}
.l-wisywig > h3 {
  font-size: 132%;
}
.l-wisywig > h4 {
  font-size: 116%;
}
.l-wisywig > h5 {
  font-size: 108%;
}
.l-wisywig > h6 {
  font-size: 100%;
}
.l-wisywig > :first-child {
  margin-top: 0;
}
.l-wisywig > :last-child {
  margin-bottom: 0;
}
.l-wisywig img.alignright {
  display: inline;
  float: right;
  margin: 1em 0 1em 1.5em;
}
.l-wisywig img.alignleft {
  display: inline;
  float: left;
  margin: 1em 1.5em 1em 0;
}
.l-wisywig img.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
}
.l-wisywig table {
  width: 100%;
  margin-bottom: 1.5em;
  border: 1px solid #ddd;
}
.l-wisywig tr:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.l-wisywig td {
  padding: 10px;
  border-right: 1px solid #ddd;
  word-break: break-all;
}
.l-wisywig td:last-child,
.l-wisywig th:last-child {
  border-right: 0;
}
.l-wisywig th {
  padding: 10px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #efefef;
}

@media only screen and (max-width: 767.98px) {
  .l-wisywig {
    *zoom: 1;
  }
  .l-wisywig:after {
    display: block;
    content: "";
    clear: both;
  }
  .l-wisywig img.alignright {
    display: block;
    float: none;
    margin: 1em auto;
  }
  .l-wisywig img.alignleft {
    display: block;
    float: none;
    margin: 1em auto;
  }
}
/*---------------------------------------------------------------------------
ページ送り
---------------------------------------------------------------------------*/
.l-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.l-pagination a, .l-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 10px;
  font-size: 1.25rem;
  color: #fff;
  background: rgba(20, 199, 0, 0.4);
  border-radius: 50%;
}
.l-pagination span.current {
  background: #14C700;
}
.l-pagination .next {
  color: transparent;
  background: url(img/common/next.svg) rgba(0, 0, 0, 0.5) no-repeat center/12px auto;
}
.l-pagination .prev {
  color: transparent;
  background: url(img/common/prev.svg) rgba(0, 0, 0, 0.5) no-repeat center/12px auto;
}

@media only screen and (max-width: 767.98px) {
  .l-pagination {
    margin-top: 45px;
  }
  .l-pagination a, .l-pagination span {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-size: 0.875rem;
  }
  .l-pagination .next, .l-pagination .prev {
    font-size: 0.875rem;
    background-size: 10px auto;
  }
}
/*---------------------------------------------------------------------------
フッター
---------------------------------------------------------------------------*/
.l-contact {
  position: relative;
  padding: 0 0 60px;
  background: #DEF1F7;
}
.l-contact__inner {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 50px 0 0;
}
.l-contact .title {
  position: relative;
  top: -40px;
  margin: 0 0 -40px;
}
.l-contact .tel {
  flex: none;
  --letter-spacing:0;
  line-height: 1.2;
}
.l-contact .tel__head {
  font-size: 1.875rem;
  font-weight: bold;
}
.l-contact .tel__body {
  font-size: 3.75rem;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.l-contact .tel__2 {
  margin: 15px 0 0;
}
.l-contact .text {
  font-size: 1.25rem;
  text-align: center;
}

@media (min-width: 767.98px) and (max-width: 1080px) {
  .l-contact__inner {
    gap: 20px;
    margin: 40px 0 0;
  }
  .l-contact .tel__head {
    font-size: 1.25rem;
  }
  .l-contact .tel__body {
    font-size: 2.5rem;
  }
  .l-contact .tel__2 {
    margin: 10px 0 0;
    font-size: 0.875rem;
  }
  .l-contact .text {
    font-size: 1.25rem;
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-contact {
    padding: 0 0 60px;
  }
  .l-contact__inner {
    display: grid;
    gap: 20px;
    margin: 40px 0 0;
  }
  .l-contact .title {
    top: -20px;
    margin: 0 0 -20px;
  }
  .l-contact .tel__head {
    font-size: 1.125rem;
  }
  .l-contact .tel__body {
    font-size: 1.875rem;
  }
  .l-contact .tel__2 {
    margin: 10px 0 0;
    font-size: 0.6875rem;
  }
  .l-contact .text {
    font-size: 0.875rem;
  }
}
/*---------------------------------------------------------------------------
エントリー
---------------------------------------------------------------------------*/
.l-entry {
  padding: 60px 0;
  background-image: linear-gradient(to right, #1CA0CB 0%, #1EDED1 100%);
}
.l-entry__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
.l-entry .banner {
  position: relative;
  display: grid;
  place-content: center;
  height: 240px;
  padding: 20px;
  font-size: 1.875rem;
  line-height: 1.4;
  color: #fff;
  background-size: 0;
  overflow: hidden;
}
.l-entry .banner::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-position: center;
  background-size: cover;
  background-color: #000;
  transition: -webkit-transform 0.8s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.17, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.17, 0.84, 0.44, 1);
  -webkit-transform: rotate(0.0001deg);
          transform: rotate(0.0001deg);
}
.l-entry .banner::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  mix-blend-mode: multiply;
}
.l-entry .banner.is-hover::before {
  -webkit-transform: scale(1.1) rotate(0.0001deg);
          transform: scale(1.1) rotate(0.0001deg);
}
.l-entry .banner .small {
  font-size: 0.66em;
}
.l-entry .banner__title {
  position: relative;
  z-index: 2;
  text-align: center;
}

@media only screen and (max-width: 767.98px) {
  .l-entry {
    padding: 60px 0 20px;
  }
  .l-entry__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .l-entry .banner {
    height: 150px;
    font-size: 1.25rem;
  }
}
/*---------------------------------------------------------------------------
ブロック
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
固有ページ
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
トップページ
---------------------------------------------------------------------------*/
.p-top-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: url(img/top/kv.jpg?01) center/cover;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  pointer-events: none;
}
.p-top-bg::-webkit-scrollbar {
  display: none;
}
.p-top-bg__inner {
  height: calc(100vh + 400px);
}
.p-top-bg::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

body.is-scrolled .p-top-bg::after {
  opacity: 1;
}

.p-top-kv {
  position: relative;
  height: 100vh;
}

.p-top-lead {
  position: relative;
  padding: 80px 0 130px;
  color: #fff;
  text-align: center;
}
.p-top-lead .title {
  font-size: 3.125rem;
  line-height: 1.6;
}
.p-top-lead .title__inner {
  display: block;
}
.p-top-lead .title__inner span {
  display: inline-block;
  overflow: hidden;
  line-height: 1;
}
.p-top-lead .title__inner span span {
  display: inline-block;
  -webkit-transform: translate3d(0, 110%, 0);
          transform: translate3d(0, 110%, 0);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.22, 0.78, 0.58, 1);
  transition: transform 1s cubic-bezier(0.22, 0.78, 0.58, 1), opacity 0.6s ease-in-out;
  transition: transform 1s cubic-bezier(0.22, 0.78, 0.58, 1), opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.22, 0.78, 0.58, 1);
}
.p-top-lead .text {
  display: grid;
  gap: 60px;
  margin: 100px 0 0;
  font-size: 1.5625rem;
  line-height: 2.2;
}
.p-top-lead .text p {
  opacity: 0;
  -webkit-transform: translate3d(0, 1.5em, 0);
          transform: translate3d(0, 1.5em, 0);
}

body.is-scrolled .p-top-lead .title__inner span:nth-child(1) span {
  transition-delay: 0.03s;
}
body.is-scrolled .p-top-lead .title__inner span:nth-child(2) span {
  transition-delay: 0.06s;
}
body.is-scrolled .p-top-lead .title__inner span:nth-child(3) span {
  transition-delay: 0.09s;
}
body.is-scrolled .p-top-lead .title__inner span:nth-child(4) span {
  transition-delay: 0.12s;
}
body.is-scrolled .p-top-lead .title__inner span:nth-child(5) span {
  transition-delay: 0.15s;
}
body.is-scrolled .p-top-lead .title__inner span:nth-child(6) span {
  transition-delay: 0.18s;
}
body.is-scrolled .p-top-lead .title__inner span:nth-child(7) span {
  transition-delay: 0.21s;
}
body.is-scrolled .p-top-lead .title__inner span:nth-child(8) span {
  transition-delay: 0.24s;
}
body.is-scrolled .p-top-lead .title__inner span:nth-child(9) span {
  transition-delay: 0.27s;
}
body.is-scrolled .p-top-lead .title__inner span:nth-child(10) span {
  transition-delay: 0.3s;
}
body.is-scrolled .p-top-lead .title__inner span:nth-child(11) span {
  transition-delay: 0.33s;
}
body.is-scrolled .p-top-lead .title__inner span:nth-child(12) span {
  transition-delay: 0.36s;
}
body.is-scrolled .p-top-lead .title__inner span:nth-child(13) span {
  transition-delay: 0.39s;
}
body.is-scrolled .p-top-lead .title__inner span:nth-child(14) span {
  transition-delay: 0.42s;
}
body.is-scrolled .p-top-lead .title__inner span:nth-child(15) span {
  transition-delay: 0.45s;
}
body.is-scrolled .p-top-lead .title__inner span:nth-child(16) span {
  transition-delay: 0.48s;
}
body.is-scrolled .p-top-lead .title__inner span:nth-child(17) span {
  transition-delay: 0.51s;
}
body.is-scrolled .p-top-lead .title__inner span:nth-child(18) span {
  transition-delay: 0.54s;
}
body.is-scrolled .p-top-lead .title__inner span:nth-child(19) span {
  transition-delay: 0.57s;
}
body.is-scrolled .p-top-lead .title__inner span:nth-child(20) span {
  transition-delay: 0.6s;
}
body.is-scrolled .p-top-lead .title__inner span span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
body.is-scrolled .p-top-lead .text p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: opacity 0.8s ease-in-out, -webkit-transform 1s cubic-bezier(0.22, 0.78, 0.58, 1);
  transition: transform 1s cubic-bezier(0.22, 0.78, 0.58, 1), opacity 0.8s ease-in-out;
  transition: transform 1s cubic-bezier(0.22, 0.78, 0.58, 1), opacity 0.8s ease-in-out, -webkit-transform 1s cubic-bezier(0.22, 0.78, 0.58, 1);
}
body.is-scrolled .p-top-lead .text p:nth-child(1) {
  transition-delay: 0.8s;
}
body.is-scrolled .p-top-lead .text p:nth-child(2) {
  transition-delay: 1s;
}

@media (min-width: 767.98px) and (max-width: 1080px) {
  .p-top-lead .title {
    font-size: 2.875rem;
  }
  .p-top-lead .text {
    gap: 40px;
    margin: 80px 0 0;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-top-lead {
    min-height: inherit;
    padding: 20px 0 80px;
  }
  .p-top-lead .title {
    font-size: 2rem;
  }
  .p-top-lead .text {
    gap: 20px;
    margin: 40px 0 0;
    font-size: 1rem;
    font-weight: bold;
  }
}
.p-top-inner {
  position: relative;
  padding: 160px 0 140px;
  background: #fff;
}

@media only screen and (max-width: 767.98px) {
  .p-top-inner {
    padding: 80px 0;
  }
}
.p-top-service {
  padding: 90px 0 0;
  background: #1CA0CB;
}
.p-top-service .text {
  font-size: 1.5625rem;
  line-height: 2.2;
  color: #fff;
  text-align: center;
}
.p-top-service .service {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 60px 0 0;
}
.p-top-service .service__link {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  height: 540px;
  padding: 35px;
  background-size: 0;
  overflow: hidden;
}
.p-top-service .service__link::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-position: center;
  background-image: inherit;
  background-size: cover;
  transition: -webkit-transform 0.8s cubic-bezier(0.22, 0.78, 0.58, 1);
  transition: transform 0.8s cubic-bezier(0.22, 0.78, 0.58, 1);
  transition: transform 0.8s cubic-bezier(0.22, 0.78, 0.58, 1), -webkit-transform 0.8s cubic-bezier(0.22, 0.78, 0.58, 1);
  -webkit-transform: rotate(0.001deg);
          transform: rotate(0.001deg);
}
.p-top-service .service__link::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.p-top-service .service__link > * {
  position: relative;
  z-index: 2;
}
.p-top-service .service__title {
  align-self: center;
  font-size: 2.375rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}

.p-top-service .service__link.is-hover::before {
  -webkit-transform: scale(1.1) rotate(0.001deg);
          transform: scale(1.1) rotate(0.001deg);
}

@media (min-width: 767.98px) and (max-width: 1400px) {
  .p-top-service .text {
    font-size: 1.25rem;
  }
  .p-top-service .service__link {
    height: 500px;
    padding: 30px;
  }
  .p-top-service .service__title {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-top-service {
    padding: 80px 0 0;
  }
  .p-top-service .text {
    font-size: 0.875rem;
  }
  .p-top-service .service {
    grid-template-columns: 1fr;
    margin: 60px 0 0;
  }
  .p-top-service .service__link {
    grid-template-rows: 1fr auto;
    height: 280px;
    padding: 20px;
  }
  .p-top-service .service__title {
    font-size: 1.5rem;
  }
}
.p-top-news .news {
  border-bottom: 1px solid #9E9E9E;
}
.p-top-news .news__item {
  border-top: 1px solid #9E9E9E;
}
.p-top-news .news__link {
  display: grid;
  grid-template-columns: auto 160px 1fr;
  align-items: center;
  gap: 20px;
  padding: 25px;
  transition: background-color 0.3s;
}
.p-top-news .news__link.is-hover {
  background: #f7f7f7;
}
.p-top-news .news__date {
  font-size: 1.125rem;
}
.p-top-news .news__category {
  display: grid;
  place-content: center;
  height: 40px;
  font-size: 0.9375rem;
  text-align: center;
  border: 1px solid #707070;
  border-radius: 100px;
}
.p-top-news .news__title {
  font-size: 1.125rem;
}

@media only screen and (max-width: 767.98px) {
  .p-top-news .news__link {
    grid-template-columns: auto 1fr;
    gap: 10px 15px;
    padding: 20px 0;
  }
  .p-top-news .news__date {
    font-size: 0.875rem;
  }
  .p-top-news .news__category {
    max-width: 140px;
    height: 25px;
    font-size: 0.75rem;
  }
  .p-top-news .news__title {
    grid-column: 1/3;
    font-size: 0.875rem;
  }
}
.p-top-recruit {
  display: grid;
  grid-template-columns: 1fr 500px;
  margin: 0 -20px;
}
.p-top-recruit__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-recruit__textGroup {
  padding: 50px 20px;
  background: #26AE38;
}
.p-top-recruit .text {
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 767.98px) {
  .p-top-recruit {
    display: block;
  }
  .p-top-recruit__image img {
    height: auto;
  }
  .p-top-recruit__textGroup {
    padding: 40px 20px;
  }
}
/*---------------------------------------------------------------------------
お知らせ(一覧)
---------------------------------------------------------------------------*/
.p-news .article-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 50px max(4.5%, 20px);
}
.p-news .article__thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
}
.p-news .article__thumbnail::before {
  content: "";
  display: block;
  padding-top: 71.4285714286%;
}
.p-news .article__thumbnail img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.p-news .article__thumbnail img {
  transition: -webkit-transform 0.8s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.17, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.17, 0.84, 0.44, 1);
}
.p-news .article__textgroup {
  margin: 30px 0 0;
}
.p-news .article__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-news .article__date {
  font-size: 1.125rem;
}
.p-news .article__category {
  display: grid;
  place-content: center;
  width: 160px;
  height: 40px;
  font-size: 1rem;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #000;
}
.p-news .article__title {
  margin: 15px 0 0;
  font-size: 1.5rem;
}
.p-news .article__text {
  margin: 15px 0 0;
  font-size: 1rem;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.p-news .article__link.is-hover .article__thumbnail img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media only screen and (max-width: 767.98px) {
  .p-news .article-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 10px;
  }
  .p-news .article__link {
    position: relative;
  }
  .p-news .article__textgroup {
    margin: 15px 0 0;
  }
  .p-news .article__meta {
    display: block;
  }
  .p-news .article__date {
    font-size: 0.75rem;
  }
  .p-news .article__category {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 120px;
    height: 25px;
    font-size: 0.75rem;
  }
  .p-news .article__title {
    margin: 5px 0 0;
    font-size: 0.875rem;
  }
  .p-news .article__text {
    margin: 5px 0 0;
    font-size: 0.875rem;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
/*---------------------------------------------------------------------------
お知らせ(詳細)
---------------------------------------------------------------------------*/
.p-news-single {
  display: grid;
  grid-template-columns: 240px 1fr;
}
.p-news-single__main {
  grid-area: 1/2/2/3;
}
.p-news-single__sub {
  grid-area: 1/1/2/2;
}
.p-news-single__head {
  margin: 0 0 40px;
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.p-news-single__body {
  max-width: 1000px;
}
.p-news-single__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
}
.p-news-single .date {
  font-size: 1.125rem;
}
.p-news-single .category {
  display: grid;
  place-content: center;
  width: 160px;
  height: 40px;
  font-size: 1rem;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #000;
}
.p-news-single .title {
  font-size: 1.875rem;
}
.p-news-single .backnumber {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-news-single .backnumber + .backnumber {
  margin: 40px 0 0;
}
.p-news-single .backnumber__title {
  margin: 0 0 20px;
  padding: 0 20px 20px 0;
  font-size: 1.25rem;
  font-weight: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.p-news-single .backnumber__list {
  display: grid;
  gap: 10px;
  font-size: 1.25rem;
}

@media only screen and (max-width: 767.98px) {
  .p-news-single {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .p-news-single__main {
    grid-area: 1/1/2/2;
  }
  .p-news-single__sub {
    grid-area: 2/1/3/2;
    margin: 0 -20px;
    padding: 40px 20px;
    background: #efefef;
  }
  .p-news-single__head {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  .p-news-single__meta {
    align-items: flex-end;
    margin: 0 0 15px;
  }
  .p-news-single .date {
    font-size: 0.875rem;
  }
  .p-news-single .category {
    width: 120px;
    height: 30px;
    font-size: 0.75rem;
  }
  .p-news-single .title {
    font-size: 1.25rem;
  }
  .p-news-single .backnumber {
    width: 100%;
  }
  .p-news-single .backnumber + .backnumber {
    margin: 40px 0 0;
  }
  .p-news-single .backnumber__title {
    margin: 0px 0 10px;
    padding: 0 0 10px 0;
    font-size: 1rem;
  }
  .p-news-single .backnumber__list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px 0;
    font-size: 1rem;
  }
  .p-news-single .backnumber__list a {
    display: grid;
    place-content: center;
  }
}
/*---------------------------------------------------------------------------
お問い合わせ
---------------------------------------------------------------------------*/
.p-contact-head .title {
  margin: 0 0 50px;
  font-size: 1.875rem;
  text-align: center;
}
.p-contact-head .occupation__name {
  margin: 0 0 40px;
  font-size: 1.5625rem;
  letter-spacing: 0.2em;
  text-align: center;
}

@media only screen and (max-width: 767.98px) {
  .p-contact-head .title {
    margin: 0 0 30px;
    font-size: 1.5rem;
  }
  .p-contact-head .occupation__name {
    margin: 0 0 20px;
    font-size: 1.25rem;
  }
}
.p-contact-form {
  border-top: 1px solid rgba(112, 112, 112, 0.5);
  /*contactform7アラートメッセージ*/
  /*contactform7ローダー*/
  /*複数ファイルアップロード*/
}
.p-contact-form__foot {
  margin: 45px 0 0;
  text-align: center;
}
.p-contact-form input[type=text], .p-contact-form input[type=email], .p-contact-form input[type=tel], .p-contact-form textarea {
  padding: 15px;
  border: 1px solid #707070;
}
.p-contact-form input[type=text], .p-contact-form input[type=email], .p-contact-form input[type=tel] {
  height: 60px;
}
.p-contact-form textarea {
  min-height: 200px;
}
.p-contact-form input[type=file] {
  border: 1px solid #999;
  padding: 10px;
  border-radius: 3px;
}
.p-contact-form input[type=file].is-active {
  background: #efefef;
  border-color: #ffc107;
}
.p-contact-form .row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}
.p-contact-form .row__sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: none;
  width: 300px;
  padding: 20px 30px;
}
.p-contact-form .row__main {
  width: 100%;
  padding: 20px 0;
}
.p-contact-form .req {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 27px;
  font-size: 0.875rem;
  color: #fff;
  background: #1CA0CB;
  border-radius: 5px;
}
.p-contact-form .field_short {
  max-width: 350px;
}
.p-contact-form .send input {
  width: 300px;
  height: 70px;
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  font-weight: bold;
  color: #fff;
  background-image: linear-gradient(to right, #1CA0CB 0%, #26AE38 33.33%, #1CA0CB 66.66%, #26AE38 100%);
  background-size: 300% auto;
  background-position: right center;
}
.p-contact-form .send input:hover {
  -webkit-animation: grad 1.5s cubic-bezier(0.42, 0, 0.13, 1.02) forwards;
          animation: grad 1.5s cubic-bezier(0.42, 0, 0.13, 1.02) forwards;
}
.p-contact-form .privacy-policy {
  margin: 20px 0 0;
  font-size: 0.875rem;
}
.p-contact-form .privacy-policy a.is-hover {
  text-decoration: underline;
}
.p-contact-form .wpcf7-not-valid-tip {
  margin: 10px 0 0;
  font-size: 0.875rem;
}
.p-contact-form .wpcf7-spinner {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  transition-delay: 0.4s;
}
.p-contact-form .wpcf7-spinner::before {
  content: "";
  position: static;
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: -0.125em;
  background-color: transparent;
  border: 5px solid #ffc107;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.p-contact-form div.wpcf7-response-output {
  margin: 20px 0 0 !important;
  font-size: 14px;
}
.p-contact-form form.submitting .wpcf7-spinner {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.p-contact-form .codedropz-upload-handler {
  transition: 0.2s;
}
.p-contact-form .codedropz-upload-handler.codedropz-dragover {
  background: rgba(28, 160, 203, 0.1);
}
.p-contact-form .codedropz-upload-inner > span {
  font-size: 0.9em;
}
.p-contact-form .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #707070;
  border-radius: 5px;
}

@media only screen and (max-width: 767.98px) {
  .p-contact-form__foot {
    margin: 20px 0 0;
  }
  .p-contact-form input[type=text], .p-contact-form input[type=email], .p-contact-form input[type=tel], .p-contact-form textarea {
    padding: 15px;
  }
  .p-contact-form input[type=text], .p-contact-form input[type=email], .p-contact-form input[type=tel] {
    height: 50px;
  }
  .p-contact-form textarea {
    min-height: 250px;
  }
  .p-contact-form .row {
    display: block;
  }
  .p-contact-form .row__sub {
    width: 100%;
    padding: 20px 0 0;
  }
  .p-contact-form .row__main {
    width: 100%;
    padding: 10px 0 20px;
  }
  .p-contact-form .label {
    font-size: 0.875rem;
  }
  .p-contact-form .req {
    width: 45px;
    height: 22px;
    font-size: 0.75rem;
  }
  .p-contact-form .field_short {
    max-width: 100%;
  }
  .p-contact-form .send input {
    width: 280px;
    height: 60px;
    font-size: 1rem;
  }
}
/**/
/*---------------------------------------------------------------------------
ラジオボタン
---------------------------------------------------------------------------*/
.p-contact-form .wpcf7-list-item {
  margin: 0 30px 0 0;
}
.p-contact-form .wpcf7-list-item-label {
  position: relative;
  display: block;
  padding-left: 25px;
  line-height: 1;
}
.p-contact-form .wpcf7-list-item-label::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #666;
  box-sizing: border-box;
  border-radius: 50%;
}
.p-contact-form .wpcf7-list-item-label::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
}
.p-contact-form input[type=radio]:checked ~ .wpcf7-list-item-label:before {
  border: 1px solid #000;
}
.p-contact-form input[type=radio]:checked ~ .wpcf7-list-item-label:after {
  background: #000;
}
.p-contact-form input[type=radio]:focus-visible ~ .wpcf7-list-item-label:before {
  border: 5px solid #ffc107;
  box-shadow: 0 0 0 0.5rem rgba(255, 193, 7, 0.5);
}
@media only screen and (max-width: 767.98px) {
  .p-contact-form .wpcf7-list-item {
    margin: 0 25px 15px 0;
  }
  .p-contact-form .wpcf7-list-item-label {
    padding-left: 25px;
    font-size: 0.875rem;
  }
  .p-contact-form .wpcf7-list-item-label::before {
    width: 15px;
    height: 15px;
  }
  .p-contact-form .wpcf7-list-item-label::after {
    width: 15px;
    height: 15px;
  }
}
/*---------------------------------------------------------------------------
チェックボックス（隣接セレクタ）
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
チェックボックス（間接セレクタ）
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
プライバシーポリシー
---------------------------------------------------------------------------*/
.p-privacy-policy-tos {
  display: grid;
  gap: 50px;
}
.p-privacy-policy-tos dt {
  margin: 0 0 15px;
  font-size: 1.375rem;
  font-weight: bold;
  color: #1CA0CB;
}
.p-privacy-policy-tos dd P + p {
  margin: 1.5em 0 0;
}

@media only screen and (max-width: 767.98px) {
  .p-privacy-policy-tos {
    gap: 40px;
  }
  .p-privacy-policy-tos dt {
    margin: 0 0 10px;
    font-size: 1.125rem;
  }
}
/*---------------------------------------------------------------------------
下層ページ
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
製品一覧
---------------------------------------------------------------------------*/
.p-products {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
}
.p-products__sub {
  grid-area: 1/1/2/2;
}
.p-products__main {
  grid-area: 1/2/2/3;
}
.p-products__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--scroll-header-height) + 20px);
  transition: top 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
}

@media only screen and (max-width: 767.98px) {
  .p-products {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .p-products__sub {
    grid-area: 2/1/3/2;
  }
  .p-products__main {
    grid-area: 1/1/2/2;
  }
}
/*---------------------------------------------------------------------------
製品紹介（詳細）
---------------------------------------------------------------------------*/
.p-products-single {
  display: grid;
  grid-template-columns: auto minmax(670px, 1fr);
  gap: max(5%, 40px);
  padding: 0 max(5%, 40px) 0 0;
}
.p-products-single__main {
  padding: 60px 0 80px;
}
.p-products-single__inner {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--scroll-header-height) + 20px);
  transition: top 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
}
.p-products-single .category {
  display: grid;
  place-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100px;
  height: 28px;
  padding: 0 10px;
  font-size: 0.75rem;
  border: 1px solid #707070;
}
.p-products-single .title {
  margin: 20px 0 0;
  font-size: 2.1875rem;
}
.p-products-single .description {
  margin: 25px 0 0;
  font-size: 1rem;
  line-height: 2.2;
}
.p-products-single .details {
  display: grid;
  grid-template-columns: 180px 1fr;
  margin: 40px 0 0;
  border: 1px solid #707070;
}
.p-products-single .details dt {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.1);
}
.p-products-single .details dd {
  padding: 10px 20px;
}
.p-products-single .details dt, .p-products-single .details dd {
  border-top: 1px solid #707070;
}
.p-products-single .details dt:nth-child(1), .p-products-single .details dd:nth-child(2) {
  border: none;
}
.p-products-single .thumbnails {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 10px;
  margin: 30px 0 0;
}
.p-products-single .thumbnails__button {
  position: relative;
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.p-products-single .thumbnails__button::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-products-single .thumbnails__button img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media only screen and (max-width: 767.98px) {
  .p-products-single {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0;
  }
  .p-products-single__main {
    padding: 0 20px;
  }
  .p-products-single__inner {
    position: static;
    display: grid;
  }
  .p-products-single .images {
    display: flex;
    overflow-x: scroll;
    flex-flow: row nowrap;
    -webkit-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
  }
  .p-products-single .images__item {
    position: static;
    flex: none;
    width: 100%;
    scroll-snap-align: start;
  }
  .p-products-single .title {
    font-size: 1.5rem;
  }
  .p-products-single .description {
    margin: 15px 0 0;
    font-size: 0.875rem;
  }
  .p-products-single .details {
    grid-template-columns: 1fr;
    margin: 20px 0 0;
  }
  .p-products-single .details dt {
    padding: 10px;
  }
  .p-products-single .details dd {
    padding: 10px;
  }
  .p-products-single .thumbnails {
    grid-area: 1/1/2/2;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 20px;
  }
}
/*---------------------------------------------------------------------------
会社案内
---------------------------------------------------------------------------*/
.p-company-about dl {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 20px;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.p-company-about dl:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.p-company-about dt {
  font-size: 1.25rem;
}
.p-company-about dd {
  font-size: 1.125rem;
}

@media only screen and (max-width: 767.98px) {
  .p-company-about dl {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 20px 0;
  }
  .p-company-about dt {
    font-size: 1rem;
  }
  .p-company-about dd {
    font-size: 0.875rem;
  }
}
.p-company-map {
  padding: 0 0 0 max((100% - 1400px) / 2, 20px);
}

@media only screen and (max-width: 767.98px) {
  .p-company-map {
    padding: 0;
  }
}
.p-company-history {
  padding: 130px 0;
  background: rgba(0, 0, 0, 0.1);
}
.p-company-history .history {
  position: relative;
  display: grid;
  gap: 30px;
}
.p-company-history .history::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 240px;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.p-company-history .history__item {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
}
.p-company-history .history__year {
  font-size: 2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "游明朝体", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}
.p-company-history .history__year span {
  position: relative;
  display: block;
  width: 100%;
}
.p-company-history .history__year span::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10px;
  width: 20px;
  height: 20px;
  background: #1CA0CB;
  border-radius: 50%;
}
.p-company-history .history__contents {
  display: grid;
  grid-template-columns: 1fr 270px;
  gap: 20px;
}
.p-company-history .history__text {
  font-size: 1.125rem;
}
body.is-company .c-title-secondary {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--scroll-header-height) + 20px);
  transition: top 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
}

@media (min-width: 767.98px) and (max-width: 1300px) {
  .p-company-history .history__contents {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-company-history {
    padding: 80px 0;
  }
  .p-company-history .history {
    gap: 20px;
  }
  .p-company-history .history::before {
    left: 120px;
  }
  .p-company-history .history__item {
    grid-template-columns: 120px 1fr;
    gap: 20px;
  }
  .p-company-history .history__year {
    font-size: 1.125rem;
  }
  .p-company-history .history__year span::after {
    right: -7px;
    width: 14px;
    height: 14px;
  }
  .p-company-history .history__contents {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .p-company-history .history__text {
    font-size: 0.875rem;
  }
}
/*---------------------------------------------------------------------------
製品製作の流れ
---------------------------------------------------------------------------*/
.p-manufacturing-process {
  margin: 0 0 130px;
  padding: 130px 0;
  background: rgba(28, 160, 203, 0.5);
}
.p-manufacturing-process .title {
  font-size: 1.875rem;
  text-align: center;
}
.p-manufacturing-process .text {
  margin: 60px 0 0;
  font-size: 1.5625rem;
  line-height: 2.2;
  text-align: center;
}
.p-manufacturing-process .step-list {
  position: relative;
  display: grid;
  gap: 100px;
  margin: 100px 0 0;
  padding: 0 100px 0 0;
}
.p-manufacturing-process .step {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 40px 40px 40px 0;
  background: #fff;
  opacity: 0;
}
.p-manufacturing-process .step::before {
  position: absolute;
  display: block;
  content: "";
  top: -100px;
  left: 75px;
  width: 8px;
  height: 0;
  background: #fff;
  transition: height 0.4s linear;
}
.p-manufacturing-process .step[data-scroll=onScreen] {
  opacity: 1;
  transition: ease-in-out 0.6s;
}
.p-manufacturing-process .step[data-scroll=onScreen]::before {
  height: 100px;
}
.p-manufacturing-process .step:first-child::before {
  display: none;
}
.p-manufacturing-process .step__head {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 160px;
}
.p-manufacturing-process .step__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  grid-template-rows: auto 1fr;
  align-items: flex-start;
  gap: 20px 40px;
}
.p-manufacturing-process .step__number {
  font-size: 5rem;
  font-family: bebas-kai;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #1CA0CB;
}
.p-manufacturing-process .step__title {
  grid-area: 1/1/2/2;
  font-size: 1.5625rem;
}
.p-manufacturing-process .step__text {
  grid-area: 2/1/3/2;
  font-size: 1.0625rem;
  line-height: 2.2;
}
.p-manufacturing-process .step__image {
  grid-area: 1/2/3/3;
  display: grid;
  align-items: flex-end;
  margin: 0 -100px -65px 0;
}
.p-manufacturing-process .note {
  margin: 170px 0 0;
  padding: 40px 100px;
  background: #fff;
  border: 3px solid #1CA0CB;
}
.p-manufacturing-process .note__title {
  margin: 0 0 10px;
  font-size: 1.25rem;
  color: #1CA0CB;
}
.p-manufacturing-process .note__text {
  font-size: 1.25rem;
}

@media only screen and (max-width: 767.98px) {
  .p-manufacturing-process {
    margin: 0 0 60px;
    padding: 60px 0;
  }
  .p-manufacturing-process .title {
    font-size: 1.25rem;
  }
  .p-manufacturing-process .text {
    margin: 20px 0 0;
    font-size: 0.875rem;
  }
  .p-manufacturing-process .step-list {
    gap: 60px;
    margin: 40px 0 0;
    padding: 0;
  }
  .p-manufacturing-process .step {
    padding: 25px 20px 20px 0;
  }
  .p-manufacturing-process .step::before {
    top: -60px;
    left: 37px;
    width: 3px;
  }
  .p-manufacturing-process .step[data-scroll=onScreen] {
    opacity: 1;
    transition: ease-in-out 0.4s;
  }
  .p-manufacturing-process .step[data-scroll=onScreen]::before {
    height: 60px;
  }
  .p-manufacturing-process .step__head {
    width: 80px;
  }
  .p-manufacturing-process .step__body {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: initial;
    gap: 15px;
  }
  .p-manufacturing-process .step__number {
    font-size: 3.125rem;
  }
  .p-manufacturing-process .step__title {
    grid-area: 1/1/2/2;
    padding: 10px 0 0;
    font-size: 1.25rem;
    letter-spacing: 0.2em;
  }
  .p-manufacturing-process .step__text {
    grid-area: 2/1/3/2;
    font-size: 0.875rem;
  }
  .p-manufacturing-process .step__image {
    grid-area: 3/1/4/2;
    margin: 0 -40px -40px 0;
  }
  .p-manufacturing-process .note {
    margin: 40px 0 0;
    padding: 20px;
    border-width: 2px;
  }
  .p-manufacturing-process .note__title {
    font-size: 1rem;
  }
  .p-manufacturing-process .note__text {
    font-size: 0.875rem;
  }
}
/*---------------------------------------------------------------------------
設備一覧
---------------------------------------------------------------------------*/
.p-equipment-machine .equipment-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.p-equipment-machine .equipment__image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding: 10px;
  text-align: center;
}
.p-equipment-machine .equipment__image img {
  flex: none;
  max-height: 100%;
}
.p-equipment-machine .equipment__title {
  margin: 15px 0 0;
  font-size: 1.125rem;
  text-align: center;
}
.p-equipment-machine .equipment__detail dl {
  display: grid;
  grid-template-columns: 120px 1fr;
  border: 1px solid #707070;
  border-bottom: none;
}
.p-equipment-machine .equipment__detail dl:first-child {
  margin: 15px 0 0;
}
.p-equipment-machine .equipment__detail dl:last-child {
  border-bottom: 1px solid #707070;
}
.p-equipment-machine .equipment__detail dt {
  padding: 15px;
  background: rgba(28, 160, 203, 0.1);
}
.p-equipment-machine .equipment__detail dd {
  padding: 15px;
}

@media only screen and (max-width: 767.98px) {
  .p-equipment-machine .equipment-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .p-equipment-machine .equipment__image {
    height: inherit;
    padding: 0;
  }
  .p-equipment-machine .equipment__image img {
    max-height: inherit;
  }
  .p-equipment-machine .equipment__title {
    margin: 15px 0 0;
    font-size: 1rem;
  }
  .p-equipment-machine .equipment__detail dl {
    grid-template-columns: 90px 1fr;
  }
  .p-equipment-machine .equipment__detail dt {
    padding: 10px;
  }
  .p-equipment-machine .equipment__detail dd {
    padding: 10px;
  }
}
/*---------------------------------------------------------------------------
採用情報
---------------------------------------------------------------------------*/
.p-recruit__section + .p-recruit__section {
  margin: 130px 0 0;
}
.p-recruit__job + .p-recruit__job {
  margin: 80px 0 0;
}
.p-recruit .title {
  margin: 0 0 40px;
  font-size: 1.5625rem;
  letter-spacing: 0.2em;
  text-align: center;
}
.p-recruit .detail {
  font-size: 1.125rem;
  line-height: 2.2;
}
.p-recruit .detail tr {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.p-recruit .detail tr:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.p-recruit .detail th {
  width: 200px;
  padding: 20px;
  background: rgba(28, 160, 203, 0.1);
}
.p-recruit .detail td {
  padding: 20px;
}

@media only screen and (max-width: 767.98px) {
  .p-recruit__section + .p-recruit__section {
    margin: 80px 0 0;
  }
  .p-recruit__job + .p-recruit__job {
    margin: 40px 0 0;
  }
  .p-recruit .title {
    margin: 0 0 20px;
    font-size: 1.25rem;
  }
  .p-recruit table, .p-recruit tbody, .p-recruit thead, .p-recruit tr, .p-recruit th, .p-recruit td {
    display: block;
    width: 100%;
  }
  .p-recruit .detail {
    font-size: 0.875rem;
    line-height: 2;
  }
  .p-recruit .detail th {
    width: 100%;
    padding: 10px;
  }
  .p-recruit .detail td {
    padding: 10px;
  }
}
/*---------------------------------------------------------------------------
数字で見る中央製作所
---------------------------------------------------------------------------*/
.p-recruit-top-message__inner {
  display: grid;
  grid-template-columns: 1fr 46%;
  gap: 40px;
}
.p-recruit-top-message__textgroup {
  display: flex;
  flex-direction: column;
  grid-area: 1/1/2/2;
}
.p-recruit-top-message__textgroup p:last-of-type {
  margin: auto 0 0;
  text-align: right;
}
.p-recruit-top-message .title {
  margin: 0 0 30px;
  font-size: 1.875rem;
  line-height: 1.6;
}
.p-recruit-top-message .text {
  font-size: 1.125rem;
  line-height: 2.2;
}

@media only screen and (max-width: 767.98px) {
  .p-recruit-top-message__inner {
    display: block;
  }
  .p-recruit-top-message__textgroup {
    margin: 20px 0 0;
  }
  .p-recruit-top-message__textgroup p:last-of-type {
    margin: 20px 0 0;
  }
  .p-recruit-top-message .title {
    margin: 0 0 15px;
    font-size: 1.125rem;
  }
  .p-recruit-top-message .text {
    font-size: 0.875rem;
  }
}
.p-recruit-top-pickup .pickup-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px min(6%, 80px);
  max-width: 980px;
  margin: 0 auto;
}
.p-recruit-top-pickup .pickup {
  padding: 0 20px 40px;
  background: rgba(28, 160, 203, 0.1);
}
.p-recruit-top-pickup .pickup__icon {
  display: grid;
  place-content: center;
  height: 220px;
}
.p-recruit-top-pickup .pickup__title {
  margin: 0 0 15px;
  font-size: 1.5625rem;
  color: #1CA0CB;
  text-align: center;
}
.p-recruit-top-pickup .pickup__text {
  font-size: 1.25rem;
}
.p-recruit-top-pickup .pickup__text strong {
  font-size: 2em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media (min-width: 767.98px) and (max-width: 1080px) {
  .p-recruit-top-pickup .pickup-list {
    gap: 20px;
  }
  .p-recruit-top-pickup .pickup {
    padding: 0 20px 20px;
  }
  .p-recruit-top-pickup .pickup__icon {
    height: 200px;
  }
  .p-recruit-top-pickup .pickup__title {
    font-size: 1.25rem;
  }
  .p-recruit-top-pickup .pickup__text {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-recruit-top-pickup .pickup-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px 10px;
  }
  .p-recruit-top-pickup .pickup {
    padding: 0 20px 20px;
  }
  .p-recruit-top-pickup .pickup__icon {
    height: 120px;
  }
  .p-recruit-top-pickup .pickup__icon img {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  .p-recruit-top-pickup .pickup__title {
    font-size: 1.125rem;
  }
  .p-recruit-top-pickup .pickup__text {
    font-size: 0.875rem;
  }
}
.p-recruit-top-welfare .welfare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 min(7%, 100px);
}
.p-recruit-top-welfare .welfare__item {
  position: relative;
}
.p-recruit-top-welfare .welfare__category {
  position: absolute;
  top: -30px;
  left: -30px;
  display: grid;
  place-content: center;
  width: 260px;
  height: 60px;
  font-size: 1.5625rem;
  color: #1CA0CB;
  background: #fff;
  border: 1px solid #1CA0CB;
}
.p-recruit-top-welfare .welfare__text {
  margin: 15px 0 0;
  font-size: 1.125rem;
}

@media (min-width: 767.98px) and (max-width: 1460px) {
  .p-recruit-top-welfare .welfare__category {
    top: -20px;
    left: -20px;
  }
  .p-recruit-top-welfare .welfare__text {
    margin: 15px 0 0;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-recruit-top-welfare .welfare {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }
  .p-recruit-top-welfare .welfare__category {
    top: -20px;
    left: -20px;
    width: 200px;
    height: 40px;
    font-size: 1rem;
  }
  .p-recruit-top-welfare .welfare__text {
    margin: 15px 0 0;
    font-size: 0.875rem;
  }
}
/*---------------------------------------------------------------------------
下層ページ
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
ユーティリティ
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
余白
---------------------------------------------------------------------------*/
/*pc用余白クラス*/
.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mt-105 {
  margin-top: 105px !important;
}

.u-mt-110 {
  margin-top: 110px !important;
}

.u-mt-115 {
  margin-top: 115px !important;
}

.u-mt-120 {
  margin-top: 120px !important;
}

.u-mt-125 {
  margin-top: 125px !important;
}

.u-mt-130 {
  margin-top: 130px !important;
}

.u-mt-135 {
  margin-top: 135px !important;
}

.u-mt-140 {
  margin-top: 140px !important;
}

.u-mt-145 {
  margin-top: 145px !important;
}

.u-mt-150 {
  margin-top: 150px !important;
}

.u-mt-155 {
  margin-top: 155px !important;
}

.u-mt-160 {
  margin-top: 160px !important;
}

.u-mt-165 {
  margin-top: 165px !important;
}

.u-mt-170 {
  margin-top: 170px !important;
}

.u-mt-175 {
  margin-top: 175px !important;
}

.u-mt-180 {
  margin-top: 180px !important;
}

.u-mt-185 {
  margin-top: 185px !important;
}

.u-mt-190 {
  margin-top: 190px !important;
}

.u-mt-195 {
  margin-top: 195px !important;
}

.u-mt-200 {
  margin-top: 200px !important;
}

.u-mt-205 {
  margin-top: 205px !important;
}

.u-mt-210 {
  margin-top: 210px !important;
}

.u-mt-215 {
  margin-top: 215px !important;
}

.u-mt-220 {
  margin-top: 220px !important;
}

.u-mt-225 {
  margin-top: 225px !important;
}

.u-mt-230 {
  margin-top: 230px !important;
}

.u-mt-235 {
  margin-top: 235px !important;
}

.u-mt-240 {
  margin-top: 240px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-mb-105 {
  margin-bottom: 105px !important;
}

.u-mb-110 {
  margin-bottom: 110px !important;
}

.u-mb-115 {
  margin-bottom: 115px !important;
}

.u-mb-120 {
  margin-bottom: 120px !important;
}

.u-mb-125 {
  margin-bottom: 125px !important;
}

.u-mb-130 {
  margin-bottom: 130px !important;
}

.u-mb-135 {
  margin-bottom: 135px !important;
}

.u-mb-140 {
  margin-bottom: 140px !important;
}

.u-mb-145 {
  margin-bottom: 145px !important;
}

.u-mb-150 {
  margin-bottom: 150px !important;
}

.u-mb-155 {
  margin-bottom: 155px !important;
}

.u-mb-160 {
  margin-bottom: 160px !important;
}

.u-mb-165 {
  margin-bottom: 165px !important;
}

.u-mb-170 {
  margin-bottom: 170px !important;
}

.u-mb-175 {
  margin-bottom: 175px !important;
}

.u-mb-180 {
  margin-bottom: 180px !important;
}

.u-mb-185 {
  margin-bottom: 185px !important;
}

.u-mb-190 {
  margin-bottom: 190px !important;
}

.u-mb-195 {
  margin-bottom: 195px !important;
}

.u-mb-200 {
  margin-bottom: 200px !important;
}

.u-mb-205 {
  margin-bottom: 205px !important;
}

.u-mb-210 {
  margin-bottom: 210px !important;
}

.u-mb-215 {
  margin-bottom: 215px !important;
}

.u-mb-220 {
  margin-bottom: 220px !important;
}

.u-mb-225 {
  margin-bottom: 225px !important;
}

.u-mb-230 {
  margin-bottom: 230px !important;
}

.u-mb-235 {
  margin-bottom: 235px !important;
}

.u-mb-240 {
  margin-bottom: 240px !important;
}

.u-my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.u-my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.u-my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.u-my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.u-my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.u-my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.u-my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u-my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.u-my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.u-my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.u-my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.u-my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.u-my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.u-my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.u-my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.u-my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.u-my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.u-my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.u-my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.u-my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.u-my-105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

.u-my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.u-my-115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

.u-my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.u-my-125 {
  margin-top: 125px !important;
  margin-bottom: 125px !important;
}

.u-my-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

.u-my-135 {
  margin-top: 135px !important;
  margin-bottom: 135px !important;
}

.u-my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

.u-my-145 {
  margin-top: 145px !important;
  margin-bottom: 145px !important;
}

.u-my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.u-my-155 {
  margin-top: 155px !important;
  margin-bottom: 155px !important;
}

.u-my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.u-my-165 {
  margin-top: 165px !important;
  margin-bottom: 165px !important;
}

.u-my-170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important;
}

.u-my-175 {
  margin-top: 175px !important;
  margin-bottom: 175px !important;
}

.u-my-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

.u-my-185 {
  margin-top: 185px !important;
  margin-bottom: 185px !important;
}

.u-my-190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important;
}

.u-my-195 {
  margin-top: 195px !important;
  margin-bottom: 195px !important;
}

.u-my-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.u-my-205 {
  margin-top: 205px !important;
  margin-bottom: 205px !important;
}

.u-my-210 {
  margin-top: 210px !important;
  margin-bottom: 210px !important;
}

.u-my-215 {
  margin-top: 215px !important;
  margin-bottom: 215px !important;
}

.u-my-220 {
  margin-top: 220px !important;
  margin-bottom: 220px !important;
}

.u-my-225 {
  margin-top: 225px !important;
  margin-bottom: 225px !important;
}

.u-my-230 {
  margin-top: 230px !important;
  margin-bottom: 230px !important;
}

.u-my-235 {
  margin-top: 235px !important;
  margin-bottom: 235px !important;
}

.u-my-240 {
  margin-top: 240px !important;
  margin-bottom: 240px !important;
}

/*sp用余白クラス*/
@media only screen and (max-width: 767.98px) {
  .u-mt-0-sp {
    margin-top: 0px !important;
  }
  .u-mt-5-sp {
    margin-top: 5px !important;
  }
  .u-mt-10-sp {
    margin-top: 10px !important;
  }
  .u-mt-15-sp {
    margin-top: 15px !important;
  }
  .u-mt-20-sp {
    margin-top: 20px !important;
  }
  .u-mt-25-sp {
    margin-top: 25px !important;
  }
  .u-mt-30-sp {
    margin-top: 30px !important;
  }
  .u-mt-35-sp {
    margin-top: 35px !important;
  }
  .u-mt-40-sp {
    margin-top: 40px !important;
  }
  .u-mt-45-sp {
    margin-top: 45px !important;
  }
  .u-mt-50-sp {
    margin-top: 50px !important;
  }
  .u-mt-55-sp {
    margin-top: 55px !important;
  }
  .u-mt-60-sp {
    margin-top: 60px !important;
  }
  .u-mt-65-sp {
    margin-top: 65px !important;
  }
  .u-mt-70-sp {
    margin-top: 70px !important;
  }
  .u-mt-75-sp {
    margin-top: 75px !important;
  }
  .u-mt-80-sp {
    margin-top: 80px !important;
  }
  .u-mt-85-sp {
    margin-top: 85px !important;
  }
  .u-mt-90-sp {
    margin-top: 90px !important;
  }
  .u-mt-95-sp {
    margin-top: 95px !important;
  }
  .u-mt-100-sp {
    margin-top: 100px !important;
  }
  .u-mt-105-sp {
    margin-top: 105px !important;
  }
  .u-mt-110-sp {
    margin-top: 110px !important;
  }
  .u-mt-115-sp {
    margin-top: 115px !important;
  }
  .u-mt-120-sp {
    margin-top: 120px !important;
  }
  .u-mt-125-sp {
    margin-top: 125px !important;
  }
  .u-mt-130-sp {
    margin-top: 130px !important;
  }
  .u-mt-135-sp {
    margin-top: 135px !important;
  }
  .u-mt-140-sp {
    margin-top: 140px !important;
  }
  .u-mt-145-sp {
    margin-top: 145px !important;
  }
  .u-mt-150-sp {
    margin-top: 150px !important;
  }
  .u-mt-155-sp {
    margin-top: 155px !important;
  }
  .u-mt-160-sp {
    margin-top: 160px !important;
  }
  .u-mt-165-sp {
    margin-top: 165px !important;
  }
  .u-mt-170-sp {
    margin-top: 170px !important;
  }
  .u-mt-175-sp {
    margin-top: 175px !important;
  }
  .u-mt-180-sp {
    margin-top: 180px !important;
  }
  .u-mt-185-sp {
    margin-top: 185px !important;
  }
  .u-mt-190-sp {
    margin-top: 190px !important;
  }
  .u-mt-195-sp {
    margin-top: 195px !important;
  }
  .u-mt-200-sp {
    margin-top: 200px !important;
  }
  .u-mt-205-sp {
    margin-top: 205px !important;
  }
  .u-mt-210-sp {
    margin-top: 210px !important;
  }
  .u-mt-215-sp {
    margin-top: 215px !important;
  }
  .u-mt-220-sp {
    margin-top: 220px !important;
  }
  .u-mt-225-sp {
    margin-top: 225px !important;
  }
  .u-mt-230-sp {
    margin-top: 230px !important;
  }
  .u-mt-235-sp {
    margin-top: 235px !important;
  }
  .u-mt-240-sp {
    margin-top: 240px !important;
  }
  .u-mb-0-sp {
    margin-bottom: 0px !important;
  }
  .u-mb-5-sp {
    margin-bottom: 5px !important;
  }
  .u-mb-10-sp {
    margin-bottom: 10px !important;
  }
  .u-mb-15-sp {
    margin-bottom: 15px !important;
  }
  .u-mb-20-sp {
    margin-bottom: 20px !important;
  }
  .u-mb-25-sp {
    margin-bottom: 25px !important;
  }
  .u-mb-30-sp {
    margin-bottom: 30px !important;
  }
  .u-mb-35-sp {
    margin-bottom: 35px !important;
  }
  .u-mb-40-sp {
    margin-bottom: 40px !important;
  }
  .u-mb-45-sp {
    margin-bottom: 45px !important;
  }
  .u-mb-50-sp {
    margin-bottom: 50px !important;
  }
  .u-mb-55-sp {
    margin-bottom: 55px !important;
  }
  .u-mb-60-sp {
    margin-bottom: 60px !important;
  }
  .u-mb-65-sp {
    margin-bottom: 65px !important;
  }
  .u-mb-70-sp {
    margin-bottom: 70px !important;
  }
  .u-mb-75-sp {
    margin-bottom: 75px !important;
  }
  .u-mb-80-sp {
    margin-bottom: 80px !important;
  }
  .u-mb-85-sp {
    margin-bottom: 85px !important;
  }
  .u-mb-90-sp {
    margin-bottom: 90px !important;
  }
  .u-mb-95-sp {
    margin-bottom: 95px !important;
  }
  .u-mb-100-sp {
    margin-bottom: 100px !important;
  }
  .u-mb-105-sp {
    margin-bottom: 105px !important;
  }
  .u-mb-110-sp {
    margin-bottom: 110px !important;
  }
  .u-mb-115-sp {
    margin-bottom: 115px !important;
  }
  .u-mb-120-sp {
    margin-bottom: 120px !important;
  }
  .u-mb-125-sp {
    margin-bottom: 125px !important;
  }
  .u-mb-130-sp {
    margin-bottom: 130px !important;
  }
  .u-mb-135-sp {
    margin-bottom: 135px !important;
  }
  .u-mb-140-sp {
    margin-bottom: 140px !important;
  }
  .u-mb-145-sp {
    margin-bottom: 145px !important;
  }
  .u-mb-150-sp {
    margin-bottom: 150px !important;
  }
  .u-mb-155-sp {
    margin-bottom: 155px !important;
  }
  .u-mb-160-sp {
    margin-bottom: 160px !important;
  }
  .u-mb-165-sp {
    margin-bottom: 165px !important;
  }
  .u-mb-170-sp {
    margin-bottom: 170px !important;
  }
  .u-mb-175-sp {
    margin-bottom: 175px !important;
  }
  .u-mb-180-sp {
    margin-bottom: 180px !important;
  }
  .u-mb-185-sp {
    margin-bottom: 185px !important;
  }
  .u-mb-190-sp {
    margin-bottom: 190px !important;
  }
  .u-mb-195-sp {
    margin-bottom: 195px !important;
  }
  .u-mb-200-sp {
    margin-bottom: 200px !important;
  }
  .u-mb-205-sp {
    margin-bottom: 205px !important;
  }
  .u-mb-210-sp {
    margin-bottom: 210px !important;
  }
  .u-mb-215-sp {
    margin-bottom: 215px !important;
  }
  .u-mb-220-sp {
    margin-bottom: 220px !important;
  }
  .u-mb-225-sp {
    margin-bottom: 225px !important;
  }
  .u-mb-230-sp {
    margin-bottom: 230px !important;
  }
  .u-mb-235-sp {
    margin-bottom: 235px !important;
  }
  .u-mb-240-sp {
    margin-bottom: 240px !important;
  }
  .u-my-0-sp {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .u-my-5-sp {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .u-my-10-sp {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .u-my-15-sp {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .u-my-20-sp {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .u-my-25-sp {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .u-my-30-sp {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .u-my-35-sp {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .u-my-40-sp {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .u-my-45-sp {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .u-my-50-sp {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .u-my-55-sp {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .u-my-60-sp {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .u-my-65-sp {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .u-my-70-sp {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .u-my-75-sp {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .u-my-80-sp {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .u-my-85-sp {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .u-my-90-sp {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .u-my-95-sp {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .u-my-100-sp {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .u-my-105-sp {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  .u-my-110-sp {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .u-my-115-sp {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  .u-my-120-sp {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .u-my-125-sp {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  .u-my-130-sp {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .u-my-135-sp {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }
  .u-my-140-sp {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .u-my-145-sp {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }
  .u-my-150-sp {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .u-my-155-sp {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }
  .u-my-160-sp {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .u-my-165-sp {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }
  .u-my-170-sp {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .u-my-175-sp {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }
  .u-my-180-sp {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .u-my-185-sp {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }
  .u-my-190-sp {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .u-my-195-sp {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }
  .u-my-200-sp {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .u-my-205-sp {
    margin-top: 205px !important;
    margin-bottom: 205px !important;
  }
  .u-my-210-sp {
    margin-top: 210px !important;
    margin-bottom: 210px !important;
  }
  .u-my-215-sp {
    margin-top: 215px !important;
    margin-bottom: 215px !important;
  }
  .u-my-220-sp {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .u-my-225-sp {
    margin-top: 225px !important;
    margin-bottom: 225px !important;
  }
  .u-my-230-sp {
    margin-top: 230px !important;
    margin-bottom: 230px !important;
  }
  .u-my-235-sp {
    margin-top: 235px !important;
    margin-bottom: 235px !important;
  }
  .u-my-240-sp {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
}
/*---------------------------------------------------------------------------
センター揃え
---------------------------------------------------------------------------*/
.u-wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: content-box;
}

.u-wrap-1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: content-box;
}

.u-wrap-1400 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: content-box;
}

/*---------------------------------------------------------------------------
文字構え
---------------------------------------------------------------------------*/
.u-center {
  text-align: center !important;
}
.u-center th, .u-center td {
  text-align: center !important;
}

.u-right {
  text-align: right !important;
}
.u-right th, .u-right td {
  text-align: right !important;
}

.u-left {
  text-align: left !important;
}
.u-left th, .u-left td {
  text-align: left !important;
}

.u-indent {
  text-indent: -1em;
  margin-left: 1em;
}

.u-indent-witdhIcon {
  position: relative;
  padding-left: 1em;
}
.u-indent-witdhIcon::before {
  content: attr(data-icon);
  left: 0;
  position: absolute;
}

.u-indent_15-witdhIcon {
  position: relative;
  padding-left: 1.5em;
}
.u-indent_15-witdhIcon::before {
  content: attr(data-icon);
  left: 0;
  position: absolute;
}

.u-indent-list-witdhIcon > li {
  position: relative;
  padding-left: 1em;
}
.u-indent-list-witdhIcon > li::before {
  content: attr(data-icon);
  left: 0;
  position: absolute;
}

.u-indent-list_15-witdhIcon > li {
  position: relative;
  padding-left: 1.5em;
}
.u-indent-list_15-witdhIcon > li::before {
  content: attr(data-icon);
  left: 0;
  position: absolute;
}

/*---------------------------------------------------------------------------
フォント
---------------------------------------------------------------------------*/
.u-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "游明朝体", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}

.u-gothic {
  font-family: gothic;
}

.u-italic {
  font-style: italic;
}

.u-bold {
  font-weight: bold !important;
}

.u-normal {
  font-weight: normal !important;
}

/*---------------------------------------------------------------------------
リストスタイル
---------------------------------------------------------------------------*/
.u-list-decimal {
  list-style-type: decimal;
  padding: 0 0 0 1em;
}

/*---------------------------------------------------------------------------
リンク
---------------------------------------------------------------------------*/
.u-link {
  color: blue;
  text-decoration: underline;
}

/*---------------------------------------------------------------------------
グーグルマップ
---------------------------------------------------------------------------*/
.u-googlemap iframe {
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .u-googlemap iframe {
    height: 300px;
  }
}
/*---------------------------------------------------------------------------
youtube
---------------------------------------------------------------------------*/
.u-youtube-wrap {
  position: relative;
  width: 100%;
}
.u-youtube-wrap::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.u-youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  vertical-align: bottom;
}

/*---------------------------------------------------------------------------
アニメーションボーダー
---------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .u-borderAnime {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: var(--spacing) 0;
  }
  .u-borderAnime::after {
    position: absolute;
    display: block;
    content: "";
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #000;
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .u-borderAnime-trigger.is-hover .u-borderAnime::after, .u-borderAnime-trigger.is-out .u-borderAnime::after {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
/*---------------------------------------------------------------------------
スケルトンスクリーン
---------------------------------------------------------------------------*/
.u-skeleton {
  background: #d9d9d9;
  position: relative;
  overflow: hidden;
}
.u-skeleton::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: skeleton-animation 1.2s linear infinite;
          animation: skeleton-animation 1.2s linear infinite;
}

@-webkit-keyframes skeleton-animation {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes skeleton-animation {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
/*---------------------------------------------------------------------------
グラデーション
---------------------------------------------------------------------------*/
.u-bg-grad {
  background-image: linear-gradient(to right, #1CA0CB 0%, #26AE38 33.33%, #1CA0CB 66.66%, #26AE38 100%);
  background-size: 300% auto;
  background-position: right center;
}
.u-bg-grad.is-hover, .u-bg-grad.is-out {
  -webkit-animation: grad 1.5s cubic-bezier(0.42, 0, 0.13, 1.02);
          animation: grad 1.5s cubic-bezier(0.42, 0, 0.13, 1.02);
}

@-webkit-keyframes grad {
  0% {
    background-position: right center;
  }
  100% {
    background-position: left center;
  }
}

@keyframes grad {
  0% {
    background-position: right center;
  }
  100% {
    background-position: left center;
  }
}