@charset "UTF-8";
/*! destyle.css v3.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*/
  margin-top: 0 !important;
}

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

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

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

.header {
  position: fixed;
  background-color: #fff;
  height: 120px;
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  z-index: 99;
}
@media (max-width: 768px) {
  .header {
    height: 60px;
    width: 100vw;
    left: 0;
    padding: 10px 20px;
    position: fixed;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .header__inner {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}
.header__innerItem {
  text-align: right;
}
@media (max-width: 768px) {
  .header__innerItem {
    display: none;
  }
}
.header__innerItem .header__contact {
  background-color: #63C5D4;
  padding: 7px 25px;
  border-radius: 20px;
  color: #fff;
  margin-bottom: 10px;
}
.header__logo img {
  width: 180px;
}
@media (max-width: 768px) {
  .header__logo img {
    max-width: 100px;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 50px;
  color: #5A5A4B;
  border-top: 1px solid #ddd;
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__navItem {
  font-size: 1rem;
}
.header__nav li {
  position: relative;
  padding: 10px 0;
}
.header__nav li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #63C5D4;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header__nav li:hover::before {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__nav__contact {
  padding: 12px 20px;
  border-radius: 6px;
  border: #5A5A4B 1px solid;
  font-size: 0.94rem;
  background-color: transparent;
  color: #5A5A4B;
}
.header__navSp {
  display: none;
}
@media (max-width: 768px) {
  .header__navSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 70px;
    height: 60px;
    position: relative;
    z-index: 100;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header__navSp span {
    position: absolute;
    width: 38px;
    height: 2px;
    background-color: #5A5A4B;
    top: 18px;
    right: 15px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .header__navSp span:nth-child(2) {
    top: 30px;
    width: 38px;
    right: 15px;
    height: 2px;
  }
  .header__navSp span:nth-child(3) {
    top: 42px;
    width: 38px;
    right: 15px;
    height: 2px;
  }
}
.header__navSp.active span:nth-child(1) {
  top: 28px;
  background: #5A5A4B;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__navSp.active span:nth-child(2), .header__navSp.active span:nth-child(3) {
  top: 28px;
  background: #5A5A4B;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header #hamburger-navigation {
  display: none;
}
@media (max-width: 768px) {
  .header #hamburger-navigation {
    display: block;
    width: 100vw;
    height: 600px;
    background-color: #ffffff;
    color: #5A5A4B;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    visibility: hidden;
  }
}
.header #hamburger-navigation .sections {
  display: none;
}
@media (max-width: 768px) {
  .header #hamburger-navigation .sections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow-y: auto;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header #hamburger-navigation .sections ul {
    text-align: center;
  }
  .header #hamburger-navigation .sections ul li {
    font-size: 2rem;
    padding: 18px 0;
    font-family: "Rubik", sans-serif;
    border-bottom: 1px solid #5A5A4B;
  }
  .header #hamburger-navigation .sections ul li a {
    font-size: 1.3rem;
  }
}
.header #hamburger-navigation .sections .copyright {
  font-size: 0.7rem;
  padding-top: 70px;
  text-align: center;
}
.header #hamburger-navigation.active {
  opacity: 1;
  visibility: visible;
}
.header .hamburger-menu {
  display: none;
}
@media (max-width: 768px) {
  .header .hamburger-menu {
    display: block;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    z-index: 30;
    cursor: pointer;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    margin: -10px 20px 0px;
    position: relative;
  }
}
@media (max-width: 768px) {
  .header .hamburger-menu {
    display: block;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    z-index: 30;
    cursor: pointer;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    margin: -10px 20px 0px;
    position: relative;
  }
}
.header .hamburger-menu:hover {
  opacity: 0.5;
}

.footer {
  text-align: center;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
@media (max-width: 768px) {
  .footer__inner {
    max-width: 100%;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 20px;
  color: #5A5A4B;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__nav li {
  font-size: 1rem;
  border-right: 1px solid #5A5A4B;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .footer__nav li {
    border-right: none;
    padding-right: 0px;
  }
}
.footer__nav li:last-child {
  border-right: none;
}
.footer .copyright {
  font-size: 0.8rem;
  padding: 20px 0;
  border-top: 1px solid #DDD;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 2px;
  background: #fff;
  color: #5A5A4B;
}
@media (max-width: 768px) {
  body {
    font-size: 0.8rem;
  }
}
body .grecaptcha-badge {
  display: none;
}

.head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head img {
  max-width: 380px;
}
.head__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 1.3rem;
  text-align: center;
  font-weight: bold;
}

.textBold {
  font-weight: bold;
  padding-bottom: 28px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .textBold {
    font-size: 1.2rem;
  }
}

.text {
  padding-bottom: 28px;
}

