@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v6.1.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Poppins:ital,wght@0,400;0,500;0,700;1,600&display=swap");
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

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

/* 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;
  line-height: 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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 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;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

select {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  font-size: clamp(14px, 24 / 1000 * 100 * 1vw, 16px);
  word-break: break-all;
}
@media screen and (min-width: 1000px) {
  body {
    font-size: 16px;
  }
}

main {
  overflow: hidden;
}

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

.wrapper {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1000px) {
  .wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.wrapper-s {
  display: block;
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1000px) {
  .wrapper-s {
    padding-left: 0px;
    padding-right: 0px;
  }
}

dt {
  font-weight: initial;
}

@media screen and (min-width: 768px) {
  [data-display=sp] {
    display: none !important;
  }
}

[data-display=pc] {
  display: none !important;
}
@media screen and (min-width: 768px) {
  [data-display=pc] {
    display: initial !important;
  }
}

.sa {
  opacity: 0;
  transition: all 0.8s ease;
}
.sa.inline {
  display: inline;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-100px, 0);
}
.sa--rl {
  transform: translate(100px, 0);
}
.sa--up {
  transform: translate(0, 100px);
}
.sa--down {
  transform: translate(0, -100px);
}
.sa--scaleUp {
  transform: scale(0.5);
}
.sa--scaleDown {
  transform: scale(1.5);
}
.sa--rotateL {
  transform: rotate(180deg);
}
.sa--rotateR {
  transform: rotate(-180deg);
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.headline-lv1, .headline-lv1--center {
  font-size: 3rem;
  color: #26346E;
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (min-width: 1000px) {
  .headline-lv1, .headline-lv1--center {
    font-size: 4.5rem;
  }
}
.headline-lv1::before, .headline-lv1--center::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}
.headline-lv1::after, .headline-lv1--center::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}
.headline-lv1.white, .white.headline-lv1--center {
  color: #fff;
}
.headline-lv1--center {
  text-align: center;
}
.headline-lv1--center.white {
  color: #fff;
}
.headline-lv1 .sub-ttl, .headline-lv1--center .sub-ttl {
  font-family: "DINPro", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  color: #CC0000;
	letter-spacing: 0.03em;
}
@media screen and (min-width: 1000px) {
  .headline-lv1 .sub-ttl, .headline-lv1--center .sub-ttl {
    font-size: 2.6rem;
  }
}
.headline-lv1 small, .headline-lv1--center small {
  font-size: 1.4rem;
  display: block;
}
@media screen and (min-width: 1000px) {
  .headline-lv1 small, .headline-lv1--center small {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .headline-lv1 small, .headline-lv1--center small {
    display: inline;
  }
}
.headline-lv2 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #26346E;
  margin-bottom: 1.5em;
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  .headline-lv2 {
    font-size: 3rem;
  }
}
.headline-lv2::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.headline-lv2::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.headline-lv2 > * {
  position: relative;
  padding-left: 0.5em;
  border-left: 10px solid #CC0000;
}
.headline-lv2 > *::before {
  content: "　";
  border-left: 10px solid #26346E;
  position: absolute;
  left: -10px;
  bottom: 0;
  height: 50%;
}
.headline-lv3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #26346E;
  margin-bottom: 1.5em;
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  .headline-lv3 {
    font-size: 1.6rem;
  }
}
.headline-lv3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.headline-lv3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.headline-lv3 > * {
  position: relative;
  padding: 0 0 1em 0;
  border-bottom: 3px solid #26346E;
}
.headline-lv3 > *::before {
  content: "　";
  border-bottom: 3px solid #CC0000;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 150px;
}
.headline-cnt01__01, .headline-cnt01__02 {
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  color: #26346E;
  margin-bottom: 12px;
  font-size: 2.2rem;
}
.headline-cnt01__01::before, .headline-cnt01__02::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}
.headline-cnt01__01::after, .headline-cnt01__02::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}
@media screen and (min-width: 1000px) {
  .headline-cnt01__01, .headline-cnt01__02 {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1000px) {
  .headline-cnt01__01, .headline-cnt01__02 {
    font-size: 2.8rem;
  }
}
.headline-cnt01__01 .sub-ttl, .headline-cnt01__02 .sub-ttl {
  color: #CC0000;
  font-weight: 800;
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  .headline-cnt01__01 .sub-ttl, .headline-cnt01__02 .sub-ttl {
    font-size: 1.4rem;
  }
}
.headline-cnt01__02 {
  text-align: center;
}
.headline-cnt01__02 h3 {
  display: inline-block;
  position: relative;
  padding-left: 1em;
  border-left: 10px solid #CC0000;
}
.headline-cnt01__02 h3::before {
  content: "　";
  border-left: 10px solid #26346E;
  position: absolute;
  left: -10px;
  bottom: 0;
  height: 50%;
}
.headline-cnt01__02 .sub-ttl {
  display: block;
}

.btn a {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  display: block;
  transition: 0.3s;
  padding: 1em 2em;
  font-size: 1.4rem;
  position: relative;
}
.btn a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1000px) {
  .btn a {
    font-size: 1.6rem;
  }
}
.btn--normal a {
  max-width: 350px;
}
.btn--small a {
  max-width: 230px;
}
.btn--full a {
  max-width: 100%;
}
.btn--blue a {
  background-color: #26346E;
  color: #Fff;
}
.btn--white a {
  background-color: #fff;
  color: #26346E;
}
.btn.center a {
  margin: 0 auto;
}

.icon__arrow span::after {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 2em;
  content: url(../img/common/icon_arrow_rw.png);
}

.btn--white.icon__arrow span::after {
  content: url(../img/common/icon_arrow_rb.png);
}

.form {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .form {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.form-input, .form-input--200, .form-input--400 {
  padding: 0.75em 1em;
  width: 100%;
  background: #fff;
}
.form-input::placeholder, .form-input--200::placeholder, .form-input--400::placeholder {
  color: #d2d2d2;
}
.form-input--400 {
  max-width: 400px;
}
.form-input--200 {
  max-width: 200px;
}
.form-select, .form-select--100, .form-select--400 {
  padding: 0.95em 1em;
  width: 100%;
}
.form-select::placeholder, .form-select--100::placeholder, .form-select--400::placeholder {
  color: rgba(173, 45, 45, 0.1647058824);
}
.form-select--400 {
  max-width: 400px;
}
.form-select--100 {
  max-width: 100px;
}
.form-select + .form-input, .form-select--400 + .form-input, .form-select--100 + .form-input, .form-select + .form-input--400, .form-select--400 + .form-input--400, .form-select--100 + .form-input--400, .form-select + .form-input--200, .form-select--400 + .form-input--200, .form-select--100 + .form-input--200 {
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .form-select + .form-input, .form-select--400 + .form-input, .form-select--100 + .form-input, .form-select + .form-input--400, .form-select--400 + .form-input--400, .form-select--100 + .form-input--400, .form-select + .form-input--200, .form-select--400 + .form-input--200, .form-select--100 + .form-input--200 {
    margin-top: 20px;
  }
}
.form-label--req {
  display: flex;
  flex-wrap: wrap;
}
.form-label--req::after {
  content: "必須";
  display: inline-block;
  font-size: clamp(10px, 18 / 1000 * 100 * 1vw, 12px);
  color: #fff;
  padding: 2px 15px;
  background-color: #CC0000;
  line-height: 2;
  margin-left: 1em;
}
@media screen and (min-width: 1000px) {
  .form-label--req::after {
    content: "必須";
    display: inline-block;
    font-size: clamp(10px, 18 / 1000 * 100 * 1vw, 12px);
    color: #fff;
    padding: 2px 15px;
    background-color: #CC0000;
    line-height: 2;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  .form-label--req::after {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  .form-label--req::after {
    font-size: 12px;
  }
}
.form-textarea {
  resize: none;
  width: 100%;
  height: 200px;
  padding: 0.5em 1em;
  background: #fff;
  font: inherit;
}
.form-textarea::placeholder {
  color: #d2d2d2;
}

.form-btn {
  position: relative;
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .form-btn {
    width: 350px;
  }
}
.form-btn input {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  display: block;
  transition: 0.3s;
  padding: 1em 2em;
  font-size: 1.4rem;
  position: relative;
  background-color: #fff;
  color: #26346E;
  width: 100%;
  max-width: 350px;
  border: 2px solid #26346E;
  margin: 0 auto;
}
.form-btn input:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1000px) {
  .form-btn input {
    font-size: 1.6rem;
  }
}
.form-btn::after {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 2em;
  content: url(../img/common/icon_arrow_rb.png);
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  margin: 2em 5em 0;
  text-align: center;
  color: #f00;
  padding: 0.5em 0;
}

.mwform-file-delete {
  display: none;
}

.form .error {
  color: #f00;
  display: block;
}

.lower-head {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  place-items: center;
  height: 240px;
  text-align: center;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .lower-head {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.lower-head::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.lower-head::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
.lower-head__inner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .lower-head__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1000px) {
  .lower-head__inner {
    gap: 20px;
  }
}
.lower-head .head-ttl__sub {
  font-size: 2rem;
  font-family: "DINPro";
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .lower-head .head-ttl__sub {
    font-size: 2.6rem;
  }
}
.lower-head .head-ttl__main {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 1000px) {
  .lower-head .head-ttl__main {
    font-size: 4.5rem;
  }
}
.lower-head .head-ttl__main::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}
.lower-head .head-ttl__main::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}

.about .lower-head, .company .lower-head{
  background-image: url("../img/about/img_about_mv01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service .lower-head {
  background-image: url("../img/service/img_service_mv01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service-detail .lower-head {
  background-image: url("../img/service/img_service_mv02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.technical .lower-head {
  background-image: url("../img/service/img_service_mv03.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.technical-detail .lower-head {
  background-image: url("../img/service/img_service_mv04.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.stock .lower-head {
  background-image: url("../img/service/img_service_mv05.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.seminar .lower-head {
  background-image: url("../img/seminar/img_seminar_mv01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.seminar-detail .lower-head {
  background-image: url("../img/seminar/img_seminar_mv02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tech_news .lower-head {
  background-image: url("../img/tech_news/img_technews_mv01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tech_news-detail .lower-head {
  background-image: url("../img/tech_news/img_technews_mv01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.news .lower-head {
  background-image: url("../img/news/img_news_mv01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.news-detail .lower-head {
  background-image: url("../img/news/img_news_mv01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.recruit .lower-head {
  background-image: url("../img/recruit/img_recruit_mv01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.recruit-detail .lower-head {
  background-image: url("../img/recruit/img_recruit_mv01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.contact .lower-head {
  background-image: url("../img/contact/img_contact_mv01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.entry .lower-head {
  background-image: url("../img/entry/img_entry_mv01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.privacy .lower-head {
  background-image: url("../img/privacy/img_privacy_mv01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cnt-content01 {
  position: relative;
  padding: 40px 0 30px;
}
@media screen and (min-width: 1000px) {
  .cnt-content01 {
    padding: 80px 0 30px;
  }
}
.cnt-content01::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/common/bg_cmn_gear05.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 150px;
  height: 185px;
}
@media screen and (min-width: 1000px) {
  .cnt-content01::before {
    background-size: cover;
    background-position: -74px -74px;
    width: 303px;
    height: 274px;
  }
}
.cnt-content01::after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 70px;
  background-image: url("../img/common/bg_cmn_gear06.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 150px;
  height: 185px;
}
@media screen and (min-width: 1000px) {
  .cnt-content01::after {
    background-size: cover;
    width: 196px;
    height: 234px;
  }
}
.cnt__squareCol {
  position: relative;
}
.cnt__squareCol::before, .cnt__squareCol .square__inner::before {
  content: "";
  display: inline-block;
  background-color: #26346E;
  height: 1px;
  width: 223px;
  position: absolute;
}
.cnt__squareCol::before {
  top: 20px;
  left: 0;
}
.cnt__squareCol .square__inner::before {
  right: 0;
  bottom: 20px;
}
.cnt__squareCol::after, .cnt__squareCol .square__inner::after {
  content: "";
  display: inline-block;
  background-color: #26346E;
  width: 1px;
  height: 106px;
  position: absolute;
}
.cnt__squareCol::after {
  top: 0;
  left: 20px;
}
.cnt__squareCol .square__inner::after {
  bottom: 0;
  right: 20px;
}
.cnt__squareCol .square__inner {
  padding: 3em 45px;
  text-align: center;
  line-height: 2.5;
}
@media screen and (min-width: 1000px) {
  .cnt__squareCol .square__inner {
    padding: 3em 50px;
  }
}

.bg__grid {
  background-image: linear-gradient(0deg, transparent 19px, #DDDDDD 20px), linear-gradient(90deg, transparent 19px, #DDDDDD 20px);
  background-size: 20px 20px;
}

.nav-header {
  display: none;
  padding-top: 1.5em;
}
@media screen and (min-width: 1000px) {
  .nav-header {
    display: block;
  }
}
.nav-header ul {
  display: flex;
  gap: 2em;
}
.nav-header ul li a {
  font-weight: 600;
  transition: 0.3s;
}
.nav-header ul li a:hover {
  opacity: 0.8;
}
.nav-headerCv {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
@media screen and (min-width: 1000px) {
  .nav-headerCv {
    display: block;
    right: 30px;
  }
}
.nav-headerCv ul {
  display: flex;
}
.nav-headerCv ul a {
  display: block;
  color: #fff;
  padding: 0.5em 2em;
  font-weight: 500;
  transition: 0.3s;
}
.nav-headerCv ul a:hover {
  opacity: 0.8;
}
.nav-headerCv ul .btn-head__tel {
  background-color: #26346E;
  font-family: "DINPro";
}
.nav-headerCv ul .btn-head__tel span::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../img/common/icon_tel.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  left: -8px;
  top: 4px;
}
.nav-headerCv ul .btn-head__mail {
  background-color: #CC0000;
}
.nav-headerCv ul .btn-head__mail span::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 19px;
  background-image: url("../img/common/icon_mail.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  left: -8px;
  top: 4px;
}

.btn-menu {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 50px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .btn-menu {
    display: none;
  }
}
.btn-menu__inner {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  transition: 0.3s;
}
.btn-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  transition: 0.3s;
}
.btn-menu::after {
  content: "MENU";
  display: block;
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "DIN Pro", "Noto Sans JP", sans-serif;
  line-height: 1;
  transition: 0.3s;
}

.home .btn-menu__inner, .home .btn-menu::before {
  background-color: #fff;
}
.home .btn-menu::after {
  color: #fff;
}

.nav-slide {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.nav-slide.open {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.nav-slide.open .nav-slide__inner {
  right: 0;
}
.nav-slide.open .nav-slide__overlay {
  display: block;
}
.nav-slide__inner {
  position: absolute;
  top: 0;
  right: -100vw;
  z-index: 12;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
  align-content: flex-start;
  background-color: rgba(255, 255, 255, 0.8);
  width: 80%;
  padding: 30px 20px;
  height: 100vh;
  margin-left: auto;
  transition: 0.4s;
  overflow-y: scroll;
  scrollbar-width: none;
}
.nav-slide__overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  opacity: 0.5;
  z-index: 11;
}
.nav-slide__close {
  display: flex;
  flex-wrap: wrap;
}
.nav-slide__close-icon {
  position: relative;
  width: 36px;
  height: 36px;
  margin-left: auto;
  cursor: pointer;
}
.nav-slide__close-icon:before, .nav-slide__close-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333333;
}
.nav-slide__close-icon::before {
  transform: rotate(-45deg);
}
.nav-slide__close-icon::after {
  transform: rotate(-135deg);
}
.nav-slide__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
  align-content: flex-start;
  width: 100%;
}
.nav-slide__list a {
  font-weight: 600;
  font-size: 1.6rem;
}
.nav-slide__list .btn-slide__tel {
  background-color: #26346E;
  font-family: "DINPro", "Noto Sans JP", sans-serif;
}
.nav-slide__list .btn-slide__tel span::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../img/common/icon_tel.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  left: -8px;
  top: 4px;
}
.nav-slide__list .btn-slide__mail {
  background-color: #CC0000;
}
.nav-slide__list .btn-slide__mail span::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 19px;
  background-image: url("../img/common/icon_mail.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  left: -8px;
  top: 4px;
}
.nav-slide__list.cnt-btn a {
  display: block;
  padding: 1.5em 2em;
  color: #fff;
}

.home .nav-header ul li a {
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.table-01, .table-02 {
  width: 100%;
}
.table-01 tr, .table-02 tr {
  border-bottom: solid 2px #eeeeee;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .table-01 tr, .table-02 tr {
    flex-direction: row;
  }
}
.table-01 th, .table-02 th {
  padding: 14px 23px 14px 10px;
  vertical-align: top;
  font-weight: 200;
  background-color: #26346E;
  color: #FFF;
}
@media screen and (min-width: 1000px) {
  .table-01 th, .table-02 th {
    padding: 28px 46px 28px 20px;
    width: 20%;
  }
}
.table-01 td, .table-02 td {
  padding: 20px 23px 40px;
  vertical-align: top;
  line-height: 2.5;
}
.table-01 td::before, .table-02 td::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.5) * 0.5em);
  content: "";
}
.table-01 td::after, .table-02 td::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.5) * 0.5em);
  content: "";
}
@media screen and (min-width: 1000px) {
  .table-01 td, .table-02 td {
    padding: 38px 56px;
    width: 80%;
  }
}
.table-02 {
  height: 100%;
}
.table-02 tr {
  border: solid 1px #eeeeee;
}
.table-02 th {
  padding: 10px 23px;
  line-height: 1.4;
}
.table-02 th::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}
.table-02 th::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}
@media screen and (min-width: 1000px) {
  .table-02 th {
    padding: 1em;
    width: 30%;
  }
}
.table-02 td {
  padding: 20px 23px 40px;
  line-height: 1.4;
}
.table-02 td::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}
.table-02 td::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}
@media screen and (min-width: 1000px) {
  .table-02 td {
    padding: 1em;
    width: 70%;
  }
}
.table-seminar {
  width: 1000px;
}
@media screen and (min-width: 1000px) {
  .table-seminar {
    width: 100%;
  }
}
.table-seminar tr {
  border-bottom: 2px solid #aaa;
}
.table-seminar tr:first-child {
  border-bottom: none;
  background-color: #26346E;
  color: #fff;
}
.table-seminar th {
  vertical-align: middle;
  padding: 1.5em 1em;
  text-align: center;
  font-weight: 100;
}
.table-seminar th.th-01 {
  width: 10%;
}
.table-seminar th.th-02 {
  width: 10%;
}
.table-seminar th.th-03 {
  width: 15%;
}
.table-seminar th.th-04 {
  width: 15%;
}
.table-seminar th.th-05 {
  width: 25%;
}
.table-seminar th.th-06 {
  width: 25%;
}
.table-seminar td {
  vertical-align: middle;
  padding: 1.5em 1em;
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  .table-seminar td {
    font-size: 1.4rem;
  }
}
.table-form {
  width: 100%;
}
.table-form tr {
  display: block;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .table-form tr {
    display: flex;
  }
}
.table-form th {
  width: 25%;
  display: block;
  width: 100%;
  padding: 20px 0 5px;
}
@media screen and (min-width: 1000px) {
  .table-form th {
    vertical-align: middle;
    display: inline-block;
    padding: 30px 15px 30px 0;
    width: 25%;
  }
}
.table-form td {
  display: block;
  width: 100%;
  padding: 5px 0 20px;
}
@media screen and (min-width: 1000px) {
  .table-form td {
    vertical-align: top;
    display: inline-block;
    padding: 30px 0 30px 15px;
    width: 75%;
  }
}

.text-regular {
  font-weight: 400;
}
.text-medium {
  font-weight: 500;
}
.text-bold {
  font-weight: 700;
}

.wp-pagination {
  display: grid;
  justify-content: center;
  padding: 50px 0 0px;
}
@media screen and (min-width: 1000px) {
  .wp-pagination {
    padding: 100px 0 0px;
  }
}
.wp-pagination ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
}
.wp-pagination ul.page-numbers li {
  margin: 10px 5px;
}
.wp-pagination ul.page-numbers li > a, .wp-pagination ul.page-numbers li > span {
  padding: 0.5em 1em;
  border: 1px solid #26346E;
  color: #26346E;
}
.wp-pagination ul.page-numbers span.current {
  background-color: #26346E;
  color: #fff;
}
.wp-pagination ul.page-numbers .next, .wp-pagination ul.page-numbers .prev {
  background-color: #fff;
  color: #26346E;
  border: none;
}

.footer-top {
  color: #fff;
  background-image: url("../img/common/bg_footer_top.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: grid;
  place-items: center;
  min-height: 370px;
}
.footer-top dt {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0px;
}
@media screen and (min-width: 1000px) {
  .footer-top dt {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .footer-top dt {
    margin-bottom: 10px;
  }
}
.footer-top dd {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  column-gap: 40px;
}
@media screen and (min-width: 768px) {
  .footer-top dd {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.footer-top dd .footer-cnt__tel {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .footer-top dd .footer-cnt__tel {
    text-align: right;
  }
}
.footer-top dd .footer-cnt__tel p {
  line-height: 1.4;
}
.footer-top dd .footer-cnt__tel p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}
.footer-top dd .footer-cnt__tel p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}
.footer-top dd .footer-cnt__tel .footer-tel a {
  font-size: 3.2rem;
  font-weight: 800;
  font-family: "DINPro", "Noto Sans JP";
}
@media screen and (min-width: 1000px) {
  .footer-top dd .footer-cnt__tel .footer-tel a {
    font-size: 4rem;
  }
}

@media screen and (min-width: 1000px){
  .footer-top dd .footer-cnt__tel .footer-tel a span::before {
    content: "";
    display: inline-block;
    width: 42px;
    height: 42px;
    background-image: url("../img/common/icon_tel.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    left: -4px;
    top: 8px;
  }
}

.footer-top dd .footer-cnt__tel .footer-tel a span::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/common/icon_tel.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  left: -4px;
  top: 4px;
}


.footer-top dd .footer-cnt__tel .footer-fax {
  font-size: 1.8rem;
  font-family: "DINPro",  "Noto Sans JP";
  padding-right: 10px;
  margin-top: 1.5em;
}
@media screen and (min-width: 1000px) {
  .footer-top dd .footer-cnt__tel .footer-fax {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .footer-top dd .footer-cnt__tel .footer-fax {
    margin-top: 0;
  }
}
.footer-top dd .footer-cnt__tel .footer-time {
  font-size: 1.4rem;
  padding-top: 0.5em;
  padding-right: 10px;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1000px) {
  .footer-top dd .footer-cnt__tel .footer-time {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1000px) {
  .footer-top dd .footer-cnt__tel .footer-time {
    margin-bottom: 0;
  }
}
.footer-top dd .footer-cnt__form {
  padding-top: 10px;
}
.footer-top dd .footer-cnt__form .footer-mailbtn a {
  transition: 0.3s;
  font-size: 1.8rem;
  display: block;
  padding: 1em 3em;
  background-color: #26346E;
  color: #fff;
}
.footer-top dd .footer-cnt__form .footer-mailbtn a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1000px) {
  .footer-top dd .footer-cnt__form .footer-mailbtn a {
    font-size: 2.2rem;
  }
}
.footer-top dd .footer-cnt__form .footer-mailbtn a span::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 23px;
  background-image: url("../img/common/icon_mail.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  left: -20px;
  top: 4px;
}
.footer-bottom {
  background-image: url("../img/common/bg_footer_bottom.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  padding: 35px 0 35px;
}
@media screen and (min-width: 1000px) {
  .footer-bottom {
    padding: 70px 0 140px;
  }
}
.footer-bottom__inner {
  padding: 0 40px;
}
@media screen and (min-width: 1000px) {
  .footer-bottom__inner {
    padding: 0;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
.footer-bottom__inner .footer-left {
  width: 200px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .footer-bottom__inner .footer-left {
    width: 350px;
  }
}
.footer-bottom__inner .footer-left .footer__txt {
  margin: 20px 0 40px;
}
@media screen and (min-width: 1000px) {
  .footer-bottom__inner .footer-left .footer__txt {
    margin: 20px 0 0;
  }
}
.footer-bottom__inner .footer-right {
  display: flex;
  gap: 0 50px;
}
@media screen and (min-width: 1000px) {
  .footer-bottom__inner .footer-right {
    width: calc(100% - 350px);
    justify-content: flex-end;
    gap: 0;
  }
}
.footer-bottom__inner .footer-right ul {
  margin: 0;
}
@media screen and (min-width: 1000px) {
  .footer-bottom__inner .footer-right ul {
    margin-left: 60px;
  }
}
.footer-bottom__inner .footer-right ul li {
  line-height: 4;
}
.footer-bottom__inner .footer-right ul li::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 4) * 0.5em);
  content: "";
}
.footer-bottom__inner .footer-right ul li::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 4) * 0.5em);
  content: "";
}
.footer-bottom__inner .footer-right ul li a {
  transition: 0.3s;
}
.footer-bottom__inner .footer-right ul li a:hover {
  opacity: 0.8;
}
.footer-copy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1000px) {
  .footer-copy {
    max-width: 1000px;
    font-size: 1.2rem;
    margin: 40px auto 0;
  }
}
.footer-copy ul {
  padding: 0 40px;
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  .footer-copy ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 25px;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.footer-copy ul li {
  line-height: 2;
}
.footer-copy ul li::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.footer-copy ul li::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
.footer-copy ul li:last-child {
  margin-top: 3em;
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width: 1000px) {
  .footer-copy ul li:last-child {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1000px) {
  .footer-copy ul li:last-child {
    margin-top: 0;
    text-align: left;
  }
}
.footer-copy ul li a {
  transition: 0.3s;
}
.footer-copy ul li a:hover {
  opacity: 0.8;
}

.header {
  width: 100%;
  z-index: 10;
}
.header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  position: relative;

}
@media screen and (min-width: 1000px) {
  .header__inner {
    padding: 30px 30px 15px 80px;
    margin: 0 auto;
  }
}
.header__left {
  width: auto;
  padding: 25px 10px 15px 15px;
}
@media screen and (min-width: 1000px) {
  .header__left {
    padding: 0;
  }
}
.header__left .header__logo {
  margin-top: -0.75em;
}
.header__left .header__logo a {
  width: 188px;
  height: 48px;
  display: block;
  background: url(../img/common/img_logo_b.png) no-repeat left top;
  background-size: contain !important;
}
@media screen and (min-width: 1000px) {
  .header__left .header__logo a {
    width: 228px;
    height: 48px;
  }
}
.header__left .header__logo span {
  display: none;
}
.header__right {
  display: block;
  width: 100%;
  order: 3;
}
@media screen and (min-width: 1000px) {
  .header__right {
    width: auto;
    order: 2;
  }
}

.home header {
  position: absolute;
}

.home header .header__logo a {
  background: url(../img/common/img_logo_w.png) no-repeat left top;
}

.top-keyvisual {
  position: relative;
  background-color: #26346E;
  z-index: 5;
  padding-left: 25px;
  padding-bottom: 25px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .top-keyvisual {
    padding-left: 50px;
    padding-bottom: 70px;
  }
}
.top-keyvisual .slider-keyvisual {
  display: none;
}
.top-keyvisual .slider-keyvisual.slick-initialized {
  display: block;
}
.top-keyvisual__inner {
  position: relative;
  overflow: hidden;
}
.top-keyvisual__inner .slider-keyvisual li {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .top-keyvisual__inner .slider-keyvisual li {
    width: calc(100vw - 50px);
  }
}
.top-keyvisual .slick-slide img {
 width: 100%;
}
.top-keyvisual__txt {
  position: absolute;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.8);
  padding: 0 40px 0 20px;
  left: 0;
  bottom: 15px;
}
.top-keyvisual__txt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}
.top-keyvisual__txt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}
@media only screen and (max-width: 768px) {
  .top-keyvisual__txt {
    left: 0;
    bottom: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1349px) {
  .top-keyvisual__txt {
    padding: 0;
    left: 50px;
    top: 42vw;
  }
}
@media only screen and (min-width: 1350px) {
  .top-keyvisual__txt {
    padding: 0;
    left: 50px;
    bottom: 30px;
  }
}
.top-keyvisual__txt p {
  font-size: 2.5rem;
  padding-left: 10px;
  letter-spacing: -0.1em;
}
@media screen and (min-width: 1000px) {
  .top-keyvisual__txt p {
    font-size: 5rem;
  }
}
.top-keyvisual__txt span {
  font-size: 1.4rem;
  font-family: "DINPro";
  font-weight: 600;
  display: block;
  margin-top: 1em;
}
@media screen and (min-width: 1000px) {
  .top-keyvisual__txt span {
    font-size: 2.2rem;
  }
}
.top-sec01 {
  padding: 35px 0 0;
}
@media screen and (min-width: 1000px) {
  .top-sec01 {
    padding: 70px 0 0;
  }
}
.top-sec01 dl {
  max-width: 650px;
  margin: 0 auto;
}
.top-sec01 dt {
  text-align: center;
}
.top-sec01 dt span {
  border-bottom: solid 2px #CC0000;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .top-sec01 dt span {
    font-size: 3rem;
  }
}

.top-sec01 dd {
  padding: 2em 0 4em;
  text-align: center;
}
.top-sec01 .aboutlink {
  padding-bottom: 30px;
  background-color: #EBEBEB;
}
@media screen and (min-width: 1000px) {
  .top-sec01 .aboutlink {
    padding-bottom: 60px;
    background: linear-gradient(180deg, #fff 0%, #fff 130px, #EBEBEB 130px, #EBEBEB 100%);
  }
}
.top-sec01 .aboutlink__inner {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1000px) {
  .top-sec01 .aboutlink__inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.top-sec01 .aboutlink__inner ul {
  padding: 30px 0 25px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 20px;
}
@media screen and (min-width: 1000px) {
  .top-sec01 .aboutlink__inner ul {
    padding: 0 0 50px;
  }
}
@media screen and (min-width: 768px) {
  .top-sec01 .aboutlink__inner ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1000px) {
  .top-sec01 .aboutlink__inner ul {
    gap: 0 40px;
  }
}
.top-sec01 .aboutlink__inner ul li a {
  transition: 0.3s;
}
.top-sec01 .aboutlink__inner ul li a:hover {
  opacity: 0.8;
}
.top-sec01 .aboutlink__inner ul li a figcaption {
  text-align: center;
  font-size: 1.4rem;
  padding: 1em 0;
  color: #26346E;
}
@media screen and (min-width: 1000px) {
  .top-sec01 .aboutlink__inner ul li a figcaption {
    font-size: 1.6rem;
  }
}
.top-sec01 .aboutlink__inner ul li a img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.connectionlink {
  background-color: #EBEBEB;
  padding: 0 0 40px;
}
@media screen and (min-width: 1000px) {
.connectionlink {
    padding: 0 0 60px;
  }
}
.connectionlink ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px 44px;
}
@media screen and (min-width: 768px) {
.connectionlink ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.connectionlink ul li a {
  display: block;
  width: 100%;
  height: 123px;
  background-color: #ccc;
  position: relative;
  font-family: "Noto Sans JP";
  color: #fff;
  font-size: 1.8rem;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
@media screen and (min-width: 1000px) {
.connectionlink ul li a {
    font-size: 2.4rem;
  }
}
.connectionlink ul li a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1000px) {
.connectionlink ul li a {
    max-width: 492px;
  }
}
.connectionlink ul li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 260px;
  height: 100%;
}
@media screen and (min-width: 1000px) {
.connectionlink ul li a span {
    max-width: 380px;
  }
}
.connectionlink ul li a::after {
  background-image: url("../img/common/icon_blank.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: calc(50% - 14px);
  right: 15px;
}
@media screen and (min-width: 1000px) {
.connectionlink ul li a::after {
    right: 45px;
  }
}
.connectionlink ul li.kojimente a {
  background-image: url("../img/top/bg_top_btn01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.connectionlink ul li.buhinkako a {
  background-image: url("../img/top/bg_top_btn02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.top-sec02 {
  background-image: url("../img/top/bg_top_service.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #26346E;
  background-position: top left 0;
}
.top-sec02 .service__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 0;
  place-items: center;
  color: #fff;
  padding: 60px 0;
}
.top-sec02 .service__inner p {
  margin-bottom: 2.6em;
}
@media screen and (min-width: 1000px) {
  .top-sec02 .service__inner {
    margin-right: calc(50% - 50vw);
    grid-template-columns: 1fr 2fr;
    padding: 120px 0;
    gap: 153px 50px;
  }
}
@media screen and (min-width: 1000px) {
  .top-sec02 .service__right {
    min-width: 850px;
  }
}
.top-sec02 .service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .top-sec02 .service-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.top-sec02 .service-list li {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1000px) {
  .top-sec02 .service-list li {
    min-width: 210px;
  }
}
.top-sec02 .service-list li a figure {
  position: relative;
}
.top-sec02 .service-list li a figure img {
  filter: brightness(50%);
}
.top-sec02 .service-list li a figure::after {
  display: inline-block;
  position: absolute;
  bottom: 18px;
  right: 14px;
  content: url(../img/common/icon_arrow_rw.png);
}
.top-sec02 .service-list li a figcaption {
  position: absolute;
  bottom: 14px;
  left: 16px;
  max-width: 90px;
}
@media screen and (min-width: 1000px) {
  .top-sec02 .service-list li a figcaption {
    max-width: 100%;
  }
}
.top-sec02 .service-list li a:hover img {
  filter: brightness(100%);
  transition: 1s;
}
.top-sec03 {
  background-color: #EBEBEB;
  padding: 45px 0 60px;
}
@media screen and (min-width: 1000px) {
  .top-sec03 {
    padding: 90px 0 120px;
  }
}
.top-sec03 .seminar__inner {
  position: relative;
  gap: 0 60px;
  display: grid;
  grid-template-columns: minmax(1fr, 1fr);
}
.top-sec03 .seminar__inner::before {
  content: url("../img/common/bg_cmn_gear01.png");
  position: absolute;
  z-index: 1;
  right: -105px;
  top: -45px;
}
@media screen and (min-width: 1000px) {
  .top-sec03 .seminar__inner::before {
    left: -205px;
    top: -90px;
  }
}
@media screen and (min-width: 1000px) {
  .top-sec03 .seminar__inner {
    grid-template-columns: 480px 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .top-sec03 .seminar__txt {
    order: 2;
    margin-top: -25px;
  }
}
.top-sec03 .seminar-about {
  padding: 20px 0 55px;
}
@media screen and (min-width: 1000px) {
  .top-sec03 .seminar-about {
    display: flex;
  }
}
.top-sec03 .seminar-about dt {
  margin-top: 40px;
  width: 70px;
  height: 40px;
  background-color: #CC0000;
  position: relative;
  margin-left: calc(50% - 35px);
}
@media screen and (min-width: 1000px) {
  .top-sec03 .seminar-about dt {
    width: 80px;
    height: 46px;
    margin-left: 0;
  }
}
.top-sec03 .seminar-about dt .label-txt {
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1.5;
  font-size: 1.2rem;
}
.top-sec03 .seminar-about dt .label-txt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.top-sec03 .seminar-about dt .label-txt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (min-width: 1000px) {
  .top-sec03 .seminar-about dt .label-txt {
    font-size: 1.5rem;
  }
}
.top-sec03 .seminar-about dt::before,
.top-sec03 .seminar-about dt::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #CC0000;
  z-index: 0;
}
.top-sec03 .seminar-about dt::before {
  transform: rotate(60deg);
}
.top-sec03 .seminar-about dt::after {
  transform: rotate(-60deg);
}
.top-sec03 .seminar-about dd {
  margin-left: 20px;
  margin-top: 35px;
}
.top-sec03 .seminar__image {
  display: flex;
  flex-wrap: wrap;
}
.top-sec03 .seminar__image figure {
  width: 50%;
}
.top-sec03 .seminar__image figure:first-child {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .top-sec03 .seminar__image {
    order: 1;
    z-index: 30;
  }
}
.top-sec03 .seminar-ttl {
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .top-sec03 .seminar-ttl {
    font-size: 3rem;
  }
}
.top-sec03 .seminar-ttl span {
  border-bottom: 2px solid #CC0000;
}
@media screen and (min-width: 1000px) {
  .top-sec03 .seminar-ttl span {
    padding-right: 0em;
  }
}
.top-sec03 .seminar-info {
  margin-top: 26px;
  margin-bottom: 20px;
  padding-top: 15px;
  background-color: #fff;
}
@media screen and (min-width: 1000px) {
  .top-sec03 .seminar-info {
    margin-bottom: 0;
  }
}
.top-sec03 .seminar-info .seminarinfo-ttl {
  color: #26346E;
  border: 2px solid #26346E;
  padding: 0.1em 3em;
  text-align: center;
  margin: 0 auto;
  max-width: 230px;
}
.top-sec03 .seminar-info dl {
  padding: 0.5em 0 0em;
}
.top-sec03 .seminar-info dl dt {
  border-bottom: dotted 2px #707070;
  margin: 0 20px;
  font-weight: 600;
  padding-bottom: 5px;
}
@media screen and (min-width: 1000px) {
  .top-sec03 .seminar-info dl dt {
    max-width: 340px;
    margin: 0 auto;
  }
}
.top-sec03 .seminar-info dl dd {
  max-width: 225px;
  margin: 0 auto;
  padding: 1em 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  .top-sec03 .seminar-info dl dd {
    font-size: 1.4rem;
  }
}
.top-sec03 .seminar-info .seminarinfo-more {
  background-color: #26346E;
}
.top-sec03 .seminar-info .seminarinfo-more a {
  text-align: center;
  display: block;
  color: #fff;
  position: relative;
  padding: 1em 0;
  transition: 0.3s;
}
.top-sec03 .seminar-info .seminarinfo-more a:hover {
  opacity: 0.8;
}
.top-sec03 .seminar-info .seminarinfo-more a span {
  margin-left: -1em;
}
.top-sec03 .seminar-info .seminarinfo-more a span:after {
  display: inline-block;
  position: relative;
  top: 2px;
  right: -1em;
  content: url(../img/common/icon_delta_w.png);
}
.top-sec04 {
  padding: 60px 0 15px;
}
@media screen and (min-width: 1000px) {
  .top-sec04 {
    padding: 120px 0 30px;
  }
}
.top-sec04 .top-news__container {
  position: relative;
  padding-bottom: 90px;
}
.top-sec04 .top-news__list {
  margin-top: 3em;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px 0;
}
@media screen and (min-width: 768px) {
  .top-sec04 .top-news__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.top-sec04 .top-news__list li {
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
}
.top-sec04 .top-news__list li a {
  display: block;
  border-left: 5px solid #26346E;
  padding: 0.5em 0 0.5em 1.5em;
  transition: 0.3s;
}
.top-sec04 .top-news__list li a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1000px) {
  .top-sec04 .top-news__list li a {
    display: grid;
    grid-template-columns: 100px 1fr;
    /* grid-template-columns: 250px 1fr; tsuika */
    /* align-items: center; tsuika */
  }
}
/* @media screen and (min-width: 1000px) {
  .top-sec04 .gijyutsu-news li a {
    display: grid;
    grid-template-columns: 100px 1fr;
  }
} */

