@charset "UTF-8";
/*
Theme Name: asueru
Theme URl: https://officepartner.synology.me/asueru/cms/
Author: Office Partner
Description: 社会保険労務士法人あすえるウェブサイトページテーマ
*/

/* ********** base  ********** */
html {
  /* mobile viewport bug fix */
  height: -webkit-fill-available;
  scroll-behavior: smooth;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #3b433f;
  background-color: #f5f3f0;
  font-family: "Quicksand", "Zen Kaku Gothic New", "Dosis", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  min-height: 100vh;
  width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
  letter-spacing: var(--l-space-50);
}
/* 画面遷移時のフェードイン*/
body {
  display: none;
}
main {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
p {
  padding: 0;
  margin: 0;
  margin-block-end: 0;
  margin-block-start: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: var(--main-font);
  transition: 0.5s;
  display: inline-block;
}
a:link,
a:visited,
a:hover,
a:active {
  color: var(--main-font);
}
a:hover {
  opacity: 0.7;
}

h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
}

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

button {
  background: transparent;
  border: 2px solid var(--logo-green);
  border-radius: 10%;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font: inherit;
  height: 80px;
  padding: 0;
  width: 300px;
}
.grecaptcha-badge {
  z-index: 100000;
  margin-bottom: 220px;
}
@media (width <= 1440px) {
  .grecaptcha-badge {
    margin-bottom: 0;
  }
}
/* ********* 変数用 ********* */
:root {
  /* 色 */
  --base-white: #fffdf9;
  --base-greige: #f5f3f0;
  --main-font: #3b433f;
  --sub-font: #4a5b53;
  --bright-greengrey: #cdddd4;
  --greengrey: #98b5a7;
  --neutral-greengrey: #70897d;
  --logo-green: #0f653a;
  --accent-green: #a4d84a;

  /* 文字間隔 */
  --l-space-50: 0.05em;
  --l-space-100: 0.1em;

  /* コンテンツのバーチカルラインを揃えるためのpadding */
  /* 上下は0で 縦ラインのみのとき*/
  --padding-rl-PC-L: 0 12.664714494%;
  --padding-rl-PC-M: 0 11.1273792093%;
  --padding-rl-PC-S: 0 9.73645680819%;
  /* --padding-rl-TAB-L: ;
	--padding-rl-TAB-M: ;
	--padding-rl-TAB-S: ; */
  --padding-rl-SP-L: 0 40px;
  --padding-rl-SP-M: 0 16px;
  /* コンテンツのバーチカルラインを揃えるためのmargin */
  /* 上下は0で 縦ラインのみのとき 余白降順*/
  --margin-rl-PC-L: 0 12.664714494%;
  --margin-rl-PC-M: 0 11.1273792093%;
  --margin-rl-PC-S: 0 9.73645680819%;
  /* --margin-rl-TAB-L: ;
	--margin-rl-TAB-M: ;
	--margin-rl-TAB-S: ; */
  --margin-rl-SP-L: 0 40px;
  --margin-rl-SP-M: 0 16px;

  /* コンテンツmargin個別 ※8のかけ数*/
  --margin-15: 120px;
  --margin-11: 88px;
  --margin-10: 80px;
  --margin-09: 72px;
  --margin-08: 64px;
  --margin-07: 56px;
  --margin-06: 48px;
  --margin-05: 40px;
  --margin-04: 32px;
  --margin-03: 24px;
  --margin-02: 16px;
  --margin-01: 8px;

  /* コンテンツpadding個別 ※8のかけ数*/
  --padding-15: 120px;
  --padding-11: 88px;
  --padding-10: 80px;
  --padding-09: 72px;
  --padding-08: 64px;
  --padding-07: 56px;
  --padding-06: 48px;
  --padding-05: 40px;
  --padding-04: 32px;
  --padding-03: 24px;
  --padding-02: 16px;
  --padding-01: 8px;
}

/* ********* フォント ********* */
.span__nowrap {
  display: inline;
  white-space: nowrap;
}
/* 部分的に英数字にするとき */
.font__fam--EN {
  font-family: "Quicksand", sans-serif;
}
/* 色をベージュホワイトにするとき */
.font__color--baseW {
  color: var(--base-white);
}
/* 色を明るいグリーングレーにするとき */
.font__color--baseBGg {
  color: var(--bright-greengrey);
}
/* 色をグリーングレーにするとき */
.font__color--baseGg {
  color: var(--greengrey);
}
/* 色強調 -- 黄緑*/
.font__color--accent {
  color: var(--accent-green);
}
/* 色強調 -- ロゴ緑*/
.font__color--logoG {
  color: var(--logo-green);
}
/* 太字強調 medium or semibold */
.font__weight--500 {
  font-weight: 500;
}
/* 縦書き 見出し */
.font__v-headline {
  /* max 58px min 36px */
  font-size: clamp(2.25rem, 3vw + 1.5rem, 3.625rem);
  font-weight: 500;
  letter-spacing: var(--l-space-100);
  writing-mode: vertical-rl;
  line-height: 1.1;
}
.font__headline--48 {
  color: var(--logo-green);
  /* max 48px min 38px */
  font-size: clamp(2.375rem, 3vw + 1rem, 3rem);
  font-weight: 500;
  letter-spacing: var(--l-space-50);
  line-height: 1.1;
}
.font__headline--42 {
  /* max 42px min 26px */
  font-size: clamp(1.625rem, 2vw + 1rem, 2.625rem);
  font-weight: 500;
}
.font__headline--30 {
  /* max 30px min 22px */
  font-size: clamp(1.375rem, 1.5vw + 1rem, 1.875rem);
  font-weight: 500;
  letter-spacing: var(--l-space-100);
}
.font__headline--24 {
  /* max 24px min 20px */
  font-size: clamp(1.25rem, 1vw + 0.75rem, 1.5rem);
  font-weight: 500;
  letter-spacing: var(--l-space-100);
}
.font__sub-headline--14 {
  /* max 14px min 11px */
  font-size: clamp(0.688rem, 1vw + 0.25rem, 0.875rem);
  color: var(--greengrey);
  font-weight: 500;
  letter-spacing: var(--l-space-50);
}
.font__text--20 {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: var(--l-space-50);
}
.font__text--18 {
  /* max 18px min 16px */
  font-size: clamp(1rem, 1vw + 0.5rem, 1.125rem);
}
.font__text--18-14 {
  /* max 16px min 14px */
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
}
.font__text--16 {
  /* max 16px min 12px */
  font-size: clamp(0.75rem, 1vw + 0.5rem, 1rem);
}
.font__text--16-Gg {
  color: var(--greengrey);
  /* max 16px min 12px */
  font-size: clamp(0.75rem, 1vw + 0.5rem, 1rem);
}
.font__text--14 {
  /* max 14px min 11px */
  font-size: clamp(0.688rem, 1vw + 0.25rem, 0.875rem);
}
.font__text--12 {
  font-size: 0.75rem;
}
.font__caption {
  /* max 12px min 9px */
  font-size: clamp(0.688rem, 1vw + 0.25rem, 0.875rem);
}

