@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
	color: #1a1a1a;
	font-family: YakuHanJPs, Inter, "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
	line-height: 1.8;
  letter-spacing: .02em;
}

@media (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

a,
a:hover {
	/* color: #1a1a1a; */
  color: #0073aa;
}

a:hover img {
	opacity: .7;
}

hr {
	border-top: 1px solid #ddd;
}

.container {
	padding: 0 15px;
	max-width: 1030px;
	position: relative;
}

.container-slim {
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
	max-width: 860px;
}

.container-slim2 {
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
	max-width: 760px;
}

.small {
	font-size: .8em;
	line-height: 1.7;
}

.ex-small {
	font-size: .6em;
	line-height: 1.6;
}

a.popup[target="_blank"]:after {
  display: inline-block;
  content: "\e963";
  margin-left: .2em;
  margin-right: .25em;
  font-family: "Icons Font", sans-serif;
  font-size: 1em;
  text-decoration: none;
  text-indent: 0;
  font-size: .85em;
}

/*---------------------------------- header ----------------------------------*/

.site-header.border-bottom-1 {
  border-bottom: 1px solid #e4e4e4;
}

.site-header .container {
  max-width: 1370px;
  padding: 0 25px;
}

.site-header .d-flex {
	height: 80px;
}

.site-logo {
  width: 240px;
}

.site-share li + li {
  margin-left: 6px;
}

.site-share li a img {
  width: 30px;
}

@media (max-width: 575px) {
	.site-header .container {
		padding: 0 12px;
	}

	.site-header .d-flex {
		height: 54px;
	}

	.site-logo {
    width: calc(190/375*100vw);
	}

  .site-share li a img {
    width: 26px;
  }
}


/*---------------------------------- hero ----------------------------------*/
/*
.top-hero:not(.normal) {
  background: -moz-linear-gradient(top, rgba(255, 176, 208, .3), rgba(250, 110, 160, .3));
  background: -webkit-linear-gradient(top, rgba(255, 176, 208, .3), rgba(250, 110, 160, .3));
  background: linear-gradient(to bottom, rgba(255, 176, 208, .3), rgba(250, 110, 160, .3));
}
 */

.top-hero .container {
  max-width: 1370px;
}

.top-hero.normal .container {
  background: -moz-linear-gradient(-30deg, rgba(255, 176, 208, 1), rgba(250, 110, 160, 1));
  background: -webkit-linear-gradient(-30deg, rgba(255, 176, 208, 1), rgba(250, 110, 160, 1));
  background: linear-gradient(120deg, rgba(255, 176, 208, 1), rgba(250, 110, 160, 1));
}

.top-hero h1 img {
  width: 100%;
}

.btn-more {
	position: absolute;
	right: 30px;
	bottom: 15px;
}


/*---------------------------------- about ----------------------------------*/

.top-about {
  font-size: 1.7rem;
  line-height: 1.9;
  padding: 50px 25px 10px;
}

.top-about .intro {
  max-width: 1200px;
  padding: 70px 50px;
  margin: 0 auto;
  background: url(./../img/bg-about.jpg) no-repeat center center/cover;
	overflow: hidden;
}

.top-about .intro .container {
  background-color: rgba(255, 255, 255, 0.92);
  max-width: 900px;
  padding: 50px 50px 60px;
}

.top-about .intro h2 {
  font-size: 3.4rem;
  line-height: 1.6;
  letter-spacing: .08em;
}

.top-about .intro p {
  font-size: 1.8rem;
  line-height: 2.2;
  margin-top: 25px;
  margin-bottom: 0;
  letter-spacing: .1em;
}

.top-about .notes {
  max-width: 930px;
  margin: 0 auto;
  padding: 50px 15px 80px;
}

.top-about .notes a {
  text-decoration: underline;
}

.top-about .notes a:hover {
  text-decoration: none;
}

.top-about .notes .container {
  padding: 30px 30px;
  border: 3px solid #eef1f3;
}

.container .video_container {
  padding-top: 30px;
  text-align: center;
}

@media (max-width: 575px) {
  .top-about {
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 12px 12px 5px;
  }

  .top-about .intro {
    padding: 50px 15px;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -12px;
  }

  .top-about .intro .container {
    padding: 30px 20px 45px;
  }

  .top-about .intro h2 {
    font-size: 2.4rem;
  }

  .top-about .intro p {
    font-size: 1.6rem;
    line-height: 1.9;
    margin-top: 15px;
  }

  .top-about .notes {
    padding: 40px 0 60px;
  }

  .top-about .notes .container {
    padding: 15px;
  }

  .container .video_container {
    text-align: center;
  }
  .container .video_container iframe {
    max-width: 100%;
  }
}


/*---------------------------------- event ----------------------------------*/

.top-event a {
  /* color: #1877f2; */
  text-decoration: underline;
}

.top-event a:hover {
  text-decoration: none;
}

.top-event {
  padding: 0 0 120px;
}

.top-event .inner {
  max-width: 1030px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 100px;
}

.top-event .inner:nth-of-type(1) {
	padding-top: 70px;
}

.top-event .inner:nth-of-type(2) {
	padding-top: 70px;
}

.top-event .inner .container {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.top-event .inner:not(:first-of-type) .container {
  border-top: 4px solid #eee;
  padding-top: 60px;
}

.top-event {
  font-size: 1.7rem;
  line-height: 1.9;
}

.top-event h1 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.top-event h2 {
	font-size: 2.6rem;
	font-weight: 700;
  line-height: 1.5;
  margin-bottom: 60px;
  letter-spacing: .05em;
}

.top-event h3 {
	font-size: 2.4rem;
	font-weight: 700;
  line-height: 1.5;
	margin-bottom: .6em;
}

@media (max-width: 575px) {
  .top-event {
    padding-bottom: 80px;
  }

  .top-event .inner {
    padding-top: 60px;
  }

  .top-event .inner:first-of-type {
  	padding-top: 40px;
  }

  .top-event .inner:nth-of-type(2) {
  	padding-top: 40px;
  }

  .top-event .inner:not(:first-of-type) .container {
    border-top: 4px solid #eee;
    padding-top: 40px;
  }

  .top-event {
    font-size: 1.5rem;
    line-height: 1.8;
  }

  .top-event h1 {
    font-size: 2.6rem;
    line-height: 1.5;
  }

  .top-event h2 {
  	font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 45px;
  }

  .top-event h3 {
  	font-size: 1.8rem;
    line-height: 1.5;
  	margin-bottom: .6em;
  }
}

.top-event .intro p {
  font-size: 2rem;
  line-height: 2.2;
  margin-top: 40px;
}

.top-event .profile h3 span {
	position: relative;
	font-size: .7em;
	top: -.08em;
}

.top-event .profile p {
	/* font-size: 1.5rem; */
}

.top-event .profile .profile-card:not(:last-of-type) {
	margin-bottom: 60px;
}

.top-event .profile .profile-photo img {
	width: 260px;
}

.top-event .outline table {
  width: 100%;
}

.top-event .outline table tr {
  border-top: 1px solid #ddd;
}

.top-event .outline table tr:last-child {
  border-bottom: 1px solid #ddd;
}

.top-event .outline table th {
  font-weight: 400;
  padding-left: 5px;
  width: 120px;
}

.top-event .outline table td {
  padding: 25px 5px 25px 30px;
}

.top-event .outline table ul {
  list-style: none;
	padding-left: 1em;
	text-indent: -1em;
  line-height: 1.6;
}

.top-event .outline table ul li + li {
	margin-top: 5px;
}

.top-event .outline table ul li i {
	text-indent: 0;
}

@media (max-width: 767px) {
  .top-event .profile .profile-photo {
		margin-bottom: 2.5em;
	}

	.top-event .profile .profile-photo img {
		width: 68vw;
	}
}


@media (max-width: 575px) {
  .top-event .intro p {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 25px;
  }

  .top-event .outline table tr {
    border-top: 0;
  }

  .top-event .outline table tr:last-child {
    border-bottom: 0;
  }

  .top-event .outline table th {
    display: block;
    padding: 10px 12px;
    background-color: #f4f5f8;
    width: 100%;
  }

  .top-event .outline table td {
    display: block;
    padding: 15px 5px 30px;
  }
}


/*---------------------------------- past lecture ----------------------------------*/

.top-past {
	padding: 100px 0;
  background-color: #f4f5f8;
}

.top-past h2 {
	margin: 0 0 80px;
	font-size: 2.6rem;
	font-weight: 700;
  line-height: 1.5;
	letter-spacing: .05em;
}

.past-lecture {
	margin-bottom: 50px;
  letter-spacing: 0;
}

.past-year {
	margin: 0 0 8px;
	padding: 7px 13px;
	background-color: #1a1a1a;
	color: #fff;
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 500;
  line-height: 1;
	text-align: center;
	position: relative;
  z-index: 1;
}

.past-year:before {
	content: '';
	border-top: 1px solid #1a1a1a;
	display: block;
	width: 22px;
	height: 0;
	position: absolute;
	left: 18px;
	top: 100%;
	transform-origin: center center;
	transform: rotate(-120deg);
  z-index: -1;
}

.past-photo {
  position: relative;
  z-index: 1;
}

.past-date {
  font-size: 1.2rem;
	font-weight: 500;
}

.past-speaker {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
  padding-left: calc(1.2rem*3);
  text-indent: calc(-1.2rem*3);
}

.past-speaker span.past-speaker-head {
	font-size: 1.2rem;
	font-weight: normal;
	position: relative;
	top: -.08em;
}

.past-speaker span:not(.past-speaker-head) {
	font-size: .7em;
}

.past-place {
	font-size: 1.2rem;
  padding-left: 3em;
  text-indent: -3em;
}

@media (max-width: 575px) {
	.top-past {
		padding: 50px 12px 40px;
	}

	.top-past h2 {
		margin: 0 0 45px;
		font-size: 2.2rem;
	}

  .past-lecture {
  	margin-bottom: 30px;
  }

  .top-past > .container > .row > .col-6:nth-of-type(2n+1) {
    padding-left: 0;
    padding-right: 6px;
  }

  .top-past > .container > .row > .col-6:nth-of-type(2n) {
    padding-left: 6px;
    padding-right: 0;
  }

  .past-year {
  	padding: 6px 10px;
  }

  .past-date {
    font-size: 1.1rem;
  	font-weight: 500;
  }

  .past-speaker {
  	font-size: 1.3rem;
    padding-left: calc(1.1rem*3);
    text-indent: calc(-1.1rem*3);
  }

  .past-speaker span.past-speaker-head {
  	font-size: 1.1rem;
  	top: -.05em;
  }

  .past-speaker span:not(.past-speaker-head) {
  	font-size: 1rem;
  }

  .past-place {
  	font-size: 1.1rem;
  }
}


/*---------------------------------- more info ----------------------------------*/

.top-more-info {
	padding: 60px 0 65px;
	/* background-color: #005d30; */
  /* background-color: #ff88be; */
  background: -moz-linear-gradient(top, rgba(255, 166, 198, 1), rgba(250, 110, 160, 1));
  background: -webkit-linear-gradient(top, rgba(255, 166, 198, 1), rgba(250, 110, 160, 1));
  background: linear-gradient(to bottom, rgba(255, 166, 198, 1), rgba(250, 110, 160, 1));
}

@media (min-width: 992px) {
  .top-more-info > .container > .row > .col-lg-3 {
    flex: 0 0 30%; /* change from 25% to 30% */
    max-width: 30%; /* change from 25% to 30% */
  }

  .top-more-info > .container > .row > .col-lg-9 {
    flex: 0 0 70%; /* change from 75% to 70% */
    max-width: 70%; /* change from 75% to 70% */
  }
}

.top-more-info h2 {
	margin: 0;
  font-size: 4.2rem;
}

.top-more-info h2 span {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
	margin-top: 8px;
}

.top-more-info h3 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
}

.top-more-info .btn-info {
  color: inherit;
  background-color: transparent;
  border-color: transparent;
  width: 380px;
}

.top-more-info .btn-info a {
  position: relative;
  display: block;
  padding: 17px 30px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #e13778;
  border: 1px solid #e13778;
  border-radius: 5px;
  transition: .1s;
}

.top-more-info .btn-facebook a {
  background-color: #1877f2;
  border-color: #1877f2;
}

.top-more-info .btn-info a:hover, .top-more-info .btn-info a:focus {
  text-decoration: none;
  color: #e13778;
  background-color: #fff;
}

.top-more-info .btn-facebook a:hover, .top-more-info .btn-facebook a:focus {
  color: #1877f2;
}

.top-more-info .btn-info a:after {
  content: "\e913";
  position: absolute;
  right: 12px;
  bottom: 50%;
  transform: translateY(50%);
  font-family: "Icons Font", sans-serif;
  font-size: .85em;
}

.top-more-info .btn-facebook a span:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.2em;
  height: 1.2em;
  margin-right: 5px;
  background: url(./../img/btn-sns-facebook-circle-white.svg) no-repeat center center/contain;
  top: .2em;
}

