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

body {
  line-height: 1; }

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

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

blockquote, q {
  quotes: none; }

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

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

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

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

del {
  text-decoration: line-through; }

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

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

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

input, select {
  vertical-align: middle; }

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

hr {
  overflow: visible; }

[hidden], template {
  display: none; }

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

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

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

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

b, strong {
  font-weight: bolder; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

input {
  border-radius: 0; }

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

optgroup {
  font-weight: bold; }

button {
  overflow: visible; }

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

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

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

button,
select {
  text-transform: none; }

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

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

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

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

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

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

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

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

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

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

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

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

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

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

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

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

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

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

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

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

/*----------------------------------------------------------
Properties
-----------------------------------------------------------*/
:root {
  --bgBody: #fff;
  --txBody: #333;
  --pointCl01:#45be95;
  --pointCl02:#ef7864;
  --lineCl01:#ececec;
  --lineCl02:#ddd6ce;
  --bgCl01:#e9f7f2;
  --bgCl02:#f9f7f5;
  --kadomaru:20px;
  --kadomarusp:15px;
  --hdrH:90px;
  --hdrHsp:55px;
  --trTime: .5s;
  --spMaxW:350px; }

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

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

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

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

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

.wrapBoxW, #container.second section, #mainImage .mainTxt, #container.toppage #topLead, #container.toppage .topService, #container.toppage #topAbout, #container.toppage #topBlog, .blogWrap,
.wrapBox,
.wrapBoxC, #container.second section.terms,
.wrapBoxS {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 767px) {
    .wrapBoxW, #container.second section, #mainImage .mainTxt, #container.toppage #topLead, #container.toppage .topService, #container.toppage #topAbout, #container.toppage #topBlog, .blogWrap,
    .wrapBox,
    .wrapBoxC, #container.second section.terms,
    .wrapBoxS {
      padding-left: 20px;
      padding-right: 20px; } }

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

/* box --1060px-----------*/
#container.second section, #mainImage .mainTxt, #container.toppage #topLead, #container.toppage .topService, #container.toppage #topAbout, #container.toppage #topBlog, .blogWrap,
.wrapBox {
  width: 1120px; }

/* box --1000px-----------*/
.wrapBoxC {
  width: 1060px; }

/* box --960px-----------*/
#container.second section.terms,
.wrapBoxS {
  width: 1020px; }

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

body {
  font-size: 16px; }
  @media screen and (min-width: 768px) and (max-width: 1119px) {
    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: 'Work Sans',arial,sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em; }

input {
  font-family: 'Work Sans',arial,sans-serif;
  font-weight: 500; }

.font01R, #form dl dt b, #form dl dd b, #form p b,
.font01B {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.01em; }

input[type="checkbox"],
input[type="radio"],
.fontDef {
  font-family: 'Work Sans',arial,sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em; }

.font01R {
  font-weight: 400; }

#form dl dt b, #form dl dd b, #form p b,
.font01B {
  font-weight: 700; }

/* -----------------------------------------
-- 1. set
-- 2. title
-- 3. text
-- 4. list
-- 5. table
-- 6. btn
-- 7. other
----------------------------------------- */
/*--------------------------------------------------------------------
1. set
---------------------------------------------------------------------*/
header .hdrLang, #ftrIn .ftrL .ftrLIn .ftrLang {
  width: 85px;
  height: 34px; }
  header .hdrLang ul, #ftrIn .ftrL .ftrLIn .ftrLang ul {
    overflow: hidden; }
    header .hdrLang ul li, #ftrIn .ftrL .ftrLIn .ftrLang ul li {
      width: 50%;
      float: left;
      line-height: 34px;
      font-size: clamp(14px, 1.25vw, 14px);
      position: relative; }
      header .hdrLang ul li span, #ftrIn .ftrL .ftrLIn .ftrLang ul li span {
        font-weight: 600; }
      header .hdrLang ul li a, #ftrIn .ftrL .ftrLIn .ftrLang ul li a {
        color: #999;
        font-weight: 600; }
      header .hdrLang ul li a:hover, #ftrIn .ftrL .ftrLIn .ftrLang ul li a:hover {
        color: #333; }
    header .hdrLang ul li.ja, #ftrIn .ftrL .ftrLIn .ftrLang ul li.ja {
      padding-right: 1em;
      text-align: right; }
    header .hdrLang ul li.en, #ftrIn .ftrL .ftrLIn .ftrLang ul li.en {
      padding-left: 0.5em;
      text-align: left; }
    header .hdrLang ul li.en::before, #ftrIn .ftrL .ftrLIn .ftrLang ul li.en::before {
      content: "/";
      color: #222;
      position: absolute;
      top: 0;
      left: -0.5em; }

/*--------------------------------------------------------------------
2. title
---------------------------------------------------------------------*/
#container.toppage .topService h2, #container.toppage #topAbout .inner h2, #container.toppage #topBlog h2 {
  text-align: center;
  font-size: clamp(24px, 3.214vw, 36px);
  font-weight: bold;
  margin-bottom: 3.7736%; }
  @media screen and (max-width: 767px) {
    #container.toppage .topService h2, #container.toppage #topAbout .inner h2, #container.toppage #topBlog h2 {
      margin-bottom: 20px; } }

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

/*--------------------------------------------------------------------
4. list
---------------------------------------------------------------------*/
/* normal mark
------------------------------------------------------*/
ul.cList01 > li, #ftrContact .inner dl dd ul > li, #container.second section.terms ul > li {
  padding-left: 1.2em;
  position: relative; }
  ul.cList01 > li::before, #ftrContact .inner dl dd ul > li::before, #container.second section.terms ul > li::before {
    content: "・";
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0; }

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

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

