@charset "UTF-8";
/*=====================================================
*
*	style.css
*   Since 2021.01.25
*
* 1= tags define
* 2= font setting
*	3= common module
*	4= structure module
*	5= page module
*
========================================================*/
/*	1= tags define
-----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap");
* {
  text-align: justify; }

html {
  font-size: 62.5%; }

body {
  text-align: center; }

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

strong {
  font-weight: 900;
  color: #da4714; }

/*	2= font setting
-----------------------------------------------------*/
/* base font size */
body {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.8;
  text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #1e1d1b;
  font-feature-settings: "palt"; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media only screen and (max-width: 420px) {
    body {
      font-size: 14px;
      font-size: 1.4rem; } }

/*	3= common module
-----------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }
  a:hover img {
    position: relative;
    left: 2px;
    top: 2px; }

.note {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 1em;
  text-indent: -1em;
  color: #76694b;
  display: block; }
  @media only screen and (max-width: 420px) {
    .note {
      font-size: 10px;
      font-size: 1rem;
      font-family: 'Noto Sans JP', sans-serif; } }

.flR {
  float: right !important; }

.read {
  margin-bottom: 1em; }
  .read strong {
    font-weight: 500; }

/*	4= structure module
-----------------------------------------------------*/
#wrapper {
  width: 100%;
  background: url("../images_202109/page_bg.svg");
  background-size: 10px 4px; }
  @media only screen and (max-width: 768px) {
    #wrapper {
      overflow: hidden; } }

header {
  width: auto; }
  header .logo-link {
    height: 88px;
    background: #fff;
    border-bottom: 6px solid #4fa6c4;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center; }
    header .logo-link a img {
      width: 314px;
      height: 50px; }
    @media only screen and (max-width: 420px) {
      header .logo-link {
        display: none; } }
  header .mainvisual {
    background: url("../images_202109/main_visual_bg.png") no-repeat center bottom #fff;
    background-size: 100% 100%;
    text-align: center;
    border-bottom: 4px solid #000;
    border-top: 4px solid #fff; }
    @media only screen and (max-width: 420px) {
      header .mainvisual {
        border-bottom: none;
        border-top: none; } }
    header .mainvisual h1 img {
      margin: auto;
      width: 100%;
      max-width: 1480px;
      height: auto; }

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

section > .container {
  text-align: center;
  max-width: 1280px;
  padding: 60px 40px;
  margin: auto;
  background: url("../images_202109/contents_bg.svg") left top repeat-y #fff;
  background-size: 128px 4px;
  border: 4px solid #fff;
  border-bottom: none;
  border-top: none; }
  @media only screen and (max-width: 768px) {
    section > .container {
      padding: 30px 30px 50px;
      background-size: 90px auto;
      border: none; } }
  @media only screen and (max-width: 420px) {
    section > .container {
      padding: 26px 12px 20px; } }
  section > .container:before {
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images_202109/contents_bg.svg") left top repeat-y #fff;
    background-size: 128px 4px;
    transform: scale(-1, 1); }
    @media only screen and (max-width: 768px) {
      section > .container:before {
        background-size: 90px auto; } }

.inner {
  max-width: 944px;
  margin: 0 auto;
  position: relative;
  z-index: 3; }

h2.regular-ttl {
  background: url("../images_202109/ttl_bg.jpg") no-repeat center top;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
  font-size: 34px;
  font-size: 3.4rem;
  min-height: 110px;
  max-width: 1280px;
  border: 4px solid #fff;
  border-bottom: none;
  border-top: none;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 768px) {
    h2.regular-ttl {
      font-size: 24px;
      font-size: 2.4rem;
      min-height: inherit;
      height: 66px;
      background-size: cover;
      border: none; } }
  @media only screen and (max-width: 420px) {
    h2.regular-ttl {
      font-size: 18px;
      font-size: 1.8rem;
      min-height: 50px;
      line-height: 1.2;
      padding: 0.5em; } }

footer {
  background: #76694b; }
  footer p {
    color: #fff;
    font-family: Verdana, Geneva, "sans-serif";
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
    line-height: normal;
    padding: 0.5em; }
    @media (min-width: 1024px) {
      footer p {
        font-size: 9px;
        font-size: 0.9rem; } }

/*	5= page module
-----------------------------------------------------*/
#entry h2 {
  width: 72%;
  margin: auto; }
  @media only screen and (max-width: 420px) {
    #entry h2 {
      width: 100%; } }
#entry ul {
  margin-top: 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%; }
  @media only screen and (max-width: 420px) {
    #entry ul {
      display: block;
      margin-top: 10px; } }
  #entry ul li {
    width: calc((100% - 40px) / 2);
    -webkit-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
    -o-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2)); }
    @media only screen and (max-width: 420px) {
      #entry ul li {
        -webkit-filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.3));
        -moz-filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.3));
        -ms-filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.3));
        -o-filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.3));
        filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.3)); } }
    @media only screen and (max-width: 420px) {
      #entry ul li {
        width: 100%;
        padding: 10px; } }

