@charset "UTF-8";
/* -----------------------------------------------------------------------
reset
------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&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: #333;
  --pointCl01:#006b00;
  --lineCl01:#dedede;
  --lineCl02:#c0c7be;
  --btnCl01:#38aa1d;
  --btnovCl01:#3ec11f;
  --txtovCl01:#38aa1d;
  --bgCl01:#f0f5ea;
  --kadomaru:30px;
  --kadomarusp:15px;
  --kadomaruL:60px;
  --kadomaruLsp:30px;
  --kadomaruM:40px;
  --kadomaruMsp:20px;
  --kadomaruS:20px;
  --kadomaruSsp:15px;
  --hdrH:175px;
  --hdrHsp:65px;
  --trTime: .5s;
  --spMaxW:350px; }

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

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

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

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

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

#container.toppage #top--about, #container.second.about #about--price, #container.toppage #top--news,
.wrapBoxW, #container.second #notfound, #ftrIn .inner, #ftrIn p.copy, #mainTitle h1,
#mainTitle .pageTitle, #mainImage #mainTxt, #container.toppage #top--message, #container.toppage #top--blog, #container.blog section#blogIndex, #container.blog #categoryList, #container.blog #blogRelation,
.wrapBox, #container.second section, #container.toppage #top--profile .inner,
.wrapBoxC, #container.second.contact section,
#container.second.thanks section, #container.second.privacy section, #container.news section#newsIndex, #container.news section#newsDetail, #container.blog #blogDetail,
.wrapBoxS {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--about, #container.second.about #about--price, #container.toppage #top--news,
    .wrapBoxW, #container.second #notfound, #ftrIn .inner, #ftrIn p.copy, #mainTitle h1,
    #mainTitle .pageTitle, #mainImage #mainTxt, #container.toppage #top--message, #container.toppage #top--blog, #container.blog section#blogIndex, #container.blog #categoryList, #container.blog #blogRelation,
    .wrapBox, #container.second section, #container.toppage #top--profile .inner,
    .wrapBoxC, #container.second.contact section,
    #container.second.thanks section, #container.second.privacy section, #container.news section#newsIndex, #container.news section#newsDetail, #container.blog #blogDetail,
    .wrapBoxS {
      padding-left: 20px;
      padding-right: 20px; } }

/* box --1300px-----------*/
#container.toppage #top--about, #container.second.about #about--price, #container.toppage #top--news,
.wrapBoxW {
  width: 1360px; }

/* box --1200px-----------*/
#container.toppage #top--news, #container.second #notfound, #ftrIn .inner, #ftrIn p.copy, #mainTitle h1,
#mainTitle .pageTitle, #mainImage #mainTxt, #container.toppage #top--message, #container.toppage #top--blog, #container.blog section#blogIndex, #container.blog #categoryList, #container.blog #blogRelation,
.wrapBox {
  width: 1260px; }

/* box --1100px-----------*/
#container.second section, #container.toppage #top--profile .inner,
.wrapBoxC {
  width: 1160px; }

/* box --1000px-----------*/
#container.second.contact section,
#container.second.thanks section, #container.second.privacy section, #container.news section#newsIndex, #container.news section#newsDetail, #container.blog #blogDetail,
.wrapBoxS {
  width: 1060px; }

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

body {
  font-size: 16px; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    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;
  letter-spacing: 0.01em; }

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

.font01R, #container.toppage #top--message .btn a span.btn-txt, #container.toppage #top--about .wrapBoxC .btn a span.btn-txt, #container.toppage #top--profile .inner .txtBox .btn a span.btn-txt, #container.toppage #top--blog .btn a span.btn-txt,
.font01M,
.font01B, #container.toppage #top--message h2, #container.toppage #top--about .wrapBoxC h2, #container.toppage #top--profile .inner .titBox h2, #container.toppage #top--blog h2, #ftrContact .btn a, #mainTitle h1,
#mainTitle .pageTitle, #container.toppage #top--news .inner .tit, #container.toppage #top--news .inner .btn a, #container.second.profile #profile--detail .txtBox .name span, #container.second.about #about--flow .inner .txtBox h3 span, #container .pageNav ul li a {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em; }

#container.toppage #top--message h2 span, #container.toppage #top--about .wrapBoxC h2 span, #container.toppage #top--profile .inner .titBox h2 span, #container.toppage #top--blog h2 span, input[type="checkbox"],
input[type="radio"], #mainTitle h1 span,
#mainTitle .pageTitle span,
.fontDef {
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400; }

#container.second.message #message--detail h2, #container.second.profile #profile--history h2, #container.second.about #about--lead h2, #container.second.about #about--price h2, #container.second.about #about--flow h2, #container.second.about #about--place h2, #container.second.message #message--detail h3, #container.second.about .about--detail .titBox h2, #container.second.contact #contact--lead h2,
#container.second.thanks #contact--lead h2, #container.blog #blogRelation h2, #container.second.about #about--flow .inner .txtBox h3, #container.second.message #message--detail .bdBox h3, #container.second.profile #profile--history .bdBox h3, #container.toppage #top--message h3, #container.toppage #top--about .wrapBoxC .inner .txtBox h3, #container.second.profile #profile--detail .txtBox .name, #container.second.about #about--price .inner .item dl dt, #container.second.about #about--price .inner .item dl dd {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal; }

#container.second.profile #profile--history table th, #container.second.profile #profile--history .bdBox dl dt {
  font-family: "Cormorant Garamond", "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal; }

.font01R {
  font-weight: 400; }

#container.toppage #top--message .btn a span.btn-txt, #container.toppage #top--about .wrapBoxC .btn a span.btn-txt, #container.toppage #top--profile .inner .txtBox .btn a span.btn-txt, #container.toppage #top--blog .btn a span.btn-txt,
.font01M {
  font-weight: 500; }

.font01B {
  font-weight: 700; }

#container.toppage #top--about, #container.second.about #about--price, #container.toppage #top--news {
  background-color: var(--bgCl01);
  border-radius: var(--kadomaruL);
  max-width: calc(100% - 60px);
  padding-left: 0;
  padding-right: 0;
  padding-top: 120px;
  padding-bottom: 100px; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #container.toppage #top--about, #container.second.about #about--price, #container.toppage #top--news {
      padding-top: 10%;
      padding-bottom: 8.3333%; } }
  @media screen and (max-width: 767px) {
    #container.toppage #top--about, #container.second.about #about--price, #container.toppage #top--news {
      max-width: 100%;
      border-radius: var(--kadomaruLsp);
      padding-top: 16%;
      padding-bottom: 18.6667%; } }
#container.toppage #top--news {
  border-radius: var(--kadomaru); }
  @media screen and (max-width: 767px) {
    #container.toppage #top--news {
      max-width: calc(100% - 40px);
      border-radius: var(--kadomarusp); } }

#container.toppage #top--message h2, #container.toppage #top--about .wrapBoxC h2, #container.toppage #top--profile .inner .titBox h2, #container.toppage #top--blog h2 {
  margin-bottom: 40px;
  text-align: center;
  color: var(--pointCl01);
  font-size: clamp(30px, 3.846vw, 50px);
  line-height: calc(72/60);
  letter-spacing: 0.05em;
  text-align: center; }
  #container.toppage #top--message h2 span, #container.toppage #top--about .wrapBoxC h2 span, #container.toppage #top--profile .inner .titBox h2 span, #container.toppage #top--blog h2 span {
    display: block;
    margin-top: 10px;
    font-size: clamp(12px, 1.231vw, 16px); }
  @media screen and (max-width: 767px) {
    #container.toppage #top--message h2, #container.toppage #top--about .wrapBoxC h2, #container.toppage #top--profile .inner .titBox h2, #container.toppage #top--blog h2 {
      margin-bottom: 20px; }
      #container.toppage #top--message h2 span, #container.toppage #top--about .wrapBoxC h2 span, #container.toppage #top--profile .inner .titBox h2 span, #container.toppage #top--blog h2 span {
        margin-top: 5px; } }

#container.second.message #message--detail h2, #container.second.profile #profile--history h2, #container.second.about #about--lead h2, #container.second.about #about--price h2, #container.second.about #about--flow h2, #container.second.about #about--place h2 {
  font-weight: 500;
  color: var(--pointCl01);
  font-size: clamp(25px, 2.769vw, 36px);
  line-height: calc(60/40);
  text-align: center;
  margin-bottom: 7.2727%; }

#container.second.message #message--detail h3, #container.second.about .about--detail .titBox h2, #container.second.contact #contact--lead h2,
#container.second.thanks #contact--lead h2, #container.blog #blogRelation h2, #container.second.about #about--flow .inner .txtBox h3, #container.second.message #message--detail .bdBox h3, #container.second.profile #profile--history .bdBox h3 {
  color: var(--pointCl01);
  font-size: clamp(20px, 2.308vw, 30px);
  line-height: calc(60/40);
  text-align: left;
  margin-bottom: 2.7273%; }
#container.second.about #about--flow .inner .txtBox h3 {
  font-size: clamp(18px, 2.154vw, 28px); }
