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

body {
  line-height: 1; }

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

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

blockquote, q {
  quotes: none; }

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

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

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

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

del {
  text-decoration: line-through; }

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

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

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

input, select {
  vertical-align: middle; }

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

hr {
  overflow: visible; }

[hidden], template {
  display: none; }

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

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

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

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

b, strong {
  font-weight: bolder; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

input {
  border-radius: 0; }

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

optgroup {
  font-weight: bold; }

button {
  overflow: visible; }

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

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

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

button,
select {
  text-transform: none; }

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

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

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

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

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

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

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

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

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

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

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

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

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

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

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

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

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

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

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

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

/*----------------------------------------------------------
Properties
-----------------------------------------------------------*/
:root {
  --bgBody: #fff;
  --txBody: #72553e;
  --pointCl01:#f49270;
  --lineCl01:#dedede;
  --lineCl02:#c7b2a0;
  --lineCl03:#c7b275;
  --bgCl01:#fff09a;
  --bgCl02:#f9f5ea;
  --kadomaruL:80px;
  --kadomaruLsp:35px;
  --kadomaruM:60px;
  --kadomaruMsp:30px;
  --kadomaru:40px;
  --kadomarusp:20px;
  --hdrH:110px;
  --hdrHsp:55px;
  --trTime: .5s;
  --spMaxW:350px; }

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

#ftrTop #ftrTopIn, #mainImage,
.wrapBoxW, footer nav, #mainTitle h1, #mainTitle .pageTitle, #mainImage #mainTxt,
.wrapBox, #container.second section, #container.toppage #top--lead, #container.toppage #top--point, #container.toppage #top--concept, #container.toppage #top--faq,
.wrapBoxC,
.wrapBoxS {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 767px) {
    #ftrTop #ftrTopIn, #mainImage,
    .wrapBoxW, footer nav, #mainTitle h1, #mainTitle .pageTitle, #mainImage #mainTxt,
    .wrapBox, #container.second section, #container.toppage #top--lead, #container.toppage #top--point, #container.toppage #top--concept, #container.toppage #top--faq,
    .wrapBoxC,
    .wrapBoxS {
      padding-left: 20px;
      padding-right: 20px; } }

#ftrTop #ftrTopIn, #mainImage,
.wrapBoxW {
  width: 1260px; }

footer nav, #mainTitle h1, #mainTitle .pageTitle, #mainImage #mainTxt,
.wrapBox {
  width: 1200px; }

#container.second section, #container.toppage #top--lead, #container.toppage #top--point, #container.toppage #top--concept, #container.toppage #top--faq,
.wrapBoxC {
  width: 1160px; }

/* box --1000px-----------*/
.wrapBoxS {
  width: 1100px; }

/*-----------------------------------------------------
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: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  letter-spacing: 0.075em; }

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

.font01R, #ftrTop #ftrTopIn .ftrContact a, .cAccBox dl dt span, header nav > ul > li > a,
header nav > ul > li > span, #ftrTop #ftrTopIn .ftrContact .tit, #mainTitle .pageTitle, .spNav ul li a, #mainImage #mainTxt .mark p, #container.toppage #top--point .boxIn span.subtit, #container.toppage #top--point .boxIn h2, #container.toppage #top--concept .txtBox h2, #container.toppage #top--info .inner01 .txtBox h2, #container.toppage #top--info .inner02 .inner02Txt h3, #container.toppage #top--faq .titBox h2, #container.second.class #class--lead .inner h2, #container.second.class #class--lead .inner h2 span, #container.second.class #class--taiken .wrapBoxC h2, #container.second.class #class--concept .inner h2, #container.second.class #class--message .titBox h2, #container.second.class #class--outline h2, #container.second.contact #contact--lead h2, #container.second.contact #contact--lead h2 span,
.font01M,
.font01B, #container.toppage #top--info .inner01 .txtBox .btn a span.btn-txt, #container.toppage #top--info .inner02 .inner02Txt .btn a span.btn-txt, #container.second.class #class--taiken .wrapBoxC .btn a span.btn-txt, footer nav > ul > li > a, #ftrCopy p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em; }

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

.font01R {
  font-weight: 400; }

#ftrTop #ftrTopIn .ftrContact a, .cAccBox dl dt span, header nav > ul > li > a,
header nav > ul > li > span, #ftrTop #ftrTopIn .ftrContact .tit, #mainTitle .pageTitle, .spNav ul li a, #mainImage #mainTxt .mark p, #container.toppage #top--point .boxIn span.subtit, #container.toppage #top--point .boxIn h2, #container.toppage #top--concept .txtBox h2, #container.toppage #top--info .inner01 .txtBox h2, #container.toppage #top--info .inner02 .inner02Txt h3, #container.toppage #top--faq .titBox h2, #container.second.class #class--lead .inner h2, #container.second.class #class--lead .inner h2 span, #container.second.class #class--taiken .wrapBoxC h2, #container.second.class #class--concept .inner h2, #container.second.class #class--message .titBox h2, #container.second.class #class--outline h2, #container.second.contact #contact--lead h2, #container.second.contact #contact--lead h2 span,
.font01M {
  font-weight: 500; }

.font01B {
  font-weight: 700; }

/* -----------------------------------------
-- 1. set
-- 2. title
-- 3. text
-- 4. list
-- 5. table
-- 6. btn
-- 7. other
----------------------------------------- */
/*--------------------------------------------------------------------
1. set
---------------------------------------------------------------------*/
#container.toppage #top--info, #container.second.class #class--taiken {
  width: 100% !important;
  background-color: var(--bgCl02);
  border-radius: var(--kadomaruL);
  padding-top: 130px;
  padding-bottom: 140px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.toppage #top--info, #container.second.class #class--taiken {
      padding-top: 10.8333%;
      padding-bottom: 11.6667%; } }
  @media screen and (max-width: 767px) {
    #container.toppage #top--info, #container.second.class #class--taiken {
      border-radius: var(--kadomaruLsp);
      padding-top: 16%;
      padding-bottom: 17.3333%; } }

/*--------------------------------------------------------------------
2. title
---------------------------------------------------------------------*/
/*--------------------------------------------------------------------
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
---------------------------------------------------------------------*/
/* normal mark
------------------------------------------------------*/
ul.cList01 > li, #container.privacy section ul > li {
  padding-left: 1.2em;
  position: relative; }
  ul.cList01 > li::before, #container.privacy section ul > li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0; }

/* att mark※
------------------------------------------------------*/
ul.cListAtt01 > li {
  padding-left: 1.2em;
  position: relative; }
  ul.cListAtt01 > li::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0; }

/* att mark
------------------------------------------------------*/
ul.cAtt01 > li, #container.privacy section ul.att > li {
  padding-left: 1.2em;
  position: relative; }
  ul.cAtt01 > li::before, #container.privacy section ul.att > li::before {
    content: "*";
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

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

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

/*--------------------------------------------------------------------
6. btn
---------------------------------------------------------------------*/
#container.toppage #top--info .inner01 .txtBox .btn a, #container.toppage #top--info .inner02 .inner02Txt .btn a, #container.second.class #class--taiken .wrapBoxC .btn a {
  display: block;
  width: 300px;
  height: 70px;
  max-width: 100%;
  border-radius: 50vw;
  position: relative;
  overflow: hidden; }
  #container.toppage #top--info .inner01 .txtBox .btn a::before, #container.toppage #top--info .inner01 .txtBox .btn a::after, #container.toppage #top--info .inner02 .inner02Txt .btn a::before, #container.toppage #top--info .inner02 .inner02Txt .btn a::after, #container.second.class #class--taiken .wrapBoxC .btn a::before, #container.second.class #class--taiken .wrapBoxC .btn a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-radius: 50vw;
    position: absolute;
    top: 0;
    left: 0; }
  #container.toppage #top--info .inner01 .txtBox .btn a::before, #container.toppage #top--info .inner02 .inner02Txt .btn a::before, #container.second.class #class--taiken .wrapBoxC .btn a::before {
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.3s ease;
    transition-property: transform;
    z-index: 2; }
  #container.toppage #top--info .inner01 .txtBox .btn a::after, #container.toppage #top--info .inner02 .inner02Txt .btn a::after, #container.second.class #class--taiken .wrapBoxC .btn a::after {
    z-index: 1; }
  #container.toppage #top--info .inner01 .txtBox .btn a span.btn-txt, #container.toppage #top--info .inner02 .inner02Txt .btn a span.btn-txt, #container.second.class #class--taiken .wrapBoxC .btn a span.btn-txt {
    display: block;
    line-height: 68px;
    padding-left: 35px;
    text-align: left;
    font-size: 1em;
    position: relative;
    z-index: 5;
    transition: color .3s; }
  #container.toppage #top--info .inner01 .txtBox .btn a span.btn-arw, #container.toppage #top--info .inner02 .inner02Txt .btn a span.btn-arw, #container.second.class #class--taiken .wrapBoxC .btn a span.btn-arw {
    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: 27px;
    height: 27px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 0 auto auto;
    margin-right: 20px;
    z-index: 6; }
  #container.toppage #top--info .inner01 .txtBox .btn a:hover::before, #container.toppage #top--info .inner02 .inner02Txt .btn a:hover::before, #container.second.class #class--taiken .wrapBoxC .btn a:hover::before {
    transform: scaleX(1);
    transform-origin: left; }