.entry-btns {
  position: fixed;
  z-index: 100;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 40px;
  background: #1e1d1b;
  border-top: 4px solid #fff;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  -o-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  /* 1. メニューを画面下へ隠す */
  transform: translateY(100%);
  transition: .3s; }
  @media only screen and (max-width: 420px) {
    .entry-btns {
      border-top: 2px solid #fff;
      padding: 6px; } }
  .entry-btns ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    width: 100%;
    max-width: 944px;
    margin: auto; }
    .entry-btns ul li {
      width: 48%;
      margin: 0 1%; }
      .entry-btns ul li img {
        -webkit-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
        -moz-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
        -ms-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
        -o-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
        filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2)); }
        @media only screen and (max-width: 420px) {
          .entry-btns ul li img {
            -webkit-filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.3));
            -moz-filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.3));
            -ms-filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.3));
            -o-filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.3)); } }
  .entry-btns.active {
    /* 3. メニューを定位置へ戻す */
    transform: translate(0); }
  .entry-btns .pagetop {
    display: none;
    position: fixed;
    z-index: 100;
    bottom: 0px;
    right: 0px; }
    .entry-btns .pagetop a {
      display: block;
      width: 30px;
      height: 30px;
      background: url("../images_202109/pagetop.svg");
      background-size: contain; }
    @media only screen and (max-width: 420px) {
      .entry-btns .pagetop {
        top: -32px;
        bottom: inherit; } }

@media only screen and (max-width: 420px) {
  #brandcompany {
    background: #fff; } }
#brandcompany .container:after {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images_202109/brancom_bg.png") no-repeat center top !important;
  background-size: cover !important; }
#brandcompany .container h2, #brandcompany .container ul {
  position: relative;
  z-index: 3; }
#brandcompany h2 {
  display: block;
  text-align: center;
  margin-bottom: 40px; }
  #brandcompany h2 img {
    max-width: 730px;
    width: 57.03%;
    height: auto;
    margin: auto; }
#brandcompany ul::after {
  content: "";
  display: block;
  clear: both; }
#brandcompany ul li {
  text-align: center;
  display: block;
  max-width: 879.8px;
  width: 80%;
  margin: 0 auto 19px; }
  #brandcompany ul li img {
    display: block; }
@media only screen and (max-width: 420px) {
  #brandcompany .container {
    display: none; } }

#about:before {
  background: url("../images_202109/splash.jpg") #fff no-repeat left top;
  background-size: 50% auto;
  border-top: 2px solid #da4714; }
#about h2 span {
  width: 82.6%;
  max-width: 846px; }
  @media only screen and (max-width: 420px) {
    #about h2 span {
      width: 100%; } }

#who .container:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url("../images_202109/who_bg.jpg") right top no-repeat; }
  @media only screen and (max-width: 768px) {
    #who .container:after {
      background-size: 53.828%; } }
#who .container .inner {
  z-index: 3; }
#who .illust {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 22%;
  height: auto;
  z-index: 3; }
  @media only screen and (max-width: 420px) {
    #who .illust {
      display: none; } }