#container.second.message #message--detail .bdBox h3, #container.second.profile #profile--history .bdBox h3 {
  font-size: clamp(18px, 2vw, 26px); }

#container.second section p a.txtlink, #container.second section li a.txtlink, #container.second section td a.txtlink, #container.second section dd a.txtlink {
  display: inline-block;
  color: var(--txBody);
  position: relative; }
  #container.second section p a.txtlink::after, #container.second section li a.txtlink::after, #container.second section td a.txtlink::after, #container.second section dd a.txtlink::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--txBody);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: var(--trTime);
    opacity: 0; }
  #container.second section p a.txtlink:hover::after, #container.second section li a.txtlink:hover::after, #container.second section td a.txtlink:hover::after, #container.second section dd a.txtlink:hover::after {
    opacity: 1; }

ul.cList01 > li, #container.second.privacy section ul > li {
  padding-left: 1.2em;
  position: relative; }
  ul.cList01 > li::before, #container.second.privacy section ul > li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0; }

ul.cListAt01 > li, #container.second.about #about--price ul > li, #container.second.privacy section ul.att > li {
  padding-left: 1.2em;
  position: relative; }
  ul.cListAt01 > li::before, #container.second.about #about--price ul > li::before, #container.second.privacy section ul.att > li::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0; }

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

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

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

#container.toppage #top--message .btn a, #container.toppage #top--about .wrapBoxC .btn a, #container.toppage #top--profile .inner .txtBox .btn a, #container.toppage #top--blog .btn a {
  display: block;
  width: 320px;
  height: 70px;
  max-width: 100%;
  border-radius: 50vw;
  position: relative;
  overflow: hidden; }
  #container.toppage #top--message .btn a::before, #container.toppage #top--about .wrapBoxC .btn a::before, #container.toppage #top--profile .inner .txtBox .btn a::before, #container.toppage #top--blog .btn a::before, #container.toppage #top--message .btn a::after, #container.toppage #top--about .wrapBoxC .btn a::after, #container.toppage #top--profile .inner .txtBox .btn a::after, #container.toppage #top--blog .btn a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-radius: 50vw;
    position: absolute;
    top: 0;
    left: 0; }
  #container.toppage #top--message .btn a::before, #container.toppage #top--about .wrapBoxC .btn a::before, #container.toppage #top--profile .inner .txtBox .btn a::before, #container.toppage #top--blog .btn a::before {
    transform: translateX(-101%);
    transition: .3s;
    z-index: 2; }
  #container.toppage #top--message .btn a::after, #container.toppage #top--about .wrapBoxC .btn a::after, #container.toppage #top--profile .inner .txtBox .btn a::after, #container.toppage #top--blog .btn a::after {
    z-index: 1; }
  #container.toppage #top--message .btn a span.btn-txt, #container.toppage #top--about .wrapBoxC .btn a span.btn-txt, #container.toppage #top--profile .inner .txtBox .btn a span.btn-txt, #container.toppage #top--blog .btn a span.btn-txt {
    display: block;
    line-height: 68px;
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 0.01em;
    position: relative;
    z-index: 5;
    transition: color .3s; }
  #container.toppage #top--message .btn a span.btn-arw, #container.toppage #top--about .wrapBoxC .btn a span.btn-arw, #container.toppage #top--profile .inner .txtBox .btn a span.btn-arw, #container.toppage #top--blog .btn a span.btn-arw {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50vw;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 0 auto auto;
    margin-right: 20px;
    z-index: 6; }
  #container.toppage #top--message .btn a:hover::before, #container.toppage #top--about .wrapBoxC .btn a:hover::before, #container.toppage #top--profile .inner .txtBox .btn a:hover::before, #container.toppage #top--blog .btn a:hover::before {
    transform: translateX(0); }
#container.toppage #top--message .btn a::before, #container.toppage #top--about .wrapBoxC .btn a::before, #container.toppage #top--profile .inner .txtBox .btn a::before, #container.toppage #top--blog .btn a::before {
  border-color: var(--pointCl01);
  background-color: var(--pointCl01); }
#container.toppage #top--message .btn a::after, #container.toppage #top--about .wrapBoxC .btn a::after, #container.toppage #top--profile .inner .txtBox .btn a::after, #container.toppage #top--blog .btn a::after {
  border-color: var(--pointCl01);
  background-color: transparent; }
#container.toppage #top--message .btn a span.btn-txt, #container.toppage #top--about .wrapBoxC .btn a span.btn-txt, #container.toppage #top--profile .inner .txtBox .btn a span.btn-txt, #container.toppage #top--blog .btn a span.btn-txt {
  color: var(--pointCl01); }
#container.toppage #top--message .btn a span.btn-arw, #container.toppage #top--about .wrapBoxC .btn a span.btn-arw, #container.toppage #top--profile .inner .txtBox .btn a span.btn-arw, #container.toppage #top--blog .btn a span.btn-arw {
  background-color: var(--pointCl01); }
#container.toppage #top--message .btn a:hover span.btn-txt, #container.toppage #top--about .wrapBoxC .btn a:hover span.btn-txt, #container.toppage #top--profile .inner .txtBox .btn a:hover span.btn-txt, #container.toppage #top--blog .btn a:hover span.btn-txt {
  color: #fff; }
#container.toppage #top--message .btn a:hover span.btn-arw, #container.toppage #top--about .wrapBoxC .btn a:hover span.btn-arw, #container.toppage #top--profile .inner .txtBox .btn a:hover span.btn-arw, #container.toppage #top--blog .btn a:hover span.btn-arw {
  background-color: #fff; }
@media screen and (max-width: 767px) {
  #container.toppage #top--message .btn a, #container.toppage #top--about .wrapBoxC .btn a, #container.toppage #top--profile .inner .txtBox .btn a, #container.toppage #top--blog .btn a {
    width: 220px;
    height: 50px;
    margin: 0 auto; }
    #container.toppage #top--message .btn a span.btn-txt, #container.toppage #top--about .wrapBoxC .btn a span.btn-txt, #container.toppage #top--profile .inner .txtBox .btn a span.btn-txt, #container.toppage #top--blog .btn a span.btn-txt {
      line-height: 49px;
      font-size: 1.8rem; }
    #container.toppage #top--message .btn a span.btn-arw, #container.toppage #top--about .wrapBoxC .btn a span.btn-arw, #container.toppage #top--profile .inner .txtBox .btn a span.btn-arw, #container.toppage #top--blog .btn a span.btn-arw {
      width: 8px;
      height: 8px; }
    #container.toppage #top--message .btn a:hover::before, #container.toppage #top--about .wrapBoxC .btn a:hover::before, #container.toppage #top--profile .inner .txtBox .btn a:hover::before, #container.toppage #top--blog .btn a:hover::before {
      transform: translateX(-101%); }
    #container.toppage #top--message .btn a:hover span.btn-txt, #container.toppage #top--about .wrapBoxC .btn a:hover span.btn-txt, #container.toppage #top--profile .inner .txtBox .btn a:hover span.btn-txt, #container.toppage #top--blog .btn a:hover span.btn-txt {
      color: var(--pointCl01); }
    #container.toppage #top--message .btn a:hover span.btn-arw, #container.toppage #top--about .wrapBoxC .btn a:hover span.btn-arw, #container.toppage #top--profile .inner .txtBox .btn a:hover span.btn-arw, #container.toppage #top--blog .btn a:hover span.btn-arw {
      background-color: var(--pointCl01); } }

#ftrContact .btn a {
  display: block;
  width: 320px;
  height: 80px;
  max-width: 100%;
  border-radius: 50vw;
  line-height: 80px;
  text-align: center;
  position: relative;
  overflow: hidden; }
#ftrContact .btn a {
  background-color: #38aa1d;
  color: #fff;
  font-weight: 500;
  font-size: clamp(20px, 1.538vw, 20px);
  letter-spacing: 0.01em; }
  #ftrContact .btn a:hover {
    background-color: #3ec11f; }
@media screen and (max-width: 767px) {
  #ftrContact .btn a {
    width: 200px;
    height: 50px;
    line-height: 50px; }
  #ftrContact .btn a {
    font-size: 1.3rem; } }

/*--------------------------------------------------------------------
7. other
---------------------------------------------------------------------*/
header h1 a,
header .logo a, #ftrIn .inner .logo a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 101%; }
  header h1 a::before,
  header .logo a::before, #ftrIn .inner .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; }

#container.second.message #message--detail .inner .imgBox img, #container.second.about .about--detail .inner .imgBox img, #container.toppage #top--about .wrapBoxC .inner .imgBox img, #container.toppage #top--profile .inner .imgBox img, #container.second.profile #profile--detail .imgBox img {
  display: block;
  border-radius: var(--kadomaruS); }
  @media screen and (max-width: 767px) {
    #container.second.message #message--detail .inner .imgBox img, #container.second.about .about--detail .inner .imgBox img, #container.toppage #top--about .wrapBoxC .inner .imgBox img, #container.toppage #top--profile .inner .imgBox img, #container.second.profile #profile--detail .imgBox img {
      border-radius: var(--kadomaruSsp); } }

