@charset "UTF-8";
:root {
  scroll-padding: 6em;
}

@media screen and (max-width: 599px) {
  :root {
    scroll-padding: 8em;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  color: #3C3214;
  background: #fff;
  font-size: 1.1vw;
  letter-spacing: .08em;
  line-height: 1.6;
  font-weight: 500;
  font-family: 'Zen Maru Gothic', BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 599px) {
  body {
    font-size: 2.2vw;
  }
}

_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

.fnt-Bln4 {
  font-family: 'Belanosima', sans-serif;
  font-weight: 400;
}

.fnt-Bln6 {
  font-family: 'Belanosima', sans-serif;
  font-weight: 600;
}

p {
  line-height: 1.8;
}

img {
  border: 0;
  vertical-align: top;
  width: 100%;
  height: auto;
}

input, select {
  position: relative;
  top: 1px;
}

table, th, td {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, li {
  list-style: none;
}

a:link, a:visited {
  color: #3C3214;
  text-decoration: none;
  transition: opacity 0.5s;
}

a:hover, a:active {
  opacity: .6;
}

#cover, #cover2 {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 10000;
}

#loader {
  position: relative;
  padding: 20em 0 13em .6%;
}

@media screen and (max-width: 599px) {
  #loader {
    padding: 31.5em 0 22em;
  }
}

#loader .logo {
  opacity: 0;
  position: absolute;
  top: 24em;
  left: 50%;
  transform: translateX(-50%);
  width: 20em;
}

@media screen and (max-width: 599px) {
  #loader .logo {
    top: 38em;
  }
}

#loader .copy {
  opacity: 0;
  position: relative;
  width: 40.5em;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  #loader .copy {
    width: 62%;
  }
}

#loader .copy .all {
  width: 100%;
  height: auto;
}

#loader .copy .all.pc {
  display: block;
}

@media screen and (max-width: 599px) {
  #loader .copy .all.pc {
    display: none;
  }
}

#loader .copy .all.sp {
  display: none;
}

@media screen and (max-width: 599px) {
  #loader .copy .all.sp {
    display: block;
  }
}

#wrapper {
  overflow: hidden;
  position: relative;
}

.dd599 {
  display: none;
}

@media screen and (max-width: 599px) {
  .dd599 {
    display: block !important;
  }
}

@media screen and (max-width: 599px) {
  .nn599 {
    display: none !important;
  }
}

.fadeinS, .fadein1, .fadein2, .fadein3, .fadein4, .fadein5, .fadein6, .fadeinF {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s ease-in, transform .8s ease-out;
}

.fadeinS.active, .fadein1.active, .fadein2.active, .fadein3.active, .fadein4.active, .fadein5.active, .fadein6.active, .fadeinF.active {
  opacity: 1;
  transform: translateY(0);
}

.fadeinSb, .fadein1b, .fadein2b, .fadein3b, .fadein4b, .fadein5b, .fadeinFb {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .8s ease-in .5s, transform .8s ease-out .5s;
}

.fadeinSb.active, .fadein1b.active, .fadein2b.active, .fadein3b.active, .fadein4b.active, .fadein5b.active, .fadeinFb.active {
  opacity: 1;
  transform: translateY(0);
}

#header {
  position: fixed;
  z-index: 900;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 6em;
  background: #fff;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 599px) {
  #header {
    display: block;
    height: 8em;
    transition: height .2s;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
  }
  #header.active {
    height: auto;
  }
}

#header h1 {
  position: relative;
  width: 12.5%;
  padding: 1.7em .5em 1.3em 1.5em;
}

@media screen and (max-width: 599px) {
  #header h1 {
    margin: 0 auto;
    padding: 2em 0 1.6em;
    width: 32%;
  }
}

#header nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 87.5%;
  /*    
    .snsC {
      position: relative;
      width: 6%;
      padding-top: 1.1em;
      @include mq-599 {
        width: 100%;
        padding: 3em 0 1.6em;
        opacity: 0;
        transition: opacity .4s .2s;
      }
      a {
        display: block;
        text-align: center;
        font-size: 70%;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.3;
        background: url("../img/icn_instagram.webp") no-repeat center bottom / 2em;
        //background: url("../img/icn_instagram2.png") no-repeat center bottom / 2em;
        padding-bottom: 2.4em;
        @include mq-599 {
          font-size: 150%;
          line-height: 1.2;
          background-size: 2.4em;
          padding-bottom: 2.7em;
        }
        span {
          font-weight: 400;
        }
      }
    }
    */
}

@media screen and (max-width: 599px) {
  #header nav {
    display: block;
    width: 100%;
    height: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s;
  }
  #header nav.active {
    overflow-y: scroll;
    height: 100%;
    max-height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    padding-bottom: 24em;
  }
  #header nav.active .snsB, #header nav.active .snsC, #header nav.active .gMenu, #header nav.active .contactB, #header nav.active .closeBtn {
    opacity: 1;
  }
}

#header nav .snsB {
  display: flex;
  justify-content: space-between;
  width: 12em;
  padding-top: 1.1em;
}

@media screen and (max-width: 599px) {
  #header nav .snsB {
    width: 84%;
    margin: auto;
    justify-content: space-around;
    padding: 3em 0 1.6em;
    opacity: 0;
    transition: opacity .4s .2s;
  }
}

#header nav .snsB a {
  display: block;
  text-align: center;
  font-size: 70%;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  width: 9em;
  background: no-repeat center bottom 3em/ 2em;
  padding-bottom: 5.7em;
  position: relative;
}

@media screen and (max-width: 599px) {
  #header nav .snsB a {
    font-size: 150%;
    line-height: 1.2;
    background-size: 3em;
    padding-bottom: 5.5em;
  }
}

#header nav .snsB a.insta {
  background-image: url("../img/icn_instagram2.png");
}

#header nav .snsB a.youtube {
  background-image: url("../img/icn_youtube.png");
}

#header nav .snsB a span {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 1em;
  font-weight: 400;
}

#header nav .contactB {
  position: relative;
  width: 14%;
  padding-left: 1em;
}

@media screen and (max-width: 599px) {
  #header nav .contactB {
    width: 84%;
    margin: 0 auto 5em;
    padding: 0;
    opacity: 0;
    transition: opacity .4s .2s;
  }
}

#header nav .contactB a {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  background: #00008D;
  height: 100%;
  padding-top: 1.5em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}

@media screen and (max-width: 599px) {
  #header nav .contactB a {
    padding: 3em 0 4em;
    border-radius: 1.6em;
  }
}

#header nav .contactB a span {
  position: relative;
  z-index: 5;
  display: block;
  font-size: 85%;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (max-width: 599px) {
  #header nav .contactB a span {
    font-size: 210%;
    letter-spacing: .15em;
    padding-left: .15em;
    margin-bottom: .2em;
  }
}

#header nav .contactB a small {
  position: relative;
  z-index: 5;
  display: block;
  font-size: 65%;
  letter-spacing: 0;
  line-height: 1.3;
}

@media screen and (max-width: 599px) {
  #header nav .contactB a small {
    font-size: 120%;
    letter-spacing: .1em;
    padding-left: .1em;
  }
}

#header nav .contactB a .illst-pc {
  display: block;
  position: absolute;
  z-index: 1;
  width: 28%;
  height: auto;
  left: 50%;
  bottom: -.2em;
  transform: translateX(-50%);
}

@media screen and (max-width: 599px) {
  #header nav .contactB a .illst-pc {
    display: none;
  }
}

#header nav .contactB a .illst-sp {
  display: none;
}

@media screen and (max-width: 599px) {
  #header nav .contactB a .illst-sp {
    display: block;
    position: absolute;
    z-index: 1;
    width: 13vw;
    height: auto;
    bottom: -.2em;
    left: 74%;
  }
}

#header nav .gMenu {
  position: relative;
  padding: .8em 7% .8em 0;
}

@media screen and (max-width: 599px) {
  #header nav .gMenu {
    display: block;
    width: 100%;
    height: auto;
    padding: 1em 0 0;
    opacity: 0;
    transition: opacity .4s .2s;
  }
}

#header nav .gMenu ul {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
}

@media screen and (max-width: 599px) {
  #header nav .gMenu ul {
    width: 84%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

#header nav .gMenu ul li {
  display: block;
  width: 8em;
  border-left: 1px dotted #9D9889;
}

@media screen and (max-width: 599px) {
  #header nav .gMenu ul li {
    width: 47%;
    border-left: none;
    margin-bottom: 2.3em;
  }
}

#header nav .gMenu ul li:first-child a {
  background: url("../img/icn_m1.webp") no-repeat center top/4.2em;
}

@media screen and (max-width: 599px) {
  #header nav .gMenu ul li:first-child a {
    background: url("../img/icn_m1.webp") no-repeat center 26% / 5.4em auto, url("../img/bg2.webp") no-repeat center center/100%;
  }
}

#header nav .gMenu ul li:nth-child(2) a {
  background: url("../img/icn_m2.webp") no-repeat center top/4em;
}

@media screen and (max-width: 599px) {
  #header nav .gMenu ul li:nth-child(2) a {
    background: url("../img/icn_m2.webp") no-repeat center 24% / 5.4em auto, url("../img/bg2.webp") no-repeat center center/100%;
  }
}

#header nav .gMenu ul li:nth-child(3) a {
  background: url("../img/icn_m3.webp") no-repeat center top/4em;
}

@media screen and (max-width: 599px) {
  #header nav .gMenu ul li:nth-child(3) a {
    background: url("../img/icn_m3.webp") no-repeat center 25% / 5.4em auto, url("../img/bg2.webp") no-repeat center center/100%;
  }
}

#header nav .gMenu ul li:nth-child(4) a {
  background: url("../img/icn_m4.webp") no-repeat center top/4em;
}

@media screen and (max-width: 599px) {
  #header nav .gMenu ul li:nth-child(4) a {
    background: url("../img/icn_m4.webp") no-repeat center 25% / 5.4em auto, url("../img/bg2.webp") no-repeat center center/100%;
  }
}

#header nav .gMenu ul li:nth-child(5) a {
  background: url("../img/icn_m5.webp") no-repeat center top/4em;
}

@media screen and (max-width: 599px) {
  #header nav .gMenu ul li:nth-child(5) a {
    background: url("../img/icn_m5-sp.webp") no-repeat center 25% / 5.4em auto, url("../img/bg2.webp") no-repeat center center/100%;
  }
}

#header nav .gMenu ul li:last-child {
  border-right: 1px dotted #9D9889;
}

@media screen and (max-width: 599px) {
  #header nav .gMenu ul li:last-child {
    border-right: none;
  }
}

#header nav .gMenu ul li:last-child a {
  background: url("../img/icn_m6.webp") no-repeat center top/4em;
}

@media screen and (max-width: 599px) {
  #header nav .gMenu ul li:last-child a {
    background: url("../img/icn_m6-sp.webp") no-repeat center 25% / 5.4em auto, url("../img/bg2.webp") no-repeat center center/100%;
  }
}

#header nav .gMenu ul li a {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 2.2em;
}

@media screen and (max-width: 599px) {
  #header nav .gMenu ul li a {
    height: 38vw;
    padding-top: 5.3em;
    font-size: 180%;
    border-radius: 1em;
  }
}

#header nav .gMenu ul li a span {
  display: block;
  font-size: 90%;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (max-width: 599px) {
  #header nav .gMenu ul li a span {
    letter-spacing: .2em;
    padding-left: .2em;
    margin-bottom: .5em;
  }
}

#header nav .gMenu ul li a small {
  display: block;
  color: #9D9889;
  font-size: 65%;
  letter-spacing: 0;
  line-height: 1.3;
}

@media screen and (max-width: 599px) {
  #header nav .gMenu ul li a small {
    letter-spacing: .1em;
    padding-left: .1em;
  }
}

#header nav .closeBtn {
  display: none;
}

@media screen and (max-width: 599px) {
  #header nav .closeBtn {
    display: block;
    opacity: 0;
    transition: opacity .4s .2s;
    position: relative;
    width: 66%;
    margin: 0 auto;
  }
  #header nav .closeBtn a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 170%;
    font-weight: 700;
    letter-spacing: .15em;
    color: #fff;
    background: #9D9889;
    padding: 1.1em 0 1.1em .15em;
    border-radius: 2em;
  }
  #header nav .closeBtn a::before {
    content: "";
    position: absolute;
    right: 1.8em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 1.2em;
    height: 2px;
    background: #fff;
  }
  #header nav .closeBtn a::after {
    content: "";
    position: absolute;
    right: 1.8em;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 1.2em;
    height: 2px;
    background: #fff;
  }
}

#header nav .menu-trigger {
  display: none;
}

@media screen and (max-width: 599px) {
  #header nav .menu-trigger {
    display: inline-block;
    transition: all .4s;
    position: fixed;
    z-index: 9999;
    width: 3.6em;
    height: 4.2em;
    top: 2.2em;
    right: 3em;
  }
  #header nav .menu-trigger p {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: block;
    text-align: center;
    font-size: 120%;
    white-space: nowrap;
  }
  #header nav .menu-trigger p span:nth-child(1) {
    color: #72D616;
  }
  #header nav .menu-trigger p span:nth-child(2) {
    color: #FF6E00;
  }
  #header nav .menu-trigger p span:nth-child(3) {
    color: #00008D;
  }
  #header nav .menu-trigger p span:nth-child(4) {
    color: #DC0097;
  }
  #header nav .menu-trigger div {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 5px;
  }
  #header nav .menu-trigger div:nth-of-type(1) {
    top: 0;
    background: #DC0097;
  }
  #header nav .menu-trigger div:nth-of-type(1)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 5px;
    background: #72D616;
  }
  #header nav .menu-trigger div:nth-of-type(2) {
    top: 1.2em;
    background: #00008D;
  }
  #header nav .menu-trigger div:nth-of-type(2)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 5px;
    background: #FF6E00;
  }
}

@media screen and (max-width: 599px) {
  #header nav .menu-trigger.active {
    top: 2.8em;
  }
  #header nav .menu-trigger.active div:nth-of-type(1) {
    transform: translateY(0.6em) rotate(-45deg);
  }
  #header nav .menu-trigger.active div:nth-of-type(2) {
    transform: translateY(-0.6em) rotate(45deg);
  }
  #header nav .menu-trigger.active p {
    display: none;
  }
}

main {
  overflow: hidden;
  position: relative;
}

main .bgImg {
  background: url("../img/bg2.webp") no-repeat center bottom/cover;
}

main .wave {
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 599px) {
  main .wave {
    left: -70%;
    width: 240%;
  }
}

main .tcIllst5 {
  position: absolute;
  z-index: 5;
  right: 20%;
  width: 3.4em;
  margin-top: -4em;
}

@media screen and (max-width: 599px) {
  main .tcIllst5 {
    right: inherit;
    left: 30%;
    width: 4em;
    margin-top: -6.8em;
  }
}

main section {
  position: relative;
  text-align: center;
}

main section#topMainSct {
  padding: 20em 0 13em .6%;
}

@media screen and (max-width: 599px) {
  main section#topMainSct {
    padding: 31.5em 0 33em;
  }
}

main section#topMainSct .copy {
  position: relative;
  z-index: 10;
  width: 40.5em;
  margin: 0 auto .7em;
}

@media screen and (max-width: 599px) {
  main section#topMainSct .copy {
    width: 62%;
    margin: 0 auto 3.5em;
  }
}

main section#topMainSct .copy .all {
  width: 100%;
  height: auto;
}

main section#topMainSct .copy .all.pc {
  display: block;
}

@media screen and (max-width: 599px) {
  main section#topMainSct .copy .all.pc {
    display: none;
  }
}

main section#topMainSct .copy .all.sp {
  display: none;
}

@media screen and (max-width: 599px) {
  main section#topMainSct .copy .all.sp {
    display: block;
  }
}

main section#topMainSct .jp {
  position: relative;
  z-index: 9;
  display: inline-block;
  border-top: 1px dashed #9D9889;
  font-size: 150%;
  font-weight: 700;
  letter-spacing: .1em;
  padding: .3em 1em 0;
}

@media screen and (max-width: 599px) {
  main section#topMainSct .jp {
    border-top: 2px dashed #9D9889;
    font-size: 240%;
    padding: 1.1em 1em 0;
  }
}

main section#topMainSct .illst1 {
  position: absolute;
  z-index: 8;
  left: 3.3%;
  top: 23.7em;
  width: 30em;
}

@media screen and (max-width: 599px) {
  main section#topMainSct .illst1 {
    left: -5%;
    top: 80em;
    width: 31em;
  }
}

main section#topMainSct .illst2 {
  position: absolute;
  z-index: 7;
  right: 9.7%;
  top: 30em;
  width: 23.8em;
}

@media screen and (max-width: 599px) {
  main section#topMainSct .illst2 {
    right: -6%;
    top: 79.5em;
    width: 27em;
  }
}

main section#topMainSct .illst3 {
  position: absolute;
  z-index: 6;
  right: 14.7%;
  top: 8em;
  width: 24.8em;
}

@media screen and (max-width: 599px) {
  main section#topMainSct .illst3 {
    right: -6%;
    top: 14.4em;
    width: 25.2em;
  }
}

main section#topMainSct .illst4 {
  position: absolute;
  z-index: 5;
  left: 21%;
  top: 8.4em;
  width: 10.5em;
}

@media screen and (max-width: 599px) {
  main section#topMainSct .illst4 {
    left: -4%;
    top: 11em;
    width: 13em;
  }
}

main section#topMainSct .illst5 {
  position: absolute;
  z-index: 4;
  left: 7%;
  top: 41.5em;
  width: 55em;
}

@media screen and (max-width: 599px) {
  main section#topMainSct .illst5 {
    display: none;
  }
}

main section#topMainSct .illst6 {
  position: absolute;
  z-index: 3;
  right: 3%;
  top: 41.5em;
  width: 26.4em;
}

@media screen and (max-width: 599px) {
  main section#topMainSct .illst6 {
    display: none;
  }
}

main section#topMainSct .illst7 {
  position: absolute;
  z-index: 2;
  right: 2%;
  top: 7.6em;
  width: 33.6em;
}

@media screen and (max-width: 599px) {
  main section#topMainSct .illst7 {
    display: none;
  }
}

main section#topMainSct .illst8 {
  position: absolute;
  z-index: 1;
  left: 3.5%;
  top: 7.6em;
  width: 46.7em;
}

@media screen and (max-width: 599px) {
  main section#topMainSct .illst8 {
    display: none;
  }
}

main section#topMainSct .illst5-sp {
  display: none;
  position: absolute;
  z-index: 4;
  right: 1%;
  top: 35em;
  width: 12em;
}

@media screen and (max-width: 599px) {
  main section#topMainSct .illst5-sp {
    display: block;
  }
}

main section#topMainSct .illst6-sp {
  display: none;
  position: absolute;
  z-index: 3;
  right: 3%;
  top: 10.5em;
  width: 33em;
}

@media screen and (max-width: 599px) {
  main section#topMainSct .illst6-sp {
    display: block;
  }
}

main section#topMainSct .illst7-sp {
  display: none;
  position: absolute;
  z-index: 10;
  left: -5%;
  top: 39em;
  width: 15.4em;
}

@media screen and (max-width: 599px) {
  main section#topMainSct .illst7-sp {
    display: block;
  }
}

main section#topMainSct .illst8-sp {
  display: none;
  position: absolute;
  z-index: 1;
  left: 3%;
  top: 100em;
  width: 94%;
}

@media screen and (max-width: 599px) {
  main section#topMainSct .illst8-sp {
    display: block;
  }
}

main section#topAboutSct {
  padding: 10em 0 20em;
}

@media screen and (max-width: 599px) {
  main section#topAboutSct {
    padding: 10em 0 30em;
  }
}

main section#topAboutSct .ttlB {
  position: relative;
  z-index: 10;
  padding-top: 2.7em;
  margin-bottom: 3.3em;
}

@media screen and (max-width: 599px) {
  main section#topAboutSct .ttlB {
    padding-top: 3.7em;
    margin-bottom: 4em;
  }
}

main section#topAboutSct .ttlB .t1 {
  display: block;
  margin: 0 auto 1.2em;
  width: 10.5em;
}

@media screen and (max-width: 599px) {
  main section#topAboutSct .ttlB .t1 {
    width: 16em;
  }
}

main section#topAboutSct .ttlB .t2 {
  display: block;
  margin: 0 auto;
  width: 39em;
}

@media screen and (max-width: 599px) {
  main section#topAboutSct .ttlB .t2 {
    width: 36em;
  }
}

@media screen and (max-width: 599px) {
  main section#topAboutSct .ttlB .t2.pc {
    display: none;
  }
}

main section#topAboutSct .ttlB .t2.sp {
  display: none;
}

@media screen and (max-width: 599px) {
  main section#topAboutSct .ttlB .t2.sp {
    display: block;
  }
}

main section#topAboutSct .ttlB .t3 {
  position: absolute;
  width: 6em;
  top: 0;
  left: 40.5%;
}

@media screen and (max-width: 599px) {
  main section#topAboutSct .ttlB .t3 {
    width: 8em;
    left: 24%;
  }
}

main section#topAboutSct .txt {
  position: relative;
  z-index: 10;
  display: block;
  font-weight: 700;
  line-height: 2;
  padding-left: 1em;
  margin-bottom: 3em;
}

@media screen and (max-width: 599px) {
  main section#topAboutSct .txt {
    font-size: 200%;
    margin-bottom: 2em;
  }
}

main section#topAboutSct .btnB {
  position: relative;
  z-index: 10;
  display: block;
}

main section#topAboutSct .btnB a {
  display: block;
  margin: 0 auto;
  width: 20vw;
  background: #DC0097;
  color: #fff;
  font-weight: 700;
  padding: 1em 0;
  border-radius: 2em;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 599px) {
  main section#topAboutSct .btnB a {
    width: 80%;
    font-size: 200%;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
  }
}

main section#topAboutSct .illst1 {
  position: absolute;
  left: 3.3%;
  top: 19em;
  width: 12.4em;
}

@media screen and (max-width: 599px) {
  main section#topAboutSct .illst1 {
    display: none;
  }
}

main section#topAboutSct .illst2 {
  position: absolute;
  right: 7.8%;
  top: 22.6em;
  width: 13.8em;
}