.top-more-info .btn-facebook a:hover span:before, .top-more-info .btn-facebook a:focus span:before {
  background: url(./../img/btn-sns-facebook-circle.svg) no-repeat center center/contain;
}


@media (max-width: 991px) {
  .top-more-info {
    padding-top: 40px;
  }

	.top-more-info h2 {
		margin-bottom: 30px;
	}

  .top-more-info .btn-info {
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
	.top-more-info {
		padding: 35px 0 50px;
	}

  .top-more-info .container {
		padding: 0 15px;
	}

  .top-more-info h2 {
    font-size: 3.6rem;
	}

  .top-more-info h2 span {
    font-size: 1.4rem;
    margin-top: 5px;
  }

	.top-more-info h3 {
		font-size: 1.7rem;
		line-height: 1.6;
	}

  .top-more-info .btn-info {
    width: 100%;
  }

  .top-more-info .btn-info a {
    font-size: 1.4rem;
  }
}


/*---------------------------------- footer ----------------------------------*/

.site-footer {
  padding: 30px 0 35px;
  position: relative;
}

.company-name {
	font-size: 1.5rem;
	font-weight: bold;
}

.company-name a:hover, .company-name a:focus {
  text-decoration: none;
}

.company-name a:hover span, .company-name a:focus span {
  opacity: .7;
}

.site-footer address a {
  text-decoration: underline;
}

.site-footer address a:hover, .site-footer address a:focus {
  text-decoration: none;
}

.backtotop {
  position: absolute;
  text-indent: -9999px;
  width: 48px;
  height: 48px;
  right: 20px;
  bottom: 25px;
}

.backtotop:hover {
  opacity: .7;
}

.backtotop:before {
  position: absolute;
  content: "";
  vertical-align: middle;
  top: 20px;
  left: 17px;
  width: 14px;
  height: 14px;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 3;
}

.backtotop:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: #ff88be;
  z-index: 2;
  top: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .backtotop {
    right: 12px;
    bottom: inherit;
    top: 15px;
  }
}

