/*!
Theme Name: monolith
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: monolith
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

monolith is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

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

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  margin: 0 !important;
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "yu-gothic-pr6n", "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "yu Gothic", "Meiryo", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
:root {
/*@@@@@
  --point-color: #2dabf3;
  --main-color: #1a85c2;
  --background-color: #f1f5fa;

--point-color: #80a8c5;
--main-color: #426781;
--background-color: #f4f6f8;
*/

--point-color: #a37b6d;
--main-color: #440f04;
--background-color: #f5f3f2;

}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
main {
  position: relative;
  z-index: 1;
}
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*-------------------------------------------------------------------------------*/
body {
  display: none;
}
.fade-in-element {
  opacity: 0;
}
.no-scroll {
  overflow: hidden;
  position: fixed; /* スクロールを完全に防止 */
  width: 100%; /* 横スクロールの防止 */
}

/*--------header-------------------*/
header#masthead {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: auto;
  padding: 2em;
  position: relative;
  z-index: 100;
}
.company-name {
  position: relative;
  z-index: 10;
  font-weight: bold;
  font-size: 1.75rem;
}
.company-name a {
  text-decoration: none;
  color: var(--main-color);
}
.company-name span {
  font-size: 2rem;
}
.site-branding {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5em;
}
a.custom-logo-link {
  width: 17em;
}
.main-navigation {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 7em 0 0;
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}
.menu-menu-container {
  border-top: 0.5px solid #fff;
  padding: 3em 0;
  background-color: var(--main-color);
  height: 100%;
}
.menu-menu-container ul {
  max-width: 1500px;
  margin: auto;
}
.main-navigation a {
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  border-bottom: 1.5px dashed;
  padding: 1em 4em;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
}
.main-navigation a::before {
  content: "\f015";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 2em;
}
.main-navigation a:hover {
  background-color: #fff;
  color: var(--main-color);
}
.menu-toggle {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 10px;
  background-color: transparent;
  border: none;
  font-size: 20px;
  width: 3em;
  height: 3em;
  background-color: var(--main-color);
  border-radius: 50%;
  z-index: 10;
  margin-right: 0;
  margin-left: auto;
}
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1em;
  height: 2px;
  background-color: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.menu-toggle::before {
  top: 43%;
}
.menu-toggle::after {
  top: 57%;
}
.menu-toggle.open::before,
.menu-toggle.open::after {
  top: 50%;
  transform: translate(-50%, -50%);
}
.menu-toggle.open::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu-toggle.open::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.main-navigation.toggled {
  display: block;
  height: auto;
  animation: slideDown 0.3s ease forwards;
}
.main-navigation.closing {
  animation: slideUp 0.3s ease forwards;
}
@keyframes slideDown {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    height: 100%;
    opacity: 1;
  }
  to {
    height: 0;
    opacity: 0;
  }
}
@media screen and (max-width: 800px) {
  .site {
    position: relative;
    padding: 1px 0;
  }
  header#masthead {
    padding: 1em 0.5em;
    position: absolute;
    background-color: #fff;
  }
  .site-branding {
    height: 50px;
    justify-content: left;
    gap: 1em;
    padding-left: 1em;
  }
  a.custom-logo-link {
    width: 10em;
  }
  .menu-toggle {
    width: 2.5em;
    height: 2.5em;
  }
  .company-name {
    font-size: 1.1rem;
    transition: color 0.3s;
  }
  .home header#masthead {
    background-color: transparent;
  }
  .home .company-name a {
    color: #fff;
  }
  .menu-open a {
    color: var(--main-color) !important;
  }
  .company-name span {
    font-size: 1.25rem;
  }
  .main-navigation {
    padding: 5em 0 0;
  }
  .menu-menu-container {
    padding: 1em 0;
  }
  .main-navigation a {
    padding: 1em 3em;
  }
  .main-navigation a::before {
    left: 1.5em;
  }
}

/*------------footer----------------*/
footer#colophon {
  background-color: #e9e9e9;
  margin-top: 0.5em;
  padding: 7rem 0 2rem;
  position: relative;
}
.footer__navigation {
  width: 90%;
  margin: auto;
}
.footer__contents {
  display: flex;
  justify-content: space-between;
}
.footer__logo {
  width: 20rem;
}
ul#footer-menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
ul#footer-menu li {
  color: var(--main-color);
}
ul#footer-menu a {
  text-decoration: none;
  color: var(--main-color);
  font-weight: bold;
}
.footer__information {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: var(--main-color);
  font-size: 0.9rem;
}
.footer__informationCompany {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer__informationCompany span {
  display: block;
}
.footer__informationCompany div:first-child {
  font-size: 1.25rem;
}
.footer__informationPgae {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.8rem;
}
a.page-top {
  width: 60px;
  height: 60px;
  color: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50%;
  border: 1px solid;
  transition: background-color 0.3s, color 0.3s;
}
a.page-top i {
  font-weight: 400;
  font-size: 1rem;
}
a.page-top:hover {
  background-color: var(--main-color);
  color: #e9e9e9;
}

@media screen and (max-width: 800px) {
  footer#colophon {
    padding: 5rem 0 1rem;
  }
  .footer__navigation {
    position: relative;
  }
  .footer__contents {
    flex-direction: column;
    gap: 1.5rem;
  }
  .footer__logo {
    width: 15rem;
  }
  ul#footer-menu {
    padding: 0 1rem;
    gap: 0.5rem;
  }
  .footer__information {
    flex-direction: column;
    margin-top: 2rem;
  }
  .footer__informationCompany {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-left: 0;
    margin-right: auto;
  }
  .footer__informationCompany span {
    display: block;
  }
  a.page-top {
    position: absolute;
    top: 0;
    right: 0;
  }
  .footer__informationPgae {
    width: 100%;
    margin: 3rem 0 0;
    text-align: center;
    justify-content: center;
  }
}