@media screen and (max-width: 599px) {
  main section#topAboutSct .illst2 {
    display: none;
  }
}

main section#topAboutSct .illst3 {
  position: absolute;
  left: 12.8%;
  top: 12em;
  width: 77%;
}

@media screen and (max-width: 599px) {
  main section#topAboutSct .illst3 {
    display: none;
  }
}

main section#topAboutSct .illst4 {
  position: absolute;
  left: 42%;
  bottom: .5em;
  width: 15em;
}

@media screen and (max-width: 599px) {
  main section#topAboutSct .illst4 {
    display: none;
  }
}

main section#topAboutSct .illst5 {
  position: absolute;
  left: 2.5%;
  bottom: .5em;
  width: 20em;
}

main section#topAboutSct .illst6 {
  position: absolute;
  right: 6%;
  bottom: .5em;
  width: 19.5em;
}

@media screen and (max-width: 599px) {
  main section#topAboutSct .illst6 {
    right: 3%;
    width: 21em;
  }
}

main section#topAboutSct .illst1-sp {
  display: none;
  position: absolute;
  left: -7%;
  top: 9.8em;
  width: 103%;
}

@media screen and (max-width: 599px) {
  main section#topAboutSct .illst1-sp {
    display: block;
  }
}

main section#topAboutSct .illst2-sp {
  display: none;
  position: absolute;
  z-index: 5;
  right: -5%;
  top: 66.3em;
  width: 18.7em;
}

@media screen and (max-width: 599px) {
  main section#topAboutSct .illst2-sp {
    display: block;
  }
}

main section#topCourseSct {
  padding: 4em 0 7.5em;
}

@media screen and (max-width: 599px) {
  main section#topCourseSct {
    padding: 7em 0 7.5em;
  }
}

main section#topCourseSct .ttlB {
  position: relative;
  padding-top: 2.6em;
  margin-bottom: 5.5em;
}

@media screen and (max-width: 599px) {
  main section#topCourseSct .ttlB {
    padding-top: 3.6em;
  }
}

main section#topCourseSct .ttlB .t1 {
  display: block;
  margin: 0 auto 1.2em;
  width: 13em;
}

@media screen and (max-width: 599px) {
  main section#topCourseSct .ttlB .t1 {
    width: 16em;
  }
}

main section#topCourseSct .ttlB .t2 {
  position: absolute;
  width: 6em;
  top: 0;
  left: 39%;
}

@media screen and (max-width: 599px) {
  main section#topCourseSct .ttlB .t2 {
    width: 8em;
    left: 21%;
  }
}

main section#topCourseSct .courseB {
  position: relative;
  width: 58%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  main section#topCourseSct .courseB {
    flex-wrap: wrap;
    justify-content: center;
    width: 84%;
  }
}

main section#topCourseSct .courseB .box {
  position: relative;
  width: 50%;
}

@media screen and (max-width: 599px) {
  main section#topCourseSct .courseB .box {
    width: 100%;
    margin-bottom: 3em;
  }
}

main section#topCourseSct .courseB .box .ttlB2 {
  position: relative;
  margin-bottom: 1.5em;
}

main section#topCourseSct .courseB .box .ttlB2 img {
  display: block;
  margin: 0 auto .3em;
  height: 3.7em;
  width: auto;
}

@media screen and (max-width: 599px) {
  main section#topCourseSct .courseB .box .ttlB2 img {
    height: 8em;
  }
}

main section#topCourseSct .courseB .box .ttlB2 p {
  font-size: 130%;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  main section#topCourseSct .courseB .box .ttlB2 p {
    font-size: 260%;
  }
}

main section#topCourseSct .courseB .box .txt {
  display: block;
  font-size: 90%;
  font-weight: 700;
  text-align: left;
  letter-spacing: .05em;
  margin-bottom: 3em;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 599px) {
  main section#topCourseSct .courseB .box .txt {
    font-size: 165%;
    line-height: 1.7;
    margin-bottom: 2em;
  }
}

main section#topCourseSct .courseB .box .txt small {
  display: block;
  letter-spacing: .03em;
}

@media screen and (max-width: 599px) {
  main section#topCourseSct .courseB .box .txt small {
    font-size: 85%;
    padding-top: .8em;
    line-height: 1.4;
  }
}

main section#topCourseSct .courseB .box .btnB {
  position: relative;
}

main section#topCourseSct .courseB .box .btnB a {
  display: block;
  margin: 0 auto;
  width: 20vw;
  background: #00008D;
  color: #fff;
  font-weight: 700;
  letter-spacing: .05em;
  padding: 1em 0;
  border-radius: 2em;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 599px) {
  main section#topCourseSct .courseB .box .btnB a {
    width: 96%;
    font-size: 200%;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
  }
}

main section#topCourseSct .courseB .box.dayB {
  border-right: 1px dashed #9D9889;
  padding: 1em 6% 2em 0;
}

@media screen and (max-width: 599px) {
  main section#topCourseSct .courseB .box.dayB {
    border-right: none;
    border-bottom: 2px dashed #9D9889;
    padding: 15em 0 20em;
  }
}

main section#topCourseSct .courseB .box.afterB {
  padding: 1em 0 2em 6%;
}

@media screen and (max-width: 599px) {
  main section#topCourseSct .courseB .box.afterB {
    padding: 15em 0 14em;
  }
}

main section#topCourseSct .courseB .box.afterB .btnB a {
  background: #FF6E00;
}

main section#topCourseSct .illst1 {
  position: absolute;
  left: 4%;
  top: 2.5em;
  width: 13em;
}

@media screen and (max-width: 599px) {
  main section#topCourseSct .illst1 {
    left: 35%;
    top: 22em;
    width: 14em;
  }
}

main section#topCourseSct .illst2 {
  position: absolute;
  left: 3%;
  bottom: 0;
  width: 17.5em;
}

@media screen and (max-width: 599px) {
  main section#topCourseSct .illst2 {
    display: none;
  }
}

main section#topCourseSct .illst2-sp {
  display: none;
  position: absolute;
  z-index: -1;
  left: 20%;
  top: 75.3em;
  width: 24em;
}

@media screen and (max-width: 599px) {
  main section#topCourseSct .illst2-sp {
    display: block;
  }
}

main section#topCourseSct .illst3 {
  position: absolute;
  right: 3.5%;
  top: 2.5em;
  width: 16em;
}

@media screen and (max-width: 599px) {
  main section#topCourseSct .illst3 {
    left: 30.4%;
    top: 95.5em;
    width: 16em;
  }
}

main section#topCourseSct .illst4 {
  position: absolute;
  right: 3.2%;
  bottom: 0;
  width: 18.8em;
}

@media screen and (max-width: 599px) {
  main section#topCourseSct .illst4 {
    z-index: 0;
    left: 25%;
    bottom: 2em;
    width: 22em;
  }
}

main section#topMoreSct {
  background: url("../img/bg2.webp") no-repeat center top/cover;
  padding: 12em 0 9em;
  top: -5.3em;
  margin-bottom: -5.3em;
}

@media screen and (max-width: 599px) {
  main section#topMoreSct {
    background-size: 240%;
    padding: 15.5em 0 32em;
    top: -8.5em;
    margin-bottom: -8.5em;
  }
}

main section#topMoreSct .ttlB {
  position: relative;
  z-index: 10;
  margin-bottom: 2.2em;
}

@media screen and (max-width: 599px) {
  main section#topMoreSct .ttlB {
    margin-bottom: 4em;
  }
}

main section#topMoreSct .ttlB .t1 {
  display: block;
  margin: 0 auto;
  width: 22em;
}

@media screen and (max-width: 599px) {
  main section#topMoreSct .ttlB .t1 {
    width: 30em;
  }
}

main section#topMoreSct .txt {
  position: relative;
  z-index: 10;
  font-weight: 700;
  line-height: 2;
  margin-bottom: .5em;
}

@media screen and (max-width: 599px) {
  main section#topMoreSct .txt {
    font-size: 210%;
    line-height: 1.8;
    padding-left: .8em;
    margin-bottom: 2.5em;
  }
}

main section#topMoreSct .moreB {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  main section#topMoreSct .moreB {
    flex-wrap: wrap;
    width: 100%;
  }
}

main section#topMoreSct .moreB .box {
  position: relative;
  width: 30%;
}

@media screen and (max-width: 599px) {
  main section#topMoreSct .moreB .box {
    width: 100%;
    margin-bottom: 3.5em;
  }
}

main section#topMoreSct .moreB .box a {
  position: relative;
  display: block;
}

main section#topMoreSct .moreB .box a .bg {
  display: block;
  width: 90%;
  margin: 0 auto -5em;
}

@media screen and (max-width: 599px) {
  main section#topMoreSct .moreB .box a .bg {
    width: 64%;
    margin: 0 auto -10em;
  }
}

main section#topMoreSct .moreB .box a .btn {
  display: block;
}

@media screen and (max-width: 599px) {
  main section#topMoreSct .moreB .box a .btn {
    width: 90%;
    margin: 0 auto;
  }
}

main section#topMoreSct .moreB .box a .txt2 {
  position: absolute;
  bottom: 1.9em;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 599px) {
  main section#topMoreSct .moreB .box a .txt2 {
    bottom: 4.4em;
  }
}

main section#topMoreSct .moreB .box a .txt2 span {
  display: block;
  font-size: 120%;
  letter-spacing: .18em;
  font-weight: 700;
  line-height: 1.5;
  padding-left: .18em;
  white-space: nowrap;
}

@media screen and (max-width: 599px) {
  main section#topMoreSct .moreB .box a .txt2 span {
    font-size: 250%;
    letter-spacing: .25em;
    padding-left: .25em;
  }
}

main section#topMoreSct .moreB .box a .txt2 small {
  display: block;
  color: #9D9889;
  font-size: 80%;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.5;
  padding-left: .03em;
}

@media screen and (max-width: 599px) {
  main section#topMoreSct .moreB .box a .txt2 small {
    font-size: 160%;
    font-weight: 400;
  }
}

main section#topMoreSct .moreB .box.teacher {
  margin-top: 5em;
}

@media screen and (max-width: 599px) {
  main section#topMoreSct .moreB .box.teacher {
    margin-top: 0;
  }
}

main section#topMoreSct .illst1 {
  position: absolute;
  left: 23%;
  top: 11em;
  width: 5em;
}

@media screen and (max-width: 599px) {
  main section#topMoreSct .illst1 {
    left: 5%;
    top: 34.4em;
    width: 7.2em;
  }
}

main section#topMoreSct .illst2 {
  position: absolute;
  right: 8.5%;
  top: 15em;
  width: 13em;
}

@media screen and (max-width: 599px) {
  main section#topMoreSct .illst2 {
    display: none;
  }
}

main section#topMoreSct .illst3 {
  position: absolute;
  left: 9%;
  top: 16em;
  width: 9em;
}

@media screen and (max-width: 599px) {
  main section#topMoreSct .illst3 {
    left: inherit;
    right: -11%;
    top: 70em;
    width: 14em;
  }
}

main section#topMoreSct .illst4 {
  position: absolute;
  right: 33.5%;
  top: 21em;
  width: 7em;
}

@media screen and (max-width: 599px) {
  main section#topMoreSct .illst4 {
    right: inherit;
    left: 4%;
    top: 113.5em;
    width: 10.5em;
  }
}

main section#topMoreSct .illst5 {
  position: absolute;
  left: 10.3%;
  top: 9.5em;
  width: 79%;
}

@media screen and (max-width: 599px) {
  main section#topMoreSct .illst5 {
    display: none;
  }
}

main section#topMoreSct .illst6 {
  position: absolute;
  left: 9%;
  bottom: 3.8em;
  width: 15em;
}

@media screen and (max-width: 599px) {
  main section#topMoreSct .illst6 {
    left: -11%;
    bottom: 18em;
    width: 27.5em;
  }
}

main section#topMoreSct .illst7 {
  position: absolute;
  right: 5.5%;
  bottom: 4.2em;
  width: 12em;
}

@media screen and (max-width: 599px) {
  main section#topMoreSct .illst7 {
    right: -7%;
    bottom: 9em;
    width: 24.5em;
  }
}

main section#topMoreSct .illst8 {
  position: absolute;
  right: 30%;
  bottom: 4.5em;
  width: 8em;
}

@media screen and (max-width: 599px) {
  main section#topMoreSct .illst8 {
    display: none;
  }
}

main section#topMoreSct .illst9 {
  display: none;
  position: absolute;
  left: -2%;
  top: 11em;
  width: 111%;
}

@media screen and (max-width: 599px) {
  main section#topMoreSct .illst9 {
    display: block;
  }
}

main section#topNewsSct {
  padding: 6.5em 12.5% 6em;
}

@media screen and (max-width: 599px) {
  main section#topNewsSct {
    padding: 6em 7% 4em;
  }
}

main section#topNewsSct .ttlB {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 3.2em;
}

@media screen and (max-width: 599px) {
  main section#topNewsSct .ttlB {
    display: block;
    margin-bottom: 3.5em;
  }
}

main section#topNewsSct .ttlB .ttl {
  width: 30vw;
  padding-right: 1.5em;
  border-right: 1px dashed #9D9889;
}

@media screen and (max-width: 599px) {
  main section#topNewsSct .ttlB .ttl {
    width: 28em;
    padding-right: 0;
    border-right: none;
    border-bottom: 2px dashed #9D9889;
    padding-bottom: 1em;
    margin-bottom: .6em;
  }
}

main section#topNewsSct .ttlB .jp {
  display: block;
  padding-left: 1.5em;
}

@media screen and (max-width: 599px) {
  main section#topNewsSct .ttlB .jp {
    padding-left: 0;
  }
}

main section#topNewsSct .ttlB .jp p {
  font-size: 110%;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

@media screen and (max-width: 599px) {
  main section#topNewsSct .ttlB .jp p {
    font-size: 190%;
    line-height: 1.6;
  }
}

main section#topNewsSct .ttlB .jp p small {
  display: block;
  font-size: 80%;
  color: #9D9889;
  letter-spacing: .05em;
  line-height: 1.3;
}

@media screen and (max-width: 599px) {
  main section#topNewsSct .ttlB .jp p small {
    font-size: 60%;
    line-height: 1.5;
  }
}

main section#topNewsSct .postB {
  position: relative;
}

main section#topNewsSct .postB li {
  display: block;
  margin-bottom: .4em;
}

@media screen and (max-width: 599px) {
  main section#topNewsSct .postB li {
    margin-bottom: .7em;
  }
}

main section#topNewsSct .postB li a {
  position: relative;
  display: flex;
  background: #F6F5F3;
  text-align: left;
  padding: 1.8em 7em 1.8em 2.5em;
}

@media screen and (max-width: 599px) {
  main section#topNewsSct .postB li a {
    display: block;
    padding: 2.5em 8em 2.5em 3em;
  }
}

main section#topNewsSct .postB li a::after {
  content: "";
  position: absolute;
  right: 2.5em;
  top: 50%;
  transform: translateY(-50%);
  width: 3em;
  height: 3em;
  background: url("../img/icn_arrow.svg") no-repeat center center/contain;
}

@media screen and (max-width: 599px) {
  main section#topNewsSct .postB li a::after {
    width: 4em;
    height: 4em;
    right: 2em;
  }
}

@media screen and (max-width: 599px) {
  main section#topNewsSct .postB li a .imgB {
    margin-bottom: 1em;
  }
}

main section#topNewsSct .postB li a .imgB img {
  display: block;
  width: 13em;
  height: auto;
  margin-right: 2em;
}

@media screen and (max-width: 599px) {
  main section#topNewsSct .postB li a .imgB img {
    margin-right: 0;
    width: 100%;
  }
}

main section#topNewsSct .postB li a .txtB {
  position: relative;
}

@media screen and (max-width: 599px) {
  main section#topNewsSct .postB li a .txtB {
    width: 100%;
  }
}

main section#topNewsSct .postB li a .txtB .date {
  display: block;
  color: #9D9889;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: .4em;
}

@media screen and (max-width: 599px) {
  main section#topNewsSct .postB li a .txtB .date {
    font-size: 180%;
  }
}

main section#topNewsSct .postB li a .txtB .new {
  position: absolute;
  top: -.3em;
  left: 6.2vw;
  width: 3.5em;
}

@media screen and (max-width: 599px) {
  main section#topNewsSct .postB li a .txtB .new {
    top: -.1em;
    left: 9.6em;
    width: 5em;
  }
}

main section#topNewsSct .postB li a .txtB .cate {
  display: inline-block;
  margin-bottom: .7em;
  color: #fff;
  font-size: 90%;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1.2;
  padding: .1em .85em .1em .95em;
  border-radius: .2em;
  text-transform: uppercase;
}

@media screen and (max-width: 599px) {
  main section#topNewsSct .postB li a .txtB .cate {
    font-size: 140%;
  }
}

main section#topNewsSct .postB li a .txtB .cate.news {
  background: #72D616;
}

main section#topNewsSct .postB li a .txtB .cate.event {
  background: #00008D;
}

main section#topNewsSct .postB li a .txtB .ttl {
  display: block;
  font-size: 120%;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.6;
  margin-bottom: .5em;
}

@media screen and (max-width: 599px) {
  main section#topNewsSct .postB li a .txtB .ttl {
    font-size: 170%;
    margin-bottom: .8em;
  }
}

main section#topNewsSct .postB li a .txtB .txt, main section#topNewsSct .postB li a .txtB .data {
  display: inline;
  color: #9D9889;
  line-height: 1.6;
}

@media screen and (max-width: 599px) {
  main section#topNewsSct .postB li a .txtB .txt, main section#topNewsSct .postB li a .txtB .data {
    font-size: 140%;
    letter-spacing: .1em;
  }
}

main .about-illst2 {
  position: absolute;
  z-index: 100;
  top: 16.6em;
  left: 30%;
  width: 5.5em;
}

@media screen and (max-width: 599px) {
  main .about-illst2 {
    left: 16%;
    top: 27.4em;
  }
}

main section#aboutMainSct {
  z-index: 1;
  padding: 12em 0 5em;
}

@media screen and (max-width: 599px) {
  main section#aboutMainSct {
    padding: 17em 0 9em;
  }
}

main section#aboutMainSct h2 {
  display: block;
  width: 20em;
  margin: 0 auto .8em;
}

@media screen and (max-width: 599px) {
  main section#aboutMainSct h2 {
    width: 22em;
  }
}

main section#aboutMainSct .jp {
  display: block;
  font-size: 140%;
  font-weight: 700;
  letter-spacing: .15em;
}

@media screen and (max-width: 599px) {
  main section#aboutMainSct .jp {
    font-size: 250%;
  }
}

main section#aboutMainSct .illst1 {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 599px) {
  main section#aboutMainSct .illst1 {
    display: none;
  }
}

main section#aboutMainSct .illst1-sp {
  display: none;
  position: absolute;
  bottom: 0;
  left: -6%;
  width: 113.5%;
}

@media screen and (max-width: 599px) {
  main section#aboutMainSct .illst1-sp {
    display: block;
  }
}

main section.aboutStl .innerB {
  padding-top: 7em;
}

@media screen and (max-width: 599px) {
  main section.aboutStl .innerB {
    padding-top: 10em;
  }
}

main section.aboutStl .innerB h3 {
  position: relative;
  width: 29em;
  padding-top: 3em;
  margin: 0 auto 3em;
}

@media screen and (max-width: 599px) {
  main section.aboutStl .innerB h3 {
    width: 84%;
    padding-top: 5.5em;
    margin: 0 auto 4em;
  }
}

main section.aboutStl .innerB h3 p {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  padding: 1.4em 0 1.3em;
  background: #fff;
  border-radius: 3em;
}

@media screen and (max-width: 599px) {
  main section.aboutStl .innerB h3 p {
    padding: 3em 0 2.6em;
    border-radius: 7em;
  }
}

main section.aboutStl .innerB h3 p span {
  display: block;
  font-size: 130%;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.2;
  padding-right: .8em;
  border-right: 1px dotted #9D9889;
  margin-bottom: .1em;
}

@media screen and (max-width: 599px) {
  main section.aboutStl .innerB h3 p span {
    font-size: 220%;
  }
}

main section.aboutStl .innerB h3 p small {
  display: block;
  color: #9D9889;
  font-size: 110%;
  letter-spacing: .03em;
  line-height: 1.5;
  padding-left: 1.2em;
}

@media screen and (max-width: 599px) {
  main section.aboutStl .innerB h3 p small {
    font-size: 170%;
    line-height: 1.6;
  }
}

main section.aboutStl .innerB h3::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6em;
  height: 6em;
  border-radius: 50%;
  background: #fff;
}

@media screen and (max-width: 599px) {
  main section.aboutStl .innerB h3::before {
    width: 11em;
    height: 11em;
  }
}

main section.aboutStl .innerB h3.feature::after {
  content: "";
  position: absolute;
  z-index: 6;
  top: 1.2em;
  left: 50%;
  transform: translateX(-50%);
  width: 6em;
  height: 2.2em;
  background: url("../img/icn_m2.webp") no-repeat center center/contain;
}

@media screen and (max-width: 599px) {
  main section.aboutStl .innerB h3.feature::after {
    top: 2em;
    width: 12em;
    height: 4.5em;
  }
}

main section.aboutStl .innerB h3.aspire {
  margin-bottom: 5em;
}

@media screen and (max-width: 599px) {
  main section.aboutStl .innerB h3.aspire {
    margin-bottom: 10em;
  }
}

main section.aboutStl .innerB h3.aspire p {
  background: #F6F5F3;
}

main section.aboutStl .innerB h3.aspire::before {
  background: #F6F5F3;
}

main section.aboutStl .innerB h3.aspire::after {
  content: "";
  position: absolute;
  z-index: 6;
  top: 1.2em;
  left: 50%;
  transform: translateX(-50%);
  width: 6em;
  height: 2.2em;
  background: url("../img/icn_m5.webp") no-repeat center center/contain;
}

@media screen and (max-width: 599px) {
  main section.aboutStl .innerB h3.aspire::after {
    top: 2em;
    width: 12em;
    height: 4.5em;
  }
}

main section.aboutStl .innerB h3.greetings {
  margin-bottom: 5em;
}

