@charset "UTF-8";
/* -----------------------------------------------------------------------
reset
------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&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;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal; }

body, html {
  font-size: 100%; }

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

*,
*::before,
*::after {
  -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 {
  text-decoration: inherit;
  vertical-align: inherit; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

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

/*----------------------------------------------------------
Properties
-----------------------------------------------------------*/
:root {
  --bgBody: #fff;
  --txBody: #115468;
  --pointCl01:#115468;
  --lineCl01:#ccd8dc;
  --lineCl02:#ccd2dc;
  --lineCl03:#b5c2d8;
  --lineCl04:#c9cfd1;
  --lineCl05:#bab7c5;
  --lineCl06:#d1d6d7;
  --btnCl01:#115468;
  --btnCl01ov:#156077;
  --bgCl01:#f5f5f7;
  --kadomaru:30px;
  --kadomarusp:15px;
  --kadomaruL:100px;
  --kadomaruLsp:50px;
  --kadomaruS:10px;
  --kadomaruSsp:5px;
  --hdrH:110px;
  --hdrHsp:55px;
  --trTime: .5s;
  --spMaxW:350px;
  --overOp:0.85; }

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

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

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

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

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

#ftrBtm,
.wrapBoxW, #container.second #notfound, #ftrContact, #ftrNav, #mainTitle h1,
#mainTitle .pageTitle, #mainImage #mainImageIn,
.wrapBox, #container.second.profile #profile--message .outer, #container.second.profile #profile--profile .outer, #container.second.profile #profile--outline .outer, #container.second section, #container.blog #blogIndex,
#container.blog #blogDetail,
.wrapBoxC, #container.second.contact section,
#container.second.thanks section, #container.second.privacy section,
.wrapBoxS {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 767px) {
    #ftrBtm,
    .wrapBoxW, #container.second #notfound, #ftrContact, #ftrNav, #mainTitle h1,
    #mainTitle .pageTitle, #mainImage #mainImageIn,
    .wrapBox, #container.second.profile #profile--message .outer, #container.second.profile #profile--profile .outer, #container.second.profile #profile--outline .outer, #container.second section, #container.blog #blogIndex,
    #container.blog #blogDetail,
    .wrapBoxC, #container.second.contact section,
    #container.second.thanks section, #container.second.privacy section,
    .wrapBoxS {
      padding-left: 20px;
      padding-right: 20px; } }

#ftrBtm,
.wrapBoxW {
  width: 1260px; }

#container.second #notfound, #ftrContact, #ftrNav, #mainTitle h1,
#mainTitle .pageTitle, #mainImage #mainImageIn,
.wrapBox {
  width: 1200px; }

#container.second.profile #profile--message .outer, #container.second.profile #profile--profile .outer, #container.second.profile #profile--outline .outer, #container.second section, #container.blog #blogIndex,
#container.blog #blogDetail,
.wrapBoxC {
  width: 1120px; }

#container.second.contact section,
#container.second.thanks section, #container.second.privacy section,
.wrapBoxS {
  width: 1000px; }

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

body {
  font-size: 16px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    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: "Zen Kaku Gothic New","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em; }

input {
  font-family: "Zen Kaku Gothic New","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em; }

.font01R,
.font01B, #container.toppage #top--menu .wrapBoxC .inner + h2, #container.toppage #top--blog h2, #container.second.profile #profile--message .outer .titBox h2, #container.second.profile #profile--profile .outer .titBox h2, #container.second.profile #profile--outline .outer .titBox h2, .spNav ul li, #container section .cAccBox dl dt span, header nav ul li a, #ftrContact div.inner .txt p.tit, #ftrNav nav ul li a, #ftrNav nav div.ins a span, #ftrBtm p.link a, #mainTitle h1,
#mainTitle .pageTitle, #container.toppage #top--about h2 span, #container .pageNav ul li a {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em; }

#container.toppage #top--menu .wrapBoxC .inner + h2 span, #container.toppage #top--blog h2 span, #container.second.profile #profile--message .outer .titBox h2 span, #container.second.profile #profile--profile .outer .titBox h2 span, #container.second.profile #profile--outline .outer .titBox h2 span, input[type="checkbox"],
input[type="radio"], header nav ul li.navContact a, #ftrContact div.inner .txt p.tit span, #ftrContact div.inner .btn a, .spNav .btn a,
.fontDef {
  font-family: "Zen Kaku Gothic New","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em; }

.font01R {
  font-weight: 400; }

.font01B {
  font-weight: 700; }

#container.toppage #top--menu .wrapBoxC .inner + h2 span, #container.toppage #top--blog h2 span, #container.second.menu .menu--detail h2, #container.second.contact .formArea h2,
#container.second.thanks .formArea h2, #container.second.menu .menu--detail h3, #container.second.menu #menu--flow h2, #container.second.menu #menu--faq h2, #container.second.profile #profile--message2 h2, #container.second.contact #contact--lead h2,
#container.second.thanks #contact--lead h2, #container.second.profile #profile--message2 h3, #container #blogDetail .recommendBox h2, #container.second.profile #profile--message .outer .titBox h2 span, #container.second.profile #profile--profile .outer .titBox h2 span, #container.second.profile #profile--outline .outer .titBox h2 span, #container section .cAccBox dl dt, #form table td.nittei div.date div.tit, #ftrContact div.inner .txt p.tit span, #ftrNav #ftrInfo p.txt01, #mainImage #mainImageIn .mainTxt p, #container.toppage #top--about h2, #container.toppage #top--menu .wrapBoxC h2, #container.toppage #top--menu .wrapBoxC .inner .txtBox h3, #container.toppage #top--menu .wrapBoxC .linkBox .item a h3, #container.second.menu #menu--lead .bdBox h2, #container.second.menu .menu--detail h4, #container.second.menu .menu--detail dl dt, #container.second.menu .menu--detail .bdBox h4, #container.second.menu #menu--flow .itemBox .txtBox h3, #container.second.profile #profile--message .outer .mainBox h3, #container.second.profile #profile--profile .outer .mainBox dl dt, #container nav.navigation.pagination .nav-links span,
#container nav.navigation.pagination .nav-links a, #container .cBlogList li p, #container.blog #blogIndex .categoryList ul li a,
#container.blog #blogDetail .categoryList ul li a, #container.blog #blogDetail .blogTitle h1 {
  font-weight: 500; }

/* -----------------------------------------
-- 1. bg
-- 2. title
-- 3. text
-- 4. list
-- 5. table
-- 6. btn
-- 7. other
----------------------------------------- */
/*--------------------------------------------------------------------
1. bg
---------------------------------------------------------------------*/
#container.toppage #top--menu, #container.second.menu #menu--flow, .drawer-nav, #container.toppage #top--blog .cBlogList li .sub .cat {
  background: #F6EDFB;
  background: linear-gradient(45deg, #f6edfb 0%, #e8eef9 90%); }

#container.second.profile #profile--message2 {
  background: #F0E1FA;
  background: linear-gradient(45deg, #f0e1fa 0%, #e8eef9 90%); }

#ftrContact {
  background: #AFDCEA;
  background: linear-gradient(45deg, #afdcea 0%, #d7d9fd 100%); }

#container.toppage #top--menu .wrapBoxC .linkBox .item a::before {
  background: #ADDDF3;
  background: linear-gradient(45deg, #adddf3 0%, #ced6f2 100%); }

#container.toppage #top--menu .wrapBoxC .linkBox .item::before {
  background: #C5EAFF;
  background: linear-gradient(45deg, #c5eaff 0%, #d9deff 100%); }

#container.toppage #top--menu, #container.second.menu #menu--flow, #container.second.profile #profile--message2 {
  width: 100%;
  margin: 0 auto;
  border-radius: var(--kadomaruL);
  padding-left: 0;
  padding-right: 0;
  padding-top: 140px;
  padding-bottom: 130px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.toppage #top--menu, #container.second.menu #menu--flow, #container.second.profile #profile--message2 {
      padding-top: 11.6667%;
      padding-bottom: 10.8333%; } }
  @media screen and (max-width: 767px) {
    #container.toppage #top--menu, #container.second.menu #menu--flow, #container.second.profile #profile--message2 {
      border-radius: var(--kadomaruLsp);
      padding-top: 16%;
      padding-bottom: 16%;
      padding-left: 0;
      padding-right: 0; } }

/*kirakira*/
#container.second.profile #profile--message, #container.second.profile #profile--profile, #container.second.menu #menu--faq span.bg, #container.second.profile #profile--outline, #container.second.contact .formArea span.bg,
#container.second.thanks .formArea span.bg, #container.blog .blogBg, #container.second.contact #contact--lead,
#container.second.thanks #contact--lead, #container.second.contact .formArea,
#container.second.thanks .formArea {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative; }
  #container.second.profile #profile--message::before, #container.second.profile #profile--profile::before, #container.second.profile #profile--message::after, #container.second.profile #profile--profile::after, #container.second.menu #menu--faq span.bg::before, #container.second.profile #profile--outline::before, #container.second.contact .formArea span.bg::before,
  #container.second.thanks .formArea span.bg::before, #container.blog .blogBg::before, #container.second.menu #menu--faq span.bg::after, #container.second.profile #profile--outline::after, #container.second.contact .formArea span.bg::after,
  #container.second.thanks .formArea span.bg::after, #container.blog .blogBg::after, #container.second.contact #contact--lead::before,
  #container.second.thanks #contact--lead::before, #container.second.contact #contact--lead::after,
  #container.second.thanks #contact--lead::after, #container.second.contact .formArea::before,
  #container.second.thanks .formArea::before, #container.second.contact .formArea::after,
  #container.second.thanks .formArea::after {
    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; }
#container.second.profile #profile--message::before, #container.second.profile #profile--profile::before {
  width: 206px;
  padding-top: 147px;
  background-image: url("../images/kirakira_01.png");
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 120px;
  margin-left: 20px;
  z-index: -1; }
#container.second.profile #profile--message::after, #container.second.profile #profile--profile::after {
  width: 206px;
  padding-top: 147px;
  background-image: url("../images/kirakira_01.png");
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 190px;
  margin-right: 20px;
  z-index: -1; }
@media screen and (min-width: 768px) and (max-width: 1259px) {
  #container.second.profile #profile--message::before, #container.second.profile #profile--profile::before {
    width: 17.1667%;
    padding-top: 12.25%;
    margin-top: 10%;
    margin-left: 1.6667%; }
  #container.second.profile #profile--message::after, #container.second.profile #profile--profile::after {
    width: 17.1667%;
    padding-top: 12.25%;
    margin-bottom: 15.8333%;
    margin-right: 1.6667%; } }
