@charset "UTF-8";
/* -----------------------------------------------------------------------
reset
------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&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:#063b7c;
  --pointCl02:#4b6e98;
  --lineCl01:#dedede;
  --bgCl01:#edf1f5;
  --bgCl02:#dde7f0;
  --bgCl03:#f4f5f7;
  --ovCl01:#1f599d;
  --kadomaru:20px;
  --kadomarusp:10px;
  --kadomaruS:10px;
  --kadomaruSsp:5px;
  --hdrH:100px;
  --hdrHsp:55px;
  --trTime: .5s;
  --spMaxW:350px; }

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

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

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

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

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

header nav, #ftrContact, #mainImage,
.wrapBoxW, #container.toppage #topVoice, #ftrIn, #mainTitle,
.wrapBox,
.wrapBoxC, #container.second.lesson #lesson--flow, #mainTitle .pageTitle, #container.second section, #mainImage .mainTxt, #container.toppage #topConcept, #container.toppage #topFeature, #container.toppage #topProfile,
#container.toppage #topLesson,
.wrapBoxS, #container.toppage #topFaq, #container.second.profile #profile--detail, #container.contact section,
#container.thanks section, #container .voiceList,
.wrapBoxSS {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 767px) {
    header nav, #ftrContact, #mainImage,
    .wrapBoxW, #container.toppage #topVoice, #ftrIn, #mainTitle,
    .wrapBox,
    .wrapBoxC, #container.second.lesson #lesson--flow, #mainTitle .pageTitle, #container.second section, #mainImage .mainTxt, #container.toppage #topConcept, #container.toppage #topFeature, #container.toppage #topProfile,
    #container.toppage #topLesson,
    .wrapBoxS, #container.toppage #topFaq, #container.second.profile #profile--detail, #container.contact section,
    #container.thanks section, #container .voiceList,
    .wrapBoxSS {
      padding-left: 20px;
      padding-right: 20px; } }

/* box --1320px-----------*/
header nav, #ftrContact, #mainImage,
.wrapBoxW {
  width: 1380px; }

/* box --1260px-----------*/
#container.toppage #topVoice, #ftrIn, #mainTitle,
.wrapBox {
  width: 1320px; }

/* box --1200px-----------*/
.wrapBoxC {
  width: 1260px; }

/* box --1100px-----------*/
#container.second.lesson #lesson--flow, #mainTitle .pageTitle, #container.second section, #mainImage .mainTxt, #container.toppage #topConcept, #container.toppage #topFeature, #container.toppage #topProfile,
#container.toppage #topLesson,
.wrapBoxS {
  width: 1160px; }

/* box --1000px-----------*/
#container.toppage #topFaq, #container.second.profile #profile--detail, #container.contact section,
#container.thanks section, #container .voiceList,
.wrapBoxSS {
  width: 1060px; }

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

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

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

.font01R, #container.toppage #topFeature h2, #container.toppage #topVoice h2, #container.toppage #topFaq h2, #container.second.profile #profile--message h2, #container.second.profile #profile--detail h2, #container.toppage #topConcept .inner .tit h2, #container.toppage #topProfile .titBox h2,
#container.toppage #topLesson .titBox h2, #container.second.lesson #lesson--for h2, #container.second.lesson #lesson--flow h2, #container.second.lesson #lesson--terms h2, #container.second.lesson #lesson--detail .boxLesson01 h2, #container.second.lesson #lesson--detail .boxLesson01#lesson01 .subtit,
.font01SB,
.font01B, .cBtn01 a, #container.toppage #topProfile .txtBox .btn a,
#container.toppage #topLesson .txtBox .btn a, #container.toppage #topVoice .btn a, #ftrContact #ftrContactIn .btn a, .cAccBox dl dt span, header .hdrLang ul li a, header nav > ul > li > a, #ftrContact #ftrContactIn .tit, #ftrIn nav ul li a, #mainTitle .pageTitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.01em; }

#container.toppage #topFeature h2 span, #container.toppage #topVoice h2 span, #container.toppage #topFaq h2 span, #container.second.profile #profile--message h2 span, #container.second.profile #profile--detail h2 span, #container.toppage #topConcept .inner .tit h2 span, #container.toppage #topProfile .titBox h2 span,
#container.toppage #topLesson .titBox h2 span, #container.second.lesson #lesson--for h2 span, #container.second.lesson #lesson--flow h2 span, #container.second.lesson #lesson--terms h2 span, input[type="checkbox"],
input[type="radio"], #mainImage .mainTxt p span,
.fontDef {
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em; }

#mainImage .mainTxt p, #container.toppage #topConcept .inner .tit h3, #container.toppage #topFeature .inner .item .img span, #container.toppage #topFeature .inner .item h3 {
  font-family: "Noto Serif JP", serif; }

.font01R {
  font-weight: 400; }

#container.toppage #topFeature h2, #container.toppage #topVoice h2, #container.toppage #topFaq h2, #container.second.profile #profile--message h2, #container.second.profile #profile--detail h2, #container.toppage #topConcept .inner .tit h2, #container.toppage #topProfile .titBox h2,
#container.toppage #topLesson .titBox h2, #container.second.lesson #lesson--for h2, #container.second.lesson #lesson--flow h2, #container.second.lesson #lesson--terms h2, #container.second.lesson #lesson--detail .boxLesson01 h2, #container.second.lesson #lesson--detail .boxLesson01#lesson01 .subtit,
.font01SB {
  font-weight: 600; }

.font01B {
  font-weight: 700; }

/* -----------------------------------------
-- 1. set
-- 2. title
-- 3. text
-- 4. list
-- 5. table
-- 6. btn
-- 7. other
----------------------------------------- */
/*--------------------------------------------------------------------
1. set
---------------------------------------------------------------------*/
#container.toppage #topVoice, #container.second.lesson #lesson--flow {
  max-width: calc(100% - 60px);
  background-color: var(--bgCl01);
  border-radius: var(--kadomaru);
  padding-top: 90px;
  padding-bottom: 110px; }
  @media screen and (min-width: 768px) and (max-width: 1319px) {
    #container.toppage #topVoice, #container.second.lesson #lesson--flow {
      padding-top: 7.1429%;
      padding-bottom: 8.7302%; } }
  @media screen and (max-width: 767px) {
    #container.toppage #topVoice, #container.second.lesson #lesson--flow {
      max-width: 100%;
      padding-top: 20%;
      padding-bottom: 20%; } }
#container.toppage #topVoice {
  width: 1260px; }
#container.second.lesson #lesson--flow {
  width: 1100px; }
  @media screen and (max-width: 767px) {
    #container.second.lesson #lesson--flow {
      border-radius: 0px;
      padding-top: 14.6667%;
      padding-bottom: 14.6667%; } }

/*--------------------------------------------------------------------
2. title
---------------------------------------------------------------------*/
#container.toppage #topFeature h2, #container.toppage #topVoice h2, #container.toppage #topFaq h2, #container.second.profile #profile--message h2, #container.second.profile #profile--detail h2, #container.toppage #topConcept .inner .tit h2, #container.toppage #topProfile .titBox h2,
#container.toppage #topLesson .titBox h2 {
  color: var(--pointCl01);
  font-size: clamp(30px, 3.182vw, 42px);
  text-align: center; }
  #container.toppage #topFeature h2 span, #container.toppage #topVoice h2 span, #container.toppage #topFaq h2 span, #container.second.profile #profile--message h2 span, #container.second.profile #profile--detail h2 span, #container.toppage #topConcept .inner .tit h2 span, #container.toppage #topProfile .titBox h2 span,
  #container.toppage #topLesson .titBox h2 span {
    display: block;
    margin-top: 15px;
    font-size: clamp(13px, 1.212vw, 16px); }
  @media screen and (max-width: 767px) {
    #container.toppage #topFeature h2 span, #container.toppage #topVoice h2 span, #container.toppage #topFaq h2 span, #container.second.profile #profile--message h2 span, #container.second.profile #profile--detail h2 span, #container.toppage #topConcept .inner .tit h2 span, #container.toppage #topProfile .titBox h2 span,
    #container.toppage #topLesson .titBox h2 span {
      margin-top: 10px; } }
#container.toppage #topConcept .inner .tit h2, #container.toppage #topProfile .titBox h2,
#container.toppage #topLesson .titBox h2 {
  text-align: left; }