#container.toppage #top--info .inner01 .txtBox .btn a::before, #container.toppage #top--info .inner02 .inner02Txt .btn a::before, #container.second.class #class--taiken .wrapBoxC .btn a::before {
  border-color: #dd9c5d;
  background-color: #dd9c5d; }
#container.toppage #top--info .inner01 .txtBox .btn a::after, #container.toppage #top--info .inner02 .inner02Txt .btn a::after, #container.second.class #class--taiken .wrapBoxC .btn a::after {
  border-color: var(--lineCl02);
  background-color: #fff; }
#container.toppage #top--info .inner01 .txtBox .btn a span.btn-txt, #container.toppage #top--info .inner02 .inner02Txt .btn a span.btn-txt, #container.second.class #class--taiken .wrapBoxC .btn a span.btn-txt {
  color: var(--txBody); }
#container.toppage #top--info .inner01 .txtBox .btn a span.btn-arw, #container.toppage #top--info .inner02 .inner02Txt .btn a span.btn-arw, #container.second.class #class--taiken .wrapBoxC .btn a span.btn-arw {
  background-image: url("../images/ico_arw_01_or.svg"); }
#container.toppage #top--info .inner01 .txtBox .btn a:hover span.btn-txt, #container.toppage #top--info .inner02 .inner02Txt .btn a:hover span.btn-txt, #container.second.class #class--taiken .wrapBoxC .btn a:hover span.btn-txt {
  color: #fff; }
#container.toppage #top--info .inner01 .txtBox .btn a:hover span.btn-arw, #container.toppage #top--info .inner02 .inner02Txt .btn a:hover span.btn-arw, #container.second.class #class--taiken .wrapBoxC .btn a:hover span.btn-arw {
  background-image: url("../images/ico_arw_01_wh.svg"); }
#container.toppage #top--info .inner02 .inner02Txt .btn a {
  width: 225px;
  height: 57px; }
  #container.toppage #top--info .inner02 .inner02Txt .btn a span.btn-txt {
    line-height: 55px;
    padding-left: 25px;
    font-size: 1.4rem; }
  #container.toppage #top--info .inner02 .inner02Txt .btn a span.btn-arw {
    width: 22px;
    height: 22px;
    margin-right: 12px; }
#container.second.class #class--taiken .wrapBoxC .btn a {
  display: inline-block;
  min-width: 300px;
  width: auto;
  height: 70px; }
  #container.second.class #class--taiken .wrapBoxC .btn a span.btn-txt {
    line-height: 68px;
    padding-left: 35px;
    padding-right: 85px;
    font-size: 1.8rem;
    text-align: left; }
@media screen and (max-width: 767px) {
  #container.toppage #top--info .inner01 .txtBox .btn a, #container.toppage #top--info .inner02 .inner02Txt .btn a, #container.second.class #class--taiken .wrapBoxC .btn a {
    width: 240px;
    height: 60px;
    margin: 0 auto; }
    #container.toppage #top--info .inner01 .txtBox .btn a span.btn-txt, #container.toppage #top--info .inner02 .inner02Txt .btn a span.btn-txt, #container.second.class #class--taiken .wrapBoxC .btn a span.btn-txt {
      line-height: 59px;
      font-size: 1.5rem; }
    #container.toppage #top--info .inner01 .txtBox .btn a span.btn-arw, #container.toppage #top--info .inner02 .inner02Txt .btn a span.btn-arw, #container.second.class #class--taiken .wrapBoxC .btn a span.btn-arw {
      width: 23px;
      height: 23px; }
  #container.second.class #class--taiken .wrapBoxC .btn a {
    min-width: inherit;
    max-width: 100%;
    width: auto; }
    #container.second.class #class--taiken .wrapBoxC .btn a span.btn-txt {
      padding-left: 15px;
      padding-right: 55px;
      font-size: 1.4rem; } }

#ftrTop #ftrTopIn .ftrContact a {
  display: block;
  width: 340px;
  max-width: 100%;
  height: 80px;
  border-radius: 50vw;
  background-color: #c98f43;
  text-align: center;
  line-height: 80px;
  font-size: clamp(14px, 1.429vw, 18px);
  color: #fff; }
  #ftrTop #ftrTopIn .ftrContact a:hover {
    background-color: #dd9a43; }
@media screen and (max-width: 767px) {
  #ftrTop #ftrTopIn .ftrContact a {
    width: 230px;
    height: 55px;
    line-height: 55px; } }

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

.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px; }

/* -----------------------------------------
-- accordion
-- tab
-- modal
-- slide
-- form
----------------------------------------- */
/*--------------------------------------------------------------------
accordion
---------------------------------------------------------------------*/
.cAccBox {
  max-width: 100%;
  margin: 0 auto; }
  .cAccBox dl + dl {
    margin-top: 20px; }
  .cAccBox dl {
    border: var(--lineCl02) 1px solid;
    border-radius: 15px;
    background-color: #fff; }
    .cAccBox dl dt {
      padding: 25px 70px 20px 60px;
      text-align: left;
      cursor: pointer;
      position: relative;
      font-size: clamp(15px, 1.429vw, 18px);
      line-height: calc(52/30);
      font-weight: 500; }
      .cAccBox dl dt span {
        display: block;
        width: 1em;
        color: var(--pointCl01);
        font-size: clamp(18px, 1.746vw, 22px);
        line-height: 1;
        position: absolute;
        top: 30px;
        left: 30px; }
      .cAccBox dl dt::before, .cAccBox dl dt::after {
        content: "";
        display: block;
        width: 16px;
        height: 3px;
        background-color: var(--txBody);
        position: absolute;
        top: 50%;
        right: 0;
        margin-right: 20px;
        transition: .3s; }
      .cAccBox dl dt::after {
        transform: rotate(270deg); }
      .cAccBox dl dt.open::after {
        transform: rotate(0); }
    .cAccBox dl dd {
      display: none; }
    .cAccBox dl dd .inner {
      padding: 0 70px 30px 30px; }
  @media screen and (max-width: 767px) {
    .cAccBox dl + dl {
      margin-top: 20px; }
    .cAccBox dl {
      border: var(--lineCl02) 1px solid;
      border-radius: 10px; }
      .cAccBox dl dt {
        padding: 20px 35px 20px 50px; }
        .cAccBox dl dt span {
          top: 25px;
          left: 20px; }
        .cAccBox dl dt::before, .cAccBox dl dt::after {
          width: 10px;
          height: 2px;
          margin-right: 15px; }
      .cAccBox dl dd {
        display: none; }
      .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: 40px;
  height: 15px;
  border-radius: 3px;
  margin-left: 1.5em;
  text-align: center;
  color: #fff;
  background-color: #fe8b68;
  line-height: 13px;
  font-size: 11px;
  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;
    font-size: clamp(16px, 1.429vw, 18px);
    font-weight: 500; }
    @media screen and (max-width: 999px) {
      #form table th {
        width: 200px; } }
  #form table th > p {
    margin-top: 5px;
    font-size: clamp(14px, 1.27vw, 16px);
    text-align: left;
    line-height: 19px;
    line-height: calc(28/14); }
  #form table td {
    vertical-align: middle;
    font-size: 1em;
    padding-left: 25px; }
    #form table td .error {
      color: red;
      text-align: left; }
      #form table td .error p, #form table td .error li {
        font-size: clamp(14px, 1.19vw, 15px); }
  @media screen and (max-width: 767px) {
    #form table th {
      width: 100%;
      padding-bottom: 20px; }
    #form table td {
      padding-left: 0;
      padding-bottom: 25px;
      font-size: 1.5rem; } }
  #form table td.chk label {
    display: block; }
  #form table td.name div {
    width: 50%;
    float: left;
    padding-right: 10px; }
    #form table td.name div + div {
      padding-left: 10px;
      padding-right: 0; }
    #form table td.name div.error {
      clear: both;
      width: 100%;
      padding-left: 0;
      margin-top: 0; }
    @media screen and (max-width: 767px) {
      #form table td.name div {
        width: auto;
        float: none;
        padding-right: 0; }
        #form table td.name div + div {
          padding-left: 0;
          padding-right: 0;
          padding-top: 15px; } }
  #form table td.privacy span,
  #form table td.privacy label {
    margin-top: 10px;
    font-weight: 500;
    font-size: clamp(16px, 1.349vw, 17px); }
  #form table ::placeholder {
    color: #b19782; }

