@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Courier+Prime&family=Noto+Sans+JP&family=Zen+Kaku+Gothic+New:wght@500&display=swap');


:root {
  --textcolor: #333333;
  --keycolor: #f08200;
  --subcolor: #ededed;
  --accentcolor: #00ffff;
  --accentcolor2: #FF00A6;
  --accentcolor3: #FFFF00;
}

/* --------------
 reset
-------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}

ol,ul {
  list-style: none;
}

caption,th {
  text-align: left;
}

img {
  max-width: 100% !important;
  height: auto;
  vertical-align: bottom;
}

iframe {
  max-width: 100% !important;
  border: 0;
}

iframe img {
  max-width: none !important;
  border: 0;
}

.none {
  display: none;
}


/* --------------
 clearfix
-------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/* --------------
base
-------------- */
body {
  color: var(--textcolor);
  font: 500 15px/1.4 "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column;
}

.serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.sans-serif {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
.ff_cp {
  font-family: "Courier Prime", monospace;
}

h1,h2,h3,h4,h5,h6 {
  line-height: 1.2;
}

h1 { font-size: 1.6em;}

h2 { font-size: 1.5em;}

h3 { font-size: 1.1em;}

h4 { font-size: 1em;}

h5 { font-size: 1em;}

h6 { font-size: 1em;}

/* link */
a {
  color: #4d321e;
  text-decoration: underline;
  word-break: break-all !important;
  word-wrap: break-word !important;
}

a:hover {
  color: var(--keycolor);
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
}

a.external_link .icon {
  font-size: .75em;
  vertical-align: text-bottom;
}

/* --------------
 modules css
-------------- */
/* ---------- font size */
.fs05 { font-size: 0.5em;}
.fs06 { font-size: 0.6em;}
.fs07 { font-size: 0.7em;}
.fs08 { font-size: 0.8em;}
.fs09 { font-size: 0.9em;}
.fs10 { font-size: 1em;}
.fs11 { font-size: 1.1em;}
.fs12 { font-size: 1.2em;}
.fs13 { font-size: 1.3em;}
.fs14 { font-size: 1.4em;}
.fs15 { font-size: 1.5em;}
.fs16 { font-size: 1.6em;}
.fs17 { font-size: 1.7em;}
.fs18 { font-size: 1.8em;}
.fs19 { font-size: 1.9em;}
.fs20 { font-size: 2em;}
.fs21 { font-size: 2.1em;}
.fs22 { font-size: 2.2em;}
.fs23 { font-size: 2.3em;}
.fs24 { font-size: 2.4em;}
.fs25 { font-size: 2.5em;}
/* ---------- font weight */
.bold {
  font-weight: bold;
}
.normal {
  font-weight: 500;
}

/* ---------- align */
.alc {text-align: center !important;}
.alr {text-align: right !important;}
.all {text-align: left !important;}
.alt {vertical-align: top !important;}
.alb {text-align: bottom !important;}
.alj {
  /* 文字均等割付 */
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

/* ---------- float */
.noFloat {
  float: none !important;
}

/* ---------- Cancele */
.both {
  clear: both;
}

/* ---------- margin,padding */
.mb0 {margin-bottom: 0px !important;}
.mb3 {margin-bottom: 3px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb55 {margin-bottom: 55px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

.mla { margin-left: auto;}
.ml0 {  margin-left: 0px !important;}
.ml5 {  margin-left: 5px !important;}
.ml10 {  margin-left: 10px !important;}
.ml20 {  margin-left: 20px !important;}
.ml30 {  margin-left: 30px !important;}

.mra { margin-right: auto;}
.mr0 {  margin-right: 0px !important;}
.mr5 {  margin-right: 5px !important;}
.mr10 {  margin-right: 10px !important;}
.mr20 {  margin-right: 20px !important;}
.mr30 {  margin-right: 30px !important;}

.mt0 {  margin-top: 0px !important;}
.mt3 {  margin-top: 3px !important;}
.mt5 {  margin-top: 5px !important;}
.mt10 {  margin-top: 10px !important;}
.mt20 {  margin-top: 20px !important;}
.mt30 {  margin-top: 30px !important;}
.mt40 {  margin-top: 40px !important;}
.mt50 {  margin-top: 50px !important;}

.pa0 {  padding: 0px !important;}
.pa3 {  padding: 3px !important;}
.pa5 {  padding: 5px !important;}
.pa10 {  padding: 10px !important;}
.pa20 {  padding: 20px !important;}
.pa30 {  padding: 30px !important;}

.pb0 {  padding-bottom: 0px !important;}
.pb3 {  padding-bottom: 3px !important;}
.pb5 {  padding-bottom: 5px !important;}
.pb10 {  padding-bottom: 10px !important;}
.pb20 {  padding-bottom: 20px !important;}
.pb30 {  padding-bottom: 30px !important;}

.pt0 {  padding-top: 0px !important;}
.pt3 {  padding-top: 3px !important;}
.pt5 {  padding-top: 5px !important;}
.pt10 {  padding-top: 10px !important;}
.pt20 {  padding-top: 20px !important;}
.pt30 {  padding-top: 30px !important;}


.pl0 {  padding-left: 0px !important;}
.pr0 {  padding-right: 0px !important;}

/* ----- text */

.clr-normal { color: var(--textcolor); }
.clr-white { color: #fff; }
.clr-keycolor { color: var(--keycolor);}

.clr-error { color: #EB1C20; }
.clr-notice { color: #EE9A1D; }
.clr-success { color: #1AD085; }


/* ----- list */
.ulDisc {
  margin-left: 22px;
  list-style: outside disc;
}

.olDecimal {
  margin-left: 22px;
  list-style: outside decimal;
}

.ulDisc li,
.olDecimal li {
  margin-bottom: 5px;
}

/* ----- decoration (button, etc...) */
.bg-white { background: #fff;}
.bg-keycolor { background: var(--keycolor);}
.bg-gray { background: #F5F5F5;}


hr {
  width: 100%;
  height: 0;
  border-style: none;
}

hr.line01 {
  margin: 30px 0;
  height: 1px;
  background-image : linear-gradient(to right, #ccc 8px, transparent 8px);
  background-size: 10px 1px;
  background-repeat: repeat-x; 
  background-position: left bottom;
}



.bdrR5 {
  border-radius: 5px;
  overflow: hidden !important;
}
.bdrR16 {
  border-radius: 16px;
  overflow: hidden !important;
}

/* ----- button */

.wrap-btn {
  margin-top: max(5%, 3em);
}

button {
  display: inline-block;
  border: none;
  background: #fff;
  cursor: pointer;
}
button:disabled {
  cursor: default;
}


.btn_round {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: .5em;
  text-decoration: none;
  min-width: 200px;
  max-width: 100%;
  padding: 1em 2em;
  border-radius: 1.5em;
  line-height: 1;
  font-size: 1.2em;
  background: var(--accentcolor);
  box-shadow: 2px 2px 5px rgba(0,0,0,.15);
}
.btn_round:has(.icon) {
  padding-right: 3em;
}
.btn_round.btn-gray {
  background: #eee;
}
.btn_round.btn-white {
  background: #fff;
}
.btn_round:hover {
  color: var(--textcolor);
}
.btn_round .txt {
  flex-grow: 1;
}
.btn_round .icon {
  position: absolute;
  right: .5em;
  color: #fff;
  font-size: 1.2em;
}

/* ----- search */

/* ----- youtube */
.youtubeBox {
  position: relative;
}
.youtubeBox iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}


/* --------------
 common
-------------- */


/* https://coco-factory.jp/ugokuweb/move01/4-1-4/ */
/* ロゴローディング */
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: var(--subcolor);
  text-align: center;
  color: #fff;
}
/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 260px;
  animation: splash_logo 1s ease-in-out infinite;
}
@keyframes splash_logo {
  0%,100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -30px);
  }
}

/* =header
-------------------------------------------------------------- **/

header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,.15);
  z-index: 9999;
}

header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
}


header .header-inner h1 .icon {
  margin-left: .5em;
  animation: header_icon 10s linear infinite;
}
header .header-inner h1 .txt {
  margin-left: .5em;
}
header .header-inner h1 a:hover .icon {
  animation: header_icon_hover .1s linear infinite;
}

@keyframes header_icon {
  10% {
    transform: translateY(0) rotate3d(0, 1, 0, 0deg);
  }
  12.5% {
    transform: translateY(-10px) rotate3d(0, 1, 0, 90deg);
  }
  15% {
    transform: translateY(0px) rotate3d(0, 1, 0, 180deg);
  }
  17.5% {
    transform: translateY(-10px) rotate3d(0, 1, 0, 90deg);
  }
  20% {
    transform: translateY(0) rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes header_icon_hover {
  0% {transform: translate(0px, 0px) rotateZ(0deg)}
  25% {transform: translate(2px, 2px) rotateZ(1deg)}
  50% {transform: translate(0px, 2px) rotateZ(0deg)}
  75% {transform: translate(2px, 0px) rotateZ(-1deg)}
  100% {transform: translate(0px, 0px) rotateZ(0deg)}
}


header .gnav {
}
header .gnav ul {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
header .gnav ul li {
}
header .gnav ul li a {
  display: block;
  text-decoration: none;
  color: var(--keycolor);
  font-weight: bold;
  font-size: 1.2em;
}


header #menu-toggle {
  display: none;
}

/* =footer
---------------------------------------------------- */
footer {
  padding: 20px;
  color: #fff;
  background-color: #3c3c3c;
}
footer .footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
}

footer .gnav_f {
}
footer .gnav_f ul {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
footer .gnav_f ul li {
}
footer .gnav_f ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}


footer .gnav_f ul.sub {
  justify-content: flex-end;
  margin-top: 1em;
}
footer .gnav_f ul.sub li a {
  color: #bcbcbc;
}

/* =copyright
---------------------------------------------------- */
.copyright {
  margin-top: 80px;
  padding: 5px 0;
  text-align: center;
}

/* =pageTop
---------------------------------------------------- */
.pagetop {
  position: sticky;
  bottom: 0;
  left: calc(100% - 100px);
  display: flex;
  width: 100px;
  justify-content: flex-end;
  z-index: 50;
}
.pagetop a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 75%;
  margin-right: 3%;
  margin-bottom: 3%;
  background: url("../img/pagetop.svg?1209") no-repeat center center / contain;
}


/* =container
-------------------------------------------------------------- **/
/* -----------------main */
.main {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  flex-grow: 1;
}

#container {
  background: #f5f0eb;
}
.content {
  padding: min(10vw, 50px) min(5vw, 20px);
}

.content-inner {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.content-block {
  margin: 5% 0;
}


/* =breadcrumb
---------------------------------------------------- */
#breadcrumbBox {
  padding: .5em min(5vw, 20px);
}
#breadcrumb ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: .5em;
  font-size: .8em;
}
#breadcrumb li {
  display: flex;
  justify-content: flex-start;
  gap: .25em;
}
#breadcrumb li a {
  display: block;
  color: #333;
  padding-right: 3px;
  text-decoration: none;
}
#breadcrumb li:not(:last-child):after {
  content: ">";
}
#breadcrumb li a:hover {
  color: #999;
}
#breadcrumb li:last-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* =headline / titles
---------------------------------------------------- */
.content h1 {
  font-size: 1.5em;
  clear: both;
  margin-bottom: 1em;
}

