/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
Theme Name: Prosper
Theme URI: https://example.com/prosper
Author: Your Name
Author URI: https://example.com
Description: A modern and responsive WordPress theme for businesses and professionals. Features clean design, customizable layouts, and optimized performance.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prosper
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready, responsive-layout
*/
@keyframes arrow-bounce {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

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

body {
  font-family: "Noto Serif JP", serif;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.l-header__logo {
  position: fixed;
  top: 26px;
  left: 16px;
}
.l-header__logo img {
  width: 11.05vw;
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    width: 150px;
  }
}
.l-header__link {
  padding: 25px 145px 10px 0;
}
.l-header__contact {
  text-align: right;
}
.l-header__contact a {
  display: inline-block;
  transition: opacity 0.3s;
}
.l-header__contact a:hover {
  opacity: 0.7;
}
.l-header__contact .top {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.l-header__contact .top img {
  width: 20px;
  height: auto;
}
.l-header__contact .top span {
  font-size: 20px;
  font-weight: 500;
  color: white;
}
.l-header__humburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 120px;
  height: 130px;
}
@media screen and (max-width: 767px) {
  .l-header__humburger {
    width: 70px;
    height: 70px;
  }
}

.l-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 400px;
  height: 100vh;
  background-color: #005E3C;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease;
  z-index: 90;
  overflow-y: auto;
}
.l-nav.is-active {
  right: 0;
}
.l-nav__inner {
  padding: 100px 40px 40px;
}
.l-nav__list {
  list-style: none;
}
.l-nav__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.l-nav__item:last-child {
  border-bottom: none;
}
.l-nav__link {
  display: block;
  padding: 20px 0;
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  transition: opacity 0.3s;
}
.l-nav__link:hover {
  opacity: 0.7;
}
.l-nav__link.is-active {
  opacity: 0.7;
}

.l-nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 89;
}
.l-nav-overlay.is-active {
  display: block;
}

body.is-nav-open {
  overflow: hidden;
}

.l-main {
  min-height: 500px;
  padding: 4.8rem 0;
}