#container.second.lesson #lesson--for h2, #container.second.lesson #lesson--flow h2, #container.second.lesson #lesson--terms h2 {
  margin-bottom: 35px;
  color: var(--pointCl01);
  font-size: clamp(30px, 2.727vw, 36px);
  text-align: center; }
  #container.second.lesson #lesson--for h2 span, #container.second.lesson #lesson--flow h2 span, #container.second.lesson #lesson--terms h2 span {
    display: block;
    margin-top: 15px;
    font-size: clamp(13px, 1.364vw, 18px); }
  @media screen and (max-width: 767px) {
    #container.second.lesson #lesson--for h2, #container.second.lesson #lesson--flow h2, #container.second.lesson #lesson--terms 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(--pointCl01);
  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(--pointCl01);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: var(--trTime); }
  #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: 0; }

/*--------------------------------------------------------------------
4. list
---------------------------------------------------------------------*/
/* normal mark
------------------------------------------------------*/
ul.cList01 > li, #container.second.lesson #lesson--terms ul > li, #container.privacy section ul > li {
  padding-left: 1.2em;
  position: relative; }
  ul.cList01 > li::before, #container.second.lesson #lesson--terms ul > li::before, #container.privacy section ul > li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0; }

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

/* att mark ★
------------------------------------------------------*/
ul.cAtt02 > li {
  padding-left: 1.2em;
  color: #666666;
  font-size: clamp(14px, 1.212vw, 16px);
  line-height: calc(30/16);
  position: relative; }
  ul.cAtt02 > li::before {
    content: "★";
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

/* att mark ※
------------------------------------------------------*/
ul.cAtt03 > li {
  padding-left: 1.2em;
  position: relative; }
  ul.cAtt03 > 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 {
  width: 100%;
  border-top: var(--lineCl01) 1px solid; }
  table.cTb01 th, #form table th, table.cTb01 td, #form table td {
    border-bottom: var(--lineCl01) 1px solid;
    padding: 25px 0;
    text-align: left;
    vertical-align: top;
    position: relative; }
  table.cTb01 th, #form table th {
    font-weight: 500; }
  @media screen and (max-width: 767px) {
    table.cTb01 th, #form table th, table.cTb01 td, #form table td {
      display: list-item;
      list-style-type: none;
      font-size: 1.4rem;
      line-height: 2;
      padding: 15px 0; }
    table.cTb01 th, #form table th {
      border-bottom: none;
      padding-bottom: 0; }
    table.cTb01 td, #form table td {
      padding-top: 0; } }

/*--------------------------------------------------------------------
6. btn
---------------------------------------------------------------------*/
.cBtn01 a, #container.toppage #topProfile .txtBox .btn a,
#container.toppage #topLesson .txtBox .btn a, #container.toppage #topVoice .btn a, #ftrContact #ftrContactIn .btn a {
  display: block;
  width: 200px;
  max-width: 100%;
  height: 50px;
  border-radius: 50vw;
  background-color: var(--pointCl01);
  border: var(--pointCl01) 1px solid;
  text-align: center;
  line-height: 48px;
  font-size: clamp(13px, 1.288vw, 17px);
  color: #fff; }
  .cBtn01 a:hover, #container.toppage #topProfile .txtBox .btn a:hover,
  #container.toppage #topLesson .txtBox .btn a:hover, #container.toppage #topVoice .btn a:hover, #ftrContact #ftrContactIn .btn a:hover {
    background-color: var(--ovCl01);
    border-color: var(--ovCl01); }
#ftrContact #ftrContactIn .btn a {
  border-color: #fff;
  color: #fff;
  background-color: transparent; }
  #ftrContact #ftrContactIn .btn a:hover {
    background-color: var(--ovCl01);
    border-color: var(--ovCl01); }
@media screen and (max-width: 767px) {
  .cBtn01 a, #container.toppage #topProfile .txtBox .btn a,
  #container.toppage #topLesson .txtBox .btn a, #container.toppage #topVoice .btn a, #ftrContact #ftrContactIn .btn a {
    min-width: 230px;
    height: 55px;
    line-height: 53px; }
  #ftrContact #ftrContactIn .btn a {
    font-size: 1.4rem;
    font-weight: 600; } }

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

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

/* -----------------------------------------
-- accordion
-- tab
-- modal
-- slide
-- form
----------------------------------------- */
/*--------------------------------------------------------------------
accordion
---------------------------------------------------------------------*/
.cAccBox {
  max-width: 100%;
  margin: 0 auto; }
  .cAccBox dl + dl {
    margin-top: 20px; }
  .cAccBox dl {
    border: #8096b0 1px solid;
    border-radius: 10px;
    background-color: #fff; }
    .cAccBox dl dt {
      padding: 25px 70px 20px 70px;
      text-align: left;
      cursor: pointer;
      position: relative;
      font-size: clamp(15px, 1.364vw, 18px);
      font-weight: 600;
      line-height: calc(52/30); }
      .cAccBox dl dt span {
        display: block;
        width: 30px;
        height: 30px;
        background-color: var(--pointCl01);
        border-radius: 50vw;
        text-align: center;
        line-height: 30px;
        color: #fff;
        font-size: 1.7rem;
        position: absolute;
        top: 50%;
        margin-top: -15px;
        left: 30px; }
      .cAccBox dl dt::before, .cAccBox dl dt::after {
        content: "";
        display: block;
        width: 16px;
        height: 3px;
        background-color: var(--pointCl01);
        position: absolute;
        top: 50%;
        right: 0;
        margin-right: 20px;
        transition: .3s; }
      .cAccBox dl dt::after {
        transform: rotate(270deg); }
      .cAccBox dl dt.open::after {
        transform: rotate(0); }
    .cAccBox dl dd {
      display: none; }
    .cAccBox dl dd .inner {
      padding: 0 70px 30px 30px; }
  @media screen and (max-width: 767px) {
    .cAccBox dl + dl {
      margin-top: 20px; }
    .cAccBox dl {
      border-radius: 5px; }
      .cAccBox dl dt {
        padding: 20px 35px 20px 60px; }
        .cAccBox dl dt span {
          width: 27px;
          height: 27px;
          line-height: 27px;
          font-size: 1.5rem;
          left: 20px; }
        .cAccBox dl dt::before, .cAccBox dl dt::after {
          width: 10px;
          height: 2px;
          margin-right: 15px; }
      .cAccBox dl dd {
        display: none; }
      .cAccBox dl dd .inner {
        padding: 0 25px 10px 25px; } }

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

/*--必須--*/
#form table th > span {
  display: inline-block;
  width: 48px;
  height: 20px;
  border-radius: 3px;
  margin-left: 1.5em;
  text-align: center;
  color: #fff;
  background-color: var(--pointCl01);
  line-height: 18px;
  font-size: 12px;
  vertical-align: middle;
  letter-spacing: 0.01em;
  transform: translateY(-2px); }

