@charset "UTF-8";
.break {
  display: inline-block;
}

/* 黒　真ん中ボタン*/
.button a {
  background: #333333;
  border-radius: 50px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 280px;
  padding: 16px 25px;
  color: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.button a:hover {
  opacity: 0.6;
}

/* 黒　右寄せボタン*/
.button02 a {
  background: #333333;
  border-radius: 50px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 280px;
  padding: 16px 25px;
  color: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button02 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.button02 a:hover {
  opacity: 0.6;
}

/* 黒　右寄せボタン*/
.button02-1 a {
  background: #333333;
  border-radius: 50px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 280px;
  padding: 16px 25px;
  color: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button02-1 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.button02-1 a:hover {
  opacity: 0.6;
}

/* 白ボタン 右揃え*/
.button03 a {
  background: #fff;
  border-radius: 50px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 280px;
  padding: 16px 25px;
  color: #333333;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button03 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.button03 a:hover {
  opacity: 0.6;
}

/* 白ボタン 真ん中揃え*/
.button04 a {
  background: #fff;
  border-radius: 50px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 280px;
  padding: 16px 25px;
  color: #333333;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button04 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.button04 a:hover {
  opacity: 0.6;
}

/* 黒　マージン率　真ん中ボタン*/
.button05 a {
  background: #333333;
  border-radius: 50px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 396px;
  padding: 16px 25px;
  color: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button05 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.button05 a:hover {
  opacity: 0.6;
}

.sp {
  display: none !important;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  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;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
  -moz-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;
  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 {
  scroll-padding-top: 100px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #344341;
  line-height: 1.5;
}

body.-active {
  overflow: hidden;
}

body.-active::before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  right: 0%;
  top: 0;
  bottom: 0;
  z-index: 8888;
}

/* ヘッダー */
.l-header {
  background: #fff;
  width: 100%;
  height: 80px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
  -webkit-box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.2);
  /* ナビメニュー */
}
.l-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1080px;
  width: 95%;
  height: 100%;
  margin: 0 auto;
}
.l-header__logo {
  width: 80%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__logo:hover {
  opacity: 0.6;
}
.l-header__logo-link {
  display: block;
}
.l-header__logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.l-header__visual {
  width: 20%;
}
.l-header__img {
  width: 100%;
}
.l-header__logo-sub02 {
  font-size: 15px;
  font-weight: 700;
  color: #344341;
  display: inline-block;
  margin-left: 15px;
}
.l-header__menu {
  height: 100%;
}
.l-header__menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.l-header__menu-item {
  height: 100%;
}
.l-header__menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  padding: 0 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__menu-link:hover {
  background: #524d49;
  color: #fff;
}

/* ハンバーガーメニュー */
.h-btn {
  display: none;
}
.main {
  overflow: hidden;
}

.f-contact {
  margin-top: 116px;
  padding: 89px 0;
}
.f-contact__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.f-contact__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.f-contact__header {
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.f-contact__header-01 {
  font-size: 38px;
  font-weight: 700;
}
.f-contact__header-02 {
  display: block;
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
  font-weight: 700;
}
.f-contact__tel-link {
  width: 38%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border: 2px solid #fff;
  padding: 16px 0px 10px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 100px;
}
.f-contact__tel-link:hover {
  opacity: 0.6;
}
.f-contact__tel-01 {
  font-weight: 700;
  font-size: 18px;
}
.f-contact__tel-02 {
  display: block;
  font-size: 38px;
  font-weight: 700;
  position: relative;
  margin-top: 5px;
}
.f-contact__tel-02::before {
  content: "";
  display: block;
  position: absolute;
  width: 2.5rem;
  height: 3.5rem;
  left: -7%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 1%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/common/f-contact/f-contact-tel.png);
}
.f-contact__tel-03 {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 700;
}
.f-contact__mail-link {
  width: 38%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border: 2px solid #fff;
  padding: 16px 0px 10px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-contact__mail-link:hover {
  opacity: 0.6;
}
.f-contact__mail-01 {
  font-weight: 700;
  font-size: 18px;
}
.f-contact__mail-02 {
  display: block;
  font-size: 48px;
  font-weight: 700;
  position: relative;
}
.f-contact__mail-img {
  width: 100%;
}
.f-contact__mail-03 {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
}

.st0 {
  background: -ms-linear-gradient(0deg, rgb(0, 166, 234) 0%, rgb(0, 117, 251) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A6EA', endColorstr='#0075FB' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 166, 234)), to(rgb(0, 117, 251)));
  background: linear-gradient(90deg, rgb(0, 166, 234) 0%, rgb(0, 117, 251) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00A6EA",endColorstr="#0075FB" , GradientType=1);
}

.l-footer {
  padding: 60px 0 30px;
  color: #ffffff;
  background: #000000;
}
.l-footer__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.l-footer__company-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer__logo {
  width: 20%;
}
.l-footer__visual {
  width: 100%;
}
.l-footer__img {
  width: 100%;
}
.l-footer__logo-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-footer__logo-link:hover {
  opacity: 0.6;
}
.l-footer__company {
  margin-left: 30px;
  width: 34%;
  font-weight: 500;
  font-size: 16px;
}
.l-footer__company-name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.l-footer__company-addres {
  font-size: 17px;
  font-weight: 400;
  margin-top: 8px;
}
.l-footer__tell-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-footer__tell-link:hover {
  opacity: 0.6;
}
.l-footer__company-addres02 {
  display: block;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 3px;
}
.l-footer__grid {
  width: 30%;
  border-left: solid 2px #fff;
  padding-left: 50px;
}
.l-footer__item {
  font-size: 19px;
  line-height: 1.4;
  font-weight: 500;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-footer__item:hover {
  opacity: 0.6;
}
.l-footer__item:not(:first-of-type) {
  margin-top: 10px;
}
.l-footer__copy {
  background-color: #000000;
  text-align: center;
  padding: 10px;
  color: #fff;
}
.l-footer__copy-p {
  font-size: 13px;
}

.l-contact {
  display: block;
  background: url(../img/common/contact.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 28rem;
  position: relative;
}
.l-contact::after {
  content: "";
  background: rgba(16, 16, 16, 0.47);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.l-contact__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.l-contact__list {
  position: relative;
  z-index: 20;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 120px 0 80px;
}
.l-contact__item {
  width: 40%;
  border-right: solid 2px #fff;
}
.l-contact__item-title {
  font-weight: 700;
  font-size: 56px;
  line-height: 1.3;
}
.l-contact__item-text {
  font-size: 22px;
  font-weight: 500;
  margin-top: 20px;
}
.l-contact__item02 {
  width: 50%;
  padding-left: 100px;
}
.l-contact__item02-title {
  font-size: 22px;
  font-weight: 500;
}
.l-contact__item02-num {
  font-weight: 700;
  font-size: 56px;
  line-height: 1.3;
}
.l-contact__item02-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-contact__item02-link:hover {
  opacity: 0.6;
}
.l-contact__item02-text {
  font-size: 22px;
  font-weight: 500;
}
.l-contact__button {
  margin-top: 30px;
}
.l-contact__button02 {
  display: none;
}

svg {
  vertical-align: bottom;
}

.index-hero {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 72px;
}
.index-hero__bg01 {
  background: url(../img/index/top/index-top-deco01.png) no-repeat right top/cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 3%;
  left: 21%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 27.3em;
  height: 16.3em;
}
.index-hero__bg02 {
  background: url(../img/index/top/index-top-deco02.png) no-repeat right top/cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 22%;
  left: -1%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 23.3em;
  height: 19.3em;
}
.index-hero__main {
  position: relative;
  width: 77.5%;
  margin-left: auto;
}
.index-hero__main-inner {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.index-hero__main-visual {
  position: relative;
  padding-top: 52.1%;
  width: 100%;
}
.index-hero__main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 60px 0 0 60px;
}
.index-hero__text-cover {
  position: absolute;
  top: 48%;
  left: 0;
  background-color: #fff;
  padding: 53px 54px 45px 100px;
  border-radius: 0px 60px 60px 0px;
  z-index: 20;
}
.index-hero__text {
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-size: 40px;
  font-weight: 700;
}
.index-hero__blue {
  color: #239BCB;
}
.index-hero__red {
  color: #D91C1D;
}
.index-hero__green {
  color: #2F9D4F;
}

.index-mv {
  margin-top: 112px;
  position: relative;
}
.index-mv__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.index-mv__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.index-mv__t11 {
  color: #2F9D4F;
}
.index-mv__t01 {
  color: #239BCB;
}
.index-mv__t02 {
  color: #D91C1D;
}
.index-mv__t03 {
  color: #2F9D4F;
}
.index-mv__main-title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.index-mv02 {
  margin-top: 80px;
}
.index-mv02__bc {
  background: url(../img/index/about/index-about-bc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 35rem;
  position: relative;
}
.index-mv02__bc-title {
  width: 48%;
  position: absolute;
  bottom: -1px;
  left: 0%;
  z-index: 22;
}
.index-mv02__bc-p {
  background-color: #fff;
  border-radius: 0px 60px 0px 0px;
  font-size: 20px;
  padding: 40px 50px 30px 50px;
}

.index-about {
  margin-top: 64px;
  position: relative;
}
.index-about__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.index-about__bc-square {
  height: 72%;
  width: 50%;
  background-color: rgba(254, 255, 237, 0.5);
  position: absolute;
  top: 57%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -20;
}
.index-about__title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}
.index-about__green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-about__green-visual {
  width: 70%;
  position: relative;
}
.index-about__green-visual::after {
  content: "";
  background-image: url(../img/index/about/index-about-deco.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -21%;
  top: 53%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 27.3em;
  height: 18.3em;
  z-index: -10;
}
.index-about__green-img {
  width: 100%;
}
.index-about__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.index-about__flex02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}
.index-about__flex03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}
.index-about__visual {
  width: 40%;
  position: relative;
}
.index-about__visual::after {
  content: "";
  background-image: url(../img/index/about/index-about-img02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 80%;
  right: -50px;
  /* left: -3%; */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26.3em;
  height: 18.3em;
  z-index: 20;
}
.index-about__visual02 {
  width: 40%;
}
.index-about__visual03 {
  width: 40%;
}
.index-about__img {
  width: 100%;
}
.index-about__square01 {
  background-color: #2F9D4F;
  width: 18px;
  height: 18px;
}
.index-about__square02 {
  background-color: #D91C1D;
  width: 18px;
  height: 18px;
}
.index-about__square03 {
  background-color: #239BCB;
  width: 18px;
  height: 18px;
}
.index-about__text {
  width: 40%;
  margin-left: 70px;
}
.index-about__text02 {
  width: 40%;
  margin-right: 70px;
}
.index-about__text03 {
  width: 40%;
  margin-left: 70px;
}
.index-about__text-title {
  font-size: 30px;
  font-weight: 700;
}
.index-about__text-title02 {
  font-size: 30px;
  font-weight: 700;
}
.index-about__text-title02::before {
  content: "";
  background-image: url(../img/index/about/index-about-deco02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 10%;
  top: 46%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7.3em;
  height: 7.3em;
  z-index: -10;
}
.index-about__text-title03 {
  font-size: 30px;
  font-weight: 700;
}
.index-about__text-title03::after {
  content: "";
  background-image: url(../img/index/about/index-about-deco03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0%;
  bottom: -16%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 11.3em;
  height: 9.3em;
  z-index: -10;
}
.index-about__text-p {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 24px;
}
.index-about__pink {
  display: block;
}
.index-about__pink02 {
  display: block;
}
.index-about__pink-p01 {
  display: inline-block;
  padding: 5px;
  background-color: rgba(252, 0, 0, 0.25);
  font-weight: 700;
  font-size: 16px;
}
.index-about__pink-p02 {
  display: inline-block;
  padding: 5px;
  background-color: rgba(252, 0, 0, 0.25);
  font-weight: 700;
  font-size: 16px;
  margin-left: 10px;
  margin-top: 6px;
}

.index-service {
  margin-top: 200px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(254, 255, 237, 0.5);
  position: relative;
}
.index-service__deco01 {
  background: url(../img/index/service/index-service-deco01.png) no-repeat right top/cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 45%;
  left: 8%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18.3em;
  height: 15.3em;
}
.index-service__deco03 {
  background: url(../img/index/service/index-service-deco03.png) no-repeat right top/cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 48%;
  right: 8%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17.3em;
  height: 15.3em;
}
.index-service__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.index-service__title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-service__title-deco {
  width: 8%;
}
.index-service__en-title {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3;
}
.index-service__title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.index-service__visual-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.index-service__visual {
  width: 80%;
}
.index-service__img {
  width: 100%;
}
.index-service__text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-service__text {
  width: 70%;
  font-size: 20px;
  margin-top: 30px;
}
.index-service__button-covever {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 50px;
}

.index-company {
  margin-top: 120px;
  margin-bottom: 100px;
}
.index-company__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.index-company__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 218, 253, 0.2);
  padding: 50px 50px;
  border-radius: 30px;
}
.index-company__visual {
  width: 50%;
}
.index-company__img {
  width: 100%;
}
.index-company__item {
  width: 40%;
  margin-left: 50px;
}
.index-company__item-visual {
  width: 20%;
}
.index-company__item-img {
  width: 100%;
}
.index-company__item-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.3;
}
.index-company__item-text {
  font-size: 22px;
  font-weight: 500;
}
.index-company__button-covever {
  margin-top: 30px;
}
.index-company__button-wrapper {
  display: none;
}

svg {
  vertical-align: bottom;
}

.company-hero__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.company-hero__main-visual {
  width: 80%;
}
.company-hero__main-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0px 0 60px 60px;
  aspect-ratio: 388/147;
}
.company-hero__text-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.company-hero__text-visual {
  margin-top: -54px;
  width: 37%;
  position: relative;
}
.company-hero__text {
  width: 100%;
}

.company-mv {
  margin-top: 5rem;
}
.company-mv__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.company-mv__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 70px;
  position: relative;
}
.company-mv__title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.company-mv__title-visual {
  width: 10%;
}
.company-mv__title-img {
  width: 100%;
}
.company-mv__title {
  font-size: 45px;
  font-weight: 700;
}
.company-mv__sub-title {
  font-size: 20px;
  line-height: 0.7;
  font-weight: 500;
}
.company-mv__text-wrapper {
  width: 50%;
  background-color: #fff;
  -webkit-box-shadow: -10px 10px 20px 0 rgba(112, 112, 112, 0.2);
          box-shadow: -10px 10px 20px 0 rgba(112, 112, 112, 0.2);
  padding: 40px;
  border-radius: 60px;
  z-index: 10;
  margin-left: 30px;
  position: relative;
}
.company-mv__text-wrapper::after {
  content: "";
  background-image: url(../img/service/service-title-deco02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 88%;
  right: -76%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14.3em;
  height: 15.3em;
  z-index: -10;
}
.company-mv__item-title {
  font-size: 28px;
  font-weight: 700;
}
.company-mv__item-text {
  font-size: 16px;
  margin-top: 20px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.company-mv__visual {
  width: 45%;
}
.company-mv__img {
  width: 100%;
  -webkit-box-shadow: -10px 10px 20px 0 rgba(112, 112, 112, 0.2);
          box-shadow: -10px 10px 20px 0 rgba(112, 112, 112, 0.2);
}
.company-mv__name-wrapper {
  margin-top: 22px;
  text-align: right;
}
.company-mv__name01 {
  font-size: 16px;
  font-weight: 500;
}
.company-mv__name02 {
  display: inline-block;
  font-size: 30px;
  margin-left: 8px;
  font-weight: 700;
}

.company-about {
  margin-top: 7rem;
  background-color: #FEFFED;
  padding-top: 90px;
  padding-bottom: 50px;
  position: relative;
  z-index: 20;
}
.company-about__deco01 {
  background: url(../img/company/company-deco01.png) no-repeat right top/cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 3%;
  left: -1%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 23.3em;
  height: 22.3em;
  z-index: -10;
}
.company-about__deco02 {
  background: url(../img/company/company-deco02.png) no-repeat right top/cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 45%;
  right: -1%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 21.3em;
  height: 18.3em;
  z-index: -10;
}
.company-about__deco03 {
  background: url(../img/company/company-deco03.png) no-repeat right top/cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 29%;
  right: 18%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17.3em;
  height: 13.3em;
  z-index: -10;
}
.company-about__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.company-about__wrapper {
  width: 100%;
  border-radius: 60px;
  border: 1px solid #707070;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 33px;
}
.company-about__title {
  font-size: 45px;
  font-weight: 700;
}
.company-about__sub-title {
  font-size: 20px;
  line-height: 0.7;
  font-weight: 500;
}
.company-about__title-visual {
  width: 17%;
}
.company-about__title-img {
  width: 100%;
}
.company-about__button-covever {
  margin-top: 54px;
}
.company-about__map-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 77px;
}
.company-about__map {
  width: 100%;
}

.table {
  margin-top: 40px;
  margin-bottom: 72px;
}

.table-tr {
  border-bottom: 1px solid #b5b1b1;
}

.table-header {
  padding: 24px 0;
  border: none;
  width: 30%;
  font-size: 20px;
}

.table-date {
  padding: 24px 0;
  border: none;
  font-size: 20px;
}

svg {
  vertical-align: bottom;
}

.recruit-hero__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit-hero__main-visual {
  width: 80%;
}
.recruit-hero__main-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0px 0 60px 60px;
  aspect-ratio: 388/147;
}
.recruit-hero__text-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit-hero__text-visual {
  margin-top: -54px;
  width: 37%;
  position: relative;
}
.recruit-hero__text {
  width: 100%;
}

.recruit-mv {
  margin-top: 5rem;
  margin-bottom: 6rem;
}
.recruit-mv__deco01 {
  background: url(../img/recruit/recruit-deco01.png) no-repeat right top/cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 90%;
  left: -3%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 23.3em;
  height: 22.3em;
  z-index: -10;
}
.recruit-mv__deco02 {
  background: url(../img/recruit/recruit-deco02.png) no-repeat right top/cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 120%;
  right: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 21.3em;
  height: 17.3em;
  z-index: -10;
}
.recruit-mv__deco03 {
  background: url(../img/recruit/recruit-deco03.png) no-repeat right top/cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 174%;
  right: 29%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20.3em;
  height: 17.3em;
  z-index: -10;
}
.recruit-mv__deco04 {
  background: url(../img/recruit/recruit-deco04.png) no-repeat right top/cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -144%;
  left: -3%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18.3em;
  height: 16.3em;
  z-index: -10;
}
.recruit-mv__deco05 {
  background: url(../img/recruit/recruit-deco05.png) no-repeat right top/cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -192%;
  right: 6%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20.3em;
  height: 20.3em;
  z-index: -10;
}
.recruit-mv__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.recruit-mv__title-visual {
  width: 10%;
}
.recruit-mv__title-img {
  width: 100%;
}
.recruit-mv__title {
  font-size: 45px;
  font-weight: 700;
}
.recruit-mv__sub-title {
  font-size: 20px;
  line-height: 0.7;
  font-weight: 500;
}
.recruit-mv__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.recruit-mv__item-wrapper {
  width: 100%;
}
.recruit-mv__item {
  width: 50%;
  margin-top: -138px;
  margin-left: 40%;
}
.recruit-mv__item02 {
  width: 50%;
  margin-left: 10%;
}
.recruit-mv__item03 {
  width: 50%;
  margin-left: -20%;
  position: relative;
}
.recruit-mv__item03-visual {
  position: absolute;
  top: 50%;
  right: -71%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17.3em;
  height: 10.3em;
}
.recruit-mv__item03-img {
  width: 100%;
  border-radius: 60px;
}
.recruit-mv__item04 {
  width: 50%;
  margin-left: 10%;
  margin-top: 30px;
}
.recruit-mv__item05 {
  width: 50%;
  margin-left: 40%;
  margin-top: 30px;
  position: relative;
}
.recruit-mv__item05-visual {
  position: absolute;
  top: 71%;
  left: -91%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25.3em;
  height: 19.3em;
}
.recruit-mv__item05-img {
  width: 100%;
  border-radius: 60px;
}
.recruit-mv__en {
  background: url(../img/recruit/recruit-item.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 35%;
  left: -10%;
  height: 11rem;
  position: relative;
}
.recruit-mv__en-p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.recruit-mv__p-01 {
  display: block;
  color: #239BCB;
  font-size: 20px;
}
.recruit-mv__p-02 {
  display: block;
  color: #239BCB;
  font-size: 51px;
  font-weight: 700;
  line-height: 1;
}
.recruit-mv__item-title {
  font-size: 30px;
  font-weight: 700;
}
.recruit-mv__item-text {
  font-size: 18px;
  line-height: 1.8;
}
.recruit-mv__button-covever {
  margin-top: 30px;
}

svg {
  vertical-align: bottom;
}

.service-hero__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-hero__main-visual {
  width: 80%;
}
.service-hero__main-img {
  aspect-ratio: 388/147;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0px 0 60px 60px;
}
.service-hero__text-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-hero__text-visual {
  margin-top: -54px;
  width: 37%;
  position: relative;
}
.service-hero__text-visual::before {
  content: "";
  background-image: url(../img/service/service-title-deco.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 169%;
  left: -79%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19.3em;
  height: 17.3em;
  z-index: -10;
}
.service-hero__text {
  width: 100%;
}

.service-mv {
  margin-top: 5rem;
}
.service-mv__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.service-mv__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.service-mv__text-wrapper {
  width: 55%;
  background-color: #fff;
  -webkit-box-shadow: 10px -10px 20px 0 rgba(112, 112, 112, 0.2);
          box-shadow: 10px -10px 20px 0 rgba(112, 112, 112, 0.2);
  padding: 40px;
  border-radius: 60px;
  z-index: 10;
  margin-right: -30px;
  margin-top: 73px;
  position: relative;
}
.service-mv__text-wrapper::after {
  content: "";
  background-image: url(../img/service/service-title-deco02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 88%;
  right: -76%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14.3em;
  height: 15.3em;
  z-index: -10;
}
.service-mv__item-title {
  font-size: 28px;
  font-weight: 700;
}
.service-mv__item-text {
  font-size: 16px;
  margin-top: 20px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.service-mv__visual {
  width: 40%;
}
.service-mv__img {
  width: 100%;
}

.service-work {
  margin-top: 6rem;
}
.service-work__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.service-work__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 50px;
  margin-bottom: 30px;
}
.service-work__flex02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 50px;
  margin-bottom: 30px;
  position: relative;
}
.service-work__flex02::before {
  content: "";
  background-image: url(../img/service/service-deco02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 73%;
  left: 18%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15.3em;
  height: 13.3em;
  z-index: -10;
}
.service-work__flex02::after {
  content: "";
  background-image: url(../img/service/service-deco01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -8%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15.3em;
  height: 13.3em;
  z-index: -10;
}
.service-work__flex03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 50px;
  margin-top: 50px;
  position: relative;
}
.service-work__flex03::after {
  content: "";
  background-image: url(../img/service/service-deco04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 69%;
  left: 12%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15.3em;
  height: 13.3em;
  z-index: -10;
}
.service-work__flex04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 50px;
  margin-bottom: 30px;
  position: relative;
}
.service-work__flex04::before {
  content: "";
  background-image: url(../img/service/service-deco03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 73%;
  right: 7%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17.3em;
  height: 15.3em;
  z-index: -10;
}
.service-work__visual {
  width: 34%;
}
.service-work__visual02 {
  width: 44%;
}
.service-work__img {
  width: 100%;
}
.service-work__text-wrapper {
  width: 40%;
}
.service-work__text-wrapper02 {
  width: 30%;
}
.service-work__title {
  color: #2F9D4F;
  border-left: solid 8px #2F9D4F;
  font-size: 30px;
  font-weight: 700;
  padding-left: 14px;
}
.service-work__text {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 20px;
  line-height: 1.8;
}

.service-flow {
  margin-top: 7rem;
  margin-bottom: 6rem;
}
.service-flow__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.service-flow__wrapper {
  background-color: #2F9D4F;
  border-radius: 60px;
  border: solid 2px #2F9D4F;
}
.service-flow__title {
  color: #fff;
  width: 100%;
  padding: 18px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  border: solid 2px 2px 0 2px #2F9D4F;
}
.service-flow__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 0 0 60px 60px;
  width: 100%;
}
.service-flow__visual {
  width: 50%;
}
.service-flow__img {
  width: 100%;
  border-radius: 0 0 0 60px;
}
.service-flow__text-wrapper {
  width: 50%;
  padding: 30px 20px;
}
.service-flow__text-item:not(:first-of-type) {
  margin-top: 20px;
}
.service-flow__num {
  display: inline-block;
  padding: 5px;
  background-color: #2F9D4F;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.service-flow__text-title {
  display: inline-block;
  padding-left: 15px;
  font-size: 24px;
  font-weight: 700;
}
.service-flow__text {
  font-size: 18px;
  margin-top: 5px;
  line-height: 1.8;
}

svg {
  vertical-align: bottom;
}

.contact-hero__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-hero__main-visual {
  width: 80%;
}
.contact-hero__main-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0px 0 60px 60px;
  aspect-ratio: 388/147;
}
.contact-hero__text-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-hero__text-visual {
  margin-top: -54px;
  width: 37%;
  position: relative;
}
.contact-hero__text {
  width: 100%;
}

.contact {
  background: #EBEBEB;
  padding-bottom: 6rem;
  padding-top: 50px;
  margin-top: 60px;
}
.contact__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.contact__wrapper {
  max-width: 720px;
  margin: 0 auto;
}
.contact__button-covever {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 50px;
}

.contact-text {
  font-size: 16px;
  color: #222;
}

.contact__item:not(:first-child) {
  margin-top: 32px;
}

.contact-label {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.contact-label-a02 {
  padding-left: 55px;
}

.contact-label-a::after {
  content: "必須";
  background-color: #2c93d9;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  margin-left: 10px;
}

.contact-input {
  width: 100%;
  height: 32px;
  border: 2px solid #707070;
  border-radius: 4px;
  padding-left: 16px;
  margin-top: 8px;
}

.content-input-area {
  height: 250px;
  resize: none;
  padding-top: 6px;
}

.contact-check-label {
  font-size: 16px;
  font-weight: 700;
  padding-left: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.contact__item-btn {
  margin-top: 60px;
}

.contact-btn {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 200px;
  padding: 24px 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transition: all 0.3s;
}
.contact-btn:hover {
  opacity: 0.6;
}

.check-box-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.check-box-wrapper {
  width: 90%;
  margin: 0 auto;
}

.check-box-head {
  font-size: 18px;
  margin: 50px auto 0;
  text-align: center;
  font-weight: 700;
}

.check-privacy {
  background: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 14px;
  height: 200px;
  line-height: 2;
  margin: 5px auto 0;
  max-width: 920px;
  overflow: auto;
  padding: 20px 28px;
  width: 100%;
  font-weight: 700;
}

.thanks {
  margin-top: 10px;
}
.thanks__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.thanks__wrapper {
  width: 72%;
}
.thanks__text {
  font-size: 24px;
  font-weight: 700;
}
.thanks__text-sub {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 30px;
}

svg {
  vertical-align: bottom;
}

/* -- form#mail_form, dl, dt, dd -------------------------------------------------------------------------------- */
form#mail_form * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

form#mail_form {
  width: 100%;
  margin: 0px auto;
  line-height: 1.8;
}
form#mail_form dl {
  width: 90%;
  margin: 0 auto;
}

form#mail_form dl dt {
  margin-top: 30px;
}
form#mail_form dl dd {
  margin-top: 10px;
}

form#mail_form dl dt i {
  float: left;
  position: relative;
  top: -2px;
}

/* -- span.required, span.optional -------------------------------------------------------------------------------- */
form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
  display: inline-block;
  font-size: 85%;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 3px;
}

form#mail_form dl dt span.required {
  background: #d9534f;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
}

form#mail_form dl dt span.optional {
  background-color: #2c93d9;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
}

/* -- error message -------------------------------------------------------------------------------- */
form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 5px;
}

/* -- loading -------------------------------------------------------------------------------- */
div.loading-layer {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1s linear infinite;
  animation: load-circle 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* -- input, select, textarea -------------------------------------------------------------------------------- */
form#mail_form input[type=text],
form#mail_form input[type=email],
form#mail_form input[type=tel] {
  width: calc(96% - 2px);
  padding: 7px 2%;
  border: 2px solid #707070;
  background: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

form#mail_form input[type=text]:focus,
form#mail_form input[type=email]:focus,
form#mail_form input[type=tel]:focus,
form#mail_form textarea:focus {
  -webkit-box-shadow: 0px 0px 5px #55ccff;
          box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: #ffffff;
}

form#mail_form ul li input[type=radio],
form#mail_form ul li input[type=checkbox] {
  margin: 0 10px 0 0;
}

