@charset "UTF-8";
/*
Theme Name: 小路谷写真株式会社
Theme URI:
Description: 奈良県奈良市の小路谷写真館・フォトスタジオです。
Version: 1.0
Author: 小路谷写真株式会社
Author URI:
*/
@-ms-viewport {
  width: device-width;
}

*,
*:hover,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::selection {
  background: #197e3c;
  color: #fff;
}

html {
  word-wrap: break-word;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

table {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  table {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
}

span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

a {
  font-size: 16px;
  font-size: 1.6rem;
  outline: none;
  text-decoration: none;
}

a:link, a:visited {
  color: #222;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

body {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: "TB新聞ゴシック M", TBNPGothic M, Hiragino Kaku Gothic ProN, Arial, sans-serif;
}

li {
  list-style-type: none;
}

form, input, textarea, label, button, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  text-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  background: none;
  outline: none;
}

.hamburger-menu {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .hamburger-menu {
    display: block;
    font-family: "TB新聞ゴシック M";
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 50%;
    background: linear-gradient(to right, #137b3e 0%, #51d87a 100%);
    width: 56px;
    height: 56px;
    position: static;
    z-index: 1502;
  }
  .hamburger-menu:hover {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
  }
}

.hamburger-title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

/*!------------------------------------*    Base
\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .drawer-nav {
    position: fixed;
    z-index: 4998;
    top: 0;
    overflow: hidden;
    width: 240px;
    height: 100%;
    color: #222;
    background-color: #fff;
    display: block;
  }
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 2%;
  padding-top: 96px;
  height: 100%;
}

.drawer-menu-item {
  font-size: 1.4rem;
  display: block;
  padding: 1.25rem .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 4997;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -240px;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav, .drawer--right .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 240px;
}

/*!------------------------------------*    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 5000;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding-top: 27px;
  padding-right: 42px;
  padding-bottom: 30px;
  padding-left: .75rem;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
  left: 11px;
  width: 30px;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
}

.drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
  width: 30px;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
}

.drawer-hamburger-icon:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}

.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
  z-index: 9999;
}

.drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after {
  top: 0;
  z-index: 9999;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}

/*!------------------------------------*    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
  /*! Left */
  /*! Right */
  /*! container */
}

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
  /*! container */
}

.drawer-navbar {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .drawer-navbar {
    z-index: 1999;
    top: 0;
    width: 100%;
    display: block;
  }
}

/*!------------------------------------*    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0.5rem 0 2rem;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 98%;
  list-style: none;
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}

.drawer-dropdown-menu-item {
  line-height: 1.6;
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
  font-family: "TB新聞ゴシック M";
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

.drawer-dropdown .drawer-caret {
  display: inline-block;
  color: #197e3c;
  margin-top: 6px;
  position: absolute;
  right: 24px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  width: 10px;
  height: 10px;
  border-top: 2px solid #197e3c;
  border-right: 2px solid #197e3c;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.drawer-dropdown.open .drawer-caret {
  margin-top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*! drawer-caret */
/*! open */
/*!------------------------------------*    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}

.font-size_01 {
  font-size: 20px;
}

.bold_on {
  font-weight: bold;
}

.bold_off {
  font-weight: normal;
}

.btn-01 {
  border-radius: 1000px;
  width: 240px;
  background: linear-gradient(to right, #137b3e 0%, #51d87a 100%);
  border: 2px solid #fff;
  display: block;
  text-align: center;
  margin: auto;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

.btn-01 p {
  text-align: center;
  color: #fff;
}

.btn-01 span {
  text-align: center;
  color: #fff;
}

.back-top {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .back-top {
    padding-bottom: 4%;
  }
}

.btn-b_green {
  border-radius: 1000px;
  width: 240px;
  background: #fff;
  border: 2px solid #197e3c;
  display: block;
  text-align: center;
  margin: auto;
  font-size: 14px;
  font-size: 1.4rem;
  color: #197e3c;
  font-weight: normal;
  transition: all 0.25s ease;
}

.btn-b_green span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #197e3c;
}

.btn-orange {
  display: block;
  text-align: center;
  background: linear-gradient(to right, #ff7200 0%, #ff9400 100%);
  max-width: 280px;
  border-radius: 1000px;
  border: 2px solid #fff;
  font-weight: normal;
  display: block;
  margin: auto;
  font-size: 14px;
  font-size: 1.4rem;
  transition: all 0.25s ease;
}

.btn-white {
  display: block;
  text-align: center;
  background: #fff;
  width: 240px;
  border-radius: 1000px;
  border: 2px solid #222;
  font-weight: normal;
  display: block;
  margin: auto;
  font-size: 14px;
  font-size: 1.4rem;
  transition: all 0.25s ease;
}

.btn-padding_01 {
  padding: 8px 0;
}

.btn-padding_02 {
  padding: 14px 0;
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .btn-mini {
    width: 200px;
    padding: 8px 0;
  }
}

.blur-btn {
  background: rgba(240, 240, 240, 0.75) url(../images/arrow_next_w.svg) 54% 52%/24% no-repeat;
  width: 48px;
  height: 48px;
  box-shadow: 0 0 10px 0px #333;
  border-radius: 50%;
}

.circle-blur_bg {
  width: 64px;
  height: 64px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -32px;
  margin: auto;
}

.circle-blur_bg span {
  font-size: 28px;
  font-size: 2.8rem;
  position: relative;
  top: 4px;
  color: #197e3c;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .circle-blur_bg span {
    top: 7px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.studio-icon {
  background: url("./images/studio.svg") 91% 50% no-repeat;
  background-size: 16px 16px;
  display: block;
  color: #197e3c;
  line-height: 1.4;
  font-size: 14px;
  font-size: 1.4rem;
}

.studio-icon01 {
  background: url("./images/studio_01.svg") 93% 50% no-repeat;
  background-size: 16px 16px;
  display: block;
  color: #197e3c;
}

.map-icon {
  background: #fff url("./images/map-icon.png") 93% 50%/6% no-repeat;
  display: block;
}

.arrow {
  position: relative;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 80%;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow-type_03 {
  right: 0;
}

.arrow-type_03::before {
  width: 10px;
  height: 10px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-type_04 {
  right: 0;
}

.arrow-type_04::before {
  width: 8px;
  height: 8px;
  bottom: 4px;
  border-top: 2px solid #197e3c;
  border-right: 2px solid #197e3c;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.arrow-type_05 {
  right: 0;
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .arrow-type_05 {
    display: block;
  }
}

.arrow-type_05::before {
  width: 10px;
  height: 10px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .arrow-type_05::before {
    display: block;
  }
}

.flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .flexd-c {
    flex-direction: column;
  }
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .flexd-r {
    flex-direction: column-reverse;
  }
}

.flex {
  display: flex;
  align-items: center;
  margin: auto;
}

.flex-1 {
  display: flex;
  align-items: center;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .flex-1 {
    flex-direction: column-reverse;
  }
}

.color-red {
  color: red;
}

.color-02 {
  color: #bcc65c;
}

.color-03 {
  color: #bcc65c;
}

.color-04 {
  color: #7b8d42;
}

.bg-01 {
  background: #e8f2eb;
}

.inline-block {
  display: inline-block;
  letter-spacing: 2px;
}

.indent_01 {
  text-indent: -1em;
  margin-left: 1em;
}

.indent_02 {
  margin-left: 1.1em;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .indent_02 {
    margin-left: 0;
  }
}

.border-01 {
  border-bottom: 1px solid #ccc;
  margin: 4px auto;
  width: 86%;
  text-align: center;
}

.border-02 {
  border-bottom: 1px solid #ccc;
  height: 1px;
  width: 100%;
  text-align: center;
}

h1 {
  font-size: 28px;
  font-size: 2.8rem;
  color: #222;
  font-family: YuMincho,'Yu Mincho';
  font-weight: normal;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

h2 {
  font-size: 38px;
  font-size: 3.8rem;
  color: #A7C6AE;
  line-height: 1.8;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}

h3 {
  font-size: 28px;
  font-size: 2.8rem;
  color: #222;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #222;
}

h5 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #222;
}

.txt-c {
  text-align: center;
}

.txt-l {
  text-align: left;
}

.txt-r {
  text-align: right;
}

.txt-cl {
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .txt-cl {
    text-align: left;
  }
}

.txt-lc {
  text-align: left;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .txt-lc {
    text-align: center;
  }
}

.margin-auto {
  margin: auto;
}

.margin-tb_01 {
  margin: 1vh 0;
}

.margin-tb_02 {
  margin: 2vh 0;
}

.margin-tb_03 {
  margin: 4vh 0;
}

.margin-tb_04 {
  margin: 8vh 0;
}

.margin-tb_05 {
  margin-top: 0;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .margin-tb_05 {
    margin: 2vh auto;
  }
}

.margin-t_recruit {
  margin-top: 10vh;
}

.margin-rl_01 {
  margin: 0 8px;
}

.margin-rl_02 {
  margin: 0 16px;
}

.margin-t_01 {
  margin-top: 1vh;
}

.margin-t_02 {
  margin-top: 2vh;
}

.margin-t_03 {
  margin-top: 4vh;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .margin-t_03 {
    margin-top: 0vh;
  }
}

.margin-t_04 {
  margin-top: 8vh;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .margin-t_04 {
    margin-top: 2vh;
  }
}

.margin-t_05 {
  margin-top: 2%;
}

.margin-t_06 {
  margin-top: 4vh;
}

.margin-r_01 {
  margin-right: 8px;
}

.margin-r_02 {
  margin-right: 16px;
}

.margin-r_03 {
  margin-right: 24px;
}

.margin-r_05 {
  margin-right: 2%;
}

.margin-b_01 {
  margin-bottom: 1vh;
}

.margin-b_02 {
  margin-bottom: 2vh;
}

.margin-b_03 {
  margin-bottom: 4vh;
}

.margin-b_04 {
  margin-bottom: 8vh;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .margin-b_04 {
    margin-bottom: 2vh;
  }
}

.margin-b_05 {
  margin-bottom: 2%;
}

.margin-b_06 {
  margin-bottom: 12vh;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .margin-b_06 {
    margin-bottom: 2vh;
  }
}

.margin-l_01 {
  margin-left: 8px;
}

.margin-l_02 {
  margin-left: 16px;
}

.margin-l_05 {
  margin-left: 2%;
}

.margin-none {
  margin: 0;
}

.margin-l {
  margin-left: 6%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .margin-l {
    margin-left: 0;
  }
}

.margin-t {
  margin-top: 6%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .margin-t {
    margin-top: 0;
  }
}

.margin-r {
  margin-right: 6%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .margin-r {
    margin-right: 0;
  }
}

.margin-b {
  margin-bottom: 6%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .margin-b {
    margin-bottom: 0;
  }
}

.padding-l {
  padding-left: 3%;
}

.padding-t {
  padding-top: 3%;
}

.padding-r {
  padding-right: 3%;
}

.padding-b {
  padding-bottom: 3%;
}

.padding-auto {
  padding: auto;
}

.padding-b_recruit {
  padding-bottom: 10vh;
}

.padding-tb_recruit {
  margin: 4vh 0 7vh;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .padding-tb_recruit {
    padding: 1vh 0 0;
  }
}

.padding-t_title {
  padding: 8vh 0 0;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .padding-t_title {
    padding: 4vh 0;
  }
}

.padding-tb_01 {
  padding: 8px 0;
}

.padding-tb_02 {
  padding: 16px 0;
}

.padding-tb_03 {
  padding: 32px 0;
}

.padding-tb_04 {
  padding: 8vh 0;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .padding-tb_04 {
    padding: 6vh 0;
  }
}

.padding-rl_01 {
  padding: 0 8px;
}

.padding-rl_02 {
  padding: 0 16px;
}

.padding-t_01 {
  padding-top: 2vh;
}

.padding-t_02 {
  padding-top: 16px;
}

.padding-t_03 {
  padding-top: 24px;
}

.padding-t_04 {
  padding-top: 8vh;
}

.padding-r_01 {
  padding-right: 8px;
}

.padding-r_02 {
  padding-right: 16px;
}

.padding-r_03 {
  padding-right: 24px;
}

.padding-b_title {
  padding: 0 0 8vh;
}

.padding-b_01 {
  padding-bottom: 12vh;
}

.padding-b_02 {
  padding-bottom: 4.5vh;
}

.padding-b_03 {
  padding-bottom: 24px;
}

.padding-b_04 {
  padding-bottom: 10vh;
}

.padding-l_01 {
  padding-left: 8px;
}

.padding-l_02 {
  padding-left: 16px;
}

.padding-l_03 {
  padding-left: 24px;
}

.padding-none {
  padding: 0;
}

.padding-b_none {
  padding-bottom: 0;
}

.padding-tableform {
  padding: 16px 16px 0 !important;
}

.border-none {
  border: none !important;
}

.border-padding_01 {
  border-bottom: 1px solid #ccc;
  padding: 2vh 0;
  width: 100%;
  margin: auto;
}

.pc-line {
  display: block;
}

.tablet-line {
  display: none;
}

.mobile-line {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .pc-line {
    display: none;
  }
  .tablet-line {
    display: block;
  }
  .mobile-line {
    display: block;
  }
}

.menu-anim_hover {
  transition: all 0.2s ease;
  opacity: .85;
  background: rgba(255, 255, 255, 0.85);
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .menu-anim_hover {
    transition: none;
    opacity: 1;
    background: rgba(255, 255, 255, 0.85);
  }
}

.menu-anim_hover:hover {
  transition: all 0.2s ease;
  opacity: 1;
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .menu-anim_hover:hover {
    transition: none;
  }
}

.display-b {
  display: block;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .pc-display {
    display: none;
  }
}

.sp-display {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .sp-display {
    display: block;
  }
}

.wbBreakAll {
  -ms-word-break: break-all;
  word-break: break-all;
}

.wbBreakWord {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.accordion-container {
  position: relative;
  width: 100%;
  border: 1px solid #0079c1;
  border-top: none;
  outline: 0;
  cursor: pointer;
}

.accordion-container .active-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  background: #000;
  cursor: pointer;
}

.accordion-container .active-title:hover, .accordion-container .active-title:active {
  background-color: #00aaa7;
  color: white;
}

.accordion-container .content-entry.open .active-title {
  background-color: #00aaa7;
  color: white;
}

.accordion-container .active-title:hover i:before, .accordion-container .active-title:hover i:active {
  color: white;
}

.accordion-container .content-entry.open i {
  color: white;
}

.active-title {
  position: relative;
}

.active-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease;
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #197e3c;
  border-right: solid 2px #197e3c;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.active-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-contents {
  display: none;
}

.accordion-container {
  width: 300px;
  margin: 1.875em auto;
}

#header {
  display: block;
  width: 100%;
  margin: auto;
  z-index: 4999;
  background: #ffffff;
  position: fixed;
  top: 0;
}

#header .header-navi {
  margin: auto;
  display: block;
  padding: 8px 3vw;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #header .header-navi {
    padding: 8px;
  }
}

#header .header-navi ul {
  display: flex;
  align-items: center;
}

#header .header-navi ul .header-main_menu {
  list-style-type: none;
  margin-right: 3vw;
  text-align: center;
  position: relative;
}

#header .header-navi ul .header-main_menu:hover > ul {
  transition: all 0.2s ease;
  opacity: 1;
  transform: scaleY(1);
  transform-origin: top center;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #header .header-navi ul .header-main_menu {
    display: none;
  }
}

#header .header-navi ul .header-main_menu:first-child {
  margin-left: 0;
  margin-right: auto;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #header .header-navi ul .header-main_menu:first-child {
    display: block;
  }
}

#header .header-navi ul .header-main_menu:nth-child(6) {
  width: 260px;
  margin-right: 0;
  border-radius: 1000px;
  background: linear-gradient(to right, #B31A2F 0%, #FA546B 100%);
  display: block;
  color: #fff;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #header .header-navi ul .header-main_menu:nth-child(6) {
    background: url() linear-gradient(to right, #B31A2F 0%, #FA546B 100%);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    position: relative;
    right: 8px;
  }
  #header .header-navi ul .header-main_menu:nth-child(6) a {
    width: 64px;
    height: 64px;
  }
}

@media screen and (min-width: 0px) and (max-width: 959px) and (min-width: 0px) and (max-width: 959px) {
  #header .header-navi ul .header-main_menu:nth-child(6) a span {
    display: none;
  }
}

#header .header-navi ul .header-main_menu .submenu {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  left: -60%;
  padding: 14px 0;
  z-index: 2000;
  width: 240px;
  margin: auto;
  text-align: center;
  transition: all 0.2s ease;
  opacity: 0;
  display: block;
  transform: scaleY(0);
  transform-origin: top center;
}

#header .header-navi ul .header-main_menu .submenu:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(247, 221, 51, 0);
  border-top-width: 20px;
  border-bottom-width: 20px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-bottom-color: #fff;
  bottom: 100%;
  left: 24%;
}

#header .header-navi ul .header-main_menu .submenu li {
  text-align: left;
  padding: 6px 20px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #header .header-navi ul .header-main_menu .submenu li {
    display: none;
  }
}

#header .header-navi ul .header-main_menu .submenu li a {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "TB新聞ゴシック M";
}

#header .header-navi ul .header-main_menu .header-logo {
  display: flex;
  align-items: center;
  padding: 0;
}

#header .header-navi ul .header-main_menu .header-logo img {
  width: 48px;
  height: 58px;
  margin-right: 12px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #header .header-navi ul .header-main_menu .header-logo img {
    margin-right: 8px;
  }
}

#header .header-navi ul .header-main_menu .header-logo h1 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  font-family: "TB新聞ゴシック M";
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #header .header-navi ul .header-main_menu .header-logo h1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#header .header-navi ul .header-main_menu h3 {
  color: #fff;
}

#header .header-navi ul .header-main_menu .header-menu_link {
  text-decoration: none;
  height: 72px;
  display: flex;
  align-items: center;
}

#header .header-navi ul .header-main_menu .header-menu_link span {
  color: #222;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "TB新聞ゴシック M";
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  letter-spacing: 1px;
  font-weight: bold;
}

#header .header-navi ul .header-main_menu .header-menu_link span.smaller {
  color: #fff;
}

#header .header-navi ul .header-main_menu .header-menu_link span:hover {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.contact-icon {
  background: url("./images/contact.svg") 11% 50% no-repeat;
  padding: 16px 0;
  background-size: 28px 28px;
  text-decoration: none;
  display: block;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .contact-icon {
    background: url("./images/contact.svg") 38% 40%/53% no-repeat;
  }
}

.contact-icon .nav-color {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 10%;
}

input::-webkit-input-placeholder {
  line-height: 1.4;
}

.futura-01 {
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-family: futura-pt, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
}

.futura-01:first-letter {
  font-size: 54px;
  font-size: 5.4rem;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .futura-01 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .futura-01:first-letter {
    font-size: 44px;
    font-size: 4.4rem;
  }
}

.futura-02 {
  letter-spacing: 0;
  font-weight: normal;
  font-style: normal;
  padding-bottom: 16px;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: futura-pt, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .futura-02 {
    padding-top: 4vh;
    padding-bottom: 1vh;
  }
}

.bg-size {
  width: 100%;
  height: 300px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .bg-size {
    height: 234px;
  }
}

.bg-size02 {
  width: 100%;
  height: 480px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .bg-size02 {
    height: 400px;
  }
}

.news_bg {
  background: url("./images/news_bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .news_bg {
    background: url("./images/news_bg_sp.jpg") no-repeat;
    background-size: cover;
    background-position: center 20%;
  }
}

.privacy_bg {
  background: url("./images/privacy_bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .privacy_bg {
    background: url("./images/privacy_bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.contact_bg {
  background: url("./images/contact_bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .contact_bg {
    background: url("./images/contact_bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.recruit_bg {
  background: url("./images/recruit_bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .recruit_bg {
    background: url("./images/recruit_bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.company_bg {
  background: url("./images/company_bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .company_bg {
    background: url("./images/company_bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.business_bg {
  background: url("./images/business_bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .business_bg {
    background: url("./images/business_bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.privacypolicy_bg {
  background: url("./images/privacypolicy_bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .privacypolicy_bg {
    background: url("./images/privacypolicy_bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.recruit-01_bg {
  background: url("./images/recruit/recruit-01_bg.jpg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .recruit-01_bg {
    background: url("./images/recruit/recruit-01_bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.recruit-02_bg {
  background: url("./images/recruit/recruit-02_bg.jpg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .recruit-02_bg {
    background: url("./images/recruit/recruit-02_bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.recruit-03_bg {
  background: url("./images/recruit/recruit-03_bg.jpg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .recruit-03_bg {
    background: url("./images/recruit/recruit-03_bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.recruit-04_bg {
  background: url("./images/recruit/recruit-04_bg.jpg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .recruit-04_bg {
    background: url("./images/recruit/recruit-04_bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.company-01_bg {
  background: url("./images/company/company-01_bg.jpg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .company-01_bg {
    background: url("./images/company/company-01_bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.company-02_bg {
  background: url("./images/company/company-02_bg.jpg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .company-02_bg {
    background: url("./images/company/company-02_bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.company-03_bg {
  background: url("./images/company/company-03_bg.jpg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .company-03_bg {
    background: url("./images/company/company-03_bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.company-04_bg {
  background: url("./images/company/company-04_bg.jpg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .company-04_bg {
    background: url("./images/company/company-04_bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.company-05_bg {
  background: url("./images/company/company-05_bg.jpg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .company-05_bg {
    background: url("./images/company/company-05_bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.business-01_bg {
  background: url("./images/business/business-01_bg.jpg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .business-01_bg {
    background: url("./images/business/business-01_bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.business-02_bg {
  background: url("./images/business/business-02_bg.jpg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .business-02_bg {
    background: url("./images/business/business-02_bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.business-05_bg {
  background: url("./images/business/business-05_bg.jpg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .business-05_bg {
    background: url("./images/business/business-05_bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}

#breadcrumbs {
  padding: 16px 15%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #breadcrumbs {
    padding: 4%;
  }
}

#breadcrumbs span {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 0 0 4px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #breadcrumbs span {
    padding: 0;
  }
}

#breadcrumbs a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  padding: 0 4px 0 0;
}

#breadcrumbs .breadcrumbs-last {
  color: #222;
}

#main {
  width: 100%;
  overflow: hidden;
  /*.news-txt{
      display: flex;
      padding: 16px 0;
      letter-spacing: normal;
      @media screen and (min-width:0px) and (max-width:959px){
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
      }
    }*/
}

