@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v6.1.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans+JP:wght@100..900&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 / 1200 * 100 * 1vw, 16px);
  word-break: break-all;
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

main {
  overflow: hidden;
}

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

.wrapper {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1200px) {
  .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: 1200px) {
  .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 {
  font-size: 1.2rem;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 1200px) {
  .headline-lv1 {
    font-size: 1.4rem;
  }
}
.headline-lv1::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}
.headline-lv1::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: "";
}
.headline-lv1 .sub-ttl {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 3rem;
}
@media screen and (min-width: 1200px) {
  .headline-lv1 .sub-ttl {
    font-size: 6rem;
  }
}
.headline-lv1_02 {
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1200px) {
  .headline-lv1_02 {
    font-size: 3rem;
  }
}
.headline-lv1_02::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.headline-lv1_02::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
.headline-lv1_02 .sub-ttl {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1200px) {
  .headline-lv1_02 .sub-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .headline-lv1_02 .sub-ttl {
    margin-bottom: 9px;
  }
}

.btn {
  text-align: center;
}
.btn a {
  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: 1200px) {
  .btn a {
    font-size: 1.6rem;
  }
}
.btn--txt a {
  max-width: 155px;
  position: relative;
  display: inline-block;
  transition: 0.3s;
  font-weight: 500;
}
.btn--txt a::after {
  content: "";
  display: inline-block;
  width: 61px;
  height: 7px;
  background-image: url("../img/common/img_common_arrow_l.svg");
  background-repeat: no-repeat;
  background-size: 61px 7px;
  position: absolute;
  right: -40px;
  top: calc(50% - 3px);
  transition: 0.3s;
}
.btn--txt a:hover::after {
  right: -45px;
}
.btn.garamond {
  font-family: "Cormorant Garamond", sans-serif;
}
.btn--normal a {
  max-width: 350px;
}
.btn--small a {
  max-width: 230px;
}
.btn--full a {
  max-width: 100%;
}
.btn--blue a {
  background-color: #333;
  color: #Fff;
}
.btn--white a {
  background-color: #fff;
  color: #333;
}
.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: 1280px;
  width: 100%;
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@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%;
  border: solid 1px #b8b8b8;
}
.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: 1200px) {
  .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 / 1200 * 100 * 1vw, 12px);
  color: #fff;
  padding: 1px 10px 2px;
  background-color: #333;
  line-height: 2;
  margin-left: 1em;
}
@media screen and (min-width: 1200px) {
  .form-label--req::after {
    content: "必須";
    display: inline-block;
    font-size: clamp(10px, 18 / 1200 * 100 * 1vw, 12px);
    color: #fff;
    padding: 1px 10px 2px;
    background-color: #333;
    line-height: 2;
    position: absolute;
    right: 0;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .form-label--req::after {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .form-label--req::after {
    font-size: 12px;
  }
}
.form-textarea {
  resize: none;
  width: 100%;
  height: 200px;
  padding: 0.5em 1em;
  border: solid 1px #b8b8b8;
  font: inherit;
}
.form-textarea::placeholder {
  color: #d2d2d2;
}

.form-btn {
  position: relative;
  margin: auto;
  width: 100%;
  display: grid;
  gap: 20px;
  max-width: 640px;
}
@media screen and (min-width: 1200px) {
  .form-btn {
    display: flex;
    justify-content: center;
    justify-items: center;
    gap: 40px;
  }
}
.form-btn button {
  max-width: 350px;
  display: block;
  padding: 1em 2em;
  font-size: 1.4rem;
  position: relative;
  background-color: #333;
  color: #fff;
  width: 100%;
  max-width: 300px;
  border: 2px solid #333;
  border-radius: 100px;
  margin: 0 auto;
  text-align: center;
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  .form-btn button {
    font-size: 1.6rem;
  }
}
.form-btn button:hover {
  background-color: #fff;
  color: #333;
}
.form-btn button.prev-btn {
  background-color: #fff;
  color: #333;
}
.form-btn button.prev-btn:hover {
  background-color: #333;
  color: #fff;
}

.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: 1200px) {
  .lower-head__inner {
    gap: 20px;
  }
}
.lower-head .head-ttl__sub {
  font-size: 2rem;
  font-family: "DINPro";
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .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: 1200px) {
  .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 {
  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 60px;
}
@media screen and (min-width: 1200px) {
  .cnt-content01 {
    padding: 80px 0 120px;
  }
}
.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: 1200px) {
  .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: 1200px) {
  .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: #333;
  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: #333;
  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: 1200px) {
  .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;
}
@media screen and (min-width: 1200px) {
  .nav-header {
    display: block;
  }
}
.nav-header ul {
  display: flex;
  gap: 2em;
}
.nav-header ul li a {
  font-weight: 700;
  transition: 0.3s;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1.8rem;
}
.nav-header ul li a:hover {
  opacity: 0.8;
}
.nav-header li.nav-contact a {
  border-radius: 100px;
  background-color: #333;
  color: #fff;
  border: solid 2px #333;
  padding: 4px 25px 3px;
}
.nav-header li.nav-contact a:hover {
  color: #333;
  background-color: #fff;
}

.btn-menu {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 50px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .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: "Playfair Display", serif;
  line-height: 1;
  transition: 0.3s;
  font-family: "Cormorant Garamond", sans-serif;
}

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

.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: #333;
  font-family: "DINPro";
}
.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: 20px;
  height: 20px;
  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;
}