#form table {
  margin-bottom: 80px; }
  @media screen and (min-width: 768px) and (max-width: 1319px) {
    #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: 300px;
    padding-top: 30px;
    font-size: clamp(16px, 1.364vw, 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.privacy span,
  #form table td.privacy label {
    margin-top: 10px;
    font-weight: 500;
    font-size: clamp(16px, 1.288vw, 17px); }
  #form table ::placeholder {
    color: #bbbbbb; }

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

/*--form btn--*/
#form .formBtn button,
#form .formBtn input,
.btnThanks a {
  display: block;
  width: 360px;
  height: 72px;
  max-width: 100%;
  border-radius: 50vw;
  border: var(--txBody) 1px solid;
  color: var(--txBody);
  font-size: clamp(15px, 1.288vw, 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(--txBody);
    color: #fff; }
  @media screen and (max-width: 767px) {
    #form .formBtn button,
    #form .formBtn input,
    .btnThanks a {
      width: 260px;
      height: 50px;
      line-height: 50px;
      font-size: 1.4rem; } }

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

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

.btnThanks {
  padding: 80px 0 80px; }
  @media screen and (min-width: 768px) and (max-width: 1319px) {
    .btnThanks {
      padding: 6.3492% 0 6.3492%; } }
  @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
------------------------------------------------------------------------- */
header nav, #ftrContact, #mainImage,
.wrapBoxW, #container.toppage #topVoice, #ftrIn, #mainTitle,
.wrapBox,
.wrapBoxC, #container.second.lesson #lesson--flow, #mainTitle .pageTitle, #container.second section, #mainImage .mainTxt, #container.toppage #topConcept, #container.toppage #topFeature, #container.toppage #topProfile,
#container.toppage #topLesson,
.wrapBoxS, #container.toppage #topFaq, #container.second.profile #profile--detail, #container.contact section,
#container.thanks section, #container .voiceList,
.wrapBoxSS,
.clearfix,
header,
section {
  display: block; }
  header nav::after, #ftrContact::after, #mainImage::after,
  .wrapBoxW::after, #container.toppage #topVoice::after, #ftrIn::after, #mainTitle::after,
  .wrapBox::after,
  .wrapBoxC::after, #container.second.lesson #lesson--flow::after, #mainTitle .pageTitle::after, #container.second section::after, #mainImage .mainTxt::after, #container.toppage #topConcept::after, #container.toppage #topFeature::after, #container.toppage #topProfile::after,
  #container.toppage #topLesson::after,
  .wrapBoxS::after, #container.toppage #topFaq::after, #container.second.profile #profile--detail::after, #container.contact section::after,
  #container.thanks section::after, #container .voiceList::after,
  .wrapBoxSS::after, header nav::before, #ftrContact::before, #mainImage::before,
  .wrapBoxW::before, #container.toppage #topVoice::before, #ftrIn::before, #mainTitle::before,
  .wrapBox::before,
  .wrapBoxC::before, #container.second.lesson #lesson--flow::before, #mainTitle .pageTitle::before, #container.second section::before, #mainImage .mainTxt::before, #container.toppage #topConcept::before, #container.toppage #topFeature::before, #container.toppage #topProfile::before,
  #container.toppage #topLesson::before,
  .wrapBoxS::before, #container.toppage #topFaq::before, #container.second.profile #profile--detail::before, #container.contact section::before,
  #container.thanks section::before, #container .voiceList::before,
  .wrapBoxSS::before,
  .clearfix::after,
  .clearfix::before,
  header::after,
  header::before,
  section::after,
  section::before {
    content: "";
    display: block;
    clear: both; }

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

#wrapper {
  padding-top: var(--hdrH); }
  @media screen and (max-width: 767px) {
    #wrapper {
      padding-top: var(--hdrHsp); } }

header {
  height: var(--hdrH);
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200; }
  @media screen and (max-width: 767px) {
    header {
      height: var(--hdrHsp); } }
  header h1,
  header .logo {
    width: 230px;
    height: 62px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto 0;
    margin-left: 50px; }
    @media screen and (min-width: 768px) and (max-width: 1319px) {
      header h1,
      header .logo {
        width: 18.254%; } }
    @media screen and (max-width: 767px) {
      header h1,
      header .logo {
        width: 143.5px;
        height: 38px;
        margin-left: 13px; } }
  header .hdrLang {
    width: 127px;
    height: 26px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto 0;
    margin-left: 320px; }
    @media screen and (min-width: 768px) and (max-width: 1319px) {
      header .hdrLang {
        margin-left: 25.3968%; } }
    header .hdrLang ul {
      display: block; }
      header .hdrLang ul::after, header .hdrLang ul::before {
        content: "";
        display: block;
        clear: both; }
      header .hdrLang ul li {
        width: calc(50% - 3px);
        height: 26px;
        float: left; }
        header .hdrLang ul li a {
          display: block;
          text-align: center;
          border: #9fbddd 1px solid;
          border-radius: 50vw;
          font-size: clamp(13px, 0.985vw, 13px);
          line-height: 24px;
          color: #9fbddd; }
          header .hdrLang ul li a:hover {
            color: var(--pointCl01);
            border-color: var(--pointCl01); }
        header .hdrLang ul li:nth-child(2) {
          float: right; }
        header .hdrLang ul li.current a {
          color: var(--pointCl01);
          border-color: var(--pointCl01); }
    @media screen and (max-width: 767px) {
      header .hdrLang {
        width: 100px;
        margin-left: 175px; } }
  header nav {
    padding-top: 30px; }
    header nav > ul {
      text-align: right;
      height: 42px; }
      header nav > ul > li {
        display: inline-block;
        position: relative; }
        header nav > ul > li > a {
          display: inline-block;
          overflow: hidden;
          position: relative;
          transition: all var(--trTime);
          display: block;
          height: 42px;
          line-height: 42px;
          font-weight: 600;
          font-size: clamp(15px, 1.212vw, 16px);
          color: var(--txBody); }
          header nav > ul > li > a::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: var(--txBody);
            transform-origin: right top;
            transform: scale(0, 1);
            transition: transform .3s;
            z-index: 1000; }
          header nav > ul > li > a:hover::after {
            transform: scale(1, 1);
            transform-origin: left top; }
        header nav > ul > li:nth-child(n + 2) {
          margin-left: 40px; }
      header nav > ul > li.navContact > a {
        display: block;
        width: 140px;
        height: 42px;
        border-radius: 50vw;
        background-color: var(--pointCl01);
        text-align: center;
        color: #fff;
        font-size: clamp(15px, 1.136vw, 15px); }
        header nav > ul > li.navContact > a:hover {
          background-color: var(--ovCl01); }
        header nav > ul > li.navContact > a::after {
          display: none; }

/* scrolling
-----------------------*/
/*--is-fixed--*/
.is-fixed {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

header.is-fixed {
  background-color: #fff; }

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

#ftrContact {
  max-width: calc(100% - 60px);
  border-radius: var(--kadomaru);
  background-color: var(--pointCl01);
  overflow: hidden;
  position: relative; }
  #ftrContact::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: 53.0303%;
    background-image: url("../images/ftr_photo.jpg");
    position: absolute;
    top: 0;
    left: 0; }
  #ftrContact #ftrContactIn {
    width: 42.4242%;
    margin-left: auto;
    padding: 9.4697% 30px;
    color: #fff; }
    #ftrContact #ftrContactIn .tit {
      text-align: center;
      font-size: clamp(30px, 3.182vw, 42px);
      margin-bottom: 30px; }
    #ftrContact #ftrContactIn p {
      text-align: center;
      font-size: clamp(14px, 1.212vw, 16px);
      line-height: calc(60/28);
      margin-bottom: 30px; }
    #ftrContact #ftrContactIn .btn a {
      margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #ftrContact {
      max-width: 100%;
      border-radius: 0px;
      padding-top: 60%; }
      #ftrContact::before {
        width: 100%;
        height: auto;
        padding-top: 60%; }
      #ftrContact #ftrContactIn {
        width: 100%;
        padding: 16.6667% 20px 15.3333%; }
        #ftrContact #ftrContactIn .tit {
          margin-bottom: 20px; } }

#ftrIn {
  padding-top: 55px; }
  #ftrIn .logo {
    width: 165px;
    height: 137px;
    margin: 0 auto; }
  #ftrIn nav {
    padding-top: 20px;
    padding-bottom: 25px; }
    #ftrIn nav ul {
      text-align: center; }
      #ftrIn nav ul li {
        display: inline-block;
        margin: 0 18px 10px; }
        #ftrIn nav ul li a {
          display: inline-block;
          overflow: hidden;
          position: relative;
          transition: all var(--trTime);
          display: block;
          height: 30px;
          line-height: 30px;
          font-weight: 600;
          font-size: clamp(15px, 1.212vw, 16px);
          color: var(--txBody); }
          #ftrIn 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; }
          #ftrIn nav ul li a:hover::after {
            transform: scale(1, 1);
            transform-origin: left top; }
        #ftrIn nav ul li.ins a {
          display: block;
          width: 32px;
          height: 32px; }
          #ftrIn nav ul li.ins a::after {
            display: none; }
          #ftrIn nav ul li.ins a:hover {
            opacity: 0.8; }
  #ftrIn .copy {
    text-align: center;
    font-size: clamp(12px, 1.061vw, 14px);
    line-height: calc(48/24);
    color: #999999; }
    #ftrIn .copy a {
      color: #999999; }
  @media screen and (max-width: 767px) {
    #ftrIn {
      padding-top: 8.6667%; }
      #ftrIn .logo {
        width: 103.5px;
        height: 85.5px;
        margin-bottom: 10.6667%; }
      #ftrIn nav {
        padding-top: 0;
        padding-bottom: 8.6667%; }
        #ftrIn nav ul {
          width: 280px;
          max-width: 100%;
          margin: 0 auto;
          border-top: #ced9e6 1px solid;
          text-align: left; }
          #ftrIn nav ul li {
            border-bottom: #ced9e6 1px solid;
            display: block;
            margin: 0; }
            #ftrIn nav ul li a {
              display: block;
              height: auto;
              font-size: 1.6rem;
              font-weight: 600;
              text-align: center;
              padding: calc(40 / 30 * 1em) 0;
              line-height: 1; }
              #ftrIn nav ul li a::after {
                display: none; }
            #ftrIn nav ul li.ins {
              border-bottom: none;
              padding: 30px 0 0; }
              #ftrIn nav ul li.ins a {
                display: block;
                width: 32px;
                height: 32px;
                padding: 0;
                margin: 0 auto; }
      #ftrIn .copy {
        text-align: center;
        font-size: clamp(12px, 1.061vw, 14px);
        line-height: calc(48/24);
        color: #999999; }
        #ftrIn .copy a {
          color: #999999; } }

