@charset "UTF-8";
/* -----------------------------------------------------------------------
reset
------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

nav ul,
li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* -----------------------------------------------------------------------
ress +
------------------------------------------------------------------------- */
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible; }

[hidden], template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  font-family: monospace, monospace; }

b, strong {
  font-weight: bolder; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

input {
  border-radius: 0; }

[type="number"] {
  width: auto; }

[type="search"] {
  -webkit-appearance: textfield; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button {
  overflow: visible; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/*focus style */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button,
select {
  text-transform: none; }

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden; }

audio,
canvas,
progress,
video {
  display: inline-block; }

@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

::-moz-selection {
  background-color: #333;
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #333;
  color: #fff;
  text-shadow: none; }

/* -----------------------------------------------------------------------
add
------------------------------------------------------------------------- */
input[type="button"], input[type="submit"] {
  -webkit-appearance: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

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

/*safari*/
* {
  min-height: 0vw; }

/*----------------------------------------------------------
Properties
-----------------------------------------------------------*/
:root {
  --bgBody: #fff;
  --txBody: #001e1d;
  --ftrCl01:#f9f9f9;
  --sideBg01:#abd1c6;
  --mainCl01:#004643;
  --pointCl01:#EF7139;
  --lineCl01:#999;
  --hdrH:90px;
  --hdrHsp:55px;
  --contMrg:80px;
  --trTime: .5s;
  --spMaxW:350px; }

@media screen and (min-width: 1280px) {
  .forPC {
    display: inherit !important; } }
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .forPC {
    display: none; } }
@media screen and (max-width: 767px) {
  .forPC {
    display: none; } }

@media screen and (min-width: 1280px) {
  .forTB {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .forTB {
    display: inherit !important; } }
@media screen and (max-width: 767px) {
  .forTB {
    display: none; } }

@media screen and (min-width: 1280px) {
  .forTB2 {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .forTB2 {
    display: none; } }
  @media screen and (min-width: 768px) and (max-width: 1279px) and (max-width: 999px) {
    .forTB2 {
      display: inherit !important; } }

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

@media screen and (min-width: 1280px) {
  .forSP {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .forSP {
    display: none; } }
@media screen and (max-width: 767px) {
  .forSP {
    display: inherit !important; } }

.wrapBoxW, #container.second #notfound,
.wrapBox, #container main article,
.wrapBoxC {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 767px) {
    .wrapBoxW, #container.second #notfound,
    .wrapBox, #container main article,
    .wrapBoxC {
      padding-left: 20px;
      padding-right: 20px; } }

/* box --1280px-----------*/
.wrapBoxW {
  width: 1280px; }

/* box --1220px-----------*/
#container.second #notfound,
.wrapBox {
  width: 1220px; }

/* box --800px-----------*/
#container main article,
.wrapBoxC {
  width: 860px; }

/*-----------------------------------------------------
font size
--------------------------------------------------------*/
html {
  font-size: 10px; }

body {
  font-size: 16px; }
  @media screen and (min-width: 768px) and (max-width: 1279px) {
    body {
      font-size: 1.5rem; } }
  @media screen and (max-width: 767px) {
    body {
      font-size: 1.5rem; } }
  @media screen and (max-width: 374px) {
    body {
      font-size: 1.4rem; } }

body {
  font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400; }

input {
  font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400; }

.font01R, header nav ul li, aside .sideBox .sideTit,
.font01B, footer p.copy, #container main article.archiveBox section .article--item .txtBox .subBox .date, #container main article.postDetailBox section .subBox .date, aside .sideBox.sidePosts ul li a .subBox .date, #container nav.navigation.pagination .nav-links span,
#container nav.navigation.pagination .nav-links a, #container .pageNav ul li a {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.075em; }

input[type="checkbox"],
input[type="radio"],
.fontDef {
  font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400; }

.font01R {
  font-weight: 400; }

header nav ul li, aside .sideBox .sideTit,
.font01B {
  font-weight: 700; }

#container main article.toppage h1,
#container main article.normal h1, #container main article.archiveBox h1, #container main article.postDetailBox h1 {
  text-align: left;
  font-size: clamp(26px, 2.344vw, 30px);
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 80px; }
  #container main article.toppage h1 span,
  #container main article.normal h1 span, #container main article.archiveBox h1 span, #container main article.postDetailBox h1 span {
    display: block;
    font-size: clamp(14px, 1.172vw, 15px);
    text-align: left;
    color: #999; }

#container main article.toppage section h2,
#container main article.normal section h2 {
  text-align: left;
  font-size: clamp(22px, 2.031vw, 26px);
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: var(--mainCl01) 1px dotted; }

#container main article.archiveBox section .article--item .txtBox h2 {
  color: var(--mainCl01);
  text-align: left;
  font-size: clamp(18px, 1.719vw, 22px);
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 20px; }

ul.cList01 > li {
  padding-left: 1.2em;
  position: relative; }
  ul.cList01 > li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50vw;
    background-color: var(--txBody);
    position: absolute;
    top: 0;
    left: 0;
    top: 1em; }

ol.cNumList01 {
  counter-reset: num01; }
  ol.cNumList01 > li {
    padding-left: 1.2em;
    position: relative; }
    ol.cNumList01 > li::before {
      counter-increment: num01;
      content: counter(num01) ".";
      position: absolute;
      top: 0;
      left: 0; }

#form table {
  width: 100%;
  border-top: var(--lineCl01) 1px solid; }
  #form table th, #form table td {
    border-bottom: var(--lineCl01) 1px solid;
    padding: 25px 0;
    text-align: left;
    vertical-align: top;
    position: relative; }
  #form table th {
    font-weight: 500; }
  @media screen and (max-width: 767px) {
    #form table th, #form table td {
      display: list-item;
      list-style-type: none;
      padding: 15px 0; }
    #form table th {
      border-bottom: none;
      padding-bottom: 0; }
    #form table td {
      padding-top: 0; } }