/*--form parts --*/
#form input[type="text"],
#form input[type="email"],
#form input[type="url"],
#form input[type="tel"],
#form textarea {
  background-color: #f9f2e4;
  border-radius: 5px;
  padding: 12px 10px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    #form input[type="text"],
    #form input[type="email"],
    #form input[type="url"],
    #form input[type="tel"],
    #form textarea {
      padding: 10px;
      font-size: 16px; } }
#form textarea {
  height: 10em; }

/*--form btn--*/
#form .formBtn button,
#form .formBtn input,
.btnThanks a {
  display: block;
  width: 300px;
  height: 66px;
  max-width: 100%;
  border-radius: 50vw;
  border: var(--txBody) 1px solid;
  color: var(--txBody);
  font-size: clamp(15px, 1.27vw, 16px);
  text-align: center;
  line-height: 64px;
  font-weight: 500;
  cursor: pointer; }
  #form .formBtn button:hover,
  #form .formBtn input:hover,
  .btnThanks a:hover {
    background-color: var(--txBody);
    color: #fff; }
  @media screen and (max-width: 767px) {
    #form .formBtn button,
    #form .formBtn input,
    .btnThanks 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); }
  #form .formBtn button.back, #form .formBtn button.back + button, #form .formBtn button.back + input,
  #form .formBtn input.back,
  #form .formBtn input.back + button,
  #form .formBtn input.back + input,
  .btnThanks a.back,
  .btnThanks a.back + button,
  .btnThanks a.back + input {
    display: inline-block;
    width: 330px;
    max-width: calc((100% - 60px)/2); }
  #form .formBtn button.back + button, #form .formBtn button.back + input,
  #form .formBtn input.back + button,
  #form .formBtn input.back + input,
  .btnThanks a.back + button,
  .btnThanks a.back + input {
    margin-left: 50px; }
  @media screen and (max-width: 767px) {
    #form .formBtn button.back, #form .formBtn button.back + button, #form .formBtn button.back + input,
    #form .formBtn input.back,
    #form .formBtn input.back + button,
    #form .formBtn input.back + input,
    .btnThanks a.back,
    .btnThanks a.back + button,
    .btnThanks a.back + input {
      max-width: calc((100% - 50px)/2); }
    #form .formBtn button.back + button, #form .formBtn button.back + input,
    #form .formBtn input.back + button,
    #form .formBtn input.back + input,
    .btnThanks a.back + button,
    .btnThanks a.back + input {
      margin-left: 20px; } }

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

#container .mw_wp_form_input .formBtn.input {
  display: block; }
#container .mw_wp_form_input .formBtn.confirm {
  display: none; }
#container .mw_wp_form_confirm .formBtn.input {
  display: none; }
#container .mw_wp_form_confirm .formBtn.confirm {
  display: block; }

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

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

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

*:focus {
  outline: none; }

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

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

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

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

strong {
  font-weight: bold; }

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

#wrapper {
  position: relative;
  background: url("../images/bg_second.jpg") center top repeat-y;
  background-size: 100% auto; }
  #wrapper.home {
    background-image: url("../images/bg_toppage.jpg"); }
  @media screen and (max-width: 767px) {
    #wrapper {
      background-image: none; }
      #wrapper.home {
        background-image: url("../images/bg_toppage_sp.jpg"); } }

/* -----------------------------------------------------------------------
clearfix
------------------------------------------------------------------------- */
#ftrTop #ftrTopIn, #mainImage,
.wrapBoxW, footer nav, #mainTitle h1, #mainTitle .pageTitle, #mainImage #mainTxt,
.wrapBox, #container.second section, #container.toppage #top--lead, #container.toppage #top--point, #container.toppage #top--concept, #container.toppage #top--faq,
.wrapBoxC,
.wrapBoxS,
.clearfix,
header,
section {
  display: block; }
  #ftrTop #ftrTopIn::after, #mainImage::after,
  .wrapBoxW::after, footer nav::after, #mainTitle h1::after, #mainTitle .pageTitle::after, #mainImage #mainTxt::after,
  .wrapBox::after, #container.second section::after, #container.toppage #top--lead::after, #container.toppage #top--point::after, #container.toppage #top--concept::after, #container.toppage #top--faq::after,
  .wrapBoxC::after,
  .wrapBoxS::after, #ftrTop #ftrTopIn::before, #mainImage::before,
  .wrapBoxW::before, footer nav::before, #mainTitle h1::before, #mainTitle .pageTitle::before, #mainImage #mainTxt::before,
  .wrapBox::before, #container.second section::before, #container.toppage #top--lead::before, #container.toppage #top--point::before, #container.toppage #top--concept::before, #container.toppage #top--faq::before,
  .wrapBoxC::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; }

/*#wrapper{
	padding-top:$hdrH;
	@include mq(sp){
		padding-top:var(--hdrHsp);
	}
}*/
header {
  height: var(--hdrH);
  width: 100%;
  position: relative;
  /*position:fixed;
  top: 0;
  left: 0;*/
  z-index: 1200; }
  @media screen and (max-width: 767px) {
    header {
      height: var(--hdrHsp); } }
  header h1,
  header .logo {
    width: 383px;
    height: 51px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto 0;
    margin-left: 40px; }
    @media screen and (max-width: 767px) {
      header h1,
      header .logo {
        width: 216px;
        height: 28.5px;
        margin-left: 11px; } }
  header nav {
    margin-left: 440px;
    margin-right: 40px;
    padding-top: 35px;
    position: relative; }
    header nav > ul {
      text-align: right;
      height: 40px; }
      header nav > ul > li {
        display: inline-block;
        margin-left: 35px;
        position: relative; }
        header nav > ul > li > a,
        header nav > ul > li > span {
          display: inline-block;
          overflow: hidden;
          position: relative;
          transition: all var(--trTime);
          display: block;
          height: 40px;
          line-height: 40px;
          font-size: clamp(16px, 1.349vw, 17px);
          color: var(--txBody);
          letter-spacing: 0.05em;
          cursor: pointer; }
          header nav > ul > li > a::after,
          header nav > ul > li > 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; }
          header nav > ul > li > a:hover::after,
          header nav > ul > li > span:hover::after {
            transform: scale(1, 1);
            transform-origin: left top; }
        header nav > ul > li > span::after {
          display: none; }
  header button {
    transition: opacity 0.5s; }

/* scrolling
-----------------------*/
header.clone-hdr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
  z-index: 5000;
  opacity: 0; }

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

header.clone-hdr {
  background-color: white; }

header.is-fixed button {
  opacity: 0; }

.is-fixed.drawer-open header.is-fixed button {
  opacity: 1; }

/*--------------------------------------------------------------------
   footer
---------------------------------------------------------------------*/
footer {
  padding-bottom: 60px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    footer {
      padding-bottom: 80px; } }