#main .title-area_01 {
  text-align: center;
  padding-left: 4%;
  padding-right: 4%;
}

#main .title-area_01 h2 {
  line-height: 1.2;
}

#main .title-area_01 h5 {
  padding: 2px 0 4vh;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main .title-area_01 p {
    text-align: left;
  }
}

#main .title-area_02 {
  text-align: left;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main .title-area_02 {
    text-align: center;
  }
}

#main .title-area_02 h2 {
  line-height: 1.2;
}

#main .title-area_02 h5 {
  padding: 8px 0 16px;
}

#main #firstview-page {
  display: flex;
  align-items: center;
  position: relative;
}

#main #firstview-page .firstview-card_top {
  width: 240px;
  height: 240px;
  border-radius: 20px;
  background: #fff;
  text-align: center;
  margin-left: 15.3%;
  background: rgba(255, 255, 255, 0.7) url("./images/title.svg") no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #firstview-page .firstview-card_top {
    width: 180px;
    height: 180px;
    margin-left: 6%;
    padding-top: 1vh;
  }
}

#main #firstview-page .firstview-card_top p {
  line-height: 1.6;
  padding: 14px 0;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #firstview-page .firstview-card_top p {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 1vh 0;
  }
}

#main #firstview-page .firstview-card_top h2 {
  color: #197e3c;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #firstview-page .firstview-card_top h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