/*--------------------------------------------------------------------
   fix btn
---------------------------------------------------------------------*/
#fixbtnSp {
  display: none; }
  @media screen and (max-width: 767px) {
    #fixbtnSp {
      display: block;
      width: calc(342px * 0.5);
      height: calc(92px * 0.5);
      max-width: 100%;
      position: fixed;
      right: 0;
      bottom: 0;
      z-index: 7000; }
      #fixbtnSp a {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 15px 0 0 0;
        background-color: var(--pointCl01);
        position: relative; }
        #fixbtnSp a span {
          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(168px * 0.5);
          height: calc(25px * 0.5);
          background-image: url("../images/fix_btn_contact.svg");
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; } }

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

#mainTitle h1 {
  font-size: 11px;
  text-align: right;
  position: absolute;
  z-index: 15; }
  @media screen and (max-width: 767px) {
    #mainTitle h1 {
      font-size: 10px; } }

#mainTitle h1 {
  color: #ccc;
  bottom: 5px;
  right: 15px; }

/*--------------------------------------------------------------------
   mainTitle
---------------------------------------------------------------------*/
#mainTitle {
  max-width: calc(100% - 60px);
  padding-top: 340px;
  padding-bottom: 30px;
  margin-bottom: 70px;
  position: relative;
  overflow: hidden; }
  #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;
    height: calc(100% - 30px);
    border-radius: var(--kadomaru);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0; }
  @media screen and (min-width: 768px) and (max-width: 1319px) {
    #mainTitle {
      padding-top: 26.9841%;
      margin-bottom: 5.5556%; } }
  @media screen and (max-width: 767px) {
    #mainTitle {
      max-width: 100%;
      padding-top: 56%;
      padding-bottom: 25px;
      margin-bottom: 9.3333%; }
      #mainTitle::before {
        height: calc(100% - 25px);
        border-radius: 0px; } }
  #mainTitle.lesson::before {
    background-image: url("../images/bg_maintitle_lesson.jpg"); }
  #mainTitle.profile::before {
    background-image: url("../images/bg_maintitle_profile.jpg"); }
  #mainTitle.contact::before, #mainTitle.thanks::before {
    background-image: url("../images/bg_maintitle_contact.jpg"); }
  #mainTitle.testimonials::before {
    background-image: url("../images/bg_maintitle_voice.jpg"); }
  #mainTitle.privacy::before {
    background-color: var(--bgCl01); }
  @media screen and (max-width: 767px) {
    #mainTitle.lesson::before {
      background-image: url("../images/bg_maintitle_lesson_sp.jpg"); }
    #mainTitle.profile::before {
      background-image: url("../images/bg_maintitle_profile_sp.jpg"); }
    #mainTitle.contact::before, #mainTitle.thanks::before {
      background-image: url("../images/bg_maintitle_contact_sp.jpg"); }
    #mainTitle.testimonials::before {
      background-image: url("../images/bg_maintitle_voice_sp.jpg"); } }
  #mainTitle .pageTitle {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    transform: translateY(-50%);
    text-align: left;
    font-size: clamp(30px, 3.182vw, 42px);
    font-weight: 600;
    color: #fff;
    margin-top: -30px;
    transform: translateY(-50%); }
    @media screen and (min-width: 768px) and (max-width: 1319px) {
      #mainTitle .pageTitle {
        padding-left: 7.2727%; } }
  #mainTitle.privacy .pageTitle {
    color: var(--pointCl01); }

/*--------------------------------------------------------------------
   container
---------------------------------------------------------------------*/
#container {
  overflow: hidden; }
  #container.second section {
    padding-bottom: 110px; }
  @media screen and (min-width: 768px) and (max-width: 1319px) {
    #container.second section {
      padding-bottom: 8.7302%; } }
  @media screen and (max-width: 767px) {
    #container.second section {
      padding-bottom: 14.6667%; } }

/* base
-----------------------*/
div[id="container"] section p, div[id="container"] section li, div[id="container"] section dt, div[id="container"] section dd, div[id="container"] section th, div[id="container"] section td {
  font-size: clamp(16px, 1.364vw, 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; }
div[id="container"] ul + * {
  margin-top: 30px; }
div[id="container"] ol + * {
  margin-top: 30px; }
div[id="container"] dl + * {
  margin-top: 30px; }
div[id="container"] table + * {
  margin-top: 30px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  header nav {
    display: none; } }
/*--------------------------------------------------------------------
   menu
---------------------------------------------------------------------*/
.spNav {
  padding-top: calc((var(--hdrH)) + 10px);
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px; }
  .spNav a {
    color: #fff; }
  .spNav ul {
    width: 280px;
    max-width: 100%;
    margin: 0 auto;
    border-top: #2d64a7 1px solid;
    text-align: left; }
    .spNav ul li {
      border-bottom: #2d64a7 1px solid; }
      .spNav ul li a {
        display: block;
        font-size: 1.6rem;
        font-weight: 600;
        text-align: center;
        padding: calc(55 / 30 * 1em) 0; }
      .spNav ul li.navContact {
        border-bottom: none;
        padding-top: 45px; }
        .spNav ul li.navContact a {
          display: block;
          width: 230px;
          height: 55px;
          margin: 0 auto;
          line-height: 55px;
          text-align: center;
          background-color: #00479d;
          border-radius: 50vw;
          padding: 0; }
      .spNav ul li.ins {
        border-bottom: none;
        padding: 30px 0 0; }
        .spNav ul li.ins a {
          display: block;
          width: 32px;
          height: 32px;
          padding: 0;
          margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .spNav {
      padding-top: calc((var(--hdrHsp)) + 10px);
      padding-left: 20px;
      padding-right: 20px; }
      .spNav ul li {
        font-size: 1.5rem; } }

/* -----------------------------------------
-- 1. toppage
-- 2. local
----------------------------------------- */
/*--------------------------------------------------------------------
1. toppage
---------------------------------------------------------------------*/
/*mainimage
------------------------------------------------------*/
#mainImage {
  position: relative;
  z-index: -1;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    #mainImage {
      padding-left: 0;
      padding-right: 0; } }
  #mainImage .swiper-slide .slide-img {
    padding-top: 700px;
    width: 100%;
    border-radius: var(--kadomaru);
    overflow: hidden;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) and (max-width: 1319px) {
      #mainImage .swiper-slide .slide-img {
        padding-top: 55.5556%; } }
    @media screen and (max-width: 767px) {
      #mainImage .swiper-slide .slide-img {
        border-radius: 0px;
        padding-top: 128%; } }
  #mainImage .swiper-slide .slide-img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0; }
  #mainImage .swiper-slide #main01::before {
    background-image: url("../images/top/main_01.jpg"); }
  #mainImage .swiper-slide #main02::before {
    background-image: url("../images/top/main_02.jpg"); }
  #mainImage .swiper-slide #main03::before {
    background-image: url("../images/top/main_03.jpg"); }
  @media screen and (max-width: 767px) {
    #mainImage .swiper-slide #main01::before {
      background-image: url("../images/top/main_01_sp.jpg"); }
    #mainImage .swiper-slide #main02::before {
      background-image: url("../images/top/main_02_sp.jpg"); }
    #mainImage .swiper-slide #main03::before {
      background-image: url("../images/top/main_03_sp.jpg"); } }