#who ul.list li {
  background: url("../images_202109/who_circle.svg") no-repeat left top;
  background-size: 58px auto;
  padding-left: 66px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    #who ul.list li {
      background-size: 42px auto;
      margin-bottom: 12px;
      padding-left: 48px; } }
  @media only screen and (max-width: 420px) {
    #who ul.list li {
      background-size: 25px auto;
      padding-left: 30px;
      padding-bottom: 4px;
      line-height: 1.5; } }
  #who ul.list li:after {
    content: '';
    display: block;
    width: calc(100% - 60px);
    height: 1px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    right: 0;
    bottom: 0; }
    @media only screen and (max-width: 420px) {
      #who ul.list li:after {
        width: 100%; } }
  #who ul.list li:nth-child(9), #who ul.list li:nth-child(10) {
    padding-right: 23%; }
    @media only screen and (max-width: 420px) {
      #who ul.list li:nth-child(9), #who ul.list li:nth-child(10) {
        padding-right: 0; } }
#who dl {
  text-align: left;
  display: inline-block;
  margin: auto; }
  #who dl dt {
    color: #da4714;
    font-size: 20px;
    font-size: 2rem; }
    @media only screen and (max-width: 768px) {
      #who dl dt {
        font-size: 14px;
        font-size: 1.4rem; } }
  #who dl li {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline;
    margin-right: 1em; }
    @media only screen and (max-width: 768px) {
      #who dl li {
        font-size: 14px;
        font-size: 1.4rem; } }
    #who dl li:before {
      content: "■ ";
      color: #76694b; }
  @media only screen and (max-width: 420px) {
    #who dl dt {
      font-size: 12px;
      font-size: 1.2rem; }
    #who dl dd li {
      font-size: 11px;
      font-size: 1.1rem;
      display: block; } }

#what .container:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images_202109/what_illust.png") no-repeat;
  background-position: right bottom;
  background-size: 49.5% auto; }
  @media only screen and (max-width: 420px) {
    #what .container:after {
      background-position: right bottom; } }
#what dl {
  z-index: 3;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px; }
  #what dl:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #7f7f7f;
    margin-top: -15px;
    width: calc(100% - 53px);
    margin-left: 53px; }
    @media only screen and (max-width: 420px) {
      #what dl:after {
        margin-top: 0; } }
  #what dl dt {
    z-index: 10;
    display: block;
    width: 126px; }
    #what dl dt img {
      width: 106px;
      height: auto; }
    @media only screen and (max-width: 420px) {
      #what dl dt {
        width: 68px; } }
  #what dl dd {
    flex: 1;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1.4;
    background: url("../images_202109/what_check.svg") no-repeat right center;
    background-size: 63px 65px; }
    @media only screen and (max-width: 768px) {
      #what dl dd {
        background-size: 50px auto; } }
    @media only screen and (max-width: 420px) {
      #what dl dd {
        background: none;
        padding: 6px 0 6px 6px !important; } }
    #what dl dd strong {
      color: #1e1d1b;
      font-size: 26px;
      font-size: 2.6rem; }
      @media only screen and (max-width: 768px) {
        #what dl dd strong {
          font-size: 20px;
          font-size: 2rem; } }
      @media only screen and (max-width: 420px) {
        #what dl dd strong {
          font-size: 16px;
          font-size: 1.6rem; } }
    #what dl dd .note {
      margin-bottom: 1em; }
    @media only screen and (max-width: 420px) {
      #what dl dd {
        padding-bottom: 8px; }
        #what dl dd br {
          display: none; } }