main section.aboutStl .innerB h3.greetings::after {
  content: "";
  position: absolute;
  z-index: 6;
  top: 1.2em;
  left: 50%;
  transform: translateX(-50%);
  width: 6em;
  height: 2.2em;
  background: url("../img/icn_m3.webp") no-repeat center center/contain;
}

@media screen and (max-width: 599px) {
  main section.aboutStl .innerB h3.greetings::after {
    top: 2em;
    width: 12em;
    height: 4.5em;
  }
}

main section.aboutStl .innerB h3.company {
  margin-bottom: 4em;
}

@media screen and (max-width: 599px) {
  main section.aboutStl .innerB h3.company {
    margin-bottom: 5em;
  }
}

main section.aboutStl .innerB h3.company p {
  background: #F6F5F3;
}

@media screen and (max-width: 599px) {
  main section.aboutStl .innerB h3.company p span {
    padding-right: .4em;
  }
  main section.aboutStl .innerB h3.company p small {
    padding-left: .7em;
  }
}

main section.aboutStl .innerB h3.company::before {
  background: #F6F5F3;
}

main section.aboutStl .innerB h3.company::after {
  content: "";
  position: absolute;
  z-index: 6;
  top: 1.2em;
  left: 50%;
  transform: translateX(-50%);
  width: 6em;
  height: 2.2em;
  background: url("../img/icn_m8.webp") no-repeat center center/contain;
}

@media screen and (max-width: 599px) {
  main section.aboutStl .innerB h3.company::after {
    top: 2em;
    width: 12em;
    height: 4.5em;
  }
}

main section.aboutStl .innerB h3.voices {
  margin-bottom: 5.5em;
}

main section.aboutStl .innerB h3.voices::after {
  content: "";
  position: absolute;
  z-index: 6;
  top: 1.2em;
  left: 50%;
  transform: translateX(-50%);
  width: 6em;
  height: 2.2em;
  background: url("../img/icn_m2.webp") no-repeat center center/contain;
}

@media screen and (max-width: 599px) {
  main section.aboutStl .innerB h3.voices::after {
    top: 2em;
    width: 12em;
    height: 4.5em;
  }
}

main section.aboutStl .innerB .listB {
  position: relative;
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  main section.aboutStl .innerB .listB {
    width: 84%;
  }
}

main section.aboutStl .innerB .listB li {
  width: 43%;
  margin-bottom: 3em;
}

@media screen and (max-width: 599px) {
  main section.aboutStl .innerB .listB li {
    width: 100%;
    margin-bottom: 6em;
  }
}

main section.aboutStl .innerB .listB li .pic {
  display: block;
  margin-bottom: 1em;
}

@media screen and (max-width: 599px) {
  main section.aboutStl .innerB .listB li .pic.pc {
    display: none;
  }
}

main section.aboutStl .innerB .listB li .pic.sp {
  display: none;
}

@media screen and (max-width: 599px) {
  main section.aboutStl .innerB .listB li .pic.sp {
    display: block;
    margin-bottom: 1.8em;
  }
}

main section.aboutStl .innerB .listB li .ttl {
  font-size: 160%;
  font-weight: 700;
  margin-bottom: .8em;
}

@media screen and (max-width: 599px) {
  main section.aboutStl .innerB .listB li .ttl {
    font-size: 250%;
    letter-spacing: .1em;
    margin-bottom: .6em;
  }
}

main section.aboutStl .innerB .listB li .txt {
  text-align: left;
  font-size: 90%;
}

@media screen and (max-width: 599px) {
  main section.aboutStl .innerB .listB li .txt {
    font-size: 180%;
    letter-spacing: .1em;
    line-height: 2;
  }
}

main section.aboutStl .innerB .listB li .btn {
  margin-top: 1.8em;
}

@media screen and (max-width: 599px) {
  main section.aboutStl .innerB .listB li .btn {
    margin-top: 2.2em;
  }
}

main section.aboutStl .innerB .listB li .btn a {
  display: block;
  width: 18em;
  margin: 0 auto;
  background: #00008D;
  color: #fff;
  font-weight: 700;
  font-size: 80%;
  padding: 1em 0;
  border-radius: 2em;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 599px) {
  main section.aboutStl .innerB .listB li .btn a {
    width: 75%;
    font-size: 150%;
    box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.2);
  }
}

main section.aboutStl .innerB .listB li .no {
  display: block;
  width: 4.5em;
  height: auto;
  margin: 0 auto 1.7em;
}

@media screen and (max-width: 599px) {
  main section.aboutStl .innerB .listB li .no {
    width: 9em;
    margin: 0 auto 2em;
  }
}

main section.aboutStl .innerB .listB li .ttl2 {
  font-size: 115%;
  font-weight: 700;
  letter-spacing: .03em;
  margin-bottom: .8em;
}

@media screen and (max-width: 599px) {
  main section.aboutStl .innerB .listB li .ttl2 {
    font-size: 240%;
    line-height: 1.5;
  }
}

main section.aboutStl .innerB .listB li .ttl2 small {
  display: block;
  font-size: 60%;
  font-weight: 500;
  letter-spacing: .01em;
}

@media screen and (max-width: 599px) {
  main section.aboutStl .innerB .listB li .ttl2 small {
    margin-top: .8em;
  }
}

main section.aboutStl .innerB .listB li .txt2 {
  text-align: left;
  font-size: 90%;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  main section.aboutStl .innerB .listB li .txt2 {
    font-size: 170%;
  }
}

main section#aboutContents1Sct {
  z-index: 2;
  top: -5.5em;
  padding: 10em 0 5em;
  background: url("../img/bg2.webp") no-repeat center top/100%;
  margin-bottom: -5.5em;
}

@media screen and (max-width: 599px) {
  main section#aboutContents1Sct {
    top: -4.5em;
    padding: 12em 0 14em;
    background: url("../img/bg-sp.webp") no-repeat center top/100%;
    margin-bottom: -4.5em;
  }
}

main section#aboutContents1Sct .inMenu {
  position: relative;
  width: 62.5%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  main section#aboutContents1Sct .inMenu {
    width: 84%;
  }
}

main section#aboutContents1Sct .inMenu li {
  width: 22.5%;
  padding-bottom: 1.8em;
}

@media screen and (max-width: 599px) {
  main section#aboutContents1Sct .inMenu li {
    width: 47%;
    padding-bottom: 2.2em;
  }
}

main section#aboutContents1Sct .inMenu li a {
  position: relative;
  display: block;
  background: #fff;
  padding: 1em 2em;
  font-size: 80%;
  font-weight: 700;
  letter-spacing: .03em;
  text-align: left;
  border-radius: 2em;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 599px) {
  main section#aboutContents1Sct .inMenu li a {
    padding: 1.2em 1.8em;
    font-size: 150%;
    letter-spacing: .08em;
    line-height: 1.3;
  }
}

main section#aboutContents1Sct .inMenu li a::after {
  content: "";
  position: absolute;
  right: .7em;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  background: url("../img/icn_arrow2.svg") no-repeat center center/contain;
}

@media screen and (max-width: 599px) {
  main section#aboutContents1Sct .inMenu li a::after {
    right: 1em;
    width: 1.6em;
    height: 1.6em;
  }
}

@media screen and (max-width: 599px) {
  main section#aboutContents1Sct .inMenu li:nth-child(2n) a {
    padding: .6em 2em .6em 1.8em;
  }
}

main section#aboutContents1Sct .listB li:nth-child(2n) {
  padding-top: 6em;
}

@media screen and (max-width: 599px) {
  main section#aboutContents1Sct .listB li:nth-child(2n) {
    padding-top: 0;
  }
}

main section#aboutContents1Sct .illst1 {
  position: absolute;
  left: 6.2%;
  bottom: .5em;
  width: 21em;
  height: auto;
}

@media screen and (max-width: 599px) {
  main section#aboutContents1Sct .illst1 {
    left: 26%;
    width: 24em;
  }
}

main section#aboutContents2Sct {
  padding: 0 0 11em;
}

@media screen and (max-width: 599px) {
  main section#aboutContents2Sct {
    z-index: 9;
    padding: 0 0 16em;
  }
}

main section#aboutContents2Sct .listB li {
  margin-bottom: 4em;
}

@media screen and (max-width: 599px) {
  main section#aboutContents2Sct .listB li {
    margin-bottom: 5em;
  }
}

main section#aboutContents2Sct .illst1 {
  position: absolute;
  left: 4%;
  top: 3em;
  width: 13em;
  height: auto;
}

@media screen and (max-width: 599px) {
  main section#aboutContents2Sct .illst1 {
    left: -2%;
    top: -5.8em;
    width: 12.4em;
  }
}

main section#aboutContents2Sct .illst2 {
  position: absolute;
  right: 3.7%;
  top: 3em;
  width: 15.5em;
  height: auto;
}

@media screen and (max-width: 599px) {
  main section#aboutContents2Sct .illst2 {
    right: -2.5%;
    top: 26em;
    width: 16.5em;
  }
}

main section#aboutContents2Sct .illst3 {
  position: absolute;
  left: 7.9%;
  bottom: 0;
  width: 21.4em;
  height: auto;
}

@media screen and (max-width: 599px) {
  main section#aboutContents2Sct .illst3 {
    bottom: -1em;
    left: 5%;
  }
}

main section#aboutContents2Sct .illst4 {
  position: absolute;
  right: 3.5%;
  bottom: 0;
  width: 21em;
  height: auto;
}

@media screen and (max-width: 599px) {
  main section#aboutContents2Sct .illst4 {
    right: 1.5%;
    width: 22em;
  }
}

main section#aboutContents3Sct {
  top: -2.3em;
  padding: 0 0 10.5em;
  background: url("../img/bg2.webp") no-repeat center -3em / 100%;
  margin-bottom: -2.3em;
}

@media screen and (max-width: 599px) {
  main section#aboutContents3Sct {
    z-index: 10;
    top: -4em;
    padding: 3em 0 18em;
    background: url("../img/bg-sp.webp") no-repeat center top/100%;
    margin-bottom: -4em;
  }
}

main section#aboutContents3Sct .messegB {
  position: relative;
  overflow: hidden;
  width: 75%;
  margin: 0 auto;
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 3.5em 4.5em 0;
  border-radius: 1.5em;
}

@media screen and (max-width: 599px) {
  main section#aboutContents3Sct .messegB {
    width: 84%;
    padding: 3em;
    flex-wrap: wrap;
    border-radius: 2.5em;
  }
}

main section#aboutContents3Sct .messegB .pic {
  order: 2;
  width: 35%;
}

@media screen and (max-width: 599px) {
  main section#aboutContents3Sct .messegB .pic {
    order: 1;
    width: 100%;
  }
  main section#aboutContents3Sct .messegB .pic img {
    display: block;
    margin: 0 auto 2.5em;
    width: 68%;
  }
}

main section#aboutContents3Sct .messegB .txtB {
  position: relative;
  padding-top: .5em;
  order: 1;
  width: 58%;
}

@media screen and (max-width: 599px) {
  main section#aboutContents3Sct .messegB .txtB {
    order: 2;
    width: 100%;
  }
}

main section#aboutContents3Sct .messegB .txtB::after {
  content: "";
  position: absolute;
  bottom: 4em;
  left: 0;
  width: 100%;
  height: 3em;
  background-image: linear-gradient(0deg, white, rgba(255, 255, 255, 0));
}

@media screen and (max-width: 599px) {
  main section#aboutContents3Sct .messegB .txtB::after {
    display: none;
  }
}

main section#aboutContents3Sct .messegB .txtB p {
  position: relative;
  display: block;
  text-align: left;
  font-size: 80%;
  line-height: 1.9;
  letter-spacing: 0;
  overflow-y: scroll;
  height: 25em;
  padding-bottom: 3em;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

main section#aboutContents3Sct .messegB .txtB p::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 599px) {
  main section#aboutContents3Sct .messegB .txtB p {
    font-size: 170%;
    line-height: 1.8;
    letter-spacing: .05em;
    overflow-y: hidden;
    height: auto;
    padding-bottom: 2em;
  }
}

main section#aboutContents3Sct .illst1 {
  position: absolute;
  left: 9%;
  top: 8em;
  width: 84.5%;
  height: auto;
}

@media screen and (max-width: 599px) {
  main section#aboutContents3Sct .illst1 {
    display: none;
  }
}

main section#aboutContents3Sct .illst1-sp {
  display: none;
  position: absolute;
  left: -3%;
  top: 8.6em;
  width: 106%;
  height: auto;
}

@media screen and (max-width: 599px) {
  main section#aboutContents3Sct .illst1-sp {
    display: block;
  }
}

main section#aboutContents3Sct .illst2 {
  position: absolute;
  left: 4.5%;
  bottom: .5em;
  width: 94%;
  height: auto;
}

@media screen and (max-width: 599px) {
  main section#aboutContents3Sct .illst2 {
    display: none;
  }
}

main section#aboutContents3Sct .illst2-sp {
  display: none;
  position: absolute;
  left: 6%;
  bottom: .3em;
  width: 90%;
  height: auto;
}

@media screen and (max-width: 599px) {
  main section#aboutContents3Sct .illst2-sp {
    display: block;
  }
}

main section#aboutContents4Sct {
  padding: 0 0 5em;
}

@media screen and (max-width: 599px) {
  main section#aboutContents4Sct {
    padding: 0;
  }
}

main section#aboutContents4Sct .ttlB {
  position: relative;
  margin-bottom: 4.5em;
}

@media screen and (max-width: 599px) {
  main section#aboutContents4Sct .ttlB {
    margin-bottom: 4em;
  }
}

main section#aboutContents4Sct .ttlB .t1 {
  display: block;
  margin: 0 auto 1.2em;
  width: 37.5em;
}

@media screen and (max-width: 599px) {
  main section#aboutContents4Sct .ttlB .t1 {
    display: none;
  }
}

main section#aboutContents4Sct .ttlB .t1-sp {
  display: none;
  margin: 0 auto 1.2em;
  width: 33em;
}

@media screen and (max-width: 599px) {
  main section#aboutContents4Sct .ttlB .t1-sp {
    display: block;
  }
}

main section#aboutContents4Sct .infoB {
  position: relative;
  width: 75%;
  margin: 0 auto 2em;
  display: flex;
}

@media screen and (max-width: 599px) {
  main section#aboutContents4Sct .infoB {
    width: 84%;
    flex-wrap: wrap;
    margin: 0 auto 8em;
  }
}

main section#aboutContents4Sct .infoB .picB {
  position: relative;
  order: 2;
  width: 50%;
}

@media screen and (max-width: 599px) {
  main section#aboutContents4Sct .infoB .picB {
    order: 1;
    width: 100%;
  }
}

main section#aboutContents4Sct .infoB .picB img {
  display: block;
  position: relative;
  width: 106%;
  left: 4.5em;
  top: -7.5em;
  margin-bottom: -7.5em;
}

@media screen and (max-width: 599px) {
  main section#aboutContents4Sct .infoB .picB img {
    width: 116%;
    left: 0;
    top: -3.7em;
    margin-bottom: -1.7em;
  }
}

main section#aboutContents4Sct .infoB .txtB {
  order: 1;
  width: 50%;
}

@media screen and (max-width: 599px) {
  main section#aboutContents4Sct .infoB .txtB {
    order: 2;
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  main section#aboutContents4Sct .infoB .txtB table {
    width: 100%;
  }
}

main section#aboutContents4Sct .infoB .txtB table tr {
  border-top: 1px dotted #9D9889;
}

main section#aboutContents4Sct .infoB .txtB table tr:last-child {
  border-bottom: 1px dotted #9D9889;
}

main section#aboutContents4Sct .infoB .txtB table tr th {
  color: #9D9889;
  font-size: 80%;
  line-height: 1.4;
  white-space: nowrap;
  vertical-align: middle;
  padding: 1.2em .8em 1.2em 1.5em;
}

@media screen and (max-width: 599px) {
  main section#aboutContents4Sct .infoB .txtB table tr th {
    display: block;
    font-size: 170%;
    letter-spacing: .08em;
    padding: 1.2em 1em .3em 1.3em;
  }
}

main section#aboutContents4Sct .infoB .txtB table tr td {
  font-size: 90%;
  line-height: 1.4;
  letter-spacing: .03em;
  text-align: left;
  vertical-align: middle;
  padding: 1.2em 1.5em 1.2em .8em;
}

@media screen and (max-width: 599px) {
  main section#aboutContents4Sct .infoB .txtB table tr td {
    display: block;
    font-size: 200%;
    letter-spacing: .05em;
    padding: .3em 1em 1.2em 1.1em;
  }
}

main section#aboutContents4Sct .infoB .txtB table tr td small {
  display: block;
  letter-spacing: 0;
  margin-top: .3em;
}

@media screen and (max-width: 599px) {
  main section#aboutContents4Sct .infoB .txtB table tr td small {
    margin-top: .5em;
  }
}

main section#aboutContents4Sct .mapB {
  position: relative;
  width: 75%;
  margin: 0 auto 7em;
}

@media screen and (max-width: 599px) {
  main section#aboutContents4Sct .mapB {
    width: 84%;
    margin: 0 auto 10em;
  }
}

main section#aboutContents4Sct .mapB iframe {
  height: 30vw;
  margin-bottom: .5em;
}

@media screen and (max-width: 599px) {
  main section#aboutContents4Sct .mapB iframe {
    height: 80vw;
    margin-bottom: 1em;
  }
}

main section#aboutContents4Sct .mapB .work {
  display: block;
  font-size: 130%;
  margin-bottom: 1em;
}

@media screen and (max-width: 599px) {
  main section#aboutContents4Sct .mapB .work {
    font-size: 170%;
  }
}

main section#aboutContents4Sct .mapB .btnB a {
  display: block;
  width: 18em;
  margin: 0 auto;
  background: #00008D;
  color: #fff;
  font-weight: 700;
  font-size: 80%;
  padding: 1em 0;
  border-radius: 2em;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 599px) {
  main section#aboutContents4Sct .mapB .btnB a {
    width: 80%;
    font-size: 160%;
    letter-spacing: .15em;
  }
}

main section#aboutContents4Sct .groupB {
  position: relative;
  width: 75%;
  margin: 6em auto;
}

@media screen and (max-width: 599px) {
  main section#aboutContents4Sct .groupB {
    width: 84%;
    margin: 6em auto 1em;
  }
}

main section#aboutContents4Sct .groupB ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

main section#aboutContents4Sct .groupB ul li {
  width: 19%;
  margin-right: 1.25%;
  padding-bottom: 2em;
}

@media screen and (max-width: 599px) {
  main section#aboutContents4Sct .groupB ul li {
    width: 49%;
    margin-right: 1% !important;
    padding-bottom: 3.5em;
  }
}

main section#aboutContents4Sct .groupB ul li:nth-child(5n) {
  margin-right: 0;
}

@media screen and (max-width: 599px) {
  main section#aboutContents4Sct .groupB ul li:nth-child(2n) {
    margin-right: 0 !important;
    margin-left: 1% !important;
  }
}

main section#aboutContents4Sct .groupB ul li .logoB {
  border: 1px solid #9D9889;
  margin-bottom: .7em;
}

main section#aboutContents4Sct .groupB ul li p {
  display: block;
  font-size: 90%;
  letter-spacing: .05em;
  line-height: 1.5;
}

@media screen and (max-width: 599px) {
  main section#aboutContents4Sct .groupB ul li p {
    font-size: 140%;
  }
}

main section#aboutContents5Sct {
  z-index: 10;
  padding: 0 0 7em;
  background: url("../img/bg2.webp") no-repeat center -4em / 100%;
}

@media screen and (max-width: 599px) {
  main section#aboutContents5Sct {
    padding: 16em 0 5em;
    background: url("../img/bg-sp.webp") no-repeat center -2em / 100%;
  }
}

main section#aboutContents5Sct .sliderB {
  position: relative;
  display: flex;
}

main section#aboutContents5Sct .sliderB li {
  padding: 0 1.5em 9.5em;
  background: url("../img/about_voice_illst3.webp") no-repeat center bottom/13em;
}

@media screen and (max-width: 599px) {
  main section#aboutContents5Sct .sliderB li {
    padding: 0 1em 14em;
    background-size: 20em;
  }
}

main section#aboutContents5Sct .sliderB li .box {
  position: relative;
  background: #fff;
  width: 32vw;
  padding: 2.3em 2.7em 5em 2.7em;
  min-height: 25vw;
  border-radius: 1.5em;
}

@media screen and (max-width: 599px) {
  main section#aboutContents5Sct .sliderB li .box {
    width: 100%;
    height: 138vw;
  }
}

main section#aboutContents5Sct .sliderB li .box::after {
  content: "▼";
  position: absolute;
  bottom: -1em;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 180%;
}

@media screen and (max-width: 599px) {
  main section#aboutContents5Sct .sliderB li .box::after {
    font-size: 260%;
  }
}

main section#aboutContents5Sct .sliderB li .box .txt {
  display: block;
  text-align: left;
  font-size: 80%;
  letter-spacing: .07em;
  line-height: 1.6;
}

@media screen and (max-width: 599px) {
  main section#aboutContents5Sct .sliderB li .box .txt {
    font-size: 170%;
  }
}

main section#aboutContents5Sct .sliderB li .box .name {
  position: absolute;
  bottom: 2.3em;
  right: 3em;
  display: block;
  text-align: right;
  font-size: 80%;
  letter-spacing: 0;
  line-height: 1.6;
}

@media screen and (max-width: 599px) {
  main section#aboutContents5Sct .sliderB li .box .name {
    font-size: 150%;
    right: 2em;
  }
}

main section#aboutContents5Sct .sliderB li:nth-child(2n) {
  background: url("../img/about_voice_illst4.webp") no-repeat center bottom/13em;
}

@media screen and (max-width: 599px) {
  main section#aboutContents5Sct .sliderB li:nth-child(2n) {
    background-size: 20em;
  }
}

main section#aboutContents5Sct .sliderB li:nth-child(3n) {
  background: url("../img/about_voice_illst5.webp") no-repeat center bottom/13em;
}

@media screen and (max-width: 599px) {
  main section#aboutContents5Sct .sliderB li:nth-child(3n) {
    background-size: 20em;
  }
}