.top-sec04 .top-news__list li a .post-date {
  font-size: 1.3rem;
  color: #26346E;
  display: block;
}



@media screen and (min-width: 1000px) {
  .top-sec04 .top-news__list li a .post-date {
    font-size: 1.5rem;
  }
}
.top-sec04 .top-news__list .new-post .post-ttl::before {
  border: 2px solid #CC0000;
  background-color: #CC0000;
  content: "NEW";
  font-family: "Bangla Sangam MN";
  padding: 1px 4px 0px;
  position: relative;
  left: 0;
  margin-right: 1em;
  line-height: 0;
  font-size: 1.1rem;
  color: #fff;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .top-sec04 .top-news__list .new-post .post-ttl::before {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1000px) {
  .top-sec04 .top-news__list .new-post .post-ttl::before {
    left: -1.5em;
    top: -2px;
  }
}
.top-sec04 .top-news__more {
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  .top-sec04 .top-news__more {
    position: absolute;
    right: 0;
    top: 75px;
    width: 230px;
    margin: 0;
  }
}
.top-sec05 {
  padding: 40px 0 60px;
  background-color: #26346E;
}
@media screen and (min-width: 1000px) {
  .top-sec05 {
    padding: 80px 0 120px;
  }
}
.top-sec05 .top-recruit__readtxt {
  text-align: center;
  color: #fff;
}
.top-sec05 .top-recruit__list {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  gap: 30px 0;
  margin: 25px 20px 20px;
  padding: 25px 20px;
  background-color: #fff;
  width: auto;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .top-sec05 .top-recruit__list {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 1000px) {
  .top-sec05 .top-recruit__list {
    width: 100%;
    margin: 50px auto 40px;
    padding: 45px 32px;
  }
}
@media screen and (min-width: 1000px) {
  .top-sec05 .top-recruit__list::before {
    content: url("../img/common/bg_cmn_gear04.png");
    position: absolute;
    z-index: 1;
    right: -210px;
    top: -510px;
    right: -210px;
    top: -510px;
  }
}
.top-sec05 .top-recruit__list dt {
  text-align: center;
  color: #26346E;
  margin-bottom: 1.5em;
  font-size: 1.8rem;
}
@media screen and (min-width: 1000px) {
  .top-sec05 .top-recruit__list dt {
    font-size: 2.4rem;
  }
}
.top-sec05 .top-recruit__list ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
.top-sec05 .top-recruit__list ul a {
  transition: 0.3s;
}
.top-sec05 .top-recruit__list ul a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .top-sec05 .top-recruit__list ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.top-sec05 .top-recruit__list ul figure {
  position: relative;
}
.top-sec05 .top-recruit__list ul figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(185, 185, 185, 0.8);
  padding: 5px 1em;
  font-size: 1.3rem;
  display: block;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .top-sec05 .top-recruit__list ul figure figcaption {
    font-size: 1.7rem;
  }
}

