@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=Josefin+Sans:ital,wght@0,100..700;1,100..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: #333333;
  --pointCl01:#d0877a;
  --pointCl02:#e5aba0;
  --lineCl01:#dedede;
  --btnCl01:#555;
  --txtCl01:#555;
  --kadomaru:20px;
  --kadomarusp:10px;
  --hdrH:140px;
  --hdrHsp:65px;
  --trTime: .5s;
  --spMaxW:350px; }

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

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

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

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

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

.wrapBoxW, #ftrContact #ftrContactIn, #ftrBtm, #ftrCopy, #mainTitle .pageTitle, #container.second section, #mainImage #mainTxt, #container.toppage #top--feature, #container.toppage #top--creator, #container.toppage #top--business,
.wrapBox,
.wrapBoxC, #container.second.contact section,
#container.second.thanks section,
#container.second.entry section,
#container.second.entry-thanks section, #container.privacy section,
.wrapBoxS {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 767px) {
    .wrapBoxW, #ftrContact #ftrContactIn, #ftrBtm, #ftrCopy, #mainTitle .pageTitle, #container.second section, #mainImage #mainTxt, #container.toppage #top--feature, #container.toppage #top--creator, #container.toppage #top--business,
    .wrapBox,
    .wrapBoxC, #container.second.contact section,
    #container.second.thanks section,
    #container.second.entry section,
    #container.second.entry-thanks section, #container.privacy section,
    .wrapBoxS {
      padding-left: 20px;
      padding-right: 20px; } }

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

/* box --1180px-----------*/
#ftrContact #ftrContactIn, #ftrBtm, #ftrCopy, #mainTitle .pageTitle, #container.second section, #mainImage #mainTxt, #container.toppage #top--feature, #container.toppage #top--creator, #container.toppage #top--business,
.wrapBox {
  width: 1240px; }

/* box --1120px-----------*/
.wrapBoxC {
  width: 1180px; }

/* box --1020px-----------*/
#container.second.contact section,
#container.second.thanks section,
#container.second.entry section,
#container.second.entry-thanks section, #container.privacy section,
.wrapBoxS {
  width: 1080px; }

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

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

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

.font01R, #container.toppage #top--feature h2, #container.toppage #top--business .txtBox h2, #container.toppage #top--creator h2, #container.second.about_us #about--message h2, #container.second.about_us #about--mission .inner h2, #container.second.about_us #about--outline h2, #container.second.about_us #about--access h2, #container.second.business #business--flow h2, #container.second.business #business--case h2, #container.second.business #business--faq h2, .cAccBox dl dt span,
.font01M,
.font01B, #container.toppage #top--feature .btn a span.btn-txt, #container.toppage #top--business .txtBox .btn a span.btn-txt, #container.toppage #top--creator .btn a span.btn-txt, .modalBoxIn--creator .inner .txtBox .btn a span.btn-txt, #ftrContact #ftrContactIn .boxL .btn a,
#ftrContact #ftrContactIn .boxR .btn a {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em; }

#container.toppage #top--feature h2 span, #container.toppage #top--business .txtBox h2 span, #container.toppage #top--creator h2 span, #container.second.about_us #about--message h2 span, #container.second.about_us #about--mission .inner h2 span, #container.second.about_us #about--outline h2 span, #container.second.about_us #about--access h2 span, #container.second.business #business--flow h2 span, #container.second.business #business--case h2 span, #container.second.business #business--faq h2 span, .modalBoxIn--creator .inner .txtBox .btn a span.btn-txt, input[type="checkbox"],
input[type="radio"],
.fontDef {
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  letter-spacing: 0.025em; }

.font01R {
  font-weight: 400; }

#container.toppage #top--feature h2, #container.toppage #top--business .txtBox h2, #container.toppage #top--creator h2, #container.second.about_us #about--message h2, #container.second.about_us #about--mission .inner h2, #container.second.about_us #about--outline h2, #container.second.about_us #about--access h2, #container.second.business #business--flow h2, #container.second.business #business--case h2, #container.second.business #business--faq h2, .cAccBox dl dt span,
.font01M {
  font-weight: 500; }

.font01B {
  font-weight: 700; }

header nav > ul > li > a, #ftrBtm nav > ul > li > a, #ftrCopy p, #mainTitle .pageTitle h1, .spNav ul li, #mainImage #mainTxt p.txt01, #container.second.business #business--case .caseBox .caseItem .titBox ul li, #container .cBlogList > li p, .modalBoxIn--creator .inner .txtBox .name {
  font-family: "Josefin Sans",'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }

#container.toppage #top--feature h2 span, #container.toppage #top--business .txtBox h2 span, #container.toppage #top--creator h2 span, #container.second.about_us #about--message h2 span, #container.second.about_us #about--mission .inner h2 span, #container.second.about_us #about--outline h2 span, #container.second.about_us #about--access h2 span, #container.second.business #business--flow h2 span, #container.second.business #business--case h2 span, #container.second.business #business--faq h2 span, table.cTb01 th, #form table th, #container.second.about_us #about--outline .tbBox table th, .cAccBox dl dt, .cAccBox dl dd .inner p.tit, #container.toppage #top--feature .inner .item h3, #container.second.about_us #about--mission .inner p, #container.second.business #business--lead .txtBox h2, #container.second.business #business--flow .inner .item p, #container.second.business #business--case .caseBox .caseItem .titBox h3, #container.second.business #business--case .caseBox .caseItem .titBox ul li, #container.second.business #business--case .caseBox .caseItem .titBox ul li span, #container.second.business #business--case .caseBox .caseItem h3, #container.second.contact #contact--lead p.tit,
#container.second.thanks #contact--lead p.tit,
#container.second.entry #contact--lead p.tit,
#container.second.entry-thanks #contact--lead p.tit, #container .cBlogList > li p, .modalBoxIn--creator .inner .txtBox .name {
  font-weight: 500; }

/* -----------------------------------------
-- 1. set
-- 2. title
-- 3. text
-- 4. list
-- 5. table
-- 6. btn
-- 7. other
----------------------------------------- */
/*--------------------------------------------------------------------
1. set
---------------------------------------------------------------------*/
/*grad------------*/
#ftrContact {
  background: #DCA8A2;
  background: linear-gradient(45deg, #dca8a2 0%, #eeb89d 50%, #d0877a 100%); }

#container.toppage #top--creator, #container.second.about_us #about--mission, #container.second.business #business--case {
  background: #D5DEE7;
  background: linear-gradient(45deg, #d5dee7 0%, #f6d898 50%, #d8eaef 100%); }
  @media screen and (max-width: 767px) {
    #container.toppage #top--creator, #container.second.about_us #about--mission, #container.second.business #business--case {
      background: linear-gradient(45deg, #d5dee7 20%, #f6d898 50%, #d8eaef 80%); } }

/*--------------------------------------------------------------------
2. title
---------------------------------------------------------------------*/
#container.toppage #top--feature h2 {
  text-align: left;
  color: var(--pointCl01);
  font-size: clamp(30px, 4.355vw, 54px); }
  #container.toppage #top--feature h2 span {
    display: block;
    margin-top: 15px;
    font-size: clamp(14px, 1.452vw, 18px); }
    @media screen and (max-width: 767px) {
      #container.toppage #top--feature h2 span {
        margin-top: 10px; } }

#container.toppage #top--business .txtBox h2, #container.toppage #top--creator h2 {
  text-align: left;
  color: var(--pointCl01);
  font-size: clamp(30px, 3.871vw, 48px); }
  #container.toppage #top--business .txtBox h2 span, #container.toppage #top--creator h2 span {
    display: block;
    margin-top: 15px;
    font-size: clamp(14px, 1.452vw, 18px);
    line-height: calc(50/28); }
    @media screen and (max-width: 767px) {
      #container.toppage #top--business .txtBox h2 span, #container.toppage #top--creator h2 span {
        margin-top: 10px; } }