/*--------front-page---------------*/
/*--firstview--*/
.firstview {
  display: flex;
  margin-top: 2em;
}
.firstview__picWrapper {
  flex: 1;
  width: 100%;
  height: auto;
  /*border-radius: 0 50px 50px 0;
  overflow: hidden;*/
  line-height: 0;
}
.firstview__pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.splide__list {
  max-height: 800px;
}
.firstview-splide__slide {
  width: 100%;
  height: 100%;
}
div#image-slider-track {
  width: 100%;
  height: 100%;
}
.firstview__textWrapper {
  width: fit-content;
}
h1.firstview__text {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  color: var(--point-color);
  margin: 0 5rem;
  font-size: min(1.75rem, 2.5vw);
  line-height: 2em;
}
@media screen and (max-width: 800px) {
  .front__site-header {
    position: absolute;
    top: 0;
  }
  .firstview {
    flex-direction: column;
    margin: 0;
  }
  .firstview__picWrapper {
    /*border-radius: 0 0 0 50px;*/
    aspect-ratio: 1/1;
  }
  .firstview__textWrapper {
    max-width: 90%;
    margin: 3em auto 0;
  }
  h1.firstview__text {
    writing-mode: initial;
    text-align: center;
    white-space: initial;
    margin: 0;
    font-size: max(1.25rem, 4vw);
  }
  h1.firstview__text br {
    display: none;
  }
}

/*--servise--*/
.service {
  background-color: var(--background-color);
  /*border-radius: 50px 50px 0 0; */
  box-shadow: 1px 1px 10px #0000001c;
  margin-top: 10em;
  padding: 5em 0 12em;
  position: relative;
  border-bottom: 2px solid var(--main-color);
}
.title.service__title {
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title i {
  font-size: 4em;
  color: var(--main-color);
}
.title h2 {
  letter-spacing: 0.25em;
  margin: 0.25em 0;
  font-size: 1.75rem;
}
.inner.service__inner {
  width: 90%;
  margin: auto;
  max-width: 1500px;
}
.service__item {
  background-color: #fff;
  /*border-radius: 10px;*/
  display: flex;
  overflow: hidden;
}
.service__itemBig {
  margin: 3em 0;
}
.service__itemSmallWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3em;
}
.service__itemSmall {
  flex-direction: column;
}
.service__itemBigPicWrapper {
  flex: 4;
  max-width: 350px;
  display: flex;
  align-items: stretch;
}
.service__itemSmallPicWrapper {
  aspect-ratio: 2/1;
  overflow: hidden;
}
.service__itemPic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service__itemBigTextWrapper {
  padding: 2em;
  flex: 6;
}
.service__itemSmallTextWrapper {
  padding: 2em;
}
.service__itemTitleEn {
  color: var(--point-color);
  font-size: 0.9rem;
  letter-spacing: 0.1em;
}
.service__itemBigTitleJa {
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0.5rem;
}
.service__itemBigText {
  font-size: 1.1rem;
  line-height: 2em;
  margin-top: 1.5rem;
}
.service__itemSmallTitleJa {
  color: #000;
  font-size: 1.75rem;
  font-weight: bold;
  margin-top: 0rem;
}
.service__itemSmallText {
  font-size: 1.1rem;
  line-height: 2em;
  margin-top: 1rem;
}

/*-- instagram --*/
a.btn_icon_single {
	/*display: flex;
	justify-content: center;
	align-items: center;*/
  color: var(--point-color);
}

.service__itemBigTextWrapper i,
.service__itemSmallTextWrapper i {
	font-size: 2.5rem;
}

.btn_icon_single.instagram:hover {
	color: #CF2E92;
}