#main #firstview-page .firstview-card_page {
  width: 240px;
  height: 240px;
  border-radius: 20px;
  background: #fff;
  text-align: center;
  margin-left: 15.3%;
  display: flex;
  background: rgba(255, 255, 255, 0.7) url("./images/title.svg") no-repeat;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #firstview-page .firstview-card_page {
    width: 160px;
    height: 160px;
    margin-left: 6%;
    padding-top: 1vh;
  }
}

#main #firstview-page .firstview-card_page > div {
  padding: 0 10px;
}

#main #firstview-page .firstview-card_page p {
  line-height: 1;
  padding: 4px 0 16px 0;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #firstview-page .firstview-card_page p {
    padding: 1vh 0;
  }
}

#main #firstview-page .firstview-card_page span {
  font-size: 44px;
  font-size: 4.4rem;
  color: #197e3c;
  font-family: futura-pt, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  position: relative;
  bottom: 8px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #firstview-page .firstview-card_page span {
    text-align: left;
    font-size: 30px;
    font-size: 3rem;
  }
}

#main #firstview-page .firstview-card_page h3 {
  padding: 16px 0 0;
  border-top: 1px solid #ccc;
  width: 100%;
  font-weight: normal;
  line-height: 1.4;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #firstview-page .firstview-card_page h3 {
    padding: 1vh 0 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
}

#main #firstview-page .firstview-card_page img {
  width: 48px;
  height: 48px;
  margin-top: 8px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #firstview-page .firstview-card_page img {
    margin-top: 4px;
    width: 40px;
    height: 40px;
  }
}

#main #firstview {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

#main #firstview .firstview-title {
  position: absolute;
  margin: auto;
  background: rgba(255, 255, 255, 0.6) url("./images/title.svg") no-repeat;
  border-radius: 20px;
  padding: 32px;
  width: 400px;
  height: 400px;
  z-index: 999;
  top: 0;
  bottom: 70px;
  left: 14%;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #firstview .firstview-title {
    display: flex;
    left: 0;
    top: -140px;
    justify-content: center;
    align-items: flex-end;
    padding: 0 3%;
    width: 100%;
    background: none;
    box-shadow: none;
  }
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #firstview .firstview-title .firstview-title_txt {
    width: 63%;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff,0 0 4px #fff, 0 0 4px #fff,0 0 4px #fff, 0 0 4px #fff,0 0 4px #fff, 0 0 4px #fff;
  }
}

#main #firstview .firstview-title .firstview-title_txt h2 {
  color: #197e3c;
  padding-bottom: 8px;
  letter-spacing: 4px;
  font-weight: normal;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.5;
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  #main #firstview .firstview-title .firstview-title_txt h2 {
    padding: 0;
    font-size: 32px;
    font-size: 3.2rem;
    padding-bottom: 6px;
    letter-spacing: 4px;
  }
}

@media screen and (max-width: 559px) {
  #main #firstview .firstview-title .firstview-title_txt h2 {
    padding: 0;
    font-size: 23px;
    font-size: 2.3rem;
    padding-bottom: 6px;
    letter-spacing: 3px;
  }
}

#main #firstview .firstview-title .firstview-title_txt h3 {
  font-family: futura-pt, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  color: #a9c9b2;
  font-size: 18px;
  font-size: 1.8rem;
  height: 48px;
  font-weight: normal;
}

#main #firstview .firstview-title .firstview-title_txt h3:first-letter {
  font-size: 24px;
  font-size: 2.4rem;
}

#main #firstview .firstview-title .firstview-title_txt h3 span {
  padding-left: 4px;
  font-size: 30px;
  font-size: 3rem;
}

#main #firstview .firstview-title .firstview-title_txt > p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #222;
  letter-spacing: 2px;
}

@media screen and (max-width: 559px) {
  #main #firstview .firstview-title .firstview-title_txt > p {
    line-height: 1.6;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#main #firstview .firstview-title .firstview-title_btn a {
  text-align: center;
  padding: 8px 32px 8px 0;
  width: 100%;
  border-radius: 1000px;
  background: linear-gradient(to right, #137b3e 0%, #51d87a 100%);
  display: block;
  margin: 24px 0;
  border: 1px solid #fff;
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  #main #firstview .firstview-title .firstview-title_btn a {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    width: 168px;
    height: 168px;
    padding: 0 12px;
    border-radius: 50%;
  }
}

@media screen and (max-width: 559px) {
  #main #firstview .firstview-title .firstview-title_btn a {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    width: 128px;
    height: 128px;
    padding: 0 8px;
    border-radius: 50%;
  }
}

#main #firstview .firstview-title .firstview-title_btn a p {
  color: #fff;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #firstview .firstview-title .firstview-title_btn a p {
    bottom: 10px;
    line-height: 1.6;
  }
}

#main #firstview .firstview-title .firstview-title_btn a p:after {
  content: "";
  background: url("./images/studio.svg") 0px 0px/50% no-repeat;
  display: block;
  color: #197e3c;
  width: 30px;
  position: absolute;
  height: 30px;
  top: 8px;
  right: 0;
  z-index: 9990;
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  #main #firstview .firstview-title .firstview-title_btn a p:after {
    background: url("./images/studio.svg") 0px 10px/50% no-repeat;
    left: 15px;
    bottom: -7vh;
    margin: auto;
  }
}

@media screen and (max-width: 559px) {
  #main #firstview .firstview-title .firstview-title_btn a p:after {
    background: url("./images/studio.svg") 0px 10px/50% no-repeat;
    left: 15px;
    bottom: -9vh;
    margin: auto;
  }
}

#main #firstview .firstview-image {
  width: 100%;
  height: calc(76vh + 70px);
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #firstview .firstview-image {
    position: relative;
    overflow: hidden;
  }
}

#main #firstview .firstview-image .slick-prev, #main #firstview .firstview-image .slick-next {
  bottom: 48%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #firstview .firstview-image .slick-prev, #main #firstview .firstview-image .slick-next {
    top: 0;
    bottom: 30vh;
    margin: auto;
  }
}

#main #firstview .firstview-image .slick-dots {
  bottom: 35px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #firstview .firstview-image .slick-dots {
    margin: auto;
    text-align: center;
    right: 0;
    left: 0;
    bottom: 4vh;
  }
}

#main #firstview .firstview-image > .firstview-title {
  display: flex;
  align-items: center;
}

#main #firstview .firstview-image .firstview-bg {
  width: 100%;
  height: calc(76vh + 70px);
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center 30%;
  background-size: cover;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #firstview .firstview-image .firstview-bg {
    background-position: 66% top;
    background-size: auto 77%;
  }
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #firstview .firstview-image .firstview-bg:after {
    content: "";
    background: url("./images/white.png") no-repeat;
    width: 100%;
    height: 200px;
    background-size: cover;
    bottom: 20vh;
    position: absolute;
  }
}

#main #firstview .page {
  overflow: hidden;
  height: 56vh;
}

#main .firstview-txt_area {
  background: #197e3c;
  padding: 8px 3%;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1999;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main .firstview-txt_area {
    padding: 3vh 2%;
    max-height: 33vh;
    top: 63vh;
    bottom: none;
  }
}

#main .firstview-txt_area .firstview-txt {
  width: 92%;
  position: relative;
  margin: auto;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main .firstview-txt_area .firstview-txt {
    font-size: 14px;
    font-size: 1.4rem;
    width: 96%;
  }
}

#main #news-area {
  width: 100%;
  margin: auto;
  padding: 6vh 15.5%;
  letter-spacing: -0.4em;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #news-area {
    width: 90%;
    padding: 48px 0;
  }
}

#main #news-area .news-inner {
  width: 74%;
  margin: auto;
  display: inline-block;
  letter-spacing: normal;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #news-area .news-inner {
    width: 100%;
  }
}

#main #news-area .news_inner {
  width: 100%;
}

#main #news-area .news-area_inner {
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 4%;
  letter-spacing: normal;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #news-area .news-area_inner {
    width: 100%;
    padding: 0;
    flex-direction: column;
  }
}

#main #news-area .news-area_inner .news-title {
  max-width: 320px;
  text-align: center;
  padding-right: 5vw;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #news-area .news-area_inner .news-title {
    flex-direction: column;
    padding-right: 0;
  }
}

#main #news-area .news-area_inner .news-title .news-title_inner h2 {
  line-height: 1.2;
}

#main #news-area .news-area_inner .news-title .news-btn_01 {
  padding-top: 32px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #news-area .news-area_inner .news-title .news-btn_01 {
    display: none;
  }
}

#main #news-area .news-area_inner .news-list {
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #news-area .news-area_inner .news-list {
    flex-direction: column;
  }
}

#main #news-area .news-area_inner .news-btn_02 {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #news-area .news-area_inner .news-btn_02 {
    display: block;
    padding-top: 32px;
  }
}

#main #news-area .news-single_title {
  line-height: 1.3;
  text-align: left;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

#main #news-area .news-single_title a {
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #news-area .news-single_title a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#main #news-area .news-single_txt p {
  font-size: 16px;
  font-size: 1.6rem;
}

#main #news-area .news-single_txt p img {
  text-align: center;
  max-width: 100%;
  object-fit: contain;
  height: 100%;
  padding: 3vh 0 2vh;
}

#main .news-txt_title {
  line-height: 1.6;
  text-align: left;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
}

#main .news-txt_title:hover {
  text-decoration: underline;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main .news-txt_title {
    width: 100%;
    margin-top: 12px;
  }
}

#main .news-txt {
  display: flex;
  padding: 20px 0;
  align-items: center;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main .news-txt {
    flex-wrap: wrap;
  }
}

#main .news-txt .news-date {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 2vw;
  line-height: 1.8;
  font-family: futura-pt;
}

#main .news-txt .news-date time {
  color: #197e3c;
}

#main .news-border {
  border-bottom: solid 1px #eee;
}

#main #business-area {
  width: 100%;
  background: #E8F2EA;
  text-align: center;
  padding: 10vh 3.5%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #business-area {
    padding: 6vh 4%;
  }
}

#main #business-area .business-area_inner {
  text-align: center;
  margin: auto;
}

#main #business-area .business-area_inner h4 {
  margin: 8px auto 16px;
  line-height: 2;
}

#main #business-area .business-area_inner ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: auto;
  overflow: hidden;
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  #main #business-area .business-area_inner ul {
    display: flex;
  }
}

@media screen and (max-width: 559px) {
  #main #business-area .business-area_inner ul {
    flex-direction: column;
  }
}

#main #business-area .business-area_inner ul li {
  width: 32%;
  padding: 1.5%;
  display: block;
  list-style-type: none;
}

@media screen and (min-width: 960px) and (max-width: 1200px), screen and (min-width: 560px) and (max-width: 959px) {
  #main #business-area .business-area_inner ul li {
    width: 50%;
    padding: 2%;
  }
}

@media screen and (max-width: 559px) {
  #main #business-area .business-area_inner ul li {
    width: 100%;
    padding: 4% 2%;
  }
}

#main #business-area .business-area_inner ul li figure {
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  display: block;
  border-radius: 16px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #business-area .business-area_inner ul li figure {
    height: 240px;
    border-radius: 10px;
  }
}

#main #business-area .business-area_inner ul li figure:hover > .business-list_title {
  height: 100%;
  padding-top: 12%;
  transition: .25s ease;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #business-area .business-area_inner ul li figure:hover > .business-list_title {
    transition: none;
    transform: none;
    pointer-events: none;
  }
}