@keyframes zoomUp {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.15); } }
  #mainImage .swiper-slide-active .slide-img::before,
  #mainImage .swiper-slide-duplicate-active .slide-img::before,
  #mainImage .swiper-slide-prev .slide-img::before {
    animation: zoomUp 6s linear 0s 1 normal both; }
  #mainImage .mainTxt {
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    transform: translateY(-50%);
    z-index: 6; }
    #mainImage .mainTxt p {
      margin-left: -30px;
      color: #fff;
      text-align: left;
      font-size: clamp(26px, 3.03vw, 40px);
      line-height: calc(65/52); }
      @media screen and (min-width: 768px) and (max-width: 1319px) {
        #mainImage .mainTxt p {
          margin-left: 30px; } }
      #mainImage .mainTxt p span {
        display: block;
        margin-top: 10px;
        font-size: clamp(15px, 1.667vw, 22px);
        line-height: calc(45/28); }
    @media screen and (max-width: 767px) {
      #mainImage .mainTxt {
        top: auto;
        bottom: 0;
        margin-bottom: 30px;
        transform: translateY(0); }
        #mainImage .mainTxt p {
          margin-left: 0; } }

/*container
------------------------------------------------------*/
#container.toppage {
  padding-top: 150px; }
  @media screen and (min-width: 768px) and (max-width: 1319px) {
    #container.toppage {
      padding-top: 11.9048%; } }
  @media screen and (max-width: 767px) {
    #container.toppage {
      padding-top: 17.3333%; } }

/*topConcept----------------------*/
#container.toppage #topConcept {
  padding-bottom: 100px; }
  @media screen and (min-width: 768px) and (max-width: 1319px) {
    #container.toppage #topConcept {
      padding-bottom: 7.9365%; } }
  #container.toppage #topConcept .inner {
    display: block;
    margin-bottom: 9.0909%; }
    #container.toppage #topConcept .inner::after, #container.toppage #topConcept .inner::before {
      content: "";
      display: block;
      clear: both; }
    #container.toppage #topConcept .inner .tit {
      width: 45.4545%;
      float: left; }
      #container.toppage #topConcept .inner .tit h2 {
        font-size: clamp(20px, 2.273vw, 30px);
        margin-bottom: 20px; }
        #container.toppage #topConcept .inner .tit h2 span {
          display: none; }
      #container.toppage #topConcept .inner .tit h3 {
        text-align: left;
        font-size: clamp(23px, 2.424vw, 32px);
        line-height: calc(52/32); }
    #container.toppage #topConcept .inner .txt {
      width: 53.6364%;
      float: right; }
      #container.toppage #topConcept .inner .txt p {
        font-size: clamp(16px, 1.439vw, 19px);
        line-height: calc(44/19); }
  #container.toppage #topConcept .movieBox {
    width: 63.6364%;
    margin: 0 auto; }
    #container.toppage #topConcept .movieBox .video-wrap {
      padding-top: calc(540/960 * 100%);
      position: relative; }
      #container.toppage #topConcept .movieBox .video-wrap video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    #container.toppage #topConcept .movieBox .video-btn {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 40px;
      cursor: pointer; }
  @media screen and (max-width: 767px) {
    #container.toppage #topConcept {
      padding-bottom: 13.3333%; }
      #container.toppage #topConcept .inner {
        margin-bottom: 13.3333%; }
        #container.toppage #topConcept .inner .tit {
          width: auto;
          float: none;
          margin: 0 auto;
          margin-bottom: 30px; }
          #container.toppage #topConcept .inner .tit h2 {
            text-align: center;
            font-size: 3rem; }
            #container.toppage #topConcept .inner .tit h2 span {
              display: block;
              font-size: 1.3rem; }
          #container.toppage #topConcept .inner .tit h3 {
            text-align: center; }
            #container.toppage #topConcept .inner .tit h3 span {
              display: none; }
        #container.toppage #topConcept .inner .txt {
          width: auto;
          float: none;
          margin: 0 auto; }
      #container.toppage #topConcept .movieBox {
        width: 100%; } }

/*topFeature----------------------*/
#container.toppage #topFeature {
  padding-bottom: 80px; }
  @media screen and (min-width: 768px) and (max-width: 1319px) {
    #container.toppage #topFeature {
      padding-bottom: 6.3492%; } }
  #container.toppage #topFeature h2 {
    margin-bottom: 4.5455%; }
  #container.toppage #topFeature .inner {
    display: block; }
    #container.toppage #topFeature .inner::after, #container.toppage #topFeature .inner::before {
      content: "";
      display: block;
      clear: both; }
    #container.toppage #topFeature .inner .item {
      width: 29.0909%;
      float: left; }
      #container.toppage #topFeature .inner .item:nth-child(n + 2) {
        margin-left: 6.3636%; }
      #container.toppage #topFeature .inner .item .img {
        width: calc(220/320 * 100%);
        margin: 0 auto 20px;
        position: relative; }
        #container.toppage #topFeature .inner .item .img img {
          display: block;
          position: relative;
          z-index: 1; }
        #container.toppage #topFeature .inner .item .img span {
          display: block;
          width: 40px;
          height: 40px;
          background-color: var(--pointCl01);
          border-radius: 50vw;
          text-align: center;
          line-height: 40px;
          color: #fff;
          font-size: 1.6rem;
          position: absolute;
          top: 0;
          left: 0;
          margin-top: calc(30/220 * 100%);
          z-index: 2; }
      #container.toppage #topFeature .inner .item h3 {
        margin-bottom: 10px;
        text-align: center;
        font-size: clamp(20px, 2.121vw, 28px);
        line-height: calc(44/28); }
  @media screen and (max-width: 767px) {
    #container.toppage #topFeature {
      padding-bottom: 13.3333%; }
      #container.toppage #topFeature h2 {
        margin-bottom: 11.9403%; }
      #container.toppage #topFeature .inner .item {
        width: auto;
        float: none;
        margin: 0 auto; }
        #container.toppage #topFeature .inner .item:nth-child(n + 2) {
          margin-left: 0;
          margin-top: 10.4478%; }
        #container.toppage #topFeature .inner .item .img {
          width: 53.7313%; }
          #container.toppage #topFeature .inner .item .img span {
            margin-top: calc(30/360 * 100%); }
        #container.toppage #topFeature .inner .item h3 {
          font-size: 2.3rem; } }

/*topProfile/lesson----------------------*/
#container.toppage #topProfile {
  padding-bottom: 90px; }
  @media screen and (min-width: 768px) and (max-width: 1319px) {
    #container.toppage #topProfile {
      padding-bottom: 7.1429%; } }
  @media screen and (max-width: 767px) {
    #container.toppage #topProfile {
      padding-bottom: 13.3333%; } }

#container.toppage #topLesson {
  padding-bottom: 110px; }
  @media screen and (min-width: 768px) and (max-width: 1319px) {
    #container.toppage #topLesson {
      padding-bottom: 8.7302%; } }
  @media screen and (max-width: 767px) {
    #container.toppage #topLesson {
      padding-bottom: 13.3333%; } }

#container.toppage #topProfile,
#container.toppage #topLesson {
  display: grid;
  grid-template-columns: 46.6364% auto;
  grid-template-rows: auto auto;
  grid-template-areas: "photo title" "photo txt"; }
  #container.toppage #topProfile .titBox,
  #container.toppage #topLesson .titBox {
    grid-area: title; }
  #container.toppage #topProfile .imgBox,
  #container.toppage #topLesson .imgBox {
    grid-area: photo; }
  #container.toppage #topProfile .txtBox,
  #container.toppage #topLesson .txtBox {
    grid-area: txt; }
  #container.toppage #topProfile .titBox,
  #container.toppage #topLesson .titBox {
    padding-left: 35px; }
  #container.toppage #topProfile .imgBox img,
  #container.toppage #topLesson .imgBox img {
    display: block;
    border-radius: var(--kadomaru); }
  #container.toppage #topProfile .txtBox,
  #container.toppage #topLesson .txtBox {
    padding-left: 35px; }
    #container.toppage #topProfile .txtBox .btn a,
    #container.toppage #topLesson .txtBox .btn a {
      margin-right: auto; }
  @media screen and (max-width: 767px) {
    #container.toppage #topProfile,
    #container.toppage #topLesson {
      display: block; }
      #container.toppage #topProfile .titBox,
      #container.toppage #topLesson .titBox {
        padding-left: 0; }
        #container.toppage #topProfile .titBox h2,
        #container.toppage #topLesson .titBox h2 {
          text-align: center;
          margin-bottom: 7.4627%; }
      #container.toppage #topProfile .imgBox,
      #container.toppage #topLesson .imgBox {
        width: 89.5522%;
        margin: 0 auto 20px; }
        #container.toppage #topProfile .imgBox img,
        #container.toppage #topLesson .imgBox img {
          border-radius: var(--kadomarusp); }
      #container.toppage #topProfile .txtBox,
      #container.toppage #topLesson .txtBox {
        padding-left: 0; }
        #container.toppage #topProfile .txtBox .btn a,
        #container.toppage #topLesson .txtBox .btn a {
          margin: 0 auto; } }

