@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* ==========================================================================
グローバル変数の定義
========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;700;900&display=swap");
/* ==========================================================================
Color
========================================================================== */
/* ==========================================================================
Font Family
========================================================================== */
/* ==========================================================================
Font Weight
========================================================================== */
/* Scss Document */
/* ==========================================================================
グローバル環境設定
========================================================================== */
/* ==========================================================================
Color
========================================================================== */
/* ==========================================================================
Font
========================================================================== */
h1, h2, h3, h4, h5, p, a, li, span, th, td {
  font-family: "Noto Sans JP", sans-serif !important; }

p {
  font-size: 16px;
  line-height: 1.7; }

/* ==========================================================================
Element Common
========================================================================== */
body {
  position: relative; }

/* Scss Document */
/* ==========================================================================
All Mixin
========================================================================== */
/* ==========================================================================
Keyframes
========================================================================== */
@keyframes yellowline {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
/* Scss Document */
/* ==========================================================================
Common Class
========================================================================== */
/* ==========================================================================
Background
========================================================================== */
.bg-black {
  background-color: #000; }

.bg-xl-gray {
  background-color: #f0f1f3; }

.bg-custom-primary {
  background-color: #ffdc00; }

/* ==========================================================================
Font
========================================================================== */
.primary-en {
  font-family: "Fira Sans", sans-serif !important; }

.f-light {
  font-weight: 300; }

.f-reg {
  font-weight: 400 !important; }

.f-s-bold {
  font-weight: 500; }

.f-bold {
  font-weight: 700; }

.f-13 {
  font-size: 13px; }

.f-14 {
  font-size: 14px; }

.f-15 {
  font-size: 15px; }

.f-16 {
  font-size: 16px; }

.f-18 {
  font-size: 18px; }

.f-24 {
  font-size: 24px; }

.f-26 {
  font-size: 26px; }

.l-h-lg {
  line-height: 2.0; }

.allcap {
  text-transform: uppercase; }

.l-sp-sm {
  letter-spacing: 1px; }

.l-sp-md {
  letter-spacing: 2px; }

.p-lg {
  font-size: 18px;
  line-height: 2.0; }
  @media screen and (max-width: 767px) {
    .p-lg {
      font-size: 16px; } }

/* ==========================================================================
Margin
========================================================================== */
.mt-35 {
  margin-top: 35px; }

.mt-50 {
  margin-top: 50px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-75 {
  margin-bottom: 75px; }

/* ==========================================================================
Padding
========================================================================== */
.pb-75 {
  padding-bottom: 75px; }

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px; }

/* ==========================================================================
Link
========================================================================== */
.link-black {
  color: #000; }
  .link-black:hover {
    color: #000;
    text-decoration: underline; }

.link-white {
  color: #fff; }
  .link-white:hover {
    color: #ffdc00;
    text-decoration: none; }

/* ==========================================================================
Button
========================================================================== */
.btn-lg {
  padding: 15px 75px !important;
  border-radius: 0 !important;
  font-size: 12px !important; }
  .btn-lg span {
    font-family: "Fira Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase; }

.btn-black {
  background-color: #000;
  color: #fff;
  border: none; }
  .btn-black:hover {
    background-color: transparent;
    color: #000;
    text-decoration: none; }

/* ==========================================================================
List Style
========================================================================== */
.list-style-none {
  list-style: none;
  padding-left: 0; }

/* ==========================================================================
Home Common Animation
========================================================================== */
/*.animated-yellowline {
	position: relative;
	z-index: 1;
}
.animated-yellowline__active {
	&:before {
		content: '';
		position: absolute;
		background-color: $primary-color;
		width: 100%;
		height: 15px;
		left: 0;
		bottom: 4px;
		z-index: -1;
		animation-name: yellowline;
		animation-duration: 1s;
		animation-direction: normal;
		animation-timing-function: ease-in;
		@include md-monitor() {
			display: none;
		}
	}
}*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 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: 1em;
  /* 2 */ }

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * 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"] {
  -webkit-appearance: button; }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  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; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * 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 */ }

/* 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; }

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

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

/* Scss Document */
/* ==========================================================================
Header
========================================================================== */
#header {
  padding: 15px 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999; }
  @media screen and (max-width: 991px) {
    #header {
      padding: 0; } }
  #header .inner-wrap {
    padding: 0 50px; }

#header__menu ul li {
  padding-right: 35px;
  /* Active Page */ }
  #header__menu ul li:last-child {
    padding-right: 0; }
  #header__menu ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 1;
    text-decoration: none; }
    #header__menu ul li a:after {
      content: '';
      width: 0;
      height: 15px;
      background-color: #ffdc00;
      position: absolute;
      z-index: -1;
      bottom: -5px;
      left: 0;
      transition: .3s; }
    #header__menu ul li a:hover:after {
      width: 100%; }
  #header__menu ul li.current-menu-item a:after {
    width: 100%; }

