:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-kintone: #ffbf00;
  --color-key: #fde700;
  --color-bg: #FDF9E8;
  --color-border: #ccc;
  --s: 6px;
  --xxsm: 12px;
  --xsm: 24px;
  --sm: 36px;
  --m: 48px;
  --lm: 72px;
  --xlm: 96px;
  --xxlm: 120px;
}
@media (max-width: 1240px) {
  :root {
    --s: 5px;
    --xxsm: 10px;
    --xsm: 20px;
    --sm: 30px;
    --m: 40px;
    --lm: 60px;
    --xlm: 80px;
    --xxlm: 100px;
  }
}
@media (max-width: 767px) {
  :root {
    --s: 4px;
    --xxsm: 8px;
    --xsm: 16px;
    --sm: 24px;
    --m: 32px;
    --lm: 48px;
    --xlm: 64px;
    --xxlm: 80px;
  }
}

body {
  color: var(--color-key-dim) !important;
  font-family: "Gothic MB101 Regular JIS2004 AP";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  background-color: var(--color-bg);
}

._mb-10 {
  margin-bottom: 0 !important;
}

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

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Hiragino Kaku Gothic W8 JIS2004";
}

h3 {
  display: inline-block;
  border-bottom: solid 3px;
  padding-bottom: var(--s);
}
h3.heading__h {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  h3.heading__h {
    font-size: 1.6rem;
  }
}

.mobile-fixed-menu__container {
  display: none;
}

.site-menu__items {
  justify-content: center;
}

.site-menu__item:after {
  content: none;
}

._border-gray-300 {
  border: none;
}