/*--------------------------------------------------------------------
6. btn
---------------------------------------------------------------------*/
#container.toppage .topService .inner .txtBox a, #container.toppage #topBlog > a {
  display: block;
  width: 220px;
  max-width: 100%;
  height: 58px;
  line-height: 56px;
  border-radius: 50vw;
  background-color: #fff;
  border: var(--pointCl01) 1px solid;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--pointCl01); }
  #container.toppage .topService .inner .txtBox a:hover, #container.toppage #topBlog > a:hover {
    background-color: var(--pointCl01);
    color: #fff; }
#container.toppage #topBlog > a {
  width: 280px; }
@media screen and (max-width: 767px) {
  #container.toppage .topService .inner .txtBox a, #container.toppage #topBlog > a {
    width: 280px; } }

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

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

/* -----------------------------------------
-- accordion
-- tab
-- modal
-- slide
-- form
----------------------------------------- */
/*--------------------------------------------------------------------
accordion
---------------------------------------------------------------------*/
#container section .cAccBox {
  max-width: 100%;
  margin: 0 auto; }
  #container section .cAccBox dl + dl {
    margin-top: 20px; }
  #container section .cAccBox dl {
    border: var(--pointCl02) 1px solid;
    border-radius: var(--kadomaru);
    background-color: #fff;
    padding-bottom: 15px; }
    #container section .cAccBox dl dt {
      padding: 35px 90px 20px 85px;
      text-align: left;
      cursor: pointer;
      position: relative;
      font-size: clamp(20px, 2.143vw, 24px);
      font-weight: bold;
      line-height: calc(52/30);
      color: var(--pointCl02); }
      #container section .cAccBox dl dt span {
        display: block;
        width: 1.5em;
        font-weight: bold;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 35px;
        margin-left: 50px; }
      #container section .cAccBox dl dt::before, #container section .cAccBox dl dt::after {
        content: "";
        display: block;
        width: 16px;
        height: 3px;
        background-color: var(--pointCl02);
        position: absolute;
        top: 50%;
        right: 0;
        margin-right: 40px;
        transition: .3s; }
      #container section .cAccBox dl dt::after {
        transform: rotate(270deg); }
      #container section .cAccBox dl dt.open::after {
        transform: rotate(0); }
    #container section .cAccBox dl dd {
      display: none; }
    #container section .cAccBox dl dd .inner {
      padding: 0 50px 30px; }
  @media screen and (min-width: 768px) and (max-width: 1119px) {
    #container section .cAccBox dl dt {
      padding: 3.3019% 8.4906% 1.8868% 8.0189%; }
      #container section .cAccBox dl dt span {
        margin-top: 3.3019%;
        margin-left: 4.717%; }
      #container section .cAccBox dl dt::before, #container section .cAccBox dl dt::after {
        margin-right: 3.7736%; }
    #container section .cAccBox dl dd .inner {
      padding: 0 4.717% 2.8302%; } }
  @media screen and (max-width: 767px) {
    #container section .cAccBox dl dt {
      padding: 20px 45px 10px 45px;
      line-height: 1.5 !important; }
      #container section .cAccBox dl dt span {
        margin-top: 20px;
        margin-left: 20px; }
      #container section .cAccBox dl dt::before, #container section .cAccBox dl dt::after {
        margin-right: 20px; }
    #container section .cAccBox dl dd .inner {
      padding: 0 20px 20px; } }

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

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

#form table {
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) and (max-width: 1119px) {
    #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: 225px;
    padding-top: 30px;
    padding-left: 5px;
    font-size: clamp(15px, 1.339vw, 15px);
    font-weight: bold; }
    @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.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 ::placeholder {
    color: #bbbbbb; }

#form dl.privacy dt {
  font-weight: bold; }
#form dl dt, #form dl dd, #form p {
  font-size: clamp(15px, 1.339vw, 15px);
  line-height: calc(26/15); }
#form dl.privacy + p {
  text-align: center; }

/*--form parts --*/
#form input[type="text"],
#form input[type="email"],
#form input[type="url"],
#form input[type="tel"],
#form textarea {
  background-color: #f3f3f3;
  padding: 7px 7px;
  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 td.chk label {
  display: block; }
#form td.chk label + label {
  margin-top: 10px; }

/*--form btn--*/
#form .formBtn button,
#form .formBtn input,
.btnThanks a {
  display: block;
  width: 320px;
  height: 60px;
  max-width: 100%;
  border-radius: 50vw;
  border: var(--pointCl01) 1px solid;
  color: var(--pointCl01);
  font-size: clamp(15px, 1.518vw, 17px);
  text-align: center;
  line-height: 58px;
  font-weight: 600;
  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 {
  margin-top: 40px;
  text-align: center; }

#form .formBtn button,
#form .formBtn input,
.btnThanks a {
  margin: 0 auto;
  transition: var(--trTime); }
  #form .formBtn button.back, #form .formBtn button.back + button, #form .formBtn button.back + input,
  #form .formBtn input.back,
  #form .formBtn input.back + button,
  #form .formBtn input.back + input,
  .btnThanks a.back,
  .btnThanks a.back + button,
  .btnThanks a.back + input {
    display: inline-block;
    width: 330px;
    max-width: calc((100% - 60px)/2); }
  #form .formBtn button.back + button, #form .formBtn button.back + input,
  #form .formBtn input.back + button,
  #form .formBtn input.back + input,
  .btnThanks a.back + button,
  .btnThanks a.back + input {
    margin-left: 50px; }
  @media screen and (max-width: 767px) {
    #form .formBtn button.back, #form .formBtn button.back + button, #form .formBtn button.back + input,
    #form .formBtn input.back,
    #form .formBtn input.back + button,
    #form .formBtn input.back + input,
    .btnThanks a.back,
    .btnThanks a.back + button,
    .btnThanks a.back + input {
      max-width: calc((100% - 50px)/2); }
    #form .formBtn button.back + button, #form .formBtn button.back + input,
    #form .formBtn input.back + button,
    #form .formBtn input.back + input,
    .btnThanks a.back + button,
    .btnThanks a.back + input {
      margin-left: 20px; } }

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

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

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

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

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

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

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

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

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

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

*:focus {
  outline: none; }

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

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

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

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

strong {
  font-weight: bold; }

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

#wrapper {
  position: relative; }