#ftrTop {
  width: 100%;
  background-color: var(--bgCl01);
  border-radius: var(--kadomaruL); }
  #ftrTop #ftrTopIn {
    padding: 60px 50px;
    position: relative;
    display: flex;
    flex-direction: row-reverse; }
    #ftrTop #ftrTopIn::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: 8.8889%;
      height: auto;
      padding-top: 7.5397%;
      background-image: url("../images/pic/pic_06.svg");
      position: absolute;
      right: 0;
      bottom: 0;
      margin-right: 9px;
      margin-bottom: -1.1905%; }
    #ftrTop #ftrTopIn .ftrContact,
    #ftrTop #ftrTopIn .ftrInfo {
      width: 50%; }
    #ftrTop #ftrTopIn .ftrContact {
      border-left: var(--lineCl03) 1px solid;
      padding-left: 40px;
      padding-right: 50px; }
      #ftrTop #ftrTopIn .ftrContact .tit {
        padding: 35px 0;
        text-align: center;
        font-size: clamp(23px, 2.063vw, 26px); }
      #ftrTop #ftrTopIn .ftrContact .txt {
        padding-bottom: 35px;
        text-align: center;
        font-size: clamp(14px, 1.429vw, 18px);
        line-height: calc(36/18); }
      #ftrTop #ftrTopIn .ftrContact a {
        margin: 0 auto; }
    #ftrTop #ftrTopIn .ftrInfo {
      padding-left: 50px;
      padding-right: 40px; }
      #ftrTop #ftrTopIn .ftrInfo .logo {
        width: calc(345/510 * 100%);
        height: 59px;
        overflow: hidden;
        margin: 0 auto 25px;
        transform: translateX(-10px); }
      #ftrTop #ftrTopIn .ftrInfo p {
        text-align: left;
        font-size: clamp(14px, 1.429vw, 18px);
        line-height: calc(36/18); }
        #ftrTop #ftrTopIn .ftrInfo p span {
          display: block;
          padding-left: 1em;
          font-size: clamp(14px, 1.27vw, 16px);
          position: relative; }
          #ftrTop #ftrTopIn .ftrInfo p span::before {
            content: "*";
            display: block;
            width: 1em;
            position: absolute;
            top: 0;
            left: 0; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #ftrTop #ftrTopIn {
      padding: 5% 4.1667%; }
      #ftrTop #ftrTopIn .ftrContact {
        padding-right: calc(50/510 * 100%); } }
    @media screen and (min-width: 768px) and (max-width: 1259px) and (max-width: 999px) {
      #ftrTop #ftrTopIn .ftrContact {
        padding-right: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
      #ftrTop #ftrTopIn .ftrInfo {
        padding-left: calc(50/510 * 100%); } }
    @media screen and (min-width: 768px) and (max-width: 1259px) and (max-width: 999px) {
      #ftrTop #ftrTopIn .ftrInfo {
        padding-left: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
        #ftrTop #ftrTopIn .ftrInfo .logo {
          margin: 0 auto 15px;
          transform: translateX(0); } }
  @media screen and (max-width: 767px) {
    #ftrTop {
      border-radius: var(--kadomaruLsp); }
      #ftrTop #ftrTopIn {
        padding: calc(110px * 0.5) 20px;
        display: block; }
        #ftrTop #ftrTopIn::before {
          display: none; }
        #ftrTop #ftrTopIn .ftrContact,
        #ftrTop #ftrTopIn .ftrInfo {
          width: 100%; }
        #ftrTop #ftrTopIn .ftrContact {
          border-left: none;
          border-bottom: var(--txBody) 1px solid;
          padding-left: 0;
          padding-right: 0;
          padding-bottom: 50px; }
          #ftrTop #ftrTopIn .ftrContact .tit {
            padding: 0 0 25px; }
          #ftrTop #ftrTopIn .ftrContact .txt {
            padding-bottom: 25px; }
          #ftrTop #ftrTopIn .ftrContact a {
            margin: 0 auto; }
        #ftrTop #ftrTopIn .ftrInfo {
          padding-left: 0;
          padding-right: 0;
          padding-top: 50px; }
          #ftrTop #ftrTopIn .ftrInfo .logo {
            width: 67.1642%;
            height: 38.5px;
            transform: translateX(0); }
          #ftrTop #ftrTopIn .ftrInfo p {
            text-align: left;
            font-size: clamp(14px, 1.429vw, 18px);
            line-height: calc(36/18); }
            #ftrTop #ftrTopIn .ftrInfo p span {
              display: block;
              padding-left: 1em;
              font-size: clamp(14px, 1.27vw, 16px);
              position: relative; }
              #ftrTop #ftrTopIn .ftrInfo p span::before {
                content: "*";
                display: block;
                width: 1em;
                position: absolute;
                top: 0;
                left: 0; } }

footer nav {
  padding-top: 60px;
  padding-bottom: 25px; }
  footer nav > ul {
    text-align: center; }
    footer nav > ul > li {
      display: inline-block;
      margin: 0 25px 10px;
      position: relative; }
      footer nav > ul > li > a {
        display: inline-block;
        overflow: hidden;
        position: relative;
        transition: all var(--trTime);
        display: block;
        height: 35px;
        line-height: 35px;
        font-size: clamp(15px, 1.27vw, 16px);
        color: var(--txBody);
        letter-spacing: 0.075em;
        cursor: pointer; }
        footer 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; }
        footer nav > ul > li > a:hover::after {
          transform: scale(1, 1);
          transform-origin: left top; }
  @media screen and (max-width: 767px) {
    footer nav {
      padding-top: 35px;
      padding-bottom: 35px; }
      footer nav > ul {
        display: block; }
        footer nav > ul::after, footer nav > ul::before {
          content: "";
          display: block;
          clear: both; }
        footer nav > ul > li {
          display: block;
          margin: 0 0 10px;
          width: 50%;
          float: left;
          position: relative; }
          footer nav > ul > li > a {
            font-size: 1.6rem; }
            footer nav > ul > li > a::after {
              display: none; } }

#ftrCopy p {
  text-align: center;
  font-size: clamp(11px, 1.111vw, 14px);
  line-height: 1.75; }
  #ftrCopy p a {
    color: var(--txBody); }

/*--------------------------------------------------------------------
   fix btn
---------------------------------------------------------------------*/
#fixbtnSp {
  display: none; }
  @media screen and (max-width: 767px) {
    #fixbtnSp {
      display: block;
      width: calc(347px * 0.5);
      height: calc(98px * 0.5);
      max-width: 100%;
      position: fixed;
      right: 0;
      bottom: 0;
      z-index: 7000; }
      #fixbtnSp a {
        display: block;
        width: 100%;
        height: 100%;
        background-color: var(--pointCl01);
        border-radius: 20px 0 0 0;
        position: relative;
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        text-align: center; }
        #fixbtnSp a span {
          display: block;
          width: calc(236px * 0.5);
          height: calc(31px * 0.5);
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain;
          background-image: url("../images/fix_btn.svg");
          overflow: hidden;
          white-space: nowrap;
          text-indent: 101%;
          line-height: 0;
          font-size: 0.1em;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; } }

/*--------------------------------------------------------------------
  h1
---------------------------------------------------------------------*/
#mainTitle {
  position: relative;
  z-index: 10; }

#mainTitle h1 {
  height: 1em;
  font-size: 10px;
  text-align: right;
  position: absolute;
  z-index: 15; }
  @media screen and (max-width: 767px) {
    #mainTitle h1 {
      width: 120%;
      transform: scale(0.6);
      right: -20% !important; } }

#mainTitle h1 {
  color: #bfb0a3;
  bottom: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------------
   mainTitle
---------------------------------------------------------------------*/
#mainTitle {
  width: 100%;
  padding-top: 280px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden; }
  #mainTitle::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/bg_maintitle.png");
    width: 1200px;
    height: auto;
    padding-top: 280px;
    max-width: calc(100% - 60px);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: -1; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #mainTitle {
      padding-top: 23.3333%; }
      #mainTitle::before {
        padding-top: 23.3333%; } }
  #mainTitle .pageTitle {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    transform: translateY(-50%);
    padding-left: 80px;
    text-align: left;
    font-size: clamp(23px, 3.175vw, 40px);
    transform: translateY(-40px);
    z-index: 1; }
    @media screen and (min-width: 768px) and (max-width: 1259px) {
      #mainTitle .pageTitle {
        padding-left: 9.1667%; } }
  @media screen and (max-width: 767px) {
    #mainTitle {
      padding-top: 37.3333%;
      padding-bottom: 30px; }
      #mainTitle::before {
        width: calc(100% + 80px);
        max-width: none;
        padding-top: 37.3333%;
        margin-left: -30px;
        background-size: cover; }
      #mainTitle .pageTitle {
        padding-left: 0;
        text-align: center;
        transform: translateY(-30px); } }