header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 101%; }
  header .logo a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    background-position: left center;
    background-image: url("../images/logo.svg");
    position: absolute;
    top: 0;
    left: 0; }

input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
  position: relative;
  margin: 0 4px 0 0;
  top: -1px; }

/*--必須--*/
#form table th > span {
  display: inline-block;
  width: 38px;
  height: 16px;
  margin-left: 1.5em;
  text-align: center;
  color: #fff;
  background-color: #fe8b68;
  line-height: 16px;
  font-size: 10px;
  vertical-align: middle;
  letter-spacing: 0.01em;
  transform: translateY(-2px); }

#form table {
  margin-bottom: 80px; }
  @media screen and (min-width: 768px) and (max-width: 1279px) {
    #form table {
      margin-bottom: liquid2(80); } }
  @media screen and (max-width: 767px) {
    #form table {
      margin-bottom: 40px; } }
  #form table th,
  #form table td {
    line-height: calc(40/18); }
  #form table th {
    width: 250px;
    padding-top: 30px;
    padding-left: 5px;
    font-size: clamp(16px, 1.406vw, 18px);
    font-weight: 500; }
    @media screen and (max-width: 999px) {
      #form table th {
        width: 200px; } }
  #form table th > div {
    margin-top: 5px;
    font-size: clamp(14px, 1.25vw, 16px);
    text-align: left;
    line-height: 19px;
    line-height: calc(28/14); }
  #form table th > div.inline {
    display: inline-block;
    margin-left: 1em; }
  #form table td {
    vertical-align: middle;
    font-size: 1em;
    padding-left: 25px; }
  @media screen and (max-width: 767px) {
    #form table th {
      width: 100%;
      padding-bottom: 20px; }
    #form table td {
      padding-left: 0;
      padding-bottom: 25px;
      font-size: 1.5rem; } }
  #form table td.chk label {
    display: block; }
  #form table td.name div {
    width: 50%;
    float: left;
    padding-right: 10px; }
    #form table td.name div + div {
      padding-left: 10px;
      padding-right: 0; }
    @media screen and (max-width: 767px) {
      #form table td.name div {
        width: auto;
        float: none;
        padding-right: 0; }
        #form table td.name div + div {
          padding-left: 0;
          padding-right: 0;
          padding-top: 15px; } }
  #form table td.privacy span,
  #form table td.privacy label {
    margin-top: 10px;
    font-weight: 500;
    font-size: clamp(16px, 1.328vw, 17px); }
  #form table ::placeholder {
    color: #bbbbbb; }

/*--form parts --*/
#form input[type="text"],
#form input[type="email"],
#form input[type="url"],
#form input[type="tel"],
#form textarea {
  background-color: #eff2ed;
  border-radius: 5px;
  padding: 12px 10px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    #form input[type="text"],
    #form input[type="email"],
    #form input[type="url"],
    #form input[type="tel"],
    #form textarea {
      padding: 10px;
      font-size: 16px; } }