.l-footer {
  background-color: #005E3C;
  color: white;
}
@media screen and (min-width: 992px) {
  .l-footer__grid {
    width: 75%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__grid {
    padding: 20px 20px 7px;
  }
}
@media screen and (min-width: 992px) {
  .l-footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.l-footer__top__image {
  width: 215px;
}
@media screen and (max-width: 767px) {
  .l-footer__top__image {
    width: 150px;
    margin: 0 auto;
  }
}
.l-footer__top__adress {
  margin-top: 10px;
}
.l-footer__top__adress p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .l-footer__top__adress p {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__top__tell {
    text-align: center;
  }
}
.l-footer__top__tell a {
  display: inline-block;
  transition: opacity 0.3s;
}
.l-footer__top__tell a:hover {
  opacity: 0.7;
}
.l-footer__top__tell .top {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.l-footer__top__tell .top img {
  width: 30px;
  height: auto;
}
.l-footer__top__tell .top span {
  font-size: 34px;
  font-weight: 500;
}
.l-footer__top__tell p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.03rem;
}
@media screen and (max-width: 767px) {
  .l-footer__top__tell p {
    text-align: center;
  }
}
.l-footer__button {
  margin-top: 25px;
}
.l-footer__button a {
  display: inline-block;
  border: 2px solid white;
  border-radius: 50px;
  text-align: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer__button a {
    width: 100%;
  }
}
.l-footer__button a:hover {
  opacity: 0.7;
}
.l-footer__copy {
  padding-top: 25px;
}
.l-footer__copy p {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

.l-fixed-contact {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 80;
}
@media screen and (max-width: 767px) {
  .l-fixed-contact {
    top: initial;
    bottom: 0;
    width: 100%;
    transform: initial;
  }
}
.l-fixed-contact a {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(to bottom, #FFB200 0%, #EB6E28 100%);
  padding: 30px 20px;
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 767px) {
  .l-fixed-contact a {
    flex-direction: row;
    border-radius: initial;
    justify-content: center;
  }
}
.l-fixed-contact a span {
  writing-mode: vertical-rl;
  font-size: 15px;
  color: white;
  margin-top: 10px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .l-fixed-contact a span {
    writing-mode: initial;
    margin-top: initial;
    font-weight: 700;
    font-size: 16px;
  }
}
.l-fixed-contact a img {
  width: 20px;
}
@media screen and (max-width: 767px) {
  .l-fixed-contact a img {
    margin-right: 10px;
    width: 30px;
  }
}

.l-links {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-links {
    display: block;
  }
}
.l-links .recruit {
  background-image: url("../images/links-recruit.jpg");
}
.l-links .contact {
  background-image: url("../images/links-contact.jpg");
}
.l-links__element {
  width: 50%;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 55px 0 85px;
}
@media screen and (max-width: 767px) {
  .l-links__element {
    width: 100%;
    padding-bottom: 40px;
  }
}
.l-links__element__head h2 {
  color: white;
  font-family: "Prata", serif;
  font-size: 30px;
  letter-spacing: 0.02rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .l-links__element__head h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .l-links__element__head h2 {
    font-size: 24px;
  }
}
.l-links__element__contents {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .l-links__element__contents {
    margin-top: 20px;
  }
}
.l-links__element__contents h3 {
  color: white;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.02rem;
}
.l-links__element__contents p {
  color: white;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02rem;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .l-links__element__contents p {
    margin: 10px 0;
    font-size: 15px;
  }
}
.l-links__element__button {
  text-align: center;
}
.l-links__element__button a {
  display: inline-block;
  width: 400px;
  color: white;
  font-size: 13px;
  font-weight: 500;
  padding: 15px 0;
  border: 2px solid white;
  border-radius: 50px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-links__element__button a {
    padding: 10px 0;
    width: 300px;
  }
}
.l-links__element__button a:hover {
  background: white;
  color: black;
}

.l-pagenavi .wp-pagenavi {
  text-align: center;
  color: #005E3C;
  font-size: 15px;
  font-weight: 700;
}
.l-pagenavi .wp-pagenavi .pages {
  border: initial;
  margin-right: 20px;
}
.l-pagenavi .wp-pagenavi .page,
.l-pagenavi .wp-pagenavi .current {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: initial;
  margin: initial;
  border: initial;
}
.l-pagenavi .wp-pagenavi .current {
  background: #005E3C;
  color: white;
  border-radius: 50%;
}
.l-pagenavi .wp-pagenavi .nextpostslink,
.l-pagenavi .wp-pagenavi .previouspostslink {
  border: initial;
}

.c-button {
  display: inline-block;
  padding: 1.6rem 2.4rem;
  background-color: #005E3C;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.c-button:hover {
  background-color: rgb(0, 43, 27.4468085106);
}
.c-button--secondary {
  background-color: #3498db;
}
.c-button--secondary:hover {
  background-color: rgb(33.1380753138, 125.1882845188, 186.8619246862);
}
.c-button--large {
  padding: 2.4rem 3.2rem;
  font-size: 1.8rem;
}

.c-hamburger {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .c-hamburger {
    width: 140px;
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    width: 70px;
    height: 70px;
  }
}
.c-hamburger span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 57px;
  height: 2px;
  background-color: white;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-hamburger span {
    width: 36px;
    height: 2px;
  }
}
.c-hamburger span:nth-child(1) {
  top: 30px;
}
@media screen and (max-width: 767px) {
  .c-hamburger span:nth-child(1) {
    top: 14px;
  }
}
.c-hamburger span:nth-child(2) {
  top: 46px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-hamburger span:nth-child(2) {
    top: 26px;
  }
}
.c-hamburger.is-active span:nth-child(1) {
  top: 46px;
  transform: translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-hamburger.is-active span:nth-child(1) {
    top: 26px;
  }
}
.c-hamburger.is-active span:nth-child(2) {
  top: 46px;
  transform: translateX(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .c-hamburger.is-active span:nth-child(2) {
    top: 26px;
  }
}
.c-hamburger p {
  color: white;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 16px;
  font-weight: bold;
  top: 60px;
}
@media screen and (max-width: 767px) {
  .c-hamburger p {
    top: 43px;
    font-size: 14px;
  }
}

/*!
*  - v1.5.0
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
.slider-pro {
  position: relative;
  margin: 0 auto;
  box-sizing: content-box;
}

.sp-slides-container {
  position: relative;
}

.sp-mask {
  position: relative;
  overflow: hidden;
}

.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.sp-slide {
  position: absolute;
  list-style: none;
}

.sp-image-container {
  overflow: hidden;
}

.sp-image {
  position: relative;
  display: block;
  border: none;
}

.sp-no-js {
  overflow: hidden;
  max-width: 100%;
}

.sp-thumbnails-container {
  position: relative;
  overflow: hidden;
  direction: ltr;
}

.sp-bottom-thumbnails,
.sp-top-thumbnails {
  left: 0;
  margin: 0 auto;
}

.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px;
}

.sp-bottom-thumbnails {
  margin-top: 4px;
}

.sp-left-thumbnails,
.sp-right-thumbnails {
  position: absolute;
  top: 0;
}

.sp-right-thumbnails {
  right: 0;
  margin-left: 4px;
}

.sp-left-thumbnails {
  left: 0;
  margin-right: 4px;
}

.sp-thumbnails {
  position: relative;
}

.sp-thumbnail {
  border: none;
}

.sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  box-sizing: border-box;
}

.sp-rtl .sp-thumbnail-container {
  float: right;
}

.sp-bottom-thumbnails .sp-thumbnail-container,
.sp-top-thumbnails .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}

.sp-bottom-thumbnails .sp-thumbnail-container:first-child,
.sp-top-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0;
}

.sp-bottom-thumbnails .sp-thumbnail-container:last-child,
.sp-top-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0;
}

.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0;
}

.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 5px solid red;
  left: 0;
  top: 0;
  margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid red;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 5px solid red;
  right: 0;
  top: 0;
  margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid red;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid red;
  top: 0;
  margin-top: 13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid red;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid red;
  bottom: 0;
  margin-bottom: 13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid red;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
}

.sp-black {
  color: #FFF;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}

.sp-white {
  color: #000;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
  border-radius: 10px;
}

.sp-padding {
  padding: 10px;
}

.sp-grab {
  cursor: url(images/openhand.cur), move;
}

.sp-grabbing {
  cursor: url(images/closedhand.cur), move;
}

.sp-selectable {
  cursor: default;
}

.sp-caption-container {
  text-align: center;
  margin-top: 10px;
}

.sp-full-screen {
  margin: 0 !important;
  background-color: #000;
}

.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transform: rotate(45deg);
}

.sp-full-screen-button:before {
  content: "↕";
}

.sp-fade-full-screen {
  opacity: 0;
  transition: opacity 0.5s;
}

.slider-pro:hover .sp-fade-full-screen {
  opacity: 1;
}

.sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.sp-rtl .sp-buttons {
  direction: rtl;
}

.sp-full-screen .sp-buttons {
  display: none;
}

.sp-button {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
}

.sp-selected-button {
  background-color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-button {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 768px) {
  .sp-button {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .sp-button {
    width: 10px;
    height: 10px;
  }
}
.sp-arrows {
  position: absolute;
}

.sp-fade-arrows {
  opacity: 0;
  transition: opacity 0.5s;
}

.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1;
}

.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.sp-vertical .sp-arrows {
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -10px;
}

.sp-arrow {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background: white;
  border: 1px solid #005E3C;
  border-radius: 50%;
}

.sp-vertical .sp-arrow {
  transform: rotate(90deg);
}

.sp-horizontal .sp-previous-arrow {
  left: -20px;
  right: auto;
}

.sp-horizontal .sp-next-arrow,
.sp-horizontal.sp-rtl .sp-previous-arrow {
  right: -20px;
  left: auto;
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  left: 20px;
  right: auto;
}

.sp-vertical .sp-previous-arrow {
  top: 20px;
}

.sp-vertical .sp-next-arrow {
  bottom: 20px;
  transform: rotate(270deg);
}

.sp-next-arrow:after,
.sp-next-arrow:before,
.sp-previous-arrow:after,
.sp-previous-arrow:before {
  content: "";
  position: absolute;
  width: 8%;
  height: 23%;
  background-color: #005E3C;
}

.sp-arrow:before {
  left: 45%;
  top: 11px;
  transform: skew(130deg, 0deg);
}

.sp-arrow:after {
  left: 45%;
  top: 49%;
  transform: skew(-130deg, 0deg);
}

.sp-horizontal.sp-rtl .sp-previous-arrow,
.sp-next-arrow {
  transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  transform: rotate(0deg);
}

.ie7 .sp-arrow,
.ie8 .sp-arrow {
  width: 0;
  height: 0;
}

.ie7 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie8 .sp-arrow:before {
  content: none;
}

.ie7.sp-horizontal .sp-previous-arrow,
.ie8.sp-horizontal .sp-previous-arrow {
  border-right: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie7.sp-horizontal .sp-next-arrow,
.ie8.sp-horizontal .sp-next-arrow {
  border-left: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie7.sp-vertical .sp-previous-arrow,
.ie8.sp-vertical .sp-previous-arrow {
  border-bottom: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.ie7.sp-vertical .sp-next-arrow,
.ie8.sp-vertical .sp-next-arrow {
  border-top: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.sp-thumbnail-arrows {
  position: absolute;
}

.sp-fade-thumbnail-arrows {
  opacity: 0;
  transition: opacity 0.5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1;
}

.sp-bottom-thumbnails .sp-thumbnail-arrows,
.sp-top-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px;
}

.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  transform: rotate(90deg);
}

.sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.sp-top-thumbnails .sp-previous-thumbnail-arrow {
  left: 0;
}

.sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.sp-top-thumbnails .sp-next-thumbnail-arrow {
  right: 0;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0;
}

.sp-next-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-previous-thumbnail-arrow:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  transform: skew(-35deg, 0deg);
}

.ie7 .sp-thumbnail-arrow,
.ie8 .sp-thumbnail-arrow {
  width: 0;
  height: 0;
}

.ie7 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie8 .sp-thumbnail-arrow:before {
  content: none;
}

.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

a.sp-video {
  text-decoration: none;
}

a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none;
}

a.sp-video:after {
  content: "▶";
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px;
}

.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
  max-width: none;
  max-height: none;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.slider-pro a {
  position: static;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}

.slider-pro canvas,
.slider-pro embed,
.slider-pro iframe,
.slider-pro object,
.slider-pro video {
  max-width: none;
  max-height: none;
}

.slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h1.sp-layer {
  font-size: 32px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h3.sp-layer {
  font-size: 19px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h4.sp-layer {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h5.sp-layer {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro img.sp-layer {
  border: none;
}

.p-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.p-lightbox.is-active {
  display: block;
}
.p-lightbox__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}
.p-lightbox__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1200px;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-lightbox__content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-lightbox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid white;
  color: white;
  font-size: 30px;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  z-index: 10;
}
.p-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .p-lightbox__close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}
.p-lightbox__prev, .p-lightbox__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid white;
  color: white;
  font-size: 30px;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  z-index: 10;
}
.p-lightbox__prev:hover, .p-lightbox__next:hover {
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .p-lightbox__prev, .p-lightbox__next {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}
.p-lightbox__prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-lightbox__prev {
    left: 10px;
  }
}
.p-lightbox__next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-lightbox__next {
    right: 10px;
  }
}

.p-property__detail__around .neighborhood {
  display: flex;
  flex-wrap: wrap;
}
.p-property__detail__around .neighborhood .block {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: calc(33.333% - 14px);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .p-property__detail__around .neighborhood .block {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .p-property__detail__around .neighborhood .block {
    width: calc(50% - 5px);
  }
}
.p-property__detail__around .neighborhood .block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.p-property__detail__around .neighborhood .block__overlay span {
  color: white;
  font-size: 14px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.7);
  padding: 8px 16px;
  border-radius: 4px;
}
.p-property__detail__around .neighborhood .block:hover .block__overlay {
  opacity: 1;
}
.p-property__detail__around .neighborhood .block img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
.p-property__detail__around .neighborhood .block:hover img {
  transform: scale(1.05);
}

.p-property__detail__icatch .slider-pro .block {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.p-property__detail__icatch .slider-pro .block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 10;
}
.p-property__detail__icatch .slider-pro .block__overlay span {
  color: white;
  font-size: 16px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-property__detail__icatch .slider-pro .block__overlay span {
    font-size: 14px;
    padding: 8px 16px;
  }
}
.p-property__detail__icatch .slider-pro .block:hover .block__overlay {
  opacity: 1;
}
.p-property__detail__icatch .slider-pro .block img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
.p-property__detail__icatch .slider-pro .block:hover img {
  transform: scale(1.02);
}

.p-home__hero {
  padding: 4.8rem 0;
  background-color: #f5f5f5;
}
.p-home__section {
  padding: 4.8rem 0;
}

.u-mt-xs {
  margin-top: 0.8rem !important;
}

.u-mt-sm {
  margin-top: 1.6rem !important;
}

.u-mt-md {
  margin-top: 2.4rem !important;
}

.u-mt-lg {
  margin-top: 3.2rem !important;
}

.u-mt-xl {
  margin-top: 4.8rem !important;
}

.u-mb-xs {
  margin-bottom: 0.8rem !important;
}

.u-mb-sm {
  margin-bottom: 1.6rem !important;
}

.u-mb-md {
  margin-bottom: 2.4rem !important;
}

.u-mb-lg {
  margin-bottom: 3.2rem !important;
}

.u-mb-xl {
  margin-bottom: 4.8rem !important;
}

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

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

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

.u-text-small {
  font-size: 1.4rem !important;
}

.u-text-large {
  font-size: 1.8rem !important;
}

.u-text-bold {
  font-weight: bold !important;
}

.u-text-normal {
  font-weight: normal !important;
}

.pc-only {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}

.tablet-only {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .tablet-only {
    display: block !important;
  }
}

.pc-tablet {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc-tablet {
    display: none !important;
  }
}

.sp-tablet {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .sp-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sp-tablet {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-tablet {
    display: block !important;
  }
}

.pc-only-inline {
  display: inline !important;
}
@media screen and (max-width: 767px) {
  .pc-only-inline {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .pc-only-inline {
    display: none !important;
  }
}

.sp-only-inline {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-only-inline {
    display: inline !important;
  }
}

.pc-only-flex {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .pc-only-flex {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .pc-only-flex {
    display: none !important;
  }
}

.sp-only-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-only-flex {
    display: flex !important;
  }
}

.p-front__main {
  position: relative;
}
.p-front__main__arrow {
  position: absolute;
  left: 50%;
  bottom: 120px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-front__main__arrow a {
  display: flex;
  transform: rotate(90deg);
  transform-origin: left top;
  align-items: center;
}
.p-front__main__arrow a span {
  font-size: 16px;
  font-weight: bold;
  color: white;
  margin-right: 20px;
}
.p-front__main__arrow a img {
  width: 60px;
  height: 10px;
  animation: arrow-bounce 1.5s ease-in-out infinite;
}
.p-front__main__contents {
  position: relative;
}
.p-front__main__contents h1 {
  position: absolute;
  left: 5%;
  bottom: 15%;
}
@media screen and (max-width: 767px) {
  .p-front__main__contents h1 {
    bottom: 100px;
  }
}
.p-front__main__contents h1 p {
  color: white;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.02rem;
}
@media screen and (min-width: 992px) {
  .p-front__main__contents h1 p {
    margin: 5px 0;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__main__contents h1 p {
    font-size: 16px;
    padding: 5px 5px;
  }
}
.p-front__recommend {
  background: #323232;
}
.p-front__recommend__grid {
  width: 90%;
  margin: 0 auto;
  max-width: 1500px;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-front__recommend__grid {
    width: 100%;
    padding: 40px 20px;
  }
}
.p-front__recommend__contents {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-front__recommend__contents {
    display: block;
    margin-top: 20px;
  }
}
.p-front__recommend__main {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-front__recommend__main {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-front__recommend__main .item {
  display: block;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-front__recommend__main .item {
    padding: 0 5px;
  }
}
.p-front__recommend__main .item:hover .item__arrow .circle {
  width: 55px;
  height: 55px;
}
.p-front__recommend__main .item:hover .item__arrow img {
  left: -20px;
}
.p-front__recommend__main .item__image {
  position: relative;
}
.p-front__recommend__main .item__image img {
  width: 100%;
  height: 26.35vw;
  max-height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-front__recommend__main .item__image img {
    height: 200px;
  }
}
.p-front__recommend__main .item__status {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.p-front__recommend__main .item__status span {
  color: white;
  display: inline-block;
  padding: 3px;
  font-size: 12px;
}
.p-front__recommend__main .item__tag {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.p-front__recommend__main .item__tag span {
  color: white;
  font-size: 12px;
}
.p-front__recommend__main .item__title {
  margin-top: -4px;
}
.p-front__recommend__main .item__title span {
  background: #004A2F;
  color: white;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  display: inline-block;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .p-front__recommend__main .item__title span {
    font-size: 16px;
    padding: 5px;
  }
}
.p-front__recommend__main .item__texts {
  position: relative;
}
.p-front__recommend__main .item__adress {
  display: flex;
  align-items: center;
  margin-top: 15px;
  color: white;
}
.p-front__recommend__main .item__adress .head {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02rem;
  min-width: 70px;
}
.p-front__recommend__main .item__adress .adress {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02rem;
}
.p-front__recommend__main .item__price {
  display: flex;
  align-items: baseline;
}
.p-front__recommend__main .item__price .head {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02rem;
  min-width: 70px;
  color: white;
}
.p-front__recommend__main .item__price .price {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02rem;
  color: white;
}
.p-front__recommend__main .item__price .price .num {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-front__recommend__main .item__price .price .num {
    font-size: 30px;
  }
}
.p-front__recommend__main .item__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 60px;
}
@media screen and (max-width: 767px) {
  .p-front__recommend__main .item__arrow {
    width: 40px;
  }
}
.p-front__recommend__main .item__arrow .circle {
  width: 40px;
  height: 40px;
  border: 1px solid white;
  border-radius: 50%;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__recommend__main .item__arrow .circle {
    width: 30px;
    height: 30px;
  }
}
.p-front__recommend__main .item__arrow img {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 60px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__recommend__main .item__arrow img {
    width: 30px;
    left: -15px;
  }
}
.p-front__recommend__main {
  /* 成約済みアイテムのスタイル */
}
.p-front__recommend__main .item--done {
  position: relative;
  cursor: default;
  pointer-events: none;
  /* クリックを無効化 */
}
.p-front__recommend__main {
  /* 成約済みオーバーレイ */
}
.p-front__recommend__main .item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  /* 半透明の黒 */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.p-front__recommend__main .item__overlay-text {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background-color: rgba(255, 0, 0, 0.8);
  /* 赤い背景 */
  padding: 10px 30px;
  border-radius: 5px;
  letter-spacing: 0.1em;
}
.p-front__recommend__main {
  /* 成約済みの場合、少し透明度を下げる(オプション) */
}
.p-front__recommend__main .item--done .item__image,
.p-front__recommend__main .item--done .item__title,
.p-front__recommend__main .item--done .item__texts {
  opacity: 0.7;
}
.p-front__recommend__sub {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-front__recommend__sub {
    width: 100%;
  }
}
.p-front__recommend__sub .item {
  display: block;
  padding: 0 10px;
  width: 49.5%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-front__recommend__sub .item {
    padding: 0 5px;
  }
}
.p-front__recommend__sub .item:hover .item__arrow .circle {
  width: 30px;
  height: 30px;
}
.p-front__recommend__sub .item__image {
  position: relative;
}
.p-front__recommend__sub .item__image img {
  width: 100%;
  height: 13.46vw;
  max-height: 184px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-front__recommend__sub .item__image img {
    height: 106px;
  }
}
.p-front__recommend__sub .item__status {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.p-front__recommend__sub .item__status span {
  color: white;
  display: inline-block;
  padding: 3px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-front__recommend__sub .item__status span {
    font-size: 9px;
  }
}
.p-front__recommend__sub .item__tag {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.p-front__recommend__sub .item__tag span {
  color: white;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-front__recommend__sub .item__tag span {
    font-size: 9px;
  }
}
.p-front__recommend__sub .item__title {
  margin-top: -5px;
}
.p-front__recommend__sub .item__title span {
  background: #004A2F;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  display: inline-block;
  padding: 5px;
  color: white;
}
@media screen and (max-width: 767px) {
  .p-front__recommend__sub .item__title span {
    font-size: 12px;
    padding: 5px;
  }
}
.p-front__recommend__sub .item__texts {
  position: relative;
}
.p-front__recommend__sub .item__price {
  display: flex;
  align-items: baseline;
  color: white;
}
.p-front__recommend__sub .item__price .head {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02rem;
  min-width: 70px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-front__recommend__sub .item__price .head {
    min-width: 40px;
    font-size: 12px;
  }
}
.p-front__recommend__sub .item__price .price {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 767px) {
  .p-front__recommend__sub .item__price .price {
    font-size: 12px;
  }
}
.p-front__recommend__sub .item__price .price .num {
  font-size: 25px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-front__recommend__sub .item__price .price .num {
    font-size: 18px;
  }
}
.p-front__recommend__sub .item__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-front__recommend__sub .item__arrow .circle {
  width: 25px;
  height: 25px;
  border: 1px solid white;
  border-radius: 50%;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__recommend__sub .item__arrow .circle {
    width: 30px;
    height: 30px;
  }
}
.p-front__recommend__sub .item__arrow img {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 32px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__recommend__sub .item__arrow img {
    width: 30px;
    left: -15px;
  }
}
.p-front__recommend__sub {
  /* 成約済みアイテムのスタイル */
}
.p-front__recommend__sub .item--done {
  position: relative;
  cursor: default;
  pointer-events: none;
  /* クリックを無効化 */
}
.p-front__recommend__sub {
  /* 成約済みオーバーレイ */
}
.p-front__recommend__sub .item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  /* 半透明の黒 */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.p-front__recommend__sub .item__overlay-text {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background-color: rgba(255, 0, 0, 0.8);
  /* 赤い背景 */
  padding: 10px 30px;
  border-radius: 5px;
  letter-spacing: 0.1em;
}
.p-front__recommend__sub {
  /* 成約済みの場合、少し透明度を下げる(オプション) */
}
.p-front__recommend__sub .item--done .item__image,
.p-front__recommend__sub .item--done .item__title,
.p-front__recommend__sub .item--done .item__texts {
  opacity: 0.7;
}
.p-front__recommend__head h2 {
  color: white;
  font-family: "Prata", serif;
  font-size: 30px;
  letter-spacing: 0.02rem;
  line-height: 1;
  font-weight: 400;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .p-front__recommend__head h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__recommend__head h2 {
    font-size: 24px;
  }
}
.p-front__recommend__head h2::after {
  content: "";
  background: white;
  height: 2px;
  width: 30px;
  position: absolute;
  top: -20px;
  left: 0;
}
.p-front__recommend__head p {
  color: white;
  font-size: 13px;
  font-weight: 500;
}
.p-front__recommend__button {
  text-align: center;
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .p-front__recommend__button {
    margin-top: 30px;
  }
}
.p-front__recommend__button a {
  display: inline-block;
  width: 400px;
  color: white;
  font-size: 13px;
  font-weight: 500;
  padding: 15px 0;
  border: 2px solid white;
  border-radius: 50px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__recommend__button a {
    padding: 10px 0;
    width: 300px;
  }
}
.p-front__recommend__button a:hover {
  background: white;
  color: #005E3C;
}
.p-front__ideal__grid {
  width: 87%;
  margin: 0 auto;
  max-width: 1200px;
  background: #E8E8E8;
  padding: 40px 100px 60px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-front__ideal__grid {
    width: 100%;
    padding: 30px 20px;
    margin-top: 0;
  }
}
.p-front__ideal__head {
  text-align: center;
}
.p-front__ideal__head p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-front__ideal__head p {
    font-size: 13px;
  }
}
.p-front__ideal__head h2 {
  color: #005E3C;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-front__ideal__head h2 {
    font-size: 24px;
  }
}
.p-front__ideal__head h2 .num {
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  .p-front__ideal__head h2 .num {
    font-size: 40px;
  }
}
.p-front__ideal__contents {
  background: white;
  margin-top: 30px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-front__ideal__contents {
    display: block;
    padding: 20px;
  }
}
.p-front__ideal__contents .item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-front__ideal__contents .item {
    width: 100%;
  }
}
.p-front__ideal__contents .item .padding01 {
  padding: 0 20px 30px 0;
}
@media screen and (max-width: 767px) {
  .p-front__ideal__contents .item .padding01 {
    padding: 0 0 20px 0;
    border-bottom: 1px dotted black;
  }
}
.p-front__ideal__contents .item .padding02 {
  padding: 0 0 30px 20px;
  border-left: 1px dotted black;
}
@media screen and (max-width: 767px) {
  .p-front__ideal__contents .item .padding02 {
    border-left: initial;
    padding: 20px 0;
    border-bottom: 1px dotted black;
  }
}
.p-front__ideal__contents .item .padding03 {
  border-top: 1px dotted black;
  padding: 30px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .p-front__ideal__contents .item .padding03 {
    border-top: initial;
    padding: 20px 0;
    border-bottom: 1px dotted black;
  }
}
.p-front__ideal__contents .item .padding04 {
  border-top: 1px dotted black;
  border-left: 1px dotted black;
  padding: 30px 0 0 20px;
}
@media screen and (max-width: 767px) {
  .p-front__ideal__contents .item .padding04 {
    border-left: initial;
    border-top: initial;
    padding: 20px 0;
  }
}
.p-front__ideal__contents .item__head {
  display: flex;
  align-items: center;
}
.p-front__ideal__contents .item__head img {
  width: 76px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-front__ideal__contents .item__head img {
    width: 55px;
  }
}
.p-front__ideal__contents .item__head h3 {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-front__ideal__contents .item__head h3 {
    font-size: 16px;
  }
}
.p-front__ideal__contents .item__text {
  margin-top: 20px;
}
.p-front__ideal__contents .item__text p {
  font-size: 13px;
  line-height: 1.75;
}
.p-front__detail {
  background: #F5F5F5;
  padding: 100px 0 60px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-front__detail {
    padding: 40px 0 30px;
    margin-top: 20px;
  }
}
.p-front__detail__head {
  text-align: center;
}
.p-front__detail__head h2 {
  color: #005E3C;
  font-size: 30px;
  letter-spacing: 0.02rem;
  margin-top: 28px;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-front__detail__head h2 {
    font-size: 18px;
    margin-top: 10px;
  }
}
.p-front__detail__head h2::after {
  content: "";
  background: #005E3C;
  height: 2px;
  width: 30px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.p-front__detail__head h2 .normal {
  color: black;
}
.p-front__detail__head img {
  width: 3.29vw;
}
@media screen and (max-width: 767px) {
  .p-front__detail__head img {
    width: 35px;
  }
}
.p-front__lot {
  padding: 100px 0;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .p-front__lot {
    padding-bottom: 40px;
  }
}
.p-front__lot__head__grid {
  width: 90%;
  margin: 0 auto;
  max-width: 1500px;
}
@media screen and (max-width: 767px) {
  .p-front__lot__head__grid {
    width: 100%;
    padding: 0 20px;
  }
}
.p-front__lot__head__grid h2 {
  font-family: "Prata", serif;
  font-size: 30px;
  letter-spacing: 0.02rem;
  line-height: 1;
  font-weight: 400;
  color: #005E3C;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .p-front__lot__head__grid h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__lot__head__grid h2 {
    font-size: 24px;
  }
}
.p-front__lot__head__grid h2::after {
  content: "";
  background: #005E3C;
  height: 2px;
  width: 30px;
  position: absolute;
  top: -20px;
  left: 0;
}
.p-front__lot__head__grid p {
  font-size: 13px;
  font-weight: 500;
}
.p-front__lot__contents {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-front__lot__contents {
    padding-top: 20px;
  }
}
.p-front__lot__contents ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-front__lot__contents ul {
    display: block;
  }
}
.p-front__lot__contents ul li {
  width: 31.33%;
  margin: 0 1%;
}
@media screen and (max-width: 767px) {
  .p-front__lot__contents ul li {
    width: 100%;
    margin: initial;
    margin-bottom: 10px;
  }
}
.p-front__lot__contents .item {
  display: block;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-front__lot__contents .item {
    padding: 0 5px;
  }
}
.p-front__lot__contents .item:hover .item__arrow .circle {
  width: 55px;
  height: 55px;
}
.p-front__lot__contents .item:hover .item__arrow img {
  left: -20px;
}
.p-front__lot__contents .item__image {
  position: relative;
}
.p-front__lot__contents .item__image img {
  height: 20.497vw;
  max-height: 280px;
}
@media screen and (max-width: 767px) {
  .p-front__lot__contents .item__image img {
    width: 100%;
    height: 200px;
  }
}
.p-front__lot__contents .item__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-front__lot__contents .item__status {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.p-front__lot__contents .item__status span {
  font-size: 12px;
  color: white;
  display: inline-block;
  padding: 3px;
}
.p-front__lot__contents .item__tag {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.p-front__lot__contents .item__tag span {
  font-size: 12px;
  color: white;
}
.p-front__lot__contents .item__title {
  margin-top: -4px;
}
.p-front__lot__contents .item__title span {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  display: inline-block;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .p-front__lot__contents .item__title span {
    font-size: 16px;
    padding: 5px;
  }
}
.p-front__lot__contents .item__texts {
  position: relative;
}
.p-front__lot__contents .item__adress {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.p-front__lot__contents .item__adress .head {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02rem;
  min-width: 70px;
}
.p-front__lot__contents .item__adress .adress {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02rem;
}
.p-front__lot__contents .item__price {
  display: flex;
  align-items: baseline;
}
.p-front__lot__contents .item__price .head {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02rem;
  min-width: 70px;
  margin-right: 10px;
}
.p-front__lot__contents .item__price .price {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02rem;
  color: #005E3C;
}
.p-front__lot__contents .item__price .price .num {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-front__lot__contents .item__price .price .num {
    font-size: 30px;
  }
}
.p-front__lot__contents .item__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 60px;
}
@media screen and (max-width: 767px) {
  .p-front__lot__contents .item__arrow {
    width: 40px;
  }
}
.p-front__lot__contents .item__arrow .circle {
  width: 40px;
  height: 40px;
  border: 1px solid black;
  border-radius: 50%;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__lot__contents .item__arrow .circle {
    width: 30px;
    height: 30px;
  }
}
.p-front__lot__contents .item__arrow img {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 60px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__lot__contents .item__arrow img {
    width: 30px;
    left: -15px;
  }
}
.p-front__lot__contents {
  /* 成約済みアイテムのスタイル */
}
.p-front__lot__contents .item--done {
  position: relative;
  cursor: default;
  pointer-events: none;
  /* クリックを無効化 */
}
.p-front__lot__contents {
  /* 成約済みオーバーレイ */
}
.p-front__lot__contents .item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  /* 半透明の黒 */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.p-front__lot__contents .item__overlay-text {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background-color: rgba(255, 0, 0, 0.8);
  /* 赤い背景 */
  padding: 10px 30px;
  border-radius: 5px;
  letter-spacing: 0.1em;
}
.p-front__lot__contents {
  /* 成約済みの場合、少し透明度を下げる(オプション) */
}
.p-front__lot__contents .item--done .item__image,
.p-front__lot__contents .item--done .item__title,
.p-front__lot__contents .item--done .item__texts {
  opacity: 0.7;
}
.p-front__lot__button {
  text-align: center;
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .p-front__lot__button {
    margin-top: 30px;
  }
}
.p-front__lot__button a {
  display: inline-block;
  width: 400px;
  font-size: 13px;
  font-weight: 500;
  padding: 15px 0;
  border: 2px solid black;
  border-radius: 50px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__lot__button a {
    padding: 10px 0;
    width: 300px;
  }
}
.p-front__lot__button a:hover {
  background: black;
  color: white;
}
.p-front__custom {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-front__custom {
    background: #F5F5F5;
    padding-bottom: 50px;
  }
}
.p-front__custom__texts {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-front__custom__texts {
    bottom: -51px;
  }
}
.p-front__custom__texts__grid {
  width: 90%;
  margin: 0 auto;
  max-width: 1500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-front__custom__texts__grid {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}
.p-front__custom__head {
  width: 20%;
  color: white;
}
@media screen and (max-width: 767px) {
  .p-front__custom__head {
    width: 100%;
  }
}
.p-front__custom__head h2 {
  font-family: "Prata", serif;
  font-size: 30px;
  letter-spacing: 0.02rem;
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .p-front__custom__head h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__custom__head h2 {
    font-size: 28px;
  }
}
.p-front__custom__head p {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-front__custom__head p {
    font-size: 14px;
  }
}
.p-front__custom__contents {
  width: 77%;
  color: white;
}
@media screen and (max-width: 767px) {
  .p-front__custom__contents {
    width: 100%;
    color: black;
  }
}
.p-front__custom__contents .normal {
  font-size: 20px;
  line-height: 1.75;
}
.p-front__custom__contents .small {
  font-size: 13px;
  line-height: 1.75;
}
.p-front__projects {
  background: #F5F5F5;
}
.p-front__projects__grid {
  width: 90%;
  margin: 0 auto;
  max-width: 1500px;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-front__projects__grid {
    width: 100%;
    padding: 110px 20px 60px;
  }
}
.p-front__projects__contents {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-front__projects__contents {
    margin-top: 30px;
    display: block;
  }
}
.p-front__projects__main {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-front__projects__main {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-front__projects__main .item {
  display: block;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-front__projects__main .item {
    padding: 0 5px;
  }
}
.p-front__projects__main .item:hover .item__arrow .circle {
  width: 55px;
  height: 55px;
}
.p-front__projects__main .item:hover .item__arrow img {
  left: -20px;
}
.p-front__projects__main .item__image {
  position: relative;
}
.p-front__projects__main .item__image img {
  width: 100%;
  height: 26.35vw;
  max-height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-front__projects__main .item__image img {
    height: 200px;
  }
}
.p-front__projects__main .item__status {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.p-front__projects__main .item__status span {
  color: white;
  display: inline-block;
  padding: 3px;
  font-size: 12px;
}
.p-front__projects__main .item__tag {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.p-front__projects__main .item__tag span {
  color: white;
  font-size: 12px;
}
.p-front__projects__main .item__title {
  margin-top: -4px;
}
.p-front__projects__main .item__title span {
  background: #004A2F;
  color: white;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
  display: inline-block;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .p-front__projects__main .item__title span {
    font-size: 16px;
    padding: 5px;
  }
}
.p-front__projects__main .item__texts {
  position: relative;
}
.p-front__projects__main .item__adress {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.p-front__projects__main .item__adress .head {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02rem;
  min-width: 70px;
}
.p-front__projects__main .item__adress .adress {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02rem;
}
.p-front__projects__main .item__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 60px;
}
@media screen and (max-width: 767px) {
  .p-front__projects__main .item__arrow {
    width: 40px;
  }
}
.p-front__projects__main .item__arrow .circle {
  width: 40px;
  height: 40px;
  border: 1px solid black;
  border-radius: 50%;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__projects__main .item__arrow .circle {
    width: 30px;
    height: 30px;
  }
}
.p-front__projects__main .item__arrow img {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 60px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__projects__main .item__arrow img {
    width: 30px;
    left: -15px;
  }
}
.p-front__projects__sub {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-front__projects__sub {
    width: 100%;
  }
}
.p-front__projects__sub .item {
  display: block;
  padding: 0 10px;
  width: 49.5%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-front__projects__sub .item {
    padding: 0 5px;
  }
}
.p-front__projects__sub .item:hover .item__arrow .circle {
  width: 30px;
  height: 30px;
}
.p-front__projects__sub .item__image {
  position: relative;
}
.p-front__projects__sub .item__image img {
  width: 100%;
  height: 13.46vw;
  max-height: 184px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-front__projects__sub .item__image img {
    height: 107px;
  }
}
.p-front__projects__sub .item__title {
  margin-top: -5px;
}
.p-front__projects__sub .item__title span {
  background: #004A2F;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  display: inline-block;
  padding: 5px;
  color: white;
}
@media screen and (max-width: 767px) {
  .p-front__projects__sub .item__title span {
    font-size: 12px;
    padding: 5px;
  }
}
.p-front__projects__sub .item__texts {
  position: relative;
}
.p-front__projects__sub .item__adress {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.p-front__projects__sub .item__adress .head {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02rem;
  min-width: 70px;
}
@media screen and (max-width: 767px) {
  .p-front__projects__sub .item__adress .head {
    font-size: 12px;
    min-width: 40px;
  }
}
.p-front__projects__sub .item__adress .adress {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 767px) {
  .p-front__projects__sub .item__adress .adress {
    font-size: 12px;
  }
}
.p-front__projects__sub .item__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-front__projects__sub .item__arrow .circle {
  width: 25px;
  height: 25px;
  border: 1px solid black;
  border-radius: 50%;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__projects__sub .item__arrow .circle {
    width: 30px;
    height: 30px;
  }
}
.p-front__projects__sub .item__arrow img {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 32px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__projects__sub .item__arrow img {
    width: 30px;
    left: -15px;
  }
}
.p-front__projects__head h2 {
  font-family: "Prata", serif;
  font-size: 30px;
  letter-spacing: 0.02rem;
  line-height: 1;
  font-weight: 400;
  color: #005E3C;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .p-front__projects__head h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__projects__head h2 {
    font-size: 24px;
  }
}
.p-front__projects__head h2::after {
  content: "";
  background: #005E3C;
  height: 2px;
  width: 30px;
  position: absolute;
  top: -20px;
  left: 0;
}
.p-front__projects__head p {
  font-size: 13px;
  font-weight: 500;
}
.p-front__projects__button {
  text-align: center;
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .p-front__projects__button {
    margin-top: 30px;
  }
}
.p-front__projects__button a {
  display: inline-block;
  width: 400px;
  font-size: 13px;
  font-weight: 500;
  padding: 15px 0;
  border: 2px solid black;
  border-radius: 50px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__projects__button a {
    padding: 10px 0;
    width: 300px;
  }
}
.p-front__projects__button a:hover {
  background: black;
  color: white;
}
.p-front__voice {
  padding-bottom: 80px;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .p-front__voice {
    padding-bottom: 40px;
  }
}
.p-front__voice__head__grid {
  width: 87%;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .p-front__voice__head__grid {
    width: 100%;
    padding: 0 8px;
  }
}
.p-front__voice__head__grid h2 {
  color: #005E3C;
  font-family: "Prata", serif;
  font-size: 100px;
  letter-spacing: 0.02rem;
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .p-front__voice__head__grid h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__voice__head__grid h2 {
    font-size: 40px;
  }
}
.p-front__voice__head__grid p {
  font-size: 20px;
  color: #005E3C;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-front__voice__head__grid p {
    font-size: 15px;
  }
}
.p-front__voice__contents {
  padding-top: 30px;
}
.p-front__voice__contents__grid {
  width: 87%;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-front__voice__contents__grid {
    display: block;
  }
}
.p-front__voice__image {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-front__voice__image {
    width: 100%;
  }
}
.p-front__voice__texts {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .p-front__voice__texts {
    width: 100%;
  }
}
.p-front__voice__texts p {
  font-size: 22px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-front__voice__texts p {
    font-size: 14px;
    margin-top: 15px;
  }
}
.p-front__voice__texts .button {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-front__voice__texts .button {
    margin-top: 20px;
  }
}
.p-front__voice__texts .button a {
  display: inline-block;
  width: 400px;
  background: #005E3C;
  color: white;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 0;
  border: 3px solid #005E3C;
  border-radius: 50px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__voice__texts .button a {
    padding: 10px 0;
    width: 300px;
  }
}
.p-front__voice__texts .button a:hover {
  background: white;
  color: #005E3C;
}
.p-front__flow__head {
  background-image: url("../images/flow-back01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 125px 0;
}
@media screen and (max-width: 767px) {
  .p-front__flow__head {
    padding: 45px 20px;
  }
}
.p-front__flow__head__texts {
  text-align: center;
}
.p-front__flow__head__texts h2 {
  color: white;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 767px) {
  .p-front__flow__head__texts h2 {
    font-size: 20px;
    font-weight: 500;
  }
}
.p-front__flow__head__texts p {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-front__flow__head__texts p {
    font-size: 13px;
    text-align: left;
    margin-top: 20px;
  }
}
.p-front__flow__image {
  width: 73.2vw;
  margin: -190px auto 0;
}
@media screen and (max-width: 767px) {
  .p-front__flow__image {
    width: 90%;
    margin: -100px auto 0;
  }
}
.p-front__flow__button {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-front__flow__button {
    margin-top: 20px;
  }
}
.p-front__flow__button a {
  display: inline-block;
  width: 400px;
  color: white;
  font-size: 13px;
  font-weight: 500;
  padding: 15px 0;
  border: 2px solid white;
  border-radius: 50px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__flow__button a {
    padding: 10px 0;
    width: 300px;
  }
}
.p-front__flow__button a:hover {
  background: white;
  color: black;
}
.p-front__income {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-front__income {
    padding: 40px 0;
  }
}
.p-front__income__head__grid {
  width: 90%;
  margin: 0 auto;
  max-width: 1500px;
}
@media screen and (max-width: 767px) {
  .p-front__income__head__grid {
    width: 100%;
    padding: 0 20px;
  }
}
.p-front__income__head__grid h2 {
  font-family: "Prata", serif;
  font-size: 30px;
  letter-spacing: 0.02rem;
  line-height: 1;
  font-weight: 400;
  color: #005E3C;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .p-front__income__head__grid h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__income__head__grid h2 {
    font-size: 24px;
  }
}
.p-front__income__head__grid h2::after {
  content: "";
  background: #005E3C;
  height: 2px;
  width: 30px;
  position: absolute;
  top: -20px;
  left: 0;
}
.p-front__income__head__grid p {
  font-size: 13px;
  font-weight: 500;
}
.p-front__income__contents {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-front__income__contents {
    padding-top: 30px;
  }
}
.p-front__income__contents ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-front__income__contents ul {
    display: block;
  }
}
.p-front__income__contents ul li {
  width: 31.33%;
  margin: 0 1%;
}
@media screen and (max-width: 767px) {
  .p-front__income__contents ul li {
    width: 100%;
    margin: initial;
    margin-bottom: 10px;
  }
}
.p-front__income__contents .item {
  display: block;
  padding: 0 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-front__income__contents .item {
    padding: 0 5px;
  }
}
.p-front__income__contents .item:hover .item__arrow .circle {
  width: 55px;
  height: 55px;
}
.p-front__income__contents .item:hover .item__arrow img {
  left: -20px;
}
.p-front__income__contents .item__image {
  position: relative;
}
.p-front__income__contents .item__image img {
  height: 20.497vw;
  max-height: 280px;
}
@media screen and (max-width: 767px) {
  .p-front__income__contents .item__image img {
    width: 100%;
    height: 200px;
  }
}
.p-front__income__contents .item__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-front__income__contents .item__status {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.p-front__income__contents .item__status span {
  color: white;
  display: inline-block;
  padding: 3px;
  font-size: 12px;
}
.p-front__income__contents .item__tag {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.p-front__income__contents .item__tag span {
  color: white;
  font-size: 12px;
}
.p-front__income__contents .item__title span {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  display: inline-block;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .p-front__income__contents .item__title span {
    font-size: 16px;
    padding: 5px;
  }
}
.p-front__income__contents .item__texts {
  position: relative;
}
.p-front__income__contents .item__adress {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.p-front__income__contents .item__adress .head {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02rem;
  min-width: 70px;
}
.p-front__income__contents .item__adress .adress {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02rem;
}
.p-front__income__contents .item__income {
  display: flex;
  align-items: baseline;
}
.p-front__income__contents .item__income .head {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02rem;
  min-width: 70px;
}
.p-front__income__contents .item__income .price {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02rem;
  color: #005E3C;
}
.p-front__income__contents .item__income .price .num {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-front__income__contents .item__income .price .num {
    font-size: 30px;
  }
}
.p-front__income__contents .item__price {
  display: flex;
  align-items: baseline;
}
.p-front__income__contents .item__price .head {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02rem;
  min-width: 70px;
  margin-right: 10px;
}
.p-front__income__contents .item__price .price {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02rem;
  color: #005E3C;
}
.p-front__income__contents .item__price .price .num {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-front__income__contents .item__price .price .num {
    font-size: 30px;
  }
}
.p-front__income__contents .item__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 60px;
}
@media screen and (max-width: 767px) {
  .p-front__income__contents .item__arrow {
    width: 40px;
  }
}
.p-front__income__contents .item__arrow .circle {
  width: 40px;
  height: 40px;
  border: 1px solid black;
  border-radius: 50%;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__income__contents .item__arrow .circle {
    width: 30px;
    height: 30px;
  }
}
.p-front__income__contents .item__arrow img {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 60px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__income__contents .item__arrow img {
    width: 30px;
    left: -15px;
  }
}
.p-front__income__contents {
  /* 成約済みアイテムのスタイル */
}
.p-front__income__contents .item--done {
  position: relative;
  cursor: default;
  pointer-events: none;
  /* クリックを無効化 */
}
.p-front__income__contents {
  /* 成約済みオーバーレイ */
}
.p-front__income__contents .item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  /* 半透明の黒 */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.p-front__income__contents .item__overlay-text {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background-color: rgba(255, 0, 0, 0.8);
  /* 赤い背景 */
  padding: 10px 30px;
  border-radius: 5px;
  letter-spacing: 0.1em;
}
.p-front__income__contents {
  /* 成約済みの場合、少し透明度を下げる(オプション) */
}
.p-front__income__contents .item--done .item__image,
.p-front__income__contents .item--done .item__title,
.p-front__income__contents .item--done .item__texts {
  opacity: 0.7;
}
.p-front__income__button {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-front__income__button {
    margin-top: 30px;
  }
}
.p-front__income__button a {
  display: inline-block;
  width: 400px;
  font-size: 13px;
  font-weight: 500;
  padding: 15px 0;
  border: 2px solid black;
  border-radius: 50px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__income__button a {
    padding: 10px 0;
    width: 300px;
  }
}
.p-front__income__button a:hover {
  background: black;
  color: white;
}
.p-front__event {
  background: #F5F5F5;
}
.p-front__event__grid {
  width: 90%;
  margin: 0 auto;
  max-width: 1500px;
  padding: 60px 0 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-front__event__grid {
    display: block;
  }
}
.p-front__event__head {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .p-front__event__head {
    width: 100%;
  }
}
.p-front__event__head h2 {
  font-family: "Prata", serif;
  font-size: 30px;
  letter-spacing: 0.02rem;
  line-height: 1;
  font-weight: 400;
  color: #005E3C;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .p-front__event__head h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__event__head h2 {
    font-size: 24px;
  }
}
.p-front__event__head h2::after {
  content: "";
  background: #005E3C;
  height: 2px;
  width: 30px;
  position: absolute;
  top: -20px;
  left: 0;
}
.p-front__event__head p {
  font-size: 13px;
  font-weight: 500;
}
.p-front__event__contents {
  width: 77%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-front__event__contents {
    width: 100%;
  }
}
.p-front__event__contents ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-front__event__contents ul {
    display: block;
  }
}
.p-front__event__contents ul li {
  width: 31.333%;
  margin: 0 1%;
}
@media screen and (max-width: 767px) {
  .p-front__event__contents ul li {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.p-front__event__contents ul li a {
  display: block;
}
.p-front__event__contents ul li a:hover .item__arrow .circle {
  width: 30px;
  height: 30px;
}
.p-front__event__contents ul li a:hover .item__arrow img {
  left: -10px;
}
.p-front__event__contents ul li a .item__image img {
  width: 100%;
  height: 16.83vw;
  max-height: 250px;
}
@media screen and (max-width: 767px) {
  .p-front__event__contents ul li a .item__image img {
    height: 54.53vw;
  }
}
.p-front__event__contents ul li a .item__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-front__event__contents ul li a .item__texts {
  padding: 10px 0 30px;
  position: relative;
}
.p-front__event__contents ul li a .item__texts h3 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02rem;
}
.p-front__event__contents ul li a .item__texts p {
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.02rem;
}
.p-front__event__contents ul li a .item__texts .date {
  font-size: 11px;
}
.p-front__event__contents ul li a .item__arrow {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 30px;
}
@media screen and (max-width: 767px) {
  .p-front__event__contents ul li a .item__arrow {
    width: 40px;
  }
}
.p-front__event__contents ul li a .item__arrow .circle {
  width: 25px;
  height: 25px;
  border: 1px solid black;
  border-radius: 50%;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__event__contents ul li a .item__arrow .circle {
    width: 30px;
    height: 30px;
  }
}
.p-front__event__contents ul li a .item__arrow img {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 60px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__event__contents ul li a .item__arrow img {
    width: 30px;
    left: -15px;
  }
}
.p-front__event__button {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-front__event__button {
    margin-top: 30px;
    text-align: center;
  }
}
.p-front__event__button a {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 20px;
  border: 1px solid black;
  border-radius: 50px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__event__button a {
    padding: 10px 0;
    width: 300px;
    text-align: center;
  }
}
.p-front__event__button a:hover {
  background: black;
  color: white;
}
.p-front__info__grid {
  width: 90%;
  margin: 0 auto;
  max-width: 1500px;
  padding: 100px 0 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-front__info__grid {
    display: block;
  }
}
.p-front__info__head {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .p-front__info__head {
    width: 100%;
  }
}
.p-front__info__head h2 {
  font-family: "Prata", serif;
  font-size: 30px;
  letter-spacing: 0.02rem;
  line-height: 1;
  font-weight: 400;
  color: #005E3C;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .p-front__info__head h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__info__head h2 {
    font-size: 24px;
  }
}
.p-front__info__head h2::after {
  content: "";
  background: #005E3C;
  height: 2px;
  width: 30px;
  position: absolute;
  top: -20px;
  left: 0;
}
.p-front__info__head p {
  font-size: 13px;
  font-weight: 500;
}
.p-front__info__contents {
  width: 77%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-front__info__contents {
    width: 100%;
  }
}
.p-front__info__contents ul li a {
  display: block;
}
.p-front__info__contents ul li a:hover .item__arrow .circle {
  width: 30px;
  height: 30px;
}
.p-front__info__contents ul li a:hover .item__arrow img {
  left: -10px;
}
.p-front__info__contents ul li a .item {
  display: flex;
  align-items: center;
  padding: 20px 80px 20px 0;
  border-bottom: 1px dotted black;
  position: relative;
}
.p-front__info__contents ul li a .item .date {
  margin-right: 30px;
  font-size: 13px;
  letter-spacing: 0.02rem;
  font-weight: 500;
}
.p-front__info__contents ul li a .item .title {
  font-size: 14px;
  letter-spacing: 0.02rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-front__info__contents ul li a .item__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 30px;
}
@media screen and (max-width: 767px) {
  .p-front__info__contents ul li a .item__arrow {
    width: 40px;
  }
}
.p-front__info__contents ul li a .item__arrow .circle {
  width: 25px;
  height: 25px;
  border: 1px solid black;
  border-radius: 50%;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__info__contents ul li a .item__arrow .circle {
    width: 30px;
    height: 30px;
  }
}
.p-front__info__contents ul li a .item__arrow img {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 60px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__info__contents ul li a .item__arrow img {
    width: 30px;
    left: -15px;
  }
}
.p-front__info__button {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-front__info__button {
    margin-top: 30px;
    text-align: center;
  }
}
.p-front__info__button a {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 20px;
  border: 1px solid black;
  border-radius: 50px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__info__button a {
    padding: 10px 0;
    width: 300px;
  }
}
.p-front__info__button a:hover {
  background: black;
  color: white;
}
.p-front__contact__grid {
  width: 87%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-front__contact__grid {
    padding: 0 0 60px;
  }
}
.p-front__contact__contents {
  background-image: url("../images/contact-back.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
}
.p-front__contact__contents a {
  display: block;
  padding: 100px 0;
  transition: all 0.3s;
}
.p-front__contact__contents a:hover {
  opacity: 0.7;
}
.p-front__contact__contents a h2 {
  text-align: center;
  color: white;
  font-family: "Prata", serif;
  font-size: 30px;
  letter-spacing: 0.02rem;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-front__contact__contents a h2 {
    font-size: 24px;
  }
}
.p-front__contact__contents a p {
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-front__contact__contents a p {
    font-size: 14px;
  }
}
.p-front__recruit {
  background-image: url("../images/recruit-back.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 50px 0 70px;
}
.p-front__recruit__head {
  text-align: center;
}
.p-front__recruit__head h2 {
  color: white;
  font-family: "Prata", serif;
  font-size: 30px;
  letter-spacing: 0.02rem;
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .p-front__recruit__head h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__recruit__head h2 {
    font-size: 24px;
  }
}
.p-front__recruit__head p {
  color: white;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 767px) {
  .p-front__recruit__head p {
    font-size: 13px;
  }
}
.p-front__recruit__text {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .p-front__recruit__text {
    padding: 20px 0;
  }
}
.p-front__recruit__text p {
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 767px) {
  .p-front__recruit__text p {
    font-size: 15px;
  }
}
.p-front__recruit__button {
  text-align: center;
}
.p-front__recruit__button a {
  display: inline-block;
  width: 400px;
  color: white;
  font-size: 13px;
  font-weight: 500;
  padding: 15px 0;
  border: 2px solid white;
  border-radius: 50px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__recruit__button a {
    padding: 10px 0;
    width: 300px;
  }
}
.p-front__recruit__button a:hover {
  background: white;
  color: black;
}

.p-company__main {
  position: relative;
}
.p-company__main__contents {
  position: relative;
}
.p-company__main__contents h1 {
  position: absolute;
  bottom: 10%;
  left: 15%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-company__main__contents h1 {
    bottom: 0;
    left: 50px;
  }
}
.p-company__main__contents h1 span {
  display: inline-block;
  color: white;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02rem;
}
@media screen and (min-width: 992px) {
  .p-company__main__contents h1 span {
    margin: 5px 0;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-company__main__contents h1 span {
    font-size: 16px;
    padding: 5px 5px;
  }
}
.p-company__life__grid {
  width: 73.2%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-company__life__grid {
    width: 100%;
    padding: 40px 20px;
  }
}
.p-company__life__head h2 {
  text-align: center;
}
.p-company__life__head h2 span {
  color: #005E3C;
  font-weight: 28px;
  font-weight: 700;
  position: relative;
}
.p-company__life__head h2 span::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #005E3C;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.p-company__life__image {
  margin: 40px auto;
  width: 90%;
}
.p-company__life__table table {
  width: 100%;
  border-collapse: collapse;
}
.p-company__life__table th,
.p-company__life__table td {
  border: 1px solid white;
  padding: 15px 20px;
  text-align: left;
  vertical-align: top;
  font-size: 15px;
}
.p-company__life__table th {
  background-color: #DDDDDD;
  font-weight: 700;
  width: 200px;
  white-space: nowrap;
  text-align: center;
}
.p-company__life__table td {
  background-color: #F5F5F5;
  color: #333;
}
.p-company__life__table td ul {
  list-style: none;
  padding-left: 0;
}
.p-company__life__table td ul li {
  padding: 2px 0;
}
.p-company__life__table td ul li:before {
  content: "・";
  margin-right: 5px;
}
.p-company__life__table .business-list li,
.p-company__life__table .member-list li,
.p-company__life__table .partner-list li,
.p-company__life__table .support-list li {
  padding: 3px 0;
}
@media screen and (max-width: 768px) {
  .p-company__life__table body {
    padding: 10px;
  }
  .p-company__life__table table {
    font-size: 12px;
  }
  .p-company__life__table th,
  .p-company__life__table td {
    padding: 10px;
    display: block;
    width: 100%;
  }
  .p-company__life__table th {
    background-color: #DDDDDD;
  }
}
.p-company__life__maps {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-company__life__maps {
    display: block;
  }
}
.p-company__life__map {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .p-company__life__map {
    width: 100%;
  }
}
.p-company__life__map h2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  color: #005E3C;
}
.p-company__life__map__frame {
  margin-top: 10px;
}
.p-company__life__map__frame iframe {
  width: 100%;
  height: 300px;
}

.p-about__main {
  position: relative;
}
.p-about__main__contents {
  position: relative;
}
.p-about__main__contents h1 {
  position: absolute;
  bottom: 10%;
  left: 15%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-about__main__contents h1 {
    bottom: 0;
    left: 50px;
  }
}
.p-about__main__contents h1 span {
  display: inline-block;
  color: white;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02rem;
}
@media screen and (min-width: 992px) {
  .p-about__main__contents h1 span {
    margin: 5px 0;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__contents h1 span {
    font-size: 16px;
    padding: 5px 5px;
  }
}
.p-about__group__grid {
  width: 87%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-about__group__grid {
    width: 100%;
  }
}
.p-about__group__head h2 {
  color: #005E3C;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__group__head h2 {
    font-size: 18px;
  }
}
.p-about__group__support {
  width: 90%;
  margin: 40px auto;
}
.p-about__mission {
  padding: 75px 0 75px;
}
@media screen and (max-width: 767px) {
  .p-about__mission {
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__mission__head {
    padding: 0 20px;
  }
}
.p-about__mission__head h2 {
  color: #005E3C;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.02rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-about__mission__head h2 {
    font-size: 18px;
  }
}
.p-about__mission__head p {
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-about__mission__head p {
    font-size: 13px;
    text-align: left;
  }
}
.p-about__mission__top__grid {
  width: 87%;
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-about__mission__top__grid {
    width: 100%;
    margin-top: 20px;
  }
}
.p-about__mission__top__image {
  width: 75%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-about__mission__top__image {
    width: 100%;
  }
}
.p-about__mission__top__texts {
  background: rgba(0, 0, 0, 0.8);
  width: 45%;
  padding: 40px 30px;
  color: white;
  margin-top: -200px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-about__mission__top__texts {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
  }
}
.p-about__mission__top__texts h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 767px) {
  .p-about__mission__top__texts h3 {
    font-size: 16px;
  }
}
.p-about__mission__top__texts p {
  font-size: 15px;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-about__mission__top__texts p {
    font-size: 13px;
  }
}
.p-about__mission__under__grid {
  width: 87%;
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-about__mission__under__grid {
    width: 100%;
    margin-top: 20px;
  }
}
.p-about__mission__under__image {
  width: 75%;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-about__mission__under__image {
    width: 100%;
  }
}
.p-about__mission__under__texts {
  margin-left: auto;
  background: rgba(0, 0, 0, 0.8);
  width: 45%;
  padding: 40px 30px;
  color: white;
  margin-top: -200px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-about__mission__under__texts {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
  }
}
.p-about__mission__under__texts h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 767px) {
  .p-about__mission__under__texts h3 {
    font-size: 16px;
  }
}
.p-about__mission__under__texts p {
  font-size: 15px;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-about__mission__under__texts p {
    font-size: 13px;
  }
}

.p-recruit__main {
  position: relative;
}
.p-recruit__main__contents {
  position: relative;
}
.p-recruit__main__contents h1 {
  position: absolute;
  bottom: 10%;
  left: 15%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-recruit__main__contents h1 {
    bottom: 0;
    left: 50px;
  }
}
.p-recruit__main__contents h1 span {
  display: inline-block;
  color: white;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02rem;
}
@media screen and (min-width: 992px) {
  .p-recruit__main__contents h1 span {
    margin: 5px 0;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__contents h1 span {
    font-size: 16px;
    padding: 5px 5px;
  }
}
.p-recruit__top__grid {
  width: 73.2%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__top__grid {
    width: 100%;
    padding: 40px 20px;
  }
}
.p-recruit__top__contents {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-recruit__top__contents {
    display: block;
  }
}
.p-recruit__top__image {
  width: 50%;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-recruit__top__image {
    width: 100%;
    padding-bottom: 0;
  }
}
.p-recruit__top__texts {
  width: 58%;
  margin-left: -90px;
  background: rgba(0, 0, 0, 0.8);
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .p-recruit__top__texts {
    margin: -50px auto 0;
    width: 95%;
    padding: 15px;
    position: relative;
    z-index: 1;
  }
}
.p-recruit__top__texts h2 {
  color: white;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__top__texts h2 {
    font-size: 16px;
  }
}
.p-recruit__top__texts p {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-recruit__top__texts p {
    font-size: 13px;
  }
}
.p-recruit__point__grid {
  width: 87%;
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-recruit__point__grid {
    width: 100%;
    padding: 0 20px 40px;
  }
}
.p-recruit__point__contents ul {
  display: flex;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .p-recruit__point__contents ul {
    display: block;
  }
}
.p-recruit__point__contents ul li {
  width: 25%;
  border-right: 1px dotted #005E3C;
}
@media screen and (max-width: 767px) {
  .p-recruit__point__contents ul li {
    width: 100%;
    border-right: initial;
    border-bottom: 1px dotted #005E3C;
  }
}
.p-recruit__point__contents ul li .item {
  padding: 20px 20px 30px;
}
.p-recruit__point__contents ul li .item__texts {
  text-align: center;
}
.p-recruit__point__contents ul li .item__texts h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02rem;
}
.p-recruit__point__contents ul li .item__texts p {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02rem;
}
.p-recruit__point__contents ul li:last-child {
  border-right: initial;
}
@media screen and (max-width: 767px) {
  .p-recruit__point__contents ul li:last-child {
    border-bottom: initial;
  }
}
.p-recruit__job__grid {
  width: 87%;
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-recruit__job__grid {
    width: 100%;
    padding: 0 0 40px;
  }
}
.p-recruit__job__back {
  background: #E8E8E8;
  padding: 50px 80px;
}
@media screen and (max-width: 767px) {
  .p-recruit__job__back {
    padding: 40px 20px;
  }
}
.p-recruit__job__head h2 {
  text-align: center;
}
.p-recruit__job__head h2 span {
  color: #005E3C;
  font-weight: 28px;
  font-weight: 700;
  position: relative;
}
.p-recruit__job__head h2 span::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #005E3C;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.p-recruit__job__head p {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 1.75;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-recruit__job__head p {
    font-size: 13px;
    margin-top: 20px;
  }
}
.p-recruit__job__head p .green {
  font-size: 20px;
  font-weight: 700;
  color: #005E3C;
}
@media screen and (max-width: 767px) {
  .p-recruit__job__head p .green {
    font-size: 15px;
  }
}
.p-recruit__job__contents {
  margin-top: 30px;
}
.p-recruit__job__contents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-recruit__job__contents ul {
    display: block;
  }
}
.p-recruit__job__contents ul li {
  width: 49%;
  margin-bottom: 15px;
  background: white;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .p-recruit__job__contents ul li {
    width: 100%;
  }
}
.p-recruit__job__contents ul li .item__texts {
  padding-top: 15px;
}
.p-recruit__job__contents ul li .item__texts h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #005E3C;
  letter-spacing: 0.02rem;
}
.p-recruit__job__contents ul li .item__texts p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 1.75;
  margin-top: 15px;
}
.p-recruit__check__grid {
  width: 87%;
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-recruit__check__grid {
    width: 100%;
    padding: 0 0 40px;
  }
}
.p-recruit__check__contents {
  padding: 0 80px;
}
@media screen and (max-width: 767px) {
  .p-recruit__check__contents {
    padding: 40px 20px;
  }
}
.p-recruit__check__contents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-recruit__check__contents ul {
    display: block;
  }
}
.p-recruit__check__contents ul li {
  width: 49%;
  margin-bottom: 15px;
  background: white;
  padding: 20px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .p-recruit__check__contents ul li {
    width: 100%;
  }
}
.p-recruit__check__contents ul li .item__texts {
  padding-top: 15px;
}
.p-recruit__check__contents ul li .item__texts h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #005E3C;
  letter-spacing: 0.02rem;
}
.p-recruit__check__contents ul li .item__texts p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 1.75;
  margin-top: 15px;
}
.p-recruit__person__grid {
  width: 73.2%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-recruit__person__grid {
    width: 100%;
    padding: 0 20px 40px;
  }
}
.p-recruit__person__contents .block h3 {
  background: #E8E8E8;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .p-recruit__person__contents .block h3 {
    line-height: 1.5;
  }
}
.p-recruit__person__contents .block__texts {
  padding: 20px 0 40px;
}
.p-recruit__person__contents .block__texts h4 {
  font-size: 18px;
  letter-spacing: 0.05rem;
  line-height: 1.75;
}
.p-recruit__person__contents .block__texts p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
}
.p-recruit__life__grid {
  width: 73.2%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .p-recruit__life__grid {
    width: 100%;
    padding: 0 20px 40px;
  }
}
.p-recruit__life__head h2 {
  text-align: center;
}
.p-recruit__life__head h2 span {
  color: #005E3C;
  font-weight: 28px;
  font-weight: 700;
  position: relative;
}
.p-recruit__life__head h2 span::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #005E3C;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.p-recruit__life__table {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-recruit__life__table {
    margin-top: 40px;
  }
}
.p-recruit__life__table table {
  width: 100%;
  border-collapse: collapse;
}
.p-recruit__life__table th,
.p-recruit__life__table td {
  border: 1px solid white;
  padding: 15px 20px;
  text-align: left;
  vertical-align: top;
  font-size: 15px;
}
.p-recruit__life__table th {
  background-color: #DDDDDD;
  font-weight: 700;
  width: 200px;
  white-space: nowrap;
  text-align: center;
}
.p-recruit__life__table td {
  background-color: #F5F5F5;
  color: #333;
}
.p-recruit__life__table td ul {
  list-style: none;
  padding-left: 0;
}
.p-recruit__life__table td ul li {
  padding: 2px 0;
}
.p-recruit__life__table td ul li:before {
  content: "・";
  margin-right: 5px;
}
.p-recruit__life__table .business-list li,
.p-recruit__life__table .member-list li,
.p-recruit__life__table .partner-list li,
.p-recruit__life__table .support-list li {
  padding: 3px 0;
}
@media screen and (max-width: 768px) {
  .p-recruit__life__table body {
    padding: 10px;
  }
  .p-recruit__life__table table {
    font-size: 12px;
  }
  .p-recruit__life__table th,
  .p-recruit__life__table td {
    padding: 10px;
    display: block;
    width: 100%;
  }
  .p-recruit__life__table th {
    background-color: #DDDDDD;
  }
}
.p-recruit__how__grid {
  width: 73.2%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-recruit__how__grid {
    width: 100%;
    padding: 0 20px 40px;
  }
}
.p-recruit__how__head h2 {
  text-align: center;
}
.p-recruit__how__head h2 span {
  color: #005E3C;
  font-weight: 28px;
  font-weight: 700;
  position: relative;
}
.p-recruit__how__head h2 span::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #005E3C;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.p-recruit__how__head p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
}
.p-recruit__how__head .normal {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-recruit__how__head .normal {
    margin-top: 40px;
  }
}
.p-recruit__how__head .small {
  font-size: 13px;
  margin-top: 10px;
}
.p-recruit__how__contents .block {
  margin-top: 20px;
}
.p-recruit__how__contents .block h3 {
  color: #005E3C;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1;
  padding: 20px 0 10px;
}
@media screen and (max-width: 767px) {
  .p-recruit__how__contents .block h3 {
    line-height: 1.5;
  }
}
.p-recruit__how__contents .block__image {
  margin-top: 10px;
}
.p-recruit__how__contents .block p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
}
.p-recruit__entry__grid {
  width: 73.2%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-recruit__entry__grid {
    width: 100%;
    padding: 0 20px 40px;
  }
}
.p-recruit__entry__grid a {
  display: block;
}
.p-recruit__entry__grid a:hover .p-recruit__entry__arrow .circle {
  width: 55px;
  height: 55px;
}
.p-recruit__entry__grid a:hover .p-recruit__entry__arrow img {
  left: -20px;
}
.p-recruit__entry__contents {
  position: relative;
  display: flex;
  align-items: center;
  background: #F5F5F5;
  padding: 100px 200px 100px 80px;
}
@media screen and (max-width: 767px) {
  .p-recruit__entry__contents {
    padding: 20px;
    display: block;
  }
}
.p-recruit__entry__contents h2 {
  color: #005E3C;
  font-family: "Prata", serif;
  font-size: 60px;
  letter-spacing: 0.02rem;
  line-height: 1;
  font-weight: 400;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .p-recruit__entry__contents h2 {
    font-size: 36px;
  }
}
.p-recruit__entry__contents p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-recruit__entry__contents p {
    font-size: 13px;
    margin-top: 10px;
  }
}
.p-recruit__entry__arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 60px;
}
@media screen and (max-width: 767px) {
  .p-recruit__entry__arrow {
    width: 40px;
    top: 20px;
    transform: initial;
  }
}
.p-recruit__entry__arrow .circle {
  width: 50px;
  height: 50px;
  border: 1px solid #005E3C;
  border-radius: 50%;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-recruit__entry__arrow .circle {
    width: 30px;
    height: 30px;
  }
}
.p-recruit__entry__arrow img {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 60px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-recruit__entry__arrow img {
    width: 30px;
    left: -15px;
  }
}