form#mail_form select {
  padding: 7px 2%;
  border: 2px solid #707070;
  background: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

form#mail_form textarea {
  display: block;
  width: calc(96% - 2px);
  height: 200px;
  width: 100%;
  padding: 7px 2%;
  resize: vertical;
  border: 2px solid #707070;
  background: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

/* -- ul, li -------------------------------------------------------------------------------- */
form#mail_form ul {
  list-style-type: none;
}

form#mail_form ul li label {
  display: block;
  margin-top: 10px;
  padding: 7px 2%;
  border-radius: 3px;
}

form#mail_form ul li:first-child label {
  margin-top: 0px;
  font-weight: 700;
}

form#mail_form ul li label:hover {
  cursor: pointer;
  background: #e0e0e0;
}

/* -- input design -------------------------------------------------------------------------------- */
form#mail_form input[name=company] {
  width: 100%;
}

form#mail_form input[name=name_1],
form#mail_form input[name=name_2],
form#mail_form input[name=read_1],
form#mail_form input[name=read_2],
form#mail_form input[name=postal],
form#mail_form input[name=phone],
form#mail_form input[name=schedule] {
  width: 100%;
}

form#mail_form input[name=mail_address],
form#mail_form input[name=mail_address_confirm] {
  width: 100%;
}