.content h2 {
  margin-top: 10px;
  margin-bottom: 1em;
  font-size: 2.5em;
}

.content h3 {
  margin-top: 1em;
  margin-bottom: 1rem;
  font-size: 1.75em;
}

.content h4 {
  margin-top: 1em;
  margin-bottom: 1rem;
  font-size: 1.5em;
}

.hd01,
.hd01_a {
  margin-top: 1em !important;
  margin-bottom: 1.5em !important;
  letter-spacing: .25em;
  text-indent: .25em;
  font-size: 3.0em !important;
  font-weight: normal;
}
.hd01 .txt,
.hd01_a .txt {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.hd01 .txt:before,
.hd01_a .txt:before {
  content: '';
  position: absolute;
  left: -.5em;
  top: -.5em;
  display: block;
  width: 2.0em;
  height: 2.0em;
  border-radius: 50%;
  background: var(--subcolor);
  z-index: -1;
}
.hd01_a .txt:before {
  background: #fff;
}

.hd02 {
  padding-left: .5em;
  border-left: #00FFFF solid 7px;
  font-size: 1.75em !important;
  -webkit-text-stroke: 6px #fff;
  paint-order: stroke;
}

.hd03 {
  position: relative;
  padding-bottom: .25em;
  border-bottom: var(--accentcolor3) solid 1px;
  font-size: 1.5em !important;
  font-weight: normal;
}
.hd03:before {
  content: '';
  position: absolute;
  top: .25em;
  left: -1.5em;
  display: inline-block;
  width: .8em;
  height: .8em;
  vertical-align: baseline;
  border-radius: 50%;
  background: var(--accentcolor3);
}

.hd04 {
  position: relative;
  font-size: 1.25em !important;
  font-weight: normal;
}
.hd04 .uline {
  background: linear-gradient(transparent 95%, var(--accentcolor2) 0%);
}
.hd04 .num {
  font-size: 1.2em;
}

/* コンテンツ中身 */
.content p, .content ul, .content ol {
  margin-bottom: 1em;
  line-height: 2;
}

/* テーブル */
.content table,
.content table td,
.content table th {
  border-collapse: collapse;
  border: 1px solid #ccc;
  table-layout: fixed;
}

.content table {
  width: 100%;
}

.content table th,
.content table td {
  padding: 5px 10px;
  word-break: break-all !important;
  word-wrap: break-word !important;
}

.content table th {
  background: #f6f6f6;
}

.content table td {
  background: #fff;
}

.content table thead th {
  padding: 10px;
}

.sat,
.sat a {
  color: #1f83c2;
}

.sun,
.sun a,
.holiday,
.holiday a {
  color: #ed3636;
}

/* ページ送り */
.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
  text-align: center;
}

