@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* 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] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}


:root {
  --width-tablet: $width_tablet;
  --width-desktop: $width_desktop;
  --width-container: 1094px;
  --color-font: #000;
  --color-primary: #E73C3C;
  --color-blue: #3C4AE7;
  --color-white: #fff;
  --color-grad01: linear-gradient(45deg,#5EA763 0,#B7C123 100%);
  --color-grad02: linear-gradient(90deg,#5EA763 0,#B7C123 100%);
  --color-bg-bk: #2b2b2b;
  --color-bg-gr: #ddd;
  --font-ja:"Zen Kaku Gothic New", sans-serif;
  --font-tegaki:"Zen Kurenaido", sans-serif;
  --font-en:"Roboto", sans-serif;
}

.row {
  --gap-x: 0;
  --gap-y: 0;
  display: flex;
  flex-wrap: wrap;
}
.row__item--mobile-1 {
  width: 8.3333333333%;
}
.row__item--mobile-2 {
  width: 16.6666666667%;
}
.row__item--mobile-3 {
  width: 25%;
}
.row__item--mobile-4 {
  width: 33.3333333333%;
}
.row__item--mobile-5 {
  width: 41.6666666667%;
}
.row__item--mobile-6 {
  width: 50%;
}
.row__item--mobile-7 {
  width: 58.3333333333%;
}
.row__item--mobile-8 {
  width: 66.6666666667%;
}
.row__item--mobile-9 {
  width: 75%;
}
.row__item--mobile-10 {
  width: 83.3333333333%;
}
.row__item--mobile-11 {
  width: 91.6666666667%;
}
.row__item--mobile-12 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row__item--tablet-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-3 {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-6 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-9 {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .row__item--desktop-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1100px) {
  .row__item--desktop-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1100px) {
  .row__item--desktop-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1100px) {
  .row__item--desktop-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1100px) {
  .row__item--desktop-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1100px) {
  .row__item--desktop-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1100px) {
  .row__item--desktop-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1100px) {
  .row__item--desktop-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1100px) {
  .row__item--desktop-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1100px) {
  .row__item--desktop-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1100px) {
  .row__item--desktop-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 1100px) {
  .row__item--desktop-12 {
    width: 100%;
  }
}
.row--std {
  margin: -8px;
}
.row--std .row__item {
  padding: 8px;
}
.row--wide {
  margin: -16px;
}
.row--wide .row__item {
  padding: 16px;
}
.row--center {
  justify-content: center;
}
.row--align-center {
  align-items: center;
}

.container {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1100px) {
  .container {
    max-width: 1180px;
  }
}
@media screen and (max-width: 767px) {
  .container--sp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1099px) {
  .container--tabsp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1100px) {
  .container--wide1300 {
    max-width: 1380px;
  }
}
@media screen and (min-width: 1100px) {
  .container--wide1440 {
    max-width: 1520px;
  }
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100dvh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding-inline: 2.5rem;
  padding-block: 10rem 6rem;
  background: var(--color-white);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 99;
}
.menu--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.menu__sns {
  margin-top: 4rem;
}
.menu .child-list {
  border-top: 1px solid #8C8C8C;
  padding: 1rem 0;
  position: relative;
  z-index: 2;
}
.menu .child-list__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.5rem;
  font-weight: 400;
  color: #505050;
}
.menu .child-list__link::after {
  height: 40px;
  text-align: center;
  font-family: "icomoon";
  font-weight: normal;
  content: "\e902";
  display: inline-block;
  transform: rotate(-90deg);
  color: #87B345;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.insta {
  display: flex;
  justify-content: center;
  align-items: center;
}
.insta__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--color-font);
  padding: 1rem;
}
.insta__link::before {
  display: inline-block;
  content: "";
  flex-shrink: 0;
  width: 21px;
  height: 21px;
  background: url(../images/icon-insta.png) 0 0/contain no-repeat;
}
@media screen and (min-width: 1100px) {
  .insta__link {
    transition: 0.2s ease-out;
  }
  .insta__link:hover {
    opacity: 0.6;
  }
}
.insta--header {
  justify-content: flex-end;
}
.insta--header .insta__link {
  font-size: 1.3rem;
}
.insta--header .insta__link::before {
  width: 15px;
  height: 15px;
}
.insta--footer {
  justify-content: flex-start;
  margin-top: 5rem;
}
.insta--footer .insta__link {
  color: #fff;
}
.insta--footer .insta__link::before {
  background: none;
  font-family: "icomoon";
  font-weight: normal;
  content: "\e900";
  font-size: 21px;
  line-height: 23px;
}

.menu-list {
  display: flex;
  flex-direction: column;
}
.menu-list__item {
  position: relative;
  transition: 0.2s ease-out;
}
.menu-list__item:not(:first-child) {
  border-top: 1px solid #8C8C8C;
}
.menu-list__item:last-child {
  border-bottom: 1px solid #8C8C8C;
}
.menu-list__link {
  position: relative;
  display: block;
  color: inherit;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1.3rem 0;
}
.menu-list__child {
  display: grid;
  grid-template-rows: 0fr;
  transition: 250ms grid-template-rows ease;
}
.menu-list__child-inner {
  overflow: hidden;
}
.trigger--open + .menu-list__child {
  grid-template-rows: 1fr;
}
.menu-list__trigger {
  position: absolute;
  top: 0;
  right: 0;
}

.trigger {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.trigger::before {
  content: "＋";
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #87B345;
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 1.4rem;
}
.trigger--open::before {
  content: "－";
}

.menu-btn {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 1100px) {
  .menu-btn {
    display: none;
  }
}
.menu-btn__line {
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  width: 32px;
  height: 2px;
  transition: 0.2s ease-out;
  background: var(--color-font);
}
.menu-btn__line:nth-child(1) {
  transform: translateY(-10px);
  width: 28px;
}
.menu-btn__line:nth-child(2) {
  top: 50%;
}
.menu-btn__line:nth-child(3) {
  transform: translateY(10px);
  width: 17px;
}
.menu-btn[aria-expanded=true] .menu-btn__line:nth-child(1) {
  width: 26px;
  transform: translateY(0) rotate(-45deg);
}
.menu-btn[aria-expanded=true] .menu-btn__line:nth-child(2) {
  opacity: 0;
}
.menu-btn[aria-expanded=true] .menu-btn__line:nth-child(3) {
  width: 26px;
  transform: translateY(0) rotate(45deg);
}

/*********************/
/*  ヘッダー  */
/*********************/
/*  ヘッダー AおよびB */
.header {
  position: fixed;
  width: 100%;
  z-index: 100;
  background: #fff;
}
@media screen and (min-width: 1100px) {
  .header {
    display: grid;
  }
}
.header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;
}
@media screen and (min-width: 1100px) {
  .header__body {
    height: 120px;
  }
}
.header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: auto;
  margin-left: 2rem;
}
@media screen and (min-width: 1100px) {
  .header__logo {
    width: 238px;
    margin-left: 4.6rem;
    transition: 0.2s ease-out;
  }
  .header__logo:hover {
    opacity: 0.6;
  }
}
.header__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1099px) {
  .header__contact {
    display: none;
  }
}
.header__nav {
  margin-left: auto;
  margin-right: 24px;
}
@media screen and (max-width: 1099px) {
  .header__nav {
    display: none;
  }
}
@media screen and (max-width: 1099px) {
  .header__pc-other {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .header__pc-other {
    margin-right: 4rem;
  }
}
.header__other {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}
.header__other a {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--color-font);
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 6px;
  padding-inline: 14px;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1100px) {
  .header__other a {
    transition: 0.2s ease-out;
  }
  .header__other a:hover {
    background: #000;
    color: #fff;
  }
}
.header__other a:nth-child(2) {
  background: #000;
  color: #fff;
}
@media screen and (min-width: 1100px) {
  .header__other a:nth-child(2):hover {
    background: var(--color-grad01);
    border-color: #87B345;
  }
}
.header--fixed {
  position: fixed;
}