@media screen and (max-width: 800px) {
  .service {
    padding: 3em 0 10em;
    margin-top: 7rem;
  }
  .title.service__title {
    top: -45px;
  }
  .title i {
    font-size: 2.5rem;
  }
  .title h2 {
    font-size: 1.5rem;
    margin: 0;
  }
  .service__item {
    margin: 2em 0;
  }
  .service__itemBig {
    flex-direction: column;
  }
  .service__itemPicWrapper {
    aspect-ratio: 3/2;
    max-width: 100%;
  }
  .service__itemSmallWrapper {
    display: block;
  }
  .service__itemTextWrapper {
    padding: 1.5em 1em;
  }
  .service__itemTitleJa {
    font-size: 1.75rem;
    margin-top: 0rem;
  }
  .service__itemText {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

/*--ucikatu-banner--*/
/*
.ucikatu-banner__content {
  display: block;
  text-decoration: none;
  border: 2px solid var(--main-color);
  border-radius: 10px;
  padding: 2rem 3rem;
  background-color: #fff;
  width: 80%;
  max-width: 1000px;
  margin: auto;
  position: relative;
  box-shadow: 1px 1px 10px #0000002d;
  transition: background-color 0.3s;
}
.ucikatu-banner__content:hover {
  background-color: var(--main-color);
}
.ucikatu-banner__content::before {
  content: "\f130";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-weight: 900;
  font-size: 1.5rem;
  background-color: var(--main-color);
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.ucikatu-banner__text {
  text-align: center;
  font-size: 1.5rem;
  color: #000;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0.15em;
  transition: color 0.3s;
  position: relative;
}
.ucikatu-banner__text::after {
  content: "\f061";
  font-family: FontAwesome;
  color: var(--main-color);
  font-size: 22px;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: color 0.3s;
}
.ucikatu-banner__content:hover .ucikatu-banner__text {
  color: #fff;
}
.ucikatu-banner__content:hover .ucikatu-banner__text::after {
  color: #fff;
}
@media screen and (max-width: 800px) {
  .ucikatu-banner__content {
    padding: 2rem 2.5rem;
    width: 90%;
  }
  .ucikatu-banner__text {
    font-size: 1.1rem;
  }
  .ucikatu-banner__text span {
    display: none;
  }
}
*/
/*--front-news--*/
.front-news__wrapper {
  padding: 12rem 0 7rem;
}
.front-news {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
  max-width: 1800px;
  margin-right: 0;
  margin-left: auto;
}
.front-news__title {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-left: 3%;
}
.front-news__contentsWrapper {
  padding: 2rem 0;
  border: 1.5px solid var(--main-color);
  border-right: none;
  /*border-radius: 20px 0 0 20px;*/
  width: 100%;
  overflow: hidden;
}
a.front-news__item {
  display: block;
  text-decoration: none;
  margin: 0 2rem;
  padding-top: 2rem;
  transition: background-color 0.3s;
  position: relative;
  max-width: 1200px;
}
a.front-news__item:hover {
  background-color: var(--background-color);
}
a.front-news__item::after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  font-size: 0.9rem;
  color: #808080;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.front-news__itemDate {
  font-size: 0.9rem;
  color: #808080;
  padding-left: 0.5rem;
}
.front-news__itemTitle {
  max-width: 1200px;
  color: #000;
  font-size: 1.25rem;
  padding: 0.5rem;
  padding-bottom: 2rem;
  padding-right: 2.5rem;
  border-bottom: 1px solid #c2c2c2;
}
.front-news__itemTitle span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
p.front-news__noMessage {
  text-align: center;
  color: var(--main-color);
  font-size: 1.25rem;
  line-height: 1rem;
}
a.front-news__archive {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  gap: 0.5rem;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
  border-bottom: 1px solid;
  color: var(--point-color);
  margin-top: 2rem;
  margin-right: 3rem;
  font-size: 1.1rem;
  transition: gap 0.3s, margin-right 0.3s, color 0.3s;
}
a.front-news__archive p {
  margin: 0;
}
a.front-news__archive:hover {
  gap: 2.5rem;
  margin-right: 1rem;
  color: var(--main-color);
}
@media screen and (max-width: 800px) {
  .front-news__wrapper {
    padding: 10em 0 5em;
  }
  .front-news {
    flex-direction: column;
    width: 95%;
    margin-right: 0;
    margin-left: auto;
    gap: 1rem;
  }
  .front-news__title {
    gap: 0.5em;
    margin-left: 0;
  }
  .front-news__contentsWrapper {
    padding: 1rem 0;
    width: 95%;
    margin-right: 0;
    margin-left: auto;
  }
  a.front-news__item {
    margin: 0 1rem;
    padding-top: 1.5rem;
  }
  .front-news__itemDate {
    font-size: 0.8rem;
  }
  .front-news__itemTitle {
    font-size: 1.1rem;
    padding: 0.5rem 0.5rem 1rem;
    padding-right: 2rem;
  }
  a.front-news__item::after {
    font-size: 0.8rem;
  }
  a.front-news__archive {
    margin-right: 1rem;
    margin-top: 1rem;
    font-size: 1rem;
  }
}

/*@@@@@ s */ 
/* ====== 一覧のレイアウト ====== */
.property-list {
  display: grid;
  grid-template-columns: 1fr;        /* スマホ：1列 */
  gap: 24px;
}

@media (min-width: 768px) {
  .property-list {
    grid-template-columns: repeat(3, minmax(0, 1fr)); /* PC：3列 */
  }
}

.property-item {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 16px;
  background: #fff;
}

.property-name {
  font-size: 20px;
  margin: 0 0 12px;
  line-height: 1.35;
}

/* ====== 一覧側スライダー ====== */
.property-slider { margin-top: 6px; }
.property-slider .splide__slide img {
  width: 100%;
  height: auto;
  display: block;
  /* 見た目を揃えたい場合は比率を固定 */
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
}

/* 画像が無い場合 */
.no-thumb {
  background: #f6f6f6;
  border-radius: 8px;
  padding: 32px;
  text-align: center;
  color: #888;
}

/* 説明 */
.property-desc {
  margin-top: 12px;
  color: #555;
  line-height: 1.7;
  white-space: pre-wrap;
}

/* ====== モーダル ====== */
.property-modal { position: fixed; inset: 0; display: none; }
.property-modal.is-open { display: block; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.65); }
.modal-dialog {
  position: relative;
  margin: 4vh auto;
  background: #fff;
  max-width: 1080px;
  border-radius: 12px;
  padding: 16px;
  z-index: 1;
}
.modal-close {
  position: absolute; top: 8px; right: 8px;
  font-size: 24px; background: transparent; border: none; cursor: pointer;
}
.modal-title { margin: 8px 0 12px; font-size: 18px; font-weight: 700; }
#propertyModalSplide .splide__slide img { width: 100%; height: auto; display: block; }