#container.toppage #top--creator h2 {
  text-align: center;
  color: var(--txtCl01); }

#container.second.about_us #about--message h2, #container.second.about_us #about--mission .inner h2, #container.second.about_us #about--outline h2, #container.second.about_us #about--access h2, #container.second.business #business--flow h2, #container.second.business #business--case h2, #container.second.business #business--faq h2 {
  text-align: center;
  color: var(--pointCl01);
  font-size: clamp(30px, 3.387vw, 42px); }
  #container.second.about_us #about--message h2 span, #container.second.about_us #about--mission .inner h2 span, #container.second.about_us #about--outline h2 span, #container.second.about_us #about--access h2 span, #container.second.business #business--flow h2 span, #container.second.business #business--case h2 span, #container.second.business #business--faq h2 span {
    display: block;
    margin-top: 15px;
    font-size: clamp(14px, 1.371vw, 17px); }
    @media screen and (max-width: 767px) {
      #container.second.about_us #about--message h2 span, #container.second.about_us #about--mission .inner h2 span, #container.second.about_us #about--outline h2 span, #container.second.about_us #about--access h2 span, #container.second.business #business--flow h2 span, #container.second.business #business--case h2 span, #container.second.business #business--faq h2 span {
        margin-top: 10px; } }

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

p.line span {
  background: linear-gradient(transparent 60%, #ffec83 60%); }

/*--------------------------------------------------------------------
4. list
---------------------------------------------------------------------*/
/* normal mark
------------------------------------------------------*/
ul.cList01 > li, #container.second.business #business--case .caseBox .caseItem ul > li, #container.privacy section ul > li {
  padding-left: 1.2em;
  position: relative; }
  ul.cList01 > li::before, #container.second.business #business--case .caseBox .caseItem ul > li::before, #container.privacy section ul > li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50vw;
    background-color: var(--txBody);
    position: absolute;
    top: 0;
    left: 0;
    top: 1em; }

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

ul.cAtt02 > li, #container.privacy section ul.att > li {
  padding-left: 1.2em;
  position: relative; }
  ul.cAtt02 > 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.about_us #about--outline .tbBox table {
  width: 100%;
  border-top: var(--lineCl01) 1px solid; }
  table.cTb01 th, #form table th, #container.second.about_us #about--outline .tbBox table th, table.cTb01 td, #form table td, #container.second.about_us #about--outline .tbBox table td {
    border-bottom: var(--lineCl01) 1px solid;
    padding: 25px 0;
    text-align: left;
    vertical-align: top;
    position: relative; }
  @media screen and (max-width: 767px) {
    table.cTb01 th, #form table th, #container.second.about_us #about--outline .tbBox table th, table.cTb01 td, #form table td, #container.second.about_us #about--outline .tbBox table td {
      display: list-item;
      list-style-type: none;
      padding: 15px 0; }
    table.cTb01 th, #form table th, #container.second.about_us #about--outline .tbBox table th {
      border-bottom: none;
      padding-bottom: 0; }
    table.cTb01 td, #form table td, #container.second.about_us #about--outline .tbBox table td {
      padding-top: 0; } }

/*--------------------------------------------------------------------
6. btn
---------------------------------------------------------------------*/
#container.toppage #top--feature .btn a, #container.toppage #top--business .txtBox .btn a, #container.toppage #top--creator .btn a, .modalBoxIn--creator .inner .txtBox .btn a {
  display: block;
  width: 250px;
  height: 60px;
  max-width: 100%;
  border-radius: 50vw;
  position: relative;
  overflow: hidden; }
  #container.toppage #top--feature .btn a::before, #container.toppage #top--business .txtBox .btn a::before, #container.toppage #top--feature .btn a::after, #container.toppage #top--business .txtBox .btn a::after, #container.toppage #top--creator .btn a::before, #container.toppage #top--creator .btn a::after, .modalBoxIn--creator .inner .txtBox .btn a::before, .modalBoxIn--creator .inner .txtBox .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--feature .btn a::before, #container.toppage #top--business .txtBox .btn a::before, #container.toppage #top--creator .btn a::before, .modalBoxIn--creator .inner .txtBox .btn a::before {
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.3s ease;
    transition-property: transform;
    z-index: 2; }
  #container.toppage #top--feature .btn a::after, #container.toppage #top--business .txtBox .btn a::after, #container.toppage #top--creator .btn a::after, .modalBoxIn--creator .inner .txtBox .btn a::after {
    z-index: 1; }
  #container.toppage #top--feature .btn a span.btn-txt, #container.toppage #top--business .txtBox .btn a span.btn-txt, #container.toppage #top--creator .btn a span.btn-txt, .modalBoxIn--creator .inner .txtBox .btn a span.btn-txt {
    display: block;
    line-height: 62px;
    padding-left: 30px;
    text-align: left;
    font-weight: 500;
    font-size: 1.8rem;
    position: relative;
    z-index: 5;
    transition: color .3s; }
  #container.toppage #top--feature .btn a span.btn-arw, #container.toppage #top--business .txtBox .btn a span.btn-arw, #container.toppage #top--creator .btn a span.btn-arw, .modalBoxIn--creator .inner .txtBox .btn a span.btn-arw {
    width: 12px;
    height: 12px;
    border-radius: 50vw;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 0 auto auto;
    margin-right: 20px;
    z-index: 6; }
  #container.toppage #top--feature .btn a:hover::before, #container.toppage #top--business .txtBox .btn a:hover::before, #container.toppage #top--creator .btn a:hover::before, .modalBoxIn--creator .inner .txtBox .btn a:hover::before {
    transform: scaleX(1);
    transform-origin: left; }
#container.toppage #top--feature .btn a::before, #container.toppage #top--business .txtBox .btn a::before, #container.toppage #top--creator .btn a::before {
  border-color: var(--pointCl01);
  background-color: var(--pointCl01); }
#container.toppage #top--feature .btn a::after, #container.toppage #top--business .txtBox .btn a::after, #container.toppage #top--creator .btn a::after {
  border-color: var(--pointCl01);
  background-color: #fff; }
#container.toppage #top--feature .btn a span.btn-txt, #container.toppage #top--business .txtBox .btn a span.btn-txt, #container.toppage #top--creator .btn a span.btn-txt {
  color: var(--pointCl01); }
#container.toppage #top--feature .btn a span.btn-arw, #container.toppage #top--business .txtBox .btn a span.btn-arw, #container.toppage #top--creator .btn a span.btn-arw {
  background-color: var(--pointCl01); }
#container.toppage #top--feature .btn a:hover span.btn-txt, #container.toppage #top--business .txtBox .btn a:hover span.btn-txt, #container.toppage #top--creator .btn a:hover span.btn-txt {
  color: #fff; }
#container.toppage #top--feature .btn a:hover span.btn-arw, #container.toppage #top--business .txtBox .btn a:hover span.btn-arw, #container.toppage #top--creator .btn a:hover span.btn-arw {
  background-color: #fff; }
#container.toppage #top--creator .btn a::before, .modalBoxIn--creator .inner .txtBox .btn a::before {
  border-color: var(--btnCl01);
  background-color: var(--btnCl01); }
#container.toppage #top--creator .btn a::after, .modalBoxIn--creator .inner .txtBox .btn a::after {
  border-color: var(--btnCl01);
  background-color: transparent; }
#container.toppage #top--creator .btn a span.btn-txt, .modalBoxIn--creator .inner .txtBox .btn a span.btn-txt {
  color: var(--btnCl01); }
#container.toppage #top--creator .btn a span.btn-arw, .modalBoxIn--creator .inner .txtBox .btn a span.btn-arw {
  background-color: var(--btnCl01); }
#container.toppage #top--creator .btn a:hover span.btn-txt, .modalBoxIn--creator .inner .txtBox .btn a:hover span.btn-txt {
  color: #fff; }