.pagination b,
.pagination a {
  display: inline-block;
  border: var(--accentcolor) solid 2px;
  border-radius: 50%;
  min-width: 2.8em;
  padding: .75em 0;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  background: #fff;
  font-weight: bold;
  box-shadow: 0 4px 6px rgba(0,0,0,.25);
}

.pagination b {
  background: var(--accentcolor);
  color: #fff;
}

.pagination a:hover {
  color: var(--textcolor);
  background: var(--accentcolor);
}

.pagination .pages {
  display: block;
  width: 100%;
  margin-top: .25em;
  font-size: .8em;
  opacity: .5;
}



/* テキスト */

.text-overflow-1 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-overflow-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
}
.text-overflow-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 任意の行数を指定 */
}


/* 画像 */

figure {
  overflow: hidden;
}
.content figure figcaption {
  margin-top: .5em;
}

.thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.thumb.size169 {
  aspect-ratio: 16 / 9;
}
.thumb.size11 {
  aspect-ratio: 1 / 1;
}
.thumb.size21 {
  aspect-ratio: 2 / 1;
}
.thumb.trim-0 {
  object-position: center center;
}
.thumb.trim-1 {
  object-position: center top;
}
.thumb.trim-2 {
  object-position: center bottom;
}
.thumb.round50 {
  border-radius: 50%;
}