/*--------------------------------------------------------------------
   container
---------------------------------------------------------------------*/
#container {
  overflow: hidden; }
  #container.second {
    padding-top: 60px;
    padding-bottom: 30px; }
    #container.second section {
      padding-bottom: 80px; }
    @media screen and (min-width: 768px) and (max-width: 1259px) {
      #container.second {
        padding-top: 5%;
        padding-bottom: 2.5%; }
        #container.second section {
          padding-bottom: 6.6667%; } }
    @media screen and (max-width: 767px) {
      #container.second {
        padding-top: 8%;
        padding-bottom: 4%; }
        #container.second section {
          padding-bottom: 10.6667%; } }

/* 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.429vw, 18px);
  line-height: calc(40/18);
  text-align: left;
  font-feature-settings: "palt"; }
  @media screen and (max-width: 767px) {
    div[id="container"] section p, div[id="container"] section li, div[id="container"] section dt, div[id="container"] section dd, div[id="container"] section th, div[id="container"] section td {
      font-size: 1.6rem;
      line-height: calc(60/30) !important; } }
div[id="container"] p + * {
  margin-top: 30px; }
div[id="container"] ul + * {
  margin-top: 30px; }
div[id="container"] ol + * {
  margin-top: 30px; }
div[id="container"] dl + * {
  margin-top: 30px; }
div[id="container"] table + * {
  margin-top: 30px; }

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

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

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

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

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

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

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

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

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 99999;
  top: 0;
  display: block;
  box-sizing: border-box;
  width: 47px;
  height: 47px;
  padding: 0 15px;
  background-color: var(--txBody);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  border-radius: 50vw;
  margin-top: calc((80px - 47px)/2);
  margin-right: 20px; }
  @media screen and (max-width: 767px) {
    .drawer-hamburger {
      width: calc(54px * 0.6);
      height: calc(54px * 0.6);
      padding: 0 calc(15px * 0.6);
      margin-top: calc((55px - 54px * 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: 2px;
  -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; }
  @media screen and (max-width: 767px) {
    .drawer-hamburger-icon,
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
      height: 1px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  header nav {
    display: none; }

  header .hdrTop {
    display: none; } }
/*--------------------------------------------------------------------
   menu
---------------------------------------------------------------------*/
.spNavHdr {
  height: var(--hdrH);
  position: relative; }
  .spNavHdr .logo {
    width: 383px;
    height: 51px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto 0;
    margin-left: 40px; }
  @media screen and (max-width: 767px) {
    .spNavHdr {
      height: var(--hdrHsp); }
      .spNavHdr .logo {
        width: 216px;
        height: 28.5px;
        margin-left: 11px; } }

.spNav {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px; }
  .spNav ul {
    width: 650px;
    max-width: 100%;
    margin: 0 auto; }
    .spNav ul li {
      margin-bottom: 15px; }
      .spNav ul li a {
        display: block;
        background-color: #fff7bf;
        border-radius: 10px;
        font-size: 1.8rem;
        padding: calc(50/30 * 1em); }
  @media screen and (max-width: 767px) {
    .spNav {
      padding-left: 20px;
      padding-right: 20px; }
      .spNav ul li {
        margin-bottom: 8px; }
        .spNav ul li a {
          font-size: 1.6rem; } }

/* -----------------------------------------
-- 1. toppage
-- 2. local
----------------------------------------- */
/*--------------------------------------------------------------------
1. toppage
---------------------------------------------------------------------*/
/*mainimage
------------------------------------------------------*/
#mainImage {
  position: relative;
  overflow: hidden; }
  #mainImage .swiper-slide .slide-img {
    padding-top: 660px;
    width: 100%;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) and (max-width: 1259px) {
      #mainImage .swiper-slide .slide-img {
        padding-top: 55%; } }
  #mainImage .swiper-slide .slide-img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0; }
  #mainImage .swiper-slide #main01::before {
    background-image: url(../images/top/main_01.jpg); }
  #mainImage .swiper-slide #main02::before {
    background-image: url(../images/top/main_02.jpg); }
  #mainImage .swiper-slide #main03::before {
    background-image: url(../images/top/main_03.jpg); }
@keyframes zoomUp {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.15); } }
  #mainImage .swiper-slide-active .slide-img::before,
  #mainImage .swiper-slide-duplicate-active .slide-img::before,
  #mainImage .swiper-slide-prev .slide-img::before {
    animation: zoomUp 6s linear 0s 1 normal both; }
  #mainImage #mainTxt {
    height: 100%;
    z-index: 5;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
    #mainImage #mainTxt .mark {
      width: 38.3333%;
      padding-top: 33.3333%;
      background: url("../images/pic/moyou01.png") center center no-repeat;
      background-size: contain;
      position: absolute;
      top: 0;
      left: 0;
      margin-left: 3.3333%;
      margin-top: 9.5833%; }
      #mainImage #mainTxt .mark p {
        width: 100%;
        position: absolute; }
        #mainImage #mainTxt .mark p.txt01 {
          text-align: center;
          font-size: clamp(22px, 3.175vw, 40px);
          line-height: calc(3/2);
          bottom: 50%;
          transform: translateY(-10px); }
        #mainImage #mainTxt .mark p.txt02 {
          text-align: center;
          font-size: clamp(16px, 1.667vw, 21px);
          line-height: calc(36/21);
          top: 50%;
          transform: translateY(10px); }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #mainImage #mainTxt .mark {
      margin-left: calc(3.3333% + 30px); } }
  @media screen and (max-width: 767px) {
    #mainImage {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 37.3333%; }
      #mainImage .swiper-slide .slide-img {
        padding-top: 74.6667%;
        width: 100%;
        max-width: none;
        border-radius: 0; }
      #mainImage #mainTxt {
        width: 68%;
        height: auto;
        padding-top: 60%;
        top: auto;
        bottom: 0;
        margin-bottom: 0; }
        #mainImage #mainTxt .mark {
          width: 100%;
          padding-top: 0;
          height: 100%;
          margin-left: 0;
          margin-top: 0; }
          #mainImage #mainTxt .mark p.txt01 {
            font-size: 2.2rem; }
          #mainImage #mainTxt .mark p.txt02 {
            font-size: 3.5vw; } }

/*container
------------------------------------------------------*/
#container.toppage #top--lead {
  padding-top: 90px;
  padding-bottom: 80px;
  position: relative; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.toppage #top--lead {
      padding-top: 7.5%;
      padding-bottom: 6.6667%; } }
  #container.toppage #top--lead::before, #container.toppage #top--lead::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--lead::before {
    width: 6.3636%;
    padding-top: 9.7273%;
    background-image: url("../images/pic/pic_01.svg");
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 9.7273%;
    margin-top: 4.8182%; }
  #container.toppage #top--lead::after {
    width: 6.5455%;
    padding-top: 9.1818%;
    background-image: url("../images/pic/pic_02.svg");
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 6.5455%;
    margin-bottom: 7.2727%; }
  #container.toppage #top--lead p {
    font-size: clamp(16px, 1.508vw, 19px);
    text-align: center;
    line-height: calc(44/19);
    position: relative;
    z-index: 2; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--lead {
      padding-top: 9.3333%;
      padding-bottom: 9.3333%; }
      #container.toppage #top--lead::before {
        width: 10.4%;
        padding-top: 15.7333%;
        position: absolute;
        right: 0;
        bottom: 0;
        left: auto;
        top: auto;
        margin-left: auto;
        margin-top: auto;
        margin-right: 6%;
        margin-bottom: -6%; }
      #container.toppage #top--lead::after {
        display: none; }
      #container.toppage #top--lead p {
        text-align: left; } }