@media screen and (max-width: 767px) {
  #container.second.profile #profile--message::before, #container.second.profile #profile--profile::before {
    width: 24.5333%;
    padding-top: 17.6%;
    margin-top: 16%;
    margin-left: -2.6667%; }
  #container.second.profile #profile--message::after, #container.second.profile #profile--profile::after {
    width: 24.5333%;
    padding-top: 17.6%;
    margin-bottom: 25.3333%;
    margin-right: -2.6667%; } }
#container.second.menu #menu--faq span.bg::before, #container.second.profile #profile--outline::before, #container.second.contact .formArea span.bg::before,
#container.second.thanks .formArea span.bg::before, #container.blog .blogBg::before {
  width: 184px;
  padding-top: 132px;
  background-image: url("../images/kirakira_02.png");
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 35px;
  margin-left: 35px;
  z-index: -1; }
@media screen and (min-width: 768px) and (max-width: 1259px) {
  #container.second.menu #menu--faq span.bg::before, #container.second.profile #profile--outline::before, #container.second.contact .formArea span.bg::before,
  #container.second.thanks .formArea span.bg::before, #container.blog .blogBg::before {
    width: 15.3333%;
    padding-top: 11%;
    margin-bottom: 2.9167%;
    margin-left: 2.9167%; } }
@media screen and (max-width: 767px) {
  #container.second.menu #menu--faq span.bg::before, #container.second.profile #profile--outline::before, #container.second.contact .formArea span.bg::before,
  #container.second.thanks .formArea span.bg::before, #container.blog .blogBg::before {
    display: none; } }
#container.second.contact #contact--lead::before,
#container.second.thanks #contact--lead::before {
  width: 184px;
  padding-top: 132px;
  background-image: url("../images/kirakira_01.png");
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 115px;
  margin-left: -70px;
  z-index: -1; }
@media screen and (min-width: 768px) and (max-width: 1259px) {
  #container.second.contact #contact--lead::before,
  #container.second.thanks #contact--lead::before {
    width: 15.3333%;
    padding-top: 11%;
    margin-top: 9.5833%;
    margin-left: -5.8333%; } }
@media screen and (max-width: 767px) {
  #container.second.contact #contact--lead::before,
  #container.second.thanks #contact--lead::before {
    width: 24.5333%;
    padding-top: 17.6%;
    margin-top: 15.3333%;
    margin-left: -2.6667%; } }
#container.second.contact .formArea::before,
#container.second.thanks .formArea::before {
  width: 206px;
  padding-top: 147px;
  background-image: url("../images/kirakira_01.png");
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 50px;
  margin-right: -66px;
  z-index: -1; }
@media screen and (min-width: 768px) and (max-width: 1259px) {
  #container.second.contact .formArea::before,
  #container.second.thanks .formArea::before {
    width: 17.1667%;
    padding-top: 12.25%;
    margin-top: 15.8333%;
    margin-right: -5.5%; } }
@media screen and (max-width: 767px) {
  #container.second.contact .formArea::before,
  #container.second.thanks .formArea::before {
    width: 24.5333%;
    padding-top: 17.6%;
    margin-top: 15.3333%;
    margin-right: -2.6667%; } }

/*--------------------------------------------------------------------
2. title
---------------------------------------------------------------------*/
#container.toppage #top--menu .wrapBoxC .inner + h2, #container.toppage #top--blog h2 {
  margin-bottom: 3.7736%;
  display: block;
  font-size: clamp(25px, 2.857vw, 36px); }
  #container.toppage #top--menu .wrapBoxC .inner + h2 span, #container.toppage #top--blog h2 span {
    display: block;
    margin-top: 20px;
    text-align: center;
    font-size: clamp(13px, 1.429vw, 18px); }

#container.second.menu .menu--detail h2, #container.second.contact .formArea h2,
#container.second.thanks .formArea h2 {
  padding: 20px 20px 20px 65px;
  text-align: left;
  background-color: #E8EEF9;
  border-radius: var(--kadomaruS);
  font-size: clamp(18px, 1.587vw, 20px);
  line-height: calc(30/20);
  position: relative; }
  #container.second.menu .menu--detail h2::before, #container.second.contact .formArea h2::before,
  #container.second.thanks .formArea h2::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.2075%;
    height: auto;
    padding-top: 3.7736%;
    background-image: url("../images/kirakira_07.svg");
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto 0;
    margin-left: 1.4151%; }
  @media screen and (max-width: 767px) {
    #container.second.menu .menu--detail h2, #container.second.contact .formArea h2,
    #container.second.thanks .formArea h2 {
      padding: 15px 15px 15px 40px;
      border-radius: var(--kadomaruSsp);
      line-height: calc(56/30); }
      #container.second.menu .menu--detail h2::before, #container.second.contact .formArea h2::before,
      #container.second.thanks .formArea h2::before {
        width: 21px;
        padding-top: 25px;
        background-position: center top;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto auto auto 0;
        margin-top: 20px;
        margin-left: 15px; } }
#container.second.contact .formArea h2,
#container.second.thanks .formArea h2 {
  padding-left: 20px; }
  #container.second.contact .formArea h2::before,
  #container.second.thanks .formArea h2::before {
    display: none; }

#container.second.menu .menu--detail h3 {
  padding: 0 0 10px 25px;
  border-bottom: var(--lineCl01) 1px solid;
  text-align: left;
  font-size: clamp(17px, 1.508vw, 19px);
  line-height: calc(36/19);
  position: relative; }
  #container.second.menu .menu--detail h3::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: 1.3208%;
    height: auto;
    padding-top: 1.6038%;
    background-image: url("../images/ico_tit_01.svg");
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0.9434%; }
  @media screen and (max-width: 767px) {
    #container.second.menu .menu--detail h3 {
      padding: 0 0 5px 15px; }
      #container.second.menu .menu--detail h3::before {
        width: 11px;
        padding-top: 13px;
        margin-top: 10px; } }

#container.second.menu #menu--flow h2, #container.second.menu #menu--faq h2, #container.second.profile #profile--message2 h2, #container.second.contact #contact--lead h2,
#container.second.thanks #contact--lead h2 {
  font-size: clamp(18px, 2.063vw, 26px);
  text-align: center;
  line-height: 1.75; }

#container.second.profile #profile--message2 h3 {
  font-size: clamp(17px, 1.905vw, 24px);
  text-align: center;
  line-height: 1.75; }

#container #blogDetail .recommendBox h2 {
  font-size: clamp(16px, 1.587vw, 20px);
  text-align: left;
  line-height: 1.75; }

#container.second.profile #profile--message .outer .titBox h2, #container.second.profile #profile--profile .outer .titBox h2, #container.second.profile #profile--outline .outer .titBox h2 {
  margin-bottom: 3.7736%;
  display: block;
  font-size: clamp(22px, 2.381vw, 30px);
  text-align: left; }
  #container.second.profile #profile--message .outer .titBox h2 span, #container.second.profile #profile--profile .outer .titBox h2 span, #container.second.profile #profile--outline .outer .titBox h2 span {
    display: block;
    margin-top: 10px;
    text-align: left;
    font-size: clamp(13px, 1.349vw, 17px); }
  @media screen and (max-width: 767px) {
    #container.second.profile #profile--message .outer .titBox h2, #container.second.profile #profile--profile .outer .titBox h2, #container.second.profile #profile--outline .outer .titBox h2 {
      margin-bottom: 5.9701%;
      text-align: center; }
      #container.second.profile #profile--message .outer .titBox h2 span, #container.second.profile #profile--profile .outer .titBox h2 span, #container.second.profile #profile--outline .outer .titBox h2 span {
        text-align: center; } }

/*--------------------------------------------------------------------
3. text
---------------------------------------------------------------------*/
/* sp common
------------------------------------------------------*/
/* link
------------------------------------------------------*/
#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; }

/*--------------------------------------------------------------------
4. list
---------------------------------------------------------------------*/
ul.cList01 > li, #container.second.menu .menu--detail dl dd ul > li, #container.second.menu .menu--detail .bdBox ul > li, #container.second.privacy section ul > li {
  padding-left: 1.2em;
  position: relative; }
  ul.cList01 > li::before, #container.second.menu .menu--detail dl dd ul > li::before, #container.second.menu .menu--detail .bdBox ul > li::before, #container.second.privacy section ul > li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0; }

ul.cListAt01 > li, #container.second.menu #menu--flow .itemBox .txtBox ul > li, #container.second.contact #contact--lead ul > li,
#container.second.thanks #contact--lead ul > li, #container.second.privacy section ul.att > li {
  padding-left: 1.2em;
  position: relative; }
  ul.cListAt01 > li::before, #container.second.menu #menu--flow .itemBox .txtBox ul > li::before, #container.second.contact #contact--lead ul > li::before,
  #container.second.thanks #contact--lead 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; }

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

table.cTb02, #form table {
  border-top-color: var(--lineCl06); }
  table.cTb02 th, #form table th, table.cTb02 td, #form table td {
    border-bottom-color: var(--lineCl06); }

/*--------------------------------------------------------------------
6. btn
---------------------------------------------------------------------*/
#container.toppage #top--about .btn a, #container.toppage #top--menu .wrapBoxC .btn a, #container.toppage #top--blog .btn a {
  display: block;
  width: 340px;
  max-width: 100%;
  height: 70px;
  border: var(--txBody) 1px solid;
  border-radius: 50vw;
  position: relative;
  text-align: center;
  line-height: 68px;
  color: var(--txBody);
  font-size: clamp(15px, 1.27vw, 16px); }
  #container.toppage #top--about .btn a::before, #container.toppage #top--menu .wrapBoxC .btn a::before, #container.toppage #top--blog .btn a::before, #container.toppage #top--about .btn a::after, #container.toppage #top--menu .wrapBoxC .btn a::after, #container.toppage #top--blog .btn a::after {
    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: calc(26/340 * 100%);
    height: auto;
    padding-top: calc(25/340 * 100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto 0;
    margin-left: calc(25/340 * 100%);
    transition: opacity .3s; }
  #container.toppage #top--about .btn a::before, #container.toppage #top--menu .wrapBoxC .btn a::before, #container.toppage #top--blog .btn a::before {
    background-image: url("../images/kirakira_06.svg");
    opacity: 1; }
  #container.toppage #top--about .btn a::after, #container.toppage #top--menu .wrapBoxC .btn a::after, #container.toppage #top--blog .btn a::after {
    background-image: url("../images/kirakira_06w.svg");
    opacity: 0; }
  #container.toppage #top--about .btn a:hover, #container.toppage #top--menu .wrapBoxC .btn a:hover, #container.toppage #top--blog .btn a:hover {
    background-color: var(--txBody);
    color: #fff; }
    #container.toppage #top--about .btn a:hover::before, #container.toppage #top--menu .wrapBoxC .btn a:hover::before, #container.toppage #top--blog .btn a:hover::before {
      opacity: 0; }
    #container.toppage #top--about .btn a:hover::after, #container.toppage #top--menu .wrapBoxC .btn a:hover::after, #container.toppage #top--blog .btn a:hover::after {
      opacity: 1; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--about .btn a, #container.toppage #top--menu .wrapBoxC .btn a, #container.toppage #top--blog .btn a {
      width: 240px;
      height: 50px;
      line-height: 49px;
      font-size: 1.3rem; } }

