@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* Scss Document */
/* -------------------------------------------------------
  initialize
   ------------------------------------------------------- */


input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background-color: transparent;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* -------------------------------------------------------
  common
   ------------------------------------------------------- */

img {
  width: 100%;
  height: auto;
}

a {
  color: #333;
  text-decoration: none;
}
a img {
  transition: opacity .2s ease;
}
a:hover img {
  opacity: .7;
}

.wrp{
  margin: 0;
  padding: 0;
  position: relative;
}

.ilb{
  display: inline-block;
}

@media all and (max-width: 750px) {
  .wr-pc {
    display: none;
  }
}

.wr-sp {
  display: none;
}
@media all and (max-width: 750px) {
  .wr-sp {
    display: inline;
  }
}

/* -------------------------------------------------------
  header
   ------------------------------------------------------- */
.wr-header {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  background-color: #fff;
}

.wr-header-inner {
  margin: 0 auto;
  position: relative;
  max-width: 1500px;
  height: 60px;
  background-color: #fff;
}
@media all and (max-width: 750px) {
  .wr-header {
    width: 100%;
  }

  .wr-header-inner {
    height: 50px;
    width: auto;
  }
}

.wr-header-title {
  padding: 10px 30px 15px;
  position: relative;
  /*padding: 23px 0 0 30px;*/
  width: 250px;
  line-height: 35px;
}

@media all and (max-width: 750px) {
  .wr-header-title {
    padding: 7px 10px 11px;
    /*padding: 17px 0 0 10px;*/
    width: 160px;
    line-height: 32px;
  }
}

/*.wr-logo a {
  display: block;
}
*/
.wr-logo-a {
  display: inline-block;
  font-size: 0;
  line-height: 1;
  vertical-align: middle;
}


img.wr-logo-wj{
  width: 180px;
  /*margin-bottom:5px;*/
}
img.wr-logo-wr{
  width:200px;
}

@media all and (max-width: 750px) {
  img.wr-logo-wj{
    width: 160px;
    /*margin-bottom:3px;*/
  }
  img.wr-logo-wr{
    width:150px;
  }
}

.wr-header-link {
  position: absolute;
  width: 270px;
  height: 100%;
  top: 0;
  right: 0;
}

@media all and (max-width: 750px) {
  .wr-header-link {
    width: 120px;
    font-size: 10px;
    top: 0;
    right: 0;
  }
}

.wr-header-link-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background-color: #F7FC54;
  color: #666;
  font-weight: bold;
  transition: opacity .2s ease;
}

@media all and (max-width: 750px) {
  .wr-header-link-btn {
    height: 50px;
  }
}
.wr-header-link-btn:hover {
  opacity: .7;
}
.wr-header-link-btn span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

/* -------------------------------------------------------
  main-visual
   ------------------------------------------------------- */
.main-visual {
  padding-top: 60px;
}
@media all and (max-width: 750px) {
  .main-visual {
    padding-top: 50px;
  }
}

.main-visual__title {
  width: 100%;
  padding: 0;
}
@media all and (max-width: 750px) {
  .main-visual__title {
    
  }
}

.main-visual-img.wr-pc {
  display: block;
  width: 100%;
}
.main-visual-img.wr-sp {
  display: none;
}
@media all and (max-width: 750px) {
  .main-visual-img.wr-pc {
    display: none;
  }
  .main-visual-img.wr-sp {
    display: block;
    width: 100%;
  }
}

/* -------------------------------------------------------
  catch
   ------------------------------------------------------- */
.catch {
  padding: 6% 4% 2%;
  text-align: center;
  line-height: 2;
  font-weight: bold;
}

@media all and (max-width: 750px) {
  .catch {
    padding: 10% 6% 4%;
    text-align: left;
    font-size: 12px;
    line-height: 1.77;
    min-width: 0;
  }
}

.catch-text {
  margin: 0 auto;
  padding-bottom: 4%;
  max-width: 960px;
	text-align: left;
}
@media all and (max-width: 750px) {
  .catch-text {
    padding-bottom: 6%;
  }
}

/* -------------------------------------------------------
  guest
   ------------------------------------------------------- */
.guest {
  padding: 8% 4%;
  background: url(../img/guest_bg_01.jpg) no-repeat;
  background-size: cover;
}

.guest-inner {
  max-width: 960px;
  margin: 0 auto;
}
@media all and (max-width: 750px) {
  .guest {
    background-image: url(../img/guest_bg_01_sp.jpg);
    padding: 12% 6%;
  }
}

.guest-title {
  text-align: center;
  font-weight: bold;
}