#container.toppage #top--point {
  padding-top: 12px;
  padding-bottom: 70px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.toppage #top--point {
      padding-bottom: 5.8333%; } }
  #container.toppage #top--point .boxIn {
    width: 47.2727%;
    float: left;
    padding: 3.6364% 5%;
    position: relative;
    border: var(--lineCl02) 1px solid;
    border-radius: var(--kadomaru);
    background-color: #fff; }
    #container.toppage #top--point .boxIn:nth-child(2) {
      float: right; }
    #container.toppage #top--point .boxIn span.subtit {
      display: block;
      width: 120px;
      height: 35px;
      border-radius: 10px;
      background-color: var(--pointCl01);
      text-align: center;
      line-height: 33px;
      color: #fff;
      font-size: 1.8rem;
      letter-spacing: 0.005em;
      position: absolute;
      top: 0;
      left: 0;
      margin-left: calc(40/520 * 100%);
      margin-top: -12px; }
    #container.toppage #top--point .boxIn h2 {
      margin-bottom: 15px;
      text-align: center;
      font-size: clamp(20px, 2.222vw, 28px);
      line-height: calc(44/28); }
    #container.toppage #top--point .boxIn p {
      text-align: left;
      font-size: clamp(16px, 1.429vw, 18px); }
  @media screen and (max-width: 767px) {
    #container.toppage #top--point {
      padding-top: 10px;
      padding-bottom: 13.3333%; }
      #container.toppage #top--point .boxIn {
        width: auto;
        float: none;
        margin: 0 auto;
        padding: 30px 20px;
        border-radius: var(--kadomarusp); }
        #container.toppage #top--point .boxIn:nth-child(2) {
          float: none;
          margin-top: 13.3333%; }
        #container.toppage #top--point .boxIn span.subtit {
          width: 90px;
          height: 25px;
          border-radius: 6px;
          line-height: 25px;
          font-size: 1.3rem;
          margin-left: 20px;
          margin-top: -10px; } }

#container.toppage #top--concept {
  padding-bottom: 110px;
  position: relative; }
  #container.toppage #top--concept::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: 7.2727%;
    padding-top: 7.5455%;
    background-image: url("../images/pic/pic_03.svg");
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 1.1818%;
    margin-top: 21.1818%; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.toppage #top--concept {
      padding-bottom: 9.1667%; } }
  #container.toppage #top--concept .txtBox {
    width: 79.0909%;
    float: left; }
    #container.toppage #top--concept .txtBox h2 {
      margin-bottom: 15px;
      text-align: left;
      font-size: clamp(25px, 2.222vw, 28px);
      line-height: calc(40/28); }
      #container.toppage #top--concept .txtBox h2 span {
        display: block;
        margin-top: 5px;
        font-weight: 500;
        font-size: clamp(18px, 1.905vw, 24px); }
  #container.toppage #top--concept .imgBox {
    width: 20.9091%;
    float: right;
    position: relative; }
    #container.toppage #top--concept .imgBox img {
      display: block;
      position: absolute; }
      #container.toppage #top--concept .imgBox img:nth-child(1) {
        width: calc(202/230 * 100%);
        position: absolute;
        right: 0;
        top: 0;
        margin-right: calc(-32/230 * 100%);
        margin-top: calc(15/230 * 100%);
        z-index: 2; }
      #container.toppage #top--concept .imgBox img:nth-child(2) {
        width: calc(142/230 * 100%);
        position: absolute;
        right: 0;
        top: 0;
        margin-right: calc(86/230 * 100%);
        margin-top: calc(132/230 * 100%);
        z-index: 3; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--concept {
      padding-bottom: 22.6667%;
      position: relative; }
      #container.toppage #top--concept::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: 14.2667%;
        padding-top: 20.2667%;
        background-image: url("../images/pic/pic_02.svg");
        z-index: 1;
        position: absolute;
        right: 0;
        top: 0;
        margin-right: 10.4%;
        margin-top: -3.2%; }
      #container.toppage #top--concept .txtBox {
        width: auto;
        float: none;
        margin: 0 auto;
        margin-bottom: 30px; }
        #container.toppage #top--concept .txtBox h2 {
          padding-right: 22.3881%; }
      #container.toppage #top--concept .imgBox {
        width: auto;
        float: none;
        margin: 0 auto;
        padding-bottom: 73.1343%;
        position: relative; }
        #container.toppage #top--concept .imgBox::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: 19.1045%;
          padding-top: 19.8507%;
          background-image: url("../images/pic/pic_03.svg");
          z-index: 1;
          position: absolute;
          right: 0;
          bottom: 0;
          margin-right: 15.6716%;
          margin-bottom: -5.6716%; }
        #container.toppage #top--concept .imgBox img:nth-child(1) {
          width: 58.209%;
          right: auto;
          left: 50%;
          margin-right: auto;
          margin-left: -23.8806%;
          margin-top: 0; }
        #container.toppage #top--concept .imgBox img:nth-child(2) {
          width: 40.2985%;
          right: auto;
          left: 50%;
          top: auto;
          bottom: 0;
          margin-right: auto;
          margin-left: -40.2985%;
          margin-top: 0; } }

#container.toppage #top--info .inner01 {
  display: block;
  margin-bottom: 9.0909%; }
  #container.toppage #top--info .inner01::after, #container.toppage #top--info .inner01::before {
    content: "";
    display: block;
    clear: both; }
  #container.toppage #top--info .inner01 .imgBox {
    width: 47.2727%;
    float: left; }
    #container.toppage #top--info .inner01 .imgBox img {
      display: block;
      border-radius: var(--kadomaruM); }
  #container.toppage #top--info .inner01 .txtBox {
    width: 47.2727%;
    float: right; }
    #container.toppage #top--info .inner01 .txtBox h2 {
      margin: 20px 0 15px;
      text-align: left;
      font-size: clamp(25px, 2.857vw, 36px);
      line-height: calc(40/28); }
    #container.toppage #top--info .inner01 .txtBox p {
      line-height: calc(36/18); }
#container.toppage #top--info .inner02 {
  width: 89.0909%;
  margin: 0 auto;
  border-radius: var(--kadomaru);
  background-color: var(--bgCl01);
  position: relative; }
  #container.toppage #top--info .inner02::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;
    width: calc(93/980 * 100%);
    padding-top: calc(68/980 * 100%);
    background-image: url("../images/pic/pic_04.svg");
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: -25px;
    margin-top: -25px;
    transform: rotate(45deg); }
  #container.toppage #top--info .inner02::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;
    width: calc(350/980 * 100%);
    height: 100%;
    background-image: url("../images/top/img_top_taiken.jpg");
    border-radius: var(--kadomaru) 0 0 var(--kadomaru);
    position: absolute;
    top: 0;
    left: 0; }
  #container.toppage #top--info .inner02 .inner02Txt {
    padding: calc(45/980 * 100%) 40px calc(45/980 * 100%) calc(395/980 * 100%); }
    #container.toppage #top--info .inner02 .inner02Txt h3 {
      margin-bottom: 15px;
      text-align: left;
      font-size: clamp(20px, 2.063vw, 26px);
      line-height: calc(40/28); }
    #container.toppage #top--info .inner02 .inner02Txt .btn a {
      margin-left: auto; }
@media screen and (max-width: 767px) {
  #container.toppage #top--info .inner01 {
    margin-bottom: 20.8955%; }
    #container.toppage #top--info .inner01 .imgBox {
      width: 82.0896%;
      float: none;
      margin: 0 auto; }
      #container.toppage #top--info .inner01 .imgBox img {
        border-radius: var(--kadomaruMsp); }
    #container.toppage #top--info .inner01 .txtBox {
      width: auto;
      float: none;
      margin: 0 auto; }
      #container.toppage #top--info .inner01 .txtBox h2 {
        text-align: center; }
      #container.toppage #top--info .inner01 .txtBox .btn {
        margin-top: 30px; }
  #container.toppage #top--info .inner02 {
    width: 100%;
    border-radius: var(--kadomarusp);
    padding-top: 70.1493%; }
    #container.toppage #top--info .inner02::after {
      width: 20.8955%;
      padding-top: 14.9254%;
      margin-right: 0;
      margin-top: -8.9552%; }
    #container.toppage #top--info .inner02::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;
      width: calc(100% - 40px);
      height: auto;
      padding-top: 53.7313%;
      background-image: url("../images/top/img_top_taiken_sp.jpg");
      border-radius: var(--kadomarusp);
      right: 0;
      margin-left: auto;
      margin-right: auto;
      margin-top: 9.7015%; }
    #container.toppage #top--info .inner02 .inner02Txt {
      padding: 0 20px 14.9254%; }
      #container.toppage #top--info .inner02 .inner02Txt h3 {
        text-align: center; }
      #container.toppage #top--info .inner02 .inner02Txt .btn a {
        margin: 0 auto; } }