#main #business-area .business-area_inner ul li figure:hover > .business-list_detail {
  opacity: 1;
  padding-top: 12%;
  transition: .25s ease;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #business-area .business-area_inner ul li figure:hover > .business-list_detail {
    transition: none;
    transform: none;
    opacity: 0;
    pointer-events: none;
  }
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #business-area .business-area_inner ul li figure {
    transition: none;
    transform: none;
    pointer-events: none;
  }
}

#main #business-area .business-area_inner ul li figure img {
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

#main #business-area .business-area_inner ul li figure .business-list_title {
  width: 100%;
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  bottom: 0;
  position: absolute;
  text-align: left;
  padding: 16px;
  color: #fff;
  z-index: 0;
  transition: .25s ease;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #business-area .business-area_inner ul li figure .business-list_title {
    font-size: 14px;
    font-size: 1.4rem;
    transition: none;
    transform: none;
  }
}

#main #business-area .business-area_inner ul li figure .business-list_title .business-sub_title {
  font-size: 12px;
  font-size: 1.2rem;
}

#main #business-area .business-area_inner ul li figure .business-list_number {
  position: absolute;
  margin: auto;
  width: 100%;
  text-align: right;
  bottom: -12px;
  right: 8px;
  color: #197e3c;
  z-index: 10;
  font-size: 44px;
  font-size: 4.4rem;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #business-area .business-area_inner ul li figure .business-list_number {
    font-size: 34px;
    font-size: 3.4rem;
    bottom: -6px;
  }
}

#main #business-area .business-area_inner ul li figure .business-list_detail {
  position: absolute;
  width: 100%;
  top: 16%;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 8px 16px;
  transition: .25s ease;
}

#main #business-area .business-area_inner ul li figure .business-list_detail .business-card_description {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #fff;
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  #main #business-area .business-area_inner ul li figure .business-list_detail .business-card_description span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#main #business-area .business-area_inner ul li figure .business-list_detail .business-list_card {
  position: absolute;
  bottom: 16%;
  right: 0;
  left: 0;
  margin: auto;
}

#main #business-area .business-area_inner ul li figure .business-list_detail .business-list_card p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  #main #business-area .business-area_inner ul li figure .business-list_detail .business-list_card p {
    line-height: 1.6;
  }
}

#main #business-area .business-area_inner ul li figure .business-list_detail .business-list_card span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

#main .b-access {
  width: 100%;
  padding-bottom: 6vh;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main .b-access {
    position: relative;
    top: -9vh;
    padding-bottom: 0;
  }
}

#main .b-access .b-access_inner {
  padding-top: 6vh;
  max-width: 1024px;
  display: flex;
  justify-content: center;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main .b-access .b-access_inner {
    flex-direction: column;
  }
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main .b-access .b-access_inner iframe {
    width: 100%;
  }
}

#main .b-access .b-access_inner .b-access_r {
  padding-left: 3%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main .b-access .b-access_inner .b-access_r {
    padding: 0 4%;
  }
}

#main .b-access .b-access_inner .b-access_r .access-logo {
  display: flex;
  align-items: center;
  padding-bottom: 2.5vh;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main .b-access .b-access_inner .b-access_r .access-logo {
    padding: 2.5vh 0;
  }
}

#main .b-access .b-access_inner .b-access_r .access-logo img {
  width: 60px;
  height: 72px;
}

#main .b-access .b-access_inner .b-access_r .access-logo h1 {
  font-weight: normal;
  padding-left: 16px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "TB新聞ゴシック M", TBNPGothic M, Hiragino Kaku Gothic ProN, Arial, sans-serif;
}

#main .b-access .b-access_inner .b-access_r h4 {
  font-weight: normal;
  padding-bottom: 1.4vh;
}

#main .b-access .b-access_inner .b-access_r p {
  padding-bottom: 1vh;
}

#main .b-access .b-access_inner .b-access_r .r-picture_inner {
  width: 100%;
  display: flex;
  justify-content: center;
}

#main .b-access .b-access_inner .b-access_r .r-picture_inner .r-picture_img {
  width: 40%;
}

#main .b-access .b-access_inner .b-access_r .r-picture_inner .r-picture_img img {
  max-width: 100%;
}

#main .b-access .b-access_inner .b-access_r .r-picture_inner .r-picture_txt {
  width: 60%;
  padding-left: 6%;
}

#main .b-access .b-access_inner .b-access_r .r-picture_inner .r-picture_txt h5 {
  display: flex;
  padding: 0 16px 1vh;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  align-items: center;
}

#main .b-access .b-access_inner .b-access_r .r-picture_inner .r-picture_txt h5:before {
  content: "";
  width: 30px;
  height: 23px;
  position: relative;
  right: 16px;
  background: url("./images/business/camera-icon.png") 50% 50% no-repeat;
  background-size: contain;
}

#main .b-access .b-access_inner .b-access_r .r-picture_inner .r-picture_txt .r-school_txt {
  font-size: 14px;
  font-size: 1.4rem;
  max-width: 400px;
}

#main .question {
  width: 100%;
  padding: 0 15.5%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main .question {
    padding: 0 4%;
  }
}

#main .question .question-inner h3 {
  font-size: 20px;
  font-size: 2rem;
  font-family: YuMincho,'Yu Mincho';
  font-weight: normal;
  border-bottom: 1px solid #197e3c;
  padding: 10px 0;
  color: #197e3c;
  margin-bottom: 10px;
  padding-top: 3vh;
}

#main .question .question-inner .question-txt {
  border-bottom: 1px #ccc solid;
  padding: 10px 0 16px;
}

#main .question .question-inner .question-txt h5 {
  font-weight: normal;
}

#main .question .question-inner .question-txt .q-txt {
  color: #fc546c;
  font-size: 24px;
  font-size: 2.4rem;
  padding-right: 10px;
}

#main .question .question-inner .question-txt .a-txt {
  color: #197e3c;
  font-size: 24px;
  font-size: 2.4rem;
  padding-right: 10px;
  padding-left: 3vw;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main .question .question-inner .question-txt .a-txt {
    padding-left: 2px;
  }
}

#main .shooting {
  width: 100%;
  padding: 6vh 15.5%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main .shooting {
    padding: 0 4%;
  }
}

#main .shooting h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  border-bottom: 1px solid #197e3c;
  padding: 10px 0;
  color: #197e3c;
  margin-bottom: 10px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main .shooting h3 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 6px 0;
  }
}

#main .shooting .shooting-sec_01_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#main .shooting .shooting-sec_01_inner div {
  width: 50%;
  display: block;
  margin-right: 6%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main .shooting .shooting-sec_01_inner div {
    width: 100%;
    margin: auto;
  }
}

#main .shooting .shooting-sec_01_inner div .shooting-sec_01_img_01 {
  width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main .shooting .shooting-sec_01_inner div .shooting-sec_01_img_01 {
    padding-top: 4vh;
  }
}

#main .shooting .shooting-sec_01_inner div .shooting-sec_01_img_01 img {
  width: 100%;
  display: block;
}

#main .shooting .shooting-sec_01_inner div .shooting-sec_01_img_02 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#main .shooting .shooting-sec_01_inner div .shooting-sec_01_img_02 img {
  width: 49%;
  display: block;
}

#main .shooting .shooting-sec_02_inner {
  width: 100%;
  padding-top: 4vh;
  display: flex;
  align-items: center;
}

#main .shooting .shooting-sec_02_inner .shooting-sec_02_txt {
  width: 50%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main .shooting .shooting-sec_02_inner .shooting-sec_02_txt {
    width: 100%;
  }
}

#main .shooting .shooting-sec_02_inner .shooting-sec_02_img {
  padding-top: 6vh;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main .shooting .shooting-sec_02_inner .shooting-sec_02_img {
    width: 100%;
    padding-top: 2vh;
  }
}

#main .shooting .shooting-sec_02_inner .shooting-sec_02_img img {
  width: 100%;
  display: block;
}

#main .shooting .shooting-sec_02_inner .shooting-sec_02_img .shooting-sec_02_arrow {
  position: absolute;
  left: -40px;
  max-width: 100px;
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  #main .shooting .shooting-sec_02_inner .shooting-sec_02_img .shooting-sec_02_arrow {
    bottom: -40px;
    left: 120px;
    transform: rotateZ(90deg) scaleX(-1);
  }
}

@media screen and (max-width: 559px) {
  #main .shooting .shooting-sec_02_inner .shooting-sec_02_img .shooting-sec_02_arrow {
    left: 60px;
    bottom: -56px;
    transform: rotateZ(90deg) scaleX(-1);
  }
}

#main .shooting .shooting-sec_02_inner .shooting-sec_02_img .welcome-photo {
  width: 92%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main .shooting .shooting-sec_02_inner .shooting-sec_02_img .welcome-photo {
    width: 100%;
  }
}

#main .photosales {
  margin-top: 8vh;
  width: 100%;
}

#main .photosales .photosales-inner {
  max-width: 1024px;
  display: flex;
  justify-content: center;
  padding-top: 4vh;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main .photosales .photosales-inner {
    width: 70%;
    flex-direction: column;
    padding: 0 4%;
  }
}

#main .photosales .photosales-inner .photosales-img {
  width: 28%;
  height: 480px;
  margin: auto 3%;
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main .photosales .photosales-inner .photosales-img {
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    padding-bottom: 6vh;
  }
}

#main .photosales .photosales-inner .photosales-img h4 {
  text-align: center;
  color: #197e3c;
  padding: 2vh 0 1vh;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main .photosales .photosales-inner .photosales-img h4 {
    text-align: left;
  }
}

#main .photosales .photosales-inner .photosales-img p {
  text-align: left;
}

#main #recruit-area {
  padding: 10vh 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
  position: relative;
  background: url("./images/recruit/recruit-footer_bg.jpg") 50% 50% no-repeat;
  background-size: cover;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #recruit-area {
    flex-direction: column;
    padding: 6vh 4%;
  }
}

#main #recruit-area .recruit-top_txt {
  width: 100%;
  padding: 12vh 0;
  margin: auto;
  text-align: center;
}

#main #recruit-area .recruit-area_inner {
  max-width: 1400px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 4%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #recruit-area .recruit-area_inner {
    padding: 0;
    flex-direction: column;
  }
}

#main #recruit-area .recruit-area_inner .recruit-area_l {
  width: 50%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #recruit-area .recruit-area_inner .recruit-area_l {
    width: 100%;
  }
}

#main #recruit-area .recruit-area_inner .recruit-area_l p {
  color: #fff;
}

#main #recruit-area .recruit-area_inner .recruit-area_l .recruit-area_title {
  display: flex;
  align-items: baseline;
  margin-bottom: 16px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #recruit-area .recruit-area_inner .recruit-area_l .recruit-area_title {
    align-items: center;
    margin-bottom: 16px;
    flex-direction: column;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

#main #recruit-area .recruit-area_inner .recruit-area_l .recruit-area_title h2 {
  line-height: 1.2;
  margin-right: 16px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #recruit-area .recruit-area_inner .recruit-area_l .recruit-area_title h2 {
    text-align: center;
  }
}

#main #recruit-area .recruit-area_inner .recruit-area_l .recruit-area_title h5 {
  color: #fff;
}

#main #recruit-area .recruit-area_inner .recruit-area_r {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #recruit-area .recruit-area_inner .recruit-area_r {
    width: 100%;
    justify-content: center;
  }
}

#main #recruit-area .recruit-area_inner .recruit-area_r .recruit-menu {
  border-radius: 50%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #recruit-area .recruit-area_inner .recruit-area_r .recruit-menu {
    margin: 1.5%;
    transition: none;
  }
}

#main #recruit-area .recruit-area_inner .recruit-area_r .recruit-menu a {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #recruit-area .recruit-area_inner .recruit-area_r .recruit-menu a {
    width: 150px;
    height: 150px;
  }
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #recruit-area .recruit-area_inner .recruit-area_r {
    padding: 0;
    margin: 0;
  }
}