#form textarea {
  height: 10em; }
#form select {
  background: #dcdcdc url("../images/select.svg") no-repeat scroll 95% 50%/15px auto;
  border-radius: 5px;
  padding: 10px 7px;
  position: relative;
  width: 310px;
  max-width: 100%; }

/*--form btn--*/
#form .formBtn button,
#form .formBtn input,
.btnThanks a, #container.second #notfound .btn a {
  display: block;
  width: 360px;
  height: 72px;
  max-width: 100%;
  border-radius: 50vw;
  border: var(--pointCl01) 1px solid;
  color: var(--pointCl01);
  font-size: clamp(15px, 1.328vw, 17px);
  text-align: center;
  line-height: 70px;
  font-weight: 500;
  cursor: pointer; }
  #form .formBtn button:hover,
  #form .formBtn input:hover,
  .btnThanks a:hover, #container.second #notfound .btn a:hover {
    background-color: var(--pointCl01);
    color: #fff; }
  @media screen and (max-width: 767px) {
    #form .formBtn button,
    #form .formBtn input,
    .btnThanks a, #container.second #notfound .btn a {
      width: 260px;
      height: 50px;
      line-height: 50px;
      font-size: 1.4rem; } }

#form .formBtn {
  text-align: center; }

#form .formBtn button,
#form .formBtn input,
.btnThanks a {
  margin: 0 auto;
  transition: var(--trTime); }

.btnThanks {
  padding: 80px 0 80px; }
  @media screen and (min-width: 768px) and (max-width: 1279px) {
    .btnThanks {
      padding: 6.5574% 0 6.5574%; } }
  @media screen and (max-width: 767px) {
    .btnThanks {
      padding: 40px 0 40px; } }

.wpcf7-list-item {
  display: block !important; }

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em !important;
  padding: 1em !important; }

.wpcf7 form.sent .wpcf7-response-output {
  /* 送信ボタン下完了時 */
  border-color: transparent !important; }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  /* 送信ボタン下未入力警告 */
  border-color: transparent !important;
  color: red !important;
  text-align: center !important; }

.wpcf7-not-valid-tip {
  /* 必須未入力項目下の文章 */
  border-color: transparent !important;
  font-size: 12px;
  color: red !important; }

.wpcf7-form-control-wrap.recaptcha {
  display: block;
  padding-bottom: 30px; }

/*--------------------------------------------------------------------
404
---------------------------------------------------------------------*/
#container.second #notfound {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (min-width: 768px) and (max-width: 1279px) {
    #container.second #notfound {
      padding-top: 8.1967%;
      padding-bottom: 8.1967%; } }
  #container.second #notfound h1 {
    text-align: center;
    font-size: clamp(20px, 2.344vw, 30px);
    font-weight: bold;
    margin-bottom: 50px; }
  #container.second #notfound p {
    text-align: center;
    padding-bottom: 50px; }
  #container.second #notfound .btn a {
    margin: 0 auto;
    transition: var(--trTime); }

/*-----------------------------------------------------
base setting
--------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

.iphone body,
.ipad body,
.ipod body {
  cursor: pointer; }

*:focus {
  outline: none; }

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  background-color: var(--bgBody);
  color: var(--txBody); }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
html, body {
  height: 100%; }

body {
  width: 100%;
  text-align: center; }

a {
  color: var(--txBody);
  text-decoration: none;
  transition: all var(--trTime); }

strong {
  font-weight: bold; }

img {
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  -ms-interpolation-mode: bicubic; }

#wrapper {
  position: relative;
  height: 100%; }

/* -----------------------------------------------------------------------
clearfix
------------------------------------------------------------------------- */
.wrapBoxW, #container.second #notfound,
.wrapBox, #container main article,
.wrapBoxC,
.clearfix,
header,
section {
  display: block; }
  .wrapBoxW::after, #container.second #notfound::after,
  .wrapBox::after, #container main article::after,
  .wrapBoxC::after,
  .wrapBoxW::before, #container.second #notfound::before,
  .wrapBox::before, #container main article::before,
  .wrapBoxC::before,
  .clearfix::after,
  .clearfix::before,
  header::after,
  header::before,
  section::after,
  section::before {
    content: "";
    display: block;
    clear: both; }

/*--------------------------------------------------------------------
   layout
---------------------------------------------------------------------*/
.drawer-open header {
  z-index: inherit; }