#container.second.message #message--detail .bdBox, #container.second.profile #profile--history .bdBox, #container.second.contact #contact--lead .bdBox,
#container.second.thanks #contact--lead .bdBox {
  border: var(--pointCl01) 1px solid;
  border-radius: var(--kadomaru);
  margin-top: 5.4545%;
  margin-bottom: 5.4545%;
  padding: 3.6364% 4.5455%; }
#container.second.contact #contact--lead .bdBox,
#container.second.thanks #contact--lead .bdBox {
  border-radius: var(--kadomaruS);
  padding: 30px; }
@media screen and (max-width: 767px) {
  #container.second.message #message--detail .bdBox, #container.second.profile #profile--history .bdBox, #container.second.contact #contact--lead .bdBox,
  #container.second.thanks #contact--lead .bdBox {
    border-radius: var(--kadomarusp);
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px 20px; }
  #container.second.contact #contact--lead .bdBox,
  #container.second.thanks #contact--lead .bdBox {
    border-radius: var(--kadomaruSsp);
    padding: 30px 20px; } }

/* -----------------------------------------
-- form
-- 404
----------------------------------------- */
/*--------------------------------------------------------------------
set
---------------------------------------------------------------------*/
#container.second.message #message--detail .inner, #container.second.about .about--detail .inner {
  display: block; }
  #container.second.message #message--detail .inner::after, #container.second.about .about--detail .inner::after, #container.second.message #message--detail .inner::before, #container.second.about .about--detail .inner::before {
    content: "";
    display: block;
    clear: both; }
  #container.second.message #message--detail .inner .imgBox, #container.second.about .about--detail .inner .imgBox {
    width: 38.1818%;
    float: right; }
  #container.second.message #message--detail .inner .txtBox, #container.second.about .about--detail .inner .txtBox {
    width: 58.1818%;
    float: left; }
  @media screen and (max-width: 767px) {
    #container.second.message #message--detail .inner .imgBox, #container.second.about .about--detail .inner .imgBox {
      width: auto;
      float: none;
      margin: 0 auto;
      width: 74.6269%;
      margin-bottom: 20px; }
    #container.second.message #message--detail .inner .txtBox, #container.second.about .about--detail .inner .txtBox {
      width: auto;
      float: none;
      margin: 0 auto; } }

/*--------------------------------------------------------------------
form
---------------------------------------------------------------------*/
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: var(--pointCl01);
  border-radius: 3px;
  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: 1299px) {
    #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.385vw, 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.231vw, 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; }
    #form table td p {
      color: #fe0000; }
  @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.age div {
    display: inline-block;
    width: 10em;
    margin-right: 5px; }
  #form table td.privacy span,
  #form table td.privacy label {
    margin-top: 10px;
    font-weight: 500;
    font-size: clamp(16px, 1.308vw, 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 {
  border: #ebefe9 2px solid;
  background-color: #f3f8f2;
  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: #e9e9e9 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: 380px;
  height: 80px;
  max-width: 100%;
  border-radius: 50vw;
  border: var(--pointCl01) 1px solid;
  color: var(--pointCl01);
  font-size: clamp(15px, 1.308vw, 17px);
  text-align: center;
  line-height: 78px;
  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: 48px;
      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: 40px 0 80px; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    .btnThanks {
      padding: 3.3333% 0 6.6667%; } }
  @media screen and (max-width: 767px) {
    .btnThanks {
      padding: 20px 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: 1299px) {
    #container.second #notfound {
      padding-top: 8.3333%;
      padding-bottom: 8.3333%; } }
  #container.second #notfound h1 {
    text-align: center;
    font-size: clamp(20px, 2.308vw, 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;
  overflow: hidden; }

/* -----------------------------------------------------------------------
clearfix
------------------------------------------------------------------------- */
#container.toppage #top--about, #container.second.about #about--price, #container.toppage #top--news,
.wrapBoxW, #container.second #notfound, #ftrIn .inner, #ftrIn p.copy, #mainTitle h1,
#mainTitle .pageTitle, #mainImage #mainTxt, #container.toppage #top--message, #container.toppage #top--blog, #container.blog section#blogIndex, #container.blog #categoryList, #container.blog #blogRelation,
.wrapBox, #container.second section, #container.toppage #top--profile .inner,
.wrapBoxC, #container.second.contact section,
#container.second.thanks section, #container.second.privacy section, #container.news section#newsIndex, #container.news section#newsDetail, #container.blog #blogDetail,
.wrapBoxS,
.clearfix,
header,
section {
  display: block; }
  #container.toppage #top--about::after, #container.second.about #about--price::after, #container.toppage #top--news::after,
  .wrapBoxW::after, #container.second #notfound::after, #ftrIn .inner::after, #ftrIn p.copy::after, #mainTitle h1::after,
  #mainTitle .pageTitle::after, #mainImage #mainTxt::after, #container.toppage #top--message::after, #container.toppage #top--blog::after, #container.blog section#blogIndex::after, #container.blog #categoryList::after, #container.blog #blogRelation::after,
  .wrapBox::after, #container.second section::after, #container.toppage #top--profile .inner::after,
  .wrapBoxC::after, #container.second.contact section::after,
  #container.second.thanks section::after, #container.second.privacy section::after, #container.news section#newsIndex::after, #container.news section#newsDetail::after, #container.blog #blogDetail::after,
  .wrapBoxS::after, #container.toppage #top--about::before, #container.second.about #about--price::before, #container.toppage #top--news::before,
  .wrapBoxW::before, #container.second #notfound::before, #ftrIn .inner::before, #ftrIn p.copy::before, #mainTitle h1::before,
  #mainTitle .pageTitle::before, #mainImage #mainTxt::before, #container.toppage #top--message::before, #container.toppage #top--blog::before, #container.blog section#blogIndex::before, #container.blog #categoryList::before, #container.blog #blogRelation::before,
  .wrapBox::before, #container.second section::before, #container.toppage #top--profile .inner::before,
  .wrapBoxC::before, #container.second.contact section::before,
  #container.second.thanks section::before, #container.second.privacy section::before, #container.news section#newsIndex::before, #container.news section#newsDetail::before, #container.blog #blogDetail::before,
  .wrapBoxS::before,
  .clearfix::after,
  .clearfix::before,
  header::after,
  header::before,
  section::after,
  section::before {
    content: "";
    display: block;
    clear: both; }

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

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

header {
  height: var(--hdrH);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200; }
  header h1,
  header .logo {
    width: 290px;
    height: 96px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 50px;
    margin-top: 25px; }
  header nav {
    width: 950px;
    height: 70px;
    margin-left: auto;
    margin-right: 50px;
    margin-top: 50px;
    background-color: rgba(255, 255, 255, 0.92);
    border-radius: 50vw;
    box-shadow: 0px 0px 5px 0px rgba(75, 75, 75, 0.25);
    position: relative; }
    header nav ul {
      padding: 13px 15px;
      text-align: right;
      white-space: nowrap; }
      header nav ul li {
        display: inline-block;
        position: relative; }
        header nav ul li:nth-child(n + 2) {
          margin-left: 25px; }
        header nav ul li a {
          display: block;
          height: 44px;
          line-height: 44px;
          font-size: clamp(14px, 1.077vw, 14px);
          color: var(--txBody);
          letter-spacing: 0.05em; }
          header nav ul li a:hover {
            color: #38aa1d; }
        header nav ul li.navContact a {
          display: block;
          width: 240px;
          height: 44px;
          border-radius: 50vw;
          text-align: center;
          line-height: 44px;
          color: #fff;
          background-color: var(--btnCl01); }
          header nav ul li.navContact a::after {
            display: none; }
          header nav ul li.navContact a:hover {
            background-color: var(--btnovCl01); }
  @media screen and (min-width: 768px) and (max-width: 1400px) {
    header h1,
    header .logo {
      width: 20.7143%;
      margin-left: 3.5714%; }
    header nav {
      width: 67.8571%;
      margin-right: 3.5714%; }
      header nav ul li:nth-child(n + 2) {
        margin-left: 1.5vw; }
      header nav ul li a {
        font-size: 1.1vw; }
      header nav ul li.navContact a {
        width: 15vw;
        font-size: 1vw; } }
  @media screen and (max-width: 1099px) {
    header {
      height: 120px; }
      header h1,
      header .logo {
        margin-top: auto;
        margin-bottom: auto; } }
  @media screen and (max-width: 767px) {
    header {
      height: var(--hdrHsp); }
      header h1,
      header .logo {
        width: 153px;
        height: 50px;
        margin-left: 17.5px;
        margin-top: 6.25px;
        margin-bottom: auto; } }

/* scrolling
-----------------------*/
/*--is-fixed--*/
.is-fixed {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
  @media screen and (max-width: 767px) {
    .is-fixed {
      background-color: #fff; } }

/*--------------------------------------------------------------------
   footer
---------------------------------------------------------------------*/
footer {
  position: relative; }
  footer::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;
    width: 384px;
    height: auto;
    padding-top: 269px;
    background-image: url("../images/pic_03.svg");
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 280px;
    margin-top: -198px;
    z-index: -1; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    footer::before {
      width: 32%;
      padding-top: 22.4167%;
      margin-left: 23.3333%;
      margin-top: -22.8333%; } }
  @media screen and (max-width: 767px) {
    footer::before {
      width: 68.2667%;
      padding-top: 47.6%;
      margin-left: -4%;
      margin-top: -26.4%; } }

#ftrContact {
  width: 1000px;
  max-width: calc(100% - 60px);
  background-color: #387c3a;
  margin: 0 auto 120px;
  border-radius: var(--kadomaruM);
  padding: 70px 20px; }
  #ftrContact p {
    text-align: center;
    color: #fff;
    font-size: clamp(14px, 1.462vw, 19px);
    line-height: calc(38/19);
    letter-spacing: 0.05em;
    padding-bottom: 40px; }
  #ftrContact .btn a {
    margin: 0 auto; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #ftrContact {
      margin-bottom: 10%;
      padding-top: 5.8333%;
      padding-bottom: 5.8333%; } }
  @media screen and (max-width: 767px) {
    #ftrContact {
      max-width: calc(100% - 40px);
      margin-bottom: 20.6667%;
      border-radius: var(--kadomaruMsp);
      padding-top: 9.3333%;
      padding-bottom: 9.3333%; }
      #ftrContact p {
        text-align: left;
        padding-bottom: 30px; } }