.gnav-list {
  display: flex;
}
@media screen and (min-width: 1440px) {
  .gnav-list {
    gap: 45px;
  }
}
.gnav-list__item {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .gnav-list__item {
    height: 120px;
    padding-top: 60px;
  }
}
.gnav-list__item:empty {
  display: none;
}
.gnav-list__link {
  display: block;
  color: inherit;
  font-size: 1.5rem;
  padding: 1rem 1.2rem;
}
@media screen and (min-width: 1100px) {
  .gnav-list__link {
    transition: 0.2s ease-out;
  }
  .gnav-list__link:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1100px) {
  .gnav-list__link--pc-non {
    display: none;
  }
}
.gnav-list__child {
  display: block;
  position: fixed;
  top: 120px;
  left: 0;
  width: 100%;
  height: 273px;
  background: #F6F6F6;
  pointer-events: none;
  transition: 0.2s ease-out;
}
.gnav-list__item:hover .gnav-list__child {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
.gnav-list__trigger {
  display: none;
}
.gnav-list .link-about,
.gnav-list .link-service {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .gnav-list .link-about,
  .gnav-list .link-service {
    pointer-events: none;
  }
  .gnav-list .link-about::after,
  .gnav-list .link-service::after {
    font-family: "icomoon";
    font-weight: normal;
    content: "\e902";
    font-size: 1rem;
    display: inline-block;
    margin-left: 0.5rem;
  }
  .gnav-list .link-about + .trigger + .gnav-list__child,
  .gnav-list .link-service + .trigger + .gnav-list__child {
    display: grid;
    grid-template-columns: auto 1fr;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .gnav-list .link-about + .trigger + .gnav-list__child::before,
  .gnav-list .link-service + .trigger + .gnav-list__child::before {
    content: "東洋地所について";
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 410px;
    height: 273px;
    padding-left: 70px;
    background: url(../images/header-about.png) 50% 50%/cover no-repeat;
    color: #fff;
    font-size: 30px;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .gnav-list .link-about + .trigger + .gnav-list__child::after,
  .gnav-list .link-service + .trigger + .gnav-list__child::after {
    content: "";
    width: 7px;
    height: 30px;
    border-radius: 2px;
    background: var(--color-grad01);
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 53px;
    transform: translateY(-50%);
  }
  .gnav-list .link-about + .trigger + .gnav-list__child .gnav-list__child-inner,
  .gnav-list .link-service + .trigger + .gnav-list__child .gnav-list__child-inner {
    padding: 6rem 6.5rem 7rem;
  }
  .gnav-list .link-about + .trigger + .gnav-list__child .child-list,
  .gnav-list .link-service + .trigger + .gnav-list__child .child-list {
    padding: 0;
    border: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 8rem;
  }
  .gnav-list .link-about + .trigger + .gnav-list__child .child-list__link,
  .gnav-list .link-service + .trigger + .gnav-list__child .child-list__link {
    display: block;
    font-size: 1.8rem;
    padding: 1.3rem 0;
    position: relative;
    transition: 0.2s ease-out;
    color: #000;
  }
  .gnav-list .link-about + .trigger + .gnav-list__child .child-list__link:hover,
  .gnav-list .link-service + .trigger + .gnav-list__child .child-list__link:hover {
    opacity: 0.6;
  }
  .gnav-list .link-about + .trigger + .gnav-list__child .child-list__link::after,
  .gnav-list .link-service + .trigger + .gnav-list__child .child-list__link::after {
    height: auto;
  }
  .gnav-list .link-about + .trigger + .gnav-list__child .child-list__link::before,
  .gnav-list .link-service + .trigger + .gnav-list__child .child-list__link::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #87B345 0, #87B345 25%, #000 20%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 1440px) {
  .gnav-list .link-about + .trigger + .gnav-list__child .child-list,
  .gnav-list .link-service + .trigger + .gnav-list__child .child-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1100px) {
  .gnav-list .link-service + .trigger + .gnav-list__child::before {
    content: "事業内容";
    background-image: url(../images/header-service.png);
  }
}

.hero {
  position: relative;
  height: 442px;
  overflow: hidden;
  border-radius: 6px;
  max-width: 1312px;
  width: calc(100% - 4rem);
  margin: 0 auto;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .hero {
    height: 431px;
    width: calc(100% - 8rem);
  }
}
.hero__bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  z-index: -1;
}
.hero__bg--sp {
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .hero__bg--sp {
    display: none;
  }
}
.hero__inner {
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.7rem 2rem;
}
@media screen and (min-width: 768px) {
  .hero__inner {
    padding: 4.2rem 4rem;
  }
}
@media screen and (min-width: 1100px) {
  .hero__inner {
    padding-inline: 10rem;
  }
}
.hero__scroll {
  position: absolute;
  top: 2.7rem;
  left: 0;
  list-style: none;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .hero__scroll {
    top: 2rem;
  }
}
.hero__scroll li {
  display: inline-block;
  padding-right: 2rem;
  animation: marquee 20s linear infinite;
  font-family: var(--font-en);
  font-size: 6.5rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .hero__scroll li {
    padding-right: 9.4rem;
    font-size: 9.6rem;
  }
}
.hero__contents {
  display: grid;
  grid-template-columns: 100%;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .hero__contents {
    grid-template-columns: max-content 1fr;
    align-items: flex-end;
  }
}
.hero__title {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
}
.hero__title-en {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1;
}
.hero__title-en::before {
  content: "";
  width: 37px;
  height: 17px;
  border-radius: 4px;
  background: var(--color-grad01);
}
.hero__title-ja {
  display: block;
  line-height: 1.3;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .hero__title-ja {
    font-size: 3.6rem;
  }
}
.hero__copy {
  font-size: 1.4rem;
  margin-top: 1.8rem;
}
@media screen and (min-width: 768px) {
  .hero__copy {
    font-size: 1.6rem;
  }
}
.hero--post {
  color: #000;
  height: auto;
  max-width: none;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .hero--post {
    width: 100%;
  }
}
.hero--post .hero__inner {
  padding: 0 4rem;
  background: none;
  padding-top: 140px;
}
@media screen and (min-width: 768px) {
  .hero--post .hero__inner {
    padding-top: 200px;
  }
}
@media screen and (min-width: 1100px) {
  .hero--post .hero__inner {
    max-width: var(--width-container);
    padding-inline: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1100px) {
  .hero--post .hero__scroll {
    left: 50%;
    transform: translateX(-50%);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*********************/
/*  loader  */
/*********************/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--color-white);
  z-index: 9999;
}
.loader__icon {
  position: absolute;
  border-left: 2px solid var(--color-white);
  border-top: 2px solid #326033;
  border-right: 2px solid #326033;
  border-bottom: 2px solid #326033;
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  animation: load 0.8s infinite linear;
}
.loader__icon, .loader__icon::after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*********************/
/*  フッター  */
/*********************/
@media screen and (min-width: 1100px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.footer {
  position: relative;
  background: #000;
  color: #fff;
  padding: 7rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 10rem;
  }
}
.footer__grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 9rem;
}
@media screen and (min-width: 768px) {
  .footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1100px) {
  .footer__grid {
    grid-template-columns: 1fr 2fr;
  }
}
.footer__logo {
  margin-bottom: 1rem;
  display: inline-block;
}
@media screen and (min-width: 1100px) {
  .footer__logo {
    transition: 0.2s ease-out;
  }
  .footer__logo:hover {
    opacity: 0.6;
  }
}
.footer__logo img {
  width: 294px;
  height: auto;
}
.footer__address {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .footer__address {
    margin-top: 3.5rem;
  }
}
.footer__tel {
  display: block;
  color: #fff !important;
  font-size: 3.5rem !important;
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .footer__tel {
    margin-top: 1.6rem;
  }
}
.footer__tel-title {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .footer__tel-title {
    margin-top: 3.6rem;
  }
}
.footer__foot {
  border-top: 1px solid #4D4D4D;
  padding-top: 2rem;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .footer__foot {
    padding-top: 4rem;
    margin-top: 8.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.footer__foot a {
  color: #fff;
  font-size: 1.3rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .footer__foot a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .footer__foot a {
    transition: 0.2s ease-out;
  }
  .footer__foot a:hover {
    opacity: 0.6;
  }
}
.footer__copyright {
  font-size: 1.2rem;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 3.8rem;
  }
}

.fnav-list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(3, auto);
  gap: 3rem 2rem;
  grid-auto-flow: column;
}
@media screen and (min-width: 1100px) {
  .fnav-list {
    grid-template-columns: repeat(4, auto);
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: row;
    gap: 7.7rem 6.7rem;
  }
}
.fnav-list__item:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
.fnav-list__item:nth-child(2) {
  grid-column: 1/2;
  grid-row: 3/4;
}
.fnav-list__item:nth-child(3) {
  grid-column: 1/2;
  grid-row: 4/5;
}
.fnav-list__item:nth-child(4) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.fnav-list__item:nth-child(5) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.fnav-list__item:nth-child(6) {
  grid-column: 2/3;
  grid-row: 3/4;
}
.fnav-list__item:nth-child(7) {
  grid-column: 2/3;
  grid-row: 4/5;
}
@media screen and (min-width: 1100px) {
  .fnav-list__item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .fnav-list__item:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .fnav-list__item:nth-child(3) {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .fnav-list__item:nth-child(4) {
    grid-column: 4/5;
    grid-row: 1/2;
  }
  .fnav-list__item:nth-child(5) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .fnav-list__item:nth-child(6) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .fnav-list__item:nth-child(7) {
    grid-column: 3/4;
    grid-row: 2/3;
  }
}
.fnav-list__link {
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
  color: #fff;
}
@media screen and (min-width: 1100px) {
  .fnav-list__link {
    transition: 0.2s ease-out;
  }
  .fnav-list__link:hover {
    opacity: 0.6;
  }
}
.fnav-list__link.link-about, .fnav-list__link.link-service {
  pointer-events: none;
}
.fnav-list .trigger {
  display: none;
}
.fnav-list .child-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .fnav-list .child-list {
    margin-top: 2rem;
  }
}
.fnav-list .child-list__link {
  display: inline-block;
  color: #AEAEAE;
  font-size: 1.4rem;
}
@media screen and (min-width: 1100px) {
  .fnav-list .child-list__link {
    transition: 0.2s ease-out;
  }
  .fnav-list .child-list__link:hover {
    opacity: 0.6;
  }
}
.fnav-list .child-list .child-list {
  margin-top: 0;
}
.fnav-list .child-list .child-list .child-list__item {
  margin-top: -0.5rem;
}
.fnav-list .child-list .child-list .child-list__link {
  margin-left: 1rem;
}
.fnav-list .child-list .child-list .child-list__link::before {
  content: "-";
}

/* --- Bottom CTA --- */
.bottom-cta {
  background: var(--color-grad01);
  padding: 6px;
}
@media screen and (min-width: 768px) {
  .bottom-cta {
    padding: 21px;
  }
}
.bottom-cta__inner {
  background: #F8FFF8;
  padding: 6.4rem 6rem 6.8rem;
}
.bottom-cta .section__title, .bottom-cta .bottom-cta--parts .bottom-cta__title, .bottom-cta--parts .bottom-cta .bottom-cta__title {
  margin-bottom: 3rem;
  text-align: center;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  gap: 2.3rem 0.6rem;
}
.bottom-cta .section__title::before, .bottom-cta .bottom-cta--parts .bottom-cta__title::before, .bottom-cta--parts .bottom-cta .bottom-cta__title::before {
  padding: 0;
  grid-column: 2/3;
  grid-row: 1/2;
  margin: 0;
  text-align: left;
}
.bottom-cta .section__title::after, .bottom-cta .bottom-cta--parts .bottom-cta__title::after, .bottom-cta--parts .bottom-cta .bottom-cta__title::after {
  position: relative;
  top: 0;
  left: 0;
  grid-column: 1/2;
  grid-row: 1/2;
  margin: 0 0 0 auto;
}
.bottom-cta .section__title span, .bottom-cta .bottom-cta--parts .bottom-cta__title span, .bottom-cta--parts .bottom-cta .bottom-cta__title span {
  grid-column: 1/3;
  grid-row: 2/3;
}
.bottom-cta .section__desc {
  text-align: center;
  line-height: 2.3;
}
.bottom-cta__tel {
  text-align: center;
  margin-top: 2.6rem;
}
@media screen and (min-width: 768px) {
  .bottom-cta__tel {
    margin-top: 4.5rem;
  }
}
.bottom-cta__tel p {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .bottom-cta__tel p {
    font-weight: 400;
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}
.bottom-cta--parts {
  padding: 5.4rem 1.4rem 6.3rem;
  border-radius: 6px;
  margin-top: 5.5rem;
  background: var(--color-grad01);
}
@media screen and (min-width: 768px) {
  .bottom-cta--parts {
    padding: 6.4rem 6rem 6.8rem;
    background: var(--color-grad02);
    margin-top: 8.5rem;
  }
}
.bottom-cta--parts .bottom-cta__title {
  color: #fff;
  font-weight: 400 !important;
  text-align: center;
  margin-bottom: 2.7rem !important;
}
.bottom-cta--parts .bottom-cta__title::before, .bottom-cta--parts .bottom-cta__title::after {
  display: none !important;
}
.bottom-cta--parts .bottom-cta__tel {
  color: #fff;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  background: #ccc;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.7;
  align-items: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 2em;
  width: 2em;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
  opacity: 0.7;
}

.splide__pagination__page.is-active {
  background: #fff;
  z-index: 1;
  transform: scale(1.4);
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: transparent;
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: #0bf 3px solid;
    outline-offset: -3px;
  }
}
.splide__slide:focus-visible {
  /* IE does not support outline-offset */
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: #0bf 3px solid;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: #0bf 3px solid;
    outline-offset: -3px;
  }
}
.splide.is-focus-in .splide__slide:focus {
  /* IE does not support outline-offset */
}

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: #0bf 3px solid;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%, 0);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotateZ(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotateZ(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.section {
  width: 100%;
  margin-top: 7.4rem;
}
@media screen and (min-width: 768px) {
  .section {
    margin-top: 12.4rem;
  }
}
.section__title, .bottom-cta--parts .bottom-cta__title {
  position: relative;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 768px) {
  .section__title, .bottom-cta--parts .bottom-cta__title {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
  }
}
.section__title::after, .bottom-cta--parts .bottom-cta__title::after {
  content: "";
  display: block;
  width: 37px;
  height: 17px;
  border-radius: 4px;
  background: var(--color-grad01);
  position: absolute;
  top: 2px;
  left: 0;
}
.section__title::before, .bottom-cta--parts .bottom-cta__title::before {
  display: block;
  font-family: var(--font-en);
  content: attr(data-en) "";
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  padding-left: 43px;
  margin-bottom: 1rem;
}
.section__title--simple::after {
  display: none;
}
.section__title--simple::before {
  padding-left: 0;
}
.section__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.6rem;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .section__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media screen and (min-width: 1100px) {
  .section__grid {
    gap: 7rem;
  }
}
.section__grid::before {
  content: "";
  display: block;
  width: calc(100% + 80px);
  height: 100%;
  background: var(--color-grad01);
  position: absolute;
  top: 10rem;
  left: -40px;
  border-radius: 6px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .section__grid::before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    top: -11rem;
    bottom: -15rem;
    height: auto;
    left: calc(50% - 8rem);
    width: auto;
    right: -4rem;
  }
}
@media screen and (min-width: 1100px) {
  .section__grid::before {
    left: calc(50% - 15rem);
    right: -17rem;
  }
}
.section__grid div {
  position: relative;
  z-index: 2;
}
.section__copy {
  display: block;
  font-size: 2.4rem;
  line-height: 1.65;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2.6rem;
}
@media screen and (min-width: 768px) {
  .section__copy {
    font-size: 3.2rem;
    margin-bottom: 4.6rem;
    white-space: nowrap;
  }
}
.section__desc {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .section__desc {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px) {
  .section__desc {
    text-align: center;
  }
}
.section__slider {
  margin-top: 6.5rem;
  margin-right: -40px;
  width: calc(100% + 40px);
}
@media screen and (min-width: 768px) {
  .section__slider {
    margin-top: 7.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .section__slider {
    width: calc(100vw - (100vw - var(--width-container)) / 2);
    margin-right: calc((100vw - var(--width-container)) / -2);
  }
}
.section__box {
  border-radius: 6px;
  overflow: hidden;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .section__box {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.section__box > div:first-child {
  background: var(--color-grad01);
  padding: 4rem 2.2rem;
}
@media screen and (min-width: 768px) {
  .section__box > div:first-child {
    padding: 4.5rem 5rem;
  }
}
@media screen and (min-width: 1100px) {
  .section__box > div:first-child {
    padding: 9.5rem 10.5rem;
  }
}
.section__box > div:last-child {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 64.536%;
}
@media screen and (min-width: 768px) {
  .section__box > div:last-child {
    padding-bottom: 0;
    height: 100%;
  }
}
.section__box > div:last-child img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.section__footer {
  display: block;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .section__footer {
    margin-top: 4.7rem;
  }
}
.section__footer--mt-wide {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .section__footer--mt-wide {
    margin-top: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .section__head-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10rem;
  }
}
.section__head-grid .h2 {
  border: none;
}
.section__head-grid--sub {
  border-top: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .section__head-grid--sub {
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .section__inner {
    padding-left: 20%;
  }
}
.section__bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  z-index: 1;
}
.section--about {
  padding-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .section--about {
    padding-bottom: 15rem;
    margin-top: 20vw;
  }
}
@media screen and (min-width: 1440px) {
  .section--about {
    margin-top: 30rem;
  }
}
@media screen and (min-width: 1700px) {
  .section--about {
    margin-top: 50rem;
  }
}
.section--about .section__footer {
  margin-top: 7.6rem;
}
@media screen and (min-width: 768px) {
  .section--about .section__footer {
    margin-top: 13rem;
  }
}
.section--service .section__title, .section--service .bottom-cta--parts .bottom-cta__title, .bottom-cta--parts .section--service .bottom-cta__title {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .section--service .section__title, .section--service .bottom-cta--parts .bottom-cta__title, .bottom-cta--parts .section--service .bottom-cta__title {
    margin-bottom: 0;
  }
}
.section--service .section__desc {
  text-align: left;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .section--service .section__desc {
    padding-top: 4rem;
  }
}
.section--service .section__head-grid {
  padding-top: 2.6rem;
  border-top: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .section--service .section__head-grid {
    margin-bottom: 4.7rem;
  }
}
.section--projects {
  background: var(--color-bg-bk);
  color: #fff;
  padding: 7rem 0;
}
@media screen and (min-width: 768px) {
  .section--projects .section__title, .section--projects .bottom-cta--parts .bottom-cta__title, .bottom-cta--parts .section--projects .bottom-cta__title {
    margin-bottom: 0;
  }
}
.section--projects .section__desc {
  text-align: left;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .section--projects .section__desc {
    padding-top: 4rem;
  }
}
.section--projects .section__footer {
  margin-top: 7.6rem;
}
@media screen and (min-width: 768px) {
  .section--projects .section__footer {
    margin-top: 6.5rem;
  }
}
.section--projects .property-card__head, .section--projects .voice-card__head {
  border-color: #fff;
}
.section--projects .property-card__tag span, .section--projects .voice-card__tag span {
  border-color: #fff;
}
.section--recruit {
  margin: 7.4rem 0;
}
@media screen and (min-width: 768px) {
  .section--recruit {
    margin: 7.8rem 0;
  }
}
.section--recruit .section__title, .section--recruit .bottom-cta--parts .bottom-cta__title, .bottom-cta--parts .section--recruit .bottom-cta__title {
  margin-bottom: 3rem;
}
.section--recruit .section__desc {
  text-align: left;
}
.section--mt-none {
  margin-top: 0;
}
.section--bk, .section--grad {
  background: var(--color-bg-bk);
  padding: 6rem 0 8rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .section--bk, .section--grad {
    padding: 7.5rem 0 16rem;
  }
}
.section--bk .h2, .section--grad .h2 {
  border-color: #fff;
}
.section--bk .section__head-grid, .section--grad .section__head-grid {
  border-color: #fff;
}
.section--bk .dl, .section--grad .dl {
  border-color: #fff !important;
}
.section--bk .dl dt, .section--bk .dl dd, .section--grad .dl dt, .section--grad .dl dd {
  border-color: #fff !important;
}
.section--bk .thumb-card__title, .section--grad .thumb-card__title {
  border-color: #fff !important;
}
.section--bk .property-card__head, .section--bk .voice-card__head, .section--grad .property-card__head, .section--grad .voice-card__head {
  border-color: #fff !important;
}
.section--bk .property-card__tag span, .section--bk .voice-card__tag span, .section--grad .property-card__tag span, .section--grad .voice-card__tag span {
  border-color: #fff !important;
}
.section--bk .voice-card, .section--grad .voice-card {
  background: #fff;
  color: #000;
}
.section--bk .voice-card__head, .section--grad .voice-card__head {
  border-color: #000 !important;
  transition: 0.2s ease-out;
}
.section--bk .voice-card__tag span, .section--grad .voice-card__tag span {
  border-color: #000 !important;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1100px) {
  .section--bk .voice-card, .section--grad .voice-card {
    transition: 0.2s ease-out;
  }
  .section--bk .voice-card:hover, .section--grad .voice-card:hover {
    opacity: 1;
    background: var(--color-grad01);
    color: #fff;
  }
  .section--bk .voice-card:hover .voice-card__head, .section--grad .voice-card:hover .voice-card__head {
    border-color: #fff !important;
  }
  .section--bk .voice-card:hover .voice-card__tag span, .section--grad .voice-card:hover .voice-card__tag span {
    border-color: #fff !important;
  }
}
.section--grad {
  background: var(--color-grad02);
}
.section--grad .flow-card::before {
  background: #fff;
  color: #B7C123;
}
.section--bgimg {
  position: relative;
  padding: 6rem 0 8rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .section--bgimg {
    padding: 7.5rem 0 16rem;
  }
}
.section--bgimg .container {
  position: relative;
  z-index: 2;
}
.section--bgimg .h2 {
  border-color: #fff;
}
.section--bgimg .section__head-grid {
  border-color: #fff;
}
.section--bgimg .dl {
  border-color: #fff !important;
}
.section--bgimg .dl dt, .section--bgimg .dl dd {
  border-color: #fff !important;
}
.section--bgimg .thumb-card__title {
  border-color: #fff !important;
}
.section--bg {
  background: #FAFAFA;
  padding: 6.7rem 0 3.6rem;
}
@media screen and (min-width: 768px) {
  .section--bg {
    padding: 12.3rem 0 7.2rem;
  }
}
.section--simple {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .section--simple {
    font-size: 1.5rem;
  }
}

.scroll-bar {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroll-bar::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none;
}
.scroll-bar .simplebar-scrollbar::before {
  background: #F3F3F3;
  border-radius: 4px;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.scroll-bar .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.scroll-bar .simplebar-track {
  background-color: #D9D9D9;
  width: 2px;
}

/*********************/
/*  TOP  */
/*********************/
/*  メインビジュアル  */
.mv {
  position: relative;
  padding-inline: 2rem;
  padding-top: 7.2rem;
}
@media screen and (min-width: 768px) {
  .mv {
    padding-inline: 4rem;
  }
}
@media screen and (min-width: 1100px) {
  .mv {
    padding-inline: calc((100vw - var(--width-container)) / 2);
  }
}
.mv__inner {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .mv__inner {
    margin-left: -77px;
    width: calc(100% + 77px);
  }
}
.mv__ja {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}
@media screen and (min-width: 768px) {
  .mv__ja {
    font-size: 1.5rem;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 1100px) {
  .mv__ja {
    position: absolute;
    top: 55px;
    right: 0;
  }
}
.mv__en, .mv__img-en {
  display: block;
  font-size: 3.9rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
  position: relative;
  z-index: 1;
  margin-top: 2.6rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .mv__en, .mv__img-en {
    font-size: 7rem;
  }
}
@media screen and (min-width: 1100px) {
  .mv__en, .mv__img-en {
    font-size: 11rem;
    margin: 0;
  }
}
.mv__img {
  position: relative;
  z-index: 2;
  margin-top: -55px;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mv__img {
    margin-top: -86px;
  }
}
@media screen and (min-width: 1100px) {
  .mv__img {
    margin-top: -133px;
    margin-left: 77px;
    width: calc(100% - 77px);
  }
}
.mv__img-en {
  color: #fff;
  margin: 0;
  position: absolute;
  top: -23px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .mv__img-en {
    top: -56px;
  }
}
@media screen and (min-width: 1100px) {
  .mv__img-en {
    top: -86px;
    left: -77px;
  }
}
.mv__slide {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 145.73%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mv__slide {
    padding-bottom: 52.348%;
  }
}
.mv__slide img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.mv .splide__slide.is-active img,
.mv .splide__slide.is-prev img,
.mv .splide__slide img.is-prev {
  animation: scale 7s linear 0s normal both;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
/*********************/
.btn-wrap {
  display: flex;
  gap: 1.3rem;
}
.btn-wrap--wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .btn-wrap--spcolumn {
    flex-direction: column;
  }
}
.btn-wrap--center {
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn-wrap--center-only-sp {
    justify-content: center;
    align-items: center;
  }
}
.btn-wrap--right {
  justify-content: flex-end;
}
.btn-wrap--cv {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .btn-wrap--cv {
    margin-top: 5.3rem;
    gap: 6rem;
  }
}

.btn {
  display: inline-block;
  text-decoration: none;
  color: var(--color-font);
  padding: 1.5rem 5rem;
  font-size: 1.2rem;
  transition: 0.2s ease-out;
  position: relative;
  border: 1px solid #000;
  border-radius: 6px;
  text-align: center;
}
.btn::after {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e905";
  color: inherit;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 1100px) {
  .btn {
    transition: 0.2s ease-out;
  }
  .btn:hover {
    background: #000;
    color: #fff;
  }
}
.btn--dl::after {
  transform: translateY(-50%) rotate(90deg);
}
.btn--back::after {
  right: auto;
  left: 1.5rem;
  transform: translateY(-50%) rotateY(180deg);
}
.btn--wt {
  color: #fff;
  border-color: #fff;
}
@media screen and (min-width: 1100px) {
  .btn--wt:hover {
    background: #fff;
    color: #000;
  }
}
.btn--wt02 {
  background: #fff;
  color: #5EA763;
  border-color: #fff;
}
@media screen and (min-width: 1100px) {
  .btn--wt02:hover {
    background: #000;
    border-color: #000;
    color: #fff;
  }
}
.btn--bk {
  background: #000;
  color: #fff;
}
@media screen and (min-width: 1100px) {
  .btn--bk:hover {
    background: #fff;
    border-color: #000;
    color: #000;
  }
}
.btn--grad {
  background: var(--color-grad01);
  color: #fff;
  border-color: transparent;
  padding: 1.6rem 5rem;
}
@media screen and (min-width: 1100px) {
  .btn--grad:hover {
    background: #000;
    border-color: #000;
    color: #fff;
  }
}
@media screen and (min-width: 1100px) {
  .btn--hv-wt:hover {
    background: #fff;
    border-color: #000;
    color: #000;
  }
}
@media screen and (min-width: 1100px) {
  .btn--hv-bk:hover {
    background: #000;
    border-color: #000;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .btn--sp100 {
    width: 100%;
  }
}
.btn--180 {
  width: 180px;
  padding-inline: 0;
}
.btn--180-ad {
  width: 180px;
  padding-inline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.btn--180-ad::after {
  position: relative;
  top: 0;
  right: auto;
  transform: none;
  flex-shrink: 0;
}
.btn--cv {
  width: 257px;
  height: 58px;
  font-size: 1.4rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .btn--cv {
    width: 385px;
    height: 87px;
    border-radius: 12px;
    font-size: 2rem;
  }
}

.service-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.2rem;
  margin-top: 3.5rem;
  counter-reset: number 0;
}
@media screen and (min-width: 768px) {
  .service-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 4.7rem;
  }
}
.service-list__item {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  counter-increment: number 1;
}
@media screen and (min-width: 768px) {
  .service-list__item {
    padding-bottom: 200%;
  }
}
@media screen and (min-width: 1100px) {
  .service-list__item:hover .service-list__inner {
    background: rgba(18, 20, 17, 0);
  }
}
.service-list__link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.service-list__img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  transition: 0.2s ease-out;
}
.service-list__inner {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 20, 17, 0.5);
  color: #fff;
  transition: 0.2s ease-out;
}
.service-list__inner::before {
  content: counter(number, decimal-leading-zero) "";
  display: block;
  font-family: var(--font-en);
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 1;
  padding-top: 1.5rem;
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .service-list__inner::before {
    text-align: center;
    padding-left: 0;
  }
}
.service-list__inner::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: var(--color-grad01);
  position: absolute;
  top: 36px;
  left: 14px;
}
@media screen and (min-width: 768px) {
  .service-list__inner::after {
    left: 50%;
    transform: translateX(calc(-50% - 22px));
  }
}
.service-list__title {
  font-size: 2.8rem;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .service-list__title {
    font-size: 3.4rem;
  }
}
.service-list__copy {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 1.3rem;
  font-weight: 700;
  position: absolute;
  bottom: 1.5rem;
  text-align: left;
  line-height: 1.8;
  padding-inline: 2rem;
}
@media screen and (max-width: 1099px) {
  .service-list__copy::after {
    content: "\e905";
    font-family: "icomoon";
    font-weight: normal;
    font-size: 13px;
    display: grid;
    place-content: center;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background: var(--color-grad01);
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .service-list__copy {
    font-size: 1.5rem;
    bottom: 2.5rem;
  }
}

#card-slider {
  padding-bottom: 7rem;
}
#card-slider .splide__arrows {
  position: absolute;
  bottom: 0;
  right: 4rem;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 1094px;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  #card-slider .splide__arrows {
    height: 40px;
    gap: 11px;
  }
}
#card-slider .splide__arrow {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  height: 32px;
  width: 32px;
  background: #000;
}
@media screen and (min-width: 768px) {
  #card-slider .splide__arrow {
    height: 40px;
    width: 40px;
  }
}
@media screen and (min-width: 1100px) {
  #card-slider .splide__arrow {
    transition: 0.2s ease-out;
  }
  #card-slider .splide__arrow:hover {
    opacity: 0.4;
  }
}
#card-slider .splide__arrow svg {
  display: none;
}
#card-slider .splide__arrow::before {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e905";
  color: #fff;
  line-height: 1;
  display: inline-block;
  font-size: 10px;
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  #card-slider .splide__arrow::before {
    font-size: 11px;
  }
}
#card-slider .splide__arrow--prev::before {
  transform: rotateY(180deg);
}
#card-slider {
  /* プログレスバーのスタイル */
}
#card-slider .my-carousel-progress {
  background-color: #F3F3F3;
  bottom: 14px;
  width: calc(100% - 150px);
  border-radius: 4px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  #card-slider .my-carousel-progress {
    bottom: 18px;
  }
}
#card-slider .my-carousel-progress-bar {
  background-color: #858585;
  height: 2px;
  border-radius: 4px;
  transition: width 1000ms ease;
  width: 0;
}