#container.toppage #top--menu .wrapBoxC .linkBox .item a {
  display: block;
  position: relative; }
  #container.toppage #top--menu .wrapBoxC .linkBox .item a .arw {
    display: block;
    width: 42px;
    height: 27px;
    background-color: var(--txBody);
    border-radius: 50vw;
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden; }
    #container.toppage #top--menu .wrapBoxC .linkBox .item a .arw::before, #container.toppage #top--menu .wrapBoxC .linkBox .item a .arw::after {
      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-image: url("../images/ico_arw_01w.svg");
      background-size: 14px auto;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      animation-fill-mode: forwards;
      animation-duration: 0.8s; }
      @media screen and (max-width: 767px) {
        #container.toppage #top--menu .wrapBoxC .linkBox .item a .arw::before, #container.toppage #top--menu .wrapBoxC .linkBox .item a .arw::after {
          background-size: 9px auto; } }
    #container.toppage #top--menu .wrapBoxC .linkBox .item a .arw::after {
      transform: translateX(-100%); }
    @media screen and (max-width: 767px) {
      #container.toppage #top--menu .wrapBoxC .linkBox .item a .arw {
        width: 28px;
        height: 17.5px; } }
  #container.toppage #top--menu .wrapBoxC .linkBox .item a:hover .arw::before {
    animation-name: transformRightLeft;
    animation-delay: 0s; }
  #container.toppage #top--menu .wrapBoxC .linkBox .item a:hover .arw::after {
    animation-name: transformLeftRight;
    animation-delay: 0.3s; }

@keyframes transformLeftRight {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }
@keyframes transformRightLeft {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(100%); } }
/*--------------------------------------------------------------------
7. other
---------------------------------------------------------------------*/
header h1,
header .logo, #ftrNav #ftrInfo .logo {
  display: block;
  position: relative; }
  header h1 a,
  header .logo a, #ftrNav #ftrInfo .logo a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 0 auto auto; }
    header h1 a::before,
    header .logo a::before, #ftrNav #ftrInfo .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-image: url("../images/logo.png");
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
header h1 span.mark,
header .logo span.mark {
  display: block;
  width: calc(210/170 * 100%);
  padding-top: calc(210/170 * 100%);
  background-color: #fff;
  border-radius: 50vw;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto auto 0;
  margin-left: calc(-160/170 * 100%);
  transform: translateY(15px);
  transition: opacity .3s; }
  header h1 span.mark::before,
  header .logo span.mark::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-image: url("../images/logo_img.png");
    width: calc(90/210 * 100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
#ftrNav #ftrInfo .logo span.mark {
  display: block;
  width: calc(88/170 * 100%);
  height: auto;
  padding-top: calc(100/170 * 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto auto 0;
  margin-left: calc(-100/170 * 100%); }
  #ftrNav #ftrInfo .logo span.mark::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-image: url("../images/logo_img.png");
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }

#container.toppage #top--menu .wrapBoxC .inner .imgBox .imgIn {
  display: block;
  border-radius: var(--kadomaru); }
  @media screen and (max-width: 767px) {
    #container.toppage #top--menu .wrapBoxC .inner .imgBox .imgIn {
      border-radius: var(--kadomarusp); } }

#container.second.menu #menu--lead .bdBox, #container.second.menu .menu--detail .bdBox {
  border: var(--lineCl05) 1px solid;
  border-radius: var(--kadomaruS);
  padding: 25px 3.7736%; }
  @media screen and (max-width: 767px) {
    #container.second.menu #menu--lead .bdBox, #container.second.menu .menu--detail .bdBox {
      border-radius: var(--kadomaruSsp);
      padding: 20px; } }

/* -----------------------------------------
-- accordion
-- form
-- 404
----------------------------------------- */
/*--------------------------------------------------------------------
set
---------------------------------------------------------------------*/
.spNav ul {
  border-top: var(--lineCl03) 1px solid;
  text-align: center;
  margin-left: 30px;
  margin-right: 30px; }
  .spNav ul li {
    border-bottom: var(--lineCl03) 1px solid;
    font-size: 1.7rem; }
    .spNav ul li a {
      display: block;
      padding: calc(50 / 32 * 1em) 0; }
@media screen and (max-width: 767px) {
  .spNav ul {
    margin-left: 20px;
    margin-right: 20px; }
    .spNav ul li {
      font-size: 1.6rem; } }

/*--2columnBox--*/
#container.second.profile #profile--message .outer, #container.second.profile #profile--profile .outer, #container.second.profile #profile--outline .outer {
  display: block; }
  #container.second.profile #profile--message .outer::after, #container.second.profile #profile--profile .outer::after, #container.second.profile #profile--outline .outer::after, #container.second.profile #profile--message .outer::before, #container.second.profile #profile--profile .outer::before, #container.second.profile #profile--outline .outer::before {
    content: "";
    display: block;
    clear: both; }
  #container.second.profile #profile--message .outer .titBox, #container.second.profile #profile--profile .outer .titBox, #container.second.profile #profile--outline .outer .titBox {
    width: 28.3019%;
    float: left; }
  #container.second.profile #profile--message .outer .mainBox, #container.second.profile #profile--profile .outer .mainBox, #container.second.profile #profile--outline .outer .mainBox {
    width: 71.6981%;
    float: right; }
  @media screen and (max-width: 767px) {
    #container.second.profile #profile--message .outer .titBox, #container.second.profile #profile--profile .outer .titBox, #container.second.profile #profile--outline .outer .titBox,
    #container.second.profile #profile--message .outer .mainBox,
    #container.second.profile #profile--profile .outer .mainBox,
    #container.second.profile #profile--outline .outer .mainBox {
      width: auto;
      float: none;
      margin: 0 auto; } }

/*--------------------------------------------------------------------
accordion
---------------------------------------------------------------------*/
#container section .cAccBox {
  max-width: 100%;
  margin: 0 auto; }
  #container section .cAccBox dl + dl {
    margin-top: 20px; }
  #container section .cAccBox dl {
    border: var(--lineCl01) 1px solid;
    border-radius: 15px;
    background-color: #fff; }
    #container section .cAccBox dl dt {
      padding: 25px 70px 20px 60px;
      text-align: left;
      cursor: pointer;
      position: relative;
      font-size: clamp(16px, 1.429vw, 18px);
      line-height: calc(52/30); }
      #container section .cAccBox dl dt span {
        display: block;
        width: 1em;
        color: var(--pointCl01);
        font-size: clamp(20px, 1.905vw, 24px);
        line-height: 1;
        position: absolute;
        top: 30px;
        left: 30px; }
      #container section .cAccBox dl dt::before, #container section .cAccBox dl dt::after {
        content: "";
        display: block;
        width: 20px;
        height: 2px;
        background-color: var(--txBody);
        position: absolute;
        top: 50%;
        right: 0;
        margin-right: 4.717%;
        transition: .3s; }
      #container section .cAccBox dl dt::after {
        transform: rotate(270deg); }
      #container section .cAccBox dl dt.open::after {
        transform: rotate(0); }
    #container section .cAccBox dl dd {
      display: none; }
    #container section .cAccBox dl dd .inner {
      padding: 0 70px 30px 30px; }
  @media screen and (max-width: 767px) {
    #container section .cAccBox dl + dl {
      margin-top: 20px; }
    #container section .cAccBox dl {
      border: var(--lineCl01) 1px solid;
      border-radius: 10px; }
      #container section .cAccBox dl dt {
        padding: 20px 35px 20px 50px;
        line-height: calc(56/30); }
        #container section .cAccBox dl dt span {
          top: 25px;
          left: 20px; }
        #container section .cAccBox dl dt::before, #container section .cAccBox dl dt::after {
          width: 10px;
          height: 1px;
          margin-right: 15px; }
      #container section .cAccBox dl dd {
        display: none; }
      #container section .cAccBox dl dd .inner {
        padding: 0 25px 10px 25px; } }

/*--------------------------------------------------------------------
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: 49px;
  height: 21px;
  border-radius: 2px;
  margin-left: 1.5em;
  text-align: center;
  color: #fff;
  background-color: var(--txBody);
  line-height: 16px;
  font-size: 12px;
  vertical-align: middle;
  letter-spacing: 0.01em;
  transform: translateY(-2px); }

#form table {
  margin-bottom: 80px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #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: 280px;
    padding-top: 30px;
    padding-left: 5px;
    font-size: clamp(16px, 1.429vw, 18px);
    font-weight: 500; }
    @media screen and (max-width: 999px) {
      #form table th {
        width: 200px; } }
  #form table td {
    vertical-align: middle;
    font-size: 1em;
    padding-left: 25px; }
  @media screen and (max-width: 767px) {
    #form table th {
      width: 100%;
      padding-top: 15px;
      padding-bottom: 15px; }
    #form table td {
      padding-left: 0;
      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.nittei div.date {
    display: flex;
    align-items: center; }
    #form table td.nittei div.date div.tit {
      text-align: left; }
    #form table td.nittei div.date div.cal {
      padding-left: 15px;
      padding-right: 15px; }
      #form table td.nittei div.date div.cal input {
        background-color: #ccdce1;
        border-radius: 5px;
        padding: 10px 7px; }
    #form table td.nittei div.date div.time select {
      width: 10em; }
  #form table td.nittei div.date + div.date {
    margin-top: 15px; }
  #form table td.nittei div.date + p {
    margin-top: 20px; }
  @media screen and (max-width: 767px) {
    #form table td.nittei div.date {
      display: flex;
      flex-wrap: wrap; }
      #form table td.nittei div.date div.tit {
        width: 100%; }
      #form table td.nittei div.date div.time select {
        width: 7em; } }
  #form table td.privacy span,
  #form table td.privacy label {
    margin-top: 10px;
    font-weight: 500;
    font-size: clamp(16px, 1.349vw, 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: #e2e6e7 2px solid;
  background-color: #e9f0f2;
  border-radius: 3px;
  padding: 10px 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: #ccdce1 url("../images/select.svg") no-repeat scroll 95% 50%/15px auto;
  border-radius: 5px;
  padding: 10px 7px;
  position: relative;
  width: 310px;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

.wpcf7 form.submitting .wpcf7-submit {
  pointer-events: none;
  opacity: 0.5; }

/*--------------------------------------------------------------------
404
---------------------------------------------------------------------*/
#container.second #notfound {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.second #notfound {
      padding-top: 8.3333%;
      padding-bottom: 8.3333%; } }
  #container.second #notfound h1 {
    text-align: center;
    font-size: clamp(20px, 2.381vw, 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); }

