@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: url("../../img/noise.jpg");
  height: 120px;
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  top: 0;
  z-index: 99;
}
@media (max-width: 768px) {
  .header {
    height: 60px;
    width: 100vw;
    left: 0;
    padding: 10px 20px;
    position: fixed;
  }
}
.header::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(35, 56, 78, 0.9);
  z-index: -1;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 48px;
}
@media (max-width: 768px) {
  .header__inner {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}
.header__innerItem {
  text-align: right;
  color: #fff;
}
@media (max-width: 768px) {
  .header__innerItem {
    display: none;
  }
}
.header__innerItem .header__contact {
  padding: 7px 25px;
  color: rgba(35, 56, 78, 0.9);
  background-color: #E66032;
  margin-bottom: 10px;
  font-size: 0.82rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .header__logo {
    padding-left: 0;
  }
}
.header__logo img {
  width: 300px;
}
@media (max-width: 768px) {
  .header__logo img {
    max-width: 200px;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 30px;
  color: #fff;
  border-top: 1px solid #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__navItem {
  font-size: 1rem;
}
.header__nav li {
  position: relative;
  padding: 10px 0;
}
.header__nav__contact {
  padding: 12px 20px;
  border-radius: 6px;
  border: #000 1px solid;
  font-size: 0.94rem;
  background-color: transparent;
  color: #fff;
}
.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;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header__navSp span {
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #fff;
    top: 18px;
    right: 15px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .header__navSp span:nth-child(2) {
    top: 27px;
    width: 35px;
    right: 15px;
    height: 2px;
  }
  .header__navSp span:nth-child(3) {
    top: 37px;
    width: 35px;
    right: 15px;
    height: 2px;
  }
}
.header__navSp.active span:nth-child(1) {
  top: 28px;
  background: #fff;
  -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: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header #hamburger-navigation {
  display: none;
}
@media (max-width: 768px) {
  .header #hamburger-navigation {
    display: block;
    width: 100vw;
    height: 100%;
    background-color: rgb(35, 56, 78);
    color: #fff;
    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: 100%;
    overflow-y: auto;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header #hamburger-navigation .sections ul {
    text-align: left;
  }
  .header #hamburger-navigation .sections ul li {
    font-size: 2rem;
    padding: 6px 20px 0 0;
  }
  .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;
}

.top-contact {
  padding: 80px 0;
  background-color: rgba(136, 143, 134, 0.8);
}
.top-contact__inner {
  text-align: center;
}
.top-contact__innerItem {
  text-align: center;
  color: #000;
}
.top-contact__innerItem .head {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
}
.top-contact__innerItem .head__en {
  color: #000;
}
.top-contact__innerItem a {
  font: small-caption;
}
.top-contact__btn {
  background-color: #E66032;
  text-align: center;
  font-weight: bold;
  color: #000;
  width: 264px;
  height: 60px;
}
@media (max-width: 768px) {
  .top-contact__btn {
    width: 80%;
  }
}
.top-contact__btn img {
  padding-right: 18px;
}

.footer {
  text-align: center;
  background-color: rgba(35, 56, 78, 0.9);
}
.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: 32px;
}
@media (max-width: 768px) {
  .footer__inner {
    max-width: 100%;
    padding: 0 32px 12px;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 20px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 26px 0 20px;
}
@media (max-width: 768px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.footer__nav li {
  font-size: 0.875rem;
  border-right: 1px solid #fff;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .footer__nav li {
    border-right: none;
    padding-right: 0px;
    font-size: 1rem;
  }
}
.footer__nav li:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .footer__logo img {
    width: 80%;
  }
}
.footer .copyright {
  font-size: 0.65rem;
  padding: 20px 0;
  font-family: "Chakra Petch", sans-serif;
  background: #000;
  color: #fff;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: url("../../img/noise.jpg");
  color: #000;
}
@media (max-width: 768px) {
  body {
    font-size: 0.8rem;
  }
}
body .grecaptcha-badge {
  display: none;
}

.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head__text {
  font-family: "Chakra Petch", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  color: #fff;
}
@media (max-width: 768px) {
  .head__text {
    font-size: 1.5rem;
  }
}
.head__text::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #fff;
}
.head__textSub {
  font-family: "Chakra Petch", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  color: #000;
}
@media (max-width: 768px) {
  .head__textSub {
    font-size: 1.5rem;
  }
}
.head__textSub::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #000;
}
.head__en {
  font-family: "Chakra Petch", sans-serif;
  font-size: 6.3rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 768px) {
  .head__en {
    font-size: 2rem;
  }
}
.head__enSub {
  font-family: "Chakra Petch", sans-serif;
  font-size: 6.3rem;
  font-weight: bold;
  color: #000;
}
@media (max-width: 768px) {
  .head__enSub {
    font-size: 2rem;
  }
}

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

