@charset "UTF-8";
/**
 * Default Setting
 */
/**
 * SuperGradient
 * SASS MULTI-COLOR GRADIENT MIXIN (LINEAR & RADIAL)
 * Options
 * $type: linear*, radial
 * $from: top*, left, top left, top right, bottom right, bottom left, center (radial)
 * $colors: hex, rgba
 * *default
 *
 * Include: bower install super-gradient
 *
 * Demo: http://super-gradient.ib.gs/
 */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #fff; }

::-webkit-scrollbar-track {
  border-radius: 0;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.2); }

::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 0;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2); }

/**
 * CSS Reset
 * Default StyleSheet Normalize
 *
 * @since 0.1
 * @author MIRAI Inc.
 */
*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  touch-action: manipulation; }

html, body {
  width: 100%; }

body {
  min-width: 300px;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Robot, "Droid Sans", sans-serif;
  font-size: 1.6rem;
  color: #585F59;
  background-color: white;
  -webkit-text-size-adjust: 100%; }

header,
footer,
nav,
figure,
figcaption,
main,
article,
section,
aside {
  display: block; }

main {
  width: 100%; }

a,
area,
button,
[role="button"],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation; }

button {
  appearance: none;
  cursor: pointer;
  padding: 0.5em 1em;
  border: 1px solid #ccc; }

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"],
input[type="number"],
input[type="color"] {
  appearance: none;
  font-size: 16px; }

textarea {
  appearance: none;
  font-size: 16px; }

button {
  cursor: pointer; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

a {
  color: #0F9838;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

ul, ol {
  padding-left: 40px; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

@media (min-width: 0) and (max-width: 575px) {
  [xs] {
    display: none !important; } }

@media (min-width: 0) {
  [xs-min] {
    display: none !important; } }

@media (max-width: 575px) {
  [xs-max] {
    display: none !important; } }

@media (min-width: 576px) and (max-width: 767px) {
  [sm] {
    display: none !important; } }

@media (min-width: 576px) {
  [sm-min] {
    display: none !important; } }

@media (max-width: 767px) {
  [sm-max] {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  [md] {
    display: none !important; } }

@media (min-width: 768px) {
  [md-min] {
    display: none !important; } }

@media (max-width: 991px) {
  [md-max] {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  [lg] {
    display: none !important; } }

@media (min-width: 992px) {
  [lg-min] {
    display: none !important; } }

@media (max-width: 1199px) {
  [lg-max] {
    display: none !important; } }

@media (min-width: 1200px) and (max-width: 1490px) {
  [xl] {
    display: none !important; } }

@media (min-width: 1200px) {
  [xl-min] {
    display: none !important; } }

@media (max-width: 575px) {
  [xl-max] {
    display: none !important; } }

@media (min-width: 992px) {
  .sp,
  [sp] {
    display: none; } }

@media (max-width: 991px) {
  .pc,
  [pc] {
    display: none; } }

a[href^="tel:"] {
  pointer-events: none; }
  @media (pointer: fine) {
    a[href^="tel:"] {
      pointer-events: none;
      color: currentColor;
      text-decoration: none; } }
  @media (pointer: coarse) {
    a[href^="tel:"] {
      pointer-events: auto; } }

.text p {
  margin: 0 0 1em; }
  .text p:last-child {
    margin-bottom: 0; }

.number {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  letter-spacing: 1px; }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.iframe {
  position: relative;
  display: block;
  width: 100%;
  height: 0; }
  .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }

.en {
  font-family: "din-2014", sans-serif; }

.term_password {
  max-width: 380px;
  margin: 40px auto; }
  .term_password form {
    padding: 20px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1); }
  .term_password p {
    margin: 0 0 1em;
    line-height: 1.4;
    font-size: 90%; }
  .term_password label[for=term_password_field] {
    display: block;
    margin-bottom: 5px;
    font-weight: bold; }
  .term_password_form {
    position: relative;
    display: flex; }
    .term_password_form input[type=password],
    .term_password_form input[type=submit] {
      border-radius: 0; }
    .term_password_form input[type=password] {
      flex-grow: 1; }
    .term_password_form input[type=submit] {
      appearance: none;
      width: 52px;
      color: #fff;
      background-color: #0F9838;
      border: 0 !important;
      outline: 0; }
  .term_password_error {
    margin: 6px 0 0 !important;
    font-size: 14px;
    color: #f00; }

@media (max-width: 767px) {
  .contact-fixed {
    display: flex;
    justify-content: flex-end;
    margin-right: 16px; } }

@media (min-width: 768px) {
  .contact-fixed {
    position: fixed;
    top: 200px;
    right: 4px;
    z-index: 8;
    transition: 300ms ease 300ms; } }

.contact-fixed a {
  display: inline-block;
  padding: 6px 12px;
  vertical-align: top;
  line-height: 1;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  background-color: #0F9838;
  border-radius: 30px;
  transition: 235ms ease; }
  @media (max-width: 767px) {
    .contact-fixed a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 0 3px;
      padding: 6px 4px;
      white-space: nowrap;
      font-weight: bold;
      font-size: 10px;
      border-radius: 4px; }
      .contact-fixed a .fa-line {
        margin-top: -2px;
        margin-bottom: 5px;
        line-height: 1;
        font-size: 14px; } }
  .contact-fixed a i {
    margin-bottom: 6px; }
    @media (max-width: 767px) {
      .contact-fixed a i:before {
        width: 22px; } }
    @media (min-width: 768px) {
      .contact-fixed a i {
        margin-right: 0;
        margin-bottom: 12px; }
        .contact-fixed a i:before {
          width: 18px;
          margin: 0; } }
  @media (min-width: 768px) {
    .contact-fixed a {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 56px;
      height: 160px;
      margin: 0 0 12px;
      font-size: 14px; }
      .contact-fixed a .fa-line {
        font-size: 22px; }
      .contact-fixed a span {
        width: 1em;
        line-height: 1.1; }
      .contact-fixed a .line {
        writing-mode: vertical-rl; } }
  .contact-fixed a:hover {
    opacity: 0.8; }

.cta-banner {
  padding: 1px 0 40px; }
  @media (min-width: 576px) {
    .cta-banner {
      padding: 1px 0 60px; } }
  @media (max-width: 767px) {
    .cta-banner .container {
      max-width: 483px; } }
  .cta-banner .linker {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px; }
    .cta-banner .linker a {
      margin: 10px; }
  .cta-banner .cta-hiroshima-sell {
    margin: 40px 0 0;
    text-align: center; }

.bnr-opacity {
  display: inline-block;
  transition: 235ms ease; }
  .bnr-opacity:hover {
    opacity: 0.8; }

.social-list {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  font-size: 24px; }
  .social-list a {
    display: block; }

.anim-leftwark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  background-color: #707070;
  transform: translateX(0%); }

.anim-leftwark.hover:before {
  animation: leftWark 500ms ease-out 0s 1 normal; }

@keyframes leftWark {
  0% {
    width: 0;
    transform: translateX(0%); }
  50% {
    width: 100%;
    transform: translateX(0%); }
  100% {
    width: 100%;
    transform: translateX(100%); } }

/**
 * Extend
 */
.entry-post {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Robot, "Droid Sans", sans-serif;
  line-height: 1.7;
  font-size: 15px;
  color: #585F59; }
  .entry-post h1, .entry-post h2, .entry-post h3, .entry-post h4, .entry-post h5, .entry-post h6 {
    margin-top: 48px;
    margin-bottom: 16px;
    color: #0F9838; }
    .entry-post h1:first-child, .entry-post h2:first-child, .entry-post h3:first-child, .entry-post h4:first-child, .entry-post h5:first-child, .entry-post h6:first-child {
      margin-top: 0; }
  .entry-post h1 {
    font-size: 22px; }
  .entry-post h2 {
    font-size: 18px; }
  .entry-post h3 {
    font-size: 15px; }
  .entry-post h4, .entry-post h5, .entry-post h6 {
    font-size: 15px;
    color: #585F59; }
  .entry-post a {
    color: #0F9838;
    text-decoration: underline;
    transition: 235ms ease; }
    .entry-post a:hover {
      opacity: 0.8;
      color: #0F9838;
      text-decoration: none; }
  .entry-post code {
    padding-left: 4px;
    padding-right: 4px;
    font-family: "Source Code Pro", "Osaka－等幅", Osaka-mono, "ＭＳ ゴシック", "MS Gothic", monospace;
    font-size: 90%;
    border-radius: 2px; }
  .entry-post pre {
    margin-bottom: 1.5em;
    padding: 15px;
    line-height: 1.4;
    tab-size: 4;
    overflow-x: auto;
    -webkit-overflow-scrolling: auto;
    font-family: "Source Code Pro", "Osaka－等幅", Osaka-mono, "ＭＳ ゴシック", "MS Gothic", monospace;
    white-space: pre;
    background-color: #FAFAF8;
    border-radius: 0;
    box-sizing: border-box; }
    .entry-post pre code {
      padding: 15px;
      tab-size: 2; }
  .entry-post p {
    margin: 0 0 2.5em; }
    @media (min-width: 768px) {
      .entry-post p {
        margin-bottom: 1.6em; } }
    @media (min-width: 992px) {
      .entry-post p {
        margin-bottom: 1.6em; } }
    .entry-post p:last-child {
      margin-bottom: 0; }
    .entry-post p > code {
      background-color: #f0f0f0; }
  .entry-post hr {
    display: block;
    height: 1px;
    margin: 60px auto;
    border: 0; }
  .entry-post kbd:not([class*="kbd-find"]) {
    -webkit-user-select: none;
    user-select: none;
    display: inline-block;
    min-width: 2em;
    margin: 5px;
    padding: 0 8px;
    line-height: 2;
    font-family: monospace;
    color: #767676;
    text-align: center;
    vertical-align: .2em;
    background-color: #f5f5f0;
    border-radius: 3px;
    box-shadow: 0 0 25px #e8e8e8 inset, 0 1px 0 #c3c3c3, 0 2px 0 #c9c9c9, 0 2px 3px #333; }
  .entry-post mark {
    background-color: #fcf8e3; }
  .entry-post cite {
    font-style: italic; }
  .entry-post blockquote {
    margin: 30px 0;
    padding: 20px;
    padding-left: 24px;
    line-height: 2;
    font-size: 88%;
    color: #666;
    background-color: #F4F5F4;
    border-left: 4px solid #0F9838; }
    .entry-post blockquote *:first-child {
      margin-top: 0; }
    .entry-post blockquote *:last-child {
      margin-bottom: 0; }
  .entry-post address {
    margin-bottom: 1.6em;
    padding: 1rem;
    line-height: 1.6;
    color: #4c4c4c;
    border: 1px solid #eee; }
  .entry-post ul, .entry-post ol {
    padding-left: 1.4em; }
    .entry-post ul li + li, .entry-post ol li + li {
      margin-top: 0.5em; }
  .entry-post figure {
    margin: 0; }
  .entry-post img {
    max-width: 100%;
    height: auto; }
  .entry-post figure {
    margin-bottom: 1.5em; }
  .entry-post figure.alignright, .entry-post figure.alignleft,
  .entry-post img.alignright,
  .entry-post img.alignleft {
    margin-top: 5px; }
  .entry-post dl dt {
    padding-bottom: 5px;
    font-weight: bold; }
  .entry-post dl dd {
    margin-bottom: 1em;
    font-size: 84%; }
  .entry-post table {
    margin: 30px 0; }
    .entry-post table thead {
      background-color: #FAFAF8; }
    .entry-post table tbody {
      background-color: #fff; }
  .entry-post th, .entry-post td {
    padding: 5px 10px;
    line-height: 1.4;
    border: 1px solid #e2e2e2; }
  .entry-post iframe {
    max-width: 100%; }
  .entry-post .iframe-wrap {
    position: relative;
    height: 0;
    padding-bottom: 80%; }
    .entry-post .iframe-wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .entry-post .iframe-wrap[src*="youtube.com"], .entry-post .iframe-wrap[src*="vimeo.com"] {
      padding-bottom: 56.2%; }
    .entry-post .iframe-wrap[src*="google.com/maps"] {
      padding-bottom: 92%; }
      @media (min-width: 576px) {
        .entry-post .iframe-wrap[src*="google.com/maps"] {
          padding-bottom: 62%; } }
      @media (min-width: 768px) {
        .entry-post .iframe-wrap[src*="google.com/maps"] {
          padding-bottom: 68%; } }
  .entry-post .blog-eyecatch {
    margin-bottom: 3em; }
    .entry-post .blog-eyecatch img {
      width: 100%;
      height: auto; }
  .entry-post .wp-caption {
    max-width: 100%; }
    .entry-post .wp-caption-text {
      padding: 4px 0;
      line-height: 1.2;
      font-size: 12px;
      color: #999; }
  .entry-post .alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px; }
  .entry-post .alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px; }
  .entry-post .aligncenter {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .entry-post img.aligncenter {
    display: block; }
  .entry-post .mce-wp-nextpage,
  .entry-post .mce-wp-more {
    height: 20px; }
  .entry-post #toc_container {
    margin-top: 40px;
    padding: 20px;
    background-color: #fafafa;
    border-color: #e3e3e3; }
    @media (min-width: 768px) {
      .entry-post #toc_container {
        padding: 20px 30px; } }
    .entry-post #toc_container .toc_title {
      color: #0F9838;
      text-align: left; }
    .entry-post #toc_container .toc_list {
      font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Robot, "Droid Sans", sans-serif;
      font-size: 14px; }
      .entry-post #toc_container .toc_list li + li {
        margin-top: 5px; }
      .entry-post #toc_container .toc_list > li > ul {
        margin-top: 5px; }
      .entry-post #toc_container .toc_list a {
        text-decoration: none; }
      .entry-post #toc_container .toc_list .toc_number {
        margin-right: 8px;
        line-height: 1;
        font-style: italic;
        font-weight: 300;
        color: rgba(15, 152, 56, 0.5); }
  .entry-post .hljs {
    margin: -15px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 0;
    border: 0; }
    @media (max-width: 767px) {
      .entry-post .hljs {
        margin-left: -15px;
        margin-right: -15px; } }

.entry-post .wp-block-pullquote {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0;
  border-bottom: 0; }

.entry-post .wp-block-button__link {
  color: #fff;
  text-decoration: none;
  background-color: #0F9838; }
  .entry-post .wp-block-button__link:hover {
    color: #fff; }

/**
 * Common Parts
 */
/**
 * Headline
 *
 * @prefix headline-
 */
.heading {
  margin: 0 0 32px;
  line-height: 1.4; }
  @media (min-width: 992px) {
    .heading {
      margin-bottom: 64px; } }
  .heading:after {
    content: "";
    display: block;
    width: 1.8em;
    height: 1px;
    margin-top: 24px;
    background-color: #0F9838; }
    @media (min-width: 992px) {
      .heading:after {
        margin-top: 32px; } }
  .heading span {
    display: block; }
  .heading .ja {
    font-size: 2.3rem;
    color: #0F9838;
    letter-spacing: 3px; }
    @media (min-width: 992px) {
      .heading .ja {
        font-size: 3rem;
        letter-spacing: 4px; } }
  .heading .en {
    margin-top: 14px;
    font-weight: 500;
    font-size: 1.1rem;
    color: rgba(74, 72, 72, 0.4);
    letter-spacing: 3px; }
    @media (min-width: 992px) {
      .heading .en {
        margin-top: 24px;
        font-size: 1.4rem; } }

.heading-center {
  text-align: center; }
  .heading-center:after {
    margin-left: auto;
    margin-right: auto; }

/**
 * Button
 *
 * @prefix btn-
 */
.btn {
  display: inline-block;
  padding: 8px 12px;
  line-height: 1.2;
  text-decoration: none;
  transition: 235ms ease; }
  .btn:hover {
    opacity: 0.8; }

.btn-default {
  color: #0F9838;
  border: 2px solid #0F9838;
  border-radius: 100px;
  position: relative;
  padding: 12px 40px;
  font-size: 11px;
  text-align: center; }
  .btn-default:hover {
    color: #fff;
    background-color: #0F9838; }
  @media (min-width: 992px) {
    .btn-default {
      min-width: 200px;
      padding: 16px 20px;
      font-size: 14px; } }
  .btn-default .ico-angle-left,
  .btn-default .ico-angle-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .btn-default .ico-angle-left {
    left: 10px; }
  .btn-default .ico-angle-right {
    right: 10px; }

.btn-primary {
  color: #fff;
  background-color: #0F9838;
  border-radius: 100px; }

.btn-menu-toggle {
  appearance: none;
  width: 28px;
  height: 18px;
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: 0; }
  .btn-menu-toggle .bars {
    position: relative;
    width: 100%;
    height: 18px;
    margin: -6px auto; }
  .btn-menu-toggle .bar {
    display: block;
    width: 100%;
    height: 2px;
    margin: 6px 0;
    background-color: #0F9838;
    border-radius: 3px;
    transition: 235ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }
    .btn-menu-toggle .bar:first-child {
      margin-top: 0; }
    .btn-menu-toggle .bar:last-child {
      margin-bottom: 0; }
  .btn-menu-toggle .text {
    color: #fff;
    transition: 235ms ease; }
  .btn-menu-toggle.drawer-active {
    height: 28px;
    background-color: transparent; }
    .btn-menu-toggle.drawer-active .text {
      position: absolute;
      opacity: 0;
      visibility: hidden; }
    .btn-menu-toggle.drawer-active .bars {
      height: 28px; }
    .btn-menu-toggle.drawer-active .bar {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      background-color: #0F9838; }
      .btn-menu-toggle.drawer-active .bar:nth-child(2) {
        width: 0; }
      .btn-menu-toggle.drawer-active .bar:nth-child(1) {
        transform: rotate(135deg); }
      .btn-menu-toggle.drawer-active .bar:nth-child(3) {
        transform: rotate(-135deg); }

.mwppa-btn {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #0F9838;
  border-radius: 1px;
  border-radius: 100%; }
  @media (min-width: 1200px) {
    .mwppa-btn {
      position: fixed;
      right: 30px;
      bottom: 30px; } }

.mwppa-btn-bar-animation {
  color: #0F9838; }

/**
 * Table
 *
 * @prefix table-
 */
.table-default {
  table-layout: auto; }
  .table-default th, .table-default td {
    padding: 15px; }
  .table-default th {
    background-color: #f0f0f0; }

/**
 * Form
 * フォームの各Input要素など
 *
 * @prefix form-
 */
input,
select,
textarea {
  appearance: none;
  max-width: 100%;
  font-size: 16px;
  outline: 0;
  border-radius: 4px;
  box-shadow: none; }

input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=color]):not([type=file])::placeholder,
textarea::placeholder {
  font-size: 14px;
  color: #999;
  transition: 235ms ease; }

input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=color]):not([type=file]):not(:placeholder-shown) + .form-error,
textarea:not(:placeholder-shown) + .form-error {
  height: 0;
  opacity: 0;
  visibility: hidden; }

input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=color]):not([type=file]):focus::placeholder,
textarea:focus::placeholder {
  color: #ccc; }

input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=color]):not([type=file]) {
  display: block;
  height: 40px;
  padding: 0 8px;
  border: 1px solid #ccc; }

input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=color]):not([type=file]),
textarea,
select {
  border: 1px solid #ccc; }
  input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=color]):not([type=file]):focus,
  textarea:focus,
  select:focus {
    border-color: #0F9838;
    box-shadow: 0 0 0 1px #0F9838;
    transition: 300ms ease; }

textarea {
  display: block;
  min-height: calc(5em * 1.4 + 8px);
  padding: 8px;
  line-height: 1.4;
  border-color: #ccc; }

select {
  position: relative;
  display: inline-block;
  width: auto;
  height: 40px;
  padding: 0 32px 0 8px;
  color: currentColor;
  background-repeat: no-repeat;
  background-position: right .7em top 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%3E%3Cpath%20d%3D%22M5%2C0l5%2C6H0Z%22%20transform%3D%22translate(10%206)%20rotate(180)%22%20fill%3D%22%23ccc%22%2F%3E%3C%2Fsvg%3E");
  border-color: #ccc; }
  select::-ms-expand {
    display: none; }

input[type=range] {
  display: block;
  height: 1.4em;
  margin: 0;
  padding: 0 4px;
  background-color: #e2e2e2;
  border-radius: 15px;
  border: 1px solid #ccc;
  box-shadow: inset 0 0 0 6px #fff; }
  input[type=range]:focus {
    box-shadow: 0 0 0 1px #0F9838, inset 0 0 0 6px #fff;
    transition: 300ms ease; }

input[type=color] {
  height: 32px;
  padding: 0 3px;
  line-height: 1;
  border-color: #ccc; }
  input[type=color]:focus {
    box-shadow: 0 0 0 1px #0F9838;
    transition: 300ms ease; }

input[type=radio],
input[type=checkbox] {
  cursor: pointer;
  width: 1em;
  height: 1em;
  margin: 0;
  font-size: 20px;
  color: #0F9838;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px -1px rgba(0, 0, 0, 0.2); }
  input[type=radio]:focus,
  input[type=checkbox]:focus {
    border-color: #0F9838;
    box-shadow: 0 0 0 1px #0F9838;
    transition: 300ms ease; }
  input[type=radio]:checked,
  input[type=checkbox]:checked {
    background-color: #0F9838;
    background-image: url(../img/icon/input-checkmark.svg);
    background-size: 72% auto;
    border-color: #0F9838;
    transition: 300ms ease; }

input[type=radio] {
  border-radius: 1em; }

.form-file label {
  display: inline-block;
  padding: 8px 18px;
  line-height: 1.2;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #0F9838;
  border: 1px solid #0d812f;
  border-radius: 30px; }
  .form-file label:focus {
    box-shadow: 0 0 0 1px #0F9838, inset 0 0 0 1px #0F9838;
    transition: 300ms ease; }
  .form-file label:before {
    content: "ファイルを選択";
    font-size: 14px; }
  .form-file label input[type=file] {
    display: none; }

.form-radio,
.form-checkbox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -8px; }
  .form-radio .horizontal-item,
  .form-checkbox .horizontal-item {
    margin: 0 1.6em 8px 0; }
    .form-radio .horizontal-item + .horizontal-item,
    .form-checkbox .horizontal-item + .horizontal-item {
      margin-left: 0 !important; }
  .form-radio label,
  .form-checkbox label {
    cursor: pointer; }
    .form-radio label input,
    .form-radio label span,
    .form-checkbox label input,
    .form-checkbox label span {
      -webkit-user-select: none;
      user-select: none;
      vertical-align: middle; }
    .form-radio label input,
    .form-checkbox label input {
      margin-right: 4px; }

.form-submit {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 2em;
  text-align: center; }
  @media (min-width: 768px) {
    .form-submit {
      flex-direction: row;
      justify-content: center;
      align-items: center; } }
  .form-submit button[type=submit],
  .form-submit input[type=submit] {
    position: relative;
    min-width: 240px;
    padding: 18px 16px;
    font-size: 14px;
    color: #fff;
    background-color: #0F9838;
    background-image: url(../img/icon/);
    border: 0;
    border-radius: 50px;
    transition: 235ms ease; }
    .form-submit button[type=submit] .ico-angle-right,
    .form-submit input[type=submit] .ico-angle-right {
      position: absolute;
      top: 50%;
      right: 14px;
      transform: translateY(-50%); }
    .form-submit button[type=submit]:hover,
    .form-submit input[type=submit]:hover {
      opacity: 0.8; }
  .form-submit button[value=back] {
    max-width: 60px;
    min-width: 30px;
    margin-top: 16px;
    padding: 8px 14px;
    line-height: 1;
    font-size: 14px;
    color: #999;
    background-color: #e2e2e2;
    border: 1px solid lightgray;
    transition: 235ms ease; }
    @media (min-width: 768px) {
      .form-submit button[value=back] {
        margin-top: 0;
        margin-right: 32px; } }
    .form-submit button[value=back]:hover {
      opacity: 0.8; }

.form-group-column .form-group {
  flex-direction: column; }

.form-group-column .form-label {
  width: auto; }

.form-group-column .form-field {
  width: auto;
  padding-left: 0; }

@media (min-width: 992px) {
  .form-group-column .form-radio,
  .form-group-column .form-checkbox {
    margin-top: 14px; } }

.form-group {
  display: flex;
  margin-bottom: 2.4em; }
  @media (max-width: 767px) {
    .form-group {
      flex-direction: column; } }

.form-label {
  -webkit-user-select: none;
  user-select: none;
  margin-bottom: .7em;
  font-weight: bold;
  font-size: 16px; }
  @media (min-width: 768px) {
    .form-label {
      width: 30%; } }

.form-field {
  position: relative; }
  @media (min-width: 768px) {
    .form-field {
      width: 70%;
      padding-left: 2em; } }
  .form-field .kome {
    font-size: 94%;
    color: #939D94; }

.form-zip {
  position: relative;
  margin-bottom: 8px; }
  .form-zip .zip-mark {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 6px;
    -webkit-user-select: none;
    user-select: none;
    line-height: 1;
    font-size: 100%;
    transform: translateY(-50%); }
  .form-zip input[name="zip"] {
    padding-left: 2em !important; }

.mw_wp_form_confirm .form-zip {
  padding-left: 1.4em; }
  .mw_wp_form_confirm .form-zip .zip-mark {
    left: 0; }

.form-error {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  transition: 235ms ease; }

.required {
  margin-left: 1.2em;
  padding: 3px 12px;
  line-height: 1;
  font-size: 74%;
  color: #D08989;
  letter-spacing: 2px;
  border: 1px solid currentColor; }

.mw_wp_form_confirm .required,
.mw_wp_form_confirm .form-privacy,
.mw_wp_form_confirm .form-privacy-check,
.mw_wp_form_confirm .kome {
  display: none; }

.mw_wp_form .form-error .error {
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  color: #C11414; }

.form-privacy {
  margin-bottom: 43px; }
  .form-privacy__inner {
    padding: 20px 16px;
    color: #939d94;
    background-color: #F4F5F4; }
    @media (min-width: 992px) {
      .form-privacy__inner {
        padding: 32px 48px; } }
  .form-privacy .title {
    margin: 0 0 24px;
    font-size: 15px; }
  .form-privacy .text {
    line-height: 1.6;
    font-size: 14px; }
  .form-privacy-check {
    margin-bottom: 43px;
    text-align: center; }
    .form-privacy-check .form-checkbox {
      justify-content: center;
      margin-top: 0;
      font-size: 15px; }
    .form-privacy-check .form-radio .horizontal-item,
    .form-privacy-check .form-checkbox .horizontal-item {
      margin: 0; }

@font-face {
  font-family: 'fontello';
  src: url("../../font/fontello.eot?95743227");
  src: url("../../font/fontello.eot?95743227#iefix") format("embedded-opentype"), url("../../font/fontello.woff2?95743227") format("woff2"), url("../../font/fontello.woff?95743227") format("woff"), url("../../font/fontello.ttf?95743227") format("truetype"), url("../../font/fontello.svg?95743227#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="ico-"]:before, [class*=" ico-"]:before {
  font-family: "fontello" !important;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.ico-link-next:before {
  content: '\e800'; }

/* '' */
.ico-zoom:before {
  content: '\e801'; }

/* '' */
.ico-phone:before {
  content: '\e804'; }

/* '' */
.ico-envelope:before {
  content: '\e805'; }

/* '' */
.ico-angle-down:before {
  content: '\e806'; }

/* '' */
.ico-angle-left:before {
  content: '\e807'; }

/* '' */
.ico-angle-right:before {
  content: '\e808'; }

/* '' */
.ico-angle-up:before {
  content: '\e809'; }

/* '' */
/**
* Components
*/
.breadcrumbs {
  padding: 25px 0;
  background-color: #F4F5F4; }
  .breadcrumbs__list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    overflow-x: auto;
    list-style: none;
    font-size: 13px; }
    .breadcrumbs__list li {
      display: flex;
      white-space: nowrap; }
      .breadcrumbs__list li:not(:first-child):before {
        content: "/";
        display: inline-block;
        margin: 0 10px; }

.share-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -5px;
  padding: 0;
  list-style: none; }
  .share-buttons li {
    height: 100%;
    padding: 5px; }
  .share-buttons .fb-like {
    display: block !important; }
    .share-buttons .fb-like > span {
      display: block;
      vertical-align: top !important; }
  .share-buttons iframe {
    display: block; }

.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1; }
  .pager ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 24px 0;
    list-style: none;
    line-height: 1;
    font-family: "din-2014", sans-serif;
    font-weight: bold;
    text-align: center; }
    .pager ul li {
      position: relative;
      padding: 0 4px; }
      @media (min-width: 992px) {
        .pager ul li {
          padding: 0 8px; } }
    .pager ul a,
    .pager ul span {
      position: relative;
      display: block;
      min-width: 28px;
      padding: 16px 4px;
      font-size: 16px;
      color: #7C867D; }
      .pager ul a:after,
      .pager ul span:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: transparent;
        transition: 235ms ease; }
    .pager ul a {
      transition: 235ms ease; }
      .pager ul a:hover {
        color: #0F9838; }
        .pager ul a:hover:after {
          background-color: #0F9838; }
    .pager ul .dot {
      display: flex;
      align-items: center;
      justify-content: center; }
      .pager ul .dot span {
        min-width: 0; }
        .pager ul .dot span:after {
          display: none; }
    .pager ul .current span {
      color: #0F9838; }
      .pager ul .current span:after {
        background-color: #0F9838; }
  .pager a {
    text-decoration: none; }
  .pager .prev,
  .pager .next {
    transition: 235ms ease; }
    .pager .prev:hover,
    .pager .next:hover {
      opacity: 0.8; }
  .pager .prev {
    margin-right: 20px; }
  .pager .next {
    margin-left: 20px; }

.kv-page {
  position: relative;
  display: flex;
  align-items: center;
  height: 232px;
  padding: 1px 0;
  overflow: hidden; }
  @media (min-width: 576px) {
    .kv-page {
      height: 360px; } }
  @media (min-width: 992px) {
    .kv-page {
      height: 440px; } }
  .kv-page .container {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 80px;
    padding-top: 20px;
    padding-bottom: 20px; }
  .kv-page .heading {
    margin: 0; }
  .kv-page__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 82%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .kv-page__video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%; }
    .kv-page__video video {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .kv-page__heading {
    position: relative; }

.sidebar-contact {
  margin-bottom: 24px;
  padding: 24px 20px 32px;
  text-align: center;
  background-color: #F4F5F4; }
  .sidebar-contact h3, .sidebar-contact p {
    margin: 0;
    color: #0F9838; }
  .sidebar-contact .title {
    margin-bottom: 16px;
    font-size: 15px; }
  .sidebar-contact .tel-box {
    margin-bottom: 8px; }
  .sidebar-contact .uke {
    margin-bottom: 16px;
    line-height: 1.2;
    font-size: 12px;
    letter-spacing: 1px; }
  .sidebar-contact .btn {
    font-size: 14px; }

.widget {
  padding: 16px;
  font-size: 14px;
  background-color: #F4F5F4;
  border-radius: 8px;
  overflow: hidden; }
  .widget:not(:last-child) {
    margin-bottom: 24px; }
  .widget-title {
    margin: -16px -16px 16px;
    padding: 16px;
    font-size: 15px;
    color: #fff;
    background-color: #0F9838; }
  .widget ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .widget ul > li:not(:first-child) {
      margin-top: 16px; }
  .widget a:hover {
    text-decoration: none; }

.widget_recentpost_link {
  display: flex;
  font-weight: bold;
  text-decoration: none; }
  .widget_recentpost_link.hover .title {
    text-decoration: none; }

.widget_recentpost_thumbnail {
  width: 64px;
  margin-right: 16px; }
  .widget_recentpost_thumbnail .thumbnail {
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #f0f0f0; }

.widget_recentpost_content {
  min-width: 0;
  flex: 1; }
  .widget_recentpost_content .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: calc(3em * 1.4);
    overflow: hidden;
    text-decoration: underline; }

.widget_categories ul,
.widget_archive ul {
  padding-left: 1.2em;
  color: #0F9838; }

.widget_categories li,
.widget_archive li {
  position: relative; }
  .widget_categories li:before,
  .widget_archive li:before {
    content: "";
    position: absolute;
    top: calc(1em / 1.4 - 3px);
    left: -1.2em;
    display: block;
    width: 6px;
    height: 6px;
    background-color: transparent;
    border: 1px solid currentColor;
    border-radius: 50%; }

.tagcloud {
  margin: -5px;
  line-height: 200%; }
  .tagcloud a {
    display: inline-block;
    padding: 3px 10px;
    font-size: 12px !important;
    color: #0F9838;
    line-height: 1.2;
    text-decoration: none;
    border: 1px solid #0F9838;
    border-radius: 30px;
    transition: 235ms ease 100ms; }
    .tagcloud a.hover {
      color: #fff;
      background-color: #0F9838; }

.gallery-hover {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: block;
  opacity: 0;
  box-shadow: 0 0 1px 1px #0F9838, inset 0 0 5px 2px #0F9838;
  border-radius: 1px;
  transition: 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.widget_media_gallery {
  position: relative;
  overflow: visible; }
  .widget_media_gallery .gallery {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: -16px; }
    .widget_media_gallery .gallery-item {
      margin: 0;
      padding: 1px;
      flex-grow: 1; }
    .widget_media_gallery .gallery-caption {
      display: none; }
    .widget_media_gallery .gallery-columns-1 .gallery-item {
      width: 100%; }
    .widget_media_gallery .gallery-columns-2 .gallery-item {
      width: 50%; }
    .widget_media_gallery .gallery-columns-3 .gallery-item {
      width: 33.333332%; }
    .widget_media_gallery .gallery-columns-4 .gallery-item {
      width: 25%; }
    .widget_media_gallery .gallery-columns-5 .gallery-item {
      width: 20%; }
    .widget_media_gallery .gallery-columns-6 .gallery-item {
      width: 16.666665%; }
    .widget_media_gallery .gallery-columns-7 .gallery-item {
      width: 33.333332%; }

.widget_media_audio,
.widget_media_video {
  padding: 0;
  border-radius: 0;
  overflow: visible; }

.widget_meta {
  padding: 0; }
  .widget_meta .widget-title {
    margin: 0; }
  .widget_meta > ul li {
    border-top: 1px solid #fff; }
    .widget_meta > ul li:not(:first-child) {
      margin-top: 0; }
  .widget_meta a {
    display: block;
    padding: 10px 16px;
    color: #fff;
    text-decoration: none;
    background-color: rgba(15, 152, 56, 0.5);
    transition: 235ms ease 100ms; }
    .widget_meta a.hover {
      background-color: #0F9838; }

.widget_search {
  padding: 0;
  border-radius: 0;
  overflow: visible;
  background-color: transparent; }
  .widget_search .widget-title {
    margin: 0 0 1px;
    border-radius: 8px 8px 0 0; }
  .widget_search .search-form {
    position: relative;
    border: 1px solid #0F9838; }
  .widget_search .screen-reader-text {
    display: none; }
  .widget_search input[type=search],
  .widget_search input[type=submit] {
    border: 0 !important;
    outline: 0 !important;
    border-radius: 0 !important; }
  .widget_search input[type="search"] {
    appearance: none;
    display: block;
    width: 100%;
    height: 40px;
    padding: 2px 8px;
    padding-right: 54px;
    font-size: 16px;
    color: #444;
    background-color: rgba(15, 152, 56, 0.05);
    transition: 235ms ease; }
    .widget_search input[type="search"]::placeholder {
      font-size: 12px;
      color: #aaa; }
    .widget_search input[type="search"]:focus {
      background-color: #fff; }
  .widget_search input[type="submit"] {
    appearance: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 48px;
    height: 100%;
    font-size: 12px;
    color: #fff;
    background-color: #0F9838;
    transition: 235ms ease; }
    .widget_search input[type="submit"]:hover {
      opacity: 0.5; }

.widget_calendar {
  padding: 0; }

.calendar_wrap table {
  width: 100%;
  background-color: #fff;
  text-align: center; }

.calendar_wrap caption {
  padding: 8px 16px;
  font-size: 16px;
  text-align: center; }

.calendar_wrap th,
.calendar_wrap td {
  padding: 8px;
  line-height: 1;
  border: 1px solid #ccc; }

.calendar_wrap a {
  text-decoration: none; }

.calendar_wrap tbody td a {
  display: block;
  margin: -8px;
  padding: 8px;
  color: #fff;
  background-color: #0F9838; }
  .calendar_wrap tbody td a.hover {
    color: #0F9838;
    background-color: #fff; }

.common-contact {
  padding: 60px 16px;
  background-color: #E4EFE7; }
  @media (min-width: 992px) {
    .common-contact {
      padding: 135px 0; } }
  .common-contact .container {
    position: relative; }
    .common-contact .container:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 103%;
      height: 114%;
      display: block;
      transform: translate(-50%, -50%); }
      @media (min-width: 576px) {
        .common-contact .container:before {
          width: 105%;
          height: 114%; } }
      @media (min-width: 992px) {
        .common-contact .container:before {
          width: 105%;
          height: 134%; } }
  .common-contact__textbox {
    position: relative;
    margin-bottom: 32px; }
    @media (min-width: 992px) {
      .common-contact__textbox {
        margin-bottom: 64px; } }
    .common-contact__textbox .title {
      margin: 0 0 24px;
      text-align: center; }
      @media (min-width: 992px) {
        .common-contact__textbox .title {
          margin-bottom: 40px; } }
      .common-contact__textbox .title span {
        display: block; }
      .common-contact__textbox .title .ja {
        margin-bottom: 16px;
        font-size: 19px;
        color: #0F9838;
        letter-spacing: 2px; }
        @media (min-width: 992px) {
          .common-contact__textbox .title .ja {
            margin-bottom: 24px;
            font-size: 28px;
            letter-spacing: 4px; } }
      .common-contact__textbox .title .en {
        font-family: "din-2014", sans-serif;
        font-size: 14px;
        color: rgba(74, 72, 72, 0.4);
        letter-spacing: 3px; }
    .common-contact__textbox .text {
      max-width: 544px;
      margin: 0 auto;
      line-height: 2;
      font-size: 14px;
      letter-spacing: 0.05em; }
      @media (min-width: 992px) {
        .common-contact__textbox .text {
          font-size: 15px; } }
  .common-contact__button > div {
    margin-bottom: 40px; }
  @media (min-width: 992px) {
    .common-contact__button {
      display: flex;
      justify-content: center; }
      .common-contact__button > div {
        width: 32%;
        margin-bottom: 0;
        text-align: center; } }
  .common-contact__button .sub {
    display: block;
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 15px;
    color: #0F9838;
    text-align: center; }
  .common-contact__button a {
    position: relative;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 16px;
    padding: 16px;
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
    background-color: #0F9838;
    border-radius: 100px;
    transition: 235ms ease; }
    @media (max-width: 991px) {
      .common-contact__button a {
        margin: 0 0 16px;
        padding: 12px 16px; } }
    .common-contact__button a:hover {
      opacity: 0.8; }
  .common-contact__button .top {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 20px; }
    @media (min-width: 1200px) {
      .common-contact__button .top {
        font-size: 22px; } }
  .common-contact__button small {
    font-size: 11px; }
    @media (min-width: 1200px) {
      .common-contact__button small {
        font-size: 12px; } }
  .common-contact__button .tel {
    margin-bottom: 6px;
    line-height: 1;
    font-family: "din-2014", sans-serif;
    font-weight: bold;
    font-size: 28px;
    white-space: nowrap; }
    @media (min-width: 1200px) {
      .common-contact__button .tel {
        font-size: 32px; } }
  .common-contact__button .ico-phone {
    margin-right: 5px;
    font-size: 62%;
    vertical-align: 3px; }
  .common-contact__button .ico-angle-right {
    position: absolute;
    top: 50%;
    right: 16px;
    font-size: 20px;
    transform: translateY(-50%); }

@media (min-width: 992px) {
  .contact-form-offline .common-contact__button {
    margin: 0 -16px; } }

@media (min-width: 992px) {
  .contact-form-offline .common-contact__button > div {
    flex: 1;
    padding: 0 16px; } }

@media (min-width: 992px) {
  .contact-form-offline .common-contact__button a {
    margin: 0; } }

.contact-form-offline .common-contact__textbox {
  margin-bottom: 40px; }
  .contact-form-offline .common-contact__textbox .text {
    text-align: center; }

.tab-contents {
  position: relative; }
  .tab-contents .container {
    position: relative; }

.tab-content {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10%);
  transition: 300ms ease; }
  .tab-content.active {
    pointer-events: all;
    position: relative;
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }

/**
 * Layout
 */
/**
 * Layout
 * レイアウト全般に関するものはここに書く
 */
body {
  display: flex;
  flex-direction: column; }

.layout-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #fff; }

.layout-main {
  flex: 1 0 auto; }

.layout-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%; }

body.admin-bar .layout-header {
  top: 46px; }
  @media (min-width: 783px) {
    body.admin-bar .layout-header {
      top: 32px; } }

.container {
  max-width: 452px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-left: calc(env(safe-area-inset-left) + 16px);
  padding-left: calc(constant(safe-area-inset-left) + 16px);
  padding-right: 16px;
  padding-right: calc(env(safe-area-inset-right) + 16px);
  padding-right: calc(constant(safe-area-inset-right) + 16px); }
  @media (min-width: 576px) {
    .container {
      max-width: 552px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 712px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 912px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1156px; } }

.row {
  margin-left: -16px;
  margin-right: -16px; }

.page-wrapper {
  padding: 40px 0 80px; }
  @media (min-width: 992px) {
    .page-wrapper {
      padding: 80px 0 160px; } }

@media (max-width: 782px) {
  #wpadminbar {
    position: fixed; } }

@media (max-width: 782px) {
  body.admin-bar .header-nav {
    top: 46px; } }

@media (min-width: 783px) {
  body.admin-bar .header-nav {
    top: 32px; } }

body.admin-bar.drawer-active .header {
  top: 0; }

@media (max-width: 782px) {
  body.admin-bar.drawer-active .header-nav-button {
    top: 62px; } }

@media (min-width: 783px) {
  body.admin-bar.drawer-active .header-nav-button {
    top: 48px; } }

.header {
  position: relative;
  top: 0;
  width: 100%;
  height: 70px;
  padding: 10px 0 10px;
  background-color: rgba(255, 0, 0, 0.1);
  background-color: transparent;
  transition: 380ms ease-out; }
  @media (min-width: 1491px) {
    .header {
      height: 110px;
      padding: 16px 0 12px; } }
  .header.scrolldown {
    position: relative;
    top: -140px;
    transition: 380ms ease-out 300ms; }
    @media (min-width: 992px) {
      .header.scrolldown .contact-fixed {
        top: 240px; } }
  .header.scrolled {
    height: 56px;
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1); }
    @media (min-width: 1491px) {
      .header.scrolled {
        height: 92px;
        padding: 14px 0; } }
    .header.scrolled .container {
      height: 100%; }
    .header.scrolled .header-row {
      height: 100%; }
    .header.scrolled .header-brand-logo {
      width: 141px;
      margin: 0; }
      @media (min-width: 992px) {
        .header.scrolled .header-brand-logo {
          width: 200px; } }
      .header.scrolled .header-brand-logo svg {
        width: 100%;
        height: 40px; }
      .header.scrolled .header-brand-logo img {
        display: block;
        width: 100%; }
    .header.scrolled .header-description {
      overflow: hidden;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-100%); }
    @media (min-width: 1200px) {
      .header.scrolled .gnavi {
        margin: 0 -16px;
        margin-bottom: -10px; } }
    @media (min-width: 1491px) {
      .header.scrolled .header-nav__sub {
        margin-bottom: 10px; }
        .header.scrolled .header-nav__sub .mute {
          margin-right: 10px; }
        .header.scrolled .header-nav__sub .phone {
          width: 160px; }
        .header.scrolled .header-nav__sub p {
          margin: 0; }
        .header.scrolled .header-nav__sub .remote-link {
          margin-bottom: 0; }
          .header.scrolled .header-nav__sub .remote-link a {
            padding: 5px 10px;
            font-size: 12px; } }
    @media (min-width: 1491px) {
      .header.scrolled .header-nav__sub .subnavi-tel {
        display: flex;
        align-items: center;
        margin-bottom: 0; } }
  .header .container {
    position: relative;
    max-width: 100%; }
    @media (min-width: 1200px) {
      .header .container {
        padding-left: 40px;
        padding-right: 40px; } }
  .header-row {
    display: flex;
    align-items: center; }
  .header-brand {
    display: flex;
    align-items: center;
    width: 100%; }
    @media (min-width: 1491px) {
      .header-brand {
        width: auto; } }
    .header-brand-logo {
      width: 141px;
      margin: 0;
      transition: 235ms ease; }
      @media (min-width: 1491px) {
        .header-brand-logo {
          width: 280px;
          margin: 16px 0 0; } }
    .header-brand-link {
      display: block;
      width: 100%;
      line-height: 1;
      text-decoration: none;
      transition: 235ms ease; }
      @media (max-width: 991px) {
        .header-brand-link {
          width: 141px; } }
      .header-brand-link img {
        transition: 235ms ease; }
      .header-brand-link svg {
        display: block;
        line-height: 1; }
  @media (max-width: 1490px) {
    .header-buttons {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      flex: 1;
      margin-left: auto; } }
  .header-description {
    display: none; }
    @media (min-width: 1491px) {
      .header-description {
        position: absolute;
        top: 0;
        display: block;
        margin: 0;
        font-size: 12px;
        color: #7C867D;
        transition: 320ms ease; } }
  .header-nav-button {
    position: relative;
    z-index: 11;
    display: block; }
    .header-nav-button.drawer-active {
      position: fixed;
      top: 16px;
      right: 16px;
      z-index: 11; }
    @media (min-width: 1491px) {
      .header-nav-button {
        display: none; } }
  .header-nav {
    margin-left: auto; }
    @media (max-width: 1490px) {
      .header-nav {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        background-color: #fff;
        box-shadow: -2px 0 3px 0 rgba(102, 102, 102, 0.1);
        transform: translateX(100%);
        transition: 300ms ease; } }
  @media (max-width: 1490px) and (min-width: 768px) {
    .header-nav {
      width: 260px; } }
    @media (max-width: 1490px) {
        .header-nav-inner {
          height: 100%;
          padding: 60px 16px;
          overflow: auto;
          -webkit-overflow-scrolling: touch; }
        .header-nav.drawer-active {
          opacity: 1;
          visibility: visible;
          transform: translateX(0); } }
    @media (max-width: 1490px) {
      .header-nav-inner {
        max-width: 280px;
        margin: 0 auto; } }
    @media (min-width: 1491px) {
      .header-nav-inner {
        display: flex;
        flex-direction: column-reverse; } }
    @media (min-width: 1491px) {
      .header-nav__sub {
        display: flex;
        align-items: center;
        justify-content: flex-end; } }
    .header-nav__sub .remote-link {
      display: flex;
      margin-bottom: 14px; }
      @media (min-width: 1491px) {
        .header-nav__sub .remote-link {
          margin-right: 30px; } }
      .header-nav__sub .remote-link a {
        padding: 6px 13px;
        line-height: 1.2;
        font-weight: bold;
        font-size: 16px;
        color: #E8792A;
        text-decoration: none;
        border: 1px solid #E8792A; }
        @media (max-width: 991px) {
          .header-nav__sub .remote-link a {
            width: 100%; } }
        @media (min-width: 1491px) {
          .header-nav__sub .remote-link a {
            padding: 6px 16px;
            font-size: 19px; } }
        .header-nav__sub .remote-link a .ico-angle-right:before {
          width: 0.5em; }
        .header-nav__sub .remote-link a:hover {
          opacity: 0.8; }
        .header-nav__sub .remote-link a small, .header-nav__sub .remote-link a span {
          display: block; }
        .header-nav__sub .remote-link a small {
          margin-bottom: 4px;
          font-size: 60%;
          letter-spacing: 1px; }
    @media (max-width: 1490px) {
      .header-nav__social {
        margin-top: 30px; }
        .header-nav__social .social-list {
          justify-content: center; } }
    @media (min-width: 1491px) {
      .header-nav__social {
        display: none; } }

.footer-main {
  padding: 40px 0;
  background-color: #F4F5F4; }
  @media (min-width: 992px) {
    .footer-main {
      padding: 80px 0; } }
  @media (min-width: 992px) {
    .footer-main .container {
      max-width: 1280px; } }
  .footer-main__logo {
    text-align: center; }
    @media (max-width: 991px) {
      .footer-main__logo img {
        width: 200px; } }
    @media (min-width: 992px) {
      .footer-main__logo {
        margin-bottom: 56px; } }
  .footer-main__nav {
    max-width: 720px;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .footer-main__nav {
        display: none; } }
    .footer-main__nav ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin: 0;
      padding: 0;
      list-style: none; }
    .footer-main__nav li {
      position: relative;
      margin: 8px 0;
      margin-right: -1px;
      padding: 0 16px;
      line-height: 1.2;
      border-left: 1px solid #0F9838;
      border-right: 1px solid #0F9838; }
    .footer-main__nav a {
      font-weight: bold;
      font-size: 15px;
      text-decoration: none; }
      .footer-main__nav a:hover {
        text-decoration: underline; }
  .footer-main__social {
    display: flex;
    justify-content: center;
    margin-top: 30px; }

.footer-copyright {
  padding: 24px 0;
  padding-bottom: 24px;
  padding-bottom: calc(env(safe-area-inset-bottom) + 24px);
  padding-bottom: calc(constant(safe-area-inset-bottom) + 24px);
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background-color: #585F59; }
  .footer-copyright p {
    margin: 0; }
  .footer-copyright .address {
    margin-bottom: 18px;
    font-size: 13px; }
    .footer-copyright .address span {
      display: block;
      margin-bottom: 1em; }
    @media (min-width: 992px) {
      .footer-copyright .address span {
        display: inline-block;
        margin: 0;
        margin-right: 1em; } }
    .footer-copyright .address a {
      line-height: 1;
      font-size: 120%;
      color: currentColor;
      vertical-align: -2px;
      transition: 235ms ease; }
      .footer-copyright .address a:hover {
        opacity: 0.8; }
  .footer-copyright .copyright {
    font-size: 13px; }

.gnavi {
  margin: 0 -12px 20px;
  padding: 0;
  line-height: 1.2;
  list-style: none;
  transition: 235ms ease; }
  @media (min-width: 1491px) {
    .gnavi {
      display: flex;
      margin: 0 -16px; } }
  .gnavi li {
    margin: 0 12px 20px; }
    @media (min-width: 1491px) {
      .gnavi li {
        margin: 0 16px; } }
  @media (min-width: 1491px) {
    .gnavi .navi-sub-hover:hover .navi-sub {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; } }
  @media (min-width: 1491px) {
    .gnavi [sp-remote] {
      display: none; } }
  .gnavi a {
    position: relative;
    display: block;
    padding-bottom: 13px;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none; }
    .gnavi a:hover {
      opacity: 0.8; }
      .gnavi a:hover:before {
        width: 100%; }
    .gnavi a:before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      display: block;
      width: 0;
      height: 1px;
      background-color: #0F9838;
      transform: translateX(-50%);
      transition: 235ms ease; }
      @media (max-width: 1490px) {
        .gnavi a:before {
          left: 0;
          transform: translateX(0); } }
  .gnavi .current a:before {
    width: 100%; }

@media (min-width: 1491px) {
  .navi-sub {
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 40px;
    z-index: 100;
    width: 935px;
    padding: 50px 56px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    box-shadow: 0 0 32px 0 rgba(15, 152, 56, 0.15);
    transition: 350ms ease; } }

@media (max-width: 1490px) {
  .navi-sub__inner {
    margin-left: 20px; } }

.navi-sub__inner .title {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 15px;
  color: #0F9838; }
  @media (min-width: 1491px) {
    .navi-sub__inner .title {
      font-size: 20px; } }

.navi-sub__inner .lede {
  margin: 0;
  font-weight: bold;
  font-size: 11px;
  color: #0F9838; }
  @media (min-width: 1491px) {
    .navi-sub__inner .lede {
      font-size: 13px; } }

.navi-sub__inner .bar {
  height: 1px;
  margin: 10px 0;
  background-color: #E1F0E6; }
  @media (min-width: 1491px) {
    .navi-sub__inner .bar {
      margin: 15px 0; } }

.navi-sub__inner .link a {
  padding: 0;
  padding-left: 1.3em;
  font-size: 12px;
  color: #585F59;
  background-image: url(../img/common/navi_angle_right.png);
  background-repeat: no-repeat;
  background-size: 6px 11px;
  background-position: left center; }
  @media (min-width: 1491px) {
    .navi-sub__inner .link a {
      font-size: 13px; } }
  .navi-sub__inner .link a:before {
    display: none !important; }
  .navi-sub__inner .link a:hover:before {
    display: none !important; }

@media (min-width: 1491px) {
  .navi-sub__navi1 {
    display: flex; } }

@media (max-width: 1490px) {
  .navi-sub__navi1-item {
    margin-top: 20px; } }

@media (min-width: 1491px) {
  .navi-sub__navi1-item {
    margin-right: 50px; }
    .navi-sub__navi1-item:last-child {
      margin-right: 0; } }

@media (max-width: 1490px) {
  .navi-sub__navi2 {
    margin-top: 20px; } }

@media (min-width: 1491px) {
  .navi-sub__navi2 {
    display: flex;
    margin-top: 50px; } }

@media (max-width: 1490px) {
  .navi-sub__navi2-item {
    margin-top: 20px; } }

@media (min-width: 1491px) {
  .navi-sub__navi2-item {
    margin-right: 40px; }
    .navi-sub__navi2-item:last-child {
      margin-right: 0; } }

.subnavi {
  display: flex;
  margin: 0 -10px 30px;
  padding: 0;
  line-height: 1.2;
  list-style: none;
  transition: 235ms ease; }
  @media (max-width: 1490px) {
    .subnavi {
      flex-direction: column; } }
  @media (min-width: 1491px) {
    .subnavi {
      margin-bottom: 0; } }
  .subnavi li {
    margin: 0 10px; }
    @media (max-width: 1490px) {
      .subnavi li {
        margin-bottom: 20px; }
        .subnavi li:last-child {
          margin-bottom: 0; } }
  .subnavi a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #7c867d; }
    .subnavi a:hover {
      text-decoration: none; }
  .subnavi .angle-right {
    display: inline-block;
    width: 6px;
    height: 1em;
    margin-right: 8px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../img/icon/angle-right.svg); }

.subnavi-tel {
  color: #7c867d;
  transition: 235ms ease; }
  @media (max-width: 1199px) {
    .subnavi-tel {
      max-width: 216px;
      margin: 0 auto; } }
  .subnavi-tel .phone,
  .subnavi-tel img,
  .subnavi-tel a {
    transition: 280ms ease; }
  .subnavi-tel img, .subnavi-tel a {
    display: block;
    width: 100%; }
  @media (min-width: 1491px) {
    .subnavi-tel {
      margin-left: 24px;
      margin-bottom: 24px; } }
  .subnavi-tel p {
    margin: 0;
    line-height: 1; }
  .subnavi-tel .phone {
    width: 216px; }
  .subnavi-tel .mute {
    margin-bottom: 7px;
    font-size: 12px;
    text-align: right; }

/**
 * Pages
 */
@media (min-width: 992px) {
  .kv-page__bg-about {
    background-position: left 10%; } }

.about .img-box-shadow {
  position: relative; }
  .about .img-box-shadow img {
    position: relative;
    z-index: 1; }
  .about .img-box-shadow:before {
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 0;
    content: "";
    display: block;
    width: 60%;
    height: 30px;
    box-shadow: 50px 40px 50px 0 rgba(15, 152, 56, 0.8); }

.about .front-service {
  padding-bottom: 0; }

.about-greeting {
  padding: 20px 0 60px; }
  @media (min-width: 992px) {
    .about-greeting {
      padding: 40px 0 80px; } }
  @media (min-width: 992px) {
    .about-greeting__row {
      display: flex; } }
  .about-greeting__left {
    position: relative;
    z-index: 1;
    margin-bottom: 64px; }
    @media (min-width: 992px) {
      .about-greeting__left {
        flex: 1;
        min-width: 1px;
        margin-top: 86px; } }
    .about-greeting__left .text {
      line-height: 2;
      font-size: 15px;
      color: #7C867D; }
      @media (min-width: 992px) {
        .about-greeting__left .text {
          line-height: 1.8;
          font-size: 18px; }
          .about-greeting__left .text p {
            letter-spacing: 4px; }
          .about-greeting__left .text .ais {
            display: block;
            margin-bottom: 1em; } }
      .about-greeting__left .text h3 {
        margin: 0 0 40px;
        line-height: 1.4;
        font-size: 17px;
        color: #0F9838; }
        @media (min-width: 992px) {
          .about-greeting__left .text h3 {
            font-size: 24px;
            letter-spacing: 3px; } }
    .about-greeting__left .image.sp {
      max-width: 270px;
      margin: 0 auto 52px; }
  .about-greeting__right {
    position: relative;
    z-index: 0; }
    @media (max-width: 991px) {
      .about-greeting__right {
        margin-left: 20%; } }
    @media (min-width: 992px) {
      .about-greeting__right {
        max-width: 448px;
        width: 60%;
        margin-left: 128px; } }
    .about-greeting__right .image.pc {
      margin-bottom: 68px;
      margin-left: -192px; }
  .about-greeting .profile-title {
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 12px;
    color: rgba(88, 95, 89, 0.4);
    letter-spacing: 1px; }
  .about-greeting .profile .name {
    margin: 0 0 18px;
    font-size: 14px;
    color: #585f59; }
    @media (min-width: 992px) {
      .about-greeting .profile .name {
        font-size: 16px; } }
  .about-greeting .profile .text {
    margin-bottom: 24px;
    line-height: 2;
    font-size: 14px; }
    @media (min-width: 992px) {
      .about-greeting .profile .text {
        font-size: 16px; } }
  .about-greeting .profile-dl {
    margin-bottom: 24px;
    font-size: 12px;
    color: #7C867D; }
    @media (min-width: 992px) {
      .about-greeting .profile-dl {
        font-size: 13px; } }
    .about-greeting .profile-dl dt {
      margin-bottom: 8px;
      font-weight: bold; }
    .about-greeting .profile-dl dd {
      margin: 0;
      line-height: 2; }

.about-overview {
  padding: 60px 0; }
  @media (min-width: 992px) {
    .about-overview {
      padding: 80px 0; } }
  @media (min-width: 992px) {
    .about-overview__row {
      display: flex;
      align-items: center; } }
  .about-overview__textbox {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .about-overview__textbox {
        position: relative;
        z-index: 2;
        flex: 1;
        min-width: 1px;
        margin-bottom: 0; } }
    .about-overview__textbox .text {
      line-height: 2;
      font-size: 14px; }
      @media (min-width: 992px) {
        .about-overview__textbox .text {
          font-size: 16px; } }
  @media (max-width: 991px) {
    .about-overview__image .image {
      max-width: 270px;
      margin: 0 auto; } }
  @media (min-width: 992px) {
    .about-overview__image {
      max-width: 640px;
      width: 50%; }
      .about-overview__image .image {
        margin-left: -80px; } }

.about-tuyomi {
  padding: 60px 0; }
  @media (min-width: 992px) {
    .about-tuyomi {
      padding: 80px 0; } }
  @media (min-width: 992px) {
    .about-tuyomi__row {
      display: flex;
      margin: 0 -32px; } }
  .about-tuyomi__item {
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .about-tuyomi__item {
        width: 33.33332%;
        margin: 0;
        padding: 0 32px; } }
    .about-tuyomi__item .num {
      margin-bottom: 28px; }
      .about-tuyomi__item .num span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        margin: 0 auto;
        line-height: 1;
        font-weight: bold;
        font-size: 18px;
        color: #0F9838;
        overflow: hidden;
        background-color: #F4F5F4;
        border-radius: 68px; }
        @media (min-width: 992px) {
          .about-tuyomi__item .num span {
            width: 68px;
            height: 68px;
            font-size: 24px; } }
    .about-tuyomi__item .title {
      margin: 0 0 18px;
      font-size: 22px;
      color: #0F9838;
      text-align: center; }
      @media (min-width: 992px) {
        .about-tuyomi__item .title {
          min-height: calc(2em * 1.4);
          margin: 0 0 38px;
          font-size: 24px; } }
    .about-tuyomi__item .text {
      line-height: 2;
      font-size: 15px; }
      @media (min-width: 992px) {
        .about-tuyomi__item .text {
          font-size: 16px; } }

.about-service {
  padding: 60px 0; }
  @media (min-width: 992px) {
    .about-service {
      padding: 80px 0; } }
  .about-service__list {
    max-width: 928px;
    margin: 0 auto; }

.archive:not(body.archive) {
  margin-top: -24px;
  margin-bottom: 70px; }
  @media (min-width: 992px) {
    .archive:not(body.archive) {
      margin-bottom: 80px; } }

.archive__item {
  padding: 24px 0;
  border-bottom: 1px solid #D7DDD8; }

.archive__link {
  display: flex;
  text-decoration: none; }
  .archive__link:hover .title {
    text-decoration: none; }

.archive__thumbnail {
  width: 27%;
  margin-right: 16px; }
  @media (min-width: 992px) {
    .archive__thumbnail {
      width: 22%; } }
  .archive__thumbnail .image {
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 81.25%;
    background: no-repeat center center;
    background-size: cover;
    background-color: #f0f0f0; }

.archive__content {
  flex: 1;
  min-width: 1px; }
  @media (max-width: 991px) {
    .archive__content {
      display: flex;
      flex-direction: column; } }
  .archive__content .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: calc(3em * 1.6);
    margin: 0 0 10px;
    font-size: 15px;
    color: #0F9838;
    overflow: hidden;
    text-decoration: underline; }
    @media (max-width: 991px) {
      .archive__content .title {
        order: 2; } }
  .archive__content .category {
    margin-bottom: 10px;
    text-decoration: none; }
    @media (max-width: 991px) {
      .archive__content .category {
        order: 1; } }
    .archive__content .category span {
      display: inline-block;
      padding: 2px 12px;
      line-height: 1.2;
      font-size: 11px;
      color: #7c867d;
      border: 1px solid currentColor;
      border-radius: 30px; }
  .archive__content .datetime {
    font-family: "din-2014", sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #7c867d; }
    @media (max-width: 991px) {
      .archive__content .datetime {
        order: 3; } }

.case-post-item {
  position: relative;
  display: block;
  padding: 40px;
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0 0 32px 0 rgba(15, 152, 56, 0.15);
  transition: 235ms ease; }
  .case-post-item:hover {
    box-shadow: 0 0 32px 0 rgba(15, 152, 56, 0.15), inset 0 0 0 8px #0F9838; }
    .case-post-item:hover .arrow-right svg line,
    .case-post-item:hover .arrow-right svg path[stroke] {
      stroke-dashoffset: 0; }
    .case-post-item:hover .more .txt {
      opacity: 1;
      transition: 235ms ease 285ms; }
  .case-post-item .cats {
    display: flex;
    flex-wrap: wrap;
    margin: -3px;
    margin-bottom: 40px; }
    .case-post-item .cats span {
      margin: 3px;
      padding: 3px 12px;
      line-height: 1.2;
      font-size: 13px;
      border: 1px solid #0F9838;
      border-radius: 100px; }
    .case-post-item .cats .cat {
      color: #0F9838;
      border-color: #0F9838; }
    .case-post-item .cats .tag {
      color: #7C867D;
      border-color: #7C867D; }
  .case-post-item .title {
    display: -webkit-box;
    height: calc(2em * 1.6);
    margin: 0 0 32px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.6;
    overflow: hidden;
    font-size: 16px;
    color: #7C867D; }
  .case-post-item .arrow-right {
    position: relative;
    flex-grow: 1;
    width: 100%;
    height: 22px;
    margin-left: 10px;
    overflow: hidden; }
    .case-post-item .arrow-right svg {
      position: absolute;
      top: 0;
      right: 0;
      display: block; }
      .case-post-item .arrow-right svg line,
      .case-post-item .arrow-right svg path[stroke] {
        stroke-dasharray: 265;
        stroke-dashoffset: 245;
        transition: 285ms ease 120ms; }
  .case-post-item .more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -10px;
    padding: 1px 16px 1px 0;
    font-weight: bold;
    font-size: 13px;
    background-color: #fff; }
    .case-post-item .more .txt {
      width: 160px;
      opacity: 0.04;
      transition: 235ms ease 100ms; }

.case-archive__terms {
  margin: 0 0 64px; }
  @media (min-width: 992px) {
    .case-archive__terms {
      margin: 0 0 80px; } }
  .case-archive__terms-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none; }
    .case-archive__terms-list li {
      width: 50%;
      padding: 8px; }
      @media (min-width: 992px) {
        .case-archive__terms-list li {
          width: 25%;
          padding: 16px; } }
    .case-archive__terms-list .current a {
      pointer-events: none;
      -webkit-user-select: none;
      user-select: none;
      box-shadow: inset 0 0 0 5px #0F9838; }
    .case-archive__terms-list a {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-height: 34px;
      padding: 12px 24px;
      font-weight: bold;
      font-size: 11px;
      color: #0F9838;
      text-align: center;
      text-decoration: none;
      box-shadow: inset 0 0 0 2px currentColor;
      border-radius: 50px;
      transition: 235ms ease; }
      @media (min-width: 992px) {
        .case-archive__terms-list a {
          min-height: 53px;
          font-size: 14px; } }
      .case-archive__terms-list a .ico-angle-down {
        position: absolute;
        top: 50%;
        right: 12px;
        line-height: 1;
        font-size: 140%;
        transform: translateY(-50%); }
      .case-archive__terms-list a:hover {
        box-shadow: inset 0 0 0 5px #0F9838; }

.case-archive__contents {
  margin-bottom: 80px; }

@media (min-width: 992px) {
  .case-archive__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px; } }

.case-archive__item {
  margin-bottom: 22px; }
  @media (min-width: 992px) {
    .case-archive__item {
      width: 50%;
      margin: 0;
      padding: 16px; } }

.case-detail__header {
  margin-bottom: 21px;
  padding: 0 0 21px;
  color: #0F9838;
  border-bottom: 1px solid #0F9838; }
  @media (min-width: 992px) {
    .case-detail__header {
      margin-bottom: 55px; } }
  .case-detail__header .category {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px; }
    @media (min-width: 992px) {
      .case-detail__header .category {
        margin-bottom: 24px;
        font-size: 14px; } }
  .case-detail__header .title {
    margin: 0;
    line-height: 1.6;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px; }
    @media (min-width: 992px) {
      .case-detail__header .title {
        font-size: 24px; } }

@media (min-width: 992px) {
  .case-detail__row {
    display: flex;
    flex-direction: row-reverse; } }

.case-detail__sidebar {
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .case-detail__sidebar {
      width: 255px; } }

@media (min-width: 992px) {
  .case-detail__content {
    flex: 1;
    margin-right: 64px; } }

.case-data .type {
  display: flex;
  align-items: center;
  margin-bottom: 24px; }
  @media (min-width: 992px) {
    .case-data .type {
      display: block;
      margin-bottom: 40px;
      text-align: center; } }

.case-data .type-icon {
  width: 60px;
  margin-right: 12px; }
  @media (min-width: 992px) {
    .case-data .type-icon {
      display: inline-block;
      width: 120px;
      margin: 0 0 16px; } }

.case-data .type-text {
  line-height: 1.2;
  font-weight: bold;
  font-size: 16px;
  color: #0F9838;
  letter-spacing: 6px; }
  @media (min-width: 992px) {
    .case-data .type-text {
      display: block;
      font-size: 20px; } }
  .case-data .type-text small {
    display: block;
    letter-spacing: 4px; }

.case-table {
  width: 100%;
  margin-bottom: 14px; }
  .case-table th, .case-table td {
    padding: 12px;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    vertical-align: top; }
    @media (min-width: 992px) {
      .case-table th, .case-table td {
        font-size: 15px; } }
  .case-table th {
    width: 100px;
    padding-left: 0;
    border-bottom: 1px solid #0F9838; }
    @media (min-width: 992px) {
      .case-table th {
        width: 90px; } }
  .case-table td {
    border-bottom: 1px solid #D7DDD8; }

.case-tag {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px; }
  .case-tag a {
    margin: 5px;
    padding: 3px 16px;
    line-height: 1.2;
    font-size: 13px;
    color: #7C867D;
    text-align: center;
    text-decoration: none;
    border: 1px solid #D7DDD8;
    border-radius: 50px; }

.case-text {
  position: relative; }
  .case-text__item {
    position: relative;
    padding-left: 26px;
    padding-bottom: 48px; }
    @media (min-width: 992px) {
      .case-text__item {
        padding-left: 54px;
        padding-bottom: 64px; } }
    .case-text__item:not(:last-child):before {
      content: "";
      position: absolute;
      top: calc(1em * 1.4 / 2);
      left: 0;
      display: block;
      width: 1px;
      height: 100%;
      background-color: #0F9838; }
    .case-text__item .entry-post {
      font-size: 15px; }
      @media (min-width: 992px) {
        .case-text__item .entry-post {
          font-size: 16px; } }
      .case-text__item .entry-post p {
        line-height: 2; }
      .case-text__item .entry-post h1, .case-text__item .entry-post h2, .case-text__item .entry-post h3, .case-text__item .entry-post h4, .case-text__item .entry-post h5, .case-text__item .entry-post h6 {
        margin: 2.4em 0 24px; }
        .case-text__item .entry-post h1:first-child, .case-text__item .entry-post h2:first-child, .case-text__item .entry-post h3:first-child, .case-text__item .entry-post h4:first-child, .case-text__item .entry-post h5:first-child, .case-text__item .entry-post h6:first-child {
          margin-top: 0; }
        .case-text__item .entry-post h1:last-child, .case-text__item .entry-post h2:last-child, .case-text__item .entry-post h3:last-child, .case-text__item .entry-post h4:last-child, .case-text__item .entry-post h5:last-child, .case-text__item .entry-post h6:last-child {
          margin-bottom: 0; }
  .case-text__title {
    position: relative;
    margin: 0 0 24px;
    font-weight: bold;
    font-size: 16px;
    color: #0F9838;
    letter-spacing: 2px; }
    @media (min-width: 992px) {
      .case-text__title {
        margin-bottom: 32px;
        font-size: 18px; } }
    .case-text__title:before {
      content: "";
      position: absolute;
      top: 50%;
      left: -29px;
      display: block;
      width: 7px;
      height: 7px;
      background-color: currentColor;
      border-radius: 50px;
      transform: translateY(-50%); }
      @media (min-width: 992px) {
        .case-text__title:before {
          left: -57px; } }

.case-prev-next {
  margin: 64px 0 40px; }
  @media (min-width: 992px) {
    .case-prev-next {
      display: flex;
      margin: 40px -16px; } }
  .case-prev-next .col {
    margin-bottom: 16px; }
    @media (min-width: 992px) {
      .case-prev-next .col {
        width: 50%;
        margin: 0;
        padding: 0 16px; } }
  .case-prev-next .prev a,
  .case-prev-next .next a {
    position: relative;
    display: block;
    height: 100%;
    padding: 16px 24px 24px;
    line-height: 1.6;
    font-weight: bold;
    font-size: 14px;
    color: #7c867d;
    letter-spacing: 1px;
    text-decoration: none;
    background-color: #fff;
    box-shadow: 0 0 32px 0 rgba(15, 152, 56, 0.15);
    transition: 235ms ease; }
    @media (min-width: 992px) {
      .case-prev-next .prev a,
      .case-prev-next .next a {
        padding: 32px 24px 40px;
        font-size: 18px; } }
    .case-prev-next .prev a span,
    .case-prev-next .next a span {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      min-height: calc(2em * 1.6);
      overflow: hidden; }
    .case-prev-next .prev a:hover,
    .case-prev-next .next a:hover {
      background-color: rgba(15, 152, 56, 0.1); }
    .case-prev-next .prev a:before,
    .case-prev-next .next a:before {
      display: block;
      margin-bottom: 16px;
      font-size: 13px;
      color: #0F9838; }
    .case-prev-next .prev a:after,
    .case-prev-next .next a:after {
      content: "";
      position: absolute;
      bottom: 50%;
      display: block;
      width: 22px;
      height: 20px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      transform: translateY(50%); }
  .case-prev-next .prev a {
    padding-left: 40px; }
    @media (min-width: 992px) {
      .case-prev-next .prev a {
        padding-left: 62px; } }
    .case-prev-next .prev a:before {
      content: "前の事例"; }
    .case-prev-next .prev a:after {
      left: 8px;
      background-image: url(../img/icon/arrow-left1.svg); }
      @media (min-width: 992px) {
        .case-prev-next .prev a:after {
          left: 24px; } }
  .case-prev-next .next a {
    padding-right: 40px; }
    @media (min-width: 992px) {
      .case-prev-next .next a {
        padding-right: 62px; } }
    .case-prev-next .next a:before {
      content: "次の事例"; }
    .case-prev-next .next a:after {
      right: 8px;
      background-image: url(../img/icon/arrow-right1.svg); }
      @media (min-width: 992px) {
        .case-prev-next .next a:after {
          right: 24px; } }

.column-wrap {
  padding: 40px 0 80px; }
  @media (min-width: 992px) {
    .column-wrap {
      padding: 80px 0 160px; } }

@media (min-width: 992px) {
  .column__layout {
    display: flex; } }

@media (min-width: 992px) {
  .column__content {
    flex: 1;
    min-width: 1px;
    margin-right: 64px; } }

@media (min-width: 992px) {
  .column__sidebar {
    width: 256px; } }

.post-detail__header {
  margin-bottom: 64px; }

.post-detail__title {
  margin: 0 0 16px;
  padding-bottom: 24px;
  line-height: 1.6;
  font-size: 20px;
  color: #0F9838;
  border-bottom: 2px solid currentColor; }

.post-detail__metadata {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .post-detail__metadata a,
  .post-detail__metadata time {
    color: #7C867D; }
  .post-detail__metadata a {
    display: inline-block;
    padding: 3px 12px;
    line-height: 1.2;
    font-size: 13px;
    text-decoration: none;
    border: 1px solid currentColor;
    border-radius: 30px;
    transition: 235ms ease; }
    .post-detail__metadata a:hover {
      color: #fff;
      background-color: #a4aba4; }
  .post-detail__metadata time {
    line-height: 1;
    font-family: "din-2014", sans-serif;
    font-weight: bold;
    font-size: 15px; }

.post-detail__footer {
  margin: 80px 0;
  padding-top: 40px;
  border-top: 1px solid #D7DDD8; }
  @media (min-width: 992px) {
    .post-detail__footer {
      padding-top: 24px; } }
  .post-detail__footer .back-to-index {
    margin-top: 80px; }

.related {
  margin-top: 80px; }
  .related__heading {
    margin: 0 0 24px;
    font-size: 18px;
    color: #0F9838; }
  @media (max-width: 991px) {
    .related__row {
      margin-top: -16px; } }
  @media (min-width: 992px) {
    .related__row {
      display: flex;
      flex-wrap: wrap; } }
  @media (max-width: 991px) {
    .related__item {
      padding: 16px 0;
      border-bottom: 1px solid #D7DDD8; } }
  @media (min-width: 992px) {
    .related__item {
      width: 33.333332%;
      padding: 8px; } }
  .related__link {
    display: flex;
    text-decoration: none; }
    @media (min-width: 992px) {
      .related__link {
        display: block; } }
    .related__link:hover {
      opacity: 0.8; }
      .related__link:hover .title {
        text-decoration: none; }
  @media (max-width: 991px) {
    .related__thumbnail {
      width: 27%;
      margin-right: 16px; } }
  @media (min-width: 992px) {
    .related__thumbnail {
      margin-bottom: 16px; } }
  .related__thumbnail .image {
    position: relative;
    height: 0;
    padding-bottom: 73.913043%;
    background: no-repeat center center;
    background-size: cover;
    background-color: #f0f0f0; }
    @media (min-width: 992px) {
      .related__thumbnail .image {
        padding-bottom: 81.25%; } }
  @media (max-width: 991px) {
    .related__content {
      flex: 1;
      min-width: 1px; } }
  .related__content .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: calc(2em * 1.6);
    margin: 0 0 10px;
    font-size: 15px;
    color: #0F9838;
    overflow: hidden;
    text-decoration: underline; }
  .related__content .category {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px; }
    .related__content .category span {
      display: inline-block;
      margin: 3px;
      padding: 4px 12px;
      line-height: 1.2;
      font-size: 11px;
      color: #7C867D;
      border: 1px solid currentColor;
      border-radius: 30px; }
  .related__content .datetime {
    font-family: "din-2014", sans-serif;
    font-size: 14px;
    color: #7C867D; }

#padSection {
  border-color: #0F9838; }
  #padSection h4, #padSection h5 {
    color: #0F9838;
    border-color: currentColor; }
  #padSection .avatar {
    border-radius: 150px; }
  #padSection .postImage {
    background-repeat: no-repeat;
    background-image: url(../img/common/logo@2x.png);
    background-size: 60% auto;
    background-position: center center; }
    #padSection .postImage a {
      background-color: rgba(255, 255, 255, 0.4); }
    #padSection .postImage a:not(.padCate) {
      width: 100%;
      height: 100%; }
      #padSection .postImage a:not(.padCate) img {
        max-width: none;
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        object-position: center; }
    #padSection .postImage img[src*="thumbnailDummy.jpg"] {
      opacity: 0; }
    #padSection .postImage .padCate {
      color: #fff;
      background-color: #0F9838 !important; }
  #padSection .padTitle {
    font-weight: 600;
    color: #0F9838 !important; }

body, html {
  scroll-behavior: smooth; }

.company .heading .ja {
  font-size: 19px; }
  @media (min-width: 992px) {
    .company .heading .ja {
      font-size: 30px; } }

.company .img-box-shadow {
  position: relative; }
  .company .img-box-shadow img {
    position: relative;
    z-index: 1; }
  .company .img-box-shadow:before {
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 0;
    content: "";
    display: block;
    width: 60%;
    height: 30px;
    box-shadow: 50px 40px 50px 0 rgba(15, 152, 56, 0.8); }

.company-philosophy {
  padding: 40px 0 0; }
  @media (min-width: 992px) {
    .company-philosophy {
      padding: 60px 0 0; } }
  @media (min-width: 992px) {
    .company-philosophy__row {
      display: flex;
      align-items: center; } }
  .company-philosophy__textbox {
    position: relative;
    z-index: 2; }
    @media (min-width: 992px) {
      .company-philosophy__textbox {
        flex: 1;
        min-width: 1px; } }
    .company-philosophy__textbox .title {
      margin: 0 0 48px;
      text-align: center; }
      .company-philosophy__textbox .title .en {
        display: block;
        margin-bottom: 12px;
        font-family: "din-2014", sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: rgba(88, 95, 89, 0.4);
        letter-spacing: 2px; }
        @media (min-width: 992px) {
          .company-philosophy__textbox .title .en {
            margin-bottom: 30px;
            font-size: 15px; } }
      .company-philosophy__textbox .title .ja {
        line-height: 1.6;
        font-size: 19px;
        color: #0F9838;
        letter-spacing: 6px; }
        @media (min-width: 992px) {
          .company-philosophy__textbox .title .ja {
            line-height: 1.5;
            font-size: 40px; } }

.company-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 920px;
  margin: 40px auto;
  padding: 0 20px;
  list-style: none; }
  @media (min-width: 992px) {
    .company-nav {
      gap: 40px;
      margin: 100px auto; } }
  .company-nav li {
    width: calc(50% - 10px);
    margin: 0; }
    @media (min-width: 992px) {
      .company-nav li {
        width: calc(25% - 40px); } }
  .company-nav a {
    display: block;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 16px;
    color: #0F9838;
    text-align: center;
    text-decoration: none;
    background-image: url(../img/front/service_arrow.png);
    background-repeat: no-repeat;
    background-size: 6px 10px;
    background-position: right 10px center;
    border: 2px solid #0F9838;
    border-radius: 100px;
    transition: 235ms ease; }
    @media (min-width: 992px) {
      .company-nav a br {
        display: none; } }
    .company-nav a:hover {
      color: #fff;
      background-color: #0F9838;
      background-image: url(../img/front/service_arrow_white.png); }

.company-parallax {
  position: relative;
  overflow: hidden; }
  .company-parallax__image {
    position: absolute;
    top: 100px;
    right: -20%;
    z-index: 0;
    max-width: 324px; }
    @media (min-width: 992px) {
      .company-parallax__image {
        top: 45%;
        right: 5%;
        max-width: 528px;
        width: 37%; } }

.company-vision {
  padding: 80px 0 100px; }
  @media (min-width: 576px) {
    .company-vision {
      padding: 100px 0 185px; } }
  .company-vision .lede {
    margin: 0;
    line-height: 2;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.2em; }
    @media (min-width: 992px) {
      .company-vision .lede {
        font-size: 32px; } }

.company-guideline {
  padding: 10px 0 60px; }
  @media (min-width: 992px) {
    .company-guideline {
      padding: 10px 0 100px; } }
  .company-guideline .guideline-list {
    position: relative;
    margin: 0;
    padding: 0;
    padding-left: 35px;
    list-style: none; }
    @media (min-width: 992px) {
      .company-guideline .guideline-list {
        padding-left: 50px; } }
    .company-guideline .guideline-list li {
      position: relative;
      font-weight: bold;
      font-size: 17px;
      letter-spacing: 0.1em; }
      @media (min-width: 992px) {
        .company-guideline .guideline-list li {
          font-size: 22px; } }
      .company-guideline .guideline-list li + li {
        margin-top: 28px; }
        @media (min-width: 992px) {
          .company-guideline .guideline-list li + li {
            margin-top: 36px; } }
      .company-guideline .guideline-list li:before {
        content: "";
        position: absolute;
        top: calc(0.5em * 1.4);
        left: -35px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 5px;
        background-color: #0F9838; }
        @media (min-width: 992px) {
          .company-guideline .guideline-list li:before {
            top: calc(0.5em * 2);
            left: -50px;
            width: 24px; } }

.company-spirit {
  padding: 80px 0;
  overflow: hidden;
  background-color: #F4F5F4; }
  @media (min-width: 992px) {
    .company-spirit {
      margin-bottom: 100px;
      padding: 160px 0 64px; } }
  @media (max-width: 991px) {
    .company-spirit .heading-center {
      text-align: left !important; }
      .company-spirit .heading-center:after {
        margin-left: 0; } }
  .company-spirit .lede {
    margin: 0 0 68px;
    line-height: 2;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em; }
    @media (min-width: 992px) {
      .company-spirit .lede {
        margin: 0 0 120px;
        line-height: 1.6;
        font-size: 32px;
        text-align: center; } }
  .company-spirit .textwrap {
    margin-bottom: 60px; }
    @media (min-width: 992px) {
      .company-spirit .textwrap {
        position: relative;
        margin-bottom: 137px; } }
    @media (min-width: 992px) {
      .company-spirit .textwrap .text1 {
        max-width: 730px;
        width: 65%; } }
    @media (max-width: 991px) {
      .company-spirit .textwrap .image {
        margin: 40px 0 0;
        text-align: center; }
        .company-spirit .textwrap .image img {
          width: 90%; } }
    @media (min-width: 992px) {
      .company-spirit .textwrap .image {
        position: absolute;
        top: 0;
        left: 65%;
        width: 380px;
        transform: translateX(133px); } }
  .company-spirit .textwrap2 .text2 {
    position: relative; }
    @media (min-width: 992px) {
      .company-spirit .textwrap2 .text2 {
        width: 54%;
        margin-left: auto; } }
  @media (max-width: 991px) {
    .company-spirit .textwrap2 .image2 {
      margin: 40px -16px; } }
  @media (min-width: 992px) {
    .company-spirit .textwrap2 .image2 {
      position: absolute;
      top: -83px;
      right: 100%;
      max-width: 566px;
      width: 94%;
      transform: translateX(-87px); } }
  @media (max-width: 991px) {
    .company-spirit .textwrap2 .image3 {
      margin-top: 40px;
      text-align: center; }
      .company-spirit .textwrap2 .image3 img {
        width: 90%; } }
  @media (min-width: 992px) {
    .company-spirit .textwrap2 .image3 {
      position: absolute;
      top: 56%;
      right: 147%;
      max-width: 234px;
      width: 39%; } }
  .company-spirit .text {
    line-height: 2;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.1em; }
    @media (min-width: 992px) {
      .company-spirit .text {
        font-size: 16px; } }
    .company-spirit .text p {
      margin: 0; }
      .company-spirit .text p + p {
        margin-top: 1.6em; }
  .company-spirit .image,
  .company-spirit .image2,
  .company-spirit .image3 {
    filter: drop-shadow(-6px 6px 24px rgba(15, 152, 56, 0.1)); }

.company-info {
  padding: 40px 0; }
  @media (min-width: 992px) {
    .company-info {
      padding: 60px 0; } }
  .company-info__row {
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .company-info__row {
        display: flex;
        margin-bottom: 100px; } }
    .company-info__row:last-child {
      margin-bottom: 0; }
  .company-info__textbox {
    margin-bottom: 32px; }
    @media (min-width: 992px) {
      .company-info__textbox {
        flex: 1;
        min-width: 1px;
        margin-bottom: 0; } }
    .company-info__textbox .title {
      margin: 0 0 49px;
      font-size: 24px; }
    .company-info__textbox .image {
      margin-top: 12px; }
      @media (min-width: 992px) {
        .company-info__textbox .image {
          margin-top: 50px; } }
    .company-info__textbox .table {
      width: 100%; }
      .company-info__textbox .table th {
        width: 84px; }
        @media (min-width: 992px) {
          .company-info__textbox .table th {
            width: 94px; } }
      .company-info__textbox .table th, .company-info__textbox .table td {
        padding: 16px 0;
        font-size: 15px;
        vertical-align: top;
        text-align: left; }
        @media (min-width: 992px) {
          .company-info__textbox .table th, .company-info__textbox .table td {
            line-height: 2;
            font-size: 16px; } }
      .company-info__textbox .table td {
        padding-right: 8px; }
  @media (min-width: 992px) {
    .company-info__gmap {
      max-width: 640px;
      width: 60%;
      margin-left: 70px; } }
  .company-info .gmap {
    position: relative;
    height: 234px; }
    @media (min-width: 992px) {
      .company-info .gmap {
        height: 436px; } }
    .company-info .gmap iframe {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%; }
  .company-info__banner {
    display: flex;
    justify-content: center; }
    .company-info__banner a {
      transition: 235ms ease; }
      .company-info__banner a:hover {
        opacity: 0.8; }

.company-overview {
  padding: 40px 0; }
  @media (min-width: 992px) {
    .company-overview {
      padding: 60px 0; } }
  @media (min-width: 992px) {
    .company-overview__row {
      display: flex;
      margin: 0 -34px; } }
  @media (max-width: 991px) {
    .company-overview__col {
      margin-top: -1px; } }
  @media (min-width: 992px) {
    .company-overview__col {
      width: 50%;
      padding: 0 34px; } }
  .company-overview .table {
    width: 100%; }
    .company-overview .table th {
      width: 110px; }
      @media (min-width: 992px) {
        .company-overview .table th {
          width: 138px; } }
    .company-overview .table th, .company-overview .table td {
      padding: 16px 0;
      font-size: 15px;
      line-height: 2;
      text-align: left;
      vertical-align: top;
      border-top: 1px solid #D7DDD8;
      border-bottom: 1px solid #D7DDD8; }
      @media (min-width: 992px) {
        .company-overview .table th, .company-overview .table td {
          font-size: 16px;
          letter-spacing: 2px; } }
    .company-overview .table td {
      padding-left: 8px; }
  .company-overview .table-non {
    margin-bottom: 5px; }
    @media (max-width: 991px) {
      .company-overview .table-non tbody, .company-overview .table-non tr, .company-overview .table-non th, .company-overview .table-non td {
        display: block; } }
    .company-overview .table-non th {
      font-weight: normal; }
    .company-overview .table-non th, .company-overview .table-non td {
      padding: 0;
      border: 0; }

.company-customer {
  margin-top: 80px;
  margin-bottom: 80px; }
  @media (min-width: 992px) {
    .company-customer {
      margin-top: 160px;
      margin-bottom: 160px; } }
  .company-customer__content .text {
    margin: 1em 0 0;
    font-size: 16px;
    text-align: right; }
    @media (min-width: 992px) {
      .company-customer__content .text {
        font-size: 20px; } }
  .company-customer__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    list-style: none; }
    @media (min-width: 992px) {
      .company-customer__list {
        grid-template-columns: repeat(2, 1fr);
        font-size: 20px; } }
    .company-customer__list li {
      position: relative;
      padding-left: 1.2em; }
      .company-customer__list li:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 10px;
        height: 2px;
        background-color: #0F9838; }

.company-service {
  padding: 40px 0; }
  @media (min-width: 992px) {
    .company-service {
      padding: 60px 0; } }
  @media (min-width: 992px) {
    .company-service__list {
      max-width: 994px;
      margin-left: auto;
      margin-right: auto; } }

.company-initiatives {
  padding: 40px 0 0; }
  @media (min-width: 992px) {
    .company-initiatives {
      padding: 60px 0 0; } }
  .company-initiatives__content {
    max-width: 780px;
    margin: 0 auto; }
    .company-initiatives__content .lede {
      margin: 0 0 40px;
      font-size: 16px;
      line-height: 2; }
      @media (min-width: 992px) {
        .company-initiatives__content .lede {
          margin: 0 0 60px; } }
    .company-initiatives__content .title {
      margin: 0 0 40px;
      font-size: 20px;
      color: #0F9838;
      text-align: center; }
      @media (min-width: 992px) {
        .company-initiatives__content .title {
          margin: 0 0 60px;
          font-size: 24px; } }
    .company-initiatives__content .links {
      display: flex;
      gap: 30px 16px;
      margin: 0;
      padding: 0;
      list-style: none; }
      @media (max-width: 991px) {
        .company-initiatives__content .links {
          flex-wrap: wrap; } }
      @media (min-width: 992px) {
        .company-initiatives__content .links {
          gap: 20px;
          margin-left: -5px;
          margin-right: -5px; } }
      .company-initiatives__content .links li {
        text-align: center; }
        @media (max-width: 991px) {
          .company-initiatives__content .links li {
            width: calc(50% - 8px); }
            .company-initiatives__content .links li:nth-child(1) {
              width: 55%;
              margin: 0 auto; } }
      .company-initiatives__content .links .image {
        text-align: center; }
      .company-initiatives__content .links .link {
        margin: 15px 0 0; }
        @media (min-width: 992px) {
          .company-initiatives__content .links .link {
            margin: 24px 0 0; } }
      .company-initiatives__content .links .link-btn {
        display: inline-block;
        width: 80%;
        padding: 10px 20px;
        font-weight: bold;
        font-size: 14px;
        color: #0F9838;
        text-decoration: none;
        background-image: url(../img/front/service_arrow.png);
        background-repeat: no-repeat;
        background-size: 6px 10px;
        background-position: right 10px center;
        border: 2px solid #0F9838;
        border-radius: 50px;
        transition: 235ms ease; }
        .company-initiatives__content .links .link-btn:hover {
          color: #fff;
          background-color: #0F9838;
          background-image: url(../img/front/service_arrow_white.png); }
    .company-initiatives__content .bnrs {
      display: flex;
      justify-content: center;
      gap: 16px;
      margin: 40px 0 0;
      padding: 0;
      list-style: none; }
      @media (min-width: 992px) {
        .company-initiatives__content .bnrs {
          gap: 20px;
          max-width: 520px;
          margin: 40px auto 0; } }
    .company-initiatives__content .sdgs {
      max-width: 680px;
      margin: 40px auto 0;
      text-align: center; }
    .company-initiatives__content .deposit-text {
      max-width: 730px;
      margin: 80px auto 0; }
      @media (min-width: 992px) {
        .company-initiatives__content .deposit-text {
          margin-top: 144px; } }
      .company-initiatives__content .deposit-text p {
        line-height: 2; }
      .company-initiatives__content .deposit-text .bnr-deposit {
        margin: 2em 0 0;
        text-align: center; }
        .company-initiatives__content .deposit-text .bnr-deposit a {
          display: inline-block;
          max-width: 399px; }
          .company-initiatives__content .deposit-text .bnr-deposit a:hover {
            opacity: .8; }

.contact .contact-form-offline {
  margin: 0 0 60px; }
  @media (min-width: 992px) {
    .contact .contact-form-offline {
      margin-bottom: 120px; } }

@media (min-width: 992px) {
  .contact .contact-form {
    max-width: 736px;
    margin: 0 auto; } }

.contact .alert {
  pointer-events: none;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 20;
  width: 280px;
  padding: 12px 16px;
  color: #fff;
  background-color: rgba(102, 102, 102, 0.6);
  border: 2px solid #fff;
  border-radius: 8px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  animation: alertHidden 7s ease 1s 1 forwards; }
  .contact .alert h3 {
    margin: 0 0 6px;
    font-size: 13px; }
  .contact .alert p {
    margin: 0;
    font-size: 12px; }

.contact .alert-warning {
  color: #721c24;
  background-color: rgba(248, 215, 218, 0.8);
  border-color: #f4c1c6; }

.contact .contact-form__complete {
  margin-bottom: 60px; }
  @media (min-width: 992px) {
    .contact .contact-form__complete {
      margin-bottom: 120px; } }
  .contact .contact-form__complete .form-complete .text {
    font-size: 15px;
    line-height: 1.8; }

@keyframes alertHidden {
  0% {
    opacity: 1;
    transform: translateY(0); }
  85% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(80%); } }

.form-section-error .mw_wp_form {
  padding-top: 40px; }
  @media (min-width: 992px) {
    .form-section-error .mw_wp_form {
      margin-top: -40px;
      padding-top: 120px; } }

.back-to-index .btn {
  position: relative;
  padding: 18px 30px;
  padding-left: 42px;
  transition: 235ms ease; }
  .back-to-index .btn i[class*=ico-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .back-to-index .btn .ico-angle-left {
    left: 10px; }
  .back-to-index .btn:hover {
    opacity: 0.8; }

.form-mail-reception {
  margin: 40px 0; }
  @media (min-width: 768px) {
    .form-mail-reception {
      margin: 40px 0 72px; } }
  .form-mail-reception__inner {
    line-height: 1.8;
    font-size: 14px;
    color: #939D94; }
  .form-mail-reception .at:before {
    content: "@"; }

.form-mail-reception-popup {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 500ms ease; }
  .form-mail-reception-popup.opened {
    pointer-events: all;
    opacity: 1; }
  .form-mail-reception-popup__container {
    max-width: 740px;
    padding: 20px; }
  .form-mail-reception-popup__close {
    appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: transparent;
    border: 0; }
    .form-mail-reception-popup__close .bar {
      position: relative;
      display: block;
      line-height: 1;
      font-size: 17px;
      color: #7C867D; }
  .form-mail-reception-popup__box {
    position: relative;
    background-color: #fff; }
  .form-mail-reception-popup__box-inner {
    position: relative;
    max-height: 82vh;
    padding: 50px 30px;
    overflow: auto;
    line-height: 1.6;
    font-size: 14px;
    color: #7C867D; }
    .form-mail-reception-popup__box-inner .title {
      margin: 0 0 20px;
      padding-bottom: 20px;
      line-height: 1.1;
      font-size: 19px;
      color: #0F9838;
      border-bottom: 2px solid currentColor; }
    .form-mail-reception-popup__box-inner h4 {
      margin: 0 0 21px;
      font-size: 16px; }
    .form-mail-reception-popup__box-inner .link-list {
      margin: 0;
      padding: 0;
      list-style: none;
      font-weight: bold; }
      .form-mail-reception-popup__box-inner .link-list li {
        margin-bottom: 5px;
        padding-left: 25px;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20transform%3D%22translate(-540%20-430)%22%3E%3Cpath%20d%3D%22M2336%2C11l3%2C3-3%2C3%22%20transform%3D%22translate(-1789%20424)%22%20fill%3D%22none%22%20stroke%3D%22%230f9838%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221%22%2F%3E%3Cg%20transform%3D%22translate(540%20430)%22%20fill%3D%22none%22%20stroke%3D%22%230f9838%22%20stroke-width%3D%221%22%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%227.5%22%20fill%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-size: 16px 16px;
        background-position: left center; }
      .form-mail-reception-popup__box-inner .link-list a {
        text-decoration: none; }
    .form-mail-reception-popup__box-inner .kome {
      font-size: 12px; }

@media (min-width: 992px) {
  .page-normal .container {
    max-width: 880px; } }

.page-default__header {
  margin-bottom: 32px; }
  @media (min-width: 992px) {
    .page-default__header {
      margin-bottom: 64px; } }

.page-default__title {
  margin: 0 0 16px;
  padding-bottom: 24px;
  font-size: 20px;
  color: #0F9838;
  border-bottom: 2px solid currentColor; }
  @media (min-width: 992px) {
    .page-default__title {
      margin-bottom: 24px;
      font-size: 24px; } }

.page-default__metadata {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .page-default__metadata time {
    margin-left: auto;
    line-height: 1;
    font-family: "din-2014", sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #7C867D; }

.front-kv {
  position: relative;
  width: 100%; }
  .front-kv__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .front-kv__container .container {
      max-width: 100%; }
  .front-kv__textbox {
    position: absolute;
    top: 24%;
    z-index: 1; }
    @media (min-width: 576px) {
      .front-kv__textbox {
        top: 35%;
        left: 8%; } }
    @media (min-width: 768px) {
      .front-kv__textbox {
        left: 10%; } }
    @media (min-width: 992px) {
      .front-kv__textbox {
        left: 9.4%; } }
    .front-kv__textbox .bar {
      width: 3em;
      height: 1px;
      margin-top: 28px;
      background-color: #0F9838; }
      @media (min-width: 992px) {
        .front-kv__textbox .bar {
          margin-top: 40px; } }
  .front-kv__heading {
    margin: 0 0 16px;
    line-height: 1.6;
    font-weight: bold;
    font-size: 22px;
    color: #0F9838;
    letter-spacing: 8px; }
    @media (min-width: 992px) {
      .front-kv__heading {
        margin-bottom: 30px;
        font-size: 40px;
        letter-spacing: 14px; } }
  .front-kv__lede {
    margin: 0;
    line-height: 2;
    font-weight: bold;
    font-size: 12px;
    color: rgba(88, 95, 89, 0.6);
    letter-spacing: 3px; }
    @media (min-width: 992px) {
      .front-kv__lede {
        font-size: 15px;
        color: #585F59;
        letter-spacing: 4px; } }
  .front-kv__visual {
    position: relative;
    z-index: 0;
    width: 75%;
    height: 50vh;
    margin-left: auto;
    background: #f0f0f0 no-repeat center center;
    background-size: cover; }
    @media (min-width: 576px) {
      .front-kv__visual {
        width: 80%;
        height: 480px; } }
    @media (min-width: 768px) {
      .front-kv__visual {
        height: 500px; } }
    @media (min-width: 992px) {
      .front-kv__visual {
        height: 92vh; } }
    .front-kv__visual .splide {
      width: 100%;
      height: 100%; }
    .front-kv__visual .splide__track {
      width: 100%;
      height: 100%; }
    .front-kv__visual .splide__slide img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.scrolldown-bar-container {
  left: 0;
  right: 0;
  bottom: 20px; }
  @media (max-width: 575px) {
    .scrolldown-bar-container {
      display: none; } }
  @media (min-width: 576px) {
    .scrolldown-bar-container {
      position: absolute;
      left: 40px;
      bottom: 40px; } }

.scrolldown-bar {
  position: relative;
  width: 1px;
  height: 80px;
  background-color: #0F9838; }
  @media (max-width: 575px) {
    .scrolldown-bar {
      margin-left: 22px; } }
  .scrolldown-bar .ball {
    position: absolute;
    top: 0;
    width: 7px;
    height: 7px;
    margin-left: -3px;
    background-color: #0F9838;
    border-radius: 100px;
    transform: translateY(-50%);
    animation: scrolldownBar 1.5s ease-in-out 0s infinite forwards; }

@keyframes scrolldownBar {
  0% {
    top: 0;
    opacity: 0; }
  20% {
    top: 0; }
  40% {
    opacity: 1; }
  60% {
    opacity: 1; }
  80% {
    top: 100%;
    opacity: 0; }
  100% {
    top: 100%;
    opacity: 0; } }

.front-news {
  padding: 20px 0; }
  @media (min-width: 992px) {
    .front-news {
      padding: 40px 0;
      background-color: #F4F5F4;
      border: 40px solid #fff; } }
  @media (max-width: 991px) {
    .front-news__row {
      padding: 16px;
      background-color: #F4F5F4; } }
  @media (min-width: 992px) {
    .front-news__row {
      display: flex;
      align-items: center; } }
  @media (max-width: 991px) {
    .front-news__header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 16px; } }
  @media (min-width: 992px) {
    .front-news__header {
      width: 184px; } }
  .front-news__header .title {
    margin: 0; }
    @media (min-width: 992px) {
      .front-news__header .title {
        margin: 0 0 15px; } }
    .front-news__header .title .ja {
      font-size: 15px;
      color: #0F9838;
      letter-spacing: 3px; }
      @media (min-width: 992px) {
        .front-news__header .title .ja {
          font-size: 18px;
          letter-spacing: 4px; } }
    .front-news__header .title .en {
      font-family: "din-2014", sans-serif;
      font-weight: 400;
      font-size: 10px;
      color: rgba(88, 95, 89, 0.4);
      letter-spacing: 1.4px; }
      @media (min-width: 992px) {
        .front-news__header .title .en {
          font-size: 12px; } }
  .front-news__header .link .btn {
    width: 100%;
    font-size: 11px;
    text-align: center; }
    @media (max-width: 991px) {
      .front-news__header .link .btn {
        color: #0F9838;
        background-color: transparent;
        border: 1px solid #0F9838; } }
  .front-news__header .link .angle-right {
    margin-left: 8px; }
  .front-news__content {
    flex-grow: 1;
    min-width: 1px; }
    @media (min-width: 992px) {
      .front-news__content {
        margin-left: 77px; } }
  .front-news__list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
    color: #0F9838; }
    .front-news__list li {
      flex-wrap: wrap;
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .front-news__list li {
          display: flex;
          align-items: flex-start;
          flex-wrap: nowrap;
          margin-bottom: 10px; } }
      .front-news__list li:last-child {
        margin-bottom: 0; }
    .front-news__list .meta {
      display: flex;
      margin-bottom: 8px;
      color: #7c867d; }
    .front-news__list time {
      width: 140px;
      font-family: "din-2014", sans-serif;
      font-weight: bold; }
    .front-news__list .cat span {
      display: inline-block;
      padding: 3px 12px;
      line-height: 1;
      font-size: 12px;
      border: 1px solid currentColor;
      border-radius: 20px; }
      @media (min-width: 992px) {
        .front-news__list .cat span {
          margin-right: 24px; } }
    .front-news__list a {
      flex-grow: 1; }
      @media (max-width: 991px) {
        .front-news__list a {
          font-size: 12px; } }
      .front-news__list a:hover {
        text-decoration: none; }
  .front-news__infoplus {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #DBDBDB; }
    @media (max-width: 767px) {
      .front-news__infoplus {
        margin: 0;
        padding: 16px;
        background-color: #F4F5F4; } }
    .front-news__infoplus a {
      font-weight: bold;
      font-size: 1.4rem;
      text-decoration: none; }
      @media (min-width: 768px) {
        .front-news__infoplus a {
          font-size: 1.5rem; } }
      .front-news__infoplus a .fas {
        margin-right: 8px; }
      .front-news__infoplus a:hover {
        text-decoration: underline; }

.front-corona {
  margin: 80px 0; }
  .front-corona a {
    transition: 235ms ease; }
    .front-corona a:hover {
      opacity: 0.8; }
  .front-corona .bnr-property {
    position: relative;
    display: block;
    padding: 50px 40px;
    text-align: center;
    text-decoration: none;
    background-repeat: no-repeat;
    background-color: #fff;
    background-image: url(../img/property/bnr_property.jpg);
    background-position: center center;
    background-size: cover;
    border: 4px solid #0F9838; }
    @media (min-width: 768px) {
      .front-corona .bnr-property {
        padding: 67px 40px; } }
    .front-corona .bnr-property:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 10px;
      display: block;
      width: 22px;
      height: 20px;
      background-repeat: no-repeat;
      background-image: url(../img/property/arrow-right.svg);
      background-position: center center;
      background-size: contain;
      transform: translateY(-50%); }
      @media (min-width: 768px) {
        .front-corona .bnr-property:before {
          right: 43px; } }
    .front-corona .bnr-property:hover {
      opacity: 0.8; }
    .front-corona .bnr-property .large {
      margin-bottom: 8px;
      line-height: 1.2;
      font-weight: bold;
      font-size: 2.4rem;
      letter-spacing: 8px; }
      @media (min-width: 768px) {
        .front-corona .bnr-property .large {
          margin-bottom: 20px;
          font-size: 3rem; } }
    .front-corona .bnr-property .text {
      line-height: 1.6;
      font-size: 1.2rem;
      color: #585F59; }
      @media (min-width: 768px) {
        .front-corona .bnr-property .text {
          font-size: 1.6rem; } }

.front-concept {
  position: relative;
  padding: 60px 0 76px;
  background-color: #F5FAF7; }
  @media (min-width: 992px) {
    .front-concept {
      padding: 108px 0 122px; } }
  .front-concept .logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .front-concept .logo img {
        width: 101px; } }
    @media (min-width: 768px) {
      .front-concept .logo {
        transform: translate(-50%, -63%); } }
  .front-concept__header {
    margin-bottom: 30px;
    text-align: center; }
    @media (min-width: 768px) {
      .front-concept__header {
        margin-bottom: 40px; } }
    .front-concept__header .title {
      display: inline-block;
      margin: 0;
      line-height: 1.6; }
      @media (min-width: 768px) {
        .front-concept__header .title {
          line-height: 1.8; } }
      .front-concept__header .title span {
        display: block; }
      .front-concept__header .title .ja {
        font-size: 17px;
        color: #0F9838;
        letter-spacing: 6px; }
        @media (min-width: 992px) {
          .front-concept__header .title .ja {
            font-size: 30px;
            letter-spacing: 12px; } }
  .front-concept__content {
    max-width: 736px;
    margin: 0 auto 80px; }
    .front-concept__content .text {
      line-height: 2;
      font-weight: bold;
      font-size: 15px;
      letter-spacing: 2px; }
      @media (min-width: 992px) {
        .front-concept__content .text {
          line-height: 2;
          font-size: 17px;
          text-align: center; } }
  .front-concept__link .btn {
    display: block;
    width: 100%;
    padding: 32px 0;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    letter-spacing: 3px;
    color: #0F9838;
    background-color: #fff;
    border-radius: 0;
    border: 4px solid #0F9838;
    transition: 235ms ease; }
    @media (min-width: 992px) {
      .front-concept__link .btn {
        padding: 60px 0; } }
    .front-concept__link .btn:hover {
      opacity: 0.8;
      color: #fff;
      background-color: #0F9838; }
    .front-concept__link .btn .angle-right {
      margin-right: 10px; }

/* .front-service {
  padding: 80px 0 160px;

  &__content {
    max-width: 928px;
    margin: 0 auto;

    .lede {
      margin: 0 0 40px;
      line-height: 2;
      font-size: 15px;

      @media (min-width: $lg-min) {
        margin-bottom: 80px;
      }
    }
  }
  &__items {
    margin: 0 -16px;

    @media (min-width: $lg-min) {
      display: flex;
      justify-content: center;
    }

    &__item {
      flex: 1;
      width: 25%;
      margin: 0 16px;
      text-align: center;

      @media (max-width: $md-max) {
        display: flex;
        width: 100%;
        margin: 0;
        padding: 20px 16px;
        border-bottom: 1px solid #D7DDD8;
      }
    }

    .image {
      position: relative;
      width: 120px;
      margin: 0 auto;

      @media (min-width: $lg-min) {
        margin-bottom: 39px;
      }
    }

    .textbox {
      @media (max-width: $md-max) {
        flex: 1;
        min-width: 1px;
        margin-left: 38px;
      }
    }
    .h {
      margin-bottom: 16px;
      font-weight: bold;
      font-size: 16px;
      color: $color-main;
      text-align: left;
      letter-spacing: 6px;

      @media (min-width: $lg-min) {
        margin-bottom: 22px;
        font-size: 18px;
        text-align: center;
      }
      small {
        display: block;
        letter-spacing: 1px;
        @media (min-width: $lg-min) {
          display: block;
          line-height: 1;
        }
      }
    }

    .link {
      // text-align: right;
    }

    .btn-default {
      position: relative;
      min-width: 1px;
      width: 100%;
      padding: 12px 20px;
      padding-right: 40px;
      font-weight: bold;
      font-size: 14px;
      line-height: 1.2;

      @media (min-width: $lg-min) {
        width: 100%;
        padding: 12px 20px;
      }

      &:hover {
        color: #fff;
        background-color: $color-main;
      }

      .ico-angle-right {
        position: absolute;
        top: 50%;
        right: 8px;
        -webkit-text-stroke: 0.5px currentColor;
        transform: translateY(-50%);
      }
    }
  }
} */
.front-service {
  padding: 60px 0 165px; }
  @media (min-width: 992px) {
    .front-service {
      padding: 80px 0 212px; } }
  .front-service__header {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .front-service__header {
        margin: 0 0 110px; } }
    .front-service__header .title {
      margin: 0 0 25px;
      text-align: center; }
      @media (min-width: 768px) {
        .front-service__header .title {
          margin: 0 0 40px; } }
      .front-service__header .title span {
        display: block; }
      .front-service__header .title .ja {
        font-size: 24px;
        color: #0F9838;
        letter-spacing: 0.15em; }
        @media (min-width: 768px) {
          .front-service__header .title .ja {
            font-size: 30px; } }
      .front-service__header .title .en {
        margin-top: 9px;
        font-family: "din-2014", sans-serif;
        font-weight: normal;
        font-size: 12px;
        color: rgba(74, 72, 72, 0.4);
        letter-spacing: 0.15em; }
        @media (min-width: 768px) {
          .front-service__header .title .en {
            margin-bottom: 24px;
            font-size: 14px; } }
    .front-service__header .lede {
      margin: 0;
      line-height: 2;
      font-size: 13px;
      color: #585F59;
      text-align: center;
      letter-spacing: 0.05em; }
      @media (min-width: 768px) {
        .front-service__header .lede {
          font-size: 15px; } }
  .front-service__list {
    display: grid;
    gap: 20px; }
    @media (max-width: 991px) {
      .front-service__list {
        grid-auto-columns: 1fr; } }
    @media (min-width: 992px) {
      .front-service__list {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 60px 32px; } }
  .front-service__list-item {
    position: relative;
    padding: 16px 14px 10px;
    box-shadow: 0 0 10px 0 rgba(85, 150, 108, 0.42); }
    @media (max-width: 991px) {
      .front-service__list-item {
        grid-column: 1 / 3; } }
    @media (min-width: 992px) {
      .front-service__list-item {
        padding: 30px 11px 17px; } }
    @media (max-width: 991px) {
      .front-service__list-item:nth-last-child(1), .front-service__list-item:nth-last-child(2) {
        grid-column: span 1;
        display: flex;
        flex-direction: column;
        margin-top: 18px;
        padding-top: 28px; } }
    @media (max-width: 991px) {
      .front-service__list-item:nth-last-child(1) .s-icon, .front-service__list-item:nth-last-child(2) .s-icon {
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%); } }
    .front-service__list-item .s-icon {
      position: absolute; }
      @media (max-width: 991px) {
        .front-service__list-item .s-icon {
          width: 44px;
          height: 44px; } }
      @media (min-width: 992px) {
        .front-service__list-item .s-icon {
          top: 0;
          left: 50%;
          transform: translate(-50%, -50%); } }
    .front-service__list-item .title {
      margin: 0 0 8px;
      line-height: 1.2;
      font-size: 19px;
      text-align: center; }
      @media (min-width: 992px) {
        .front-service__list-item .title {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 64px;
          margin: 0 0 3px;
          font-size: 24px; } }
      .front-service__list-item .title i {
        font-style: normal;
        font-size: 14px; }
        @media (min-width: 992px) {
          .front-service__list-item .title i {
            font-size: 20px; } }
    .front-service__list-item .lede {
      margin: 0 0 10px;
      line-height: 1.2;
      font-weight: bold;
      font-size: 12px;
      text-align: center; }
      @media (min-width: 992px) {
        .front-service__list-item .lede {
          margin-bottom: 22px;
          font-size: 16px; } }
    .front-service__list-item .buttons {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px; }
      @media (min-width: 992px) {
        .front-service__list-item .buttons {
          gap: 8px; } }
      .front-service__list-item .buttons .btn {
        padding: 12px 14px;
        line-height: 1;
        font-weight: bold;
        font-size: 12px;
        background-image: url(../img/front/service_arrow.png);
        background-repeat: no-repeat;
        background-size: 4px 8px;
        background-position: right 10px center;
        border: 1px solid #0F9838;
        border-radius: 100px; }
        @media (min-width: 992px) {
          .front-service__list-item .buttons .btn {
            background-size: 6px 10px; } }
        .front-service__list-item .buttons .btn:hover {
          color: #fff;
          background-color: #0F9838;
          background-image: url(../img/front/service_arrow_white.png); }
        .front-service__list-item .buttons .btn em {
          font-style: normal;
          font-size: 17px; }
          @media (min-width: 992px) {
            .front-service__list-item .buttons .btn em {
              font-size: 16px; } }
      .front-service__list-item .buttons .btn-detail {
        grid-column: span 2;
        text-align: center; }

.front-ledetext {
  padding: 30px 0 60px;
  color: #0F9838;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media (min-width: 576px) {
    .front-ledetext {
      padding: 60px 0;
      background-color: #F4F5F4;
      background-image: url(../img/front/bg_service@2x.jpg); } }
  @media (min-width: 992px) {
    .front-ledetext {
      padding: 99px 0; } }
  @media (max-width: 575px) {
    .front-ledetext .image {
      margin: 0 -16px; } }
  .front-ledetext p {
    margin: 0;
    line-height: 2.4;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px; }
    @media (max-width: 575px) {
      .front-ledetext p {
        padding-bottom: 32px;
        line-height: 1.8; } }
    @media (min-width: 768px) {
      .front-ledetext p {
        font-size: 26px; } }

.front-case {
  padding: 60px 0 40px; }
  @media (min-width: 992px) {
    .front-case {
      padding: 162px 0 80px; } }
  .front-case__header {
    display: flex; }
    @media (max-width: 991px) {
      .front-case__header {
        align-items: flex-end;
        justify-content: space-between; } }
    @media (min-width: 992px) {
      .front-case__header {
        display: flex; } }
    @media (max-width: 767px) {
      .front-case__header .heading {
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .front-case__header .link {
        margin-left: auto; } }
    .front-case__header .btn-default {
      position: relative;
      width: auto;
      padding: 16px 20px;
      font-size: 11px;
      text-align: center; }
      @media (max-width: 767px) {
        .front-case__header .btn-default {
          min-width: 1px;
          padding: 12px 40px 12px 20px; } }
      @media (min-width: 768px) {
        .front-case__header .btn-default {
          width: 200px;
          font-size: 14px; } }
      .front-case__header .btn-default .ico-angle-right {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%); }
  .front-case__post {
    align-items: stretch;
    padding: 40px 0; }
    .front-case__post__item {
      width: 90%; }
      @media (min-width: 768px) {
        .front-case__post__item {
          width: 448px; } }

.front-shop {
  margin: 60px 0; }
  @media (min-width: 992px) {
    .front-shop {
      margin: 60px 0 120px; } }
  @media (min-width: 992px) {
    .front-shop__content {
      display: flex;
      justify-content: space-between;
      max-width: 970px;
      margin: 0 auto; } }
  @media (max-width: 991px) {
    .front-shop__item {
      margin-bottom: 33px; }
      .front-shop__item:last-child {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .front-shop__item {
      margin: 0 20px; } }
  .front-shop__item .image {
    margin: 0 0 30px; }
    @media (min-width: 992px) {
      .front-shop__item .image {
        margin: 0 0 60px; } }
    .front-shop__item .image img {
      box-shadow: -11px 9px 14px 0 rgba(15, 152, 56, 0.14); }
      @media (min-width: 992px) {
        .front-shop__item .image img {
          box-shadow: -26px 20px 30px 0 rgba(15, 152, 56, 0.14); } }
  .front-shop__item .title {
    margin: 0 0 20px;
    font-size: 19px;
    color: #0F9838;
    letter-spacing: 0.1em; }
    @media (min-width: 992px) {
      .front-shop__item .title {
        font-size: 24px; } }
  .front-shop__item .shop-table {
    width: 100%; }
    .front-shop__item .shop-table .btn-google-map {
      display: inline-block;
      margin-top: 8px;
      padding: 3px;
      width: 120px;
      line-height: 1;
      font-size: 13px;
      color: #0F9838;
      text-align: center;
      text-decoration: none;
      border: 1px solid #0F9838;
      border-radius: 50px;
      transition: 235ms ease; }
      .front-shop__item .shop-table .btn-google-map:hover {
        color: #fff;
        background-color: #0F9838; }
    .front-shop__item .shop-table th, .front-shop__item .shop-table td {
      padding: 6px 0;
      font-size: 15px;
      vertical-align: top;
      text-align: left; }
      @media (min-width: 992px) {
        .front-shop__item .shop-table th, .front-shop__item .shop-table td {
          padding: 12px 0;
          font-size: 16px; } }
    .front-shop__item .shop-table th {
      width: 88px; }

.front-staff {
  padding: 40px 0 60px; }
  @media (min-width: 992px) {
    .front-staff {
      padding: 80px 0 120px; } }
  @media (min-width: 992px) {
    .front-staff__row {
      display: flex; } }
  .front-staff__header {
    max-width: 429px;
    width: 100%;
    text-align: center; }
    @media (min-width: 992px) {
      .front-staff__header {
        position: relative;
        z-index: 1; } }
    .front-staff__header .title {
      display: inline-block;
      width: 100%;
      margin: 0 0 40px;
      line-height: 1.2;
      text-align: left; }
      @media (min-width: 992px) {
        .front-staff__header .title {
          margin-bottom: 64px; } }
      .front-staff__header .title span {
        display: block; }
      .front-staff__header .title .ja {
        line-height: 1.4;
        font-size: 20px;
        color: #0F9838;
        letter-spacing: 8px; }
        @media (min-width: 992px) {
          .front-staff__header .title .ja {
            font-size: 32px; } }
    .front-staff__header .lede {
      margin-bottom: 20px;
      line-height: 2;
      font-size: 14px;
      text-align: left; }
      @media (min-width: 992px) {
        .front-staff__header .lede {
          margin-bottom: 32px; } }
    .front-staff__header .link {
      margin-bottom: 40px;
      text-align: right; }
      @media (min-width: 992px) {
        .front-staff__header .link {
          text-align: left; } }
  .front-staff__image img {
    box-shadow: 60px 60px 30px 0 rgba(15, 152, 56, 0.1); }
  @media (min-width: 992px) {
    .front-staff__image {
      width: 69%;
      margin-left: -60px;
      margin-top: -30px; } }
  .front-staff__link {
    margin: 40px 0 0;
    text-align: center; }
    @media (min-width: 992px) {
      .front-staff__link {
        margin: 100px 0 0; } }
    .front-staff__link .btn-default {
      width: 100%;
      padding: 20px 16px;
      line-height: 1.6;
      font-weight: bold;
      font-size: 16px;
      color: #fff;
      background-color: #0F9838; }
      @media (min-width: 992px) {
        .front-staff__link .btn-default {
          padding: 30px 16px;
          font-size: 20px; } }
      @media (min-width: 992px) {
        .front-staff__link .btn-default .ico-angle-right {
          position: relative; } }

.front-column {
  padding: 60px 0; }
  @media (min-width: 992px) {
    .front-column {
      padding: 120px 0; } }
  .front-column__header {
    display: flex; }
    @media (max-width: 767px) {
      .front-column__header {
        align-items: flex-end;
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .front-column__header .heading {
        margin-bottom: 0; } }
    .front-column__header .link {
      margin-left: auto; }
      @media (max-width: 767px) {
        .front-column__header .link {
          text-align: right; } }
    .front-column__header .btn-default {
      position: relative; }
  .front-column__content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px; }
  .front-column__item {
    width: 100%;
    margin-bottom: 48px;
    padding: 0 16px; }
    @media (min-width: 992px) {
      .front-column__item {
        width: 50%; } }
    .front-column__item-link {
      display: flex;
      text-decoration: none; }
      .front-column__item-link:hover .thumb img {
        transform: scale(1.12); }
      .front-column__item-link:hover .title {
        text-decoration: none; }
    .front-column__item-thumb {
      width: 30%; }
      @media (min-width: 992px) {
        .front-column__item-thumb {
          width: 45%; } }
      .front-column__item-thumb .thumb {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 75%;
        overflow: hidden;
        background-color: rgba(240, 240, 240, 0.9); }
        .front-column__item-thumb .thumb img {
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: 235ms ease; }
    .front-column__item-textbox {
      flex: 1;
      margin-left: 20px; }
      .front-column__item-textbox .category {
        margin-bottom: 10px;
        line-height: 1.2;
        font-size: 13px; }
        .front-column__item-textbox .category span {
          display: inline-block;
          padding: 3px 10px;
          color: #7C867D;
          border: 1px solid #7C867D;
          border-radius: 100px; }
      .front-column__item-textbox .title {
        display: -webkit-box;
        max-height: calc(2em * 1.6);
        margin: 0 0 10px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        line-height: 1.6;
        font-size: 16px;
        text-decoration: underline; }
      .front-column__item-textbox .datetime {
        font-family: "din-2014", sans-serif;
        font-weight: bold;
        font-size: 15px;
        color: #7C867D;
        letter-spacing: 1px; }
  @media (min-width: 992px) {
    .front-column__mini .front-column__item {
      width: 25%; } }
  @media (min-width: 992px) {
    .front-column__mini .front-column__item-thumb {
      width: 45%; } }
  @media (min-width: 992px) {
    .front-column__mini .front-column__item-thumb .thumb {
      padding-bottom: 100%; } }
  @media (min-width: 992px) {
    .front-column__mini .front-column__item-textbox .title {
      font-size: 13px; } }

.property-archive {
  padding: 78px 0; }
  .property-archive__profile {
    margin: 0 0 60px; }
    @media (min-width: 768px) {
      .property-archive__profile {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0 134px; } }
  .property-archive__categories {
    margin: 0 0 28px; }
    @media (min-width: 768px) {
      .property-archive__categories {
        margin: 0 0 140px; } }
    .property-archive__categories .property-category {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -6px;
      padding: 0;
      list-style: none; }
      @media (min-width: 768px) {
        .property-archive__categories .property-category {
          margin: 0 -14px; } }
      .property-archive__categories .property-category li {
        width: 33.3332%;
        padding: 4px 6px; }
        @media (min-width: 768px) {
          .property-archive__categories .property-category li {
            width: 25%;
            padding: 5px 14px; } }
        .property-archive__categories .property-category li a {
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 10px;
          font-weight: bold;
          font-size: 15px;
          text-decoration: none;
          border: 2px solid #0F9838; }
          @media (min-width: 768px) {
            .property-archive__categories .property-category li a {
              font-size: 18px; } }
        .property-archive__categories .property-category li .current {
          color: #fff;
          background-color: #0F9838; }
  .property-archive__profile-picture {
    margin-bottom: 20px;
    text-align: center; }
    @media (min-width: 768px) {
      .property-archive__profile-picture {
        width: 180px;
        margin-bottom: 0;
        margin-right: 26px; } }
  @media (min-width: 768px) {
    .property-archive__profile-context {
      flex: 1 1 0%; } }
  .property-archive__profile-context .text {
    line-height: 2;
    font-size: 1.4rem; }
    @media (min-width: 768px) {
      .property-archive__profile-context .text {
        font-size: 2rem; } }
  .property-archive__list-item {
    margin: 0 0 60px; }
    @media (min-width: 768px) {
      .property-archive__list-item {
        display: flex;
        flex-direction: row-reverse;
        margin: 0 0 80px; } }
  .property-archive__list-picture {
    margin: 0 0 2em; }
    @media (min-width: 768px) {
      .property-archive__list-picture {
        width: 45%;
        margin: 0 0 0 30px; } }
    .property-archive__list-picture .image-wrapper {
      position: relative;
      height: 0;
      margin: 0 0 20px;
      padding-bottom: 75%;
      overflow: hidden;
      background-color: #f0f0f0; }
      .property-archive__list-picture .image-wrapper img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .property-archive__list-picture .image-wrapper .not-picture {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 20px;
        font-size: 1.6rem;
        color: #fff; }
    .property-archive__list-picture .chintai {
      display: flex;
      flex-wrap: wrap; }
      .property-archive__list-picture .chintai span {
        display: flex;
        align-items: center;
        margin-right: 1em; }
        .property-archive__list-picture .chintai span:before {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 30px;
          height: 30px;
          margin-right: 10px;
          font-weight: bold;
          color: #fff;
          background-color: #0F9838;
          border-radius: 30px; }
        .property-archive__list-picture .chintai span[data-chintai="敷金"]:before {
          content: "敷"; }
        .property-archive__list-picture .chintai span[data-chintai="礼金"]:before {
          content: "礼"; }
  @media (min-width: 768px) {
    .property-archive__list-data {
      flex: 1 1 0%; } }
  .property-archive__list-data .title {
    margin: 0 0 40px;
    line-height: 1.8;
    font-size: 2rem;
    color: #0F9838; }
    @media (min-width: 768px) {
      .property-archive__list-data .title {
        margin-bottom: 64px;
        font-size: 3rem; } }
    .property-archive__list-data .title:after {
      content: "";
      display: block;
      width: 48px;
      height: 1px;
      margin: 1em 0 0;
      background-color: #0F9838; }
  .property-archive__list-data .cat,
  .property-archive__list-data .kakaku {
    margin: 0 0 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #0F9838;
    letter-spacing: 2px; }
  .property-archive__list-data .cat {
    font-size: 1.8rem; }
  .property-archive__list-data .kakaku {
    line-height: 1.2;
    font-size: 2.9rem; }
  .property-archive__list-data .data-table {
    width: 100%;
    margin: 40px 0; }
    @media (min-width: 768px) {
      .property-archive__list-data .data-table {
        margin: 60px 0; } }
    .property-archive__list-data .data-table th, .property-archive__list-data .data-table td {
      text-align: left; }
      @media (max-width: 767px) {
        .property-archive__list-data .data-table th, .property-archive__list-data .data-table td {
          display: block; } }
      @media (min-width: 768px) {
        .property-archive__list-data .data-table th, .property-archive__list-data .data-table td {
          padding: 20px 0; } }
    .property-archive__list-data .data-table tr {
      border-top: 1px solid #D7DDD8;
      border-bottom: 1px solid #D7DDD8; }
      @media (max-width: 767px) {
        .property-archive__list-data .data-table tr {
          display: block;
          padding: 14px 0; }
          .property-archive__list-data .data-table tr + tr {
            margin-top: -1px; } }
    @media (min-width: 768px) {
      .property-archive__list-data .data-table th {
        width: 140px; } }
  .property-archive__list-data .free-text {
    margin: 30px 0 0;
    font-size: 1.4rem; }
    @media (min-width: 768px) {
      .property-archive__list-data .free-text {
        margin: 48px 0 0;
        font-size: 1.6rem; } }
  .property-archive__list-data .link {
    margin: 30px 0 0; }
    @media (max-width: 767px) {
      .property-archive__list-data .link {
        text-align: center; } }
    .property-archive__list-data .link a {
      position: relative;
      display: inline-block;
      max-width: 240px;
      width: 100%;
      padding: 16px 30px;
      font-weight: bold;
      font-size: 1.4rem;
      color: #fff;
      text-align: center;
      text-decoration: none;
      background-color: #0F9838;
      border-radius: 30px;
      transition: 235ms ease; }
      .property-archive__list-data .link a:hover {
        opacity: 0.8; }
      .property-archive__list-data .link a .fa {
        position: absolute;
        top: 50%;
        right: 2em;
        font-size: 120%;
        transform: translateY(-50%); }

.property-detail {
  padding: 78px 0; }
  .property-detail__header .title {
    margin: 0 0 30px;
    font-size: 2rem;
    color: #0F9838; }
    @media (min-width: 768px) {
      .property-detail__header .title {
        margin: 0 0 45px;
        font-size: 4rem; } }
  .property-detail__header .meta {
    display: flex;
    align-items: center;
    margin: 0 0 84px; }
    .property-detail__header .meta p {
      margin: 0; }
    .property-detail__header .meta .cat {
      margin-right: 2rem;
      padding: 5px 10px;
      line-height: 1.2;
      font-weight: bold;
      color: #fff;
      background-color: #0F9838; }
    .property-detail__header .meta .kakaku {
      font-weight: bold;
      font-size: 2.4rem;
      color: #585F59;
      letter-spacing: 2px; }
      @media (min-width: 768px) {
        .property-detail__header .meta .kakaku {
          font-size: 2.9rem; } }
  .property-detail__footer {
    margin: 60px 0;
    padding: 24px 0;
    border-top: 1px solid #D7DDD8; }
    @media (min-width: 992px) {
      .property-detail__footer {
        margin: 100px 0; } }
    .property-detail__footer .share-buttons {
      margin: 0 0 80px;
      justify-content: center; }
      .property-detail__footer .share-buttons .fb-like > span {
        width: auto !important;
        height: auto !important; }
      .property-detail__footer .share-buttons .fb-like iframe {
        position: relative;
        max-width: 130px;
        min-width: 110px;
        width: 100% !important;
        height: 28px !important; }
    .property-detail__footer .back-to-index {
      font-weight: bold; }

.property-gallery {
  max-width: 976px;
  margin: 80px auto; }
  .property-gallery-container.container .property-gallery-prev,
  .property-gallery-container.container .property-gallery-next {
    display: none !important; }
  .property-gallery-wrapper .swiper-slide-inner {
    max-width: 800px;
    width: 84%;
    margin: 0 auto; }
  .property-gallery-prev, .property-gallery-next {
    width: 48px !important;
    height: 48px !important;
    color: #0F9838 !important;
    background-color: #F4F5F4 !important;
    border-radius: 68px !important;
    background-image: none !important;
    outline: 0;
    transition: 235ms ease; }
    .property-gallery-prev:hover, .property-gallery-next:hover {
      opacity: .8; }
    .property-gallery-prev:active, .property-gallery-next:active {
      box-shadow: 0 0 0 3px #0F9838; }
    .property-gallery-prev:after, .property-gallery-next:after {
      font-size: 30px !important;
      color: currentColor; }
  .property-gallery .swiper-pagination-bullet-active {
    background-color: #0F9838; }
  .property-gallery-slide .gallery-slide-inner {
    position: relative;
    height: 0;
    padding-bottom: 75%; }
    .property-gallery-slide .gallery-slide-inner img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center center; }

.property-message {
  margin: 80px 0; }
  .property-message__heading {
    margin: 0 0 40px;
    font-size: 2.2rem;
    color: #0F9838;
    letter-spacing: 8px; }
    @media (min-width: 992px) {
      .property-message__heading {
        margin: 0 0 60px;
        font-size: 3rem; } }
    .property-message__heading:after {
      content: "";
      display: block;
      width: 48px;
      height: 1px;
      margin-top: 20px;
      background-color: currentColor; }
  @media (max-width: 991px) {
    .property-message__content {
      max-width: 680px;
      margin: 0 auto; } }
  @media (min-width: 992px) {
    .property-message__content {
      display: flex; } }
  .property-message__content-profile {
    max-width: 256px; }
    @media (max-width: 991px) {
      .property-message__content-profile {
        margin: 0 auto 40px; } }
    @media (min-width: 992px) {
      .property-message__content-profile {
        width: 25%; } }
    .property-message__content-profile .image {
      max-width: 180px;
      margin: 0 auto 1px;
      overflow: hidden;
      box-shadow: 0 0 0 2px #E6E6E6;
      border-radius: 256px; }
      @media (min-width: 992px) {
        .property-message__content-profile .image {
          max-width: 256px; } }
    .property-message__content-profile .profile {
      width: 100%; }
      .property-message__content-profile .profile th, .property-message__content-profile .profile td {
        padding: 20px 10px 1em 0;
        font-size: 1.5rem;
        text-align: left;
        border-bottom: 1px solid #D7DDD8; }
      .property-message__content-profile .profile th {
        border-bottom-color: #0F9838; }
      .property-message__content-profile .profile td {
        border-bottom-color: #D7DDD8; }
  @media (min-width: 992px) {
    .property-message__content-text {
      flex: 1 1 0%;
      margin-left: 64px; } }
  .property-message__content-text .title {
    margin: 0 0 30px;
    padding: 0 0 10px;
    font-size: 2rem;
    color: #0F9838;
    letter-spacing: 2px;
    border-bottom: 2px solid #0F9838; }
    @media (min-width: 992px) {
      .property-message__content-text .title {
        margin: 0 0 40px;
        padding: 0 0 24px;
        font-size: 2.4rem; } }
  .property-message__content-text .text {
    line-height: 2; }
    @media (max-width: 991px) {
      .property-message__content-text .text {
        font-size: 1.5rem; } }

.property-movie-content {
  margin: 60px 0;
  padding: 60px 0;
  background-color: #F4F5F4; }
  @media (min-width: 768px) {
    .property-movie-content {
      margin: 100px 0;
      padding: 100px 0; } }
  .property-movie-content .title {
    margin: 0 0 30px;
    font-size: 2.2rem;
    color: #0F9838;
    letter-spacing: 4px;
    text-align: center; }
    @media (min-width: 768px) {
      .property-movie-content .title {
        margin: 0 0 40px;
        font-size: 3rem;
        letter-spacing: 8px; } }
  .property-movie-content .video-wrapper {
    position: relative;
    max-width: 600px;
    width: 100%;
    margin: 0 auto; }
  .property-movie-content .video-thumbnail {
    width: 100%; }
    .property-movie-content .video-thumbnail a {
      position: relative;
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%;
      overflow: hidden;
      background-color: #f0f0f0; }
      .property-movie-content .video-thumbnail a img {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        max-width: none;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center; }
      .property-movie-content .video-thumbnail a:hover .play-icon {
        background-color: rgba(0, 0, 0, 0.5); }
    .property-movie-content .video-thumbnail .play-icon {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3);
      transition: 235ms ease; }
      .property-movie-content .video-thumbnail .play-icon:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        border: 20px solid transparent;
        border-right-width: 0;
        border-left: 36px solid #fff;
        transform: translate(-50%, -50%); }

.property-list {
  margin: 60px 0; }
  @media (min-width: 768px) {
    .property-list {
      margin: 100px 0; } }
  .property-list-table {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse; }
    @media (max-width: 767px) {
      .property-list-table tr {
        margin-top: -1px;
        padding: 16px 0; }
      .property-list-table tr, .property-list-table th, .property-list-table td {
        display: block; } }
    .property-list-table tr {
      border-top: 1px solid #D7DDD8;
      border-bottom: 1px solid #D7DDD8; }
    .property-list-table th, .property-list-table td {
      padding: 26px 0 29px;
      text-align: left;
      line-height: 2;
      vertical-align: top; }
      @media (max-width: 767px) {
        .property-list-table th, .property-list-table td {
          padding: 0; } }
    @media (max-width: 767px) {
      .property-list-table th {
        font-size: 1.5rem; } }
    @media (min-width: 768px) {
      .property-list-table th {
        width: 250px;
        padding-right: 1em; } }
    @media (max-width: 767px) {
      .property-list-table td {
        font-size: 1.5rem; } }

.property-link {
  margin: 60px 0; }
  @media (min-width: 768px) {
    .property-link {
      margin: 100px 0; } }
  @media (min-width: 992px) {
    .property-link__row {
      display: flex;
      align-items: center;
      justify-content: center; } }
  .property-link__row .col {
    margin: 14px 0; }
    @media (min-width: 992px) {
      .property-link__row .col {
        max-width: 450px;
        width: 50%;
        margin: 0 20px; } }
  .property-link__row a {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 30px;
    font-weight: bold;
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: none;
    text-align: center;
    background-color: #0F9838;
    border-radius: 100px;
    transition: 235ms ease; }
    @media (min-width: 992px) {
      .property-link__row a {
        font-size: 2rem; } }
    @media (min-width: 1240px) {
      .property-link__row a {
        font-size: 2.2rem; } }
    .property-link__row a:hover {
      opacity: 0.8; }
    .property-link__row a .fas {
      position: absolute;
      top: 50%;
      right: 1em;
      transform: translateY(-50%); }

a[href*="job.mynavi.jp"] {
  display: inline-block;
  transition: all 0.3s ease; }
  a[href*="job.mynavi.jp"]:hover {
    opacity: 0.8; }

.kv-page-recruit {
  display: flex;
  align-items: flex-end;
  height: 262px;
  background-image: url(../img/page-kv/recruit-sp@2x.jpg?v=202603112);
  background-size: cover;
  background-position: center center; }
  @media (min-width: 576px) {
    .kv-page-recruit {
      height: 360px; } }
  @media (min-width: 992px) {
    .kv-page-recruit {
      padding-top: 32%;
      padding-bottom: 4%;
      background-image: url(../img/page-kv/recruit@2x.jpg?v=202603112);
      background-position: center top; } }
  .kv-page-recruit .container {
    margin-top: 0; }
  .kv-page-recruit .heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .kv-page-recruit .heading:after {
      display: none; }
    @media (max-width: 991px) {
      .kv-page-recruit .heading .ja {
        font-size: 2rem; } }
    .kv-page-recruit .heading .en {
      font-weight: 600;
      color: #0F9838; }
      .kv-page-recruit .heading .en:after {
        content: "";
        display: block;
        width: 125%;
        height: 1px;
        margin: 10px 0 20px;
        background-color: currentColor; }
        @media (min-width: 992px) {
          .kv-page-recruit .heading .en:after {
            width: 150%;
            margin-bottom: 30px; } }
  .kv-page-recruit .kv-page__video {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none; }
    .kv-page-recruit .kv-page__video:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.6); }

@media (min-width: 992px) {
  .recruit {
    padding-top: 100px; } }

.recruit-info {
  margin: 0 0 100px; }
  .recruit-info__inner {
    max-width: 750px;
    margin: 0 auto;
    padding: 30px 15px;
    border: 1px solid #0F9838; }
    @media (min-width: 992px) {
      .recruit-info__inner {
        padding: 40px 60px; } }
  .recruit-info .title {
    margin: 0 0 28px;
    font-size: 18px;
    color: #0F9838;
    letter-spacing: 0.25em;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 5px; }
  .recruit-info .text {
    line-height: 2;
    font-size: 15px; }
    .recruit-info .text p {
      margin: 0; }
    .recruit-info .text .center {
      margin: 0 0 0.5em;
      font-size: 16px;
      text-align: center; }

.recruit-start {
  margin: 0 0 140px; }
  .recruit-start .heading {
    text-align: center; }
    .recruit-start .heading:after {
      display: none; }
  .recruit-start__textbox {
    max-width: 736px;
    margin: 0 auto; }
    .recruit-start__textbox .text {
      line-height: 2; }

.recruit-sec1 {
  margin: 0 0 120px; }

.recruit-column {
  display: flex;
  flex-direction: column; }
  @media (max-width: 991px) {
    .recruit-column {
      margin-bottom: 60px; } }
  @media (min-width: 992px) {
    .recruit-column {
      flex-direction: row;
      margin-bottom: 80px; } }
  @media (min-width: 992px) {
    .recruit-column__textbox {
      width: 50%; } }
  .recruit-column__textbox .title {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    font-size: 22px;
    color: #0F9838; }
    @media (min-width: 992px) {
      .recruit-column__textbox .title {
        margin: 0 0 40px;
        font-size: 24px; } }
    .recruit-column__textbox .title .num {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 68px;
      height: 68px;
      margin-right: 28px;
      background-color: #F4F5F4;
      border-radius: 100px; }
    .recruit-column__textbox .title .ja {
      flex: 1;
      letter-spacing: 0.1em; }
  .recruit-column__textbox .text {
    line-height: 2.2;
    letter-spacing: 0.08em; }
  @media (max-width: 991px) {
    .recruit-column__image {
      margin-top: 30px; } }
  @media (min-width: 992px) {
    .recruit-column__image {
      width: 46.34%;
      margin-left: auto; } }

@media (min-width: 992px) {
  .recruit-column-reverse {
    flex-direction: row-reverse; }
    .recruit-column-reverse .recruit-column__image {
      margin-left: 0;
      margin-right: auto; } }

.recruit-frame {
  max-width: 909px;
  margin: 0 auto;
  padding: 30px 20px;
  border: 1px solid #0F9838; }
  @media (min-width: 992px) {
    .recruit-frame {
      padding: 50px; } }
  .recruit-frame__text {
    margin: 53px 0 0; }
    .recruit-frame__text:first-child {
      margin-top: 0; }
    .recruit-frame__text .title {
      margin: 0 0 31px;
      font-size: 20px;
      color: #0F9838; }
    .recruit-frame__text .text {
      line-height: 2; }
      .recruit-frame__text .text p {
        margin-top: 2em; }
        .recruit-frame__text .text p:first-child {
          margin-top: 0; }

.recruit-business {
  margin: 0 0 80px; }
  @media (min-width: 992px) {
    .recruit-business {
      margin-bottom: 84px; } }
  .recruit-business__lede {
    margin-bottom: 50px;
    line-height: 2;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.1em; }
    @media (min-width: 992px) {
      .recruit-business__lede {
        margin-bottom: 58px;
        font-size: 20px; } }
  .recruit-business__image {
    text-align: center; }
    @media (max-width: 991px) {
      .recruit-business__image {
        width: 70%;
        margin: 0 auto; } }

.recruit-edu {
  margin: 0 0 80px; }
  @media (min-width: 992px) {
    .recruit-edu {
      margin-bottom: 120px; } }
  @media (min-width: 992px) {
    .recruit-edu__row {
      display: flex;
      max-width: 910px;
      margin: 108px auto 0; } }
  .recruit-edu__item {
    position: relative;
    max-width: 429px;
    width: 100%;
    margin: 0 0 50px;
    padding: 40px 25px;
    border: 1px solid #0F9838; }
    @media (min-width: 992px) {
      .recruit-edu__item {
        margin: 0 25px;
        padding: 62px 42px 66px; } }
    .recruit-edu__item:first-child {
      margin-left: 0; }
    .recruit-edu__item:last-child {
      margin-right: 0; }
    .recruit-edu__item .icon {
      position: absolute;
      top: 0;
      right: 0;
      width: 100px;
      transform: translate(8%, -30%); }
      @media (min-width: 992px) {
        .recruit-edu__item .icon {
          width: 150px;
          transform: translate(15%, -36%); } }
    .recruit-edu__item .title {
      margin: 0 0 20px;
      font-size: 18px;
      color: #0F9838; }
      @media (min-width: 992px) {
        .recruit-edu__item .title {
          margin: 0 0 48px; } }
    .recruit-edu__item .text {
      line-height: 2;
      font-size: 15px; }

.recruit-voice {
  margin: 60px 0; }
  @media (min-width: 992px) {
    .recruit-voice {
      margin: 120px 0; } }
  @media (min-width: 992px) {
    .recruit-voice__column {
      display: flex; } }
  @media (max-width: 991px) {
    .recruit-voice__image {
      display: flex;
      margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .recruit-voice__image {
      width: 256px;
      margin-right: 50px; } }
  .recruit-voice__image .image {
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .recruit-voice__image .image {
        width: 120px;
        margin-right: 20px; } }
    @media (min-width: 992px) {
      .recruit-voice__image .image {
        margin-bottom: 60px; } }
  @media (max-width: 991px) {
    .recruit-voice__image .profile {
      flex: 1 1 0%; } }
  .recruit-voice__image .profile .profile-title {
    margin: 0 0 18px;
    font-weight: normal;
    font-size: 12px;
    color: #0F9838; }
  .recruit-voice__image .profile .name {
    margin: 0 0 18px;
    line-height: 1.2;
    font-size: 16px; }
  .recruit-voice__image .profile .sikaku {
    margin: 0;
    line-height: 2;
    font-size: 13px; }
  @media (min-width: 992px) {
    .recruit-voice__text {
      flex: 1 1 0%; } }
  .recruit-voice__text .title {
    margin: 0 0 35px;
    padding-bottom: 24px;
    font-size: 24px;
    color: #0F9838;
    letter-spacing: 0.1em;
    border-bottom: 2px solid #0F9838; }
  .recruit-voice__text .text {
    line-height: 2;
    font-size: 16px;
    letter-spacing: 0.07em; }

.recruit-greeting {
  margin: 60px 0; }
  @media (min-width: 992px) {
    .recruit-greeting {
      margin: 120px 0; } }
  @media (min-width: 992px) {
    .recruit-greeting__content {
      display: flex;
      flex-direction: row-reverse; } }
  @media (max-width: 991px) {
    .recruit-greeting__image {
      max-width: 640px;
      width: 80%;
      margin: 0 auto 50px; } }
  @media (min-width: 992px) {
    .recruit-greeting__image {
      max-width: 640px;
      width: 60%; } }
  .recruit-greeting__image .image {
    margin-bottom: 38px; }
    @media (min-width: 992px) {
      .recruit-greeting__image .image {
        margin-bottom: 71px; } }
    .recruit-greeting__image .image img {
      box-shadow: 20px 20px 30px 0 rgba(15, 152, 56, 0.1); }
      @media (min-width: 991px) {
        .recruit-greeting__image .image img {
          box-shadow: 60px 60px 30px 0 rgba(15, 152, 56, 0.1); } }
  .recruit-greeting__text {
    position: relative;
    z-index: 1; }
    @media (max-width: 991px) {
      .recruit-greeting__text {
        margin-bottom: 3em; } }
    @media (min-width: 992px) {
      .recruit-greeting__text {
        flex: 1 1 0%;
        margin-right: -50px; } }
    .recruit-greeting__text .title {
      margin: 0 0 42px;
      font-size: 24px;
      color: #0F9838;
      letter-spacing: 0.1em; }
    .recruit-greeting__text .text {
      line-height: 2;
      font-size: 16px;
      color: #7C867D;
      letter-spacing: 0.12em; }
      @media (min-width: 992px) {
        .recruit-greeting__text .text {
          font-size: 20px; } }
  .recruit-greeting__textbox .text {
    line-height: 2;
    font-size: 16px;
    color: #7C867D;
    letter-spacing: 0.12em; }
    @media (min-width: 992px) {
      .recruit-greeting__textbox .text {
        font-size: 20px; } }
  .recruit-greeting__textbox .name {
    text-align: right; }

.recruit-video {
  margin: 60px 0; }
  @media (min-width: 992px) {
    .recruit-video {
      margin: 120px 0; } }
  .recruit-video .container {
    display: flex;
    justify-content: center; }
  .recruit-video .iframe-youtube {
    position: relative;
    max-width: 560px;
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .recruit-video .iframe-youtube {
        max-width: 800px; } }
    .recruit-video .iframe-youtube__inner {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%;
      background-color: #ccc;
      overflow: hidden; }
      .recruit-video .iframe-youtube__inner iframe {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%; }

.recruit-flow__title {
  margin: 0 0 35px;
  font-size: 24px;
  color: #0F9838;
  text-align: center; }

body.recruit-page .common-contact__textbox {
  margin-bottom: 2em; }
  body.recruit-page .common-contact__textbox .text {
    max-width: 600px;
    text-align: center; }
    body.recruit-page .common-contact__textbox .text a {
      display: inline-block;
      margin: 2em auto; }

.remoteservice {
  padding: 40px 0; }
  @media (min-width: 992px) {
    .remoteservice {
      padding: 80px 0; } }

.remoteservice-about {
  margin: 0 0 80px; }
  @media (min-width: 992px) {
    .remoteservice-about {
      margin: 0 0 130px; } }
  @media (min-width: 992px) {
    .remoteservice-about__content {
      display: flex; } }
  @media (max-width: 991px) {
    .remoteservice-about__content__image {
      display: none; } }
  @media (min-width: 992px) {
    .remoteservice-about__content__image {
      max-width: 181px;
      width: 30%;
      margin-right: 28px; } }
  @media (min-width: 992px) {
    .remoteservice-about__content__textbox {
      flex: 1 1 0%; } }
  .remoteservice-about__content__textbox .title {
    margin: 0 0 18px;
    font-size: 22px;
    color: #0F9838;
    letter-spacing: 6px; }
    @media (max-width: 991px) {
      .remoteservice-about__content__textbox .title {
        display: flex;
        align-items: center; }
        .remoteservice-about__content__textbox .title .img {
          width: 100px;
          margin-right: 20px; }
        .remoteservice-about__content__textbox .title .txt {
          flex: 1 1 0%;
          font-size: 20px; } }
    @media (min-width: 992px) {
      .remoteservice-about__content__textbox .title {
        margin-top: 0;
        margin-left: 1.5em;
        font-size: 30px; }
        .remoteservice-about__content__textbox .title .img {
          display: none; } }
  .remoteservice-about__content__textbox .text {
    line-height: 2;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px; }
    @media (max-width: 991px) {
      .remoteservice-about__content__textbox .text {
        font-size: 16px; } }

.remoteservice-chikara {
  margin: 0 0 80px; }
  @media (min-width: 992px) {
    .remoteservice-chikara {
      margin: 0 0 155px; } }
  @media (min-width: 992px) {
    .remoteservice-chikara__items {
      display: flex;
      justify-content: center; } }
  @media (max-width: 991px) {
    .remoteservice-chikara__items__item {
      margin-bottom: 40px; } }
  @media (min-width: 992px) {
    .remoteservice-chikara__items__item {
      width: 33.333332%;
      padding: 0 15px; } }
  .remoteservice-chikara__items__item .image {
    margin-bottom: 20px;
    text-align: center; }
  .remoteservice-chikara__items__item .title {
    margin: 0 0 14px;
    line-height: 1.8;
    font-size: 22px;
    color: #0F9838;
    letter-spacing: 3px;
    text-align: center; }
    @media (min-width: 992px) {
      .remoteservice-chikara__items__item .title {
        margin: 0 0 30px;
        font-size: 24px; } }
  .remoteservice-chikara__items__item .text {
    line-height: 2;
    letter-spacing: 3px; }

.remoteservice-support .waku {
  max-width: 920px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 30px 16px;
  border: 1px solid #0F9838; }
  @media (min-width: 992px) {
    .remoteservice-support .waku {
      margin: 0 auto 70px; } }
  .remoteservice-support .waku .title {
    margin: 0 0 20px;
    font-size: 24px;
    color: #0F9838;
    text-align: center; }

.remoteservice-support__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .remoteservice-support__items__item {
    text-align: center; }
    @media (max-width: 991px) {
      .remoteservice-support__items__item {
        width: 50%;
        margin-bottom: 30px; } }
    @media (min-width: 992px) {
      .remoteservice-support__items__item {
        width: 23%;
        padding: 0 8px; } }
    .remoteservice-support__items__item .image {
      margin: 0 0 20px; }
      @media (min-width: 992px) {
        .remoteservice-support__items__item .image {
          margin: 0 0 40px; } }
    .remoteservice-support__items__item .h {
      margin: 0;
      line-height: 1.4;
      font-weight: bold;
      font-size: 16px;
      color: #0F9838;
      letter-spacing: 3px; }
      @media (min-width: 992px) {
        .remoteservice-support__items__item .h {
          font-size: 18px; } }
      .remoteservice-support__items__item .h small,
      .remoteservice-support__items__item .h span {
        display: block;
        letter-spacing: 3px; }

.remoteservice-support__description {
  max-width: 920px;
  margin: 0 auto -40px; }
  @media (min-width: 992px) {
    .remoteservice-support__description {
      margin: 0 auto -80px; } }
  .remoteservice-support__description .text {
    line-height: 2;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1.5px; }
    @media (min-width: 992px) {
      .remoteservice-support__description .text {
        font-size: 20px;
        letter-spacing: 3px; } }

.remoteservice-tab__title {
  margin: 0 0 35px;
  font-size: 20px;
  color: #0F9838;
  letter-spacing: 2px;
  text-align: center; }
  @media (min-width: 992px) {
    .remoteservice-tab__title {
      font-size: 24px; } }

.remoteservice-benri .section-title {
  margin: 0 0 70px;
  font-size: 24px;
  color: #0F9838;
  letter-spacing: 6px;
  text-align: center; }
  @media (min-width: 992px) {
    .remoteservice-benri .section-title {
      margin: 0 0 105px;
      font-size: 30px; } }

.remoteservice-benri__items {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 992px) {
    .remoteservice-benri__items {
      display: flex;
      justify-content: space-between; } }
  .remoteservice-benri__items__item {
    max-width: 444px;
    min-height: 100%; }
    @media (max-width: 991px) {
      .remoteservice-benri__items__item {
        margin-bottom: 70px; }
        .remoteservice-benri__items__item:last-child {
          margin-bottom: 30px; } }
    .remoteservice-benri__items__item .item-inner {
      position: relative;
      padding: 40px 30px 40px 0;
      border: 1px solid #0F9838; }
      @media (max-width: 991px) {
        .remoteservice-benri__items__item .item-inner {
          padding: 30px 20px 30px 0; } }
    .remoteservice-benri__items__item .caption {
      position: absolute;
      top: 0;
      left: 30%;
      margin: 0;
      line-height: 1;
      font-size: 16px;
      color: #0F9838;
      letter-spacing: 3px;
      transform: translateY(-50%); }
      @media (min-width: 992px) {
        .remoteservice-benri__items__item .caption {
          font-size: 18px; } }
      .remoteservice-benri__items__item .caption span {
        display: block;
        padding: 2px 1em;
        background-color: #fff; }
    .remoteservice-benri__items__item .icon {
      position: absolute;
      top: 0;
      left: 0;
      max-width: 150px;
      width: 40%;
      transform: translate(-40px, -40px); }
      @media (max-width: 991px) {
        .remoteservice-benri__items__item .icon {
          max-width: 120px;
          width: 30%;
          transform: translate(-12px, -40px); } }
    .remoteservice-benri__items__item .text {
      margin-left: 33%;
      line-height: 2;
      font-size: 15px;
      letter-spacing: 1px; }
      @media (min-width: 992px) {
        .remoteservice-benri__items__item .text {
          margin-left: 30%; } }

.remoteservice-staff .title {
  margin-bottom: 2px; }
  @media (min-width: 992px) {
    .remoteservice-staff .title {
      margin-bottom: 20px; } }
  .remoteservice-staff .title .ja {
    letter-spacing: 2px; }
    @media (min-width: 992px) {
      .remoteservice-staff .title .ja {
        letter-spacing: 4px; } }

.remoteservice-staff .lede {
  letter-spacing: 2px; }

.sells.service {
  padding: 0; }

@media (min-width: 768px) {
  .sells .about-overview__textbox .heading {
    margin-right: -60px; } }

.sells .about-overview__textbox .text {
  font-weight: bold; }
  @media (min-width: 768px) {
    .sells .about-overview__textbox .text {
      font-size: 2rem; } }

@media (max-width: 767px) {
  .sells .service-nayami .heading .ja {
    font-size: 2rem; } }

.sells .service-flow {
  padding: 115px 0 0; }

.sells .heading-center {
  margin: 0 0 35px;
  font-size: 2.4rem;
  color: #0F9838;
  text-align: center; }

.sells .voice-content .table {
  table-layout: auto; }
  .sells .voice-content .table th {
    min-width: 5em; }
  .sells .voice-content .table td {
    width: 100%; }

.sells .voice-list__image .image-rad {
  border-radius: 300px;
  border: 1px solid #e6e6e6; }

.sells-support {
  margin: 60px 0; }
  .sells-support .text {
    margin: 0 0 40px;
    line-height: 2;
    font-weight: bold;
    font-size: 1.4rem; }
    @media (min-width: 768px) {
      .sells-support .text {
        margin-bottom: 90px;
        font-size: 2rem; } }

.sells-service {
  padding: 100px 0 60px; }
  .sells-service .container {
    max-width: 905px; }
  .sells-service__fieldset {
    position: relative;
    margin: 0 0 85px;
    padding: 70px 20px 24px;
    border: 1px solid #0F9838; }
    @media (min-width: 768px) {
      .sells-service__fieldset {
        margin-bottom: 64px;
        padding: 0;
        padding-left: 133px; } }
    .sells-service__fieldset:last-child {
      margin-bottom: 0; }
    .sells-service__fieldset__image {
      position: absolute; }
      @media (max-width: 767px) {
        .sells-service__fieldset__image {
          top: 0;
          left: 50%;
          width: 120px;
          transform: translate(-50%, -50%); } }
      @media (min-width: 768px) {
        .sells-service__fieldset__image {
          top: 0;
          left: 0;
          width: 150px;
          transform: translate(-40px, -40px); } }
    .sells-service__fieldset__text {
      position: relative; }
      @media (min-width: 768px) {
        .sells-service__fieldset__text {
          padding: 42px 40px 42px 0; } }
      .sells-service__fieldset__text .caption {
        margin: 0 0 31px;
        padding: 0 22px;
        font-size: 1.9rem;
        color: #0F9838;
        text-align: center;
        background-color: #fff; }
        @media (min-width: 768px) {
          .sells-service__fieldset__text .caption {
            position: absolute;
            top: 0;
            left: 0;
            margin: 0;
            font-size: 1.8rem;
            text-align: left;
            transform: translateY(-50%); } }
      .sells-service__fieldset__text .text {
        line-height: 2;
        font-size: 1.5rem; }
      .sells-service__fieldset__text .bnr-deposit {
        margin: 2em 0 0;
        text-align: center; }
        .sells-service__fieldset__text .bnr-deposit a {
          display: inline-block;
          max-width: 399px; }
          .sells-service__fieldset__text .bnr-deposit a:hover {
            opacity: .8; }

.sells-nayami {
  padding: 60px 0 120px; }
  .sells-nayami .container {
    max-width: 905px; }
  .sells-nayami__block {
    padding: 32px;
    border: 1px solid #0F9838; }
    @media (min-width: 768px) {
      .sells-nayami__block {
        padding: 33px 52px 38px; } }
    .sells-nayami__block .title {
      margin: 0 0 25px;
      font-size: 2.4rem;
      color: #0F9838;
      text-align: center; }
      @media (min-width: 768px) {
        .sells-nayami__block .title {
          margin-bottom: 20px; } }
    .sells-nayami__block .nayami-list {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      margin: 0 0 40px;
      padding: 0; }
      @media (max-width: 767px) {
        .sells-nayami__block .nayami-list {
          margin: 0; } }
      .sells-nayami__block .nayami-list li {
        width: 50%;
        margin: 0 0 40px;
        padding: 0 8px;
        text-align: center; }
        @media (min-width: 768px) {
          .sells-nayami__block .nayami-list li {
            width: 25%;
            margin: 0; } }
      .sells-nayami__block .nayami-list .image {
        width: 120px;
        margin: 0 auto 40px; }
      .sells-nayami__block .nayami-list .caption {
        font-weight: bold;
        font-size: 1.5rem;
        color: #0F9838; }
    .sells-nayami__block .text {
      line-height: 2;
      font-weight: bold;
      font-size: 1.5rem;
      text-justify: inter-ideograph;
      text-align: justify; }
      @media (min-width: 768px) {
        .sells-nayami__block .text {
          font-size: 2rem; } }

.faq-section {
  padding: 120px 0 120px; }
  .faq-section .heading-center {
    margin: 0 0 65px;
    font-size: 3rem; }
  .faq-section .faq-list {
    position: relative; }
  .faq-section .faq-block {
    position: relative;
    margin: 0 0 24px;
    padding: 0;
    border: 1px solid #0F9838; }
    .faq-section .faq-block.active .toggle:before {
      transform: rotate(0deg); }
    .faq-section .faq-block dt {
      cursor: pointer;
      position: relative;
      -webkit-user-select: none;
      user-select: none;
      margin: 0;
      padding: 24px 60px;
      font-weight: bold;
      background: transparent no-repeat 16px center;
      background-image: url(../img/sells/q.svg);
      transition: 235ms ease; }
      @media (min-width: 768px) {
        .faq-section .faq-block dt {
          background: transparent no-repeat 26px center; } }
      @media (min-width: 768px) {
        .faq-section .faq-block dt {
          padding: 32px 90px; } }
      .faq-section .faq-block dt:hover {
        background-color: rgba(15, 152, 56, 0.05); }
    .faq-section .faq-block dd {
      margin: 0;
      padding: 0 20px; }
      @media (min-width: 768px) {
        .faq-section .faq-block dd {
          padding: 0 90px; } }
    .faq-section .faq-block .toggle {
      position: absolute;
      top: 50%;
      right: 32px;
      display: block;
      width: 20px;
      height: 5px;
      color: #0F9838;
      background-color: currentColor;
      transform: translate(0, -50%); }
      .faq-section .faq-block .toggle:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-color: currentColor;
        transform: rotate(90deg);
        transition: 235ms ease; }
    .faq-section .faq-block .label {
      line-height: 1.6;
      font-size: 1.8rem;
      color: #0F9838; }
    .faq-section .faq-block .text {
      padding: 10px 0 20px; }
      @media (min-width: 768px) {
        .faq-section .faq-block .text {
          padding: 32px 0 32px; } }

.service {
  padding: 80px 0 0; }

@media (max-width: 991px) {
  .service-flow__navi {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .service-flow__navi .container {
      padding: 0; } }

.service-flow__navi-list {
  display: flex;
  width: 100%;
  margin: 0;
  list-style: none; }
  @media (max-width: 991px) {
    .service-flow__navi-list {
      width: 640px;
      padding: 0 16px; } }
  .service-flow__navi-list li {
    flex: 1;
    padding: 2px;
    text-align: center; }
  .service-flow__navi-list a {
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    background-color: #63B67C;
    border: 1px solid #0F9838;
    transition: 235ms ease; }
    @media (max-width: 991px) {
      .service-flow__navi-list a br {
        display: none; } }
    @media (min-width: 992px) {
      .service-flow__navi-list a {
        height: 104px;
        font-size: 20px; } }
    .service-flow__navi-list a:hover {
      background-color: #0F9838; }
  .service-flow__navi-list .active a {
    pointer-events: none;
    height: 64px;
    margin-bottom: -4px;
    padding-bottom: 4px;
    color: #0F9838;
    background-color: #F4F5F4;
    border-top: 4px solid #0F9838;
    border-bottom: 0; }
    @media (min-width: 992px) {
      .service-flow__navi-list .active a {
        height: 108px; } }

.service-flow__contents {
  padding: 73px 0 160px;
  background-color: #F4F5F4;
  border-top: 1px solid #0F9838; }
  @media (min-width: 992px) {
    .service-flow__contents .container {
      position: relative;
      max-width: 942px; } }

@media (min-width: 992px) {
  .service-flow__content {
    min-height: 300px; }
    .service-flow__content:before {
      content: "";
      position: absolute;
      top: 40px;
      bottom: 40px;
      left: 50%;
      z-index: 0;
      display: block;
      width: 1px;
      background-color: #0F9838; } }

.service-flow__content-item {
  position: relative;
  z-index: 2;
  margin-left: 18px;
  margin-bottom: 37px;
  padding: 38px 24px 24px;
  background-color: #fff; }
  @media (min-width: 992px) {
    .service-flow__content-item {
      width: 69%;
      margin-bottom: 71px;
      padding: 24px 40px 24px 115px; }
      .service-flow__content-item:nth-child(2n) {
        margin-left: auto; } }
  .service-flow__content-item:last-child {
    margin-bottom: 0; }
  .service-flow__content-item .step {
    position: absolute;
    top: -16px;
    left: -18px;
    line-height: 1;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    color: #0F9838;
    letter-spacing: 2px; }
    .service-flow__content-item .step:before {
      content: "STEP.";
      font-size: 13px; }
    .service-flow__content-item .step .num {
      font-weight: 500;
      font-size: 40px; }
  .service-flow__content-item .title {
    margin: 0 0 16px;
    font-size: 16px;
    color: #0F9838; }
  .service-flow__content-item .text {
    line-height: 2;
    font-size: 15px; }
  .service-flow__content-item .kome {
    line-height: 1.4;
    font-size: 96%;
    color: #677269; }
  .service-flow__content-item a {
    color: #585F59;
    text-decoration: none; }
    .service-flow__content-item a:hover {
      text-decoration: underline; }
    .service-flow__content-item a .ico-link-next {
      margin-right: 4px;
      color: #0F9838; }

.service-nayami {
  padding: 60px 0; }
  @media (min-width: 992px) {
    .service-nayami {
      padding: 80px 0; } }
  .service-nayami__textbox {
    max-width: 736px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 992px) {
      .service-nayami__textbox .heading {
        text-align: center; }
        .service-nayami__textbox .heading:after {
          display: none; } }
    .service-nayami__textbox .text {
      margin-bottom: 40px;
      line-height: 2;
      font-size: 16px; }
      @media (min-width: 992px) {
        .service-nayami__textbox .text {
          margin-bottom: 64px; } }
    .service-nayami__textbox .image {
      text-align: center; }
  .service-nayami__list {
    max-width: 928px;
    margin-left: auto;
    margin-right: auto; }

/* .service-detail {
  padding: 60px 0;

  @media (min-width: $lg-min) {
    padding: 80px 0;
  }
  &__items {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }

  &__item {
    margin-bottom: 64px;
    @media (min-width: $lg-min) {
      display: flex;
      align-items: center;
      margin-bottom: 80px;
    }

    &:last-child {
      margin-bottom: 0;
    }
  }

  &__header {
    @media (max-width: $md-max) {
      margin-bottom: 32px;
    }
    @media (min-width: $lg-min) {
      width: 182px;
      margin-right: 32px;
    }

    .icon {
      margin-bottom: 10px;
      text-align: center;

      @media (min-width: $lg-min) {
        margin-bottom: 16px;
      }
    }
    .title {
      margin: 0;
      font-size: 19px;
      color: $color-main;
      text-align: center;
      letter-spacing: 2px;
      white-space: nowrap;

      @media (min-width: $lg-min) {
        font-size: 24px;
      }
    }
  }

  &__content {
    @media (min-width: $lg-min) {
      flex: 1;
      min-width: 1px;
    }

    .text {
      line-height: 2;
      font-size: 16px;
    }
  }
} */
.service-detail {
  margin: 0 0 80px; }
  @media (min-width: 992px) {
    .service-detail {
      margin: 0 0 140px; } }
  .service-detail__content {
    position: relative;
    padding: 68px 20px 40px;
    border: 2px solid #919D93; }
    @media (min-width: 992px) {
      .service-detail__content {
        padding: 68px 64px 60px; } }
    .service-detail__content + .service-detail__content {
      margin-top: 100px; }
    .service-detail__content .s-icon {
      position: absolute;
      top: 0;
      left: 50%;
      width: 80px;
      height: 80px;
      transform: translate(-50%, -50%); }
    .service-detail__content .title-item {
      margin: 0 0 40px;
      padding-bottom: 20px;
      line-height: 1.4;
      font-size: 20px;
      text-align: center;
      border-bottom: 1px solid #ACACAC; }
      @media (min-width: 992px) {
        .service-detail__content .title-item {
          font-size: 28px; } }
    .service-detail__content .title {
      margin: 40px 0 22px;
      line-height: 1.2;
      font-size: 18px;
      color: #0F9838; }
      @media (min-width: 992px) {
        .service-detail__content .title {
          font-size: 20px; } }
    .service-detail__content .text {
      margin: 0 0 20px;
      line-height: 2;
      font-size: 15px; }
      @media (min-width: 992px) {
        .service-detail__content .text {
          font-size: 16px; } }
    .service-detail__content .link {
      margin: 0 0 20px; }
      .service-detail__content .link .btn {
        max-width: 262px;
        width: 100%;
        font-weight: bold;
        font-size: 12px;
        color: #0F9838;
        text-align: center;
        background-image: url(../img/front/service_arrow.png);
        background-repeat: no-repeat;
        background-position: right 20px center;
        background-size: 6px 11px;
        border: 1px solid #0F9838;
        border-radius: 100px; }
        @media (max-width: 991px) {
          .service-detail__content .link .btn {
            max-width: 375px; } }
        .service-detail__content .link .btn:hover {
          opacity: 1;
          color: #fff;
          background-image: url(../img/front/service_arrow_white.png);
          background-color: #0F9838; }
        .service-detail__content .link .btn em {
          font-style: normal;
          font-size: 16px; }

.service-buy-header {
  position: relative;
  margin: 60px 0;
  background-image: url(../img/service2/header_bg-sp.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom; }
  @media (min-width: 576px) {
    .service-buy-header {
      padding-bottom: 0;
      background-image: url(../img/service2/header_bg.jpg);
      background-size: 100% auto;
      background-position: center 70px; } }
  @media (min-width: 992px) {
    .service-buy-header {
      height: 461px;
      margin: 128px 0 102px;
      padding: 0; } }
  @media (max-width: 767px) {
    .service-buy-header:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      display: block;
      width: 100%;
      height: 25%;
      background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #fff); } }
  .service-buy-header.comp {
    background-image: url(../img/service2/header_bg_02-sp.jpg); }
    @media (min-width: 576px) {
      .service-buy-header.comp {
        background-image: url(../img/service2/header_bg_02.jpg); } }
  .service-buy-header.manage {
    background-image: url(../img/service2/header_bg_03-sp.jpg); }
    @media (min-width: 576px) {
      .service-buy-header.manage {
        background-image: url(../img/service2/header_bg_03.jpg); } }
  .service-buy-header.rent {
    background-image: url(../img/service2/header_bg_04-sp.jpg); }
    @media (min-width: 576px) {
      .service-buy-header.rent {
        background-image: url(../img/service2/header_bg_04.jpg); } }
  .service-buy-header__textbox {
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .service-buy-header__textbox {
        padding-bottom: 80%; } }
    @media (min-width: 992px) {
      .service-buy-header__textbox {
        max-width: 59%; } }
    .service-buy-header__textbox .heading {
      line-height: 1.5; }
      .service-buy-header__textbox .heading .ja {
        letter-spacing: 0.2em; }
      .service-buy-header__textbox .heading:after {
        display: none; }
    .service-buy-header__textbox .text {
      line-height: 1.8;
      font-weight: bold;
      font-size: 15px;
      color: #585F59;
      letter-spacing: 0.1em; }
      @media (min-width: 992px) {
        .service-buy-header__textbox .text {
          line-height: 2;
          font-size: 18px; } }
      .service-buy-header__textbox .text p {
        margin: 0; }

.service-buy-support {
  padding: 75px 0 0;
  background-color: #F5FAF7; }
  @media (min-width: 992px) {
    .service-buy-support {
      padding: 75px 0; } }
  @media (min-width: 768px) {
    .service-buy-support__content {
      display: grid;
      grid-template-columns: 43% 1fr;
      gap: 60px; } }
  @media (min-width: 768px) {
    .service-buy-support__content .image {
      order: 1; } }
  .service-buy-support__content .textbox {
    font-weight: bold;
    line-height: 1.8;
    font-size: 15px;
    letter-spacing: 0.1em; }
    @media (min-width: 768px) {
      .service-buy-support__content .textbox {
        order: 2; } }
    @media (min-width: 992px) {
      .service-buy-support__content .textbox {
        line-height: 2;
        font-size: 18px; } }
    .service-buy-support__content .textbox p {
      margin: 0; }
    @media (max-width: 767px) {
      .service-buy-support__content .textbox {
        margin-bottom: 40px; } }

.service-buy-nayami {
  margin: 30px 0 60px;
  padding: 50px 0;
  background-color: #F4F5F4; }
  @media (min-width: 992px) {
    .service-buy-nayami {
      margin: 100px 0;
      padding: 80px 0; } }
  .service-buy-nayami__inner {
    max-width: 1030px;
    margin: 0 auto; }
  .service-buy-nayami .checklist {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 992px) {
      .service-buy-nayami .checklist {
        grid-template-columns: 1fr 1fr 1fr; } }
    .service-buy-nayami .checklist li {
      display: flex;
      align-items: center;
      padding: 20px 30px 20px 85px;
      font-size: 18px;
      color: #585F59;
      letter-spacing: 0.05em;
      background-color: #fff;
      background-image: url(../img/service2/checkmark.png);
      background-repeat: no-repeat;
      background-size: 36px;
      background-position: 25px center; }
      @media (min-width: 992px) {
        .service-buy-nayami .checklist li {
          padding: 30px 40px 30px 85px;
          font-size: 21px;
          background-size: 44px; } }
      .service-buy-nayami .checklist li em {
        font-style: normal;
        font-weight: bold;
        color: #0F9838; }
  .service-buy-nayami .text-border {
    margin-top: 50px;
    padding: 30px 20px 30px;
    line-height: 2.5;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.05em;
    border: 1px solid #0F9838; }
    @media (min-width: 992px) {
      .service-buy-nayami .text-border {
        padding: 46px 30px 54px;
        font-size: 16px; } }
    .service-buy-nayami .text-border p {
      max-width: 804px;
      margin: 0 auto; }

.service-buy-yorokobi {
  position: relative;
  padding: 295px 0 0; }
  @media (min-width: 992px) {
    .service-buy-yorokobi {
      padding: 237px 0 0; } }
  .service-buy-yorokobi .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 136.2666%;
    background-image: url(../img/service2/img_yorokobi-sp.jpg);
    background-size: 100% auto; }
    @media (min-width: 768px) {
      .service-buy-yorokobi .bg {
        padding-bottom: 37.3811%;
        background-image: url(../img/service2/img_yorokobi.jpg); } }
  .service-buy-yorokobi__content {
    position: relative;
    z-index: 1;
    max-width: 914px;
    margin: 0 auto;
    padding: 50px 20px 40px;
    background-color: rgba(255, 255, 255, 0.85); }
    @media (min-width: 992px) {
      .service-buy-yorokobi__content {
        padding: 80px 89px 77px; } }
    .service-buy-yorokobi__content .text {
      margin: 40px 0 0;
      font-weight: bold;
      font-size: 14px;
      line-height: 2.4;
      letter-spacing: 0.1em; }
      @media (min-width: 992px) {
        .service-buy-yorokobi__content .text {
          margin: 80px 0 0;
          font-size: 16px; } }
      .service-buy-yorokobi__content .text p {
        margin: 0; }
        .service-buy-yorokobi__content .text p + p {
          margin-top: 2em; }

.service2 .heading-center {
  text-align: center; }
  .service2 .heading-center:after {
    margin-left: auto;
    margin-right: auto; }

.service2 .heading-nobar:after {
  display: none; }

.staff {
  padding: 80px 0 160px; }
  @media (min-width: 992px) {
    .staff {
      padding: 98px 0 160px; } }

.staff-contents .image-rad {
  overflow: hidden;
  border-radius: 256px; }

.staff-list__items {
  max-width: 736px;
  margin: 0 auto; }

.staff-list__item {
  margin-bottom: 80px;
  padding-bottom: 40px;
  border-bottom: 1px solid #D7DDD8; }
  @media (min-width: 992px) {
    .staff-list__item {
      display: flex;
      flex-direction: row-reverse;
      padding-bottom: 32px; } }
  .staff-list__item:last-child {
    margin-bottom: 0; }

.staff-list__image {
  width: 213px;
  margin: 0 auto 33px; }
  @media (min-width: 992px) {
    .staff-list__image {
      width: 256px; } }
  .staff-list__image .social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none; }
    .staff-list__image .social a {
      display: block;
      width: 35px;
      height: 35px;
      transition: 235ms ease; }
      .staff-list__image .social a:hover {
        opacity: 0.8; }

.staff-list__textbox {
  position: relative;
  text-align: center; }
  @media (min-width: 992px) {
    .staff-list__textbox {
      flex: 1;
      min-width: 1px;
      margin-right: 32px;
      text-align: left; } }
  .staff-list__textbox .name {
    margin: 0 0 18px;
    font-size: 24px;
    color: #0F9838;
    letter-spacing: 6px; }
    @media (min-width: 992px) {
      .staff-list__textbox .name {
        margin-bottom: 15px;
        font-size: 30px;
        letter-spacing: 8px; } }
  .staff-list__textbox .manage {
    margin: 0 0 23px;
    font-size: 15px; }
  .staff-list__textbox .bar {
    width: 48px;
    height: 1px;
    margin: 23px auto 32px;
    background-color: #0F9838; }
    @media (min-width: 992px) {
      .staff-list__textbox .bar {
        margin-left: 0; } }
  .staff-list__textbox .sikaku {
    margin: 0 0 36px;
    font-size: 13px; }
    @media (min-width: 992px) {
      .staff-list__textbox .sikaku {
        margin-bottom: 65px; } }
    .staff-list__textbox .sikaku span {
      display: inline-block; }
  .staff-list__textbox .message-title {
    margin: 0 0 16px;
    font-weight: normal;
    font-size: 12px;
    color: #0F9838;
    letter-spacing: 1px; }
  .staff-list__textbox .text {
    line-height: 2;
    font-size: 15px;
    text-align: left; }

.unhs .heading {
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .unhs .heading {
      margin-bottom: 64px; } }

.unhs-start {
  padding: 20px 0 30px;
  text-align: center; }
  @media (min-width: 992px) {
    .unhs-start {
      padding: 20px 0 40px; } }
  .unhs-start .text {
    line-height: 1.8;
    font-weight: bold;
    font-size: 15px;
    color: #7C867D; }
    @media (min-width: 992px) {
      .unhs-start .text {
        font-size: 20px; } }
    .unhs-start .text .main-color {
      margin-top: 40px;
      color: #0F9838; }
    .unhs-start .text a {
      text-underline-offset: 3px;
      text-decoration: underline;
      transition: 300ms ease; }
      .unhs-start .text a:hover {
        text-decoration: none; }
  .unhs-start .img {
    margin-top: 24px; }
    .unhs-start .img a {
      position: relative;
      display: inline-block;
      text-decoration: none;
      transition: 300ms ease; }
      .unhs-start .img a:hover {
        opacity: 0.8; }

.unhs-plans {
  padding: 30px 0 80px; }
  @media (min-width: 992px) {
    .unhs-plans {
      padding: 40px 0 80px; } }
  .unhs-plans .sub-title {
    position: relative;
    margin: 0 0 18px;
    padding-left: 2.2em;
    font-weight: bold;
    font-size: 15px;
    color: #585F59; }
    .unhs-plans .sub-title:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 1.4em;
      height: 1px;
      background-color: currentColor; }
  .unhs-plans .title {
    margin: 0 0 32px;
    font-size: 19px;
    color: #0F9838; }
    @media (min-width: 992px) {
      .unhs-plans .title {
        font-size: 26px; } }

.plan-option {
  margin: 0 0 48px;
  padding: 12px 16px;
  font-weight: bold;
  font-size: 15px;
  color: #0F9838;
  text-align: center;
  border: 1px solid #0F9838;
  border-radius: 50px; }
  @media (min-width: 992px) {
    .plan-option {
      margin-bottom: 24px;
      font-size: 16px; } }

.plan__row {
  text-align: center; }
  @media (min-width: 992px) {
    .plan__row {
      display: flex;
      justify-content: center;
      margin: 0 -16px; } }

.plan__col {
  margin-bottom: 16px; }
  @media (min-width: 992px) {
    .plan__col {
      flex: 1;
      width: 33.333332%;
      margin: 0;
      padding: 0 16px; } }
  .plan__col img {
    box-shadow: 0 0 32px 0 rgba(15, 152, 56, 0.15); }

.plan-mansion {
  margin-bottom: 60px;
  padding: 40px 0;
  background-color: #E4EFE7; }
  @media (min-width: 992px) {
    .plan-mansion {
      margin-bottom: 70px;
      padding: 40px 0 80px; } }
  .plan-mansion .sub-title {
    position: relative;
    margin: 0 0 18px;
    padding-left: 2.2em;
    font-weight: bold;
    font-size: 15px;
    color: #585F59; }
    .plan-mansion .sub-title:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 1.4em;
      height: 1px;
      background-color: currentColor; }
  .plan-mansion .title {
    margin: 0 0 32px;
    font-size: 19px;
    color: #0F9838; }
    @media (min-width: 992px) {
      .plan-mansion .title {
        font-size: 26px; } }
  .plan-mansion .image-mansion {
    text-align: center; }
  .plan-mansion .image-scroll {
    margin-left: -16px;
    margin-right: -16px;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center; }
    .plan-mansion .image-scroll__inner {
      width: 932px;
      margin: 0 auto;
      padding: 16px; }
      .plan-mansion .image-scroll__inner img {
        max-width: none;
        width: 100%; }
    .plan-mansion .image-scroll-text {
      margin: 16px 0 0;
      font-size: 12px; }

.unhs-merit {
  padding: 32px 0; }
  @media (min-width: 992px) {
    .unhs-merit {
      padding: 36px 0; } }
  @media (min-width: 992px) {
    .unhs-merit .container {
      max-width: 736px; } }
  .unhs-merit .sub-title {
    margin: 0 0 16px;
    font-weight: bold;
    font-size: 15px;
    color: #585F59; }
  .unhs-merit .title {
    margin: 0 0 28px;
    font-weight: bold;
    font-size: 19px;
    color: #0F9838;
    letter-spacing: 3px; }
    @media (min-width: 992px) {
      .unhs-merit .title {
        font-size: 26px; } }
  .unhs-merit .text {
    line-height: 2;
    font-size: 15px; }
    @media (min-width: 992px) {
      .unhs-merit .text {
        font-size: 16px; } }
  .unhs-merit .kome {
    line-height: 1.6;
    font-size: 90%; }
  .unhs-merit .zoom-image {
    margin: 32px -16px;
    padding: 40px 16px;
    background-color: #E4EFE7; }
    @media (min-width: 992px) {
      .unhs-merit .zoom-image {
        margin: 32px 0; } }
    .unhs-merit .zoom-image__row {
      display: flex;
      justify-content: center;
      margin: 0 -16px; }
    .unhs-merit .zoom-image__item {
      max-width: 208px;
      width: 50%;
      padding: 16px; }
      @media (min-width: 992px) {
        .unhs-merit .zoom-image__item {
          max-width: 225px; } }
    .unhs-merit .zoom-image .popup-link {
      display: block;
      margin-bottom: 16px; }
  .unhs-merit .btn-zoom {
    position: relative;
    width: 100%;
    padding: 12px 16px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: rgba(88, 95, 89, 0.4);
    border-radius: 50px; }
    .unhs-merit .btn-zoom:hover {
      opacity: 0.8; }
    .unhs-merit .btn-zoom .ico-zoom {
      position: absolute;
      top: 50%;
      right: 12px;
      transform: translateY(-50%); }

.voice-content {
  padding: 20px 0 60px; }
  @media (min-width: 992px) {
    .voice-content {
      padding: 40px 0 80px; } }

.voice-list__item {
  position: relative;
  margin-bottom: 64px; }
  @media (min-width: 992px) {
    .voice-list__item {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 120px; } }
  @media (max-width: 991px) {
    .voice-list__item {
      padding-top: 4.5em; }
      .voice-list__item .voice-list__textbox .title {
        position: absolute;
        top: 0;
        left: 0; } }
  .voice-list__item:last-child {
    margin-bottom: 0; }
  .voice-list__item .title {
    width: 100%;
    margin: 0 0 40px;
    padding-bottom: 16px;
    font-size: 16px;
    color: #0F9838;
    border-bottom: 2px solid #0F9838; }
    @media (min-width: 992px) {
      .voice-list__item .title {
        font-size: 24px; } }
  .voice-list__item .text {
    line-height: 2; }
  @media (max-width: 991px) {
    .voice-list__item.item-0, .voice-list__item.item-1 {
      padding-top: 6em; } }

@media (min-width: 992px) {
  .voice-list__left {
    flex-direction: row; }
    .voice-list__left .voice-list__image {
      margin-right: 64px; } }

@media (min-width: 992px) {
  .voice-list__right {
    flex-direction: row-reverse; }
    .voice-list__right .voice-list__image {
      margin-left: 64px; } }

.voice-list__image {
  margin-top: 10px;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .voice-list__image {
      max-width: 256px;
      width: 22%;
      margin-top: 0; } }
  .voice-list__image .image-rad {
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 256px; }
    @media (max-width: 991px) {
      .voice-list__image .image-rad {
        max-width: 213px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 992px) {
      .voice-list__image .image-rad {
        margin-bottom: 32px; } }
    .voice-list__image .image-rad img {
      transform: scale(1.02); }
  .voice-list__image .table {
    width: 100%; }
    .voice-list__image .table th, .voice-list__image .table td {
      padding: 12px 0;
      font-weight: normal;
      font-size: 14px;
      color: #585F59;
      text-align: left;
      border-bottom: 1px solid #D7DDD8; }
    .voice-list__image .table th {
      padding-right: 8px;
      border-bottom-color: #0F9838; }
    .voice-list__image .table td {
      padding-left: 8px; }

@media (min-width: 992px) {
  .voice-list__textbox {
    flex: 1;
    min-width: 1px; } }

.voice-list__photo-left, .voice-list__photo-right {
  margin-top: 65px; }
  @media (min-width: 992px) {
    .voice-list__photo-left, .voice-list__photo-right {
      display: flex;
      margin-top: 75px; } }
  .voice-list__photo-left figure, .voice-list__photo-right figure {
    margin: 0;
    padding: 0; }
    .voice-list__photo-left figure figcaption, .voice-list__photo-right figure figcaption {
      margin: 10px 0 0;
      font-weight: bold;
      color: #7C867D;
      text-align: center; }
      @media (max-width: 991px) {
        .voice-list__photo-left figure figcaption, .voice-list__photo-right figure figcaption {
          font-size: 15px; } }
  @media (max-width: 991px) {
    .voice-list__photo-left .photo, .voice-list__photo-right .photo {
      margin-bottom: 40px; } }
  @media (min-width: 992px) {
    .voice-list__photo-left .photo, .voice-list__photo-right .photo {
      width: 55%; } }
  @media (min-width: 992px) {
    .voice-list__photo-left .text, .voice-list__photo-right .text {
      flex: 1 1 0%; } }

@media (min-width: 992px) {
  .voice-list__photo-left .text {
    margin-left: 63px; } }

@media (min-width: 992px) {
  .voice-list__photo-right {
    flex-direction: row-reverse; } }

@media (min-width: 992px) {
  .voice-list__photo-right .text {
    margin-right: 63px; } }

.voice-list__photos {
  max-width: 1122px;
  margin-top: 70px; }
  @media (max-width: 768px) {
    .voice-list__photos .swiper {
      padding-bottom: 40px; } }
  .voice-list__photos .swiper-slide {
    max-width: 350px;
    width: 100%; }
  .voice-list__photos .swiper-pagination-bullets {
    bottom: 0 !important; }
  .voice-list__photos .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-left: 10px !important;
    margin-right: 10px !important;
    opacity: 1;
    background-color: #E0E0E0; }
  .voice-list__photos .swiper-pagination-bullet-active {
    background-color: #939D94; }

.voice-list__staff-voice {
  margin-top: 64px;
  border: 4px solid #0F9838; }
  .voice-list__staff-voice .staff-voice-inner {
    padding: 44px 28px; }
    @media (min-width: 992px) {
      .voice-list__staff-voice .staff-voice-inner {
        display: flex;
        width: 80%;
        margin: 0 auto;
        padding: 60px 0; } }
  .voice-list__staff-voice .staff-voice-text {
    flex: 1 1 0%; }
    @media (min-width: 992px) {
      .voice-list__staff-voice .staff-voice-text {
        margin-right: 42px; } }
  @media (max-width: 991px) {
    .voice-list__staff-voice .staff-voice-image {
      width: 120px;
      margin: 20px auto 0; } }
  @media (min-width: 992px) {
    .voice-list__staff-voice .staff-voice-image {
      width: 170px; } }
  .voice-list__staff-voice .staff-voice-image .names {
    margin-top: 12px;
    margin-left: -12px;
    margin-right: -12px;
    text-align: center; }
    @media (max-width: 991px) {
      .voice-list__staff-voice .staff-voice-image .names {
        display: flex;
        flex-direction: column-reverse; } }
    .voice-list__staff-voice .staff-voice-image .names .manage {
      font-size: 12px; }
      @media (min-width: 992px) {
        .voice-list__staff-voice .staff-voice-image .names .manage {
          margin-right: 12px; } }
    .voice-list__staff-voice .staff-voice-image .names .name {
      font-weight: bold;
      font-size: 18px;
      color: #0f9838;
      letter-spacing: 0.2em; }
  .voice-list__staff-voice .staff-h {
    margin: 0 0 20px;
    color: #0F9838;
    letter-spacing: 0.1em; }
    .voice-list__staff-voice .staff-h span {
      display: block; }
    .voice-list__staff-voice .staff-h .en {
      font-family: "din-2014", sans-serif;
      font-weight: 400;
      font-size: 12px;
      color: #939D94; }

.voice-google {
  padding: 80px 0;
  background-color: #F4F5F4; }
  @media (min-width: 992px) {
    .voice-google {
      padding: 120px 0; } }
  .voice-google .title {
    margin: 0 0 80px;
    font-size: 19px;
    color: #0F9838;
    text-align: center;
    letter-spacing: 0.1em; }
    @media (min-width: 992px) {
      .voice-google .title {
        margin: 0 0 98px;
        font-size: 30px;
        letter-spacing: 0.2em; } }
  .voice-google__list-wrap {
    position: relative;
    max-height: 600px;
    overflow: hidden;
    transition: max-height 750ms ease; }
    @media (min-width: 768px) {
      .voice-google__list-wrap {
        max-height: 1200px; } }
    .voice-google__list-wrap:after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 200%;
      height: 1px;
      background-color: #F4F5F4;
      box-shadow: 0 0 180px 200px #f4f5f4;
      transform: translateX(-50%);
      transition: 500ms ease; }
    .voice-google__list-wrap.opened:after {
      opacity: 0; }
    .voice-google__list-wrap.opened .voice-google__more {
      display: none;
      opacity: 0; }
  .voice-google__more {
    position: absolute;
    left: 50%;
    bottom: 40px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 40px;
    color: #fff;
    text-decoration: none;
    background-color: #0F9838;
    border: 1px solid #0F9838;
    border-radius: 50px;
    transform: translateX(-50%); }
  .voice-google__list {
    max-width: 609px;
    margin: 0 auto;
    padding: 0;
    list-style: none; }
    .voice-google__list li {
      margin-bottom: 7px; }
      @media (min-width: 992px) {
        .voice-google__list li {
          margin-bottom: 12px; } }
      .voice-google__list li:last-child {
        margin-bottom: 0; }
/*# sourceMappingURL=maps/app.css.map */