main section#aboutContents5Sct .illst1 {
  position: absolute;
  left: -1%;
  top: -2.5em;
  width: 18em;
  height: auto;
}

@media screen and (max-width: 599px) {
  main section#aboutContents5Sct .illst1 {
    left: -12%;
    top: 7em;
  }
}

main section#aboutContents5Sct .illst2 {
  position: absolute;
  right: -1%;
  top: -5em;
  width: 20em;
  height: auto;
}

@media screen and (max-width: 599px) {
  main section#aboutContents5Sct .illst2 {
    top: 6em;
    right: -7%;
  }
}

main .courseStl .innerB {
  padding-top: 7em;
}

@media screen and (max-width: 599px) {
  main .courseStl .innerB {
    padding-top: 10em;
  }
}

main .courseStl .innerB h3 {
  position: relative;
  width: 29em;
  padding-top: 3em;
  margin: 0 auto 3em;
}

@media screen and (max-width: 599px) {
  main .courseStl .innerB h3 {
    width: 84%;
    padding-top: 5.5em;
    margin: 0 auto 4em;
  }
}

main .courseStl .innerB h3 p {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  padding: 1.4em 0 1.3em;
  background: #fff;
  border-radius: 3em;
}

@media screen and (max-width: 599px) {
  main .courseStl .innerB h3 p {
    padding: 3em 0 2.6em;
    border-radius: 7em;
  }
}

main .courseStl .innerB h3 p span {
  display: block;
  font-size: 130%;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.2;
  padding-right: .8em;
  border-right: 1px dotted #9D9889;
  margin-bottom: .1em;
}

@media screen and (max-width: 599px) {
  main .courseStl .innerB h3 p span {
    font-size: 220%;
  }
}

main .courseStl .innerB h3 p small {
  display: block;
  color: #9D9889;
  font-size: 110%;
  letter-spacing: .03em;
  line-height: 1.5;
  padding-left: 1.2em;
}

@media screen and (max-width: 599px) {
  main .courseStl .innerB h3 p small {
    font-size: 170%;
    line-height: 1.6;
  }
}

main .courseStl .innerB h3::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6em;
  height: 6em;
  border-radius: 50%;
  background: #fff;
}

@media screen and (max-width: 599px) {
  main .courseStl .innerB h3::before {
    width: 11em;
    height: 11em;
  }
}

main .courseStl .innerB h3.outline::after {
  content: "";
  position: absolute;
  z-index: 6;
  top: 1.2em;
  left: 50%;
  transform: translateX(-50%);
  width: 6em;
  height: 2.2em;
  background: url("../img/icn_m2.webp") no-repeat center center/contain;
}

@media screen and (max-width: 599px) {
  main .courseStl .innerB h3.outline::after {
    top: 2em;
    width: 12em;
    height: 4.5em;
  }
}

@media screen and (max-width: 599px) {
  main .courseStl .innerB h3.outline.ol2 p span {
    padding-right: .4em;
  }
  main .courseStl .innerB h3.outline.ol2 p small {
    padding-left: .7em;
  }
}

main .courseStl .innerB h3.curriculum {
  margin-bottom: 5em;
}

@media screen and (max-width: 599px) {
  main .courseStl .innerB h3.curriculum {
    margin-bottom: 10em;
  }
}

main .courseStl .innerB h3.curriculum p {
  background: #F6F5F3;
}

main .courseStl .innerB h3.curriculum::before {
  background: #F6F5F3;
}

main .courseStl .innerB h3.curriculum::after {
  content: "";
  position: absolute;
  z-index: 6;
  top: 1.2em;
  left: 50%;
  transform: translateX(-50%);
  width: 6em;
  height: 2.2em;
  background: url("../img/icn_m2.webp") no-repeat center center/contain;
}

@media screen and (max-width: 599px) {
  main .courseStl .innerB h3.curriculum::after {
    top: 2em;
    width: 12em;
    height: 4.5em;
  }
}

main .courseStl .innerB h3.schedule {
  margin-bottom: 5em;
}

@media screen and (max-width: 599px) {
  main .courseStl .innerB h3.schedule p span {
    padding-right: .4em;
  }
  main .courseStl .innerB h3.schedule p small {
    padding-left: .7em;
  }
}

main .courseStl .innerB h3.schedule::after {
  content: "";
  position: absolute;
  z-index: 6;
  top: 1.2em;
  left: 50%;
  transform: translateX(-50%);
  width: 6em;
  height: 2.2em;
  background: url("../img/icn_m9.webp") no-repeat center center/contain;
}

@media screen and (max-width: 599px) {
  main .courseStl .innerB h3.schedule::after {
    top: 2em;
    width: 12em;
    height: 4.5em;
  }
}

main .courseStl .innerB h3.price {
  margin-bottom: 4em;
}

@media screen and (max-width: 599px) {
  main .courseStl .innerB h3.price {
    margin-bottom: 5em;
  }
}

main .courseStl .innerB h3.price p {
  background: #F6F5F3;
}

main .courseStl .innerB h3.price::before {
  background: #F6F5F3;
}

main .courseStl .innerB h3.price::after {
  content: "";
  position: absolute;
  z-index: 6;
  top: 1.2em;
  left: 50%;
  transform: translateX(-50%);
  width: 6em;
  height: 2.2em;
  background: url("../img/icn_m6-sp.webp") no-repeat center center/contain;
}

@media screen and (max-width: 599px) {
  main .courseStl .innerB h3.price::after {
    top: 2em;
    width: 12em;
    height: 4.5em;
  }
}

main .courseStl .innerB .listB {
  position: relative;
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  main .courseStl .innerB .listB {
    width: 84%;
  }
}

main .courseStl .innerB .listB li {
  width: 43%;
  margin-bottom: 3em;
}

@media screen and (max-width: 599px) {
  main .courseStl .innerB .listB li {
    width: 100%;
    margin-bottom: 6em;
  }
}

main .courseStl .innerB .listB li .pic {
  display: block;
  margin-bottom: 1em;
}

@media screen and (max-width: 599px) {
  main .courseStl .innerB .listB li .pic.pc {
    display: none;
  }
}

main .courseStl .innerB .listB li .pic.sp {
  display: none;
}

@media screen and (max-width: 599px) {
  main .courseStl .innerB .listB li .pic.sp {
    display: block;
    margin-bottom: 1.8em;
  }
}

main .courseStl .innerB .listB li .ttl {
  font-size: 160%;
  font-weight: 700;
  margin-bottom: .8em;
}

@media screen and (max-width: 599px) {
  main .courseStl .innerB .listB li .ttl {
    font-size: 250%;
    letter-spacing: .1em;
    margin-bottom: .6em;
  }
}

main .courseStl .innerB .listB li .txt {
  text-align: left;
  font-size: 90%;
}

@media screen and (max-width: 599px) {
  main .courseStl .innerB .listB li .txt {
    font-size: 170%;
    letter-spacing: .03em;
    line-height: 2;
  }
}

main .courseStl .innerB .listB li .txt small {
  display: block;
  font-size: 80%;
  letter-spacing: .03em;
  margin-top: .5em;
}

main section#courseMainSct {
  z-index: 1;
  padding: 12em 0 5em;
}

@media screen and (max-width: 599px) {
  main section#courseMainSct {
    padding: 16em 0 8em;
  }
}

main section#courseMainSct h2 {
  display: block;
  width: 16em;
  margin: 0 auto .8em;
}

@media screen and (max-width: 599px) {
  main section#courseMainSct h2 {
    width: 23em;
  }
}

@media screen and (max-width: 599px) {
  main section#courseMainSct h2 img.pc {
    display: none;
  }
}

main section#courseMainSct h2 img.sp {
  display: none;
}

@media screen and (max-width: 599px) {
  main section#courseMainSct h2 img.sp {
    display: block;
  }
}

main section#courseMainSct .jp {
  display: block;
  font-size: 140%;
  font-weight: 700;
  letter-spacing: .15em;
}

@media screen and (max-width: 599px) {
  main section#courseMainSct .jp {
    font-size: 250%;
  }
}

main section#courseMainSct .illst1 {
  position: absolute;
  left: -9%;
  bottom: 0;
  width: 112.5%;
}

@media screen and (max-width: 599px) {
  main section#courseMainSct .illst1 {
    display: none;
  }
}

main section#courseMainSct .illst1-sp {
  display: none;
  position: absolute;
  bottom: 0;
  left: -8%;
  width: 116%;
}

@media screen and (max-width: 599px) {
  main section#courseMainSct .illst1-sp {
    display: block;
  }
}

main section#courseMainSct .illst2 {
  position: absolute;
  z-index: 100;
  top: 7.8em;
  left: 24.5%;
  width: 7.5em;
}

@media screen and (max-width: 599px) {
  main section#courseMainSct .illst2 {
    left: 9%;
    top: 22.7em;
  }
}

@media screen and (max-width: 599px) {
  main section#courseMainSct.day {
    padding: 12.8em 0 6em;
  }
}

main section#courseMainSct.day h2 {
  width: 21.5em;
  margin-bottom: 0 auto .6em;
}

@media screen and (max-width: 599px) {
  main section#courseMainSct.day h2 {
    width: 15em;
  }
}

@media screen and (max-width: 599px) {
  main section#courseMainSct.after {
    padding: 13.5em 0 6.2em;
  }
}

main section#courseMainSct.after h2 {
  width: 27em;
  margin-bottom: 0 auto .6em;
}

@media screen and (max-width: 599px) {
  main section#courseMainSct.after h2 {
    width: 21em;
  }
}

main section#courseMainSct.after .illst1 {
  position: absolute;
  left: -9%;
  bottom: 0;
  width: 112.5%;
}

@media screen and (max-width: 599px) {
  main section#courseMainSct.after .illst1 {
    display: none;
  }
}

main section#courseMainSct.after .illst1-sp {
  display: none;
  position: absolute;
  bottom: 0;
  left: -8%;
  width: 116%;
}

@media screen and (max-width: 599px) {
  main section#courseMainSct.after .illst1-sp {
    display: block;
  }
}

main section#courseMainSct.after .illst2 {
  position: absolute;
  z-index: 100;
  top: 7.8em;
  left: 24.5%;
  width: 7.5em;
}

@media screen and (max-width: 599px) {
  main section#courseMainSct.after .illst2 {
    left: 9%;
    top: 22.7em;
  }
}

main section#courseMenuSct {
  z-index: 2;
  top: -5.5em;
  padding: 10em 0 5em;
  background: url("../img/bg2.webp") no-repeat center top/100%;
  margin-bottom: -5.5em;
}

@media screen and (max-width: 599px) {
  main section#courseMenuSct {
    top: -4.5em;
    padding: 10em 0 3em;
    background: url("../img/bg-sp.webp") no-repeat center top/100%;
    margin-bottom: -4.5em;
  }
}

main section#courseMenuSct .courseB {
  position: relative;
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 599px) {
  main section#courseMenuSct .courseB {
    flex-wrap: wrap;
    justify-content: center;
    width: 84%;
  }
}

main section#courseMenuSct .courseB .box {
  position: relative;
  width: 41.8%;
  background: #fff;
  padding: 3em 3em 2em;
  border-radius: 1em;
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 599px) {
  main section#courseMenuSct .courseB .box {
    width: 100%;
    padding: 6em 4em 4em;
    border-radius: 1.5em;
    margin-bottom: 5em;
  }
}

main section#courseMenuSct .courseB .box .ttlB2 {
  position: relative;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 599px) {
  main section#courseMenuSct .courseB .box .ttlB2 {
    margin-bottom: 2.5em;
  }
}

main section#courseMenuSct .courseB .box .ttlB2 img {
  display: block;
  margin: 0 auto .1em;
  height: 4em;
  width: auto;
}

@media screen and (max-width: 599px) {
  main section#courseMenuSct .courseB .box .ttlB2 img {
    height: 7em;
  }
}

@media screen and (max-width: 599px) {
  main section#courseMenuSct .courseB .box .ttlB2 img.pc {
    display: none;
  }
}

main section#courseMenuSct .courseB .box .ttlB2 img.sp {
  display: none;
}

@media screen and (max-width: 599px) {
  main section#courseMenuSct .courseB .box .ttlB2 img.sp {
    display: block;
  }
}

main section#courseMenuSct .courseB .box .ttlB2 p {
  font-size: 130%;
  font-weight: 700;
  letter-spacing: .05em;
}

@media screen and (max-width: 599px) {
  main section#courseMenuSct .courseB .box .ttlB2 p {
    font-size: 260%;
  }
}

main section#courseMenuSct .courseB .box .txt {
  display: block;
  font-size: 90%;
  font-weight: 700;
  text-align: left;
  letter-spacing: .05em;
  margin-bottom: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 599px) {
  main section#courseMenuSct .courseB .box .txt {
    font-size: 165%;
    line-height: 1.7;
  }
}

main section#courseMenuSct .courseB .box .open {
  display: block;
  width: 80%;
  font-size: 90%;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .05em;
  padding: .2em 0;
  margin: 0 auto 1em;
  border-top: 1px dotted #9D9889;
  border-bottom: 1px dotted #9D9889;
}

@media screen and (max-width: 599px) {
  main section#courseMenuSct .courseB .box .open {
    width: 90%;
    font-size: 150%;
    line-height: 1.5;
    margin-bottom: 2em;
  }
}

main section#courseMenuSct .courseB .box .btnB {
  position: relative;
}

main section#courseMenuSct .courseB .box .btnB a {
  position: relative;
  display: inline-block;
  color: #00008D;
  font-weight: 700;
  letter-spacing: .01em;
  padding-right: 2.3em;
}

@media screen and (max-width: 599px) {
  main section#courseMenuSct .courseB .box .btnB a {
    font-size: 200%;
  }
}

main section#courseMenuSct .courseB .box .btnB a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-45%);
  width: 1.5em;
  height: 1.2em;
  background: url("../img/icn_arrow3.webp") no-repeat center center/contain;
}

main section#courseMenuSct .courseB .box.afterB .btnB a {
  color: #FF6E00;
}

main section#courseMenuSct .courseB .box.afterB .btnB a::after {
  background-image: url("../img/icn_arrow4.webp");
}

main section#courseContents1Sct {
  z-index: 2;
  top: -5.5em;
  padding: 10em 0 22em;
  background: url("../img/bg2.webp") no-repeat center top/100%;
  margin-bottom: -5.5em;
}

@media screen and (max-width: 599px) {
  main section#courseContents1Sct {
    top: -4.5em;
    padding: 10em 0 32em;
    background: url("../img/bg-sp.webp") no-repeat center top/100%;
    margin-bottom: -4.5em;
  }
}

main section#courseContents1Sct .inMenu {
  position: relative;
  width: 62.5%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  main section#courseContents1Sct .inMenu {
    width: 84%;
  }
}

main section#courseContents1Sct .inMenu li {
  width: 22.5%;
  padding-bottom: 1.8em;
}

@media screen and (max-width: 599px) {
  main section#courseContents1Sct .inMenu li {
    width: 47%;
    padding-bottom: 2.2em;
  }
}

main section#courseContents1Sct .inMenu li a {
  position: relative;
  display: block;
  background: #fff;
  padding: 1em 2em;
  font-size: 80%;
  font-weight: 700;
  letter-spacing: .03em;
  text-align: left;
  border-radius: 2em;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 599px) {
  main section#courseContents1Sct .inMenu li a {
    padding: 1.2em 1.8em;
    font-size: 150%;
    letter-spacing: .08em;
    line-height: 1.3;
  }
}

main section#courseContents1Sct .inMenu li a::after {
  content: "";
  position: absolute;
  right: .7em;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  background: url("../img/icn_arrow2.svg") no-repeat center center/contain;
}

@media screen and (max-width: 599px) {
  main section#courseContents1Sct .inMenu li a::after {
    right: 1em;
    width: 1.6em;
    height: 1.6em;
  }
}

@media screen and (max-width: 599px) {
  main section#courseContents1Sct .inMenu li:nth-child(2n+1) a {
    padding: .6em 2em .6em 1.8em;
  }
}

main section#courseContents1Sct .txtC {
  display: block;
  width: 62.5%;
  margin: 3.5em auto 3em;
  font-size: 90%;
  text-align: left;
}

@media screen and (max-width: 599px) {
  main section#courseContents1Sct .txtC {
    width: 84%;
    font-size: 170%;
    margin: 3.5em auto 2.5em;
  }
}

main section#courseContents1Sct .txtC small {
  display: block;
  margin-top: .4em;
}

main section#courseContents1Sct .data {
  position: relative;
  width: 62.5%;
  margin: 0 auto .7em;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  main section#courseContents1Sct .data {
    width: 84%;
    flex-wrap: wrap;
  }
}

main section#courseContents1Sct .data .box {
  background: #fff;
  border-top: 1px dotted #9D9889;
  border-bottom: 1px dotted #9D9889;
}

@media screen and (max-width: 599px) {
  main section#courseContents1Sct .data .box:first-child {
    border-bottom: none;
  }
}

main section#courseContents1Sct .data .box dl {
  display: flex;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 599px) {
  main section#courseContents1Sct .data .box dl {
    flex-wrap: wrap;
  }
}

main section#courseContents1Sct .data .box dl dt {
  padding: 1.3em 2em 1.3em 1.3em;
  color: #9D9889;
  font-size: 90%;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  main section#courseContents1Sct .data .box dl dt {
    width: 100%;
    text-align: left;
    font-size: 170%;
    padding: 1.3em 1.5em .2em;
  }
}

main section#courseContents1Sct .data .box dl dd {
  padding: 1em 1em 1em 1.5em;
  text-align: left;
}

@media screen and (max-width: 599px) {
  main section#courseContents1Sct .data .box dl dd {
    width: 100%;
    font-size: 180%;
    padding: .2em 1.4em 1.4em;
  }
}

main section#courseContents1Sct .data .box.old {
  width: 42%;
}

@media screen and (max-width: 599px) {
  main section#courseContents1Sct .data .box.old {
    width: 100%;
  }
}

main section#courseContents1Sct .data .box.day {
  width: 52%;
}

@media screen and (max-width: 599px) {
  main section#courseContents1Sct .data .box.day {
    width: 100%;
  }
}

main section#courseContents1Sct .atn {
  display: block;
  width: 50%;
  text-align: left;
  margin: 0 0 5em 49%;
  font-size: 70%;
  letter-spacing: 0;
}

@media screen and (max-width: 599px) {
  main section#courseContents1Sct .atn {
    width: 84%;
    font-size: 140%;
    margin: 1em auto 3.5em;
  }
}

main section#courseContents1Sct .mvB {
  position: relative;
  width: 62.5%;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  main section#courseContents1Sct .mvB {
    width: 84%;
  }
}

main section#courseContents1Sct .mvB .youtubeB {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}

main section#courseContents1Sct .mvB .youtubeB iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main section#courseContents1Sct .level {
  display: block;
  font-size: 150%;
  font-weight: 700;
  margin: 3em auto 1.5em;
}

@media screen and (max-width: 599px) {
  main section#courseContents1Sct .level {
    width: 84%;
    margin: 3em auto 1.5em;
    font-size: 240%;
    line-height: 1.6;
  }
}

main section#courseContents1Sct .levelB {
  position: relative;
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  main section#courseContents1Sct .levelB {
    width: 68%;
    flex-wrap: wrap;
  }
}

main section#courseContents1Sct .levelB li {
  position: relative;
  width: 30.2%;
}

@media screen and (max-width: 599px) {
  main section#courseContents1Sct .levelB li {
    width: 100%;
    margin-bottom: 1.5em;
  }
}

main section#courseContents1Sct .levelB li .ttl {
  position: absolute;
  top: 47%;
  width: 100%;
  display: block;
  font-size: 120%;
  letter-spacing: .01em;
}

@media screen and (max-width: 599px) {
  main section#courseContents1Sct .levelB li .ttl {
    top: 51%;
    font-size: 200%;
  }
}

main section#courseContents1Sct .levelB li .txt {
  position: absolute;
  top: 60%;
  width: 100%;
  display: block;
  font-size: 90%;
  letter-spacing: .05em;
  line-height: 1.7;
}

@media screen and (max-width: 599px) {
  main section#courseContents1Sct .levelB li .txt {
    top: 66%;
    font-size: 140%;
  }
}

main section#courseContents1Sct .levelB li .txt small {
  display: block;
  font-size: 80%;
}

main section#courseContents1Sct .levelB li:nth-child(2) {
  margin-top: 2em;
}

@media screen and (max-width: 599px) {
  main section#courseContents1Sct .levelB li:nth-child(2) {
    margin-top: 0;
  }
}

main section#courseContents1Sct .levelB li:nth-child(2) .ttl {
  top: 51%;
}

main section#courseContents1Sct .levelB li:nth-child(2) .txt {
  top: 65%;
}

@media screen and (max-width: 599px) {
  main section#courseContents1Sct .levelB li:nth-child(2) .txt {
    top: 66%;
  }
}

main section#courseContents1Sct .illst1 {
  position: absolute;
  left: -1.5%;
  top: 21em;
  width: 103.5%;
}

@media screen and (max-width: 599px) {
  main section#courseContents1Sct .illst1 {
    display: none;
  }
}

main section#courseContents1Sct .illst2 {
  position: absolute;
  left: 31%;
  bottom: .5em;
  width: 29em;
}

@media screen and (max-width: 599px) {
  main section#courseContents1Sct .illst2 {
    display: none;
  }
}

main section#courseContents1Sct .illst2-sp {
  display: none;
  position: absolute;
  left: 10%;
  bottom: .5em;
  width: 80%;
}

@media screen and (max-width: 599px) {
  main section#courseContents1Sct .illst2-sp {
    display: block;
  }
}

main section#courseContents2Sct {
  padding: 0 0 6em;
}

@media screen and (max-width: 599px) {
  main section#courseContents2Sct {
    z-index: 9;
  }
}

main section#courseContents3Sct {
  z-index: 10;
  top: -2.3em;
  padding: 0 0 10.5em;
  background: url("../img/bg2.webp") no-repeat center -3em / 100%;
  margin-bottom: -2.3em;
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct {
    top: -4em;
    padding: 3em 0 12em;
    background: url("../img/bg-sp.webp") no-repeat center top/100%;
    margin-bottom: -4em;
  }
}