.title-img-box {
  margin: 0 auto;
  padding: 0 0 5px;
  display: table;
  line-height: 1;
  background-image: url(../img/title_border.png);
  background-size: 100% 5px;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.title-img {
  display: inline-block;
}

.guest-title-img {
  width: 196px;
}

@media all and (max-width: 750px) {

  .title-img-box {
    padding: 0 0 3px;
    background-size: 100% 3px;
  }

  .guest-title-img {
    width: 98px;
  }
}

.guest-title-jp {
  display: block;
  margin: 0 auto;
  font-size: 1.8rem;
  margin-top: .6em;
}
@media all and (max-width: 750px) {
  .guest-title-jp {
    font-size: 1rem;
  }
}

.guest-list {
  margin-top: 6%;
  line-height: 1.57;
  /*text-align: center;*/
}
@media all and (max-width: 750px) {
  .guest-list {
    margin-top: 8%;
  }
}

.guest-list-ul {
  margin: 0 auto;
  padding: 0;
/*  display: table;
  table-layout: fixed;*/
  box-sizing: content-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: start;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  /*max-width: 636px;*/
}

.guest-list-ul-li {
  margin: 10rem 0 0 10rem;
  box-sizing: content-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: calc(50% - 5rem);
  flex-basis: calc(50% - 5rem);
  /*display: table-cell;*/
  /*padding: 0 5rem;*/
  /*text-align: center;*/
}

.guest-list-ul-li:first-of-type {
  margin-top: 0;
}

.guest-list-ul-li:nth-of-type(2) {
  margin-top: 0;
}

.guest-list-ul-li:nth-of-type(2n+1) {
  margin-left: 0;
}


@media all and (max-width: 750px) {
  .guest-list-ul {
    padding: 0;
    display: block;
    max-width: 100%;
    /*flex-flow: column wrap;
    -ms-flex-flow: column wrap;*/
  }
  
  .guest-list-ul-li {
    margin-top: 8%;
    margin-left: 0;
    padding: 0;
    width: 100%;
    flex-basis: 100%;
    /*align-items: stretch;
    box-sizing: content-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-flow: row wrap;
    -ms-flex-align: stretch;
    -ms-flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    justify-content: space-between;*/
  }

  .guest-list-ul-li:first-of-type {
    margin-top: 0;
  }

  .guest-list-ul-li:nth-of-type(2) {
    margin-top: 8%;
  }
}

.guest-list__picture-fig {
  max-width: 150px;
  flex-basis: 35%;
  /*margin: 0 auto;
  max-width: 250px;*/
}

.guest-list__picture-img {
  width: 100%;
}

@media all and (max-width: 750px) {
  .guest-list__picture-fig {
    /*max-width: 100%;
    margin: 0;
    flex-basis: 44%;*/
  }

  /*.guest-list-ul-li:nth-of-type(2n) .guest-list__picture-fig {
    order: 1;
  }*/
}


.guest-list__text {
  display: table;
  width: calc(65% - 2rem);
  flex-basis: calc(65% - 2rem);
  /*margin: 0 auto;
  max-width: 250px;*/
}

.guest-list__text-inner {
  display: table-cell;
  vertical-align: bottom;
}

@media all and (max-width: 750px) {
  .guest-list__text {
    /*margin:25px auto 10px;
    flex-basis: 52%;
    max-width: 100%;*/
  }

  /*.guest-list-ul-li:nth-of-type(2n) .guest-list__text {
    order: 0;
  }*/
}

.guest-list__text-1 {
  font-size: 1.6rem;
  margin-top: 1em;
  width: 100%;
  flex-basis: 100%;
}
@media all and (max-width: 750px) {
  .guest-list__text-1 {
    font-size: 1.2rem;
  }
  .guest-list__text-1.spacing{
    letter-spacing:-0.1em;
  }
}

.guest-list__text-2 {
  font-size: 1.4rem;
  width: 100%;
  flex-basis: 100%;
}
@media all and (max-width: 750px) {
  .guest-list__text-2 {
    font-size: 1rem;
    /*margin-top: 20px;*/
  }
}

.guest-list__text-3 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: .2em;
  width: 100%;
  flex-basis: 100%;
}
@media all and (max-width: 750px) {
  .guest-list__text-3 {
    font-size: 1.4rem;
    margin-top: .8em;
  }
}

.guest-list__intro {
  margin-top: 2rem;
  width: 100%;
  flex-basis: 100%;
  font-size: 16px;
}
@media all and (max-width: 750px) {
  .guest-list__intro {
    margin-top: 1.5rem;
    font-size: 12px;
  }
}



/* -------------------------------------------------------
  outline
   ------------------------------------------------------- */
.outline {
  padding: 8% 4%;
}

.outline-inner {
  margin: 0 auto;
  max-width: 1500px;
}
@media all and (max-width: 750px) {
  .outline {
    padding: 12% 6%;
  }
}