/* Logo */
#header__mb__logo {
  position: absolute;
  top: 15px;
  left: 15px; }

/* Toggler */
#header__mb__menu .menu {
  position: absolute;
  right: 10px;
  top: 0;
  width: 80px;
  height: 80px;
  z-index: 999999;
  padding-top: 10px; }
  #header__mb__menu .menu__line {
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 40px;
    left: 0;
    right: 0;
    margin: auto; }
    #header__mb__menu .menu__line--top {
      bottom: 60px; }
    #header__mb__menu .menu__line--center {
      bottom: 40px;
      width: 20px;
      left: -19px; }
    #header__mb__menu .menu__line--bottom {
      bottom: 20px; }
    #header__mb__menu .menu__line--top.active {
      bottom: 40px;
      transform: rotate(45deg); }
    #header__mb__menu .menu__line--center.active {
      transform: scaleX(0); }
    #header__mb__menu .menu__line--bottom.active {
      bottom: 40px;
      transform: rotate(135deg); }

/* Menu List */
#header__mb__menu .gnav {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 99; }
  @media screen and (max-width: 575px) {
    #header__mb__menu .gnav {
      padding: 0 15px; } }
  #header__mb__menu .gnav__wrap {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    left: 0;
    width: 100%; }
  #header__mb__menu .gnav__menu {
    text-align: center; }
    #header__mb__menu .gnav__menu li {
      padding-bottom: 35px; }
      #header__mb__menu .gnav__menu li:last-child {
        padding-bottom: 0; }
      #header__mb__menu .gnav__menu li a {
        color: #000;
        font-size: 18px;
        font-weight: 500; }
        #header__mb__menu .gnav__menu li a:hover {
          text-decoration: none; }

/* Scss Document */
/* ==========================================================================
Footer
========================================================================== */
@media screen and (max-width: 991px) {
  #footer__contact {
    text-align: center; } }
#footer__contact .left h2 {
  font-size: 18px;
  font-weight: 700; }
  @media screen and (max-width: 575px) {
    #footer__contact .left h2 {
      line-height: 1.5; } }
  #footer__contact .left h2 span {
    font-size: 36px; }

#footer__menu ul {
  text-align: center; }
  #footer__menu ul li {
    display: inline-block;
    padding-right: 25px; }
    #footer__menu ul li:last-child {
      padding-right: 0; }
    @media screen and (max-width: 767px) {
      #footer__menu ul li {
        display: block;
        padding-right: 0;
        padding-top: 15px; } }
    #footer__menu ul li a {
      font-size: 15px;
      font-weight: 500;
      color: #fff; }
      #footer__menu ul li a:hover {
        color: #ffdc00;
        text-decoration: none; }
#footer__menu img {
  width: 120px; }

/* Scss Document */
/* ==========================================================================
Page Common
========================================================================== */
.page-common__header {
  padding: 150px 0 50px;
  box-shadow: 0px 19px 25px -20px rgba(0, 0, 0, 0.15);
  text-align: center;
  background-color: #000;
  /* Breadcrumbs */ }
  .page-common__header h1 {
    font-size: 36px;
    font-weight: 700;
    color: #fff; }
  .page-common__header__breadcrumbs {
    color: #fff;
    margin-top: 25px; }
    .page-common__header__breadcrumbs span, .page-common__header__breadcrumbs a {
      font-size: 15px;
      color: #fff; }
    .page-common__header__breadcrumbs a {
      color: #fff;
      text-decoration: underline; }
      .page-common__header__breadcrumbs a:hover {
        color: #fff;
        text-decoration: none; }

.page-common__body {
  padding: 75px 0; }

.page-common-section__title {
  text-align: center;
  margin-bottom: 35px; }
  .page-common-section__title span {
    font-family: "Fira Sans", sans-serif;
    font-size: 15px;
    text-transform: uppercase; }
  .page-common-section__title h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: 5px; }
  .page-common-section__title__active h2:before {
    content: '';
    animation-name: yellowline;
    animation-duration: 1s;
    animation-direction: normal;
    animation-timing-function: ease-in;
    width: 100%;
    height: 15px;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: -7px;
    background-color: #ffdc00; }

/* Scss Document */
/* ==========================================================================
Home
========================================================================== */
/* ==========================================================================
Home Common Class
========================================================================== */
.home-section-title-common-en {
  font-family: "Fira Sans", sans-serif !important;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  display: inline-block; }
  .home-section-title-common-en__active:before {
    content: '';
    animation-name: yellowline;
    animation-duration: 1s;
    animation-direction: normal;
    animation-timing-function: ease-in;
    width: 100%;
    height: 15px;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: -3px;
    background-color: #ffdc00; }

.home-section-title-common-jp {
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    .home-section-title-common-jp {
      font-size: 26px; } }

/* ==========================================================================
Home Sections
========================================================================== */
#home__mainvisual {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../img/home/mainvisual-bg.jpg") center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  padding: 250px 0 300px; }
  @media screen and (max-width: 767px) {
    #home__mainvisual {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../img/home/mainvisual-bg-sm.jpg") center center;
      padding: 250px 0; } }
  #home__mainvisual h1 {
    font-size: 75px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.3;
    letter-spacing: 4px;
    margin-bottom: 35px;
    display: inline-block;
    /*
    span {
    	position: relative;
    	z-index: 1;
    	&:before {
    		content: '';
    		width: 100%;
    		height: 30px;
    		position: absolute;
    		animation-name: yellowline;
    		animation-duration: 1s;
    		animation-direction: normal;
    		animation-timing-function: ease-in;
    		z-index: -1;
    		left: 0;
    		bottom: 0px;
    		background-color: $primary-color;
    	}
    }*/ }
    @media screen and (max-width: 767px) {
      #home__mainvisual h1 {
        font-size: 36px; } }
  #home__mainvisual p {
    font-size: 18px;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      #home__mainvisual p {
        font-size: 16px; } }
  #home__mainvisual__news {
    position: absolute;
    z-index: 9;
    bottom: 15px;
    left: 0; }
    #home__mainvisual__news__left {
      margin-right: 35px;
      padding-right: 35px;
      border-right: 2px solid #fff; }
      @media screen and (max-width: 575px) {
        #home__mainvisual__news__left {
          display: none; } }
    #home__mainvisual__news__right h3 {
      line-height: 1.6; }
    #home__mainvisual__news .inner-wrap {
      padding: 35px 50px;
      background-color: rgba(0, 0, 0, 0.8); }
      @media screen and (max-width: 767px) {
        #home__mainvisual__news .inner-wrap {
          padding: 25px; } }