#container.toppage #top--creator .btn a:hover span.btn-arw, .modalBoxIn--creator .inner .txtBox .btn a:hover span.btn-arw {
  background-color: #fff; }
.modalBoxIn--creator .inner .txtBox .btn a {
  width: auto;
  display: inline-block; }
  .modalBoxIn--creator .inner .txtBox .btn a span.btn-txt {
    display: block;
    padding-left: 30px;
    padding-right: 60px;
    font-weight: 500;
    font-size: 1.6rem; }
@media screen and (max-width: 767px) {
  #container.toppage #top--feature .btn a, #container.toppage #top--business .txtBox .btn a, #container.toppage #top--creator .btn a, .modalBoxIn--creator .inner .txtBox .btn a {
    width: 240px;
    height: 60px;
    margin: 0 auto; }
    #container.toppage #top--feature .btn a span.btn-txt, #container.toppage #top--business .txtBox .btn a span.btn-txt, #container.toppage #top--creator .btn a span.btn-txt, .modalBoxIn--creator .inner .txtBox .btn a span.btn-txt {
      line-height: 60px;
      font-size: 1.5rem; } }

#ftrContact #ftrContactIn .boxL .btn a,
#ftrContact #ftrContactIn .boxR .btn a {
  display: block;
  width: 280px;
  height: 70px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50vw;
  line-height: 68px;
  text-align: center;
  font-size: clamp(14px, 1.694vw, 21px);
  margin: 0 auto; }
#ftrContact #ftrContactIn .boxL .btn a,
#ftrContact #ftrContactIn .boxR .btn a {
  border-color: #fff;
  color: #fff; }
  #ftrContact #ftrContactIn .boxL .btn a:hover,
  #ftrContact #ftrContactIn .boxR .btn a:hover {
    background-color: #fff;
    color: var(--pointCl01); }
@media screen and (max-width: 767px) {
  #ftrContact #ftrContactIn .boxL .btn a,
  #ftrContact #ftrContactIn .boxR .btn a {
    width: 230px;
    height: 55px;
    line-height: 53px;
    font-size: 1.5rem; } }

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

.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: 30px; }
  .cAccBox dl {
    border: var(--txBody) 1px solid;
    border-radius: var(--kadomaru);
    background-color: #fff; }
    .cAccBox dl dt {
      padding: 30px 70px 30px 70px;
      text-align: left;
      cursor: pointer;
      position: relative;
      font-size: clamp(16px, 1.613vw, 20px);
      line-height: calc(52/30); }
      .cAccBox dl dt span {
        display: block;
        width: 1em;
        color: var(--pointCl01);
        font-size: clamp(18px, 1.935vw, 24px);
        line-height: 1;
        position: absolute;
        top: 40px;
        left: 40px; }
      .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: 40px;
        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 40px; }
      .cAccBox dl dd .inner p + p {
        margin-top: 0; }
  @media screen and (max-width: 767px) {
    .cAccBox dl + dl {
      margin-top: 20px; }
    .cAccBox dl {
      border-radius: var(--kadomarusp); }
      .cAccBox dl dt {
        padding: 20px 35px 20px 50px; }
        .cAccBox dl dt span {
          top: 30px;
          left: 20px; }
        .cAccBox dl dt::before, .cAccBox dl dt::after {
          content: "";
          display: block;
          width: 10px;
          height: 2px;
          margin-right: 20px;
          position: absolute; }
      .cAccBox dl dd {
        display: none; }
      .cAccBox dl dd .inner {
        margin-top: -10px;
        padding: 0 25px 20px 25px; } }

/*--------------------------------------------------------------------
modal
---------------------------------------------------------------------*/
.modalBox {
  display: none; }
  .modalBox .fancybox-close-small {
    display: none !important; }

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

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

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

/*--form btn--*/
#form .formBtn button,
#form .formBtn input,
.btnThanks a {
  display: block;
  width: 360px;
  height: 72px;
  max-width: 100%;
  border-radius: 50vw;
  border: var(--pointCl01) 1px solid;
  color: var(--pointCl01);
  font-size: clamp(15px, 1.371vw, 17px);
  text-align: center;
  line-height: 70px;
  font-weight: 500;
  cursor: pointer; }
  #form .formBtn button:hover,
  #form .formBtn input:hover,
  .btnThanks a:hover {
    background-color: var(--pointCl01);
    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); }

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

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

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

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

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

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

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

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

/* -----------------------------------------------------------------------
clearfix
------------------------------------------------------------------------- */
.wrapBoxW, #ftrContact #ftrContactIn, #ftrBtm, #ftrCopy, #mainTitle .pageTitle, #container.second section, #mainImage #mainTxt, #container.toppage #top--feature, #container.toppage #top--creator, #container.toppage #top--business,
.wrapBox,
.wrapBoxC, #container.second.contact section,
#container.second.thanks section,
#container.second.entry section,
#container.second.entry-thanks section, #container.privacy section,
.wrapBoxS,
.clearfix,
header,
section {
  display: block; }
  .wrapBoxW::after, #ftrContact #ftrContactIn::after, #ftrBtm::after, #ftrCopy::after, #mainTitle .pageTitle::after, #container.second section::after, #mainImage #mainTxt::after, #container.toppage #top--feature::after, #container.toppage #top--creator::after, #container.toppage #top--business::after,
  .wrapBox::after,
  .wrapBoxC::after, #container.second.contact section::after,
  #container.second.thanks section::after,
  #container.second.entry section::after,
  #container.second.entry-thanks section::after, #container.privacy section::after,
  .wrapBoxS::after,
  .wrapBoxW::before, #ftrContact #ftrContactIn::before, #ftrBtm::before, #ftrCopy::before, #mainTitle .pageTitle::before, #container.second section::before, #mainImage #mainTxt::before, #container.toppage #top--feature::before, #container.toppage #top--creator::before, #container.toppage #top--business::before,
  .wrapBox::before,
  .wrapBoxC::before, #container.second.contact section::before,
  #container.second.thanks section::before,
  #container.second.entry section::before,
  #container.second.entry-thanks section::before, #container.privacy section::before,
  .wrapBoxS::before,
  .clearfix::after,
  .clearfix::before,
  header::after,
  header::before,
  section::after,
  section::before {
    content: "";
    display: block;
    clear: both; }

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

header {
  height: var(--hdrH);
  padding-top: 40px;
  width: 100%;
  position: relative;
  z-index: 1200; }
  header #hdrIn {
    width: calc(100% - 40px);
    height: 90px;
    border-radius: var(--kadomaru);
    margin: 0 auto;
    position: relative; }
  @media screen and (max-width: 767px) {
    header {
      height: var(--hdrHsp);
      padding-top: 0; }
      header #hdrIn {
        width: 100%;
        height: var(--hdrHsp); } }
  header h1,
  header .logo {
    width: 165px;
    height: 35px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto 0;
    margin-left: 45px; }
    @media screen and (max-width: 767px) {
      header h1,
      header .logo {
        width: 123.5px;
        height: 26.5px;
        margin-left: 20px; } }
  header nav {
    margin-left: 250px;
    margin-right: 50px;
    padding-top: 27px;
    position: relative; }
    header nav > ul {
      text-align: right;
      height: 40px; }
      header nav > ul > li {
        display: inline-block;
        margin-left: 25px;
        position: relative; }
        header nav > ul > li > a {
          display: inline-block;
          overflow: hidden;
          position: relative;
          transition: all var(--trTime);
          display: block;
          height: 40px;
          line-height: 40px;
          font-weight: 600;
          font-size: clamp(15px, 1.29vw, 16px);
          color: #fff; }
          header nav > ul > li > a::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #fff;
            transform-origin: right top;
            transform: scale(0, 1);
            transition: transform .3s;
            z-index: 1000; }
          header nav > ul > li > a:hover::after {
            transform: scale(1, 1);
            transform-origin: left top; }
        header nav > ul > li:nth-child(4) > a, header nav > ul > li:nth-child(5) > a {
          font-weight: 500; }