/*@@@@@ e */

/*--front-splide--*/
.front-splide__picWrapper {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 15px;
  overflow: hidden;
}
img.front-splide__pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*--about-us--*/
.about-us {
  padding: 7rem 0 0;
  color: #000;
}
.aboutus__section {
  width: 90%;
  max-width: 1500px;
  margin: auto;
}
.title.about-us__title {
  text-align: center;
}
.small-title {
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.5em;
  margin-bottom: 3rem;
}
/*greeting*/
.greeting {
  padding: 3rem 0;
  border-bottom: 3px dashed #c2c2c2;
}
.greeting__inner {
  width: 90%;
  margin: auto;
}
.greeting__title {
  font-size: 1.5rem;
  line-height: 2em;
  letter-spacing: 0.1em;
  color: var(--point-color);
}
.greeting__content {
  display: flex;
  margin-top: 2rem;
  align-items: center;
  gap: 2em;
}
.greeting__text {
  flex: 8;
  font-size: 1.1rem;
  line-height: 2em;
  font-weight: bold;
}
.greeting__text span {
  display: block;
  text-align: right;
  margin-top: 1rem;
}
.greeting__imgWrapper {
  flex: 2;
}
.greeting__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 800px) {
  .about-us {
    padding: 5rem 0 0;
  }
  .small-title {
    font-size: 1.25rem;
    letter-spacing: 0.3em;
    margin-bottom: 1rem;
  }

/*
  .greeting__inner {
    position: relative;
    padding-top: 320px;
    width: 100%;
  }
  .greeting__imgWrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 250px;
  }
*/
  .greeting__title {
    font-size: 1.25rem;
    line-height: 1.75em;
  }
  .greeting__content {
    margin-top: 1rem;
  }
  .greeting__text span {
    margin-top: 0.5rem;
  }
}
/*life-work*/
.life-work {
  padding: 3rem 0 5rem;
}
ul.life-work__contents {
  width: 90%;
  margin: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
li.life-work__item {
  list-style: none;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
a.life-work__itemLink {
  color: var(--point-color);
  margin-right: 1rem;
}
@media screen and (max-width: 800px) {
  ul.life-work__contents {
    width: 100%;
  }
  li.life-work__item {
    font-size: 1.1rem;
  }
}
/*philosophy*/
.philosophyWrapper {
  background-color: var(--background-color);
}
.philosophy {
  padding: 5rem 0;
  display: flex;
}
.philosophy-title {
  flex: 3;
}
.philosophy__contents {
  flex: 7;
}
.philosophy__item {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid #808080;
  font-size: 1.25rem;
  line-height: 2em;
}
.philosophy__num {
  color: var(--main-color);
}
@media screen and (max-width: 800px) {
  .philosophy.aboutus__section {
    display: block;
    padding: 3rem 0;
  }
  .philosophy__item {
    padding: 1.5rem 0;
    font-size: 1.15rem;
    gap: 1.5rem;
  }
}
/*history*/
.history {
  padding: 5rem 0 7rem;
  display: flex;
}
.small-title.history-title {
  flex: 3;
}
table.history__contents {
  flex: 7;
}
tr.history__item {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 1.5rem 0.5rem;
  border-bottom: 1px solid #c4c4c4;
  font-size: 1.1rem;
}
th.history__itemData {
  width: fit-content;
  color: var(--main-color);
}
td.histpry__itemText {
  flex: 1;
}
@media screen and (max-width: 800px) {
  .history {
    display: block;
    padding: 5rem 0;
  }
  tr.history__item {
    flex-direction: column;
    align-items: baseline;
    gap: 0.5rem;
  }
}

/*overview*/
.overviewWrapper {
  padding: 3rem 0;
  background-color: var(--background-color);
  position: relative;
}
.overview__imgWrapper {
  position: absolute;
  left: 0;
  top: -3rem;
  aspect-ratio: 2/3;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  width: 35%;
}
.overview__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overview {
  width: 55%;
  height: auto;
  margin-right: 5%;
  margin-left: auto;
}
tr.overview__item {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 0.5rem;
  padding: 1.5rem 0.5rem;
  border-bottom: 1px solid #808080;
  font-weight: bold;
  font-size: 1.1rem;
}
th.overview__itemTitle {
  color: var(--main-color);
}
@media screen and (max-width: 800px) {
  .overviewWrapper {
    position: static;
    padding-top: 0;
  }
  .overview__imgWrapper {
    position: static;
    width: 100%;
    border-radius: 0;
    aspect-ratio: 2/1;
  }
  .overview {
    width: 90%;
    margin: auto;
    margin-top: 3rem;
  }
}

/*contact*/
.contact__itemWrapper {
  padding: 3rem 0;
  position: relative;
}

.contact {
  width: 90%;
  max-width: 1500px;
  margin: auto;
}


/*access*/
/*
.accessWrapper {
  padding: 3rem 0 0;
  position: relative;
}
.accessWrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  top: 0;
  left: 0;
  background-color: var(--background-color);
  z-index: -1;
}
.access-titleWrapper {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  gap: 1.5rem;
}
.access-title {
  margin: 0;
}
.access__text {
  font-size: 1.25rem;
}
.access__iframe {
  width: 100%;
  aspect-ratio: 3/1;
  border-radius: 50px;
  overflow: hidden;
}
.access__iframe iframe {
  width: 100%;
  height: 100%;
}
.access-titleWrapper {
  flex-direction: column;
  align-items: baseline;
  gap: 0.5rem;
}
@media screen and (max-width: 800px) {
  .access-titleWrapper {
    margin-bottom: 1.5rem;
  }
  .access__text {
    font-size: 1.1rem;
  }
  .access__iframe {
    aspect-ratio: 3 / 2;
    border-radius: 30px;
  }
}
*/

/*------------archive-news--------------------*/
.archive-news {
  margin-top: 2rem;
}
.archive-news__title {
  text-align: center;
}
.archive-news__inner {
  background-color: var(--background-color);
  /*border-radius: 50px;*/
  padding: 8rem 0;
  margin-top: -5rem;
}
.archive-news__contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
  width: 85%;
  max-width: 1500px;
  margin: auto;
}
a.archive-news__link {
  display: block;
  text-decoration: none;
  color: #000;
}
.archive-news__imgWrapper {
  aspect-ratio: 3 / 2;
  background-color: #fff;
  overflow: hidden;
  /*border-radius: 10px;*/
}
.archive-news__imgWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
a.archive-news__link:hover .archive-news__imgWrapper img {
  transform: scale(1.1);
}
img.archive-news__img {
  object-fit: contain;
}
.archive-news__date {
  font-size: 0.9rem;
  color: var(--main-color);
  margin-top: 1rem;
  font-weight: bold;
}
.archive-news__itemTitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
  color: #000;
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 0.5rem;
  line-height: 1.75em;
  word-break: break-all;
}
.nav-links {
  margin-top: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
  gap: 1rem;
}
a.page-numbers {
  text-decoration: none;
  width: 3rem;
  height: 3rem;
  /*border-radius: 50%;*/
  border: 1px solid var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
  transition: color 0.3s, background-color 0.3s;
}
a.page-numbers i {
  font-weight: 400;
}
a.page-numbers:hover {
  color: var(--background-color);
  background-color: var(--main-color);
}
span.page-numbers.current {
  width: 3rem;
  height: 3rem;
  /*border-radius: 50%;*/
  border: 1px solid var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--background-color);
  background-color: var(--main-color);
}
.archive-news__none {
  text-align: center;
  font-size: 2rem;
  color: var(--main-color);
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .archive-news {
    margin-top: 6rem;
  }
  .archive-news__inner {
    margin-top: -3rem;
    padding: 5rem 0;
  }
  .archive-news__contents {
    width: 90%;
    max-width: 400px;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .archive-news__date {
    margin-top: 0.5rem;
    font-size: 0.8rem;
  }
  .archive-news__itemTitle {
    font-size: 1rem;
    line-height: 1.5em;
    margin-top: 0.25rem;
  }
}

/*--------------page-uchikatu------------------*/
/*
.uchikatu {
  background-color: var(--background-color);
  border-radius: 50px;
  padding: 8rem 0;
  margin-top: 5rem;
  position: relative;
}
.uchikatu::after {
  content: "\f130";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-weight: 900;
  font-size: 2rem;
  background-color: var(--main-color);
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.uchikatu__inner {
  width: 85%;
  max-width: 1500px;
  margin: auto;
  color: #000;
}
.uchikatu__title {
  font-size: 2rem;
  line-height: 2em;
  font-weight: bold;
}
.uchikatu__text {
  font-size: 1.1rem;
  line-height: 2em;
  margin-top: 3rem;
  font-weight: bold;
}
.uchikatu__text span {
  font-size: 1.5rem;
  font-weight: bold;
}

a.uchikatu__tel {
  color: #000;
  font-size: 1.25rem;
}
.uchikatu__catch {
  width: fit-content;
  margin: 7rem auto 1.5rem;
  font-size: 1.75rem;
  font-weight: bold;
  color: #103b8d;
  position: relative;
}
.uchikatu__catch::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2rem;
  width: 2px;
  height: 100%;
  background-color: #000;
  transform: rotate(-30deg);
}
.uchikatu__catch::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2rem;
  width: 2px;
  height: 100%;
  background-color: #000;
  transform: rotate(30deg);
}
img.uchikatu__img {
  width: 100%;
  height: auto;
}
a.uchikatu__textLink {
  font-weight: bold;
  color: #000;
  font-size: 1.25rem;
  transition: color 0.3s;
}
a.uchikatu__textLink:hover {
  color: #103b8d;
}
.uchikatu__contact {
  margin-top: 5rem;
}
.uchikatu__pointBig span {
  width: fit-content;
  font-size: 1.5rem;
  font-weight: bold;
  background: linear-gradient(transparent -70%, #1a84c24e 100%);
  margin-bottom: 1em;
}
.uchikatu__contact ul {
  margin: 0;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.uchikatu__contact li {
  list-style: none;
  position: relative;
}
.uchikatu__contact li::before {
  content: "○";
  position: absolute;
  left: -1.25rem;
}
.uchikatu__contactItem {
  margin-top: 4rem;
}
.uchikatu__pointSmall span {
  font-size: 1.25rem;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #1a84c24e 40%);
  width: fit-content;
  margin-bottom: 0.5em;
}
.uchikatu__contactText {
  line-height: 2em;
}
@media screen and (max-width: 800px) {
  .uchikatu {
    padding: 5rem 0;
    margin-top: 7rem;
  }
  .uchikatu::after {
    width: 4rem;
    height: 4rem;
  }
  .uchikatu__inner {
    width: 90%;
  }
  .uchikatu__title {
    font-size: 1.5rem;
  }
  .uchikatu__text {
    margin-top: 2rem;
  }
  .uchikatu__catch {
    max-width: 80%;
    margin: 3rem auto 1.5rem;
    font-size: 1.5rem;
    text-align: center;
  }
  .uchikatu__catch::before {
    max-height: 2.5rem;
    bottom: 0;
    top: auto;
    left: -1.5rem;
  }
  .uchikatu__catch::after {
    max-height: 2.5rem;
    bottom: 0;
    top: auto;
    right: -1.5rem;
  }
  a.uchikatu__textLink {
    font-size: 1.15rem;
  }
  .uchikatu__text span {
    font-size: 1.35rem;
  }
  .uchikatu__contact {
    margin-top: 3rem;
  }
  .uchikatu__pointBig {
    font-size: 1.35rem;
  }
  .uchikatu__contact ul {
    padding: 1rem;
    gap: 0.25em;
  }
  .uchikatu__contactItem {
    margin-top: 3rem;
  }
}
*/
/*-----------single-----------------*/
.single-news__article {
  width: 80%;
  margin: auto;
  max-width: 1500px;
}
.single-news__prevBtn {
  display: flex;
  justify-content: center;
  margin-top: 10rem;
}
a.single-news__prevLink {
  padding: 1rem 5rem;
  border: 1.5px solid;
  color: var(--main-color);
  text-decoration: none;
  /*border-radius: 50px;*/
  background-color: var(--background-color);
  transition: background-color 0.3s, color 0.3s;
  font-weight: bold;
}
a.single-news__prevLink:hover {
  background-color: var(--main-color);
  color: var(--background-color);
}
.post-thumbnail {
  width: 100%;
  aspect-ratio: 5/3;
  /*border-radius: 50px;*/
  overflow: hidden;
  margin-bottom: 2rem;
}
.post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-thumbnail__none {
  background-color: #fff;
}
.post-thumbnail__none img {
  object-fit: contain;
}
.post-date {
  color: var(--main-color);
  font-weight: bold;
}
h1.post-title {
  font-weight: bold;
  font-size: 1.75rem;
  background-color: var(--main-color);
  color: #fff;
  margin: 0;
  padding: 0.25em;
  word-break: break-all;
}
.post-content {
  margin-top: 4rem;
}
.post-content h1 {
  position: relative;
  padding: 0.6em;
  background: var(--main-color);
  color: #fff;
}
.post-content h1:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid var(--main-color);
  width: 0;
  height: 0;
}
.post-content h2 {
  padding: 0.5em;
  color: #010101;
  background: #fff;
  border-bottom: solid 3px var(--main-color); /*下線*/
}
.post-content h3 {
  position: relative;
  background: #fff;
  padding: 2px 5px 2px 30px;
  font-size: 20px;
  color: #000;
  /*border-radius: 0 10px 10px 0;*/
  margin-left: 16px;
}
.post-content h3:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f675";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: var(--main-color);
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -0.85em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /*border-radius: 50%;*/
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}
.post-content h4 {
  padding: 0.25em 0.5em;
  color: #000;
  background: #fff;
  border-left: solid 5px var(--main-color);
}
.post-content h5 {
  background: var(--main-color);
  padding: 0.5em;
  color: white;
  /*border-radius: 0.5em;*/
}
.post-content h6 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  color: var(--main-color);
}
.post-content h6:before,
.post-content h6:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: var(--main-color);
}
.post-content h6:before {
  left: 0;
}
.post-content h6:after {
  right: 0;
}
.post-content blockquote {
  position: relative;
  padding: 10px 12px;
  box-sizing: border-box;
  font-style: italic;
  color: #464646;
  border-left: solid 40px #c4c4c4;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.19);
}
.post-content blockquote:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -32px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f10d";
  font-family: FontAwesome;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
}
.post-content blockquote p {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 3;
  line-height: 1.7;
}
.post-content blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.post-content table {
  border-collapse: collapse;
}
.post-content th,
.post-content td {
  border: 1px solid;
  text-align: left;
  padding: 0.5em;
}
.news-page-links {
  margin-top: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
  gap: 1rem;
}
.news-page-links span {
  width: 3rem;
  height: 3rem;
  /*border-radius: 50%;*/
  border: 1px solid var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--background-color);
  background-color: var(--main-color);
}
a.post-page-numbers {
  text-decoration: none;
  width: 3rem;
  height: 3rem;
  /*border-radius: 50%;*/
  border: 1px solid var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
  transition: color 0.3s, background-color 0.3s;
}
a.post-page-numbers:hover {
  color: var(--background-color);
  background-color: var(--main-color);
}
a.singe-news__archive {
  display: flex;
  justify-content: left;
  width: fit-content;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--main-color);
  border: 1px solid;
  margin: auto;
  margin-top: 5rem;
  padding: 1rem 1.5rem;
  /*border-radius: 50px;*/
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
  font-size: 1.1rem;
}
a.singe-news__archive p {
  margin: 0;
}
a.singe-news__archive:hover {
  background-color: var(--main-color);
  color: #fff;
}