/* -----------------------------------------------------------------------
clearfix
------------------------------------------------------------------------- */
.wrapBoxW, #container.second section, #mainImage .mainTxt, #container.toppage #topLead, #container.toppage .topService, #container.toppage #topAbout, #container.toppage #topBlog, .blogWrap,
.wrapBox,
.wrapBoxC, #container.second section.terms,
.wrapBoxS,
.clearfix,
header,
section {
  display: block; }
  .wrapBoxW::after, #container.second section::after, #mainImage .mainTxt::after, #container.toppage #topLead::after, #container.toppage .topService::after, #container.toppage #topAbout::after, #container.toppage #topBlog::after, .blogWrap::after,
  .wrapBox::after,
  .wrapBoxC::after, #container.second section.terms::after,
  .wrapBoxS::after,
  .wrapBoxW::before, #container.second section::before, #mainImage .mainTxt::before, #container.toppage #topLead::before, #container.toppage .topService::before, #container.toppage #topAbout::before, #container.toppage #topBlog::before, .blogWrap::before,
  .wrapBox::before,
  .wrapBoxC::before, #container.second section.terms::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);
  width: 100%;
  position: relative;
  z-index: 1200; }
  @media screen and (max-width: 767px) {
    header {
      height: var(--hdrHsp); } }
  header .logo {
    width: 220px;
    height: 35px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto 0;
    margin-left: 30px; }
    @media screen and (max-width: 767px) {
      header .logo {
        width: 143px;
        height: 22px;
        margin-left: 15px; } }
  header .hdrLang {
    position: absolute;
    left: 275px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      header .hdrLang {
        left: 165px; } }
  header nav {
    margin-left: 280px;
    margin-right: 40px;
    padding-top: 30px;
    position: relative; }
    header nav > ul {
      text-align: right;
      height: 40px; }
      header nav > ul > li {
        display: inline-block;
        margin-left: 15px;
        position: relative; }
        header nav > ul > li > a,
        header nav > ul > li > span {
          display: inline-block;
          overflow: hidden;
          position: relative;
          transition: all var(--trTime);
          display: block;
          height: 40px;
          line-height: 40px;
          font-size: clamp(15px, 1.429vw, 16px);
          color: var(--txBody);
          letter-spacing: 0.01em;
          font-weight: 700;
          cursor: pointer; }
          header nav > ul > li > a::after,
          header nav > ul > li > span::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: var(--txBody);
            transform-origin: right top;
            transform: scale(0, 1);
            transition: transform .3s;
            z-index: 1000; }
          header nav > ul > li > a:hover::after,
          header nav > ul > li > span:hover::after {
            transform: scale(1, 1);
            transform-origin: left top; }
        header nav > ul > li > span::after {
          display: none; }
        header nav > ul > li.nolink a {
          pointer-events: none;
          opacity: 0.7; }
  header button {
    transition: opacity 0.5s; }

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

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

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

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

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

/*--------------------------------------------------------------------
   footer
---------------------------------------------------------------------*/
footer {
  padding-top: 8px;
  padding-bottom: 45px; }

/* ftrContact
-----------------------*/
#ftrContact {
  padding-top: 30px; }
  #ftrContact .inner {
    display: block;
    width: 1145px;
    max-width: calc(100% - 60px);
    margin: 0 auto;
    padding: 60px 30px;
    border-radius: 18px;
    background-color: #72ccae;
    color: #fff;
    position: relative; }
    #ftrContact .inner::before {
      content: "";
      display: block;
      width: 11.26%;
      padding-top: 14.4%;
      background: url("../images/pic_ftr.svg") 0 0 no-repeat;
      background-size: contain;
      position: absolute;
      top: 0;
      left: 0;
      margin-top: -2.6%;
      margin-left: 2%; }
    #ftrContact .inner .tit {
      font-size: clamp(24px, 3.214vw, 36px);
      font-weight: 600;
      text-align: center;
      margin-bottom: 20px; }
    #ftrContact .inner dl {
      width: 850px;
      max-width: 100%;
      margin: 0 auto 30px;
      text-align: left; }
      #ftrContact .inner dl dt {
        font-size: clamp(17px, 2.143vw, 24px);
        font-weight: 600;
        margin-bottom: 5px; }
      #ftrContact .inner dl dd {
        margin-bottom: 10px; }
      #ftrContact .inner dl dd,
      #ftrContact .inner dl dd li {
        font-size: clamp(15px, 1.607vw, 18px);
        line-height: calc(30/18); }
    #ftrContact .inner a {
      display: block;
      width: 280px;
      height: 58px;
      line-height: 56px;
      text-align: center;
      border: #fff 1px solid;
      border-radius: 50vw;
      margin: 0 auto;
      font-size: clamp(15px, 1.339vw, 15px);
      font-weight: 700;
      color: #fff; }
      #ftrContact .inner a:hover {
        background-color: #79dbba; }
  @media screen and (max-width: 767px) {
    #ftrContact {
      padding-top: 45px; }
      #ftrContact .inner {
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 0; }
        #ftrContact .inner::before {
          width: 90px;
          padding-top: 115px;
          margin-top: -45px;
          margin-left: 40px; }
        #ftrContact .inner a {
          width: 280px;
          height: 58px;
          line-height: 57px; } }