/*topVoice----------------------*/
#container.toppage #topVoice {
  padding-left: 0;
  padding-right: 0; }
  #container.toppage #topVoice h2 {
    margin-bottom: 4.5455%; }
  #container.toppage #topVoice .btn a {
    margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #container.toppage #topVoice h2 {
      margin-bottom: 8.9552%; } }

/*topFaq----------------------*/
#container.toppage #topFaq {
  padding-top: 100px;
  padding-bottom: 120px; }
  @media screen and (min-width: 768px) and (max-width: 1319px) {
    #container.toppage #topFaq {
      padding-top: 7.9365%;
      padding-bottom: 9.5238%; } }
  #container.toppage #topFaq h2 {
    margin-bottom: 4.5455%; }
  @media screen and (max-width: 767px) {
    #container.toppage #topFaq h2 {
      margin-bottom: 8.9552%; } }

/*--------------------------------------------------------------------
2. local
---------------------------------------------------------------------*/
/*lesson
------------------------------------------------------*/
#container.second.lesson #lesson--lead p {
  font-size: clamp(16px, 1.364vw, 18px);
  line-height: calc(36/18); }
#container.second.lesson #lesson--detail {
  display: grid;
  grid-column-gap: 3.1818%;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  grid-template-areas: "lesson01 lesson01" "lesson02 lesson03"; }
  #container.second.lesson #lesson--detail #lesson01 {
    grid-area: lesson01; }
  #container.second.lesson #lesson--detail #lesson02 {
    grid-area: lesson02; }
  #container.second.lesson #lesson--detail #lesson03 {
    grid-area: lesson03; }
  #container.second.lesson #lesson--detail .boxLesson01 {
    border-radius: 10px; }
    #container.second.lesson #lesson--detail .boxLesson01 h2 {
      text-align: left;
      color: var(--pointCl01);
      font-size: clamp(30px, 2.424vw, 32px);
      margin-bottom: 25px; }
    #container.second.lesson #lesson--detail .boxLesson01 dl dt {
      width: 100px;
      height: 30px;
      margin-right: auto;
      line-height: 30px;
      text-align: center;
      color: #fff;
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: 15px; }
    #container.second.lesson #lesson--detail .boxLesson01 dl dd + dt {
      margin-top: 30px; }
    #container.second.lesson #lesson--detail .boxLesson01 dl dd {
      font-size: clamp(15px, 1.364vw, 18px);
      line-height: calc(36/18); }
      #container.second.lesson #lesson--detail .boxLesson01 dl dd ul li {
        padding-left: 0.7em;
        position: relative; }
        #container.second.lesson #lesson--detail .boxLesson01 dl dd ul li::before {
          content: "-";
          position: absolute;
          top: 0;
          left: 0; }
    #container.second.lesson #lesson--detail .boxLesson01#lesson01 {
      background-color: var(--bgCl02);
      margin-bottom: 3.1818%;
      padding: 55px 3.6364% 3.1818%;
      position: relative; }
      #container.second.lesson #lesson--detail .boxLesson01#lesson01 .subtit {
        display: block;
        width: 240px;
        height: 42px;
        background-color: #d1b57e;
        border-radius: 5px;
        text-align: center;
        line-height: 42px;
        color: #fff;
        font-size: 1.8rem;
        position: absolute;
        top: 0;
        left: 0;
        margin-left: 40px;
        margin-top: -21px; }
      #container.second.lesson #lesson--detail .boxLesson01#lesson01 .tit {
        display: flex;
        align-items: center;
        margin-bottom: 25px; }
        #container.second.lesson #lesson--detail .boxLesson01#lesson01 .tit h2 {
          margin-bottom: 0; }
        #container.second.lesson #lesson--detail .boxLesson01#lesson01 .tit p {
          padding-left: 15px;
          font-size: clamp(16px, 1.364vw, 18px);
          font-weight: 600; }
      #container.second.lesson #lesson--detail .boxLesson01#lesson01 .inner {
        display: block; }
        #container.second.lesson #lesson--detail .boxLesson01#lesson01 .inner::after, #container.second.lesson #lesson--detail .boxLesson01#lesson01 .inner::before {
          content: "";
          display: block;
          clear: both; }
        #container.second.lesson #lesson--detail .boxLesson01#lesson01 .inner .txt {
          width: calc(515/1020 * 100%);
          float: left; }
        #container.second.lesson #lesson--detail .boxLesson01#lesson01 .inner .img {
          width: calc(440/1020 * 100%);
          float: right;
          padding-top: calc(410/1020 * 100%);
          position: relative; }
          #container.second.lesson #lesson--detail .boxLesson01#lesson01 .inner .img img {
            display: block;
            position: absolute; }
            #container.second.lesson #lesson--detail .boxLesson01#lesson01 .inner .img img:nth-child(1) {
              width: calc(340/440 * 100%);
              top: 0;
              right: 0;
              margin-top: calc(26/440 * 100%); }
            #container.second.lesson #lesson--detail .boxLesson01#lesson01 .inner .img img:nth-child(2) {
              width: calc(277/440 * 100%);
              bottom: 0;
              left: 0; }
      #container.second.lesson #lesson--detail .boxLesson01#lesson01 dl dt {
        background-color: var(--pointCl01); }
    #container.second.lesson #lesson--detail .boxLesson01#lesson02, #container.second.lesson #lesson--detail .boxLesson01#lesson03 {
      background-color: var(--bgCl03);
      padding: calc(35/530 * 100%) calc(40/530 * 100%); }
      #container.second.lesson #lesson--detail .boxLesson01#lesson02 dl dt, #container.second.lesson #lesson--detail .boxLesson01#lesson03 dl dt {
        background-color: var(--pointCl02); }
  @media screen and (max-width: 767px) {
    #container.second.lesson #lesson--detail {
      display: block; }
      #container.second.lesson #lesson--detail .boxLesson01 h2 {
        text-align: center; }
      #container.second.lesson #lesson--detail .boxLesson01 dl dt {
        width: 80px;
        height: 28px;
        line-height: 28px;
        font-size: 1.3rem; }
      #container.second.lesson #lesson--detail .boxLesson01#lesson01 {
        margin-bottom: 30px;
        padding: 50px 20px;
        position: relative; }
        #container.second.lesson #lesson--detail .boxLesson01#lesson01 .subtit {
          display: block;
          width: 170px;
          height: 35px;
          line-height: 35px;
          font-size: 1.5rem;
          margin-left: 15px;
          margin-top: -17px; }
        #container.second.lesson #lesson--detail .boxLesson01#lesson01 .tit {
          display: block;
          margin-bottom: 20px; }
          #container.second.lesson #lesson--detail .boxLesson01#lesson01 .tit h2 {
            margin-bottom: 20px; }
          #container.second.lesson #lesson--detail .boxLesson01#lesson01 .tit p {
            padding-left: 0; }
        #container.second.lesson #lesson--detail .boxLesson01#lesson01 .inner .txt {
          width: auto;
          float: none;
          margin: 0 auto;
          padding-bottom: 10.4478%; }
        #container.second.lesson #lesson--detail .boxLesson01#lesson01 .inner .img {
          width: auto;
          float: none;
          margin: 0 auto;
          padding-top: 76.1194%; }
          #container.second.lesson #lesson--detail .boxLesson01#lesson01 .inner .img img:nth-child(1) {
            width: calc(454/590 * 100%);
            right: auto;
            left: 50%;
            margin-top: 0;
            margin-left: calc(-160/590 * 100%); }
          #container.second.lesson #lesson--detail .boxLesson01#lesson01 .inner .img img:nth-child(2) {
            width: calc(370/590 * 100%);
            left: 50%;
            margin-left: calc(-290/590 * 100%); }
      #container.second.lesson #lesson--detail .boxLesson01#lesson02 {
        margin-bottom: 30px; }
      #container.second.lesson #lesson--detail .boxLesson01#lesson02, #container.second.lesson #lesson--detail .boxLesson01#lesson03 {
        padding: 50px 20px; } }