html, body {
  scroll-padding-top: calc(var(--hdrH) + 30px);
  scroll-behavior: smooth; }
  @media screen and (max-width: 767px) {
    html, body {
      scroll-padding-top: calc(var(--hdrHsp) + 30px); } }

header {
  width: 240px;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: var(--sideBg01); }

#container {
  background-color: #fff;
  margin-left: 240px;
  display: block; }
  #container::after, #container::before {
    content: "";
    display: block;
    clear: both; }
  #container main {
    width: calc(100% - 240px);
    min-height: 100svh;
    float: left;
    padding: var(--contMrg) 20px; }
  #container aside {
    width: 240px;
    height: 100svh;
    padding-bottom: 80px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;
    overflow-y: scroll;
    background-color: var(--sideBg01); }

footer {
  width: calc(100% - (240px * 2));
  margin: 0 auto;
  background-color: var(--ftrCl01); }

@media screen and (min-width: 768px) and (max-width: 1279px) {
  header {
    width: 100%;
    height: var(--hdrH); }

  #container {
    margin-left: 0;
    padding-top: var(--hdrH); }
    #container main {
      float: none;
      padding-left: 0;
      padding-right: 0; }
    #container aside {
      height: calc(100svh - var(--hdrH));
      margin-top: var(--hdrH);
      z-index: 20; } }
    @media screen and (min-width: 768px) and (max-width: 1279px) and (max-width: 999px) {
      #container aside {
        height: calc(100svh - var(--hdrHsp));
        margin-top: var(--hdrHsp); } }

@media screen and (min-width: 768px) and (max-width: 1279px) {
  footer {
    width: 100%;
    position: relative;
    z-index: 30; } }
@media screen and (max-width: 767px) {
  header {
    width: 100%;
    height: var(--hdrHsp); }

  #container {
    margin-left: 0;
    padding-top: var(--hdrHsp);
    display: block; }
    #container main {
      width: auto;
      float: none;
      margin: 0 auto; }
      #container main article {
        padding-left: 0;
        padding-right: 0; }
    #container aside {
      width: auto;
      float: none;
      margin: 0 auto;
      height: auto;
      position: relative; }

  footer {
    width: 100%; } }