@media screen and (max-width: 800px) {
  .single-news__article {
    width: 90%;
  }
  .post-thumbnail {
    /*border-radius: 15px;*/
    margin-bottom: 2rem;
  }
  h1.post-title {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
  .post-content {
    margin-top: 2rem;
  }
  .single-news__prevBtn {
    margin-top: 5rem;
  }
  a.single-news__prevLink {
    padding: 0.75rem 5rem;
  }
  a.singe-news__archive {
    font-size: 1rem;
    padding: 1rem;
  }
}

/*---privacy-policy---*/
/*@@@@@
.page-privacy-policy {
  background-color: var(--background-color);
}
.privacy-policy__inner {
  width: 80%;
  margin: auto;
  padding: 5rem 0 3rem;
  font-weight: bold;
  line-height: 2em;
}
.privacy-policy__topTitle {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: var(--main-color);
}
.privacy-policy__topText {
  margin-top: 3rem;
}
ul.privacy-policy__contents {
  margin: 0;
  padding: 0;
  margin-top: 5rem;
}
li.privacy-policy__item {
  list-style: none;
  margin-bottom: 3em;
}
.privacy-policy__title {
  font-size: 1.5rem;
  border-bottom: 2px solid var(--main-color);
  color: var(--main-color);
}
.privacy-policy__text {
  margin-top: 1em;
}
ol.privacy-policy__itemContent {
  margin: 0;
  padding: 0;
  padding-left: 1.5rem;
}
li.privacy-poricy__itemList {
  padding-top: 0.5rem;
}
@media screen and (max-width: 800px) {
  .privacy-policy__inner {
    padding-top: 8rem;
    width: 90%;
  }
  .privacy-policy__topTitle {
    font-size: 1.75rem;
  }
  .privacy-policy__topText {
    margin-top: 2rem;
  }
  ul.privacy-policy__contents {
    margin-top: 4rem;
  }
  .privacy-policy__title {
    font-size: 1.25rem;
  }
}
@@@@@*/

/*---404---*/
section.error-404.not-found {
  padding: 10rem 0;
}
.title.page-404-title {
  position: absolute;
  top: 3em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
p.page404__text {
  text-align: center;
  margin-top: 3rem;
}
a.contact__banner.firstview__contact.page404__top {
  padding: 1rem 3rem;
  background-color: var(--main-color);
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  line-height: 1em;
  font-weight: bold;
  margin: 4rem auto 0;
  display: block;
  width: fit-content;
  border: 2px solid var(--main-color);
  transition: transform 0.3s;
}
a.contact__banner.firstview__contact.page404__top:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 800px) {
  .title.page-404-title {
    top: 7em;
  }
  .title h2 {
    letter-spacing: 0.25em;
    margin: 0.25em 0;
    font-size: 1.5rem;
  }
  section.error-404.not-found {
    padding: 14rem 0 10rem;
  }
  p.page404__text {
    max-width: 90%;
    margin: auto;
  }
}

/* @@@@@ s */
/* ====== 物件一覧（archive-property）をニュース一覧に合わせる ====== */

/* --- 全体 --- */
.archive-property { margin-top: 2rem; }
.archive-property__title { text-align: center; }
.archive-property__inner {
  background-color: var(--background-color);
  padding: 8rem 0;
  margin-top: -5rem;
}

/* --- グリッド配置（ニュースに準拠） --- */
.archive-property__contents{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:2.5rem;
  width:85%;
  max-width:1500px;
  margin:auto;
}

/* --- カード要素 --- */
.article-property{
  display:block;
  text-decoration:none;
  color:#000;
  background:#fff;
  min-width:0;
  transition: box-shadow .2s;
  padding-left:1rem;   /* テキスト左余白 */
  padding-right:1rem;  /* テキスト右余白 */
  padding-bottom:1rem; /* テキスト下余白 */
}
.article-property:hover{ box-shadow:0 4px 12px rgba(0,0,0,.08); }

/* --- サムネイル（トリミングなしで全体表示） --- */
.article-property__thumb{
  aspect-ratio:3/2;
  background:#f6f6f6;
  overflow:hidden;
  position:relative;
  contain:paint;
}

/* Splideの高さを統一 */
.article-property__thumb .splide,
.article-property__thumb .splide__track,
.article-property__thumb .splide__list,
.article-property__thumb .splide__slide{
  width:100%;
  height:100%;
  min-width:0;
  max-width:100%;
  box-sizing:border-box;
}

/* スライド内で中央寄せ */
.article-property__thumb .splide__slide{
  display:flex;
  align-items:center;
  justify-content:center;
}

/* グローバルmax-heightを無効化 */
.archive-property .splide__list{ max-height:none !important; }

/* サムネ画像：全体表示（contain） */
.article-property__thumb img{
  width:auto;
  height:100%;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  object-position:center center;
  display:block;
  transition:none;
}
.article-property:hover .article-property__thumb img{ transform:none; }

/* --- タイトル --- */
.article-property__title{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  text-align:left;
  color:#000;
  font-weight:bold;
  font-size:1.1rem;
  margin-top:.5rem;
  line-height:1.75em;
  word-break:break-all;
}

/* --- 抜粋／説明 --- */
.article-property__excerpt{
  margin-top:.25rem;
  color:#000;
  line-height:1.7;
}

/* --- 画像なしプレースホルダ --- */
.no-thumb{
  aspect-ratio:3/2;
  background:#f6f6f6;
  display:grid;
  place-items:center;
  color:#888;
  text-align:center;
}

/* --- ページネーション --- */
.archive-property__pagination .nav-links{ margin-top:5em; }

/* --- レスポンシブ --- */
@media screen and (max-width:800px){
  .archive-property{ margin-top:6rem; }
  .archive-property__inner{ margin-top:-3rem; padding:5rem 0; }
  .archive-property__contents{
    width:90%;
    max-width:400px;
    grid-template-columns:1fr;
    gap:3rem;
  }
  .article-property__title{
    font-size:1rem;
    line-height:1.5em;
    margin-top:.25rem;
  }
}

/* ==========================================================
   モーダル
   ========================================================== */

.property-modal{
  position:fixed;
  inset:0;
  z-index:999999;
  display:none;
  align-items:center;
  justify-content:center;
  pointer-events:none;
}
.property-modal.is-open{ display:flex; pointer-events:auto; }

/* 背景黒幕 */
.property-modal .modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.65);
  z-index:0;
}