#container.second.lesson #lesson--for ul {
  text-align: center; }
  #container.second.lesson #lesson--for ul li {
    text-align: center;
    font-size: clamp(15px, 1.439vw, 19px);
    line-height: calc(44/19); }
@media screen and (max-width: 767px) {
  #container.second.lesson #lesson--for ul li {
    padding-left: 1.2em;
    position: relative;
    text-align: left; }
    #container.second.lesson #lesson--for ul li::before {
      content: "・";
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  #container.second.lesson #lesson--for ul li + li {
    margin-top: 10px; } }
#container.second.lesson #lesson--flow h3 {
  text-align: center;
  font-size: clamp(16px, 1.667vw, 22px);
  font-weight: 500;
  margin-bottom: 15px; }
#container.second.lesson #lesson--flow .flowItem + h3 {
  margin-top: 60px; }
#container.second.lesson #lesson--flow .flowItem + .flowItem {
  margin-top: 60px; }
#container.second.lesson #lesson--flow .flowItem {
  width: 855px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  display: flex;
  align-items: center; }
  #container.second.lesson #lesson--flow .flowItem .img {
    width: calc(70/855 * 100%); }
  #container.second.lesson #lesson--flow .flowItem .txt {
    flex: 1;
    padding-left: 15px;
    text-align: left; }
    #container.second.lesson #lesson--flow .flowItem .txt h4 {
      font-size: clamp(16px, 1.667vw, 22px);
      font-weight: 600;
      margin-bottom: 10px; }
    #container.second.lesson #lesson--flow .flowItem .txt p {
      font-size: clamp(16px, 1.364vw, 18px); }
@media screen and (max-width: 767px) {
  #container.second.lesson #lesson--flow h3 {
    margin-bottom: 30px; }
  #container.second.lesson #lesson--flow .flowItem + h3 {
    margin-top: 40px; }
  #container.second.lesson #lesson--flow .flowItem + .flowItem {
    margin-top: 20px; }
  #container.second.lesson #lesson--flow .flowItem {
    width: auto;
    max-width: 100%;
    display: block;
    position: relative; }
    #container.second.lesson #lesson--flow .flowItem .img {
      width: 46px;
      position: absolute;
      top: 0;
      left: 0; }
    #container.second.lesson #lesson--flow .flowItem .txt {
      padding-left: 0; }
      #container.second.lesson #lesson--flow .flowItem .txt h4 {
        padding: 12px 0 20px 60px;
        font-size: 1.8rem; } }
#container.second.lesson #lesson--terms {
  width: 960px;
  padding-top: 110px; }
  @media screen and (min-width: 768px) and (max-width: 1319px) {
    #container.second.lesson #lesson--terms {
      padding-top: 8.7302%; } }
  #container.second.lesson #lesson--terms h2 {
    margin-bottom: 3.6364%; }
  #container.second.lesson #lesson--terms * + h3 {
    margin-top: 40px; }
  #container.second.lesson #lesson--terms h3 {
    margin-bottom: 20px;
    text-align: left;
    position: relative; }
    #container.second.lesson #lesson--terms h3::before {
      content: "";
      display: block;
      width: calc(100% - 10px);
      height: 1px;
      background-color: #c8c8c8;
      position: absolute;
      right: 0;
      top: 50%;
      z-index: 1; }
    #container.second.lesson #lesson--terms h3 span {
      display: inline-block;
      padding-right: 15px;
      background-color: #fff;
      font-size: clamp(16px, 1.667vw, 22px);
      font-weight: 500;
      position: relative;
      z-index: 2; }
  #container.second.lesson #lesson--terms ul li {
    font-size: clamp(16px, 1.364vw, 18px); }
    #container.second.lesson #lesson--terms ul li.note::before {
      content: "※"; }
  #container.second.lesson #lesson--terms .inner {
    margin-top: 40px;
    display: block; }
    #container.second.lesson #lesson--terms .inner::after, #container.second.lesson #lesson--terms .inner::before {
      content: "";
      display: block;
      clear: both; }
    #container.second.lesson #lesson--terms .inner .item {
      width: 390px;
      max-width: 50%;
      float: left;
      margin-bottom: 30px; }
      #container.second.lesson #lesson--terms .inner .item h4 {
        font-size: clamp(16px, 1.364vw, 18px);
        font-weight: 500;
        text-align: left;
        margin-bottom: 10px; }
      #container.second.lesson #lesson--terms .inner .item p {
        font-size: clamp(16px, 1.364vw, 18px); }
        #container.second.lesson #lesson--terms .inner .item p a {
          display: inline-block;
          color: var(--pointCl01);
          position: relative; }
          #container.second.lesson #lesson--terms .inner .item p a::after {
            content: "";
            display: block;
            height: 1px;
            width: 100%;
            background-color: var(--pointCl01);
            position: absolute;
            bottom: 0;
            left: 0;
            transition: var(--trTime); }
          #container.second.lesson #lesson--terms .inner .item p a:hover::after {
            opacity: 0; }
  @media screen and (max-width: 767px) {
    #container.second.lesson #lesson--terms {
      padding-top: 16%; }
      #container.second.lesson #lesson--terms h2 {
        margin-bottom: 5.9701%; }
      #container.second.lesson #lesson--terms * + h3 {
        margin-top: 10.4478%; }
      #container.second.lesson #lesson--terms .inner {
        margin-top: 40px;
        display: block; }
        #container.second.lesson #lesson--terms .inner::after, #container.second.lesson #lesson--terms .inner::before {
          content: "";
          display: block;
          clear: both; }
        #container.second.lesson #lesson--terms .inner .item {
          width: auto;
          float: none;
          margin: 0 auto;
          max-width: 100%; }
        #container.second.lesson #lesson--terms .inner .item + .item {
          margin-top: 30px; } }

/*profile
------------------------------------------------------*/
#container.second.profile #profile--message {
  width: 960px; }
  #container.second.profile #profile--message h2 {
    margin-bottom: 50px; }
  #container.second.profile #profile--message .movieBoxOut {
    width: 700px;
    max-width: 100%;
    margin: 30px auto 0; }
    #container.second.profile #profile--message .movieBoxOut .movieBox {
      width: 100%;
      padding-top: calc(315/560 * 100%);
      position: relative; }
      #container.second.profile #profile--message .movieBoxOut .movieBox iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
  @media screen and (max-width: 767px) {
    #container.second.profile #profile--message h2 {
      margin-bottom: 5.9701%; } }
#container.second.profile #profile--detail h2 {
  margin-bottom: 30px; }
#container.second.profile #profile--detail .inner {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  #container.second.profile #profile--detail .inner .img {
    width: 25%; }
    #container.second.profile #profile--detail .inner .img img {
      display: block;
      border-radius: 50vw; }
  #container.second.profile #profile--detail .inner .txt {
    flex: 1;
    padding-left: 40px; }
    #container.second.profile #profile--detail .inner .txt span {
      display: block;
      text-align: left;
      line-height: 1.5; }
    #container.second.profile #profile--detail .inner .txt .name01 {
      font-size: clamp(15px, 1.818vw, 24px); }
    #container.second.profile #profile--detail .inner .txt p {
      margin-bottom: 0;
      padding: 10px 0;
      font-size: clamp(22px, 2.273vw, 30px); }
    #container.second.profile #profile--detail .inner .txt .name02 {
      margin-top: 0;
      font-size: clamp(14px, 1.212vw, 16px); }
#container.second.profile #profile--detail h3 {
  text-align: left;
  font-size: clamp(18px, 1.515vw, 20px);
  font-weight: 500;
  margin-bottom: 20px; }
#container.second.profile #profile--detail ul li span {
  display: inline-block;
  width: 4em; }