/* ftrIn
-----------------------*/
#ftrIn {
  display: block;
  width: 1145px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  padding-top: 60px;
  display: block; }
  #ftrIn::after, #ftrIn::before {
    content: "";
    display: block;
    clear: both; }
  #ftrIn .ftrL {
    width: 400px;
    float: left; }
    #ftrIn .ftrL .ftrLIn {
      padding-top: 10px;
      padding-bottom: 20px;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      #ftrIn .ftrL .ftrLIn .logo {
        width: 197px;
        height: 30px;
        overflow: hidden; }
      #ftrIn .ftrL .ftrLIn .ftrLang {
        padding-left: 15px; }
      #ftrIn .ftrL .ftrLIn ul.sns {
        width: 80px;
        height: 40px;
        overflow: hidden; }
        #ftrIn .ftrL .ftrLIn ul.sns li {
          width: 50%;
          float: left;
          line-height: 0;
          vertical-align: middle;
          float: left;
          width: auto; }
          #ftrIn .ftrL .ftrLIn ul.sns li a {
            display: block;
            width: 40px;
            height: 40px;
            position: relative; }
            #ftrIn .ftrL .ftrLIn ul.sns li a img {
              display: block;
              height: auto;
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              margin: auto; }
            #ftrIn .ftrL .ftrLIn ul.sns li a a:hover {
              opacity: 0.4; }
          #ftrIn .ftrL .ftrLIn ul.sns li.snsLinked a img {
            width: 21px; }
          #ftrIn .ftrL .ftrLIn ul.sns li.snsTube a img {
            width: 24px;
            margin-top: 0; }
    #ftrIn .ftrL .fMail {
      text-align: left;
      font-size: clamp(14px, 1.339vw, 15px);
      font-weight: 600; }
  #ftrIn nav {
    width: calc(100% - 420px);
    float: right;
    text-align: right; }
    #ftrIn nav ul {
      text-align: right; }
      #ftrIn nav ul li {
        display: inline-block;
        margin-left: 1em; }
        #ftrIn nav ul li a,
        #ftrIn nav ul li span {
          display: inline-block;
          height: 35px;
          line-height: 35px;
          margin-bottom: 10px;
          display: inline-block;
          overflow: hidden;
          position: relative;
          transition: all var(--trTime); }
          #ftrIn nav ul li a::after,
          #ftrIn nav ul li span::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: var(--txBody);
            transform-origin: right top;
            transform: scale(0, 1);
            transition: transform .3s;
            z-index: 1000; }
          #ftrIn nav ul li a:hover::after,
          #ftrIn nav ul li span:hover::after {
            transform: scale(1, 1);
            transform-origin: left top; }
        #ftrIn nav ul li.nolink a {
          pointer-events: none;
          opacity: 0.7; }
      #ftrIn nav ul:nth-child(1) li a {
        font-size: clamp(14px, 1.339vw, 15px);
        font-weight: 600; }
      #ftrIn nav ul:nth-child(2) li a {
        font-size: clamp(13px, 1.25vw, 14px);
        font-weight: 400; }
  @media screen and (max-width: 767px) {
    #ftrIn {
      width: 100%;
      max-width: 100%;
      padding: 50px 20px 20px; }
      #ftrIn .ftrL {
        width: auto;
        float: none;
        margin: 0 auto;
        margin-bottom: 30px; }
        #ftrIn .ftrL .ftrLIn {
          padding-top: 0;
          padding-bottom: 20px;
          display: block; }
          #ftrIn .ftrL .ftrLIn .logo {
            width: 158px;
            height: 24px;
            margin: 0 auto 15px; }
          #ftrIn .ftrL .ftrLIn .ftrLang {
            padding-left: 0;
            margin: 0 auto 15px; }
          #ftrIn .ftrL .ftrLIn ul.sns {
            margin: 0 auto; }
        #ftrIn .ftrL .fMail {
          text-align: center; }
      #ftrIn nav {
        width: auto;
        float: none;
        margin: 0 auto;
        text-align: center; }
        #ftrIn nav ul {
          text-align: center; }
          #ftrIn nav ul li {
            margin: 0 1em; }
          #ftrIn nav ul:nth-child(1) {
            width: 300px;
            max-width: 100%;
            margin: 0 auto; }
          #ftrIn nav ul:nth-child(2) li {
            display: block; }
            #ftrIn nav ul:nth-child(2) li a {
              display: inline-block;
              margin-bottom: 0;
              height: 30px;
              line-height: 30px; } }

footer .copy {
  display: block;
  width: 1145px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  text-align: left;
  font-size: clamp(12px, 1.161vw, 13px);
  color: #666666;
  line-height: 2;
  letter-spacing: 0.025em; }
  footer .copy a {
    color: #666666 !important; }
  @media screen and (max-width: 767px) {
    footer .copy {
      text-align: center; } }

/*--------------------------------------------------------------------
  h1
---------------------------------------------------------------------*/
#mainImage.toppage,
#mainTitle {
  position: relative;
  z-index: 10; }