form#mail_form input[name=postal] + a {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #46b8da;
  border-radius: 3px;
  background: #5bc0de;
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
  text-decoration: none;
}

form#mail_form input[name=postal] + a:hover {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}

/* -- button -------------------------------------------------------------------------------- */
form#mail_form p#form_submit {
  width: 90%;
  margin: 30px auto;
  padding: 30px 0;
}

form#mail_form input[type=button] {
  background: #333333;
  border-radius: 50px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 396px;
  padding: 16px 25px;
  color: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

form#mail_form input[type=button]::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

form#mail_form input[type=button]:hover {
  opacity: 0.6;
}

/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */
/* 1000pixel start */
/* 1000pixel end */
svg {
  vertical-align: bottom;
}

/* -- div#thanks -------------------------------------------------------------------------------- */
div#thanks * {
  margin: 0;
  padding: 0;
}

div#thanks {
  width: 1000px;
  margin: 50px auto;
  padding: 30px 0;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  line-height: 1.8;
}

div#thanks h1,
div#thanks h2 {
  width: 90%;
  margin: 0 auto;
  font-size: 135%;
  font-weight: bold;
  border-bottom: 1px solid #454545;
}

div#thanks h2 {
  margin-top: 3em;
}

div#thanks p {
  width: 90%;
  margin: 0 auto;
  margin-top: 2em;
}