.sub-fv {
  padding: 120px;
  height: 550px;
  width: 100%;
  background: url("../../img/mainVisual.jpg") no-repeat bottom left;
  background-size: cover;
}
@media (max-width: 768px) {
  .sub-fv {
    padding: 0 0 25px 0;
    height: 280px;
  }
}
.sub-fv__inner {
  width: 100%;
  height: 100%;
  color: #63C5D4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 100px;
}
.sub-fv__title {
  font-size: 2.3rem;
}

.container__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .container__title {
    font-size: 1.5rem;
  }
}

.top-contact {
  background: -webkit-gradient(linear, left top, right top, from(#FFF4B9), color-stop(#F5FFE0), to(#D9F2F6));
  background: linear-gradient(to right, #FFF4B9, #F5FFE0, #D9F2F6);
  padding: 100px 0;
}
.top-contact__inner {
  text-align: center;
  margin-top: 40px;
  margin: 50px 30px 0;
}
.top-contact__btn {
  background-color: #63C5D4;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 10px;
  width: 320px;
  height: 60px;
}
@media (max-width: 768px) {
  .top-contact__btn {
    width: 100%;
  }
}
.top-contact__btn img {
  padding-right: 18px;
}

/*---スマホ時改行--*/
@media (max-width: 768px) {
  .pc-br {
    display: none;
  }
  .tb-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
}
/*---タブレット時改行--*/
@media null {
  .pc-br {
    display: none;
  }
  .tb-br {
    display: block;
  }
  .sp-br {
    display: none;
  }
}
/*---PC時改行--*/
@media (min-width: 769px) {
  .pc-br {
    display: block;
  }
  .tb-br {
    display: none;
  }
  .sp-br {
    display: none;
  }
}
.fv {
  height: 90vh;
  width: 100%;
  background: url("../../img/mainVisual.jpg") no-repeat bottom left;
  background-size: cover;
}
@media (max-width: 768px) {
  .fv {
    height: 700px;
    margin-top: 0;
    background-position-x: -60px;
  }
}

.container {
  width: 100%;
  margin: 80px auto 0;
}
.container .top-wn {
  margin: 40px 0 60px;
}
.container .top-wn .top-wn__list {
  margin: 50px auto 0;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .container .top-wn .top-wn__list {
    margin: 50px 30px 0;
  }
}
.container .top-wn .top-wn__listItem {
  padding: 30px 0;
  border-top: 1px solid #DDD;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container .top-wn .top-wn__listItem:last-child {
  border-bottom: 1px solid #DDD;
}
.container .top-wn .top-wn__listItem .news__date {
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  border-right: 1px solid #DDD;
  padding-right: 20px;
}
.container .top-wn .top-wn__listItem .news__date--year {
  display: block;
  font-size: 0.9em;
  text-align: left;
}
.container .top-wn .top-wn__listItem .news__date--md {
  display: block;
  font-size: 1.5em;
  font-weight: 600;
}
.container .top-wn .top-wn__listItem .news__cat {
  background: rgba(99, 197, 212, 0.2);
  padding: 5px 20px;
  border-radius: 20px;
  margin: 0 20px;
}
.container .top-about {
  background: -webkit-gradient(linear, left top, right top, from(#FFF4B9), color-stop(#F5FFE0), to(#D9F2F6));
  background: linear-gradient(to right, #FFF4B9, #F5FFE0, #D9F2F6);
  padding: 40px 0;
}
.container .top-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding: 40px 0;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container .top-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 50px 30px 0;
  }
}
.container .top-about__innerItem {
  max-width: 660px;
}
.container .top-about__innerItem img {
  border-radius: 5px;
}
@media (max-width: 768px) {
  .container .top-about__innerItem img {
    width: 100%;
  }
}
.container .top-contents {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .container .top-contents {
    margin: 50px 30px 0;
  }
}
.container .top-contents__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
}
@media (max-width: 768px) {
  .container .top-contents__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0;
  }
}
.container .top-contents__innerItem {
  position: relative;
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (max-width: 768px) {
  .container .top-contents__innerItem img {
    width: 100%;
  }
}
.container .top-contents__innerItem:hover {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.container .top-contents__innerItem .text {
  font-size: 1.15rem;
  padding: 10px 0;
}
.container .top-contents__innerItem .toLink {
  position: absolute;
  bottom: 41px;
  right: 10px;
}
@media (max-width: 768px) {
  .container .top-contents__innerItem .toLink {
    width: 40px;
    bottom: 50px;
    right: 9px;
  }
}

.erorr {
  color: #5A5A4B;
}

.company {
  max-width: 1200px;
  width: 100%;
  margin: 70px auto 0;
}
@media (max-width: 768px) {
  .company {
    margin: 50px auto 0;
  }
}
.company__inner {
  padding-bottom: 100px;
}
.company__inner.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.company__innerItem {
  width: 50%;
}
.company__innerItem img {
  max-width: 100%;
  border-radius: 5px;
}
.company__table {
  width: 100%;
  line-height: 1.8;
}
.company__table tr {
  border: 1px solid #5A5A4B;
}
.company__table td {
  border: 1px solid #5A5A4B;
  padding: 15px 20px;
  font-size: 0.95rem;
}
@media (max-width: 768px) {
  .company__table td {
    font-size: 0.9rem;
  }
}
.company__table td a {
  text-decoration: underline;
}
.company__table th {
  border: 1px solid #5A5A4B;
  background: rgba(99, 197, 212, 0.2);
  font-size: 0.95rem;
  width: 200px;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  .company__table th {
    font-size: 0.9rem;
    width: 100px;
  }
}
.company__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.recruit {
  max-width: 1200px;
  width: 100%;
  margin: 70px auto 0;
}
@media (max-width: 768px) {
  .recruit {
    margin: 50px auto 0;
  }
}
.recruit__inner {
  padding-bottom: 100px;
}
.recruit__inner.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media (max-width: 768px) {
  .recruit__inner.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit__innerItem {
  width: 50%;
}
@media (max-width: 768px) {
  .recruit__innerItem {
    width: auto;
  }
}
.recruit__innerItem img {
  max-width: 100%;
  border-radius: 5px;
}
.recruit__table {
  width: 100%;
  line-height: 1.8;
}
.recruit__table tr {
  border: 1px solid #5A5A4B;
}
.recruit__table td {
  border: 1px solid #5A5A4B;
  padding: 15px 20px;
  font-size: 0.95rem;
}
@media (max-width: 768px) {
  .recruit__table td {
    font-size: 0.9rem;
  }
}
.recruit__table td a {
  text-decoration: underline;
}
.recruit__table th {
  border: 1px solid #5A5A4B;
  background: rgba(99, 197, 212, 0.2);
  font-size: 0.95rem;
  width: 200px;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  .recruit__table th {
    font-size: 0.9rem;
    width: 100px;
  }
}
.recruit__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .recruit__text {
    font-size: 0.9rem;
  }
}

.u-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 20px;
}
@media (max-width: 768px) {
  .u-wrapper {
    max-width: 430px;
    padding: 40px 20px;
  }
}

.business {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 50px;
}
.business__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media (max-width: 768px) {
  .business__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
.business__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .business__text {
    font-size: 0.8rem;
  }
}
.business__img img {
  max-width: 770px;
  width: 100%;
  border-radius: 5px;
}
.business__img p {
  font-size: 1.1rem;
  text-align: center;
  margin-top: 10px;
}

.work__inner .workList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2rem;
}
.work__inner .workListItem {
  display: grid;
  grid-template-columns: 2fr 1fr;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 1.2rem 1rem 1rem 2rem;
}
@media (max-width: 768px) {
  .work__inner .workListItem {
    grid-template-rows: 30px 1fr;
    grid-template-columns: 1fr;
  }
}
.work__inner .workListItem::before {
  content: "⚫︎";
  position: absolute;
  left: 0.8rem;
  top: 1.6rem;
  font-size: 0.8rem;
  color: #63C5D4;
}
@media (max-width: 768px) {
  .work__inner .workListItem::before {
    top: 1.4rem;
  }
}
.work__inner .workListItem p {
  line-height: 1.5;
}
.work__inner .workListItem p:nth-of-type(2) {
  font-size: 0.9rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .work__inner .workListItem p:nth-of-type(2) {
    padding-left: 140px;
  }
}

.contact {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact {
    margin: 50px auto 0;
  }
}
.contact__inner {
  padding-bottom: 30px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .contact__tel {
    line-height: 1.8;
    text-align: left;
  }
}
.contact__telText {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}
.contact__form .border {
  border: 1px solid #5A5A4B;
  padding: 30px;
}
@media (max-width: 768px) {
  .contact__form .border {
    padding: 20px;
  }
}
.contact__formItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__formItem img {
  width: 100%;
  height: auto;
  max-width: 100px;
}
@media (max-width: 768px) {
  .contact__formItem img {
    width: 30px;
  }
}
.contact__formText {
  text-align: left;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .contact__formText {
    font-size: 0.9rem;
  }
}
.contact__form .formList {
  display: grid;
  grid-template-columns: 1fr 2fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .contact__form .formList {
    grid-template-columns: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.contact__form .formList th {
  padding: 30px 0;
  font-weight: bold;
  width: 30%;
}
@media (max-width: 768px) {
  .contact__form .formList th {
    padding: 30px 0 10px;
    width: 80%;
  }
}
.contact__form .formList td {
  width: 100%;
}
.contact__form .formList input {
  border: 1px solid #5A5A4B;
  background-color: #fff;
  color: #5A5A4B;
  margin: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .contact__form .formList input {
    width: 100%;
  }
}
.contact__form .formList .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .contact__form .formList .radio-group {
    font-size: 0.8rem;
  }
}
.contact__form .formList .radio-group label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  cursor: pointer;
}
.contact__form .formList .radio-group input[type=radio] {
  accent-color: #5A5A4B;
  width: 20px;
}
.contact__form .formList .radio-group .wpcf7-list-item {
  display: inline-block;
}
.contact__form .formList .radio-group .wpcf7-list-item-label {
  width: 130px;
}
@media (max-width: 768px) {
  .contact__form dt {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
.contact__form .formPP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  padding: 20px 0;
}
.contact__form textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  border: 1px solid #5A5A4B;
  background-color: #fff;
  color: #5A5A4B;
  resize: none;
}
.contact__form .formButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__form .btnSubmit {
  background-color: #63C5D4;
  padding: 7px 25px;
  margin-top: 30px;
  border-radius: 30px;
  color: #fff;
  margin-bottom: 10px;
  font-size: 1rem;
  width: 127px;
  height: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__form .btnSubmit input, .contact__form .btnSubmit textarea {
  background-color: #5A5A4B;
}

@media (max-width: 768px) {
  .sub-fv.th {
    height: 420px;
    padding: 0px 30px;
  }
}
.sub-fv .thanks {
  max-width: 1200px;
  color: #63C5D4;
  margin: 0 auto;
  padding: 80px 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .sub-fv .thanks {
    padding: 110px 0 0;
  }
}
.sub-fv .thanks .Head {
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.sub-fv .thanks .text {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 100%;
  margin-bottom: 40px;
  text-align: left;
}

.news {
  margin: 40px 0 60px;
}
.news__list {
  margin: 50px auto 0;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .news__list {
    margin: 50px 30px 0;
  }
}
.news__listItem {
  padding: 30px 0;
  border-top: 1px solid #DDD;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news__listItem:last-child {
  border-bottom: 1px solid #DDD;
}
.news__listItem .news__date {
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  border-right: 1px solid #DDD;
  padding-right: 20px;
}
.news__listItem .news__date--year {
  display: block;
  font-size: 0.9em;
  text-align: left;
}
.news__listItem .news__date--md {
  display: block;
  font-size: 1.5em;
  font-weight: 600;
}
.news__listItem .news__cat {
  background: rgba(99, 197, 212, 0.2);
  padding: 5px 20px;
  border-radius: 20px;
  margin: 0 20px;
}

.single {
  padding: 80px 0;
  background: #fff;
  /* ===============================
     メタ情報（日付・カテゴリー）
  =============================== */
  /* ===============================
     タイトル
  =============================== */
  /* ===============================
     アイキャッチ
  =============================== */
  /* ===============================
     本文
  =============================== */
  /* ===============================
     前後ナビゲーション
  =============================== */
  /* ===============================
     一覧に戻るリンク
  =============================== */
  /* ===============================
     レスポンシブ対応
  =============================== */
}
.single .inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.single .single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single .single__meta .news__date {
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  border-right: 1px solid #DDD;
  padding-right: 20px;
  color: #5A5A4B;
}
.single .single__meta .news__date--year {
  display: block;
  font-size: 0.9em;
  text-align: left;
}
.single .single__meta .news__date--md {
  display: block;
  font-size: 1.5em;
  font-weight: 600;
}
.single .single__meta .news__cat {
  background: rgba(99, 197, 212, 0.2);
  padding: 5px 20px;
  border-radius: 20px;
  margin-left: 20px;
  font-size: 0.9rem;
  color: #5A5A4B;
}
.single .single__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #5A5A4B;
  margin-left: 30px;
}
.single .single__thumb {
  margin-bottom: 40px;
}
.single .single__thumb img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.single .single__content {
  font-size: 1rem;
  line-height: 2;
  color: #5A5A4B;
}
.single .single__content p {
  margin-bottom: 1.5em;
}
.single .single__content a {
  color: #5A5A4B;
  text-decoration: underline;
}
.single .single__content a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.single .single__content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 20px 0;
}
.single .single__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0 40px;
  font-size: 0.95rem;
}
.single .single__nav a {
  color: #5A5A4B;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single .single__nav a:hover {
  opacity: 0.7;
}
.single .single__back {
  text-align: center;
}
.single .single__back a {
  display: inline-block;
  padding: 12px 40px;
  background: #63C5D4;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single .single__back a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .single {
    padding: 60px 0;
  }
  .single .single__meta {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .single .single__meta .news__cat {
    margin-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .single .single__title {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .single .single__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}