@charset "utf-8";

:root {
  --primary-color: #B5183E;
  --secondary-color: #ffff00;
}

/* 変数 */

/* stylelint-disable-line */

/* stylelint-disable-line */

/* stylelint-disable-line */

/* stylelint-disable-line */

/* stylelint-disable-line */

/* stylelint-disable-line */

/* stylelint-disable-line */

/* stylelint-disable-line */

/* stylelint-disable-line */

/* メディアクエリ */

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

/* Add the correct display in iOS 4-7.*/

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */

mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto; /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */

select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none;  /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */

[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */

[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */

/* Specify text selection background color and omit drop shadow */

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* リセットCSS */

body {
/* font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif; */
font-family: YakuHanMP,"Crimson Text",ryo-display-plusn,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体",YuMincho,"Yu Mincho","ＭＳ Ｐ明朝","MS PMincho",serif;	
	color: #000;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  min-width: 1400px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    min-width: 0;
  }
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity .3s ease-out;
}

a:hover {
  opacity: .7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}


@media (max-width: 767px) {
  .app::before {
    content: none;
  }
}

.app--top::before {
  height: 315px;
}

.app--post::before {
  content: none;
}

.container {
  max-width: 100%;
  width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}

.container--1000 {
  width: 1040px;
}

.container--1230 {
  width: 1270px;
}

.container--relative {
  position: relative;
}

.wrap {
  position: relative;
  overflow: hidden;
}

.transition {
  opacity: 0;
  transition: all .8s ease-out .5s;
}

@media (max-width: 767px) {
  .transition {
    transition: all .6s ease-out;
  }
}

.transition--delay {
  transition: all .8s ease-out 2s;
}

@media (max-width: 767px) {
  .transition--delay {
    transition: all .6s ease-out;
  }
}

.transition--inview {
  opacity: 1;
}

/* ベーススタイル */

/* 各種コンポーネント */

.post {
}

.post-header {
  text-align: center;
  background-color: #fff;
  padding: 60px 0 30px;
  color: #B5183E;
  color: var(--primary-color);
  letter-spacing: .1em;
}

@media (max-width: 767px) {
  .post-header {
    padding: 30px 0;
  }
}

.post-header__title {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .post-header__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.post-header__date {
  font-size: 14px;
}

.post-content {
  padding: 64px;
  margin-top: 80px;
  margin-bottom: 60px;
  background-color: #fff;
  letter-spacing: .1em;
}

@media (max-width: 767px) {
  .post-content {
    margin: 30px 0;
    padding: 20px;
  }
}

.post-content p:not(:last-child) {
  margin-bottom: 50px;
}

.post-content h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #B5183E;
  color: var(--primary-color);
}

@media (max-width: 767px) {
  .post-content h2 {
    font-size: 20px;
  }
}

.post-content h3 {
  background-color: #B5183E;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
  padding: 6px 20px;
  margin-bottom: 20px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .post-content h3 {
    font-size: 16px;
  }
}

.post-content h4 {
  font-size: 22px;
  color: #B5183E;
  color: var(--primary-color);
  font-weight: 400;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .post-content h4 {
    font-size: 16px;
  }
}

.post-footer {
  text-align: center;
  color: #fff;
  padding-bottom: 110px;
}

@media (max-width: 767px) {
  .post-footer {
    padding-bottom: 40px;
  }
}

.post-footer__back {
  color: #fff;
  letter-spacing: .1em;
  display: inline-flex;
  align-items: baseline;
}

.post-footer__back::after {
  width: 56px;
  height: 11px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAALCAYAAAAqaE4dAAAA6ElEQVRIidXVvS4GQRSH8R/REAUlOt+l0h1p3IWP+/DRuA20Gom8EeIWCKK0MsnZRmawu4rZp5zZ/8k8czZzppqmUSHLmMPj0KNN12iHVUxwgo0hhWoVTNxGB69DdLNPkZoFP3AQHXzAFU67itYs2PKKwxC9j44m0a2/hMcg2JJEj7AWopc4+010TIItbyG6Hg9REj3Hdu7jMQq2JNHjEL0riaY5WBqEL+g6JP8rM4+V+BVzPGfWUmYXn7iIB2oykyQLRRZ+2CvRJ7OYWdvBPvY6ZL6zhKckWCLdbFdyN9uHWbzjZlAVfAEiODH4qT/v0wAAAABJRU5ErkJggg==');
  display: block;
  content: '';
  margin-left: 30px;
}

.news-column {
  display: flex;
}

@media (max-width: 767px) {
  .news-column {
    display: block;
  }
}

.news-column__content {
  flex-grow: 1;
}

.news-column__sidebar {
  flex-shrink: 0;
  width: 330px;
  background-color: #fff;
  position: relative;
  padding: 60px 40px;
}

@media (max-width: 767px) {
  .news-column__sidebar {
    width: auto;
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.news-column__sidebar::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  bottom: 0;
  left: 100%;
  right: -9999px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .news-column__sidebar::before {
    content: none;
  }
}

.excerpt-list {
  margin-top: 22px;
  margin-bottom: 60px;
}

.excerpt {
  padding: 48px 64px;
  color: #fff;
  letter-spacing: .1em;
  border-bottom: 1px solid #7ba497;
}

@media (max-width: 767px) {
  .excerpt {
    padding: 20px;
  }
}

.excerpt__date {
  font-size: 14px;
  line-height: 1.5625;
}

@media (max-width: 767px) {
  .excerpt__date {
    font-size: 12px;
  }
}

.excerpt__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5625;
}

@media (max-width: 767px) {
  .excerpt__title {
    font-size: 14px;
  }
}

.excerpt a {
  color: inherit;
}

.widgets-item:not(:last-child) {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .widgets-item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.widgets-item__title {
  font-weight: 600;
  font-family: 'Arial', sans-serif;
  color: #B5183E;
  color: var(--primary-color);
  font-size: 24px;
  letter-spacing: .1em;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .widgets-item__title {
    font-size: 18px;
  }
}

.widget-list {
  letter-spacing: .2em;
  line-height: 1.5;
  list-style: none;
}

.widget-list__name {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .widget-list__name {
    margin-bottom: 4px;
  }
}

.widget-list__name:not(:first-child) {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .widget-list__name:not(:first-child) {
    margin-top: 20px;
  }
}

.widget-list__content {
  margin-left: 20px;
}

.widget-list__content::before {
  content: '- ';
}

.widget-list__item {
  margin-bottom: 10px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1a1a1a;
  color: white;
  height: 110px;
  width: 600px;
  max-width: 100%;
  font-size: 20px;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: .2em;
  position: relative;
  z-index: 1;
  transition: all .3s;
}

@media (max-width: 767px) {
  .button {
    height: 60px;
    font-size: 14px;
  }
}

.button:hover {
  color: #000;
  opacity: 1;
}

.button:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background-color: #fff;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
button::before, button::after {
  border-bottom: solid 5px #000; 
}
a::before{
  top: 0;
}
button::after{
  bottom: 0;
}
button:hover::before, button:hover::after {
  width: 100%;
}
.form-pre {
  margin: 50px 0;
  text-align: center;
  color: #fff;
  letter-spacing: .2em;
}

@media (max-width: 767px) {
  .form-pre {
    margin: 20px 0;
  }
}

.contact-form {
}

.forms {
  margin-bottom: 40px;

display:flex;
justify-content:space-between;
}

@media (max-width: 767px) {
  .forms {
    margin-bottom: 30px;
 display:block;
justify-content:space-between;
 }
}

.form-note {
  font-size: 13px;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .form-note {
    margin-bottom: 30px;
  }
}

.form-button {
  text-align: center;
}

.input-group {
  padding: 0 0;
	width: 45%;
}

@media (max-width: 767px) {
  .input-group {
    display: block;
 	width: 100%;
   margin-bottom: 14px;
    padding: 0;
  }
}

.input-group:last-child {
  margin-bottom: 0;
}

.input-group__name {
  width: 100%;
  margin-right: 36px;
  text-align: left;
  flex-shrink: 0;
  font-size: 18px;
  color: #fff;
  letter-spacing: .2em;
  padding-top: 10px;
}
.input-group__name2 {
  width: 100%;
  margin-right: 36px;
  text-align: left;
  flex-shrink: 0;
  font-size: 18px;
  color: #000;
  letter-spacing: .2em;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .input-group__name {
    font-size: 14px;
    width: auto;
    margin-bottom: 6px;
    line-height: 1.5;
    text-align: left;
  }
  .input-group__name2 {
    font-size: 14px;
    width: auto;
    margin-bottom: 6px;
    line-height: 1.5;
    text-align: left;
  }
}

.input-group__name--catalog {
  line-height: 1.5;
}

.input-group__content {
}

.input-group__input {
  background-color: #fff;
  border-radius: 3px;
  padding: 16px 30px;
  width: 480px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .2em;
}

@media (max-width: 767px) {
  .input-group__input {
    padding: 12px;
    width: 100%;
    font-size: 14px;
  }
}

.input-group__input:placeholder-shown {
  color: #9b9b9b;
}

.input-group__input:-ms-input-placeholder {
  color: #9b9b9b;
}

@media (max-width: 767px) {
  .input-group__input {
    font-size: 13px;
  }
}

.input-group__input--medium {
  max-width: 800px;
}

.input-group__select {
  background-color: #fff;
  border: 1px solid #707070;
  padding: 22px 12px;
  width: 100%;
}

@media (max-width: 767px) {
  .input-group__select {
    padding: 12px;
  }
}

.form-buttons {
  text-align: center;
}

.form-buttons2 {
  text-align: left;
}

.required {
  color: #c60000;
}

.form-buttons,.form-buttons2 {
  margin: 90px 0 120px;
}

@media (max-width: 767px) {
  .form-buttons {
    margin: 30px 0;
  }
}

.pre-footer {
  background-image: url(../images/contact.jpg);
  background-size: cover;
  background-position: center;
  padding: 60px 0 30px;
}

@media (max-width: 767px) {
  .pre-footer {
    padding: 30px 0;
  }
}

.pre-footer--recruit {
  background-image: none;
  background-color: #fff;
}

.pre-footer-nav {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -17px;
  list-style: none;
}

@media (max-width: 767px) {
  .pre-footer-nav {
    margin: -10px;
  }
}

.pre-footer-nav__item {
  width: calc(50% - 34px);
  margin: 20px 17px;
  font-size: 20px;
  letter-spacing: .2em;
}

@media (max-width: 767px) {
  .pre-footer-nav__item {
    width: calc(100% - 20px);
    font-size: 15px;
    margin: 10px;
  }
}

.pre-footer-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 110px;
  background-color: #fff;
  border: 2px solid rgba(48, 112, 93, .69);
  color: #B5183E;
  color: var(--primary-color);
  position: relative;
  z-index: 1;
  transition: all .3s;
}

@media (max-width: 767px) {
  .pre-footer-nav__link {
    height: 60px;
  }
}

.pre-footer-nav__link:hover {
  color: #fff;
  opacity: 1;
}

.pre-footer-nav__link:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.pre-footer-nav__link:hover::after {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAALCAYAAAAqaE4dAAAA7klEQVRIidXVu0rEQBiG4UexUSy0VDvxVFruHdl4F+peh6dmb8NDaSNIWE+3oKhYmmVgAotk1CQWk7eczPeRd5jknynLUoasYgGPXV9tNkc7rKPAMTa6FOUqGLjFE65xgs02JTkLfuIgij3gKopuNSnJWbDiDYdR9B6XOMX2X8J9EKwIokfxmxzjAme/ifZJsOJ9SrSIoucp0T4KVgTRYRS9i1c3iO5MbwpzMDUIX9F0SP5XZhFr8SrW8VKzFjIDfGEUf1DFXJBMlCz98CxFm8xyzdou9rHXIPOdFTwHwRThZJtSd7JtmMcHbjq1YAIc8jH4CY7tZAAAAABJRU5ErkJggg==');
}

.pre-footer-nav__link:hover .contact-icon {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAATCAYAAABlcqYFAAABV0lEQVQ4jb2VTSvEURTGf8O/rExKCqVQUhYWNrLQLPgAdhpbH0DJVtZiZ6dYWFha+wD21mQsFMmCKTUyZubRGce4TcO83Tx16r6c8zyd073npCTdA/1AD5AiHgRUgLyJKCJxQyTAO9AHbAO3nlG3sAxGgT3jt0zKTpwGXiMnUa1S4qomkgHGgUOg2CX5ClDwdSUszRWw5OVb75B8EcgBG8Bd7VTSh74wYW9A0onvLyVl/KyZTUo687gL9037vhyKzAdEWf3gVNLsLyIjkvYD363gbqaRyFwdwbSkm4DgQNKQ3yWSdiS9+V1B0kJd/FQrItSVz/Ai6VhSLjg7lzTQIK4tEbPNgDTE7h8xbYuYLUt6cl+LWW3i35GI2bCkoxZ9ayJJm//gsZM/FKNPNYX1rhLQCwwCzxG5jdO4q73rW2QNuI7Yhcd8Xfy3efLgk9GyiTkZDSUg/wkRGICHYCgRtQAAAABJRU5ErkJggg==');
}

.pre-footer-nav__link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background-color: #B5183E;
  background-color: var(--primary-color);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.pre-footer-nav__link::after {
  width: 56px;
  height: 11px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAALCAYAAAAqaE4dAAABA0lEQVRIidWWvU7DMBRGD4iliIGudCs/ZUw2XoZMHTuQZ4Cy5hlIWXiNlI5VpEpVhOg7gFrESNGVbhZkO03K4JzR9mfl3GvZOQjubvGQM+AYWFV9Wp6kzvlDH+2APlAAT8DlPhv5KigstIOvKnrVZBOfBb+Be+3gOzAF0rqiPguWrIEHFX3TjoroYJdwGwRLRHQMnKtoBkzCOHKKtkmwZKOiF3oRZWEcPYdxdG1a3EbBEhF9VNGlTVTewa1lg0/ANmfjvzInQE+PookPw5hkboAf4EUuqDxJC9dDfyoFqCnYJNM1jAXACBjWyPxFRGdHjgVS2bqYKtuEDvAFzKvCzj8Z4Be2STq6C9gxJgAAAABJRU5ErkJggg==');
  display: block;
  content: '';
  position: absolute;
  right: 26px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.pre-footer-nav__link--tel {
  background-color: #B5183E;
  color: #fff;
  font-weight: 600;
}

.pre-footer-nav__link--tel::after {
  content: none;
}


.footer {
  background-color: #fff;
  padding: 60px 0;
}

@media (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
}

.footer__wrap {
  display: flex;
  justify-content: space-between;
}
.app {
	position: relative;
}
p.copy {
	font-size: 10px;
	text-align: center;
}
@media (max-width: 767px) {
  .footer__wrap {
    display: block;
  }
}

.footer__logo {
  flex-shrink: 0;

}

@media (max-width: 767px) {
  .footer__logo {
    text-align: center;
    margin-bottom: 20px;
  }
}

.footer__nav {
  display: flex;
}

@media (max-width: 767px) {
  .footer__nav {
    display: block;
  }
}

.footer-address {
  letter-spacing: .2em;
  line-height: 1.8;
	margin-top: 0;
}

@media (max-width: 767px) {
  .footer-address {
    margin-bottom: 20px;
	  text-align: center
  }
}

.footer-address:not(:last-child) {
  margin-bottom: 26px;
}

@media (max-width: 767px) {
  .footer-address:not(:last-child) {
    margin-bottom: 18px;
  }
}

.footer-address__name {
  font-size: 18px;
}

@media (max-width: 767px) {
  .footer-address__name {
    font-size: 15px;
  }
}

.footer-address__content {
  font-size: 12px;
}

.footer-nav {
  letter-spacing: .2em;
}

.footer-nav:not(:last-child) {
  margin-right: 50px;
}

.footer-nav__name {
  font-size: 15px;
}

.footer-nav__content {
  font-size: 12px;
}

.footer-nav__content::before {
  content: '- ';
}

.footer-nav a {
  color: #000;
}

.header {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
  padding: 0 60px;
  transition: all .3s ease-in-out;
}

@media (max-width: 767px) {
  .header {
    padding: 0 20px;
  }
}

.header--top {
  position: fixed;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  .header--top {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 768px) {
  .header--shown {
    opacity: 1;
    visibility: visible;
  }
}

.header__wrap {
  position: relative;
  height: 120px;
  max-width: 100%;
  display: flex;
  color: #000;
}

@media (max-width: 767px) {
  .header__wrap {
    height: 50px;
    box-shadow: none;
    position: static;
  }
}

.header__logo {
  align-items: center;
  position: relative;
  z-index: 9998;
	display: flex;
}

@media (max-width: 767px) {
  .header__logo {
    margin-right: auto;
  }

  .header__logo img {
    height: 36px;
  }
}

.header__nav {
  margin-left: auto;
	display: flex;
}

@media (max-width: 767px) {
  .header__nav {
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    display: none;
    z-index: 9997;
    background-color: #fff;
  }
}

@media (max-width: 767px) {
  .header__nav--open {
    display: flex;
  }
}

.header__toggle {
  display: flex;
  align-items: center;
  margin-left: auto;
}

@media (min-width: 768px) {
  .header__toggle {
    display: none;
  }
}

.global-nav {
  list-style: none;
  margin-right: auto;
	display: flex;
}

@media (max-width: 767px) {
  .global-nav {
    display: block;
    padding-left: 0;
    width: 100%;
    margin-left: 0;
    z-index: 9997;
    color: #000;
  }
}

.global-nav__item {
  font-size: 16px;
  margin: 0 22px;
  display: flex;
  justify-content:  flex-end;  align-items: center;
  line-height: 1.3;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: .2em;
}

@media (max-width: 767px) {
  .global-nav__item {
    margin: 0;
    font-size: 13px;
    border-bottom: 1px solid #222;
  }
}

.global-nav__link {
  color: inherit;
  padding: 12px 0;
}

@media (max-width: 767px) {
  .global-nav__link {
    width: 100%;
    padding: 12px 20px;
  }
}

.global-nav__link--current {
  border-bottom: 3px solid #000;
}

.toggle {
  width: 50px;
  height: 50px;
  position: relative;
}

.toggle--open .toggle__bar--1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 23px;
}

.toggle--open .toggle__bar--2 {
  opacity: 0;
}

.toggle--open .toggle__bar--3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 23px;
}

.toggle__bar {
  width: 25px;
  height: 2px;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 1px;
  position: absolute;
  transition: all .2s ease-out;
}

.toggle__bar--1 {
  top: 16px;
  background-color: #000;
}

.toggle__bar--2 {
  top: 24px;
  background-color: #000;
}

.toggle__bar--3 {
  top: 32px;
  background-color: #000;
}

.left-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 132px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 170px;
}