.thumb.clip-fukidashi {
  -webkit-mask: url("../img/clip-fukidashi.svg?1209") no-repeat top center / 100% 100%;
  mask: url("../img/clip-fukidashi.svg?1209") no-repeat top center / 100% 100%;
}


a:hover .thumb {
  transform: scale(1.1);
}


.objfit-scaledown {
  width: 100%;
  max-height: 60vh;
  aspect-ratio: 16 / 9;
  object-fit: scale-down;
}

/* フォーム */
.tbl-sendform {
}
.tbl-sendform,
.tbl-sendform th,
.tbl-sendform td {
  border-width: 0 !important; 
  background: none !important; 
}
.tbl-sendform th {
  vertical-align: text-top;
}
.tbl-sendform td {
  position: relative;
  padding-bottom: 2em !important;
}
.tbl-sendform input:not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.tbl-sendform textarea {
  width: 100%;
  padding: .5em;
  border-width: 2px;
  border-style: solid;
  border-radius: 8px;
}
.tbl-sendform select {
  padding: 5px;
}
.tbl-sendform .none {
  display: none;
}

/*.tbl-sendform label.required:after {
  content: '必須';
  display: inline-block;
  margin-left: .5em;
  padding: .5em;
  border-radius: 5px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-size: .8em;
  background: #F98D46;
}*/
/*.tbl-sendform *:required,*/
.tbl-sendform *:invalid:not(:focus) {
	border-color: #F98D46;
	background-color: #fff3ec;
}
.tbl-sendform *:valid:not(:focus) {
	/*border-color: #09B47E;*/
  border-color: #D9D9D9;
}
.tbl-sendform *:invalid + .error {
  display: block;
}
.tbl-sendform *:valid + .error {
  display: none;
}
.tbl-sendform .error {
  color: #F98D46;
  font-weight: bold;
  font-size: .8em;
}