/*--------------------------------------------------------------------
  header
---------------------------------------------------------------------*/
header {
  padding-top: var(--contMrg); }
  header .logo {
    width: 160px;
    height: 50px;
    margin: 0 auto 50px; }
  header nav {
    padding-bottom: 50px; }
    header nav ul {
      text-align: center; }
      header nav ul li {
        font-size: clamp(18px, 1.406vw, 18px); }
        header nav ul li a {
          display: block;
          padding: 1em 0;
          color: var(--txBody); }
          header nav ul li a:hover {
            color: var(--mainCl01); }
  header .searchBox {
    width: 180px;
    margin: 0 auto; }
    header .searchBox .search--inner {
      position: relative;
      overflow: hidden; }
      header .searchBox .search--inner input[type="text"] {
        width: 100%;
        height: 40px;
        padding: 5px;
        padding-right: 42px;
        border: #ccc 1px solid;
        background-color: #fff; }
      header .searchBox .search--inner input[type="submit"] {
        width: 40px;
        height: 40px;
        background: url("../images/search.svg") center center no-repeat;
        background-size: 50%;
        text-indent: 200%;
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer; }
  @media screen and (min-width: 768px) and (max-width: 1279px) {
    header {
      padding-top: 0; }
      header .logo {
        margin: auto auto auto 30px;
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        bottom: 0; }
      header nav {
        margin-left: 260px;
        padding-right: 240px;
        padding-bottom: 0;
        padding-top: calc((var(--hdrH) - 55px) / 2); }
        header nav ul {
          height: 55px;
          text-align: left; }
          header nav ul li {
            display: inline-block;
            margin-right: 1em; }
      header .searchBox {
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 50px;
        margin-top: calc((var(--hdrH) - 40px) / 2); } }
  @media screen and (max-width: 999px) {
    header {
      height: var(--hdrHsp); }
      header .searchBox {
        margin-right: 60px;
        margin-top: calc((var(--hdrHsp) - 40px) / 2); } }
  @media screen and (max-width: 767px) {
    header {
      padding-top: 0; }
      header .logo {
        width: 100px;
        height: 40px;
        margin: auto auto auto 15px;
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        bottom: 0; }
      header .searchBox {
        width: 100%;
        padding: 15px;
        background-color: var(--ftrCl01);
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto; } }

/*--------------------------------------------------------------------
  side
---------------------------------------------------------------------*/
aside {
  padding-top: var(--contMrg); }
  aside .sideBox {
    width: calc(100% - 60px);
    margin: 0 auto 60px; }
    @media screen and (max-width: 767px) {
      aside .sideBox {
        width: calc(100% - 40px);
        margin: 0 auto 40px; } }
    aside .sideBox .sideTit {
      text-align: left;
      color: var(--mainCl01);
      font-size: clamp(16px, 1.406vw, 18px);
      padding-bottom: 10px;
      margin-bottom: 20px;
      border-bottom: var(--mainCl01) dotted 1px; }
    aside .sideBox#sideCategory ul {
      text-align: left; }
      aside .sideBox#sideCategory ul li {
        margin-bottom: 10px;
        font-size: clamp(15px, 1.25vw, 16px);
        line-height: calc(28/16); }
        aside .sideBox#sideCategory ul li a {
          display: inline-block;
          color: var(--txBody);
          position: relative; }
          aside .sideBox#sideCategory ul li a::after {
            content: "";
            display: block;
            height: 1px;
            width: 100%;
            background-color: var(--txBody);
            position: absolute;
            bottom: 0;
            left: 0;
            transition: var(--trTime);
            opacity: 0; }
          aside .sideBox#sideCategory ul li a:hover::after {
            opacity: 1; }
      aside .sideBox#sideCategory ul ul {
        margin-left: 1em;
        margin-top: 0.5em; }
        aside .sideBox#sideCategory ul ul li a::before {
          content: "-"; }
    aside .sideBox.sidePosts ul li + li {
      border-top: var(--lineCl01) 1px dotted;
      padding-top: 20px; }
    aside .sideBox.sidePosts ul li {
      margin-bottom: 20px; }
      aside .sideBox.sidePosts ul li a {
        display: block;
        display: block; }
        aside .sideBox.sidePosts ul li a::after, aside .sideBox.sidePosts ul li a::before {
          content: "";
          display: block;
          clear: both; }
        aside .sideBox.sidePosts ul li a:has(img) .thumb {
          width: 30%;
          float: left; }
        aside .sideBox.sidePosts ul li a:has(img) .title {
          width: 70%;
          float: right;
          padding-left: 15px; }
        @media screen and (max-width: 767px) {
          aside .sideBox.sidePosts ul li a:has(img) .thumb {
            width: 80px; }
          aside .sideBox.sidePosts ul li a:has(img) .title {
            width: calc(100% - 95px); } }
        aside .sideBox.sidePosts ul li a p {
          font-size: clamp(14px, 1.172vw, 15px);
          line-height: calc(20/13);
          text-align: left; }
        aside .sideBox.sidePosts ul li a .subBox {
          clear: both;
          margin-top: 10px; }
        aside .sideBox.sidePosts ul li a:hover p {
          text-decoration: underline; }

/*--------------------------------------------------------------------
  footer
---------------------------------------------------------------------*/
footer {
  padding: 30px 20px; }
  footer p.copy {
    text-align: left;
    font-size: clamp(12px, 1.016vw, 13px); }
  @media screen and (max-width: 767px) {
    footer {
      padding-bottom: 80px; } }

/*--------------------------------------------------------------------
   container
---------------------------------------------------------------------*/
/* base
-----------------------*/
div[id="container"] section p, div[id="container"] section li, div[id="container"] section dt, div[id="container"] section dd, div[id="container"] section th, div[id="container"] section td {
  font-size: clamp(15px, 1.328vw, 17px);
  line-height: calc(32/17);
  text-align: left;
  font-feature-settings: "palt"; }
  @media screen and (max-width: 767px) {
    div[id="container"] section p, div[id="container"] section li, div[id="container"] section dt, div[id="container"] section dd, div[id="container"] section th, div[id="container"] section td {
      font-size: 1.6rem;
      line-height: calc(60/30) !important; } }
div[id="container"] p + * {
  margin-top: 30px; }
div[id="container"] ul + * {
  margin-top: 30px; }
div[id="container"] ol + * {
  margin-top: 30px; }
div[id="container"] dl + * {
  margin-top: 30px; }
div[id="container"] table + * {
  margin-top: 30px; }

/*===========================================
_drawer.scss
=============================================*/
/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important; }