/* モーダル本体（右余白はデバイス別に調整） */
.property-modal .modal-dialog{
  position:relative;
  z-index:1;
  background:#fff;
  max-width:1080px;
  width:90%;
  border:1px solid #eee;
  padding:16px 16px 24px 20px; /* ← ベースは右をやや狭く */
  box-shadow:0 8px 24px rgba(0,0,0,.25);
  overflow-y:auto;
  max-height:90vh;
}

/* 閉じるボタン */
.modal-close{
  position:absolute;
  top:8px;
  right:8px;
  font-size:24px;
  background:transparent;
  border:none;
  cursor:pointer;
  z-index:10;
}

/* モーダルタイトル/説明（右余白は × と干渉しないよう確保） */
.modal-title{ margin:8px 0 12px; font-size:20px; font-weight:700; color:#222; }
.modal-desc { margin:0 0 16px; color:#555; line-height:1.7; white-space:pre-wrap; font-size:15px; }

/* PCでは右余白を広く、スマホではコンパクトに */
.modal-title,
.modal-desc{ margin-right:1.25rem; }          /* ★ スマホ基準（狭め） */
@media (min-width:801px){
  .property-modal .modal-dialog{ padding-right:48px; }  /* ★ PCは右余白を広く */
  .modal-close{ top:12px; right:16px; }                  /* 右上に少し余裕 */
  .modal-title,
  .modal-desc{ margin-right:3.5rem; }                    /* ★ タイトル/本文も広めに */
}
@media (max-width:600px){
  .property-modal .modal-dialog{ padding-right:12px; }   /* ★ スマホはさらにコンパクト */
  .modal-close{ top:6px; right:6px; }                    /* 右上ギリに寄せる */
}

/* モーダル：スライド内中央寄せ＋全体表示 */
#propertyModalSplide .splide__slide{
  display:flex;
  align-items:center;
  justify-content:center;
}
#propertyModalSplide .splide__slide img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:80vh;
  object-fit:contain;
  object-position:center center;
  display:block;
}

/* body固定（スクロール防止） */
body.modal-open{ overflow:hidden; }

/* @@@@@ e */