#mainImage.toppage h1,
#mainTitle h1 {
  height: 1em;
  font-size: 10px;
  text-align: right;
  position: absolute;
  z-index: 15; }

#mainImage.toppage h1 {
  color: #999999;
  bottom: 15px;
  right: 15px; }

#mainTitle h1 {
  color: #999999;
  right: 15px;
  top: 15px; }

@media screen and (max-width: 767px) {
  #mainTitle h1 {
    top: 10px; } }
/*--------------------------------------------------------------------
   mainTitle
---------------------------------------------------------------------*/
#mainTitle {
  padding-top: 85px;
  padding-bottom: 85px; }
  @media screen and (min-width: 768px) and (max-width: 1119px) {
    #mainTitle {
      padding-top: 8.0189%;
      padding-bottom: 8.0189%; } }
  @media screen and (max-width: 767px) {
    #mainTitle {
      padding-top: 11.3333%;
      padding-bottom: 5.3333%; } }

#mainTitle .pageTitle {
  padding-bottom: 20px;
  font-size: clamp(18px, 2.321vw, 26px);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.075em;
  position: relative; }

#mainTitle .pageTitle::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

#mainTitle.blog .pageTitle::after,
#mainTitle.legal .pageTitle::after {
  display: none; }

#mainTitle.blog .pageTitle span,
#mainTitle.legal .pageTitle span {
  display: block;
  width: 100%;
  height: 1em;
  line-height: 1;
  color: #666666;
  letter-spacing: 0.1em;
  font-size: clamp(13px, 1.25vw, 14px);
  position: absolute;
  bottom: -1em;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  #mainTitle {
    padding-top: 7%; } }
@media screen and (max-width: 767px) {
  #mainTitle {
    padding-top: 65px; }

  #mainTitle .pageTitle {
    padding-bottom: 18px;
    font-size: 1.8rem; }

  #mainTitle .pageTitle::after {
    width: 20px; }

  #mainTitle.blog .pageTitle span,
  #mainTitle.legal .pageTitle span {
    font-size: 1rem; } }
/*--------------------------------------------------------------------
   container
---------------------------------------------------------------------*/
#container {
  overflow: hidden; }
  #container.second section {
    padding-bottom: 90px; }
  @media screen and (min-width: 768px) and (max-width: 1119px) {
    #container.second section {
      padding-bottom: 8.4906%; } }
  @media screen and (max-width: 767px) {
    #container.second section {
      padding-bottom: 12%; } }

/* 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.607vw, 18px);
  line-height: calc(34/18);
  font-weight: 500;
  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: 15px; } }
div[id="container"] ul + * {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    div[id="container"] ul + * {
      margin-top: 15px; } }
div[id="container"] ol + * {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    div[id="container"] ol + * {
      margin-top: 15px; } }
div[id="container"] dl + * {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    div[id="container"] dl + * {
      margin-top: 15px; } }
div[id="container"] table + * {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    div[id="container"] table + * {
      margin-top: 15px; } }

/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important; }

.drawer-nav {
  position: fixed;
  z-index: 9000;
  top: 0;
  overflow: hidden;
  width: 420px;
  max-width: 100%;
  height: 100%;
  color: #fff;
  background-color: #5ecfa9; }

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222; }

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

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222; }

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent; }

/*! 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: absolute;
  z-index: 99999;
  top: 0;
  display: block;
  box-sizing: border-box;
  width: 86px;
  padding: 48px 34px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .drawer-nav {
    width: 320px; }

  .drawer-hamburger {
    width: 44px;
    padding: 24px 13px; }

  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    top: -6px; }

  .drawer-hamburger-icon:after {
    top: 6px; } }
/*--------------------------------------------------------------------
   hamburger
---------------------------------------------------------------------*/
.drawer-hamburger {
  display: none;
  z-index: 99999; }

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

  header nav {
    display: none; } }
/*--------------------------------------------------------------------
   menu
---------------------------------------------------------------------*/
.spLang {
  padding: 90px 40px 0; }

.spLang ul {
  border-top: #9ee2cb 1px solid;
  overflow: hidden; }

.spLang ul li {
  width: 50%;
  float: left;
  text-align: center; }

.spLang ul li + li {
  border-left: #9ee2cb 1px solid; }

.spLang ul li {
  font-size: 1.6rem;
  padding: 1.8em 0;
  letter-spacing: 0.025em;
  font-weight: 600; }

.spLang ul li span {
  font-weight: 600; }

.spLang ul li a {
  color: #b1ffe5; }

.spNav {
  padding: 0 40px 50px; }

.spNav a {
  color: #fff; }

.spNav > ul {
  border-top: #9ee2cb 1px solid; }

.spNav > ul > li {
  border-bottom: #9ee2cb 1px solid;
  font-size: 1.6rem;
  text-align: left; }
  .spNav > ul > li.nolink a {
    pointer-events: none;
    opacity: 0.7; }

.spNav > ul > li > a {
  display: block;
  padding: 1.8em 0;
  font-weight: 600; }

@media screen and (max-width: 767px) {
  .spLang {
    padding: 55px 30px 0; }
    .spLang ul li {
      font-size: 1.5rem; }

  .spNav {
    padding: 0 30px 30px; }

  .spNav > ul > li {
    font-size: 1.5rem; } }
/*--------------------------------------------------------------------
1. toppage
---------------------------------------------------------------------*/
/*mainimage
------------------------------------------------------*/
#mainImage {
  width: 100%;
  position: relative;
  padding-top: calc(580/1300 * 100%);
  padding-bottom: 40px; }
  #mainImage::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;
    height: auto;
    padding-top: calc(580/1300 * 100%);
    background-image: url("../images/top/main.jpg");
    position: absolute;
    top: 0;
    left: 0; }
  #mainImage .mainTxt {
    width: 1220px;
    padding-left: 60px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
    #mainImage .mainTxt p.tit {
      margin-top: 16.5179%;
      font-size: clamp(24px, 3.214vw, 36px);
      line-height: calc(58/42);
      font-weight: bold;
      text-align: left;
      margin-bottom: 5px; }
    #mainImage .mainTxt p.txt {
      font-size: clamp(18px, 1.964vw, 22px);
      line-height: calc(36/20);
      font-weight: bold;
      text-align: left;
      width: 700px;
      max-width: 100%;
      margin-right: auto; }
  @media screen and (max-width: 767px) {
    #mainImage {
      padding-top: 81.3333%;
      padding-bottom: 30px; }
      #mainImage::before {
        padding-top: 81.3333%; }
      #mainImage .mainTxt p.tit {
        margin-top: 13.4328%; } }