/* ********* リンクボタン関連 ********* */
button.btn--circle {
  background: var(--logo-green);
  border: none;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  position: relative;
  cursor: pointer;
  padding: 16px;
  color: var(--base-white);
  text-align: center;
  margin-left: 16px;
}
button.btn--circle::after {
  content: "";
  position: absolute;
  right: 22px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
  transition: 0.3s;
}
a:hover button.btn--circle::after,
button.btn--circle:hover::after {
  right: 16px;
}

/* ********* flex 共通 ********* */
/* initial */
.flexbox {
  display: flex;
}
.flexbox__column--u768 {
  display: flex;
}
.flexbox__row {
  display: flex;
  align-items: center;
}
.flexbox__column {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .flexbox {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .flexbox__column--u768 {
    flex-direction: column;
  }
}

/* ********* カバーエリア ********* */
.toppage__cover {
  width: 100vw;
  height: fit-content;
  position: relative;
}
.cover__logocontainer {
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 136px 88px;
  z-index: 4;
}
.cover__imgcontainer {
  position: relative;
}
.cover__catchcopy {
  position: absolute;
  right: 180px;
  bottom: 250px;
  line-height: 0.9;
  font-size: 7.2vw;
  letter-spacing: 0.1em;
  z-index: 3;
}
.cover__imgbox {
  background-image: url(assets/images/cover.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 0 top 0;
  position: absolute;
  height: 800px;
  width: 100%;
  z-index: 2;
}
.toppage__cover .flexbox__row {
  align-items: flex-start;
  justify-content: space-between;
  min-height: 380px;
  width: 100%;
}
a.cover__logo {
  display: inline-block;
  width: 28vw;
  max-width: 214px;
  min-width: 120px;
}
.cover__logo img {
  display: inline;
}
a.cover__logo.scroll {
  position: fixed;
  z-index: 10000;
  left: 24px;
  top: 24px;
  width: 160px;
  min-width: 100px;
}
.cover__bg {
  background-color: var(--bright-greengrey);
  height: 800px;
  width: 77.5%;
  position: relative;
  z-index: 1;
  opacity: 0.58;
}
.cover__catchbox {
  width: clamp(15rem, 14rem + 5vw, 20rem);
  max-width: 320px;
  min-width: 220px;
  object-fit: contain;
  position: absolute;
  z-index: 3;
  top: 320px;
  left: 10vw;
}

.cover__subimg {
  width: 12.5vw;
  min-height: 400px;
  min-width: 240px;
  position: absolute;
  z-index: 2;
  bottom: 180px;
}
.top__undercover--wrapper {
  position: relative;
  z-index: 2;
}
.top__undercover--img {
  height: 400px;
}
.img--middle {
  margin-left: 50%;
  margin-top: -160px;
}
.img--middle img {
  width: 43.7158%;
  max-width: 240px;
}
.img--lower {
  margin-left: 70%;
  margin-top: -200px;
}
.img--lower img {
  width: 72.86%;
  max-width: 240px;
}
.logo__deco {
  display: none;
}

@media screen and (min-width: 1921px) {
  .cover__imgbox {
    background-position: right 0 top 40%;
    height: 960px;
  }
  .cover__catchbox {
    top: 360px;
    left: 8vw;
    width: 18vw;
    max-width: 400px;
  }
  .cover__catchcopy {
    bottom: clamp(10rem, 19.505rem - 3.96vw, 14.75rem);
  }
  .cover__bg {
    height: 960px;
  }
  .img--middle {
    margin-left: 56%;
  }
}
@media screen and (max-width: 1920px) {
  .cover__logocontainer {
    padding: clamp(5.5rem, 4.9rem + 3vw, 8.5rem) 48px;
  }
  .cover__catchcopy {
    bottom: clamp(15.625rem, 22.625rem - 5.83vw, 17.375rem);
  }
}
@media screen and (max-width: 1440px) {
  .cover__catchcopy {
    right: 24px;
    bottom: 180px;
  }
  .img--middle img,
  .img--lower img {
    max-width: 220px;
  }
}
@media screen and (max-width: 1366px) {
  .toppage__cover .flexbox__row {
    min-height: 300px;
  }
  .cover__imgbox {
    height: 720px;
  }
  .img--lower {
    margin-left: 72%;
  }
}
@media screen and (max-width: 1200px) {
  .cover__catchbox {
    top: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .img--middle {
    margin-left: 48%;
  }
}
@media screen and (max-width: 768px) {
  .toppage__cover .flexbox__row {
    height: 265px;
  }
  .cover__catchcopy {
    right: inherit;
    left: 10vw;
    bottom: 0;
  }

  .cover__subimg {
    min-height: auto;
    min-width: auto;
    width: 200px;
  }
  .top__undercover--img {
    height: 480px;
  }
  .img--middle {
    margin-left: auto;
    text-align: end;
  }
  .img--middle img,
  .img--lower img {
    width: 35vw;
    max-width: 200px;
    min-width: 168px;
  }
  .img--lower {
    margin-left: 24%;
  }
  .logo__deco {
    display: flex;
    justify-content: center;
  }
  .logo__deco img {
    width: 60vw;
    max-width: 350px;
  }
}

@media screen and (max-width: 600px) {
  .cover__logocontainer {
    padding: 40px 32px;
  }
  a.cover__logo {
    max-width: 140px;
    min-width: 116px;
  }
  a.cover__logo.scroll {
    width: 26vw;
    max-width: 140px;
    min-width: 100px;
    top: 16px;
    left: 16px;
  }
  .toppage__cover .flexbox__row {
    height: 150px;
    min-height: 120px;
  }
  .cover__imgbox {
    width: 65vw;
    height: clamp(25rem, 18.571rem + 32.14vw, 30.625rem);
    background-position: center;
  }
  .cover__catchbox {
    top: 200px;
    left: 24px;
    width: 40vw;
    max-width: 220px;
    min-width: 165px;
  }
  .top__undercover--wrapper {
    margin-top: clamp(3.5rem, 1.786rem + 8.57vw, 5rem);
  }
  .cover__subimg {
    display: none;
  }
  .cover__catchcopy {
    left: 24px;
    letter-spacing: 0.075em;
  }
  .cover__bg {
    height: clamp(27.5rem, 11.786rem + 78.57vw, 41.25rem);
  }
  .img--middle img,
  .img--lower img {
    width: 31vw;
    max-width: 150px;
    min-width: 96px;
  }
  .top__undercover--img {
    height: 240px;
  }
  .img--lower {
    margin-top: clamp(-5rem, -10.714rem + 28.57vw, 0rem);
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 390px) {
  .img--lower {
    margin-bottom: 32px;
  }
}
/* ********* セクション共通 ********* */
.section__wrapper {
  margin: 0 auto;
}

@media screen and (min-width: 1600px) {
  .max-width {
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1599px) {
  .max-width {
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 2560px) {
  .max-width {
    max-width: 1800px;
    margin: 0 auto;
  }
}
/* ********* セクション見出し ********* */
.headline__wrapper {
  align-items: center;
  background-color: var(--base-white);
  display: flex;
  height: clamp(18.563rem, 18.459rem + 0.61vw, 19.188rem);
  max-height: 307px;
  padding: var(--padding-rl-PC-L);
}
.headline__container {
  width: 37.3352855051%;
}
li.headline__list {
  padding-bottom: 16px;
}

@media screen and (min-width: 1920px) {
  .headline__wrapper {
    padding: 0 20%;
  }
}
@media screen and (max-width: 1024px) {
  .headline__wrapper {
    padding: var(--padding-rl-SP-L);
  }
  .headline__container {
    width: 100%;
  }
  li.headline__list {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 390px) {
  ul.headline__lists {
    padding-left: 8%;
    font-size: 14px;
  }
}
/* ********* サブセクション見出し ********* */
.subsection__headline {
  display: flex;
  align-items: center;
  padding: var(--padding-07) 0;
  margin-top: var(--margin-10);
}
.subsection__headline .font__headline--30 {
  padding-left: 50%;
  border-bottom: 1px solid var(--bright-greengrey);
}
.subsection__headline .font__v-headline {
  color: var(--sub-font);
}
@media screen and (max-width: 600px) {
  .subsection__headline {
    margin-top: var(--margin-04);
  }
}
@media screen and (max-width: 390px) {
  .subsection__headline .font__headline--30 {
    padding-left: 35%;
  }
}
/* ********* セクション 01 About ********* */
.section__about {
  margin-top: -440px;
  padding-bottom: 200px;
}
.section__about .headline__container {
  width: 25%;
  z-index: 4;
}
/* ********** あすえるの個性 ********** */

.contents__headline {
  display: inline-block;
  background-color: var(--bright-greengrey);
  padding: 64px 18% 64px 0;
  margin-left: 8%;
}
.contents__headline p {
  display: inline-block;
  background-color: var(--base-white);
  margin-left: -21px;
  margin-bottom: var(--margin-01);
}
.subsection__container.subsection--char {
  position: relative;
  align-items: flex-end;
}
.subsection__container.subsection--char .flexbox__column {
  width: 50%;
}
.link__more {
  padding: var(--padding-03);
  margin-left: 45%;
}
.link__more--text {
  position: relative;
}
.link__more--text::after {
  bottom: -8px;
  border-bottom: 0.5px solid var(--greengrey);
  content: "";
  transform: translateX(-50%);
  left: 45%;
  position: absolute;
  width: 88%;
}
p.subsec__char--img01 {
  width: 50%;
  position: absolute;
  left: 45%;
  z-index: 1;
  max-width: 560px;
}

@media screen and (max-width: 1600px) {
  .subsection__container.subsection--char .flexbox__column {
    width: 60%;
  }
  p.subsec__char--img01 {
    left: 54%;
    max-width: 500px;
  }
}
@media screen and (min-width: 1201px) {
  .contents__headline {
    padding: 64px 14% 64px 0;
  }
}
@media screen and (max-width: 1200px) {
  .subsection__container.subsection--char .flexbox__column {
    width: 55%;
  }
  p.subsec__char--img01 {
    left: 45%;
    right: 0;
    bottom: -10%;
  }
  .contents__headline {
    padding: 64px 16% 64px 0;
    background-color: transparent;
    margin-left: 0;
  }
  .contents__headline p {
    padding-left: 40px;
  }
  .subsection__container.subsection--char .flexbox__column {
    width: 84%;
    background-color: transparent;
    z-index: 2;
  }
  .subsection__container.subsection--char.flexbox__row::after {
    background-color: var(--bright-greengrey);
    content: "";
    position: absolute;
    top: 0;
    width: 84%;
    height: 100%;
    z-index: 0;
  }
}

@media screen and (max-width: 1024px) {
  .link__more {
    padding: var(--padding-03);
    margin-left: 24px;
  }
  .subsection--char {
    padding: 0;
  }
  .contents__headline {
    padding: 64px 16% 64px 0;
    background-color: transparent;
  }
  p.subsec__char--img01 {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .subsection__container.subsection--char .flexbox__column {
    width: 92%;
  }
}
@media screen and (max-width: 555px) {
  .subsection__container.subsection--char.flexbox__row::after {
    width: 90%;
  }
  .contents__headline {
    padding: 64px 8% 64px 0;
  }
}
@media screen and (max-width: 390px) {
  .subsection__container.subsection--char .flexbox__column {
    width: 85%;
  }
}

/* ******** あすえるのひと ******** */
.subsection__container.subsection--message {
  position: relative;
}
.subsection__container.subsection--message .flexbox__row {
  padding: 0;
}
.subsection--message .subsection__img--middle {
  background-image: url(assets/images/subsec__message.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 48%;
  margin-right: var(--margin-06);
  z-index: 2;
}
.subsection--message .subsection__img--middle::before {
  content: "";
  padding-top: calc((853 / 1280) * 100%);
  display: block;
}
.subsection__container.subsection--message::after {
  content: "";
  background-color: var(--bright-greengrey);
  position: absolute;
  margin-inline: calc(50% - 50vw);
  z-index: 1;
  width: 42vw;
  height: 96%;
}
.message__container {
  background-color: var(--base-white);
  padding: var(--padding-07);
  width: 50%;
  z-index: 2;
}
.message__container h3 {
  padding-bottom: var(--padding-03);
}
.signature__box {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 40px;
}
.signature {
  font-family: "Zen Kurenaido", sans-serif;
  margin-left: 16px;
}
@media screen and (max-width: 1024px) {
  .subsection__container.subsection--message .flexbox__row {
    flex-direction: column;
    background-color: var(--base-white);
  }
}
/* ******** あすえるのかたち ******** */
.subsection__img--full {
  background-image: url(assets/images/subsec__info--01.jpg);
  height: 320px;
  background-size: cover;
  background-position: center;
}
.contents__box--outer {
  margin-top: var(--margin-06);
  margin-bottom: var(--margin-11);
  padding: var(--padding-rl-PC-L);
}
.contents__box--outer.accessMap {
  margin-bottom: 168px;
}
.section__about .contents__box--outer.flexbox__column--u768 {
  justify-content: space-between;
}
.section__about .contents__box--outer.flexbox__column--u768.bg__w {
  position: relative;
  background-color: transparent;
  z-index: 1;
}
.section__about .contents__box--outer.flexbox__column--u768.bg__w::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 80px);
  left: 0;
  top: 0;
  background-color: var(--base-white);
  z-index: -1;
}
.compInfo--lu {
  padding-top: var(--padding-11);
  width: 32%;
}
.compInfo--lu p {
  padding-bottom: var(--padding-08);
}
.compInfo--rl {
  width: 58%;
  padding-top: var(--padding-11);
}
#about__outline .compInfo--rl {
  margin-top: 98px;
}
.comInfo--lu__img {
  background-image: url(assets/images/subsec__info--02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 88%;
}
.compInfo--rl .flexbox {
  padding-top: var(--padding-06);
  padding-bottom: var(--padding-06);
  border-bottom: solid 1px var(--bright-greengrey);
}
.compInfo--rl .flexbox.compInfo--name {
  padding-top: 0;
}
.compInfo--tag {
  min-width: 64px;
  margin-right: 24%;
}
.map__wrapper {
  height: 360px;
  position: relative;
  overflow: hidden;
}
.map__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.compInfo--parking {
  margin-top: var(--margin-04);
}
.subsection__img--large {
  padding: var(--padding-rl-PC-L);
  height: 400px;
  position: relative;
  z-index: 1;
}
.info__img--large {
  background-image: url(assets/images/subsec__info--03.jpg);
  background-size: cover;
  background-position: left;
  width: 88%;
  height: 100%;
}
.subsection__img--large::after {
  content: "";
  position: absolute;
  width: calc(50% + 12.664714494%);
  height: calc(100% + 80px);
  right: -12.664714494%;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--bright-greengrey);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .compInfo--tag {
    padding-bottom: var(--padding-02);
  }
  .compInfo--lu img {
    max-width: 264px;
  }
  .compInfo--rl .flexbox {
    padding-top: var(--padding-04);
    padding-bottom: var(--padding-04);
  }
  .subsection--message.flexbox__row {
    flex-direction: column;
    margin-top: var(--margin-07);
  }
  .subsection--message .subsection__img--middle {
    align-self: flex-start;
    padding-right: 9.73645680819%;
    padding-left: 0;
    width: 72%;
  }
  .subsection__container.subsection--message::after {
    width: 100%;
    height: 56%;
    top: -8%;
  }
  .message__container {
    width: 100%;
    margin-top: 0;
    padding: 80px;
  }
  .compInfo--parking .compInfo--tag {
    padding-bottom: 0;
  }
  .subsection__img--large {
    padding: var(--padding-rl-SP-L);
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .compInfo--lu {
    width: 45%;
  }
  .compInfo--rl {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .section__about {
    margin-top: 0;
    padding-bottom: 120px;
  }
  .section__about .headline__container {
    width: 100%;
  }
  .compInfo--lu {
    width: 100%;
  }
  .compInfo--lu.compInfo--access {
    padding-top: var(--padding-05);
  }
  .compInfo--lu p {
    padding-bottom: 0;
    text-align: center;
  }
  #about__outline {
    margin-bottom: 48px;
  }
  #about__outline .compInfo--rl,
  #about__access .compInfo--rl {
    width: 100%;
    padding-top: var(--padding-05);
    margin-top: 0;
  }
  .message__container {
    width: 100%;
  }
  .subsection__img--large {
    padding: 0;
    height: 320px;
  }
}
@media screen and (max-width: 500px) {
  .contents__box--outer {
    padding: var(--padding-rl-SP-L);
  }
  .contents__box--outer.accessMap {
    margin-bottom: 128px;
  }
  .map__wrapper {
    width: calc(100% + 40px * 2);
    margin-left: -40px;
  }
  .subsection__img--large {
    height: 240px;
  }
  .subsection__img--large::after {
    width: calc(65% + 12.664714494%);
  }
}
@media screen and (max-width: 390px) {
  .subsection__img--large {
    height: 180px;
  }
}

/********** セクション 02 Service **********/
.section__wrapper.wrapper--service {
  padding: 88px 0;
  position: relative;
}
.section__wrapper.wrapper--service::before {
  background-image: url(assets/images/sec__service.jpg);
  background-size: cover;
  background-position: center;
  content: "";
  filter: blur(3px);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  top: 0;
}
.section__container.container--service {
  padding: var(--padding-rl-PC-L);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
  gap: 24px;
}
.service__item--box {
  background-color: var(--base-white);
  border-radius: 5px;
  padding: var(--padding-06);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  max-height: 300px;
  justify-content: flex-start;
}
.service__item--box.hover__container {
  position: relative;
}
.service__item--box.hover__container .hover__text--box {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(152, 181, 167, 0.8);
  opacity: 0;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.hover__text--box p {
  color: var(--base-white);
  font-weight: 500;
  letter-spacing: var(--l-space-100);
  margin: 40px;
}
.service__item--box.hover__container:hover .hover__text--box {
  opacity: 1;
}
.service__item--box img {
  max-width: 120px;
}
.service__item--name {
  letter-spacing: var(--l-space-100);
  margin-top: var(--margin-03);
  position: relative;
  text-align: center;
}
.service__item--name::after {
  background-color: var(--bright-greengrey);
  border-radius: 3px;
  bottom: -16px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 32px;
}

@media screen and (min-width: 1441px) {
  .section__container.container--service {
    margin-right: 180px;
  }
}
@media screen and (min-width: 1600px) {
  .section__container.container--service.max-width {
    margin: 0 auto;
    max-width: 1600px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
}
@media screen and (min-width: 2000px) {
  .section__container.container--service.max-width {
    margin: 0 auto;
    max-width: 2000px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
@media screen and (max-width: 1200px) {
  .max-width {
    max-width: initial;
    margin: initial;
  }
  .subsection--char {
    padding: initial;
  }
}
@media screen and (max-width: 768px) {
  .section__container.container--service {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
  .service__item--name {
    margin-left: -16%;
    margin-right: -16%;
  }
}
@media screen and (max-width: 555px) {
  .section__container.container--service {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    padding: var(--padding-03);
    gap: 16px;
  }
  .service__item--name::after {
    bottom: -8px;
  }
}
@media screen and (max-width: 420px) {
  .service__item--box.hover__container .hover__text--p {
    margin: 16px;
  }
  .section__container.container--service {
    gap: 8px;
    padding: var(--padding-02);
  }
}
@media screen and (max-width: 360px) {
  .service__item--box.hover__container {
    padding: var(--padding-02);
  }
  .section__container.container--service {
    grid-template-columns: repeat(auto-fit, minmax(136px, 1fr));
  }
}
@media screen and (max-width: 390px) {
  .service__item--box.hover__container {
    padding: var(--padding-04);
  }
}
/********** ページトップ／トップ戻るボタン **********/
/* pagetopボタン */
#js__pageTop {
  position: fixed;
  z-index: 999;
  right: 164px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 64px;
}
#js__pageTop .flexbox_column {
  align-items: center;
  margin-bottom: 24px;
}
#js__pageTop .pagetop_icon,
#js__pageTop .tohome_icon {
  width: 64px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1440px) {
  #js__pageTop {
    right: 8px;
  }
}
/********** フッター / セクション 03 Contact 含む **********/
.ft__wrapper a {
  display: inline-block;
}
.ft__container--upper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.flex--innerbox.column--768 {
  display: flex;
  flex-direction: row;
  width: 66.666666%;
}
.ft__flexbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: clamp(15rem, 13.746rem + 7.29vw, 22.5rem);
}
.ft__contact--form {
  background-image: url(assets/images/ft__bg--contactform.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.ft__contact--chatwork {
  background-image: url(assets/images/ft__bg--chatwork.jpg);
  background-size: cover;
  background-position: bottom;
  position: relative;
}
.ft__contact--form::after,
.ft__contact--chatwork::after {
  content: "";
  background: rgba(255, 255, 255, 0.37);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ft__contact--chatwork::after {
  background: rgba(74, 91, 83, 0.37);
}

/* フッター内ボタン --共通-- */
.ft__flexbox .contact--btn {
  /* display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none; */
  border-radius: 40px;
  transition: 0.3s;
  min-width: 280px;
  z-index: 1;
}
/* フッター内ボタン --ボタンごと-- */
.ft__flexbox .contact--btn.btn--form {
  color: #0f653a;
}
.ft__flexbox .contact--btn.btn--form:hover {
  background-color: #0f653a;
  color: #fffdf9;
  transform: scale(1.05);
}
.ft__flexbox .contact--btn.btn--chatwork {
  border-color: var(--greengrey);
  color: var(--base-white);
}
.ft__flexbox .contact--btn.btn--chatwork:hover {
  background-color: var(--greengrey);
  transform: scale(1.05);
}
/* フッター内ボタン --ボタンごと-- ここまで */
.ft__contact--tel {
  background: var(--bright-greengrey);
  display: flex;
  flex-direction: column;
  width: 33.33333333%;
}
.ft__contact--tel .contact--tel {
  margin-bottom: var(--margin-03);
  position: relative;
}
.ft__contact--tel .contact--tel::after {
  background-color: var(--base-white);
  border-radius: 3px;
  bottom: -16px;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 56px;
}
.ft__contact--tel .number {
  font-size: 2rem;
  font-weight: 600;
}
a[href^="tel:"] {
  pointer-events: none;
}
.ft__corporate--info .ft__number a:link {
  color: var(--logo-green);
}
.ft__container--lower {
  margin: var(--margin-rl-PC-S);
  padding-top: var(--padding-11);
}
.ft__container--flexinner {
  display: flex;
  justify-content: space-between;
}
.ft__box .ft__nav {
  border-left: 1px solid var(--bright-greengrey);
  display: flex;
  flex-wrap: wrap;
  margin-top: var(--margin-02);
  padding-left: var(--padding-05);
}
.ft__nav li {
  padding-bottom: var(--padding-03);
  width: 50%;
}
.ft__corporate--info > div {
  margin-top: var(--margin-02);
}
.ft__corporate--info .flexbox__row {
  align-items: center;
}
.map__icon {
  width: 25px;
}
.SRP__mark {
  max-width: 110px;
  min-width: 80px;
  margin-top: var(--margin-04);
}
.ft__bottom {
  align-items: baseline;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: var(--margin-06);
  margin-bottom: var(--margin-01);
  padding-right: 96px;
}
.font__caption {
  line-height: 1;
}
.ft__link {
  margin-bottom: 6px;
  max-width: 330px;
  min-width: 200px;
  width: 24vw;
}
@media screen and (min-width: 1441px) {
  .ft__contact--tel {
    padding-right: 200px;
  }
}
@media screen and (max-width: 1440px) {
  .ft__box.ft__box--r {
    max-width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  /********** フッター **********/
  .column--1200 {
    flex-direction: column;
    width: 100%;
  }
  .flex--innerbox.column--768 {
    width: 100%;
  }
  .ft__contact--tel {
    width: 100%;
  }
  .ft__bottom {
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  /********** フッター **********/
  .column--1024 {
    flex-direction: column;
    width: 100%;
  }
  .flex--innerbox.column--768 {
    width: 100%;
  }
  .ft__contact--tel {
    width: 100%;
  }
  .ft__box.ft__box--l {
    min-width: 275px;
  }
  .ft__box.ft__box--r {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
  /********** フッター **********/
  #footer .headline__container.display__all--u768 {
    padding: var(--padding-rl-SP-L);
    margin: var(--margin-05) 0;
  }
  .ft__container--flexinner {
    flex-direction: column;
    align-items: center;
  }
  .ft__box.ft__box--l {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ft__box.ft__box--r {
    font-size: 0.875rem;
    margin-top: var(--margin-07);
  }
  .ft__box .ft__nav::before {
    border-top: 1px solid var(--bright-greengrey);
    content: "";
    display: block;
    margin: 0 auto;
    padding-bottom: var(--padding-05);
    width: 98%;
  }
  .ft__box .ft__nav {
    border-left: none;
    justify-content: space-around;
    padding-left: 0;
    padding: 0 24px;
  }
  .ft__box .ft__nav li:nth-child(2),
  .ft__box .ft__nav li:nth-child(4),
  .ft__box .ft__nav li:nth-child(6) {
    padding-left: 3.2%;
  }
  /* .ft__box .ft__nav li:last-child {
    justify-content: flex-start;
    width: 100%;
  } */
  .ft__nav li {
    display: inline-flex;
  }
  .flex--innerbox.column--768 {
    flex-direction: column;
  }
  .flex--innerbox.column--768 .ft__flexbox {
    width: 100%;
  }
  .SRP__mark {
    margin-top: var(--margin-03);
  }
  .ft__bottom {
    flex-direction: column;
    align-items: center;
  }
  .ft__link {
    margin-bottom: var(--margin-02);
  }
  .map__icon {
    width: 20px;
  }
}
@media screen and (max-width: 600px) {
  .ft__box.ft__box--r {
    min-width: 280px;
  }
}

@media screen and (max-width: 390px) {
  /********** ナビトグルボタン **********/
  .toggle {
    width: 58px;
    height: 55px;
  }
  .toggle span {
    left: 16.5px;
    height: 1.5px;
    border-radius: 1.5px;
  }

  .toggle span:nth-of-type(1) {
    top: 16.75px;
  }
  .toggle span:nth-of-type(2) {
    top: 26.75px;
  }

  .toggle span:nth-of-type(3) {
    top: 36.75px;
  }

  .toggle.is__active span:nth-of-type(1) {
    top: 20px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
  }

  .toggle.is__active span:nth-of-type(3) {
    top: 32px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
  }
  /********** フッター **********/
  .ft__bottom .font__caption {
    margin: 0 -20px;
  }
  .ft__flexbox .contact--btn {
    width: 280px;
  }
  /********** ナビパネル **********/
  #gnav .ft__box {
    flex-direction: column;
  }
  #gnav li a {
    margin-bottom: var(--margin-04);
  }
  #gnav h3 {
    font-size: 24px;
  }
  #gnav .ft__logo {
    width: 85%;
  }
  #gnav img.SRP__mark {
    margin-left: 0;
    margin-top: var(--margin-02);
  }
}

/* ************************************ */
/* ************ 下層ページ ************ */
/* ************************************ */
body.subpage .header__leftcontainer {
  display: flex;
  align-items: center;
  max-height: 120px;
  padding: 24px;
  position: fixed;
  left: 16px;
  top: 16px;
}
body.subpage .header__logo img {
  padding: var(--padding-01);
}
@media screen and (max-width: 600px) {
  body.subpage .header__leftcontainer {
    left: 16px;
    top: 16px;
    padding: 0;
  }
}
/************* subpage カバー共通 **************/
.subpage__cover {
  display: flex;
  align-items: flex-end;
  background-position: center;
  background-size: cover;
  height: 720px;
  position: relative;
}

/************* page-pp.php **************/
.pp__wrapper {
  padding: var(--padding-11) var(--padding-05);
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pp__wrapper {
    margin: var(--margin-rl-SP-L);
  }
}
@media screen and (max-width: 390px) {
  .pp__wrapper {
    margin: var(--margin-rl-SP-M);
  }
}
.pp__container--outer {
  margin: 0 auto;
}
.pp__main h3 {
  font-weight: 500;
  margin: 40px 0;
  text-align: center;
}
.pp__container--inner {
  padding-bottom: var(--padding-07);
}
span.feed {
  display: inline-block;
}
/* 基本 頭文字一字インデント */
.pp__bodytext {
  margin-bottom: var(--margin-02);
  text-indent: 1em;
}
.pp__bodytext.bodytext--header {
  margin-bottom: var(--margin-01);
  text-indent: 0;
}
.pp__bodytext.header--hanging {
  padding-left: 1em;
  text-indent: -1em;
}
.pp__bodytext.bodytext--header span {
  line-height: 1.8;
}
/* 頭文字一字インデント解除 */
.pp__bodytext.indent--none {
  text-indent: 0;
}
.padding--M {
  padding-left: 1em;
}
.padding--L {
  padding-left: 2em;
}
.padding--none {
  padding-left: 0;
}
.pp__bodytext.text--hanging {
  padding-left: 2em;
  text-indent: -1em;
}

.pp__admin {
  display: flex;
  flex-direction: column;
  margin-left: calc(100% - 280px);
  min-width: 280px;
}
.pp__wrapper table {
  border: 1px solid var(--bright-greengrey);
  border-collapse: collapse;
}
.pp__wrapper table td,
table th {
  border: 1px solid var(--bright-greengrey);
  font-weight: 400;
  padding: var(--padding-02);
}
.pp__wrapper table tbody td {
  color: var(--main-font);
  font-size: 16px;
  text-align: left;
}
.contact--window {
  line-height: 1.7;
}
/************* page-pp-text.php **************/
.page-template-default.page.page-id-67.logged-in #header,
.page-template-default.page.page-id-67.logged-in #footer {
  display: none;
}
.page-template-default.page.page-id-67.logged-in .pp__wrapper {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .page-template-default.page.page-id-67.logged-in .pp__wrapper {
    padding: 0 8px;
  }
}
@media screen and (max-width: 390px) {
  .page-template-default.page.page-id-67.logged-in .pp__wrapper {
    padding: 0;
  }
}
/************* page-contact.php **************/
body.subpage .subpage__cover {
  background-image: url(assets/images/page__contact--cover.jpg);
}
body.subpage .subpage__cover .headline__container {
  margin-bottom: var(--margin-07);
  padding: var(--padding-rl-PC-S);
  position: relative;
  width: auto;
}
.subpage__cover .headline__container::after {
  background-color: var(--bright-greengrey);
  bottom: -16px;
  content: "";
  display: block;
  height: 1px;
  left: -12.664714494%;
  position: absolute;
  width: 150%;
}
.subpage__cover::after {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.subpage__cover h2 {
  text-shadow: 0.5px 0.5px 4px rgba(205, 221, 212, 0.3);
}
.subpage__cover p.font__sub-headline--14 {
  color: var(--base-greige);
}
body.subpage .headline__wrapper.underCover {
  justify-content: center;
}
body.subpage .headline__wrapper.underCover.headline__p-contact {
  flex-direction: column;
}
body.subpage .headline__wrapper.underCover .headline__container {
  display: inline-flex;
  justify-content: center;
  letter-spacing: var(--l-space-100);
  line-height: 1.7;
  max-width: 600px;
  width: 80%;
}
.contact__main .headline__wrapper.underCover .pagelink__container {
  margin-top: var(--margin-06);
  width: 64%;
  max-width: 640px;
  justify-content: space-evenly;
}
.contact__main .pagelink {
  background: transparent;
  border: 2px solid var(--logo-green);
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  padding: 16px;
  width: 240px;
  border-radius: 40px;
  transition: 0.3s;
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.contact__main .pagelink::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 2px var(--logo-green);
  border-right: solid 2px var(--logo-green);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}
.contact__main .pagelink:hover::after {
  top: 8px;
}
body.subpage .ft__contact--tel {
  background-color: var(--base-white);
}
body.subpage .ft__contact--tel .contact--tel::after {
  background-color: var(--bright-greengrey);
}
/* wpcf7 customize */
/* 背景色 */
.contactForm__wrapper {
  align-items: center;
  background-color: var(--bright-greengrey);
  display: flex;
  flex-direction: column;
  padding: var(--padding-10) 0;
}
/*  フォームの幅 */
.contactForm__container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-top: var(--margin-07);
  max-width: 600px;
  width: 80%;
}
/* 各項目の下部余白 */
.contact__item {
  margin-bottom: var(--margin-03);
}
.contact__item.form--message {
  margin-bottom: 0;
}
#form__heading {
  color: var(--logo-green);
}
/* 項目名 */
.label {
  display: block;
}
.label__tag--must {
  color: #ed1a3d;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.pp__text {
  border: solid 0.75px #cdd4d0 !important;
  font-family: inherit;
  font-size: 1rem;
  padding: var(--padding-02);
  width: 100% !important;
}
.wpcf7 textarea {
  height: 240px;
}
.wpcf7 textarea:focus,
.wpcf7 input:focus {
  outline: none; /*ブラウザデフォルト枠線解除*/
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border: 1px solid var(--logo-green) !important;
  font-size: 1.125rem; /*入力文字の大きさ*/
}
.wpcf7 textarea:focus::placeholder,
.wpcf7 input:focus::placeholder {
  color: #cdd4d0; /*プレースホルダーの文字の色*/
}
.wpcf7-not-valid-tip {
  /* 必須未入力項目下の文章 */
  color: #ed1a3d !important;
  font-size: 14px !important;
}
/* 個人情報の取り扱いについて */
.pp__text {
  background-color: #fff;
  height: 160px;
  overflow-y: scroll;
}
/* 個人情報保護方針リンク */
a.iframe__open {
  color: var(--logo-green);
  font-weight: 500;
}
.modaal-close:after,
.modaal-close:before {
  background: var(--bright-greengrey);
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: var(--logo-green);
}
/* チェックボックス */
.checkbox__accept {
  margin: 0 auto;
}
/* ボタン */
.btn__submit {
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 24px auto;
}
.btn__submit.submit-confirm,
.btn__submit--inner {
  position: relative;
  justify-content: center;
}
/* ローダー（スピナー）*/
.wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.btn__submit--inner .wpcf7-spinner {
  left: 35%;
}
.wpcf7 input[type="submit"],
.wpcf7 input.wpcf7-form-control.wpcf7-previous {
  background: transparent;
  border: 2px solid var(--logo-green);
  border-radius: 50px;
  color: var(--logo-green);
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: var(--padding-01) 0;
  text-align: center;
  transition: all 0.3s;
  width: 152px;
  height: 50px;
  font-size: 18px;
}
.wpcf7 input.wpcf7-form-control.wpcf7-previous {
  border: 1px solid var(--neutral-greengrey);
  color: var(--neutral-greengrey);
  margin-left: var(--margin-02);
  font-weight: 400;
}
/* ボタンにホバーした時 */
.wpcf7 input[type="submit"]:hover {
  background-color: var(--logo-green);
  border-color: var(--logo-green);
  color: var(--base-white);
}
.wpcf7 input.wpcf7-form-control.wpcf7-previous:hover {
  background-color: var(--neutral-greengrey);
  border-color: var(--neutral-greengrey);
  color: var(--base-white);
}
.wpcf7-submit.has-spinner.wpcf7-active {
  pointer-events: none;
  opacity: 0.5;
}

/* 内容確認画面関連 */
.confirm--head {
  margin-bottom: var(--margin-02);
}
.input--text {
  font-size: 120%;
  text-align: justify;
  text-indent: 1em;
  padding-top: var(--padding-01);
}
.wrap-text {
  padding-left: 1em;
}
/* 「送信ありがとうございました」表示関連 */
.wpcf7 form.sent,
.wpcf7-mail-sent-ok,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  display: none !important;
}
/************* page-comfirm.php **************/
.form__c--container {
  margin: 160px auto;
}

/* ************ page-complete.php ************ */
.form__c--container {
  margin: 160px auto;
  width: 55%;
  letter-spacing: var(--l-space-100);
  line-height: 1.7;
}
.complete--head {
  margin-bottom: var(--margin-03);
}
.form__c--container .flexbox__row {
  margin-top: var(--margin-03);
}
/* ************ 下層ページ レスポンシブ ************ */
@media screen and (max-width: 1200px) {
  .contact__main .headline__wrapper.underCover .pagelink__container {
    justify-content: space-between;
    width: 72%;
  }
}

@media screen and (max-width: 1024px) {
  body.subpage .header__wrapper {
    height: 88px;
  }
  .contact__main .headline__wrapper.underCover .pagelink__container {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  body.subpage .subpage__cover .headline__container {
    padding: var(--padding-rl-SP-L);
  }
  body.subpage .headline__wrapper.underCover.headline__p-contact {
    max-height: inherit;
    height: auto;
    padding: 80px 48px 48px;
  }
  .form__c--container {
    width: 80%;
  }
  .contact__main .headline__wrapper.underCover .pagelink__container {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .contact__main .pagelink {
    margin-bottom: 24px;
    width: 180px;
  }
}
@media screen and (max-width: 500px) {
  body.subpage .headline__wrapper.underCover .headline__container {
    width: 100%;
  }
}
@media screen and (max-width: 390px) {
  body.subpage .header__wrapper {
    height: 55px;
  }
  body.subpage .subpage__cover {
    background-image: url(assets/images/page__contact--SPcover.jpg);
    height: 58svh;
  }
  .contactForm__wrapper {
    padding-top: var(--padding-05);
  }
}

/********** 表示/非表示 **********/

.display__all--u1440 {
  display: none;
}
.display__none--u1024 {
  display: block;
}
.display__all--u1024 {
  display: none;
}
.display__none--u768 {
  display: block;
}
.display__all--u768 {
  display: none;
}

@media screen and (max-width: 1440px) {
  .display__all--u1440 {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .display__none--u1024 {
    display: none;
  }
  .display__all--u1024 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .display__none--u768 {
    display: none;
  }
  .display__all--u768 {
    display: block;
  }
}