main section#courseContents3Sct .sdB {
  position: relative;
  width: 80%;
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct .sdB {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}

main section#courseContents3Sct .sdB .box {
  width: 20%;
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct .sdB .box {
    position: relative;
    width: 84%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  main section#courseContents3Sct .sdB .box:nth-child(2n) .imgB {
    order: 2;
  }
  main section#courseContents3Sct .sdB .box:nth-child(2n) .txtB {
    order: 1;
  }
}

main section#courseContents3Sct .sdB .box .imgB {
  margin-bottom: 1em;
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct .sdB .box .imgB {
    width: 48%;
  }
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct .sdB .box .txtB {
    width: 48%;
    padding-top: 3em;
  }
}

main section#courseContents3Sct .sdB .box .txtB .time {
  display: block;
  color: #00008D;
  font-size: 150%;
  line-height: 1.5;
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct .sdB .box .txtB .time {
    font-size: 330%;
  }
}

main section#courseContents3Sct .sdB .box .txtB .ttl {
  display: block;
  font-weight: 700;
  letter-spacing: .03em;
  white-space: nowrap;
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct .sdB .box .txtB .ttl {
    font-size: 170%;
    letter-spacing: 0;
    line-height: 1.4;
  }
}

main section#courseContents3Sct .sdB .box .txtB .ttl small {
  display: block;
  font-size: 70%;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: .3em;
}

main section#courseContents3Sct .sdB.sd1 {
  margin: 0 0 0 7%;
  padding: 0 4% 0 4%;
  background: url("../img/course_schedule_bg1.webp") no-repeat center center/100%;
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct .sdB.sd1 {
    margin: 0 0 3em 0;
    padding: 0;
    background-image: url("../img/course_schedule_bg1-sp.webp");
    background-position: center top;
  }
}

main section#courseContents3Sct .sdB.sd1 .box:nth-child(1) {
  padding-bottom: 7em;
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct .sdB.sd1 .box:nth-child(1) {
    padding-bottom: 0;
  }
}

main section#courseContents3Sct .sdB.sd1 .box:nth-child(2) {
  padding-top: 6em;
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct .sdB.sd1 .box:nth-child(2) {
    padding-top: 0;
    top: -6em;
    margin-bottom: -6em;
  }
}

main section#courseContents3Sct .sdB.sd1 .box:nth-child(3) {
  padding-top: 1em;
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct .sdB.sd1 .box:nth-child(3) {
    padding-top: 0;
    top: -8em;
    margin-bottom: -8em;
  }
}

main section#courseContents3Sct .sdB.sd1 .box:nth-child(4) {
  padding-top: 7em;
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct .sdB.sd1 .box:nth-child(4) {
    padding-top: 0;
    top: -6em;
    margin-bottom: -6em;
  }
  main section#courseContents3Sct .sdB.sd1 .box:nth-child(4) .txtB {
    padding-top: 8em;
  }
}

main section#courseContents3Sct .sdB.sd2 {
  margin: 0 0 0 12.5%;
  padding: 0 4% 0 4%;
  background: url("../img/course_schedule_bg2.webp") no-repeat center center/100%;
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct .sdB.sd2 {
    margin: 0;
    padding: 0 0 7em 0;
    background-image: url("../img/course_schedule_bg2-sp.webp");
    background-position: center top;
  }
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct .sdB.sd2 .box:nth-child(1) {
    padding-top: 4em;
  }
}

main section#courseContents3Sct .sdB.sd2 .box:nth-child(2) {
  padding-top: 6em;
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct .sdB.sd2 .box:nth-child(2) {
    padding-top: 0;
    top: -6em;
    margin-bottom: -6em;
  }
}

main section#courseContents3Sct .sdB.sd2 .box:nth-child(3) {
  padding-top: 1em;
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct .sdB.sd2 .box:nth-child(3) {
    padding-top: 0;
    top: -6em;
    margin-bottom: -6em;
  }
}

main section#courseContents3Sct .sdB.sd2 .box:nth-child(4) {
  padding-top: 7em;
  padding-bottom: 3em;
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct .sdB.sd2 .box:nth-child(4) {
    padding-top: 0;
  }
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct .sdB.sd2 .box:nth-child(4) .imgB .pc {
    display: none;
  }
}

main section#courseContents3Sct .sdB.sd2 .box:nth-child(4) .imgB .sp {
  display: none;
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct .sdB.sd2 .box:nth-child(4) .imgB .sp {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct .sdB.sd2 .box:nth-child(4) .txtB {
    padding-top: 1em;
  }
}

main section#courseContents3Sct .sdB.sd2 .box:nth-child(4) .txtB .sp {
  display: none;
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct .sdB.sd2 .box:nth-child(4) .txtB .sp {
    display: block;
    width: 70%;
    margin: 1em auto 0;
  }
}

main section#courseContents3Sct .sdB.sd3 {
  margin: 0 0 0 10%;
  padding: 0 4% 0 4%;
  background: url("../img/course_schedule_bg3.webp") no-repeat center center/100%;
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct .sdB.sd3 {
    margin: 0;
    padding: 0 0 7em 0;
    background-image: url("../img/course_schedule_bg3-sp.webp");
    background-position: center top;
  }
}

main section#courseContents3Sct .sdB.sd3 .box .txtB .time {
  color: #FF6E00;
}

main section#courseContents3Sct .sdB.sd3 .box:nth-child(2) {
  padding-top: 6em;
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct .sdB.sd3 .box:nth-child(2) {
    padding-top: 0;
    top: -6em;
    margin-bottom: -6em;
  }
}

main section#courseContents3Sct .sdB.sd3 .box:nth-child(3) {
  padding-top: 1em;
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct .sdB.sd3 .box:nth-child(3) {
    padding-top: 0;
    top: -6em;
    margin-bottom: -6em;
  }
}

main section#courseContents3Sct .sdB.sd3 .box:nth-child(4) {
  padding-top: 7em;
  padding-bottom: 3em;
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct .sdB.sd3 .box:nth-child(4) {
    padding-top: 0;
  }
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct .sdB.sd3 .box:nth-child(4) .imgB .pc {
    display: none;
  }
}

main section#courseContents3Sct .sdB.sd3 .box:nth-child(4) .imgB .sp {
  display: none;
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct .sdB.sd3 .box:nth-child(4) .imgB .sp {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct .sdB.sd3 .box:nth-child(4) .txtB {
    padding-top: 1em;
  }
}

main section#courseContents3Sct .sdB.sd3 .box:nth-child(4) .txtB .sp {
  display: none;
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct .sdB.sd3 .box:nth-child(4) .txtB .sp {
    display: block;
    width: 70%;
    margin: 1em auto 0;
  }
}

main section#courseContents3Sct .illst1 {
  position: absolute;
  left: 4%;
  top: 5.6em;
  width: 12.5em;
  height: auto;
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct .illst1 {
    left: -7%;
    top: -1.4em;
    width: 16em;
  }
}

main section#courseContents3Sct .illst2 {
  position: absolute;
  right: 3.7%;
  top: 5.6em;
  width: 15.5em;
  height: auto;
}

@media screen and (max-width: 599px) {
  main section#courseContents3Sct .illst2 {
    right: -15%;
    top: -2.6em;
    width: 22em;
  }
}

main section#courseContents3Sct .wave {
  z-index: 12;
}

main section#courseContents4Sct {
  z-index: 15;
  padding: 0 0 5em;
}

@media screen and (max-width: 599px) {
  main section#courseContents4Sct {
    padding: 0 0 3em;
  }
}

main section#courseContents4Sct .pricelist {
  position: relative;
  width: 66%;
  margin: 6em auto 0;
  display: flex;
  justify-content: space-between;
}

main section#courseContents4Sct .pricelist.set1 {
  justify-content: center;
}

@media screen and (max-width: 599px) {
  main section#courseContents4Sct .pricelist {
    width: 84%;
    flex-wrap: wrap;
  }
}

main section#courseContents4Sct .pricelist .box {
  width: 47%;
}

@media screen and (max-width: 599px) {
  main section#courseContents4Sct .pricelist .box {
    width: 100%;
    margin-bottom: 3em;
  }
}

main section#courseContents4Sct .pricelist .box .ttl {
  display: block;
  background: #3C3214;
  color: #fff;
  font-weight: 700;
  padding: .32em 0;
  margin-bottom: 1.5em;
  border-radius: 2em;
}

@media screen and (max-width: 599px) {
  main section#courseContents4Sct .pricelist .box .ttl {
    font-size: 180%;
    letter-spacing: .15em;
    padding: .12em 0;
    margin-bottom: 1.2em;
  }
}

main section#courseContents4Sct .pricelist .box table {
  position: relative;
  width: 100%;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 599px) {
  main section#courseContents4Sct .pricelist .box table {
    margin-bottom: 2.5em;
  }
}

main section#courseContents4Sct .pricelist .box table tr {
  border-top: 1px dotted #9D9889;
  border-bottom: 1px dotted #9D9889;
}

main section#courseContents4Sct .pricelist .box table tr th {
  color: #9D9889;
  font-size: 90%;
  padding: 1em 1em;
  vertical-align: middle;
}

@media screen and (max-width: 599px) {
  main section#courseContents4Sct .pricelist .box table tr th {
    font-size: 170%;
    padding: 1em .3em;
  }
}

main section#courseContents4Sct .pricelist .box table tr td {
  text-align: center;
  font-weight: 700;
  padding: 1em 1em;
}

@media screen and (max-width: 599px) {
  main section#courseContents4Sct .pricelist .box table tr td {
    font-size: 190%;
    padding: 1em .3em;
  }
}

main section#courseContents4Sct .pricelist .box table thead th {
  text-align: center;
}

main section#courseContents4Sct .illst1 {
  position: absolute;
  left: -1%;
  top: -5.5em;
  width: 18em;
  height: auto;
}

@media screen and (max-width: 599px) {
  main section#courseContents4Sct .illst1 {
    left: -8%;
    top: -13.2em;
  }
}

main section#courseContents4Sct .illst2 {
  position: absolute;
  right: -1.3%;
  top: -3.1em;
  width: 20em;
  height: auto;
}

@media screen and (max-width: 599px) {
  main section#courseContents4Sct .illst2 {
    right: -7%;
    top: -10em;
  }
}

main section .priceatn {
  display: block;
  width: 66%;
  margin: 1em auto;
  font-size: 80%;
  letter-spacing: 0;
}

@media screen and (max-width: 599px) {
  main section .priceatn {
    font-size: 160%;
    width: 84%;
    flex-wrap: wrap;
  }
}

main section .priceatn .atn {
  display: inline-block;
  text-align: left;
}

main section .priceatn .btnB, main section .priceatn .wp-block-button {
  position: relative;
  text-align: center;
  margin: 0 0 1em auto;
  width: 100%;
}

@media screen and (max-width: 599px) {
  main section .priceatn .btnB, main section .priceatn .wp-block-button {
    width: 100%;
  }
}

main section .priceatn .btnB a, main section .priceatn .wp-block-button a {
  font-size: 1.1vw;
  position: relative;
  display: inline-block;
  width: 20vw;
  margin: 0.5em 3em 0.5em 0;
  background: #FF6E00;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 1em 0;
  border-radius: 2em;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 599px) {
  main section .priceatn .btnB a, main section .priceatn .wp-block-button a {
    width: 80vw;
    font-size: 1.15rem;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
  }
}

main .policy-illst2 {
  position: absolute;
  z-index: 100;
  top: 16.6em;
  left: 30%;
  width: 5.5em;
}

@media screen and (max-width: 599px) {
  main .policy-illst2 {
    left: 16%;
    top: 26em;
  }
}

main section#policyMainSct {
  z-index: 1;
  padding: 12em 0 5em;
}

@media screen and (max-width: 599px) {
  main section#policyMainSct {
    padding: 16em 0 8em;
  }
}

main section#policyMainSct h2 {
  display: block;
  width: 13em;
  margin: 0 auto .5em;
}

@media screen and (max-width: 599px) {
  main section#policyMainSct h2 {
    width: 15em;
  }
}

main section#policyMainSct .jp {
  display: block;
  font-size: 140%;
  font-weight: 700;
  letter-spacing: .15em;
}

@media screen and (max-width: 599px) {
  main section#policyMainSct .jp {
    font-size: 240%;
  }
}

main section#policyMainSct .illst1 {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 599px) {
  main section#policyMainSct .illst1 {
    display: none;
  }
}

main section#policyMainSct .illst1-sp {
  display: none;
  position: absolute;
  bottom: 0;
  left: -6%;
  width: 113.5%;
}

@media screen and (max-width: 599px) {
  main section#policyMainSct .illst1-sp {
    display: block;
  }
}

main section.policyStl .innerB {
  padding-top: ５em;
}

@media screen and (max-width: 599px) {
  main section.policyStl .innerB {
    padding-top: 10em;
  }
}

main section.policyStl .innerB h3 {
  position: relative;
  width: 29em;
  padding-top: 3em;
  margin: 0 auto 4.5em;
}

@media screen and (max-width: 599px) {
  main section.policyStl .innerB h3 {
    width: 84%;
    padding-top: 5.5em;
    margin: 0 auto 5.5em;
  }
}

main section.policyStl .innerB h3 p {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  padding: 1.4em 0 1.3em;
  background: #fff;
  border-radius: 3em;
}

@media screen and (max-width: 599px) {
  main section.policyStl .innerB h3 p {
    padding: 3em 0 2.6em;
    border-radius: 7em;
  }
}

main section.policyStl .innerB h3 p span {
  display: block;
  font-size: 130%;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.2;
  padding-right: .8em;
  border-right: 1px dotted #9D9889;
  margin-bottom: .1em;
}

@media screen and (max-width: 599px) {
  main section.policyStl .innerB h3 p span {
    font-size: 220%;
  }
}

main section.policyStl .innerB h3 p small {
  display: block;
  color: #9D9889;
  font-size: 110%;
  letter-spacing: .03em;
  line-height: 1.5;
  padding-left: 1.2em;
}

@media screen and (max-width: 599px) {
  main section.policyStl .innerB h3 p small {
    font-size: 170%;
    line-height: 1.6;
  }
}

main section.policyStl .innerB h3::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6em;
  height: 6em;
  border-radius: 50%;
  background: #fff;
}

@media screen and (max-width: 599px) {
  main section.policyStl .innerB h3::before {
    width: 11em;
    height: 11em;
  }
}

main section.policyStl .innerB h3.philosopny::after {
  content: "";
  position: absolute;
  z-index: 6;
  top: 1.2em;
  left: 50%;
  transform: translateX(-50%);
  width: 6em;
  height: 2.2em;
  background: url("../img/icn_m2.webp") no-repeat center center/contain;
}

@media screen and (max-width: 599px) {
  main section.policyStl .innerB h3.philosopny::after {
    top: 2em;
    width: 12em;
    height: 4.5em;
  }
}

main section.policyStl .innerB h3.policy {
  margin-top: 6em;
}

main section.policyStl .innerB h3.policy::after {
  content: "";
  position: absolute;
  z-index: 6;
  top: 1.2em;
  left: 50%;
  transform: translateX(-50%);
  width: 6em;
  height: 2.2em;
  background: url("../img/icn_m9.webp") no-repeat center center/contain;
}

@media screen and (max-width: 599px) {
  main section.policyStl .innerB h3.policy::after {
    top: 2em;
    width: 12em;
    height: 4.5em;
  }
}

main section#policyContentsSct {
  z-index: 2;
  top: -5.5em;
  padding: 10em 0 18em;
  background: url("../img/bg2.webp") no-repeat center top/100%;
  margin-bottom: -5.5em;
}

@media screen and (max-width: 599px) {
  main section#policyContentsSct {
    top: -4.5em;
    padding: 8.4em 0 17em;
    background: url("../img/bg-sp.webp") no-repeat center top/100%;
    margin-bottom: -4.5em;
  }
}

main section#policyContentsSct .hCopy {
  position: relative;
}

main section#policyContentsSct .hCopy .pc {
  display: block;
  margin: 0 auto 2em;
  width: 25em;
  height: auto;
}

@media screen and (max-width: 599px) {
  main section#policyContentsSct .hCopy .pc {
    display: none;
  }
}

main section#policyContentsSct .hCopy .sp {
  display: none;
  margin: 0 auto 2.6em;
  width: 24em;
  height: auto;
}

@media screen and (max-width: 599px) {
  main section#policyContentsSct .hCopy .sp {
    display: block;
  }
}

main section#policyContentsSct .hTxt {
  display: block;
  font-size: 165%;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 2.5em;
}

@media screen and (max-width: 599px) {
  main section#policyContentsSct .hTxt {
    font-size: 230%;
    margin-bottom: 10em;
  }
}

main section#policyContentsSct .ttl {
  display: block;
  width: 62.5%;
  margin: 0 auto 1.5em;
  font-size: 140%;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  main section#policyContentsSct .ttl {
    width: 84%;
    font-size: 220%;
  }
}

main section#policyContentsSct .txt {
  display: block;
  width: 62.5%;
  margin: 0 auto 4.5em;
  text-align: left;
  line-height: 2.1;
  letter-spacing: .05em;
}

@media screen and (max-width: 599px) {
  main section#policyContentsSct .txt {
    width: 84%;
    font-size: 190%;
    line-height: 2;
  }
}

main section#policyContentsSct .illst1 {
  position: absolute;
  left: 7.6%;
  top: 8.7em;
  width: 17.5em;
  height: auto;
}

@media screen and (max-width: 599px) {
  main section#policyContentsSct .illst1 {
    left: -3%;
    width: 20em;
  }
}

main section#policyContentsSct .illst2 {
  position: absolute;
  right: 7.8%;
  top: 8.7em;
  width: 13.9em;
  height: auto;
}

@media screen and (max-width: 599px) {
  main section#policyContentsSct .illst2 {
    right: 2%;
    top: 9.5em;
    width: 20em;
  }
}

main section#policyContentsSct .illst3 {
  position: absolute;
  right: 18.5%;
  top: 21em;
  width: 10em;
  height: auto;
}

@media screen and (max-width: 599px) {
  main section#policyContentsSct .illst3 {
    right: 35%;
    top: 72em;
    width: 14em;
  }
}

main section#policyContentsSct .illst4 {
  position: absolute;
  left: 40.5%;
  bottom: .8em;
  width: 19em;
  height: auto;
}

@media screen and (max-width: 599px) {
  main section#policyContentsSct .illst4 {
    left: 29%;
    width: 21em;
  }
}

main section#teacherMainSct {
  z-index: 1;
  padding: 12em 0 5em;
}

@media screen and (max-width: 599px) {
  main section#teacherMainSct {
    padding: 16em 0 8em;
  }
}

main section#teacherMainSct h2 {
  display: block;
  width: 19em;
  margin: 0 auto .5em;
}

@media screen and (max-width: 599px) {
  main section#teacherMainSct h2 {
    width: 19em;
  }
}

main section#teacherMainSct .jp {
  display: block;
  font-size: 140%;
  font-weight: 700;
  letter-spacing: .15em;
}

@media screen and (max-width: 599px) {
  main section#teacherMainSct .jp {
    font-size: 240%;
  }
}

main section#teacherMainSct .illst1 {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 599px) {
  main section#teacherMainSct .illst1 {
    display: none;
  }
}

main section#teacherMainSct .illst1-sp {
  display: none;
  position: absolute;
  bottom: 0;
  left: -6%;
  width: 113.5%;
}

@media screen and (max-width: 599px) {
  main section#teacherMainSct .illst1-sp {
    display: block;
  }
}

main section.teacherStl .innerB {
  padding-top: 5em;
}

main section.teacherStl .innerB h3 {
  position: relative;
  width: 29em;
  padding-top: 3em;
  margin: 0 auto 5em;
}

@media screen and (max-width: 599px) {
  main section.teacherStl .innerB h3 {
    width: 84%;
    padding-top: 5.5em;
    margin: 0 auto 4.5em;
  }
}

main section.teacherStl .innerB h3 p {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  padding: 1.4em 0 1.3em;
  background: #fff;
  border-radius: 3em;
}

@media screen and (max-width: 599px) {
  main section.teacherStl .innerB h3 p {
    padding: 3em 0 2.6em;
    border-radius: 7em;
  }
}

main section.teacherStl .innerB h3 p span {
  display: block;
  font-size: 130%;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.2;
  padding-right: .8em;
  border-right: 1px dotted #9D9889;
  margin-bottom: .1em;
}

@media screen and (max-width: 599px) {
  main section.teacherStl .innerB h3 p span {
    font-size: 220%;
  }
}

main section.teacherStl .innerB h3 p small {
  display: block;
  color: #9D9889;
  font-size: 110%;
  letter-spacing: .03em;
  line-height: 1.5;
  padding-left: 1.2em;
}

@media screen and (max-width: 599px) {
  main section.teacherStl .innerB h3 p small {
    font-size: 170%;
    line-height: 1.6;
  }
}

main section.teacherStl .innerB h3::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6em;
  height: 6em;
  border-radius: 50%;
  background: #fff;
}

@media screen and (max-width: 599px) {
  main section.teacherStl .innerB h3::before {
    width: 11em;
    height: 11em;
  }
}

main section.teacherStl .innerB h3::after {
  content: "";
  position: absolute;
  z-index: 6;
  top: 1.2em;
  left: 50%;
  transform: translateX(-50%);
  width: 6em;
  height: 2.2em;
  background: url("../img/icn_m3.webp") no-repeat center center/contain;
}

@media screen and (max-width: 599px) {
  main section.teacherStl .innerB h3::after {
    top: 2em;
    width: 12em;
    height: 4.5em;
  }
}

main section.teacherStl .innerB h3.japanese p {
  background: #F6F5F3;
}

main section.teacherStl .innerB h3.japanese::before {
  background: #F6F5F3;
}

main section.teacherStl .innerB h3.friend p {
  background: #F6F5F3;
}

main section.teacherStl .innerB h3.friend::before {
  background: #F6F5F3;
}