/*container
------------------------------------------------------*/
#container.toppage #topLead {
  padding-top: 10px;
  padding-bottom: 70px; }
  @media screen and (min-width: 768px) and (max-width: 1119px) {
    #container.toppage #topLead {
      padding-bottom: 6.6038%; } }
  @media screen and (max-width: 767px) {
    #container.toppage #topLead {
      padding-bottom: 12%; } }
  #container.toppage #topLead p {
    font-size: clamp(16px, 1.786vw, 20px);
    line-height: calc(36/20); }

#container.toppage .topService {
  padding-bottom: 90px; }
  @media screen and (min-width: 768px) and (max-width: 1119px) {
    #container.toppage .topService {
      padding-bottom: 8.4906%; } }
  #container.toppage .topService h2 + p {
    text-align: left;
    width: 70.7547%;
    margin: 0 auto 40px; }
  #container.toppage .topService .inner + .inner {
    margin-top: 6.6038%; }
  #container.toppage .topService .inner {
    display: block; }
    #container.toppage .topService .inner::after, #container.toppage .topService .inner::before {
      content: "";
      display: block;
      clear: both; }
    #container.toppage .topService .inner .imgBox {
      width: 18.8679%;
      float: left; }
      #container.toppage .topService .inner .imgBox img {
        display: block;
        border-radius: 50vw; }
    #container.toppage .topService .inner .txtBox {
      width: 78.3019%;
      float: right;
      padding-top: 25px; }
      #container.toppage .topService .inner .txtBox h3 {
        text-align: left;
        font-size: clamp(18px, 2.143vw, 24px);
        font-weight: bold;
        margin-bottom: 10px; }
        #container.toppage .topService .inner .txtBox h3 span {
          display: inline-block;
          color: var(--pointCl02);
          font-size: clamp(12px, 1.25vw, 14px);
          font-weight: bold;
          letter-spacing: 0;
          margin-left: 1.5em; }
      #container.toppage .topService .inner .txtBox p {
        text-align: left;
        font-size: clamp(16px, 1.607vw, 18px); }
      #container.toppage .topService .inner .txtBox a {
        margin-left: auto; }
        #container.toppage .topService .inner .txtBox a.nolink {
          opacity: 0.5;
          pointer-events: none; }
  @media screen and (max-width: 767px) {
    #container.toppage .topService {
      padding-bottom: 12%; }
      #container.toppage .topService h2 + p {
        width: 100%; }
      #container.toppage .topService .inner + .inner {
        margin-top: 9.3333%; }
      #container.toppage .topService .inner {
        display: block; }
        #container.toppage .topService .inner::after, #container.toppage .topService .inner::before {
          content: "";
          display: block;
          clear: both; }
        #container.toppage .topService .inner .imgBox {
          width: auto;
          float: none;
          margin: 0 auto;
          width: 45.3333%;
          margin: 0 auto 10px; }
        #container.toppage .topService .inner .txtBox {
          width: auto;
          float: none;
          margin: 0 auto;
          padding-top: 15px; }
          #container.toppage .topService .inner .txtBox h3 {
            text-align: center;
            position: relative;
            padding-top: 20px; }
            #container.toppage .topService .inner .txtBox h3 span {
              display: block;
              margin-left: 0;
              text-align: center;
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              text-align: center; }
          #container.toppage .topService .inner .txtBox a {
            margin: 25px auto 0; } }

#container.toppage #topAbout {
  padding-bottom: 100px; }
  @media screen and (min-width: 768px) and (max-width: 1119px) {
    #container.toppage #topAbout {
      padding-bottom: 9.434%; } }
  #container.toppage #topAbout .inner {
    background-color: var(--bgCl01);
    border-radius: 40px;
    padding: 80px 30px; }
    #container.toppage #topAbout .inner p {
      width: 890px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }

#container.toppage #topBlog {
  padding-bottom: 60px; }
  @media screen and (min-width: 768px) and (max-width: 1119px) {
    #container.toppage #topBlog {
      padding-bottom: 5.6604%; } }
  #container.toppage #topBlog > a {
    margin: 0 auto; }

/*--------------------------------------------------------------------
contact
---------------------------------------------------------------------*/
.contactLead {
  padding-bottom: 40px; }

.contactLead .leadTxt {
  font-size: 1.250em;
  font-weight: bold;
  line-height: 2;
  text-align: center; }

