@font-face {
  font-family: "note-m";
  font-weight: Medium;
  src: url("../fonts/NotoSerifJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: "oswald";
  src: url("../fonts/Oswald-Regular.ttf") format("truetype");
}
html {
  font-size: 0.732vw;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 3.125vw;
  }
}

a {
  cursor: pointer;
}

img {
  width: 100%;
}

.container {
  background-image: url(../images/pc/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .container {
    background-image: url(../images/sp/bg.png);
    background-size: 100%;
    background-position: top;
  }
}

.fixed__button {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  padding: 5.3rem 2.7rem;
  background-color: #ff4c64;
  border-radius: 3rem 0 0 3rem;
  z-index: 10;
  transition: all .5s;
}

@media screen and (max-width: 768px) {
  .fixed__button:hover {
    opacity: .7;
  }
}

.fixed__button p {
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
}
.fixed__button p img {
  width: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .fixed__button {
    top: unset;
    bottom: 0;
    transform: translateY(0);
    writing-mode: horizontal-tb;
    width: 100%;
    border-radius: 0;
    padding: 1.4rem 0 1.1rem 0;
    text-align: center;
  }
  .fixed__button p {
    font-size: 1.4rem;
  }
  .fixed__button p img {
    margin-bottom: 0.2rem;
  }
}

.ticket__button {
  padding: 2.7rem 12rem;
  font-size: 2rem;
  line-height: 1.5;
  color: #fff;
  background-color: #ff4c64;
  border-radius: 10rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 8rem;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s;
}

@media screen and (max-width: 768px) {
  .ticket__button:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .ticket__button {
    padding: 1.4rem 6.4rem;
    font-size: 1.4rem;
    height: 4.8rem;
  }
}
.ticket__button img {
  width: 2.8rem;
}
@media screen and (max-width: 768px) {
  .ticket__button img {
    width: 1.8rem;
  }
}
.ticket__button p {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 1336px) {
  .br_pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .br_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .br_sp {
    display: block;
  }
}

.header {
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 10;
  height: 9.6rem;
}
@media screen and (max-width: 768px) {
  .header {
    height: 6rem;
  }
}
.header .header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 2.5rem;
  margin-right: 4rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header .header__wrap {
	padding: 1.6rem 1.5rem;
	margin-left: 0;
	margin-right: 0;
  }
}
.header .header__wrap .header_logo--main {
  width: 31rem;
}
@media screen and (max-width: 768px) {
  .header .header__wrap .header_logo--main {
    width: 18rem;
  }
}
.header .header__wrap .header_logo--sub {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header .header__wrap .header_logo--sub {
    display: none;
  }
}
.header .header__wrap .header_logo--sub img {
  width: 40rem;
}
.header .header__wrap .header_logo--sub p {
  font-size: 1.6rem;
  position: relative;
  margin-right: 4rem;
  line-height: 2;
}
.header .header__wrap .header_logo--sub p::after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 4rem;
  background-color: #d2d2d2;
  top: 50%;
  right: -2.7rem;
  transform: translateY(-50%);
}
.kv__wrap {
  position: relative;
  height: 73rem;
}
.kv__wrap::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;
	z-index: -5;
	background-image: url(../images/pc/bg_dot_top.png),url(../images/pc/bg_dot_btm.png);
	background-position: center top,center bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .kv__wrap {
    height: 46rem;
  }
		.kv__wrap::after {
	background-image: url(../images/sp/bg_dot_top.png),url(../images/sp/bg_dot_btm.png);
}
}
.kv__wrap .kv__image {
  position: absolute;
  width: 99rem;
  top: 12rem;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 768px) {
  .kv__wrap .kv__image {
    width: 26.8rem;
    top: 8rem;
  }
}

.top__content__text {
  margin-top: 13rem;
  /*margin-top: 5rem;*/
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top__content__text {
    font-size: 1.2rem;
    margin-top: 3rem;
    text-align: unset;
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
  }
}
.top__content__text span {
  font-weight: bold;
}

.image__belt {
  margin-top: 7.9rem;
}
@media screen and (max-width: 768px) {
  .image__belt {
    margin-top: 3.5rem;
  }
}