/*********************/
/*  見出し  */
/*********************/
.tel-nolink a[href*="tel:"] {
  color: inherit;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.post-type-page {
  margin-top: var(--space-md);
  display: grid;
}
.post-type-page *:first-child {
  margin-top: 0;
}
.post-type-page p {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .post-type-page p {
    line-height: 2.2;
  }
}
.post-type-page p:not(:first-child) {
  margin-top: 1rem;
}
.post-type-page p:empty {
  display: none;
}
.post-type-page a:not([class]):hover {
  opacity: 0.7;
}
.post-type-page .ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.post-type-page .ul li::before {
  content: "・";
}
@media screen and (min-width: 768px) {
  .post-type-page .ul--benefits {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 2rem;
  }
}
.post-type-page .table {
  width: 100%;
  margin-top: 3.7rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .table {
    margin-top: 8.7rem;
  }
}
.post-type-page .table thead th,
.post-type-page .table thead td {
  padding: 2.4rem 1rem;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .post-type-page .table thead th,
  .post-type-page .table thead td {
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    text-align: left;
  }
}
.post-type-page .table th {
  background: var(--color-bg-bk);
  color: var(--color-white);
}
.post-type-page .table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.post-type-page .table tbody th,
.post-type-page .table tbody td {
  padding: 1rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .post-type-page .table tbody th,
  .post-type-page .table tbody td {
    padding: 2rem;
    font-size: 1.6rem;
    text-align: left;
  }
}
.post-type-page .dl {
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .post-type-page .dl {
    font-size: 1.6rem;
    font-weight: 400;
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    margin-top: -3.2rem;
  }
}
.post-type-page .dl dt {
  border-top: 1px solid #000;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .dl dt {
    padding-top: 3.2rem;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .post-type-page .dl dt.sp-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
}
.post-type-page .dl dd {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .dl dd {
    border-top: 1px solid #000;
    padding-top: 3.2rem;
    margin-top: 3.2rem;
  }
}
.post-type-page .dl dd + dt {
  margin-top: 3.2rem;
}
.post-type-page .dl__br span:not([class]) {
  display: block;
}
.post-type-page .dl--grid {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
}
.post-type-page .dl--grid dt, .post-type-page .dl--grid dd {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .dl--grid dt, .post-type-page .dl--grid dd {
    padding: 3rem 0;
  }
}
.post-type-page .dl--grid dd {
  border-top: 1px solid #000;
  padding-left: 2rem;
  margin-top: 0;
}
.post-type-page .dl--grid dt {
  margin-top: 0 !important;
}
.post-type-page .dl--border-b {
  border-bottom: 1px solid #000;
}
.post-type-page .dl--border-b a[href*="tel:"] {
  color: var(--color-white);
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .post-type-page .dl--border-b dt:last-of-type,
  .post-type-page .dl--border-b dd:last-of-type {
    padding-bottom: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .post-type-page .dl--border-b dd:last-child {
    padding-bottom: 2rem;
  }
}
.post-type-page .dl--sub {
  margin: 0;
}
.post-type-page .dl--sub dt, .post-type-page .dl--sub dd {
  line-height: 2.2;
}
.post-type-page .dl--sub dd p:not([class]) {
  line-height: 1.5;
}
.post-type-page .dl--sub dd p.mtnone {
  line-height: 1.5;
}
.post-type-page .strong {
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .strong {
    font-size: 2.4rem;
  }
}
.post-type-page .box {
  margin: 5rem 0 0;
  padding: 3rem;
  background: #eee;
}
.post-type-page .box__title {
  font-weight: bold;
  font-size: 2.1rem;
  margin: 0 0 1rem;
  line-height: 1.3em;
}
@media screen and (min-width: 768px) {
  .post-type-page .message-box {
    margin-top: -10px;
  }
}

.accordion {
  list-style: none;
}
.accordion__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 1rem 0;
  font-size: 1.4rem;
  color: var(--color-font);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: 0.2s ease-out;
  border-bottom: 1px solid #D1D1D1;
  cursor: pointer;
}
.accordion__label::after {
  content: ">";
  font-family: "icomoon";
  display: inline-block;
  font-size: 2.5rem;
  color: var(--color-primary);
  transform: rotate(90deg);
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1100px) {
  .accordion__label::after {
    font-size: 3.5rem;
  }
}
.accordion__content {
  height: 0;
  margin-bottom: 1.5rem;
  padding: 0 3rem;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: 0.2s ease-out;
  background: #ECECEC;
  color: var(--color-font);
  font-size: 1.4rem;
}
.accordion__toggle {
  display: none;
}
.accordion__toggle:checked + .accordion__label + .accordion__content {
  height: auto;
  padding: 3rem;
  transition: all 0.3s;
}
.accordion__toggle:checked + .accordion__label::after {
  transform: rotate(-90deg) !important;
  color: #D6D6D6;
}

.children-card {
  position: relative;
  display: block;
  background: var(--color-white);
  box-shadow: 1px 1px 3px var(--color-primary);
  transition: 0.2s ease-out;
}
.children-card:hover {
  opacity: 0.7;
}
.children-card__link, .children-card__thumbnail, .children-card__img, .children-card__box, .children-card__title, .children-card__description, .children-card__btn {
  display: block;
  width: 100%;
}
.children-card__more {
  display: inline-block;
  font-size: 1.6rem;
  color: var(--color-white);
  padding: 10px 40px;
  margin-top: 1.5rem;
}
.children-card__box {
  padding: 15px 20px 25px;
}
@media screen and (min-width: 1100px) {
  .children-card__box {
    padding: 20px 20px 30px;
  }
}
.children-card__title {
  font-size: 2rem;
  font-weight: bold;
}
.children-card__description {
  margin-top: 1rem;
}
.children-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.children-card__btn--center {
  text-align: center;
}
.children-card__btn--right {
  text-align: right;
}
.children-card__time, .children-card__category, .children-card__post-title {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .children-card__time, .children-card__category, .children-card__post-title {
    display: block;
  }
}
.children-card__time {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-font);
}
@media screen and (min-width: 768px) {
  .children-card__time {
    font-size: 1.7rem;
  }
}
.children-card__time--inline {
  display: inline-block;
  margin-left: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .children-card__time--inline {
    width: 140px;
    height: 25px;
    line-height: 25px;
  }
}
.children-card__category {
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--color-font);
  text-align: center;
  padding: 0 15px;
  border: 1px solid var(--color-font);
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .children-card__category {
    width: 100px;
    height: 30px;
    font-size: 1.3rem;
    line-height: 30px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .children-card__category {
    margin-left: 1rem;
  }
}
.children-card__category--inline {
  display: inline-block;
}
.children-card__post-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-font);
  transition: 0.2s ease-out;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .children-card__post-title {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .children-card__post-title--ellipsis {
    overflow: hidden;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.children-card__post-title--bordered {
  box-shadow: 0 0 0 1px var(--color-primary);
}
.children-card--mini {
  padding: 25px;
}
.children-card--mini .children-card__title {
  margin-top: 2rem;
}

.pickup-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  transition: 0.2s ease-out;
}
.pickup-card:hover {
  opacity: 0.7;
}
.pickup-card__link, .pickup-card__thumbnail, .pickup-card__img, .pickup-card__box, .pickup-card__title, .pickup-card__description, .pickup-card__btn {
  display: block;
  width: 100%;
}
.pickup-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.pickup-card__more {
  display: inline-block;
  font-size: 1.4rem;
  color: var(--color-white);
  padding: 10px 40px;
  margin-top: 1.8rem;
}
.pickup-card__box {
  padding: 25px 25px 30px;
}
@media screen and (min-width: 1100px) {
  .pickup-card__box {
    padding: 25px 30px 35px;
  }
}
.pickup-card__title {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 1100px) {
  .pickup-card__title {
    font-size: 2rem;
  }
}
.pickup-card__description {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 1.2rem;
}
@media screen and (min-width: 1100px) {
  .pickup-card__description {
    font-size: 1.4rem;
  }
}
.pickup-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.pickup-card__btn--center {
  text-align: center;
}
.pickup-card__btn--right {
  text-align: right;
}

/*  コンテンツD  */
.guide-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  transition: 0.2s ease-out;
}
.guide-card:hover {
  opacity: 0.7;
}
.guide-card__link, .guide-card__thumbnail, .guide-card__img, .guide-card__box, .guide-card__title, .guide-card__description, .guide-card__btn {
  display: block;
  width: 100%;
}
.guide-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.guide-card__more {
  display: inline-block;
  font-size: 1.4rem;
  color: var(--color-white);
  padding: 8px 30px;
  margin-top: 1.5rem;
}
.guide-card__box {
  padding: 20px;
}
@media screen and (min-width: 1100px) {
  .guide-card__box {
    padding: 25px 30px;
  }
}
.guide-card__title {
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (min-width: 1100px) {
  .guide-card__title {
    font-size: 2rem;
  }
}
.guide-card__description {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 1rem;
}
@media screen and (min-width: 1100px) {
  .guide-card__description {
    font-size: 1.4rem;
  }
}
.guide-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.guide-card__btn--center {
  text-align: center;
}
.guide-card__btn--right {
  text-align: right;
}
.guide-card--horizontal {
  display: flex;
  align-items: stretch;
}

/*  数字で見るパーツ利用時以外は不要  */
.countup-card__title {
  display: block;
  text-align: center;
  color: var(--color-font);
  font-size: 2rem;
  margin-top: 2rem;
}
.countup-card__thmb {
  width: 60%;
  display: block;
  margin: 0 auto;
}
.countup-card__img {
  width: 100%;
  height: auto;
}
.countup-card__number {
  display: block;
  text-align: center;
  color: blue;
  font-weight: 900;
  font-size: 5rem;
  line-height: 1;
}
.countup-card__count {
  white-space: nowrap;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
}
.countup-card__unit {
  font-size: 50%;
}

/*  数字で見るパーツここまで  */
.card-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .card-list {
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1100px) {
  .card-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.card-list--news {
  padding-right: 3.6rem;
  display: block;
  max-height: 190px;
}

.property-card {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .property-card {
    transition: 0.2s ease-out;
  }
  .property-card:hover .property-card__thumb img {
    transform: scale(1.2);
  }
}
.property-card__link, .voice-card__link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.property-card__thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 59.6%;
  border-radius: 6px;
  overflow: hidden;
  pointer-events: none;
}
.property-card__thumb img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  transition: 0.2s ease-out;
}
.property-card__thumb-tag, .property-head__thumb-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  border-radius: 3px;
  padding: 2px 10px 3px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .property-card__thumb-tag, .property-head__thumb-tag {
    font-size: 1.1rem;
  }
}
.property-card__thumb-tag--new, .property-head__thumb-tag--new {
  background: var(--color-primary);
}
.property-card__thumb-tag--sale, .property-head__thumb-tag--sale {
  background: var(--color-blue);
}
.property-card__thumb-tag--contract, .property-head__thumb-tag--contract {
  background: #303030;
}
.property-card__head, .voice-card__head {
  margin-top: 1.1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #000;
  margin-bottom: 1.7rem;
}
@media screen and (min-width: 768px) {
  .property-card__head, .voice-card__head {
    margin-top: 1.4rem;
    margin-bottom: 1.9rem;
  }
}
.property-card__title, .voice-card__title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .property-card__title, .voice-card__title {
    font-size: 1.6rem;
  }
}
.property-card__copy, .voice-card__copy {
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .property-card__copy, .voice-card__copy {
    font-size: 1.2rem;
  }
}
.property-card__access, .property-head__access {
  font-size: 1.1rem;
}
.property-card__access::before, .property-head__access::before {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e901";
  margin-right: 2px;
}
@media screen and (min-width: 768px) {
  .property-card__access, .property-head__access {
    font-size: 1.2rem;
  }
}
.property-card__access:empty::before, .property-head__access:empty::before {
  display: none;
}
.property-card__price, .property-head__price {
  font-weight: bold;
  font-size: 1.7rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .property-card__price, .property-head__price {
    font-size: 1.8rem;
  }
}
.property-card__tag, .voice-card__tag {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.property-card--outside .property-card__head, .property-card--outside .voice-card__head {
  padding-right: 2.5rem;
  position: relative;
}
.property-card--outside .property-card__head::after, .property-card--outside .voice-card__head::after {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e909";
  font-size: 1.7rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.property-card--contract {
  opacity: 0.6;
  pointer-events: none;
}

.voice-card {
  position: relative;
  background: var(--color-grad01);
  border-top-right-radius: 38px;
  border-bottom-left-radius: 38px;
  padding: 1.5rem 3.7rem;
  color: #fff;
}
@media screen and (min-width: 1100px) {
  .voice-card {
    transition: 0.2s ease-out;
  }
  .voice-card:hover {
    opacity: 0.6;
  }
}
.voice-card__head {
  margin-top: 0;
  border-color: #fff;
}
.voice-card__tag span {
  border-color: #fff !important;
}

.thumb-card {
  position: relative;
}
.thumb-card__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 52.9%;
  overflow: hidden;
}
.thumb-card__img img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.thumb-card__img--free {
  height: auto;
  padding: 0;
}
.thumb-card__img--free img {
  position: relative;
  height: auto;
  object-fit: none;
}
.thumb-card__title {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .thumb-card__title {
    font-size: 1.6rem;
  }
}
.thumb-card__desc {
  display: block;
  font-weight: 400;
  margin-top: 1rem;
}
.thumb-card__tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .thumb-card__tags {
    flex-direction: column;
    align-items: flex-start;
  }
}
.thumb-card__tags li {
  background: #000;
  color: #fff !important;
}
.thumb-card__list {
  list-style: none;
  margin-top: 1.7rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.thumb-card__list li::before {
  content: "・";
}
.thumb-card--title-border .thumb-card__img {
  border-radius: 6px;
}
.thumb-card--title-border .thumb-card__title {
  font-size: 2rem;
  border-bottom: 1px dotted #000;
  padding-bottom: 1.5rem;
  font-weight: 500;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .thumb-card--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8rem;
  }
  .thumb-card--grid > div:nth-child(1) {
    order: 2;
  }
  .thumb-card--grid > div:nth-child(2) {
    order: 1;
  }
}

