@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Hina+Mincho&family=Noto+Serif+JP:wght@200..900&display=swap");
/* resset.dev • v5.0.2 */
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* # =================================================================
# Add
# ================================================================= */
* {
  line-height: 1;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000000;
}

.post-3677 p {
  font-weight: 400;
}

.post-3677 dl,
.post-3677 ol,
.post-3677 ul {
  margin-bottom: 0
}

/* # =================================================================
# Common
# ================================================================= */
@media (hover: hover) {
  a:hover {
    opacity: 0.5;
    -webkit-transition: opacty, 0.3s;
    transition: opacty, 0.3s;
  }
}
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 660px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  background-color: #f3f3f3;
  color: #000000;
}

main {
  width: 100vw;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* # =================================================================
# Font
# ================================================================= */
.hina {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.bodoni {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* # =================================================================
# Layout
# ================================================================= */
.l-section {
  width: 100%;
  position: relative;
}
.l-section::before, .l-section::after {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}
.l-section--top {
  padding-top: 90px;
}
.l-section--top::after {
  content: "";
  bottom: -100px;
  left: 0;
  width: 134px;
  height: 182px;
  background-image: url(../images/fujimi/decoration_rectangle01.svg);
}
.l-section--about {
  padding-top: 170px;
  padding-bottom: 270px;
}
.l-section--about::after {
  content: "";
  bottom: -80px;
  right: 0;
  width: 210px;
  height: 196px;
  background-image: url(../images/fujimi/decoration_rectangle02.svg);
}
.l-section--overview {
  background-color: #e4e9e6;
  padding-top: 10px;
  padding-bottom: 250px;
}
.l-section--overview::before {
  content: "";
  top: -20px;
  left: -40px;
  width: 219px;
  height: 242px;
  background-image: url(../images/fujimi/decoration_bird01.svg);
}
.l-section--detail {
  padding-top: 370px;
  padding-bottom: 110px;
}
.l-section--detail::after {
  content: "";
  bottom: -110px;
  left: 0;
  width: 224px;
  height: 196px;
  background-image: url(../images/fujimi/decoration_rectangle03.svg);
}
.l-section--portfolio {
  background-color: #d3d1ce;
  padding-top: 120px;
  padding-bottom: 110px;
}
.l-section--portfolio::before {
  content: "";
  top: 120px;
  right: 60px;
  width: 462px;
  height: 408px;
  background-image: url(../images/fujimi/decoration_bird02.svg);
}
.l-section--shinshu {
  background-color: #fff;
  padding-bottom: 110px;
}
.l-section--shinshu::before {
  content: "";
  bottom: 410px;
  right: 60px;
  width: 219px;
  height: 242px;
  background-image: url(../images/fujimi/decoration_bird01.svg);
}
.l-section--shinshu::after {
  content: "";
  top: 540px;
  right: 0;
  width: 210px;
  height: 196px;
  background-image: url(../images/fujimi/decoration_rectangle04.svg);
}
.l-section--target {
  background-color: #dfe9ee;
  padding-top: 70px;
  padding-bottom: 120px;
}
.l-section--target::before {
  content: "";
  top: -150px;
  left: -5px;
  width: 255px;
  height: 200px;
  background-image: url(../images/fujimi/decoration_bird03.svg);
}
.l-section--target::after {
  content: "";
  bottom: -120px;
  left: 0;
  width: 134px;
  height: 182px;
  background-image: url(../images/fujimi/decoration_rectangle05.svg);
}
.l-section--contact {
  padding-bottom: 120px;
}
.l-section__inner {
  padding: 0 16px;
}

/* # =================================================================
# Layout Responsive
# ================================================================= */
@media screen and (max-width: 900px) {
  .l-section--overview {
    padding-bottom: 24vw;
  }
  .l-section--detail {
    padding-top: 0;
  }
  .l-section--target::after {
    content: none;
  }
  .l-section--shinshu::before {
    bottom: 250px;
    right: -40px;
  }
}
@media screen and (max-width: 768px) {
  .l-section--top {
    padding-top: 90px;
  }
  .l-section--top::after {
    top: 1160px;
    bottom: auto;
    width: 15%;
    height: auto;
    aspect-ratio: 52/81;
  }
  .l-section--about::after {
    bottom: 80px;
    right: 16px;
    width: 25%;
    height: auto;
    aspect-ratio: 70/77;
  }
  .l-section--detail::after {
    bottom: -40px;
    left: 16px;
    width: 20%;
    height: auto;
    aspect-ratio: 59/61;
  }
  .l-section--portfolio::before {
    top: -140px;
    bottom: auto;
    right: -30px;
    width: 55%;
    height: 242px;
    aspect-ratio: 176/155;
  }
}
@media screen and (max-width: 660px) {
  .l-section--top {
    padding-top: 67px;
  }
  .l-section--top::after {
    top: auto;
    bottom: -50px;
  }
  .l-section--about {
    padding-top: 140px;
  }
  .l-section--overview::before {
    top: -420px;
    left: -30px;
    width: 40%;
  }
  .l-section--detail {
    padding-bottom: 76px;
  }
  .l-section--portfolio {
    padding-top: 95px;
    padding-bottom: 55px;
  }
  .l-section--shinshu {
    padding-bottom: 140px;
  }
  .l-section--shinshu::before {
    bottom: 130px;
    width: 30%;
    right: -10px;
  }
  .l-section--shinshu::after {
    top: 400px;
    bottom: auto;
    right: 16px;
    width: 20%;
    height: auto;
    aspect-ratio: 70/77;
  }
  .l-section--target {
    padding-top: 45px;
    padding-bottom: 60px;
  }
  .l-section--target::before {
    top: -160px;
    left: -15px;
    width: 130px;
    height: 102px;
  }
  .l-section--contact {
    padding-bottom: 70px;
  }
}
/* # =================================================================
# Style PC
# ================================================================= */
/* header */
.header {
  width: 100%;
  max-width: 1280px;
  padding: 0 12px;
  margin: 0 auto;
}
.header__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header__link {
  display: block;
  background-image: url(https://shinshuhousing.com/wp-content/themes/shinshuhousing_2022/images/obi.svg);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 50px 0 40px 80px;
}
.header__heading {
  width: 200px;
}

/* top */
.top {
  position: relative;
}
.top__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}
.top__heading-sub {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #fff;
  background-color: #a19351;
  clip-path: polygon(50% 10%, 100% 0, 100% 100%, 50% 90%, 0 100%, 0 0);
  padding: 15px;
  margin: 0 auto;
}
.top__heading {
  display: block;
  font-size: 52px;
  letter-spacing: 10px;
  line-height: 1.5;
  margin-top: 46px;
}
.top__heading span {
  word-break: keep-all;
}
.top__lead {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 34px;
  line-height: 2;
  letter-spacing: 10px;
  margin: 46px auto 0;
}
.top__lead span {
  word-break: keep-all;
}
.top__text-img {
  width: 300px;
  margin: 60px auto 0;
}
.top__bg {
  width: 100%;
  height: 650px;
  background-image: url(../images/fujimi/img_top-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -23px;
}
.top__link {
  position: absolute;
  right: 0;
  bottom: 570px;
}

.top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
}
.top-link__item {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background-color: #3483a5;
  padding: 14px 16px 0;
}
.top-link__item:nth-child(2) {
  margin-bottom: 20px;
}
.top-link__item:nth-child(3) {
  margin-bottom: 40px;
}
.top-link__item:nth-child(4) {
  margin-bottom: 60px;
}
.top-link__text {
  color: #fff;
  background-image: url(../images/fujimi/icon/icon_arrow.svg);
  background-size: 15px;
  background-position: center bottom 22px;
  padding-bottom: 40px;
}

/* about */
.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px 16px;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.about__text-box {
  width: calc(64.0350877193% - 16px);
}
.about__heading {
  font-size: min(38px, 3vw);
  letter-spacing: 8px;
  line-height: 2;
}
.about__heading span {
  word-break: keep-all;
}
.about__contents {
  margin-top: 55px;
}
.about__text {
  line-height: 2;
}
.about__text + .about__text {
  margin-top: 40px;
}
.about__img-box {
  position: relative;
  width: 35.9649122807%;
  aspect-ratio: 410/420;
}
.about__img-box::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 60px;
  display: block;
  width: 78.0487804878%;
  height: auto;
  aspect-ratio: 320/390;
  background-color: #f8f8f6;
  border: 1px solid #393939;
  z-index: -1;
}
.about__img-wrap {
  width: 78.0487804878%;
  height: auto;
  aspect-ratio: 320/390;
}

/* overview */
.overview {
  display: block;
  width: 100%;
  max-width: 660px;
  background-color: #ffffff;
  border: 1px solid #393939;
  padding: 90px 20px 72px;
  margin: -130px auto 0;
}
.overview__heading {
  font-size: 34px;
  text-align: center;
  line-height: 2;
  letter-spacing: 10px;
}
.overview__text {
  text-align: center;
  line-height: 2.4;
  margin-top: 57px;
}


/* detail-slider */
.detail-slider {
  display: flex;
  overflow: hidden;
  margin-top: -540px;
}
.detail-slider__inner {
  animation: scroll-left 40s infinite linear .5s both;
  display: flex;
}
.detail-slider__slide {
  width: calc(100vw / 2);
  padding: 0 10px
}
.detail-slider__slide img {
  display: block;
  width: 100%;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


/* detail */
.detail {
  display: block;
  width: 100%;
  max-width: 1140px;
  padding-top: 130px;
  margin: 0 auto;
}
.detail__heading {
  position: relative;
  text-align: center;
  font-size: 34px;
  line-height: 2;
  letter-spacing: 10px;
}
.detail__heading span {
  position: relative;
  background-color: #f3f3f3;
  padding: 0 20px;
  z-index: 1;
}
.detail__heading::before, .detail__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30%;
  height: 1px;
  background-color: #000000;
}
.detail__heading::before {
  left: 0;
}
.detail__heading::after {
  right: 0;
}
.detail__map-box {
  width: 100%;
  margin-top: 56px;
}
.detail__map-wrap {
  display: block;
  width: 65%;
  max-width: 748px;
}
.detail__img-wrap {
  display: block;
  width: 65%;
  margin-top: -28%;
  margin-left: auto;
}
.detail__info {
  margin-top: 90px;
}
.detail__access {
  margin-top: 50px;
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 70px 30px;
  margin-top: 10%;
}
.info__box {
  width: calc((100% - 30px) / 2);
}
.info__box--land .info__list {
  width: 100%;
}
.info__box--land .info__head:nth-child(1),
.info__box--land .info__term {
  display: block;
  width: 20%;
  font-size: 17px;
  font-weight: 600;
}
.info__box--land .info__head:nth-child(1) span,
.info__box--land .info__term span {
  padding-left: 0.5rem;
}
.info__box--land .info__head:nth-child(2),
.info__box--land .info__description:nth-child(2) {
  display: block;
  width: 40%;
  font-size: 17px;
}
.info__box--land .info__head:nth-child(3),
.info__box--land .info__description:nth-child(3) {
  display: block;
  width: 40%;
  font-size: 17px;
}
.info__box--facility .info__list {
  width: 100%;
}
.info__box--facility .info__term {
  width: 45%;
  font-size: 17px;
}
.info__box--facility .info__description {
  width: 55%;
}
.info__box--outline {
  width: 100%;
}
.info__box--outline .info__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
.info__box--outline .info__list {
  width: calc((100% - 30px) / 2);
}
.info__box--outline .info__term {
  width: 38%;
  font-size: 17px;
  font-weight: 500;
}
.info__box--outline .info__description {
  width: 62%;
}
.info__heading {
  position: relative;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
}
.info__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: -1;
}
.info__heading span {
  display: inline-block;
  background-color: #f3f3f3;
  padding: 10px 15px 10px 0;
}
.info__contents {
  margin-top: 20px;
}
.info__list-head, .info__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #000;
  padding: 15px 5px 15px 20px;
}
.info__list-head > *, .info__item > * {
  line-height: 1.4;
}