#ftrIn {
  border-top: var(--lineCl02) 1px solid;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #ftrIn {
      padding-top: 4.1667%;
      padding-bottom: 4.1667%; } }
  @media screen and (max-width: 767px) {
    #ftrIn {
      padding-top: 10.6667%;
      padding-bottom: 10.6667%; } }
  #ftrIn .inner {
    display: block; }
    #ftrIn .inner::after, #ftrIn .inner::before {
      content: "";
      display: block;
      clear: both; }
    #ftrIn .inner .logo {
      width: 306px;
      height: 100px;
      float: left; }
    #ftrIn .inner nav {
      width: calc(100% - 320px);
      float: right;
      padding: 15px 0 25px;
      display: flex;
      justify-content: flex-end; }
      #ftrIn .inner nav ul li {
        text-align: left;
        padding: 15px 30px 15px 15px;
        position: relative; }
        #ftrIn .inner nav ul li::before {
          content: "";
          display: block;
          width: 9px;
          height: 9px;
          background-color: var(--pointCl01);
          border-radius: 50vw;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto auto auto 0; }
        #ftrIn .inner nav ul li a {
          display: inline-block;
          font-size: clamp(14px, 1.231vw, 16px);
          line-height: calc(28/16);
          letter-spacing: 0.05em; }
          #ftrIn .inner nav ul li a:hover {
            color: var(--txtovCl01); }
    @media screen and (min-width: 768px) and (max-width: 1299px) {
      #ftrIn .inner .logo {
        width: 25.5%; }
      #ftrIn .inner nav {
        width: 66.6667%; } }
    @media screen and (max-width: 999px) {
      #ftrIn .inner nav {
        flex-wrap: wrap; }
        #ftrIn .inner nav ul {
          flex-basis: 50%; } }
    @media screen and (max-width: 767px) {
      #ftrIn .inner .logo {
        width: 184.5px;
        height: 60px;
        float: none;
        margin: 0 auto 30px; }
      #ftrIn .inner nav {
        width: auto;
        float: none;
        margin: 0 auto;
        padding: 0 20px 12%;
        display: block; }
        #ftrIn .inner nav ul + ul {
          margin-top: -1px; }
        #ftrIn .inner nav ul {
          border-top: var(--lineCl01) 1px solid; }
          #ftrIn .inner nav ul li {
            border-bottom: var(--lineCl01) 1px solid;
            text-align: center;
            padding: 0;
            position: relative; }
            #ftrIn .inner nav ul li::before {
              display: none; }
            #ftrIn .inner nav ul li a {
              display: block;
              padding: calc(50 / 30 * 1em) 0;
              font-size: 1.5rem; } }
  #ftrIn p.copy {
    text-align: left;
    color: #999999;
    font-size: clamp(11px, 1.231vw, 16px); }
    #ftrIn p.copy a {
      color: #999999; }
    @media screen and (max-width: 767px) {
      #ftrIn p.copy {
        text-align: center; } }

/*--------------------------------------------------------------------
   mainTitle
---------------------------------------------------------------------*/
#mainTitle {
  width: 100%;
  padding-top: 425px;
  margin-bottom: 40px;
  background: url("../images/bg_maintitle.svg") center bottom no-repeat;
  background-size: 100% auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #mainTitle {
      padding-top: 35.4167%;
      margin-bottom: 3.3333%; } }
  @media screen and (max-width: 767px) {
    #mainTitle {
      padding-top: 64%;
      margin-bottom: 8%;
      background: url("../images/bg_maintitle_sp.svg") center center no-repeat;
      background-size: 130% auto; } }
  #mainTitle h1,
  #mainTitle .pageTitle {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    transform: translateY(-50%);
    text-align: center;
    font-size: clamp(30px, 3.846vw, 50px);
    color: var(--pointCl01);
    transform: translateY(50%); }
    #mainTitle h1 span,
    #mainTitle .pageTitle span {
      display: block;
      margin-top: 10px;
      font-size: clamp(12px, 1.231vw, 16px); }

/*--------------------------------------------------------------------
   container
---------------------------------------------------------------------*/
#container {
  overflow: hidden; }
  #container.second {
    padding-bottom: 70px; }
    #container.second section {
      padding-bottom: 90px; }
    @media screen and (min-width: 768px) and (max-width: 1299px) {
      #container.second {
        padding-bottom: 5.8333%; }
        #container.second section {
          padding-bottom: 7.5%; } }
    @media screen and (max-width: 767px) {
      #container.second {
        padding-bottom: 13.3333%; }
        #container.second section {
          padding-bottom: 13.3333%; } }

/* 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(16px, 1.385vw, 18px);
  line-height: calc(38/18);
  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(66/30) !important;
      text-align: left; } }
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;
  width: 380px;
  max-width: 100%;
  height: 100%;
  color: #fff;
  background-color: #0b6a0d; }

.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; }

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -100%;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

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

.drawer--right.drawer-open .drawer-hamburger {
  /*right: 16.25rem;*/ }

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 99999;
  top: 0;
  display: block;
  box-sizing: border-box;
  width: 47px;
  height: 47px;
  padding: 0 15px;
  background-color: #0b6a0d;
  -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;
  border-radius: 50vw;
  margin-top: calc((120px - 47px)/2);
  margin-right: 3.5714%; }
  @media screen and (max-width: 767px) {
    .drawer-hamburger {
      width: calc(54px * 0.6);
      height: calc(54px * 0.6);
      padding: 0 calc(15px * 0.6);
      margin-top: calc((65px - 54px * 0.6)/2);
      margin-right: 20px; } }

.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: #fff; }

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

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -3px;
  left: 0;
  content: ' '; }
  @media screen and (max-width: 767px) {
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
      top: -2px; } }

.drawer-hamburger-icon:after {
  top: 3px; }
  @media screen and (max-width: 767px) {
    .drawer-hamburger-icon:after {
      top: 2px; } }

.drawer-open .drawer-hamburger {
  position: fixed;
  background-color: #fff; }

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

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
  background-color: var(--txBody); }

.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: 1099px) {
  .drawer-hamburger {
    display: block; }

  header nav {
    display: none; } }
/*--------------------------------------------------------------------
   menu
---------------------------------------------------------------------*/
.spNav {
  padding-top: 120px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px; }
  .spNav a {
    color: #fff; }
  .spNav ul {
    border-top: #219023 1px solid;
    text-align: center; }
    .spNav ul li {
      border-bottom: #219023 1px solid;
      font-size: 1.6rem; }
      .spNav ul li a {
        display: block;
        padding: calc(50 / 30 * 1em) 0; }
  @media screen and (max-width: 767px) {
    .spNav {
      padding-top: calc((var(--hdrHsp)) + 30px);
      padding-left: 20px;
      padding-right: 20px; }
      .spNav ul li {
        font-size: 1.5rem; } }

/* -----------------------------------------
toppage
----------------------------------------- */
/*mainimage
------------------------------------------------------*/
#mainImage {
  margin-bottom: 70px;
  padding-top: 795px;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  #mainImage #mainPhoto {
    width: 840px;
    padding-top: 795px;
    background: url("../images/top/main.jpg") center center no-repeat;
    background-size: cover;
    border-radius: 0 0 0 var(--kadomaruM);
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    margin-left: auto;
    margin-bottom: auto;
    animation: fadeIn 2s ease 0s 1 both;
    opacity: 0;
    z-index: 1; }
  #mainImage #mainTxt {
    max-width: calc(100% - 60px);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    animation: fadeIn 2s ease 1s 1 both;
    opacity: 0;
    z-index: 2; }
    #mainImage #mainTxt img {
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
      #mainImage #mainTxt img.img01 {
        width: 25%;
        margin-top: 22.5%; }
      #mainImage #mainTxt img.img02 {
        width: 27.5%;
        margin-top: 43.9167%; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #mainImage {
      margin-bottom: 5%;
      padding-top: 56.7857%; }
      #mainImage #mainPhoto {
        width: 60%;
        padding-top: 56.7857%; }
      #mainImage #mainTxt img {
        margin-left: 40px; } }
  @media screen and (max-width: 767px) {
    #mainImage {
      margin-top: var(--hdrHsp);
      margin-bottom: 13.3333%;
      padding-top: 82.6667%; }
      #mainImage #mainPhoto {
        width: 100%;
        padding-top: 82.6667%;
        background-image: url("../images/top/main_sp.jpg");
        border-radius: 0; }
      #mainImage #mainTxt {
        width: 74.6269%;
        max-width: 100%;
        margin: 0 auto;
        position: relative; }
        #mainImage #mainTxt img {
          margin-left: auto;
          margin-right: auto;
          position: relative; }
          #mainImage #mainTxt img.img01 {
            width: 80%;
            margin-top: 14.6667%; }
          #mainImage #mainTxt img.img02 {
            width: 100%;
            margin-top: 6.6667%; } }

