@charset 'utf-8';
/*
Theme Name: you.alive.gr.jp
Theme URI: REBIRTH
Description: REBIRTH
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');


.bg {
  background: rgba(198, 180, 154, 1);
  color: #ffffff;
}

.f1.bg { background: rgba(5, 30, 60, 1); }
.f1 em { color: rgba(5, 30, 60, 1); }

.f2.bg { background: rgba(36, 64, 97, 1); }
.f2 em { color: rgba(36, 64, 97, 1); }

.f3.bg { background: rgba(56, 97, 48, 1); }
.f3 em { color: rgba(56, 97, 48, 1); }

.f4.bg { background: rgba(222, 137, 142, 1); }
.f4 em { color: rgba(222, 137, 142, 1); }
.nfac.f4 {
  padding-bottom: 15px;
}
.nfac.f4 h1 {
  border-bottom: 0;
}



* {
  font-family: 'Inter', '游ゴシック体', 'YuGothic', '游ゴシック', 'Meiryo', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'osaka', sans-serif;
  letter-spacing: 0.05em;
  margin: 0 auto;
  padding: 0;

  overflow-wrap: break-word;

  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: 'palt';
}
* > br {
  line-height: inherit;
}

body {
  text-align: center;

  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: 0;
}
figure { margin-bottom: 0; }

table {
  border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 { font-weight: 400; }

.kc,
em {
  color: rgba(175, 153, 123, 1);
}

a {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
}
:focus { outline: none; }

time,
i,
small {
  letter-spacing: 0 !important;
}

iframe {
  display: block;
}


input[type='text'],
input[type='email'],
input[type='number'],
input[type='tel'],
input[type='date'],
input[type='search'],
input[type='button'],
input[type='submit'],
input[type='reset'],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  position: relative;
}
input,
textarea,
select {
  color: inherit;
  font-size: inherit;
  box-sizing: border-box;
}
input[type='email'],
input[type='tel'] {
  ime-mode: disabled;
}
input[type='submit'],
input[type='reset'] {
  cursor: pointer;
}



header,
#tree,
footer,
main {
  color: #141414;
  text-align: left;
}


header {
  background: rgba(255, 255, 255, 0.85);
  width: 100%;

  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
#header {
  position: relative;
  box-sizing: border-box;
}
#header > h1 {
  font-size: 0.5em;

  position: absolute;
  overflow: hidden;
}
#header > h1 svg {
  fill: rgba(175, 153, 123, 1);
}


#tree {
  background: rgba(198, 180, 154, 0.08);
  position: relative;
  z-index: 30;
}
#tree * {
  line-height: 1.5em;
}
#tree nav {
  text-align: right;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
#tree a,
#tree font,
#tree span {
  display: inline-block;
}
#tree a {
  text-decoration: none;
  white-space: nowrap;
}
#tree a:link,
#tree a:visited {
  color: #808080;
}
#tree a:active,
#tree a:hover {
  color: #202020;
}
#tree span {
  color: #969696;
  margin: 0 0.5em;
}
#tree span i {
  font-size: 0.75em;
  vertical-align: 0.1875em;
}


#footer {
  position: relative;
  box-sizing: border-box;
}
#footer:after {
  content: '';
  clear: both;
  display: block;
}
#footer > div {
  display: inline-block;
}
#footer svg {
  display: block;
  fill: #ffffff;
  margin-right: 1em;
}
#footer h1 {
  display: inline-block;
  font-size: 0.85em;
  line-height: 1em;
  margin-top: 1em;
  padding-top: 1em;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}
#footer h1 span {
  display: inline-block;
  font-size: 0.85em;
  letter-spacing: 0;
  margin-left: 0.75em;
}
#footer small {
  display: block;
  color: #ffffff;
  font-size: 0.7em;
}
#rfnav {
  background: #ffffff;
  font-weight: 700;

  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 300;
  transition: opacity 1.0s cubic-bezier(0.2, 1.0, 0.2, 1.0);

  opacity: 1;
}
#rfnav.bttm {
  opacity: 0;
  pointer-events: none;
}
#rfnav a {
  display: inline-block;
  color: #ffffff;
  line-height: 1em;
  white-space: nowrap;
  position: relative;
  box-sizing: border-box;
}
#rfnav a:after {
  content: '\f054';
  font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands';
  font-weight: 900;
  vertical-align: top;
  margin-left: 0.4em;
}


main {
}
main:after {
  content: '';
  clear: both;
  display: block;
}


#navigation {
  clear: both;
  font-weight: 600;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
#navigation.newsnav {
  text-align: left;
}
#navigation:after {
  content: '';
  clear: both;
  display: block;
}
.wp-pagenavi {
  position: relative;
}
#navigation * {
  line-height: 3em;
  vertical-align: bottom;
}
.wp-pagenavi * {
  letter-spacing: 0;
  position: relative;
}
.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  min-width: 3em;
  height: 3em;
  text-decoration: none !important;
  margin: 0 0.1em;
  padding: 0 0.1em;

  border-radius: 50%;

  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.wp-pagenavi span {
  background: rgba(198, 180, 154, 0.15);
  color: rgba(198, 180, 154, 1);
}
.wp-pagenavi a:link,
.wp-pagenavi a:visited {
  background: rgba(198, 180, 154, 0.05);
  color: #000000;
}
.wp-pagenavi a:active,
.wp-pagenavi a:hover {
  background: rgba(198, 180, 154, 0.4);
  color: #ffffff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.wp-pagenavi .previouspostslink { left: 0; }
.wp-pagenavi .nextpostslink { right: 0; }
.wp-pagenavi .previouspostslink i,
.wp-pagenavi .nextpostslink i {
  display: block;
  font-size: 0.88em;
  line-height: initial !important;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#navigation > a:first-child {
  font-weight: 700;
  padding-left: 1em;
  position: relative;
}
#navigation > a:first-child:before {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-size: 0.7em;
  line-height: initial;

  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}
#navigation > a.tocont {
  diaplay: block;
  font-size: 0.85em;
  padding: 0 2.5em;

  border-radius: 1.5em;

  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  z-index: 1;
  overflow: hidden;
}


#nodata {
  text-align: center;
  padding: 80px 0;
}


.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}

.fon,
.fon-,
.fon- * {
  font-family: 'Inter', 'Noto Sans JP', '游ゴシック体', 'YuGothic', '游ゴシック', 'Meiryo', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'osaka', sans-serif;
}

.min,
.min-,
.min- * {
  font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pr6 W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Noto Serif JP', serif;
}

.c {
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cc {
  position: relative;
  overflow: hidden;
}
.cc > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.cc img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
}

a,
input[type='submit'],
input[type='reset'],
.tw {
  transition: all 1.0s cubic-bezier(0.2, 1.0, 0.2, 1.0);
}

.base,
.base > * {
  line-height: 2em;
}
.base:after {
  content: '';
  clear: both;
  display: block;
}
.base > *:first-child { padding-top: 0 !important; }
.base h1, .base h2, .base h3, .base h4, .base h5, .base h6, .base strong { color: #000000; }
.base strong { font-weight: 700; }
.base > h1, .base > h2, .base > h3, .base > h4, .base > h5, .base > h6, .base > p, .base > figure { padding-top: 1em; }
.base figcaption { line-height: 1.5em; margin-bottom: 0; }
.base .wp-block-table th, .base .wp-block-table td { border: 0; }
.base .wp-block-image {
  text-align: center;
  margin-bottom: 0;
}
.base .wp-block-image img { height: auto !important; margin-top: 0.4em; margin-bottom: 0.4em; }
.base .wp-block-embed {
  margin: 1em auto;
}
.base .wp-block-embed__wrapper {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.base .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
}
.base .wp-block-columns {
  margin-bottom: 0;
}
.base .wp-block-column {
  margin-right: auto;
  margin-left: auto;
}
.base h1 {
  font-size: 1.4em;
  line-height: 1.5em;
}
.base h2 {
  font-size: 1.3em;
  line-height: 1.6em;
}
.base h3 {
  font-size: 1.2em;
  line-height: 1.7em;
}
.base h4 {
  font-size: 1.1em;
  line-height: 1.8em;
}
.base h5 {
  font-size: 0.9em;
}
.base h6 {
  font-size: 0.85em;
}
.base > ol, .base > ul { padding-top: 0.5em; }
.base ol { padding-left: 1.65em; }
.base ul { padding-left: 1.3em; }
.base > ol li, .base > ul li { padding-top: 0.5em; }
em { font-style: normal; }
.base em strong { color: inherit; }
.base hr {
  clear: both;
  margin-top: 2em;
  margin-bottom: 1em;
  border: 0;
  border-bottom: solid 1px #d8d8d8;
}
.base a {
  font-weight: 500;
  text-decoration: none;
}
.base a:link,
.base a:visited {
  color: rgba(175, 153, 123, 1);
}
.base a,
.base a:active,
.base a:hover {
  color: rgba(175, 153, 123, 0.5);
}
.alignleft,
.alignright {
  max-width: 30% !important;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}

.np {
  background: #fafafa;
}
.np img,
.np svg {
  width: 30%;
}



#slider {
  width: 100% !important;
  height: 100%;

  position: relative !important;
  z-index: -1;
  overflow: hidden;
  box-sizing: border-box;
}
.bgstretcher,
.bgstretcher ul,
.bgstretcher ul li {
  position: absolute;
  top: 0;
  left: 0;
}
.bgstretcher {
  overflow: hidden;
  z-index: 1;
}
#slider ul li {
  list-style: none;
}
.bgstretcher li,
.bgstretcher li div.bg,
.bgstretcher-area {
  height: 100%;
}
.bgstretcher li {
  display: block;
  position: relative;
}
.bgstretcher li div.bg {
  background: no-repeat center / cover;
  transform: scale(1.1);
  transition: transform 7s ease-out;
}
.bgstretcher li.ex div.bg,
.bgstretcher li.ex2 div.bg {
  transform: scale(1.0);
}
.bgstretcher-page {
  width: 100%;
  height: 100%;
  text-align: center;

  position: absolute !important;
  bottom: 0;
  left: 0;
}
#linkage {
  display: none;
}
#slider article {
  color: #ffffff;
  text-align: left;

  position: absolute;
}
#slider article * {
  letter-spacing: 0.25em;
  line-height: 1.6em;
  white-space: nowrap;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5), 0 0 1em rgba(0, 0, 0, 0.5), 0 0 1em rgba(0, 0, 0, 0.5);
}
#slider article h1 {
  font-weight: 700;
}

#hrss {
  background: #f0f0f0;
}
#hrsst,
#hrssl article {
  background: #ffffff;
}
#hrsst h3 {
  color: #202020;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-decoration: 0.15em;
}
a.tl {
  display: block;
  background: rgba(198, 180, 154, 0.1);
  font-size: 0.85em;
  font-weight: 500;
  line-height: 2.4em;
  text-align: center;
  position: relative;
}
a.tl:link,
a.tl:visited {
  background: rgba(198, 180, 154, 0.15);
  color: rgba(175, 153, 123, 1);
}
a.tl:active,
a.tl:hover {
  background: rgba(198, 180, 154, 0.3);
}
a.tl:after {
  content: '\f054';
  font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands';
  font-size: 0.65em;
  font-weight: 900;
  line-height: 1em;

  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate3d(0, -50%, 0);
}
#hrssl article {
  margin-top: 2px;
}
#hrssl article a {
  display: block;
  color: #000000;
}
#hrssl a:link,
#hrssl a:visited {
  background: none;
}
#hrssl a:active,
#hrssl a:hover {
  background: rgba(198, 180, 154, 0.15);
}
#hrssl article a span {
  white-space: nowrap;
}
#hrssl article a span > * {
  display: inline-block;
}
#hrssl article a font {
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  border: solid 1px rgba(198, 180, 154, 1);
  box-sizing: border-box;
}
#hrssl article a font.bg {
  font-weight: 700;
}

#hcon {
}
#hcon h1 {
  color: #000000;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 1em;
  white-space: nowrap;
}
#hcon h1 span {
  padding-left: 0.25em;
}
#hcon h2 {
  line-height: 1.8em;
  padding-top: 0.5em;
}
#hcon h2 span {
  padding-left: 0.75em;
}
#hcon h2 font {
  color: #000000;
  font-size: 1.25em;
  font-weight: 700;
  padding: 0 0.15em;
}
#hcon h2:nth-last-of-type(1) font {
  font-size: 1.35em;
}

.hfac h1 {
  line-height: 1.1em;
  letter-spacing: 0.15em;
  padding-bottom: 0.4em;
  white-space: nowrap;
}
.hfac h1 span {
  display: block;
  font-size: 0.75em;
}
.hfac hr {
  clear: both;
  max-width: initial;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  border: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.hfac h2 {
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.hfac p {
  font-weight: 500;
  line-height: 1.5em;
  padding-top: 0.5em;
}

.rc {
  display: inline-block;
  color: #ffffff !important;
  line-height: 3em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: 0.1em;
  text-align: center;

  border-radius: 10em;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-sizing: border-box;
}
a.rc:link,
a.rc:visited {
  background: rgba(175, 153, 123, 1);
}
a.rc:active,
a.rc:hover {
  background: rgba(175, 153, 123, 0.5);
}
.hfac > nav a.rc {
  letter-spacing: 0.2em;
  text-decoration: 0.2em;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.hfac > nav a.rc:link,
.hfac > nav a.rc:visited {
  background: none;
}
.hfac > nav a.rc:active,
.hfac > nav a.rc:hover {
  background: rgba(255, 255, 255, 0.2);
}

#hcan {
  text-align: center;
}
#hcan h1,
#hcan h1 *,
#hrel h1,
#hrel h1 * {
  letter-spacing: 0.2em;
  text-align: center;
}
#hcan h1,
#hrel h1 {
  color: #000000;
  font-weight: 700;
  line-height: 1em;
  text-indent: 0.2em;
  text-align: center;
  white-space: nowrap;
}
#hcan > div:after,
#hrel:after {
  content: '';
  clear: both;
  display: block;
}
#hcan > div article {
  float: left;
}
#hcan > div article figure.cc {
  height: 0;
}
#hcan > div article h2 {
  background: rgba(198, 180, 154, 0.2);
  color: rgba(175, 153, 123, 1);
  color: rgba(0, 0, 0, 1);
  font-weight: 700;
  line-height: 1.4em;
  text-indent: 0.1em;
  white-space: nowrap;
}
nav.rnav {
  font-size: 1.05em;
  text-align: center;
}

#hcont {
  background: rgba(198, 180, 154, 0.1);
  text-align: center;
}
#hcont article {
  background: #ffffff;
  border: solid 1px rgba(198, 180, 154, 0.4);
  box-sizing: border-box;
}
#hcont article h3 {
  color: #202020;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
  padding-bottom: 1em;
}
#hcont article a {
  display: block;
  font-weight: 700;
}
#hcont article:nth-of-type(1) a {
  font-size: 1.6em;
  line-height: 1em;
}
#hcont article:nth-of-type(1) p {
  font-size: 0.9em;
  line-height: 1em;
  padding-top: 0.75em;
}
#hcont article:nth-of-type(2) a {
  width: min(240px, 90%);
  line-height: 3em;
  margin-top: 0.25em;

  border: solid 1px rgba(198, 180, 154, 1);

  border-radius: 10em;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-sizing: border-box;
}
#hcont article:nth-of-type(2) a:link,
#hcont article:nth-of-type(2) a:visited {
  background: rgba(198, 180, 154, 0);
  color: rgba(175, 153, 123, 1);
}
#hcont article:nth-of-type(2) a:active,
#hcont article:nth-of-type(2) a:hover {
  background: rgba(198, 180, 154, 1);
  color: #ffffff;
}

#hrel > article {
  box-sizing: border-box;
}
#hrel > article a {
  display: block;
}
#hrel > article h4 {
  font-size: 0.85em;
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 1em;
}
#hrel > article h4 b {
  display: inline-block;
  background: #ffffff;
  margin-right: 1.25em;
  padding: 0 1.25em;
}
#hrel > article figure {
  height: 0;
  padding-top: 56.25%;
}
#hrel > article h2 {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1em;
}
#hrel > article h2 {
  font-size: 1.3em;
  margin-top: 1.25em;
}
#hrel > article p {
  line-height: 1.7em;
  margin-top: 0.75em;
  white-space: nowrap;
}



#pmain * {
  line-height: 1.4em;
}
#pmain > h1 {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  text-align: center;
  padding-top: 0.5em;
  white-space: nowrap;

  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5), 0 0 1em rgba(0, 0, 0, 0.5);

  box-sizing: border-box;
}
#pmain > h1 span {
  display: block;
  font-size: 0.55em;
  font-weight: 700;
}

#relnav,
#relnav * {
  line-height: 1em;
}
#relnav {
  background: rgba(198, 180, 154, 0.1);
  text-align: center;
}
#relnav * {
  font-weight: 500;
}
#relnav h1 {
  font-size: 1.25em;
}
#relnav li {
  display: inline-block;
}
#relnav li a {
  display: block;
  color: #202020;
  white-space: nowrap;
}
#relnav li a:link,
#relnav li a:visited {
  opacity: 0.3;
}
#relnav li a.no,
#relnav li.current_page_item a,
#relnav li a:active,
#relnav li a:hover {
  opacity: 1;
}



.nlist {
  border: solid 1px #e6e6e6;
  box-sizing: border-box;
}
.nlist:nth-of-type(1) {
  margin-top: 0;
}
.nlist a {
  display: block;
  color: #202020;
}
.nlist a:link,
.nlist a:visited {
  background: none;
}
.nlist a:active,
.nlist a:hover {
  background: rgba(198, 180, 154, 0.075);
}
.nlist a .bg,
.nlist a .time {
  display: inline-block;
}
.nlist a .bg {
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
.nlist a h4 {
  font-weight: 700;
  line-height: 1.4em;
  margin-top: 0.65em;
  padding-bottom: 0.4em;
}
.nlist a p {
  color: #646464;
  line-height: 1.6em;
  margin-top: 0.5em;
  padding-top: 1em;
  border-top: dotted 1px #808080;
}
.nlist a b {
  display: block;
  text-align: right;
}
.nlist a b em {
  display: inline-block;
  padding-right: 1em;
  position: relative;
}
.nlist a b em:after {
  content: '\f054';
  font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands';
  font-size: 0.65em;
  font-weight: 900;
  line-height: 1em;

  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0);
}



#pcredit {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: solid 1px #e6e6e6;
}
#pcredit a,
#pcredit time {
  display: inline-block;
  line-height: 1.9em;
}
#pcredit a {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  margin-right: 0.5em;
  padding: 0 1.25em;
}
#pcredit a:last-of-type {
  margin-right: 1em;
}
#pcredit h1 {
  color: #202020;
  font-weight: 700;
  padding-top: 0.5em;
}



.qa {
  padding-top: 2em;
  border-top: dotted 1px #808080;
}
.qa * {
  line-height: 2em;
}
.qa .base > h1, .qa .base > h2, .qa .base > h3, .qa .base > h4, .qa .base > h5, .qa .base > h6, .qa .base > p, .qa .base > figure { padding-top: 0.5em; }
.qa > h1,
.qa > article {
  position: relative;
}
.qa > h1:before,
.qa > article:before {
  display: block;
  width: 1.5em;
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5em;
  text-align: center;
  margin-top: -3px;
  border: solid 1px rgba(198, 180, 154, 1);

  position: absolute;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.qa > h1 {
  font-size: 1em;
  font-weight: 700;
}
.qa > h1:before {
  content: 'Q';
  background: rgba(198, 180, 154, 1);
  color: #ffffff;
}
.qa > article {
  margin-top: 1em;
}
.qa > article:before {
  content: 'A';
  color: rgba(175, 153, 123, 1);
}



.base h4.at {
  width: fit-content;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 1em;
  margin-left: 0;
  padding: 0.5em 1em;
}
.base h4.at span {
  font-size: 0.8em;
  padding: 0 0.25em;
}
.base h4.at font {
  display: inline-block;
}



#acpc > div h4 {
  font-weight: 700;
  margin-bottom: 0.75em;
}

#aflow {
  counter-reset: s 0;
}
#aflow ul {
  padding-left: 0;
  counter-reset: c 0;
}
#aflow ul * {
  line-height: 1.25em;
}
#aflow li {
  display: inline-block;
  background: rgba(198, 180, 154, 0.25);
  vertical-align: top;

  border-radius: 0.5em;
  position: relative;
  overflow: visible;
  z-index: 1;
  box-sizing: border-box;
}
#aflow li:nth-child(4n+1) {
  margin-left: 0;
}
#aflow li:not(:nth-child(1)):before {
  content: '';
  border-top: solid 0.6em transparent;
  border-bottom: solid 0.6em transparent;
  border-left: solid 0.8em rgba(175, 153, 123, 1);

  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#aflow li a {
  display: block;
  color: #000000;
  font-weight: 700;
  padding-bottom: 0.2em;
  white-space: nowrap;
}
#aflow li a:before {
  counter-increment: c 1;
  content: 'STEP' counter(c);
  display: block;
  color: rgba(175, 153, 123, 1);
  font-size: 0.8em;
  letter-spacing: 0;
}
#aflow > div h3 {
  line-height: 1.5em;
  font-weight: 700;
  padding-left: 4.75em;
  position: relative;
}
#aflow > div h3:before {
  counter-increment: s 1;
  content: 'STEP' counter(s);
  display: inline-block;
  width: 5em;
  color: rgba(175, 153, 123, 1);
  font-size: 0.8em;
  letter-spacing: 0;
  line-height: 1em;
  margin-right: 1em;
  padding: 0.3em 0;
  text-align: center;
  border: solid 1px rgba(175, 153, 123, 1);

  position: absolute;
  top: 0.9375em;
  left: 0;
  transform: translate3d(0, -50%, 0);
  box-sizing: border-box;
}
#aflow > div h3 span {
  display: inline-block;
}
#aflow > div h3 span:not(:last-child):after {
  content: '/';
  color: #999999;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1em;
  vertical-align: 0.05em;
  padding: 0 0.5em;
}
#aflow > div figure {
  height: 0;
}
#aflow > div p {
  margin-top: 1em;
}

#atar {
  border: solid 5px rgba(198, 180, 154, 0.15);
}
#atar > div {
  padding-left: 7em;
  position: relative;
}
#atar > div .at {
  position: absolute;
  top: 0;
  left: 0;
}
#atar > div li {
  font-weight: 700;
}
#atar > div aside {
  font-size: 0.9em;
  margin-top: 0.5em;
}



.worbox > h2 {
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1em;
  border-bottom: solid 1px #e6e6e6;
}



#privacy .base h3,
#privacy .base h4 {
  margin-bottom: 0.25em;
}
#privacy .base h4 {
  margin-top: 2em;
  padding-bottom: 0.5em;
  border-bottom: dotted 1px rgba(5, 30, 60, 0.3);
}
#privacy .base h4:before {
  content: '■';
  display: inline-block;
  margin-right: 0.25em;
}
#privacy .base p {
  padding-top: 0.5em;
}



#profile .pbox td dl {
  margin-left: 0;
  width: fit-content;
}
#profile .pbox td dl div:not(:first-child) {
  margin-top: 0.25em;
}
#profile .pbox td dl dt { width: 60%; }
#profile .pbox td dl dd { width: 40%; }

#profile .pbox h2 {
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: -15px;
  padding-top: 60px;
  padding-left: 1.25em;
  position: relative;
}
#profile .pbox h2:before {
  content: '◎';

  position: absolute;
  left: 0;
}
#profile .pbox table {
  width: 100%;
  margin-top: 20px;
  border-top: solid 1px #e6e6e6;
}
#profile .pbox tr {
  border-bottom: solid 1px #e6e6e6;
}
#profile .pbox td {
  color: #000000;
  line-height: 1.5em;
}
#profile .pbox tr td:nth-child(1) {
  font-weight: 700;
  text-align: center;
}
#profile .pbox tr:nth-child(2n+1) td {
  background: rgba(198, 180, 154, 0.05);
}
#profile .pbox td strong {
  display: block;
  color: #141414;
  font-size: 0.85em;
  font-weight: 400;
  line-height: 1.5em;
  padding-top: 0.5em;
}

.gmap {
  background: rgba(198, 180, 154, 0.2);
}
.gmap figure {
  width: 100%;
  height: 0;

  position: relative;
}
.gmap figure iframe {
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
}

#profile .pbox .alive tr:nth-child(2n+1) td {
  background: rgba(5, 30, 60, 0.03);
}
.alive.gmap {
  background: rgba(5, 30, 60, 0.1);
}



#contact .pbox > .base > div * {
  line-height: 1.6em;
}
#contact .pbox > .base > div h4.bg {
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  line-height: 2em;
  margin-bottom: 0.5em;
}
#contact .pbox > .base > div font {
  display: inline-block;
  font-size: 0.9em;
  white-space: nowrap;
}
#contact .pbox > .base > div font:before {
  margin-right: 0.25em;
}
#contact .pbox > .base > div aside {
  text-align: center;
  vertical-align: middle;
  padding-top: 1.5em;
  padding-bottom: 1.75em;
  border: solid 1px rgba(5, 30, 60, 0.15);
}
#contact .pbox > .base > div a[href^='tel:'] {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0;
  padding-left: 1.1em;
  position: relative;
}
#contact .pbox > .base > div a[href^='tel:']:before {
  content: '\f095';
  color: inherit;
  font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands';
  font-size: 0.85em;
  font-weight: 900;
  line-height: 1em;

  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}
#contact .pbox > .base > div aside span {
  display: inline-block;
  vertical-align: 0.15em;
  padding-left: 0.75em;
}
#contact .pbox > .base > div p {
  padding-top: 0.5em;
}

#form th,
#form td {
  text-align: left;
}
#form th {
  color: #202020;
  font-weight: 700;
  white-space: nowrap;
}
#form th strong {
  margin-left: 0.25em;
}
#form td {
  position: relative;
}
#form input[type='text'],
#form input[type='email'],
#form input[type='number'],
#form input[type='tel'],
#form input[type='date'],
#form textarea,
#form select {
  background: none;
  border: solid 1px #e6e6e6;
}
#form input[type='text'],
#form input[type='email'],
#form input[type='number'],
#form input[type='tel'],
#form textarea {
  width: 100%;
  line-height: 1.5em;
}
#form input[type='text'],
#form input[type='email'],
#form input[type='number'],
#form input[type='tel'],
#form input[type='date'],
#form select {
  height: 3em;
  padding: 0 1em;
}
#form td input[type='checkbox'],
#form td input[type='radio'] {
  margin-right: 0.25em;
}
#form td textarea {
  height: calc(11em + 2px);
  padding: 1em;
}

.wpcf7-not-valid-tip {
  font-size: 0.8em;
  font-weight: 700;
  padding-top: 0.25em;
  white-space: nowrap;

  position: absolute;
}
.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-list-item label {
  display: block;
}
.disabled {
  ime-mode: disabled;
}
#form td font {
  padding: 0 0.5em;
}
#form input.num1,
#form input.num2 {
  text-align: center;
}
#form input.num1 {
  width: 5em;
}
#form input.num2 {
  width: 6em;
}
::placeholder {
  font-size: min(0.85em, 3vw);
}

#submit {
  max-width: 450px;
  text-align: center;
  padding-top: 3em;
}
#submit input[type='submit'],
#submit input[type='reset'] {
  height: 3.6em;
  color: #ffffff;
  font-size: 1em;
  font-weight: 700;
  border: none;
  box-sizing: border-box;
}
#submit input[type='submit'] {
  background: rgba(175, 153, 123, 1);
  width: 65%;
  letter-spacing: 1em;
  text-indent: 1em;
}
#submit input[type='reset'] {
  background: rgba(0, 0, 0, 0.5);
  width: 35%;
}

#form aside {
  text-align: center;
  margin-top: 2em;
}
#form aside a {
  display: inline-block;
  font-weight: 700;
  padding: 0 0.25em;
}

.wpcf7-spinner,
.ajax-loader {
  display: none !important;
}
div.wpcf7-response-output,
div.wpcf7-display-none,
div.wpcf7-validation-errors {
  background: rgba(198, 180, 154, 0.075);
  width: 100%;
  color: rgba(175, 153, 123, 1);
  font-weight: 700;
  text-align: center;
  margin-left: auto !important;
  border: solid 1px rgba(198, 180, 154, 0.3) !important;
  box-sizing: border-box;
}

.grecaptcha-badge {
  margin-right: -300px;
}