.cat-tag, .property-head__ctg span, .sort__cat li a, .refine__btn, .property-card__tag span, .voice-card__tag span, .thumb-card__tags li {
  display: inline-block;
  font-size: 1rem;
  border-radius: 30px;
  border: 1px solid #000;
  padding: 2px 10px 3px;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .cat-tag, .property-head__ctg span, .sort__cat li a, .refine__btn, .property-card__tag span, .voice-card__tag span, .thumb-card__tags li {
    font-size: 1.1rem;
    padding: 4px 20px 5px;
  }
}

.refine {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3.4rem;
}
@media screen and (min-width: 768px) {
  .refine {
    gap: 1.4rem;
  }
}
.refine__btn--active {
  background: #000;
  color: #fff;
}
@media screen and (min-width: 1100px) {
  .refine__btn {
    transition: 0.2s ease-out;
  }
  .refine__btn:hover {
    background: #000;
    color: #fff;
  }
}

.h2 {
  position: relative;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin-bottom: 3.8rem;
  padding-top: 2.4rem;
  border-top: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .h2 {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
    padding-top: 2.7rem;
    margin-bottom: 8rem;
  }
}
.h2::before {
  display: block;
  font-family: var(--font-en);
  content: attr(data-en) "";
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  margin-bottom: 1rem;
}
.h2--mg-ad {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .h2--mg-ad {
    margin-bottom: 3.5rem;
  }
}
.h2--border-non {
  border: none;
  padding-top: 0;
}
.h2--center {
  padding: 0;
  text-align: center;
  border: none;
}
.h2--center::before {
  display: none;
}