#home__service {
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    #home__service {
      background-color: rgba(255, 255, 255, 0.8); } }
  #home__service__bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    z-index: -1; }
  #home__service__tool1 {
    position: absolute;
    right: -50px;
    top: -50px;
    width: 15vw;
    transform: rotate(250deg); }
  #home__service__tool2 {
    position: absolute;
    bottom: -5vh;
    right: 5vw;
    width: 30vw;
    transform: rotate(200deg); }

#home__gallery {
  background-color: #fff;
  padding-top: 50px;
  margin-top: -100px; }
  #home__gallery img {
    width: 100%;
    height: 250px;
    object-fit: cover; }

#home__banner {
  background: url("../../img/home/banner-bg.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  @media screen and (max-width: 991px) {
    #home__banner {
      background-attachment: inherit; } }

#home__works__gallery .img-wrap {
  padding: 0 7px; }
  #home__works__gallery .img-wrap img {
    width: 100%;
    height: 350px;
    object-fit: cover; }
    @media screen and (max-width: 991px) {
      #home__works__gallery .img-wrap img {
        height: 250px; } }

#home__links .link-wrap {
  text-align: center;
  padding: 50px 25px;
  cursor: pointer; }
  #home__links .link-wrap--recruit {
    background: url("../../img/home/recruit-bg.jpg") center center no-repeat;
    background-size: cover; }
  #home__links .link-wrap--company {
    background: url("../../img/home/company-bg.jpg") center center no-repeat;
    background-size: cover; }
  #home__links .link-wrap h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: 2px; }
    @media screen and (max-width: 767px) {
      #home__links .link-wrap h3 {
        font-size: 20px;
        margin-bottom: 15px; } }
    #home__links .link-wrap h3 span {
      font-family: "Fira Sans", sans-serif;
      font-size: 50px;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        #home__links .link-wrap h3 span {
          font-size: 36px; } }
  #home__links .link-wrap p {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0; }