/*--------------------------------------------------------------------
animation
---------------------------------------------------------------------*/
.fadein {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 2s, visibility 2s, transform 2s; }

/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0); }

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

#wrapper {
  position: relative; }

/* -----------------------------------------------------------------------
clearfix
------------------------------------------------------------------------- */
#ftrBtm,
.wrapBoxW, #container.second #notfound, #ftrContact, #ftrNav, #mainTitle h1,
#mainTitle .pageTitle, #mainImage #mainImageIn,
.wrapBox, #container.second.profile #profile--message .outer, #container.second.profile #profile--profile .outer, #container.second.profile #profile--outline .outer, #container.second section, #container.blog #blogIndex,
#container.blog #blogDetail,
.wrapBoxC, #container.second.contact section,
#container.second.thanks section, #container.second.privacy section,
.wrapBoxS,
.clearfix,
header,
section {
  display: block; }
  #ftrBtm::after,
  .wrapBoxW::after, #container.second #notfound::after, #ftrContact::after, #ftrNav::after, #mainTitle h1::after,
  #mainTitle .pageTitle::after, #mainImage #mainImageIn::after,
  .wrapBox::after, #container.second.profile #profile--message .outer::after, #container.second.profile #profile--profile .outer::after, #container.second.profile #profile--outline .outer::after, #container.second section::after, #container.blog #blogIndex::after,
  #container.blog #blogDetail::after,
  .wrapBoxC::after, #container.second.contact section::after,
  #container.second.thanks section::after, #container.second.privacy section::after,
  .wrapBoxS::after, #ftrBtm::before,
  .wrapBoxW::before, #container.second #notfound::before, #ftrContact::before, #ftrNav::before, #mainTitle h1::before,
  #mainTitle .pageTitle::before, #mainImage #mainImageIn::before,
  .wrapBox::before, #container.second.profile #profile--message .outer::before, #container.second.profile #profile--profile .outer::before, #container.second.profile #profile--outline .outer::before, #container.second section::before, #container.blog #blogIndex::before,
  #container.blog #blogDetail::before,
  .wrapBoxC::before, #container.second.contact section::before,
  #container.second.thanks section::before, #container.second.privacy section::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: calc(var(--hdrH) + 30px);
  scroll-behavior: smooth; }
  @media screen and (max-width: 767px) {
    html, body {
      scroll-padding-top: calc(var(--hdrHsp) + 30px); } }

/*#wrapper{
	padding-top:var(--hdrH);
	@include mq(sp){
		padding-top:var(--hdrHsp);
	}
}*/
header {
  height: var(--hdrH);
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 1200; }
  header h1,
  header .logo {
    width: 170px;
    height: 28px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto 0;
    margin-left: 150px; }
  header nav {
    margin-left: 360px;
    margin-right: 50px;
    padding-top: 35px;
    position: relative; }
    header nav ul {
      text-align: right;
      height: 40px; }
      header nav ul li {
        display: inline-block;
        margin-left: 45px;
        position: relative; }
        header nav ul li a {
          display: inline-block;
          overflow: hidden;
          position: relative;
          transition: all var(--trTime);
          display: block;
          height: 40px;
          line-height: 40px;
          color: var(--txBody);
          font-size: clamp(15px, 1.27vw, 16px); }
          header nav ul li a::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: var(--txBody);
            transform-origin: right top;
            transform: scale(0, 1);
            transition: transform .3s;
            z-index: 1000; }
          header nav ul li a:hover::after {
            transform: scale(1, 1);
            transform-origin: left top; }
        header nav ul li.navContact a {
          display: block;
          width: 190px;
          border-radius: 50vw;
          background-color: var(--btnCl01);
          color: #fff;
          text-align: center;
          line-height: 40px;
          font-size: clamp(14px, 1.111vw, 14px);
          letter-spacing: 0.05em; }
          header nav ul li.navContact a:hover {
            background-color: var(--btnCl01ov); }
  header button {
    transition: opacity 0.5s; }
  @media screen and (max-width: 767px) {
    header {
      height: var(--hdrHsp); }
      header h1,
      header .logo {
        width: 85px;
        height: 14px;
        margin-left: 75px; }
      header nav {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        overflow: hidden; }
        header nav::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: 92.5px;
          height: auto;
          padding-top: 66px;
          background-image: url("../images/kirakira_02.png");
          position: absolute;
          right: 0;
          top: 0;
          margin-right: 50px;
          margin-top: -3.5px;
          z-index: -1; } }

/* scrolling
-----------------------*/
header.clone-hdr,
header#home.clone-hdr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: .3s;
  background-color: white;
  transform: translateY(-100%);
  z-index: 5000;
  opacity: 0; }
  header.clone-hdr h1,
  header.clone-hdr .logo,
  header#home.clone-hdr h1,
  header#home.clone-hdr .logo {
    margin-left: 55px; }
    header.clone-hdr h1 span.mark,
    header.clone-hdr .logo span.mark,
    header#home.clone-hdr h1 span.mark,
    header#home.clone-hdr .logo span.mark {
      opacity: 0; }
    @media screen and (max-width: 767px) {
      header.clone-hdr h1,
      header.clone-hdr .logo,
      header#home.clone-hdr h1,
      header#home.clone-hdr .logo {
        margin-left: 25px; } }
  header.clone-hdr nav,
  header#home.clone-hdr nav {
    padding-top: 32px; }
    @media screen and (max-width: 767px) {
      header.clone-hdr nav,
      header#home.clone-hdr nav {
        display: none; } }

header.clone-hdr.is-show,
header#home.clone-hdr.is-show {
  transform: translateY(0);
  opacity: 1; }

/*--------------------------------------------------------------------
   footer
---------------------------------------------------------------------*/
footer {
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  footer::before {
    content: "";
    display: block;
    background-color: var(--bgCl01);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-top: 170px;
    z-index: -1; }
  footer::after {
    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: 185px;
    height: auto;
    padding-top: 132px;
    background-image: url("../images/kirakira_02.png");
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 140px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    footer {
      padding-bottom: 5%; }
      footer::before {
        margin-top: 14.1667%; }
      footer::after {
        width: 15.4167%;
        padding-top: 11%;
        margin-bottom: 11.6667%; } }
  @media screen and (max-width: 767px) {
    footer {
      padding-bottom: 8%; }
      footer::before {
        margin-top: 38.6667%; }
      footer::after {
        display: none; } }

#ftrContact {
  max-width: calc(100% - 60px);
  border-radius: var(--kadomaru);
  padding: 90px;
  position: relative;
  overflow: hidden; }
  #ftrContact::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: 12.9167%;
    height: auto;
    padding-top: 13.5%;
    background-image: url("../images/kirakira_05.png");
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 1.6667%;
    margin-left: 2.5%; }
  #ftrContact div.inner {
    display: flex;
    justify-content: space-around;
    position: relative;
    z-index: 3; }
    #ftrContact div.inner .txt {
      flex: 1; }
      #ftrContact div.inner .txt p.tit {
        text-align: left;
        font-size: clamp(25px, 2.857vw, 36px);
        line-height: calc(60/36); }
        #ftrContact div.inner .txt p.tit span {
          display: inline-block;
          font-size: clamp(13px, 1.429vw, 18px);
          margin-left: 1em; }
      #ftrContact div.inner .txt p.tit + p {
        text-align: left;
        font-size: clamp(14px, 1.349vw, 17px);
        line-height: calc(60/28); }
    #ftrContact div.inner .btn {
      width: 340px;
      padding-right: 10px; }
      #ftrContact div.inner .btn a {
        display: block;
        width: 100%;
        height: 70px;
        border-radius: 50vw;
        background-color: var(--btnCl01);
        color: #fff;
        text-align: center;
        line-height: 70px;
        font-size: clamp(14px, 1.27vw, 16px);
        letter-spacing: 0.05em; }
        #ftrContact div.inner .btn a:hover {
          background-color: var(--btnCl01ov); }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #ftrContact {
      padding: 7.5%; } }
  @media screen and (max-width: 767px) {
    #ftrContact {
      max-width: calc(100% - 40px);
      border-radius: var(--kadomarusp);
      padding: 13.4328% 20px 14.9254%; }
      #ftrContact::before {
        width: 23.1343%;
        padding-top: 24.1791%;
        margin-top: 2.9851%;
        margin-left: 4.4776%; }
      #ftrContact div.inner {
        display: block; }
        #ftrContact div.inner .txt p.tit {
          margin-bottom: 15px;
          text-align: center;
          font-size: clamp(25px, 2.857vw, 36px);
          line-height: calc(60/36); }
          #ftrContact div.inner .txt p.tit span {
            display: block;
            margin-left: 0; }
        #ftrContact div.inner .txt p.tit + p {
          margin-bottom: 20px;
          text-align: center; }
        #ftrContact div.inner .btn {
          width: auto;
          padding-right: 0; }
          #ftrContact div.inner .btn a {
            width: 240px;
            max-width: 100%;
            height: 50px;
            line-height: 50px;
            margin: 0 auto;
            font-size: 1.3rem; } }