.h3 {
  display: block;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #000;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .h3 {
    font-size: 3.2rem;
    margin-bottom: 4.8rem;
  }
}
.h3--page {
  padding: 0;
  border: none;
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 767px) {
  .h3--page {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
}
.h3--border-non {
  border: none;
  padding: 0;
  margin-bottom: 2rem;
}

.h4 {
  display: block;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .h4 {
    font-size: 2.4rem;
  }
}
.h4--border {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .h4--border {
    padding-bottom: 2.3rem;
  }
}

.h5 {
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
.h5::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #000;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .h5 {
    font-size: 2rem;
  }
}
.h5--center {
  text-align: center;
}
.h5--center::after {
  margin-inline: auto;
}
.h5--wt {
  color: #fff;
}
.h5--wt::after {
  background: #fff;
}
.h5--border {
  grid-column: 1/3;
  margin-bottom: 0;
}
.h5--border::after {
  width: 100%;
}

.h6 {
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 1.6rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #000;
}
@media screen and (min-width: 768px) {
  .h6 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
}
.h6--wt {
  color: #fff;
  border-color: #fff;
}

.mid-title {
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .mid-title {
    font-weight: 1.6rem;
    margin-top: 4.8rem;
    margin-bottom: 2rem;
  }
}

.small {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .small {
    font-size: 1.4rem;
  }
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .grid {
    grid-template-columns: 1fr 1fr;
    gap: 5rem 5.3rem;
  }
}
.grid--gap-min {
  gap: 1.3rem;
}
@media screen and (min-width: 768px) {
  .grid--gap-mid {
    gap: 3.2rem 3.7rem;
  }
}
.grid--gap-mid02 {
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .grid--gap-mid02 {
    gap: 7rem;
  }
}
.grid--gap-wide {
  gap: 5rem;
}
@media screen and (min-width: 768px) {
  .grid--gap-wide {
    gap: 12rem;
  }
}
.grid--gap-card {
  gap: 5rem;
}
@media screen and (min-width: 768px) {
  .grid--gap-card {
    gap: 4rem;
  }
}
.grid--gap-card02 {
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .grid--gap-card02 {
    gap: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .grid--2-1 {
    grid-template-columns: 2fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .grid--1-2 {
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (min-width: 768px) {
  .grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1100px) {
  .grid--md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .grid--center {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .grid--re > div:nth-child(1) {
    order: 2;
  }
  .grid--re > div:nth-child(2) {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .grid--message {
    grid-template-columns: 1.5fr 2fr;
  }
  .grid--message > div:nth-child(1) {
    order: 2;
  }
  .grid--message > div:nth-child(2) {
    order: 1;
  }
}

.tel-link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: #000;
  font-size: 3.2rem;
  font-family: var(--font-en);
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .tel-link {
    font-size: 3.9rem;
  }
}
.tel-link::before {
  display: inline-block;
  flex-shrink: 0;
  font-family: "icomoon";
  font-weight: normal;
  content: "\e904";
  font-size: 56%;
}
.tel-link--wt {
  color: #fff;
}

.ctg-wrap {
  margin-bottom: 6.5rem;
}
@media screen and (min-width: 768px) {
  .ctg-wrap {
    margin-bottom: 1.6rem;
  }
}
.ctg-wrap .property-card__tag, .ctg-wrap .voice-card__tag {
  margin: 0;
}

.hr {
  margin: 5rem 0;
  border-top: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .hr {
    margin: 9rem 0;
  }
}
.hr--dot {
  border-style: dotted;
}

.box-card {
  background: rgba(255, 254, 248, 0.15);
  padding: 3rem 1rem 4rem;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  text-align: center;
}
.box-card__title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .box-card__title {
    font-size: 2.4rem;
  }
}
.box-card__desc {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .box-card__desc {
    font-size: 2rem;
  }
}
.box-card__num {
  font-size: 8rem;
  font-weight: 400;
  font-family: var(--font-en);
  line-height: 1;
}
.box-card--simple {
  text-align: left;
  padding: 3rem 2rem;
}
@media screen and (min-width: 768px) {
  .box-card--simple {
    padding: 3.5rem 3rem;
  }
}
.box-card--simple .box-card__title {
  font-size: 1.4rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .box-card--simple .box-card__title {
    font-size: 2rem;
  }
}
.box-card--wrap {
  text-align: left;
  padding: 3.5rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .box-card--wrap {
    padding: 2.8rem 4.7rem;
  }
}
.box-card--ad01 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.box-card--ad01 .box-card__desc {
  font-size: 4rem;
}
.box-card--ad01 .box-card__small {
  margin-top: 2rem !important;
}
.box-card--ad02 .box-card__desc {
  line-height: 1;
}
.box-card--ad02 .box-card__small {
  margin-top: 3rem !important;
}

.local-service {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .local-service {
    padding-bottom: 19rem;
  }
}
.local-service__inner {
  position: relative;
  z-index: 2;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .local-service__inner .h2 + p {
    width: 50%;
  }
  .local-service__inner .box-card {
    width: 50%;
  }
}
@media screen and (min-width: 1100px) {
  .local-service__inner .box-card {
    max-width: 464px;
  }
  .local-service__inner .h2 + p {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .local-service__img {
    width: calc(100vw + 10rem);
    margin-right: -40px;
    margin-left: -14rem;
  }
}
@media screen and (min-width: 768px) {
  .local-service__img {
    width: calc(50% + 10rem);
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1100px) {
  .local-service__img {
    width: calc(60% + (100vw - 1100px) / 2);
    right: auto;
    left: 40%;
  }
}
@media screen and (min-width: 1440px) {
  .local-service__img {
    width: calc(60% + 170px);
  }
}
.local-service__img img {
  width: 100%;
  height: auto;
}

.tegaki {
  font-family: var(--font-tegaki);
  line-height: 1;
}

.sign {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 2.5rem !important;
}
@media screen and (min-width: 768px) {
  .sign {
    font-size: 2rem;
  }
}
.sign .tegaki {
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .sign .tegaki {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .sp-flex {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 2fr;
  }
}

.qa-parts {
  list-style: none;
}
.qa-parts__item {
  border-radius: 6px;
  background: #FAFAFA;
}
.qa-parts__item + .qa-parts__item {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .qa-parts__item + .qa-parts__item {
    margin-top: 3rem;
  }
}
.qa-parts__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  color: var(--color-font);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: 0.2s ease-out;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .qa-parts__label {
    padding: 5rem 4rem;
  }
}
.qa-parts__label::after {
  content: "＋";
  display: inline-block;
  font-size: 1.5rem;
  transition: 0.2s ease-out;
  flex-shrink: 0;
}
@media screen and (min-width: 1100px) {
  .qa-parts__label::after {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px) {
  .qa-parts__label {
    transition: 0.2s ease-out;
  }
  .qa-parts__label:hover {
    opacity: 0.6;
  }
}
.qa-parts__title {
  display: flex;
  align-items: center;
  gap: 1rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .qa-parts__title {
    gap: 1.3rem;
    font-size: 1.6rem;
  }
}
.qa-parts__title::before {
  content: "Q";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-family: var(--font-en);
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 20px;
  text-align: center;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .qa-parts__title::before {
    transform: scale(1.4);
  }
}
.qa-parts__content {
  height: 0;
  padding: 0 1.5rem;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: 0.2s ease-out;
  display: flex;
  gap: 1rem;
  font-size: 1.3rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .qa-parts__content {
    gap: 1.3rem;
    font-size: 1.5rem;
    padding: 0 4rem;
  }
}
.qa-parts__content::before {
  width: 20px;
  height: 20px;
  content: "A.";
  font-family: var(--font-en);
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 20px;
  padding-left: 5px;
  flex-shrink: 0;
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .qa-parts__content::before {
    transform: scale(1.4);
  }
}
.qa-parts__toggle {
  display: none;
}
.qa-parts__toggle:checked + .qa-parts__label + .qa-parts__content {
  height: auto;
  padding: 1rem 1.5rem;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .qa-parts__toggle:checked + .qa-parts__label + .qa-parts__content {
    padding: 0 4rem 5rem;
  }
}
.qa-parts__toggle:checked + .qa-parts__label::after {
  content: "ー";
  transform: rotate(-180deg) !important;
}

.banner-cta {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  color: #fff;
}
.banner-cta__inner {
  position: relative;
  z-index: 2;
  padding: 3.7rem 2.3rem;
  padding-bottom: 10rem;
  background: linear-gradient(to bottom, #B7C123 0, #79AF4F 80%, rgba(121, 175, 79, 0) 100%);
}
@media screen and (min-width: 768px) {
  .banner-cta__inner {
    padding: 8rem 4rem;
    padding-left: 30%;
    background: linear-gradient(to right, rgba(121, 175, 79, 0) 0, #79AF4F 50%, #B7C123 100%);
  }
}
@media screen and (min-width: 1100px) {
  .banner-cta__inner {
    padding-left: 44%;
    padding-right: 6.5rem;
  }
}
.banner-cta__img {
  position: relative;
  margin-top: -10rem;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .banner-cta__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 100%;
    margin: 0;
  }
}
.banner-cta__title {
  display: block;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 2rem;
}

.ta-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ta-center--sp-left {
    text-align: left;
  }
}

.check-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .check-list {
    gap: 2rem;
  }
}
.check-list li {
  display: flex;
  gap: 7px;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .check-list li {
    font-size: 2rem;
  }
}
.check-list li::before {
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  content: "\e906";
  font-size: 17px;
  color: #fff;
  background: var(--color-grad01);
  border-radius: 50%;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  line-height: 16px;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .check-list li::before {
    transform: scale(1.2);
    margin-top: 8px;
  }
}
.check-list--wt li::before {
  background: none;
}
@media screen and (min-width: 768px) {
  .check-list--min {
    gap: 1rem;
  }
}
.check-list--min li {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .check-list--min li {
    font-size: 1.5rem;
  }
}
.check-list--min li::before {
  font-size: 15px;
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .check-list--min li::before {
    margin-top: 5px;
  }
}

.flow-card-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow-card-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .flow-card-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 6rem 4rem;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .flow-card-wrap--01 .flow-card:last-child::after {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .flow-card-wrap--01 {
    padding-right: 4rem;
  }
  .flow-card-wrap--01::after {
    font-family: "icomoon";
    font-weight: normal;
    content: "\e905";
    display: block;
    width: 27px;
    height: 27px;
    background: #000;
    color: #fff;
    font-size: 0.7rem;
    line-height: 29px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    bottom: -35px;
    left: 44px;
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .flow-card-wrap--01::after {
    bottom: auto;
    left: auto;
    top: 50%;
    right: -15px;
    transform: scale(1.4) translateY(-50%);
  }
}
.flow-card-wrap--02 .flow-card:last-child::after {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .flow-card-wrap--02 {
    padding-left: 4rem;
  }
  .flow-card-wrap--02::after {
    font-family: "icomoon";
    font-weight: normal;
    content: "\e905";
    display: block;
    width: 27px;
    height: 27px;
    background: #000;
    color: #fff;
    font-size: 0.7rem;
    line-height: 29px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    bottom: -35px;
    left: 44px;
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .flow-card-wrap--02::after {
    bottom: auto;
    top: 50%;
    left: -15px;
    transform: scale(1.4) translateY(-50%);
  }
}
.flow-card-wrap--03 .flow-card {
  align-items: center;
}
@media screen and (min-width: 768px) {
  .flow-card-wrap--03 .flow-card {
    width: auto;
    padding: 3.5rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .flow-card-wrap--03 .flow-card::before {
    transform: none;
  }
}
.flow-card-wrap--03 .flow-card::after {
  background: none;
}
@media screen and (min-width: 768px) {
  .flow-card-wrap--03 .flow-card::after {
    transform: translateY(-50%);
    right: -35px;
  }
}
@media screen and (min-width: 1100px) {
  .flow-card-wrap--03 .flow-card::after {
    transform: scale(1.4) translateY(-50%);
  }
}
.flow-card-wrap--03 .flow-card__icon {
  grid-row: 1/2;
}
.flow-card-wrap--03 .flow-card__title {
  grid-row: 1/2;
}
@media screen and (min-width: 768px) {
  .flow-card-wrap--03 .flow-card__title {
    font-size: 1.5rem;
    margin-top: 3rem;
  }
}
.flow-card-wrap--03 .flow-card:last-child::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .flow-card-wrap--03 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .flow-card-wrap--04 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1100px) {
  .flow-card-wrap--04 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .flow-card-wrap--sp-icon-center .flow-card {
    align-items: center;
  }
}

.flow-card {
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  background: rgba(255, 254, 248, 0.15);
  padding: 2.3rem 3.3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow-card {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 0 2rem;
  }
}
@media screen and (min-width: 768px) {
  .flow-card {
    padding: 2.5rem 1rem;
    text-align: center;
    width: calc((100% - 140px) / 3);
  }
}
.flow-card::before {
  content: attr(data-en) "";
  display: block;
  width: 24px;
  height: 24px;
  background: var(--color-grad01);
  color: #fff;
  font-family: var(--font-en);
  font-size: 1.4rem;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  left: -12px;
}
@media screen and (min-width: 768px) {
  .flow-card::before {
    transform: scale(1.5);
  }
}
.flow-card::after {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e905";
  display: block;
  width: 27px;
  height: 27px;
  background: #000;
  color: #fff;
  font-size: 0.7rem;
  line-height: 29px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 40px;
  bottom: -8px;
  transform: rotate(90deg) translate(100%, 0);
}
@media screen and (min-width: 768px) {
  .flow-card::after {
    bottom: auto;
    left: auto;
    top: 50%;
    right: -50px;
    transform: scale(1.4) translateY(-50%);
  }
}
.flow-card__arrow {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e905";
  display: block;
  width: 27px;
  height: 27px;
  background: #000;
  color: #fff;
  font-size: 1rem;
  line-height: 29px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  bottom: -35px;
  left: 44px;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .flow-card__arrow {
    bottom: auto;
    left: auto;
    top: 50%;
    right: -55px;
    transform: scale(1.4) translateY(-50%);
  }
}
.flow-card__icon {
  grid-column: 1/2;
  grid-row: 1/3;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .flow-card__icon {
    display: inline-block;
  }
}
.flow-card__title {
  grid-column: 2/3;
  grid-row: 1/2;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .flow-card__title {
    font-size: 2rem;
    margin-top: 1rem;
  }
}
.flow-card__desc {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .flow-card__desc {
    font-size: 1.5rem;
  }
}
.flow-card--bg {
  background: #FCFCFC;
}
.flow-card--bg::after {
  color: #000;
}

.icon-card {
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  background: rgba(255, 254, 248, 0.15);
  padding: 3rem 2rem 2rem;
  position: relative;
  text-align: center;
}
.icon-card__icon {
  display: inline-block;
}
.icon-card__title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 1.3rem;
}
@media screen and (min-width: 768px) {
  .icon-card__title {
    font-size: 2rem;
    margin-top: 1rem;
  }
}
.icon-card__desc {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .icon-card__desc {
    font-size: 1.5rem;
  }
}
.icon-card--bg {
  background: #FCFCFC;
}

.link-wrap {
  border: 1px solid #000;
  border-radius: 6px;
  padding: 7rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .link-wrap {
    padding: 5.5rem 3rem 6.7rem;
  }
}
.link-wrap--wt {
  border-color: #fff;
}
.link-wrap--grad {
  background: var(--color-grad01);
  border: none;
  color: #fff;
  padding: 9.3rem 2.5rem 7.8rem;
}
@media screen and (min-width: 768px) {
  .link-wrap--grad {
    padding: 8rem 3rem 5.4rem;
  }
}
.link-wrap--recruit {
  position: relative;
  border: none;
  background: var(--color-grad01);
  color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  .link-wrap--recruit:hover::before {
    opacity: 0.75;
  }
}
.link-wrap--recruit::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 2;
  transition: 0.2s ease-out;
}
.link-wrap--recruit .link-wrap__link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.link-wrap--recruit h2, .link-wrap--recruit p {
  position: relative;
  z-index: 3;
}
.link-wrap--recruit .link-wrap__bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  opacity: 0.3;
}

.auto-slider-wrap {
  width: 100vw;
  overflow: hidden;
}

.text-link {
  color: var(--color-font);
  text-decoration: underline;
}
@media screen and (min-width: 1100px) {
  .text-link {
    transition: 0.2s ease-out;
  }
  .text-link:hover {
    opacity: 0.6;
  }
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
@media screen and (min-width: 768px) {
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-3 .gallery-item {
    width: 33.3333333333%;
  }
}
.gallery-item {
  padding: 8px;
}
.gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.gallery-caption {
  font-size: 1.6rem;
  font-weight: normal;
  color: var(--color-font);
  line-height: 1.7;
  text-align: left;
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .gallery-caption {
    font-size: 1.7rem;
  }
}

/*  パンくず  */
.breadcrumb {
  overflow: hidden;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: nowrap;
  font-size: 1.2rem;
  list-style: none;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .breadcrumb__list {
    font-size: 1.3rem;
    justify-content: flex-end;
  }
}
.breadcrumb__item {
  display: inline-flex;
  align-items: center;
}
.breadcrumb__item:not(:first-child):before {
  font-weight: normal;
  content: "ー";
  position: relative;
  display: inline-block;
  margin: 0 1rem;
  flex-shrink: 0;
}
.breadcrumb__item:not(:last-child) {
  flex-shrink: 0;
}
.breadcrumb__item:last-child {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb__item:last-child a {
  pointer-events: none;
}
.breadcrumb__link {
  color: inherit;
  padding: 1rem 0;
}
@media screen and (min-width: 1100px) {
  .breadcrumb__link {
    transition: 0.2s ease-out;
  }
  .breadcrumb__link:hover {
    opacity: 0.5;
  }
}
/*  ページ送り  */
.pager-list {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .pager-list {
    margin-top: 10rem;
  }
}
.pager-list__item {
  list-style: none;
  position: relative;
  font-weight: bold;
}
.pager-list__link, .pager-list .page-numbers {
  transition: 0.2s ease-out;
  padding: 1rem;
}
.pager-list__link--number, .pager-list .page-numbers {
  text-align: center;
  font-size: 1.6rem;
  color: var(--color-font);
  font-family: var(--font-en);
}
.pager-list__link--prev:before, .pager-list .page-numbers.prev:before {
  display: inline-block;
  content: "\e902";
  font-family: "icomoon";
  transform: rotate(90deg);
  transition: 0.2s ease-out;
  color: var(--color-font);
}
.pager-list__link--next::after, .pager-list .page-numbers.next::after {
  display: inline-block;
  content: "\e902";
  font-family: "icomoon";
  transform: rotate(-90deg);
  transition: 0.2s ease-out;
  color: var(--color-font);
}
.pager-list__link--active, .pager-list .page-numbers.current {
  color: #8F8F8F;
  pointer-events: none;
}
.pager-list__link:hover, .pager-list .page-numbers:hover {
  opacity: 0.6;
}

.single-pager-list {
  display: flex;
  justify-content: center;
  margin: 5rem 0 0;
}
.single-pager-list__item {
  list-style: none;
  position: relative;
  transition: 0.2s ease-out;
}
.single-pager-list__item--back {
  width: 190px;
  height: 55px;
}
@media screen and (min-width: 768px) {
  .single-pager-list__item--back {
    width: 210px;
  }
}
.single-pager-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s ease-out;
}
.single-pager-list__link--prev:before {
  content: ">";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: calc(50% - 50px);
  display: inline-grid;
  width: 50px;
  height: 50px;
  font-size: 1.4rem;
  place-content: center;
  background: #ddd;
  border-radius: 50%;
  color: var(--color-white);
  transform: translate(-50%, -50%) rotate(180deg);
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .single-pager-list__link--prev:before {
    left: calc(50% - 60px);
  }
}
.single-pager-list__link--next::after {
  content: ">";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: calc(50% + 50px);
  display: inline-grid;
  width: 50px;
  height: 50px;
  font-size: 1.4rem;
  place-content: center;
  background: #ddd;
  border-radius: 50%;
  color: var(--color-white);
  transform: translate(-50%, -50%);
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .single-pager-list__link--next::after {
    left: calc(50% + 60px);
  }
}
.single-pager-list__link--back {
  display: inline-grid;
  place-content: center;
  font-size: 1.6rem;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  color: var(--color-white);
  background: var(--color-primary);
  padding: 15px 50px;
  transition: 0.2s ease-out;
  border-radius: 36px;
}
@media screen and (min-width: 768px) {
  .single-pager-list__link--back {
    font-size: 1.7rem;
  }
}
.single-pager-list__link:hover {
  opacity: 0.6;
}

.pager-list .page-numbers {
  font-weight: bold;
}
/*********************/
/*  ページトップボタン　 */
/*********************/
.page-top {
  position: fixed;
  bottom: 30px;
  right: 7.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--color-grad01);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 10;
  transform: translateY(40px);
}
@media screen and (max-width: 767px) {
  .page-top {
    width: 48px;
    height: 48px;
    bottom: 10px;
    right: 2.5rem;
    transform: translateY(24px);
  }
}
.page-top::before {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e905";
  color: #fff;
  font-size: 17px;
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .page-top::before {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) {
  .page-top {
    transition: 0.2s ease-out;
  }
  .page-top:hover {
    opacity: 0.6 !important;
  }
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
.goto {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .goto {
    border: 1px solid var(--color-primary);
    border-radius: 12px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .goto {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 60px;
  }
}
.goto__item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .goto__item:not(:first-child) {
    border-top: 1px solid var(--color-primary);
  }
}
@media screen and (min-width: 768px) {
  .goto__item {
    width: 33.3333333333%;
    padding: 8px;
  }
}
.goto__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.8rem;
  color: var(--color-primary);
  text-align: center;
  line-height: 28px;
  padding: 10px;
  transition: 0.2s linear;
}
@media screen and (min-width: 768px) {
  .goto__link {
    border: 1px solid var(--color-primary);
    border-radius: 12px;
  }
}
.goto__link:hover {
  color: var(--color-white);
  background: var(--color-primary);
}

/*********************/
/*  ニュース  */
/*********************/
/*  リストタイプ  */
.news-card {
  position: relative;
  padding: 1.5rem 0;
  border-bottom: 1px solid #BEBEBE;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2.3rem;
}
@media screen and (min-width: 1100px) {
  .news-card {
    transition: 0.2s ease-out;
  }
  .news-card:hover {
    opacity: 0.6;
  }
}
.news-card:first-child {
  border-top: 1px solid #BEBEBE;
}
.news-card__link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-card__title {
  font-weight: 500;
}

.single-head {
  margin-bottom: 3rem;
  border-bottom: 1px solid #000;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .single-head {
    margin-bottom: 3.5rem;
    padding-bottom: 3rem;
  }
}
.single-head .h4 {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .single-head .h4 {
    margin-top: 2rem;
  }
}

.tax-link {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.tax-link__link {
  display: block;
  color: #000;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 1.3rem 0;
}
.tax-link--trade .tax-link__link:first-child {
  border: 1px solid #000;
  border-bottom: 0;
}
.tax-link--trade .tax-link__link:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-right: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid #000;
  color: rgba(0, 0, 0, 0.4);
}
.tax-link--rental .tax-link__link:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid #000;
  color: rgba(0, 0, 0, 0.4);
}
.tax-link--rental .tax-link__link:last-child {
  border: 1px solid #000;
  border-bottom: 0;
}

.archive-box {
  border: 1px solid #000;
  border-top: none;
  padding: 2.6rem 3rem 7.2rem;
}
@media screen and (min-width: 768px) {
  .archive-box {
    padding: 4.5em 4rem 8rem;
  }
}
@media screen and (min-width: 1100px) {
  .archive-box {
    padding-inline: 8rem;
  }
}
.archive-box__empty {
  display: block;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 1.6rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .archive-box__empty {
    font-size: 1.8rem;
    margin-top: 4.8rem;
  }
}

.sort {
  margin-bottom: 3.5rem;
}
.sort__cat {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .sort__cat {
    gap: 1.4rem;
  }
}
.sort__cat li a {
  cursor: pointer;
}
@media screen and (min-width: 1100px) {
  .sort__cat li a {
    transition: 0.2s ease-out;
  }
  .sort__cat li a:hover {
    background: #000;
    color: #fff;
  }
}
.sort__cat li a.active {
  background: #000;
  color: #fff;
}

.property-head__ctg {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.property-head__ctg span {
  font-size: 1.1rem;
}
.property-head__price {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 2rem !important;
}
@media screen and (min-width: 768px) {
  .property-head__price {
    margin-top: 0 !important;
  }
}
.property-head__access {
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .property-head__access {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .property-head__inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem 2rem;
  }
}
.property-head__thumb-tag {
  top: 1.5rem;
  left: 1.5rem;
  font-size: 1.2rem;
}
.property-head__slider {
  position: relative;
  margin-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  .property-head__slider {
    padding-bottom: 3.8rem;
  }
}
@media screen and (min-width: 768px) {
  .property-head__slider {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 85% 15%;
  }
}
.property-head__slider figcaption {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .property-head__slider figcaption {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 1rem;
  }
}
.property-head__slider .slide-img-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  border-radius: 6px;
}
@media screen and (min-width: 1100px) {
  .property-head__slider .slide-img-wrap--thumb {
    width: 140px;
    height: 82px;
    padding-bottom: 0;
  }
}
.property-head__slider .slide-img-wrap img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (max-width: 767px) {
  .property-head__slider #main-carousel .slide-img-wrap {
    padding-bottom: 100%;
  }
}
@media screen and (min-width: 768px) {
  .property-head__slider #main-carousel {
    padding-right: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .property-head__slider #thumbnail-carousel {
    margin-top: 1.6rem;
  }
}
.property-head__slider #thumbnail-carousel .splide__slide {
  transition: 0.2s ease-out;
  border: none;
  opacity: 0.4;
}
.property-head__slider #thumbnail-carousel .splide__slide.is-active {
  opacity: 1;
}
.property-head {
  /* プログレスバーのスタイル */
}
.property-head .my-carousel-progress {
  background-color: #D9D9D9;
  bottom: calc((1rem + 19% + 3.8rem) * -1);
  width: 100%;
  border-radius: 12px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .property-head .my-carousel-progress {
    bottom: 0;
    right: calc(-15% - 4rem);
    left: auto;
    width: calc((100% - 2.3rem) * 0.6);
    transform-origin: right;
    transform: rotate(90deg);
  }
}
.property-head .my-carousel-progress-bar {
  background-color: #B9B9B9;
  height: 6px;
  transition: width 1000ms ease;
  width: 0;
  border-radius: 12px;
}