.contactLead .leadTxt + p {
  text-align: center; }

#container section.contactThanks p {
  text-align: center; }

.contactLead .leadTxt.error {
  font-weight: normal;
  color: #B70000; }

.formArea {
  padding-bottom: 70px; }

.formArea h2 {
  background-color: #555555;
  padding: 10px 15px;
  margin-bottom: 40px;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-size: 0.938em;
  line-height: 1.6; }

@media screen and (max-width: 767px) {
  .contactLead .leadTxt {
    text-align: left; }

  .contactLead .leadTxt + p {
    text-align: left; }

  .contactLead p.att {
    text-align: left; }

  #container section.contactThanks p {
    text-align: left; }

  .formArea h2 {
    margin-bottom: 20px; } }
/*--------------------------------------------------------------------
privacy / legal / terms
---------------------------------------------------------------------*/
#container.second section.terms h2 {
  text-align: left;
  font-size: clamp(18px, 2.143vw, 24px);
  font-weight: 600;
  margin-bottom: 30px; }
#container.second section.terms * + h2 {
  margin-top: 50px; }
#container.second section.terms * a {
  text-decoration: underline; }
  #container.second section.terms * a:hover {
    text-decoration: none; }
#container.second section.terms table th {
  white-space: nowrap;
  padding-right: 20px; }
#container.second section.terms table th, #container.second section.terms table td {
  font-size: clamp(15px, 1.429vw, 16px); }

/* 2colum layout (blog)
------------------------------------*/
/* layout
--------------*/
.blogWrap {
  padding-bottom: 10px; }

.blogWrap .blogIndex,
.blogWrap .blogDetail {
  width: 65%;
  float: left; }

.blogWrap aside {
  width: 29%;
  float: right; }

@media screen and (max-width: 767px) {
  .blogWrap .blogIndex,
  .blogWrap .blogDetail {
    width: auto;
    float: none;
    margin: 0 auto; }

  .blogWrap aside {
    width: auto;
    float: none;
    margin: 0 auto; }

  .blogWrap aside {
    max-width: 350px; } }
.blogList {
  overflow: hidden; }

#container .blogList li {
  line-height: 1;
  text-align: left;
  padding-bottom: 50px; }

.blogList li .img a {
  display: block;
  padding-top: 62.5%;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative; }

.blogList li .img a img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  transition: all 0.5s; }

.blogList li .img,
.blogList li .img a,
.blogList li .img a img {
  line-height: 0; }

.blogList li .img a:hover img {
  transform: scale(1.15); }

.blogList li .date,
.blogList li .cat {
  display: inline-block;
  padding-bottom: 10px;
  margin-right: 1em;
  font-size: 0.813em; }

.blogList li .date {
  color: #666666;
  letter-spacing: 0.05em; }

.blogList li .cat {
  color: #ea916c;
  letter-spacing: 0.025em;
  font-weight: 600; }

.blogList li p {
  line-height: 2.125; }

.blogList li p a:hover {
  color: #888; }

/*--toppage--*/
#topBlog .blogList li {
  width: 28%;
  float: left; }

#topBlog .blogList li + li {
  margin-left: 8%; }

/*--secondpage--*/
.blogIndex .blogList li {
  width: 45.33%;
  float: left; }

.blogIndex .blogList li.odd,
.blogIndex .blogList li:nth-child(2n) {
  float: right; }

@media screen and (min-width: 768px) and (max-width: 999px) {
  #topBlog .blogList li {
    width: 30%; }

  #topBlog .blogList li + li {
    margin-left: 5%; }

  .blogIndex .blogList li {
    width: 46%; } }
@media screen and (max-width: 767px) {
  .blogList {
    padding-left: 10px;
    padding-right: 10px; }

  .blogList li .img {
    max-width: 300px;
    margin: 0 auto 15px; }

  .blogList li .date,
  .blogList li .cat {
    font-size: 1.2rem; }

  .blogList li p {
    font-size: 1.5rem;
    line-height: 1.76; }

  /*--toppage--*/
  #topBlog .blogList li {
    width: auto;
    float: none; }

  #topBlog .blogList li + li {
    margin-left: 0; }

  /*--secondpage--*/
  .blogIndex .blogList li {
    width: auto;
    float: none; }

  .blogIndex .blogList li.odd,
  .blogIndex .blogList li:nth-child(2n) {
    float: none; } }
/* side
--------------*/
.sideBox + .sideBox {
  margin-top: 40px; }

.sideBox .tit {
  margin-bottom: 15px;
  font-size: 1.250em;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 600; }

/*profile*/
.sideBox .sideProfile img {
  display: block;
  width: 120px;
  max-width: 100%;
  margin: 0 auto 15px; }

.sideBox .sideProfile .txt p {
  font-size: 0.875em;
  line-height: 2;
  text-align: left; }

.sideBox .sideProfile .txt .name {
  font-size: 0.938em;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.2em; }

/*category*/
.sideBox ul.sideCategoly {
  width: 15em;
  max-width: 100%;
  margin: 0 auto;
  text-align: center; }

.sideBox ul.sideCategoly li {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 0.938em;
  line-height: 3;
  letter-spacing: 0.075em; }

.sideBox ul.sideCategoly li::after {
  content: "/";
  margin-left: 0.5em; }

.sideBox ul.sideCategoly li.last::after {
  display: none; }

.sideBox ul.sideCategoly li a {
  text-decoration: underline; }

.sideBox ul.sideCategoly li a:hover {
  text-decoration: none; }