.p-flow__main {
  position: relative;
}
.p-flow__main__contents {
  position: relative;
}
.p-flow__main__contents h1 {
  position: absolute;
  bottom: 5%;
  left: 15%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-flow__main__contents h1 {
    bottom: 0;
    left: 20px;
    transform: initial;
  }
}
.p-flow__main__contents h1 span {
  display: inline-block;
  color: white;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02rem;
}
@media screen and (min-width: 992px) {
  .p-flow__main__contents h1 span {
    margin: 5px 0;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__main__contents h1 span {
    font-size: 16px;
  }
}
.p-flow__top__grid {
  width: 87%;
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-flow__top__grid {
    width: 100%;
    padding: 0 0 40px;
  }
}
.p-flow__top__contents {
  text-align: center;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .p-flow__top__contents {
    padding: 40px 20px;
  }
}
.p-flow__top__contents h2 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.02rem;
  color: #005E3C;
}
@media screen and (max-width: 767px) {
  .p-flow__top__contents h2 {
    font-size: 18px;
    text-align: left;
  }
}
.p-flow__top__contents p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-flow__top__contents p {
    font-size: 13px;
    text-align: left;
  }
}
.p-flow__step {
  background: #F5F5F5;
}
.p-flow__step__grid {
  width: 87%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-flow__step__grid {
    padding: 40px 0 60px;
  }
}
.p-flow__step__head h2 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.02rem;
  color: #005E3C;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__step__head h2 {
    font-size: 18px;
  }
}
.p-flow__step__contents {
  margin-top: 30px;
}
.p-flow__step__contents ul li {
  padding: 20px 0;
}
.p-flow__step__contents ul li .item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-flow__step__contents ul li .item {
    display: block;
    position: relative;
    padding-left: 75px;
  }
}
.p-flow__step__contents ul li .item__step {
  width: 110px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-flow__step__contents ul li .item__step {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    background: #F5F5F5;
  }
}
.p-flow__step__contents ul li .item__step::after {
  content: "";
  width: 41px;
  height: 3px;
  position: absolute;
  top: -28px;
  right: -8px;
  background: black;
  transform: rotate(-60deg);
}
@media screen and (max-width: 767px) {
  .p-flow__step__contents ul li .item__step::after {
    transform: initial;
    height: 330px;
    width: 2px;
    top: 60px;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
    -webkit-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
  }
}
.p-flow__step__contents ul li .item__image {
  width: 180px;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-flow__step__contents ul li .item__image {
    width: 100%;
    margin: 0;
  }
}
.p-flow__step__contents ul li .item__image img {
  width: 100%;
}
.p-flow__step__contents ul li .item__texts h3 {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-flow__step__contents ul li .item__texts h3 {
    font-size: 16px;
  }
}
.p-flow__step__contents ul li .item__texts p {
  font-size: 13px;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 10px;
}
.p-flow__step__contents ul li:first-child .item__step::after {
  content: initial;
}
@media screen and (max-width: 767px) {
  .p-flow__step__contents ul li:first-child .item__step::after {
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .p-flow__step__contents ul li:last-child .item__step::after {
    content: initial;
  }
}
.p-flow__step__contents ul .even {
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .p-flow__step__contents ul .even {
    padding-left: 0;
  }
}
.p-flow__step__contents ul .even .item__step::after {
  left: -8px;
  transform: rotate(60deg);
}
@media screen and (max-width: 767px) {
  .p-flow__step__contents ul .even .item__step::after {
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
    -webkit-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
  }
}
.p-flow__voice__grid {
  width: 87%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-flow__voice__grid {
    padding: 40px 0 60px;
  }
}
.p-flow__voice__head h2 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.02rem;
  color: #005E3C;
  text-align: center;
}
.p-flow__voice__contents {
  margin-top: 30px;
}
.p-flow__voice__contents ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-flow__voice__contents ul {
    display: block;
  }
}
.p-flow__voice__contents ul li {
  width: 31.33%;
}
@media screen and (max-width: 767px) {
  .p-flow__voice__contents ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-flow__voice__contents ul li .item__texts {
  padding-top: 10px;
}
.p-flow__voice__contents ul li .item__texts h3 {
  color: #005E3C;
  font-size: 18px;
  font-weight: 700;
}
.p-flow__voice__contents ul li .item__texts p {
  font-size: 13px;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 10px;
}
.p-flow__contact__grid {
  width: 87%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-flow__contact__grid {
    padding: 40px 0 60px;
  }
}
.p-flow__contact__contents {
  background-image: url("../images/flow-contact.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  padding: 60px 0;
}
.p-flow__contact__contents h2 {
  text-align: center;
  color: white;
  font-size: 26px;
  letter-spacing: 0.02rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-flow__contact__contents h2 {
    font-size: 15px;
  }
}
.p-flow__contact__contents p {
  color: white;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-flow__contact__contents p {
    font-size: 13px;
    margin-top: 20px;
  }
}
.p-flow__contact__button {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__contact__button {
    margin-top: 20px;
  }
}
.p-flow__contact__button a {
  display: inline-block;
  width: 400px;
  color: white;
  font-size: 13px;
  font-weight: 500;
  padding: 15px 0;
  border: 2px solid white;
  border-radius: 50px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-flow__contact__button a {
    padding: 10px 0;
    width: 300px;
  }
}
.p-flow__contact__button a:hover {
  background: white;
  color: black;
}

.p-income__main {
  position: relative;
}
.p-income__main__contents {
  position: relative;
}
.p-income__main__contents h1 {
  position: absolute;
  bottom: 10%;
  left: 15%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-income__main__contents h1 {
    bottom: 0;
    left: 50px;
  }
}
.p-income__main__contents h1 span {
  display: inline-block;
  color: white;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02rem;
}
@media screen and (min-width: 992px) {
  .p-income__main__contents h1 span {
    margin: 5px 0;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-income__main__contents h1 span {
    font-size: 16px;
    padding: 5px 5px;
  }
}
.p-income__list__grid {
  width: 87%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-income__list__grid {
    padding: 40px 0 60px;
  }
}
.p-income__list__head h2 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.02rem;
  color: #005E3C;
  text-align: center;
}
.p-income__list__contents {
  margin-top: 30px;
}
.p-income__list__contents ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-income__list__contents ul {
    display: block;
  }
}
.p-income__list__contents ul li {
  width: 31.33%;
  margin: 0 1% 20px;
}
@media screen and (max-width: 767px) {
  .p-income__list__contents ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-income__list__contents ul li .item {
  display: block;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-income__list__contents ul li .item {
    padding: 0 5px;
  }
}
.p-income__list__contents ul li .item:hover .item__arrow .circle {
  width: 55px;
  height: 55px;
}
.p-income__list__contents ul li .item:hover .item__arrow img {
  left: -20px;
}
.p-income__list__contents ul li .item__title {
  margin-top: -20px;
}
.p-income__list__contents ul li .item__title span {
  background: #D9EEE6;
  color: #005E3C;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  display: inline-block;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .p-income__list__contents ul li .item__title span {
    font-size: 16px;
    padding: 5px;
  }
}
.p-income__list__contents ul li .item__texts {
  position: relative;
}
.p-income__list__contents ul li .item__adress {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.p-income__list__contents ul li .item__adress .head {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02rem;
  min-width: 70px;
}
.p-income__list__contents ul li .item__adress .adress {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02rem;
}
.p-income__list__contents ul li .item__income {
  display: flex;
  align-items: baseline;
}
.p-income__list__contents ul li .item__income .head {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02rem;
  min-width: 70px;
}
.p-income__list__contents ul li .item__income .price {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02rem;
  color: #005E3C;
}
.p-income__list__contents ul li .item__income .price .num {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-income__list__contents ul li .item__income .price .num {
    font-size: 30px;
  }
}
.p-income__list__contents ul li .item__price {
  display: flex;
  align-items: baseline;
}
.p-income__list__contents ul li .item__price .head {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02rem;
  min-width: 70px;
}
.p-income__list__contents ul li .item__price .price {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02rem;
  color: #005E3C;
}
.p-income__list__contents ul li .item__price .price .num {
  font-size: 50px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-income__list__contents ul li .item__price .price .num {
    font-size: 30px;
  }
}
.p-income__list__contents ul li .item__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 60px;
}
@media screen and (max-width: 767px) {
  .p-income__list__contents ul li .item__arrow {
    width: 40px;
  }
}
.p-income__list__contents ul li .item__arrow .circle {
  width: 50px;
  height: 50px;
  border: 1px solid #005E3C;
  border-radius: 50%;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-income__list__contents ul li .item__arrow .circle {
    width: 30px;
    height: 30px;
  }
}
.p-income__list__contents ul li .item__arrow img {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 60px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-income__list__contents ul li .item__arrow img {
    width: 30px;
    left: -15px;
  }
}
.p-income__list__button {
  text-align: center;
  margin-top: 50px;
}
.p-income__list__button a {
  display: inline-block;
  width: 400px;
  font-size: 13px;
  font-weight: 500;
  padding: 15px 0;
  border: 2px solid black;
  border-radius: 50px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-income__list__button a {
    padding: 10px 0;
    width: 300px;
  }
}
.p-income__list__button a:hover {
  background: black;
  color: white;
}
.p-income__voice {
  background: #F5F5F5;
}
.p-income__voice__grid {
  width: 87%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-income__voice__grid {
    padding: 40px 0 60px;
  }
}
.p-income__voice__head h2 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.02rem;
  color: #005E3C;
  text-align: center;
}
.p-income__voice__contents {
  margin-top: 30px;
}
.p-income__voice__contents ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-income__voice__contents ul {
    display: block;
  }
}
.p-income__voice__contents ul li {
  width: 31.33%;
}
@media screen and (max-width: 767px) {
  .p-income__voice__contents ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-income__voice__contents ul li .item__texts {
  padding-top: 10px;
}
.p-income__voice__contents ul li .item__texts h3 {
  color: #005E3C;
  font-size: 18px;
  font-weight: 700;
}
.p-income__voice__contents ul li .item__texts p {
  font-size: 13px;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 10px;
}
.p-income__step__grid {
  width: 73.2%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-income__step__grid {
    width: 100%;
    padding: 40px 20px 60px;
  }
}
.p-income__step__head h2 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.02rem;
  color: #005E3C;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-income__step__head h2 {
    font-size: 18px;
  }
}
.p-income__step__contents {
  margin-top: 30px;
}
.p-income__step__contents ul li {
  padding: 20px 0;
}
.p-income__step__contents ul li .item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-income__step__contents ul li .item {
    display: block;
    position: relative;
    padding-left: 75px;
  }
}
.p-income__step__contents ul li .item__step {
  width: 110px;
  position: relative;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .p-income__step__contents ul li .item__step {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    background: white;
  }
}
.p-income__step__contents ul li .item__step::after {
  content: "";
  width: 41px;
  height: 3px;
  position: absolute;
  top: -28px;
  right: -8px;
  background: black;
  transform: rotate(-60deg);
}
@media screen and (max-width: 767px) {
  .p-income__step__contents ul li .item__step::after {
    transform: initial;
    height: 120px;
    width: 2px;
    top: 60px;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
    -webkit-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
  }
}
.p-income__step__contents ul li .item__texts h3 {
  color: black;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-income__step__contents ul li .item__texts h3 {
    font-size: 16px;
  }
}
.p-income__step__contents ul li .item__texts p {
  font-size: 13px;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 10px;
}
.p-income__step__contents ul li:first-child .item__step::after {
  content: initial;
}
@media screen and (max-width: 767px) {
  .p-income__step__contents ul li:first-child .item__step::after {
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .p-income__step__contents ul li:last-child .item__step::after {
    content: initial;
  }
}
.p-income__step__contents ul .even {
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .p-income__step__contents ul .even {
    padding-left: 0;
  }
}
.p-income__step__contents ul .even .item__step::after {
  left: -8px;
  transform: rotate(60deg);
}
@media screen and (max-width: 767px) {
  .p-income__step__contents ul .even .item__step::after {
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
    -webkit-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
  }
}
.p-income__contact__grid {
  width: 87%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-income__contact__grid {
    padding: 40px 0 60px;
  }
}
.p-income__contact__contents {
  background-image: url("../images/flow-contact.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  padding: 60px 0;
}
.p-income__contact__contents h2 {
  text-align: center;
  font-family: "Prata", serif;
  color: white;
  font-size: 30px;
  letter-spacing: 0.02rem;
  line-height: 1;
  font-weight: 700;
}
.p-income__contact__contents p {
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-income__contact__contents p {
    font-size: 13px;
    margin-top: 20px;
  }
}
.p-income__contact__tell {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-income__contact__tell {
    padding: 10px 0;
  }
}
.p-income__contact__tell img {
  width: 36px;
  margin-right: 10px;
}
.p-income__contact__tell span {
  color: white;
  font-size: 44px;
  font-weight: 500;
}
.p-income__contact__button {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-income__contact__button {
    margin-top: 20px;
  }
}
.p-income__contact__button a {
  display: inline-block;
  width: 400px;
  color: white;
  font-size: 13px;
  font-weight: 500;
  padding: 15px 0;
  border: 2px solid white;
  border-radius: 50px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-income__contact__button a {
    padding: 10px 0;
    width: 300px;
  }
}
.p-income__contact__button a:hover {
  background: white;
  color: black;
}

.p-news__main {
  position: relative;
}
.p-news__main__contents {
  position: relative;
}
.p-news__main__contents h1 {
  position: absolute;
  bottom: 10%;
  left: 15%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-news__main__contents h1 {
    bottom: 0;
    left: 50px;
  }
}
.p-news__main__contents h1 span {
  display: inline-block;
  color: white;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02rem;
}
@media screen and (min-width: 992px) {
  .p-news__main__contents h1 span {
    margin: 5px 0;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-news__main__contents h1 span {
    font-size: 16px;
    padding: 5px 5px;
  }
}
.p-news__list__grid {
  width: 87%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 60px 0 80px;
}
.p-news__list__contents {
  margin-top: 30px;
}
.p-news__list__contents ul li a {
  display: block;
}
.p-news__list__contents ul li a:hover .item__arrow .circle {
  width: 40px;
  height: 40px;
}
.p-news__list__contents ul li a:hover .item__arrow img {
  left: -10px;
}
.p-news__list__contents ul li a .item {
  display: flex;
  align-items: center;
  padding: 20px 80px 20px 0;
  border-bottom: 1px dotted black;
  position: relative;
}
.p-news__list__contents ul li a .item .date {
  margin-right: 30px;
  font-size: 15px;
  letter-spacing: 0.02rem;
  font-weight: 500;
}
.p-news__list__contents ul li a .item .title {
  font-size: 18px;
  letter-spacing: 0.02rem;
  font-weight: 700;
  line-height: 1.5;
  color: #005E3C;
}
.p-news__list__contents ul li a .item__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 40px;
}
@media screen and (max-width: 767px) {
  .p-news__list__contents ul li a .item__arrow {
    width: 40px;
  }
}
.p-news__list__contents ul li a .item__arrow .circle {
  width: 35px;
  height: 35px;
  border: 1px solid #005E3C;
  border-radius: 50%;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-news__list__contents ul li a .item__arrow .circle {
    width: 30px;
    height: 30px;
  }
}
.p-news__list__contents ul li a .item__arrow img {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 60px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-news__list__contents ul li a .item__arrow img {
    width: 30px;
    left: -15px;
  }
}
.p-news__list__pagenavi {
  padding: 40px 0 0;
}
.p-news__heading {
  position: relative;
}
.p-news__heading__grid {
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .p-news__heading__grid {
    padding-top: 50px;
    padding-left: 0;
  }
}
.p-news__heading__arrow {
  position: absolute;
  left: 50px;
  top: 38%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-news__heading__arrow a {
  display: flex;
  transform: rotate(90deg);
  transform-origin: left top;
  align-items: center;
}
.p-news__heading__arrow a span {
  font-size: 16px;
  font-weight: bold;
  color: #005E3C;
  margin-right: 20px;
}
.p-news__heading__arrow a img {
  width: 60px;
  height: 10px;
  animation: arrow-bounce 1.5s ease-in-out infinite;
}
.p-news__heading__contents {
  background: #E1F5EE;
  padding: 105px 70px 70px;
}
@media screen and (max-width: 767px) {
  .p-news__heading__contents {
    padding: 105px 20px 70px;
  }
}
.p-news__heading__contents h1 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  color: #005E3C;
}
@media screen and (max-width: 767px) {
  .p-news__heading__contents h1 {
    font-size: 18px;
  }
}
.p-news__detail__grid {
  width: 73.2%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-news__detail__grid {
    width: 100%;
    padding: 40px 20px;
  }
}
.p-news__detail__contents h2 {
  font-size: 24px;
  background: #E1F5EE;
  padding: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin: 20px 0;
}
.p-news__detail__contents h3 {
  font-size: 20px;
  border-left: 3px solid #E1F5EE;
  padding: 5px 15px;
  font-weight: 700;
  line-height: 1.5;
  margin: 20px 0;
}
.p-news__detail__contents p,
.p-news__detail__contents a,
.p-news__detail__contents li {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  margin: 20px 0;
}
.p-news__detail__contents img {
  margin: 20px 0;
}
.p-news__detail__links {
  padding-top: 60px;
}
.p-news__detail__links .post-navigation {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.p-news__detail__links .post-navigation__prev,
.p-news__detail__links .post-navigation__list,
.p-news__detail__links .post-navigation__next {
  text-align: center;
}
.p-news__detail__links {
  /* 次の記事がない場合、一覧に戻るの右ボーダーを消す */
}
.p-news__detail__links .post-navigation__list:last-child {
  border-right: none;
}
.p-news__detail__links .post-navigation a {
  display: block;
  padding: 15px 20px;
  color: #005E3C;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #005E3C;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-news__detail__links .post-navigation a {
    font-size: 12px;
    padding: 15px 10px;
  }
}
.p-news__detail__links .post-navigation a:hover {
  background-color: #f0f0f0;
}
.p-news__detail__links .post-navigation__list {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .p-news__detail__links .post-navigation__list {
    width: 140px;
  }
}
.p-news__detail__links .post-navigation__prev,
.p-news__detail__links .post-navigation__next {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .p-news__detail__links .post-navigation__prev,
  .p-news__detail__links .post-navigation__next {
    width: 100px;
  }
}

.p-event__main {
  position: relative;
}
.p-event__main__contents {
  position: relative;
}
.p-event__main__contents h1 {
  position: absolute;
  bottom: 10%;
  left: 15%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-event__main__contents h1 {
    bottom: 0;
    left: 50px;
  }
}
.p-event__main__contents h1 span {
  display: inline-block;
  color: white;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02rem;
}
@media screen and (min-width: 992px) {
  .p-event__main__contents h1 span {
    margin: 5px 0;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-event__main__contents h1 span {
    font-size: 16px;
    padding: 5px 5px;
  }
}
.p-event__list__grid {
  width: 87%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-event__list__grid {
    display: block;
  }
}
.p-event__list__contents {
  margin-top: 30px;
}
.p-event__list__contents ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-event__list__contents ul {
    display: block;
  }
}
.p-event__list__contents ul li {
  width: 31.333%;
  margin: 0 1%;
}
@media screen and (max-width: 767px) {
  .p-event__list__contents ul li {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.p-event__list__contents ul li a {
  display: block;
}
.p-event__list__contents ul li a:hover .item__arrow .circle {
  width: 40px;
  height: 40px;
}
.p-event__list__contents ul li a:hover .item__arrow img {
  left: -10px;
}
.p-event__list__contents ul li a .item__image img {
  width: 100%;
  height: 16.83vw;
  max-height: 250px;
}
@media screen and (max-width: 767px) {
  .p-event__list__contents ul li a .item__image img {
    height: 54.53vw;
  }
}
.p-event__list__contents ul li a .item__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-event__list__contents ul li a .item__texts {
  padding: 10px 0 30px;
  position: relative;
}
.p-event__list__contents ul li a .item__texts h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02rem;
  color: #005E3C;
}
.p-event__list__contents ul li a .item__texts p {
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.02rem;
}
.p-event__list__contents ul li a .item__texts .date {
  font-size: 11px;
}
.p-event__list__contents ul li a .item__arrow {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .p-event__list__contents ul li a .item__arrow {
    width: 40px;
  }
}
.p-event__list__contents ul li a .item__arrow .circle {
  width: 35px;
  height: 35px;
  border: 1px solid #005E3C;
  border-radius: 50%;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-event__list__contents ul li a .item__arrow .circle {
    width: 30px;
    height: 30px;
  }
}
.p-event__list__contents ul li a .item__arrow img {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 60px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-event__list__contents ul li a .item__arrow img {
    width: 30px;
    left: -15px;
  }
}
.p-event__list__pagenavi {
  padding: 40px 0 0;
}

.p-contact__main {
  position: relative;
}
.p-contact__main__contents {
  position: relative;
}
.p-contact__main__contents h1 {
  position: absolute;
  bottom: 10%;
  left: 15%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-contact__main__contents h1 {
    bottom: 0;
    left: 50px;
  }
}
.p-contact__main__contents h1 span {
  display: inline-block;
  color: black;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02rem;
}
@media screen and (min-width: 992px) {
  .p-contact__main__contents h1 span {
    margin: 5px 0;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__main__contents h1 span {
    font-size: 16px;
    padding: 5px 5px;
  }
}
.p-contact__line__grid {
  width: 87%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-contact__line__grid {
    width: 100%;
    padding: 40px 20px;
  }
}
.p-contact__line__contents {
  background: #f5f5f5;
  padding: 40px 350px 40px 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__line__contents {
    padding: 25px 20px 80px;
  }
}
.p-contact__line__contents::after {
  content: "";
  width: 257px;
  height: 342px;
  background-image: url("../images/iphone.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-contact__line__contents::after {
    width: 119px;
    height: 158px;
    right: 10px;
  }
}
.p-contact__line__contents .item h2 {
  color: #005E3C;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 767px) {
  .p-contact__line__contents .item h2 {
    font-size: 15px;
  }
}
.p-contact__line__contents .item h3 {
  margin-top: 20px;
  color: #005E3C;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 767px) {
  .p-contact__line__contents .item h3 {
    margin-top: 10px;
    font-size: 15px;
  }
}
.p-contact__line__contents .item p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1.75;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-contact__line__contents .item p {
    margin-top: 5px;
    font-size: 13px;
  }
}
.p-contact__line__contents .item__button {
  width: 250px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-contact__line__contents .item__button {
    width: 180px;
  }
}
.p-contact__text__grid {
  width: 87%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .p-contact__text__grid {
    width: 100%;
    padding: 0 20px 40px;
  }
}
.p-contact__text__grid p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1.75;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-contact__text__grid p {
    font-size: 13px;
  }
}
.p-contact__form__grid {
  width: 87%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .p-contact__form__grid {
    width: 100%;
    padding: 0 20px 40px;
  }
}
.p-contact__form__contents .contact-form {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.p-contact__form__contents .form-row {
  display: flex;
  border-bottom: 1px solid white;
  min-height: 80px;
}
.p-contact__form__contents .form-label {
  flex: 0 0 280px;
  background-color: #f5f5f5;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
}
.p-contact__form__contents .form-label p {
  display: flex;
  align-items: center;
}
.p-contact__form__contents .form-label.optional {
  background-color: #f5f5f5;
}
.p-contact__form__contents .badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  flex-shrink: 0;
  margin-right: 10px;
}
.p-contact__form__contents .required .badge {
  background-color: #e63946;
}
.p-contact__form__contents .optional .badge {
  background-color: #8c8c8c;
}
.p-contact__form__contents .form-content {
  flex: 1;
  padding: 20px 24px;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-contact__form__contents {
  /* Input styles */
}
.p-contact__form__contents input[type=text],
.p-contact__form__contents input[type=email],
.p-contact__form__contents input[type=tel],
.p-contact__form__contents select,
.p-contact__form__contents textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  font-size: 15px;
  background-color: #fff;
  transition: border-color 0.3s;
}
.p-contact__form__contents input[type=text]:focus,
.p-contact__form__contents input[type=email]:focus,
.p-contact__form__contents input[type=tel]:focus,
.p-contact__form__contents select:focus,
.p-contact__form__contents textarea:focus {
  outline: none;
  border-color: #0f5747;
}
.p-contact__form__contents input::-moz-placeholder, .p-contact__form__contents textarea::-moz-placeholder {
  color: #c0c0c0;
}
.p-contact__form__contents input::placeholder,
.p-contact__form__contents textarea::placeholder {
  color: #c0c0c0;
}
.p-contact__form__contents textarea {
  resize: vertical;
  font-family: inherit;
}
.p-contact__form__contents {
  /* Checkbox grid */
}
.p-contact__form__contents .checkbox-grid .wpcf7-form-control {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 20px;
}
.p-contact__form__contents .checkbox-grid .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
}
.p-contact__form__contents .checkbox-grid .wpcf7-list-item label input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #0f5747;
}
.p-contact__form__contents .checkbox-grid .wpcf7-list-item label span {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-contact__form__contents {
  /* Radio group */
}
.p-contact__form__contents .radio-group .wpcf7-form-control {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.p-contact__form__contents .radio-group .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 15px;
}
.p-contact__form__contents .radio-group .wpcf7-list-item input[type=radio] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #0f5747;
}
.p-contact__form__contents .radio-group .wpcf7-list-item span {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-contact__form__contents {
  /* Address section */
}
.p-contact__form__contents .address-section {
  margin-bottom: 16px;
}
.p-contact__form__contents .address-section select {
  max-width: 250px;
  cursor: pointer;
}
.p-contact__form__contents .address-section:first-child input {
  max-width: 200px;
}
.p-contact__form__contents .address-section:last-child {
  margin-bottom: 0;
}
.p-contact__form__contents .address-section:last-child input {
  width: 100%;
}
.p-contact__form__contents .address-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #555;
}
.p-contact__form__contents {
  /* Privacy section */
}
.p-contact__form__contents .privacy-section {
  padding: 32px 24px;
  display: flex;
  justify-content: center;
  background-color: #fff;
}
.p-contact__form__contents .privacy-section .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 15px;
}
.p-contact__form__contents .privacy-section .wpcf7-list-item label input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #0f5747;
}
.p-contact__form__contents .privacy-section .wpcf7-list-item label span {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-contact__form__contents {
  /* Submit section */
}
.p-contact__form__contents .submit-section {
  padding: 32px 24px 40px;
  display: flex;
  justify-content: center;
  background-color: #fff;
}
.p-contact__form__contents .submit-section input {
  background-color: #0f5747;
  color: #fff;
  border: none;
  padding: 18px 80px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.1s;
  box-shadow: 0 4px 12px rgba(15, 87, 71, 0.3);
}
.p-contact__form__contents .submit-section input:hover {
  background-color: #0d4939;
}
.p-contact__form__contents .submit-section input:active {
  transform: translateY(1px);
}
.p-contact__form__contents {
  /* Responsive design */
}
@media (max-width: 768px) {
  .p-contact__form__contents .form-row {
    flex-direction: column;
  }
  .p-contact__form__contents .form-label {
    flex: none;
    width: 100%;
  }
  .p-contact__form__contents .checkbox-grid {
    grid-template-columns: 1fr;
  }
  .p-contact__form__contents .radio-group {
    flex-direction: column;
    gap: 12px;
  }
  .p-contact__form__contents .submit-button {
    width: 100%;
    padding: 18px 40px;
  }
}

.p-case__main {
  position: relative;
}
.p-case__main__contents {
  position: relative;
}
.p-case__main__contents h1 {
  position: absolute;
  bottom: 10%;
  left: 15%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-case__main__contents h1 {
    bottom: 0;
    left: 50px;
  }
}
.p-case__main__contents h1 span {
  display: inline-block;
  color: white;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02rem;
}
@media screen and (min-width: 992px) {
  .p-case__main__contents h1 span {
    margin: 5px 0;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-case__main__contents h1 span {
    font-size: 16px;
    padding: 5px 5px;
  }
}
.p-case__tag__grid {
  width: 85%;
  margin: 0 auto;
  max-width: 1160px;
  padding: 40px;
  background: #f5f5f5;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-case__tag__grid {
    width: 100%;
    padding: 20px;
    margin-top: 40px;
  }
}
.p-case__tag__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-case__tag__list {
    gap: 10px;
  }
}
.p-case__tag__item {
  list-style: none;
}
.p-case__tag__link {
  display: inline-block;
  padding: 5px 10px;
  border: 2px solid #005E3C;
  color: #005E3C;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s;
  border-radius: 25px;
  background: white;
}
@media screen and (max-width: 767px) {
  .p-case__tag__link {
    padding: 5px 10px;
    font-size: 12px;
  }
}
.p-case__tag__link:hover {
  background: #005E3C;
  color: white;
}
.p-case__tag__link.active {
  background: #005E3C;
  color: white;
}
.p-case__list__grid {
  width: 87%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-case__list__grid {
    display: block;
    padding: 20px 0 40px;
  }
}
.p-case__list__contents {
  margin-top: 30px;
}
.p-case__list__contents ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-case__list__contents ul {
    display: block;
  }
}
.p-case__list__contents ul li {
  width: 31.333%;
  margin: 0 1% 20px;
}
@media screen and (max-width: 767px) {
  .p-case__list__contents ul li {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.p-case__list__contents ul li .item {
  display: block;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-case__list__contents ul li .item {
    padding: 0 5px;
  }
}
.p-case__list__contents ul li .item:hover .item__arrow .circle {
  width: 55px;
  height: 55px;
}
.p-case__list__contents ul li .item:hover .item__arrow img {
  left: -20px;
}
.p-case__list__contents ul li .item__image img {
  height: 20.497vw;
  max-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-case__list__contents ul li .item__image img {
    height: 200px;
  }
}
.p-case__list__contents ul li .item__title {
  margin-top: -20px;
}
.p-case__list__contents ul li .item__title span {
  background: #D9EEE6;
  color: #005E3C;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  display: inline-block;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .p-case__list__contents ul li .item__title span {
    font-size: 16px;
    padding: 5px;
  }
}
.p-case__list__contents ul li .item__texts {
  position: relative;
}
.p-case__list__contents ul li .item__adress {
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding-bottom: 40px;
}
.p-case__list__contents ul li .item__adress .head {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02rem;
  min-width: 70px;
}
.p-case__list__contents ul li .item__adress .adress {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02rem;
}
.p-case__list__contents ul li .item__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 60px;
}
@media screen and (max-width: 767px) {
  .p-case__list__contents ul li .item__arrow {
    width: 40px;
  }
}
.p-case__list__contents ul li .item__arrow .circle {
  width: 50px;
  height: 50px;
  border: 1px solid #005E3C;
  border-radius: 50%;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-case__list__contents ul li .item__arrow .circle {
    width: 30px;
    height: 30px;
  }
}
.p-case__list__contents ul li .item__arrow img {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 60px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-case__list__contents ul li .item__arrow img {
    width: 30px;
    left: -15px;
  }
}
.p-case__list__pagenavi {
  padding: 40px 0 0;
}
.p-case__heading {
  position: relative;
}
.p-case__heading__grid {
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .p-case__heading__grid {
    padding-top: 50px;
    padding-left: 0;
  }
}
.p-case__heading__arrow {
  position: absolute;
  left: 50px;
  top: 38%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-case__heading__arrow a {
  display: flex;
  transform: rotate(90deg);
  transform-origin: left top;
  align-items: center;
}
.p-case__heading__arrow a span {
  font-size: 16px;
  font-weight: bold;
  color: #005E3C;
  margin-right: 20px;
}
.p-case__heading__arrow a img {
  width: 60px;
  height: 10px;
  animation: arrow-bounce 1.5s ease-in-out infinite;
}
.p-case__heading__contents {
  background: #E1F5EE;
  padding: 105px 70px 70px;
}
@media screen and (max-width: 767px) {
  .p-case__heading__contents {
    padding: 105px 20px 70px;
  }
}
.p-case__heading__contents h1 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  color: #005E3C;
}
@media screen and (max-width: 767px) {
  .p-case__heading__contents h1 {
    font-size: 18px;
  }
}
.p-case__detail__grid {
  width: 73.2%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-case__detail__grid {
    width: 100%;
    padding: 40px 20px;
  }
}
.p-case__detail__contents {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-case__detail__contents {
    display: block;
    padding-top: 20px;
  }
}
.p-case__detail__texts {
  width: 49%;
}
@media screen and (min-width: 992px) {
  .p-case__detail__texts {
    position: sticky;
    top: 150px;
    align-self: flex-start;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .p-case__detail__texts {
    position: sticky;
    top: 150px;
    align-self: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-case__detail__texts {
    width: 100%;
  }
}
.p-case__detail__texts h2 {
  font-size: 24px;
  background: #E1F5EE;
  padding: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin: 20px 0;
  color: #005E3C;
}
.p-case__detail__texts h3 {
  font-size: 20px;
  color: #005E3C;
  font-weight: 700;
  line-height: 1.5;
  min-width: 150px;
}
.p-case__detail__texts p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
}
.p-case__detail__texts .point {
  padding-bottom: 10px;
}
.p-case__detail__texts .site_area,
.p-case__detail__texts .total_floor,
.p-case__detail__texts .area,
.p-case__detail__texts .date,
.p-case__detail__texts .structure,
.p-case__detail__texts .price {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.p-case__detail__texts .site_area p,
.p-case__detail__texts .total_floor p,
.p-case__detail__texts .area p,
.p-case__detail__texts .date p,
.p-case__detail__texts .structure p,
.p-case__detail__texts .price p {
  font-size: 20px;
  font-weight: 700;
}
.p-case__detail__texts .price p {
  color: #005E3C;
  font-size: 40px;
  line-height: 1;
}
.p-case__detail__texts .price p .yen {
  font-size: 20px;
}
.p-case__detail__images {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .p-case__detail__images {
    width: 100%;
    padding-top: 20px;
  }
}
.p-case__detail__images h2 {
  font-size: 24px;
  background: #E1F5EE;
  padding: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin: 20px 0;
}
.p-case__detail__images h3 {
  font-size: 20px;
  border-left: 3px solid #E1F5EE;
  padding: 5px 15px;
  font-weight: 700;
  line-height: 1.5;
  margin: 20px 0;
}
.p-case__detail__images p,
.p-case__detail__images a,
.p-case__detail__images li {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  margin: 20px 0;
}
.p-case__detail__images img {
  margin: 20px 0;
}
.p-case__detail__links {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-case__detail__links {
    padding-top: 20px;
  }
}
.p-case__detail__links .post-navigation {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.p-case__detail__links .post-navigation__prev,
.p-case__detail__links .post-navigation__list,
.p-case__detail__links .post-navigation__next {
  text-align: center;
}
.p-case__detail__links {
  /* 次の記事がない場合、一覧に戻るの右ボーダーを消す */
}
.p-case__detail__links .post-navigation__list:last-child {
  border-right: none;
}
.p-case__detail__links .post-navigation a {
  display: block;
  padding: 15px 20px;
  color: #005E3C;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #005E3C;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-case__detail__links .post-navigation a {
    font-size: 12px;
    padding: 15px 10px;
  }
}
.p-case__detail__links .post-navigation a:hover {
  background-color: #f0f0f0;
}
.p-case__detail__links .post-navigation__list {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .p-case__detail__links .post-navigation__list {
    width: 140px;
  }
}
.p-case__detail__links .post-navigation__prev,
.p-case__detail__links .post-navigation__next {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .p-case__detail__links .post-navigation__prev,
  .p-case__detail__links .post-navigation__next {
    width: 100px;
  }
}

.p-invest__heading {
  position: relative;
}
.p-invest__heading__grid {
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .p-invest__heading__grid {
    padding-top: 50px;
    padding-left: 0;
  }
}
.p-invest__heading__arrow {
  position: absolute;
  left: 50px;
  top: 38%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-invest__heading__arrow a {
  display: flex;
  transform: rotate(90deg);
  transform-origin: left top;
  align-items: center;
}
.p-invest__heading__arrow a span {
  font-size: 16px;
  font-weight: bold;
  color: #005E3C;
  margin-right: 20px;
}
.p-invest__heading__arrow a img {
  width: 60px;
  height: 10px;
  animation: arrow-bounce 1.5s ease-in-out infinite;
}
.p-invest__heading__contents {
  background: #E1F5EE;
  padding: 105px 70px 70px;
}
@media screen and (max-width: 767px) {
  .p-invest__heading__contents {
    padding: 105px 20px 70px;
  }
}
.p-invest__heading__contents h1 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  color: #005E3C;
}
@media screen and (max-width: 767px) {
  .p-invest__heading__contents h1 {
    font-size: 18px;
  }
}
.p-invest__detail__grid {
  width: 73.2%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-invest__detail__grid {
    width: 100%;
    padding: 40px 20px;
  }
}
.p-invest__detail__icatch .block {
  text-align: center;
  height: 41.178vw;
  max-height: 562.5px;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .p-invest__detail__icatch .block {
    height: 60vw;
  }
}
.p-invest__detail__icatch .block img {
  width: auto;
  height: 100%;
}
.p-invest__detail__contents {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .p-invest__detail__contents {
    display: block;
    padding-top: 20px;
  }
}
.p-invest__detail__contents h2 {
  font-size: 24px;
  background: #f5f5f5;
  padding: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin: 20px 0;
  color: #005E3C;
}
.p-invest__detail__base {
  padding: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .p-invest__detail__base {
    padding: 0 0 40px;
  }
}
.p-invest__detail__base h3 {
  font-size: 16px;
  color: #005E3C;
  font-weight: 700;
  line-height: 1.5;
  min-width: 150px;
}
.p-invest__detail__base div {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.p-invest__detail__base div p {
  font-size: 14px;
  font-weight: 400;
}
.p-invest__detail__base .price p {
  color: #005E3C;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
.p-invest__detail__base .price p .yen {
  font-size: 16px;
}
.p-invest__detail__base .station div {
  display: block;
}
.p-invest__detail__base .station div p {
  font-size: 14px;
  font-weight: 400;
}
.p-invest__detail__base .station div ul {
  padding-left: 20px;
  list-style-type: disc;
}
.p-invest__detail__base .station div ul li {
  font-size: 14px;
  font-weight: 400;
}
.p-invest__detail__free {
  padding: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .p-invest__detail__free {
    padding: 0 0 40px;
  }
}
.p-invest__detail__free h3 {
  font-size: 16px;
  color: #005E3C;
  font-weight: 700;
  line-height: 1.5;
}
.p-invest__detail__free p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  margin: 10px 0;
}
.p-invest__detail__free .rent-floor .rent-rooms {
  margin: 10px 0 30px;
}
.p-invest__detail__free .rent-floor table {
  width: 100%;
  border-collapse: collapse;
}
.p-invest__detail__free .rent-floor table tr th,
.p-invest__detail__free .rent-floor table tr td {
  border: solid 1px #E0E0E0;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
}
.p-invest__detail__table {
  padding: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .p-invest__detail__table {
    padding: 0 0 40px;
  }
}
.p-invest__detail__table h3 {
  font-size: 16px;
  color: #005E3C;
  font-weight: 700;
  line-height: 1.5;
  min-width: 150px;
}
.p-invest__detail__table div {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.p-invest__detail__table div p {
  font-size: 14px;
  font-weight: 400;
}
.p-invest__detail__table .street-direction div {
  display: block;
}
.p-invest__detail__around {
  padding-bottom: 80px;
}
.p-invest__detail__around h2 {
  font-size: 24px;
  background: #E1F5EE;
  padding: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin: 20px 0;
  color: #005E3C;
}
.p-invest__detail__around .neighborhood {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-invest__detail__around .neighborhood .block {
  width: 24%;
}
@media screen and (max-width: 767px) {
  .p-invest__detail__around .neighborhood .block {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-invest__detail__contact__contents {
  background-image: url("../images/contact-back.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
}
.p-invest__detail__contact__contents a {
  display: block;
  padding: 100px 0;
  transition: all 0.3s;
}
.p-invest__detail__contact__contents a:hover {
  opacity: 0.7;
}
.p-invest__detail__contact__contents a h2 {
  text-align: center;
  color: white;
  font-family: "Prata", serif;
  font-size: 40px;
  letter-spacing: 0.02rem;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-invest__detail__contact__contents a h2 {
    font-size: 30px;
  }
}
.p-invest__detail__contact__contents a p {
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-invest__detail__contact__contents a p {
    font-size: 16px;
  }
}
.p-invest__detail__links {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-invest__detail__links {
    padding-top: 20px;
  }
}
.p-invest__detail__links .post-navigation {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.p-invest__detail__links .post-navigation__prev,
.p-invest__detail__links .post-navigation__list,
.p-invest__detail__links .post-navigation__next {
  text-align: center;
}
.p-invest__detail__links {
  /* 次の記事がない場合、一覧に戻るの右ボーダーを消す */
}
.p-invest__detail__links .post-navigation__list:last-child {
  border-right: none;
}
.p-invest__detail__links .post-navigation a {
  display: block;
  padding: 15px 20px;
  color: #005E3C;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #005E3C;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-invest__detail__links .post-navigation a {
    font-size: 12px;
    padding: 15px 10px;
  }
}
.p-invest__detail__links .post-navigation a:hover {
  background-color: #f0f0f0;
}
.p-invest__detail__links .post-navigation__list {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .p-invest__detail__links .post-navigation__list {
    width: 140px;
  }
}
.p-invest__detail__links .post-navigation__prev,
.p-invest__detail__links .post-navigation__next {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .p-invest__detail__links .post-navigation__prev,
  .p-invest__detail__links .post-navigation__next {
    width: 100px;
  }
}

.p-property__main {
  position: relative;
}
.p-property__main__contents {
  position: relative;
}
.p-property__main__contents h1 {
  position: absolute;
  bottom: 10%;
  left: 15%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-property__main__contents h1 {
    bottom: 0;
    left: 50px;
  }
}
.p-property__main__contents h1 span {
  display: inline-block;
  color: white;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02rem;
}
@media screen and (min-width: 992px) {
  .p-property__main__contents h1 span {
    margin: 5px 0;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-property__main__contents h1 span {
    font-size: 16px;
    padding: 5px 5px;
  }
}
.p-property__tag__grid {
  width: 85%;
  margin: 0 auto;
  max-width: 1160px;
  padding: 40px;
  background: #f5f5f5;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-property__tag__grid {
    width: 100%;
    padding: 20px;
    margin-top: 40px;
  }
}
.p-property__tag__heading {
  color: #005E3C;
  margin: 20px 0 10px;
}
.p-property__tag__heading--first {
  margin-top: 0;
}
.p-property__tag__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-property__tag__list {
    gap: 10px;
  }
}
.p-property__tag__item {
  list-style: none;
}
.p-property__tag__link {
  display: inline-block;
  padding: 5px 10px;
  border: 2px solid #005E3C;
  color: #005E3C;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s;
  border-radius: 25px;
  background: white;
}
@media screen and (max-width: 767px) {
  .p-property__tag__link {
    padding: 5px 10px;
    font-size: 12px;
  }
}
.p-property__tag__link:hover {
  background: #005E3C;
  color: white;
}
.p-property__tag__link.active {
  background: #005E3C;
  color: white;
}
.p-property__list__grid {
  width: 87%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-property__list__grid {
    display: block;
  }
}
.p-property__list__contents {
  margin-top: 30px;
}
.p-property__list__contents ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-property__list__contents ul {
    display: block;
  }
}
.p-property__list__contents ul li {
  width: 31.333%;
  margin: 0 1% 20px;
}
@media screen and (max-width: 767px) {
  .p-property__list__contents ul li {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.p-property__list__contents ul li .item {
  display: block;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-property__list__contents ul li .item {
    padding: 0 5px;
  }
}
.p-property__list__contents ul li .item:hover .item__arrow .circle {
  width: 55px;
  height: 55px;
}
.p-property__list__contents ul li .item:hover .item__arrow img {
  left: -20px;
}
.p-property__list__contents ul li .item__image {
  position: relative;
}
.p-property__list__contents ul li .item__image img {
  height: 20.497vw;
  max-height: 280px;
}
@media screen and (max-width: 767px) {
  .p-property__list__contents ul li .item__image img {
    width: 100%;
    height: 200px;
  }
}
.p-property__list__contents ul li .item__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-property__list__contents ul li .item__status {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.p-property__list__contents ul li .item__status span {
  color: white;
  display: inline-block;
  padding: 3px;
  font-size: 12px;
}
.p-property__list__contents ul li .item__tag {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.p-property__list__contents ul li .item__tag span {
  color: white;
  font-size: 12px;
}
.p-property__list__contents ul li .item__title {
  margin-top: -4px;
}
.p-property__list__contents ul li .item__title span {
  background: #D9EEE6;
  color: #005E3C;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  display: inline-block;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .p-property__list__contents ul li .item__title span {
    font-size: 16px;
    padding: 5px;
  }
}
.p-property__list__contents ul li .item__texts {
  position: relative;
}
.p-property__list__contents ul li .item__adress {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.p-property__list__contents ul li .item__adress .head {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02rem;
  min-width: 70px;
}
.p-property__list__contents ul li .item__adress .adress {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02rem;
}
.p-property__list__contents ul li .item__income {
  display: flex;
  align-items: baseline;
}
.p-property__list__contents ul li .item__income .head {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02rem;
  min-width: 70px;
}
.p-property__list__contents ul li .item__income .price {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02rem;
  color: #005E3C;
}
.p-property__list__contents ul li .item__income .price .num {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-property__list__contents ul li .item__income .price .num {
    font-size: 18px;
  }
}
.p-property__list__contents ul li .item__price {
  display: flex;
  align-items: baseline;
}
.p-property__list__contents ul li .item__price .head {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02rem;
  min-width: 70px;
  margin-right: 10px;
}
.p-property__list__contents ul li .item__price .price {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02rem;
  color: #005E3C;
}
.p-property__list__contents ul li .item__price .price .num {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-property__list__contents ul li .item__price .price .num {
    font-size: 24px;
  }
}
.p-property__list__contents ul li .item__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 60px;
}
@media screen and (max-width: 767px) {
  .p-property__list__contents ul li .item__arrow {
    width: 40px;
  }
}
.p-property__list__contents ul li .item__arrow .circle {
  width: 50px;
  height: 50px;
  border: 1px solid #005E3C;
  border-radius: 50%;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-property__list__contents ul li .item__arrow .circle {
    width: 30px;
    height: 30px;
  }
}
.p-property__list__contents ul li .item__arrow img {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 60px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-property__list__contents ul li .item__arrow img {
    width: 30px;
    left: -15px;
  }
}
.p-property__list__contents ul li {
  /* 成約済みアイテムのスタイル */
}
.p-property__list__contents ul li .item--done {
  position: relative;
  cursor: default;
  pointer-events: none;
  /* クリックを無効化 */
}
.p-property__list__contents ul li {
  /* 成約済みオーバーレイ */
}
.p-property__list__contents ul li .item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  /* 半透明の黒 */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.p-property__list__contents ul li .item__overlay-text {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background-color: rgba(255, 0, 0, 0.8);
  /* 赤い背景 */
  padding: 10px 30px;
  border-radius: 5px;
  letter-spacing: 0.1em;
}
.p-property__list__contents ul li {
  /* 成約済みの場合、少し透明度を下げる(オプション) */
}
.p-property__list__contents ul li .item--done .item__image,
.p-property__list__contents ul li .item--done .item__title,
.p-property__list__contents ul li .item--done .item__texts {
  opacity: 0.7;
}
.p-property__list__pagenavi {
  padding: 40px 0 0;
}
.p-property__heading {
  position: relative;
}
.p-property__heading__grid {
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .p-property__heading__grid {
    padding-top: 50px;
    padding-left: 0;
  }
}
.p-property__heading__arrow {
  position: absolute;
  left: 50px;
  top: 38%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-property__heading__arrow a {
  display: flex;
  transform: rotate(90deg);
  transform-origin: left top;
  align-items: center;
}
.p-property__heading__arrow a span {
  font-size: 16px;
  font-weight: bold;
  color: #005E3C;
  margin-right: 20px;
}
.p-property__heading__arrow a img {
  width: 60px;
  height: 10px;
  animation: arrow-bounce 1.5s ease-in-out infinite;
}
.p-property__heading__contents {
  background: #E1F5EE;
  padding: 105px 70px 70px;
}
@media screen and (max-width: 767px) {
  .p-property__heading__contents {
    padding: 105px 20px 70px;
  }
}
.p-property__heading__contents h1 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  color: #005E3C;
}
@media screen and (max-width: 767px) {
  .p-property__heading__contents h1 {
    font-size: 18px;
  }
}
.p-property__detail__grid {
  width: 73.2%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-property__detail__grid {
    width: 100%;
    padding: 40px 20px;
  }
}
.p-property__detail__icatch .block {
  text-align: center;
  height: 41.178vw;
  max-height: 562.5px;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .p-property__detail__icatch .block {
    height: 60vw;
  }
}
.p-property__detail__icatch .block img {
  width: auto;
  height: 100%;
}
.p-property__detail__contents {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .p-property__detail__contents {
    display: block;
    padding-top: 20px;
  }
}
.p-property__detail__contents h2 {
  font-size: 24px;
  background: #f5f5f5;
  padding: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin: 20px 0;
  color: #005E3C;
}
.p-property__detail__right {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .p-property__detail__right {
    width: 100%;
  }
}
.p-property__detail__left {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .p-property__detail__left {
    width: 100%;
  }
}
.p-property__detail__base h3 {
  font-size: 16px;
  color: #005E3C;
  font-weight: 700;
  line-height: 1.5;
  min-width: 150px;
}
.p-property__detail__base div {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.p-property__detail__base div p {
  font-size: 14px;
  font-weight: 400;
}
.p-property__detail__base .price p {
  color: #005E3C;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
.p-property__detail__base .price p .yen {
  font-size: 16px;
}
.p-property__detail__base .traffic div {
  display: block;
}
.p-property__detail__base .traffic div p {
  font-size: 14px;
  font-weight: 400;
}
.p-property__detail__base .traffic div ul {
  padding-left: 20px;
  list-style-type: disc;
}
.p-property__detail__base .traffic div ul li {
  font-size: 14px;
  font-weight: 400;
}
.p-property__detail__free h3 {
  font-size: 16px;
  color: #005E3C;
  font-weight: 700;
  line-height: 1.5;
}
.p-property__detail__free p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  margin: 10px 0;
}
.p-property__detail__table h3 {
  font-size: 16px;
  color: #005E3C;
  font-weight: 700;
  line-height: 1.5;
  min-width: 180px;
}
.p-property__detail__table div {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.p-property__detail__table div p {
  font-size: 14px;
  font-weight: 400;
}
.p-property__detail__table .street-direction div {
  display: block;
}
.p-property__detail__around {
  padding-bottom: 80px;
}
.p-property__detail__around h2 {
  font-size: 24px;
  background: #f5f5f5;
  padding: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin: 20px 0;
  color: #005E3C;
}
.p-property__detail__around .neighborhood {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-property__detail__around .neighborhood .block {
  width: 24%;
}
@media screen and (max-width: 767px) {
  .p-property__detail__around .neighborhood .block {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-property__detail__contact__contents {
  background-image: url("../images/contact-back.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
}
.p-property__detail__contact__contents a {
  display: block;
  padding: 100px 0;
  transition: all 0.3s;
}
.p-property__detail__contact__contents a:hover {
  opacity: 0.7;
}
.p-property__detail__contact__contents a h2 {
  text-align: center;
  color: white;
  font-family: "Prata", serif;
  font-size: 40px;
  letter-spacing: 0.02rem;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-property__detail__contact__contents a h2 {
    font-size: 30px;
  }
}
.p-property__detail__contact__contents a p {
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-property__detail__contact__contents a p {
    font-size: 16px;
  }
}
.p-property__detail__links {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-property__detail__links {
    padding-top: 20px;
  }
}
.p-property__detail__links .post-navigation {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.p-property__detail__links .post-navigation__prev,
.p-property__detail__links .post-navigation__list,
.p-property__detail__links .post-navigation__next {
  text-align: center;
}
.p-property__detail__links {
  /* 次の記事がない場合、一覧に戻るの右ボーダーを消す */
}
.p-property__detail__links .post-navigation__list:last-child {
  border-right: none;
}
.p-property__detail__links .post-navigation a {
  display: block;
  padding: 15px 20px;
  color: #005E3C;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #005E3C;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-property__detail__links .post-navigation a {
    font-size: 12px;
    padding: 15px 10px;
  }
}
.p-property__detail__links .post-navigation a:hover {
  background-color: #f0f0f0;
}
.p-property__detail__links .post-navigation__list {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .p-property__detail__links .post-navigation__list {
    width: 140px;
  }
}
.p-property__detail__links .post-navigation__prev,
.p-property__detail__links .post-navigation__next {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .p-property__detail__links .post-navigation__prev,
  .p-property__detail__links .post-navigation__next {
    width: 100px;
  }
}

/*# sourceMappingURL=style.css.map*/