.section {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .section {
    margin-top: 3rem;
  }
}
.section .section__title__box {
  text-align: center;
  position: relative;
  padding-bottom: 2.5rem;
  margin-bottom: 6.4rem;
  font-family: "note-m";
}
@media screen and (max-width: 768px) {
  .section .section__title__box {
    margin-bottom: 2.9rem;
  }
}
.section .section__title__box .section__title {
  font-size: 4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .section .section__title__box .section__title {
    font-size: 2rem;
  }
}
.section .section__title__box .section__title--en {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .section .section__title__box .section__title--en {
    font-size: 1.2rem;
  }
}
.section .section__title__box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 0.4rem;
  background-color: #ff4c64;
}
@media screen and (max-width: 768px) {
  .section .section__title__box::after {
    width: 2rem;
    height: 0.2rem;
  }
}
.section.bg_gray {
  position: relative;
}
.section.bg_gray::after {
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #f0f0f0;
  z-index: -10;
			background-image: url(../images/pc/bg_dot_top.png),url(../images/pc/bg_dot_btm.png);
	background-position: center top,center bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
.section.bg_gray::after {
			background-image: url(../images/sp/bg_dot_top.png),url(../images/sp/bg_dot_btm.png);
}
}
.program__items {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  width: 100rem;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .program__items {
    gap: 0.8rem;
    flex-direction: column;
    width: calc(100% - 4rem);
  }
}
.program__items .program__item:nth-of-type(1) {
  width: 33.3333333333%;
  padding: 2rem 2rem 4.6rem 2rem;
  background-color: #f0f0f0;
  text-align: center;
  position: relative;
  transition: background-color 0.3s;
}
.program__items .program__item:nth-of-type(2) {
  width: 66.6666666666%;
  padding: 2rem 2rem 4.6rem 2rem;
  background-color: #f0f0f0;
  text-align: center;
  position: relative;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .program__items .program__item {
    text-align: unset;
    width: 100%;
    padding: 1rem 1rem 4rem 1rem;
  }
		.program__items .program__item:nth-of-type(1) {
    text-align: unset;
    width: 100%;
    padding: 1rem 1rem 4rem 1rem;
}
.program__items .program__item:nth-of-type(2) {
    text-align: unset;
    width: 100%;
    padding: 1rem 1rem 4rem 1rem;
}
}
.program__items .program__item .item__title {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 1.8rem;
}
.program__items .program__item .item__text {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  line-height: 1.7;
}
.program__items .program__item .item__text span {
  font-weight: bold;
}
.program__items .program__item .item__text .arrow_button {
  border: 0.1rem solid #000;
  border-radius: 10rem;
  padding: 1rem 2rem;
  margin-top: 1rem;
  display: inline-block;
  font-weight: normal;
}
.program__items .program__item::before {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 2rem 0 2rem;
  border-color: #ff4c64 transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .program__items .program__item::before {
    z-index: 5;
    bottom: 1rem;
    border-width: 1rem 1rem 0 1rem;
  }
}
.program__items .program__item:hover {
  background-color: #ffdbe0;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .program__items .program__item .item__wrap {
    display: flex;
    gap: 1.4rem;
  }
  .program__items .program__item .item__wrap .item__image {
    width: 8rem;
    flex: none;
  }
  .program__items .program__item .item__wrap .item__text_area .item__title {
    font-size: 1.3rem;
    margin-top: 0;
  }
  .program__items .program__item .item__wrap .item__text_area .item__text {
    font-size: 1rem;
    margin-top: 0.7rem;
  }
  .program__items .program__item .item__wrap .item__text_area .item__text .arrow_button {
    font-size: 1rem;
    padding: 0.7rem 1.3rem;
  }
}

.section#feature {
  margin-top: 5.2rem;
  padding-top: 8rem;
  padding-bottom: 6.6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section#feature {
    margin-top: 2rem;
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .section#feature .feature__items {
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
  }
}
.section#feature .feature__items .feature__item {
  width: 80rem;
  margin-top: 9rem;
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .section#feature .feature__items .feature__item {
    width: 100%;
    flex-direction: column;
    margin-top: 3.2rem;
    gap: 1.6rem;
  }
}
.section#feature .feature__items .feature__item .item__image {
  width: 36rem;
}
@media screen and (max-width: 768px) {
  .section#feature .feature__items .feature__item .item__image {
    width: 14.4rem;
  }
}
.section#feature .feature__items .feature__item .item__text_area {
  flex: 1;
}
.section#feature .feature__items .feature__item .item__text_area .item__title {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section#feature .feature__items .feature__item .item__text_area .item__title {
    font-size: 2rem;
  }
}
.section#feature .feature__items .feature__item .item__text_area .item__title .number {
  font-size: 5.6rem;
  line-height: 1.5;
  color: #ff4c64;
  font-family: "oswald";
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .section#feature .feature__items .feature__item .item__text_area .item__title .number {
    font-size: 2.8rem;
    margin-right: 1rem;
  }
}
.section#feature .feature__items .feature__item .item__text_area .item__text {
  font-size: 1.2rem;
  line-height: 2;
  margin-top: 0.7rem;
}
.section#feature .feature__items .feature__item.feature__item--wide {
  flex-direction: row-reverse;
  width: 116.5rem;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .section#feature .feature__items .feature__item.feature__item--wide {
    width: 100%;
    flex-direction: column;
  }
}
.section#feature .feature__items .feature__item.feature__item--wide .item__image {
  width: 72.3rem;
}
@media screen and (max-width: 768px) {
  .section#feature .feature__items .feature__item.feature__item--wide .item__image {
    width: calc(100vw - 4rem);
    position: relative;
    right: -1.5rem;
  }
}
.section#feature .ticket__button {
  margin-top: 6.6rem;
  transition: all .5s;
}
@media screen and (max-width: 768px) {
  .section#feature .ticket__button:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .section#feature .ticket__button {
    margin-top: 2.2rem;
  }
}