#ftrNav {
  max-width: calc(100% - 60px);
  padding: 70px 0 50px;
  border-bottom: var(--lineCl02) 1px solid;
  display: block; }
  #ftrNav::after, #ftrNav::before {
    content: "";
    display: block;
    clear: both; }
  #ftrNav #ftrInfo {
    width: 50%;
    float: left; }
    #ftrNav #ftrInfo .logo {
      width: 170px;
      height: 28px;
      margin-left: 100px;
      margin-right: auto;
      margin-bottom: 60px; }
    #ftrNav #ftrInfo p {
      text-align: left;
      font-size: clamp(14px, 1.349vw, 17px);
      line-height: calc(34/17); }
      #ftrNav #ftrInfo p.txt01 {
        font-size: clamp(14px, 1.27vw, 16px);
        line-height: calc(34/16); }
      #ftrNav #ftrInfo p.txt02 {
        margin-top: 10px; }
  #ftrNav nav {
    width: 490px;
    max-width: 50%;
    float: right;
    text-align: right; }
    #ftrNav nav ul {
      display: inline-block;
      text-align: left; }
      #ftrNav nav ul li {
        display: inline-block;
        margin-left: 30px;
        margin-bottom: 10px;
        position: relative; }
        #ftrNav nav ul li a {
          display: inline-block;
          overflow: hidden;
          position: relative;
          transition: all var(--trTime);
          display: block;
          height: 42px;
          line-height: 42px;
          font-size: clamp(15px, 1.27vw, 16px); }
          #ftrNav nav ul li a::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: var(--txBody);
            transform-origin: right top;
            transform: scale(0, 1);
            transition: transform .3s;
            z-index: 1000; }
          #ftrNav nav ul li a:hover::after {
            transform: scale(1, 1);
            transform-origin: left top; }
    #ftrNav nav div.ins {
      margin-top: 10px;
      text-align: right; }
      #ftrNav nav div.ins a {
        padding-left: 30px;
        display: inline-block;
        text-align: left;
        position: relative; }
        #ftrNav nav div.ins 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: 26px;
          height: 26px;
          background-image: url("../images/ico_ins.svg");
          position: absolute;
          top: 0;
          left: 0; }
        #ftrNav nav div.ins a span {
          display: inline-block;
          overflow: hidden;
          position: relative;
          transition: all var(--trTime);
          display: inline-block;
          text-align: left;
          line-height: 26px;
          font-size: clamp(13px, 1.19vw, 15px); }
          #ftrNav nav div.ins a span::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: var(--txBody);
            transform-origin: right top;
            transform: scale(0, 1);
            transition: transform .3s;
            z-index: 1000; }
          #ftrNav nav div.ins a span:hover::after {
            transform: scale(1, 1);
            transform-origin: left top; }
  @media screen and (max-width: 767px) {
    #ftrNav {
      max-width: calc(100% - 40px);
      padding-top: 10.6667%;
      padding-bottom: 6.6667%;
      border-bottom: none; }
      #ftrNav #ftrInfo {
        width: auto;
        float: none;
        margin: 0 auto;
        display: block;
        padding-top: 14.9254%; }
        #ftrNav #ftrInfo .logo {
          width: 110px;
          height: 16px;
          margin: 0 auto 13.4328%; }
        #ftrNav #ftrInfo p {
          text-align: center; }
          #ftrNav #ftrInfo p.txt02 {
            padding-bottom: 11.9403%;
            border-bottom: var(--lineCl02) 1px solid; }
      #ftrNav nav {
        width: auto;
        float: none;
        margin: 0 auto;
        max-width: calc(100% - 40px);
        margin: 0 auto;
        text-align: center; }
        #ftrNav nav ul {
          border-top: var(--lineCl02) 1px solid;
          display: block;
          text-align: center; }
          #ftrNav nav ul li {
            border-bottom: var(--lineCl02) 1px solid;
            display: block;
            margin-left: 0;
            margin-bottom: 0;
            position: relative; }
            #ftrNav nav ul li > a {
              padding: calc(50 / 32 * 1em) 0;
              display: block;
              height: auto;
              line-height: 1;
              font-size: 1.5rem; }
              #ftrNav nav ul li > a::after {
                display: none; }
        #ftrNav nav div.ins {
          padding: 15px 0;
          text-align: center;
          border-bottom: var(--lineCl02) 1px solid; }
          #ftrNav nav div.ins a span::after {
            display: none; } }

#ftrBtm {
  display: block;
  padding-top: 50px; }
  #ftrBtm::after, #ftrBtm::before {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #ftrBtm {
      padding-top: 4.1667%; } }
  #ftrBtm p.link {
    width: 50%;
    float: right;
    text-align: right; }
    #ftrBtm p.link a {
      display: inline-block;
      overflow: hidden;
      position: relative;
      transition: all var(--trTime);
      display: inline-block;
      line-height: 30px;
      font-size: clamp(14px, 1.27vw, 16px);
      color: var(--txBody); }
      #ftrBtm p.link a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: var(--txBody);
        transform-origin: right top;
        transform: scale(0, 1);
        transition: transform .3s;
        z-index: 1000; }
      #ftrBtm p.link a:hover::after {
        transform: scale(1, 1);
        transform-origin: left top; }
  #ftrBtm p.copy {
    width: 50%;
    float: left;
    text-align: left;
    font-size: clamp(12px, 1.111vw, 14px);
    line-height: 30px;
    color: var(--txBody); }
    #ftrBtm p.copy a {
      color: var(--txBody); }
  @media screen and (max-width: 767px) {
    #ftrBtm {
      padding-top: 0; }
      #ftrBtm p.link {
        width: auto;
        float: none;
        margin: 0 auto;
        text-align: center; }
      #ftrBtm p.copy {
        padding-top: 20px;
        width: auto;
        float: none;
        margin: 0 auto;
        text-align: center; } }

/*--------------------------------------------------------------------
   mainTitle
---------------------------------------------------------------------*/
#mainTitle {
  width: calc(100% - 60px);
  padding-top: 380px;
  margin: 0 auto 90px;
  border-radius: var(--kadomaru);
  position: relative;
  overflow: hidden;
  z-index: -1; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #mainTitle {
      padding-top: 31.6667%;
      margin-bottom: 7.5%; } }
  @media screen and (max-width: 767px) {
    #mainTitle {
      width: 100%;
      padding-top: 45.3333%;
      border-radius: 0;
      margin-bottom: 14.6667%; } }
  #mainTitle::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    background-image: url("../images/main_bg.jpg");
    position: absolute;
    top: 0;
    right: 0; }
    @media screen and (max-width: 767px) {
      #mainTitle::before {
        background-image: url("../images/main_bg_sp.jpg"); } }
  #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(25px, 3.175vw, 40px); }

/*--------------------------------------------------------------------
   container
---------------------------------------------------------------------*/
#container {
  min-height: 500px;
  overflow: hidden; }
  #container.second section {
    padding-bottom: 120px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.second section {
      padding-bottom: 10%; } }
  @media screen and (max-width: 767px) {
    #container.second section {
      padding-bottom: 16%; } }

/* 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.349vw, 17px);
  line-height: calc(38/17);
  text-align: left;
  font-feature-settings: "palt"; }
div[id="container"] p + * {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    div[id="container"] p + * {
      margin-top: 20px; } }
div[id="container"] ul + * {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    div[id="container"] ul + * {
      margin-top: 20px; } }
div[id="container"] ol + * {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    div[id="container"] ol + * {
      margin-top: 20px; } }
div[id="container"] dl + * {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    div[id="container"] dl + * {
      margin-top: 20px; } }
div[id="container"] table + * {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    div[id="container"] table + * {
      margin-top: 20px; } }

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

.drawer-nav {
  position: fixed;
  z-index: 9000;
  top: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 100%; }

.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: calc(75px * 0.7);
  height: calc(57px * 0.7);
  padding: 0 calc(25px * 0.7);
  background-color: var(--pointCl01);
  -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.2s 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((var(--hdrH) - calc(57px * 0.7))/2);
  margin-right: 20px; }
  @media screen and (max-width: 767px) {
    .drawer-hamburger {
      width: calc(75px * 0.6);
      height: calc(57px * 0.6);
      padding: 0 calc(25px * 0.6);
      margin-top: calc((var(--hdrHsp) - 57px * 0.6)/2);
      margin-right: 10px; } }

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

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

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #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: transparent !important; }

.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) scale(2);
  transform: rotate(45deg) scale(2); }

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

/*!------------------------------------*\
    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 ul {
    display: none; } }
/*--------------------------------------------------------------------
   menu
---------------------------------------------------------------------*/
.spNav {
  padding-top: var(--hdrH);
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px; }
  .spNav p {
    padding: 40px 0 30px;
    text-align: center;
    font-size: clamp(14px, 1.27vw, 16px);
    line-height: calc(56/27); }
  .spNav .btn a {
    display: block;
    width: 240px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50vw;
    background-color: var(--btnCl01);
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: clamp(12px, 0.952vw, 12px);
    letter-spacing: 0.05em; }
  @media screen and (max-width: 767px) {
    .spNav {
      padding-top: calc((var(--hdrHsp)) + 30px);
      padding-left: 20px;
      padding-right: 20px; } }

/* -----------------------------------------
-- 1. toppage
-- 2. local
----------------------------------------- */
/*--------------------------------------------------------------------
1. toppage
---------------------------------------------------------------------*/
/*mainimage
------------------------------------------------------*/
#mainImage {
  width: 100%;
  padding-top: 760px;
  position: relative;
  z-index: -1;
  overflow: hidden; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #mainImage {
      padding-top: 63.3333%; } }
  #mainImage::before {
    content: "";
    display: block;
    width: calc(100% - 60px);
    height: 100%;
    border-radius: var(--kadomaru);
    background: url("../images/main.jpg") center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  #mainImage #mainImageIn {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    transform: translateY(-50%);
    max-width: calc(100% - 120px);
    transform: translateY(0); }
    #mainImage #mainImageIn .mainTxt p {
      text-align: left; }
      #mainImage #mainImageIn .mainTxt p.txt01 {
        font-size: clamp(23px, 3.175vw, 40px);
        line-height: calc(60/40); }
      #mainImage #mainImageIn .mainTxt p.txt02 {
        margin-top: 20px;
        font-size: clamp(15px, 1.587vw, 20px);
        line-height: calc(36/20); }
  @media screen and (max-width: 767px) {
    #mainImage {
      padding-top: calc(100svh - var(--hdrHsp)); }
      #mainImage::before {
        width: 100%;
        border-radius: 0;
        background-image: url("../images/main_sp.jpg");
        background-position: right bottom; }
      #mainImage #mainImageIn {
        max-width: 100%;
        top: 0; }
        #mainImage #mainImageIn .mainTxt {
          padding-left: 2.9851%;
          margin-top: 26.8657%; } }

/*container
------------------------------------------------------*/
#container.toppage #top--about {
  padding-top: 90px;
  padding-bottom: 110px;
  position: relative; }
  #container.toppage #top--about::before, #container.toppage #top--about::after {
    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;
    z-index: -1; }
  #container.toppage #top--about::before {
    width: 417px;
    padding-top: 423px;
    background-image: url("../images/moyou_01.png");
    position: absolute;
    right: 0;
    top: 0;
    margin-right: -37px; }
  #container.toppage #top--about::after {
    width: 417px;
    padding-top: 423px;
    background-image: url("../images/moyou_02.png");
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: -85px;
    margin-bottom: 110px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.toppage #top--about {
      padding-top: 7.5%;
      padding-bottom: 9.1667%; }
      #container.toppage #top--about::before {
        width: 34.75%;
        padding-top: 35.25%;
        margin-right: -3.0833%; }
      #container.toppage #top--about::after {
        width: 34.75%;
        padding-top: 35.25%;
        margin-left: -7.0833%;
        margin-bottom: 9.1667%; } }
  #container.toppage #top--about .wrapBoxC {
    position: relative; }
    #container.toppage #top--about .wrapBoxC::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: 19.434%;
      height: auto;
      padding-top: 13.8679%;
      background-image: url("../images/kirakira_01.png");
      position: absolute;
      right: 0;
      bottom: 0;
      margin-bottom: 16.0377%;
      margin-right: -13.2075%; }
  #container.toppage #top--about h2 {
    margin-bottom: 30px;
    font-size: clamp(20px, 2.063vw, 26px);
    text-align: center;
    line-height: calc(70/40); }
    #container.toppage #top--about h2 span {
      display: block;
      text-align: center;
      font-size: clamp(24px, 1.905vw, 24px);
      margin-bottom: 20px; }
  #container.toppage #top--about p {
    text-align: center;
    line-height: calc(50/17); }
  #container.toppage #top--about .btn {
    margin-top: 2.8302%; }
    #container.toppage #top--about .btn a {
      margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--about {
      padding-top: 16%;
      padding-bottom: 16%; }
      #container.toppage #top--about::before, #container.toppage #top--about::after {
        display: none; }
      #container.toppage #top--about .wrapBoxC::before {
        width: 27.4667%;
        padding-top: 19.6%;
        bottom: auto;
        top: 0;
        margin-bottom: auto;
        margin-top: 0;
        margin-right: -2%; }
      #container.toppage #top--about p {
        text-align: left;
        line-height: calc(64/28); }
      #container.toppage #top--about .btn {
        margin-top: 8.9552%; } }

