@charset "UTF-8";
@font-face {
  font-family: "a-otf-ud-shin-go-pr6n";
  font-style: normal;
  src: url("A-OTF-SHINMGOPRO-MEDIUM.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "a-otf-ud-shin-go-pr6n";
  font-style: normal;
  src: url("A-OTF-SHINGOPRO-BOLD.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "adobe-gothic-std";
  font-style: normal;
  src: url("ADOBEGOTHICSTD-BOLD.woff") format("woff");
  font-weight: 700;
}
body {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
}

.u-desktop {
  display: none;
}

@media screen and (min-width: 800px) {
  .u-desktop {
    display: block;
  }
}
@media screen and (min-width: 800px) {
  .u-mobile {
    display: none;
  }
}
:target:before {
  height: 82px;
  height: 5.125rem;
  margin: -82px 0 0;
  content: "";
  display: block;
}

@media screen and (min-width: 800px) {
  :target:before {
    height: 6.25rem;
    margin: -100px 0 0;
  }
}
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 800px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}
/**/
.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

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

/* pcの電話番号発信対応 */
@media screen and (min-width: 800px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

@media screen and (min-width: 800px) {
  a:hover {
    opacity: 0.8;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.outline__table {
  margin-top: 28px;
  margin-top: 1.75rem;
}

@media screen and (min-width: 800px) {
  .outline__table {
    margin-top: 3.4375rem;
  }
}
.outline__row {
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
}

@media screen and (min-width: 800px) {
  .outline__row {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
  }
}
.outline__row:last-child {
  padding-bottom: 0;
}

@media screen and (min-width: 800px) {
  .outline__row:last-child {
    padding-bottom: 2rem;
    margin-bottom: 0;
  }
}
.outline__row dt,
.outline__row dd {
  font-size: clamp(13px, 3vw, 15px);
}

.outline__row dt {
  font-weight: 700;
}

@media screen and (min-width: 800px) {
  .outline__row dt {
    width: 22%;
    max-width: 15rem;
  }
}
@media screen and (max-width: 800px) {
  .outline__row dt {
    background-color: #e5e5e5;
    padding: 0.625rem;
  }
}
.outline__row dd {
  margin-top: 13px;
  margin-top: 0.8125rem;
}

@media screen and (min-width: 800px) {
  .outline__row dd {
    margin-top: 0;
    width: 78%;
  }
}
.accordion-title {
  cursor: pointer;
}

@media screen and (min-width: 800px) {
  .accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.accordion-btn {
  position: relative;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #4d4d4d;
  display: block;
  margin-left: auto;
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

@media screen and (min-width: 800px) {
  .accordion-btn {
    display: inline-block;
    margin-top: 0;
    width: 1.6875rem;
    height: 1.6875rem;
  }
}
.accordion-title .accordion-btn:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  height: 1px;
  width: 8px;
  background: #fff;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 800px) {
  .accordion-title .accordion-btn:before {
    right: 7px;
    height: 2px;
    width: 12px;
  }
}
.accordion-title .accordion-btn:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 6px;
  height: 1px;
  width: 8px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 800px) {
  .accordion-title .accordion-btn:after {
    right: 7px;
    height: 2px;
    width: 12px;
  }
}
.accordion-title.open .accordion-btn:before {
  transform: rotate(180deg);
}

.accordion-title.open .accordion-btn:after {
  opacity: 0;
}

.accordion-text {
  display: none;
}

.section__title.boothSession__title {
  display: block;
  text-align: center;
  position: relative;
  top: -20px;
  top: -1.25rem;
  border-bottom: none;
  padding-bottom: 0;
}

@media screen and (min-width: 800px) {
  .section__title.boothSession__title {
    top: -1.5625rem;
  }
}
@media screen and (min-width: 1200px) {
  .section__title.boothSession__title {
    top: -2.1875rem;
  }
}
.section__title.boothSession__title .title__main {
  font-size: clamp(26px, 3vw, 44px);
}

.boothSession__heading {
  font-size: clamp(21px, 3vw, 32px);
  font-weight: 700;
  text-align: center;
  margin-top: 48px;
  margin-top: 3rem;
}

@media screen and (min-width: 800px) {
  .boothSession__heading {
    margin-top: 4.875rem;
  }
}
.boothSession__items {
  margin-top: 23px;
  margin-top: 1.4375rem;
}

@media screen and (min-width: 800px) {
  .boothSession__items {
    margin-top: 3.5625rem;
  }
}
.boothSession__text {
  font-size: clamp(13px, 3vw, 16px);
  color: #d93b3b;
  margin-top: 34px;
  margin-top: 2.125rem;
}

.boothSession__text h2 {
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

@media screen and (min-width: 800px) {
  .boothSession__text {
    margin-top: 2.625rem;
  }
  .boothSession__text h2 {
    margin-bottom: 0.4rem;
  }
}
.boothSession__btn {
  text-align: center;
}

.boothSession__btn .btn {
  background-color: #007bc6;
  min-width: 225px;
  min-width: 14.0625rem;
  width: 70%;
}

@media screen and (min-width: 800px) {
  .boothSession__btn .btn {
    width: 100%;
  }
}
.card-list.boothSession__btns {
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
  row-gap: 0.625rem;
  width: 70%;
  min-width: 225px;
  min-width: 14.0625rem;
  margin-top: 42px;
  margin-top: 2.625rem;
}

@media screen and (min-width: 800px) {
  .card-list.boothSession__btns {
    margin-top: 4rem;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    width: 47.8125rem;
    max-width: 100%;
  }
}
.btn {
  display: inline-block;
  font-size: clamp(15px, 3vw, 19px);
  font-weight: 700;
  padding-top: 23px;
  padding-top: 1.4375rem;
  padding-bottom: 23px;
  padding-bottom: 1.4375rem;
  color: #fff;
  transition: 0.3s;
}

@media screen and (min-width: 800px) {
  .btn {
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
  }
}
.btn:hover {
  opacity: 0.8;
}

.card-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  max-width: 100%;
}

@media screen and (min-width: 800px) {
  .card-list {
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 1.0625rem;
    column-gap: 1.0625rem;
  }
}
.footer {
  margin-top: 75px;
  margin-top: 4.6875rem;
}

@media screen and (min-width: 800px) {
  .footer {
    margin-top: 4.375rem;
  }
}
.inner.footer-contact__inner {
  width: 100%;
}

@media screen and (min-width: 800px) {
  .inner.footer-contact__inner {
    max-width: 56.5625rem;
  }
}
.footer-contact {
  text-align: center;
  background-image: url(../images/common/footer-bgSP.jpg);
  background-size: cover;
  padding-top: 37px;
  padding-top: 2.3125rem;
  padding-bottom: 46px;
  padding-bottom: 2.875rem;
}

@media screen and (min-width: 800px) {
  .footer-contact {
    background-image: url(../images/common/footer-bg.jpg);
    padding-top: 7.4375rem;
    padding-bottom: 6.5rem;
  }
}
.footer-contact__items.card-list {
  grid-template-columns: 1fr;
  row-gap: 15px;
  row-gap: 0.9375rem;
}

@media screen and (min-width: 800px) {
  .footer-contact__items.card-list {
    grid-template-columns: 1fr 1fr;
    row-gap: 0.9375rem;
  }
}
.footer-contact__item {
  position: relative;
}

.footer-contact__item:first-child {
  background: #ffb700;
  font-size: clamp(19px, 3vw, 26px);
}

.footer-contact__item::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.footer-contact__item:first-child::before {
  background-image: url(../images/common/form-icon.png);
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  left: 30px;
}

@media screen and (min-width: 800px) {
  .footer-contact__item:first-child::before {
    width: 2.125rem;
    height: 2.125rem;
  }
}
.footer-contact__item:nth-child(2) {
  background: #fff;
  color: #007bc6;
  font-size: clamp(18px, 3vw, 24px);
}

.footer-contact__item:nth-child(2)::before {
  background-image: url(../images/common/pdf-icon.png);
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  left: 15px;
}

@media screen and (min-width: 800px) {
  .footer-contact__item:nth-child(2)::before {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.footer-bottom {
  color: #fff;
  text-align: center;
  background-color: #007bc6;
  padding-top: 41px;
  padding-top: 2.5625rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
}

@media screen and (min-width: 800px) {
  .footer-bottom {
    padding-top: 4.625rem;
    padding-bottom: 3.375rem;
  }
}
.footer__title {
  font-family: "Oswald", sans-serif;
  font-size: clamp(18px, 3vw, 22px);
  line-height: 1;
}

.copyright {
  font-size: 10px;
  margin-top: 20px;
  margin-top: 1.25rem;
  line-height: 1;
}

@media screen and (min-width: 800px) {
  .copyright {
    margin-top: 1.5625rem;
  }
}
.fv {
  background-image: url(../images/top/fvSP.jpg);
  background-size: cover;
  padding-top: 85px;
  padding-top: 5.3125rem;
  padding-bottom: 33px;
  padding-bottom: 2.0625rem;
}

@media screen and (min-width: 800px) {
  .fv {
    background-image: url(../images/top/fv.jpg);
    padding-top: 11rem;
    padding-bottom: 2.75rem;
  }
}
.inner.fv__inner {
  padding-right: 45px;
  padding-right: 2.8125rem;
  padding-left: 45px;
  padding-left: 2.8125rem;
}

@media screen and (min-width: 800px) {
  .inner.fv__inner {
    margin: auto;
    text-align: center;
  }
}
@media screen and (min-width: 800px) {
  .fv__container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.fv__catch {
  max-width: 100%;
}

.fv__catch--bottom {
  margin-top: 12px;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .fv__catch--bottom {
    margin-top: 0rem;
  }
}

.fv__day {
  color: #ffb700;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 500px) {
  .fv__day {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 800px) {
  .fv__day {
    margin-right: 1.6875rem;
    font-size: 3.75rem;
    text-align: left;
  }
}
@media screen and (min-width: 1100px) {
  .fv__day {
    font-size: 5rem;
  }
}
.fv__free {
  color: #fff;
  background-color: #ffb700;
  font-size: clamp(17px, 3vw, 31px);
  font-weight: 700;
  text-align: center;
  line-height: 1;
  width: 100%;
  width: 139px;
  width: 8.6875rem;
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  margin-top: 28px;
  margin-top: 1.75rem;
  margin-inline: auto;
}

@media screen and (min-width: 800px) {
  .fv__free {
    margin-top: 0;
    width: 11.75rem;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}
.fv__images {
  display: none;
}

@media screen and (min-width: 800px) {
  .fv__images {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .fv__image {
    width: 16.25rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 800px) {
  .fv__image:first-child {
    margin-right: auto;
    margin-left: 0;
  }
}
@media screen and (min-width: 800px) {
  .fv__image:nth-child(2) {
    margin-right: 0;
    margin-left: auto;
    margin-top: -5.625rem;
  }
}
.fv__bottom {
  text-align: center;
  color: #fff;
  margin-top: 36px;
  margin-top: 2.25rem;
}

@media screen and (min-width: 800px) {
  .fv__bottom {
    margin-top: 3.3125rem;
  }
}
.fv__bottom h4 {
  font-size: clamp(16px, 3vw, 26px);
  font-weight: 700;
}

.fv__bottom p {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
  margin-top: 18px;
  margin-top: 1.125rem;
}

@media screen and (min-width: 800px) {
  .fv__bottom p {
    margin-top: 1.375rem;
  }
}
.hamburger {
  z-index: 9999;
}

.hamburger span {
  position: relative;
  display: block;
  height: 2px;
  height: 0.125rem;
  width: 25px;
  width: 1.5625rem;
  background: #000;
  transition: ease 0.3s;
  text-align: right;
}

.hamburger.is-open span {
  background: #000000;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
  margin: 0.5rem 0;
}

.hamburger span:nth-child(3) {
  top: 0;
  position: relative;
}

.hamburger span:nth-child(3)::after {
  content: "Menu";
  position: absolute;
  top: 8px;
  top: 0.5rem;
  left: -1px;
  left: -0.0625rem;
  color: #fff;
  font-size: 8px;
  font-size: 0.5rem;
  text-transform: uppercase;
}

/*is-OPEN時の動き*/
.hamburger.is-open span {
  width: 25px;
  width: 1.5625rem;
}

.hamburger.is-open span:nth-child(1) {
  top: 8px;
  top: 0.5rem;
  left: 2px;
  left: 0.125rem;
  transform: rotate(45deg);
}

.hamburger.is-open span:nth-child(2) {
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
  top: -12px;
  top: -0.75rem;
  left: 2px;
  left: 0.125rem;
  transform: rotate(-45deg);
}

.hamburger.is-open span:nth-child(3)::after {
  content: "Close";
  transform: translateY(0) rotate(45deg);
  top: 8px;
  top: 0.5rem;
  left: -24px;
  left: -1.5rem;
  color: #000000;
}

.header__under .hamburger span {
  background: #000000;
}

.header__under .hamburger span:nth-child(3)::after {
  color: #000000;
}

.header {
  width: 100%;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 82px;
  height: 5.125rem;
  background-color: #fff;
}

@media screen and (min-width: 800px) {
  .header {
    height: 6.25rem;
    background-color: #fff;
  }
}
.header__inner {
  height: 82px;
  height: 5.125rem;
}

@media screen and (min-width: 800px) {
  .header__inner {
    height: 6.25rem;
  }
}
@media screen and (max-width: 800px) {
  .header__inner {
    display: flex;
  }
}
.header.change-color {
  background-color: #fff;
}

.header.change-color .header-logo {
  color: #0072b0;
}

.header-logo {
  margin-left: 25px;
  margin-left: 1.5625rem;
  font-weight: 700;
  font-size: clamp(19px, 3vw, 22px);
  font-family: "Oswald", sans-serif;
  color: #0072b0;
}

@media screen and (min-width: 800px) {
  .header-logo {
    margin-left: 2.75rem;
    color: #0072b0;
  }
}
@media screen and (min-width: 800px) {
  .gNav__items {
    display: flex;
    align-items: center;
    margin-right: 2.25rem;
  }
}
.header__area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 82px;
  height: 5.125rem;
  width: 100%;
}

@media screen and (min-width: 800px) {
  .header__area {
    height: 6.25rem;
  }
}
.header__gNav {
  display: flex;
  align-items: center;
}

.gNav__item:hover {
  opacity: 0.8;
  transition: 0.3s;
}

@media screen and (min-width: 800px) {
  .gNav__item:not(:last-child) {
    margin-right: 1.25rem;
  }
}
@media screen and (min-width: 800px) {
  .gNav__item > a {
    color: #3c3c3c;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 700;
  }
}
.header-form {
  display: block;
  background: #ffb700;
  color: #fff;
  font-size: clamp(12px, 3vw, 18px);
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 15px 12px 15px 28px;
  padding: 0.9375rem 0.75rem 0.9375rem 1.75rem;
}

@media screen and (min-width: 800px) {
  .header-form {
    height: 6.25rem;
    padding: 0 1.4375rem 0 3.5625rem;
  }
}
.header-form span {
  position: relative;
}

.header-form span::before {
  content: "";
  position: absolute;
  background-image: url(../images/common/form-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  width: 0.6875rem;
  height: 11px;
  height: 0.6875rem;
  top: 50%;
  left: -15px;
  left: -0.9375rem;
  transform: translateY(-50%);
}

@media screen and (min-width: 800px) {
  .header-form span::before {
    width: 1.3125rem;
    height: 1.3125rem;
    left: -2.5rem;
  }
}
.header__drawer {
  padding: 0 20px;
  padding: 0 1.25rem;
  margin-left: auto;
  margin-top: -10px;
  margin-top: -0.625rem;
}

.header.header__under {
  background-color: #fff;
}

.header.header__under .header-logo {
  color: #0d45b6;
}

.header.header__under .gNav__item a {
  color: #000000;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 800px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}
.outline__table {
  margin-top: 28px;
  margin-top: 1.75rem;
}

@media screen and (min-width: 800px) {
  .outline__table {
    margin-top: 3.4375rem;
  }
}
.outline__row {
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
}

@media screen and (min-width: 800px) {
  .outline__row {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
  }
}
.outline__row:last-child {
  padding-bottom: 0;
}

@media screen and (min-width: 800px) {
  .outline__row:last-child {
    padding-bottom: 2rem;
    margin-bottom: 0;
  }
}
.outline__row dt,
.outline__row dd {
  font-size: clamp(13px, 3vw, 15px);
}

.outline__row dt {
  font-weight: 700;
}

@media screen and (min-width: 800px) {
  .outline__row dt {
    width: 22%;
    max-width: 15rem;
  }
}
@media screen and (max-width: 800px) {
  .outline__row dt {
    background-color: #e5e5e5;
    padding: 0.625rem;
  }
}
.outline__row dd {
  margin-top: 13px;
  margin-top: 0.8125rem;
}

@media screen and (min-width: 800px) {
  .outline__row dd {
    margin-top: 0;
    width: 78%;
  }
}
.pagetop {
  position: fixed;
  bottom: 112px;
  right: 21px;
  z-index: 99;
}

@media screen and (min-width: 800px) {
  .pagetop {
    right: 74px;
    bottom: 155px;
  }
}
.pagetop a:hover {
  opacity: 0.8;
}

.pagetop img {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  max-width: 100%;
}

@media screen and (min-width: 800px) {
  .pagetop img {
    width: 3.1875rem;
    height: 3.1875rem;
  }
}
.section-access {
  margin-top: 65px;
  margin-top: 4.0625rem;
}

@media screen and (min-width: 800px) {
  .section-access {
    margin-top: 6.625rem;
  }
}
.access__container {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 800px) {
  .access__container {
    flex-direction: column-reverse;
  }
}
.access__text {
  font-size: clamp(13px, 3vw, 16px);
  margin-top: 37px;
  margin-top: 2.3125rem;
}

@media screen and (min-width: 800px) {
  .access__text {
    margin-top: 2.6875rem;
  }
}
.access__images {
  margin-top: 28px;
  margin-top: 1.75rem;
}

@media screen and (min-width: 800px) {
  .access__images {
    display: flex;
    align-items: flex-end;
    margin-top: 4.5625rem;
  }
}
.section-boothSession {
  margin-top: 45px;
  margin-top: 2.8125rem;
  background-image: url(../images/top/booth-bgSP.jpg);
  background-size: cover;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
}

@media screen and (min-width: 800px) {
  .section-boothSession {
    margin-top: 6.5rem;
    background-image: url(../images/top/booth-bg.jpg);
    padding-bottom: 4rem;
  }
}
.section-outline {
  margin-top: 39px;
  margin-top: 1.4375rem;
}

@media screen and (min-width: 800px) {
  .section-outline {
    margin-top: 5rem;
  }
}
.section-special {
  margin-top: 56px;
  margin-top: 3.5rem;
}

@media screen and (min-width: 800px) {
  .section-special {
    margin-top: 2.8125rem;
  }
}
.section__title {
  text-align: center;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

@media screen and (min-width: 800px) {
  .section__title {
    text-align: left;
    display: flex;
    align-items: center;
    padding-bottom: 1.375rem;
  }
}
.title__main {
  font-size: clamp(24px, 3vw, 28px);
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}

.title__sub {
  font-size: clamp(12px, 3vw, 18px);
  font-weight: 700;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
}

@media screen and (min-width: 800px) {
  .title__sub {
    margin-left: 1.1875rem;
  }
}
.section__title02 {
  text-align: center;
  border-bottom: none;
  padding-bottom: 0;
  display: block;
}

.section__title02 .title__main {
  font-size: clamp(26px, 3vw, 44px);
  position: relative;
}

@media screen and (min-width: 800px) {
  .section__title02 .title__main::before,
  .section__title02 .title__main::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35%;
    height: 1px;
    background-color: #a9a9a9;
  }
}
.section__title02 .title__main::before {
  left: 0;
}

.section__title02 .title__main::after {
  right: 0;
}

.sp-nav {
  position: fixed;
  z-index: 9995;
  top: 0;
  right: 0;
  opacity: none;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  transition: ease 0.3s;
  overflow-y: auto;
  padding: 96px 25px 200px;
  padding: 6rem 1.5625rem 12.5rem;
}

@media screen and (min-width: 800px) {
  .sp-nav {
    display: none;
  }
}
.is-open {
  transform: translateX(0);
}

.sp-nav__item {
  transition: 0.2s;
}

.sp-nav__item img {
  width: 66%;
  margin-right: auto;
  margin-left: auto;
  min-width: 300px;
  min-width: 18.75rem;
}

.sp-nav__item:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.sp-nav__item:hover {
  opacity: 0.8;
}

.sp-nav__item > a {
  display: block;
  width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
  color: #000000;
  line-height: 1.45;
}

@media screen and (min-width: 800px) {
  .special__contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 800px) {
  .contents__text {
    order: 1;
  }
}
.contents__image {
  min-width: 230px;
  min-width: 14.375rem;
  width: 61%;
  margin-inline: auto;
}

@media screen and (min-width: 800px) {
  .contents__image {
    order: 2;
    max-width: 100%;
    width: 15.625rem;
  }
}
@media screen and (max-width: 750px) {
  .contents__image img {
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }
}
.special__heading {
  font-size: clamp(32px, 3vw, 48px);
  color: #007bc6;
  font-weight: 700;
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 800px) {
  .special__heading {
    text-align: left;
    margin-top: 4rem;
  }
}
.special__heading span {
  font-size: clamp(16px, 3vw, 23px);
  color: #007bc6;
  text-align: center;
  font-weight: 700;
  margin-top: 17px;
  margin-top: 1.0625rem;
  line-height: 1;
  display: block;
}

@media screen and (min-width: 800px) {
  .special__heading span {
    text-align: left;
    margin-top: 1.625rem;
    display: inline-block;
    padding-left: 1rem;
  }
}
.special__headingBottom {
  font-size: clamp(16px, 3vw, 23px);
  color: #007bc6;
  text-align: center;
  font-weight: 700;
  margin-top: 17px;
  margin-top: 1.0625rem;
  line-height: 1;
}

@media screen and (min-width: 800px) {
  .special__headingBottom {
    text-align: left;
    margin-top: 1.625rem;
  }
}
.contents__nameBox {
  margin-top: 29px;
  margin-top: 1.8125rem;
  text-align: center;
}

@media screen and (min-width: 800px) {
  .contents__nameBox {
    text-align: left;
    margin-top: 2.75rem;
  }
}
.small__text {
  font-size: clamp(18px, 3vw, 22px);
  font-weight: 700;
}

.contents__name {
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 700;
}

.contents__name .small__text:first-child {
  margin-right: 17px;
  margin-right: 1.0625rem;
}

@media screen and (min-width: 800px) {
  .contents__name .small__text:first-child {
    margin-right: 1.5rem;
  }
}
.contents__name .small__text:nth-child(2) {
  margin-left: 17px;
  margin-left: 1.0625rem;
}

@media screen and (min-width: 800px) {
  .contents__name .small__text:nth-child(2) {
    margin-left: 1.5rem;
  }
}
.contents__text {
  max-width: 100%;
  line-height: 1.6;
}

@media screen and (min-width: 800px) {
  .contents__text {
    width: 48.75rem;
    line-height: 1.2;
  }
}
.contents__textBox {
  margin-top: 31px;
  margin-top: 1.9375rem;
  font-size: clamp(13px, 3vw, 16px);
}

@media screen and (min-width: 800px) {
  .contents__textBox {
    margin-top: 2.75rem;
    line-height: 2rem;
  }
}
.history__table {
  background-color: #e0e0e0;
  padding: 18px 12px;
  padding: 1.125rem 0.75rem;
  margin-top: 80px;
  margin-top: 5rem;
}

@media screen and (min-width: 800px) {
  .history__table {
    padding: 1.4375rem 1.6875rem;
    margin-top: 3.25rem;
  }
}
.history__row {
  display: flex;
  align-items: flex-start;
}

.history__row:not(:first-child) {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.history__row dt,
.history__row dd {
  font-size: 14px;
  font-size: 0.875rem;
}

.history__row dt {
  width: 22%;
  min-width: 70px;
  min-width: 4.375rem;
}

@media screen and (min-width: 800px) {
  .history__row dt {
    width: 6%;
  }
}
.history__row dd {
  width: 78%;
}

@media screen and (min-width: 800px) {
  .history__row dd {
    width: 94%;
  }
}
.access__map {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.access__heading {
  color: #ffb700;
  text-align: center;
  font-size: clamp(14px, 3vw, 18px);
}

.access__map iframe {
  max-width: 100%;
  margin-inline: auto;
  display: block;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.booth-page__title {
  background: #007bc6;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 10px;
  font-size: 0.625rem;
}

.booth-left {
  border-right: 1px solid #fff;
  padding: 14px 0 14px 14px;
  padding: 0.875rem 0 0.875rem 0.875rem;
  width: 6%;
  min-width: 70px;
  min-width: 4.375rem;
}

.booth-right {
  padding: 14px;
  padding: 0.875rem;
  width: 94%;
}

.booth-page__row {
  padding-bottom: 19px;
  padding-bottom: 1.1875rem;
  padding-top: 19px;
  padding-top: 1.1875rem;
  display: flex;
  align-items: flex-start;
}

.booth-page__row:nth-child(even) {
  background-color: #eaedee;
}

.row-number {
  color: #000000;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  width: 6%;
  min-width: 70px;
  min-width: 4.375rem;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  padding-left: 13px;
  padding-left: 0.8125rem;
}

.row-content {
  width: 94%;
}

.row-heading {
  font-size: clamp(18px, 3vw, 26px);
  font-weight: 700;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

@media screen and (min-width: 800px) {
  .row-company__box {
    display: flex;
    align-items: center;
  }
}
.row-company__name {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media screen and (min-width: 800px) {
  .row-company__name {
    font-size: 1.125rem;
    margin-top: 0;
  }
}
.row-text {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.company__tagItems .company__tag:not(:first-child) {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.company__tag {
  overflow: hidden;
}

.company__tag span {
  position: relative;
  font-family: Oswald;
  color: #fff;
  font-size: 10px;
  max-width: 100%;
  display: block;
  height: 18px;
  line-height: 18px;
  line-height: 1.125rem;
  padding-left: 7px;
  padding-left: 0.4375rem;
  background: #007bc6;
}

@media screen and (min-width: 800px) {
  .company__tag span {
    font-size: 12px;
  }
}
.company__tag span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  border-style: solid;
  border-width: 9px 10px 9px 0;
}

.company__tag.company__tag--blue span::before {
  border-color: transparent #007bc6 transparent transparent;
}

.company__tag.company__tag--blue span {
  background: #007bc6;
}

.company__tag.company__tag--green span::before {
  border-color: transparent #2eb63a transparent transparent;
}

.company__tag.company__tag--green span {
  background: #2eb63a;
}

.company__tag.company__tag--yellow span::before {
  border-color: transparent #e49733 transparent transparent;
}

.company__tag.company__tag--yellow span {
  background: #e49733;
}

.company__tag.company__tag--red span::before {
  border-color: transparent #f25755 transparent transparent;
}

.company__tag.company__tag--red span {
  background: #f25755;
}

.company__tag.company__tag--orange span::before {
  border-color: transparent #ff973d transparent transparent;
}

.company__tag.company__tag--orange span {
  background: #ff973d;
}

.company__tag.company__tag--brown span::before {
  border-color: transparent #ae7635 transparent transparent;
}

.company__tag.company__tag--brown span {
  background: #ae7635;
}

.company__tag.company__tag--mint span::before {
  border-color: transparent #38bca7 transparent transparent;
}

.company__tag.company__tag--mint span {
  background: #38bca7;
}

.company__tag.company__tag--navy span::before {
  border-color: transparent #384e93 transparent transparent;
}

.company__tag.company__tag--navy span {
  background: #384e93;
}

.company__tag.company__tag--purple span::before {
  border-color: transparent #6d427a transparent transparent;
}

.company__tag.company__tag--purple span {
  background: #6d427a;
}

.company__tag.company__tag--pink span::before {
  border-color: transparent #d25b79 transparent transparent;
}

.company__tag.company__tag--pink span {
  background: #d25b79;
}

/*カテゴリ別色分け追加*/
.company__tag.company__tag--dx span {
  background: #bdc918;
}

.company__tag.company__tag--mr span {
  background: #5bd603;
}

.company__tag.company__tag--ai span {
  background: #38c662;
}

.company__tag.company__tag--tuhan span {
  background: #2378c4;
}

.company__tag.company__tag--ec span {
  background: #2267df;
}

.company__tag.company__tag--hankan span {
  background: #464eec;
}

.company__tag.company__tag--zaikan span {
  background: #6a37d3;
}

.company__tag.company__tag--bunkan span {
  background: #7d28cb;
}

.company__tag.company__tag--gakuho span {
  background: #9a24b0;
}

.company__tag.company__tag--security span {
  background: #b42d75;
}

.company__tag.company__tag--arm span {
  background: #dc5328;
}

.company__tag.company__tag--ibm_tool span {
  background: #d26b0b;
}

.company__tag.company__tag--ibm_mail span {
  background: #e7941a;
}

.company__tag.company__tag--communication span {
  background: #deaf1b;
}

.company__tag.company__tag--lowchord span {
  background: #d7c71d;
}

.row-heading--blue {
  color: #007bc6;
}

.row-heading--green {
  color: #2eb63a;
}

.row-heading--yellow {
  color: #e49733;
}

.row-heading--red {
  color: #f25755;
}

.row-heading--orange {
  color: #ff973d;
}

.row-heading--brown {
  color: #ae7635;
}

.row-heading--mint {
  color: #38bca7;
}

.row-heading--navy {
  color: #384e93;
}

.row-heading--purple {
  color: #6d427a;
}

.row-heading--pink {
  color: #d25b79;
}

@media screen and (min-width: 800px) {
  .session-page__container {
    display: flex;
    align-items: flex-start;
  }
}
.session-page__container:not(:first-child) {
  margin-top: 39px;
  margin-top: 2.4375rem;
}

.session-page__left {
  width: 100%;
}

@media screen and (min-width: 800px) {
  .session-page__left {
    width: 10%;
  }
}
.session-page__right {
  width: 100%;
  margin-top: 37px;
  margin-top: 2.3125rem;
}

@media screen and (min-width: 800px) {
  .session-page__right {
    margin-top: 0;
    width: 90%;
  }
}
.session-floor {
  color: #007bc6;
  font-weight: 700;
  font-size: clamp(34px, 3vw, 42px);
  line-height: 1;
}

.floor__heading--ja {
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 700;
  line-height: 1;
}

.floor__time {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 18px;
  padding: 0.625rem 1.125rem;
  background-color: #007bc6;
  line-height: 1;
  position: relative;
}

@media screen and (min-width: 800px) {
  .floor__time {
    padding-top: 1.3125rem;
    padding-left: 0;
    margin-top: 0;
    width: 18%;
    margin-right: 0.25rem;
    text-align: center;
  }
}
.floor__item p:not(:first-child) {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.floor__time.floor__time--red {
  background-color: #fc5846;
}

.floor__item:not(:first-child) .floor__time::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
  top: 0;
  right: 20px;
}

@media screen and (min-width: 800px) {
  .floor__item:not(:first-child) .floor__time::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 800px) {
  .floor__item {
    display: flex;
  }
}
.floor__item:not(:first-child) {
  margin-top: 1px;
  margin-top: 0.0625rem;
}

@media screen and (min-width: 800px) {
  .floor__item:not(:first-child) {
    margin-top: 0.1875rem;
  }
}
.session-floor__items:not(:first-child) {
  margin-top: 18px;
  margin-top: 1.125rem;
}

@media screen and (min-width: 800px) {
  .session-floor__items:not(:first-child) {
    margin-top: 1.8125rem;
  }
}
.session-floor__item:not(:first-child) {
  margin-top: 18px;
  margin-top: 1.125rem;
}

@media screen and (min-width: 800px) {
  .session-floor__item:not(:first-child) {
    margin-top: 1.625rem;
  }
}
.floor-row {
  display: flex;
  align-items: flex-start;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
}

@media screen and (min-width: 800px) {
  .floor-row {
    width: 82%;
    padding: 0.8125rem 1rem 1rem 1rem;
  }
}
.floor-row.floor-row--red {
  background-color: #f6d1cd;
}

.floor__item:nth-child(odd) .floor-row {
  background-color: #d0e0ea;
}

.floor-row__heading,
.content__heading {
  font-size: clamp(20px, 3vw, 22px);
  font-weight: 700;
  line-height: 1;
}

.floor-row__heading {
  width: 16%;
}

@media screen and (min-width: 800px) {
  .floor-row__heading {
    width: 10%;
  }
}
.floor-row__content {
  width: 84%;
}

@media screen and (min-width: 800px) {
  .floor-row__content {
    width: 90%;
  }
}
.content__text {
  margin-top: 11px;
  margin-top: 0.6875rem;
  font-size: clamp(10px, 3vw, 14px);
}

@media screen and (min-width: 800px) {
  .content__text {
    margin-top: 0.9375rem;
  }
}
.floor__heading--en {
  font-size: clamp(36px, 3vw, 48px);
  font-family: "Oswald", sans-serif;
  margin-right: 18px;
  margin-right: 1.125rem;
}

@media screen and (min-width: 800px) {
  .floor__heading--en {
    margin-right: 1.5625rem;
  }
}
@media screen and (min-width: 800px) {
  .row-company__box.content__heading .row-company__name {
    margin-left: 1rem;
  }
}
.under-top {
  background-image: url(../images/under/under-top.jpg);
  background-size: cover;
  margin-top: 85px;
  margin-top: 5.3125rem;
  padding-top: 87px;
  padding-top: 5.4375rem;
  padding-bottom: 92px;
  padding-bottom: 5.75rem;
}

@media screen and (min-width: 800px) {
  .under-top {
    margin-top: 6.25rem;
  }
}
@media screen and (min-width: 800px) {
  .inner.under__inner {
    max-width: 77.25rem;
  }
}
.under-page__title {
  color: #fff;
  font-weight: 700;
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1;
}

.mainContents {
  margin-top: 37px;
  margin-top: 2.3125rem;
}

@media screen and (min-width: 800px) {
  .mainContents {
    margin-top: 4.6875rem;
  }
}

/*追加修正分*/
/*トップ*/
.fv {
  padding-bottom: 6rem;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .fv {
    background-size: 100% auto;
    background-position: center center;
    background-color: #fff;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 0;
    height: 160vw;
  }
}
.fv .inner.fv__inner {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .fv .inner .fv__container {
    max-width: 90%;
    margin: auto;
    position: absolute;
    top: 30vw;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .fv .inner .fv__container .fv__catch .fv__catch--top .fv__free {
    margin-bottom: 2rem;
  }
}
.fv .inner .fv__container .fv__catch .fv__catch--bottom h3.fv__day {
  font-size: 3.7rem;
}
@media screen and (max-width: 767px) {
  .fv .inner .fv__container .fv__catch .fv__catch--bottom h3.fv__day {
    font-size: 2.2rem;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  }
}
.fv .inner .fv__container .fv__catch .fv__catch--bottom h3.fv__day span:nth-of-type(1) {
  font-size: 3rem;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .fv .inner .fv__container .fv__catch .fv__catch--bottom h3.fv__day span:nth-of-type(1) {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .fv .inner .fv__container .fv__catch .fv__catch--bottom h3.fv__day span:nth-of-type(2) {
    display: block;
    padding-top: 0.3rem;
    font-size: 2rem;
  }
}
.fv .inner .fv__bottom {
  margin-top: 4rem;
  color: #333;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
@media screen and (max-width: 767px) {
  .fv .inner .fv__bottom {
    background-color: #222;
    padding: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.fv .inner .fv__bottom h4 {
  font-size: clamp(0.8rem, 3vw, 22px);
}
.fv .inner .fv__bottom p {
  margin-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .fv .inner .fv__bottom p {
    font-size: 0.7rem;
  }
}

@media screen and (max-width: 767px) {
  .section-special .inner .section__title {
    margin-bottom: 1.5rem;
  }
}
.section-special .inner .special__container > h3 {
  display: none;
}
@media screen and (max-width: 767px) {
  .section-special .inner .special__container > h3 {
    display: block;
    margin-bottom: 1.5rem;
  }
}
.section-special .inner .special__container .special__contents .contents__image {
  width: 20rem;
}
.section-special .inner .special__container .special__contents .contents__text {
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .section-special .inner .special__container .special__contents .contents__text {
    padding-right: 0rem;
  }
}
.section-special .inner .special__container .special__contents .contents__text h3 img {
  width: 80%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .section-special .inner .special__container .special__contents .contents__text .contents__nameBox h4 .small__text:nth-of-type(1) {
    display: block;
  }
}

/*ブース*/
.booth-page__title .booth-left {
  min-width: 4rem;
}

.booth-page__conteiner dl .booth-page__row .row-number {
  font-size: clamp(1rem, 2vw, 1.2rem);
}
.booth-page__conteiner dl .booth-page__row .row-content .row-text {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .booth-page__conteiner dl .booth-page__row .row-content .accordion-title .accordion-title__left .row-company__box {
    margin-bottom: 0.5rem;
  }
}
.booth-page__conteiner dl .booth-page__row .row-content .accordion-title .accordion-title__left .row-company__box .company__tag {
  margin-left: 0.5rem;
  text-align: center;
}
.booth-page__conteiner dl .booth-page__row .row-content .accordion-title .accordion-title__left .row-company__box .company__tag span {
  padding-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .booth-page__conteiner dl .booth-page__row .row-content .accordion-title .accordion-title__left .row-company__box .company__tag {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .booth-page__conteiner dl .booth-page__row .row-content .accordion-title .accordion-title__left .row-company__box .row-company__name {
    margin-top: 0px;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .booth-page__conteiner dl .booth-page__row .row-content .accordion-title .accordion-title__left h3 {
    font-size: clamp(1rem, 2vw, 1.4rem);
    color: #2b2b2b;
  }
}

.booth-map {
  padding-top: 2rem;
  text-align: center;
}
.booth-map img {
  max-width: 60%;
  height: auto;
  margin: auto;
}

.company__tag--green span {
  width: 60px;
}

.company__tag--mint span {
  width: 140px;
}

.company__tag--blue span {
  width: 80px;
}

.company__tag--pink span {
  width: 80px;
}

.company__tag--orange span {
  width: 80px;
}

.company__tag--purple span {
  width: 60px;
  background-color: #5d4db5;
}
.company__tag--purple span::before {
  border-color: transparent #5d4db5 transparent transparent;
}

.company__tag--purple2 span {
  background-color: #763aab;
  width: 60px;
}
.company__tag--purple2 span::before {
  border-color: transparent #763aab transparent transparent;
}

.company__tag--purple3 span {
  background-color: #a53991;
  width: 60px;
}
.company__tag--purple3 span::before {
  border-color: transparent #a53991 transparent transparent;
}

.session-page__container .session-page__right .session-floor__items .session-floor__item .floor__items .floor__item .floor-row .floor-row__content .row-company__box .company__tag.company__tag--pink span {
  width: 60px;
}
.session-page__container .session-page__right .session-floor__items .session-floor__item .floor__items .floor__item .floor-row .floor-row__content .row-company__box .company__tag.company__tag--green span {
  width: 60px;
}
.session-page__container .session-page__right .session-floor__items .session-floor__item .floor__items .floor__item .floor-row .floor-row__content .row-company__box .company__tag.company__tag--yellow span {
  width: 140px;
}
.session-page__container .session-page__right .session-floor__items .session-floor__item .floor__items .floor__item .floor-row .floor-row__content .row-company__box .company__tag.company__tag--orange span {
  width: 140px;
}
.session-page__container .session-page__right .session-floor__items .session-floor__item .floor__items .floor__item .floor-row .floor-row__content .row-company__box .company__tag.company__tag--purple2 span {
  width: 50px;
}
.session-page__container .session-page__right .session-floor__items .session-floor__item .floor__items .floor__item .floor-row .floor-row__content .row-company__box .company__tag.company__tag--purple3 span {
  width: 50px;
}

#sns {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #sns {
    margin-top: 2rem;
  }
}
#sns .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #sns .inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
#sns .inner .col {
  position: relative;
  border: 1px solid #ccc;
  width: 100%;
}
#sns .inner .col .row {
  display: grid;
  grid-template-columns: 1fr 20%;
  grid-column-gap: 10px;
  justify-items: flex-start;
  align-items: center;
}
#sns .inner .col .row img:nth-of-type(1) {
  margin-left: 2rem;
  width: 50%;
}
@media screen and (max-width: 767px) {
  #sns .inner .col .row img:nth-of-type(1) {
    margin-left: 1rem;
  }
}
#sns .inner .col a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}