.property-section {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .property-section {
    margin-top: 8.4rem;
  }
}
@media screen and (min-width: 768px) {
  .property-section__inner {
    padding-left: min(20%, 225px);
  }
}
.property-section__slider {
  position: relative;
  margin-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  .property-section__slider {
    padding-bottom: 3.8rem;
  }
}
.property-section__slider figcaption {
  margin-bottom: 1rem;
}
.property-section__slider .slide-img-wrap {
  border: 1px solid #000;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.property-section__slider .slide-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}
.property-section__slider #main-listings .slide-img-wrap {
  height: 50vw;
  padding: 10px;
}
.property-section__slider #main-listings .splide__slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.property-section__slider #thumbnail-listings {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .property-section__slider #thumbnail-listings {
    margin-top: 3.2rem;
  }
}
.property-section__slider #thumbnail-listings .slide-img-wrap {
  height: 62px;
  padding: 2px;
}
@media screen and (min-width: 768px) {
  .property-section__slider #thumbnail-listings .slide-img-wrap {
    height: 110px;
    padding: 5px;
  }
}
.property-section__slider #thumbnail-listings .splide__slide {
  height: 62px;
  transition: 0.2s ease-out;
  border: none;
  opacity: 0.4;
}
@media screen and (min-width: 768px) {
  .property-section__slider #thumbnail-listings .splide__slide {
    height: 110px;
  }
}
.property-section__slider #thumbnail-listings .splide__slide.is-active {
  opacity: 1;
}