#container.toppage #top--menu {
  position: relative;
  overflow: hidden; }
  #container.toppage #top--menu::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: 520px;
    height: auto;
    padding-top: 645px;
    background-image: url("../images/bg_moyou.png");
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: -40px;
    margin-bottom: -40px;
    z-index: 1; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.toppage #top--menu::before {
      width: 43.3333%;
      padding-top: 53.75%;
      margin-left: -3.3333%;
      margin-bottom: -3.3333%; } }
  #container.toppage #top--menu .wrapBoxC {
    position: relative;
    z-index: 2; }
    #container.toppage #top--menu .wrapBoxC::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: 11.6981%;
      height: auto;
      padding-top: 12.1698%;
      background-image: url("../images/kirakira_03.png");
      position: absolute;
      right: 0;
      top: 0;
      margin-top: 12.7358%;
      margin-right: -4.717%; }
    #container.toppage #top--menu .wrapBoxC h2 {
      margin-bottom: 2.8302%;
      text-align: center;
      font-size: clamp(19px, 2.063vw, 26px);
      line-height: calc(66/38); }
    #container.toppage #top--menu .wrapBoxC h2 + p {
      padding-bottom: 4.717%;
      text-align: center;
      line-height: calc(42/18); }
    #container.toppage #top--menu .wrapBoxC .inner + .inner {
      margin-top: 4.717%; }
    #container.toppage #top--menu .wrapBoxC .inner {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #container.toppage #top--menu .wrapBoxC .inner .imgBox {
        width: 30.1887%;
        position: relative; }
        #container.toppage #top--menu .wrapBoxC .inner .imgBox .imgIn {
          overflow: hidden;
          position: relative;
          z-index: 4; }
        #container.toppage #top--menu .wrapBoxC .inner .imgBox::before, #container.toppage #top--menu .wrapBoxC .inner .imgBox::after {
          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;
          z-index: 5; }
        #container.toppage #top--menu .wrapBoxC .inner .imgBox::before {
          width: calc(77/436 * 100%);
          padding-top: calc(80/436 * 100%);
          background-image: url("../images/kirakira_04.png"); }
        #container.toppage #top--menu .wrapBoxC .inner .imgBox::after {
          width: calc(436/436 * 100%);
          padding-top: calc(442/436 * 100%);
          background-image: url("../images/grad_01.png");
          z-index: 3; }
      #container.toppage #top--menu .wrapBoxC .inner .txtBox {
        flex: 1;
        padding-left: 3.7736%;
        padding-top: 20px; }
        #container.toppage #top--menu .wrapBoxC .inner .txtBox h3 {
          padding-left: calc(70/700 * 100%);
          margin-bottom: 15px;
          text-align: left;
          font-size: clamp(17px, 1.905vw, 24px);
          line-height: calc(50/24);
          position: relative; }
          #container.toppage #top--menu .wrapBoxC .inner .txtBox h3::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: calc(56/700 * 100%);
            height: auto;
            padding-top: calc(32/700 * 100%);
            position: absolute;
            top: 0;
            left: 0;
            margin-top: 10px; }
      #container.toppage #top--menu .wrapBoxC .inner#menu01 .imgBox::before {
        top: 0;
        left: 0;
        margin-top: calc(-26/436 * 100%);
        margin-left: calc(-22/436 * 100%); }
      #container.toppage #top--menu .wrapBoxC .inner#menu01 .imgBox::after {
        top: 0;
        left: 0;
        margin-top: calc(-153/436 * 100%);
        margin-left: calc(-161/436 * 100%); }
      #container.toppage #top--menu .wrapBoxC .inner#menu01 .txtBox h3::before {
        background-image: url("../images/ico_num_01.svg"); }
      #container.toppage #top--menu .wrapBoxC .inner#menu02 {
        flex-direction: row-reverse; }
        #container.toppage #top--menu .wrapBoxC .inner#menu02 .imgBox::before {
          top: 0;
          left: 0;
          margin-top: calc(-26/436 * 100%);
          margin-left: calc(-22/436 * 100%); }
        #container.toppage #top--menu .wrapBoxC .inner#menu02 .imgBox::after {
          top: 0;
          right: 0;
          margin-top: calc(-120/436 * 100%);
          margin-right: calc(-225/436 * 100%); }
        #container.toppage #top--menu .wrapBoxC .inner#menu02 .txtBox h3::before {
          background-image: url("../images/ico_num_02.svg"); }
      #container.toppage #top--menu .wrapBoxC .inner#menu03 .imgBox::before {
        top: 0;
        right: 0;
        margin-top: calc(-26/436 * 100%);
        margin-right: calc(-22/436 * 100%); }
      #container.toppage #top--menu .wrapBoxC .inner#menu03 .imgBox::after {
        top: 0;
        left: 0;
        margin-top: calc(-150/436 * 100%);
        margin-left: calc(-175/436 * 100%); }
      #container.toppage #top--menu .wrapBoxC .inner#menu03 .txtBox h3::before {
        background-image: url("../images/ico_num_03.svg"); }
    #container.toppage #top--menu .wrapBoxC .inner + h2 {
      margin-top: 6.6038%; }
    #container.toppage #top--menu .wrapBoxC .linkBox {
      display: block; }
      #container.toppage #top--menu .wrapBoxC .linkBox::after, #container.toppage #top--menu .wrapBoxC .linkBox::before {
        content: "";
        display: block;
        clear: both; }
      #container.toppage #top--menu .wrapBoxC .linkBox .item {
        width: 47.1698%;
        float: left;
        border-radius: var(--kadomaru);
        margin-bottom: 5.6604%;
        overflow: hidden;
        position: relative; }
        #container.toppage #top--menu .wrapBoxC .linkBox .item:nth-child(2n) {
          float: right; }
        #container.toppage #top--menu .wrapBoxC .linkBox .item::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;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1; }
        #container.toppage #top--menu .wrapBoxC .linkBox .item a {
          display: block;
          width: 100%;
          height: 100%;
          padding: 45px 40px;
          position: relative;
          z-index: 2; }
          #container.toppage #top--menu .wrapBoxC .linkBox .item 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;
            position: absolute;
            top: 0;
            left: 0;
            transition: opacity .3s;
            opacity: 1;
            z-index: 3; }
          #container.toppage #top--menu .wrapBoxC .linkBox .item a:hover::before {
            opacity: 0; }
          #container.toppage #top--menu .wrapBoxC .linkBox .item a::after {
            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: calc(88/500 * 100%);
            height: auto;
            padding-top: calc(92/500 * 100%);
            background-image: url("../images/kirakira_05.png");
            position: absolute;
            right: 0;
            top: 0;
            margin-top: calc(23/500 * 100%);
            margin-right: calc(14/500 * 100%);
            z-index: 4; }
          #container.toppage #top--menu .wrapBoxC .linkBox .item a h3 {
            margin-bottom: 10px;
            font-size: clamp(18px, 1.905vw, 24px);
            text-align: left;
            position: relative;
            z-index: 6; }
          #container.toppage #top--menu .wrapBoxC .linkBox .item a p {
            text-align: left;
            position: relative;
            z-index: 6; }
          #container.toppage #top--menu .wrapBoxC .linkBox .item a .arw {
            margin-right: 18px;
            margin-bottom: 15px;
            z-index: 5; }
    #container.toppage #top--menu .wrapBoxC .btn a {
      margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--menu::before {
      display: none; }
    #container.toppage #top--menu .wrapBoxC::before {
      display: none; }
    #container.toppage #top--menu .wrapBoxC h2 {
      margin-bottom: 20px; }
    #container.toppage #top--menu .wrapBoxC h2 + p {
      padding-bottom: 30px; }
    #container.toppage #top--menu .wrapBoxC .inner + .inner {
      margin-top: 11.9403%; }
    #container.toppage #top--menu .wrapBoxC .inner#menu01,
    #container.toppage #top--menu .wrapBoxC .inner#menu02,
    #container.toppage #top--menu .wrapBoxC .inner#menu03 {
      display: block; }
      #container.toppage #top--menu .wrapBoxC .inner#menu01 .imgBox,
      #container.toppage #top--menu .wrapBoxC .inner#menu02 .imgBox,
      #container.toppage #top--menu .wrapBoxC .inner#menu03 .imgBox {
        width: 85.0746%;
        margin: 0 auto 15px;
        position: relative; }
        #container.toppage #top--menu .wrapBoxC .inner#menu01 .imgBox::before,
        #container.toppage #top--menu .wrapBoxC .inner#menu02 .imgBox::before,
        #container.toppage #top--menu .wrapBoxC .inner#menu03 .imgBox::before {
          width: calc(109/570 * 100%);
          padding-top: calc(112/570 * 100%);
          top: 0;
          left: 0;
          right: auto;
          margin-top: calc(-50/570 * 100%);
          margin-left: calc(-37/570 * 100%); }
        #container.toppage #top--menu .wrapBoxC .inner#menu01 .imgBox::after,
        #container.toppage #top--menu .wrapBoxC .inner#menu02 .imgBox::after,
        #container.toppage #top--menu .wrapBoxC .inner#menu03 .imgBox::after {
          display: none; }
      #container.toppage #top--menu .wrapBoxC .inner#menu01 .txtBox,
      #container.toppage #top--menu .wrapBoxC .inner#menu02 .txtBox,
      #container.toppage #top--menu .wrapBoxC .inner#menu03 .txtBox {
        padding-left: 0; }
        #container.toppage #top--menu .wrapBoxC .inner#menu01 .txtBox h3,
        #container.toppage #top--menu .wrapBoxC .inner#menu02 .txtBox h3,
        #container.toppage #top--menu .wrapBoxC .inner#menu03 .txtBox h3 {
          padding-left: 45px;
          margin-bottom: 15px; }
          #container.toppage #top--menu .wrapBoxC .inner#menu01 .txtBox h3::before,
          #container.toppage #top--menu .wrapBoxC .inner#menu02 .txtBox h3::before,
          #container.toppage #top--menu .wrapBoxC .inner#menu03 .txtBox h3::before {
            width: 40px;
            padding-top: 23px;
            margin-top: 5px; }
    #container.toppage #top--menu .wrapBoxC .inner + h2 {
      margin-top: 10.4478%; }
    #container.toppage #top--menu .wrapBoxC .linkBox .item {
      width: auto;
      float: none;
      margin: 0 auto;
      border-radius: var(--kadomarusp);
      margin-bottom: 7.4627%; }
      #container.toppage #top--menu .wrapBoxC .linkBox .item:nth-child(2n) {
        float: none; }
      #container.toppage #top--menu .wrapBoxC .linkBox .item a {
        padding: 25px 25px; }
        #container.toppage #top--menu .wrapBoxC .linkBox .item a::after {
          width: calc(90/670 * 100%);
          padding-top: calc(96/670 * 100%);
          margin-top: calc(20/670 * 100%);
          margin-right: calc(20/670 * 100%); } }