#main #recruit-area .recruit-area_inner p {
  line-height: 2;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #recruit-area .recruit-area_inner p {
    text-align: left;
    padding-bottom: 32px;
  }
}

#main #marketing {
  width: 100%;
  background: #fff;
  padding: 10vh 3.5%;
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  #main #marketing {
    padding: 4vh 3.5% 8vh;
  }
}

@media screen and (max-width: 559px) {
  #main #marketing {
    padding: 2vh 4%;
  }
}

#main #marketing ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  overflow: hidden;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #marketing ul {
    max-width: 450px;
  }
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #marketing ul .fb-container {
    overflow: hidden;
    max-width: 450px;
  }
}

#main #marketing ul li {
  width: 32%;
  padding: 0 1.5%;
  display: block;
  list-style-type: none;
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #main #marketing ul li {
    width: 100%;
  }
}

#main #marketing ul li h3 {
  color: #A6C8AF;
}

#main #marketing ul li .photospot {
  background: #ffb54d;
}

#main #marketing ul li .photospot img {
  width: 100%;
}

#main #marketing ul li .photospot .photospot-txt {
  padding: 8% 0;
  color: #fff;
}

#main #marketing ul li .photospot .photospot-txt span {
  color: #fff;
}

#business {
  width: 100%;
  margin: auto;
  position: relative;
}

#business .business-inner h1 {
  font-size: 32px;
  font-size: 3.2rem;
}

#business .business-inner .business-02_menu {
  padding-top: 6vh;
  padding-bottom: 8vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  #business .business-inner .business-02_menu {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 4vh;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 559px) {
  #business .business-inner .business-02_menu {
    display: block;
    padding-top: 4vh;
    padding-bottom: 0;
  }
}

#business .business-inner .business-02_menu .slick-prev, #business .business-inner .business-02_menu .slick-next {
  top: 0;
  bottom: 0;
  margin: auto;
}

#business .business-inner .business-02_menu li {
  margin: 0 8px;
  position: relative;
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  #business .business-inner .business-02_menu li {
    width: 46%;
    margin: 2%;
  }
}

@media screen and (max-width: 559px) {
  #business .business-inner .business-02_menu li {
    width: 100%;
    margin: 4% 0;
  }
}

#business .business-inner .business-02_menu li img {
  width: 220px;
  object-fit: cover;
  height: 220px;
  border-radius: 10px;
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  #business .business-inner .business-02_menu li img {
    width: 180px;
    height: 180px;
  }
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #business .business-inner .business-02_menu li img {
    width: 100%;
    height: 100%;
  }
}

#business .business-inner .business-02_menu li h5 {
  padding: 16px;
  position: absolute;
  bottom: 4px;
  text-align: left;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
}

#business .business-02_gra_sale {
  width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #business .business-02_gra_sale {
    margin-top: 0;
    padding-bottom: 3vh;
  }
}

#business .business-02_gra_sale .single-item {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #business .business-02_gra_sale .single-item {
    display: block;
  }
  #business .business-02_gra_sale .single-item .slick-prev, #business .business-02_gra_sale .single-item .slick-next {
    top: 16vh;
  }
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #business .business-02_gra_sale .slick-item2 {
    display: none;
  }
}

#business .business-02_gra_sale .business-02_album {
  width: 100%;
  padding: 0 8% 8vh;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #business .business-02_gra_sale .business-02_album {
    padding: 0 2%;
  }
}

#business .business-02_gra_sale .business-02_album .salessystem {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #business .business-02_gra_sale .business-02_album .salessystem {
    padding: 0 4% 24px;
    flex-direction: column;
  }
}

#business .business-02_gra_sale .business-02_album .salessystem > div h3 {
  font-weight: normal;
  padding-bottom: 2vh;
  font-family: YuMincho,'Yu Mincho';
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #business .business-02_gra_sale .business-02_album .salessystem > div h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}

#business .business-02_gra_sale .business-02_album .salessystem > div img {
  width: 100%;
}

#business .business-02_gra_sale .business-02_album .business-02_album_inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 4vw;
  padding-right: 4vw;
  padding-bottom: 4vh;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #business .business-02_gra_sale .business-02_album .business-02_album_inner {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
  }
}

#business .business-02_gra_sale .business-02_album .business-02_album_inner .sp-flow {
  display: none;
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  #business .business-02_gra_sale .business-02_album .business-02_album_inner .sp-flow {
    width: 90%;
    display: block;
    padding: 6vh 0;
    text-align: center;
    margin: auto;
  }
}

@media screen and (max-width: 559px) {
  #business .business-02_gra_sale .business-02_album .business-02_album_inner .sp-flow {
    width: 100%;
    display: block;
    padding: 4vh 0;
    text-align: center;
    margin: auto;
  }
}

#business .business-02_gra_sale .business-02_album .business-02_album_inner:after {
  content: "";
  width: 68%;
  height: 2px;
  border: solid 2px #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #business .business-02_gra_sale .business-02_album .business-02_album_inner:after {
    display: none;
  }
}

#business .business-02_gra_sale .business-02_album .business-02_album_inner .album-icon {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 50%;
  margin: 0 1%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #business .business-02_gra_sale .business-02_album .business-02_album_inner .album-icon {
    display: none;
  }
}

#business .business-02_gra_sale .business-02_album .business-02_album_inner .album-icon > div {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  padding: 8px;
  margin: auto;
  z-index: 1;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #business .business-02_gra_sale .business-02_album .business-02_album_inner .album-icon > div {
    display: none;
  }
}

#business .business-02_gra_sale .business-02_album .business-02_album_inner .album-icon > div img {
  max-width: 100%;
  z-index: 1;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #business .business-02_gra_sale .business-02_album .business-02_album_inner .album-icon > div img {
    width: 50%;
  }
}

#business .business-02_gra_sale .business-02_album .business-02_album_inner .album-icon > div h5 {
  padding-bottom: 1vh;
  z-index: 1;
  color: #197e3c;
}

#business .business-02_gra_sale .business-02_album .business-02_album_inner .album-icon > div p {
  padding: 0 10px 0 20px;
  z-index: 1;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #business .business-02_gra_sale .business-02_album .business-02_album_inner .album-icon > div p {
    padding: 0 0 0 10px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #business .business-02_gra_sale .business-02_album .business-02_album_inner .album-icon > div {
    background-position: 8% 34%;
    background-size: 10%;
  }
}

#business .business-02_gra_sale .business-02_slick {
  padding: 10vh 0;
  text-align: center;
  margin: auto;
  width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #business .business-02_gra_sale .business-02_slick {
    padding: 1vh 2%;
    width: 100%;
  }
}

#business .business-02_gra_sale .business-02_slick li img {
  width: 96%;
  height: 490px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #business .business-02_gra_sale .business-02_slick li img {
    width: 100%;
    height: 100%;
  }
}

#business .business-02_gra_sale .business-02_slick .slick-prev, #business .business-02_gra_sale .business-02_slick .slick-next {
  top: 50%;
  bottom: 50%;
}

#business .business-02_gra_sale .business-02_inner {
  max-width: 1024px;
  display: flex;
  justify-content: center;
  padding-top: 4vh;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #business .business-02_gra_sale .business-02_inner {
    width: 70%;
    flex-direction: column;
    padding: 0 4%;
  }
}

#business .business-02_gra_sale .business-02_inner .business-02_img {
  width: 28%;
  height: 480px;
  margin: auto 3%;
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #business .business-02_gra_sale .business-02_inner .business-02_img {
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    padding-bottom: 6vh;
  }
}

#business .business-02_gra_sale .business-02_inner .business-02_img h4 {
  text-align: center;
  color: #197e3c;
  padding: 2vh 0 1vh;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #business .business-02_gra_sale .business-02_inner .business-02_img h4 {
    text-align: left;
  }
}

#business .business-02_gra_sale .business-02_inner .business-02_img p {
  text-align: left;
}

#recruit {
  width: 100%;
  margin: auto;
  position: relative;
}

#recruit .recruit-inner .recruit-form_pc {
  width: 100%;
}

#recruit .recruit-inner table {
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #recruit .recruit-inner table {
    width: 98%;
  }
}

#recruit .recruit-inner table tbody tr {
  border-bottom: 1px solid #ccc;
}

#recruit .recruit-inner table tbody .recruit-guide_l {
  width: 20%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  padding: 0 20px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #recruit .recruit-inner table tbody .recruit-guide_l {
    display: none;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

#recruit .recruit-inner table tbody .recruit-guide_r {
  max-width: 100%;
  padding: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #recruit .recruit-inner table tbody .recruit-guide_r {
    line-height: 1.8;
    width: 100%;
    padding: 16px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#recruit .recruit-inner table tbody .recruit-guide_r h4 {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #recruit .recruit-inner table tbody .recruit-guide_r h4 {
    display: block;
    padding-bottom: 8px;
  }
}

#recruit .recruit-inner table tbody .recruit-guide_r h5 {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #recruit .recruit-inner table tbody .recruit-guide_r h5 {
    display: block;
    padding-bottom: 8px;
  }
}

#recruit .recruit-inner table tbody .recruit-guide_r > input, #recruit .recruit-inner table tbody .recruit-guide_r textarea {
  background: #e8f2eb;
  border: none;
  padding: 16px;
  display: block;
  width: 100%;
}

#recruit .recruit-inner table tbody .recruit-guide_r .select-arrow {
  border: none;
  padding: 16px;
  display: block;
  width: 100%;
  background: #e8f2eb url("./images/select-arrow.svg") no-repeat;
  background-size: 13px;
  background-position: 95% 50%;
}

#recruit .recruit-inner table tbody .recruit-guide_r textarea {
  height: 240px;
  resize: none;
  outline: none;
}

#recruit .recruit-inner table tbody .recruit-guide_r label .mwform-radio-field-text, #recruit .recruit-inner table tbody .recruit-guide_r label .mwform-checkbox-field-text {
  padding-left: 24px;
  position: relative;
}

#recruit .recruit-inner table tbody .recruit-guide_r label .mwform-radio-field-text::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e8f2eb;
}

#recruit .recruit-inner table tbody .recruit-guide_r label .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background: #e8f2eb;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #recruit .recruit-inner table tbody .recruit-guide_r label .mwform-checkbox-field-text::before {
    top: 0;
  }
}

#recruit .recruit-inner table tbody .recruit-guide_r label input[type=radio]:checked + .mwform-radio-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #197e3c;
  border-radius: 50%;
}

#recruit .recruit-inner table tbody .recruit-guide_r label input[type=radio] {
  display: none;
}

#recruit .recruit-inner table tbody .recruit-guide_r label input[type=checkbox]:checked + .mwform-radio-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

#recruit .recruit-inner table tbody .recruit-guide_r label input[type=checkbox] {
  display: none;
}

#recruit .recruit-inner table tbody .recruit-guide_r label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  content: "\2713";
  display: block;
  position: absolute;
  top: -14px;
  left: -2px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #197e3c;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #recruit .recruit-inner table tbody .recruit-guide_r label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
    top: -16px;
  }
}

#recruit .recruit-inner .submit-btn {
  border-radius: 1000px;
  border: solid #fff 1px;
  width: 240px;
  padding: 16px;
  background: #197e3c;
  margin: 8vh auto;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  box-shadow: 0 0 0 2px #197e3c;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #recruit .recruit-inner .submit-btn {
    margin: 5vh auto 2vh;
  }
}

#recruit .recruit-inner input[type=submit] {
  cursor: pointer;
}

#recruit .recruit-inner .recruit-form_txt {
  max-width: 960px;
  margin: auto;
}

#recruit .recruit-inner .recruit-form_txt p {
  border-bottom: 1px #197e3c solid;
  text-align: left;
  padding: 0 20px 16px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #recruit .recruit-inner .recruit-form_txt p {
    display: none;
  }
}