.outline-title {
  text-align: center;
  font-weight: bold;
}

.outline-title-img {
  display: block;
  width: 113px;
  margin: 0 auto;
}

@media all and (max-width: 750px) {
  .outline-title-img {
    width: 56px;
  }
}

.outline-title-jp {
  display: block;
  margin: 0 auto;
  font-size: 1.8rem;
  margin-top: .6em;
}
@media all and (max-width: 750px) {
  .outline-title-jp {
    font-size: 1.2rem;
  }
}

.outline-data {
  margin-top: 5%;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media all and (max-width: 750px) {
  .outline-data {
    margin-top: 7%;
    font-size: 12px;
  }
}

.outline-data__inner {
  max-width: 960px;
  margin: 0 auto;
}

.outline-data__content {
  border-bottom: solid 1px #ccc;
  padding: 2.6% 5% 2.2%;
  display: flex;
}
@media all and (max-width: 750px) {
  .outline-data__content {
    padding: 3.4% 5% 2.2%;
  }
}
.outline-data__content h3 {
  font-weight: bold;
  min-width: 10em;
}
@media all and (max-width: 750px) {
  .outline-data__content h3 {
    min-width: 6em;
  }
}


/* -------------------------------------------------------
  program
   ------------------------------------------------------- */
section.program {
  padding: 8% 4%;
  background: #fafafa;
  color: #333;
}

.program-inner {
  margin: 0 auto;
  max-width: 1500px;
}

@media all and (max-width: 750px) {
  section.program {
    padding: 12% 6%;
  }
}

.program-title {
  text-align: center;
  font-weight: bold;
}
.program-title-img {
  width: 134px;
}

@media all and (max-width: 750px) {
  .program-title-img {
    width: 67px;
  }
}

.program-title-jp {
  display: block;
  margin: 0 auto;
  font-size: 1.8rem;
  margin-top: .6em;
}
@media all and (max-width: 750px) {
  .program-title-jp {
    font-size: 1.2rem;
  }
}

.program-data {
  margin-top: 5%;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media all and (max-width: 750px) {
  .program-data {
    margin-top: 7%;
    font-size: 12px;
  }
}

.program-data__inner {
  max-width: 960px;
  margin: 0 auto;
}

.program-data__content {
  border-bottom: solid 1px #ccc;
  padding: 2.6% 5% 2.2%;
  display: flex;
}
@media all and (max-width: 750px) {
  .program-data__content {
    padding: 3.4% 5% 2.2%;
  }
}
.program-data__content h3 {
  font-weight: bold;
  min-width: 10em;
}
@media all and (max-width: 750px) {
  .program-data__content h3 {
    min-width: 6em;
  }
}


/* -------------------------------------------------------
  about
   ------------------------------------------------------- */
.about {
  padding: 6% 4% 5%;
  background: url(../img/about_bg_01.jpg) no-repeat;
  background-size: cover;
}
@media all and (max-width: 750px) {
  .about {
    padding: 12% 6% 10%;
    background-image: url(../img/about_bg_01_sp.jpg);
  }
}

.about-inner {
  max-width: 960px;
  margin: 0 auto;
}

.about-title-1 {
  font-size: 1.5rem;
  line-height: 1;
  display: inline-block;
  color: #fff;
  background-color: #040404;
  padding: .8em 1em .6em;
}
@media all and (max-width: 750px) {
  .about-title-1 {
    font-size: 1rem;
  }
}

.about-title-2 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: .4em;
}
@media all and (max-width: 750px) {
  .about-title-2 {
    font-size: 1.5rem;
  }
}

.about-text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: .6em;
}
@media all and (max-width: 750px) {
  .about-text {
    font-size: 12px;
  }
}

/* -------------------------------------------------------
  
   ------------------------------------------------------- */
.to-top {
  width: 40px;
  height: 40px;
  background: #ffffff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9997;
}
.to-top a {
  display: block;
  width: 100%;
  height: 100%;
}
.to-top a::after {
  color: #011922;
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  right: 50%;
  margin-top: -0.5em;
  margin-right: -0.3em;
  line-height: 1;
  content: "\f3d8";
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 999;
}
.to-top a:hover::after {
  color: #011922;
  font-size: 20px;
  font-size: 2rem;
}




/* 追記 */
body.detail_bg {
	background: #F4F4F4 none;
}

.main-visual {
	padding-top: 160px;
}
@media screen and (max-width: 1024px) {
	.main-visual {
		padding-top: 90px;
	}
}
@media screen and (max-width: 750px) {
	.main-visual {
		padding-top: 90px;
	}
}