@media screen and (max-width: 599px) {
  main section.teacherStl .innerB h3.line2 p span {
    padding-top: .2em;
  }
  main section.teacherStl .innerB h3.line2 p small {
    text-align: left;
    line-height: 1.1;
  }
}

main section.teacherStl .innerB .teacherList {
  position: relative;
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 599px) {
  main section.teacherStl .innerB .teacherList {
    width: 84%;
  }
}

main section.teacherStl .innerB .teacherList.center {
  justify-content: center;
}

main section.teacherStl .innerB .teacherList li {
  position: relative;
  width: 43%;
  padding-bottom: 4em;
}

@media screen and (max-width: 599px) {
  main section.teacherStl .innerB .teacherList li {
    width: 100%;
    margin-bottom: 6em;
  }
}

main section.teacherStl .innerB .teacherList li .pfImg {
  display: block;
  width: 65%;
  margin: 0 auto .8em;
}

@media screen and (max-width: 599px) {
  main section.teacherStl .innerB .teacherList li .pfImg {
    width: 80%;
    margin: 0 auto 1.5em;
  }
}

main section.teacherStl .innerB .teacherList li:nth-of-type(2) .pfImg {
  margin-top: 1em;
}

main section.teacherStl .innerB .teacherList li:nth-of-type(3) .pfImg {
  margin-top: 1em;
}

main section.teacherStl .innerB .teacherList li .name {
  display: block;
  font-size: 200%;
  margin-bottom: .4em;
}

@media screen and (max-width: 599px) {
  main section.teacherStl .innerB .teacherList li .name {
    font-size: 400%;
    margin-bottom: .3em;
  }
}

main section.teacherStl .innerB .teacherList li .coment {
  display: block;
  text-align: left;
  font-size: 90%;
  letter-spacing: .05em;
  margin-bottom: 2em;
}

@media screen and (max-width: 599px) {
  main section.teacherStl .innerB .teacherList li .coment {
    font-size: 170%;
  }
}

main section.teacherStl .innerB .teacherList li .coment2 {
  display: block;
  text-align: left;
  font-size: 90%;
  font-weight: 700;
  letter-spacing: .05em;
  margin-bottom: 2.4em;
}

@media screen and (max-width: 599px) {
  main section.teacherStl .innerB .teacherList li .coment2 {
    font-size: 170%;
    margin-bottom: 2em;
  }
}

main section.teacherStl .innerB .teacherList li .jp {
  display: block;
  text-align: left;
  color: #9D9889;
  font-size: 80%;
  font-weight: 700;
  letter-spacing: .05em;
}

@media screen and (max-width: 599px) {
  main section.teacherStl .innerB .teacherList li .jp {
    font-size: 168%;
  }
}

main section.teacherStl .innerB .teacherList li .btnB {
  position: relative;
}

main section.teacherStl .innerB .teacherList li .btnB a {
  display: block;
  width: 16vw;
  margin: 0 auto;
  background: #FF6E00;
  color: #fff;
  font-size: 90%;
  font-weight: 700;
  letter-spacing: .03em;
  padding: .8em 0;
  border-radius: 2em;
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 599px) {
  main section.teacherStl .innerB .teacherList li .btnB a {
    width: 80%;
    font-size: 170%;
  }
}

main section#teacherContents1Sct {
  z-index: 2;
  top: -5.5em;
  padding: 5.5em 0 6em;
  background: url("../img/bg2.webp") no-repeat center top/100%;
  margin-bottom: -5.5em;
}

@media screen and (max-width: 599px) {
  main section#teacherContents1Sct {
    top: -4.5em;
    padding: 8.4em 0 4em;
    background: url("../img/bg-sp.webp") no-repeat center top/100%;
    margin-bottom: -4.5em;
  }
}

main section#teacherContents1Sct .teacherList li:nth-of-type(1) .pfImg {
  width: 95%;
}

@media screen and (max-width: 599px) {
  main section#teacherContents1Sct .teacherList li:nth-of-type(1) .pfImg {
    width: 90%;
  }
}

main section#teacherContents1Sct .teacherList li:nth-of-type(2) .pfImg {
  width: 74%;
}

@media screen and (max-width: 599px) {
  main section#teacherContents1Sct .teacherList li:nth-of-type(2) .pfImg {
    width: 90%;
  }
}

main section#teacherContents1Sct .teacherList li:nth-of-type(3) .pfImg {
  width: 60%;
}

@media screen and (max-width: 599px) {
  main section#teacherContents1Sct .teacherList li:nth-of-type(3) .pfImg {
    width: 80%;
  }
}

main section#teacherContents1Sct .teacherList li:nth-of-type(4) .pfImg {
  width: 79%;
}

@media screen and (max-width: 599px) {
  main section#teacherContents1Sct .teacherList li:nth-of-type(4) .pfImg {
    width: 100%;
  }
}

main section#teacherContents2Sct {
  padding: 0 0 6em;
}

@media screen and (max-width: 599px) {
  main section#teacherContents2Sct {
    z-index: 9;
    padding: 0 0 2em;
  }
}

main section#teacherContents2Sct .teacherList li:nth-of-type(1) .pfImg {
  width: 55%;
}

@media screen and (max-width: 599px) {
  main section#teacherContents2Sct .teacherList li:nth-of-type(1) .pfImg {
    width: 65%;
  }
}

main section#teacherContents2Sct .teacherList li:nth-of-type(2) .pfImg {
  width: 61%;
}

@media screen and (max-width: 599px) {
  main section#teacherContents2Sct .teacherList li:nth-of-type(2) .pfImg {
    width: 80%;
  }
}

main section#teacherContents2Sct .teacherList li:nth-of-type(3) .pfImg {
  width: 53%;
}

@media screen and (max-width: 599px) {
  main section#teacherContents2Sct .teacherList li:nth-of-type(3) .pfImg {
    width: 70%;
  }
}

main section#teacherContents3Sct {
  top: -2.3em;
  padding: 2.3em 0 6em;
  background: url("../img/bg2.webp") no-repeat center -3em / 100%;
  margin-bottom: -2.3em;
}

@media screen and (max-width: 599px) {
  main section#teacherContents3Sct {
    z-index: 10;
    top: -4em;
    padding: 3em 0 4em;
    background: url("../img/bg-sp.webp") no-repeat center top/100%;
    margin-bottom: -4em;
  }
}

main section#teacherContents4Sct {
  padding: 0 0 6em;
}

@media screen and (max-width: 599px) {
  main section#teacherContents4Sct {
    z-index: 9;
    padding: 0 0 6em;
  }
}

main .flow-illst2 {
  position: absolute;
  z-index: 100;
  top: 16.6em;
  left: 30%;
  width: 5.5em;
}

@media screen and (max-width: 599px) {
  main .flow-illst2 {
    left: 16%;
    top: 27.4em;
  }
}

main section#flowMainSct {
  z-index: 1;
  padding: 12em 0 5em;
}

@media screen and (max-width: 599px) {
  main section#flowMainSct {
    padding: 13em 0 8em;
  }
}

main section#flowMainSct h2 {
  display: block;
  width: 27em;
  margin: 0 auto .8em;
}

@media screen and (max-width: 599px) {
  main section#flowMainSct h2 {
    width: 20em;
  }
}

@media screen and (max-width: 599px) {
  main section#flowMainSct h2 .pc {
    display: none;
  }
}

main section#flowMainSct h2 .sp {
  display: none;
}

@media screen and (max-width: 599px) {
  main section#flowMainSct h2 .sp {
    display: block;
  }
}

main section#flowMainSct .jp {
  display: block;
  font-size: 140%;
  font-weight: 700;
  letter-spacing: .15em;
}

@media screen and (max-width: 599px) {
  main section#flowMainSct .jp {
    font-size: 250%;
  }
}

main section#flowMainSct .illst1 {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 599px) {
  main section#flowMainSct .illst1 {
    display: none;
  }
}

main section#flowMainSct .illst1-sp {
  display: none;
  position: absolute;
  bottom: 0;
  left: -6%;
  width: 113.5%;
}

@media screen and (max-width: 599px) {
  main section#flowMainSct .illst1-sp {
    display: block;
  }
}

main section#flowContentsSct {
  z-index: 2;
  top: -5.5em;
  padding: 12em 0 2em;
  background: url("../img/bg2.webp") no-repeat center top/100%;
  margin-bottom: -5.5em;
}

@media screen and (max-width: 599px) {
  main section#flowContentsSct {
    top: -4.5em;
    padding: 12em 0 1em;
    background: url("../img/bg-sp.webp") no-repeat center top/100%;
    margin-bottom: -4.5em;
  }
}

main section#flowContentsSct .flowList {
  position: relative;
  display: block;
  width: 67%;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  main section#flowContentsSct .flowList {
    width: 84%;
  }
}

main section#flowContentsSct .flowList li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6em;
}

@media screen and (max-width: 599px) {
  main section#flowContentsSct .flowList li {
    display: block;
    margin-bottom: 12em;
  }
}

main section#flowContentsSct .flowList li::before {
  content: "";
  position: absolute;
  left: 15%;
  bottom: -5.5em;
  width: 3px;
  height: 5.3em;
  background: url("../img/icn_dline.webp") no-repeat center top/contain;
}

@media screen and (max-width: 599px) {
  main section#flowContentsSct .flowList li::before {
    left: 50%;
    background: url("../img/icn_dline-sp.webp") no-repeat center top/contain;
    bottom: -11em;
    height: 7.5em;
  }
}

main section#flowContentsSct .flowList li:last-child::before {
  display: none;
}

main section#flowContentsSct .flowList li .picB {
  width: 29%;
}

@media screen and (max-width: 599px) {
  main section#flowContentsSct .flowList li .picB {
    position: absolute;
    top: 11.5em;
    left: 27%;
    width: 46%;
  }
  main section#flowContentsSct .flowList li .picB.line2 {
    top: 13.8em;
  }
}

main section#flowContentsSct .flowList li .txtB {
  width: 67%;
}

@media screen and (max-width: 599px) {
  main section#flowContentsSct .flowList li .txtB {
    width: 100%;
  }
}

main section#flowContentsSct .flowList li .txtB .no {
  display: block;
  width: 4.5em;
  margin-bottom: 1em;
}

@media screen and (max-width: 599px) {
  main section#flowContentsSct .flowList li .txtB .no {
    width: 7.5em;
    margin: 0 auto 1em;
  }
}

main section#flowContentsSct .flowList li .txtB .ttl {
  display: block;
  text-align: left;
  font-size: 140%;
  font-weight: 700;
  letter-spacing: .12em;
  margin-bottom: .5em;
}

@media screen and (max-width: 599px) {
  main section#flowContentsSct .flowList li .txtB .ttl {
    text-align: center;
    font-size: 240%;
    letter-spacing: .08em;
    margin: 0 auto 8.3em;
  }
  main section#flowContentsSct .flowList li .txtB .ttl .line2 {
    display: block;
    line-height: 1;
  }
}

main section#flowContentsSct .flowList li .txtB .txt {
  display: block;
  text-align: left;
  font-size: 90%;
  letter-spacing: .05em;
}

@media screen and (max-width: 599px) {
  main section#flowContentsSct .flowList li .txtB .txt {
    font-size: 170%;
  }
}

main section#flowContentsSct .flowList li .txtB .btnB {
  display: block;
  text-align: left;
  margin-top: 1.5em;
}

@media screen and (max-width: 599px) {
  main section#flowContentsSct .flowList li .txtB .btnB {
    margin-top: 2.5em;
  }
}

main section#flowContentsSct .flowList li .txtB .btnB a {
  display: block;
  width: 17vw;
  background: #72D616;
  text-align: center;
  color: #fff;
  font-size: 90%;
  font-weight: 700;
  letter-spacing: .03em;
  padding: .8em 0;
  border-radius: 2em;
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 599px) {
  main section#flowContentsSct .flowList li .txtB .btnB a {
    width: 80%;
    font-size: 170%;
    margin: 0 auto;
  }
}

main .forcomp-illst2 {
  position: absolute;
  z-index: 100;
  top: 16.6em;
  left: 30%;
  width: 5.5em;
}

@media screen and (max-width: 599px) {
  main .forcomp-illst2 {
    left: 16%;
    top: 27.4em;
  }
}

main section#forcompMainSct {
  z-index: 1;
  padding: 12em 0 5em;
}

@media screen and (max-width: 599px) {
  main section#forcompMainSct {
    padding: 15em 0 8em;
  }
}

main section#forcompMainSct h2 {
  display: block;
  width: 27em;
  margin: 0 auto .8em;
}

@media screen and (max-width: 599px) {
  main section#forcompMainSct h2 {
    width: 23em;
    margin-bottom: .5em;
  }
}

@media screen and (max-width: 599px) {
  main section#forcompMainSct h2 .pc {
    display: none;
  }
}

main section#forcompMainSct h2 .sp {
  display: none;
}

@media screen and (max-width: 599px) {
  main section#forcompMainSct h2 .sp {
    display: block;
  }
}

main section#forcompMainSct .jp {
  display: block;
  font-size: 140%;
  font-weight: 700;
  letter-spacing: .15em;
}

@media screen and (max-width: 599px) {
  main section#forcompMainSct .jp {
    font-size: 200%;
  }
}

main section#forcompMainSct .illst1 {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 599px) {
  main section#forcompMainSct .illst1 {
    display: none;
  }
}

main section#forcompMainSct .illst1-sp {
  display: none;
  position: absolute;
  bottom: 0;
  left: -6%;
  width: 113.5%;
}

@media screen and (max-width: 599px) {
  main section#forcompMainSct .illst1-sp {
    display: block;
  }
}

main section.forcompStl .innerB {
  padding-top: 1em;
}

main section.forcompStl .innerB h3 {
  position: relative;
  width: 29em;
  padding-top: 3em;
  margin: 0 auto 3em;
}

@media screen and (max-width: 599px) {
  main section.forcompStl .innerB h3 {
    width: 84%;
    padding-top: 5.5em;
    margin: 0 auto 4em;
  }
}

main section.forcompStl .innerB h3 p {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  padding: 1.4em 0 1.3em;
  background: #fff;
  border-radius: 3em;
}

@media screen and (max-width: 599px) {
  main section.forcompStl .innerB h3 p {
    padding: 3em 0 2.6em;
    border-radius: 7em;
  }
}

main section.forcompStl .innerB h3 p span {
  display: block;
  font-size: 130%;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.2;
  padding-right: .8em;
  border-right: 1px dotted #9D9889;
  margin-bottom: .1em;
}

@media screen and (max-width: 599px) {
  main section.forcompStl .innerB h3 p span {
    font-size: 220%;
  }
}

main section.forcompStl .innerB h3 p small {
  display: block;
  color: #9D9889;
  font-size: 110%;
  letter-spacing: .03em;
  line-height: 1.5;
  padding-left: 1.2em;
}

@media screen and (max-width: 599px) {
  main section.forcompStl .innerB h3 p small {
    font-size: 170%;
    line-height: 1.6;
  }
}

main section.forcompStl .innerB h3::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6em;
  height: 6em;
  border-radius: 50%;
  background: #fff;
}

@media screen and (max-width: 599px) {
  main section.forcompStl .innerB h3::before {
    width: 11em;
    height: 11em;
  }
}

main section.forcompStl .innerB h3.classes::after {
  content: "";
  position: absolute;
  z-index: 6;
  top: 1.2em;
  left: 50%;
  transform: translateX(-50%);
  width: 6em;
  height: 2.2em;
  background: url("../img/icn_m2.webp") no-repeat center center/contain;
}

@media screen and (max-width: 599px) {
  main section.forcompStl .innerB h3.classes::after {
    top: 2em;
    width: 12em;
    height: 4.5em;
  }
}

main section.forcompStl .innerB h3.line2 p {
  padding: 1.1em 0 1em;
}

@media screen and (max-width: 599px) {
  main section.forcompStl .innerB h3.line2 p {
    padding: 2.5em 0 2.2em;
  }
}

main section.forcompStl .innerB h3.line2 p span {
  padding-top: .3em;
}

@media screen and (max-width: 599px) {
  main section.forcompStl .innerB h3.line2 p span {
    padding-top: .2em;
  }
}

main section.forcompStl .innerB h3.line2 p small {
  text-align: left;
  line-height: 1.1;
}

main section.forcompStl .innerB h3.voice {
  margin-bottom: 5em;
}

@media screen and (max-width: 599px) {
  main section.forcompStl .innerB h3.voice {
    margin-bottom: 6em;
  }
}

main section.forcompStl .innerB h3.voice p {
  background: #F6F5F3;
}

main section.forcompStl .innerB h3.voice::before {
  background: #F6F5F3;
}

main section.forcompStl .innerB h3.voice::after {
  content: "";
  position: absolute;
  z-index: 6;
  top: 1.2em;
  left: 50%;
  transform: translateX(-50%);
  width: 6em;
  height: 2.2em;
  background: url("../img/icn_m3.webp") no-repeat center center/contain;
}

@media screen and (max-width: 599px) {
  main section.forcompStl .innerB h3.voice::after {
    top: 2em;
    width: 12em;
    height: 4.5em;
  }
}

main section#forcompContents1Sct {
  top: -5.5em;
  padding: 10em 0 7em;
  background: url("../img/bg2.webp") no-repeat center top/100%;
  margin-bottom: -5.5em;
}

@media screen and (max-width: 599px) {
  main section#forcompContents1Sct {
    z-index: 5;
    top: -4.5em;
    padding: 10em 0 12em;
    background: url("../img/bg-sp.webp") no-repeat center top/100%;
    margin-bottom: -4.5em;
  }
}

main section#forcompContents1Sct .ttlC {
  display: block;
  font-size: 140%;
  font-weight: 700;
  letter-spacing: .1em;
  margin: 2.8em auto 1.2em;
}

@media screen and (max-width: 599px) {
  main section#forcompContents1Sct .ttlC {
    font-size: 250%;
    margin: 2em auto 1em;
  }
}

main section#forcompContents1Sct .txtC {
  display: block;
  width: 62.5%;
  margin: 0 auto 3em;
  font-size: 90%;
  text-align: left;
}

@media screen and (max-width: 599px) {
  main section#forcompContents1Sct .txtC {
    width: 84%;
    font-size: 170%;
    letter-spacing: .03em;
    margin: 0 auto 2.5em;
  }
}

main section#forcompContents1Sct .txtC small {
  display: block;
  margin-top: .4em;
}

main section#forcompContents1Sct .data {
  position: relative;
  width: 62.5%;
  margin: 0 auto 4em;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  main section#forcompContents1Sct .data {
    width: 84%;
    flex-wrap: wrap;
  }
}

main section#forcompContents1Sct .data .box {
  width: 48%;
}

@media screen and (max-width: 599px) {
  main section#forcompContents1Sct .data .box {
    width: 100%;
    margin-bottom: 3em;
  }
}

main section#forcompContents1Sct .data .box dl {
  display: flex;
  background: #fff;
  border-top: 1px dotted #9D9889;
  border-bottom: 1px dotted #9D9889;
}

@media screen and (max-width: 599px) {
  main section#forcompContents1Sct .data .box dl {
    flex-wrap: wrap;
  }
}

main section#forcompContents1Sct .data .box dl dt {
  padding: 1.3em 2em 1.3em 1.3em;
  color: #9D9889;
  font-size: 90%;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  main section#forcompContents1Sct .data .box dl dt {
    width: 100%;
    text-align: left;
    font-size: 170%;
    padding: 1.3em 1.5em .2em;
  }
}

main section#forcompContents1Sct .data .box dl dd {
  padding: 1em .2em 1em 1.2em;
}

@media screen and (max-width: 599px) {
  main section#forcompContents1Sct .data .box dl dd {
    width: 100%;
    text-align: left;
    font-size: 180%;
    padding: .2em 1.4em 1.4em;
  }
}

main section#forcompContents1Sct .data .box .atn {
  display: block;
  text-align: left;
  font-size: 70%;
  letter-spacing: 0;
  padding-top: .8em;
}

@media screen and (max-width: 599px) {
  main section#forcompContents1Sct .data .box .atn {
    font-size: 140%;
    line-height: 1.5;
    padding-top: 1em;
  }
}

main section#forcompContents1Sct .btnB {
  position: relative;
}

main section#forcompContents1Sct .btnB a {
  display: block;
  width: 20vw;
  margin: 0 auto;
  color: #fff;
  font-size: 120%;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.4;
  background: #FF6E00;
  padding: .8em 0;
  border-radius: 3em;
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 599px) {
  main section#forcompContents1Sct .btnB a {
    width: 74%;
    font-size: 220%;
  }
}

main section#forcompContents1Sct .btnB a small {
  display: block;
  font-size: 60%;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .01em;
}

main section#forcompContents1Sct .mailform iframe {
  width: 62.5%;
}

@media screen and (max-width: 599px) {
  main section#forcompContents1Sct .mailform iframe {
    width: 84%;
  }
}

main section#forcompContents2Sct {
  padding: 3em 0 5em;
}

@media screen and (max-width: 599px) {
  main section#forcompContents2Sct {
    padding: 8em 0 8em;
  }
}

main section#forcompContents2Sct .messegB {
  position: relative;
  overflow: hidden;
  width: 75%;
  margin: 0 auto;
  background: #F6F5F3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 1.5em;
}

@media screen and (max-width: 599px) {
  main section#forcompContents2Sct .messegB {
    width: 84%;
    flex-wrap: wrap;
    border-radius: 2.5em;
  }
}

main section#forcompContents2Sct .messegB .pic {
  order: 2;
  width: 37.5%;
}

@media screen and (max-width: 599px) {
  main section#forcompContents2Sct .messegB .pic {
    order: 1;
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  main section#forcompContents2Sct .messegB .pic .pc {
    display: none;
  }
}

main section#forcompContents2Sct .messegB .pic .sp {
  display: none;
}

@media screen and (max-width: 599px) {
  main section#forcompContents2Sct .messegB .pic .sp {
    display: block;
  }
}

main section#forcompContents2Sct .messegB .txtB {
  position: relative;
  padding-top: .5em;
  order: 1;
  width: 62.5%;
  padding: 2em 4em 2em 4.5em;
  text-align: left;
}

@media screen and (max-width: 599px) {
  main section#forcompContents2Sct .messegB .txtB {
    order: 2;
    width: 100%;
    padding: 4.5em 2.8em 5em 2.8em;
  }
}

