@charset "UTF-8";
/*===============================

    base

================================*/
* {
  box-sizing: border-box; }

body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

html {
  font-size: 62.5%;
  overflow-y: scroll; }

body {
  font-size: 1.6rem;
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
  color: #000;
  position: relative;
  letter-spacing: .11em;
  vertical-align: baseline; }
  @media (min-width: 992px) {
    body {
      font-size: 1.8rem; } }

button,
input,
select,
textarea {
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  letter-spacing: .05em; }

p {
  margin: 0;
  padding: 0; }

a {
  color: #33a5cb; }
  a img {
    transition: opacity 0.3s ease; }
    a img:hover {
      opacity: .5; }

img {
  width: 100%;
  height: auto;
  line-height: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom; }

.sp {
  display: block; }
  @media (min-width: 992px) {
    .sp {
      display: none; } }

.pc {
  display: none; }
  @media (min-width: 992px) {
    .pc {
      display: block; } }

section {
  padding: 50px 0; }
  @media (min-width: 992px) {
    section {
      padding: 80px 0; } }
  section.top-section {
    padding: 30px 0 0; }
    @media (min-width: 992px) {
      section.top-section {
        padding: 60px 0 0; } }
  section.seminar-block {
    padding: 0 0 50px; }

.inner {
  margin: 0 15px;
  max-width: 1024px; }
  @media (min-width: 992px) {
    .inner {
      margin: 0 auto; } }

ul,
ol {
  margin: 0;
  padding: 0; }
  ul li,
  ol li {
    margin: 0;
    padding: 0;
    list-style: none; }

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  font-weight: normal; }

.indent {
  padding: 0 0 0 1.1em;
  text-indent: -1.1em; }

iframe {
  border: none; }

.iframe-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden; }

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.ja {
  font-family: "Zen Old Mincho", serif; }