/* ==========================================================================
News Common Class
========================================================================== */
.news-common__body .post-wrap-common {
  padding: 25px 0;
  border-bottom: 1px dotted #dee2e6; }
  .news-common__body .post-wrap-common__date {
    margin-bottom: 0;
    font-size: 14px; }
  .news-common__body .post-wrap-common__cat {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .news-common__body .post-wrap-common__cat li {
      display: inline-block;
      padding-right: 5px; }
      .news-common__body .post-wrap-common__cat li a {
        border: 1px solid #000;
        font-size: 12px !important;
        padding: 5px 10px;
        background-color: #000;
        color: #fff; }
        .news-common__body .post-wrap-common__cat li a:hover {
          background-color: transparent;
          color: #000;
          text-decoration: none; }
  .news-common__body .post-wrap-common__title {
    font-size: 16px;
    font-weight: 400 !important;
    margin-bottom: 0; }

.post-pagenav-common {
  text-align: center; }

.post-pagenav-common .pages {
  display: none; }

.post-pagenav-common span {
  background-color: #ffdc00;
  border: 1px solid #ffdc00 !important;
  color: #000;
  padding: 10px 17px !important;
  font-size: 16px !important;
  margin: 5px !important;
  display: inline-block; }

.post-pagenav-common a {
  border: 1px solid #ffdc00 !important;
  color: #000 !important;
  padding: 10px 15px !important;
  font-size: 16px !important;
  display: inline-block; }

.post-pagenav-common a:hover {
  background-color: #ffdc00;
  color: #000 !important;
  text-decoration: none; }

.post-sidebar-common h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px; }
  .post-sidebar-common h3 span {
    font-family: "Fira Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase; }
.post-sidebar-common ul li {
  padding-bottom: 7px; }
  .post-sidebar-common ul li:last-child {
    padding-bottom: 0; }
  .post-sidebar-common ul li a {
    color: #000; }
    .post-sidebar-common ul li a:hover {
      color: #000;
      text-decoration: underline; }

/* ==========================================================================
Single
========================================================================== */
#news-single__body__cat {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px; }
  #news-single__body__cat li {
    display: inline-block;
    padding-right: 5px; }
    #news-single__body__cat li a {
      border: 1px solid #000;
      font-size: 12px !important;
      padding: 5px 10px;
      background-color: #000;
      color: #fff; }
      #news-single__body__cat li a:hover {
        background-color: transparent;
        color: #000;
        text-decoration: none; }

/* Page Nation */
#news-single__pagenav ul {
  list-style: none;
  padding-left: 0;
  text-align: center; }
  #news-single__pagenav ul li {
    display: inline-block;
    padding: 0 15px; }
    @media screen and (max-width: 991px) {
      #news-single__pagenav ul li {
        display: block;
        padding: 0 0 7px; }
        #news-single__pagenav ul li:last-child {
          padding-bottom: 0; } }
    #news-single__pagenav ul li a {
      color: #000; }
      #news-single__pagenav ul li a:hover {
        text-decoration: none;
        color: #ffdc00; }

/* ==========================================================================
事業内容
========================================================================== */
#services__service .page-common-section__title {
  margin-bottom: 0; }
#services__service .blurb-wrap {
  margin-top: 35px; }
  #services__service .blurb-wrap h3 {
    margin-top: 15px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px; }
  #services__service .blurb-wrap ul li {
    padding-bottom: 7px; }
    #services__service .blurb-wrap ul li:last-child {
      padding-bottom: 0; }

/* ==========================================================================
作業風景
========================================================================== */
#gallery__body {
  padding: 75px 0 45px; }
  #gallery__body .img-wrap {
    margin-bottom: 30px; }
    #gallery__body .img-wrap img {
      width: 100%;
      height: 250px;
      object-fit: cover; }
      @media screen and (max-width: 991px) {
        #gallery__body .img-wrap img {
          height: 150px; } }

/* ==========================================================================
会社概要
========================================================================== */
#company__company table th, #company__company table td {
  padding: 25px 15px;
  font-size: 16px;
  line-height: 1.7; }
  @media screen and (max-width: 767px) {
    #company__company table th, #company__company table td {
      display: block;
      padding: 15px; } }
@media screen and (max-width: 767px) {
  #company__company table th {
    background-color: #dee2e6; } }
#company__company table td ul li {
  padding-bottom: 7px; }
  #company__company table td ul li:last-child {
    padding-bottom: 0; }

/* ==========================================================================
個人情報保護方針
========================================================================== */
#privacy-policy__main h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #000; }
#privacy-policy__main h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px; }
#privacy-policy__main h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px; }
#privacy-policy__main ol li, #privacy-policy__main ul li {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.7; }
  #privacy-policy__main ol li:last-child, #privacy-policy__main ul li:last-child {
    padding-bottom: 0; }
  #privacy-policy__main ol li ul, #privacy-policy__main ul li ul {
    margin-top: 10px; }
    #privacy-policy__main ol li ul li, #privacy-policy__main ul li ul li {
      list-style: disc; }

/* ==========================================================================
お問い合わせ
========================================================================== */
#contact__access .location-wrap h3 {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 2px solid #000;
  padding-bottom: 15px;
  margin-bottom: 25px; }
#contact__access .location-wrap ul li {
  font-size: 18px;
  padding-bottom: 15px; }
  #contact__access .location-wrap ul li i {
    font-size: 25px;
    padding-right: 15px; }
#contact__access .location-wrap iframe {
  width: 100%;
  height: 250px; }
#contact__access .location-wrap--kagoshima iframe {
  height: 500px; }
  @media screen and (max-width: 991px) {
    #contact__access .location-wrap--kagoshima iframe {
      height: 250px; } }