.drawer-nav {
  position: fixed;
  z-index: 9000;
  top: 0;
  overflow: hidden;
  max-width: 100%;
  height: 100%;
  background-color: var(--mainCl01); }

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); }

.drawer-open .drawer-overlay {
  display: block; }

/*!------------------------------------*\
    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--top.drawer-open .drawer-nav {
  top: 0; }

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0; }

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 99999;
  top: 0;
  display: block;
  box-sizing: border-box;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  width: calc(60px * 0.6);
  height: calc(60px * 0.6);
  padding: 0 calc(15px * 0.6);
  margin-top: calc((55px - 60px * 0.6)/2);
  margin-right: 10px; }

.drawer-hamburger:hover {
  cursor: pointer; }

.drawer-hamburger-icon {
  position: relative;
  display: block; }

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: var(--txBody); }

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -4px;
  left: 0;
  content: ' '; }

.drawer-hamburger-icon:after {
  top: 4px; }

.drawer-open .drawer-hamburger {
  position: fixed; }

.drawer-open .drawer-hamburger-icon {
  background-color: transparent; }

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
  background-color: #fff; }

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto; }

/*
@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
*/
/*!------------------------------------*\
    add
\*!------------------------------------*/
.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.drawer--right .drawer-hamburger {
  right: 0px; }

@media screen and (max-width: 767px) {
  .drawer-nav {
    width: 100%; } }
/*--------------------------------------------------------------------
   hamburger
---------------------------------------------------------------------*/
.drawer-hamburger {
  display: none;
  z-index: 99999; }

@media screen and (max-width: 999px) {
  .drawer-hamburger {
    display: block; }

  header nav {
    display: none; } }
/*--------------------------------------------------------------------
   menu
---------------------------------------------------------------------*/
.spNav {
  padding-top: var(--hdrH);
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: var(--hdrH); }
  .spNav a {
    color: #fff; }
  .spNav ul {
    text-align: center; }
    .spNav ul li {
      font-size: 1.8rem; }
      .spNav ul li a {
        display: block;
        padding: calc(60 / 30 * 1em) 0; }

/* -----------------------------------------
list
----------------------------------------- */
#container main article.archiveBox section .article--item .txtBox .subBox, #container main article.postDetailBox section .subBox, aside .sideBox.sidePosts ul li a .subBox {
  text-align: left; }
  #container main article.archiveBox section .article--item .txtBox .subBox span, #container main article.postDetailBox section .subBox span, aside .sideBox.sidePosts ul li a .subBox span {
    display: block;
    text-align: right;
    font-size: clamp(14px, 1.172vw, 15px);
    line-height: 1.5;
    letter-spacing: 0.05em; }
  #container main article.archiveBox section .article--item .txtBox .subBox .date, #container main article.postDetailBox section .subBox .date, aside .sideBox.sidePosts ul li a .subBox .date {
    color: #999999; }
  #container main article.archiveBox section .article--item .txtBox .subBox .cat, #container main article.postDetailBox section .subBox .cat, aside .sideBox.sidePosts ul li a .subBox .cat {
    color: var(--pointCl01); }
aside .sideBox.sidePosts ul li a .subBox span {
  display: inline-block;
  font-size: clamp(11px, 0.938vw, 12px); }

/*=============
plugin
==============*/
/*-----------------------------------------------------
TOC
--------------------------------------------------------*/
#container {
  /* anchor　位置 */ }
  #container .toc__container {
    display: block !important;
    border: #dedede 1px solid;
    border-radius: 5px;
    margin: 50px 0;
    padding: 30px;
    position: relative; }
    @media screen and (max-width: 767px) {
      #container .toc__container {
        margin: 6.6667% 0;
        padding: 20px; } }
    #container .toc__container .toc__title {
      width: 100%;
      font-size: clamp(16px, 1.25vw, 16px);
      font-weight: 500; }
    #container .toc__container .toc__list {
      margin-left: 15px;
      margin-top: 15px; }
  #container .post span[id^=i] {
    display: block;
    padding-top: 110px;
    margin-top: -110px; }
    @media screen and (max-width: 767px) {
      #container .post span[id^=i] {
        padding-top: 60px;
        margin-top: -60px; } }

/*-----------------------------------------------------
wp-pagenavi
--------------------------------------------------------*/
#container nav.navigation.pagination h2 {
  visibility: hidden; }