/* 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 {
  padding-top: 0;
  height: calc(var(--hdrH) - 40px);
  background-color: white; }
  header.clone-hdr nav > ul > li > a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: all var(--trTime);
    color: var(--txBody); }
    header.clone-hdr nav > ul > li > a::after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 1px;
      background: var(--txBody);
      transform-origin: right top;
      transform: scale(0, 1);
      transition: transform .3s;
      z-index: 1000; }
    header.clone-hdr nav > ul > li > a:hover::after {
      transform: scale(1, 1);
      transform-origin: left top; }
  @media screen and (max-width: 767px) {
    header.clone-hdr {
      height: var(--hdrHsp); }
      header.clone-hdr #hdrIn {
        border-radius: 0; } }

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

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

/*--------------------------------------------------------------------
   footer
---------------------------------------------------------------------*/
footer {
  padding-bottom: 80px; }
  @media screen and (max-width: 767px) {
    footer {
      padding-bottom: 100px; } }

#ftrContact {
  width: calc(100% - 40px);
  border-radius: var(--kadomaru);
  overflow: hidden;
  margin: 0 auto;
  padding-top: 110px;
  padding-bottom: 120px; }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    #ftrContact {
      padding-top: 9.322%;
      padding-bottom: 10.1695%; } }
  #ftrContact #ftrContactIn {
    display: block; }
    #ftrContact #ftrContactIn::after, #ftrContact #ftrContactIn::before {
      content: "";
      display: block;
      clear: both; }
    #ftrContact #ftrContactIn .boxL {
      width: 44.0678%;
      float: left; }
    #ftrContact #ftrContactIn .boxR {
      width: 44.0678%;
      float: right; }
    #ftrContact #ftrContactIn .boxL p,
    #ftrContact #ftrContactIn .boxR p {
      color: #fff;
      text-align: center; }
    #ftrContact #ftrContactIn .boxL p.tit,
    #ftrContact #ftrContactIn .boxR p.tit {
      margin-bottom: 20px;
      font-size: clamp(23px, 2.903vw, 36px);
      font-weight: 500; }
    #ftrContact #ftrContactIn .boxL p.txt,
    #ftrContact #ftrContactIn .boxR p.txt {
      font-size: clamp(14px, 1.532vw, 19px);
      line-height: calc(36/19);
      margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    #ftrContact {
      border-radius: var(--kadomarusp);
      padding: 0 30px; }
      #ftrContact #ftrContactIn .boxL,
      #ftrContact #ftrContactIn .boxR {
        width: auto;
        float: none;
        margin: 0 auto;
        padding-top: 13.4328%;
        padding-bottom: 19.403%; }
      #ftrContact #ftrContactIn .boxR {
        border-top: #fff 1px solid; } }

#ftrBtm {
  padding-top: 80px; }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    #ftrBtm {
      padding-top: 6.7797%; } }
  #ftrBtm .logo {
    width: 165px;
    height: 35px;
    overflow: hidden;
    margin: 0 auto 30px; }
  #ftrBtm ul.sns {
    width: 103px;
    margin: 0 auto 25px;
    display: block; }
    #ftrBtm ul.sns::after, #ftrBtm ul.sns::before {
      content: "";
      display: block;
      clear: both; }
    #ftrBtm ul.sns li {
      width: 50%;
      float: left;
      vertical-align: middle; }
      #ftrBtm ul.sns li a {
        display: block;
        vertical-align: middle; }
        #ftrBtm ul.sns li a img {
          display: block;
          width: auto; }
        #ftrBtm ul.sns li a:hover {
          opacity: 0.8; }
      #ftrBtm ul.sns li:nth-child(1) {
        padding-right: 10px; }
      #ftrBtm ul.sns li:nth-child(2) {
        padding-left: 10px; }
        #ftrBtm ul.sns li:nth-child(2) a {
          padding-top: 5px; }
  #ftrBtm nav > ul {
    text-align: center; }
    #ftrBtm nav > ul > li {
      display: inline-block;
      margin: 0 13px 10px;
      position: relative; }
      #ftrBtm nav > ul > li > a {
        display: inline-block;
        overflow: hidden;
        position: relative;
        transition: all var(--trTime);
        display: block;
        height: 40px;
        line-height: 40px;
        font-weight: 600;
        font-size: clamp(16px, 1.452vw, 18px);
        color: var(--txBody); }
        #ftrBtm 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; }
        #ftrBtm nav > ul > li > a:hover::after {
          transform: scale(1, 1);
          transform-origin: left top; }
      #ftrBtm nav > ul > li:nth-child(5) > a, #ftrBtm nav > ul > li:nth-child(6) > a {
        font-weight: 500;
        font-size: clamp(15px, 1.29vw, 16px); }
  @media screen and (max-width: 767px) {
    #ftrBtm {
      padding-top: 14.6667%; }
      #ftrBtm .logo {
        width: 154px;
        height: 33px;
        margin-bottom: 30px; }
      #ftrBtm ul.sns {
        width: 80px;
        margin-bottom: 30px; }
      #ftrBtm nav > ul {
        text-align: center; }
        #ftrBtm nav > ul > li {
          display: block; }
          #ftrBtm nav > ul > li > a::after {
            display: none; } }

#ftrCopy {
  padding-top: 15px;
  text-align: center;
  line-height: 1.75; }
  #ftrCopy p {
    display: inline-block;
    font-weight: 500;
    font-size: clamp(14px, 1.29vw, 16px);
    color: #777777; }
    #ftrCopy p a {
      color: #777777; }
  #ftrCopy p.link {
    margin-right: 20px; }
    #ftrCopy p.link a {
      display: inline-block;
      color: #777;
      position: relative; }
      #ftrCopy p.link a::after {
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        background-color: #777;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: var(--trTime);
        opacity: 0; }
      #ftrCopy p.link a:hover::after {
        opacity: 1; }
  @media screen and (max-width: 767px) {
    #ftrCopy p {
      display: block; }
    #ftrCopy p.link {
      margin-right: 0;
      margin-bottom: 20px;
      font-size: 1.5rem; } }

/*--------------------------------------------------------------------
   fix btn
---------------------------------------------------------------------*/
#fixbtnSp {
  display: none; }
  @media screen and (max-width: 767px) {
    #fixbtnSp {
      display: block;
      width: 100%;
      height: calc(110px * 0.5);
      max-width: 100%;
      position: fixed;
      right: 0;
      bottom: 0;
      z-index: 7000; }
      #fixbtnSp ul {
        width: 100%;
        height: 100%;
        overflow: hidden; }
        #fixbtnSp ul li {
          width: 50%;
          height: 100%;
          float: left; }
        #fixbtnSp ul li:nth-child(2) {
          border-left: #fff 1px solid; }
        #fixbtnSp ul li a {
          display: block;
          width: 100%;
          height: 100%;
          background-color: var(--pointCl01);
          position: relative;
          overflow: hidden;
          text-indent: 101%;
          white-space: nowrap;
          text-align: center; }
        #fixbtnSp ul li a span {
          display: block;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain;
          overflow: hidden;
          white-space: nowrap;
          text-indent: 101%;
          line-height: 0;
          font-size: 0.1em;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
        #fixbtnSp ul li:nth-child(1) a span {
          width: calc(277px * 0.5);
          height: calc(24px * 0.5);
          background-image: url("../images/fix_btn_entry.svg"); }
        #fixbtnSp ul li:nth-child(2) a span {
          width: calc(276px * 0.5);
          height: calc(26px * 0.5);
          background-image: url("../images/fix_btn_contact.svg"); } }