#point dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 12px; }
  #point dl:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #b0b0b0;
    position: absolute;
    bottom: -3px;
    right: 0; }
  #point dl:last-child:after {
    display: none; }
  @media only screen and (max-width: 420px) {
    #point dl {
      display: block; } }
  #point dl dt {
    z-index: 10;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 38.98%;
    max-width: 368px;
    margin-right: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 30px;
    font-size: 3rem;
    background-size: contain !important;
    border-left: 5px solid #76694b;
    padding-left: 0.7em; }
    @media only screen and (max-width: 768px) {
      #point dl dt {
        font-size: 24px;
        font-size: 2.4rem; }
        #point dl dt img {
          margin-left: 10px; } }
    @media only screen and (max-width: 420px) {
      #point dl dt {
        width: 100%;
        font-size: 20px;
        font-size: 2rem;
        border-left: 4px solid #76694b; } }
    #point dl dt:before {
      display: block;
      content: "";
      position: absolute;
      left: 0;
      top: calc(50% - 8px);
      width: 10px;
      height: 16px;
      background: url("../images_202109/point_arrow.svg") no-repeat left center;
      background-size: contain; }
      @media only screen and (max-width: 420px) {
        #point dl dt:before {
          width: 5px;
          height: 8px;
          top: calc(50% - 4px); } }
    #point dl dt span {
      display: block;
      width: 100%;
      text-align: left;
      line-height: normal; }
    #point dl dt img {
      width: 40%;
      max-width: 220px;
      height: auto;
      -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
      -moz-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
      -ms-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
      -o-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2)); }
      #point dl dt img::after {
        content: "";
        display: block;
        clear: both; }
      @media only screen and (max-width: 420px) {
        #point dl dt img {
          height: 60px;
          width: auto; } }
  #point dl:nth-child(odd) dt img {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  #point dl:nth-child(even) dt img {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  #point dl dd {
    flex: 1;
    padding: 10px 0 10px 10px;
    line-height: 1.5; }
    #point dl dd strong {
      font-size: 24px;
      font-size: 2.4rem;
      color: #1e1d1b; }
      @media only screen and (max-width: 768px) {
        #point dl dd strong {
          font-size: 20px;
          font-size: 2rem; } }
    @media only screen and (max-width: 420px) {
      #point dl dd {
        padding: 10px 0;
        font-size: 14px;
        font-size: 1.4rem; }
        #point dl dd strong {
          font-size: 16px;
          font-size: 1.6rem; } }

table {
  max-width: none;
  width: auto;
  min-width: 100%;
  margin: 30px auto 0;
  box-sizing: border-box;
  table-layout: fixed;
  display: table !important; }
  table th, table td {
    padding: 0.5em 0.2em;
    border-bottom: 2px solid transparent;
    line-height: 1.4;
    box-sizing: border-box;
    display: table-cell !important; }
    @media only screen and (max-width: 420px) {
      table th, table td {
        font-size: 13px;
        font-size: 1.3rem; } }
    table th.cell-odd, table td.cell-odd {
      border-left: 2px solid transparent; }
    table th.cell-top, table td.cell-top {
      border-bottom: none;
      padding-bottom: 0.2em; }
    table th strong, table td strong {
      font-weight: 700;
      color: #da4714; }
    table th span.note, table td span.note {
      display: block; }
    table th span.future, table td span.future {
      font-size: 14px;
      font-size: 1.4rem; }
  table th {
    text-align: center;
    color: #fff;
    font-weight: 700; }
    table th p {
      background: #fff;
      text-align: center;
      font-weight: 500;
      margin-top: 0.3em; }
      table th p span {
        font-size: 14px;
        font-size: 1.4rem;
        margin-left: 1em; }
    table th.cell-ev {
      background: #807c73; }
      table th.cell-ev p {
        color: #1e1d1b; }
      table th.cell-ev.cell-top {
        background: url(../images_202109/stripe10.png) #1e1d1b;
        background-size: 80px; }
    table th.cell-odd {
      background: #72b8d1; }
      table th.cell-odd p {
        color: #4fa6c4; }
      table th.cell-odd.cell-top {
        background: url(../images_202109/stripe10.png) #4fa6c4;
        background-size: 80px; }
  table td.cell-ev {
    background: #e9e8e4; }
  table td.cell-odd {
    background: #e0edf3; }
  @media only screen and (max-width: 420px) {
    table td {
      font-weight: 500; } }

#event .container:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: url("../images_202109/event_bg.png") no-repeat right top; }
  @media only screen and (max-width: 768px) {
    #event .container:after {
      background-size: 41.3%; } }
#event .inner {
  z-index: 3; }
#event p.open {
  background: #fff;
  text-align: center;
  font-weight: 900;
  line-height: normal;
  padding: 0.5em 1em;
  margin: 1em 0 0;
  border: 2px solid #da4714;
  color: #da4714; }
#event table {
  margin-top: 2px;
  table-layout: fixed !important; }
  #event table col.month {
    width: 3em; }
  #event table col:not(.month) {
    width: calc(50% - 3em); }
    @media only screen and (max-width: 420px) {
      #event table col:not(.month) {
        width: 33%; } }
  #event table th.cell-top {
    width: 50%; }
    @media only screen and (max-width: 420px) {
      #event table th.cell-top p span {
        display: block;
        margin-left: 0;
        text-align: center;
        font-size: 12px;
        font-size: 1.2rem; } }
  #event table th:not(.cell-top) {
    width: 2%;
    white-space: nowrap; }
  #event table td {
    width: 48%; }