.tbl-sendform  label {
  display: inline-block;
  padding: 3px 5px;
}
.tbl-sendform label:has(input:checked) {
  font-weight: bold;
  background: #d5eddd;
}
.tbl-sendform  label input {
  margin-right: .25em;
}


.form-step {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 2rem;
}
.form-step:after {
  content: '';
  position: absolute;
  top: 1.5rem;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: var(--accentcolor);
  transform: translateY(-50%);
  z-index: -1;
}
.form-step li {
  /*flex-grow: 1;*/
  text-align: center;
}
.form-step li:first-child {
  text-align: left;
}
.form-step li:last-child {
  text-align: right;
}
.form-step li .txt {
  display: block;
  margin-top: .5em;
}
.form-step li .icon {
  display: inline-block;
  width: 3.25rem;
  line-height: 1;
  padding: .5em 0;
  border: var(--accentcolor) solid 1px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: #fff;
}
.form-step li .icon .material-symbols-rounded {
  font-size: 2.3rem;
}

.form-step li.current .icon {
  background: var(--accentcolor);
}
.form-step li.current .txt {
  font-weight: bold;
}




/* =スクロール連動アニメーション
https://125naroom.com/web/3532
---------------------------------------------------- */

/* フェードイン */
.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.is-show {
  opacity: 1;
}

/* 下からフェードイン */
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 1s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* 左からフェードイン */
.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 1s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* 右からフェードイン */
.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 1s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* --------------
 home contents
-------------- */

.home-mv {
  padding-top: 20px !important;
}


.list-slide {
  overflow: hidden;
  aspect-ratio: 2 / 1;
}
.list-slide.slick-initialized{
  overflow: auto;
  aspect-ratio: auto;
  background: none !important;
}