/*container
------------------------------------------------------*/
#container.toppage #top--news {
  padding: 30px 50px; }
  #container.toppage #top--news .inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #container.toppage #top--news .inner .tit {
      width: 120px;
      text-align: left;
      border-right: var(--pointCl01) 1px solid;
      color: var(--pointCl01);
      font-size: 3rem; }
    #container.toppage #top--news .inner .list {
      flex: 1;
      padding-left: 45px;
      text-align: left; }
      #container.toppage #top--news .inner .list span.date {
        display: inline-block;
        margin-right: 25px;
        color: var(--pointCl01);
        text-align: left;
        font-size: clamp(15px, 1.231vw, 16px);
        line-height: 28px; }
      #container.toppage #top--news .inner .list p {
        display: inline-block;
        font-size: clamp(16px, 1.308vw, 17px);
        line-height: 28px; }
        #container.toppage #top--news .inner .list p a:hover {
          text-decoration: underline; }
    #container.toppage #top--news .inner .btn {
      width: 125px;
      padding-left: 25px;
      position: relative; }
      #container.toppage #top--news .inner .btn::before {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 50vw;
        background-color: var(--pointCl01);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto auto auto 0; }
      #container.toppage #top--news .inner .btn a {
        display: inline-block;
        overflow: hidden;
        position: relative;
        transition: all var(--trTime);
        line-height: 30px;
        white-space: nowrap;
        color: var(--pointCl01);
        font-size: 2.4rem;
        transform: translateY(-2px); }
        #container.toppage #top--news .inner .btn a::after {
          position: absolute;
          bottom: 0;
          left: 0;
          content: '';
          width: 100%;
          height: 1px;
          background: var(--pointCl01);
          transform-origin: right top;
          transform: scale(0, 1);
          transition: transform .3s;
          z-index: 1000; }
        #container.toppage #top--news .inner .btn a:hover::after {
          transform: scale(1, 1);
          transform-origin: left top; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--news {
      padding: 40px 20px; }
      #container.toppage #top--news .inner {
        display: block; }
        #container.toppage #top--news .inner .tit {
          margin-bottom: 20px;
          width: auto;
          text-align: center;
          border-right: none;
          font-size: 3rem; }
        #container.toppage #top--news .inner .list {
          padding-left: 0; }
          #container.toppage #top--news .inner .list span.date {
            display: block; }
        #container.toppage #top--news .inner .btn {
          width: auto;
          margin-top: 30px;
          padding-left: 0; }
          #container.toppage #top--news .inner .btn::before {
            display: none; }
          #container.toppage #top--news .inner .btn a {
            display: block;
            width: 184px;
            height: 44px;
            margin: 0 auto;
            border: var(--pointCl01) 1px solid;
            border-radius: 50vw;
            font-size: 1.7rem;
            line-height: 43px;
            transform: translateY(0);
            position: relative; }
            #container.toppage #top--news .inner .btn a::before {
              content: "";
              display: block;
              width: 7px;
              height: 7px;
              background-color: var(--pointCl01);
              border-radius: 50vw;
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              margin: auto 0 auto auto;
              margin-right: 20px; }
            #container.toppage #top--news .inner .btn a::after {
              display: none; } }

#container.toppage #top--message {
  padding-top: 90px;
  padding-bottom: 80px;
  position: relative;
  z-index: 10; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #container.toppage #top--message {
      padding-top: 7.5%;
      padding-bottom: 6.6667%; } }
  #container.toppage #top--message span.img01,
  #container.toppage #top--message span.img02 {
    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;
    height: auto;
    position: absolute;
    left: 50%; }
  #container.toppage #top--message span.img01 {
    width: 22.6667%;
    padding-top: 12.4167%;
    background-image: url("../images/pic_01.svg");
    top: 0;
    margin-top: 6.9167%;
    margin-left: 21.3333%; }
  #container.toppage #top--message span.img02 {
    width: 28.25%;
    padding-top: 28.6667%;
    background-image: url("../images/pic_02.svg");
    bottom: 0;
    margin-bottom: 2.5%;
    margin-left: -60.8333%; }
  #container.toppage #top--message h3 {
    text-align: center;
    font-size: clamp(20px, 2.308vw, 30px);
    font-weight: 500;
    margin-bottom: 30px; }
  #container.toppage #top--message p {
    text-align: center;
    line-height: calc(44/18); }
  #container.toppage #top--message .btn {
    margin-top: 40px; }
    #container.toppage #top--message .btn a {
      margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--message {
      padding-top: 18%;
      padding-bottom: 52.6667%; }
      #container.toppage #top--message span.img01 {
        width: 43.2%;
        padding-top: 23.8667%;
        margin-top: 14%;
        margin-left: 20%; }
      #container.toppage #top--message span.img02 {
        width: 52.9333%;
        padding-top: 53.3333%;
        margin-bottom: -9.3333%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto; }
      #container.toppage #top--message h3 {
        margin-bottom: 20px; }
      #container.toppage #top--message p {
        font-size: 1.6rem;
        line-height: calc(66/30) !important;
        text-align: left; }
      #container.toppage #top--message .btn {
        margin-top: 20px; } }

#container.toppage #top--about {
  position: relative;
  z-index: 5; }
  #container.toppage #top--about .wrapBoxC h2 + p {
    text-align: center;
    margin-bottom: 6.3636%; }
  #container.toppage #top--about .wrapBoxC .inner + .inner {
    margin-top: 3.6364%; }
  #container.toppage #top--about .wrapBoxC .inner {
    display: block; }
    #container.toppage #top--about .wrapBoxC .inner::after, #container.toppage #top--about .wrapBoxC .inner::before {
      content: "";
      display: block;
      clear: both; }
    #container.toppage #top--about .wrapBoxC .inner .imgBox {
      width: 32.7273%;
      float: left;
      position: relative;
      z-index: 5; }
    #container.toppage #top--about .wrapBoxC .inner .txtBox {
      width: 62.7273%;
      float: right;
      position: relative; }
      #container.toppage #top--about .wrapBoxC .inner .txtBox span.num {
        display: block;
        width: calc(133/690 * 100%);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        margin-top: calc(-23/690 * 100%);
        margin-left: calc(-67/690 * 100%); }
        #container.toppage #top--about .wrapBoxC .inner .txtBox span.num img {
          display: block;
          width: 100%; }
      #container.toppage #top--about .wrapBoxC .inner .txtBox h3, #container.toppage #top--about .wrapBoxC .inner .txtBox p {
        position: relative;
        z-index: 2; }
      #container.toppage #top--about .wrapBoxC .inner .txtBox h3 {
        margin: 10px 0 20px;
        font-size: clamp(20px, 2.308vw, 30px);
        text-align: left;
        color: var(--pointCl01); }
    #container.toppage #top--about .wrapBoxC .inner#topabout02 .imgBox {
      float: right; }
    #container.toppage #top--about .wrapBoxC .inner#topabout02 .txtBox {
      float: left; }
      #container.toppage #top--about .wrapBoxC .inner#topabout02 .txtBox span.num {
        width: calc(140/690 * 100%);
        left: auto;
        right: 0;
        margin-top: calc(-26/690 * 100%);
        margin-right: calc(-63/690 * 100%);
        margin-left: auto; }
    #container.toppage #top--about .wrapBoxC .inner#topabout03 .txtBox span.num {
      width: calc(142/690 * 100%); }
  #container.toppage #top--about .wrapBoxC .btn {
    margin-top: 6.3636%; }
    #container.toppage #top--about .wrapBoxC .btn a {
      margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--about .wrapBoxC h2 + p {
      text-align: left;
      margin-bottom: 10.4478%; }
    #container.toppage #top--about .wrapBoxC .inner + .inner {
      margin-top: 10.4478%; }
    #container.toppage #top--about .wrapBoxC .inner {
      display: block; }
      #container.toppage #top--about .wrapBoxC .inner::after, #container.toppage #top--about .wrapBoxC .inner::before {
        content: "";
        display: block;
        clear: both; }
      #container.toppage #top--about .wrapBoxC .inner .imgBox {
        width: auto;
        float: none;
        margin: 0 auto;
        width: 74.6269%;
        margin: 0 auto; }
      #container.toppage #top--about .wrapBoxC .inner .txtBox {
        width: auto;
        float: none;
        margin: 0 auto;
        padding-top: 25px; }
        #container.toppage #top--about .wrapBoxC .inner .txtBox span.num {
          width: 20%;
          left: 50%;
          margin-top: -2.0896%;
          margin-left: 26.5672%; }
        #container.toppage #top--about .wrapBoxC .inner .txtBox h3 {
          font-size: 2.4rem;
          text-align: center;
          line-height: calc(52/40); }
      #container.toppage #top--about .wrapBoxC .inner#topabout02 .imgBox {
        float: none; }
      #container.toppage #top--about .wrapBoxC .inner#topabout02 .txtBox {
        float: none; }
        #container.toppage #top--about .wrapBoxC .inner#topabout02 .txtBox span.num {
          width: 20.8955%;
          left: 50%;
          right: auto;
          margin-top: -2.8358%;
          margin-right: auto;
          margin-left: 28.6567%; }
      #container.toppage #top--about .wrapBoxC .inner#topabout03 .txtBox span.num {
        width: 20.8955%;
        margin-top: 2.8358%; }
    #container.toppage #top--about .wrapBoxC .btn {
      margin-top: 10.4478%; } }