#recruit .recruit-inner .recruit-form_fin {
  max-width: 960px;
  margin: auto;
  padding: 0 0 12vh;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #recruit .recruit-inner .recruit-form_fin {
    padding: 0 0 4vh;
  }
}

#recruit .recruit-inner .recruit-top_txt {
  width: 100%;
  padding: 12vh 0;
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #recruit .recruit-inner .recruit-top_txt {
    padding: 4%;
    text-align: left;
  }
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #recruit .recruit-inner .recruit-top_txt p {
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#recruit .recruit-inner .recruit-message {
  width: 100%;
  height: 100%;
  background: url("./images/recruit/recruit-01_message.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #recruit .recruit-inner .recruit-message {
    background-position: 65% 90%;
  }
}

#recruit .recruit-inner .recruit-message .recruit-message_inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80vh;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #recruit .recruit-inner .recruit-message .recruit-message_inner {
    height: 60vh;
  }
}

#recruit .recruit-inner .recruit-message .recruit-message_inner .recruit-message_txt {
  position: absolute;
  font-family: YuMincho,'Yu Mincho';
  left: 15%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #recruit .recruit-inner .recruit-message .recruit-message_inner .recruit-message_txt {
    max-width: 60%;
    left: 4%;
  }
}

#recruit .recruit-inner .recruit-message .recruit-message_inner .recruit-message_txt span {
  font-size: 30px;
  font-size: 3rem;
  border-bottom: 1px solid #197e3c;
  line-height: 2;
  padding-bottom: 8px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #recruit .recruit-inner .recruit-message .recruit-message_inner .recruit-message_txt span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #recruit .recruit-inner .recruit-message .recruit-message_inner .recruit-message_txt .kojitani-message {
    border: none;
  }
}

#recruit .recruit-inner .recruit-interview_01 {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10vh 0 10vh 15%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #recruit .recruit-inner .recruit-interview_01 {
    display: block;
    padding: 6vh 4% 2vh;
  }
}

#recruit .recruit-inner .recruit-interview_02 {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10vh 8% 10vh 0;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #recruit .recruit-inner .recruit-interview_02 {
    display: block;
    padding: 6vh 4% 2vh;
  }
}

#recruit .recruit-inner .recruit-interview_txt {
  width: 50%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #recruit .recruit-inner .recruit-interview_txt {
    width: 100%;
  }
}

#recruit .recruit-inner .recruit-interview_txt h3 {
  font-family: YuMincho,'Yu Mincho';
  color: #197e3c;
  font-weight: normal;
  border-bottom: solid 1px #197e3c;
  padding-bottom: 8px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #recruit .recruit-inner .recruit-interview_txt h3 {
    font-size: 24px;
    font-size: 2.4rem;
    padding-top: 4vh;
  }
}

#recruit .recruit-inner .recruit-interview_txt h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 16px 0 24px;
  font-weight: normal;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #recruit .recruit-inner .recruit-interview_txt h4 {
    padding: 4vh 0 24px;
  }
}

#recruit .recruit-inner .recruit-interview_txt h5 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #197e3c;
  font-weight: normal;
}

#recruit .recruit-inner .recruit-interview_txt h5 > span {
  margin-right: 8px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #197e3c;
}

#recruit .recruit-inner .recruit-interview_txt p {
  padding: 16px 0 24px;
}

#recruit .recruit-inner .recruit-01_txt {
  width: 100%;
  padding: 10vh 15%;
  margin: auto;
  background: #E8F2EA;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #recruit .recruit-inner .recruit-01_txt {
    padding: 4vh 4%;
  }
}

#recruit .recruit-inner .recruit-list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  padding: 0 14%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #recruit .recruit-inner .recruit-list {
    display: block;
    padding: 0 4%;
  }
}

#recruit .recruit-inner .recruit-list > article {
  width: 47%;
  margin: 3% 1.5%;
  display: block;
  list-style-type: none;
  background: #e8f2eb;
  border-radius: 20px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #recruit .recruit-inner .recruit-list > article {
    margin: 0 0 6vh 0;
    width: 100%;
  }
}

#recruit .recruit-inner .recruit-list > article > section {
  text-align: center;
  position: relative;
}

#recruit .recruit-inner .recruit-list > article > section > .recruit-icon_01 {
  background: url("./images/recruit/recruit-icon_01.svg") rgba(240, 240, 240, 0.75) no-repeat 50% 50%;
  background-size: 66%;
}

#recruit .recruit-inner .recruit-list > article > section > .recruit-icon_02 {
  background: url("./images/recruit/recruit-icon_02.svg") rgba(240, 240, 240, 0.75) no-repeat 50% 50%;
  background-size: 66%;
}

#recruit .recruit-inner .recruit-list > article > section > .recruit-icon_03 {
  background: url("./images/recruit/recruit-icon_03.svg") rgba(240, 240, 240, 0.75) no-repeat 50% 50%;
  background-size: 66%;
}

#recruit .recruit-inner .recruit-list > article > section > .recruit-icon_04 {
  background: url("./images/recruit/recruit-icon_04.svg") rgba(240, 240, 240, 0.75) no-repeat 50% 16%;
  background-size: 66%;
}

#recruit .recruit-inner .recruit-list > article > section img {
  width: 100%;
}

#recruit .recruit-inner .recruit-list > article > section .recruit-list_block {
  padding: 0 4% 4%;
}

#recruit .recruit-inner .recruit-list > article > section .recruit-list_block h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2.4;
  border-bottom: 2px solid #197e3c;
}

#recruit .recruit-inner .recruit-list > article > section .recruit-list_block p {
  text-align: left;
  width: 94%;
  margin: auto;
  padding: 20px 0;
}

.business-menu_area {
  width: 100%;
  background: url("./images/business/business-footer_bg.jpg") 50% 50% no-repeat;
  background-size: cover;
  padding: 10vh 0;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .business-menu_area {
    padding: 6vh 0 3vh;
  }
}

.business-menu_area .menu_inner {
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .business-menu_area .menu_inner {
    display: block;
    padding: 0 4%;
  }
}

.business-menu_area .menu_inner .business-menu {
  margin: 1%;
  border-radius: 1000px;
  width: 31%;
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .business-menu_area .menu_inner .business-menu {
    width: 100%;
    margin: 2% 0;
  }
}

.business-menu_area .menu_inner .business-menu span {
  font-size: 28px;
  font-size: 2.8rem;
  color: #197e3c;
  padding-right: 20px;
  position: absolute;
  top: 6px;
  left: 20px;
}

.business-menu_area .menu_inner .business-menu p {
  padding: 20px 0;
  display: block;
}

.business-menu_area .menu_inner .business-menu a {
  padding: 20px 0;
  display: block;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .recruit-interview_img {
    display: none;
  }
}

.recruit-interview_img img {
  width: 100%;
}

.recruit-interview_img_sp {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .recruit-interview_img_sp {
    display: block;
  }
}

.recruit-interview_img_sp img {
  width: 100%;
}

.recruit-menu_area {
  width: 100%;
  background: url("./images/recruit/recruit-footer_bg.jpg") 50% 50% no-repeat;
  background-size: cover;
  padding: 10vh 0;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .recruit-menu_area {
    padding: 4vh 4%;
  }
}

.company-menu_area {
  width: 100%;
  background: url("./images/company/company-footer_bg.jpg") 50% 50% no-repeat;
  background-size: cover;
  padding: 10vh 0;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .company-menu_area {
    padding: 4vh 4%;
  }
}

.menu_inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .menu_inner {
    display: block;
  }
}

.menu_inner .recruit-menu, .menu_inner .company-menu {
  margin: 0 1%;
  border-radius: 50%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .menu_inner .recruit-menu, .menu_inner .company-menu {
    border-radius: 1000px;
    margin: 4% 0;
  }
}

.menu_inner .recruit-menu a, .menu_inner .company-menu a {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .menu_inner .recruit-menu a, .menu_inner .company-menu a {
    width: 100%;
    height: 100%;
    padding: 16px;
    text-align: center;
  }
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .menu_inner {
    padding: 0;
    margin: 0;
  }
}

.business-menu_01 {
  background: url("./images/business/business-menu_01.png") no-repeat 50% 28%;
  background-size: 26%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .business-menu_01 {
    background-position: 8% 34%;
    background-size: 10%;
  }
}

.business-menu_02 {
  background: url("./images/business/business-menu_02.png") no-repeat 50% 28%;
  background-size: 26%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .business-menu_02 {
    background-position: 8% 34%;
    background-size: 10%;
  }
}

.business-menu_03 {
  background: url("./images/business/business-menu_03.png") no-repeat 50% 28%;
  background-size: 26%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .business-menu_03 {
    background-position: 8% 34%;
    background-size: 10%;
  }
}

.business-menu_04 {
  background: url("./images/business/business-menu_04.png") no-repeat 50% 28%;
  background-size: 26%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .business-menu_04 {
    background-position: 8% 34%;
    background-size: 10%;
  }
}

.recruit-icon_t01 {
  background: url("./images/recruit/recruit-icon_01.svg") no-repeat 50% 28%;
  background-size: 26%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .recruit-icon_t01 {
    background: url("./images/recruit/recruit-icon_01.svg") no-repeat 50% 26%;
    background-size: 30%;
  }
}

.recruit-icon_t02 {
  background: url("./images/recruit/recruit-icon_02.svg") no-repeat 50% 28%;
  background-size: 26%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .recruit-icon_t02 {
    background: url("./images/recruit/recruit-icon_02.svg") no-repeat 50% 26%;
    background-size: 30%;
  }
}

.recruit-icon_t03 {
  background: url("./images/recruit/recruit-icon_03.svg") no-repeat 50% 28%;
  background-size: 26%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .recruit-icon_t03 {
    background: url("./images/recruit/recruit-icon_03.svg") no-repeat 50% 26%;
    background-size: 30%;
  }
}

.recruit-icon_t04 {
  background: url("./images/recruit/recruit-icon_04.svg") no-repeat 50% 28%;
  background-size: 26%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .recruit-icon_t04 {
    background: url("./images/recruit/recruit-icon_04.svg") no-repeat 50% 26%;
    background-size: 30%;
  }
}

.recruit-icon_01, .recruit-icon_02, .recruit-icon_03, .recruit-icon_04, .company-menu_01, .company-menu_02, .company-menu_03, .company-menu_04 {
  background-size: 56px;
  background-position: 50% 28%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .recruit-icon_01, .recruit-icon_02, .recruit-icon_03, .recruit-icon_04, .company-menu_01, .company-menu_02, .company-menu_03, .company-menu_04 {
    background-position: 8% 34%;
    background-size: 40px;
  }
}

.recruit-icon_01 {
  background-image: url("./images/recruit/recruit-icon_01.svg");
}

.recruit-icon_02 {
  background-image: url("./images/recruit/recruit-icon_02.svg");
}

.recruit-icon_03 {
  background-image: url("./images/recruit/recruit-icon_03.svg");
}

.recruit-icon_04 {
  background-image: url("./images/recruit/recruit-icon_04.svg");
}

.company-menu_01 {
  background-image: url("./images/company/company-menu_01.svg");
}

.company-menu_02 {
  background-image: url("./images/company/company-menu_02.svg");
}

.company-menu_03 {
  background-image: url("./images/company/company-menu_03.svg");
}

.company-menu_04 {
  background-image: url("./images/company/company-menu_04.svg");
}

.company-icon_01 {
  background: url("./images/company/company-icon_01.png") no-repeat 50% 34%;
  background-size: 40%;
}

.company-icon_02 {
  background: url("./images/company/company-icon_02.png") no-repeat 50% 34%;
  background-size: 40%;
}

.company-icon_03 {
  background: url("./images/company/company-icon_03.png") no-repeat 50% 34%;
  background-size: 40%;
}

.company-icon_04 {
  background: url("./images/company/company-icon_04.png") no-repeat 50% 34%;
  background-size: 40%;
}