/*---------------------------------- 汎用クラス ----------------------------------*/

.ff-mincho {
  font-family: "Yu Mincho", YuMincho, serif;
}
.ff-headline {
  font-family: YakuHanJPt, D-DIN, "Noto Sans JP", sans-serif;
}
.ff-heading {
  font-family: YakuHanJPt, Inter, "Noto Sans JP", sans-serif;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.lh-150 {
  line-height: 1.5;
}
.lh-160 {
  line-height: 1.6;
}
.lh-170 {
  line-height: 1.7;
}
.lh-180 {
  line-height: 1.8;
}
.color-black {
  color: #1a1a1a;
}
.color-red {
	color: #e30000;
}
.color-pink-primary {
  color: #ff62a8;
}
.color-pink-secondary {
  color: #ff88be;
}
.color-darkpink {
  color: #e13778;
}
.pwid{
 font-feature-settings: 'pwid';
}
.palt{
 font-feature-settings: 'palt';
}
.pkna{
 font-feature-settings: 'pkna';
}

.fs-10 {
  font-size: 10px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-17 {
  font-size: 17px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-19 {
  font-size: 19px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-21 {
  font-size: 21px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-23 {
  font-size: 23px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-25 {
  font-size: 25px !important;
}
.fs-26 {
  font-size: 26px !important;
}
.fs-27 {
  font-size: 27px !important;
}
.fs-28 {
  font-size: 28px !important;
}
.fs-29 {
  font-size: 29px !important;
}
.fs-30 {
  font-size: 30px !important;
}

@media (min-width: 576px) {
  .fs-10-pc {
    font-size: 10px !important;
  }
  .fs-11-pc {
    font-size: 11px !important;
  }
  .fs-12-pc {
    font-size: 12px !important;
  }
  .fs-13-pc {
    font-size: 13px !important;
  }
  .fs-14-pc {
    font-size: 14px !important;
  }
  .fs-15-pc {
    font-size: 15px !important;
  }
  .fs-16-pc {
    font-size: 16px !important;
  }
  .fs-17-pc {
    font-size: 17px !important;
  }
  .fs-18-pc {
    font-size: 18px !important;
  }
  .fs-19-pc {
    font-size: 19px !important;
  }
  .fs-20-pc {
    font-size: 20px !important;
  }
  .fs-21-pc {
    font-size: 21px !important;
  }
  .fs-22-pc {
    font-size: 22px !important;
  }
  .fs-23-pc {
    font-size: 23px !important;
  }
  .fs-24-pc {
    font-size: 24px !important;
  }
  .fs-25-pc {
    font-size: 25px !important;
  }
  .fs-26-pc {
    font-size: 26px !important;
  }
  .fs-27-pc {
    font-size: 27px !important;
  }
  .fs-28-pc {
    font-size: 28px !important;
  }
  .fs-29-pc {
    font-size: 29px !important;
  }
  .fs-30-pc {
    font-size: 30px !important;
  }
}

@media (max-width: 575px) {
  .fs-10-sp {
    font-size: 10px !important;
  }
  .fs-11-sp {
    font-size: 11px !important;
  }
  .fs-12-sp {
    font-size: 12px !important;
  }
  .fs-13-sp {
    font-size: 13px !important;
  }
  .fs-14-sp {
    font-size: 14px !important;
  }
  .fs-15-sp {
    font-size: 15px !important;
  }
  .fs-16-sp {
    font-size: 16px !important;
  }
  .fs-17-sp {
    font-size: 17px !important;
  }
  .fs-18-sp {
    font-size: 18px !important;
  }
  .fs-19-sp {
    font-size: 19px !important;
  }
  .fs-20-sp {
    font-size: 20px !important;
  }
  .fs-21-sp {
    font-size: 21px !important;
  }
  .fs-22-sp {
    font-size: 22px !important;
  }
}