.text {
  font-size: 0.875rem;
  padding-bottom: 20px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .text {
    font-size: 0.9rem;
  }
}

.sub-fv {
  margin-top: 120px;
  height: 550px;
  width: 100%;
  background: url("../../img/pc_fv.jpg") no-repeat bottom left;
  background-size: cover;
}
@media (max-width: 768px) {
  .sub-fv {
    margin-top: 60px;
    padding: 0 0 25px 0;
    height: 190px;
  }
}
.sub-fv__inner {
  width: 100%;
  height: 100%;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
}
@media (max-width: 768px) {
  .sub-fv__inner {
    padding: 0;
  }
}
.sub-fv__title {
  font-size: 2.3rem;
  background: rgba(255, 213, 3, 0.8);
  padding: 20px 40px;
}
@media (max-width: 768px) {
  .sub-fv__title {
    font-size: 1.5rem;
    padding: 10px 20px;
  }
}

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

.contents .catch {
  font-size: 3rem;
  line-height: 1.3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Chakra Petch", sans-serif;
  text-align: center;
  margin: 100px 0 200px;
}
@media (max-width: 768px) {
  .contents .catch {
    font-size: 2rem;
    margin: 50px 0 90px;
  }
}

.borderes {
  border: 2px solid #fff;
  padding: 20px;
}

.whiteColor {
  color: #fff;
}

/*---スマホ時改行--*/
@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%;
  margin-top: 120px;
  background: rgba(35, 56, 78, 0.9);
  position: relative;
}
@media (max-width: 768px) {
  .fv {
    height: 290px;
    margin-top: 60px;
  }
}
.fv__inner {
  background: url("../../img/pc_fv.jpg") no-repeat top right;
  background-size: contain;
  text-align: left;
  padding: 40px 100px;
  color: #fff;
  height: 100%;
}
@media (max-width: 768px) {
  .fv__inner {
    padding: 0 16px;
    top: 240px;
  }
}
.fv__title {
  font-family: "Chakra Petch", sans-serif;
  font-size: 9.4rem;
  line-height: 1.3;
  font-weight: bold;
}
@media (max-width: 768px) {
  .fv__title {
    font-size: 3rem;
  }
}
.fv__head {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 2px;
}
.fv__text {
  font-size: 0.95rem;
  line-height: 1.8;
  letter-spacing: 0;
  margin-top: 16px;
  color: #fff;
}
@media (max-width: 768px) {
  .fv__text {
    font-size: 0.9rem;
  }
}
.fv__catch {
  position: absolute;
  top: 50px;
  left: 0;
  text-align: left;
  padding: 40px 100px;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6), 0 6px 16px rgba(0, 0, 0, 0.5), 0 10px 30px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .fv__catch {
    padding: 0 16px;
    top: 20px;
  }
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.top-news {
  padding: 100px 0;
  background-color: rgba(35, 56, 78, 0.9);
}
@media (max-width: 768px) {
  .top-news {
    padding: 40px 20px;
  }
}
.top-news .top-news__list {
  margin: 30px auto 0;
  max-width: 1400px;
}
@media (max-width: 768px) {
  .top-news .top-news__list {
    margin: 50px 10px 0;
  }
}
.top-news .top-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;
}
@media (max-width: 768px) {
  .top-news .top-news__listItem {
    padding: 16px 0;
  }
}
.top-news .top-news__listItem:last-child {
  border-bottom: 1px solid #DDD;
}
.top-news .top-news__listItem .news__date {
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  padding-right: 10px;
  color: #fff;
}
.top-news .top-news__listItem .news__date--year {
  display: block;
  font-size: 0.875rem;
  text-align: left;
}
.top-news .top-news__listItem .news__date--md {
  display: block;
  font-size: 1.5em;
}
.top-news .top-news__listItem .news__cat {
  background: rgba(136, 143, 134, 0.8);
  color: #000;
  padding: 5px 20px;
  margin: 0 20px;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .top-news .top-news__listItem .news__cat {
    padding: 5px 10px;
    margin: 0 10px;
  }
}
.top-news .top-news__listItem .news__item {
  color: #fff;
}

