@charset "utf-8";
.ulContents{
  margin: 0 0 3rem;
  padding: 2rem 0 3rem;
}
.ulContents:before{
  height: 100%;
  z-index: 190;
}
.ulMainvisual__outer{}

.pageAnchor{
  margin: 0 0 1.5rem;
  position: relative;
  z-index: 200;
}
.pageAnchor__list__item{}
.pageAnchor__list.style-col3 .pageAnchor__list__item:nth-of-type(3n){
  margin: 0;
}

.pageSectionTitle{
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 2.5px;
  margin: 0 0 2em;
  position: relative;
}
.event .pageSectionTitle{
  letter-spacing: 0;
  margin: 0;
}
.pageSectionTitle:after{
  background-image: url(/src/images/common/illust/line03_bottom_orange.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -1.25rem;
  content: "";
  display: inline-block;
  height: 14px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 120px;
}
.pageSectionTitle.style-white:after{
  background-image: url("/src/images/common/illust/line03_bottom_white.svg");
}

/* ---------------------------------------------------

	About

--------------------------------------------------- */
.about{
  position: relative;
  z-index: 200;
}
.about__outer{}
.about__inner{
  padding: 2.25rem 1.5625rem 2.1875rem;
}
.about__catch{
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.4;
  margin: 0 0 1.5em;
}
.about__logo{
  margin: 0 0 1.5rem;
}
.about__logo__note{
  display: block;
  font-size: 1rem;
  font-weight: 500;
}
.about__logo__block{
  margin: 1rem 0;
  padding: 1.5rem 0;
  position: relative;
}
.about__logo__block:before,
.about__logo__block:after{
  background-repeat: repeat-x;
  background-size: 8px 4px;
  background-position: left bottom;
  background-image: linear-gradient(to right, rgba(81, 66, 65, 1.00) 4px, transparent 4px);
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 205;
}
.about__logo__block:before{
  top: 0;
}
.about__logo__block:after{
  bottom: 0;
}
.about__logo__text{
  display: block;
  font-size: 1rem;
  font-weight: 500;
}
.about__logo__image{
  margin: 0.75rem auto 0;
  max-width: 300px;
}
.about__intro{
  margin: 0 0 3rem;
}
.about__intro__figure{
  margin: 0 0 2rem;
}
.about__intro__note{}
.about__intro__note__text{
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin: 0 0 1.25em;
}
.about__intro__note__text:last-of-type{
  margin: 0;
}
.about__desc{}
.about__desc__item{
  border: 1px rgba(232, 113, 9, 1.00) solid;
  border-radius: 10px;
  margin: 0 0 3rem;
  padding: 2.25rem 1.5625rem 1.875rem;
  position: relative;
}
.about__desc__item:last-of-type{
  margin: 0;
}
.about__desc__item__theme{
  align-items: center;
  border: 1px rgba(81, 66, 65, 1.00) solid;
  border-radius: calc(40px / 2);
  box-sizing: border-box;
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  left: 50%;
  line-height: 1;
  margin: 0;
  padding: 0 0 0.1em;
  position: absolute;
  top: calc((40px / 2) * -1);
  transform: translateX(-50%);
  width: 270px;
}
.about__desc__item__note{
  font-size: 1rem;
  line-height: 1.75;
  margin: 0;
}


/* ---------------------------------------------------

	Introduction

--------------------------------------------------- */
.introduction{
  margin: 0 0 5rem;
}
.introduction__inner{}
.introduction__profile{}
.introduction__profile__inner{}
.introduction__profile__item{
  border: 1px rgba(232,113,9,1.00) solid;
}
.introduction__profile__item__avatar{
  padding: 1.75rem 1.5625rem;
  width: 100%;
}
.introduction__profile__item__avatar__block{
  align-items: center;
  }
.introduction__profile__item__avatar__thum{
  border-radius: 50%;
  margin: 0 1.25rem 0 0;
  overflow: hidden;  
  width: 100px;
}
.introduction__profile__item__avatar__name{
  width: calc((100% - 1.25rem) - 100px);
}
.introduction__profile__item__avatar__name__inner{}
.introduction__profile__item__avatar__name__job{
  display: block;
  font-size: 1rem;
  font-weight: 500;
}
.introduction__profile__item__avatar__name__text{
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0.2em 0 0;
}
.introduction__profile__item__avatar__career__list{
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 1.5rem 0 0;
}
.introduction__profile__item__avatar__career__list__menu{
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 0.5em;
}
.introduction__profile__item__avatar__career__list__menu:last-of-type{
  margin: 0;
}
.introduction__profile__item__note{
  padding: 1.25rem 1.5625rem 3.5rem;
  position: relative;
  width: 100%;
}
.introduction__profile__item__note:after{
  background-image: url("/src/images/common/illust/meal.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 1rem;
  content: "";
  display: inline-block;
  height: 60px;
  position: absolute;
  right: 1rem;
  width: 80px;
}
.introduction__profile__item__note__text{
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin: 0;
}


/* ---------------------------------------------------

	Event

--------------------------------------------------- */
.event{}
.event__head{
  padding: 2rem 0 5rem;
  position: relative;
}
.event__head:before{
  background-image: url(/src/images/common/illust/wave_orange.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 4vw;
  left: 50%;
  position: absolute;
  top: calc(-4vw + 1px);
  transform: translateX(-50%);
  width: 100%;
  z-index: 180;
}
.event__body{
  margin: -2.5rem 0 0;
}
.event__point{}
.event__point__inner{}
.event__point__item{
  border: 1px rgba(232,113,9,1.00) solid;
  padding: 2.25rem 1.5625rem 2.1875rem;
  position: relative;
}
.event__point__item__figure{}
.event__visual{
  padding: 3rem 0 1.875rem;
  position: relative;
}
.event__visual:after{
  background-color: rgba(255,236,219,1.00);
  bottom: 0;
  content: "";
  display: inline-block;
  height: 150px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 190;
}
.event__visual__outer{
  position: relative;
  z-index: 200;
}
.event__visual__inner{}
.event__visual__figure{
  margin: 0 1rem 1rem 0;
  width: calc((100% - calc(1rem * 1)) / 2);
}
.event__visual__figure:nth-last-of-type(-n+2){
  margin: 0 1rem 0 0;
}
.event__visual__figure:nth-of-type(2n){
  margin: 0;
  }
.event__visual__figure__image{
  border-radius: 10px;
  overflow: hidden;
}
.event__visual__figure__caption{
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 10px 0 0;
}


/* ---------------------------------------------------

	Contact

--------------------------------------------------- */
.contact{
  padding: 3rem 0 0;
}
.contact__inner{}
.contact__item{
  border: 1px rgba(232, 113, 9, 1.00) solid;
  padding: 2.25rem 1.5625rem 2.1875rem;
}
.contact__item__title{
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 1.125em;
  padding: 0 0 0.8em;
}
.contact__item__list{
  margin: 0;
  padding: 0 1.25rem 1rem;
}
.contact__item__list:last-child{
  padding: 0 1.25rem;
}
.contact__item__list__menu{
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 0.5em;
}
.contact__item__list__menu:last-of-type{
  margin: 0;
}
.contact__item__list__menu::marker{
  color: rgba(232, 113, 9, 1.00);
  font-size: 1rem;
}


/* ---------------------------------------------------

	MediaQuery

--------------------------------------------------- */
/* ------------------------------------

	Tablet-Mode

------------------------------------ */
@media screen and (min-width: 600px) {
.ulContents{
  padding: 8rem 0 6.25rem;
  }
.ulContents:before{
  height: 100%;
}
.ulMainvisual__outer{}

.pageAnchor{}
.pageAnchor__list__item{}
.pageAnchor__list.style-col3 .pageAnchor__list__item:nth-of-type(3n){
  margin: 0;
}

.pageSectionTitle{
  font-size: 2rem;
  margin: 0 0 2em;
  }
.event .pageSectionTitle{
  margin: 0;
  }
.pageSectionTitle:after{
  bottom: -1.5rem;
  height: 19px;
  width: 160px;
  }

/* ------------------------------------

	About

------------------------------------ */
.about{}
.about__outer{}
.about__inner{}
.about__catch{
  font-size: 1.5rem;
  line-height: 1.5;
  }
.about__logo{
  margin: 0 0 2rem;
  }
.about__logo__note{
  font-size: 1.125rem;
  }
.about__logo__block{}
.about__logo__block:before,
.about__logo__block:after{}
.about__logo__block:before{}
.about__logo__block:after{}
.about__logo__text{
  font-size: 1.25rem;
  }
.about__logo__image{
  max-width: 500px;
  }
.about__intro{}
.about__intro__figure{}
.about__intro__note{}
.about__intro__note__text{
  font-size: 1.125rem;
  line-height: 2.2;
  text-align: center;
  }
.about__desc{}
.about__desc__item{}
.about__desc__item__theme{}
.about__desc__item__note{
  line-height: 2;
  }


/* ------------------------------------

	Introduction

------------------------------------ */
.introduction{}
.introduction__inner{}
.introduction__profile{}
.introduction__profile__inner{}
.introduction__profile__item{}
.introduction__profile__item__avatar{
  padding: 2.5rem 1.5rem 2rem;
  width: calc(16.875rem + ((1vw - 6px) * 11.7925));/*270px~320px*/
  }
.introduction__profile__item__avatar__block{}
.introduction__profile__item__avatar__thum{}
.introduction__profile__item__avatar__name{}
.introduction__profile__item__avatar__name__inner{}
.introduction__profile__item__avatar__name__job{}
.introduction__profile__item__avatar__name__text{}
.introduction__profile__item__avatar__career__list{}
.introduction__profile__item__avatar__career__list__menu{}
.introduction__profile__item__avatar__career__list__menu:last-of-type{}
.introduction__profile__item__note{
  padding: 2.5rem 1.5rem 2rem;
  width: calc(100% - calc(16.875rem + ((1vw - 6px) * 11.7925)));/*270px~320px*/
  }
.introduction__profile__item__note:after{
  bottom: 0.75rem;
  height: calc(3.75rem + ((1vw - 6px) * 2.3585));/*60px~70px*/
  right: 1rem;
  width: calc(4.375rem + ((1vw - 6px) * 11.7925));/*70px~120px*/
  }
.introduction__profile__item__note__text{}


/* ------------------------------------

	Event

------------------------------------ */
.event{}
.event__head{
  padding: 3rem 0 8rem;
  }
.event__head:before{}
.event__body{
  margin: -4rem 0 0;
  }
.event__point{}
.event__point__inner{}
.event__point__item{}
.event__point__item__figure{}
.event__visual{}
.event__visual:after{}
.event__visual__outer{}
.event__visual__inner{}
.event__visual__figure{  
  margin: 0 2.5rem 2.5rem 0;
  width: calc((100% - calc(2.5rem * 1)) / 2);
  }
.event__visual__figure:nth-last-of-type(-n+2){
  margin: 0 2.5rem 0 0;
}
.event__visual__figure:nth-of-type(2n){
  margin: 0;
  }
.event__visual__figure__image{
  border-radius: 15px;
  }
.event__visual__figure__caption{}


/* ------------------------------------

	Contact

------------------------------------ */
.contact{}
.contact__inner{}
.contact__item{}
.contact__item__title{
  font-size: 1.5rem;
  }
.contact__item__list{}
.contact__item__list__menu{}


}/* /min-width: 600px */



/* ------------------------------------

	PC-Mode

------------------------------------ */
@media screen and (min-width: 1025px) {
.ulContents{
  margin: 0 0 6.25rem;
  padding: 8rem 0 6.25rem;
  }
.ulContents:before{}
.ulMainvisual__outer{}

.pageAnchor{
  margin: 0 0 3.75rem;
  }
.pageAnchor__list__item{}
.pageAnchor__list.style-col3 .pageAnchor__list__item:nth-of-type(3n){
  margin: 0;
}

.pageSectionTitle{
  font-size: 2.5rem;
  letter-spacing: 4px;
  margin: 0 0 2em;
  }
.event .pageSectionTitle{
  letter-spacing: 0;
  margin: 0;
}
.pageSectionTitle:after{
  bottom: -2rem;
  height: 23px;
  width: 196px;
  }

/* ------------------------------------

	About

------------------------------------ */
.about{}
.about__outer{}
.about__inner{
  padding: 5.625rem 6.25rem 4.375rem;
  }
.about__catch{
  font-size: 1.875rem;
  letter-spacing: 3px;
  line-height: 1.6;
  margin: 0 0 1.5em;
  }
.about__logo{
  margin: 0 0 3rem;
  }
.about__logo__note{}
.about__logo__block{
  margin: 1.5rem 0;
  padding: 2.5rem 0;
  }
.about__logo__block:before,
.about__logo__block:after{}
.about__logo__block:before{}
.about__logo__block:after{}
.about__logo__text{}
.about__logo__image{
  max-width: 690px;
  }
.about__intro{
  margin: 0 0 5rem;
  }
.about__intro__figure{
  margin: 0 0 3.75rem;
  }
.about__intro__note{}
.about__intro__note__text{
  margin: 0 0 2em;
  }
.about__desc{}
.about__desc__item{
  border-radius: 15px;
  margin: 0 0 2.5rem;
  padding: 2.75rem 3rem 1.75rem
  }
.about__desc__item__theme{
  border-radius: calc(40px / 2);
  font-size: 1.25rem;
  height: 40px;
  line-height: 1;
  top: calc((40px / 2) * -1);
  width: 450px;
  }
.about__desc__item__note{}


/* ------------------------------------

	Introduction

------------------------------------ */
.introduction{
  margin: 0 0 10rem;
  }
.introduction__inner{}
.introduction__profile{}
.introduction__profile__inner{}
.introduction__profile__item{
  border: 2px rgba(232,113,9,1.00) solid;
  }
.introduction__profile__item__avatar{
  padding: 3.125rem 4.375rem 3.125rem;
  width: 440px;
  }
.introduction__profile__item__avatar__block{}
.introduction__profile__item__avatar__thum{
  margin: 0 1.5625rem 0 0;
  width: 140px;
  }
.introduction__profile__item__avatar__name{
  width: calc((100% - 1.5625rem) - 140px);
  }
.introduction__profile__item__avatar__name__inner{}
.introduction__profile__item__avatar__name__job{
  font-size: 1.125rem;
  }
.introduction__profile__item__avatar__name__text{
  font-size: 1.5rem;
  }
.introduction__profile__item__avatar__career__list{
  margin: 1.875rem 0 0;
  padding: 1.75rem 0 0;
  }
.introduction__profile__item__avatar__career__list__menu{}
.introduction__profile__item__avatar__career__list__menu:last-of-type{}
.introduction__profile__item__note{
  padding: 3.125rem 4.375rem 3.125rem;
  width: calc(100% - 440px);
  }
.introduction__profile__item__note:after{
  bottom: 2rem;
  height: 96px;
  right: 3.125rem;
  width: 157px;
  }
.introduction__profile__item__note__text{
  font-size: 1.125rem;
  line-height: 2.2;
  }


/* ------------------------------------

	Event

------------------------------------ */
.event{}
.event__head{
  padding: 5rem 0 25rem;
  }
.event__head:before{
  height: 60px;
  top: calc(-60px + 1px);
  }
.event__body{
  margin: -19.6875rem 0 0;
  }
.event__point{}
.event__point__inner{}
.event__point__item{
  border: 2px rgba(232,113,9,1.00) solid;
  padding: 5.625rem 6.25rem 4.375rem;
  }
.event__point__item__figure{}
.event__visual{
  padding: 6.25rem 0 3.75rem;
  }
.event__visual:after{
  height: 237px;
  }
.event__visual__outer{}
.event__visual__inner{}
.event__visual__figure{
  margin: 0 2.5rem 0 0;
  width: calc((100% - calc(2.5rem * 3)) / 4);
  }
.event__visual__figure:nth-last-of-type(-n+2){
  margin: 0 2.5rem 0 0;
}
.event__visual__figure:nth-of-type(2n){
  margin: 0 2.5rem 0 0;
  }
.event__visual__figure:nth-of-type(4n){
  margin: 0;
  }
.event__visual__figure__image{}
.event__visual__figure__caption{}


/* ------------------------------------

	Contact

------------------------------------ */
.contact{
  padding: 6.25rem 0 0;
  }
.contact__inner{}
.contact__item{
  border: 2px rgba(232, 113, 9, 1.00) solid;
  padding: 4.0625rem 6.25rem 3.75rem;
  }
.contact__item__title{
  font-size: 1.875rem;
  margin: 0 0 1em;
  padding: 0 0 1em;
  }
.contact__item__list{
  padding: 0 1.25rem 2rem;
}
.contact__item__list:last-child{
  padding: 0 1.25rem;
}
.contact__item__list__menu{
  font-size: 1.125rem;
  }
.contact__item__list__menu::marker{
  font-size: 1.25rem;
}


}/* /min-width: 1025px */


/* ------------------------------------

	PC-Mode > Irregular

------------------------------------ */
@media screen and (min-width: 1366px) {
.ulContents{
  padding: 12.5rem 0 6.25rem;
  }
.ulContents:before{
  height: 100%;
  }
.ulMainvisual__outer{
  max-width: inherit;
  }

}/* /min-width: 1366px */

/* ------------------------------------

	PC-Mode > Irregular

------------------------------------ */
@media screen and (min-width: 1680px) {
.ulMainvisual__outer{
  padding: 0;
  max-width: 1400px;
  }
}/* /min-width: 1680px */