.cta {
	width: 100%;
}
	.cta a {
		background: #2C2C2C url("../img/icon_arrow_gr.svg") no-repeat right 100px center / 20px;
		padding: 100px 5%;
		display: block;
		font-size: 30px;
		font-weight: 600;
		text-align: center;
		line-height: 1;
		letter-spacing: 0.06em;
		color: #fff;
	}
	.cta a:hover {
		background: #000 url("../img/icon_arrow_gr.svg") no-repeat right 80px center / 20px;
		letter-spacing: 0.2em;
	}
@media screen and (max-width: 768px) {
	.cta a {
		background: #2C2C2C url("../img/icon_arrow_gr.svg") no-repeat right 5% center / 20px;
		padding: 50px 5%;
		font-size: 18px;
	}
	.cta a:hover {
		background: #2C2C2C url("../img/icon_arrow_gr.svg") no-repeat right 5% center / 20px;
		letter-spacing: 0.06em;
	}
}


.add_btn {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 8;
	margin-top: -125px;
}
	.add_btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		background: #000;
		height: 250px;
		width: 60px;
		font-size: 1.8rem;
		font-weight: 700;
		text-align: center;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		color: #fff;
	}
@media screen and (max-width: 768px) {
.add_btn {
	width: 100%;
	top: auto;
	bottom: 0;
	margin-top: 0;
}
	.add_btn a {
		height: 60px;
		width: 100%;
		-ms-writing-mode: tb-rl;
		writing-mode: horizontal-tb;
	}
	#footer {
		padding-bottom: 90px;
	}
}




/* -------------------------------------------------------

  facilitator

   ------------------------------------------------------- */

.facilitator {

  padding: 100px 50px;

  background-color: #F0F0F0;

}



.facilitator-box {

  margin: 70px auto 0;

  padding: 50px 0;

  background-color: #fff;

  max-width: 1000px;

}





@media all and (max-width: 750px) {

  .facilitator{

    margin: 0;

    padding: 50px 20px;

  }



  .facilitator-box {

    margin: 0;

    padding: 30px 20px;

  }

}



.facilitator-title {}



.facilitator-title-sp {

  display: none;

}



.facilitator-title-en {

  display: block;

  font-family: 'Barlow', sans-serif;

  font-weight: bold;

  font-size: 3rem;

  font-style: italic;

  letter-spacing: 0.3rem;

  text-align: center;

}



.facilitator-title-jp {

  display: block;

  /*margin: .6em auto 0;*/

  font-size: 1.8rem;

  font-weight: normal;

  text-align: center;

}



@media all and (max-width: 750px) {

  .facilitator-title-pc {

    display: none;

  }



  .facilitator-title-sp {

    display: block;

  }



  .facilitator-title-jp {

    font-size: 1.4rem;

  }

}



.facilitator-box span{

  text-align: center;

}





.facilitator-ul {

  margin: 0 auto;

  padding: 0 100px;

  display: table;

  width: 100%;

}



.facilitator-ul-li {

  display: table-cell;

  vertical-align: top;

}



.facilitator-ul-li-fig {

  margin: 0 auto;

  width: 195px;

  text-align: center;

}





.facilitator-ul-li-img {

  width: 100%;

}



.facilitator__text {

  padding: 30px 0;

}



.facilitator__text-1 {

  display: block;

  font-size: 1.4rem;

  font-weight: 100;

  text-align: center;

}



.facilitator__text-2 {

  padding-top: 15px;

  display: block;

  font-size: 1.8rem;

  font-weight: 700;

  text-align: center;

}





@media all and (max-width: 750px) {

  .facilitator-ul {

    padding: 30px 0 0;

    display: block;

    max-width: initial;

  }



  .facilitator-ul-li {

    margin: auto;

    display: block;

  }



  .facilitator-ul-li-fig {

    text-align: center;

  }



  .facilitator-ul-li-img {

    width: 140px;

    margin: auto;

    text-align: center;

  }



  .facilitator__text {

    padding: 20px 0;

  }



  .facilitator__text-1 {

    font-size: 1.2rem;

  }



  .facilitator__text-2 {

    padding: 10px 0 0;

    font-size: 1.6rem;

  }

}



.facilitator-photo {



}



.facilitator-body{

  padding-left: 70px;

  line-height: 2.4rem;

  font-weight: 100;

}



@media all and (max-width: 750px) {

  .facilitator-body{

    padding: 0;

    width: auto;

    font-size: 1.2rem;

  }

}

.linedw {

  margin: 5px auto;

  border-left: solid 100px #000;

  border-right: solid 45px #ACACAC;

  display: block;

  position: relative;

  width: 145px;

  height: 5px;

  line-height: 0;

  font-size: 0;

  box-sizing: border-box;

}



@media all and (max-width: 750px) {

  .linedw {

    border-left-width: 84px;

    border-right-width: 36px;

    width: 120px;

  }

}