.about-sec02 {
  background-color: #EBEBEB;
  padding: 40px 0;
}
@media screen and (min-width: 1000px) {
  .about-sec02 {
    padding: 90px 0 190px;
  }
}
.about-sec02 .business__container {
  display: grid;
  gap: 30px 0;
}
@media screen and (min-width: 1000px) {
  .about-sec02 .business__container {
    gap: 60px 0;
  }
}
.about-sec02 .business__container .business__col {
  display: grid;
  padding: 23px;
  gap: 0 3em;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1000px) {
  .about-sec02 .business__container .business__col {
    grid-template-columns: 1fr 380px;
  }
}
.about-sec02 .business__container .business__col dl {
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .about-sec02 .business__container .business__col dl {
    padding: 30px 0 0 30px;
    margin-bottom: 0;
  }
}
.about-sec02 .business__container .business__col dt {
  font-weight: 500;
  color: #26346E;
  font-size: 2rem;
  display: inline-block;
  border-bottom: 2px solid #26346E;
  padding-bottom: 0.1em;
  padding-right: 0em;
  margin-bottom: 1em;
}
@media screen and (min-width: 1000px) {
  .about-sec02 .business__container .business__col dt {
    font-size: 2.8rem;
  }
}


.about-sec02 .business__container .business__col dt span {
  font-weight: 800;
  font-family: "DINPro", "Noto Sans JP", sans-serif;
	letter-spacing: 0.03em;
  font-size: 1.2rem;
  color: #CC0000;
  display: block;
}
@media screen and (min-width: 1000px) {
  .about-sec02 .business__container .business__col dt span {
    font-size: 1.4rem;
  }
}
.about-sec02 .business__container .business__col dd p {
  line-height: 2;
  font-size: 1.2rem;
}
.about-sec02 .business__container .business__col dd p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.about-sec02 .business__container .business__col dd p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (min-width: 1000px) {
  .about-sec02 .business__container .business__col dd p {
    font-size: 1.4rem;
  }
}
.about-sec02 .business__btn {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin: 20px auto 0;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .about-sec02 .business__btn {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1000px) {
  .about-sec02 .business__btn {
    max-width: 350px;
    margin: 95px auto 0;
  }
}
.about-sec03 {
  padding: 30px 0 60px;
}
@media screen and (min-width: 1000px) {
  .about-sec03 {
    padding: 60px 0 120px;
  }
}
.about-sec03 .maplink {
  display: inline-block;
  padding: 0 1em 0 2em;
}
.about-sec03 .maplink::after {
  font-display: swap;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f3c5";
  color: inherit;
  position: relative;
  right: -1em;
  text-decoration-line: none;
}
.about-sec03 .maplink a {
  text-decoration: underline;
}
.about-sec03 .authorization {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .about-sec03 .authorization {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1000px) {
  .about-sec03 .authorization {
    gap: 0 100px;
  }
}

.recruit-sec02 {
  padding: 60px 0 75px;
  background-color: #F4F4F4;
}
@media screen and (min-width: 1000px) {
  .recruit-sec02 {
    padding: 120px 0 150px;
  }
}
.recruit-sec02 .message__ttl {
  position: relative;
  padding-left: 0.5em;
  border-left: 10px solid #CC0000;
  color: #26346E;
  margin-bottom: 30px;
}
.recruit-sec02 .message__ttl::before {
  content: "　";
  border-left: 10px solid #26346E;
  position: absolute;
  left: -10px;
  bottom: 0;
  height: 50%;
}
.recruit-sec02 .message__ttl h3 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 1000px) {
  .recruit-sec02 .message__ttl h3 {
    font-size: 3rem;
  }
}
.recruit-sec02 .message__ttl h3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}
.recruit-sec02 .message__ttl h3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}
.recruit-sec02 .message__ttl span {
  display: block;
  color: #CC0000;
  font-size: 1.2rem;
  font-family: "DINPro",  "Noto Sans JP";
  font-weight: 800;
  margin-top: 0.5em;
}
@media screen and (min-width: 1000px) {
  .recruit-sec02 .message__ttl span {
    font-size: 1.4rem;
  }
}
.recruit-sec02 .message__txt dt {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .recruit-sec02 .message__txt dt {
    font-size: 2rem;
  }
}
.recruit-sec02 .message__txt dd p {
  margin-top: 2em;
}
.recruit__message {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0 50px;
}
@media screen and (min-width: 768px) {
  .recruit__message {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.recruit__message .message__txt {
  order: 2;
}
@media screen and (min-width: 1000px) {
  .recruit__message .message__txt {
    order: 1;
  }
}
.recruit__message .message__image {
  margin-bottom: 2em;
  order: 1;
}
@media screen and (min-width: 1000px) {
  .recruit__message .message__image {
    margin-top: 0;
    order: 2;
  }
}
.recruit__message .message__image figcaption {
  text-align: center;
}
.recruit-sec03 {
  padding: 60px 0 60px;
}
@media screen and (min-width: 1000px) {
  .recruit-sec03 {
    padding: 120px 0 120px;
  }
}
.recruit__list {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  gap: 30px 0;
  background-color: #fff;
}
@media screen and (min-width: 1000px) {
  .recruit__list {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.recruit__list dt {
  text-align: center;
  color: #26346E;
  margin-bottom: 1.5em;
  font-size: 1.8rem;
}
@media screen and (min-width: 1000px) {
  .recruit__list dt {
    font-size: 2.4rem;
  }
}
.recruit__list ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
.recruit__list ul a {
  transition: 0.3s;
}
.recruit__list ul a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .recruit__list ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.recruit__list ul figure {
  position: relative;
}
.recruit__list ul figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(185, 185, 185, 0.8);
  padding: 5px 1em;
  font-size: 1.3rem;
  display: block;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .recruit__list ul figure figcaption {
    font-size: 1.7rem;
  }
}

.recruit-detail-sec01 {
  padding: 35px 0 40px;
}
@media screen and (min-width: 1000px) {
  .recruit-detail-sec01 {
    padding: 70px 0 80px;
  }
}
.recruit-detail__ttl {
  color: #26346E;
  text-align: center;
  line-height: 1.4;
  margin-top: 25px;
}
.recruit-detail__ttl h3 > span {
  border-bottom: 2px solid #CC0000;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 1000px) {
  .recruit-detail__ttl h3 > span {
    font-size: 3rem;
  }
}
.recruit-detail__ttl h3 > span::before, .recruit-detail__ttl h3 > span::after {
  content: "";
  display: inline-block;
  width: 15px;
}
.recruit-detail__readTxt {
  padding: 0px 0 35px;
}
@media screen and (min-width: 1000px) {
  .recruit-detail__readTxt {
    padding: 0px 0 70px;
  }
}
.recruit-detail__readTxt dt {
  font-weight: 500;
}
.recruit-detail__readTxt dd {
  font-size: 1.2rem;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .recruit-detail__readTxt dd {
    font-size: 1.4rem;
  }
}
.recruit-detail__body {
  padding: 0px 0 35px;
}
@media screen and (min-width: 1000px) {
  .recruit-detail__body {
    padding: 0px 0 70px;
  }
}
.recruit-detail__body dt {
  font-weight: 500;
  color: #26346E;
}
.recruit-detail__body dt::before {
  content: "■";
  color: #CC0000;
}
.recruit-detail__body dd {
  font-size: 1.2rem;
  padding: 8px 0 15px;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .recruit-detail__body dd {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .recruit-detail__body dd {
    padding: 16px 0 30px;
  }
}
.recruit-detail-sec04 .notes li {
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  .recruit-detail-sec04 .notes li {
    font-size: 1.4rem;
  }
}
.recruit-detail-sec05 {
  padding: 35px 0 40px;
}
@media screen and (min-width: 1000px) {
  .recruit-detail-sec05 {
    padding: 70px 0 80px;
  }
}
.recruit-detail-sec06 {
  padding: 60px 0 60px;
  background-color: #F4F4F4;
}
@media screen and (min-width: 1000px) {
  .recruit-detail-sec06 {
    padding: 120px 0 120px;
  }
}
.recruit-detail-sec06 .recruit__list {
  background-color: #F4F4F4;
}

.service-sec01 {
  padding: 30px 0 60px;
}
@media screen and (min-width: 1000px) {
  .service-sec01 {
    padding: 60px 0 120px;
  }
}
.service-sec01 .product-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px 10px;
}
@media screen and (min-width: 768px) {
  .service-sec01 .product-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.service-sec01 .product__col {
  padding-bottom: 3em;
  border: 1px solid #ddd;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.service-sec01 .product__col a {
  transition: 0.3s;
}
.service-sec01 .product__col a:hover {
  opacity: 0.8;
}
.service-sec01 .product__col dl {
  padding: 15px;
}
.service-sec01 .product__col dl dt {
  font-size: 1.6rem;
  color: #26346E;
  text-align: center;
  margin: 1em 0 0.8em;
}
@media screen and (min-width: 1000px) {
  .service-sec01 .product__col dl dt {
    font-size: 1.8rem;
  }
}
.service-sec01 .product__col dl li {
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  .service-sec01 .product__col dl li {
    font-size: 1.4rem;
  }
}
.service-sec01 .product__col::after {
  content: "など";
  text-align: right;
  position: absolute;
  right: 25px;
  bottom: 20px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  .service-sec01 .product__col::after {
    font-size: 1.4rem;
  }
}

.serviceDetail-sec01 {
  padding: 30px 0 60px;
}
@media screen and (min-width: 1000px) {
  .serviceDetail-sec01 {
    padding: 60px 0 120px;
  }
}
.serviceDetail-sec01__inner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .serviceDetail-sec01__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.serviceDetail-sec01__inner .detail__list li {
  line-height: 4;
}
.serviceDetail-sec01__inner .detail__list li::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 4) * 0.5em);
  content: "";
}
.serviceDetail-sec01__inner .detail__list li::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 4) * 0.5em);
  content: "";
}
.serviceDetail-sec01__inner .detail__image {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .serviceDetail-sec01__inner .detail__image {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.serviceDetail-sec01__inner .detail__image img {
  width: 100%;
}
.serviceDetail-sec02 {
  padding: 60px 0 60px;
  background-color: #26346E;
}
@media screen and (min-width: 1000px) {
  .serviceDetail-sec02 {
    padding: 100px 0 120px;
  }
}
.serviceDetail-sec02 h4 {
  color: #fff;
  font-weight: 500;
  font-size: 2.4rem;
}
@media screen and (min-width: 1000px) {
  .serviceDetail-sec02 h4 {
    font-size: 3rem;
  }
}
.serviceDetail-sec02 ul {
  padding: 16px 0 0px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  place-content: center;
  gap: 24px;
}
@media screen and (min-width: 1000px) {
  .serviceDetail-sec02 ul {
    padding: 32px 0 0px;
  }
}
@media screen and (min-width: 768px) {
  .serviceDetail-sec02 ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.serviceDetail-sec02 ul li {
  display: grid;
  place-items: center;
  min-height: 60px;
  text-align: center;
  background-color: #fff;
  color: #26346E;
  font-size: 1.3rem;
  padding: 0.2em 1em;
}
@media screen and (min-width: 1000px) {
  .serviceDetail-sec02 ul li {
    font-size: 1.5rem;
  }
}
.serviceDetail-sec03 {
  padding: 60px 0 60px;
}
@media screen and (min-width: 1000px) {
  .serviceDetail-sec03 {
    padding: 120px 0 120px;
  }
}
.serviceDetail-sec03 .available__container {
  padding: 0px 0 50px;
  display: grid;
  gap: 60px 0;
}
@media screen and (min-width: 1000px) {
  .serviceDetail-sec03 .available__container {
    padding: 0px 0 100px;
  }
}
.serviceDetail-sec03 .available__col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 50px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 768px) {
  .serviceDetail-sec03 .available__col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1000px) {
  .serviceDetail-sec03 .available__col {
    grid-template-columns: 270px 1fr;
  }
}
.serviceDetail-sec03 .available__col figure {
  overflow: hidden;
  max-height: auto;
}
@media screen and (min-width: 1000px) {
  .serviceDetail-sec03 .available__col figure {
    max-height: 180px;
  }
}
.serviceDetail-sec03 .available__col figure img {
  width: 100%;
}
.serviceDetail-sec03 .available__txt ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.serviceDetail-sec03 .available__txt li {
  font-size: 1rem;
  border: 1px solid #26346E;
  padding: 1px 1em 3px;
  color: #26346E;
}
@media screen and (min-width: 1000px) {
  .serviceDetail-sec03 .available__txt li {
    font-size: 1rem;
  }
}
.serviceDetail-sec03 .available__txt dt {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 0.5em;
  color: #26346E;
}
@media screen and (min-width: 1000px) {
  .serviceDetail-sec03 .available__txt dt {
    font-size: 1.8rem;
  }
}
.serviceDetail-sec03 .available__txt dd {
  font-size: 1.2rem;
  margin-top: 0.5em;
}
@media screen and (min-width: 1000px) {
  .serviceDetail-sec03 .available__txt dd {
    font-size: 1.4rem;
  }
}

.technical-sec01 {
  padding: 35px 0 60px;
}
@media screen and (min-width: 1000px) {
  .technical-sec01 {
    padding: 70px 0 120px;
  }
}
.technical__search {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px 10px;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .technical__search {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.technical__search .search__btn a {
  display: grid;
  align-items: center;
  color: #26346E;
  border: 1px solid #26346E;
  padding: 0 1em;
  height: 45px;
  position: relative;
}
.technical__search .search__btn a::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #CC0000;
  top: calc(50% - 6px);
  right: 10px;
}
.technical__search .search__select {
  position: relative;
  height: 45px;
}
.technical__search .search__select select {
  width: 100%;
  color: #26346E;
  border: 1px solid #26346E;
  padding: 0.5em 1em;
  height: 45px;
  -webkit-appearance: none;
  appearance: none;
}
.technical__search .search__select::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #CC0000 transparent transparent transparent;
  top: calc(50% - 3px);
  right: 10px;
}
.technical__search .search__keyword {
  color: #26346E;
  position: relative;
}
.technical__search .search__keyword input {
  border: 1px solid #26346E;
  height: 45px;
  padding: 0 3em 0 1em;
  width: 100%;
}
.technical__search .search__keyword button {
  position: absolute;
  text-align: center;
  width: 50px;
  height: 45px;
  right: 0;
  top: 0;
}
.technical__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 18px;
}
@media screen and (min-width: 768px) {
  .technical__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1000px) {
  .technical__list {
    gap: 60px 36px;
  }
}
.technical__col a {
  transition: 0.3s;
}
.technical__col a:hover {
  opacity: 0.8;
}
.technical__col figure {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  max-height: 115px;
}
@media screen and (min-width: 1000px) {
  .technical__col figure {
    max-height: 165px;
  }
}
.technical__col figure figcaption {
  position: absolute;
  background-color: #CC0000;
  color: #fff;
  padding: 0.2em 1em;
  font-size: 1.2rem;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1000px) {
  .technical__col figure figcaption {
    font-size: 1.4rem;
  }
}
.technical__col ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.technical__col ul li {
  color: #26346E;
  border: 1px solid #26346E;
  text-align: center;
  padding: 1px 1em 3px;
  font-size: 1rem;
}
@media screen and (min-width: 1000px) {
  .technical__col ul li {
    font-size: 1rem;
  }
}
.technical__col p {
  font-weight: 500;
  color: #26346E;
}

.technicaldetail-sec01 {
  padding: 30px 0 55px;
}
@media screen and (min-width: 1000px) {
  .technicaldetail-sec01 {
    padding: 60px 0 110px;
  }
}
.technicaldetail__ttl {
  position: relative;
  padding-left: 0.5em;
  border-left: 10px solid #CC0000;
  color: #26346E;
  margin-bottom: 30px;
}
.technicaldetail__ttl::before {
  content: "　";
  border-left: 10px solid #26346E;
  position: absolute;
  left: -10px;
  bottom: 0;
  height: 50%;
}
.technicaldetail__ttl h2 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 1000px) {
  .technicaldetail__ttl h2 {
    font-size: 3rem;
  }
}
.technicaldetail__ttl h2::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}
.technicaldetail__ttl h2::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}
.technicaldetail__ttl ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  padding: 10px 0 5px;
}
.technicaldetail__ttl ul li {
  border: 1px solid #26346E;
  padding: 1px 1em 3px;
  font-size: 1rem;
}
@media screen and (min-width: 1000px) {
  .technicaldetail__ttl ul li {
    font-size: 1rem;
  }
}
.technicaldetail__head {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px 50px;
}
@media screen and (min-width: 768px) {
  .technicaldetail__head {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.technicaldetail__head figure {
  position: relative;
}
.technicaldetail__head figure figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #CC0000;
  color: #fff;
  padding: 0.2em 1em;
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  .technicaldetail__head figure figcaption {
    font-size: 1.4rem;
  }
}
.technicaldetail-sec02 {
  padding: 0px 0 50px;
}
@media screen and (min-width: 1000px) {
  .technicaldetail-sec02 {
    padding: 0px 0 100px;
  }
}
.technicaldetail-sec03 {
  padding: 0px 0 50px;
}
@media screen and (min-width: 1000px) {
  .technicaldetail-sec03 {
    padding: 0px 0 100px;
  }
}
.technicaldetail__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 20px;
}
@media screen and (min-width: 768px) {
  .technicaldetail__gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1000px) {
  .technicaldetail__gallery {
    gap: 35px 35px;
  }
}
.technicaldetail__gallery figure {
  position: relative;
}
.technicaldetail__gallery figure figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #CC0000;
  color: #fff;
  padding: 0.2em 1em;
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  .technicaldetail__gallery figure figcaption {
    font-size: 1.4rem;
  }
}
.technicaldetail-sec04 {
  padding: 0px 0 50px;
}
@media screen and (min-width: 1000px) {
  .technicaldetail-sec04 {
    padding: 0px 0 100px;
  }
}
.technicaldetail__example {
  padding: 0px 0 50px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}