/*--------------------------------------------------------------------
   mainTitle
---------------------------------------------------------------------*/
#mainTitle {
  margin-top: calc(var(--hdrH) * -1);
  width: 100%;
  padding-top: 540px;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  #mainTitle::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background-image: url("../images/bg_maintitle.jpg");
    border-radius: var(--kadomaru);
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1; }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    #mainTitle {
      padding-top: 45.7627%; } }
  @media screen and (max-width: 767px) {
    #mainTitle {
      margin-top: calc(var(--hdrHsp) * -1);
      padding-top: 93.3333%; }
      #mainTitle::before {
        width: 100%;
        height: 100%;
        border-radius: 0; } }
  #mainTitle .pageTitle {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
    z-index: 6; }
    @media screen and (max-width: 999px) {
      #mainTitle .pageTitle {
        transform: translateY(-20%); } }
    #mainTitle .pageTitle h1 {
      padding-left: 5.9322%;
      text-align: left;
      font-size: clamp(33px, 4.839vw, 60px);
      font-weight: 600;
      color: #fff; }
      #mainTitle .pageTitle h1 span {
        display: block;
        margin-top: 20px;
        font-size: clamp(14px, 1.935vw, 24px);
        font-weight: 500; }

/*--------------------------------------------------------------------
   container
---------------------------------------------------------------------*/
#container {
  overflow: hidden; }
  #container.second {
    padding-top: 100px; }
    #container.second section {
      padding-bottom: 100px; }
    @media screen and (min-width: 768px) and (max-width: 1239px) {
      #container.second {
        padding-top: 8.4746%; }
        #container.second section {
          padding-bottom: 8.4746%; } }
    @media screen and (max-width: 767px) {
      #container.second section {
        padding-bottom: 13.3333%; } }

/* base
-----------------------*/
div[id="container"] section p, div[id="container"] section li, div[id="container"] section dt, div[id="container"] section dd, div[id="container"] section th, div[id="container"] section td {
  font-size: clamp(16px, 1.452vw, 18px);
  line-height: calc(36/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; }
  @media screen and (max-width: 767px) {
    div[id="container"] p + * {
      margin-top: 20px; } }
div[id="container"] ul + * {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    div[id="container"] ul + * {
      margin-top: 20px; } }
div[id="container"] ol + * {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    div[id="container"] ol + * {
      margin-top: 20px; } }
div[id="container"] dl + * {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    div[id="container"] dl + * {
      margin-top: 20px; } }
div[id="container"] table + * {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    div[id="container"] table + * {
      margin-top: 20px; } }

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

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

.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: #fff;
  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(((90px - 47px)/2) + 40px);
  margin-right: 50px;
  pointer-events: all; }
  @media screen and (max-width: 767px) {
    .drawer-hamburger {
      width: calc(54px * 0.6);
      height: calc(54px * 0.6);
      padding: 0 calc(15px * 0.6);
      margin-top: calc((65px - 54px * 0.6)/2);
      margin-right: 20px; } }

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

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

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

.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;
  width: 70%;
  background-color: var(--pointCl01);
  left: 20%; }

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

header.clone-hdr .drawer-hamburger {
  background-color: var(--pointCl02); }
header.clone-hdr .drawer-hamburger-icon:before,
header.clone-hdr .drawer-hamburger-icon:after {
  background-color: #fff; }

.is-fixed header .drawer-hamburger {
  margin-top: calc((90px - 47px)/2); }
  @media screen and (max-width: 767px) {
    .is-fixed header .drawer-hamburger {
      margin-top: calc((65px - 54px * 0.6)/2); } }

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

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

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

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

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

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

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

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

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

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

  header nav {
    display: none; }

  header .hdrTop {
    display: none; } }
/*--------------------------------------------------------------------
   menu
---------------------------------------------------------------------*/
.spNav {
  padding-top: var(--hdrH);
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px; }
  .spNav a {
    color: #fff; }
  .spNav ul {
    border-top: #fff 1px solid;
    text-align: left; }
    .spNav ul li {
      border-bottom: #fff 1px solid;
      font-size: 1.6rem;
      font-weight: 600; }
      .spNav ul li a {
        display: block;
        padding: calc(45 / 25 * 1em) 0;
        text-align: center; }
      .spNav ul li:nth-child(5), .spNav ul li:nth-child(6) {
        font-weight: 500; }
  @media screen and (max-width: 767px) {
    .spNav {
      padding-top: calc((var(--hdrHsp)) + 10px);
      padding-left: 40px;
      padding-right: 40px; }
      .spNav ul li {
        font-size: 1.6rem; } }

/* spmenu アコーディオン
------------------------------------------------------*/
.subNav .subNavBtn {
  cursor: pointer;
  display: block;
  position: relative; }

.subNav .subNavBtn + ul {
  display: none; }

.subNav .subNavBtn::before,
.subNav .subNavBtn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(0);
  transition: all .3s; }

.subNav .subNavBtn::after {
  transform: rotate(-270deg); }

.subNav .subNavBtn.on::after {
  transform: rotate(0deg); }

/* -----------------------------------------
-- 1. toppage
-- 2. local
----------------------------------------- */
/*--------------------------------------------------------------------
1. toppage
---------------------------------------------------------------------*/
/*mainimage
------------------------------------------------------*/
#mainImage {
  margin-top: calc(var(--hdrH) * -1);
  width: 100%;
  height: 100svh;
  padding: 20px;
  position: relative;
  z-index: -1;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    #mainImage {
      margin-top: calc(var(--hdrHsp) * -1);
      height: calc(100svh - 50px);
      padding: 0; } }
  #mainImage #mainTxt {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
    z-index: 6; }
    #mainImage #mainTxt p {
      padding-left: 5.9322%;
      color: #fff;
      text-align: left; }
      #mainImage #mainTxt p.txt01 {
        margin-bottom: 30px;
        font-size: clamp(33px, 4.355vw, 54px);
        line-height: calc(80/66);
        font-weight: 500; }
      #mainImage #mainTxt p.txt02 {
        font-size: clamp(15px, 1.613vw, 20px);
        line-height: calc(35/20); }
  #mainImage #mainImageIn {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: var(--kadomaru);
    overflow: hidden; }
    #mainImage #mainImageIn video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    @media screen and (max-width: 767px) {
      #mainImage #mainImageIn {
        width: 100%;
        height: 100%;
        border-radius: 0; } }