#container.toppage #top--blog {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative; }
  #container.toppage #top--blog::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;
    height: auto;
    width: 413px;
    padding-top: 419px;
    background-image: url("../images/moyou_03.png");
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 15px;
    margin-right: -86px;
    z-index: -1; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.toppage #top--blog {
      padding-top: 10%;
      padding-bottom: 10%; }
      #container.toppage #top--blog::before {
        width: 34.4167%;
        padding-top: 34.9167%;
        margin-top: 1.25%;
        margin-right: -7.1667%; } }
  @media screen and (max-width: 767px) {
    #container.toppage #top--blog {
      padding-top: 14.6667%;
      padding-bottom: 14.6667%; }
      #container.toppage #top--blog::before {
        width: 24.5333%;
        padding-top: 17.6%;
        background-image: url("../images/kirakira_02.png");
        position: absolute;
        bottom: 0;
        left: 0;
        right: auto;
        top: auto;
        margin-bottom: 4.6667%;
        margin-left: -2.5333%;
        z-index: -1; } }
  #container.toppage #top--blog h2 {
    margin-top: 6%; }
    @media screen and (max-width: 767px) {
      #container.toppage #top--blog h2 {
        margin-top: 8%; } }
  #container.toppage #top--blog .btn {
    margin-top: 6%; }
    @media screen and (max-width: 767px) {
      #container.toppage #top--blog .btn {
        margin-top: 14.6667%; } }
    #container.toppage #top--blog .btn a {
      margin: 0 auto; }

/*--------------------------------------------------------------------
2. local
---------------------------------------------------------------------*/
/*menu
------------------------------------------------------*/
#container.second.menu #menu--lead .bdBox h2 {
  margin-bottom: 10px;
  text-align: left;
  font-size: clamp(16px, 1.508vw, 19px); }
#container.second.menu .menu--detail:not(.last) {
  padding-bottom: 60px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.second.menu .menu--detail:not(.last) {
      padding-bottom: 5%; } }
#container.second.menu .menu--detail h2 {
  margin-bottom: 3.7736%; }
#container.second.menu .menu--detail h3 {
  margin-bottom: 1.8868%; }
#container.second.menu .menu--detail h3 + h4 {
  margin-top: 2.8302%; }
#container.second.menu .menu--detail h4 {
  font-size: clamp(17px, 1.429vw, 18px);
  text-align: left;
  margin-bottom: 10px; }
#container.second.menu .menu--detail dl dt {
  text-align: left;
  margin-bottom: 10px; }
#container.second.menu .menu--detail .bdBox h4 {
  margin-bottom: 10px;
  text-align: left;
  font-size: clamp(16px, 1.508vw, 19px); }
@media screen and (max-width: 767px) {
  #container.second.menu .menu--detail:not(.last) {
    padding-bottom: 8%; }
  #container.second.menu .menu--detail h2 {
    margin-bottom: 5.9701%; }
  #container.second.menu .menu--detail h3 {
    margin-bottom: 2.9851%; }
  #container.second.menu .menu--detail h3 + h4 {
    margin-top: 4.4776%; } }
#container.second.menu #menu--flow {
  position: relative;
  overflow: hidden; }
  #container.second.menu #menu--flow::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: 379px;
    height: auto;
    padding-top: 193px;
    background-image: url("../images/bg_flow.png");
    position: absolute;
    right: 0;
    top: 0;
    margin-right: -15px;
    margin-top: 247px;
    z-index: 1; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.second.menu #menu--flow::before {
      width: 31.5833%;
      padding-top: 16.0833%;
      margin-right: -1.25%;
      margin-top: 20.5833%; } }
  #container.second.menu #menu--flow .wrapBoxC {
    position: relative;
    z-index: 2; }
  #container.second.menu #menu--flow h2 {
    margin-bottom: 3.7736%; }
  #container.second.menu #menu--flow .itemBox + .itemBox {
    margin-top: 3.3019%; }
  #container.second.menu #menu--flow .itemBox {
    display: block; }
    #container.second.menu #menu--flow .itemBox::after, #container.second.menu #menu--flow .itemBox::before {
      content: "";
      display: block;
      clear: both; }
    #container.second.menu #menu--flow .itemBox .imgBox {
      width: 9.434%;
      float: left; }
    #container.second.menu #menu--flow .itemBox .txtBox {
      width: 89.6226%;
      float: right; }
      #container.second.menu #menu--flow .itemBox .txtBox h3 {
        font-size: clamp(16px, 1.587vw, 20px);
        text-align: left;
        margin-bottom: 15px; }
      #container.second.menu #menu--flow .itemBox .txtBox p, #container.second.menu #menu--flow .itemBox .txtBox dl, #container.second.menu #menu--flow .itemBox .txtBox ul {
        padding-left: 10px; }
      #container.second.menu #menu--flow .itemBox .txtBox dl dt,
      #container.second.menu #menu--flow .itemBox .txtBox dl dd,
      #container.second.menu #menu--flow .itemBox .txtBox ul li {
        font-size: clamp(15px, 1.27vw, 16px);
        line-height: calc(34/16); }
      #container.second.menu #menu--flow .itemBox .txtBox dl {
        margin-top: 0;
        display: block; }
        #container.second.menu #menu--flow .itemBox .txtBox dl::after, #container.second.menu #menu--flow .itemBox .txtBox dl::before {
          content: "";
          display: block;
          clear: both; }
        #container.second.menu #menu--flow .itemBox .txtBox dl dt {
          width: 5em;
          float: left;
          clear: left; }
        #container.second.menu #menu--flow .itemBox .txtBox dl dd {
          margin-left: 5em; }
      #container.second.menu #menu--flow .itemBox .txtBox ul {
        margin-top: 0; }
      #container.second.menu #menu--flow .itemBox .txtBox .btn {
        padding-bottom: 30px; }
        #container.second.menu #menu--flow .itemBox .txtBox .btn a {
          display: block;
          width: 306px;
          max-width: 100%;
          height: 64px;
          border-radius: 50vw;
          background-color: var(--btnCl01);
          margin-right: auto;
          color: #fff;
          text-align: center;
          line-height: 64px;
          font-size: clamp(14px, 1.111vw, 14px); }
          #container.second.menu #menu--flow .itemBox .txtBox .btn a:hover {
            background-color: var(--btnCl01ov); }
  @media screen and (max-width: 767px) {
    #container.second.menu #menu--flow::before {
      display: none; }
    #container.second.menu #menu--flow h2 {
      margin-bottom: 20px; }
    #container.second.menu #menu--flow .itemBox + .itemBox {
      margin-top: 10.4478%; }
    #container.second.menu #menu--flow .itemBox {
      position: relative; }
      #container.second.menu #menu--flow .itemBox .imgBox {
        width: auto;
        float: none;
        margin: 0 auto;
        width: 15.5224%;
        position: absolute;
        top: 0;
        left: 0; }
      #container.second.menu #menu--flow .itemBox .txtBox {
        width: auto;
        float: none;
        margin: 0 auto; }
        #container.second.menu #menu--flow .itemBox .txtBox h3 {
          margin-left: 17.9104%;
          padding-top: 20px;
          padding-bottom: 20px;
          margin-bottom: 15px; }
        #container.second.menu #menu--flow .itemBox .txtBox p, #container.second.menu #menu--flow .itemBox .txtBox dl, #container.second.menu #menu--flow .itemBox .txtBox ul {
          padding-left: 0; }
        #container.second.menu #menu--flow .itemBox .txtBox .btn {
          padding-bottom: 0; }
          #container.second.menu #menu--flow .itemBox .txtBox .btn a {
            width: 240px;
            height: 50px;
            line-height: 50px;
            margin: 0 auto;
            font-size: 1.2rem; } }
#container.second.menu #menu--faq {
  width: 100%;
  padding-top: 110px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.second.menu #menu--faq {
      padding-top: 9.1667%; } }
  @media screen and (max-width: 767px) {
    #container.second.menu #menu--faq {
      padding-top: 14.6667%; } }
  #container.second.menu #menu--faq .wrapBoxC {
    padding-bottom: 120px;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) and (max-width: 1259px) {
      #container.second.menu #menu--faq .wrapBoxC {
        padding-bottom: 10%; } }
    @media screen and (max-width: 767px) {
      #container.second.menu #menu--faq .wrapBoxC {
        padding-bottom: 16%; } }
  #container.second.menu #menu--faq h2 {
    margin-bottom: 3.7736%; }
    @media screen and (max-width: 767px) {
      #container.second.menu #menu--faq h2 {
        margin-bottom: 30px; } }
  #container.second.menu #menu--faq span.bg {
    display: block;
    position: relative;
    z-index: -1; }

/*profile
------------------------------------------------------*/
#container.second.profile #profile--message .outer .mainBox h3 {
  margin-bottom: 30px;
  text-align: left;
  font-size: clamp(16px, 2.063vw, 26px);
  line-height: 1.75; }
@media screen and (max-width: 767px) {
  #container.second.profile #profile--message .outer .mainBox h3 {
    text-align: center; } }
#container.second.profile #profile--message2 {
  position: relative;
  overflow: hidden; }
  #container.second.profile #profile--message2::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: 356px;
    height: auto;
    padding-top: 340px;
    background-image: url("../images/bg_profile.png");
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 30px;
    margin-top: 86px;
    z-index: 1; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.second.profile #profile--message2::before {
      width: 29.6667%;
      padding-top: 28.3333%;
      margin-right: 2.5%;
      margin-top: 7.1667%; } }
  @media screen and (max-width: 767px) {
    #container.second.profile #profile--message2::before {
      display: none; } }
  #container.second.profile #profile--message2 .wrapBoxC {
    position: relative;
    z-index: 2; }
  #container.second.profile #profile--message2 h2 {
    margin-bottom: 2.8302%; }
  #container.second.profile #profile--message2 h3 {
    margin-bottom: 2.8302%; }