#container.toppage #top--faq {
  padding-top: 110px;
  padding-bottom: 110px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.toppage #top--faq {
      padding-top: 9.1667%;
      padding-bottom: 9.1667%; } }
  #container.toppage #top--faq .titBox {
    text-align: center;
    margin-bottom: 4.0909%; }
    #container.toppage #top--faq .titBox h2 {
      display: inline-block;
      font-size: clamp(25px, 2.857vw, 36px);
      line-height: calc(40/28);
      position: relative; }
      #container.toppage #top--faq .titBox 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;
        height: auto;
        width: 79px;
        padding-top: 73px;
        background-image: url("../images/pic/pic_05.svg");
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        margin-left: -60px;
        margin-top: -45px; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--faq {
      padding-top: 18.6667%;
      padding-bottom: 18.6667%; }
      #container.toppage #top--faq .titBox {
        margin-bottom: 40px; }
        #container.toppage #top--faq .titBox h2::before {
          width: 50px;
          padding-top: 50px;
          margin-left: -40px;
          margin-top: -34px; } }

/*--------------------------------------------------------------------
2. local
---------------------------------------------------------------------*/
/* class
------------------------------------------------------*/
#container.second.class #class--lead > p {
  margin-bottom: 4.1667%; }
#container.second.class #class--lead .inner {
  width: 89.0909%;
  margin: 0 auto 2.7273%;
  padding: 3.1818% 4.0909%;
  border: var(--lineCl02) 1px solid;
  border-radius: var(--kadomaru);
  position: relative; }
  #container.second.class #class--lead .inner#class01::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(72/980 * 100%);
    height: auto;
    padding-top: calc(100/980 * 100%);
    background-image: url("../images/pic/pic_02.svg");
    position: absolute;
    right: 0;
    top: 0;
    margin-right: calc(25/980 * 100%);
    margin-top: calc(-40/980 * 100%); }
  #container.second.class #class--lead .inner#class03::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(72/980 * 100%);
    height: auto;
    padding-top: calc(107/980 * 100%);
    background-image: url("../images/pic/pic_01.svg");
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: calc(40/980 * 100%);
    margin-bottom: calc(-30/980 * 100%); }
  #container.second.class #class--lead .inner h2 {
    margin-bottom: 15px;
    text-align: left;
    font-size: clamp(20px, 1.905vw, 24px);
    line-height: calc(30/24); }
    #container.second.class #class--lead .inner h2 span {
      display: inline-block;
      width: 110px;
      height: 30px;
      margin-left: 10px;
      border-radius: 10px;
      background-color: var(--pointCl01);
      text-align: center;
      line-height: 28px;
      color: #fff;
      font-size: 1.6rem;
      letter-spacing: 0.005em;
      transform: translateY(-3px); }
  #container.second.class #class--lead .inner dl {
    overflow: hidden; }
    #container.second.class #class--lead .inner dl dt, #container.second.class #class--lead .inner dl dd {
      line-height: calc(36/18); }
    #container.second.class #class--lead .inner dl dt {
      width: 3em;
      float: left;
      clear: left; }
    #container.second.class #class--lead .inner dl dd {
      margin-left: 3em; }
#container.second.class #class--lead .subBox {
  width: 89.0909%;
  margin: 0 auto; }
  #container.second.class #class--lead .subBox dl dt, #container.second.class #class--lead .subBox dl dd {
    line-height: calc(36/18); }
@media screen and (max-width: 767px) {
  #container.second.class #class--lead {
    padding-bottom: 18.6667%; }
    #container.second.class #class--lead > p {
      margin-bottom: 14.9254%; }
    #container.second.class #class--lead .inner {
      width: 100%;
      margin: 0 auto 20px;
      padding: 30px 20px;
      border-radius: var(--kadomarusp); }
      #container.second.class #class--lead .inner#class01::before {
        width: 15.9701%;
        padding-top: 22.6866%;
        margin-right: 20px;
        margin-top: -8.9552%; }
      #container.second.class #class--lead .inner#class03::before {
        width: 15.9701%;
        padding-top: 15.9701%;
        margin-right: 20px;
        margin-bottom: -2.9851%; }
      #container.second.class #class--lead .inner h2 {
        margin-bottom: 15px;
        text-align: left;
        font-size: clamp(20px, 1.905vw, 24px);
        line-height: calc(30/24); }
        #container.second.class #class--lead .inner h2 span {
          width: 90px;
          height: 24px;
          margin-left: 5px;
          border-radius: 5px;
          line-height: 22px;
          font-size: 1.3rem; }
      #container.second.class #class--lead .inner dl dt {
        width: 3em;
        float: none;
        clear: none;
        margin-right: auto;
        font-weight: 500; }
        #container.second.class #class--lead .inner dl dt::after {
          content: "："; }
      #container.second.class #class--lead .inner dl dd {
        margin-left: 0;
        margin-bottom: 10px; }
    #container.second.class #class--lead .subBox {
      width: 89.0909%;
      margin: 0 auto; }
      #container.second.class #class--lead .subBox dl dt, #container.second.class #class--lead .subBox dl dd {
        line-height: calc(36/18); } }
#container.second.class #class--taiken .wrapBoxC {
  position: relative; }
  #container.second.class #class--taiken .wrapBoxC > span.img {
    display: block;
    width: 18.1818%;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 5.4545%;
    margin-top: -14.5455%; }
  #container.second.class #class--taiken .wrapBoxC h2 {
    margin-bottom: 3.2727%;
    text-align: center;
    font-size: clamp(23px, 2.857vw, 36px);
    line-height: calc(70/45); }
  #container.second.class #class--taiken .wrapBoxC p {
    padding-bottom: 30px;
    text-align: center;
    line-height: calc(36/18); }
  #container.second.class #class--taiken .wrapBoxC .flowBox {
    width: 89.0909%;
    margin: 0 auto 7.2727%; }
    #container.second.class #class--taiken .wrapBoxC .flowBox .inner + .inner {
      margin-top: 30px; }
    #container.second.class #class--taiken .wrapBoxC .flowBox .inner {
      display: flex;
      align-items: center; }
      #container.second.class #class--taiken .wrapBoxC .flowBox .inner .imgBox {
        width: 130px; }
      #container.second.class #class--taiken .wrapBoxC .flowBox .inner .txtBox {
        flex: 1;
        padding-left: 15px; }
        #container.second.class #class--taiken .wrapBoxC .flowBox .inner .txtBox h3 {
          margin-bottom: 10px;
          text-align: left;
          font-size: clamp(17px, 1.587vw, 20px);
          font-weight: 500;
          line-height: calc(55/34); }
        #container.second.class #class--taiken .wrapBoxC .flowBox .inner .txtBox p {
          line-height: calc(36/18);
          text-align: left; }
  #container.second.class #class--taiken .wrapBoxC .btn {
    text-align: center; }
    #container.second.class #class--taiken .wrapBoxC .btn a {
      margin-left: auto; }
@media screen and (max-width: 767px) {
  #container.second.class #class--taiken .wrapBoxC > span.img {
    width: 32%;
    margin-right: 20px;
    margin-top: -30.6667%; }
  #container.second.class #class--taiken .wrapBoxC h2 {
    margin-bottom: 35px; }
  #container.second.class #class--taiken .wrapBoxC p {
    text-align: left; }
  #container.second.class #class--taiken .wrapBoxC .flowBox {
    width: 100%;
    margin: 0 auto 20px; }
    #container.second.class #class--taiken .wrapBoxC .flowBox .inner + .inner {
      margin-top: 15px; }
    #container.second.class #class--taiken .wrapBoxC .flowBox .inner {
      display: block;
      position: relative; }
      #container.second.class #class--taiken .wrapBoxC .flowBox .inner .imgBox {
        width: 75px;
        position: absolute;
        top: 0;
        left: 0; }
      #container.second.class #class--taiken .wrapBoxC .flowBox .inner .txtBox {
        padding-left: 0; }
        #container.second.class #class--taiken .wrapBoxC .flowBox .inner .txtBox h3 {
          min-height: 75px;
          margin-bottom: 10px;
          padding-left: 85px;
          display: flex;
          align-items: center;
          justify-content: flex-start; }
        #container.second.class #class--taiken .wrapBoxC .flowBox .inner .txtBox p {
          line-height: calc(36/18);
          text-align: left; } }