.home-message {
  
}
.block-home-message {
  position: relative;
  margin: 0 7%;
  padding: 1% 0;
  border-radius: 20vw;
  background: var(--subcolor);
}
.block-home-message:before {
  content: '';
  position: absolute;
  top: 10%;
  left: 5%;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20vw;
  
  background-color: #ffffff;
  background-image: radial-gradient(circle, #999999 20%, transparent 20%);
  background-position: 0 0;
  background-size: 20px 20px;
  z-index: -1;
}

.block-home-message p {
  font-size: 1.5em;
  line-height: 2.5;
}
.block-home-message .uline {
  background: linear-gradient(transparent 90%, #ffff00 0%);
}
.list-tags {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
  font-size: .8em;
}
.list-tags li {
  
}
.list-tags li .cat {
  display: block;
  padding: .5em 1em;
  border-radius: 4px;
  line-height: 1;
  color: #fff;
  background: #333333;
}
.list-tags li .cat-content,
.list-tags li .cat-promotion,
.list-tags li .cat-seminar {
  background-color: var(--accentcolor2);
}
.list-tags li .cat-inbound,
.list-tags li .cat-strategy,
.list-tags li .cat-org-improve {
  color: #333333;
  background-color: var(--accentcolor3);
}





.list-works {
}
.list-column > li,
.list-works > li {
}
.list-column a,
.list-works a {
  position: relative;
  display: block;
  height: 100%;
  margin: 0 1em 1em 1em;
  text-decoration: none;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 8px 8px 0 #D9D9D9;
}
.list-works .list-tags {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
}
.list-column .list-inner,
.list-works .list-inner {
  padding: 2em;
}
.list-column .list-inner dl dd,
.list-works .list-inner dl dd {
  margin-top: 1em;
  font-size: .9em;
}


.home-services {
  position: relative;
  margin: 5% 0;
  padding: 3%;
}

.home-services:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20vw;
  background: #EDEDED;
  z-index: -1;
}
.home-services .content-inner {
  padding: 3%;
  padding-bottom: 8%;
}
.list-home_services .list-inner {
  height: 100%;
  padding: 1em;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 20px rgba(0,0,0,.08);
}


.home-about {
  background: url("../img/home/bg-about.png") center fixed;
}

p.icon-circle {
  position: relative;
  padding-left: 2em;
}
p.icon-circle:before {
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  display: inline-block;
  width: .8em;
  height: .8em;
  vertical-align: baseline;
  border-radius: 50%;
  background: var(--accentcolor2);
}


.list-members {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.list-members li {
  position: relative;
}
.list-members li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px ;
  box-shadow: 0 12px 20px rgba(0,0,0,.08);
  z-index: -1;
}


.list-members .list-inner {
  padding: 0 2em 2em 3em;
}


.list-members-profile dt {
  margin-bottom: .5em;
}
.list-members-profile dd {
}


/* --------------
 lower
-------------- */

.page-header {
  padding: max(4%, 30px) max(5vw, 20px);
  background: #EDEDED;

  background: linear-gradient(45deg, rgba(237, 237, 237, 1) 0%, rgba(245, 245, 245, 1) 100%);
}
.page-header h2 {
  margin: 0 !important;
}


.detail .page-header {
  display: none;
}



/* =works
---------------------------------------------------- */

.works.detail .content {
  background: url("../img/works/bg-detail.png") repeat-y top center / 100% auto;
}
.works.detail .content h2 {
  position: relative;
  z-index: 2;
}
.works.detail .content h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 230px;
  height: 120px;
  background: url("../img/works/txt-mission_complete.png") no-repeat top right;
  z-index: -1;
}
.works.detail .list-tags {
  margin-bottom: 2em;
}

.block-works-txt {
  position: relative;
  margin: 2em 0;
  padding-bottom: 2em;
}
.block-works-txt:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 98%;
  width: calc(100% - 2em);
  height: 2px;
  background: #D9D9D9;
}
.list-works-detail {
}
.list-works-detail dt {
  font-size: 1.1em;
}
.list-works-detail dt:before {
  content: '';
  display: inline-block;
  width: .8em;
  height: .8em;
  vertical-align: baseline;
  margin-right: 1em;
  border-radius: 50%;
  background: var(--accentcolor2);
}


.list-pimg {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  gap: 20px;
  margin-top: 2em;
}
.list-pimg li {
  width: 30%;
}

.list-detail-img {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  gap: 20px;
}
.list-detail-img li {
  width: 45%;
}


/* =column
---------------------------------------------------- */

.column.detail .content {
  background: url("../img/column/bg-detail.png") repeat-y top center / 100% auto;
}

.block-column-body {
  margin: 2em 0;
  padding-bottom: 2em;
  
}