#container.toppage #top--profile {
  padding-top: 130px;
  padding-bottom: 90px;
  position: relative; }
  #container.toppage #top--profile::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;
    width: 266px;
    height: auto;
    padding-top: 147px;
    background-image: url("../images/pic_01.svg");
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: 30px;
    margin-left: -665px;
    z-index: -1; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #container.toppage #top--profile {
      padding-top: 10.8333%;
      padding-bottom: 7.5%; }
      #container.toppage #top--profile::before {
        width: 22.1667%;
        padding-top: 12.25%;
        margin-top: 2.5%;
        margin-left: -55.4167%; } }
  #container.toppage #top--profile .inner {
    display: grid;
    grid-template-columns: 420fr 660fr;
    grid-template-rows: auto auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px; }
    #container.toppage #top--profile .inner .titBox {
      grid-area: 1 / 2 / 2 / 3; }
    #container.toppage #top--profile .inner .imgBox {
      grid-area: 1 / 1 / 3 / 2; }
    #container.toppage #top--profile .inner .txtBox {
      grid-area: 2 / 2 / 3 / 3; }
    #container.toppage #top--profile .inner .titBox {
      padding-left: calc(65/660 * 100%); }
      #container.toppage #top--profile .inner .titBox h2 {
        text-align: left; }
    #container.toppage #top--profile .inner .txtBox {
      padding-left: calc(65/660 * 100%); }
      #container.toppage #top--profile .inner .txtBox .btn {
        margin-top: calc(40/660 * 100%); }
        #container.toppage #top--profile .inner .txtBox .btn a {
          margin-left: auto; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--profile {
      padding-top: 17.3333%;
      padding-bottom: 16%; }
      #container.toppage #top--profile::before {
        width: 35.4667%;
        padding-top: 19.6%;
        margin-top: 4.9333%;
        margin-left: -50.6667%; }
      #container.toppage #top--profile .inner {
        display: block; }
        #container.toppage #top--profile .inner .titBox {
          padding-left: 0; }
          #container.toppage #top--profile .inner .titBox h2 {
            text-align: center; }
        #container.toppage #top--profile .inner .imgBox {
          width: 74.6269%;
          margin: 40px auto; }
        #container.toppage #top--profile .inner .txtBox {
          padding-left: 0; }
          #container.toppage #top--profile .inner .txtBox .btn {
            margin-top: 30px; }
            #container.toppage #top--profile .inner .txtBox .btn a {
              margin: 0 auto; } }

#container.toppage #top--blog {
  padding-bottom: 90px; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #container.toppage #top--blog {
      padding-bottom: 7.5%; } }
  @media screen and (max-width: 767px) {
    #container.toppage #top--blog {
      padding-bottom: 21.3333%; } }
  #container.toppage #top--blog .btn {
    margin-top: 0; }
    #container.toppage #top--blog .btn a {
      margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--blog h2 {
      margin-bottom: 30px; } }

/* -----------------------------------------
local
----------------------------------------- */
/*message
------------------------------------------------------*/
#container.second.message #message--lead p {
  text-align: center;
  line-height: calc(44/18); }
@media screen and (max-width: 767px) {
  #container.second.message #message--lead p {
    font-size: 1.6rem;
    line-height: calc(66/30) !important;
    text-align: left; } }
#container.second.message #message--detail .inner + h3,
#container.second.message #message--detail p + .inner {
  margin-top: 5.4545%; }
#container.second.message #message--detail .inner + p {
  margin-top: 30px; }
#container.second.message #message--detail .bdBox ul {
  text-align: left; }
  #container.second.message #message--detail .bdBox ul li {
    display: inline-block;
    padding-right: 1.5em;
    margin-right: 0.5em;
    position: relative; }
    #container.second.message #message--detail .bdBox ul li::before {
      content: "／";
      display: block;
      position: absolute;
      top: 0;
      right: 0; }
@media screen and (max-width: 767px) {
  #container.second.message #message--detail .inner + h3,
  #container.second.message #message--detail p + .inner {
    margin-top: 5.4545%; }
  #container.second.message #message--detail .inner + p {
    margin-top: 30px; }
  #container.second.message #message--detail .bdBox {
    margin-bottom: 60px; }
    #container.second.message #message--detail .bdBox ul {
      text-align: left; }
      #container.second.message #message--detail .bdBox ul li {
        display: inline;
        padding-right: 0;
        margin-right: 0.5em;
        position: relative; }
        #container.second.message #message--detail .bdBox ul li::before {
          display: none; }
        #container.second.message #message--detail .bdBox ul li::after {
          content: "／";
          margin-left: 0.5em; } }

/*profile
------------------------------------------------------*/
#container.second.profile #profile--detail {
  display: block; }
  #container.second.profile #profile--detail::after, #container.second.profile #profile--detail::before {
    content: "";
    display: block;
    clear: both; }
  #container.second.profile #profile--detail .imgBox {
    width: 32.7273%;
    float: left; }
  #container.second.profile #profile--detail .txtBox {
    width: 63.6364%;
    float: right; }
    #container.second.profile #profile--detail .txtBox .name {
      text-align: left;
      color: var(--pointCl01);
      font-size: clamp(26px, 2.769vw, 36px);
      font-weight: 500;
      margin-bottom: 20px; }
      #container.second.profile #profile--detail .txtBox .name span {
        display: inline-block;
        margin-left: 1em;
        font-size: clamp(20px, 1.846vw, 24px);
        font-weight: 500; }
  @media screen and (max-width: 767px) {
    #container.second.profile #profile--detail .imgBox {
      width: auto;
      float: none;
      margin: 0 auto;
      width: 74.6269%;
      margin-bottom: 30px; }
    #container.second.profile #profile--detail .txtBox {
      width: auto;
      float: none;
      margin: 0 auto; }
      #container.second.profile #profile--detail .txtBox .name {
        text-align: center; }
        #container.second.profile #profile--detail .txtBox .name span {
          display: block;
          margin-left: 0;
          margin-top: 10px; } }
#container.second.profile #profile--history table {
  margin-bottom: 9.0909%;
  table-layout: fixed;
  vertical-align: middle; }
  #container.second.profile #profile--history table th {
    width: 190px;
    text-align: left;
    color: var(--pointCl01);
    font-size: clamp(26px, 2.308vw, 30px);
    vertical-align: middle; }
    #container.second.profile #profile--history table th span {
      font-size: calc(24/30 * 100%); }
  #container.second.profile #profile--history table td {
    vertical-align: middle; }
#container.second.profile #profile--history .bdBox h3 {
  margin-bottom: 0; }
#container.second.profile #profile--history .bdBox dl dt {
  text-align: left;
  color: var(--pointCl01);
  font-size: clamp(26px, 2.308vw, 30px); }
  #container.second.profile #profile--history .bdBox dl dt span {
    font-size: calc(24/30 * 1em); }

/*about
------------------------------------------------------*/
#container.second.about #about--lead h2 {
  margin-bottom: 3.6364%; }
#container.second.about #about--lead p {
  text-align: center;
  line-height: calc(44/18); }
@media screen and (max-width: 767px) {
  #container.second.about #about--lead h2 {
    margin-bottom: 20px; }
  #container.second.about #about--lead p {
    font-size: 1.6rem;
    line-height: calc(66/30) !important;
    text-align: left; } }
#container.second.about .about--detail .titBox {
  margin-bottom: 3.6364%;
  text-align: left; }
  #container.second.about .about--detail .titBox span.num {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px; }
    #container.second.about .about--detail .titBox span.num img {
      display: block;
      height: 47px; }
  #container.second.about .about--detail .titBox h2 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }
    #container.second.about .about--detail .titBox h2 span {
      display: block;
      font-size: calc(18/30 * 100%); }
#container.second.about .about--detail .inner hr {
  width: 30px;
  border-color: var(--pointCl01);
  margin-right: auto; }
#container.second.about .about--detail .inner hr + p {
  margin-top: 30px; }