#container nav.navigation.pagination .nav-links {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  #container nav.navigation.pagination .nav-links span,
  #container nav.navigation.pagination .nav-links a {
    display: block;
    margin: 0 5px;
    width: 44px;
    border: 1px solid #dedede;
    border-radius: 50vw;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 42px;
    font-size: 13px;
    font-weight: 500; }
  #container nav.navigation.pagination .nav-links .page_num {
    display: none; }
  #container nav.navigation.pagination .nav-links a:hover {
    background-color: #f5f5f5;
    color: var(--txBody); }
  #container nav.navigation.pagination .nav-links .extend {
    border: none; }
  #container nav.navigation.pagination .nav-links .current {
    color: #fff;
    border-color: #999;
    background-color: #999; }
  #container nav.navigation.pagination .nav-links a.previouspostslink {
    display: none; }
  #container nav.navigation.pagination .nav-links a.first {
    display: none; }
  @media screen and (max-width: 767px) {
    #container nav.navigation.pagination .nav-links .extend {
      display: none; } }

/*-----------------------------------------------------
single pager
--------------------------------------------------------*/
/* pageNav
--------------*/
#container .pageNav ul {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 0 10px; }
#container .pageNav ul li {
  flex-basis: 80px;
  height: 44px; }
#container .pageNav ul li a {
  background: none;
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: var(--lineCl01) 1px dotted;
  text-align: center;
  color: var(--txBody);
  font-size: 16px;
  font-weight: 500; }
  #container .pageNav ul li a::after {
    display: none; }
  #container .pageNav ul li a:hover {
    border-bottom: none; }
@media screen and (max-width: 767px) {
  #container .pageNav ul li {
    height: 44px; }
  #container .pageNav ul li a {
    line-height: 42px;
    font-size: 14px; } }

/* -- blog parts --*/
#container .post {
  padding-bottom: 80px;
  /*------------
  block editor
  --------------*/ }
  @media screen and (max-width: 767px) {
    #container .post {
      padding-bottom: 10.6667%; } }
  #container .post h2 {
    margin-top: 50px !important;
    margin-bottom: 30px;
    font-size: clamp(18px, 1.563vw, 20px);
    text-align: left;
    font-weight: bold;
    line-height: 1.75;
    color: var(--mainCl01); }
  #container .post h3 {
    margin-top: 50px !important;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: var(--mainCl01) 1px dotted;
    font-size: clamp(16px, 1.406vw, 18px);
    text-align: left;
    font-weight: bold;
    line-height: 1.75; }
  #container .post h4 {
    color: var(--mainCl01); }
  #container .post h4, #container .post h5, #container .post h6 {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
    font-weight: 500;
    line-height: 1.75; }
  #container .post a {
    color: var(--txBody);
    text-decoration: underline;
    word-break: break-all; }
    #container .post a:hover {
      text-decoration: none; }
  #container .post ul {
    margin-left: 20px; }
    #container .post ul li {
      list-style-position: outside;
      list-style-type: disc; }
  #container .post ol {
    margin-left: 20px; }
    #container .post ol li {
      list-style-position: outside;
      list-style-type: decimal; }
  #container .post > img,
  #container .post p img {
    display: block;
    width: 100%;
    max-width: 680px;
    margin: 30px auto; }
  #container .post * + p,
  #container .post * + ul,
  #container .post * + ol {
    margin-top: 15px; }
  #container .post * + blockquote,
  #container .post * + figure,
  #container .post * + table,
  #container .post blockquote + *,
  #container .post figure + *,
  #container .post table + * {
    margin-top: 30px; }
  #container .post p.has-text-align-right {
    text-align: right; }
  #container .post p.has-text-align-center {
    text-align: center; }
  #container .post ol {
    margin-left: 1em; }
    #container .post ol li {
      list-style-position: outside;
      list-style-type: decimal; }
  #container .post .wp-block-quote cite, #container .post .wp-block-pullquote cite, #container .post .wp-block-table figcaption {
    display: block;
    margin-top: 10px;
    text-align: left;
    font-size: clamp(12px, 1.094vw, 14px);
    color: #666;
    line-height: 1.7; }
  #container .post .wp-block-quote {
    border-left: var(--txBody) 4px solid;
    padding-left: 15px; }
  #container .post .wp-block-pullquote {
    border-bottom: var(--txBody) 4px solid;
    border-top: var(--txBody) 4px solid;
    padding: 15px 0; }
    #container .post .wp-block-pullquote p {
      font-size: 1em; }
  #container .post .wp-block-table {
    overflow: visible !important; }
  #container .post table {
    width: 100%;
    border-top: #999 1px solid;
    border-left: #999 1px solid; }
    #container .post table th, #container .post table td {
      border-bottom: #999 1px solid;
      border-right: #999 1px solid;
      padding: 15px;
      vertical-align: top; }
    @media screen and (max-width: 767px) {
      #container .post table th, #container .post table td {
        display: list-item;
        list-style-type: none;
        font-size: 1.4rem;
        line-height: 2; } }
  #container .post .wp-block-separator {
    border-color: #ccc; }