main section#forcompContents2Sct .messegB .txtB .name {
  display: block;
  font-size: 120%;
  font-weight: 700;
  margin-bottom: 1.1em;
}

@media screen and (max-width: 599px) {
  main section#forcompContents2Sct .messegB .txtB .name {
    font-size: 210%;
    line-height: 1.6;
    letter-spacing: .15em;
    margin-bottom: 1.5em;
  }
}

main section#forcompContents2Sct .messegB .txtB .txt {
  display: block;
  font-size: 80%;
  line-height: 1.9;
  letter-spacing: 0;
  margin-bottom: 2.8em;
}

@media screen and (max-width: 599px) {
  main section#forcompContents2Sct .messegB .txtB .txt {
    font-size: 170%;
    line-height: 1.8;
    letter-spacing: .05em;
    margin-bottom: 2.4em;
  }
}

main section#forcompContents2Sct .messegB .txtB .btnB {
  position: relative;
}

main section#forcompContents2Sct .messegB .txtB .btnB a {
  display: block;
  margin: 0 auto;
  width: 16vw;
  text-align: center;
  font-size: 80%;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .03em;
  color: #fff;
  background: #72D616;
  padding: 1em 0;
  border-radius: 2em;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 599px) {
  main section#forcompContents2Sct .messegB .txtB .btnB a {
    width: 86%;
    font-size: 170%;
  }
}

main section#forcompContents2Sct .illst1 {
  position: absolute;
  top: 5em;
  left: 9%;
  width: 82%;
}

@media screen and (max-width: 599px) {
  main section#forcompContents2Sct .illst1 {
    display: none;
  }
}

main section#forcompContents2Sct .illst1-sp {
  display: none;
  position: absolute;
  top: 2em;
  left: -2%;
  width: 107%;
}

@media screen and (max-width: 599px) {
  main section#forcompContents2Sct .illst1-sp {
    display: block;
  }
}

main section#newsMainSct {
  padding: 12em 0 .1em;
  background: url("../img/bg.webp") no-repeat center top/cover;
  text-align: left;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct {
    padding: 15em 0 7em;
    background: url("../img/bg-sp.webp") no-repeat center top/cover;
  }
}

main section#newsMainSct h2 {
  display: block;
  width: 23.5vw;
  padding-left: 12%;
  margin-bottom: 1em;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct h2 {
    width: 14.5em;
    padding-left: 0;
    margin: 0 auto 1.2em;
  }
}

main section#newsMainSct .jp {
  display: block;
  font-size: 140%;
  font-weight: 700;
  letter-spacing: .15em;
  padding-left: 12.5%;
  margin-bottom: 3.5em;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .jp {
    font-size: 220%;
    text-align: center;
    padding-left: 0;
    margin-bottom: 2em;
  }
}

main section#newsMainSct .tt {
  position: absolute;
  right: 12.5%;
  top: 13.2em;
  font-size: 90%;
  letter-spacing: .08em;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .tt {
    position: relative;
    z-index: 10;
    right: inherit;
    top: inherit;
    font-size: 170%;
    text-align: center;
    width: 100%;
    padding-left: 1em;
    margin-bottom: 6em;
  }
}

main section#newsMainSct .tt2 {
  position: absolute;
  right: 12.5%;
  top: 13.2em;
  font-size: 90%;
  letter-spacing: .03em;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .tt2 {
    position: relative;
    z-index: 10;
    right: inherit;
    top: inherit;
    font-size: 170%;
    text-align: center;
    width: 100%;
    padding-left: 1em;
    margin-bottom: 6em;
  }
}

main section#newsMainSct .newsPost {
  position: relative;
  width: 75%;
  margin: 0 auto 4em;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .newsPost {
    width: 84%;
    margin: 0 auto 7em;
  }
}

main section#newsMainSct .newsPost li {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 3.3em;
  border-radius: 1.5em;
  margin-bottom: 2em;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .newsPost li {
    flex-wrap: wrap;
    padding: 3.5em 3.5em 5em 3.5em;
    border-radius: 2.5em;
    margin-bottom: 3em;
  }
}

main section#newsMainSct .newsPost li .imgB {
  order: 2;
  width: 20.5%;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .newsPost li .imgB {
    order: 1;
    width: 100%;
    margin-bottom: 2.2em;
  }
}

main section#newsMainSct .newsPost li .txtB {
  order: 1;
  width: 73%;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .newsPost li .txtB {
    position: relative;
    order: 2;
    width: 100%;
  }
}

main section#newsMainSct .newsPost li .txtB .date {
  display: block;
  color: #9D9889;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: .4em;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .newsPost li .txtB .date {
    font-size: 180%;
    padding-top: .1em;
    margin-bottom: .5em;
  }
}

main section#newsMainSct .newsPost li .txtB .new {
  position: absolute;
  top: 3.15em;
  left: 8.8em;
  width: 2.8em;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .newsPost li .txtB .new {
    top: 0em;
    left: 10em;
    width: 5em;
  }
}

main section#newsMainSct .newsPost li .txtB .ttl {
  display: block;
  font-size: 120%;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.6;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .newsPost li .txtB .ttl {
    font-size: 190%;
    margin-bottom: 1.2em;
  }
}

main section#newsMainSct .newsPost li .txtB .txt {
  display: block;
  line-height: 1.6;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .newsPost li .txtB .txt {
    font-size: 170%;
    letter-spacing: .1em;
  }
}

main section#newsMainSct .newsPost li .txtB .txt a:link, main section#newsMainSct .newsPost li .txtB .txt a:visited {
  text-decoration: underline;
}

main section#newsMainSct .newsPost li .txtB .data {
  display: block;
  border-top: 1px dotted #9D9889;
  border-bottom: 1px dotted #9D9889;
  padding: 1em;
  margin-top: 1.5em;
  line-height: 1.6;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .newsPost li .txtB .data {
    padding: 2em 0;
    margin-top: 2.5em;
    font-size: 160%;
    letter-spacing: .1em;
  }
}

main section#newsMainSct .newsPost li .txtB .btnB, main section#newsMainSct .newsPost li .txtB .wp-block-button {
  position: relative;
}

main section#newsMainSct .newsPost li .txtB .btnB a, main section#newsMainSct .newsPost li .txtB .wp-block-button a {
  position: relative;
  display: block;
  width: 18vw;
  margin: 2em auto 0;
  background: #FF6E00;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: .8em 0;
  border-radius: 2em;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .newsPost li .txtB .btnB a, main section#newsMainSct .newsPost li .txtB .wp-block-button a {
    width: 80%;
    font-size: 170%;
  }
}

main section#newsMainSct .eventPost {
  position: relative;
  width: 75%;
  margin: 0 auto 4em;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .eventPost {
    width: 84%;
    margin: 0 auto 7em;
  }
}

main section#newsMainSct .eventPost li {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 3.3em;
  border-radius: 1.5em;
  margin-bottom: 2em;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .eventPost li {
    flex-wrap: wrap;
    padding: 3.5em 3.5em 5em 3.5em;
    border-radius: 2.5em;
    margin-bottom: 3em;
  }
}

main section#newsMainSct .eventPost li .imgB {
  order: 2;
  width: 30%;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .eventPost li .imgB {
    order: 1;
    width: 100%;
    margin-bottom: 2.2em;
  }
}

main section#newsMainSct .eventPost li .txtB {
  order: 1;
  width: 67%;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .eventPost li .txtB {
    position: relative;
    order: 2;
    width: 100%;
  }
}

main section#newsMainSct .eventPost li .txtB .date {
  display: block;
  color: #9D9889;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: .4em;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .eventPost li .txtB .date {
    font-size: 180%;
    padding-top: .1em;
    margin-bottom: .5em;
  }
}

main section#newsMainSct .eventPost li .txtB .new {
  position: absolute;
  top: 3.15em;
  left: 8.8em;
  width: 2.8em;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .eventPost li .txtB .new {
    top: 0em;
    left: 10em;
    width: 5em;
  }
}

main section#newsMainSct .eventPost li .txtB .ttl {
  display: block;
  font-size: 120%;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.6;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .eventPost li .txtB .ttl {
    font-size: 190%;
    margin-bottom: 1.2em;
  }
}

main section#newsMainSct .eventPost li .txtB .txt {
  display: block;
  line-height: 1.6;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .eventPost li .txtB .txt {
    font-size: 170%;
    letter-spacing: .1em;
  }
}

main section#newsMainSct .eventPost li .txtB .btnB, main section#newsMainSct .eventPost li .txtB .wp-block-button {
  position: relative;
}

main section#newsMainSct .eventPost li .txtB .btnB a, main section#newsMainSct .eventPost li .txtB .wp-block-button a {
  position: relative;
  display: block;
  width: 18vw;
  margin: 2em auto 0;
  background: #00008D;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: .8em 0;
  border-radius: 2em;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .eventPost li .txtB .btnB a, main section#newsMainSct .eventPost li .txtB .wp-block-button a {
    width: 80%;
    font-size: 170%;
  }
}

main section#newsMainSct .pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2em;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .pagination {
    justify-content: space-between;
    width: 84%;
    margin: 0 auto;
  }
}

main section#newsMainSct .pagination .prev, main section#newsMainSct .pagination .next {
  position: relative;
}

main section#newsMainSct .pagination .prev a, main section#newsMainSct .pagination .next a {
  position: relative;
  display: block;
  width: 2.8em;
  height: 2.8em;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .pagination .prev a, main section#newsMainSct .pagination .next a {
    width: 3.5em;
    height: 3.5em;
  }
}

main section#newsMainSct .pagination .prev a.non, main section#newsMainSct .pagination .next a.non {
  pointer-events: none;
  opacity: .3;
}

main section#newsMainSct .pagination .prev a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: url("../img/icn_arrow5.svg") no-repeat center center/contain;
  width: 2.8em;
  height: 2.8em;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .pagination .prev a::after {
    width: 3.5em;
    height: 3.5em;
  }
}

main section#newsMainSct .pagination .next a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: url("../img/icn_arrow6.svg") no-repeat center center/contain;
  width: 2.8em;
  height: 2.8em;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .pagination .next a::after {
    width: 3.5em;
    height: 3.5em;
  }
}

main section#newsMainSct .pagination .page-numbers {
  position: relative;
  display: flex;
  margin: 0 5em;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .pagination .page-numbers {
    margin: 0 auto;
  }
}

main section#newsMainSct .pagination .page-numbers li {
  padding: 0 .7em;
}

main section#newsMainSct .pagination .page-numbers li .page-number {
  display: block;
  text-align: center;
  font-weight: 700;
  background: #fff;
  width: 2.8em;
  height: 2.8em;
  line-height: 2.8em;
  border-radius: 50%;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .pagination .page-numbers li .page-number {
    font-size: 150%;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
  }
}

main section#newsMainSct .pagination .page-numbers li .page-number.current {
  pointer-events: none;
  color: #fff;
  background: #9D9889;
}

main section#newsMainSct .pagination .page-numbers li .dots {
  display: block;
  line-height: 2.4em;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .pagination .page-numbers li .dots {
    font-size: 150%;
  }
}

main section#newsMainSct .illst1 {
  position: absolute;
  top: 11em;
  right: 3.5%;
  width: 38%;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .illst1 {
    display: none;
  }
}

main section#newsMainSct .illst1-sp {
  display: none;
  position: absolute;
  top: 23em;
  left: -2%;
  width: 105%;
}

@media screen and (max-width: 599px) {
  main section#newsMainSct .illst1-sp {
    display: block;
  }
}

main section#contactMainSct {
  padding: 12em 0 .1em;
  background: url("../img/bg.webp") no-repeat center top/100%;
  text-align: left;
}

@media screen and (max-width: 599px) {
  main section#contactMainSct {
    padding: 15em 0 .1em;
    background: url("../img/bg-sp.webp") no-repeat center top/100%;
  }
}

main section#contactMainSct h2 {
  display: block;
  width: 32vw;
  padding-left: 12%;
  margin-bottom: 1em;
}

@media screen and (max-width: 599px) {
  main section#contactMainSct h2 {
    width: 21.5em;
    padding-left: 0;
    margin: 0 auto 1.4em;
  }
}

main section#contactMainSct .jp {
  display: block;
  font-size: 140%;
  font-weight: 700;
  letter-spacing: .15em;
  padding-left: 12.5%;
  margin-bottom: 3.5em;
}

@media screen and (max-width: 599px) {
  main section#contactMainSct .jp {
    font-size: 220%;
    text-align: center;
    padding-left: 0;
    margin-bottom: 6em;
  }
}

main section#contactMainSct .lineB {
  position: relative;
  width: 75%;
  margin: 0 auto 6em;
  border-top: 1px dotted #9D9889;
  border-bottom: 1px dotted #9D9889;
  padding: 3em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 599px) {
  main section#contactMainSct .lineB {
    width: 84%;
    display: block;
    padding: 3.5em 0 4em;
  }
}

@media screen and (max-width: 599px) {
  main section#contactMainSct .lineB .txtB {
    margin-bottom: 3em;
  }
}

main section#contactMainSct .lineB .txtB .ttl {
  display: block;
  font-size: 120%;
  font-weight: 700;
  letter-spacing: .12em;
  margin-bottom: .5em;
}

@media screen and (max-width: 599px) {
  main section#contactMainSct .lineB .txtB .ttl {
    font-size: 210%;
    margin-bottom: .8em;
  }
}

main section#contactMainSct .lineB .txtB .txt {
  display: block;
  letter-spacing: .03em;
}

@media screen and (max-width: 599px) {
  main section#contactMainSct .lineB .txtB .txt {
    font-size: 170%;
    letter-spacing: .08em;
  }
}

main section#contactMainSct .lineB .btnB a {
  position: relative;
  display: block;
  width: 15vw;
  text-align: center;
  background: #72D616;
  color: #fff;
  font-size: 90%;
  font-weight: 700;
  padding: .7em 0;
  border-radius: 2em;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.2);
  margin-right: 1.2em;
}

@media screen and (max-width: 599px) {
  main section#contactMainSct .lineB .btnB a {
    width: 80%;
    font-size: 170%;
    letter-spacing: .1em;
    padding: .8em 0;
    margin: 0 auto;
  }
}

main section#contactMainSct .inBox .ttlB {
  position: relative;
  margin-bottom: 4.5em;
}

@media screen and (max-width: 599px) {
  main section#contactMainSct .inBox .ttlB {
    margin-bottom: 4em;
  }
}

main section#contactMainSct .inBox .ttlB .t1 {
  display: block;
  margin: 0 auto 1.2em;
  width: 37.5em;
}

@media screen and (max-width: 599px) {
  main section#contactMainSct .inBox .ttlB .t1 {
    display: none;
  }
}

main section#contactMainSct .inBox .ttlB .t1-sp {
  display: none;
  margin: 0 auto 1.2em;
  width: 33em;
}

@media screen and (max-width: 599px) {
  main section#contactMainSct .inBox .ttlB .t1-sp {
    display: block;
  }
}

main section#contactMainSct .inBox .infoB {
  position: relative;
  width: 75%;
  margin: 0 auto 2em;
  display: flex;
}

@media screen and (max-width: 599px) {
  main section#contactMainSct .inBox .infoB {
    width: 84%;
    flex-wrap: wrap;
    margin: 0 auto 8em;
  }
}

main section#contactMainSct .inBox .infoB .picB {
  position: relative;
  order: 2;
  width: 50%;
}

@media screen and (max-width: 599px) {
  main section#contactMainSct .inBox .infoB .picB {
    order: 1;
    width: 100%;
  }
}

main section#contactMainSct .inBox .infoB .picB img {
  display: block;
  position: relative;
  width: 106%;
  left: 4.5em;
  top: -7.5em;
  margin-bottom: -7.5em;
}

@media screen and (max-width: 599px) {
  main section#contactMainSct .inBox .infoB .picB img {
    width: 116%;
    left: 0;
    top: -3.7em;
    margin-bottom: -1.7em;
  }
}

main section#contactMainSct .inBox .infoB .txtB {
  order: 1;
  width: 50%;
}

@media screen and (max-width: 599px) {
  main section#contactMainSct .inBox .infoB .txtB {
    order: 2;
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  main section#contactMainSct .inBox .infoB .txtB table {
    width: 100%;
  }
}

main section#contactMainSct .inBox .infoB .txtB table tr {
  border-top: 1px dotted #9D9889;
}

main section#contactMainSct .inBox .infoB .txtB table tr:last-child {
  border-bottom: 1px dotted #9D9889;
}

main section#contactMainSct .inBox .infoB .txtB table tr th {
  color: #9D9889;
  font-size: 80%;
  line-height: 1.4;
  white-space: nowrap;
  vertical-align: middle;
  padding: 1.2em .8em 1.2em 1.5em;
}

@media screen and (max-width: 599px) {
  main section#contactMainSct .inBox .infoB .txtB table tr th {
    display: block;
    font-size: 170%;
    letter-spacing: .08em;
    padding: 1.2em 1em .3em 1.3em;
  }
}

main section#contactMainSct .inBox .infoB .txtB table tr td {
  font-size: 90%;
  line-height: 1.4;
  letter-spacing: .03em;
  text-align: left;
  vertical-align: middle;
  padding: 1.2em 1.5em 1.2em .8em;
}

@media screen and (max-width: 599px) {
  main section#contactMainSct .inBox .infoB .txtB table tr td {
    display: block;
    font-size: 200%;
    letter-spacing: .05em;
    padding: .3em 1em 1.2em 1.1em;
  }
}

main section#contactMainSct .inBox .infoB .txtB table tr td small {
  display: block;
  letter-spacing: 0;
}

@media screen and (max-width: 599px) {
  main section#contactMainSct .inBox .infoB .txtB table tr td small {
    margin-top: .5em;
  }
}

main section#contactMainSct .inBox .mapB {
  position: relative;
  width: 75%;
  margin: 0 auto 7em;
}

@media screen and (max-width: 599px) {
  main section#contactMainSct .inBox .mapB {
    width: 84%;
    margin: 0 auto 10em;
  }
}

main section#contactMainSct .inBox .mapB iframe {
  height: 30vw;
  margin-bottom: 3em;
}

@media screen and (max-width: 599px) {
  main section#contactMainSct .inBox .mapB iframe {
    height: 80vw;
    margin-bottom: 3.5em;
  }
}

main section#contactMainSct .inBox .mapB .btnB a {
  display: block;
  width: 18em;
  margin: 0 auto;
  background: #00008D;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 80%;
  padding: 1em 0;
  border-radius: 2em;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 599px) {
  main section#contactMainSct .inBox .mapB .btnB a {
    width: 80%;
    font-size: 160%;
    letter-spacing: .15em;
  }
}

main section#contactMainSct .forCompB {
  position: relative;
  width: 75%;
  margin: 0 auto;
  border-top: 1px dotted #9D9889;
  border-bottom: 1px dotted #9D9889;
  padding: 2.5em 0 3em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 599px) {
  main section#contactMainSct .forCompB {
    width: 84%;
    display: block;
    padding: 3.5em 0 3em;
    border-bottom: none;
  }
}

@media screen and (max-width: 599px) {
  main section#contactMainSct .forCompB .txtB {
    margin-bottom: 3em;
  }
}

main section#contactMainSct .forCompB .txtB .ttl {
  display: block;
  font-size: 120%;
  font-weight: 700;
  letter-spacing: .12em;
  margin-bottom: .5em;
}

@media screen and (max-width: 599px) {
  main section#contactMainSct .forCompB .txtB .ttl {
    font-size: 210%;
    margin-bottom: .8em;
  }
}

main section#contactMainSct .forCompB .txtB .txt {
  display: block;
  letter-spacing: .03em;
}

@media screen and (max-width: 599px) {
  main section#contactMainSct .forCompB .txtB .txt {
    font-size: 170%;
    letter-spacing: .08em;
  }
}

main section#contactMainSct .forCompB .btnB a {
  position: relative;
  display: block;
  width: 15vw;
  text-align: center;
  background: #FF6E00;
  color: #fff;
  font-size: 90%;
  font-weight: 700;
  padding: .7em 0;
  border-radius: 2em;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.2);
  margin-right: 1.2em;
}

@media screen and (max-width: 599px) {
  main section#contactMainSct .forCompB .btnB a {
    width: 80%;
    font-size: 170%;
    letter-spacing: .1em;
    padding: .8em 0;
    margin: 0 auto;
  }
}

main section#contactMainSct .illst1 {
  position: absolute;
  top: 11em;
  right: 3.5%;
  width: 38%;
}

@media screen and (max-width: 599px) {
  main section#contactMainSct .illst1 {
    display: none;
  }
}

main section#contactMainSct .illst1-sp {
  display: none;
  position: absolute;
  top: 19em;
  left: -2%;
  width: 105%;
}

@media screen and (max-width: 599px) {
  main section#contactMainSct .illst1-sp {
    display: block;
  }
}

main section#privacyMainSct {
  padding: 12em 0 1em;
  background: url("../img/bg.webp") no-repeat center top/100%;
  text-align: left;
}

@media screen and (max-width: 599px) {
  main section#privacyMainSct {
    padding: 14em 0 1em;
    background: url("../img/bg-sp.webp") no-repeat center top/100%;
  }
}

main section#privacyMainSct h2 {
  display: block;
  width: 40vw;
  padding-left: 12%;
  margin-bottom: .5em;
}

@media screen and (max-width: 599px) {
  main section#privacyMainSct h2 {
    width: 70%;
    padding-left: 0;
    margin: 0 auto .8em;
  }
}

main section#privacyMainSct .jp {
  display: block;
  font-size: 140%;
  font-weight: 700;
  letter-spacing: .15em;
  padding-left: 12.5%;
  margin-bottom: 3.5em;
}

@media screen and (max-width: 599px) {
  main section#privacyMainSct .jp {
    font-size: 200%;
    text-align: center;
    padding-left: 0;
    margin-bottom: 5em;
  }
}

main section#privacyMainSct .detile {
  position: relative;
  width: 84%;
  margin: 0 auto;
}

main section#privacyMainSct .detile dt {
  display: block;
  font-size: 150%;
  font-weight: 500;
  letter-spacing: .1em;
  margin-bottom: .3em;
}