@media screen and (max-width: 767px) {
  #container.second.about .about--detail .titBox {
    margin-bottom: 20px; }
    #container.second.about .about--detail .titBox span.num {
      margin-right: 15px; }
      #container.second.about .about--detail .titBox span.num img {
        height: 30px; }
    #container.second.about .about--detail .titBox h2 {
      font-size: 2.4rem; }
  #container.second.about .about--detail .inner hr + p {
    margin-top: 20px; } }
#container.second.about #about--price h2 {
  margin-bottom: 3.6364%; }
#container.second.about #about--price .inner {
  display: flex;
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
  gap: 0 30px; }
  #container.second.about #about--price .inner .item {
    flex-basis: calc((100% - 60px) / 3);
    background-color: #fff;
    border-radius: var(--kadomaruS);
    padding: 20px; }
    #container.second.about #about--price .inner .item dl {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      #container.second.about #about--price .inner .item dl dt, #container.second.about #about--price .inner .item dl dd {
        text-align: center;
        color: var(--pointCl01);
        line-height: calc(38/28) !important;
        font-size: clamp(20px, 2.154vw, 28px); }
      #container.second.about #about--price .inner .item dl dt {
        font-size: clamp(18px, 1.846vw, 24px); }
      #container.second.about #about--price .inner .item dl dd {
        font-size: clamp(18px, 2.154vw, 28px);
        padding-top: 20px; }
#container.second.about #about--price ul,
#container.second.about #about--price ul + p {
  width: 1040px;
  max-width: 100%;
  margin: 40px auto 0; }
#container.second.about #about--price ul + p a {
  display: inline-block;
  color: var(--pointCl01);
  position: relative; }
  #container.second.about #about--price ul + p a::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--pointCl01);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: var(--trTime); }
  #container.second.about #about--price ul + p a:hover::after {
    opacity: 0; }
@media screen and (max-width: 767px) {
  #container.second.about #about--price h2 {
    margin-bottom: 20px; }
  #container.second.about #about--price .inner {
    display: block; }
    #container.second.about #about--price .inner .item {
      border-radius: var(--kadomaruSsp);
      width: 74.6269%;
      margin: 0 auto 20px; }
      #container.second.about #about--price .inner .item dl dd {
        padding-top: 10px; }
  #container.second.about #about--price ul,
  #container.second.about #about--price ul + p {
    margin: 40px auto 0; } }
#container.second.about #about--flow {
  padding-top: 90px; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #container.second.about #about--flow {
      padding-top: 8.1818%; } }
  #container.second.about #about--flow .inner {
    width: 820px;
    max-width: 100%;
    margin: 0 auto 5.4545%;
    display: block; }
    #container.second.about #about--flow .inner::after, #container.second.about #about--flow .inner::before {
      content: "";
      display: block;
      clear: both; }
    #container.second.about #about--flow .inner#flow03 {
      margin-bottom: 0; }
    #container.second.about #about--flow .inner .imgBox {
      width: 150px;
      float: left; }
      #container.second.about #about--flow .inner .imgBox div {
        border: var(--pointCl01) 1px solid;
        border-radius: 50vw;
        padding-top: 100%;
        position: relative; }
        #container.second.about #about--flow .inner .imgBox div img {
          width: calc(59/150 * 100%);
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto; }
    #container.second.about #about--flow .inner .txtBox {
      width: calc(100% - 185px);
      float: right; }
      #container.second.about #about--flow .inner .txtBox h3 span {
        display: inline-block;
        margin-right: 10px;
        font-size: clamp(20px, 2.308vw, 30px); }
      #container.second.about #about--flow .inner .txtBox p {
        margin-top: 15px; }
        #container.second.about #about--flow .inner .txtBox p a {
          display: inline-block;
          color: var(--txBody);
          position: relative; }
          #container.second.about #about--flow .inner .txtBox p a::after {
            content: "";
            display: block;
            height: 1px;
            width: 100%;
            background-color: var(--txBody);
            position: absolute;
            bottom: 0;
            left: 0;
            transition: var(--trTime); }
          #container.second.about #about--flow .inner .txtBox p a:hover::after {
            opacity: 0; }
    #container.second.about #about--flow .inner#flow01 .imgBox div img {
      width: calc(50/150 * 100%); }
  @media screen and (max-width: 767px) {
    #container.second.about #about--flow {
      padding-top: 12%; }
      #container.second.about #about--flow .inner {
        width: 820px;
        max-width: 100%;
        margin: 0 auto 5.4545%; }
        #container.second.about #about--flow .inner#flow03 {
          margin-bottom: 0; }
        #container.second.about #about--flow .inner .imgBox {
          width: auto;
          float: none;
          margin: 0 auto;
          width: 100px;
          margin: 0 auto 10px; }
        #container.second.about #about--flow .inner .txtBox {
          width: auto;
          float: none;
          margin: 0 auto; }
          #container.second.about #about--flow .inner .txtBox h3 {
            text-align: center; }
          #container.second.about #about--flow .inner .txtBox p {
            margin-top: 10px; } }
#container.second.about #about--place .inner {
  display: block; }
  #container.second.about #about--place .inner::after, #container.second.about #about--place .inner::before {
    content: "";
    display: block;
    clear: both; }
  #container.second.about #about--place .inner .txtBox {
    width: 58.1818%;
    padding-left: 4.5455%;
    float: left; }
  #container.second.about #about--place .inner .imgBox {
    width: 38.6364%;
    float: right; }
    #container.second.about #about--place .inner .imgBox img {
      width: 300px;
      max-width: 100%;
      margin-left: auto; }
@media screen and (max-width: 767px) {
  #container.second.about #about--place .inner .txtBox {
    width: auto;
    float: none;
    margin: 0 auto;
    padding-left: 0;
    padding-bottom: 30px; }
  #container.second.about #about--place .inner .imgBox {
    width: auto;
    float: none;
    margin: 0 auto; }
    #container.second.about #about--place .inner .imgBox img {
      width: 59.7015%;
      margin: 0 auto; } }

/*contact
------------------------------------------------------*/
#container.second.contact #contact--lead,
#container.second.thanks #contact--lead {
  padding-bottom: 60px; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #container.second.contact #contact--lead,
    #container.second.thanks #contact--lead {
      padding-bottom: 5%; } }
  #container.second.contact #contact--lead h2,
  #container.second.thanks #contact--lead h2 {
    text-align: center; }
  #container.second.contact #contact--lead * + h2,
  #container.second.thanks #contact--lead * + h2 {
    margin-top: 6%; }
  #container.second.contact #contact--lead p.leadTxt,
  #container.second.thanks #contact--lead p.leadTxt {
    text-align: center;
    line-height: calc(44/18); }
    @media screen and (max-width: 767px) {
      #container.second.contact #contact--lead p.leadTxt,
      #container.second.thanks #contact--lead p.leadTxt {
        text-align: left; } }
  #container.second.contact #contact--lead p span.mail,
  #container.second.thanks #contact--lead p span.mail {
    display: inline-block;
    width: 12em;
    margin: 0 0.25em;
    vertical-align: middle; }
  #container.second.contact #contact--lead p a,
  #container.second.contact #contact--lead li a,
  #container.second.thanks #contact--lead p a,
  #container.second.thanks #contact--lead li a {
    display: inline-block;
    color: var(--txBody);
    position: relative; }
    #container.second.contact #contact--lead p a::after,
    #container.second.contact #contact--lead li a::after,
    #container.second.thanks #contact--lead p a::after,
    #container.second.thanks #contact--lead li a::after {
      content: "";
      display: block;
      height: 1px;
      width: 100%;
      background-color: var(--txBody);
      position: absolute;
      bottom: 0;
      left: 0;
      transition: var(--trTime); }
    #container.second.contact #contact--lead p a:hover::after,
    #container.second.contact #contact--lead li a:hover::after,
    #container.second.thanks #contact--lead p a:hover::after,
    #container.second.thanks #contact--lead li a:hover::after {
      opacity: 0; }
  #container.second.contact #contact--lead .bdBox p,
  #container.second.thanks #contact--lead .bdBox p {
    color: #666666;
    font-size: clamp(15px, 1.308vw, 17px); }

/*privacy
------------------------------------------------------*/
#container.second.privacy section h2 {
  margin-bottom: 20px;
  text-align: left;
  font-size: clamp(18px, 1.846vw, 24px);
  line-height: 1.5;
  font-weight: 500; }
#container.second.privacy section * + h2 {
  margin-top: 50px; }
#container.second.privacy section ul {
  margin-top: 0; }
#container.second.privacy section ul.att {
  margin-top: 0; }
#container.second.privacy section ol {
  margin-top: 0; }
#container.second.privacy section p {
  word-break: break-all; }
#container.second.privacy section * a {
  display: inline-block;
  color: var(--txBody);
  position: relative; }
  #container.second.privacy section * a::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--txBody);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: var(--trTime); }
  #container.second.privacy section * a:hover::after {
    opacity: 0; }