/*-----------------------------------------------------
toppage
--------------------------------------------------------*/
/*-----------------------------------------------------
archiveBox
--------------------------------------------------------*/
#container main article.archiveBox section .article--item {
  border-bottom: var(--lineCl01) 1px dotted;
  padding-bottom: 50px;
  margin-bottom: 50px;
  display: block; }
  #container main article.archiveBox section .article--item::after, #container main article.archiveBox section .article--item::before {
    content: "";
    display: block;
    clear: both; }
  #container main article.archiveBox section .article--item > a {
    display: block;
    width: 30%;
    float: left;
    margin-top: 30px; }
  #container main article.archiveBox section .article--item .txtBox {
    width: 65%;
    float: right; }
    #container main article.archiveBox section .article--item .txtBox .subBox {
      text-align: right;
      margin-bottom: 40px; }
    #container main article.archiveBox section .article--item .txtBox .morelink {
      text-align: right;
      line-height: 2; }
      #container main article.archiveBox section .article--item .txtBox .morelink a {
        display: inline-block;
        color: var(--txBody);
        position: relative; }
        #container main article.archiveBox section .article--item .txtBox .morelink a::after {
          content: "";
          display: block;
          height: 1px;
          width: 100%;
          background-color: var(--txBody);
          position: absolute;
          bottom: 0;
          left: 0;
          transition: var(--trTime); }
        #container main article.archiveBox section .article--item .txtBox .morelink a:hover::after {
          opacity: 0; }
#container main article.archiveBox section.searchResult .searchTitle {
  border: var(--mainCl01) 1px dotted;
  padding: 10px;
  margin-bottom: 7.5%;
  color: var(--mainCl01);
  font-size: clamp(15px, 1.25vw, 16px); }
#container main article.archiveBox section.searchResult .article--item .txtBox {
  width: auto;
  float: none; }
@media screen and (max-width: 767px) {
  #container main article.archiveBox section .article--item {
    padding-bottom: 30px;
    margin-bottom: 30px; }
    #container main article.archiveBox section .article--item > a {
      width: auto;
      float: none;
      margin: 0 auto;
      width: var(--spMaxW);
      max-width: 80%;
      margin: 0 auto 30px; }
    #container main article.archiveBox section .article--item .txtBox {
      width: auto;
      float: none;
      margin: 0 auto; } }

/*-----------------------------------------------------
postDetailBox
--------------------------------------------------------*/
#container main article.postDetailBox section .thumbBox {
  width: 75%;
  margin: 0 auto 40px; }
#container main article.postDetailBox section .subBox {
  text-align: right;
  margin-bottom: 40px; }
#container main article.postDetailBox section .postData {
  padding-bottom: 50px; }
  #container main article.postDetailBox section .postData p + p {
    margin-top: 10px; }
  #container main article.postDetailBox section .postData p {
    text-align: right;
    font-size: clamp(11px, 0.938vw, 12px);
    line-height: 1.75;
    color: var(--mainCl01); }
#container main article.postDetailBox section .menseki {
  width: 80%;
  margin: 30px auto;
  padding: 20px 0;
  border-top: var(--mainCl01) 1px dotted;
  border-bottom: var(--mainCl01) 1px dotted; }
  #container main article.postDetailBox section .menseki p {
    text-align: left;
    font-size: clamp(13px, 1.094vw, 14px);
    line-height: calc(28/14);
    color: var(--mainCl01); }

/*--float--*/
.flL {
  float: left; }

.flR {
  float: right; }

.clear {
  clear: both; }

/*--textalign--*/
.txtL {
  text-align: left !important; }

.txtC {
  text-align: center !important; }

.txtR {
  text-align: right !important; }

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

.pb0 {
  padding-bottom: 0 !important; }

/*--textwrap--*/
.text {
  display: inline-block; }

/*# sourceMappingURL=base.css.map */