.top-contents {
  padding: 40px 0;
  background-color: rgba(35, 56, 78, 0.9);
}
@media (max-width: 768px) {
  .top-contents {
    padding: 40px 20px;
  }
}
.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) {
  .top-contents__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0;
    gap: 60px;
  }
}
.top-contents__innerItem {
  color: #fff;
  padding: 10px;
  max-width: 430px;
  width: 100%;
}
@media (max-width: 768px) {
  .top-contents__innerItem {
    padding: 0;
  }
}
.top-contents__innerItem img {
  max-width: 430px;
  width: 100%;
}
@media (max-width: 768px) {
  .top-contents__innerItem img {
    width: 100%;
  }
}
.top-contents__innerItem .text {
  font-size: 1.125rem;
  padding: 10px 0;
}
.top-contents__innerItem .viewmore {
  margin-top: 0;
}
.top-contents__innerItem .viewmore::after {
  background-color: #fff;
  color: #000;
}
.top-contents__innerItem .viewmore .link {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.top-about {
  background: rgba(136, 143, 134, 0.8);
  padding: 80px 0;
}
@media (max-width: 768px) {
  .top-about {
    padding: 40px 20px;
  }
}
.top-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 180px;
  padding: 10px 0 0;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .top-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 50px 0 0;
    padding: 0;
    gap: 40px;
  }
}
.top-about__innerItem {
  max-width: 800px;
  width: 100%;
  letter-spacing: 0;
}
.top-about__innerImg {
  max-width: 600px;
}
@media (max-width: 768px) {
  .top-about__innerImg {
    max-width: 190px;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.top-about__innerImg img {
  width: 100%;
}

.viewmore {
  text-align: end;
  font-size: 0.875rem;
  position: relative;
}
@media (max-width: 768px) {
  .viewmore {
    font-size: 1rem;
    margin-top: 20px;
  }
}
.viewmore::after {
  content: "→";
  position: absolute;
  top: 30%;
  right: 0;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  padding: 4px;
  font-size: 0.6rem;
  width: 18px;
  height: 18px;
}
.viewmore .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000;
  color: #000;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.erorr {
  color: #000;
}

.company {
  background-color: rgba(35, 56, 78, 0.9);
}
.company__inner {
  width: 100%;
  padding: 40px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .company__inner {
    padding: 6px;
  }
}
.company__table {
  width: 100%;
}
@media (max-width: 768px) {
  .company__table {
    font-size: 0.8rem;
  }
}
.company__table tr {
  border: 1px solid transparent;
}
.company__table td {
  border: 1px solid #000;
  padding: 20px;
}
@media (max-width: 768px) {
  .company__table td {
    padding: 20px 10px;
  }
}
.company__table th {
  border: 1px solid #000;
  background-color: rgba(136, 143, 134, 0.8);
  width: 160px;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 20px 10px;
}
@media (max-width: 768px) {
  .company__table th {
    width: 90px;
  }
}
.company__table iframe {
  width: 100%;
  height: 500px;
}
@media (max-width: 768px) {
  .company__table iframe {
    height: 260px;
  }
}
.company__img {
  max-width: 750px;
  width: 100%;
  margin: 50px auto 0;
  width: 100%;
  display: block;
}

.business-content {
  width: 100%;
  margin: 0 auto;
  background-color: rgba(35, 56, 78, 0.9);
}
.business-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media (max-width: 768px) {
  .business-content__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
.business-content__inner.bg {
  background-color: rgba(136, 143, 134, 0.8);
  width: 100%;
  padding: 50px;
}
@media (max-width: 768px) {
  .business-content__inner.bg {
    padding: 20px;
  }
}
.business-content__innerItem .text {
  font-size: 1rem;
}
.business-content__innerHead {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.business-content__inner ul {
  list-style-type: disc;
  list-style-position: inside;
}
.business-content__inner ul li::marker {
  color: #fff;
  font-size: 1em;
}
.business-content__text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .business-content__text {
    font-size: 0.8rem;
  }
}
.business-content__img img {
  max-width: 770px;
  width: 100%;
  border-radius: 5px;
}
.business-content__img p {
  font-size: 1.1rem;
  text-align: center;
  margin-top: 10px;
}
.business-content__head {
  text-align: left;
  font-size: 2rem;
  margin: 30px 0;
}
.business-content .bu-head span {
  color: rgb(255, 213, 3);
  font-weight: bold;
}

.business {
  width: 100%;
  margin: 0 auto;
  background-color: rgba(35, 56, 78, 0.9);
}
.business__block {
  margin-bottom: 50px;
}
.business__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
}
@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__inner.bg {
  background-color: rgba(136, 143, 134, 0.8);
  width: 100%;
  padding: 50px;
}
.business__innerItem {
  -ms-flex-line-pack: center;
      align-content: center;
}
.business__innerItem .text {
  font-size: 1rem;
}
.business__innerHead {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.business__inner ul {
  list-style-type: disc;
  list-style-position: inside;
}
.business__inner ul li::marker {
  color: #fff;
  font-size: 1em;
}
.business__content {
  width: 100%;
  margin: 0 auto;
  padding: 30px;
}
@media (max-width: 768px) {
  .business__content {
    padding: 0;
  }
}
.business__text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3;
}
@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;
}
.business__head {
  text-align: left;
  font-size: 2rem;
  margin: 30px 0;
}
.business .bu-head span {
  color: rgb(255, 213, 3);
  font-weight: bold;
}