#container.second.profile #profile--detail ul.note {
  margin-top: 15px; }
  #container.second.profile #profile--detail ul.note li {
    font-size: clamp(15px, 1.288vw, 17px);
    color: #888888; }
@media screen and (max-width: 767px) {
  #container.second.profile #profile--detail h2 {
    margin-bottom: 5.9701%; }
  #container.second.profile #profile--detail .inner {
    display: block; }
    #container.second.profile #profile--detail .inner .img {
      width: 37.3134%;
      margin: 0 auto 15px; }
    #container.second.profile #profile--detail .inner .txt {
      padding-left: 0; }
      #container.second.profile #profile--detail .inner .txt p {
        padding: 10px 0; }
  #container.second.profile #profile--detail h3 {
    margin-bottom: 15px; }
  #container.second.profile #profile--detail ul {
    border-top: var(--lineCl01) 1px solid; }
    #container.second.profile #profile--detail ul li {
      border-bottom: var(--lineCl01) 1px solid;
      padding: 15px 0; }
  #container.second.profile #profile--detail ul.note {
    margin-top: 10px;
    border-top: none; }
    #container.second.profile #profile--detail ul.note li {
      border-bottom: none;
      padding-top: 0;
      padding-bottom: 0; } }
#container.second.profile #profile--gallery {
  width: 1124px; }
  #container.second.profile #profile--gallery .inner {
    display: grid;
    grid-gap: 7px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr); }
  @media screen and (max-width: 767px) {
    #container.second.profile #profile--gallery .inner {
      grid-gap: 5px;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(3, 1fr); } }

/*contact 
------------------------------------------------------*/
#container.contact #contactLead,
#container.thanks #contactLead {
  padding-bottom: 50px; }
  #container.contact #contactLead h2,
  #container.thanks #contactLead h2 {
    font-size: clamp(20px, 1.667vw, 22px);
    line-height: 1.5;
    font-weight: 500;
    text-align: left;
    margin-bottom: 20px; }
  #container.contact #contactLead h3,
  #container.thanks #contactLead h3 {
    font-size: clamp(16px, 1.364vw, 18px);
    font-weight: 500;
    text-align: left;
    margin-bottom: 5px; }
  #container.contact #contactLead h3 + p,
  #container.thanks #contactLead h3 + p {
    padding-left: 1em; }
  #container.contact #contactLead p a,
  #container.thanks #contactLead p a {
    display: inline-block;
    color: var(--pointCl01);
    position: relative; }
    #container.contact #contactLead p a::after,
    #container.thanks #contactLead p a::after {
      content: "";
      display: block;
      height: 1px;
      width: 100%;
      background-color: var(--pointCl01);
      position: absolute;
      bottom: 0;
      left: 0;
      transition: var(--trTime); }
    #container.contact #contactLead p a:hover::after,
    #container.thanks #contactLead p a:hover::after {
      opacity: 0; }
  #container.contact #contactLead.thanks h2,
  #container.thanks #contactLead.thanks h2 {
    text-align: center; }
  #container.contact #contactLead.thanks p,
  #container.thanks #contactLead.thanks p {
    text-align: center; }

/*privacy
------------------------------------------------------*/
#container.privacy section {
  width: 1000px; }
  #container.privacy section h2 {
    margin-bottom: 20px;
    text-align: left;
    font-size: clamp(18px, 1.818vw, 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
-----------------------------------------------------------*/
/*-----------------------------------------------------
wp-pagenavi
--------------------------------------------------------*/
#container .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  #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: #333333;
    background-color: #333333; }
  #container .wp-pagenavi a.previouspostslink {
    display: none; }
  #container .wp-pagenavi a.first {
    display: none; }

#container #voiceIndex {
  padding-left: 0;
  padding-right: 0; }

/* -----------------------------------------
list
----------------------------------------- */
#container .voiceList {
  display: block; }
  #container .voiceList::after, #container .voiceList::before {
    content: "";
    display: block;
    clear: both; }
  #container .voiceList li {
    display: flex;
    align-items: center;
    margin-bottom: 4%; }
    #container .voiceList li .img {
      display: block;
      width: 20%;
      margin: 0 auto;
      line-height: 1; }
      #container .voiceList li .img img {
        border-radius: 50vw; }
    #container .voiceList li .txt {
      flex: 1;
      padding-left: 30px;
      text-align: left; }
    #container .voiceList li .sub {
      margin-bottom: 10px; }
      #container .voiceList li .sub span {
        display: inline-block;
        font-size: clamp(15px, 1.212vw, 16px); }
      #container .voiceList li .sub span + span::before {
        content: "・"; }
    #container .voiceList li p {
      text-align: left;
      font-size: clamp(16px, 1.288vw, 17px);
      line-height: calc(32/17); }
  @media screen and (max-width: 767px) {
    #container .voiceList li {
      display: block;
      margin-bottom: 11.9403%; }
      #container .voiceList li .img {
        width: 53.7313%;
        margin-bottom: 10px; }
      #container .voiceList li .txt {
        padding-left: 0; }
      #container .voiceList li .sub {
        margin-bottom: 10px;
        text-align: center; }
        #container .voiceList li .sub span {
          display: block; }
        #container .voiceList li .sub span + span::before {
          content: ""; } }

/* -- blog parts --*/
#container .post {
  padding-bottom: 80px;
  /*------------
  block editor
  --------------*/ }
  @media screen and (max-width: 767px) {
    #container .post {
      padding-bottom: 10.6667%; } }
  #container .post h3 {
    margin-top: 50px !important;
    margin-bottom: 30px;
    font-size: clamp(24px, 2.121vw, 28px);
    text-align: left;
    font-weight: 500;
    line-height: 1.75; }
  #container .post h4 {
    font-size: clamp(18px, 1.667vw, 22px); }
  #container .post h4, #container .post h5, #container .post h6 {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
    font-weight: bold;
    line-height: 1.75; }
  #container .post a {
    color: var(--pointCl01);
    text-decoration: underline;
    word-break: break-all; }
    #container .post a:hover {
      text-decoration: none; }
  #container .post ul {
    margin-left: 20px; }
    #container .post ul li {
      list-style-position: outside;
      list-style-type: disc; }
  #container .post ol {
    margin-left: 20px; }
    #container .post ol li {
      list-style-position: outside;
      list-style-type: decimal; }
  #container .post > img,
  #container .post p img {
    display: block;
    width: 100%;
    max-width: 680px;
    margin: 30px auto; }
  #container .post * + p,
  #container .post * + ul,
  #container .post * + ol {
    margin-top: 15px; }
  #container .post * + blockquote,
  #container .post * + figure,
  #container .post * + table,
  #container .post blockquote + *,
  #container .post figure + *,
  #container .post table + * {
    margin-top: 30px; }
  #container .post p.has-text-align-right {
    text-align: right; }
  #container .post p.has-text-align-center {
    text-align: center; }
  #container .post ol {
    margin-left: 1em; }
    #container .post ol li {
      list-style-position: outside;
      list-style-type: decimal; }
  #container .post .wp-block-quote cite, #container .post .wp-block-pullquote cite, #container .post .wp-block-table figcaption {
    display: block;
    margin-top: 10px;
    text-align: left;
    font-size: clamp(12px, 1.061vw, 14px);
    color: #666;
    line-height: 1.7; }
  #container .post .wp-block-quote {
    border-left: var(--txBody) 4px solid;
    padding-left: 15px; }
  #container .post .wp-block-pullquote {
    border-bottom: var(--txBody) 4px solid;
    border-top: var(--txBody) 4px solid;
    padding: 15px 0; }
    #container .post .wp-block-pullquote p {
      font-size: 1em; }
  #container .post .wp-block-table {
    overflow: visible !important; }
  #container .post table {
    width: 100%;
    border-top: #999 1px solid;
    border-left: #999 1px solid; }
    #container .post table th, #container .post table td {
      border-bottom: #999 1px solid;
      border-right: #999 1px solid;
      padding: 15px;
      vertical-align: top; }
    @media screen and (max-width: 767px) {
      #container .post table th, #container .post table td {
        display: list-item;
        list-style-type: none;
        font-size: 1.4rem;
        line-height: 2; } }
  #container .post .wp-block-separator {
    border-color: #ccc; }

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

.flR {
  float: right; }

.clear {
  clear: both; }

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

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

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

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

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

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

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