@media screen and (max-width: 599px) {
  main section#privacyMainSct .detile dt {
    font-size: 210%;
    margin-bottom: .5em;
  }
}

main section#privacyMainSct .detile dd {
  display: block;
  margin-bottom: 2.8em;
}

@media screen and (max-width: 599px) {
  main section#privacyMainSct .detile dd {
    font-size: 160%;
    line-height: 1.8;
    margin-bottom: 3.2em;
  }
}

main section#privacyMainSct .detile dd a {
  text-decoration: underline;
}

main #moreEgaoSct {
  padding: 6.5em 0 2.5em;
}

@media screen and (max-width: 599px) {
  main #moreEgaoSct {
    padding: 7em 0 2.5em;
  }
}

main #moreEgaoSct .ttlB {
  position: relative;
  margin-bottom: 3.3em;
}

@media screen and (max-width: 599px) {
  main #moreEgaoSct .ttlB {
    margin-bottom: 3.6em;
  }
}

main #moreEgaoSct .ttlB .t1 {
  display: block;
  margin: 0 auto 1.2em;
  width: 21.4em;
}

@media screen and (max-width: 599px) {
  main #moreEgaoSct .ttlB .t1 {
    width: 28em;
  }
}

main #moreEgaoSct .cMenuB {
  position: relative;
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  main #moreEgaoSct .cMenuB {
    width: 70%;
    flex-wrap: wrap;
  }
}

main #moreEgaoSct .cMenuB li {
  position: relative;
  width: 23.5%;
}

@media screen and (max-width: 599px) {
  main #moreEgaoSct .cMenuB li {
    width: 100%;
    margin-bottom: .5em;
  }
}

main #moreEgaoSct .cMenuB li .btn {
  display: block;
}

main #moreEgaoSct .cMenuB li .txt {
  position: absolute;
  bottom: 1.9em;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 599px) {
  main #moreEgaoSct .cMenuB li .txt {
    bottom: 4em;
  }
}

main #moreEgaoSct .cMenuB li .txt span {
  display: block;
  font-size: 110%;
  letter-spacing: .18em;
  font-weight: 700;
  line-height: 1.5;
  padding-left: .18em;
  white-space: nowrap;
}

@media screen and (max-width: 599px) {
  main #moreEgaoSct .cMenuB li .txt span {
    font-size: 200%;
    letter-spacing: .25em;
    padding-left: .25em;
    margin-bottom: .1em;
  }
}

main #moreEgaoSct .cMenuB li .txt small {
  display: block;
  color: #9D9889;
  font-size: 70%;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 1.5;
  padding-left: .03em;
}

@media screen and (max-width: 599px) {
  main #moreEgaoSct .cMenuB li .txt small {
    font-size: 130%;
  }
}

main #moreEgaoSct .cMenuB li:nth-child(even) {
  padding-top: 3em;
}

@media screen and (max-width: 599px) {
  main #moreEgaoSct .cMenuB li:nth-child(even) {
    padding-top: 0;
  }
}

main #moreEgaoSct .cMenuB li:nth-child(odd) .txt {
  bottom: 4.9em;
}

@media screen and (max-width: 599px) {
  main #moreEgaoSct .cMenuB li:nth-child(odd) .txt {
    bottom: 4em;
  }
}

#footer {
  position: relative;
  padding: 3em 0 0;
}

#footer.noTop {
  padding: 0;
}

@media screen and (max-width: 599px) {
  #footer.noTop .ftContactB {
    padding: 8em 8% !important;
  }
}

#footer.noTop2 {
  padding: 0;
}

@media screen and (max-width: 599px) {
  #footer.noTop2 .ftContactB {
    padding: 4em 8% !important;
  }
}

#footer .ftContactB {
  position: relative;
  padding: 7.5em 12.5% 5em;
  background: url("../img/bg2.webp") no-repeat center center/cover;
}

@media screen and (max-width: 599px) {
  #footer .ftContactB {
    padding: 21em 8% 8em 8%;
    background-size: 220%;
  }
}

#footer .ftContactB .innerB {
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  #footer .ftContactB .innerB {
    display: block;
  }
}

#footer .ftContactB .innerB .callB {
  width: 49%;
  padding-right: 5em;
}

@media screen and (max-width: 599px) {
  #footer .ftContactB .innerB .callB {
    width: 100%;
    padding-right: 0;
  }
}

#footer .ftContactB .innerB .callB .ttl {
  display: block;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 599px) {
  #footer .ftContactB .innerB .callB .ttl {
    white-space: nowrap;
    margin-bottom: 1.8em;
  }
}

#footer .ftContactB .innerB .callB .ttl span {
  display: inline-block;
  font-size: 170%;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .08em;
}

@media screen and (max-width: 599px) {
  #footer .ftContactB .innerB .callB .ttl span {
    font-size: 240%;
  }
}

#footer .ftContactB .innerB .callB .ttl span:nth-child(1n) {
  color: #FF6E00;
}

#footer .ftContactB .innerB .callB .ttl span:nth-child(2n) {
  color: #72D616;
}

#footer .ftContactB .innerB .callB .ttl span:nth-child(3n) {
  color: #DC0097;
}

#footer .ftContactB .innerB .callB .ttl span:nth-child(4n) {
  color: #00008D;
}

#footer .ftContactB .innerB .callB .txt {
  display: block;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.7;
  margin-bottom: 1.3em;
}

@media screen and (max-width: 599px) {
  #footer .ftContactB .innerB .callB .txt {
    font-size: 180%;
    letter-spacing: .08em;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: .5em;
  }
}

#footer .ftContactB .innerB .callB .telB {
  position: relative;
  background: url("../img/icn_m1.webp") no-repeat -2.6em 0.1em / 8.8em;
}

@media screen and (max-width: 599px) {
  #footer .ftContactB .innerB .callB .telB {
    background-position: center top;
    background-size: 14em auto;
    padding-top: 7em;
  }
}

#footer .ftContactB .innerB .callB .telB a {
  position: relative;
  padding-left: 4.2em;
  white-space: nowrap;
}

@media screen and (max-width: 599px) {
  #footer .ftContactB .innerB .callB .telB a {
    padding-left: 0;
  }
}

#footer .ftContactB .innerB .callB .telB a span {
  display: inline-block;
  font-size: 310%;
  line-height: 1;
  letter-spacing: .05em;
}

@media screen and (max-width: 599px) {
  #footer .ftContactB .innerB .callB .telB a span {
    font-size: 500%;
  }
}

#footer .ftContactB .innerB .callB .telB a span:nth-child(1n) {
  color: #00008D;
}

#footer .ftContactB .innerB .callB .telB a span:nth-child(2n) {
  color: #72D616;
}

#footer .ftContactB .innerB .callB .telB a span:nth-child(3n) {
  color: #DC0097;
}

#footer .ftContactB .innerB .callB .telB a span:nth-child(4n) {
  color: #FF6E00;
}

#footer .ftContactB .innerB .callB .telB .time {
  position: relative;
  padding-left: 4.8em;
  font-size: 85%;
  font-weight: 700;
  margin-bottom: .3em;
}

@media screen and (max-width: 599px) {
  #footer .ftContactB .innerB .callB .telB .time {
    padding-left: 0;
    font-size: 160%;
  }
}

#footer .ftContactB .innerB .callB .telB .atn {
  display: block;
  font-size: 80%;
  font-weight: 700;
  letter-spacing: .03em;
}

@media screen and (max-width: 599px) {
  #footer .ftContactB .innerB .callB .telB .atn {
    font-size: 160%;
    line-height: 1.2;
  }
}

#footer .ftContactB .innerB .btnB {
  position: relative;
  width: 51%;
  display: flex;
  justify-content: space-between;
  padding-top: 8.5em;
}

@media screen and (max-width: 599px) {
  #footer .ftContactB .innerB .btnB {
    width: 100%;
    display: block;
    padding-top: 2em;
  }
}

#footer .ftContactB .innerB .btnB .btn {
  position: relative;
  width: 48%;
}

@media screen and (max-width: 599px) {
  #footer .ftContactB .innerB .btnB .btn {
    width: 90%;
    margin: 0 auto 2em;
  }
}

#footer .ftContactB .innerB .btnB .btn a {
  position: relative;
  z-index: 2;
  display: block;
  color: #fff;
  text-align: center;
  padding-top: 3em;
}

@media screen and (max-width: 599px) {
  #footer .ftContactB .innerB .btnB .btn a {
    padding-top: 6em;
  }
}

#footer .ftContactB .innerB .btnB .btn a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6em;
  height: 6em;
  border-radius: 50%;
}

@media screen and (max-width: 599px) {
  #footer .ftContactB .innerB .btnB .btn a::before {
    width: 12em;
    height: 12em;
  }
}

#footer .ftContactB .innerB .btnB .btn a p {
  position: relative;
  z-index: 5;
  padding: .8em 0;
  border-radius: 3em;
}

@media screen and (max-width: 599px) {
  #footer .ftContactB .innerB .btnB .btn a p {
    padding: 2em 0 1em;
    border-radius: 7em;
  }
}

#footer .ftContactB .innerB .btnB .btn a p span {
  display: block;
  font-size: 115%;
  font-weight: 700;
  letter-spacing: .1em;
  padding-left: .1em;
  line-height: 1.3;
  margin-bottom: .1em;
}

@media screen and (max-width: 599px) {
  #footer .ftContactB .innerB .btnB .btn a p span {
    font-size: 200%;
  }
}

#footer .ftContactB .innerB .btnB .btn a p small {
  display: block;
  font-size: 70%;
  letter-spacing: .05em;
  padding-left: .05em;
}

@media screen and (max-width: 599px) {
  #footer .ftContactB .innerB .btnB .btn a p small {
    font-size: 150%;
  }
}

#footer .ftContactB .innerB .btnB .btn .friend {
  display: block;
  text-align: center;
  color: #00008D;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  #footer .ftContactB .innerB .btnB .btn .friend {
    font-size: 150%;
  }
}

#footer .ftContactB .innerB .btnB .btn:first-child a::before {
  background: #00008D;
}

#footer .ftContactB .innerB .btnB .btn:first-child a::after {
  content: "";
  position: absolute;
  z-index: 6;
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
  width: 2.2em;
  height: 2.2em;
  background: url("../img/icn_m7.webp") no-repeat center center/contain;
}

@media screen and (max-width: 599px) {
  #footer .ftContactB .innerB .btnB .btn:first-child a::after {
    top: 2em;
    width: 4.5em;
    height: 4.5em;
  }
}

#footer .ftContactB .innerB .btnB .btn:first-child a p {
  background: #00008D;
}

#footer .ftContactB .innerB .btnB .btn:last-child a::before {
  background: #FF6E00;
}

#footer .ftContactB .innerB .btnB .btn:last-child a::after {
  content: "";
  position: absolute;
  z-index: 6;
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
  width: 6em;
  height: 2.2em;
  background: url("../img/icn_m4.webp") no-repeat center center/contain;
}

@media screen and (max-width: 599px) {
  #footer .ftContactB .innerB .btnB .btn:last-child a::after {
    top: 2em;
    width: 12em;
    height: 4.5em;
  }
}

#footer .ftContactB .innerB .btnB .btn:last-child a p {
  background: #FF6E00;
}

#footer .ftContactB .illst1 {
  position: absolute;
  left: 2%;
  bottom: 0;
  width: 5.6vw;
  height: auto;
}

@media screen and (max-width: 599px) {
  #footer .ftContactB .illst1 {
    left: 2.5%;
    width: 5.2em;
  }
}

#footer .ftContactB .illst2 {
  position: absolute;
  right: 2%;
  bottom: 0;
  width: 12vw;
  height: auto;
}

@media screen and (max-width: 599px) {
  #footer .ftContactB .illst2 {
    width: 10.5em;
  }
}

#footer .ftContactB .illst3 {
  position: absolute;
  left: -1%;
  top: 3.5em;
  width: 15vw;
  height: auto;
}

@media screen and (max-width: 599px) {
  #footer .ftContactB .illst3 {
    display: none;
  }
}

#footer .ftContactB .illst4 {
  position: absolute;
  right: -2%;
  top: 4.5em;
  width: 15.5vw;
  height: auto;
}

@media screen and (max-width: 599px) {
  #footer .ftContactB .illst4 {
    display: none;
  }
}

#footer .ftContactB .illst5 {
  position: absolute;
  right: 3.5%;
  top: -2.8em;
  width: 52vw;
  height: auto;
}

@media screen and (max-width: 599px) {
  #footer .ftContactB .illst5 {
    display: none;
  }
}

#footer .ftContactB .illst6 {
  display: none;
  position: absolute;
  left: -2%;
  top: -2.5em;
  width: 106%;
  height: auto;
}

@media screen and (max-width: 599px) {
  #footer .ftContactB .illst6 {
    display: block;
  }
}

#footer .ftMenuB {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 3.5em 2% 2.5em 4%;
}

@media screen and (max-width: 599px) {
  #footer .ftMenuB {
    display: block;
    padding: 6.5em 0 0;
  }
}

#footer .ftMenuB .inforB .headB {
  position: relative;
  display: flex;
  margin-bottom: 2.5em;
  /*
        .snsC {
          position: relative;
          width: 7vw;
          @include mq-599 {
            width: auto;
          }
          a {
            display: block;
            text-align: center;
            font-size: 60%;
            font-weight: 700;
            letter-spacing: 0;
            line-height: 1.3;
            background: url("../img/icn_instagram.webp") no-repeat center bottom / 2em;
            padding-bottom: 2.4em;
            @include mq-599 {
              font-size: 150%;
              line-height: 1.2;
              background-size: 2.4em;
              padding-bottom: 2.7em;
            }
            span {
              font-weight: 400;
            }
          }
        }
        */
}

@media screen and (max-width: 599px) {
  #footer .ftMenuB .inforB .headB {
    display: block;
    text-align: center;
  }
}

#footer .ftMenuB .inforB .headB .logoB {
  width: 14vw;
}

@media screen and (max-width: 599px) {
  #footer .ftMenuB .inforB .headB .logoB {
    display: block;
    width: 50vw;
    margin: 0 auto 2.5em;
  }
}

#footer .ftMenuB .inforB .headB .snsB {
  display: flex;
  justify-content: space-between;
  width: 12em;
  padding-top: 0;
}

@media screen and (max-width: 599px) {
  #footer .ftMenuB .inforB .headB .snsB {
    width: 84%;
    margin: auto;
    justify-content: space-around;
    padding: 0;
  }
}

#footer .ftMenuB .inforB .headB .snsB a {
  display: block;
  text-align: center;
  font-size: 70%;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  width: 9em;
  background: no-repeat center bottom 3em/ 2em;
  padding-bottom: 4.5em;
  position: relative;
}

@media screen and (max-width: 599px) {
  #footer .ftMenuB .inforB .headB .snsB a {
    font-size: 150%;
    line-height: 1.2;
    background-size: 2.5em;
    padding-bottom: 5.5em;
  }
}

#footer .ftMenuB .inforB .headB .snsB a.insta {
  background-image: url("../img/icn_instagram2.png");
}

#footer .ftMenuB .inforB .headB .snsB a.youtube {
  background-image: url("../img/icn_youtube.png");
}

#footer .ftMenuB .inforB .headB .snsB a span {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 1em;
  font-weight: 400;
}

#footer .ftMenuB .inforB .addB {
  position: relative;
}

@media screen and (max-width: 599px) {
  #footer .ftMenuB .inforB .addB {
    text-align: center;
    margin-bottom: 4em;
  }
}

#footer .ftMenuB .inforB .addB p {
  display: block;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .12em;
}

@media screen and (max-width: 599px) {
  #footer .ftMenuB .inforB .addB p {
    display: inline-block;
    text-align: left;
    font-size: 200%;
  }
}

#footer .ftMenuB .inforB .addB p small {
  display: block;
  font-size: 70%;
  letter-spacing: .1em;
  padding-top: .8em;
}

#footer .ftMenuB .menuB {
  position: relative;
  width: 36vw;
}

@media screen and (max-width: 599px) {
  #footer .ftMenuB .menuB {
    width: auto;
  }
}

#footer .ftMenuB .menuB ul {
  display: flex;
  flex-wrap: wrap;
}

#footer .ftMenuB .menuB ul li {
  width: 33%;
  text-align: left;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 599px) {
  #footer .ftMenuB .menuB ul li {
    width: 100%;
    border-top: 1px dashed #9D9889;
    margin-bottom: 0;
  }
}

#footer .ftMenuB .menuB ul li a {
  display: block;
}

@media screen and (max-width: 599px) {
  #footer .ftMenuB .menuB ul li a {
    position: relative;
    padding: 2em 8%;
  }
  #footer .ftMenuB .menuB ul li a::before {
    content: "";
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    width: 2.6em;
    height: 2.6em;
    border-radius: 50%;
    background: #EBEAE7;
  }
  #footer .ftMenuB .menuB ul li a::after {
    content: "";
    position: absolute;
    right: 9%;
    top: 50%;
    transform: translateX(-50%) rotate(45deg);
    transform-origin: right top 0;
    width: .9em;
    height: .9em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

#footer .ftMenuB .menuB ul li a span {
  display: block;
  font-size: 90%;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

@media screen and (max-width: 599px) {
  #footer .ftMenuB .menuB ul li a span {
    display: inline-block;
    font-size: 180%;
    letter-spacing: .12em;
  }
}

#footer .ftMenuB .menuB ul li a small {
  display: block;
  color: #9D9889;
  font-size: 60%;
}

@media screen and (max-width: 599px) {
  #footer .ftMenuB .menuB ul li a small {
    position: relative;
    display: inline-block;
    font-size: 120%;
    top: -.2em;
    padding-left: 3em;
  }
}

#footer .ftMenuB .menuB ul li:nth-child(1) {
  order: 1;
}

#footer .ftMenuB .menuB ul li:nth-child(2) {
  order: 4;
}

@media screen and (max-width: 599px) {
  #footer .ftMenuB .menuB ul li:nth-child(2) {
    order: 2;
  }
}

#footer .ftMenuB .menuB ul li:nth-child(3) {
  order: 7;
}

@media screen and (max-width: 599px) {
  #footer .ftMenuB .menuB ul li:nth-child(3) {
    order: 3;
  }
}

#footer .ftMenuB .menuB ul li:nth-child(4) {
  order: 10;
}

@media screen and (max-width: 599px) {
  #footer .ftMenuB .menuB ul li:nth-child(4) {
    order: 4;
  }
}

#footer .ftMenuB .menuB ul li:nth-child(5) {
  order: 2;
  width: 36%;
}

@media screen and (max-width: 599px) {
  #footer .ftMenuB .menuB ul li:nth-child(5) {
    order: 5;
    width: 100%;
  }
}

#footer .ftMenuB .menuB ul li:nth-child(6) {
  order: 5;
  width: 36%;
}

@media screen and (max-width: 599px) {
  #footer .ftMenuB .menuB ul li:nth-child(6) {
    order: 6;
    width: 100%;
  }
}

#footer .ftMenuB .menuB ul li:nth-child(7) {
  order: 8;
  width: 36%;
}

@media screen and (max-width: 599px) {
  #footer .ftMenuB .menuB ul li:nth-child(7) {
    order: 7;
    width: 100%;
  }
}

#footer .ftMenuB .menuB ul li:nth-child(8) {
  order: 11;
  width: 36%;
}

@media screen and (max-width: 599px) {
  #footer .ftMenuB .menuB ul li:nth-child(8) {
    order: 8;
    width: 100%;
  }
}

#footer .ftMenuB .menuB ul li:nth-child(9) {
  order: 3;
  width: 30%;
}

@media screen and (max-width: 599px) {
  #footer .ftMenuB .menuB ul li:nth-child(9) {
    order: 9;
    width: 50%;
    padding: 1em 0;
  }
}

@media screen and (max-width: 599px) {
  #footer .ftMenuB .menuB ul li:nth-child(9) a {
    padding: 1.3em 16%;
    border-right: 1px dashed #9D9889;
  }
  #footer .ftMenuB .menuB ul li:nth-child(9) a::before, #footer .ftMenuB .menuB ul li:nth-child(9) a::after {
    display: none;
  }
}

#footer .ftMenuB .menuB ul li:nth-child(9) a span {
  font-size: 80%;
}

@media screen and (max-width: 599px) {
  #footer .ftMenuB .menuB ul li:nth-child(9) a span {
    display: block;
    font-size: 140%;
    margin-bottom: .2em;
  }
}

@media screen and (max-width: 599px) {
  #footer .ftMenuB .menuB ul li:nth-child(9) a small {
    display: block;
    padding-left: 0;
  }
}

#footer .ftMenuB .menuB ul li:nth-child(10) {
  order: 6;
  width: 30%;
}

@media screen and (max-width: 599px) {
  #footer .ftMenuB .menuB ul li:nth-child(10) {
    order: 10;
    width: 50%;
    padding: 1em 0;
  }
}

@media screen and (max-width: 599px) {
  #footer .ftMenuB .menuB ul li:nth-child(10) a {
    padding: 1.3em 16%;
  }
  #footer .ftMenuB .menuB ul li:nth-child(10) a::before, #footer .ftMenuB .menuB ul li:nth-child(10) a::after {
    display: none;
  }
}

#footer .ftMenuB .menuB ul li:nth-child(10) a span {
  font-size: 80%;
}

@media screen and (max-width: 599px) {
  #footer .ftMenuB .menuB ul li:nth-child(10) a span {
    display: block;
    font-size: 140%;
    margin-bottom: .2em;
  }
}

@media screen and (max-width: 599px) {
  #footer .ftMenuB .menuB ul li:nth-child(10) a small {
    display: block;
    padding-left: 0;
  }
}

#footer .ftMenuB .menuB ul li:nth-child(11) {
  order: 9;
  width: 30%;
}

@media screen and (max-width: 599px) {
  #footer .ftMenuB .menuB ul li:nth-child(11) {
    display: none;
    order: 11;
  }
}

#footer .cprB {
  position: relative;
  background: #9D9889;
  padding: 1.8em 0;
  text-align: center;
  color: #fff;
  font-size: 80%;
}

@media screen and (max-width: 599px) {
  #footer .cprB {
    font-size: 100%;
  }
}