/*container
------------------------------------------------------*/
#container.toppage #top--feature {
  padding-top: 56px;
  padding-bottom: 110px;
  position: relative; }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    #container.toppage #top--feature {
      padding-top: 4.7458%;
      padding-bottom: 9.322%; } }
  #container.toppage #top--feature h2 {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 4.2373%;
    margin-left: 30px; }
  #container.toppage #top--feature .inner {
    position: relative; }
    #container.toppage #top--feature .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;
      width: 32.4576%;
      height: auto;
      padding-top: 24.1525%;
      background-image: url("../images/pic_01.svg");
      position: absolute;
      right: 0;
      top: 0;
      margin-top: 13.0508%;
      margin-right: 1.6949%; }
    #container.toppage #top--feature .inner .item {
      width: 36.4407%;
      padding-top: 5.0847%;
      padding-left: 5.0847%;
      position: relative; }
      #container.toppage #top--feature .inner .item::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 101%;
        line-height: 0;
        font-size: 0.1em;
        width: calc(343/430 * 100%);
        height: auto;
        padding-top: calc(343/430 * 100%);
        background-image: url("../images/moyou.jpg");
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1; }
      #container.toppage #top--feature .inner .item span.num {
        display: block;
        width: 100%;
        padding-top: calc(52/430 * 100%);
        position: absolute;
        top: 0;
        right: 0; }
        #container.toppage #top--feature .inner .item span.num img {
          width: auto;
          height: 100%;
          position: absolute;
          top: 0;
          right: 0;
          margin-top: calc(50/430 * 100%); }
      #container.toppage #top--feature .inner .item h3 {
        margin-bottom: 15px;
        text-align: left;
        font-size: clamp(20px, 2.097vw, 26px);
        line-height: calc(38/26); }
      #container.toppage #top--feature .inner .item p {
        white-space: nowrap; }
      #container.toppage #top--feature .inner .item#feature01 {
        margin-left: 30.8036%; }
        #container.toppage #top--feature .inner .item#feature01 span.num img {
          margin-right: calc(28/430 * 100%); }
      #container.toppage #top--feature .inner .item#feature02 span.num img {
        margin-right: calc(75/430 * 100%); }
      #container.toppage #top--feature .inner .item#feature03 {
        margin-top: -6.25%;
        margin-left: 39.0179%;
        padding-left: 0; }
        #container.toppage #top--feature .inner .item#feature03 span.num img {
          margin-right: calc(70/430 * 100%); }
  #container.toppage #top--feature .btn a {
    margin-left: auto; }
  @media screen and (max-width: 999px) {
    #container.toppage #top--feature .btn {
      margin-top: 5.0847%; } }
  @media screen and (max-width: 767px) {
    #container.toppage #top--feature {
      padding-top: 16%;
      margin-bottom: 16%;
      padding-bottom: 68.6667%;
      position: relative; }
      #container.toppage #top--feature::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/pic_01.svg");
        background-size: 90% auto;
        width: 100%;
        height: auto;
        padding-top: 68.6667%;
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto auto auto 0; }
      #container.toppage #top--feature h2 {
        text-align: center;
        position: static;
        margin-top: 0;
        margin-left: 0; }
      #container.toppage #top--feature .inner::before {
        display: none; }
      #container.toppage #top--feature .inner .item {
        width: 100%;
        padding-top: 19.403%;
        padding-left: 2.9851%;
        position: relative; }
        #container.toppage #top--feature .inner .item::before {
          width: 65.6716%;
          padding-top: 65.6716%;
          margin-right: -15px;
          background-size: 80%; }
        #container.toppage #top--feature .inner .item span.num {
          padding-top: 12.3881%;
          margin-top: 11.194%; }
          #container.toppage #top--feature .inner .item span.num img {
            margin-top: 0;
            margin-right: 11.3433% !important; }
        #container.toppage #top--feature .inner .item h3 {
          margin-bottom: 10px; }
        #container.toppage #top--feature .inner .item#feature01 {
          margin-left: 0; }
          #container.toppage #top--feature .inner .item#feature01 span.num img {
            margin-right: inherit; }
        #container.toppage #top--feature .inner .item#feature02 span.num img {
          margin-right: inherit; }
        #container.toppage #top--feature .inner .item#feature03 {
          margin-top: 0;
          margin-left: 0; }
          #container.toppage #top--feature .inner .item#feature03 span.num img {
            margin-right: inherit; }
      #container.toppage #top--feature .btn {
        margin-top: 10.4478%;
        padding-bottom: 9.7015%; }
        #container.toppage #top--feature .btn a {
          margin: 0 auto; } }

#container.toppage #top--creator {
  max-width: calc(100% - 40px);
  border-radius: var(--kadomaru);
  padding-top: 120px;
  padding-bottom: 120px; }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    #container.toppage #top--creator {
      padding-top: 10.1695%;
      padding-bottom: 10.1695%; } }
  #container.toppage #top--creator h2 {
    margin-bottom: 5.0847%; }
  #container.toppage #top--creator .btn a {
    margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--creator {
      border-radius: var(--kadomarusp);
      padding-top: 22.3881%;
      padding-bottom: 20.8955%; }
      #container.toppage #top--creator h2 {
        margin-bottom: 11.9403%; } }

#container.toppage #top--business {
  padding-top: 85px;
  padding-bottom: 75px; }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    #container.toppage #top--business {
      padding-top: 7.2034%;
      padding-bottom: 6.3559%; } }
  #container.toppage #top--business .txtBox {
    width: 46.6102%;
    float: right;
    padding-top: 4.2373%; }
    #container.toppage #top--business .txtBox h2 {
      margin-bottom: 30px; }
    #container.toppage #top--business .txtBox .btn a {
      margin-right: auto; }
  #container.toppage #top--business .imgBox {
    width: 44.0678%;
    float: left; }
    #container.toppage #top--business .imgBox img {
      display: block;
      width: calc(316/520 * 100%);
      margin-left: auto; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--business {
      padding-top: 18.6667%;
      padding-bottom: 14.6667%; }
      #container.toppage #top--business .txtBox {
        width: auto;
        float: none;
        margin: 0 auto;
        padding-top: 0;
        padding-bottom: 13.4328%; }
        #container.toppage #top--business .txtBox h2 {
          text-align: center;
          margin-bottom: 20px; }
        #container.toppage #top--business .txtBox p {
          padding: 0 20px 30px; }
        #container.toppage #top--business .txtBox .btn a {
          margin: 0 auto; }
      #container.toppage #top--business .imgBox {
        width: auto;
        float: none;
        margin: 0 auto; }
        #container.toppage #top--business .imgBox img {
          width: 64.9254%;
          margin: 0 auto; } }

/*--------------------------------------------------------------------
2. local
---------------------------------------------------------------------*/
/*about_us
------------------------------------------------------*/
#container.second.about_us #about--message h2 {
  margin-bottom: 40px; }
#container.second.about_us #about--message div.txt01 {
  width: 650px;
  max-width: 100%;
  margin: 0 auto; }
  #container.second.about_us #about--message div.txt01 p + p {
    margin-top: 10px; }
#container.second.about_us #about--message p.sig {
  width: 740px;
  max-width: 100%;
  margin: 0 auto;
  text-align: right; }
@media screen and (max-width: 767px) {
  #container.second.about_us #about--message div.txt01 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px; }
  #container.second.about_us #about--message p.sig {
    padding-left: 20px;
    padding-right: 20px; } }
#container.second.about_us #about--mission {
  border-radius: var(--kadomaru);
  padding-top: 120px;
  padding-bottom: 110px;
  max-width: calc(100% - 40px); }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    #container.second.about_us #about--mission {
      padding-top: 10.1695%;
      padding-bottom: 9.322%; } }
  #container.second.about_us #about--mission .inner + .inner {
    margin-top: 5.9322%; }
  #container.second.about_us #about--mission .inner {
    text-align: center; }
    #container.second.about_us #about--mission .inner h2 {
      color: var(--txtCl01);
      margin-bottom: 30px; }
    #container.second.about_us #about--mission .inner p {
      color: var(--txtCl01);
      font-size: clamp(20px, 2.419vw, 30px);
      line-height: calc(66/40);
      text-align: center; }
  @media screen and (max-width: 767px) {
    #container.second.about_us #about--mission {
      padding-top: 18.6667%;
      padding-bottom: 18.6667%; }
      #container.second.about_us #about--mission .inner + .inner {
        margin-top: 14.9254%; }
      #container.second.about_us #about--mission .inner h2 {
        margin-bottom: 20px; } }
#container.second.about_us #about--outline {
  padding-top: 120px; }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    #container.second.about_us #about--outline {
      padding-top: 10.1695%; } }
  #container.second.about_us #about--outline h2 {
    margin-bottom: 40px; }
  #container.second.about_us #about--outline .tbBox {
    width: 1020px;
    max-width: 100%;
    margin: 0 auto; }
    #container.second.about_us #about--outline .tbBox table th {
      width: 170px; }
    #container.second.about_us #about--outline .tbBox table dl dd + dt {
      margin-top: 1em; }
  @media screen and (max-width: 767px) {
    #container.second.about_us #about--outline {
      padding-top: 18.6667%; }
      #container.second.about_us #about--outline h2 {
        margin-bottom: 30px; }
      #container.second.about_us #about--outline .tbBox table th {
        width: auto; } }