#container.second.class #class--concept {
  padding-top: 110px;
  padding-bottom: 0; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.second.class #class--concept {
      padding-top: 9.1667%; } }
  #container.second.class #class--concept .inner {
    width: 89.0909%;
    margin: 0 auto;
    padding: 4.5455% 3.6364%;
    border: var(--lineCl02) 1px solid;
    border-radius: var(--kadomaru);
    position: relative; }
    #container.second.class #class--concept .inner::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: calc(93/980 * 100%);
      padding-top: calc(68/980 * 100%);
      background-image: url("../images/pic/pic_04.svg");
      z-index: 1;
      position: absolute;
      right: 0;
      top: 0;
      margin-right: -25px;
      margin-top: -25px;
      transform: rotate(45deg); }
    #container.second.class #class--concept .inner h2 {
      margin-bottom: 20px;
      text-align: left;
      font-size: clamp(20px, 1.905vw, 24px);
      line-height: calc(70/45); }
  @media screen and (max-width: 767px) {
    #container.second.class #class--concept {
      padding-top: 16%; }
      #container.second.class #class--concept .inner {
        width: 100%;
        padding: 40px 20px;
        border-radius: var(--kadomarusp); }
        #container.second.class #class--concept .inner::before {
          width: 19.403%;
          padding-top: 14.1791%;
          margin-right: 20px;
          margin-top: -4.4776%; }
        #container.second.class #class--concept .inner h2 {
          text-align: center; } }
#container.second.class #class--message {
  padding-top: 110px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.second.class #class--message {
      padding-top: 9.1667%; } }
  #container.second.class #class--message .titBox {
    margin-bottom: 5%;
    padding-left: 31.8182%;
    position: relative; }
    #container.second.class #class--message .titBox::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: 7.2727%;
      padding-top: 7.5455%;
      background-image: url("../images/pic/pic_03.svg");
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      margin-left: 24.0909%;
      margin-top: -2.7273%; }
    #container.second.class #class--message .titBox h2 {
      text-align: left;
      font-size: clamp(23px, 2.857vw, 36px);
      line-height: calc(70/45); }
  #container.second.class #class--message .inner {
    display: block; }
    #container.second.class #class--message .inner::after, #container.second.class #class--message .inner::before {
      content: "";
      display: block;
      clear: both; }
    #container.second.class #class--message .inner .imgBox {
      width: 23.2727%;
      float: left; }
      #container.second.class #class--message .inner .imgBox p {
        margin-top: 20px;
        text-align: center;
        font-size: clamp(15px, 1.349vw, 17px);
        line-height: calc(36/18); }
        #container.second.class #class--message .inner .imgBox p span {
          display: block;
          text-align: center;
          font-size: clamp(16px, 1.429vw, 18px); }
    #container.second.class #class--message .inner .txtBox {
      width: 73.1818%;
      float: right; }
  @media screen and (max-width: 767px) {
    #container.second.class #class--message {
      padding-top: 14.6667%; }
      #container.second.class #class--message .titBox {
        padding-top: 19.403%;
        margin-bottom: 22.5px;
        padding-left: 0;
        position: relative; }
        #container.second.class #class--message .titBox::before {
          width: 15.5224%;
          padding-top: 16.2687%;
          right: 0;
          margin-left: auto;
          margin-right: auto;
          margin-top: 0; }
        #container.second.class #class--message .titBox h2 {
          text-align: center; }
      #container.second.class #class--message .inner {
        display: block; }
        #container.second.class #class--message .inner::after, #container.second.class #class--message .inner::before {
          content: "";
          display: block;
          clear: both; }
        #container.second.class #class--message .inner .imgBox {
          width: auto;
          float: none;
          margin: 0 auto;
          margin-bottom: 20px; }
          #container.second.class #class--message .inner .imgBox img {
            display: block;
            width: 51.3433%;
            margin: 0 auto; }
        #container.second.class #class--message .inner .txtBox {
          width: auto;
          float: none;
          margin: 0 auto; } }
#container.second.class #class--outline {
  width: 1020px; }
  #container.second.class #class--outline h2 {
    margin-bottom: calc(50/960 * 100%);
    text-align: center;
    font-size: clamp(23px, 2.857vw, 36px);
    line-height: calc(70/45); }
  #container.second.class #class--outline table {
    margin-bottom: calc(60/960 * 100%); }
    #container.second.class #class--outline table th {
      width: 280px; }
    #container.second.class #class--outline table td span.mail {
      display: block;
      width: 258px;
      max-width: 100%;
      margin-right: auto; }
  #container.second.class #class--outline .notice {
    display: flex;
    align-items: center; }
    #container.second.class #class--outline .notice .imgBox {
      width: 200px; }
    #container.second.class #class--outline .notice .txtBox {
      flex: 1;
      padding-left: 20px; }
      #container.second.class #class--outline .notice .txtBox p {
        line-height: calc(36/18); }
  @media screen and (max-width: 767px) {
    #container.second.class #class--outline {
      width: auto; }
      #container.second.class #class--outline h2 {
        margin-bottom: 25px; }
      #container.second.class #class--outline table th {
        width: auto; }
      #container.second.class #class--outline table td span.mail {
        width: 200px; }
      #container.second.class #class--outline .notice {
        display: block; }
        #container.second.class #class--outline .notice .imgBox {
          width: 150px;
          margin: 0 auto 20px; }
        #container.second.class #class--outline .notice .txtBox {
          padding-left: 0; } }

/* contact
------------------------------------------------------*/
#container.second.contact section {
  width: 1070px; }
#container.second.contact #contact--lead {
  padding-bottom: 30px; }
  #container.second.contact #contact--lead h2 {
    margin-bottom: 35px;
    text-align: center;
    font-size: clamp(20px, 2.381vw, 30px);
    line-height: calc(70/45); }
    @media screen and (max-width: 767px) {
      #container.second.contact #contact--lead h2 span {
        display: none; } }
  #container.second.contact #contact--lead .lead {
    padding-bottom: calc(80/1010 * 100%);
    position: relative; }
    #container.second.contact #contact--lead .lead::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: calc(97/1010 * 100%);
      padding-top: calc(89/1010 * 100%);
      background-image: url("../images/pic/pic_05.svg");
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      left: 50%;
      margin-left: calc(280/1010 * 100%);
      margin-top: calc(10/1010 * 100%);
      z-index: 1; }
    #container.second.contact #contact--lead .lead p {
      text-align: center;
      line-height: calc(36/18);
      position: relative;
      z-index: 2; }
      #container.second.contact #contact--lead .lead p a {
        text-decoration: underline; }
      #container.second.contact #contact--lead .lead p a:hover {
        text-decoration: none; }
  #container.second.contact #contact--lead .note {
    font-size: clamp(15px, 1.349vw, 17px);
    line-height: calc(34/17); }
  #container.second.contact #contact--lead .errorBox > p {
    text-align: center;
    color: red; }
  #container.second.contact #contact--lead .errorBox .error-list {
    margin-top: 0;
    display: inline-block; }
    #container.second.contact #contact--lead .errorBox .error-list li {
      text-align: left;
      color: red; }
  #container.second.contact #contact--lead.error {
    text-align: center; }
    #container.second.contact #contact--lead.error .lead {
      padding-bottom: 0; }
    #container.second.contact #contact--lead.error .error-list {
      display: inline-block; }
      #container.second.contact #contact--lead.error .error-list li {
        text-align: left;
        color: red; }
  @media screen and (max-width: 767px) {
    #container.second.contact #contact--lead .lead {
      padding-bottom: 20px; }
      #container.second.contact #contact--lead .lead::before {
        display: none; }
      #container.second.contact #contact--lead .lead p {
        text-align: left; } }

/*privacy
------------------------------------------------------*/
#container.privacy section h2 {
  margin-bottom: 20px;
  text-align: left;
  font-size: clamp(18px, 1.905vw, 24px);
  line-height: 1.5;
  font-weight: 500; }
#container.privacy section * + h2 {
  margin-top: 50px; }
#container.privacy section ul {
  margin-top: 0; }
#container.privacy section ul.att {
  margin-top: 0; }
#container.privacy section ol {
  margin-top: 0; }
#container.privacy section p {
  word-break: break-all; }
#container.privacy section a {
  display: inline-block;
  color: var(--txBody);
  position: relative; }
  #container.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.privacy section a:hover::after {
    opacity: 0; }

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

.flR {
  float: right; }

.clear {
  clear: both; }

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

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

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

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

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

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

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