.section#speech::before {
  display: block;
  height: 9.6rem;
  margin-top: -9.6rem;
  content: "";
}
.section#speech .speech__item {
  width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .section#speech .speech__item {
    width: calc(100% - 4rem);
  }
}
.section#speech .speech__item .item__image {
  width: 29.6rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .section#speech .speech__item .item__image {
    width: 14.8rem;
  }
}
.section#speech .speech__item .item__image .image__title {
  text-align: center;
  margin-top: 2.1rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section#speech .speech__item .item__image .image__title {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
}
.section#speech .speech__item .item__text_area {
  margin-top: 2.5rem;
}
.section#speech .speech__item .item__text_area .item__title {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #ff4c64;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section#speech .speech__item .item__text_area .item__title {
    font-size: 2rem;
  }
}
.section#speech .speech__item .item__text_area .item__text {
  margin-top: 2.5rem;
  font-size: 1.6rem;
  line-height: 2;
  width: 64rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .section#speech .speech__item .item__text_area .item__text {
    width: 100%;
    font-size: 1.4rem;
  }
}

.section#presenter {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.section#presenter::before {
  display: block;
  height: 9.6rem;
  margin-top: -9.6rem;
  content: "";
}
@media screen and (max-width: 768px) {
  .section#presenter {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.section#presenter .section__title__box .section__title__top {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .section#presenter .section__title__box .section__title__top {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
.section#presenter .presenter__items {
  width: 96rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .section#presenter .presenter__items {
    width: calc(100% - 4rem);
  }
}
.section#presenter .presenter__items .first_selection__image {
	width: 100%;
/*	background-color: #fff;*/
	padding-top: 11.8rem;
	padding-bottom: 6.6rem;
	text-align: center;
	position: relative;
/*	border: 1px solid #ff4c64;*/
}
@media screen and (max-width: 768px) {
  .section#presenter .presenter__items .first_selection__image {
    /*height: 30.4rem;*/
    padding-top: 7.8rem;
  padding-bottom: 0rem;
  }
}
.section#presenter .presenter__items .first_selection__image .image__title {
  font-size: 1.6rem;
  color: #ff4c64;
}
@media screen and (max-width: 768px) {
  .section#presenter .presenter__items .first_selection__image .image__title {
    font-size: 1.4rem;
  }
}
.section#presenter .presenter__items .first_selection__image .image__text {
  margin-top: 6.5rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .section#presenter .presenter__items .first_selection__image .image__text {
    font-size: 1.4rem;
				margin-bottom: 4rem;
  }
}
.section#presenter .presenter__items .first_selection__image::before {
  content: "";
  position: absolute;
  bottom: -3.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.2rem 3.2rem 0 3.2rem;
  border-color: #ff4c64 transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .section#presenter .presenter__items .first_selection__image::before {
    border-width: 2rem 2rem 0 2rem;
    bottom: -2rem;
  }
}
.section#presenter .presenter__items .announcement__box {
  margin-top: 1.6rem;
  padding: 4.8rem;
  background-color: #fff;
  background-image: url(../images/pc/bg_announcement.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
		border: 1px solid #ff4c64;
}
@media screen and (max-width: 768px) {
  .section#presenter .presenter__items .announcement__box {
    margin-top: 0.8rem;
    padding: 4rem 2rem 2rem;
    background-size: 35rem;
    background-position: top right;
  }
}
.section#presenter .presenter__items .announcement__box .announcement__box--top {
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .section#presenter .presenter__items .announcement__box .announcement__box--top {
    width: 100%;
  }
}
.section#presenter .presenter__items .announcement__box .announcement__box--top img {
  width: 8.4rem;
}
@media screen and (max-width: 768px) {
  .section#presenter .presenter__items .announcement__box .announcement__box--top img {
    width: 4.2rem;
  }
}
.section#presenter .presenter__items .announcement__box .announcement__box--top .top__text_area {
  margin-top: 1.3rem;
}
@media screen and (max-width: 768px) {
  .section#presenter .presenter__items .announcement__box .announcement__box--top .top__text_area {
    margin-top: 1rem;
  }
}
.section#presenter .presenter__items .announcement__box .announcement__box--top .top__text_area .text_area__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #ff4c64;
}
@media screen and (max-width: 768px) {
  .section#presenter .presenter__items .announcement__box .announcement__box--top .top__text_area .text_area__title {
    font-size: 1.6rem;
  }
}
.section#presenter .presenter__items .announcement__box .announcement__box--top .top__text_area .text_area__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .section#presenter .presenter__items .announcement__box .announcement__box--top .top__text_area .text_area__text {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
.section#presenter .presenter__items .announcement__box .announcement__box--divider {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #ff4c64;
  margin-top: 3.1rem;
  text-align: center;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section#presenter .presenter__items .announcement__box .announcement__box--divider {
    font-size: 1.4rem;
    margin-top: 2.8rem;
  }
}
.section#presenter .presenter__items .announcement__box .announcement__box--divider::before {
  content: "";
  width: 30.4rem;
  height: 0.1rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #ff4c64;
}
@media screen and (max-width: 768px) {
  .section#presenter .presenter__items .announcement__box .announcement__box--divider::before {
    width: 4rem;
  }
}
.section#presenter .presenter__items .announcement__box .announcement__box--divider::after {
  content: "";
  width: 30.4rem;
  height: 0.1rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #ff4c64;
}
@media screen and (max-width: 768px) {
  .section#presenter .presenter__items .announcement__box .announcement__box--divider::after {
    width: 4rem;
  }
}
.section#presenter .presenter__items .announcement__box .announcement__box--bottom {
/*
  padding-left: 9rem;
  padding-right: 9rem;
*/
  margin-top: 4rem;
  display: flex;
  /*justify-content: center;*/
  justify-content: start;
  flex-wrap: wrap;
  row-gap: 3.5rem;
}
@media screen and (max-width: 768px) {
  .section#presenter .presenter__items .announcement__box .announcement__box--bottom {
    padding-left: 0rem;
    padding-right: 0rem;
    row-gap: 1.5rem;
    margin-top: 2rem;
  }
}
.section#presenter .presenter__items .announcement__box .announcement__box--bottom .presenter__item {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section#presenter .presenter__items .announcement__box .announcement__box--bottom .presenter__item {
    width: 50%;
  }
}
.section#presenter .presenter__items .announcement__box .announcement__box--bottom .presenter__item .item__image {
  width: 13.6rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .section#presenter .presenter__items .announcement__box .announcement__box--bottom .presenter__item .item__image {
    width: 9.6rem;
  }
}
.section#presenter .presenter__items .announcement__box .announcement__box--bottom .presenter__item .job_title {
  font-size: 1.4rem;
  margin-top: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .section#presenter .presenter__items .announcement__box .announcement__box--bottom .presenter__item .job_title {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