@media screen and (min-width: 1000px) {
  .technicaldetail__example {
    padding: 0px 0 100px;
  }
}
@media screen and (min-width: 768px) {
  .technicaldetail__example {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1000px) {
  .technicaldetail__example {
    gap: 20px 35px;
  }
}
.technicaldetail__example .example__col a {
  transition: 0.3s;
}
.technicaldetail__example .example__col a:hover {
  opacity: 0.8;
}
.technicaldetail__example .example__col figure {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  max-height: 115px;
}
@media screen and (min-width: 1000px) {
  .technicaldetail__example .example__col figure {
    max-height: 165px;
  }
}
.technicaldetail__example .example__col figure figcaption {
  position: absolute;
  background-color: #CC0000;
  color: #fff;
  padding: 0.2em 1em;
  font-size: 1.2rem;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1000px) {
  .technicaldetail__example .example__col figure figcaption {
    font-size: 1.4rem;
  }
}
.technicaldetail__example .example__col ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.technicaldetail__example .example__col ul li {
  color: #26346E;
  border: 1px solid #26346E;
  text-align: center;
  padding: 1px 1em 3px;
  font-size: 1rem;
}
@media screen and (min-width: 1000px) {
  .technicaldetail__example .example__col ul li {
    font-size: 1rem;
  }
}
.technicaldetail__example .example__col p {
  font-weight: 500;
  color: #26346E;
}

.stock-sec01 {
  padding: 32px 0 60px;
}
@media screen and (min-width: 1000px) {
  .stock-sec01 {
    padding: 64px 0 120px;
  }
}
.stock__readTxt {
  padding: 0px 0 60px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .stock__readTxt {
    padding: 0px 0 120px;
  }
}
.stock__container {
  display: grid;
  gap: 30px 0;
}
@media screen and (min-width: 1000px) {
  .stock__container {
    gap: 60px 0;
  }
}
.stock__col {
  background-color: #F4F4F4;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  padding: 25px;
}
@media screen and (min-width: 1000px) {
  .stock__col {
    padding: 50px;
  }
}
.stock__ttl {
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .stock__ttl {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  .stock__pdf {
    width: 150px;
    height: 46px;
    margin-left: 20px;
    margin-top: -5px;
  }
}
.stock__pdf a {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  display: block;
  padding: 10px 20px;
  color: #26346E;
  position: relative;
  font-size: 1.3rem;
  transition: 0.3s;
}
@media screen and (min-width: 1000px) {
  .stock__pdf a {
    font-size: 1.5rem;
  }
}
.stock__pdf a:hover {
  opacity: 0.8;
}
.stock__pdf a::after {
  content: "";
  background-image: url("../img/service/icon_pdf.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 10px;
  top: calc(50% - 16px);
}
.stock__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px 10px;
}
@media screen and (min-width: 768px) {
  .stock__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.stock__list dt {
  font-weight: 500;
  color: #26346E;
  margin-bottom: 1em;
}
.stock__list dt::before {
  content: "■";
  color: #CC0000;
  padding-right: 0.25em;
}
.stock__list dd {
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  .stock__list dd {
    font-size: 1.4rem;
  }
}

.seminar-readTxt {
  padding: 0px 0 10px;
}
@media screen and (min-width: 1000px) {
  .seminar-readTxt {
    padding: 60px 0 60px;
  }
}
@media screen and (min-width: 1000px) {
  .seminar-readTxt {
    display: flex;
    justify-content: center;
  }
}
.seminar-readTxt dt {
  margin-top: 40px;
  width: 70px;
  height: 40px;
  background-color: #CC0000;
  position: relative;
  margin-left: calc(50% - 35px);
}
@media screen and (min-width: 1000px) {
  .seminar-readTxt dt {
    width: 80px;
    height: 46px;
    margin-top: 5px;
    margin-left: 0;
  }
}
.seminar-readTxt dt::before,
.seminar-readTxt dt::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #CC0000;
  z-index: 0;
}
.seminar-readTxt dt::before {
  transform: rotate(60deg);
}
.seminar-readTxt dt::after {
  transform: rotate(-60deg);
}
.seminar-readTxt .label-txt {
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1.5;
  font-size: 1.2rem;
}
.seminar-readTxt .label-txt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.seminar-readTxt .label-txt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (min-width: 1000px) {
  .seminar-readTxt .label-txt {
    font-size: 1.5rem;
  }
}
.seminar-readTxt dd {
  margin-left: 1em;
  margin-top: 40px;
}
@media screen and (min-width: 1000px) {
  .seminar-readTxt dd {
    margin-top: 0;
  }
}
.seminar-sec03 {
  padding: 35px 0 50px;
}
@media screen and (min-width: 1000px) {
  .seminar-sec03 {
    padding: 70px 0 100px;
  }
}
.seminar-info {
  text-align: center;
}
.seminar-info__ttl {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-left: 50px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
  .seminar-info__ttl {
    margin-bottom: 50px;
  }
}
.seminar-info__ttl h3 {
  display: inline-block;
  padding-right: 1.5em;
  margin: 0 auto;
  border-bottom: 2px solid #CC0000;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .seminar-info__ttl h3 {
    font-size: 3rem;
  }
}
.seminar-info__ttl h3::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../img/seminar/img_seminar_info05.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -2.5em;
  top: calc(50% - 25px);
}
.seminar-info__col {
  background-color: #fff;
  border: 1px solid #ddd;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.seminar-info__col > dt {
  background-color: #26346E;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.5em 1em;
}
@media screen and (min-width: 1000px) {
  .seminar-info__col > dt {
    font-size: 2.4rem;
  }
}
.seminar-info__col > dd {
  padding: 20px 25px;
}
@media screen and (min-width: 1000px) {
  .seminar-info__col > dd {
    padding: 30px 50px 40px;
  }
}
.seminar-info__col > dd .seminar-info__wrap {
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px 10px;
}
@media screen and (min-width: 1000px) {
  .seminar-info__col > dd .seminar-info__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
  }
}
.seminar-info__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 20px;
}
@media screen and (min-width: 1000px) {
  .seminar-info__content {
    grid-template-columns: 90px 1fr;
    justify-content: center;
    align-items: center;
    gap: 20px 20px;
  }
}
.seminar-info__content dt {
  color: #fff;
  text-align: center;
}
.seminar-info__content dt span {
  display: block;
  padding: 0.5em 1em;
  background-color: #4389DB;
}
.seminar-info__content dd {
  padding: 0.4em 0 0.5em;
  font-weight: 600;
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .seminar-info__content dd {
    font-size: 1.8rem;
  }
}
.seminar-sec04 {
  padding: 30px 0 60px;
}
@media screen and (min-width: 1000px) {
  .seminar-sec04 {
    padding: 60px 0 120px;
  }
}
.seminar-sec04 td span {
  display: block;
  padding: 0.25em 1em;
  text-align: center;
}
.seminar-sec04 td {
  text-align: center;
}
.seminar-sec04 .status-end {
  background-color: #CC0000;
  color: #fff;
}
.seminar-sec04 .status-accepting {
  background-color: #26346E;
  color: #fff;
}
.seminar-sec04 .status-preparation {
  border: 1px solid #26346E;
  color: #26346E;
}
.seminar__table {
  overflow: scroll;
}
.seminar-archive {
  margin-top: 50px;
  border-top: 2px solid #26346E;
}
@media screen and (min-width: 1000px) {
  .seminar-archive {
    margin-top: 100px;
  }
}
.seminar-archive dd {
  display: none;
}
.seminar-archive__ttl {
  color: #26346E;
  font-weight: 500;
  border-bottom: 2px solid #26346E;
  padding: 2em 1em;
  position: relative;
  cursor: pointer;
}
.seminar-archive__ttl:after {
  content: "+";
  color: #fff;
  position: absolute;
  right: 1em;
  top: calc(50% - 20px);
  background-color: #26346E;
  border-radius: 100%;
  font-size: 2.2rem;
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 1000px) {
  .seminar-archive__ttl:after {
    font-size: 2.6rem;
  }
}