#schedule .container:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: url("../images_202109/sche_bg.png") no-repeat right top; }
  @media only screen and (max-width: 768px) {
    #schedule .container:after {
      background-size: 40.93%; } }
#schedule .inner {
  position: relative;
  z-index: 3; }
#schedule h3 {
  padding: 0.5em;
  color: #fff;
  text-align: center;
  font-weight: 700;
  width: 100%;
  max-width: 944px; }
  #schedule h3 span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500; }
    @media only screen and (max-width: 420px) {
      #schedule h3 span {
        display: block;
        position: relative;
        right: inherit;
        bottom: inherit;
        text-align: center;
        font-size: 12px;
        font-size: 1.2rem; } }
  #schedule h3.normal-sche {
    background: url("../images_202109/stripe10.png") #1e1d1b;
    background-size: 80px; }
  #schedule h3.mid-sche {
    background: url("../images_202109/stripe10.png") #4fa6c4;
    background-size: 80px; }
#schedule table {
  margin: 0 auto; }
  #schedule table .no {
    width: 5%; }
  #schedule table .time {
    width: 20%; }
  #schedule table .sche {
    width: 75%; }
    @media only screen and (max-width: 420px) {
      #schedule table .sche {
        width: 59%; } }
  #schedule table tr {
    border-bottom: 2px solid #fff; }
    #schedule table tr th:first-child {
      border-left: none !important; }
  #schedule table th {
    border-left: 1px solid transparent; }
  #schedule table td.lunch {
    text-align: center;
    color: #6e6243;
    width: 100%; }
#schedule table.normal-sche th {
  background: #807c73; }
#schedule table.normal-sche td {
  background: #e9e8e4; }
#schedule table.mid-sche th {
  background: #72b8d1; }
#schedule table.mid-sche td {
  background: #e0edf3;
  border-right: 1px solid #fff4d0; }
#schedule .instructor {
  float: right;
  margin-top: -16px;
  max-width: 490px;
  padding-right: 10px; }
  @media only screen and (max-width: 768px) {
    #schedule .instructor {
      width: 100%;
      float: none;
      margin-top: 0; } }
  #schedule .instructor p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 0.8em 0 0 43px;
    font-weight: 500; }
    @media only screen and (max-width: 768px) {
      #schedule .instructor p {
        padding: 0.8em 0 0 0;
        font-size: 12px;
        font-size: 1.2rem; } }

#share h2 span {
  width: 88.6%;
  max-width: 901px; }
  @media only screen and (max-width: 420px) {
    #share h2 span {
      width: 100% !important; } }
#share p.maincont {
  position: absolute;
  right: 20px;
  top: 115px;
  width: 22%;
  height: auto;
  max-width: 300px;
  z-index: 100;
  -webkit-transform: rotate(-5.2deg);
  -moz-transform: rotate(-5.2deg);
  -ms-transform: rotate(-5.2deg);
  -o-transform: rotate(-5.2deg);
  transform: rotate(-5.2deg); }
  @media only screen and (max-width: 420px) {
    #share p.maincont {
      float: right;
      margin-left: 10px;
      position: relative;
      top: inherit;
      right: inherit;
      width: 40%;
      margin-top: -48px; } }
#share .stp1-2 {
  margin-top: 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch; }
  @media only screen and (max-width: 420px) {
    #share .stp1-2 {
      display: block; } }
  #share .stp1-2 .stp1, #share .stp1-2 .stp2 {
    width: calc((100% - 40px) / 2);
    min-height: 400px; }
    @media only screen and (max-width: 420px) {
      #share .stp1-2 .stp1, #share .stp1-2 .stp2 {
        width: 100%;
        min-height: 360px; } }