.section#presenter .presenter__items .announcement__box .announcement__box--bottom .presenter__item .image_name {
  margin-top: 1rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .section#presenter .presenter__items .announcement__box .announcement__box--bottom .presenter__item .image_name {
    font-size: 1.6rem;
    margin-top: 0.5rem;
  }
}
.section#presenter .presenter__items .announcement__box .announcement__box--bottom .presenter__item .company_name {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .section#presenter .presenter__items .announcement__box .announcement__box--bottom .presenter__item .company_name {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
.section#presenter .presenter__items .announcement__box .announcement__box--note {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section#presenter .presenter__items .announcement__box .announcement__box--note {
    margin-top: 2rem;
    font-size: 1rem;
  }
}
.section#presenter .ticket__button {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .section#presenter .ticket__button {
    margin-top: 3.2rem;
  }
}

.section#talk::before {
  display: block;
  height: 9.6rem;
  margin-top: -9.6rem;
  content: "";
}
.section#talk .section__top__text {
  width: 80rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .section#talk .section__top__text {
    width: calc(100% - 4rem);
    font-size: 1.4rem;
  }
}
.section#talk .talk__body {
  width: 104rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.6rem;
}
@media screen and (max-width: 768px) {
  .section#talk .talk__body {
    margin-top: 3rem;
    width: calc(100% - 4rem);
  }
}
.section#talk .talk__body .talk__members {
  display: flex;
  justify-content: flex-start;
  text-align: center;
  flex-wrap: wrap;
  row-gap: 5.1rem;
}
@media screen and (max-width: 768px) {
  .section#talk .talk__body .talk__members {
    row-gap: 3.1rem;
  }
}
.section#talk .talk__body .talk__members .talk__member {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .section#talk .talk__body .talk__members .talk__member {
    width: 50%;
  }
  .section#talk .talk__body .talk__members .talk__member:nth-last-child(1) {
    margin-top: -3rem;
  }
}
.section#talk .talk__body .talk__members .talk__member .member__image {
  width: 13.6rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .section#talk .talk__body .talk__members .talk__member .member__image {
    width: 9.6rem;
  }
}
.section#talk .talk__body .talk__members .talk__member .member__names {
  margin-top: 1.4rem;
}
@media screen and (max-width: 768px) {
  .section#talk .talk__body .talk__members .talk__member .member__names {
    margin-top: 1rem;
  }
}
.section#talk .talk__body .talk__members .talk__member .member__names .job_title {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .section#talk .talk__body .talk__members .talk__member .member__names .job_title {
    font-size: 1rem;
  }
}
.section#talk .talk__body .talk__members .talk__member .member__names .image_name {
  margin-top: 0.5rem;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section#talk .talk__body .talk__members .talk__member .member__names .image_name {
    font-size: 1.6rem;
  }
}
.section#talk .talk__body .talk__members .talk__member .member__college_name {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .section#talk .talk__body .talk__members .talk__member .member__college_name {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.section#talk .talk__body .embedding__area {
  margin-top: 6.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section#talk .talk__body .embedding__area {
    margin-top: 2.9rem;
  }
}
.section#talk .talk__body .embedding__area .top__text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .section#talk .talk__body .embedding__area .top__text {
    font-size: 1.2rem;
  }
}
.section#talk .talk__body .embedding__area .youtube__box {
  margin-top: 1.3rem;
  width: 60rem;
  height: 33.7rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .section#talk .talk__body .embedding__area .youtube__box {
    width: 100%;
    height: 15.5rem;
  }
}
.section#talk .talk__body .embedding__area .youtube__box iframe {
  width: 100%;
  height: 100%;
}