@media (max-width: 767px) {
  .left-nav {
    position: fixed;
    bottom: 20px;
    right: 20px;
    top: auto;
    left: auto;
    padding-top: 0;
    width: auto;
    z-index: 100;
  }
}

.left-nav--top {
  padding-top: 230px;
}

.left-nav__text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-bottom: 34px;
  font-size: 14px;
  letter-spacing: .32em;
  line-height: 1;
}

@media (max-width: 767px) {
  .left-nav__text {
    display: none;
  }
}


.top-logo {
  width: 328px;
  height: 120px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

@media (max-width: 767px) {
  .top-logo {
    display: none;
  }
}

.top-hero {
  height: calc(100vh - 140px);
  background-size: cover;
  position: relative;
  margin-left: 132px;
	
}

@media (max-width: 767px) {
  .top-hero {
    height: 400px;
    margin-left: 0;
  }
}

.top-hero__wrap {
  position: absolute;
  right: 0;
  top: 280px;
	background: rgba(255,255,255,0.7);
	font-size: 38px;
	line-height: 1.5;
	padding: 30px;
	text-align: right;
}

@media (max-width: 767px) {
  .top-hero__wrap {
    margin: 40px;
  }
}

.top-hero-news {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px;
  color: #000;
  width: 980px;
	font-size: 30px;
	letter-spacing: 10px;

}




@media (max-width: 767px) {
  .top-hero-news {
	  position: relative;
    padding: 20px;
    width: 100%;
  top: 150px;
	  display: inline-block;
  left: 0;

	  text-align: center;

 }
}

.top-hero-news__date {
  font-size: 14px;
}

.top-hero-news__title {
 	font-size: 30px; 
	font-weight: 400;
	letter-spacing: 0.1em!important;
}

.top-hero-news__title a {
  color: #fff;
}

.hero {
  height: 408px;
  padding: 0 80px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  color: #fff;
  margin-left: 132px;
}

@media (max-width: 767px) {
  .hero {
    height: 250px;
    margin-left: 0;
    padding: 0 20px;
  }
	.top-hero-news__title {
 	font-size: 21px; 
	font-weight: 400;
}

}

.hero__title {
  font-weight: 400;
  font-size: 40px;
  letter-spacing: .2em;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .hero__title {
    font-size: 20px;
  }
}

.hero__subhead {
  font-size: 16px;
  letter-spacing: .1em;
  font-family: 'Century', serif;
}

@media (max-width: 767px) {
  .hero__subhead {
    font-size: 12px;
  }
}

.hero--news {
  background-image: url(../images/news-head.jpg);
}

.hero--contact {
  background-image: url(../images/contact-head.jpg);
}

.hero--maintenance {
  background-image: url(../images/maintenance-head.jpg);
}

.hero--company {
  background-image: url(../images/company-head.jpg);
}

.hero--work {
  background-image: url(../images/work-head.jpg);
}

.hero--recruit {
  background-image: url(../images/recruit-head.jpg);
}

.hero--service {
  background-image: url(../images/service-head.jpg);
}

.section-title {
  font-weight: 400;
  letter-spacing: .2em;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin-bottom: 46px;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.section-title::after {
  content: '';
  display: block;
  width: 43px;
  height: 2px;
  background-color: #fff;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.section-title--colored {
  color: #000;
}

.section-title--colored::after {
  background-color: #000;

}

.section-title--footer {
  margin-bottom: 68px;
}

@media (max-width: 767px) {
  .section-title--footer {
    margin-bottom: 30px;
  }
}

.pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 160px;
}

@media (max-width: 767px) {
  .pagination {
    margin-top: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
}

.pagination__item {
  font-size: 17px;
  width: 46px;
  height: 46px;
  border: 1px solid #fff;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .pagination__item {
    font-size: 14px;
    margin: 0 10px;
    width: 40px;
    height: 40px;
  }
}

.pagination__item--current {
  background-color: #fff;
  color: #B5183E;
  color: var(--primary-color);
  border: none;
}

.pagination__item a {
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.section-lead {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
  letter-spacing: .2em;
}

.table {
  border-collapse: collapse;
  width: 100%;
  color: #fff;
  font-size: 14px;
  letter-spacing: .2em;
}

@media (max-width: 767px) {
  .table {
    width: auto;
    font-size: 12px;
  }
}

.table:not(:last-child) {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .table:not(:last-child) {
    margin-bottom: 30px;
  }
}

.table th,
.table td {
  border: 1px solid #fff;
  padding: 18px 24px;
  word-break: break-all;
}

@media (max-width: 767px) {
  .table th,
  .table td {
    padding: 10px;
  }
}

.table thead {
  background-color: #1f4b3b;
}

.table tbody tr td:first-child {
  text-align: center;
}

.table-recruit {
  background-color: #fff;
  color: #000;
}

@media (max-width: 767px) {
  .table-recruit {
    width: 100%;
  }
}

.table-recruit th,
.table-recruit td {
  border-color: #B5183E;
  border-color: var(--primary-color);
  font-weight: 400;
}

.table-recruit th {
  width: 15%;
}

@media (max-width: 767px) {
  .table-recruit th {
    width: auto;
  }
}

/* セクション別スタイル */

.business-list--top {
}

.business-list--single {
  margin-bottom: 160px;
}

@media (max-width: 767px) {
  .business-list--single {
    margin-bottom: 40px;
  }
}

.business-list--single .business-list__image {
  height: auto;
}

.business-list--single .business-list__content {
  height: auto;
  padding-bottom: 110px;
}

@media (max-width: 767px) {
  .business-list--single .business-list__content {
    padding-bottom: 40px;
  }
}

.business-list--single .business-list__title::before {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .business-list--single .business-list__title::before {
    margin-bottom: 20px;
  }
}
.business-list__item--top {
	background: #eee!important;
	padding-bottom: 80px;
	
}
.business-list__item {
  display: flex;
	background: #fff;
}

@media (max-width: 767px) {
  .business-list__item {
    display: block;
  }
}

.business-list__item--reverse {
  flex-direction: row-reverse;
}

.business-list__content {
  padding: 100px 20px 60px 140px;
  width: 56.4%;
  height: 740px;
  position: relative;
}

@media (max-width: 767px) {
  .business-list__content {
    height: auto;
    padding: 40px 20px;
    width: 100%;
  }
}

.business-list__image {
  width: calc(100% - 56.4%);
  height: 662px;
}

@media (max-width: 767px) {
  .business-list__image {
    width: 100%;
    height: auto;
  }
}

.business-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.business-list__image--top {
  margin-top: 78px;
}

@media (max-width: 767px) {
  .business-list__image--top {
    margin-top: 0;
  }
}

.business-list__image--end {
  margin-bottom: -85px;
}

@media (max-width: 767px) {
  .business-list__image--end {
    margin-bottom: 0;
  }
}

.business-list__title {
  font-size: 38px;
  letter-spacing: .2em;
  font-weight: 400;
  margin-bottom: 40px;
  color: #000;
  line-height: 1.5;
}

.business-list__title::after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background-color: #000;
  margin-left: 6px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .business-list__title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .business-list__title::before {
    margin-bottom: 20px;
    width: 50px;
  }
	.business-list__title::after {

  width: 90px;

  margin-top: 15px;
}

}

.business-list__text {
  line-height: 2.375;
  letter-spacing: .2em;
}

.business-list__text:not(:last-child) {
  margin-bottom: 36px;
}

.business-list__number {
  font-size: 95px;
  color: #99b2a9;
  font-weight: 400;
  letter-spacing: .1em;
  font-family: 'Noto Serif JP', serif;
  line-height: 1;
  position: absolute;
  top: 46px;
  right: 110px;
}

@media (max-width: 767px) {
  .business-list__number {
    font-size: 30px;
    right: 20px;
    top: 20px;
  }
}

.business-list-box {
	background: url(../images/arrow0.png) no-repeat 95% center #eeeeee;
  padding: 50px 56px;
  max-width: 600px;
  letter-spacing: .2em;
  position: relative;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.business-list-box:hover {
	background: url(../images/arrow.png) no-repeat 95% center #000;
	color: #fff!important;

}

@media (max-width: 767px) {
  .business-list-box {
    padding: 20px;
    margin-right: 30px;
  }
}

.business-list-box__title {
  font-weight: 600;
  font-size: 24px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .business-list-box__title {
    font-size: 18px;
    margin-bottom: 6px;
  }
}

.business-list-box__title a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.business-list-box__title a:hover {
		color: #fff!important;
  opacity: 1!important;

}
.company-section {
  padding: 40px 0;
}

.greeting {
  background-color: #eee;
  padding: 80px 80px 60px 78px;
  margin-right: 100px;
  margin-bottom: 40px;
  margin-top: 75px;
  position: relative;
}

@media (max-width: 767px) {
  .greeting {
    margin-right: 0;
    padding: 0 0 30px 0 ;
    margin-bottom: 0;
  }
	.greeting h2 {
		padding: 20px 0 0 20px;
	}
}

.greeting::before {
  content: '';
  display: block;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 9999px;
  background-color: #fff;
  position: absolute;
}

.greeting__text {
  letter-spacing: .2em;
  margin-bottom: 36px;
  line-height: 2.375;
	width: 800px;
}

@media (max-width: 767px) {
  .greeting__text {
    margin-bottom: 20px;
	width: 100%;
  }
}

.greeting-column {
  display: flex;
}

@media (max-width: 767px) {
  .greeting-column {
    flex-direction: column-reverse;
  }
}

.greeting-column__image {
  flex-shrink: 0;
  margin-left: 60px;
  margin-right: -144px;
  margin-top: -130px;
}
.greeting-column__content dl {
display:flex;
  flex-wrap: wrap;
}
.greeting-column__content dt {
  background: #eee;
  width: 30%;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc; 
}
.greeting-column__content dd{
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #ccc; 
  width: 70%;
  background: #fff;
  box-sizing: border-box;
}
@media (max-width: 767px) {
.greeting-column__content  dl{
    flex-flow: column nowrap;
	padding: 0 20px 20px 20px;
  }
.greeting-column__content  dt,dd{
    width: 100%;
  }
.greeting-column__content  dd{
    border-left: none;
    width: 100%;
}
}
@media (max-width: 767px) {
  .greeting-column__image {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
}

.greeting-sign {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #B5183E;
  color: var(--primary-color);
  font-family: 'Noto Serif JP', serif;
  letter-spacing: .2em;
}

.greeting-sign__name {
  margin-right: 10px;
}

.greeting-sign__content {
  font-size: 30px;
}

@media (max-width: 767px) {
  .greeting-sign__content {
    font-size: 20px;
  }
}

.history {
  padding: 80px 0;
  background-image: url(../images/history.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .history {
    padding: 40px 0;
  }
}

.history-list__item {
  display: flex;
  letter-spacing: .2em;
  color: #fff;
  justify-content: center;
  align-items: baseline;
}

@media (max-width: 767px) {
  .history-list__item {
    display: block;
  }
}

.history-list__item:not(:last-child) {
  margin-bottom: 30px;
}

.history-list__name {
  width: 156px;
  font-weight: 600;
  font-size: 36px;
  margin-right: 36px;
  display: flex;
  line-height: 1;
  align-items: baseline;
}

@media (max-width: 767px) {
  .history-list__name {
    width: auto;
    font-size: 20px;
    margin-bottom: 8px;
  }
}

.history-list__gengo {
  font-size: 24px;
  margin-left: 14px;
}

@media (max-width: 767px) {
  .history-list__gengo {
    font-size: 15px;
  }
}

.history-list__content {
  width: 630px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .history-list__content {
    width: auto;
  }
}

.maintenance-section {
  padding: 60px 0;
}

@media (max-width: 767px) {
  .maintenance-section {
    padding: 30px 0;
  }
}

.maintenance-list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -23px;
}

.maintenance-list__item {
  background-color: #fff;
  width: calc(50% - 46px);
  margin: 20px 23px;
  padding: 20px;
  position: relative;
  display: flex;
}

@media (max-width: 767px) {
  .maintenance-list__item {
    width: calc(100% - 46px);
    flex-direction: column-reverse;
  }
}

.maintenance-list__content {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .maintenance-list__content {
    margin-right: 0;
  }
}

.maintenance-list__title {
  font-size: 28px;
  color: #B5183E;
  color: var(--primary-color);
  line-height: 1.35;
  font-weight: 400;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .maintenance-list__title {
    font-size: 20px;
  }
}

.maintenance-list__title a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.maintenance-list__text {
  font-size: 13px;
  text-decoration: underline;
  letter-spacing: .2em;
  word-break: break-all;
}

.maintenance-list__image {
  margin-left: auto;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .maintenance-list__image {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .maintenance-list__image img {
    width: 100%;
  }
}

.maintenance-list__label {
  position: absolute;
  top: 0;
  right: 0;
  width: 88px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  letter-spacing: .2em;
  line-height: 1.5;
  color: #fff;
}

.maintenance-list__label--pink {
  background-color: #c2108e;
}

.maintenance-list__label--blue {
  background-color: #227ba5;
}

.box {
  background-color: #fff;
  padding: 60px 90px 100px;
	height: 300px;

overflow-y: auto;
}

@media (max-width: 767px) {
  .box {
    padding: 30px 20px;
    margin: 0 -20px;
 	height: 150px; }
}

.box__text {
  letter-spacing: .2em;
  font-size: 14px;
}

.page-prologue {
  padding: 60px 0;
  text-align: center;
  color: #fff;
  letter-spacing: .2em;
}

@media (max-width: 767px) {
  .page-prologue {
    padding: 30px 0;
  }
}

.page-prologue__title {
  font-family: 'Noto Serif JP', serif;
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .page-prologue__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.page-prologue__lead {
}

.images-list img {
  width: 100%;
}

.work-section {
  padding: 60px 0 90px;
}

@media (max-width: 767px) {
  .work-section {
    padding: 30px 0;
  }
}

.recruit-section {
  padding: 40px 0 120px;
}

@media (max-width: 767px) {
  .recruit-section {
    padding: 30px 0;
  }
}

.top-nav {
  list-style: none;
  display: flex;
  justify-content:flex-end;
  padding: 60px ;
	  background: #000;

}

@media (max-width: 767px) {
  .top-nav {
    display: none;
    padding-left: 0;
    width: 100%;
    margin-left: 0;
    z-index: 9997;

  }
}

.top-nav__item {
  font-size: 16px;
  margin: 0 22px;
  display: flex;
  align-items: center;
  line-height: 1.3;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: .2em;
  color: #000;
}

@media (max-width: 767px) {
  .top-nav__item {
    margin: 0;
    font-size: 13px;
    border-bottom: 1px solid #aaa;
  }
}

.top-nav__link {
  color: #fff;
}

@media (max-width: 767px) {
  .top-nav__link {
    width: 100%;
    padding: 12px 20px;
  }
}

.top-business {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 1px;
}

@media (max-width: 767px) {
  .top-business {
    padding-top: 40px;
  }
}

.top-business-list {
  display: flex;
  flex-wrap: wrap;
}

.top-business-list__item {
  width: 25%;
}

@media (max-width: 767px) {
  .top-business-list__item {
    width: 50%;
  }
}

.top-business-list__item:not(:last-child) {
  border-right: 1px solid #fff;
}

.top-business-list__image {
  height: 348px;
}

@media (max-width: 767px) {
  .top-business-list__image {
    height: 50vw;
  }
}

.top-business-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.top-business-list__title {
  background-color: #000;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: .2em;
}

@media (max-width: 767px) {
  .top-business-list__title {
    font-size: 12px;
    text-align: center;
    height: 60px;
  }
}

/* ヘルパースタイル
 * このファイルでのみ !important 使用可能
 */

@media (min-width: 768px) {
  .only-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

.text-center {
  text-align: center;
}

@media (max-width: 767px) {
  .text-center--only-pc {
    text-align: left;
  }
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.lh-small {
  line-height: 1.4;
}

.lh2 {
  line-height: 2;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .mb50 {
    margin-bottom: 25px;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}

@media (max-width: 767px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}

@media (max-width: 767px) {
  .mb70 {
    margin-bottom: 35px !important;
  }
}

.mb80 {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.mb90 {
  margin-bottom: 90px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt80 {
  margin-top: 80px;
}

.mr30 {
  margin-right: 30px;
}

.text-10px {
  font-size: 10px;
}

@media (min-width: 768px) {
  .text-10px {
    font-size: 12px;
  }
}

.text-12px {
  font-size: 12px;
}

@media (min-width: 768px) {
  .text-12px {
    font-size: 14px;
  }
}

.text-14px {
  font-size: 14px;
}
.g_map {
	margin: 0;
	padding: 0;
height: 500px!important;}
.g_map iframe {
width: 100%!important;
height: 500px!important;
}
	@media (max-width: 767px) {
	.g_map {
	margin: 0;
	padding: 0;
height: 300px!important;}
.g_map iframe {
width: 100%!important;
height: 300px!important;
}

}

@media (min-width: 768px) {
  .text-14px {
    font-size: 16px;
  }
	}

.text-red {
  color: #ff0000;
}

.text-orange {
  color: #ff4b00;
}

.fwbold {
  font-weight: bold;
}

.fwnormal {
  font-weight: normal;
}

.right {
  text-align: right;
}

.screen-reader-text {
  display: none;
}
.effect-fade {
opacity:0!important;
transform:translate(0, 100px)!important;
transition:all 1500ms!important;
}

.effect-fade.effect-scroll {
opacity : 1!important;
transform : translate(0, 0)!important;
}