#share .stp {
  padding: 4px 4px 18px 4px;
  border: 1px solid #1e1d1b;
  background-color: #fff;
  -webkit-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
  -o-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2)); }
  @media only screen and (max-width: 420px) {
    #share .stp {
      -webkit-filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.3));
      -moz-filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.3));
      -ms-filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.3));
      -o-filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.3));
      filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.3)); } }
  #share .stp h3 {
    font-size: 26px;
    font-size: 2.6rem;
    color: #fff;
    font-weight: 900;
    background: url(../images_202109/stripe10.png) #4fa6c4;
    background-size: 60px;
    text-align: center;
    padding: 6px;
    line-height: normal; }
    @media only screen and (max-width: 768px) {
      #share .stp h3 {
        font-size: 20px;
        font-size: 2rem; } }
  #share .stp h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 900;
    padding: 18px; }
    @media only screen and (max-width: 768px) {
      #share .stp h4 {
        padding: 12px;
        font-size: 16px;
        font-size: 1.6rem; } }
  #share .stp p.txt {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 18px; }
    @media only screen and (max-width: 768px) {
      #share .stp p.txt {
        padding: 0 12px; } }
#share .stp1 {
  background: url("../images_202109/share_01.svg") no-repeat right 18px bottom 18px #fff;
  background-size: 82% auto; }
  @media only screen and (max-width: 420px) {
    #share .stp1 {
      margin-top: 20px;
      background-position: center  bottom 12px;
      background-size: calc(100% - 24px) auto; } }
#share .stp2 {
  background: url("../images_202109/share_02_bg.jpg") no-repeat right 18px bottom 18px #fff;
  background-size: calc(100% - 36px) auto; }
  @media only screen and (max-width: 420px) {
    #share .stp2 {
      margin-top: 20px;
      background-position: right  bottom;
      background-size: 100% auto; } }
#share .stp3 {
  margin-top: 40px;
  padding-bottom: 4px; }
  @media only screen and (max-width: 420px) {
    #share .stp3 {
      margin-top: 20px; } }
  #share .stp3 h4 {
    text-align: center; }
    @media only screen and (max-width: 420px) {
      #share .stp3 h4 {
        text-align: left; } }
  #share .stp3 .expert {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 18px; }
    @media only screen and (max-width: 768px) {
      #share .stp3 .expert {
        display: block; } }
    @media only screen and (max-width: 420px) {
      #share .stp3 .expert {
        padding: 0 12px; } }
    #share .stp3 .expert > div {
      width: calc((100% - 20px) / 2);
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: flex-start; }
      @media only screen and (max-width: 768px) {
        #share .stp3 .expert > div {
          width: 100%;
          padding-top: 18px;
          margin-top: 18px;
          border-top: 1px solid #6e6243; }
          #share .stp3 .expert > div:first-child {
            margin-top: 0; } }
      @media only screen and (max-width: 420px) {
        #share .stp3 .expert > div {
          display: block; } }
    #share .stp3 .expert .ex-photo {
      width: 36%;
      height: auto;
      max-width: 140px; }
      @media only screen and (max-width: 420px) {
        #share .stp3 .expert .ex-photo {
          width: 80%;
          margin: 0 auto 10px; } }
    #share .stp3 .expert .ex-data {
      flex: 1;
      padding-left: 10px;
      font-weight: 500; }
      @media only screen and (max-width: 420px) {
        #share .stp3 .expert .ex-data {
          flex: none; } }
      #share .stp3 .expert .ex-data p.mgr {
        font-size: 12px;
        font-size: 1.2rem; }
      #share .stp3 .expert .ex-data dl dt {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700; }
        #share .stp3 .expert .ex-data dl dt .posi {
          font-size: 12px;
          font-size: 1.2rem;
          font-weight: 500;
          padding-right: 0.5em; }
        #share .stp3 .expert .ex-data dl dt .roma {
          padding-left: 1em;
          color: #6e6243;
          font-size: 11px;
          font-size: 1.1rem;
          font-weight: 500; }
          @media only screen and (max-width: 420px) {
            #share .stp3 .expert .ex-data dl dt .roma {
              font-size: 12px;
              font-size: 1.2rem;
              display: block;
              padding-left: 0; } }
      #share .stp3 .expert .ex-data dl dd {
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 1.8;
        padding-top: 0.8em; }
  #share .stp3 .exnote {
    margin: 1em 18px 0;
    padding: 0.5em 0;
    border-top: 1px solid #1e1d1b;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700; }
    @media only screen and (max-width: 420px) {
      #share .stp3 .exnote {
        text-align: left; } }
  @media only screen and (max-width: 420px) and (max-width: 420px) {
    #share .stp3 .exnote {
      margin: 1em 12px 0;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 500; } }