.support__list {
  position: relative;
  border-top: 0.1rem solid #ff4c64;
  /*border-bottom: 0.1rem solid #ff4c64;*/
  margin-top: 7.7rem;
}
@media screen and (max-width: 768px) {
  .support__list {
    margin-top: 3.7rem;
  }
}
.support__list p {
  position: absolute;
  top: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #ff4c64;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .support__list p {
    font-size: 1.6rem;
    top: -1rem;
  }
}
.support__list img {
  display: block;
  padding-top: 6rem;
  padding-bottom: 4rem;
  width: 84rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .support__list img {
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 100%;
  }
}
.support__list.sp__only {
  display: none;
}
@media screen and (max-width: 768px) {
  .support__list.sp__only {
    display: block;
    margin-top: 5rem;
    border-top: 0.1rem solid #707070;
    border-bottom: 0.1rem solid #707070;
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
  }
  .support__list.sp__only p {
    color: #000;
    top: -0.9rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .support__list.sp__only p {
    font-size: 1.4rem;
  }
}

.kyosan__list {
  position: relative;
  border-top: 0.1rem solid #ff4c64;
  margin-top: 7.7rem;
}
@media screen and (max-width: 768px) {
  .kyosan__list {
    margin-top: 3.7rem;
  }
}
.kyosan__list p {
  position: absolute;
  top: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #ff4c64;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .kyosan__list p {
    font-size: 1.6rem;
    top: -1rem;
				  padding-left: 1rem;
  padding-right: 1rem;
  }
}
.kyosan__list img {
  display: block;
  padding-top: 6rem;
  padding-bottom: 4rem;
  width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .kyosan__list img {
padding-top: 4rem;
padding-bottom: 2rem;
width: 100%;
/*width: 24.7rem;*/
/*width: 10rem;*/
  }
}
.kyosan__list.sp__only {
  display: none;
}
@media screen and (max-width: 768px) {
  .kyosan__list.sp__only {
    display: block;
    margin-top: 5rem;
    border-top: 0.1rem solid #707070;
    border-bottom: 0.1rem solid #707070;
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
  }
  .kyosan__list.sp__only p {
    color: #000;
    top: -0.9rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .kyosan__list.sp__only p {
    font-size: 1.4rem;
  }
}

.support-company__list {
  position: relative;
  border-top: 0.1rem solid #ff4c64;
  margin-top: 7.7rem;
}
@media screen and (max-width: 768px) {
  .support-company__list {
    margin-top: 3.7rem;
  }
}
.support-company__list p {
  position: absolute;
  top: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #ff4c64;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .support-company__list p {
    font-size: 1.6rem;
    top: -1rem;
  }
}
.support-company__list img {
  display: block;
  padding-top: 6rem;
  padding-bottom: 4rem;
  width: 84rem;
  /*width: 15rem;*/
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .support-company__list img {
    padding-top: 4rem;
    padding-bottom: 2rem;
    width: 100%;
    /*width: 10rem;*/
  }
}
.support-company__list.sp__only {
  display: none;
}
@media screen and (max-width: 768px) {
  .support-company__list.sp__only {
    display: block;
    margin-top: 5rem;
    border-top: 0.1rem solid #707070;
    border-bottom: 0.1rem solid #707070;
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
  }
  .support-company__list.sp__only p {
    color: #000;
    top: -0.9rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .support-company__list.sp__only p {
    font-size: 1.4rem;
  }
}

.section#outline .outline__body {
  width: 96rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .section#outline .outline__body {
    width: calc(100% - 4rem);
  }
}
.section#outline .outline__body .outline__info__wrap {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .section#outline .outline__body .outline__info__wrap {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.section#outline .outline__body .outline__info__wrap .outline__info--left {
  width: 46rem;
}
@media screen and (max-width: 768px) {
  .section#outline .outline__body .outline__info__wrap .outline__info--left {
    width: 100%;
  }
}
.section#outline .outline__body .outline__info__wrap .outline__info--left .g-map {
  margin-top: 2.4rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section#outline .outline__body .outline__info__wrap .outline__info--left .g-map {
    margin-top: 1.6rem;
  }
}
.section#outline .outline__body .outline__info__wrap .outline__info--left .g-map iframe {
  width: 100%;
  height: 27rem;
}
@media screen and (max-width: 768px) {
  .section#outline .outline__body .outline__info__wrap .outline__info--left .g-map iframe {
    height: 16.2rem;
  }
}
.section#outline .outline__body .outline__info__wrap .outline__info--right {
  width: 46rem;
}
@media screen and (max-width: 768px) {
  .section#outline .outline__body .outline__info__wrap .outline__info--right {
    width: 100%;
  }
}
.section#outline .outline__body .outline__info__wrap .outline__info--right td:nth-child(1) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 40%;
}
.section#outline .outline__body .outline__info__wrap .outline__info--right .note__list {
  margin-top: 2.2rem;
}
@media screen and (max-width: 768px) {
  .section#outline .outline__body .outline__info__wrap .outline__info--right .note__list {
    margin-top: 1.4rem;
  }
}
.section#outline .outline__body .outline__info__wrap .outline__info--right .note__list ul li {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .section#outline .outline__body .outline__info__wrap .outline__info--right .note__list ul li {
    font-size: 1rem;
  }
}
.section#outline .outline__body .outline__info__wrap table {
  width: 100%;
  display: table;
  background-color: #fff;
  border-collapse: collapse;
}
.section#outline .outline__body .outline__info__wrap table th {
  border: 1px solid #ff4c64;
  background-color: #ff4c64;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  padding-top: 1.4rem;
  padding-bottom: 1.1rem;
}
@media screen and (max-width: 768px) {
  .section#outline .outline__body .outline__info__wrap table th {
    font-size: 1.2rem;
    padding-top: 1.1rem;
    padding-bottom: 0.8rem;
  }
}
.section#outline .outline__body .outline__info__wrap table td {
  border: 1px solid #ff4c64;
  font-size: 1.6rem;
  line-height: 1.75;
  padding-top: 1.4rem;
  padding-bottom: 1.1rem;
}
@media screen and (max-width: 768px) {
  .section#outline .outline__body .outline__info__wrap table td {
    font-size: 1.2rem;
    padding-top: 1.1rem;
    padding-bottom: 0.8rem;
  }
}
.section#outline .outline__body .outline__info__wrap table td:nth-child(1) {
  text-align: center;
  width: 30%;
  vertical-align: middle;
}
.section#outline .outline__body .outline__info__wrap table td:nth-child(2) {
  padding-left: 1rem;
}
.section#outline .outline__body .interaction_party__area {
  width: 100%;
  background-color: #f0e7d2;
  margin-top: 2.8rem;
  padding-top: 4.6rem;
  padding-bottom: 3.4rem;
  text-align: center;
		display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .section#outline .outline__body .interaction_party__area {
    padding-top: 2.95rem;
    padding-bottom: 3.4rem;
  }
}
.section#outline .outline__body .interaction_party__area .area__top {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .section#outline .outline__body .interaction_party__area .area__top {
    font-size: 1.2rem;
  }
}
.section#outline .outline__body .interaction_party__area .area__top .area__title {
  color: #ff4c64;
  font-weight: bold;
}
.section#outline .outline__body .interaction_party__area .area__bottom {
	margin-top: 2rem;
	font-size: 1.4rem;
	line-height: 2;
	text-align: left;
}
@media screen and (max-width: 768px) {
  .section#outline .outline__body .interaction_party__area .area__bottom {
    font-size: 1rem;
  }
}
.section#outline .ticket__button {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .section#outline .ticket__button {
    margin-top: 3.2rem;
  }
}