.seminardetail {
  padding: 20px 0 45px;
}
@media screen and (min-width: 1000px) {
  .seminardetail {
    padding: 40px 0 90px;
  }
}
.seminardetail__inner {
  background: #fff;
  border: 1px solid #ddd;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  padding: 15px 25px 25px;
}
@media screen and (min-width: 1000px) {
  .seminardetail__inner {
    padding: 30px 50px 50px;
  }
}
.seminardetail-sec01 {
  padding: 0px 0 50px;
}
@media screen and (min-width: 1000px) {
  .seminardetail-sec01 {
    padding: 0px 0 100px;
  }
}
.seminardetail__ttl {
  font-weight: 500;
  display: inline-block;
  font-size: 2.6rem;
}
@media screen and (min-width: 1000px) {
  .seminardetail__ttl {
    font-size: 3rem;
  }
}
.seminardetail__ttl .seminar-num {
  display: block;
  font-size: 0.8em;
}
.seminardetail__ttl .seminar-title {
  border-bottom: 2px solid #CC0000;
  padding-bottom: 4px;
}
.seminardetail__ttl .seminar-title:after {
  content: "　　　";
}
.seminardetail__outline {
  padding: 15px 0 0px;
  display: grid;
  gap: 10px 0;
}
@media screen and (min-width: 1000px) {
  .seminardetail__outline {
    padding: 30px 0 0px;
  }
}
@media screen and (min-width: 1000px) {
  .seminardetail__outline {
    gap: 20px 0;
  }
}
.seminardetail__outline dl {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-content: center;
}
@media screen and (min-width: 1000px) {
  .seminardetail__outline dl {
    grid-template-columns: 100px 1fr;
  }
}
.seminardetail__outline dt {
  border: 1px solid #26346E;
  text-align: center;
  color: #26346E;
  display: grid;
  place-content: center;
}
.seminardetail__outline dt, .seminardetail__outline dd {
  padding: 0.2em 1em;
}
.seminardetail-sec02 {
  padding: 0px 0 50px;
}
@media screen and (min-width: 1000px) {
  .seminardetail-sec02 {
    padding: 0px 0 100px;
  }
}
.seminardetail-sec03 {
  padding: 0px 0 50px;
}
@media screen and (min-width: 1000px) {
  .seminardetail-sec03 {
    padding: 0px 0 100px;
  }
}
.seminardetail__image {
  padding: 30px 0 0px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px 20px;
}
@media screen and (min-width: 1000px) {
  .seminardetail__image {
    padding: 60px 0 0px;
  }
}
@media screen and (min-width: 768px) {
  .seminardetail__image {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.seminardetail__image figure {
  position: relative;
}
.seminardetail__image figure figcaption {
  position: absolute;
  background-color: #CC0000;
  color: #fff;
  padding: 0.2em 1em;
  bottom: 0;
  right: 0;
}
.seminardetail__map {
  padding: 15px 0 30px;
}
@media screen and (min-width: 1000px) {
  .seminardetail__map {
    padding: 30px 0 60px;
  }
}
.seminardetail__map iframe {
  aspect-ratio: 16/9;
}
.seminardetail-sec05 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .seminardetail-sec05 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1000px) {
  .seminardetail-sec05 {
    max-width: 740px;
  }
}

.slider-seminar li {
  margin: 0 10px;
}

.tech_news-sec01 {
  padding: 35px 0 0px;
}
@media screen and (min-width: 1000px) {
  .tech_news-sec01 {
    padding: 70px 0 0px;
  }
}
.tech_news__list li {
  border-bottom: 2px solid #DDDDDD;
  padding: 20px 20px 20px 0;

}

.tech_news__list li img{
  width: 150px;
}

.tech_news__list li dl {
  /* display: grid; */
   margin-left: 20px;
}
@media screen and (min-width: 1000px) {
  .tech_news__list li dl {
    gap: 0 110px;
    grid-template-columns: 180px 1fr;
  }

  .tech_news__list li img{
    width: 200px;
  }
}
.tech_news__list li dt {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.2rem;
  text-align: center;
  padding: 0.8em 2em;
  background-color: #F4F4F4;
}
@media screen and (min-width: 1000px) {
  .tech_news__list li dt {
    font-size: 1.4rem;
  }
}
.tech_news__list li dd {
  position: relative;
  /* display: grid; */
  align-content: center;
}

.tech_news__list li dd::before {
  content: "";
  padding: 0.5em 1em;
  margin-bottom: 10px;
  position: absolute;
  right:0;
  top: -30px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  .tech_news__list li dd::before {
    font-size: 1.2rem;
  }
}

.tech_news__list li.new dd::before {
  content: "NEW";
  color: #fff;
  background-color: #CC0000;
}
.tech_news-sec02 {
  padding: 0px 0 25px;
}
@media screen and (min-width: 1000px) {
  .tech_news-sec02 {
    padding: 0px 0 50px;
  }
}
.tech_news-sec03 {
  padding: 0px 0 60px;
}
@media screen and (min-width: 1000px) {
  .tech_news-sec03 {
    padding: 0px 0 120px;
  }
}

.tech_news-detail-sec01 {
  padding: 0px 0 50px;
}
@media screen and (min-width: 1000px) {
  .tech_news-detail-sec01 {
    padding: 0px 0 100px;
  }
}
.tech_news-detail__inner {
  padding: 35px 0 60px;
}
@media screen and (min-width: 1000px) {
  .tech_news-detail__inner {
    padding: 70px 0 120px;
  }
}
.tech_news-detail__date {
  font-weight: 500;
  margin-bottom: 1em;
}
.tech_news-detail .newpost .tech_news-detail__date:after {
  content: "NEW";
  font-size: 1.2rem;
  color: #fff;
  background-color: #CC0000;
  padding: 0.2em 1em;
  display: inline-block;
  margin-left: 20px;
}
@media screen and (min-width: 1000px) {
  .tech_news-detail .newpost .tech_news-detail__date:after {
    font-size: 1.2rem;
  }
}
.tech_news-detail .cnt__txt {
  line-height: 2.5;
}
.tech_news-detail .cnt__txt a {
  text-decoration: underline !important;
  color: #0000FF !important;
}
.tech_news-detail .cnt__image {
  margin: 4em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.tech_news-detail .cnt__image figure {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .tech_news-detail .cnt__image figure {
    max-width: calc(50% - 10px);
  }
}
.tech_news-detail__body .wp-block-gallery {
  display: flex;
  gap: 20px;
}
.tech_news-detail__body a {
  text-decoration: underline !important;
  color: #0000FF !important;
}

.news-sec01 {
  padding: 35px 0 0px;
}
@media screen and (min-width: 1000px) {
  .news-sec01 {
    padding: 70px 0 0px;
  }
}
.news__list li {
  border-bottom: 2px solid #DDDDDD;
  padding: 20px 20px 20px 0;
}
.news__list li dl {
  display: grid;
}
@media screen and (min-width: 1000px) {
  .news__list li dl {
    gap: 0 110px;
    grid-template-columns: 180px 1fr;
  }
}
.news__list li dt {
  font-size: 1.2rem;
  padding: 1em 2em 1em 0;
}
@media screen and (min-width: 1000px) {
  .news__list li dt {
    font-size: 1.4rem;
  }
}
.news__list li dd {
  position: relative;
  display: grid;
  align-content: center;
}
.news__list li dd::before {
  content: "";
  padding: 0.5em 1em;
  margin-bottom: 10px;
  display: none;
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  .news__list li dd::before {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1000px) {
  .news__list li dd::before {
    position: absolute;
    left: -200px;
    top: 10px;
    display: inline-block;
  }
}
.news__list li.new dd::before {
  content: "NEW";
  color: #fff;
  background-color: #CC0000;
  display: inline-block;
}
.news-sec02 {
  padding: 0px 0 25px;
}
@media screen and (min-width: 1000px) {
  .news-sec02 {
    padding: 0px 0 50px;
  }
}
.news-sec03 {
  padding: 0px 0 60px;
}
@media screen and (min-width: 1000px) {
  .news-sec03 {
    padding: 0px 0 120px;
  }
}

.news-detail-sec01 {
  padding: 0px 0 50px;
}
@media screen and (min-width: 1000px) {
  .news-detail-sec01 {
    padding: 0px 0 100px;
  }
}
.news-detail__inner {
  padding: 35px 0 60px;
}
@media screen and (min-width: 1000px) {
  .news-detail__inner {
    padding: 70px 0 120px;
  }
}
.news-detail__date {
  font-weight: 500;
  margin-bottom: 1em;
}
.news-detail .newpost .news-detail__date:after {
  content: "NEW";
  font-size: 1.2rem;
  color: #fff;
  background-color: #CC0000;
  padding: 0.2em 1em;
  display: inline-block;
  margin-left: 20px;
}
@media screen and (min-width: 1000px) {
  .news-detail .newpost .news-detail__date:after {
    font-size: 1.2rem;
  }
}
.news-detail .cnt__ttl {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2em;
}
@media screen and (min-width: 1000px) {
  .news-detail .cnt__ttl {
    font-size: 2rem;
  }
}
.news-detail .cnt__txt {
  line-height: 2.5;
}
.news-detail .cnt__txt a {
  text-decoration: underline !important;
  color: #0000FF !important;
}
.news-detail .cnt__image {
  margin: 4em 0;
}
.news-detail .cnt__image figure {
  width: 100%;
}

.notfound {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding: 40px 0;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .notfound {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .notfound {
    padding: 80px 0;
    gap: 80px;
  }
}
.notfound-sec__inner {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 1000px) {
  .notfound-sec__inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .notfound-sec__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .notfound-sec__inner {
    gap: 60px;
  }
}
.notfound-sec__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .notfound-sec__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .notfound-sec__container {
    gap: 40px;
  }
}
.notfound-sec__text {
  text-align: center;
}
.notfound-sec__text > * {
  margin-bottom: 0.5em;
}
.notfound-sec__text > *:last-child {
  margin-bottom: 0;
}
.notfound-sec__btn {
  max-width: 240px;
  width: 100%;
  margin: 20px auto 0 auto;
}

.privacy-sec01 {
  padding: 35px 0 50px;
}
@media screen and (min-width: 1000px) {
  .privacy-sec01 {
    padding: 70px 0 100px;
  }
}
.privacy__head {
  font-size: 1.2rem;
  padding: 0px 0 30px;
}
@media screen and (min-width: 1000px) {
  .privacy__head {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .privacy__head {
    padding: 0px 0 60px;
  }
}
.privacy__inner {
  display: grid;
  gap: 30px 0;
}
@media screen and (min-width: 1000px) {
  .privacy__inner {
    gap: 60px 0;
  }
}
.privacy__col > p {
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  .privacy__col > p {
    font-size: 1.4rem;
  }
}
.privacy__sign {
  padding: 20px 0 0px;
  font-size: 1.3rem;
}
@media screen and (min-width: 1000px) {
  .privacy__sign {
    padding: 40px 0 0px;
  }
}
@media screen and (min-width: 1000px) {
  .privacy__sign {
    font-size: 1.4rem;
  }
}
.privacy__sign .notes {
  font-size: 1.2rem;
  padding: 20px 0 0px;
}
@media screen and (min-width: 1000px) {
  .privacy__sign .notes {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1000px) {
  .privacy__sign .notes {
    padding: 40px 0 0px;
  }
}

.contact__wrap, .entry__wrap {
  padding: 30px 0 60px;
}
@media screen and (min-width: 1000px) {
  .contact__wrap, .entry__wrap {
    padding: 60px 0 120px;
  }
}
.contact-sec01 p, .entry-sec01 p {
  text-align: center;
  margin-bottom: 5em;
}
.contact-sec02, .entry-sec02 {
  margin: 35px 0;
}
@media screen and (min-width: 1000px) {
  .contact-sec02, .entry-sec02 {
    margin: 0 0 70px;
  }
}
.contact__tel a, .entry__tel a {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  border: 2px solid #26346E;
  gap: 0 30px;
  place-content: center;
  place-items: center;
  height: 140px;
  padding: 0 20px;
  color: #26346E;
}
@media screen and (min-width: 768px) {
  .contact__tel a, .entry__tel a {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1000px) {
  .contact__tel a, .entry__tel a {
    padding: 0 70px;
  }
}
.contact__tel .tel__num, .entry__tel .tel__num {
  font-size: 3.4rem;
  font-weight: 800;
}
@media screen and (min-width: 1000px) {
  .contact__tel .tel__num, .entry__tel .tel__num {
    font-size: 4rem;
  }
}
.contact__tel .tel__num span::before, .entry__tel .tel__num span::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 42px;
  background-image: url("../img/contact/icon_contact_tel01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  left: -4px;
  top: 8px;
}
.contact__tel .tel__info, .entry__tel .tel__info {
  font-size: 1.8rem;
}
@media screen and (min-width: 1000px) {
  .contact__tel .tel__info, .entry__tel .tel__info {
    font-size: 2.2rem;
  }
}
.contact-formWrap, .entry-formWrap {
  background-color: #F4F4F4;
  padding: 25px 0 25px;
}
@media screen and (min-width: 1000px) {
  .contact-formWrap, .entry-formWrap {
    padding: 50px 0 50px;
  }
}
.contact-formWrap .form, .entry-formWrap .form {
  padding: 0 20px;
}
@media screen and (min-width: 1000px) {
  .contact-formWrap .form, .entry-formWrap .form {
    padding: 0 100px;
  }
}
.contact .name__wrap, .entry .name__wrap {
  display: flex;
  flex-wrap: wrap;
}
.contact .name__wrap .name__col, .entry .name__wrap .name__col {
  margin-right: 20px;
}
.contact .address__wrap, .entry .address__wrap {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px 0;
}
@media screen and (min-width: 768px) {
  .contact .address__wrap, .entry .address__wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.contact .form__caption, .entry .form__caption {
  display: block;
  margin-bottom: 4px;
}
.contact .privacyTxt, .entry .privacyTxt {
  font-size: 1.2rem;
  max-width: 380px;
}
@media screen and (min-width: 1000px) {
  .contact .privacyTxt, .entry .privacyTxt {
    font-size: 1.4rem;
  }
}
.contact .privacyTxt a, .entry .privacyTxt a {
  color: #0000FF;
  text-decoration: underline;
}
.contact .form-select, .entry .form-select {
  background-color: #fff;
}
.contact .complete__message, .entry .complete__message {
  text-align: center;
}
.contact .complete__message dt, .entry .complete__message dt {
  font-size: 1.8rem;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1000px) {
  .contact .complete__message dt, .entry .complete__message dt {
    font-size: 2.4rem;
  }
}
.contact .complete__message dd, .entry .complete__message dd {
  margin-bottom: 3em;
}
@media screen and (min-width: 1000px) {
  .about-sec01 .cnt-content01{
    padding-bottom: 50px;
  }
}

.about-sec03{
  padding: 110px 0 0;
}

.about-sec04{
  padding: 110px 0 0;
}

.about-sec05{
  padding: 110px 0;
}

@media screen and (max-width: 999px) {
  .about-sec03{
    padding: 50px 0 0;
  }
  
  .about-sec04{
    padding: 50px 0 0;
  }
  
  .about-sec05{
    padding: 50px 0;
  }
}

.about-sec06{
  padding: 110px 0;
  background: #EBEBEB;
}

.about-sec06 dl{
  display: table;
  width: 100%;
  border: 4px dashed #C9C9C9;
  border-left: none;
  border-top: none;
  border-right: none;

}

.about-sec06 dl:last-child{
  border-bottom: none;
}

.about-sec06 dl dt{
  display: table-cell;
  border-right: 4px dashed #C9C9C9;
  color: #26346E;
  font-weight: 700;
  padding: 15px 30px;
  width: 185px;
}

.about-sec06 dl dd{
  display: table-cell;
  padding: 15px 30px 15px 50px;
}

@media screen and (max-width: 999px) {
  .about-sec06{
    padding: 50px 0;
    background: #EBEBEB;
  }
  
  .about-sec06 dl{
    display: table;
    width: 100%;
    border: 2px dashed #C9C9C9;
    border-left: none;
    border-top: none;
    border-right: none;
  
  }
  
  .about-sec06 dl:last-child{
    border-bottom: none;
  }
  
  .about-sec06 dl dt{
    font-size: 1.2rem;
    display: table-cell;
    border-right: 2px dashed #C9C9C9;
    color: #26346E;
    font-weight: 700;
    padding: 7px 15px;
    width: 130px;
    vertical-align: middle;
  }
  
  .about-sec06 dl dd{
    display: table-cell;
    padding: 7px 15px 7px 25px;
  }
}

/* tsuika */

@media screen and (min-width: 1000px) {
  .top-sec04 .gijyutsu-news li a {
    grid-template-columns: 200px 1fr; 
    align-items: center; 
  }
}

.top-sec04 .gijyutsu-news li a .post-date{
  padding-left: 10px;
}
.top-sec04 .gijyutsu-news li a .post-ttl{
  margin-left: 10px;
}

.top-sec04 .gijyutsu-news li a {
  display: grid;
  grid-template-columns: 200px 1fr;
}

@media screen and (max-width:1000px) {
  .top-sec04 .gijyutsu-news li a{
    grid-template-columns: 150px 1fr;
    align-items: center;
  }
}

.tech_news__list a{
  display: flex;
  align-items: center;
}

@media  screen and (max-width: 1000px) {

  .tech_news__list .default .post-thum{
    width: 150px;
  }
  
  .tech_news__list .default dt{
    padding: 5px 10px;
  }
  .tech_news__list .default dd{
    font-size: 1.2rem;
  }

  .tech_news__list li dd::before {
    right: 0;
    top: -30px;
    font-size: 1.2rem;
  } 
}

.tech_news__list li dd::before {
  left:0;
  right: auto;
  top: -80px;
  font-size: 1.2rem;
}



.footer .connectionlink{
  padding-top: 60px;
}

@media  screen and (max-width: 1000px) {
  .footer .connectionlink{
    padding-top: 40px;
  }
}