/*pickup*/
.sideBox ul.sidePickup {
  margin-top: 30px;
  border-top: #e7e7e7 1px solid; }

.sideBox ul.sidePickup li {
  border-bottom: #e7e7e7 1px solid;
  padding-top: 15px;
  padding-bottom: 15px; }

.sideBox ul.sidePickup li a {
  display: block;
  overflow: hidden; }

.sideBox ul.sidePickup li a:hover {
  opacity: 0.8; }

.sideBox ul.sidePickup li a .img {
  width: 35%;
  float: left;
  line-height: 0;
  padding-top: 24.5%;
  border-radius: 5px;
  overflow: hidden;
  position: relative; }

.sideBox ul.sidePickup li a .img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: 150%;
  max-height: 150%;
  width: auto;
  height: auto;
  transition: all 0.5s; }

.sideBox ul.sidePickup li a .img,
.sideBox ul.sidePickup li a .img img {
  line-height: 0; }

.sideBox ul.sidePickup li a p {
  width: 58%;
  float: right;
  font-size: 0.813em;
  line-height: 2; }

/* detail
-------------------*/
/*detailTitle*/
.blogTitle {
  border-bottom: #333 1px solid;
  padding-bottom: 30px;
  margin-bottom: 40px;
  text-align: left;
  overflow: hidden; }

.blogTitle .thumb {
  width: 45%;
  float: left; }

.blogTitle .thumb img {
  border-radius: 10px; }

.blogTitle .titIn {
  width: 50%;
  float: right; }

.blogTitle .titIn span.date {
  display: inline-block;
  margin-right: 1em;
  font-size: 0.938em;
  color: #666666;
  letter-spacing: 0.1em; }

.blogTitle .titIn span.cat {
  display: inline-block;
  margin-right: 1em;
  font-size: 0.938em;
  color: #ea916c; }

.blogTitle .titIn h2 {
  margin-top: 15px;
  text-align: left;
  font-size: 1.375em;
  line-height: 2;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  /* side
  --------------*/
  .sideBox ul li .date {
    font-size: 1.1rem; }

  .sideBox ul li p {
    font-size: 1em; }

  /* detail
  -------------------*/
  /*detailTitle*/
  .blogTitle {
    padding-bottom: 15px; }

  .blogTitle .thumb {
    width: auto;
    float: none;
    max-width: 320px;
    margin: 0 auto 20px; }

  .blogTitle .titIn {
    width: auto;
    float: none; }

  .blogTitle .titIn span {
    font-size: 1.2rem; }

  .blogTitle .titIn h2 {
    font-size: 1.8rem; } }
.post {
  padding-bottom: 60px;
  text-align: left; }

.post > img,
.post p img {
  display: block;
  width: 100%;
  max-width: 680px;
  margin: 30px auto; }

.post h3 {
  background-color: #eeeeee;
  padding: 15px;
  margin-bottom: 30px;
  text-align: left;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.5; }

.post h4,
.post h5,
.post h6 {
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.5; }

.post p,
.post li {
  line-height: 2.25; }

.post * + h3 {
  margin-top: 50px; }

.post * + h4 {
  margin-top: 20px; }

.post * + h5,
.post * + h6 {
  margin-top: 20px; }

.post * + p,
.post * + ul {
  margin-top: 15px; }

.post p a {
  text-decoration: underline;
  color: #ea916c !important; }

.post p a:hover {
  text-decoration: none; }

.post ul li {
  position: relative;
  padding-left: 1.5em; }

.post ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0; }

/* pager
--------------*/
.pagination {
  width: 1000px;
  max-width: 100%;
  margin: 40px auto 80px;
  text-align: center; }

.pagination li {
  display: inline-block;
  margin: 0 4px; }

.pagination li a,
.pagination li span {
  display: block;
  border: #d5d5d5 1px solid;
  border-radius: 5px;
  background-color: #fff;
  width: 28px;
  line-height: 28px !important;
  font-size: 12px;
  text-align: center !important;
  color: #444 !important;
  text-decoration: none !important; }

.pagination li a:hover {
  color: #333 !important;
  background-color: #eeeeee; }

.pagination li span.dots {
  border: none;
  width: auto;
  color: #444;
  background: none; }

.pagination li span.current {
  background-color: #333333 !important;
  color: #fff !important; }

/* pager2
--------------*/
.pageNav ul {
  width: 530px;
  max-width: 100%;
  margin: 0 auto 50px;
  overflow: hidden;
  position: relative; }

.pageNav ul li {
  width: 27%;
  height: 42px;
  float: left; }

.pageNav ul li + li {
  margin-left: 9.5%; }

.pageNav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  border: #d5d5d5 1px solid;
  border-radius: 21px;
  position: relative;
  line-height: 40px;
  font-size: 0.750em;
  color: #222;
  text-decoration: none !important; }

.pageNav ul li a:hover {
  background-color: #333333;
  border: #333333 1px solid;
  color: #fff; }

.pageNav ul li.back a {
  text-align: center; }

.pageNav ul li.prev a {
  text-align: center; }

.pageNav ul li.next a {
  text-align: center; }

.pageNav ul li.prev a::before,
.pageNav ul li.next a::before {
  display: block;
  width: 15px;
  height: 8px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 12px;
  line-height: 1;
  font-family: san-serif;
  margin-top: -0.4em;
  position: absolute;
  top: 50%; }

.pageNav ul li.prev a::before {
  left: 15px;
  content: "←"; }

.pageNav ul li.next a::before {
  right: 15px;
  content: "→"; }

/*--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_en.css.map */