.bg {
  background-color: rgba(35, 56, 78, 0.9);
  padding: 30px;
}

.bu-img {
  padding: 20px 50px 0;
}
@media (max-width: 768px) {
  .bu-img {
    padding: 0;
    max-width: 290px;
    display: contents;
  }
  .bu-img img {
    width: 100%;
  }
}

.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;
  }
}

.recruit {
  width: 100%;
  margin: 0 auto;
  background-color: rgba(136, 143, 134, 0.8);
}
@media (max-width: 768px) {
  .recruit {
    padding: 0;
  }
}
.recruit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media (max-width: 768px) {
  .recruit__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}
.recruit__inner.bg {
  background-color: rgba(136, 143, 134, 0.8);
  width: 100%;
  padding: 50px;
}
@media (max-width: 768px) {
  .recruit__inner.bg {
    padding: 40px 20px;
  }
}
.recruit__innerItem .text {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .recruit__innerItem .text {
    letter-spacing: 1px;
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .recruit__innerItem strong {
    font-size: 1rem;
  }
}
.recruit__innerHead {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.recruit__text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .recruit__text {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
.recruit__img img {
  max-width: 770px;
  width: 100%;
  border-radius: 5px;
}
.recruit__img p {
  font-size: 1.1rem;
  text-align: center;
  margin-top: 10px;
}
.recruit__head {
  text-align: left;
  font-size: 2rem;
  margin: 30px 0;
}
@media (max-width: 768px) {
  .recruit__head {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .recruit .pr-img {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .recruit .pr-img img {
    width: 100%;
  }
}
.recruit__table {
  font-size: 1.2rem;
  color: #fff;
  background-color: rgba(35, 56, 78, 0.9);
  padding: 30px;
}
.recruit__table th, .recruit__table td {
  padding: 20px 10px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .recruit__table th, .recruit__table td {
    font-size: 0.9rem;
    padding: 8px;
  }
}

.position {
  background-color: rgba(35, 56, 78, 0.9);
  padding: 100px 0;
}
@media (max-width: 768px) {
  .position {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .position__inner {
    margin: 50px 0;
  }
}
.position__inner .attention {
  background-color: #E66032;
  color: #fff;
  padding: 15px;
  margin-bottom: 30px;
  font-size: 1.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .position__inner .attention {
    font-size: 1.4rem;
  }
}
.position__table {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  padding: 30px;
}
.position__table th, .position__table td {
  padding: 20px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #000;
}
@media (max-width: 768px) {
  .position__table th, .position__table td {
    font-size: 0.9rem;
    padding: 8px;
  }
}
.position__table th {
  text-align: center;
  vertical-align: middle;
  font-size: 1.1rem;
  background-color: rgba(136, 143, 134, 0.8);
}
@media (max-width: 768px) {
  .position__table th {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .position__table td {
    font-size: 0.85rem;
  }
}

.re-head__textSub {
  font-family: "Chakra Petch", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  color: #000;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .re-head__textSub {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.re-head span {
  color: rgb(255, 213, 3);
  font-weight: bold;
}
.re-head .text {
  font-size: 1.05rem;
}

.contact {
  width: 100%;
  margin: 0 auto;
  background-color: rgba(136, 143, 134, 0.8);
}
@media (max-width: 768px) {
  .contact {
    margin: 0 auto;
  }
}
.contact__inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .contact__inner {
    padding: 50px 0;
  }
}
.contact-text {
  font-size: 1rem;
  text-align: left;
  line-height: 1.5;
}
.contact .attention {
  list-style-type: disc;
  list-style-position: inside;
}
@media (max-width: 768px) {
  .contact .attention {
    font-size: 0.9rem;
  }
}
.contact__form {
  margin: 100px 0 50px;
  border: 1px solid #000;
}
@media (max-width: 768px) {
  .contact__form {
    margin: 70px 0 20px;
  }
}
.contact__form .formList {
  display: grid;
  grid-template-columns: 240px 1fr;
  border-bottom: 1px solid #ccc;
}
.contact__form .formList:last-child {
  border-bottom: none;
}
.contact__form .formList dt {
  padding: 16px;
}
.contact__form .formList dd {
  padding: 10px;
  background-color: #fff;
}
.contact__form .formList dt {
  background: #f5f5f5;
  font-weight: 600;
}
.contact__form .formList dd input,
.contact__form .formList dd textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px;
}
.contact__form .required {
  color: #E66032;
  font-size: 0.8em;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .contact__form .formList {
    grid-template-columns: 1fr;
  }
  .contact__form .formList dt {
    border-bottom: 1px solid #ccc;
  }
}
.contact .formButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact .btnSubmit {
  background-color: #fff;
  color: #000;
  padding: 10px 20px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .contact .btnSubmit {
    font-size: 1.2rem;
  }
}
.contact .wpcf7-spinner {
  display: none;
}

@media (max-width: 768px) {
  .sub-fv.th {
    height: 420px;
    padding: 0px 30px;
  }
}
.sub-fv .thanks {
  max-width: 1200px;
  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: "Noto Sans JP", sans-serif;
}
.sub-fv .thanks .text {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 100%;
  margin-bottom: 40px;
  text-align: left;
}

.news {
  padding: 40px 0 60px;
  background-color: rgba(136, 143, 134, 0.8);
}
@media (max-width: 768px) {
  .news {
    padding: 0;
  }
}
.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 #000;
  -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 #000;
}
.news__listItem .news__date {
  display: inline-block;
  text-align: center;
  line-height: 1.2;
}
.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;
}
@media (max-width: 768px) {
  .news__listItem .news__date--md {
    font-size: 1.2em;
  }
}
.news__listItem .news__cat {
  background-color: #E66032;
  color: rgba(35, 56, 78, 0.9);
  font-weight: bold;
  padding: 5px 20px;
  margin: 0 20px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .news__listItem .news__cat {
    margin: 0 10px;
    padding: 10px 0px;
    width: 70px;
    text-align: center;
    font-size: 0.688rem;
  }
}
.news__listItem .news__cat.cat-accomplish {
  background: #000;
}
.news__listItem .news__cat.cat-column {
  background: rgba(222, 21, 21, 0.7411764706);
  color: rgba(35, 56, 78, 0.9);
}
@media (max-width: 768px) {
  .news__listItem .news__title {
    width: 194px;
    display: block;
  }
}

.title {
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .title {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  gap: 10px;
}
.pager .page-numbers {
  padding: 10px;
  background: #fff;
}
.pager .page-numbers.current {
  background: #c6c5c5;
  color: rgba(35, 56, 78, 0.9);
}

.single {
  background-color: rgba(136, 143, 134, 0.8);
  /* ===============================
     メタ情報（日付・カテゴリー）
  =============================== */
  /* ===============================
     タイトル
  =============================== */
  /* ===============================
     アイキャッチ
  =============================== */
  /* ===============================
     本文
  =============================== */
  /* ===============================
     前後ナビゲーション
  =============================== */
  /* ===============================
     一覧に戻るリンク
  =============================== */
  /* ===============================
     レスポンシブ対応
  =============================== */
}
.single .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 40px;
  background: #fff;
}
.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: #000;
}
.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: #E66032;
  padding: 5px 20px;
  margin-left: 20px;
  font-size: 0.9rem;
  color: rgba(35, 56, 78, 0.9);
}
.single .single__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .single .single__title {
    font-size: 1.8rem;
    margin-left: 0;
  }
}
.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: #000;
}
.single .single__content p {
  margin-bottom: 1.5em;
}
.single .single__content a {
  color: #000;
  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: #000;
  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;
  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;
  background-color: rgba(35, 56, 78, 0.9);
}
.single .single__back a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 12px rsba(0, 0, 0, 0.2);
          box-shadow: 0 6px 12px rsba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .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;
  }
}