.footer {
  background-color: #6b2659;
  width: 100%;
  margin-top: 20rem;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 8rem;
    margin-bottom: 4rem;
    /*margin-bottom: 169px;*/
  }
}
.footer .footer__inner {
  padding: 4.4rem 4rem 3.8rem 4rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner {
    padding: 4rem 0;
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
}
.footer .footer__inner .inner__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .footer__inner .inner__left .footer__logo {
  width: 30.8rem;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner .inner__left .footer__logo {
    width: 18rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .footer__inner .inner__left .copyright {
  font-size: 1rem;
  color: #fff;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner .inner__left .copyright {
    display: none;
  }
}
.footer .footer__inner .inner__right {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner .inner__right {
    text-align: center;
  }
}
.footer .footer__inner .inner__right p {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner .inner__right p {
    font-size: 1rem;
    margin-top: 3rem;
  }
}
.footer .footer__inner .copyright.sp__only {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner .copyright.sp__only {
    display: block;
    color: #fff;
    line-height: 1.75;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .tel-link {
    pointer-events: none;
  }
}
/*# sourceMappingURL=style.css.map */

.header_logo--boshu {
width: 500px;
font-size: 1.8rem;
position: absolute;
left: 0;
right: 0;
margin: auto;
text-align: center;
font-weight: bold;
color: #c90000;
line-height: 1.4em;
}
.header_logo--boshu em {
font-size: 2.3rem;
font-style: normal;
}
a.btn_boshu {
display: block;
border-radius: 30px;
border: 1px solid #ff4c64;
margin-top: 5px;
height: 30px;
line-height: 28px;
color: #ff4c64;
font-size: 13px;
}
.hd_note {
	font-size: 1.2rem;
	line-height: 1em;
 padding-top:0.5rem;
}
@media screen and (max-width: 768px) {
.header_logo--boshu {
width: 110px;
position: static;
font-size: 10px;
line-height: 1.4em;
margin-left: auto;
margin-right: 0px;
}
.header_logo--boshu em {
font-size: 12px;
font-style: normal;
}
.header_logo--boshu_sp {
font-size: 13px;
}
a.btn_boshu {
margin-top: 5px;
height: 20px;
line-height: 18px;
font-size: 11px;
}
.hd_note {
	font-size: 6px;
	line-height: 1.7em;
	padding-top: 0px;
	font-weight: normal;
}
}

.vip-ticket__button {
padding: 2.7rem 12rem;
font-size: 2rem;
/*line-height: 1.5;*/
color: #ff4c64;
background-color: #fff;
/*border-radius: 10rem;*/
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: 8rem;
margin-left: auto;
margin-right: auto;
transition: all .5s;
border: 3px solid #ff4c64;
position: relative;
margin-top: 80px;
margin-bottom: 80px;
}
.vip-ticket__button::after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border: solid 1px #ff4c64; /* 外枠のスタイル */
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .vip-ticket__button:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .vip-ticket__button {
    padding: 1.4rem 5.4rem;
    font-size: 1.4rem;
    height: 4.8rem;
  }
}
.vip-ticket__button img {
  width: 2.8rem;
}
@media screen and (max-width: 768px) {
  .vip-ticket__button img {
    width: 1.8rem;
  }
}
.vip-ticket__button p {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: bold;
  cursor: pointer;
}


/*プレゼンテーター事例*/
.first_selection__wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
grid-gap: 1.9rem;
}
@media screen and (max-width: 768px) {
.first_selection__wrap {
display: block;
}
}
.first_selection__wrap .first_selection__box {
  width: 49%;
  background-color: #fff;
  padding-top: 1px;
  padding-bottom: 6.6rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
.first_selection__wrap .first_selection__box {
  width: auto;
  padding-bottom: 4rem;
  margin-bottom: 1.9rem;
}
}
.first_selection__wrap .first_selection__box .case_area {
background-color: #ff4c64;
color: #fff;
text-align: center;
font-weight: bold;
font-size: 1.56rem;
position: absolute;
top: 0px;
left: 0px;
padding-left:1.56rem;
padding-right:1.56rem;
padding-top:1.0972rem;
padding-bottom:1.0972rem;
}
.first_selection__wrap .first_selection__box .case__image {
margin-left: 1.56rem;
margin-right: 1.56rem;
margin-top: 1.56rem;
margin-bottom: 4.7rem;
}
@media screen and (max-width: 768px) {
.first_selection__wrap .first_selection__box .case__image {
margin-left: 1rem;
margin-right: 1rem;
margin-top: 1rem;
}
}
.first_selection__wrap .first_selection__box .case_name_set {
text-align: center;
position: relative;
margin-bottom: 3.13rem;
}
@media screen and (max-width: 768px) {
.first_selection__wrap .first_selection__box .case_name_set {
margin-bottom: 2rem;
}
}
.first_selection__wrap .first_selection__box .case_name_set .case__photo {
position: absolute;
left: 0;
right: 0;
top: -8.62rem;
margin: auto;
width: 7.52rem;
}
.first_selection__wrap .first_selection__box .case_name_set .case__photo img {
border-radius: 100%;
border: 8px solid #fff;
}
@media screen and (max-width: 768px) {
.first_selection__wrap .first_selection__box .case_name_set .case__photo img {
border: 4px solid #fff;
}
}
.first_selection__wrap .first_selection__box .case_name_set .company {
font-size: 1.25rem;
margin-bottom: 0.5rem;
}
.first_selection__wrap .first_selection__box .case_name_set .project {
font-size: 1.25rem;
margin-top: 0.5rem;
}
.first_selection__wrap .first_selection__box .case_name_set .name{
font-size: 1.56rem;
font-weight: bold;
}
.first_selection__wrap .first_selection__box .case__title {
font-size: 1.88rem;
color: #ff4c64;
font-weight: bold;
text-align: center;
margin-bottom: 2.66rem;
line-height: 1.7em;
padding-left: 2.74rem;
padding-right: 2.74rem;
}
@media screen and (max-width: 768px) {
.first_selection__wrap .first_selection__box .case__title {
font-size: 1.6rem;
padding-left: 2rem;
padding-right: 2rem;
margin-bottom: 2rem;
}
}
.first_selection__wrap .first_selection__box .case__text {
font-size: 1.56rem;
padding-left: 2.74rem;
padding-right: 2.74rem;
text-align: left;
line-height: 2em;
}
@media screen and (max-width: 768px) {
.first_selection__wrap .first_selection__box .case__text {
font-size: 1.4rem;
padding-left: 2rem;
padding-right: 2rem;
}
}
.sp_obj {
display: none !important;
}
@media screen and (max-width: 768px) {
.pc_obj {
display: none !important;
  }
.sp_obj {
display: block !important;
  }
}

.closed-msg {
	max-width: 70rem;
	margin-top: 10rem;
	margin-right: auto;
	margin-left: auto;
 	padding-top: 2rem;
	padding-bottom: 3rem;
	text-align: center;
	font-size: 1.6rem;
	line-height: 2em;
	background-color: #f0e7d2;
}
.closed-msg .sttl {
	background-color: #c80000;
	width: 20rem;
	font-size: 2rem;
	text-align: center;
	border-radius: 100rem;
	color: #fff;
	line-height: 3rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
}
.closed-msg .ttl {
	font-size: 2rem;
	color: #c80000;
	font-weight: bold;
}
.closed-msg .link_bm {
	color: #6b2659;
	text-decoration: underline;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
.closed-msg {
width: calc(100% - 4rem);
	margin-top: 5rem;
 	padding: 1.8rem;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.8em;
}
.closed-msg .sttl {
	width: 10rem;
	font-size: 1.4rem;
	line-height: 2.5rem;
	margin-bottom: 1rem;
}
.closed-msg .ttl {
	font-size: 1.4rem;
}
}

.fix_info_bnr {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0px;
 	background-color: #c80000;
  	font-weight: 700;
	font-size: 18px;
 	padding: 2em 0;
	text-align: center;
	color: #fff;
	display: block;
	line-height: 2em;
	transition: 0.4s;
}
a.link_btn:hover {
opacity: 0.7;
}
.link_btn {
display: block;
	padding: 1em 0;
 border-radius: 100px;
	border: 1px solid #fff;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 768px) {
.fix_info_bnr .ttl {
	margin-bottom: 15px;
}
.fix_info_bnr {
	font-size: 16px;
 	line-height: 1.5em;
}
.link_btn {
display: block;
	padding: 0.5em 1em;
}
}

/*プロフィール*/
.item__prof_area {
    margin-top: 2.5rem;
    font-size: 1.4rem;
    line-height: 2;
    width: 64rem;
    margin-left: auto;
    margin-right: auto;
}
.item__prof_area .item__prof_title {
	font-size: 1.6rem;
	font-family: "note-m";
	display: flex;
    align-items: center;
				letter-spacing: 0.2em;
}
.item__prof_area .item__prof_title::before,
.item__prof_area .item__prof_title::after {
content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #000;
}
.item__prof_area .item__prof_title::before {
margin-right: 1rem;
}
.item__prof_area .item__prof_title::after {
margin-left: 1rem;
}
@media screen and (max-width: 768px) {
.item__prof_area {
    width: 100%;
    font-size: 1.4rem;
}
}
/*事例プレゼンター追加*/
.presenter__txt {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
    width: 64rem;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 768px) {
.presenter__txt {
    width: calc(100% - 4rem);
    font-size: 1.4rem;
}
}

/*奨励賞追加*/

div.encouragement p.presenter__txt {
  font-size: 2rem;
  margin: 3.2em auto 1.6rem; 
  width: 90%;
  font-weight: bold;
}

div.encouragement p.encouragement_ttl {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: left;
  border-left: 1.2rem solid #ff4c64;
  padding: 1rem 0 1rem .8rem;
  margin-top: 3.2rem;
  margin-left: 2.74rem;
}

div.encouragement div.encouragement_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.9rem;
}