.access {
  width: 100%;
  background-color: #d3d1ce;
  border-radius: 40px;
  padding: 55px 70px;
}
.access__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px 64px;
}
.access__map {
  width: 400px;
  height: auto;
  aspect-ratio: 400/270;
}
.access__text-wrap {
  width: calc(100% - 464px);
  padding-top: 24px;
}
.access__heading {
  font-size: 20px;
}
.access__text {
  line-height: 2;
  margin-top: 50px;
}
.access__link {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1.5px solid #000;
  padding: 10px 5px 10px 20px;
  margin-top: 35px;
}
.access__link::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  display: block;
  width: 11px;
  height: 11px;
  background-color: #000;
  border-radius: 50%;
}
.access__link-text {
  font-weight: 600;
}

/* portfolio */
.portfolio__heading {
  font-size: 34px;
  text-align: center;
  line-height: 2;
  letter-spacing: 10px;
}
.portfolio__text {
  line-height: 2.4;
  text-align: center;
  margin-top: 60px;
}
.portfolio__img-box {
  width: 100%;
  max-width: 1140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5.2631578947%;
  margin: 52px auto 0;
}
.portfolio__img-wrap {
  width: 47.3684210526%;
  height: auto;
  aspect-ratio: 540/480;
  z-index: 3;
}
.portfolio__img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio__button {
  display: block;
  width: 100%;
  max-width: 540px;
  text-align: center;
  border: 3px solid #000;
  background-color: #fff;
  border-radius: 58px;
  padding: 40px 10px;
  margin: 80px auto 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.portfolio__button-text {
  color: #000;
  font-size: 26px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.portfolio__button:hover {
  background-color: #000;
  opacity: 1;
}
.portfolio__button:hover .portfolio__button-text {
  color: #fff;
}

/* shinshu */
.shinshu-bg {
  width: 100%;
  height: 680px;
  background-image: url(../images/fujimi/img_shinsh-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.shinshu-text-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 90px 50px;
  margin-top: -420px;
}
.shinshu-text-box__heading {
  font-size: 38px;
  line-height: 2;
  letter-spacing: 10px;
}
.shinshu-text-box__text {
  line-height: 2;
  margin-top: 45px;
}
.shinshu-text-box__text .r {
  display: none;
}

.shinshu__link-wrap {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.shinshu__link {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
.shinshu__link:hover {
  opacity: 0.7;
}
.shinshu__img-box {
  width: 100%;
  max-width: 1140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.4561403509%;
  margin: 58px auto 0;
}
.shinshu__img-wrap {
  width: 98.4210526316%;
  height: auto;
  aspect-ratio: 360/250;
}

/* target */
.target__heading {
  width: 300px;
  margin: 0 auto;
}
.target__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px 58px;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  margin-top: 65px;
}
.target__img-box {
  position: relative;
  width: 35.9649122807%;
  aspect-ratio: 410/290;
}
.target__img-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 78.0487804878%;
  height: auto;
  aspect-ratio: 350/235;
  background-color: #f8f8f6;
  border: 1px solid #393939;
  z-index: 1;
}
.target__img-wrap {
  position: relative;
  width: 85.3658536585%;
  height: auto;
  aspect-ratio: 350/235;
  margin-left: auto;
  z-index: 2;
}
.target__text-wrap {
  width: 58.9473684211%;
}
.target__list-item {
  font-size: 18px;
  line-height: 2.4;
}
.target__list-item::before {
  content: "⚫︎";
  margin-right: 10px;
}
.target__text {
  font-size: 25px;
  margin-top: 60px;
}

/* contact */
.contact__welcome {
  display: block;
  width: 100%;
  max-width: 540px;
  text-align: center;
  border: 3px solid #000;
  background-color: #fff;
  border-radius: 58px;
  padding: 40px 10px;
  margin: -60px auto 0;
}
.contact__welcome-text {
  color: #000;
  font-size: 26px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.contact__heading {
  position: relative;
  text-align: center;
  font-size: 34px;
  line-height: 2;
  letter-spacing: 10px;
  margin-top: 120px;
}
.contact__heading span {
  position: relative;
  background-color: #f3f3f3;
  padding: 0 20px;
  z-index: 1;
}
.contact__heading::before, .contact__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20%;
  height: 1px;
  background-color: #000000;
}
.contact__heading::before {
  left: 0;
}
.contact__heading::after {
  right: 0;
}
.contact__contents {
  width: 100%;
  max-width: 920px;
  margin: 110px auto 0;
}

.form__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
.form__item--mt {
  margin-top: 50px;
}
.form__item--textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form__label {
  width: 162px;
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
  background-color: #847c5a;
  padding: 16px 20px;
}
.form__input {
  font-size: 17px;
  background-color: #fff;
  border: 1px solid #868686;
  padding: 14px 16px;
}
.form__input--alone {
  line-height: 1.41;
  margin-left: 28px;
}
.form__input--short {
  display: block;
  width: 30%;
}
.form__input--long {
  width: calc(100% - 162px);
}
.form__input--address {
  width: calc(100% - 162px);
  margin-left: 162px;
}
.form__input--textarea {
  width: calc(100% - 162px);
  line-height: 1.4;
}
.form__post {
  font-size: 34px;
  color: #847c5a;
  padding: 0 5px;
}

.form-button {
  display: block;
  width: 350px;
  border-radius: 58px;
  background-color: #3483a5;
  padding: 38px 12px;
  margin: 70px auto 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;

  text-align: center;
  font-size: 34px;
  color: #fff;
}
.form-button:hover {
  opacity: 0.7;
}

.mw_wp_form .error {
  position: absolute;
  right: 0;
  top: 19px;
}


/* footer */
footer * {
  line-height: 1.43;  
}
#white_bg {
  background-color: #fff;
}
#white_bg a:hover {
  opacity: 1;
}
#white_bg a .form-core_a {
  line-height: 1.2;
}
#white_bg a .form-core_b {
  line-height: 1.5;
}


