@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}
/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
/* smooth Scroll css */
body {
  margin: 0;
  padding: 0;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.03rem;
  line-height: 1.625;
  color: #000000;
}
* {
  box-sizing: border-box;
}
img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
/* textsize */
p {
  margin: 0;
}
.txt-large {
  font-size: 1.25rem;
}
.txt-small {
  font-size: 0.8rem;
}
.txt-price {
  font-family: "montserrat", sans-serif;
  font-size: 1.68rem;
  line-height: 1;
}
.txt-en {
  font-family: "montserrat", sans-serif;
}
.pc-none {
  display: none;
}
.sp-none {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
}
#wrapper {
  background: url('../img/session/bg.png') repeat-x center top #00757F;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #wrapper {
    background-size: auto 100px;
  }
}
.container {
  width: 1260px;
  max-width: 100%;
  margin: 0 auto;
  padding: 70px 0 100px;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 24px 0 60px;
  }
}
.section__title {
  padding: 0 90px;
  font-weight: 700;
  line-height: 1.4;
}
.section__title .title__main {
  display: inline-block;
  color: #00757F;
  font-family: "montserrat", sans-serif;
  font-size: 60px;
}
.section__title .title__sub {
  display: inline-block;
  color: #07D2B3;
  font-family: "montserrat", sans-serif;
  font-size: 80px;
}
@media screen and (max-width: 767px) {
  .section__title {
    padding: 0 20px;
  }
  .section__title .title__main {
    font-size: 28px;
  }
  .section__title .title__sub {
    font-size: 36px;
  }
}
.section__contents {
  background: #FFFFFF;
  border-top-right-radius: 50px;
  padding: 90px;
  margin-top: -48px;
}
@media screen and (max-width: 767px) {
  .section__contents {
    padding: 40px 20px;
    border-top-right-radius: 25px;
    margin-top: -24px;
  }
}
.session__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.session__header__contents {
  border-right: 1px solid #D9D9D9;
  padding-right: 60px;
  width: calc(65.42056075%);
}
.session__header__links {
  width: calc(34.57943925%);
  padding-left: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 16px;
  column-gap: 10px;
  font-family: "montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.session__header__links__button {
  display: block;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #2DA7E0;
  color: #2DA7E0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  padding: 16px;
  text-align: center;
  vertical-align: middle;
}
.session__header__links__button img {
  margin-right: 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .session__header {
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 40px;
  }
  .session__header__contents {
    width: auto;
    border-right: none;
    padding: 0;
  }
  .session__header__links {
    width: auto;
    padding-left: 0;
    font-size: 12px;
  }
  .session__header__links img {
    height: 16px;
  }
  .session__header__links__button {
    padding: 8px 16px;
  }
  .session__header__links__button img {
    height: 22px;
  }
}
.session__time {
  color: #888;
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .session__time {
    font-size: 12px;
  }
}
.session__title {
  color: #003B3F;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .session__title {
    font-size: 18px;
  }
}
.session__tag {
  display: inline-block;
  border: 1px solid #0BA29A;
  border-radius: 2em;
  padding: .3em 1.3em;
  color: #0BA29A;
  font-family: "montserrat", sans-serif;
  font-size: 15px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .session__tag {
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
.session__excerpt {
  color: #003B3F;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .session__excerpt {
    margin-bottom: 40px;
  }
}
.session__speaker {
  display: flex;
  column-gap: 50px;
  align-items: flex-start;
}
.session__speaker__title {
  width: 52px;
  flex-shrink: 0;
}
.session__speaker__list {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .session__speaker {
    flex-direction: column;
    row-gap: 40px;
  }
  .session__speaker__title {
    width: auto;
  }
  .session__speaker__title img {
    width: 260px;
  }
}
.session__speaker__block {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.session__speaker__block:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .session__speaker__block {
    flex-direction: column;
    row-gap: 20px;
  }
}
.session__speaker__image {
  width: calc(18.7755102%);
}
.session__speaker__image img {
  margin-bottom: 16px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .session__speaker__image {
    width: 50%;
    margin: 0 auto;
  }
}
.session__speaker__contents {
  width: calc(77.55102041%);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .session__speaker__contents {
    width: auto;
    display: block;
  }
}
.session__speaker__label {
  display: block;
  border: 1px solid #0BA29A;
  border-radius: 2em;
  padding: .6em 1em;
  color: #0BA29A;
  text-align: center;
  font-family: "montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .session__speaker__label {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .session__speaker__outline {
    text-align: center;
  }
}
.session__speaker__name {
  font-size: 17px;
  font-weight: 700;
}
.session__speaker__name__en {
  color: #0BA29A;
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .session__speaker__name {
    font-size: 16px;
  }
  .session__speaker__name__en {
    margin-bottom: .5em;
  }
}
.session__speaker__company {
  color: #888;
  font-family: "montserrat", sans-serif;
  font-size: 12px;
}
.session__speaker__text {
  width: 100%;
  color: #343434;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .session__speaker__text {
    margin-top: 10px;
  }
}
.pitch__list {
  display: flex;
  column-gap: 10px;
  row-gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.pitch__block {
  width: 170px;
  color: #343434;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .pitch__block {
    width: calc( (100% - 10px) / 2 );
    font-size: 13px;
  }
}
.pitch__image {
  margin-bottom: 5px;
  padding: 7px;
  border: 1px solid #eee;
}
.pitch__name {
	font-size: 13px;
}
.page-navi_container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 20px 0 0;
	font-family: "montserrat", sans-serif;
}
.page-navi_container .page-navi_prev {
	width: calc(50% - 10px);
	text-align: left;
}
.page-navi_container .page-navi_next {
	width: calc(50% - 10px);	
	text-align: right;
}
.page-navi_container .page-navi_prev a {
	display: block;
	padding: 24px 24px 24px 36px;
	color: #FFF;
	line-height: 1.2;
	text-decoration: none;
	/*border-radius: 0 0 0 20px;*/
	background: url( "../img/icon/icon-left.svg" ) center left 15px / 12px 12px no-repeat #0BA29A;
}
.page-navi_container .page-navi_prev a:hover { background: url( "../img/icon/icon-left.svg" ) center left 15px / 12px 12px no-repeat #07D2B3; }
.page-navi_container .page-navi_next a {
	display: block;
	padding: 24px 36px 24px 24px;
	color: #FFF;
	line-height: 1.2;
	text-decoration: none;
	/*border-radius: 0 0 20px 0;*/
	background: url( "../img/icon/icon-right.svg" ) center right 15px / 12px 12px no-repeat #0BA29A;
}
.page-navi_container .page-navi_next a:hover { background: url( "../img/icon/icon-right.svg" ) center right 15px / 12px 12px no-repeat #07D2B3; }
/*# sourceMappingURL=session.css.map */