.color-tag {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  width: 43px;
  height: 18px;
  line-height: 17px;
  text-align: center;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .color-tag {
    width: 45px;
    height: 20px;
    line-height: 19px;
  }
}
.color-tag--sale {
  background: var(--color-primary);
}
.color-tag--negotiation {
  background: var(--color-blue);
}
.color-tag--closed {
  background: #9C9C9C;
}
.color-tag--empty {
  width: 21px;
  height: 2px;
  background: #000;
  overflow: hidden;
  text-indent: -999px;
  vertical-align: super;
}
@media screen and (min-width: 768px) {
  .color-tag--empty {
    margin-left: 10px;
  }
}

.empty-border {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.empty-border::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background: #000;
}
@media screen and (min-width: 768px) {
  .empty-border::before {
    width: 21px;
  }
}

.fixed-cta-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 58px;
  background: var(--color-grad01);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .fixed-cta-btn {
    writing-mode: vertical-rl;
    text-orientation: upright;
    width: 77px;
    height: 226px;
    border-top-left-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
    bottom: auto;
    top: 43rem;
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 1100px) {
  .fixed-cta-btn {
    top: 39rem;
    transition: 0.2s ease-out;
  }
  .fixed-cta-btn:hover {
    opacity: 0.6;
  }
}
.fixed-cta-btn::after {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e905";
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .fixed-cta-btn::after {
    display: none;
  }
}

.screen-reader-text {
  display: none;
}

@media screen and (min-width: 1100px) {
  .wp-block-group--grid-wide {
    grid-column: 1/3;
  }
}
.wp-block-group--grid-wide:not(:first-child) {
  border-top: 1px solid #D9D9D9;
  padding-top: 3rem;
  margin-top: 2rem;
}
@media screen and (min-width: 1100px) {
  .wp-block-group--grid-wide:not(:first-child) {
    padding-top: 4rem;
    margin-top: 3rem;
  }
}

.snow-monkey-form {
  display: block;
  border-radius: 6px;
  background: #FAFAFA;
  padding: 3.5rem 2.5rem 5rem;
  margin-top: 5rem !important;
}
@media screen and (min-width: 768px) {
  .snow-monkey-form {
    padding: 7rem 7rem 10rem;
    margin-top: 7rem !important;
  }
}
.snow-monkey-form::before {
  content: "以下のフォームに必要事項をご入力ください。";
  display: block;
  position: absolute;
  top: -5rem;
  left: 40px;
}
@media screen and (min-width: 768px) {
  .snow-monkey-form::before {
    top: -7rem;
  }
}
.snow-monkey-form ::-webkit-input-placeholder {
  color: #B4B4B4;
}
.snow-monkey-form ::-moz-placeholder {
  color: #B4B4B4;
  opacity: 1;
}
.snow-monkey-form :-ms-input-placeholder {
  color: #B4B4B4;
}
.snow-monkey-form .small {
  margin-top: 0 !important;
}
.snow-monkey-form .small--mt {
  margin-top: 1rem !important;
}
.snow-monkey-form input[type=date] {
  line-height: 1.68;
}

.page-id-25 .snow-monkey-form {
  background: #fff;
}
.page-id-25 .snow-monkey-form::before {
  content: "以下のフォームに必要事項をご入力ください。最短即日で査定結果をご報告いたします。";
}

.smf-form {
  display: block;
}
@media screen and (min-width: 768px) {
  .smf-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem 4.5rem;
  }
}