#price .container {
  text-align: center; }
#price h2 span {
  width: 29.29%;
  max-width: 300px; }
  @media only screen and (max-width: 420px) {
    #price h2 span {
      width: 37% !important; } }
#price p.read {
  text-align: center; }
  @media only screen and (max-width: 420px) {
    #price p.read {
      text-align: left;
      font-size: 14px;
      font-size: 1.4rem; } }
#price .price-list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center; }
  @media only screen and (max-width: 420px) {
    #price .price-list {
      display: block; } }
  #price .price-list p {
    width: calc(50% - (40px / 2));
    max-width: 452px;
    height: auto; }
    #price .price-list p.nyukai {
      margin-right: calc(40px / 2); }
    #price .price-list p.kaihi {
      margin-left: calc(40px / 2); }
    @media only screen and (max-width: 420px) {
      #price .price-list p {
        width: 100%;
        margin-left: 0 !important; }
        #price .price-list p.nyukai {
          margin-bottom: 10px; } }
#price .price-note {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 20px auto;
  display: inline-block; }
  @media only screen and (max-width: 420px) {
    #price .price-note {
      font-size: 12px;
      font-size: 1.2rem; }
      #price .price-note dt, #price .price-note dd, #price .price-note ul, #price .price-note li {
        display: block; }
      #price .price-note li {
        margin-left: 0.5em;
        text-indent: -0.5em; } }
  #price .price-note dt, #price .price-note dd, #price .price-note ul, #price .price-note li {
    display: inline-block; }
  #price .price-note li {
    margin-left: 1em; }
#price .price-special {
  width: 100%;
  height: auto;
  margin-top: 20px;
  -webkit-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
  -o-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2)); }
  @media only screen and (max-width: 420px) {
    #price .price-special {
      -webkit-filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.3));
      -moz-filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.3));
      -ms-filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.3));
      -o-filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.3));
      filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.3)); } }

#flow .container {
  text-align: center; }
#flow .step-box {
  text-align: center;
  margin: auto;
  max-width: 944px; }
  @media only screen and (max-width: 420px) {
    #flow .step-box {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: center; } }
  #flow .step-box h3 {
    height: auto;
    width: 25.4%;
    max-width: 239.658px;
    margin: 0 auto;
    text-indent: -9999px;
    overflow: hidden; }
    @media only screen and (max-width: 420px) {
      #flow .step-box h3 {
        margin: 0;
        width: 25%; } }
  #flow .step-box.step1 {
    z-index: 5; }
  #flow .step-box.step2 {
    z-index: 4; }
  #flow .step-box.step3 {
    z-index: 3;
    justify-content: space-between;
    align-items: flex-start; }
    @media only screen and (max-width: 420px) {
      #flow .step-box.step3 {
        padding-bottom: 0; } }
  #flow .step-box.step2, #flow .step-box.step3 {
    margin-top: -8px; }
    @media only screen and (max-width: 420px) {
      #flow .step-box.step2, #flow .step-box.step3 {
        margin-top: 10px; } }
  #flow .step-box p {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    max-width: 944px;
    -webkit-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
    -o-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2)); }
    @media only screen and (max-width: 420px) {
      #flow .step-box p {
        -webkit-filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.3));
        -moz-filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.3));
        -ms-filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.3));
        -o-filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.3));
        filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.3)); } }
    @media only screen and (max-width: 420px) {
      #flow .step-box p {
        width: 73% !important;
        position: relative;
        left: inherit;
        top: inherit; } }
  #flow .step-box.step3 p {
    width: 36%;
    max-width: 340px;
    right: 0;
    left: inherit; }
    #flow .step-box.step3 p a.link {
      position: absolute;
      width: 73.76%;
      right: 5.936%;
      bottom: 20px;
      -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
      -moz-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
      -ms-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
      -o-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2)); }
      @media only screen and (max-width: 420px) {
        #flow .step-box.step3 p a.link {
          width: calc(100% - 40px);
          right: 20px;
          -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.3));
          -moz-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.3));
          -ms-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.3));
          -o-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.3)); } }