#container.second.about_us #about--access {
  width: 1080px; }
  #container.second.about_us #about--access h2 {
    margin-bottom: 40px; }
  #container.second.about_us #about--access .mapBox {
    padding-top: calc(360/1020 * 100%);
    position: relative; }
    #container.second.about_us #about--access .mapBox iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  #container.second.about_us #about--access dl + .mapBox {
    margin-top: 10px; }
  #container.second.about_us #about--access .mapBox + dl {
    margin-top: 30px; }
  #container.second.about_us #about--access dl {
    margin-bottom: 10px;
    text-align: left; }
  @media screen and (max-width: 767px) {
    #container.second.about_us #about--access h2 {
      margin-bottom: 30px; }
    #container.second.about_us #about--access .mapBox {
      padding-top: 59.7015%; } }

/*business
------------------------------------------------------*/
#container.second.business #business--lead {
  position: relative; }
  #container.second.business #business--lead .txtBox {
    width: 1020px;
    max-width: 100%;
    margin: 0 auto;
    padding-right: 23.7288%; }
    #container.second.business #business--lead .txtBox h2 {
      font-size: clamp(26px, 2.742vw, 34px);
      text-align: left;
      line-height: calc(56/34);
      margin-bottom: 30px; }
  #container.second.business #business--lead .imgBox {
    width: 25.8065%;
    position: absolute;
    top: 0;
    right: 0; }
    #container.second.business #business--lead .imgBox img {
      display: block;
      width: calc(240/320 * 100%);
      margin-right: auto; }
  @media screen and (max-width: 767px) {
    #container.second.business #business--lead .txtBox {
      padding-right: 0; }
      #container.second.business #business--lead .txtBox h2 {
        margin-bottom: 20px; }
    #container.second.business #business--lead .imgBox {
      width: auto;
      position: static; }
      #container.second.business #business--lead .imgBox img {
        width: 59.7015%;
        margin: 30px auto 0; } }
#container.second.business #business--flow .inner {
  width: 1020px;
  max-width: 100%;
  margin: 40px auto 0;
  display: block; }
  #container.second.business #business--flow .inner::after, #container.second.business #business--flow .inner::before {
    content: "";
    display: block;
    clear: both; }
  #container.second.business #business--flow .inner .item {
    width: calc(220/1020 * 100%);
    padding: calc(30/1020 * 100%) 15px;
    float: left;
    border: var(--txBody) 1px solid;
    border-radius: 10px;
    position: relative; }
    #container.second.business #business--flow .inner .item:nth-child(n + 2) {
      margin-left: calc(45/1020 * 100%); }
      #container.second.business #business--flow .inner .item:nth-child(n + 2)::before {
        content: "";
        display: block;
        padding-left: calc(47/220 * 100%);
        height: 100%;
        background: url("../images/flow_arw.svg") center center no-repeat;
        background-size: calc(14/47 * 100%) auto;
        position: absolute;
        top: 0;
        left: 0;
        transform: translateX(-100%); }
    #container.second.business #business--flow .inner .item p {
      text-align: center;
      font-size: clamp(16px, 1.452vw, 18px);
      line-height: calc(36/18); }
@media screen and (max-width: 767px) {
  #container.second.business #business--flow .inner .item {
    width: auto;
    float: none;
    margin: 0 auto;
    width: 300px;
    max-width: 90%;
    margin: 0 auto;
    padding: 20px; }
    #container.second.business #business--flow .inner .item:nth-child(n + 2) {
      margin-left: auto;
      margin-top: 40px; }
      #container.second.business #business--flow .inner .item:nth-child(n + 2)::before {
        padding-left: 0;
        width: 100%;
        height: 40px;
        background-image: url("../images/flow_arw_sp.svg");
        background-size: 15px auto;
        transform: translate(0, -100%); } }
#container.second.business #business--case {
  border-radius: var(--kadomaru);
  max-width: calc(100% - 40px);
  padding-top: 120px;
  padding-bottom: 120px; }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    #container.second.business #business--case {
      padding-top: 10.1695%;
      padding-bottom: 10.1695%; } }
  #container.second.business #business--case h2 {
    color: var(--txtCl01);
    margin-bottom: 3.3898%; }
  #container.second.business #business--case .caseBox {
    width: 1020px;
    max-width: 100%;
    margin: 0 auto; }
    #container.second.business #business--case .caseBox .caseItem + .caseItem {
      margin-top: 30px; }
    #container.second.business #business--case .caseBox .caseItem {
      background-color: #fff;
      border-radius: var(--kadomaru);
      padding: calc(50/1020 * 100%); }
      #container.second.business #business--case .caseBox .caseItem .titBox {
        text-align: left;
        margin-bottom: 20px;
        vertical-align: middle; }
        #container.second.business #business--case .caseBox .caseItem .titBox h3 {
          display: inline-block;
          text-align: left;
          font-size: clamp(18px, 1.935vw, 24px); }
        #container.second.business #business--case .caseBox .caseItem .titBox ul {
          margin-left: 5px;
          display: inline-block;
          text-align: left; }
          #container.second.business #business--case .caseBox .caseItem .titBox ul li {
            display: inline-block;
            margin-right: 7px;
            padding: 7px 7px 5px;
            line-height: 1;
            background-color: var(--txBody);
            color: #fff;
            font-size: 1.7rem;
            letter-spacing: 0.02; }
            #container.second.business #business--case .caseBox .caseItem .titBox ul li span {
              font-size: 1.5rem; }
      #container.second.business #business--case .caseBox .caseItem h3 {
        text-align: left;
        font-size: clamp(17px, 1.452vw, 18px);
        margin-bottom: 10px; }
      #container.second.business #business--case .caseBox .caseItem * + h3 {
        margin-top: 20px; }
  @media screen and (max-width: 767px) {
    #container.second.business #business--case {
      padding-top: 18.6667%;
      padding-bottom: 18.6667%; }
      #container.second.business #business--case h2 {
        margin-bottom: 30px; }
      #container.second.business #business--case .caseBox .caseItem + .caseItem {
        margin-top: 20px; }
      #container.second.business #business--case .caseBox .caseItem {
        border-radius: var(--kadomarusp);
        padding: 30px 20px; }
        #container.second.business #business--case .caseBox .caseItem .titBox ul li {
          margin-right: 4px;
          padding: 0 5px;
          font-size: 1.5rem; }
          #container.second.business #business--case .caseBox .caseItem .titBox ul li span {
            font-size: 1.3rem; } }
#container.second.business #business--faq {
  padding-top: 100px; }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    #container.second.business #business--faq {
      padding-top: 8.4746%; } }
  #container.second.business #business--faq h2 {
    margin-bottom: 4.2373%; }
  #container.second.business #business--faq .cAccBox {
    width: 1020px;
    max-width: 100%;
    margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #container.second.business #business--faq {
      padding-top: 14.9254%; }
      #container.second.business #business--faq h2 {
        margin-bottom: 40px; } }

/*entry/*contact 
------------------------------------------------------*/
#container.second.contact section,
#container.second.thanks section,
#container.second.entry section,
#container.second.entry-thanks section {
  padding-bottom: 60px; }