#container.second.profile #profile--profile {
  padding-top: 100px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.second.profile #profile--profile {
      padding-top: 8.3333%; } }
  @media screen and (max-width: 767px) {
    #container.second.profile #profile--profile {
      padding-top: 13.3333%; } }
  #container.second.profile #profile--profile .outer .mainBox {
    position: relative; }
    #container.second.profile #profile--profile .outer .mainBox::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: calc(107/760 * 100%);
      height: auto;
      padding-top: calc(185/760 * 100%);
      background-image: url("../images/img_profile_01.png");
      position: absolute;
      right: 0;
      top: 0; }
    #container.second.profile #profile--profile .outer .mainBox .inner {
      padding-right: calc(150/760 * 100%); }
    #container.second.profile #profile--profile .outer .mainBox dl dt {
      margin-bottom: 10px; }
    #container.second.profile #profile--profile .outer .mainBox dl dd + dt {
      margin-top: 15px; }
  @media screen and (max-width: 767px) {
    #container.second.profile #profile--profile .outer .mainBox::before {
      width: 29.8507%;
      padding-top: 42.5373%;
      margin-top: 30px; }
    #container.second.profile #profile--profile .outer .mainBox .inner {
      padding-right: 32.8358%; } }
@media screen and (max-width: 767px) {
  #container.second.profile #profile--outline::before {
    display: none; } }
#container.second.profile #profile--outline .outer .mainBox table th {
  white-space: nowrap;
  padding-right: 2em; }
#container.second.profile #profile--outline .outer .mainBox table td {
  vertical-align: middle; }
  #container.second.profile #profile--outline .outer .mainBox table td img {
    display: block;
    width: 10em;
    max-width: 100%;
    margin-right: auto;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      #container.second.profile #profile--outline .outer .mainBox table td img {
        margin-top: 10px; } }

/*contact
------------------------------------------------------*/
#container.second.contact #contact--lead,
#container.second.thanks #contact--lead {
  padding-bottom: 60px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #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 {
    margin-bottom: 5.6604%; }
  #container.second.contact #contact--lead h2 + p,
  #container.second.thanks #contact--lead h2 + p {
    text-align: center;
    font-size: clamp(17px, 1.587vw, 20px);
    line-height: calc(44/20);
    margin-bottom: 5.6604%; }
    #container.second.contact #contact--lead h2 + p a,
    #container.second.thanks #contact--lead h2 + p a {
      color: #56acc6;
      text-decoration: underline; }
      #container.second.contact #contact--lead h2 + p a:hover,
      #container.second.thanks #contact--lead h2 + p a:hover {
        text-decoration: none; }
#container.second.contact .formArea,
#container.second.thanks .formArea {
  padding-bottom: 0; }
  #container.second.contact .formArea h2,
  #container.second.thanks .formArea h2 {
    margin-bottom: 4.717%; }
  #container.second.contact .formArea .formBtn,
  #container.second.thanks .formArea .formBtn {
    padding-bottom: 120px; }
    @media screen and (min-width: 768px) and (max-width: 1259px) {
      #container.second.contact .formArea .formBtn,
      #container.second.thanks .formArea .formBtn {
        padding-bottom: 11.3208%; } }
    @media screen and (max-width: 767px) {
      #container.second.contact .formArea .formBtn,
      #container.second.thanks .formArea .formBtn {
        padding-bottom: 17.9104%; } }
  #container.second.contact .formArea span.bg,
  #container.second.thanks .formArea span.bg {
    display: block; }
  @media screen and (max-width: 767px) {
    #container.second.contact .formArea h2,
    #container.second.thanks .formArea h2 {
      font-size: 1.5rem;
      margin-bottom: 7.4627%; }
    #container.second.contact .formArea span.bg,
    #container.second.thanks .formArea span.bg {
      display: none; } }

/*privacy
------------------------------------------------------*/
#container.second.privacy section h2 {
  margin-bottom: 20px;
  text-align: left;
  font-size: clamp(18px, 1.905vw, 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; }

/* -----------------------------------------
list
----------------------------------------- */
#container .cBlogList li .sub, #container.blog #blogDetail .blogTitle div.sub, #container.toppage #top--blog .cBlogList li .sub {
  text-align: left; }
  #container .cBlogList li .sub span, #container.blog #blogDetail .blogTitle div.sub span, #container.toppage #top--blog .cBlogList li .sub span {
    display: inline-block;
    text-align: left; }
  #container .cBlogList li .sub .date, #container.blog #blogDetail .blogTitle div.sub .date,
  #container .cBlogList li .sub .cat,
  #container.blog #blogDetail .blogTitle div.sub .cat, #container.toppage #top--blog .cBlogList li .sub .date,
  #container.toppage #top--blog .cBlogList li .sub .cat {
    margin-right: 15px;
    text-align: left;
    line-height: 24px;
    font-size: clamp(15px, 1.27vw, 16px);
    letter-spacing: 0; }
  #container .cBlogList li .sub .cat, #container.blog #blogDetail .blogTitle div.sub .cat, #container.toppage #top--blog .cBlogList li .sub .cat {
    font-size: clamp(14px, 1.19vw, 15px); }
#container.toppage #top--blog .cBlogList li .sub .cat {
  min-width: 110px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 50vw;
  text-align: center; }

/*=============
plugin
==============*/
/*-----------------------------------------------------
wp-pagenavi
--------------------------------------------------------*/
#container nav.navigation.pagination h2 {
  visibility: hidden; }
#container nav.navigation.pagination .nav-links {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  #container nav.navigation.pagination .nav-links span,
  #container nav.navigation.pagination .nav-links a {
    display: block;
    margin: 0 5px;
    width: 54px;
    border: 1px solid var(--lineCl04);
    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: #5098ad;
    color: #fff; }
  #container nav.navigation.pagination .nav-links .extend {
    border: none; }
  #container nav.navigation.pagination .nav-links .current {
    color: #fff;
    background-color: #115468; }
  #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%;
  line-height: 40px;
  text-align: center;
  font-size: clamp(16px, 1.587vw, 20px);
  color: var(--pointCl01); }
  #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/blog/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/blog/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; } }

/* -----------------------------------------
list
----------------------------------------- */
#container .cBlogList {
  margin-top: 0 !important;
  overflow: hidden;
  border-top: var(--lineCl04) 1px solid; }
  #container .cBlogList li {
    border-bottom: var(--lineCl04) 1px solid; }
    #container .cBlogList li a {
      display: block;
      padding: 30px 50px 30px 0;
      position: relative; }
      #container .cBlogList 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: 19px;
        height: 14px;
        background-image: url("../images/ico_arw_01.svg");
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto 0 auto auto;
        margin-right: 10px; }
    #container .cBlogList li .sub {
      margin-bottom: 10px; }
    #container .cBlogList li p {
      margin-top: 0;
      font-size: clamp(16px, 1.587vw, 20px);
      line-height: calc(32 / 19);
      display: inline;
      background-image: linear-gradient(90deg, var(--txBody), var(--txBody));
      background-position: left bottom;
      background-repeat: no-repeat;
      background-size: 0 1px;
      padding-bottom: 6px;
      transition: background-size .6s; }
    #container .cBlogList li:hover p {
      background-size: 100% 1px; }

#container.toppage #top--blog .cBlogList li .sub {
  margin-bottom: 10px; }
#container.toppage #top--blog .cBlogList li p {
  font-weight: normal; }

/* -----------------------------------------
blog layout
----------------------------------------- */
#container.blog #blogIndex .categoryList,
#container.blog #blogDetail .categoryList {
  margin-bottom: 7.5472%; }
  #container.blog #blogIndex .categoryList ul,
  #container.blog #blogDetail .categoryList ul {
    text-align: center; }
    #container.blog #blogIndex .categoryList ul li,
    #container.blog #blogDetail .categoryList ul li {
      display: inline-block;
      margin: 0 15px 10px; }
      #container.blog #blogIndex .categoryList ul li a,
      #container.blog #blogDetail .categoryList ul li a {
        display: inline-block;
        color: var(--txBody);
        position: relative; }
        #container.blog #blogIndex .categoryList ul li a::after,
        #container.blog #blogDetail .categoryList ul li a::after {
          content: "";
          display: block;
          height: 1px;
          width: 100%;
          background-color: var(--txBody);
          position: absolute;
          bottom: 0;
          left: 0;
          transition: var(--trTime);
          opacity: 0; }
        #container.blog #blogIndex .categoryList ul li a:hover::after,
        #container.blog #blogDetail .categoryList ul li a:hover::after {
          opacity: 1; }

/*-----------------------------------------------------
title
--------------------------------------------------------*/
#container.blog #blogDetail {
  padding-bottom: 40px;
  margin-bottom: 30px; }
  #container.blog #blogDetail .blogTitle {
    border-bottom: var(--lineCl06) 1px solid;
    padding-bottom: 1.8868%;
    margin-bottom: 2.8302%; }
    #container.blog #blogDetail .blogTitle h1 {
      text-align: left;
      font-size: clamp(22px, 2.381vw, 30px);
      line-height: calc(52 / 30); }

/*-----------------------------------------------------
bottom parts
--------------------------------------------------------*/
#container #blogDetail .recommendBox {
  padding-top: 6.6038%;
  padding-bottom: 8.4906%; }
  #container #blogDetail .recommendBox h2 {
    margin-bottom: 30px; }

/* -- blog parts --*/
#container .post {
  padding-bottom: 80px;
  /*------------
  block editor
  --------------*/ }
  @media screen and (max-width: 767px) {
    #container .post {
      padding-bottom: 10.6667%; } }
  #container .post h2 {
    margin-top: 50px !important;
    margin-bottom: 30px;
    font-size: clamp(22px, 2.063vw, 26px);
    text-align: left;
    font-weight: 500;
    line-height: 1.75; }
  #container .post h3 {
    margin-top: 50px !important;
    margin-bottom: 30px;
    font-size: clamp(20px, 1.905vw, 24px);
    text-align: left;
    font-weight: 500;
    line-height: 1.75; }
  #container .post h4 {
    font-size: clamp(18px, 1.746vw, 22px); }
  #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: #56acc6;
    text-decoration: underline;
    word-break: break-all; }
    #container .post a:hover {
      text-decoration: none; }
  #container .post ul {
    margin-left: 20px; }
    #container .post ul li {
      list-style-position: outside;
      list-style-type: disc; }
  #container .post ol {
    margin-left: 20px; }
    #container .post ol li {
      list-style-position: outside;
      list-style-type: decimal; }
  #container .post > img,
  #container .post p img,
  #container .post figure {
    width: 70.7547%;
    margin: 0 auto;
    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.111vw, 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; }

/* iOS Safariでtransform絡みのチラつきが出た時用
   必要な要素にのみ付与すること
	div{-webkit-backface-visibility: hidden;}
*/

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