/* thanks */
.thanks .thanks__text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thanks .thanks__text {
    text-align: left;
  }
}



/* # =================================================================
# Style Responsive
# ================================================================= */
@media screen and (max-width: 900px) {
  .top__link {
    bottom: -100px;
  }
  /* detail */
  .detail-slider {
    margin-top: -10vw;
  }
  .detail {
    padding-top: 10vw;
  }
  .info__box--land .info__head:nth-child(2),
  .info__box--land .info__description:nth-child(2) {
    width: 50%;
  }
  .info__box--land .info__head:nth-child(3),
  .info__box--land .info__description:nth-child(3) {
    width: 30%;
  }
  .access__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .access__map {
    margin: 0 auto;
  }
  .access__text-wrap {
    width: 100%;
  }
  .shinshu-text-box {
    padding: 30px 30px 0;
    margin-top: -160px;
  }
  .shinshu-text-box__text {
    margin-top: 15px;
  }
  .shinshu-text-box__text .r {
    display: block;
  }
  .shinshu__link-wrap {
    margin-top: 25px;
  }
  .target__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .target__img-box {
    width: 100%;
    max-width: 400px;
  }
  .target__text-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0 16px;
  }
  .header__link {
    padding: 32px 0px 22px 52px;
  }
  .header__heading {
    width: 130px;
  }
  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__text-box {
    width: 100%;
  }
  .about__heading {
    font-size: 30px;
  }
  .about__contents {
    margin-top: 35px;
  }
  .about__text {
    font-size: 15px;
  }
  .about__text + .about__text {
    margin-top: 15px;
  }
  .about__img-box {
    width: 50%;
    margin-left: auto;
  }
  .about__img-box::after {
    top: 40px;
    left: 40px;
  }
  .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info__box {
    width: 100%;
  }
  .info__box--land .info__head:nth-child(1),
  .info__box--land .info__term {
    width: 15%;
  }
  .info__box--land .info__head:nth-child(2),
  .info__box--land .info__description:nth-child(2) {
    width: 45%;
  }
  .info__box--land .info__head:nth-child(3),
  .info__box--land .info__description:nth-child(3) {
    width: 45%;
  }
  .info__box--facility .info__term {
    width: 38%;
  }
  .info__box--facility .info__description {
    width: 62%;
  }
  .info__box--outline .info__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info__box--outline .info__list {
    width: 100%;
  }
  .access__map {
    width: 100%;
    max-width: 400px;
  }
  .contact__heading {
    letter-spacing: 0px;
    margin-top: 60px;
  }
  .contact__contents {
    margin-top: 60px;
  }
}
@media screen and (max-width: 660px) {
  .top__heading-sub {
    font-size: 15px;
  }
  .top__heading {
    font-size: 26px;
    letter-spacing: 8px;
    margin-top: 28px;
  }
  .top__lead {
    font-size: 18px;
    margin-top: 25px;
  }
  .top__text-img {
    width: 220px;
    margin-top: 30px;
  }
  .top__bg {
    height: 270px;
  }
  .top-link {
    gap: 16px;
  }
  .top-link__item {
    padding: 14px 10px 0;
  }
  .about__heading {
    font-size: 24px;
    letter-spacing: 0px;
  }
  .about__img-box {
    width: 60%;
  }
  .overview {
    padding: 40px 20px;
  }
  .overview__heading {
    font-size: 20px;
    letter-spacing: 5px;
  }
  .overview__text {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 20px;
  }
  .detail__heading {
    font-size: 24px;
  }
  .detail__map-wrap {
    width: 100%;
  }
  .detail__img-wrap {
    width: 100%;
    margin-top: -15%;
  }
  .info {
    row-gap: 40px;
    margin-top: 60px;
  }
  .info__box--land .info__head:nth-child(1),
  .info__box--land .info__term {
    width: 15%;
  }
  .info__box--land .info__head:nth-child(2),
  .info__box--land .info__description:nth-child(2) {
    width: 55%;
  }
  .info__box--land .info__head:nth-child(3),
  .info__box--land .info__description:nth-child(3) {
    width: 35%;
  }
  .info__box--facility .info__term {
    width: 50%;
  }
  .info__box--facility .info__description {
    width: 50%;
  }
  .info__box--outline .info__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info__box--outline .info__list {
    width: 100%;
  }
  .info__box--outline .info__term {
    width: 50%;
  }
  .info__box--outline .iifo__description {
    width: 50%;
  }
  .access {
    padding: 25px 25px 50px;
  }
  .access__text-wrap {
    padding-top: 0;
  }
  .access__heading {
    font-weight: 400;
  }
  .access__text {
    margin-top: 25px;
  }
  .access__link {
    margin-top: 20px;
  }
  .portfolio__heading {
    font-size: 24px;
    letter-spacing: 0px;
  }
  .portfolio__text {
    font-size: 15px;
    line-height: 2;
    margin-top: 25px;
  }
  .portfolio__img-box {
    margin-top: 35px;
  }
  .portfolio__button {
    max-width: 220px;
    border-radius: 30px;
    border: 1px solid #000;
    padding: 19px 10px;
    margin-top: 25px;
  }
  .portfolio__button-text {
    font-size: 16px;
  }
  .shinshu-bg {
    height: 450px;
  }
  .shinshu-text-box {
    background-color: transparent;
    padding: 0;
    margin-top: -90px;
  }
  .shinshu-text-box__heading {
    display: inline-block;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0px;
    background-color: #fff;
    padding: 30px 30px 0;
  }
  .shinshu-text-box__text {
    margin-left: 30px;
  }
  .shinshu__link-wrap {
    max-width: 260px;
    margin-top: 50px;
  }
  .target__heading {
    width: 220px;
  }
  .target__contents {
    padding: 0 14px;
    margin-top: 30px;
  }
  .target__img-box {
    max-width: 100%;
  }
  .target__list-item {
    font-size: 15px;
    line-height: 1.5;
  }
  .target__list-item::before {
    margin-right: 0;
  }
  .target__text {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 2px;
    margin-top: 30px;
  }
  .contact__welcome {
    max-width: 270px;
    border-radius: 30px;
    border: 1px solid #000;
    padding: 19px 10px;
    margin-top: -25px;
  }
  .contact__welcome-text {
    font-size: 16px;
  }
  .contact__heading {
    font-size: 24px;
    margin-top: 65px;
  }
  .contact__heading span {
    padding: 0 5px;
  }
  .contact__contents {
    margin-top: 50px;
  }
  .form__label {
    width: 112px;
    font-size: 16px;
    letter-spacing: -1px;
    padding: 16px 3px;
  }
  .form__input--alone {
    margin-left: 10px;
  }
  .form__input--short {
    width: calc((100% - 122px) / 2);
  }
  .form__input--long {
    width: calc(100% - 112px);
  }
  .form__input--address {
    width: calc(100% - 112px);
    margin-left: 112px;
  }
  .form__input--textarea {
    width: calc(100% - 112px);
  }
  .form-button {
    width: 240px;
    border-radius: 30px;
    padding: 20px 12px;
    margin-top: 30px;

    font-size: 20px;
  }
}