/*----------------------------------------------------------
Variables
-----------------------------------------------------------*/
/*----------------------------------------------------------
thumbnail img 
-----------------------------------------------------------*/
/* -----------------------------------------
list
----------------------------------------- */
#container.news section#newsDetail .newsTitle div.sub, #container .cBlogList li .sub, #container.blog #blogDetail .blogTitle .txtBox div.sub {
  text-align: left; }
  #container.news section#newsDetail .newsTitle div.sub span, #container .cBlogList li .sub span, #container.blog #blogDetail .blogTitle .txtBox div.sub span {
    display: inline-block;
    text-align: left;
    margin-right: 15px;
    font-size: 15px;
    line-height: 26px;
    color: #50a716; }

/*-----------------------------------------------------
wp-pagenavi
--------------------------------------------------------*/
/*--functions版--*/
#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: 54px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 52px;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      #container nav.navigation.pagination .nav-links span,
      #container nav.navigation.pagination .nav-links a {
        width: 35.1px;
        line-height: 33.8px;
        font-size: 11px; } }
  #container nav.navigation.pagination .nav-links .page_num {
    display: none; }
  #container nav.navigation.pagination .nav-links a:hover {
    background-color: #666666;
    border-color: #666;
    color: #fff; }
  #container nav.navigation.pagination .nav-links .extend {
    border: none; }
  #container nav.navigation.pagination .nav-links .current {
    color: #fff;
    border-color: #333333;
    background-color: #333333; }
  #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 {
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 0 10px; }
#container .pageNav ul li {
  flex-basis: 100px;
  height: 40px; }
#container .pageNav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--txBody);
  line-height: 40px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600; }
  #container .pageNav ul li a:hover {
    text-decoration: underline; }
#container .pageNav ul li.prev a {
  padding-left: 20px;
  text-align: left;
  position: relative; }
  #container .pageNav ul li.prev 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;
    width: 8px;
    height: 12px;
    background-image: url("../images/prev.svg");
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto 0; }
#container .pageNav ul li.next a {
  padding-right: 20px;
  text-align: right;
  position: relative; }
  #container .pageNav ul li.next 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;
    width: 8px;
    height: 12px;
    background-image: url("../images/next.svg");
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 0 auto auto; }
@media screen and (max-width: 767px) {
  #container .pageNav ul li a {
    font-size: 1.8rem; }
  #container .pageNav ul li.prev a {
    padding-left: 15px; }
    #container .pageNav ul li.prev a::before {
      width: 4px;
      height: 6px; }
  #container .pageNav ul li.next a {
    padding-right: 15px; }
    #container .pageNav ul li.next a::before {
      width: 4px;
      height: 6px; } }

/* -----------------------------------------
Index
----------------------------------------- */
#container.news section#newsIndex ul {
  border-top: var(--lineCl01) 1px solid;
  margin-bottom: 10%; }
  #container.news section#newsIndex ul li {
    border-bottom: var(--lineCl01) 1px solid; }
    #container.news section#newsIndex ul li a {
      display: block;
      padding: 30px 15px;
      text-align: left;
      position: relative; }
      #container.news section#newsIndex ul li 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;
        width: 3%;
        height: auto;
        padding-top: 3%;
        background-image: url("../images/ico_arrow_01.svg");
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto 0 auto auto;
        margin-right: 15px; }
      #container.news section#newsIndex ul li a:hover {
        background-color: #f0f5ea; }
      #container.news section#newsIndex ul li a span.date {
        display: inline-block;
        margin-right: 25px;
        color: var(--pointCl01);
        text-align: left;
        font-size: clamp(15px, 1.231vw, 16px);
        line-height: 28px; }
      #container.news section#newsIndex ul li a p {
        display: inline-block;
        font-size: clamp(16px, 1.308vw, 17px);
        line-height: 28px;
        padding-right: 50px; }
@media screen and (max-width: 767px) {
  #container.news section#newsIndex ul {
    margin-bottom: 14.9254%; }
    #container.news section#newsIndex ul li a {
      padding: 20px 5px; }
      #container.news section#newsIndex ul li a::before {
        width: 20px;
        padding-top: 20px; } }

/* -----------------------------------------
detail
----------------------------------------- */
#container.news section#newsDetail {
  padding-bottom: 30px; }
  #container.news section#newsDetail .newsTitle {
    border-bottom: var(--txBody) 1px solid;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    #container.news section#newsDetail .newsTitle div.sub {
      margin-bottom: 10px; }
    #container.news section#newsDetail .newsTitle h1 {
      margin-bottom: 0;
      text-align: left;
      font-size: clamp(26px, 2.308vw, 30px);
      line-height: calc(50 / 30);
      font-weight: 500; }

/* -----------------------------------------
list
----------------------------------------- */
#container .cBlogList {
  margin-top: 0 !important;
  overflow: hidden; }
  #container .cBlogList li {
    width: 30%;
    float: left;
    margin-right: 5%;
    padding-bottom: 4.1667%; }
    #container .cBlogList li:nth-child(3n) {
      margin-right: 0; }
    #container .cBlogList li > a .img {
      padding-top: 55.5555555556%;
      position: relative;
      overflow: hidden; }
      #container .cBlogList li > a .img img {
        object-fit: cover;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        transition: all 0.5s; }
    #container .cBlogList li > a:hover .img img {
      transform: scale(1.15); }
    #container .cBlogList li .sub {
      margin-top: 10px;
      margin-bottom: 10px; }
    #container .cBlogList li p {
      margin-top: 0;
      font-size: clamp(16px, 1.462vw, 19px);
      line-height: calc(36 / 19); }
      #container .cBlogList li p a {
        text-decoration: none; }
      #container .cBlogList li p a:hover {
        text-decoration: underline;
        color: var(--txBody); }

@media screen and (max-width: 767px) {
  #container .cBlogList {
    max-width: 350px;
    margin: 0 auto; }
    #container .cBlogList li {
      width: auto;
      float: none;
      margin: 0 auto;
      margin-bottom: 30px; }
      #container .cBlogList li .sub {
        margin-bottom: 0; } }
/* -----------------------------------------
Index
----------------------------------------- */
#container.blog #categoryList {
  padding-bottom: 90px; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #container.blog #categoryList {
      padding-bottom: 7.5%; } }
  @media screen and (max-width: 767px) {
    #container.blog #categoryList {
      padding-bottom: 40px; } }
  #container.blog #categoryList ul {
    text-align: center; }
    #container.blog #categoryList ul li {
      display: inline-block;
      margin: 0 0.5em 1em; }
      #container.blog #categoryList ul li a {
        display: inline-block;
        color: var(--pointCl01);
        position: relative;
        color: var(--pointCl01);
        line-height: 1.75;
        font-size: clamp(16px, 1.385vw, 18px); }
        #container.blog #categoryList ul li a::after {
          content: "";
          display: block;
          height: 1px;
          width: 100%;
          background-color: var(--pointCl01);
          position: absolute;
          bottom: 0;
          left: 0;
          transition: var(--trTime);
          opacity: 0; }
        #container.blog #categoryList ul li a:hover::after {
          opacity: 1; }

/*-----------------------------------------------------
detail
--------------------------------------------------------*/
#container.blog #blogDetail .blogTitle {
  border-bottom: var(--txBody) 1px solid;
  padding-bottom: 5%;
  margin-bottom: 30px;
  display: block; }
  #container.blog #blogDetail .blogTitle::after, #container.blog #blogDetail .blogTitle::before {
    content: "";
    display: block;
    clear: both; }
  #container.blog #blogDetail .blogTitle .thumbBox {
    width: 45%;
    float: left; }
  #container.blog #blogDetail .blogTitle .txtBox {
    width: 50%;
    float: right; }
    #container.blog #blogDetail .blogTitle .txtBox div.sub {
      margin-bottom: 10px; }
    #container.blog #blogDetail .blogTitle .txtBox h1 {
      margin-bottom: 10px;
      text-align: left;
      font-size: clamp(26px, 2.308vw, 30px);
      line-height: calc(50 / 30);
      font-weight: 500; }
  @media screen and (max-width: 767px) {
    #container.blog #blogDetail .blogTitle {
      padding-bottom: 5.9701%; }
      #container.blog #blogDetail .blogTitle .thumbBox {
        width: auto;
        float: none;
        margin: 0 auto;
        max-width: 90%;
        margin: 0 auto 30px; }
      #container.blog #blogDetail .blogTitle .txtBox {
        width: auto;
        float: none;
        margin: 0 auto; } }

#container.blog #blogRelation h2 {
  text-align: center; }

/* -- blog parts --*/
#container .post {
  padding-bottom: 8%;
  /*------------
  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(20px, 1.846vw, 24px);
    text-align: left;
    font-weight: 500;
    line-height: 1.75; }
  #container .post h3 {
    margin-bottom: 30px;
    font-size: clamp(18px, 1.692vw, 22px);
    text-align: left;
    font-weight: 500;
    line-height: 1.75; }
  #container .post h4, #container .post h5, #container .post h6 {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
    font-weight: bold;
    line-height: 1.75; }
  #container .post a {
    color: var(--pointCl01);
    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 figure,
  #container .post > img,
  #container .post p img {
    display: block;
    width: 750px;
    max-width: 75%;
    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.077vw, 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; }

/*--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 */