.theme-container {
  background-image: url(https://dl.qloba.info/uploads/projects/page_image/image/37120/ea96c0b1-96f2-4a4c-b3a5-86954c824ff3.png);
  background-size: 5.5px;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
}

.button__wrapper .button--rounded {
  border-radius: var(--xxsm);
}
.button__wrapper .button__button {
  position: relative;
  padding: 0.8em 3.6em 0.8em 2.5em;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.3);
}
.button__wrapper .button__button:before {
  content: "";
  background-image: url(https://dl.qloba.info/uploads/projects/page_image/image/37222/fd3c0648-5585-4e96-9f20-5a359069a453.png);
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 2em;
  translate: 0 -50%;
  display: block;
  width: 1em;
  height: 1em;
}
.button__wrapper .theme-btn-preset3 {
  background-color: var(--color-black);
}
.button__wrapper .theme-btn-preset3:hover {
  background-color: var(--color-black);
  transform: translateY(5px);
  box-shadow: 0 0 0;
}

.heading__h {
  margin-bottom: var(--sm);
}

.intro p {
  line-height: 1.7rem;
}
@media (max-width: 767px) {
  .intro p {
    text-align: left;
  }
}

.point .section__wrapper {
  padding-top: 0;
}
.point .section__wrapper .section--boxed._p-4 {
  padding: 2rem 1rem;
}
.point .text__text {
  display: flex;
  justify-content: space-around;
  align-items: end;
  height: 240px;
  margin-top: -24px;
}
@media (max-width: 767px) {
  .point .text__text {
    flex-direction: column;
    height: auto;
    margin-top: 0;
  }
}
.point p {
  color: var(--color-white);
  position: relative;
  font-family: "Gothic MB101 Bold";
  height: 90%;
  width: 22%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .point p {
    margin: var(--xsm) auto 0;
    width: 70%;
    height: 100px;
  }
}
.point p:before {
  content: "";
  position: absolute;
  width: 140%;
  height: 100%;
  top: 50%;
  translate: 0 -50%;
  background-image: url(https://dl.qloba.info/uploads/projects/page_image/image/37139/f961812d-eae4-4b9a-9e70-7be8834562d9.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .point p:before {
    background-image: url(https://dl.qloba.info/uploads/projects/page_image/image/37223/d3fbd29f-afaf-48ee-b09f-9aace6fb33dd.png);
  }
}

.seminar {
  background-image: url(https://dl.qloba.info/uploads/projects/page_image/image/37164/119a6d5b-c559-4666-b5f3-2daab496ad15.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.seminar .section__wrapper {
  padding-top: 3rem;
}
.seminar h3 {
  color: var(--color-white);
}
.seminar .table-border {
  border: none;
  border-collapse: separate;
  border-spacing: 0 var(--xsm);
}
.seminar .table-border h4 {
  font-size: 1rem;
}
.seminar .table-border tr {
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.5);
  border-radius: 0.5em;
}
.seminar .table-border th {
  background-color: var(--color-key);
  color: var(--color-black);
  font-family: "Gothic MB101 Bold";
  font-size: 1.2rem;
  border: none;
  width: 200px;
  border-radius: 0.5em 0 0 0.5em;
  padding: 2em 1em;
}
@media (max-width: 767px) {
  .seminar .table-border th {
    display: block;
    width: 100%;
    border-radius: 0.5em 0.5em 0 0;
    padding: 1em;
  }
}
.seminar .table-border td {
  background-color: var(--color-white);
  border: none;
  text-align: left;
  border-radius: 0 0.5em 0.5em 0;
  padding: 1em;
}
@media (max-width: 767px) {
  .seminar .table-border td {
    display: block;
    border-radius: 0 0 0.5em 0.5em;
    padding: 1.5em 2em;
  }
}
.seminar table.table-border {
  margin-top: -20px;
}
@media (max-width: 767px) {
  .seminar table.table-border {
    margin-top: -16px;
  }
}

.booth .section__wrapper {
  padding-top: 3rem;
}
.booth .table__container._mt-8 {
  margin-top: var(--xsm);
}
.booth .table__column {
  border-radius: var(--xxsm);
  margin: 0 0.5rem;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  padding: 0;
}
@media (max-width: 767px) {
  .booth .table__column {
    margin: 0 0 var(--xsm) 0;
  }

  .pconly{
     display:none;
  }

  .booth .table__container .image__img{
     display:none;
  }
}
.booth .table__columns {
  justify-content: center;
}
.booth .table__columns ._w-6\/12, .booth .table__columns ._w-full {
  width: 33.333333%;
}
@media (max-width: 767px) {
  .booth .table__columns ._w-6\/12, .booth .table__columns ._w-full {
    width: 100%;
  }
}
.booth ._flex-shrink-0 {
  background-color: var(--color-bg);
  border-radius: var(--xxsm);
  padding: var(--xxsm);
  flex: auto;
}
.booth ._flex-shrink-0 .image__container {
  height: var(--xxlm);
  background-color: var(--color-white);
  border-radius: var(--s);
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .booth ._flex-shrink-0 .image__container {
    height: 100%;
  }
}
.booth ._flex-shrink-0 .heading__container._mt-8 {
  margin-top: var(--xxsm);
}
.booth ._flex-shrink-0 h3 {
  font-size: 1.2rem;
  font-family: "Gothic MB101 Bold";
  border-bottom: none;
  margin-bottom: var(--s);
}
.booth ._flex-shrink-0 ._mt-8 {
  margin-top: 0;
}
.booth ._flex-shrink-0 .text__text--normal p {
  background-color: var(--color-black);
  font-family: "Gothic MB101 Bold";
  font-size: 0.8rem;
  border-radius: 100vw;
  color: var(--color-white);
  display: inline-block;
  padding: 0.3em 1em;
  margin: 4px;
}
.booth ._flex-shrink-0 .text__text--normal ul.tag {
  padding: 0;
}
.booth ._flex-shrink-0 .text__text--normal ul.tag li {
  font-size: 0.8rem;
  border-radius: 100vw;
  color: var(--color-black);
  display: inline-block;
  padding: 0 1em;
  margin: 4px;
  border: solid 1px;
}

.outline .section__wrapper {
  padding-top: 3rem;
}
.outline .text__text table {
  margin-top: 0;
}
.outline .table-border {
  background-color: var(--color-white);
  border-radius: var(--xxsm);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  border-collapse: collapse;
  border-spacing: 0 var(--xxsm);
}
.outline .table-border h4 {
  font-size: 1rem;
}
.outline .table-border tr {
  position: relative;
  font-size: 0.8rem;
}
.outline .table-border tr:first-child th, .outline .table-border tr:first-child td {
  padding-top: 5%;
}
@media (max-width: 767px) {
  .outline .table-border tr:first-child th {
    padding-top: 10%;
  }
}
@media (max-width: 767px) {
  .outline .table-border tr:first-child td {
    padding-top: 0;
  }
}
.outline .table-border tr:last-child th, .outline .table-border tr:last-child td {
  padding-bottom: 5%;
}
@media (max-width: 767px) {
  .outline .table-border tr:last-child th {
    padding-bottom: 1%;
  }
}
@media (max-width: 767px) {
  .outline .table-border tr:last-child td {
    padding-bottom: 10%;
  }
}
.outline .table-border tr.outline-highlight td {
  font-family: "Gothic MB101 Bold";
  font-size: 1.2rem;
}
.outline .table-border th {
  font-family: "Gothic MB101 Bold";
  color: var(--color-white);
  border: none;
  width: 140px;
  padding: 3% 0 3% 3%;
}
@media (max-width: 767px) {
  .outline .table-border th {
    display: block;
    width: 100%;
    padding: 3% 3% 1% 3%;
  }
}
.outline .table-border th .wrap {
  background-color: var(--color-black);
  display: block;
  padding: 0.1em 0;
  border-radius: 100vw;
  width: 7em;
}
@media (max-width: 767px) {
  .outline .table-border th .wrap {
    margin: 0 auto;
  }
}
.outline .table-border td {
  border: none;
  text-align: left;
  padding: 3% 3% 3% 1%;
}
@media (max-width: 767px) {
  .outline .table-border td {
    display: block;
    text-align: center;
    padding: 0 5% 5% 5%;
  }
}

.access .section__wrapper {
  padding-top: 3rem;
}
.access .button__container {
  margin-top: var(--xxsm);
}
.access .map__iframe {
  border-radius: var(--xxsm);
}

.footer {
  background-color: var(--color-black);
}
.footer img {
  height: 84px;
}
.footer a {
  color: var(--color-white);
  font-size: 0.8rem;
}
.footer .text__text--normal {
  font-size: 0.6rem;
}
@media (max-width: 767px) {
  .footer .table__column {
    margin-bottom: 0;
  }
}

.library {
  display: none;
}/*# sourceMappingURL=mday.scss.map */


._flex._items-center._flex-shrink-0._relative {
  display:none
}

.site-header__container {
  top: 0;
  width: 100%;
  height: 3rem;
  z-index: 999;
  background-color:var(--color-white);
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}

.site-header__container{
  background-image: url(https://dl.qloba.info/uploads/projects/page_image/image/37428/c85107ae-c57a-45fc-983e-b25863e2ed52.png) ;
  background-size: 180px;
  background-repeat:no-repeat;
  background-position: 30px center; 
}

.site-header__menu-items,.site-header__title,.site-header__logo{
  display: none
}

.col-btn > div {
  padding: 0
}

.col-btn {
  background-color: transparent;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  margin: 0;
  padding: 1rem;
}

.footer img{
  margin: 0 auto;
}

.seminar p{
    line-height:1.5!important;
}
  
@media (min-width: 768px) {

#page-projects-show {
  margin-top: 4rem;
}
.site-header__container {
  height: 4rem
}
.col-btn {
  padding: 0;
  width: 380px;
  top: .5rem;
  bottom: inherit;
}

.col-btn .button__wrapper .theme-btn-preset3 {
  box-shadow: none;
}

.col-btn .button__wrapper .theme-btn-preset3:hover {
  transform: none;
  border-radius: 0px;
}

.site-header__container {
  position: fixed;
  }
}

@media (max-width: 768px) {
.col-btn{
  background-color: rgba(255,255,255,0.8);
  } 
}