div#thanks dl {
  width: 90%;
  margin: 0 auto 3em;
}

div#thanks dl dt {
  margin-top: 2em;
}

/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */
/* 1000pixel start */
/* 1000pixel end */
.thanks__wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .button a {
    max-width: 233px;
    padding: 14px 26px;
  }
  .button a:after {
    font-size: 16px;
  }
  .button02 a {
    max-width: 233px;
    padding: 14px 26px;
  }
  .button02 a:after {
    font-size: 16px;
  }
  .button02-1 a {
    max-width: 311px;
    padding: 14px 66px;
  }
  .button02-1 a:after {
    font-size: 16px;
  }
  .button03 a {
    max-width: 233px;
    padding: 14px 26px;
  }
  .button03 a:after {
    font-size: 16px;
  }
  .button04 a {
    max-width: 233px;
    padding: 14px 26px;
  }
  .button04 a:after {
    font-size: 16px;
  }
  .button05 a {
    padding: 14px 26px;
  }
  .button05 a:after {
    font-size: 16px;
  }
  .l-header {
    height: 48px;
  }
  .l-header__logo {
    width: 100%;
  }
  .l-header__logo-wrapper {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .l-header__visual {
    width: 20%;
  }
  .l-header__logo-sub02 {
    font-size: 14px;
  }
  .l-header__menu {
    background: #fff;
    display: none;
    position: fixed;
    top: 48px;
    right: 0;
  }
  .l-header__menu-list {
    display: block;
  }
  .l-header__menu-item {
    height: auto;
  }
  .l-header__menu-link {
    padding: 24px 48px;
  }
  .f-contact {
    margin-top: 96px;
  }
  .f-contact__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .f-contact__wrapper:not(:first-of-type) {
    margin-top: 20px;
  }
  .f-contact__header {
    width: 100%;
    font-size: 22px;
  }
  .f-contact__tel-link {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .f-contact__mail-link {
    width: 100%;
    margin-top: 20px;
  }
  .l-footer {
    padding: 2rem;
  }
  .l-footer__company-wrapper {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer__logo {
    width: 30%;
    margin: 0 auto;
  }
  .l-footer__company {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .l-footer__company-name {
    font-size: 16px;
    margin-top: 18px;
  }
  .l-footer__company-addres {
    margin-top: 6px;
  }
  .l-footer__company-addres02 {
    font-size: 14px;
  }
  .l-footer__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    border-left: none;
    padding-left: 0px;
    text-align: center;
    margin-top: 30px;
  }
  .l-footer__item {
    font-size: 18px;
    line-height: 1.6;
  }
  .l-footer__copy-p {
    font-size: 12px;
  }
  .l-contact {
    height: 24rem;
  }
  .l-contact__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0 40px;
  }
  .l-contact__item {
    width: 100%;
    border-right: none;
    border-bottom: solid 2px #fff;
    padding-bottom: 10px;
    text-align: center;
  }
  .l-contact__item-title {
    font-size: 30px;
    line-height: 1.4;
  }
  .l-contact__item-text {
    font-size: 15px;
  }
  .l-contact__item02 {
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .l-contact__item02-title {
    font-size: 15px;
  }
  .l-contact__item02-num {
    font-size: 30px;
    line-height: 1.4;
  }
  .l-contact__item02-text {
    font-size: 15px;
  }
  .l-contact__button {
    display: none;
  }
  .l-contact__button02 {
    display: block;
    margin-top: 30px;
  }
  .index-hero {
    margin-top: 43px;
  }
  .index-hero__bg01 {
    top: -1%;
    left: 27%;
    width: 12.3em;
  }
  .index-hero__bg02 {
    top: 9%;
    left: 0;
    width: 6.3em;
    height: 10.3em;
  }
  .index-hero__text-cover {
    top: 16%;
    padding: 23px 36px 22px 23px;
  }
  .index-hero__text {
    font-size: 18px;
  }
  .index-mv {
    margin-top: 28px;
  }
  .index-mv__title {
    text-align: left;
    font-size: 20px;
  }
  .index-mv__main-title {
    font-size: 15px;
  }
  .index-mv02 {
    margin-top: 30px;
  }
  .index-mv02__bc {
    height: 19rem;
  }
  .index-mv02__bc-title {
    width: 80%;
  }
  .index-mv02__bc-p {
    font-size: 14px;
    padding: 16px 16px 10px 10px;
  }
  .index-about {
    margin-top: 50px;
  }
  .index-about__title {
    font-size: 19px;
  }
  .index-about__green-visual {
    width: 92%;
  }
  .index-about__green-visual::after {
    width: 20.3em;
  }
  .index-about__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 22px;
  }
  .index-about__flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 38px;
  }
  .index-about__flex03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 38px;
  }
  .index-about__visual {
    width: 89%;
  }
  .index-about__visual02 {
    width: 100%;
  }
  .index-about__visual03 {
    width: 100%;
  }
  .index-about__square01 {
    margin: 0 auto;
  }
  .index-about__square02 {
    margin: 0 auto;
  }
  .index-about__square03 {
    margin: 0 auto;
  }
  .index-about__text {
    width: 100%;
    margin-left: 0;
    margin-top: 130px;
  }
  .index-about__text02 {
    width: 100%;
    margin-right: 0;
    margin-top: 23px;
  }
  .index-about__text03 {
    width: 100%;
    margin-left: 0;
    margin-top: 23px;
  }
  .index-about__text-title {
    font-size: 19px;
    text-align: center;
  }
  .index-about__text-title02 {
    font-size: 19px;
    text-align: center;
  }
  .index-about__text-title03 {
    font-size: 19px;
    text-align: center;
  }
  .index-about__text-title03::after {
    display: none;
  }
  .index-about__text-p {
    font-size: 16px;
    margin-top: 14px;
  }
  .index-about__pink {
    display: inline;
  }
  .index-about__pink02 {
    display: inline;
    margin-left: 10px;
  }
  .index-service {
    margin-top: 36px;
    padding-top: 42px;
    padding-bottom: 52px;
  }
  .index-service__deco01 {
    top: 31%;
    left: -16%;
    width: 9.3em;
  }
  .index-service__deco03 {
    top: 31%;
    right: -10%;
    width: 8.3em;
  }
  .index-service__title-deco {
    width: 20%;
  }
  .index-service__en-title {
    font-size: 30px;
    line-height: 1.4;
  }
  .index-service__title {
    font-size: 15px;
  }
  .index-service__visual-wrapper {
    margin-top: 15px;
  }
  .index-service__visual {
    width: 90%;
  }
  .index-service__text {
    width: 100%;
    font-size: 16px;
  }
  .index-service__button-covever {
    margin-top: 33px;
  }
  .index-company {
    margin-top: 36px;
    margin-bottom: 52px;
  }
  .index-company__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px;
  }
  .index-company__visual {
    width: 100%;
  }
  .index-company__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .index-company__item-title {
    font-size: 30px;
    line-height: 1.4;
  }
  .index-company__item-text {
    font-size: 15px;
  }
  .index-company__button-covever {
    display: none;
  }
  .index-company__button-wrapper {
    margin-top: 26px;
    display: block;
  }
  .company-hero__main-img {
    aspect-ratio: 156/59;
  }
  .company-hero__text-visual {
    margin-top: -28px;
    width: 59%;
  }
  .company-mv {
    margin-top: 1rem;
  }
  .company-mv__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 27px;
  }
  .company-mv__title {
    font-size: 35px;
    font-weight: 700;
  }
  .company-mv__sub-title {
    font-size: 16px;
  }
  .company-mv__text-wrapper {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    padding: 30px 20px;
    margin-top: -45px;
    -webkit-box-shadow: 10px 10px 20px 0 rgba(112, 112, 112, 0.2);
            box-shadow: 10px 10px 20px 0 rgba(112, 112, 112, 0.2);
  }
  .company-mv__text-wrapper::after {
    display: none;
  }
  .company-mv__item-title {
    font-size: 20px;
    text-align: center;
  }
  .company-mv__item-text {
    margin-top: 10px;
    line-height: 1.5;
  }
  .company-mv__visual {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .company-mv__img {
    width: 90%;
  }
  .company-about {
    margin-top: 4rem;
    padding-bottom: 50px;
    padding-top: 60px;
  }
  .company-about__deco01 {
    top: 2%;
    left: -7%;
    width: 10.3em;
  }
  .company-about__deco02 {
    display: none;
  }
  .company-about__deco03 {
    right: -6%;
    bottom: 28%;
    width: 9.3em;
  }
  .company-about__wrapper {
    width: 100%;
    padding-top: 0;
  }
  .company-about__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 35px;
  }
  .company-about__sub-title {
    font-size: 16px;
  }
  .company-about__title-visual {
    width: 13%;
  }
  .company-about__button-covever {
    margin-top: 35px;
  }
  .company-about__map-wrapper {
    margin-top: 36px;
  }
  .table {
    margin-top: 15px;
    margin-bottom: 58px;
  }
  .table-header {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 24px 0 2px;
    padding-left: 40px;
  }
  .table-date {
    width: 100%;
    display: block;
    padding-top: 0;
    font-size: 16px;
    padding: 5px 0 15px;
    padding-left: 40px;
  }
  .recruit-hero__main-img {
    aspect-ratio: 156/59;
  }
  .recruit-hero__text-visual {
    margin-top: -28px;
    width: 59%;
  }
  .recruit-mv {
    margin-top: 1rem;
    margin-bottom: 4rem;
  }
  .recruit-mv__deco01 {
    top: 36%;
    left: -7%;
    width: 10.3em;
    height: 10.3em;
  }
  .recruit-mv__deco02 {
    top: 77%;
    right: 0%;
    width: 8.3em;
    height: 8.3em;
  }
  .recruit-mv__deco03 {
    top: 105%;
    right: 31%;
    width: 8.3em;
    height: 8.3em;
  }
  .recruit-mv__deco04 {
    display: none;
  }
  .recruit-mv__deco05 {
    bottom: -85%;
    right: 6%;
    width: 14.3em;
    height: 14.3em;
  }
  .recruit-mv__title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .recruit-mv__title {
    font-size: 35px;
    font-weight: 700;
  }
  .recruit-mv__sub-title {
    font-size: 16px;
  }
  .recruit-mv__item {
    margin-left: 0;
    margin-top: 22px;
    width: 90%;
  }
  .recruit-mv__item02 {
    margin-left: 0;
    margin-top: 18px;
    width: 90%;
  }
  .recruit-mv__item03 {
    margin-left: 0;
    margin-top: 18px;
    width: 90%;
  }
  .recruit-mv__item04 {
    margin-left: 0;
    margin-top: 18px;
    width: 90%;
  }
  .recruit-mv__item05 {
    margin-left: 0;
    margin-top: 18px;
    width: 90%;
  }
  .recruit-mv__sp-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recruit-mv__en {
    left: -3%;
    height: 5rem;
    width: 27%;
  }
  .recruit-mv__p-01 {
    font-size: 14px;
  }
  .recruit-mv__p-02 {
    font-size: 30px;
  }
  .recruit-mv__item-title {
    font-size: 21px;
  }
  .recruit-mv__item-text {
    line-height: 1.5;
    font-size: 16px;
    margin-top: 4px;
  }
  .recruit-mv__button-covever {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service-hero__main-img {
    aspect-ratio: 156/59;
  }
  .service-hero__text-visual {
    margin-top: -28px;
    width: 59%;
  }
  .service-hero__text-visual::before {
    top: 103%;
    left: -51%;
    width: 9.3em;
    height: 9.3em;
  }
  .service-mv {
    margin-top: 2rem;
  }
  .service-mv__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .service-mv__text-wrapper {
    width: 100%;
    margin-right: 0px;
    margin-top: 0px;
    padding: 30px 20px;
    margin-top: -45px;
    -webkit-box-shadow: 10px 10px 20px 0 rgba(112, 112, 112, 0.2);
            box-shadow: 10px 10px 20px 0 rgba(112, 112, 112, 0.2);
  }
  .service-mv__text-wrapper::after {
    display: none;
  }
  .service-mv__item-title {
    font-size: 20px;
    text-align: center;
  }
  .service-mv__item-text {
    margin-top: 10px;
    line-height: 1.5;
  }
  .service-mv__visual {
    width: 100%;
  }
  .service-work {
    margin-top: 3rem;
  }
  .service-work__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .service-work__flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
  .service-work__flex02::before {
    top: 90%;
    width: 8.3em;
    height: 8.3em;
  }
  .service-work__flex02::after {
    top: -29%;
    width: 10.3em;
    height: 8.3em;
  }
  .service-work__flex03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
    margin-top: 30px;
  }
  .service-work__flex03::after {
    top: 80%;
    left: 37%;
    width: 9.3em;
    height: 8.3em;
  }
  .service-work__flex04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .service-work__flex04::before {
    top: 88%;
    width: 10.3em;
    height: 9.3em;
  }
  .service-work__visual {
    width: 57%;
  }
  .service-work__visual02 {
    width: 63%;
  }
  .service-work__text-wrapper {
    width: 90%;
  }
  .service-work__text-wrapper02 {
    width: 90%;
  }
  .service-work__title {
    text-align: center;
    font-size: 21px;
    border-left: none;
    margin-top: 24px;
  }
  .service-work__text {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 11px;
  }
  .service-flow {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
  .service-flow__title {
    font-size: 22px;
    padding: 10px;
  }
  .service-flow__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-flow__visual {
    width: 60%;
  }
  .service-flow__img {
    border-radius: 0 0 0 0px;
  }
  .service-flow__text-wrapper {
    width: 100%;
    padding-top: 20px;
  }
  .service-flow__text-item:not(:first-of-type) {
    margin-top: 15px;
  }
  .service-flow__num {
    font-size: 17px;
  }
  .service-flow__text-title {
    font-size: 19px;
  }
  .service-flow__text {
    line-height: 1.5;
    font-size: 16px;
  }
  .contact-hero__main-visual {
    width: 80%;
  }
  .contact-hero__main-img {
    aspect-ratio: 156/59;
  }
  .contact-hero__text-visual {
    margin-top: -28px;
    width: 59%;
  }
  .contact {
    padding-bottom: 3rem;
  }
  .contact__button-covever {
    margin-top: 40px;
  }
  .check-box-head {
    margin-top: 0;
    font-size: 16px;
  }
  .check-privacy {
    padding: 2px 2px;
    font-size: 13px;
    line-height: 1.3;
  }
  .thanks__wrapper {
    width: 100%;
  }
  .thanks__text {
    font-size: 20px;
  }
  .thanks__text-sub {
    font-size: 16px;
  }
  form#mail_form input[type=button]::after {
    font-size: 16px;
  }
  .thanks__wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .h-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 36px;
    height: 28px;
  }
  .h-btn-item {
    background: #222;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .h-btn-item:first-child {
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .h-btn-item:last-child {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  .-active .h-btn-item:first-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .-active .h-btn-item:nth-child(2) {
    opacity: 0;
  }
  .-active .h-btn-item:last-child {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media screen and (max-width: 970px) {
  .recruit-mv__item03-visual {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  .recruit-mv__item05-visual {
    display: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .service-flow__visual {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  form#mail_form {
    margin: 16px auto;
  }
  form#mail_form dl dt {
    margin-top: 10px;
  }
  /* -- form#mail_form, dl, dt, dd -------------------------------------------------------------------------------- */
  form#mail_form {
    width: 95%;
    font-size: 100%;
  }
  form#mail_form dl dt {
    width: auto;
    float: none;
    padding: -9px 0 10px;
    text-align: left;
    font-weight: bold;
  }
  form#mail_form dl dd {
    width: auto;
    float: none;
    padding: 0px 0 20px 0px;
  }
  form#mail_form dl dt i {
    float: none;
    position: static;
    font-weight: normal;
  }
  /* -- span.required, span.optional -------------------------------------------------------------------------------- */
  form#mail_form dl dt span.required,
  form#mail_form dl dt span.optional {
    margin: 0 15px 0 0;
  }
  /* -- input design -------------------------------------------------------------------------------- */
  form#mail_form input[name=phone],
  form#mail_form input[name=schedule] {
    width: 100%;
  }
  /* -- button -------------------------------------------------------------------------------- */
  form#mail_form p#form_submit {
    padding: 25px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* -- div#thanks -------------------------------------------------------------------------------- */
  div#thanks {
    width: 95%;
    font-size: 100%;
  }
}
/*# sourceMappingURL=style.css.map */