#container.second.contact #contact--lead,
#container.second.thanks #contact--lead,
#container.second.entry #contact--lead,
#container.second.entry-thanks #contact--lead {
  padding-bottom: 40px;
  text-align: center; }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    #container.second.contact #contact--lead,
    #container.second.thanks #contact--lead,
    #container.second.entry #contact--lead,
    #container.second.entry-thanks #contact--lead {
      padding-bottom: 4%; } }
  @media screen and (max-width: 767px) {
    #container.second.contact #contact--lead,
    #container.second.thanks #contact--lead,
    #container.second.entry #contact--lead,
    #container.second.entry-thanks #contact--lead {
      padding-bottom: 6.6667%; } }
  #container.second.contact #contact--lead p.tit,
  #container.second.thanks #contact--lead p.tit,
  #container.second.entry #contact--lead p.tit,
  #container.second.entry-thanks #contact--lead p.tit {
    margin-bottom: 6%;
    text-align: center;
    font-size: clamp(20px, 2.097vw, 26px);
    line-height: calc(50/26);
    letter-spacing: 0.025em; }
    @media screen and (max-width: 767px) {
      #container.second.contact #contact--lead p.tit,
      #container.second.thanks #contact--lead p.tit,
      #container.second.entry #contact--lead p.tit,
      #container.second.entry-thanks #contact--lead p.tit {
        text-align: left;
        font-size: 1.8rem; } }
  #container.second.contact #contact--lead p a,
  #container.second.thanks #contact--lead p a,
  #container.second.entry #contact--lead p a,
  #container.second.entry-thanks #contact--lead p a {
    text-decoration: underline; }
  #container.second.contact #contact--lead p a:hover,
  #container.second.thanks #contact--lead p a:hover,
  #container.second.entry #contact--lead p a:hover,
  #container.second.entry-thanks #contact--lead p a:hover {
    text-decoration: none; }
#container.second.contact .formArea,
#container.second.thanks .formArea,
#container.second.entry .formArea,
#container.second.entry-thanks .formArea {
  padding-bottom: 120px; }
  @media screen and (max-width: 767px) {
    #container.second.contact .formArea,
    #container.second.thanks .formArea,
    #container.second.entry .formArea,
    #container.second.entry-thanks .formArea {
      padding-bottom: 16%; } }
  #container.second.contact .formArea table th,
  #container.second.thanks .formArea table th,
  #container.second.entry .formArea table th,
  #container.second.entry-thanks .formArea table th {
    white-space: nowrap; }

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

/*----------------------------------------------------------
Variables
-----------------------------------------------------------*/
/*----------------------------------------------------------
thumbnail img 
-----------------------------------------------------------*/
/* -----------------------------------------
list
----------------------------------------- */
#container .cBlogList > li > ul.sns, .modalBoxIn--creator .inner .txtBox > ul.sns {
  margin-top: 0;
  text-align: left; }
  #container .cBlogList > li > ul.sns li, .modalBoxIn--creator .inner .txtBox > ul.sns li {
    display: inline-block;
    width: 32px;
    margin-right: 5px;
    margin-bottom: 10px; }
    #container .cBlogList > li > ul.sns li a, .modalBoxIn--creator .inner .txtBox > ul.sns li a {
      display: block; }
      #container .cBlogList > li > ul.sns li a:hover, .modalBoxIn--creator .inner .txtBox > ul.sns li a:hover {
        opacity: 0.8; }
    #container .cBlogList > li > ul.sns li img, .modalBoxIn--creator .inner .txtBox > ul.sns li img {
      vertical-align: middle; }

/*=============
plugin
==============*/
/*-----------------------------------------------------
wp-pagenavi
--------------------------------------------------------*/
#container .wp-pagenavi {
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  @media screen and (max-width: 767px) {
    #container .wp-pagenavi {
      padding-bottom: 40px; } }
  #container .wp-pagenavi span,
  #container .wp-pagenavi a {
    display: block;
    margin: 0 5px;
    width: 54px;
    border: 1px solid #dedede;
    border-radius: 3px;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 52px;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      #container .wp-pagenavi span,
      #container .wp-pagenavi a {
        width: 37.8px;
        line-height: 36.4px;
        font-size: 12px; } }
  #container .wp-pagenavi .page_num {
    display: none; }
  #container .wp-pagenavi a:hover {
    background-color: #f5f5f5;
    color: var(--txBody); }
  #container .wp-pagenavi .extend {
    border: none; }
  #container .wp-pagenavi .current {
    color: #fff;
    border-color: #585858;
    background-color: #585858; }
  #container .wp-pagenavi a.previouspostslink {
    display: none; }
  #container .wp-pagenavi a.first {
    display: none; }

/* -----------------------------------------
layout
----------------------------------------- */
#container.second.creator section .logoBox {
  width: 960px;
  max-width: 100%;
  margin: 0 auto; }
  #container.second.creator section .logoBox img {
    display: block;
    width: 27.1186%;
    margin-right: auto;
    margin-bottom: 4.2373%; }
@media screen and (max-width: 767px) {
  #container.second.creator section .logoBox img {
    width: 47.7612%;
    margin-bottom: 7.4627%; } }

/* -----------------------------------------
list
----------------------------------------- */
#container .cBlogList {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: block; }
  #container .cBlogList::after, #container .cBlogList::before {
    content: "";
    display: block;
    clear: both; }
  #container .cBlogList > li {
    width: calc(300/960 * 100%);
    float: left;
    margin-right: calc(30/960 * 100%);
    margin-bottom: calc(50/960 * 100%); }
    #container .cBlogList > li:nth-child(3n) {
      margin-right: 0; }
    #container .cBlogList > li > a .img {
      padding-top: 133.3333333333%;
      position: relative;
      overflow: hidden; }
      #container .cBlogList > li > a .img img {
        object-fit: cover;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        transition: all 0.5s; }
    #container .cBlogList > li > a:hover .img img {
      transform: scale(1.15); }
    #container .cBlogList > li p {
      padding: 15px 0 10px;
      margin-top: 0;
      font-size: clamp(18px, 1.774vw, 22px);
      line-height: calc(32 / 19); }
    #container .cBlogList > li a:hover p {
      color: #666; }
  @media screen and (max-width: 767px) {
    #container .cBlogList > li {
      width: 71.6418%;
      float: none;
      margin: 0 auto 7.4627%; }
      #container .cBlogList > li:nth-child(3n) {
        margin-right: auto; }
      #container .cBlogList > li p {
        padding: 15px 0 10px; } }

#container.toppage #top--creator .cBlogList > li > ul.sns {
  display: none; }

/* -----------------------------------------
modal
----------------------------------------- */
.modalBoxIn--creator {
  width: 940px;
  padding: 20px;
  max-width: 100%;
  margin: 0 auto; }
  .modalBoxIn--creator .inner {
    display: block; }
    .modalBoxIn--creator .inner::after, .modalBoxIn--creator .inner::before {
      content: "";
      display: block;
      clear: both; }
    .modalBoxIn--creator .inner .imgBox {
      width: calc(360/900 * 100%);
      float: left; }
    .modalBoxIn--creator .inner .txtBox {
      width: calc(490/900 * 100%);
      float: right;
      pointer-events: all; }
      .modalBoxIn--creator .inner .txtBox .name {
        padding: 15px 0 10px;
        margin-top: 0;
        font-size: clamp(18px, 1.774vw, 22px);
        line-height: calc(32 / 19);
        text-align: left; }
      .modalBoxIn--creator .inner .txtBox .profile {
        font-size: clamp(16px, 1.452vw, 18px);
        line-height: calc(36/18);
        padding-bottom: 20px; }
      .modalBoxIn--creator .inner .txtBox p.message {
        font-size: clamp(16px, 1.452vw, 18px);
        line-height: calc(36/18);
        padding-bottom: 30px; }
      .modalBoxIn--creator .inner .txtBox .btn {
        padding-top: 30px;
        text-align: left; }
  @media screen and (max-width: 767px) {
    .modalBoxIn--creator {
      padding: 0; }
      .modalBoxIn--creator .inner .imgBox {
        width: auto;
        float: none;
        margin: 0 auto;
        width: 300px;
        max-width: 80%;
        margin: 0 auto; }
      .modalBoxIn--creator .inner .txtBox {
        width: auto;
        float: none;
        margin: 0 auto; }
        .modalBoxIn--creator .inner .txtBox .name {
          padding: 10px 0 5px; }
        .modalBoxIn--creator .inner .txtBox .profile {
          padding-bottom: 10px; }
        .modalBoxIn--creator .inner .txtBox p.message {
          padding-bottom: 20px; }
        .modalBoxIn--creator .inner .txtBox .btn {
          padding-top: 15px;
          text-align: center; } }

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