div.encouragement div.encouragement_wrap02 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0;
}

div.encouragement div.encouragement_wrap div.encouragement_item {
  width: 100%;
  padding: 2.74rem;
}

div.encouragement div.encouragement_wrap02 div.encouragement_item {
  padding: 1.6rem;
}

div.encouragement div.encouragement_wrap div.encouragement_item div.image_area {
  width: 7.52rem;
  margin: 0 auto;
}

div.encouragement div.encouragement_wrap div.encouragement_item div.image_area img {
  border-radius: 50%;
}

div.encouragement div.encouragement_wrap div.encouragement_item p.company {
  font-size: 1.25rem;
  margin-top: 2rem;
}

div.encouragement div.encouragement_wrap div.encouragement_item p.name {
  font-size: 1.56rem;
  font-weight: bold;
  margin-top: 0.4rem;
}

div.encouragement div.encouragement_wrap div.encouragement_item p.case_ttl {
  font-size: 1.88rem;
  color: #ff4c64;
  font-weight: bold;
  text-align: center;
  margin-top: 3.2rem;
  line-height: 1.7em;
}

div.encouragement div.encouragement_wrap02 div.encouragement_item p.case_ttl {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 1.6rem;
}

@media (max-width: 768px) {
  div.encouragement p.presenter__txt {
    font-size: 1.4rem;
    margin: 2.0em auto 1.4rem; 
    width: 86%;
    text-align: left;
  }
  
  div.encouragement p.encouragement_ttl {
    font-size: 2.4rem;
    text-align: left;
    border-left: 1.2rem solid #ff4c64;
    padding: 1rem 0 1rem .8rem;
    margin-top: 3.2rem;
    margin-left: 1.6rem;
  }
  
  div.encouragement div.encouragement_wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  
  div.encouragement div.encouragement_wrap div.encouragement_item {
    width: 100%;
    padding: 1.6rem 1.6rem 3.2rem;
  }
  
  div.encouragement div.encouragement_wrap div.encouragement_item div.image_area {
    width: 7.52rem;
    margin: 0 auto;
  }
  
  div.encouragement div.encouragement_wrap div.encouragement_item p.company {
    font-size: 1.25rem;
    margin-top: .8rem;
  }
  
  div.encouragement div.encouragement_wrap div.encouragement_item p.name {
    font-size: 1.56rem;
    font-weight: bold;
    margin-top: 0.4rem;
  }
  
  div.encouragement div.encouragement_wrap div.encouragement_item p.case_ttl {
    font-size: 1.6rem;
    margin-top: 2rem;
    line-height: 1.4em;
  }
}

.ticket_note {
    font-size: 1.88rem;
    width: 100%;
				text-align: center;
	color: #ff4c64;
	margin-top: 5rem;
}
@media (max-width: 768px) {
.ticket_note {
font-size: 1.6rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 2rem;
}
}

.fixed__button .ticket_note {
display: none;
}

/*賞アイコン追加 2023-11-06*/
.award__icon {
	margin-left: 10rem;
	margin-right: 10rem;
	margin-bottom: 3.13rem;
}
@media (max-width: 768px) {
.award__icon {
	margin: 0  auto;
	margin-left: 2rem;
	margin-right: 2rem;
	margin-bottom: 3.13rem;
}
}

/*YOUTUBE追加 2023-11-13*/
.youtube__title {
    font-size: 1.88rem;
    width: 100%;
    text-align: center;
    color: #ff4c64;
				font-weight: bold;
}
.youtube__text {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
				}
.youtube__item {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
.youtube__item {
    width: calc(100% - 4rem);
				margin-left: auto;
    margin-right: auto;
}
.youtube__text {
    font-size: 1.2rem;
    margin-top: 3rem;
    text-align: unset;
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
				}
.youtube__title {
font-size: 1.6rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 2rem;
}

}