#litybox {
  max-width: 940px;
  margin: auto;
  text-align: left;
}

#litybox .litybox-title {
  border-bottom: 1px solid #197e3c;
  padding: 0 3vh;
}

#litybox .litybox-title h2 {
  font-size: 20px;
  font-size: 2rem;
  color: #197e3c;
  letter-spacing: 0;
}

#litybox .litybox-title p {
  padding-bottom: 8px;
}

#litybox .litybox-inner {
  display: flex;
  justify-content: center;
  padding: 2vh;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #litybox .litybox-inner {
    flex-direction: column;
  }
}

#litybox .litybox-inner h4 {
  font-size: 18px;
  font-size: 1.8rem;
}

#litybox .litybox-inner h5 {
  border-bottom: solid 1px #197e3c;
  display: inline;
  color: #197e3c;
}

#litybox .litybox-inner .litybox-txt_l {
  width: 50%;
  border-right: 1px solid #ccc;
  padding: 0 2vw 0 0;
  text-align: left;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #litybox .litybox-inner .litybox-txt_l {
    width: 100%;
    border: none;
  }
}

#litybox .litybox-inner .litybox-txt_l p {
  font-size: 14px;
  font-size: 1.4rem;
  padding-bottom: 2vh;
}

#litybox .litybox-inner .litybox-txt_l table tr th {
  width: 40%;
  font-weight: normal;
}

#litybox .litybox-inner .litybox-txt_l table tr td {
  width: 60%;
}

#litybox .litybox-inner .litybox-txt_l .litybox-txt_list {
  display: flex;
}

#litybox .litybox-inner .litybox-txt_l .litybox-txt_list div {
  padding-right: 32px;
}

#litybox .litybox-inner .litybox-txt_r {
  padding: 0 0 0 2vw;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #litybox .litybox-inner .litybox-txt_r {
    padding: 2vh 0 0 0;
  }
}

#litybox .litybox-inner .litybox-txt_r p {
  padding: 1vh 0 2vh;
  font-size: 14px;
  font-size: 1.4rem;
}

#company {
  width: 100%;
}

#company .company-inner {
  position: relative;
  overflow: hidden;
}

#company .company-inner .access-link {
  display: flex;
  justify-content: center;
  padding: 4vh 0 8vh;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #company .company-inner .access-link {
    padding: 0 0 2vh;
  }
}

#company .company-inner .access-link li {
  margin: 0 24px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #company .company-inner .access-link li {
    margin: 0 16px;
  }
}

#company .company-inner .access-link li a:hover {
  border-bottom: 2px solid #197e3c;
  padding-bottom: 8px;
  color: #197e3c;
}

#company .company-inner .access-link li > span {
  font-family: futura-pt;
  color: #ccc;
}

#company .company-inner .effort {
  padding: 10vh 15.5%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #company .company-inner .effort {
    padding: 4vh 4%;
  }
}

#company .company-inner .effort > article {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #company .company-inner .effort > article {
    display: block;
  }
}

#company .company-inner .effort > article .effort-img {
  width: 30%;
  margin-right: 2vw;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #company .company-inner .effort > article .effort-img {
    width: 100%;
    margin-right: 2vw;
    padding: 0 0 4vh;
  }
}

#company .company-inner .effort > article .effort-img img {
  width: 100%;
  border: #ccc 1px solid;
}

#company .company-inner .effort > article .effort-txt {
  width: 70%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #company .company-inner .effort > article .effort-txt {
    width: 100%;
  }
}

#company .company-inner .effort > article .effort-txt h3 {
  font-family: YuMincho,'Yu Mincho';
  color: #197e3c;
  font-weight: normal;
  border-bottom: solid 1px #197e3c;
  padding-bottom: 8px;
}

#company .company-inner .company-table_01 {
  max-width: 960px;
  margin: auto;
}

#company .company-inner .company-table_01 tbody tr {
  border-bottom: 1px solid #ccc;
}

#company .company-inner .company-table_01 tbody tr .profile-l {
  max-width: 100%;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  padding: 0 16px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #company .company-inner .company-table_01 tbody tr .profile-l {
    width: 30%;
  }
}

#company .company-inner .company-table_01 tbody tr .profile-r {
  max-width: 100%;
  padding: 16px;
  text-align: left;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #company .company-inner .company-table_01 tbody tr .profile-r {
    width: 80%;
  }
}

#company .company-inner .company-table_01 tbody tr .history-l {
  max-width: 100%;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  padding: 0 16px;
}

#company .company-inner .company-table_01 tbody tr .history-number {
  max-width: 100%;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  padding: 0;
}

#company .company-inner .company-table_01 tbody tr .history-r {
  max-width: 100%;
  padding: 16px;
  text-align: left;
}

#company .company-inner .company-table_02 {
  width: 100%;
  margin: auto;
}

#company .company-inner .company-table_02 tbody tr {
  border-bottom: 1px solid #ccc;
}

#company .company-inner .company-table_02 tbody tr td, #company .company-inner .company-table_02 tbody tr th {
  max-width: 100%;
  font-weight: normal;
  padding: 24px 16px;
}

#company .company-inner .company-table_02 tbody tr .access-l {
  text-align: left;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #company .company-inner .company-table_02 tbody tr .access-l {
    display: none;
  }
}

#company .company-inner .company-table_02 tbody tr .access-c {
  text-align: left;
  vertical-align: top;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #company .company-inner .company-table_02 tbody tr .access-c {
    display: none;
  }
}

#company .company-inner .company-table_02 tbody tr .access-r {
  text-align: right;
  width: 200px;
  vertical-align: middle;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #company .company-inner .company-table_02 tbody tr .access-r {
    width: 100%;
    padding: 3vh 0;
  }
}

#company .company-inner .company-table_02 tbody tr .access-r .access-sp {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #company .company-inner .company-table_02 tbody tr .access-r .access-sp {
    text-align: left;
    display: block;
  }
}

#company .company-inner .company-table_02 tbody tr .access-r .access-sp p {
  padding-bottom: 2vh;
}

#company .company-inner .company-table_02 tbody tr .access-r .access-sp h4 {
  padding-bottom: 8px;
}

#company .company-inner .company-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 15.5%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #company .company-inner .company-top {
    padding: 0 4%;
  }
}

#company .company-inner .philosophy {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 15.5% 10vh;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #company .company-inner .philosophy {
    padding: 12vh 4% 6vh;
  }
}

#company .company-inner .philosophy .philosophy-txt {
  width: 34%;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #company .company-inner .philosophy .philosophy-txt {
    width: 100%;
  }
}

#company .company-inner .philosophy .philosophy-txt h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  border-bottom: 1px solid #197e3c;
  padding: 10px 0;
  color: #197e3c;
}

#company .company-inner .philosophy .philosophy-txt p {
  padding-top: 16px;
}

#company .company-inner .message {
  width: 100%;
  padding: 0 15.5%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #company .company-inner .message {
    padding: 0 4%;
  }
}

#company .company-inner .message > article {
  width: 100%;
  padding-bottom: 10vh;
  background: #E8F2EA url("./images/company/company-01_philosophy.png") no-repeat 100% 0;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #company .company-inner .message > article {
    background: #E8F2EA url("./images/company/company-01_philosophy_sp.png") no-repeat top center;
    background-size: 75%;
    padding-bottom: 5vh;
  }
}

#company .company-inner .message > article .message-txt {
  width: 50%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #company .company-inner .message > article .message-txt {
    width: 100%;
    padding-top: 100%;
  }
}

#company .company-inner .message > article .message-txt p {
  padding-top: 16px;
}

#company .company-inner .message > article .message-txt .message-name {
  padding-top: 4vh;
}

#company .company-inner .philosophy-img_area {
  width: 400px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  position: absolute;
  top: 11%;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #company .company-inner .philosophy-img_area {
    width: 300px;
    top: 4vh;
    position: relative;
  }
}

#company .company-inner .philosophy-img_area .philosophy-img {
  border-radius: 50%;
  background: #e8f2eb;
  transform: rotate(-45deg);
}

#company .company-inner .philosophy-img_area .philosophy-img p {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 9vh;
  text-align: center;
  color: #197e3c;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #company .company-inner .philosophy-img_area .philosophy-img p {
    width: 140px;
    height: 140px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#company .company-inner .company-top_txt {
  width: 46%;
  margin: 0 4% 4% 0;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #company .company-inner .company-top_txt {
    width: 100%;
    margin: 2vh 0;
  }
}

#company .company-inner .company-top_txt h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  border-bottom: 1px solid #197e3c;
  padding: 10px 0;
}

#company .company-inner .company-top_txt .company-top_icon_01 {
  background: url("./images/company/company-menu_01.svg") no-repeat 98%;
  background-size: 48px 48px;
}

#company .company-inner .company-top_txt .company-top_icon_02 {
  background: url("./images/company/company-menu_02.svg") no-repeat 98%;
  background-size: 48px 48px;
}

#company .company-inner .company-top_txt .company-top_icon_03 {
  background: url("./images/company/company-menu_03.svg") no-repeat 98%;
  background-size: 48px 48px;
}

#company .company-inner .company-top_txt .company-top_icon_04 {
  background: url("./images/company/company-menu_04.svg") no-repeat 98%;
  background-size: 48px 48px;
}

#company .company-inner .company-top_txt p {
  padding-top: 16px;
}

.contents-area {
  padding: 0 15%;
  width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .contents-area {
    padding: 0 4%;
  }
}

.contents-area table {
  width: 100%;
}

.contents-area h3 {
  text-align: left;
  font-family: YuMincho,'Yu Mincho';
  font-size: 24px;
  font-size: 2.4rem;
  padding: 8px 16px;
  font-weight: normal;
  color: #197e3c;
  border-bottom: 1px #197e3c solid;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .contents-area h3 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 0px;
  }
}

.contents-area .contents-inner h4 {
  margin-left: 1.1em;
  padding: 32px 0 8px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .contents-area .contents-inner h4 {
    margin-left: 0;
  }
}

.contents-area .contents-inner .privacypolicy-txt {
  margin-left: 1.1em;
  padding: 16px 0 0;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .contents-area .contents-inner .privacypolicy-txt {
    margin-left: 0;
  }
}

.contents-area .contents-inner p {
  margin-left: 3em;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .contents-area .contents-inner p {
    margin-left: 0;
  }
}

.contents-area .contents-inner ol {
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 3em;
  line-height: 2;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .contents-area .contents-inner ol {
    margin-left: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.contents-contact {
  padding: 4vh 0 0;
  width: 100%;
  margin: auto;
}

.contents-contact .contents-contact_inner {
  max-width: 640px;
  border: solid 1px #ccc;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .contents-contact .contents-contact_inner {
    width: 98%;
  }
}

.contents-contact .contents-contact_inner .contents-contact_title {
  width: 180px;
  text-align: center;
  background: #e8f2eb;
  vertical-align: middle;
  border-right: 1px solid #ccc;
  color: #197e3c;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .contents-contact .contents-contact_inner .contents-contact_title {
    width: 150px;
  }
}

.contents-contact .contents-contact_inner .contents-contact_txt {
  max-width: 240px;
  padding: 24px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .contents-contact .contents-contact_inner .contents-contact_txt {
    padding: 12px;
  }
}

.contents-contact > p {
  padding: 4vh 4% 0;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .contents-contact > p {
    padding: 4vh 0 0;
  }
}

.news {
  border: solid 1px #197e3c;
}

.news a {
  padding: 0 8px;
  color: #197e3c;
  display: block;
}

.category-name {
  margin-right: 2vw;
  width: 120px;
  text-align: center;
}

.category-name a {
  font-size: 14px;
  font-size: 1.4rem;
}

.color_01 {
  border: solid 1px #bcc65c;
}

.color_02 {
  border: solid 1px #7b8d42;
}