.reg-btn,
.reg-btn01 {
  position: relative;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(to right, #D99666, #D97966);
  max-width: 360px;
  margin: 0 auto;
  padding: 30px;
  font-size: 2.6rem;
  line-height: 26px;
  border-radius: 60px;
  box-shadow: 3px 3px 0 #80583C;
  letter-spacing: 0;
  transition: all 0.1s ease-in-out; }
  @media (min-width: 992px) {
    .reg-btn,
    .reg-btn01 {
      max-width: 460px;
      font-size: 3.2rem;
      padding: 40px; } }
  .reg-btn:before,
  .reg-btn01:before {
    content: "";
    width: 25px;
    height: 25px;
    background: url(../img/icon_arrow01.svg) no-repeat;
    background-size: contain;
    position: relative;
    top: 1px; }
  .reg-btn:hover,
  .reg-btn01:hover {
    transform: translateY(3px);
    box-shadow: 0 0 0 #80583C; }
  .reg-btn .mini,
  .reg-btn01 .mini {
    font-size: 2.0rem;
    display: contents; }
    @media (min-width: 992px) {
      .reg-btn .mini,
      .reg-btn01 .mini {
        font-size: 2.6rem; } }
  .reg-btn .sub-title,
  .reg-btn01 .sub-title {
    position: absolute;
    font-size: 1.8rem;
    padding: .25em .5em;
    line-height: 1;
    width: fit-content;
    font-weight: 700;
    color: #000;
    background: #F4CB01;
    top: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    white-space: nowrap;
    letter-spacing: .1em; }
    @media (min-width: 992px) {
      .reg-btn .sub-title,
      .reg-btn01 .sub-title {
        font-size: 2.4rem; } }
    .reg-btn .sub-title:before,
    .reg-btn01 .sub-title:before {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      background: #F4CB01;
      clip-path: polygon(50% 10px, 0% 0%, 10px 0%);
      left: 50%;
      bottom: -14px;
      transform: translateY(-50%) translateX(-50%); }
    .reg-btn .sub-title .mini,
    .reg-btn01 .sub-title .mini {
      font-size: 1.4rem; }
      @media (min-width: 992px) {
        .reg-btn .sub-title .mini,
        .reg-btn01 .sub-title .mini {
          font-size: 1.8rem; } }

.reg-btn01 {
  letter-spacing: .1em;
  max-width: 320px; }
  @media (min-width: 992px) {
    .reg-btn01 {
      max-width: 460px; } }

.mail-btn {
  position: relative;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(to right, #756B64, #574D46);
  max-width: 360px;
  margin: 0 auto;
  padding: 30px;
  font-size: 1.8rem;
  line-height: 26px;
  border-radius: 60px;
  box-shadow: 3px 3px 0 #251B14;
  letter-spacing: 0;
  transition: all 0.1s ease-in-out;
  letter-spacing: .1em; }
  @media (min-width: 992px) {
    .mail-btn {
      font-size: 2.6rem;
      max-width: 420px;
      padding: 40px; } }
  .mail-btn:before {
    content: "";
    width: 26px;
    height: 18px;
    background: url(../img/icon_mail.svg) no-repeat;
    background-size: contain;
    position: relative;
    top: 1px; }
    @media (min-width: 992px) {
      .mail-btn:before {
        width: 39px;
        height: 27px; } }
  .mail-btn:hover {
    transform: translateY(3px);
    box-shadow: 0 0 0 #251B14; }

.reg-title {
  font-size: 3.4rem;
  text-align: center;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: .1em;
  line-height: 1.4;
  margin: 0 0 1.5em; }
  @media (min-width: 992px) {
    .reg-title {
      font-size: 4.4rem; } }
  .reg-title .mini {
    font-size: 3.0rem; }
    @media (min-width: 992px) {
      .reg-title .mini {
        font-size: 4.0rem; } }
  .reg-title .mid {
    font-size: 2.4rem; }
    @media (min-width: 992px) {
      .reg-title .mid {
        font-size: 3.4rem; } }
  .reg-title .num {
    font-size: 5.0rem;
    display: inline-block;
    line-height: 1.0; }
    @media (min-width: 992px) {
      .reg-title .num {
        font-size: 6.0rem; } }

.comment-wrap {
  margin: 0 0 4.0em;
  height: 400px;
  position: relative; }
  @media (min-width: 992px) {
    .comment-wrap {
      height: 600px; } }
  .comment-wrap:before {
    content: "";
    position: absolute;
    background: url(../img/symptoms01.webp) no-repeat center center;
    background-size: cover;
    width: calc(100% - 40px);
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 0 10px 0 0; }
    @media (min-width: 992px) {
      .comment-wrap:before {
        background: url(../img/symptoms01.webp) no-repeat top 20% center;
        background-size: cover;
        width: calc(100% - 25%); } }

.comment-title {
  font-size: 2.0rem;
  line-height: 1.0;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 100%;
  letter-spacing: .25em;
  padding: 1.5em 0 0;
  font-weight: bold; }
  @media (min-width: 992px) {
    .comment-title {
      font-size: 3.0rem; } }
  .comment-title p {
    margin: 0 0 0 4px; }
  .comment-title h2 {
    font-size: 3.4rem;
    letter-spacing: .5em;
    font-weight: bold; }
    @media (min-width: 992px) {
      .comment-title h2 {
        font-size: 4.4rem; } }
  .comment-title .bg {
    display: inline-block;
    padding: .5em .5em .2em .3em;
    background: #000; }

.course-box h3 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  margin: 0 0 1.0em; }
  @media (min-width: 992px) {
    .course-box h3 {
      font-size: 3.6rem; } }

@media (min-width: 992px) {
  .course-card-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; } }

.course-card {
  background: #fff;
  border: 1px solid #000;
  margin: 0 0 10px;
  padding: 25px 25px 30px; }
  @media (min-width: 992px) {
    .course-card {
      margin: 0;
      width: 50%;
      width: calc(50% - 10px); } }
  .course-card:last-child {
    margin: 0; }
  .course-card h4 {
    font-size: 2.0rem;
    line-height: 1.6;
    font-weight: bold;
    margin: 0 auto 1.0em;
    padding: .75em 1.0em;
    color: #fff;
    background: linear-gradient(to right, #46725C 0%, #598570 50%, #6B9984 100%);
    border-radius: 4px; }
    @media (min-width: 992px) {
      .course-card h4 {
        font-size: 2.4rem; } }
    .course-card h4 .fukidashi {
      display: block;
      font-size: 1.5rem; }
  .course-card .course-comment {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin: 0 auto 20px; }
    .course-card .course-comment:before {
      content: "";
      min-width: 80px;
      height: 80px;
      background: url(../img/corse_img.webp) no-repeat;
      background-size: contain; }
    .course-card .course-comment .bg-comment {
      display: inline-block;
      background: #E5E1AC;
      font-size: 1.4rem;
      padding: 1.0em 1.5em;
      line-height: 1.6;
      border-radius: 10px;
      font-weight: bold;
      position: relative; }
      @media (min-width: 992px) {
        .course-card .course-comment .bg-comment {
          font-size: 1.8rem; } }
      .course-card .course-comment .bg-comment::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -10px;
        transform: translateY(-50%);
        width: 15px;
        height: 15px;
        background: #E5E1AC;
        clip-path: polygon(0 50%, 100% 0, 100% 100%); }
  .course-card .course-txt {
    padding: 30px;
    background: #F0F4F5; }
    @media (min-width: 992px) {
      .course-card .course-txt {
        padding: 40px; } }
    .course-card .course-txt p {
      margin: 0 0 2.0em; }
      .course-card .course-txt p:last-child {
        margin: 0; }

.banner01 {
  display: block; }
  .banner01 img {
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.bg01 {
  background: #FBFAEE; }

.bg02 {
  background: #FDFBF7; }

.bg-note {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f6f8fb calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f6f8fb calc(100% - 1px));
  background-size: 12px 12px;
  background-repeat: repeat;
  background-position: center center; }

.mb-top {
  margin: 40px auto 0; }
  @media (min-width: 992px) {
    .mb-top {
      margin: 0; } }

.main {
  background: url(../img/bg-main_sp.webp) no-repeat;
  background-size: cover; }
  @media (min-width: 992px) {
    .main {
      background: url(../img/bg-main_pc.webp) no-repeat;
      background-size: 60% auto;
      background-position: left 10%;
      position: relative; } }
  .main .inner {
    position: relative;
    min-height: 460px; }
    @media (min-width: 992px) {
      .main .inner {
        min-height: 750px; } }
  .main .background {
    display: none; }
    @media (min-width: 992px) {
      .main .background {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        pointer-events: none; } }

.title,
.title-single {
  position: absolute;
  top: 10px;
  font-size: 1.4rem;
  line-height: 1.6;
  display: flex;
  align-items: center; }
  .title a,
  .title-single a {
    display: block;
    color: #000;
    text-decoration: none; }
  @media (min-width: 992px) {
    .title,
    .title-single {
      top: 20px;
      font-size: 2.0rem; } }
  .title:before,
  .title-single:before {
    content: "";
    width: 44px;
    height: 48px;
    background: url(../img/logo.svg) no-repeat;
    background-size: contain; }
    @media (min-width: 992px) {
      .title:before,
      .title-single:before {
        width: 52.8px;
        height: 57.6px; } }
  .title .text-wrapper,
  .title-single .text-wrapper {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    position: relative;
    z-index: 1; }
  .title .text-wrapper > span,
  .title-single .text-wrapper > span {
    font-size: 10px;
    display: block;
    letter-spacing: .1em; }
    @media (min-width: 992px) {
      .title .text-wrapper > span,
      .title-single .text-wrapper > span {
        font-size: 1.4rem; } }

.title-single:before {
  content: "";
  width: 44px;
  height: 48px;
  background: url(../img/logo_school.svg) no-repeat;
  background-size: contain; }
  @media (min-width: 992px) {
    .title-single:before {
      width: 52.8px;
      height: 57.6px; } }

.main-lead {
  position: absolute;
  z-index: 2;
  writing-mode: vertical-rl;
  white-space: nowrap;
  right: 0;
  bottom: 20px;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: bold; }
  @media (min-width: 992px) {
    .main-lead {
      bottom: auto;
      top: 10%;
      font-size: 5.6rem; } }
  .main-lead p:first-child {
    font-size: 1.8rem; }
    @media (min-width: 992px) {
      .main-lead p:first-child {
        font-size: 2.8rem; } }
    .main-lead p:first-child .txt-wrap {
      color: #fff;
      background: #000;
      padding: .5em .35em .5em .2em;
      background: #000;
      letter-spacing: .223em; }
      @media (min-width: 992px) {
        .main-lead p:first-child .txt-wrap {
          margin: 0 0 0 20px; } }
  .main-lead .txt-wrap {
    display: inline-block;
    padding: .5em .25em .3em .1em;
    color: #000;
    background: #fff;
    margin: 0 0 0 2px;
    letter-spacing: .25em; }
    @media (min-width: 992px) {
      .main-lead .txt-wrap {
        margin: 0 0 0 10px; } }
  .main-lead .mini {
    font-size: 2.6rem; }
    @media (min-width: 992px) {
      .main-lead .mini {
        font-size: 4.6rem; } }

.main-band {
  color: #fff;
  position: relative;
  min-height: 74px;
  margin: 0 auto 30px; }
  @media (min-width: 992px) {
    .main-band {
      min-height: 100px;
      margin: 0 auto 60px; } }
  .main-band p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: calc(100% - 20px);
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 600;
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    z-index: 2; }
    @media (min-width: 992px) {
      .main-band p {
        font-size: 2.0rem; } }
    .main-band p:before {
      content: "";
      width: 110px;
      height: 110px;
      min-width: 110px;
      min-height: 110px;
      background: url(../img/medal.webp) no-repeat;
      background-size: contain; }
      @media (min-width: 992px) {
        .main-band p:before {
          min-width: 140px;
          min-height: 140px; } }

.cta {
  padding: 0; }
  .cta .cta-box {
    background: url("../img/bg_cta.webp") no-repeat top center, linear-gradient(to right, #D99666, #D97966);
    background-size: auto 590px, cover;
    background-blend-mode: hard-light;
    padding: 50px 0; }
    @media (min-width: 992px) {
      .cta .cta-box {
        background: url("../img/bg_cta_pc.webp") no-repeat top right, linear-gradient(to right, #D99666, #D97966);
        background-size: 50% auto, cover;
        background-repeat: no-repeat;
        background-position: top right, center;
        background-blend-mode: luminosity;
        padding: 100px 0; } }
  .cta h2 {
    position: relative;
    text-align: center;
    font-size: 3.4rem;
    color: #fff;
    font-weight: 700;
    font-family: "Zen Old Mincho", serif;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    padding: .5em 0 0; }
    @media (min-width: 992px) {
      .cta h2 {
        font-size: 5.4rem;
        padding: .25em 0 0; } }
    .cta h2.band-title {
      font-size: 3.0rem;
      text-align: center;
      font-weight: 700;
      font-family: "Zen Old Mincho", serif;
      letter-spacing: .1em;
      line-height: 1.4;
      color: #fff;
      background: linear-gradient(to bottom, #46725C 0%, #598570 50%, #6B9984 100%);
      text-shadow: none;
      padding: .8em 0; }
      @media (min-width: 992px) {
        .cta h2.band-title {
          font-size: 4.4rem; } }
    .cta h2 .fukidashi {
      font-family: "Zen Old Mincho", serif;
      position: absolute;
      font-size: 2.4rem;
      padding: .25em .5em;
      line-height: 1;
      width: fit-content;
      font-weight: 700;
      color: #000;
      background: #F4CB01;
      top: 0;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      white-space: nowrap;
      letter-spacing: .1em;
      text-shadow: none; }
      @media (min-width: 992px) {
        .cta h2 .fukidashi {
          font-size: 3.4rem; } }
      .cta h2 .fukidashi:before {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        background: #F4CB01;
        clip-path: polygon(50% 15px, 0% 0%, 15px 0%);
        left: 50%;
        bottom: -20px;
        transform: translateY(-50%) translateX(-50%); }
  .cta .cta-data {
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 30px; }
    @media (min-width: 992px) {
      .cta .cta-data {
        font-size: 2.6rem;
        margin: 0 0 50px; } }
    .cta .cta-data .month,
    .cta .cta-data .date {
      font-size: 2.4rem; }
      @media (min-width: 992px) {
        .cta .cta-data .month,
        .cta .cta-data .date {
          font-size: 3.4rem; } }
    .cta .cta-data .weekday {
      font-size: 2.0rem; }
      @media (min-width: 992px) {
        .cta .cta-data .weekday {
          font-size: 3.0rem; } }
  .cta .cta-price {
    margin: 0 auto 20px; }
  .cta .cta-attention {
    font-size: 1.4rem;
    margin: 0 auto 40px;
    padding: 0 .5em;
    font-weight: bold;
    color: #fff; }
    @media (min-width: 992px) {
      .cta .cta-attention {
        font-size: 2.0rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; } }
    .cta .cta-attention li {
      margin: 0 0 .5em;
      padding: 0 0 0 1.1em;
      text-indent: -1.1em; }
      @media (min-width: 992px) {
        .cta .cta-attention li {
          margin: 0; } }
      .cta .cta-attention li:last-child {
        margin: 0; }
  .cta .cta-guarantee {
    background: #fff;
    border: 5px solid #F5D973;
    margin: 0 auto;
    padding: 25px 15px;
    border-radius: 4px;
    max-width: 700px; }
    @media (min-width: 992px) {
      .cta .cta-guarantee {
        border: 10px solid #F5D973;
        padding: 50px; } }
    .cta .cta-guarantee h3 {
      text-align: center;
      font-size: 2.4rem;
      font-weight: bold;
      background: linear-gradient(to top, #CF8A0C 30%, #D9C066 50%, #CF8A0C 80%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
      margin: 0 0 .5em; }
      @media (min-width: 992px) {
        .cta .cta-guarantee h3 {
          font-size: 3.4rem;
          margin: 0 0 1.0em; } }
    .cta .cta-guarantee .deco {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px; }
      @media (min-width: 992px) {
        .cta .cta-guarantee .deco {
          gap: 20px; } }
      .cta .cta-guarantee .deco:before, .cta .cta-guarantee .deco:after {
        content: "";
        width: 20px;
        height: 60px;
        background: url(../img/deco_laurel.svg) no-repeat;
        background-size: contain; }
      .cta .cta-guarantee .deco:after {
        transform: scaleX(-1); }
    .cta .cta-guarantee p {
      padding: 0 1.0em;
      font-size: 1.4rem;
      line-height: 2.0; }
      @media (min-width: 992px) {
        .cta .cta-guarantee p {
          font-size: 1.8rem; } }

.cta-info {
  padding: 30px 0; }
  @media (min-width: 992px) {
    .cta-info {
      padding: 50px 0; } }
  .cta-info .calendar-attention {
    margin: 1.5em 0 0;
    font-size: 1.4rem;
    font-weight: bold;
    color: #7C7C7C; }
  .cta-info .cta-flex {
    margin: 0 auto 30px; }
    @media (min-width: 992px) {
      .cta-info .cta-flex {
        display: flex;
        align-items: flex-start;
        column-gap: 20px; }
        .cta-info .cta-flex .left,
        .cta-info .cta-flex .right {
          width: 50%; } }
    .cta-info .cta-flex .left {
      margin: 0 0 40px; }
      @media (min-width: 992px) {
        .cta-info .cta-flex .left {
          margin: 0; } }
      .cta-info .cta-flex .left iframe {
        width: 100%;
        min-height: 420px;
        vertical-align: bottom; }
        @media (min-width: 992px) {
          .cta-info .cta-flex .left iframe {
            min-height: 720px; } }
    .cta-info .cta-flex .right {
      background: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      padding: 30px 20px;
      position: relative;
      overflow: visible; }
      .cta-info .cta-flex .right .right-inner {
        padding: 100px 0 0; }
        @media (min-width: 992px) {
          .cta-info .cta-flex .right .right-inner {
            padding: 140px 0 0; } }
      .cta-info .cta-flex .right h3 {
        width: calc(100% + 20px);
        font-size: 2.4rem;
        font-weight: 700;
        text-align: center;
        font-family: "Zen Old Mincho", serif;
        margin: 0 auto 1.5em;
        padding: .5em 0;
        color: #fff;
        background: linear-gradient(to bottom, #46725C 0%, #598570 50%, #6B9984 100%);
        position: absolute;
        left: 50%;
        transform: translateX(-50%); }
        @media (min-width: 992px) {
          .cta-info .cta-flex .right h3 {
            font-size: 3.4rem; } }
      .cta-info .cta-flex .right .fukidashi {
        font-family: "Zen Old Mincho", serif;
        display: block;
        position: relative;
        font-size: 1.6rem;
        padding: .5em 1.0em;
        line-height: 1;
        width: fit-content;
        font-weight: 700;
        color: #000;
        background: #F4CB01;
        top: 5px;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        white-space: nowrap;
        letter-spacing: .1em;
        text-shadow: none;
        border-radius: 50px; }
        @media (min-width: 992px) {
          .cta-info .cta-flex .right .fukidashi {
            font-size: 1.8rem; } }
        .cta-info .cta-flex .right .fukidashi:before {
          content: "";
          position: absolute;
          width: 15px;
          height: 15px;
          background: #F4CB01;
          clip-path: polygon(50% 15px, 0% 0%, 15px 0%);
          left: 50%;
          bottom: -20px;
          transform: translateY(-50%) translateX(-50%); }
      .cta-info .cta-flex .right .ribbon {
        display: block;
        position: relative; }
        .cta-info .cta-flex .right .ribbon:before, .cta-info .cta-flex .right .ribbon:after {
          position: absolute;
          content: '';
          top: calc(100% + 12px);
          left: 0;
          border: none;
          border-bottom: solid 10px transparent;
          border-right: solid 10px black; }
        .cta-info .cta-flex .right .ribbon:after {
          left: auto;
          right: 0;
          border-right: none;
          border-left: solid 10px black; }
      .cta-info .cta-flex .right .cta-tel {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 3.6rem;
        line-height: 1.0;
        margin: 0 0 10px;
        position: relative;
        gap: 8px; }
        @media (min-width: 992px) {
          .cta-info .cta-flex .right .cta-tel {
            font-size: 4.6rem; } }
        .cta-info .cta-flex .right .cta-tel:before {
          content: "";
          min-width: 34px;
          min-height: 34px;
          background: url(../img/icon_tel.svg) no-repeat;
          background-size: contain; }
          @media (min-width: 992px) {
            .cta-info .cta-flex .right .cta-tel:before {
              min-width: 44px;
              min-height: 44px; } }
        .cta-info .cta-flex .right .cta-tel a {
          display: inline-block;
          text-decoration: none;
          color: #000;
          font-weight: bold; }
      .cta-info .cta-flex .right .cta-tel-info {
        display: flex;
        justify-content: center;
        font-size: 1.4rem;
        letter-spacing: .04em;
        font-weight: bold;
        color: #7C7C7C;
        margin: 0 auto 20px; }
        @media (min-width: 992px) {
          .cta-info .cta-flex .right .cta-tel-info {
            font-size: 1.6rem; } }
      .cta-info .cta-flex .right .cta-tel-txt {
        font-size: 1.4rem;
        padding: 25px;
        background: #F0F4F5;
        margin: 30px auto 0; }
        @media (min-width: 992px) {
          .cta-info .cta-flex .right .cta-tel-txt {
            padding: 40px;
            font-size: 1.6rem; } }
        .cta-info .cta-flex .right .cta-tel-txt p {
          margin: 0 0 2.0em; }
          .cta-info .cta-flex .right .cta-tel-txt p:last-child {
            margin: 0; }

.cta-line {
  background: #008E00;
  color: #fff;
  padding: 40px 15px;
  text-align: center; }
  @media (min-width: 992px) {
    .cta-line {
      padding: 50px; } }
  .cta-line .fukidashi {
    font-family: "Zen Old Mincho", serif;
    display: block;
    position: relative;
    font-size: 1.6rem;
    padding: .5em 1.0em;
    line-height: 1;
    width: fit-content;
    font-weight: 700;
    color: #000;
    background: #F4CB01;
    top: 5px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    white-space: nowrap;
    letter-spacing: .1em;
    text-shadow: none;
    border-radius: 50px; }
    @media (min-width: 992px) {
      .cta-line .fukidashi {
        font-size: 1.8rem; } }
    .cta-line .fukidashi:before {
      content: "";
      position: absolute;
      width: 15px;
      height: 15px;
      background: #F4CB01;
      clip-path: polygon(50% 15px, 0% 0%, 15px 0%);
      left: 50%;
      bottom: -20px;
      transform: translateY(-50%) translateX(-50%); }
  .cta-line h3 {
    color: #fff;
    font-size: 2.0rem;
    font-weight: 600;
    margin: 0 0 1.0em;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 992px) {
      .cta-line h3 {
        font-size: 3.0rem; } }
    .cta-line h3:before {
      content: "";
      background: url(../img/icon_line.svg) no-repeat;
      background-size: contain;
      width: 26px;
      height: 26px;
      margin: 0 10px 0 0; }
      @media (min-width: 992px) {
        .cta-line h3:before {
          width: 36px;
          height: 36px; } }
  .cta-line .indent {
    font-size: 1.2rem;
    margin: 0 .5em;
    text-align: left;
    display: flex;
    justify-content: center; }
    @media (min-width: 992px) {
      .cta-line .indent {
        font-size: 1.6rem; } }

.line-btn {
  text-align: center;
  color: #fff;
  background: #02C300;
  border-radius: 80px;
  width: 100%;
  font-size: 2.0rem;
  display: block;
  margin: 0 auto;
  padding: 1.5em 1.0em;
  text-decoration: none;
  font-weight: 600;
  max-width: 400px;
  box-shadow: 3px 3px 0 #3C8044; }
  @media (min-width: 992px) {
    .line-btn {
      font-size: 2.4rem; } }
  .line-btn:hover {
    transform: translateY(3px);
    box-shadow: 0 0 0 #3C8044; }
  .line-btn .arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 35px; }
    .line-btn .arrow:before {
      content: "";
      position: absolute;
      left: 0;
      top: 4px;
      width: 26px;
      height: 26px;
      background: url(../img/icon_arrow04.svg) no-repeat;
      background-size: contain; }

.cta-line-lead {
  font-size: 1.4rem;
  line-height: 2.0;
  color: #FDFBF7; }
  @media (min-width: 992px) {
    .cta-line-lead {
      font-size: 1.8rem; } }

.line-item {
  margin: 40px auto 20px;
  text-align: left; }
  @media (min-width: 992px) {
    .line-item {
      display: flex;
      justify-content: center;
      column-gap: 20px; } }
  .line-item h4 {
    color: #000;
    font-size: 2.0rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin: 0 15px 1.0em; }
    @media (min-width: 992px) {
      .line-item h4 {
        font-size: 2.4rem; } }
    .line-item h4:before {
      content: "STEP 1";
      font-size: 1.4rem;
      line-height: 1.0;
      width: 70px;
      margin: 0 16px 0 0;
      padding: .5em 0 .5em .25em;
      color: #fff;
      background: #008E00;
      text-align: center; }
  .line-item p {
    color: #000;
    font-size: 1.4rem;
    line-height: 2.0;
    margin: 0 15px; }
    @media (min-width: 992px) {
      .line-item p {
        font-size: 1.8rem; } }
  .line-item .line-btn {
    margin: 20px auto 0; }
  .line-item .line-content {
    background: #fff;
    padding: 30px 15px;
    border-radius: 1px; }
    @media (min-width: 992px) {
      .line-item .line-content {
        padding: 30px;
        width: 49%; } }
    .line-item .line-content:last-child {
      margin: 20px 0 0; }
      @media (min-width: 992px) {
        .line-item .line-content:last-child {
          margin: 0; } }
      .line-item .line-content:last-child h4:before {
        content: "STEP 2"; }

.seminar-item {
  margin: 0 auto 50px; }
  @media (min-width: 992px) {
    .seminar-item {
      display: flex;
      gap: 10px;
      margin: 0 auto 80px; } }

.midashi-title {
  position: relative;
  font-size: 2.0rem;
  line-height: 1.6;
  margin: 0 0 1.0em;
  padding: 1.5em 0 1.0em;
  text-align: center;
  color: #fff;
  font-weight: bold; }
  @media (min-width: 992px) {
    .midashi-title {
      font-size: 3.0rem;
      margin: 0 0 2.0em; } }
  .midashi-title .mini {
    font-size: 1.8rem; }
    @media (min-width: 992px) {
      .midashi-title .mini {
        font-size: 2.4rem; } }
  .midashi-title .fukidashi {
    font-family: "Zen Old Mincho", serif;
    position: absolute;
    font-size: 1.6rem;
    padding: .5em 1.0em;
    line-height: 1;
    width: fit-content;
    font-weight: 700;
    color: #000;
    background: #F4CB01;
    top: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    white-space: nowrap;
    letter-spacing: .1em; }
    @media (min-width: 992px) {
      .midashi-title .fukidashi {
        font-size: 2.4rem; } }
    .midashi-title .fukidashi:before {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      background: #F4CB01;
      clip-path: polygon(50% 10px, 0% 0%, 10px 0%);
      left: 50%;
      bottom: -14px;
      transform: translateY(-50%) translateX(-50%); }

.seminar-img {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 auto 50px;
  max-width: 100%; }
  @media (min-width: 992px) {
    .seminar-img {
      width: 40%;
      margin: 0; } }
  .seminar-img li {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 992px) {
      .seminar-img li {
        flex: 0 0 100% !important; } }
    .seminar-img li img {
      height: 170px;
      object-fit: cover;
      width: 100%;
      max-width: 100%; }
      @media (min-width: 992px) {
        .seminar-img li img {
          height: 270px; } }
  .seminar-img li:nth-child(1) {
    flex: 0 0 calc(65% - 5px); }
  .seminar-img li:nth-child(2) {
    flex: 0 0 calc(35% - 5px); }
    @media (min-width: 992px) {
      .seminar-img li:nth-child(2) img {
        object-position: center 20%; } }
  .seminar-img li:nth-child(3) {
    flex: 0 0 100%; }

@media (min-width: 992px) {
  .seminar-movie {
    width: 60%; } }
.seminar-movie iframe {
  width: 100%;
  height: 200px;
  vertical-align: bottom; }
  @media (min-width: 992px) {
    .seminar-movie iframe {
      height: 350px; } }
.seminar-movie li:last-child {
  margin: 20px auto 0; }
  @media (min-width: 992px) {
    .seminar-movie li:last-child {
      margin: 10px 0 0; } }

@media (min-width: 992px) {
  .dvd-item {
    display: flex;
    gap: 50px; }
    .dvd-item .dvd-left,
    .dvd-item .dvd-right {
      width: 50%; } }

.dvd-img {
  margin: 0 auto 30px; }

/*decoration*/
.fb {
  font-weight: bold; }

.mcl {
  color: #46725C; }

.red {
  color: #D96666; }

.ye {
  color: #F4CB01; }

.bg-line {
  background: #00b900; }

.y-line {
  background: #FFF59E; }

.dot {
  position: relative; }
  .dot:before {
    content: '';
    position: absolute;
    left: 44%;
    top: -.005em;
    width: 5px;
    height: 5px;
    background: #46725C;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; }

.gra02-under {
  background: linear-gradient(to bottom, #46725C 0%, #598570 50%, #6B9984 100%); }

/*decoration END*/
/*animation*/
.fluffy {
  animation: fluffy1 2s ease infinite; }

@keyframes fluffy1 {
  0% {
    transform: translateY(0); }
  5% {
    transform: translateY(0); }
  10% {
    transform: translateY(0); }
  20% {
    transform: translateY(-15px); }
  25% {
    transform: translateY(0); }
  30% {
    transform: translateY(-15px); }
  50% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }
/*anime END*/
/*===============================

    accordion-area

================================*/
.accordion-area {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  max-width: 800px; }
  .accordion-area .box {
    display: none;
    margin: 0;
    padding: 1.5em 30px 2.0em 62px;
    line-height: 1.8;
    font-size: 1.4rem; }
    @media (min-width: 992px) {
      .accordion-area .box {
        font-size: 1.6rem;
        padding: 1.5em 30px 2.0em 65px; } }
    .accordion-area .box p {
      margin: 0 0 2.0em; }
      .accordion-area .box p:first-child {
        position: relative;
        font-size: 1.6rem;
        line-height: 1.6;
        font-weight: 600;
        margin: 0 0 1.5em; }
        @media (min-width: 992px) {
          .accordion-area .box p:first-child {
            font-size: 1.8rem;
            margin: 0 0 2.0em; } }
        .accordion-area .box p:first-child:before {
          content: "A";
          position: absolute;
          left: -45px;
          top: 0;
          text-align: center;
          background: #46725C;
          color: #fff;
          font-size: 1.8rem;
          font-weight: normal;
          width: 30px;
          height: 30px;
          line-height: 30px;
          border-radius: 50%;
          letter-spacing: normal; }
      .accordion-area .box p:last-child {
        margin: 0; }
    .accordion-area .box a {
      color: #333; }
  .accordion-area .qa-num-list {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 2.0em;
    counter-reset: qa-counter; }
    .accordion-area .qa-num-list li {
      margin: 0 0 .75em;
      list-style: none;
      position: relative;
      padding-left: 1.5em; }
      .accordion-area .qa-num-list li:before {
        counter-increment: qa-counter;
        content: counter(qa-counter);
        display: inline-block;
        width: 1.6em;
        height: 1.6em;
        line-height: 1.6em;
        text-align: center;
        letter-spacing: normal;
        border-radius: 50%;
        background: #46725C;
        color: #fff;
        font-size: 1.2rem;
        position: absolute;
        left: 0;
        top: 5px; }
      .accordion-area .qa-num-list li:last-child {
        margin: 0; }

.accordion-area li {
  margin: 15px 0; }

.title-q {
  position: relative;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: normal;
  padding: 1.0em 50px 1.0em 5%;
  transition: all .5s ease;
  font-weight: bold;
  background: #F0F4F5;
  border-radius: 10px; }
  @media (min-width: 992px) {
    .title-q {
      font-size: 1.8rem;
      padding: .75em 90px .75em 1.0em;
      border-radius: 20px; } }
  .title-q span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 45px; }
    .title-q span:before {
      content: "Q";
      position: absolute;
      left: 0;
      top: 0;
      text-align: center;
      font-size: 1.8rem;
      background: #F4CB01;
      color: #000;
      font-weight: normal;
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 50%;
      letter-spacing: normal; }
      @media (min-width: 992px) {
        .title-q span:before {
          top: 0; } }

.title-q::before,
.title-q::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #333;
  top: 48%;
  right: 15px; }
  @media (min-width: 992px) {
    .title-q::before,
    .title-q::after {
      right: 35px; } }

.title-q::before {
  transform: rotate(0deg); }

.title-q::after {
  transform: rotate(90deg); }

.title-q.close::before {
  transform: rotate(45deg); }

.title-q.close::after {
  transform: rotate(-45deg); }

/*===============================

    mail form

================================*/
.form-block {
  margin: 0 auto;
  padding: 50px 0 100px; }
  @media (min-width: 992px) {
    .form-block {
      padding: 80px 0 120px; } }
  .form-block table {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0; }
    @media (min-width: 992px) {
      .form-block table {
        margin: 0 0 4.0em; } }
    .form-block table tr {
      margin: 0 0 25px;
      padding: 0 0 25px;
      border-bottom: 1px solid #ccc;
      display: block; }
      @media (min-width: 992px) {
        .form-block table tr {
          display: flex; } }
      .form-block table tr:last-child {
        margin: 0;
        padding: 0;
        border-bottom: 0; }
    .form-block table th,
    .form-block table td {
      font-weight: normal;
      text-align: left;
      display: block; }
      @media (min-width: 992px) {
        .form-block table th,
        .form-block table td {
          display: table-cell; } }
    .form-block table th {
      margin: 0 0 .5em;
      padding: 0;
      color: #000;
      display: flex;
      align-items: center;
      background: #fff;
      font-size: 1.6rem;
      line-height: 1.4; }
      .form-block table th .mandatory,
      .form-block table th .any {
        display: inline-block;
        font-size: 1.2rem;
        letter-spacing: .15em;
        padding: .15em .5em .1em;
        margin: 0 0 0 1.0em;
        border-radius: 2px;
        position: relative; }
      .form-block table th .mandatory {
        color: #fff;
        background: #D96666; }
      .form-block table th .any {
        color: #333;
        background: #f1f1f1; }
      .form-block table th .mini {
        display: contents;
        font-size: 1.3rem; }
      @media (min-width: 992px) {
        .form-block table th {
          width: 40%;
          overflow: hidden; }
          .form-block table th .mandatory,
          .form-block table th .any {
            font-size: 1.4rem; } }
    .form-block table td {
      margin: 0;
      padding: 0; }
      @media (min-width: 992px) {
        .form-block table td {
          width: 60%; }
          .form-block table td .form-list li {
            font-size: 1.6rem; } }
      .form-block table td .ex-txt {
        display: block;
        font-size: 1.2rem;
        padding: 0 0 0 .5em;
        margin: .3em 0 0;
        color: #999;
        letter-spacing: .1em; }
      .form-block table td .form-list {
        margin: 0 -2.0em 0 0; }
        .form-block table td .form-list li {
          display: inline-block;
          margin: 0 2.0em 0 0;
          line-height: 2.2;
          letter-spacing: .05em; }
      .form-block table td .ks-cboxtags li {
        display: inline;
        margin: 0 .5em 0 0;
        letter-spacing: .05em; }
        @media (min-width: 992px) {
          .form-block table td .ks-cboxtags li {
            font-size: 1.6rem; } }
        .form-block table td .ks-cboxtags li label {
          display: inline-block;
          background-color: rgba(255, 255, 255, 0.9);
          border: 2px solid rgba(139, 139, 139, 0.3);
          color: #adadad;
          border-radius: 25px;
          white-space: nowrap;
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          -webkit-tap-highlight-color: transparent;
          transition: all .2s;
          padding: .4em 1.0em;
          cursor: pointer;
          text-align: center; }
          .form-block table td .ks-cboxtags li label:before {
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-size: 1.2rem;
            padding: 2px 6px 2px 2px;
            content: "\f067";
            transition: transform .3s ease-in-out; }
        .form-block table td .ks-cboxtags li input[type="radio"]:checked + label::before {
          content: "\f00c";
          transform: rotate(-360deg);
          transition: transform .3s ease-in-out; }
        .form-block table td .ks-cboxtags li input[type="radio"]:checked + label {
          border: 2px solid #1bdbf8;
          background-color: #12bbd4;
          color: #fff;
          transition: all .2s; }
        .form-block table td .ks-cboxtags li input[type="radio"] {
          display: absolute; }
        .form-block table td .ks-cboxtags li input[type="radio"] {
          position: absolute;
          opacity: 0; }
        .form-block table td .ks-cboxtags li input[type="radio"]:focus + label {
          border: 2px solid #e9a1ff; }
      .form-block table td input[type="text"],
      .form-block table td input[type="email"],
      .form-block table td input[type="tel"],
      .form-block table td select {
        width: 100%;
        margin: 0;
        padding: 1.0em;
        color: #333;
        background: #F0F4F5;
        font-size: 1.6rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 10px;
        border: none;
        font-family: "Roboto", 'Noto Sans JP', sans-serif; }
        .form-block table td input[type="text"].mb10,
        .form-block table td input[type="email"].mb10,
        .form-block table td input[type="tel"].mb10,
        .form-block table td select.mb10 {
          margin: 0 0 0.5em; }
      .form-block table td textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 10px;
        padding: 1.0em;
        width: 100%;
        resize: vertical;
        border: none;
        font-size: 1.6rem;
        line-height: 1.8;
        background: #F0F4F5; }
      .form-block table td .option-input01 {
        position: relative;
        top: 4px;
        right: 0;
        bottom: 0;
        left: 0;
        width: 20px;
        height: 20px;
        margin: 0 0.5em 0 0;
        cursor: pointer;
        transition: all 0.15s ease-out 0s;
        color: #fff;
        border: none;
        outline: none;
        background: #cbd6d7;
        -webkit-appearance: none;
        appearance: none; }
        .form-block table td .option-input01:hover {
          background: #a9d5d6;
          cursor: pointer; }
        .form-block table td .option-input01:checked {
          background: #12bbd4;
          color: #fff; }
          .form-block table td .option-input01:checked:before {
            color: #fff;
            font-size: 1.4rem;
            line-height: 20px;
            position: absolute;
            display: inline-block;
            width: 20px;
            height: 20px;
            content: '✔';
            text-align: center; }
          .form-block table td .option-input01:checked:after {
            position: relative;
            display: block;
            content: '';
            -webkit-animation: click-wave 0.65s;
            animation: click-wave 0.65s;
            background: #12bbd4; }
        .form-block table td .option-input01 .radio {
          border-radius: 50%; }
          .form-block table td .option-input01 .radio:after {
            border-radius: 50%; }
        .form-block table td .option-input01 label {
          line-height: 40px;
          display: block; }
        .form-block table td .option-input01:disabled {
          cursor: not-allowed;
          background: #b8b7b7; }
          .form-block table td .option-input01:disabled:before {
            font-size: 1.4rem;
            line-height: 20px;
            position: absolute;
            display: inline-block;
            width: 20px;
            height: 20px;
            content: '✖︎';
            text-align: center; }
@keyframes click-wave {
  0% {
    position: relative;
    width: 20px;
    height: 20px;
    opacity: 0.35; }
  100% {
    width: 200px;
    height: 200px;
    margin-top: -80px;
    margin-left: -80px;
    opacity: 0; } }
  .form-block .contact-lead {
    font-size: 2.0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: bold;
    margin: 0 0 1.5em; }
    @media (min-width: 992px) {
      .form-block .contact-lead {
        font-size: 3.0rem;
        margin: 0 0 2.0em; } }
    .form-block .contact-lead:before {
      content: "";
      width: 26px;
      height: 18px;
      background: url(../img/icon_mail.svg) no-repeat;
      background-size: contain; }
      @media (min-width: 992px) {
        .form-block .contact-lead:before {
          width: 39px;
          height: 27px; } }
  .form-block .mail-attention {
    margin: 30px auto 50px;
    padding: 0 1.0em;
    font-size: 1.2rem;
    line-height: 2.0;
    color: #363739; }
    @media (min-width: 992px) {
      .form-block .mail-attention {
        font-size: 1.6rem; } }
    .form-block .mail-attention li {
      margin: 0 0 1.5em;
      padding: 0 0 0 1.1em;
      text-indent: -1.1em; }
      @media (min-width: 992px) {
        .form-block .mail-attention li {
          margin: 0 0 1.0em; } }
      .form-block .mail-attention li:last-child {
        margin: 0; }

#form_submit {
  text-align: center;
  margin: 0; }
  #form_submit input[type="submit"] {
    padding: 1.25em 0;
    width: 100%;
    max-width: 350px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #333;
    background: #fff;
    outline: none;
    color: #333;
    font-size: 2.2rem;
    border-radius: 50px;
    letter-spacing: .1em;
    font-weight: 700;
    transition: .2s;
    cursor: pointer; }
    #form_submit input[type="submit"]:hover {
      background: #333;
      color: #fff;
      border: 2px solid #333; }

/*===============================

    footer

================================*/
#page-top {
  position: fixed;
  right: 0;
  bottom: 14%;
  z-index: 10; }
  @media (min-width: 992px) {
    #page-top {
      right: 10px;
      bottom: 10%; } }
  #page-top a {
    position: relative;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    background: #fdd35c;
    transition: opacity .6s ease;
    color: #e9bc00;
    align-items: center;
    text-decoration: none;
    font-size: 3.0rem;
    border-radius: 0; }
    #page-top a:hover {
      opacity: .3; }

.cta-scroll {
  position: fixed;
  text-align: center;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: .5em;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none; }
  @media (min-width: 992px) {
    .cta-scroll {
      max-width: 500px;
      left: auto;
      right: 0; } }
  .cta-scroll.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .cta-scroll ul {
    display: flex;
    justify-content: center;
    gap: 10px; }
    .cta-scroll ul li {
      width: 50%;
      display: flex;
      font-size: 1.6rem; }
      @media (min-width: 992px) {
        .cta-scroll ul li {
          font-size: 1.8rem; } }
  .cta-scroll .cta-scroll-lead {
    font-size: 1.4rem;
    margin: 0 0 .5em; }
  .cta-scroll .tel-cta,
  .cta-scroll .line-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    padding: 1.0em 0;
    border-radius: 10px;
    line-height: 1.1;
    width: 100%;
    min-height: 100%; }
    @media (min-width: 992px) {
      .cta-scroll .tel-cta,
      .cta-scroll .line-cta {
        padding: 1.5em 0; } }
  .cta-scroll .tel-cta {
    color: #000;
    background: #F4CB01; }
  .cta-scroll .line-cta {
    color: #fff;
    background: #02C300; }
    .cta-scroll .line-cta .line {
      display: flex;
      align-items: center;
      gap: 5px; }
      .cta-scroll .line-cta .line:before {
        content: "";
        background: url(../img/icon_line.svg) no-repeat;
        background-size: contain;
        width: 26px;
        height: 26px;
        position: relative;
        top: 2px; }
  .cta-scroll .mini {
    font-size: 10px;
    display: contents;
    letter-spacing: .1em; }
    @media (min-width: 992px) {
      .cta-scroll .mini {
        font-size: 1.4rem; } }

.footer-flex {
  padding: 40px 0; }
  @media (min-width: 992px) {
    .footer-flex {
      display: flex;
      gap: 60px; } }
  .footer-flex .left {
    margin: 0 0 40px; }
    @media (min-width: 992px) {
      .footer-flex .left {
        width: 40%;
        margin: 0; } }
  @media (min-width: 992px) {
    .footer-flex .right {
      width: 60%; } }
  .footer-flex .right .left-title {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0 0 1.5em;
    padding: 0 0 0 .5em;
    border-left: 4px solid #46725C; }
    @media (min-width: 992px) {
      .footer-flex .right .left-title {
        font-size: 2.4rem; } }
  .footer-flex .right dl {
    margin: 0 0 25px;
    padding: 0;
    font-weight: normal; }
    .footer-flex .right dl:last-child {
      margin: 0; }
    .footer-flex .right dl dt,
    .footer-flex .right dl dd {
      margin: 0;
      padding: 0; }
    .footer-flex .right dl dt {
      font-size: 1.4rem;
      font-weight: bold;
      display: flex;
      align-items: center;
      gap: 5px; }
      .footer-flex .right dl dt:before {
        content: "";
        width: 15px;
        height: 1px;
        background: #000; }
    .footer-flex .right dl dd {
      font-size: 1.2rem;
      line-height: 2.0;
      padding: 0 0 0 20px; }

footer {
  background: #F0F4F5; }
  footer .copyright {
    background: #000;
    padding: 0.5em 0;
    text-align: center; }
    footer .copyright a {
      color: #fff;
      font-size: 1.2rem;
      display: inline-block;
      text-decoration: none; }

/*===============================

    header

================================*/
header {
  position: relative; }

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