/* 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: #333;
  color: #FFF;
}
@media screen and (min-width: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .table-02 td {
    padding: 1em;
    width: 70%;
  }
}
.table-seminar {
  width: 1000px;
}
@media screen and (min-width: 1200px) {
  .table-seminar {
    width: 100%;
  }
}
.table-seminar tr {
  border-bottom: 2px solid #aaa;
}
.table-seminar tr:first-child {
  border-bottom: none;
  background-color: #333;
  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: 1200px) {
  .table-seminar td {
    font-size: 1.4rem;
  }
}
.table-form {
  width: 100%;
}
.table-form tr {
  display: block;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .table-form tr {
    display: flex;
  }
}
.table-form th {
  width: 25%;
  display: block;
  width: 100%;
  padding: 20px 0 5px;
}
@media screen and (min-width: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .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 #333;
  color: #333;
}
.wp-pagination ul.page-numbers span.current {
  background-color: #333;
  color: #fff;
}
.wp-pagination ul.page-numbers .next, .wp-pagination ul.page-numbers .prev {
  background-color: #fff;
  color: #333;
  border: none;
}

.footer {
  border-top: solid 1px #f8f8f8;
  padding: 50px 0 0;
}
@media screen and (min-width: 1200px) {
  .footer {
    padding: 100px 0 0;
  }
}
.footer-top {
  max-width: 755px;
  margin: 0 auto;
  padding: 0 0 49px;
}
@media screen and (min-width: 1200px) {
  .footer-top {
    padding: 0 0 98px;
  }
}
.footer-top h5 {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .footer-top h5 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer-top h5 {
    text-align: left;
  }
}
.footer-top p {
  font-weight: 500;
  color: #b8b8b8;
  margin: -5px 0 -10px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .footer-top p {
    text-align: left;
  }
}
.footer-contactBtn {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .footer-contactBtn {
    text-align: left;
  }
}
.footer-contactBtn a {
  font-size: 3rem;
  letter-spacing: 0.025em;
  font-weight: 700;
  font-family: "Cormorant Garamond", sans-serif;
  position: relative;
  text-align: left;
  display: inline-block;
  margin: 0 auto;
  transition: 0.3s;
  text-align: center;
  margin-left: -30px;
}
@media screen and (min-width: 1200px) {
  .footer-contactBtn a {
    font-size: 8rem;
  }
}
.footer-contactBtn a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1200px) {
  .footer-contactBtn a {
    margin: 0;
    text-align: left;
  }
}
.footer-contactBtn a::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: solid 1px #333;
  background-image: url("../img/common/img_common_arrow_s.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 3px;
  position: absolute;
  top: calc(50% - 12.5px);
  right: -30px;
}
@media screen and (min-width: 1200px) {
  .footer-contactBtn a::after {
    width: 50px;
    height: 50px;
    background-size: 21px 6px;
    right: -60px;
    top: calc(50% - 25px);
  }
}
.footer-contactBtn a:hover {
  margin-left: 10px;
}
.footer-bottom {
  background-color: #333333;
}
.footer-bottom .bottom-inner {
  margin: 0 auto;
  padding: 50px 0 40px;
  display: grid;
  gap: 40px;
  align-items: center;
  color: #b8b8b8;
  place-content: center;
  place-items: center;
  font-size: 1.2rem;
}
@media screen and (min-width: 1200px) {
  .footer-bottom .bottom-inner {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer-bottom .bottom-inner {
    max-width: 425px;
    padding: 100px 0 80px;
    grid-template-columns: 133px 1fr;
    gap: 40px;
  }
}
.footer-copyright {
  background-color: #333333;
  border-top: solid 1px #444444;
}
.footer-copyright ul {
  padding: 15px 0 20px;
  margin: 0 auto;
  display: grid;
  place-content: center;
  gap: 5px;
}
@media screen and (min-width: 1200px) {
  .footer-copyright ul {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    padding: 31px 0 41px;
  }
}
.footer-copyright ul li {
  font-size: 1.2rem;
  color: #b8b8b8;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .footer-copyright ul li {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer-copyright ul li {
    text-align: left;
  }
}

.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: 1200px) {
  .header__inner {
    padding: 30px 30px 15px;
    margin: 0 auto;
  }
}
.header__left {
  width: auto;
  padding: 10px 10px 15px 10px;
}
@media screen and (min-width: 1200px) {
  .header__left {
    padding: 0;
  }
}
.header__left .header__logo a {
  width: 57px;
  height: 60px;
  display: block;
  background: url("../img/common/img_common_logo.svg") no-repeat left top;
  background-size: contain !important;
}
@media screen and (min-width: 1200px) {
  .header__left .header__logo a {
    width: 57px;
    height: 60px;
  }
}
.header__left .header__logo span {
  display: none;
}
.header__right {
  display: block;
  width: 100%;
  order: 3;
}
@media screen and (min-width: 1200px) {
  .header__right {
    width: auto;
    order: 2;
  }
}

.home header {
  position: absolute;
}

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

.lower-keyvisual {
  background-color: #f8f8f8;
}
.lower-keyvisual .lowerkv-innner {
  padding: 0 30px;
  width: 100%;
  height: 230px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .lower-keyvisual .lowerkv-innner {
    max-width: 1200px;
    height: 300px;
    height: 480px;
    padding: 0;
  }
}
.lower-keyvisual figure {
  width: 100%;
  max-width: 130px;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .lower-keyvisual figure {
    max-width: 480px;
  }
}
.lower-keyvisual figure img {
  position: absolute;
  bottom: 0;
  display: block;
}

.top-keyvisual {
  background-color: #f8f8f8;
}
.top-keyvisual__inner {
  position: relative;
  padding-bottom: 100px;
  min-height: 100vh;
}
.top-keyvisual__inner figure {
  top: calc(50vh - 180px);
  padding: 0 30px;
  position: absolute;
}
@media screen and (min-width: 1200px) {
  .top-keyvisual__inner figure {
    width: 50%;
    max-width: 800px;
    right: 242px;
    top: auto;
    bottom: -50px;
    padding: 0;
  }
}
.top-sec01 {
  padding: 40px 0 55px;
}
@media screen and (min-width: 1200px) {
  .top-sec01 {
    padding: 90px 0 110px;
  }
}
.top-sec01 .wrapper {
  display: grid;
  gap: 40px;
}
@media screen and (min-width: 1200px) {
  .top-sec01 .wrapper {
    gap: 0;
    grid-template-columns: 360px 1fr;
  }
}
.top-sec01 .wrapper .about-txt {
  display: grid;
  gap: 1em;
  padding-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .top-sec01 .wrapper .about-txt {
    padding-bottom: 100px;
  }
}
.top-sec01 .wrapper .about-images {
  margin-left: calc(50% - 50vw);
  min-width: 90vw;
}
.top-sec01 .wrapper .about-images img {
  width: 100%;
}
.top-sec02 {
  padding: 0 0 100px;
}
.top-sec02 .strengths-container {
  display: grid;
  margin-top: 40px;
}
@media screen and (min-width: 1200px) {
  .top-sec02 .strengths-container {
    grid-template-columns: 300px 1fr;
    gap: 60px;
  }
}
.top-sec02 .strengths-container > figure img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .top-sec02 .strengths-container > figure img {
    width: auto;
  }
}
.top-sec02 .strengths-list {
  border-top: solid 1px #888888;
  padding-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .top-sec02 .strengths-list {
    padding-bottom: 100px;
  }
}
.top-sec02 .strengths-list dl {
  border-bottom: solid 1px #888888;
  padding: 30px 0 50px;
}
.top-sec02 .strengths-list dl dt {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  margin-bottom: 4px;
}
@media screen and (min-width: 1200px) {
  .top-sec02 .strengths-list dl dt {
    font-size: 2.4rem;
  }
}
.top-sec02 .strengths-list dl dt span {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.025em;
  display: block;
  margin-bottom: 8px;
}
@media screen and (min-width: 1200px) {
  .top-sec02 .strengths-list dl dt span {
    font-size: 3rem;
  }
}
.top-sec02 .strengths-images {
  margin-right: calc(50% - 50vw);
  min-width: 90vw;
}
.top-sec02 .strengths-images img {
  width: 100%;
}
.top-sec03 .wrapper_other {
  padding: 0 20px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .top-sec03 .wrapper_other {
    padding: 0;
    max-width: 1200px;
  }
}
.top-sec03 .service-container {
  padding: 41px 0 80px;
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 1200px) {
  .top-sec03 .service-container {
    gap: 60px;
    grid-template-columns: repeat(3, minmax(360px, 1fr));
  }
}
.top-sec03 .service-col h4 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  margin-top: 10px;
}
@media screen and (min-width: 1200px) {
  .top-sec03 .service-col h4 {
    font-size: 2.4rem;
  }
}
.top-sec03 .service-col a {
  transition: 0.3s;
}
.top-sec03 .service-col a:hover {
  opacity: 0.8;
}
.top-sec03 .btn {
  padding-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .top-sec03 .btn {
    padding-bottom: 100px;
  }
}

.about-sec01 {
  padding: 40px 0 55px;
}
@media screen and (min-width: 1200px) {
  .about-sec01 {
    padding: 90px 0 110px;
  }
}
.about-sec01 .aboutTxt p {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 2;
  font-weight: 500;
  padding: 30px 0;
}
@media screen and (min-width: 1200px) {
  .about-sec01 .aboutTxt p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .about-sec01 .aboutTxt p {
    padding: 60px 0;
  }
}
.about-sec01 .about-image {
  display: grid;
  gap: 15px;
}
@media screen and (min-width: 1200px) {
  .about-sec01 .about-image {
    gap: 30px;
    grid-template-columns: 300px 300px 300px;
    place-content: end;
    margin-right: calc(50% - 50vw);
  }
}

.company-sec01 {
  padding: 40px 0 35px;
}
@media screen and (min-width: 1200px) {
  .company-sec01 {
    padding: 90px 0 80px;
  }
}
@media screen and (min-width: 1200px) {
  .company-container {
    display: grid;
    grid-template-columns: 300px 1fr;
  }
}
.company-container .company-txt {
  border-top: solid 1px #b8b8b8;
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .company-container .company-txt {
    margin-top: 0;
  }
}
.company-container .company-txt dl {
  align-items: center;
  border-bottom: solid 1px #b8b8b8;
  padding: 10px 0;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1200px) {
  .company-container .company-txt dl {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .company-container .company-txt dl {
    display: grid;
    grid-template-columns: 223px 1fr;
    padding: 20px 0;
  }
}
.company-sec02 {
  padding: 0 0 55px;
}
@media screen and (min-width: 1200px) {
  .company-sec02 {
    padding: 0 0 110px;
  }
}
.company-sec02 .g-map {
  width: 100%;
}
.company-sec02 .g-map iframe {
  width: 100%;
  aspect-ratio: 4/5;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media screen and (min-width: 1200px) {
  .company-sec02 .g-map iframe {
    aspect-ratio: 16/6;
  }
}

.service-sec01 {
  padding: 40px 0 55px;
}
@media screen and (min-width: 1200px) {
  .service-sec01 {
    padding: 90px 0 110px;
  }
}
.service-container {
  display: grid;
  grid-template-columns: repeat(1, 100%);
  gap: 50px;
}
@media screen and (min-width: 1200px) {
  .service-container {
    gap: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .service-container .service-content {
    display: grid;
    grid-template-columns: 474px 1fr;
  }
}
.service-container .service-content h3 {
  font-weight: 500;
  font-size: 2.6rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .service-container .service-content h3 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .service-container .service-content h3 {
    margin-bottom: 0;
  }
}
.service-container .service-content h3 span {
  font-weight: 700;
  font-size: 1.8rem;
  display: block;
  font-family: "Cormorant Garamond", sans-serif;
}
@media screen and (min-width: 1200px) {
  .service-container .service-content h3 span {
    font-size: 2.4rem;
  }
}
.service-container .service-col p {
  margin-bottom: 40px;
}

.contact-sec01 {
  padding: 40px 0 55px;
}
@media screen and (min-width: 1200px) {
  .contact-sec01 {
    padding: 90px 0 110px;
  }
}
.contact-sec01 .form {
  border-top: solid 1px #b8b8b8;
}
.contact-sec01 h3 {
  font-size: 2.6rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .contact-sec01 h3 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .contact-sec01 h3 {
    margin-bottom: 40px;
  }
}
.contact-sec01 dl {
  display: grid;
  border-bottom: solid 1px #b8b8b8;
  padding: 25px 0;
  gap: 15px;
}
@media screen and (min-width: 1200px) {
  .contact-sec01 dl {
    grid-template-columns: 275px 1fr;
    align-items: center;
    gap: 45px;
    padding: 20px 0;
  }
}
.contact-sec01 dl dt {
  position: relative;
}
.contact-head {
  max-width: 600px;
  margin: 0 auto 90px;
}
.contact-readTxt {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .radio-select {
    display: flex;
    gap: 40px;
  }
}

.privacy-check p {
  text-align: center;
  margin: 50px auto 60px;
}
.privacy-check p span {
  display: inline-block;
  margin: auto;
}
.privacy-check p span input {
  margin-top: -5px;
  margin-right: 10px;
}

.formfinish-btn a {
  max-width: 350px;
  display: block;
  padding: 1em 2em;
  font-size: 1.4rem;
  position: relative;
  background-color: #fff;
  color: #333;
  width: 100%;
  max-width: 300px;
  border: 2px solid #333;
  border-radius: 100px;
  margin: 0 auto;
  text-align: center;
  transition: 0.3s;
  font-weight: 700;
  margin-top: 60px;
}
@media screen and (min-width: 1200px) {
  .formfinish-btn a {
    font-size: 1.6rem;
  }
}
.formfinish-btn a:hover {
  background-color: #333;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .formfinish-btn a {
    margin-top: 120px;
  }
}

.privacy-sec01 {
  padding: 50px 0 55px;
}
@media screen and (min-width: 1200px) {
  .privacy-sec01 {
    padding: 100px 0 110px;
  }
}
.privacy-readTxt {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .privacy-readTxt {
    margin-bottom: 40px;
  }
}
.privacy-container {
  display: grid;
  gap: 32px;
}
.privacy-container dl dt {
  font-weight: 700;
  border-left: 3px solid #333;
  padding-left: 10px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.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: 1200px;
  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: 1200px) {
  .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;
}