.color_03 {
  border: solid 1px #6e7628;
}

.color_04 {
  border: solid 1px #525821;
}

.color_05 {
  border: solid 1px #383b19;
}

.post-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 12vh 0 6vh;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .post-nav {
    width: 100%;
    padding: 6vh 0 2vh;
  }
}

.post-nav p a {
  padding: 8px 16px;
  border: solid 1px #999;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .post-nav p a {
    padding: 8px;
  }
}

.googlemap-size_pc {
  width: 940px;
  height: 364px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .googlemap-size_pc {
    width: 100%;
  }
}

.wp-pagenavi {
  margin-top: 48px;
  font-family: futura-pt, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

.wp-pagenavi span {
  margin-right: 24px;
  text-decoration: underline;
}

.wp-pagenavi a {
  margin-right: 24px;
}

.wp-pagenavi .nextpostslink {
  font-family: "TB新聞ゴシック M", TBNPGothic M, Hiragino Kaku Gothic ProN, Arial, sans-serif;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .slick-item {
    display: none;
  }
}

.side-top02_inner {
  z-index: 99;
  position: fixed;
  right: -20px;
  height: 480px;
  padding-top: 110px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .side-top02_inner {
    right: 0;
    z-index: 101;
    bottom: 0;
    height: 184px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

.side-top02_inner .side-icon {
  width: 140px;
  padding: 12px;
  margin: auto;
  text-align: center;
  border-radius: 20px;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .side-top02_inner .side-icon {
    width: 33.33%;
    border-radius: 0;
    padding: 10px;
  }
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .side-top02_inner .school-pc_disp {
    display: none;
  }
}

.side-top02_inner .school-mobile_disp {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .side-top02_inner .school-mobile_disp {
    display: block;
  }
}

.side-top02_inner .side-cart {
  background: #f99f6d;
}

.side-top02_inner .side-mail {
  background: #fecf8d;
}

.side-top02_inner .side-contact {
  width: 280px;
  padding: 12px;
  margin: auto;
  text-align: center;
  border-radius: 20px;
  position: absolute;
  cursor: pointer;
  background: #fffbce;
  right: -140px;
  transition: .4s ease;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .side-top02_inner .side-contact {
    padding: 10px;
    width: 33.33%;
    border-radius: 0;
    right: 0;
    position: relative;
    transition: none;
  }
}

.side-top02_inner .side-contact:hover {
  transition: .4s ease;
  right: 0;
}

.side-top02_inner .side-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.side-top02_inner .side-contact a .side-l {
  width: 40%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .side-top02_inner .side-contact a .side-l {
    width: 100%;
  }
}

.side-top02_inner .side-contact a .side-r {
  width: 54%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .side-top02_inner .side-contact a .side-r {
    display: none;
  }
}

.side-top02_inner .side-contact a .side-r p {
  text-align: left;
}

.side-top02_inner p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  padding-right: 12px;
  padding-top: 6px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .side-top02_inner p {
    padding-right: 0;
  }
}

.side-top02_inner img {
  width: 56px;
  display: block;
  text-align: center;
  margin: auto;
  padding-right: 16px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .side-top02_inner img {
    width: 40px;
    padding-right: 0;
  }
}

.recruit-form_pc {
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .sbi_item {
    width: 33.33% !important;
  }
}

.business-02_txt {
  text-align: left;
  max-width: 80%;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .business-02_txt {
    max-width: 100%;
  }
}

.banner-area {
  width: 100%;
  padding: 4vh 0;
  background: #e8f2ea;
  overflow: hidden;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .banner-area {
    display: none;
  }
}

.banner-area ul .slick-prev, .banner-area ul .slick-next {
  top: 50%;
}

.banner-area ul a img {
  width: 90%;
}

.banner-area2 {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .banner-area2 {
    width: 100%;
    padding: 4vh 0;
    background: #e8f2ea;
    overflow: hidden;
    display: block;
  }
}

.banner-area2 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.banner-area2 ul li {
  width: 46%;
  margin: 1%;
}

.banner-area2 ul li a img {
  width: 100%;
  display: block;
}

#footer {
  width: 100%;
  background: #fff;
}

#footer .footer-inner {
  display: flex;
  width: 100%;
  margin: auto;
  padding: 0 4%;
  align-items: center;
}

#footer .footer-inner .footer-title_area {
  padding: 6vh 0;
  width: 50%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #footer .footer-inner .footer-title_area {
    margin: auto;
    width: 100%;
    text-align: center;
  }
}

#footer .footer-inner .footer-title_area .footer-title {
  display: flex;
  align-items: center;
  margin-bottom: 1vh;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #footer .footer-inner .footer-title_area .footer-title {
    flex-direction: column;
  }
}

#footer .footer-inner .footer-title_area .footer-title img {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  background: #ccc;
  margin-bottom: 1vh;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #footer .footer-inner .footer-title_area .footer-title img {
    margin-right: 0;
  }
}

#footer .footer-inner .footer-title_area .footer-title h4 {
  margin-bottom: 1vh;
}

#footer .footer-inner .footer-title_area .footer-title_sns {
  display: flex;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #footer .footer-inner .footer-title_area .footer-title_sns {
    justify-content: center;
    padding-top: 16px;
  }
}

#footer .footer-inner .footer-title_area .footer-title_sns img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}

#footer .footer-inner .footer-menu_area {
  display: flex;
  width: 100%;
  padding: 6vh 0;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #footer .footer-inner .footer-menu_area {
    display: none;
  }
}

#footer .footer-inner .footer-menu_area ul {
  width: 100%;
  margin-left: 4%;
}

#footer .footer-inner .footer-menu_area ul li {
  line-height: 2.2;
}

#footer .footer-inner .footer-menu_area ul li a {
  font-size: 14px;
}

#footer .copyright {
  width: 100%;
  text-align: right;
  color: #fff;
  background: #197e3c;
  padding: 24px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #footer .copyright {
    text-align: center;
  }
}

#scrollUp {
  right: 3%;
  bottom: 40px;
  animation: scrollup 1s ease infinite;
  background: rgba(240, 240, 240, 0.75);
  width: 64px;
  height: 64px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  color: #197e3c;
  font-size: 10px;
  text-align: center;
  line-height: 1.2;
  padding-top: 32px;
}

#scrollUp:after {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 3px solid #197e3c;
  border-right: 3px solid #197e3c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  left: 24px;
  position: relative;
  bottom: 38px;
}

@keyframes scrollup {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-8px);
  }
}

#sidebar {
  width: 26%;
  display: inline-block;
  letter-spacing: -0.4em;
  padding: 0 0 0 5%;
  vertical-align: top;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #sidebar {
    width: 100%;
    margin-top: 48px;
    padding: 0;
  }
}

#sidebar .widget-inner {
  letter-spacing: normal;
}

#sidebar .widget-inner .widget_title {
  font-size: 18px;
  font-size: 1.8rem;
  color: #197e3c;
  padding-bottom: 8px;
  border-bottom: solid 1px #197e3c;
}

#sidebar .widget-inner h4 {
  text-align: left;
}

#sidebar .widget-inner ul {
  padding: 16px 0;
  margin-left: 16px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #sidebar .widget-inner ul {
    text-align: left;
    margin: 0;
  }
}

#sidebar .widget-inner ul li {
  width: 200px;
  text-align: left;
  padding-bottom: 8px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  #sidebar .widget-inner ul li {
    display: inline-block;
    margin: 0 32px 0 0;
    width: auto;
  }
}

#sidebar .widget-inner ul li a {
  font-size: 14px;
  font-size: 1.4rem;
}



/*RH用：トップ画像：ここから*/

.business-06_bg {
  background: url("./images/business/business-06_bg.jpg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .business-06_bg {
    background: url("./images/business/business-06_bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}

/*RH用：トップ画像：ここまで*/
/*RH用：各メニュートップ：ここから*/

.bsns-06_gallery {
  background: url("./images/business/06_menu/gallery__bg.jpg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .bsns-06_gallery {
    background: url("./images/business/06_menu/gallery_bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.bsns-06_menu {
  background: url("./images/business/06_menu/menu_bg.jpg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .bsns-06_menu {
    background: url("./images/business/06_menu/menu_bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.bsns-06_menu_01 {
  background: url("./images/business/06_menu/menu-01_bg.jpg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .bsns-06_menu_01 {
    background: url("./images/business/06_menu/menu-01_bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.bsns-06_menu_02 {
  background: url("./images/business/06_menu/menu-02_bg.jpg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .bsns-06_menu_02 {
    background: url("./images/business/06_menu/menu-02_bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.bsns-06_menu_03 {
  background: url("./images/business/06_menu/menu-03_bg.jpg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .bsns-06_menu_03 {
    background: url("./images/business/06_menu/menu-03_bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.bsns-06_menu_04 {
  background: url("./images/business/06_menu/menu-04_bg.jpg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .bsns-06_menu_04 {
    background: url("./images/business/06_menu/menu-04_bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.bsns-06_menu_05 {
  background: url("./images/business/06_menu/menu-05_bg.jpg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .bsns-06_menu_05 {
    background: url("./images/business/06_menu/menu-05_bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.bsns-06_menu_06 {
  background: url("./images/business/06_menu/menu-06_bg.jpg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .bsns-06_menu_06 {
    background: url("./images/business/06_menu/menu-06_bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.bsns-06_menu_07 {
  background: url("./images/business/06_menu/menu-07_bg.jpg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .bsns-06_menu_07 {
    background: url("./images/business/06_menu/menu-07_bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.bsns-06_menu_08 {
  background: url("./images/business/06_menu/menu-08_bg.jpg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .bsns-06_menu_08 {
    background: url("./images/business/06_menu/menu-08_bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}

/*RH用：各メニュートップ：ここまで*/
/*RH用：各画像スライダー：ここから*/

.business-06_slick {
  padding: 10vh 0;
  text-align: center;
  margin: auto;
  width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .business-06_slick {
    padding: 1vh 2%;
    width: 100%;
  }
}

.business-06_slick li img {
  width: 96%;
  height: 490px;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .business-06_slick li img {
    width: 100%;
    height: 100%;
  }
}

.business-06_slick .slick-prev .slick-next {
  top: 50%;
  bottom: 50%;
}

/*RH用：各画像スライダー：スマホ用*/

@media screen and (min-width: 0px) and (max-width: 959px) {
  .business-06_slick .slick-06_menu {
    display: none;
  }
}

.single-menu {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .single-menu {
    display: block;
  }
  .single-menu .slick-prev .slick-next {
    top: 16vh;
  }
}

/*RH用：各画像スライダー：ここまで*/
/*RH用：フッター手前：営業所一覧背景用：ここから*/

.bsns_rh-menu_area {
  width: 100%;
  background: url("./images/business/business-footer-06_bg.jpg") 50% 50% no-repeat;
  background-size: cover;
  padding: 10vh 0;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .bsns_rh-menu_area {
    padding: 6vh 0 3vh;
  }
}

.bsns_rh-menu_area .menu_inner {
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .bsns_rh-menu_area .menu_inner {
    display: block;
    padding: 0 4%;
  }
}

.bsns_rh-menu_area .menu_inner .business-menu {
  margin: 1%;
  border-radius: 1000px;
  width: 31%;
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .bsns_rh-menu_area .menu_inner .business-menu {
    width: 100%;
    margin: 2% 0;
  }
}

.bsns_rh-menu_area .menu_inner .business-menu span {
  font-size: 28px;
  font-size: 2.8rem;
  color: #197e3c;
  padding-right: 20px;
  position: absolute;
  top: 6px;
  left: 20px;
}

.bsns_rh-menu_area .menu_inner .business-menu p {
  padding: 20px 0;
  display: block;
}

.bsns_rh-menu_area .menu_inner .business-menu a {
  padding: 20px 0;
  display: block;
}

/*RH用：フッター手前：営業所一覧背景用：ここまで*/