.smf-item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .smf-item:not(:first-child) {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .smf-item {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 768px) {
  .smf-item--left {
    grid-column: 1/2;
  }
}
@media screen and (max-width: 767px) {
  .smf-item--right {
    margin-top: 1rem !important;
  }
}
@media screen and (min-width: 768px) {
  .smf-item--right {
    grid-column: 2/3;
  }
}
.smf-item__col--label {
  margin-bottom: 0.7rem;
}
@media screen and (min-width: 768px) {
  .smf-item__col--label {
    margin-bottom: 2rem;
  }
}
.smf-item__col--label .smf-item__label__text {
  display: flex;
  align-items: center;
  gap: 0 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1.2;
}
.smf-item__col--label .smf-item__label__text strong {
  display: inline-block;
  color: #FF0C1B;
  font-weight: 500;
  flex-shrink: 0;
}
.smf-item__controls {
  display: flex;
  flex-direction: column;
  gap: 1.5rem 0;
}
.smf-item__controls strong {
  display: inline-block;
  background: #E5004F;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
  padding: 0 5px;
  flex-shrink: 0;
  margin-left: 2rem;
  vertical-align: text-top;
}
.smf-item--2column .smf-item__col--controls .smf-item__controls {
  display: flex;
  flex-direction: column;
  gap: 1.5rem 0;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .smf-item--2column .smf-item__col--controls .smf-item__controls {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    gap: 2rem 4rem;
  }
}
.smf-item--head .smf-item__col--controls .smf-item__controls {
  display: flex;
  flex-direction: column;
  gap: 2.5rem 0;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .smf-item--head .smf-item__col--controls .smf-item__controls > .wp-block-group > .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    gap: 1rem 4rem;
  }
  .smf-item--head .smf-item__col--controls .smf-item__controls > .wp-block-group > .wp-block-group__inner-container .form-sub-title {
    grid-column: 1/3;
  }
}
.smf-item--flex .smf-item__col--controls .smf-item__controls {
  display: flex;
  flex-direction: column;
  gap: 1.5rem 0;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .smf-item--flex .smf-item__col--controls .smf-item__controls {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    justify-content: space-between;
    gap: 2rem 4rem;
  }
}
.smf-item--flex .smf-checkboxes-control .smf-checkbox-control {
  margin-bottom: 0;
}
.smf-item--many-check .smf-item__col--label {
  margin-bottom: 1rem;
}
.smf-item--many-check .smf-checkboxes-control__control {
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0 3rem;
}
.smf-item--privacy .smf-placeholder {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .smf-item--privacy .smf-item__privacy .smf-item__label__text {
    display: block;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .smf-item--privacy .smf-item__col--controls {
    width: 100%;
  }
}
.smf-item--privacy .smf-item__col {
  margin-bottom: 2rem;
}
.smf-item--privacy .smf-item__label a {
  color: #000;
  text-decoration: underline;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1100px) {
  .smf-item--privacy .smf-item__label a:hover {
    opacity: 0.6;
  }
}
.smf-item__description {
  margin-top: 1rem !important;
  color: var(--color-font) !important;
}
@media screen and (min-width: 1100px) {
  .smf-item__description {
    margin-top: 3rem !important;
  }
}

.smf-checkboxes-control__control {
  display: flex;
  flex-direction: column;
}
.smf-checkboxes-control .smf-checkbox-control {
  margin-bottom: 1rem;
  gap: 0 1.5rem;
}
.smf-checkboxes-control .smf-checkbox-control__control {
  width: 17px;
  height: 17px;
  border: 1px solid #B4B4B4;
  background: transparent;
  margin-top: 2px;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .smf-checkboxes-control .smf-checkbox-control__control {
    margin-top: 5px;
  }
}
.smf-checkboxes-control .smf-checkbox-control__control:checked {
  background: #5EA763;
  border-color: #5EA763;
}
@media screen and (min-width: 1100px) {
  .smf-checkboxes-control .smf-checkbox-control {
    transition: 0.2s ease-out;
  }
  .smf-checkboxes-control .smf-checkbox-control:hover {
    opacity: 0.6;
  }
}

.smf-radio-buttons-control .smf-label + .smf-label {
  margin-top: 0.5rem !important;
}
.smf-radio-buttons-control__control {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .smf-radio-buttons-control__control {
    gap: 1rem;
  }
}

.smf-radio-button-control {
  align-items: center !important;
  gap: 0 1rem !important;
}
.smf-radio-button-control__control {
  width: 14px !important;
  height: 14px !important;
  border: 1px solid #535353 !important;
  margin-top: 0 !important;
}
.smf-radio-button-control__control:checked {
  border-color: #5EA763 !important;
  background: #fff !important;
}
.smf-radio-button-control__control:checked:before {
  width: 8px !important;
  height: 8px !important;
  left: 2px !important;
  top: 2px !important;
  background: #5EA763 !important;
}
@media screen and (min-width: 1100px) {
  .smf-radio-button-control {
    transition: 0.2s ease-out;
  }
  .smf-radio-button-control:hover {
    opacity: 0.6;
  }
}

.smf-text-control__control,
.smf-select-control__control,
.smf-textarea-control__control {
  width: 100% !important;
  box-shadow: none !important;
  border-color: #B4B4B4 !important;
  border-radius: 4px !important;
  padding: 1.5rem 1.6rem !important;
}

.smf-select-control {
  width: 100%;
  display: block;
}
.smf-select-control__control {
  padding: 1.5rem 3rem 1.5rem 1.6rem !important;
}
.smf-select-control__toggle::before {
  width: 10px !important;
  height: 10px !important;
  right: 15px !important;
  border-color: var(--color-font);
}

.pref-select .smf-select-control {
  width: 61%;
  max-width: 280px;
}

.zip-wrap > div {
  display: flex;
}
.zip-wrap > div .smf-placeholder:nth-child(1) {
  width: 30%;
  max-width: 106px;
  position: relative;
  margin-right: 3.3rem;
}
.zip-wrap > div .smf-placeholder:nth-child(1)::after {
  content: "－";
  display: inline-block;
  position: absolute;
  top: 1.6rem;
  right: -2.5rem;
}
.zip-wrap > div .smf-placeholder:nth-child(2) {
  width: 40%;
  max-width: 141px;
}

.smf-error-messages {
  white-space: nowrap;
  color: #FF0C1B;
}

.smf-action {
  text-align: center;
}

.smf-button-control {
  text-align: center;
}
.smf-button-control__control {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 1rem !important;
  letter-spacing: 0.1em;
  font-size: 1.2rem !important;
  padding: 0 1.6rem !important;
  text-align: center !important;
  width: 179px !important;
  height: 41px !important;
  line-height: 41px !important;
  background: var(--color-grad01) !important;
  color: #fff !important;
  border-radius: 6px !important;
  text-align: center !important;
  border: none !important;
}
@media screen and (min-width: 1100px) {
  .smf-button-control__control {
    transition: 0.2s ease-out !important;
  }
  .smf-button-control__control:hover {
    background: #000 !important;
    color: #fff !important;
  }
  .smf-button-control__control:hover::after {
    color: #fff !important;
  }
}
.smf-button-control__control::after {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e905";
  flex-shrink: 0;
  transition: 0.2s ease-out;
}
.smf-button-control__control[data-action=back] {
  background: none !important;
  border: 1px solid #000 !important;
  color: #000 !important;
  flex-direction: row-reverse !important;
}
.smf-button-control__control[data-action=back]::after {
  display: inline-block;
  transform: rotateY(180deg);
}
@media screen and (min-width: 1100px) {
  .smf-button-control__control[data-action=back]:hover {
    background: #000 !important;
    color: #fff !important;
  }
  .smf-button-control__control[data-action=back]:hover::after {
    color: #fff !important;
  }
}

.confirm-view {
  display: none;
}

.smf-control-description {
  color: #808080 !important;
  font-size: 1.5rem !important;
}

.tab-2column .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .tab-2column .wp-block-group__inner-container {
    grid-template-columns: 1fr 1fr;
    gap: 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .radio-flex .smf-radio-buttons-control__control {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .radio-flex .smf-radio-buttons-control__control .smf-label {
    margin: 0 !important;
  }
}

.radio-satei .smf-label .smf-radio-button-control {
  padding: 1rem;
  border: 1px solid #B4B4B4;
  border-radius: 6px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .radio-satei .smf-label .smf-radio-button-control {
    padding: 2rem 3rem;
  }
}
.radio-satei .smf-label .smf-radio-button-control__label::after {
  display: block;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .radio-satei .smf-label .smf-radio-button-control__label::after {
    font-size: 1.3rem;
  }
}
.radio-satei .smf-label:nth-child(1) .smf-radio-button-control__label::after {
  content: "物件情報のみで概算価格を算出。最短即日で結果をご報告";
}
.radio-satei .smf-label:nth-child(2) .smf-radio-button-control__label::after {
  content: "実際に物件を訪問して詳細な査定を実施。より正確な価格をご提示";
}

.tani {
  padding-right: 2.5rem;
  position: relative;
}
.tani::after {
  display: inline-block;
  position: absolute;
  top: 57px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .tani::after {
    top: 73px;
  }
}
.tani--meter::after {
  content: "㎡";
}
.tani--year::after {
  content: "年";
}
@media screen and (min-width: 768px) {
  .tani--man {
    max-width: 260px;
  }
}
.tani--man {
  padding-right: 4rem;
}
.tani--man::after {
  content: "万円";
}
@media screen and (min-width: 768px) {
  .tani--man .smf-control-description {
    white-space: nowrap;
  }
}

.snow-monkey-form[data-screen=confirm]::before {
  display: none;
}
.snow-monkey-form[data-screen=confirm] .hiduke-select .smf-control-description {
  display: inline-block !important;
}
.snow-monkey-form[data-screen=confirm] .confirm-view {
  display: block;
}
.snow-monkey-form[data-screen=confirm] .confirm-none,
.snow-monkey-form[data-screen=confirm] .small,
.snow-monkey-form[data-screen=confirm] .footer-comment,
.snow-monkey-form[data-screen=confirm] .smf-item--privacy,
.snow-monkey-form[data-screen=confirm] .smf-item__col--label .smf-item__label__text strong,
.snow-monkey-form[data-screen=confirm] .form-privacy-policy {
  display: none;
}
.snow-monkey-form[data-screen=confirm] .wp-block-group__inner-container > p:not([class]) {
  display: none;
}
.snow-monkey-form[data-screen=confirm] .smf-action {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .snow-monkey-form[data-screen=confirm] .smf-action {
    margin-top: 6.7rem;
  }
}
.snow-monkey-form[data-screen=confirm] .smf-item--2column .smf-item__col--controls .smf-item__controls {
  flex-direction: row;
  justify-content: flex-start;
}
.snow-monkey-form[data-screen=confirm] .smf-item--daytime .smf-item__col--controls .smf-item__controls {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
}
@media screen and (min-width: 1100px) {
  .snow-monkey-form[data-screen=confirm] .smf-item--daytime .smf-item__col--controls .smf-item__controls {
    gap: 4rem;
  }
}
.snow-monkey-form[data-screen=confirm] .smf-item--confirm-ad .smf-item__col--controls .smf-item__controls {
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.5rem;
}
.snow-monkey-form[data-screen=confirm] .smf-item--place .smf-item__controls {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
}
.snow-monkey-form[data-screen=confirm] .smf-item--place .smf-item__controls .wp-block-group:first-child {
  width: 100%;
}
.snow-monkey-form[data-screen=confirm] .zip-wrap > div .smf-placeholder:nth-child(1),
.snow-monkey-form[data-screen=confirm] .zip-wrap > div .smf-placeholder:nth-child(2) {
  width: auto;
  margin: 0;
}
.snow-monkey-form[data-screen=confirm] .zip-wrap > div .smf-placeholder:nth-child(1)::after,
.snow-monkey-form[data-screen=confirm] .zip-wrap > div .smf-placeholder:nth-child(2)::after {
  position: relative;
  top: 0;
  right: 0;
  line-height: 1;
}
.snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control + .smf-button-control {
  margin: 0;
}
.snow-monkey-form[data-screen=confirm] .smf-action {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .snow-monkey-form[data-screen=confirm] .smf-action {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
}
.snow-monkey-form[data-screen=confirm] .wp-block-group.width50 {
  display: block;
  width: 100%;
}
.snow-monkey-form[data-screen=confirm] .form-sub-title strong {
  display: none;
}
.snow-monkey-form[data-screen=confirm] .tab-2column .wp-block-group__inner-container {
  display: flex !important;
  gap: 0 !important;
}
.snow-monkey-form[data-screen=confirm] .tani {
  padding-right: 0;
}
.snow-monkey-form[data-screen=confirm] .tani::after {
  display: none;
}
.snow-monkey-form[data-screen=confirm] .tani--meter .smf-placeholder::after {
  content: "㎡";
}
.snow-monkey-form[data-screen=confirm] .tani--year .smf-placeholder::after {
  content: "年";
}
.snow-monkey-form[data-screen=confirm] .tani--man {
  max-width: none;
}
.snow-monkey-form[data-screen=confirm] .tani--man .smf-placeholder::after {
  content: "万円";
}
.snow-monkey-form[data-screen=confirm] .tani--man .smf-control-description {
  display: none;
}

.smf-complete-content {
  margin-top: 5rem;
}

.c-form__issue__box {
  display: none;
}

.snow-monkey-form[data-screen=complete] + .footer-comment {
  display: none;
}
.snow-monkey-form[data-screen=complete] .smf-form {
  display: block !important;
}
.snow-monkey-form[data-screen=complete]::before {
  display: none;
  margin-top: 0 !important;
  padding: 0 !important;
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
/*表示・非表示 切り替え用 */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

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

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

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

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .tab-none {
    display: none !important;
  }
}

@media screen and (min-width: 1100px) {
  .pc-none {
    display: none !important;
  }
}

/* margin-top スマホ */
@media screen and (max-width: 767px) {
  .sp-mt0 {
    margin-top: 0 !important;
  }
  .sp-mt10 {
    margin-top: 1rem !important;
  }
  .sp-mt20 {
    margin-top: 2rem !important;
  }
  .sp-mt30 {
    margin-top: 3rem !important;
  }
  .sp-mt40 {
    margin-top: 4rem !important;
  }
  .sp-mt50 {
    margin-top: 5rem !important;
  }
  .sp-mt60 {
    margin-top: 6rem !important;
  }
  .sp-mt70 {
    margin-top: 7rem !important;
  }
  .sp-mt80 {
    margin-top: 8rem !important;
  }
  .sp-mt90 {
    margin-top: 9rem !important;
  }
  .sp-mt100 {
    margin-top: 10rem !important;
  }
}
/* margin-top タブレット */
@media screen and (min-width: 768px) {
  .tab-mt0 {
    margin-top: 0 !important;
  }
  .tab-mt10 {
    margin-top: 1rem !important;
  }
  .tab-mt20 {
    margin-top: 2rem !important;
  }
  .tab-mt30 {
    margin-top: 3rem !important;
  }
  .tab-mt40 {
    margin-top: 4rem !important;
  }
  .tab-mt50 {
    margin-top: 5rem !important;
  }
  .tab-mt60 {
    margin-top: 6rem !important;
  }
  .tab-mt70 {
    margin-top: 7rem !important;
  }
  .tab-mt80 {
    margin-top: 8rem !important;
  }
  .tab-mt90 {
    margin-top: 9rem !important;
  }
  .tab-mt100 {
    margin-top: 10rem !important;
  }
  .tab-mt110 {
    margin-top: 11rem !important;
  }
  .tab-mt120 {
    margin-top: 12rem !important;
  }
  .tab-mt130 {
    margin-top: 13rem !important;
  }
  .tab-mt140 {
    margin-top: 14rem !important;
  }
  .tab-mt150 {
    margin-top: 15rem !important;
  }
  .tab-mt160 {
    margin-top: 16rem !important;
  }
  .tab-mt170 {
    margin-top: 17rem !important;
  }
  .tab-mt180 {
    margin-top: 18rem !important;
  }
  .tab-mt190 {
    margin-top: 19rem !important;
  }
  .tab-mt200 {
    margin-top: 20rem !important;
  }
}
/* margin-top パソコン */
@media screen and (min-width: 1100px) {
  .pc-mt0 {
    margin-top: 0 !important;
  }
  .pc-mt10 {
    margin-top: 1rem !important;
  }
  .pc-mt20 {
    margin-top: 2rem !important;
  }
  .pc-mt30 {
    margin-top: 3rem !important;
  }
  .pc-mt40 {
    margin-top: 4rem !important;
  }
  .pc-mt50 {
    margin-top: 5rem !important;
  }
  .pc-mt60 {
    margin-top: 6rem !important;
  }
  .pc-mt70 {
    margin-top: 7rem !important;
  }
  .pc-mt80 {
    margin-top: 8rem !important;
  }
  .pc-mt90 {
    margin-top: 9rem !important;
  }
  .pc-mt100 {
    margin-top: 10rem !important;
  }
}
/* margin-bottom スマホ */
@media screen and (max-width: 767px) {
  .sp-mb0 {
    margin-bottom: 0 !important;
  }
  .sp-mb10 {
    margin-bottom: 1rem !important;
  }
  .sp-mb20 {
    margin-bottom: 2rem !important;
  }
  .sp-mb30 {
    margin-bottom: 3rem !important;
  }
  .sp-mb40 {
    margin-bottom: 4rem !important;
  }
  .sp-mb50 {
    margin-bottom: 5rem !important;
  }
  .sp-mb60 {
    margin-bottom: 6rem !important;
  }
  .sp-mb70 {
    margin-bottom: 7rem !important;
  }
  .sp-mb80 {
    margin-bottom: 8rem !important;
  }
  .sp-mb90 {
    margin-bottom: 9rem !important;
  }
  .sp-mb100 {
    margin-bottom: 10rem !important;
  }
}
/* margin-bottom タブレット */
@media screen and (min-width: 768px) {
  .tab-mb0 {
    margin-bottom: 0 !important;
  }
  .tab-mb10 {
    margin-bottom: 1rem !important;
  }
  .tab-mb20 {
    margin-bottom: 2rem !important;
  }
  .tab-mb30 {
    margin-bottom: 3rem !important;
  }
  .tab-mb40 {
    margin-bottom: 4rem !important;
  }
  .tab-mb50 {
    margin-bottom: 5rem !important;
  }
  .tab-mb60 {
    margin-bottom: 6rem !important;
  }
  .tab-mb70 {
    margin-bottom: 7rem !important;
  }
  .tab-mb80 {
    margin-bottom: 8rem !important;
  }
  .tab-mb90 {
    margin-bottom: 9rem !important;
  }
  .tab-mb100 {
    margin-bottom: 10rem !important;
  }
}
/* margin-bottom パソコン */
@media screen and (min-width: 1100px) {
  .pc-mb0 {
    margin-bottom: 0 !important;
  }
  .pc-mb10 {
    margin-bottom: 1rem !important;
  }
  .pc-mb20 {
    margin-bottom: 2rem !important;
  }
  .pc-mb30 {
    margin-bottom: 3rem !important;
  }
  .pc-mb40 {
    margin-bottom: 4rem !important;
  }
  .pc-mb50 {
    margin-bottom: 5rem !important;
  }
  .pc-mb60 {
    margin-bottom: 6rem !important;
  }
  .pc-mb70 {
    margin-bottom: 7rem !important;
  }
  .pc-mb80 {
    margin-bottom: 8rem !important;
  }
  .pc-mb90 {
    margin-bottom: 9rem !important;
  }
  .pc-mb100 {
    margin-bottom: 10rem !important;
  }
}
/* letter-spacing */
.ls10 {
  letter-spacing: 0.01em !important;
}

.ls20 {
  letter-spacing: 0.02em !important;
}

.ls30 {
  letter-spacing: 0.03em !important;
}

.ls40 {
  letter-spacing: 0.04em !important;
}

.ls50 {
  letter-spacing: 0.05em !important;
}

.ls60 {
  letter-spacing: 0.06em !important;
}

.ls70 {
  letter-spacing: 0.07em !important;
}

.ls80 {
  letter-spacing: 0.08em !important;
}

.ls90 {
  letter-spacing: 0.09em !important;
}

.ls100 {
  letter-spacing: 0.1em !important;
}

.ls110 {
  letter-spacing: 0.11em !important;
}

.ls120 {
  letter-spacing: 0.12em !important;
}

.ls130 {
  letter-spacing: 0.13em !important;
}

.ls140 {
  letter-spacing: 0.14em !important;
}

.ls150 {
  letter-spacing: 0.15em !important;
}

.ls160 {
  letter-spacing: 0.16em !important;
}

.ls170 {
  letter-spacing: 0.17em !important;
}

.ls180 {
  letter-spacing: 0.18em !important;
}

.ls190 {
  letter-spacing: 0.19em !important;
}

.ls200 {
  letter-spacing: 0.2em !important;
}

/* line-height */
.lh10 {
  line-height: 1 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2 !important;
}

.mtnone {
  margin-top: 0 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
:root {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 80px;
}
@media screen and (min-width: 1100px) {
  [id] {
    scroll-margin-top: 100px;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?vg6ec6");
  src: url("../fonts/icomoon.eot?vg6ec6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vg6ec6") format("truetype"), url("../fonts/icomoon.woff?vg6ec6") format("woff"), url("../fonts/icomoon.svg?vg6ec6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: var(--font-ja);
  color: var(--color-font);
  font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

.main {
  padding-top: 98px;
}
@media screen and (min-width: 1100px) {
  .main {
    padding-top: 151px;
  }
}

.page-article {
  padding-block: 6rem 8rem;
}
@media screen and (min-width: 768px) {
  .page-article {
    padding-block: 8.5rem 11rem;
  }
}

.bottom-mg-non {
  margin-bottom: -8rem;
}
@media screen and (min-width: 768px) {
  .bottom-mg-non {
    margin-bottom: -11rem;
  }
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-fit {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .sp-fixed {
    margin-left: -40px;
    margin-right: -40px;
    width: 100vw;
  }
}

@media screen and (min-width: 768px) {
  .mt-fixed {
    width: calc(100% + 40px);
  }
}
@media screen and (min-width: 1100px) {
  .mt-fixed {
    width: calc(100% + (100vw - var(--width-container)) / 2);
  }
}
@media screen and (min-width: 1440px) {
  .mt-fixed {
    width: calc(100% + 17rem);
  }
}
.mt-fixed--left {
  margin-left: -40px;
}
@media screen and (min-width: 1100px) {
  .mt-fixed--left {
    margin-left: calc((100vw - var(--width-container)) / 2 * -1);
  }
}
@media screen and (min-width: 1440px) {
  .mt-fixed--left {
    margin-left: calc((1440px - var(--width-container)) / 2 * -1);
  }
}
.mt-fixed--right {
  margin-right: -40px;
}
@media screen and (min-width: 1100px) {
  .mt-fixed--right {
    margin-right: calc((100vw - var(--width-container)) / 2 * -1);
  }
}
@media screen and (min-width: 1440px) {
  .mt-fixed--right {
    margin-right: calc((1440px - var(--width-container)) / 2 * -1);
  }
}
@media screen and (min-width: 768px) {
  .mt-fixed--only-sp {
    width: 100% !important;
    margin: 0 !important;
  }
}

.link-fit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}

:focus:not(:focus-visible) {
  outline: 0;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}

@media screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 2em 0 0;
  }
}

@media screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 0 2em;
  }
}

img.aligncenter {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  img.aligncenter {
    margin: 2em auto;
  }
}

.gmap-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

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