#flow .last-step {
  display: block; }
  #flow .last-step p {
    width: 48.74%;
    height: auto;
    max-width: 460px;
    float: right;
    z-index: 2;
    margin-top: -80px;
    position: relative; }
    @media only screen and (max-width: 420px) {
      #flow .last-step p {
        width: 75% !important;
        margin-top: -40px; } }
#flow .bg {
  background: url(../images_202109/flow_ph.png) no-repeat left bottom;
  background-size: 65.8% auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%; }

#management {
  background: url(../images_202109/stripe10.png) #9c9074;
  background-size: 135px 135px;
  padding: 40px; }
  #management:before, #management:after {
    display: none; }
  @media only screen and (max-width: 420px) {
    #management {
      padding: 10px; } }
  #management h2 {
    font-size: 37px;
    font-size: 3.7rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    background: url(../images_202109/stripe10.png) #76694b;
    background-size: 135px 135px;
    padding: 0.4em;
    line-height: normal; }
    @media only screen and (max-width: 768px) {
      #management h2 {
        font-size: 20px;
        font-size: 2rem; } }
    @media only screen and (max-width: 420px) {
      #management h2 {
        font-size: 16px;
        font-size: 1.6rem; } }
  #management .container {
    background: #fff;
    border: 4px solid #76694b;
    padding: 40px;
    max-width: inherit; }
    @media only screen and (max-width: 768px) {
      #management .container {
        padding: 10px; } }
    #management .container .contents {
      max-width: 944px;
      margin: auto; }
    @media only screen and (max-width: 768px) {
      #management .container .read {
        font-size: 14px;
        font-size: 1.4rem; } }
    #management .container .homelink {
      border: 1px solid #ccc;
      border-left: none;
      border-right: none;
      text-align: center;
      padding: 20px; }
      #management .container .homelink img {
        max-width: 400px;
        margin: auto; }
    #management .container .course-img {
      display: block;
      margin: 40px auto 0; }
      @media only screen and (max-width: 420px) {
        #management .container .course-img {
          margin: 20px auto 0; } }
    #management .container .tooltip {
      z-index: 2;
      display: flex;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: rgba(255, 255, 255, 0.8);
      display: flex;
      justify-content: center;
      align-items: center;
      color: #000;
      padding: 20px;
      border: 1px solid #999; }
    #management .container .contest-img {
      margin: 40px auto;
      padding: 40px 0;
      border: 1px solid #ccc;
      border-left: none;
      border-right: none; }
      @media only screen and (max-width: 420px) {
        #management .container .contest-img {
          margin: 20px auto;
          padding: 20px 0; } }
    @media only screen and (min-width: 769px) {
      #management .container p.read {
        column-count: 2;
        column-gap: 40px; }
        #management .container p.read.one {
          column-count: 1;
          margin-bottom: 40px;
          padding-bottom: 40px;
          border-bottom: 1px solid #ccc; } }
  #management div.abouturl {
    width: 100%;
    border: 4px solid #76694b;
    border-top: none;
    background: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500; }
    @media only screen and (max-width: 420px) {
      #management div.abouturl {
        display: block;
        padding: 5px 0; } }
    #management div.abouturl p {
      text-align: center;
      width: auto;
      padding: 0 20px; }
      @media only screen and (max-width: 420px) {
        #management div.abouturl p {
          font-size: 12px;
          font-size: 1.2rem;
          font-weight: 500;
          padding: 0 10px;
          text-align: left; }
          #management div.abouturl p br {
            display: none; }
          #management div.abouturl p a {
            display: block; } }

/*===== RESPONSIVE =====*/
@media only screen and (min-width: 769px) {
  .pc-none {
    display: none !important; }

  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .tb-none, .sp-none {
    display: none !important; }

  .sp {
    display: none !important; } }
@media only screen and (max-width: 420px) {
  .sp-none, .tb-none {
    display: none !important; }

  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }

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