@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap");
body {
  background: #e8ec8f;
  font-size: 4vw;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

#symposium-lp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  background: url("img-symposium/yanagi01.png") no-repeat right 100vw/70% auto;
  letter-spacing: .2rem;
  font-size: 3vw;
}

@media only screen and (min-width: 768px) {
  #symposium-lp {
    background: url("img-symposium/yanagi01.png") no-repeat right top 10%/38% auto;
    font-size: 1.5rem;
  }
}

#symposium-lp .catch {
  margin: 100px auto 40px;
  width: 83%;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .catch {
    width: 67%;
    margin: 7vw auto;
  }
}

@media only screen and (min-width: 1025px) {
  #symposium-lp .catch br {
    display: none;
  }
}

#symposium-lp .catch h2 {
  font-size: 6.5vw;
  margin-bottom: 20px;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .catch h2 {
    font-size: 4.4rem;
    margin-bottom: 2vw;
  }
}

#symposium-lp .catch .txt {
  font-size: 3.5vw;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .catch .txt {
    font-size: 2rem;
  }
}

#symposium-lp #bg-gray {
  background: #ecece3;
}

#symposium-lp .mv img {
  width: 100%;
}

#symposium-lp .sc-container {
  background: url(img-symposium/bg01.png) no-repeat center 60%;
  background-size: contain;
  padding-bottom: 7vw;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .sc-container {
    background: url(img-symposium/bg01.png) no-repeat center bottom 250px;
  }
}

#symposium-lp .sc-wrap {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  border: 2px solid #d57e3a;
  max-width: 1000px;
  margin: auto;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  padding: 50px 0;
  width: 90%;
}

#symposium-lp .sc-wrap-inner dl {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .sc-wrap-inner dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

#symposium-lp .sc-wrap-inner dl dt {
  background: #d57e3a;
  color: #FFFFFF;
  width: 250px;
  height: 40px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 5vw;
  font-weight: 500;
  margin-right: 50px;
  padding-left: 30px;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .sc-wrap-inner dl dt {
    font-size: 2.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    height: 55px;
    width: 300px;
  }
}

#symposium-lp .sc-wrap-inner dl dt span {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 15px solid #f6f8d7;
  border-left: 0;
  position: absolute;
  right: -1px;
  display: block;
  top: 0;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .sc-wrap-inner dl dt span {
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 20px solid #f6f8d7;
  }
}

#symposium-lp .sc-wrap-inner dl dt::before {
  content: "";
  display: block;
  background: url(img-symposium/frame.svg) no-repeat;
  position: absolute;
  left: -7px;
  top: 0px;
  width: 10px;
  height: 46px;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .sc-wrap-inner dl dt::before {
    height: 66px;
    left: -10px;
  }
}

#symposium-lp .sc-wrap-inner dl dd {
  padding-left: 60px;
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .sc-wrap-inner dl dd {
    padding: 0;
  }
}

#symposium-lp .sc-wrap-inner .time dd {
  font-size: 4vw;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .sc-wrap-inner .time dd {
    font-size: 2.3rem;
  }
}

#symposium-lp .sc-wrap-inner .time dd span {
  font-size: 7vw;
  line-height: 1;
  font-weight: 600;
  display: block;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .sc-wrap-inner .time dd span {
    font-size: 3.5rem;
  }
}

#symposium-lp .sc-wrap-inner .place dd {
  font-size: 5vw;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .sc-wrap-inner .place dd {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 768px) {
  #symposium-lp .sc-wrap-inner .place dd br {
    display: none;
  }
}

#symposium-lp .sc-wrap-inner .pg dd {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3vw;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .sc-wrap-inner .pg dd {
    font-size: 2.3rem;
  }
}

#symposium-lp .sc-wrap-inner .pg dd span.main-txt {
  font-size: 6vw;
  font-weight: 600;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .sc-wrap-inner .pg dd span.main-txt {
    font-size: 3.5rem;
  }
}

#symposium-lp .sc-wrap-inner .pg dd span.txt {
  text-align: center;
  padding-left: 20px;
}

#symposium-lp .sc-wrap .time-wrap {
  position: relative;
  margin-left: 40px;
  margin-right: 20px;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .sc-wrap .time-wrap {
    margin-left: 130px;
  }
}

#symposium-lp .sc-wrap .time-wrap::after {
  content: "";
  display: block;
  width: 2px;
  height: 85%;
  background: #d57e3a;
  position: absolute;
  top: 0;
  left: 10px;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .sc-wrap .time-wrap::after {
    left: 13px;
    height: 90%;
  }
}

@media only screen and (min-width: 1025px) {
  #symposium-lp .sc-wrap .time-wrap::after {
    height: 95%;
  }
}

#symposium-lp .sc-wrap .time-wrap dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

#symposium-lp .sc-wrap .time-wrap dl dt {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #d57e3a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 4vw;
  color: #FFFFFF;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .sc-wrap .time-wrap dl dt {
    font-size: 2rem;
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
}

#symposium-lp .sc-wrap .time-wrap dl dd {
  width: 90%;
  font-weight: 600;
  font-size: 4vw;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .sc-wrap .time-wrap dl dd {
    font-size: 2rem;
    width: 100%;
  }
}

#symposium-lp .sc-wrap .time-wrap dl dd span {
  font-size: 3vw;
  font-weight: 500;
  line-height: 1.3;
  display: block;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .sc-wrap .time-wrap dl dd span {
    font-size: 1.4rem;
    display: inline;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 768px) {
  #symposium-lp .sc-wrap .time-wrap dl dd span br {
    display: none;
  }
}

#symposium-lp .sc-wrap .time-wrap dl dd span a {
  color: #d57e3a;
}

#symposium-lp .ad-info {
  background: #ecece3;
  position: relative;
}

#symposium-lp .ad-info .tit-info {
  background: url(img-symposium/wave_sp.png) no-repeat center center;
  background-size: cover;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .ad-info .tit-info {
    background: url(img-symposium/wave.png) no-repeat center top;
  }
}

#symposium-lp .ad-info .tit-info .txt-ad {
  font-size: 3.5vw;
  margin-top: 20px;
  margin-bottom: 80px;
  line-height: 2.2;
  margin-bottom: 100px;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .ad-info .tit-info .txt-ad {
    font-size: 2.7rem;
    line-height: unset;
    margin-bottom: 10vw;
    margin-top: 50px;
  }
}

#symposium-lp .ad-info .tit-info h3 {
  padding-top: 80px;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .ad-info .tit-info h3 {
    padding-top: 0;
  }
}

#symposium-lp .ad-info .tit-info h3 img {
  width: 200px;
  position: relative;
  top: -20px;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .ad-info .tit-info h3 img {
    width: auto;
    position: relative;
    top: unset;
  }
}

#symposium-lp .ad-info .yanagi02 {
  position: absolute;
  left: 0;
  top: -120px;
  width: 55%;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .ad-info .yanagi02 {
    width: 35%;
    top: 0;
  }
}

#symposium-lp .ad-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1330px;
  margin: auto;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .ad-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    width: 90%;
  }
}

#symposium-lp .ad-column .ad-l {
  width: 80%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .ad-column .ad-l {
    width: 40%;
    margin: unset;
  }
}

#symposium-lp .ad-column .ad-l .ad-l-inner {
  background: #006636;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  border-radius: 20px;
  padding: 25px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .ad-column .ad-l .ad-l-inner {
    padding: 50px;
  }
}

#symposium-lp .ad-column .ad-l .pic {
  width: 45%;
  margin: auto;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .ad-column .ad-l .pic {
    width: 55%;
  }
}

#symposium-lp .ad-column .ad-l .job {
  font-size: 4vw;
  margin: 10px;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .ad-column .ad-l .job {
    font-size: 2rem;
  }
}

#symposium-lp .ad-column .ad-l dl {
  border-top: 1px dotted #FFFFFF;
}

#symposium-lp .ad-column .ad-l dl dt {
  text-align: center;
  font-size: 4vw;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .ad-column .ad-l dl dt {
    font-size: 2rem;
  }
}

#symposium-lp .ad-column .ad-l dl dt span {
  font-size: 7vw;
  letter-spacing: .5rem;
  margin-left: 5px;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .ad-column .ad-l dl dt span {
    font-size: 3.5rem;
    margin-right: 15px;
  }
}

#symposium-lp .ad-column .ad-l dl dd {
  font-size: 3vw;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .ad-column .ad-l dl dd {
    font-size: 1.4rem;
    mask-type: 10px;
  }
}

@media only screen and (min-width: 768px) {
  #symposium-lp .ad-column .ad-r {
    width: 60%;
  }
}

#symposium-lp .ad-column .ad-r .ad-r-inner {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .ad-column .ad-r .ad-r-inner {
    width: 130%;
    position: relative;
    margin-left: -30%;
  }
}

#symposium-lp .ad-column .ad-r .ad-r-inner .name {
  font-size: 5vw;
  text-align: center;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  letter-spacing: .5rem;
  color: #006636;
  position: relative;
  top: 20px;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .ad-column .ad-r .ad-r-inner .name {
    font-size: 3rem;
    padding: 0px 0px 0px 34%;
    text-align: left;
    top: 100px;
  }
}

@media only screen and (min-width: 1025px) {
  #symposium-lp .ad-column .ad-r .ad-r-inner .name {
    font-size: 4.5rem;
  }
}

#symposium-lp .ad-column .ad-r .ad-r-inner .exp {
  background: #FFFFFF;
  border-top: 2px solid #006636;
  border-bottom: 2px solid #006636;
  padding: 120px 50px 50px;
  font-size: 3vw;
  position: relative;
  margin-top: -80px;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .ad-column .ad-r .ad-r-inner .exp {
    font-size: 1.6rem;
    padding: 50px 50px 50px 30%;
    border-radius: 30px;
    border: 3px solid #006636;
    margin-top: 100px;
  }
}

#symposium-lp .ad-column:nth-child(odd) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .ad-column:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
}

#symposium-lp .ad-column:nth-child(odd) .ad-r-inner {
  margin-left: 0;
}

#symposium-lp .ad-column:nth-child(odd) .ad-r-inner .exp {
  padding: 120px 50px 50px;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .ad-column:nth-child(odd) .ad-r-inner .exp {
    padding: 50px 30% 50px 50px;
  }
}

@media only screen and (min-width: 768px) {
  #symposium-lp .ad-column:nth-child(odd) .ad-r-inner .name {
    padding: 0px 0px 0px 34%;
  }
}

@media only screen and (min-width: 768px) {
  #symposium-lp .ad-column:nth-child(odd) .ad-r-inner .name.chiba {
    padding: 0px 0px 0px 24%;
  }
}

#symposium-lp .reserve {
  background: #d57e3a;
  color: #FFFFFF;
  max-width: 1000px;
  width: 90%;
  margin: 100px auto 0;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 25px;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .reserve {
    margin: 200px auto 0;
    padding: 50px;
    border-radius: 30px;
  }
}

#symposium-lp .reserve h4 {
  font-size: 7vw;
  font-weight: 600;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .reserve h4 {
    font-size: 5rem;
    margin-bottom: 30px;
  }
}

.sc-container .btn-more{
	width: 300px;
	margin: 30px auto 0;
}
@media only screen and (min-width: 768px) {
	.sc-container .btn-more{
		width: 530px;
		margin: 50px auto 0;
	}
}

#symposium-lp .reserve .btn-more a,
.sc-container .btn-more a {
  display: block;
  width: 300px;
  background: #FFFFFF;
  color: #d57e3a;
  font-size: 4.5vw;
  font-weight: 500;
  border-radius: 100px;
  text-align: center;
  padding: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sc-container .btn-more a{
  font-size: 2.0rem;
  border: 1px solid #d57e3a;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .reserve .btn-more a,
  .sc-container .btn-more a {
    width: 530px;
    font-size: 3.5rem;
  }
  .sc-container .btn-more a{
	font-size: 2.5rem;
  }
}

#symposium-lp .reserve .btn-more a::after,
.sc-container .btn-more a::after {
  content: "";
  display: block;
  background: url(img-symposium/arrow.svg) no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 20px;
}
.sc-container .btn-more a::after{
	transform: rotate(90deg);
}

@media only screen and (min-width: 768px) {
  #symposium-lp .reserve .btn-more a::after,
  .sc-container .btn-more a::after {
    width: 30px;
    height: 30px;
  }
  .sc-container .btn-more a::after {
    width: 24px;
    height: 24px;
  }
}

#symposium-lp .reserve .btn-more a:hover,
.sc-container .btn-more a:hover{
  background: #d53d3a;
  color: #FFFFFF;
}

#symposium-lp .reserve .btn-more a:hover::after,
.sc-container .btn-more a:hover::after {
  background: url(img-symposium/arrow_w.svg) no-repeat;
}

#symposium-lp .reserve .txt01 {
  font-size: 4vw;
  font-weight: 500;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .reserve .txt01 {
    font-size: 2.5rem;
  }
}

#symposium-lp .reserve .txt02 {
  text-align: left;
  color: #000000;
  margin-top: 10px;
  font-size: 2.5vw;
  line-height: 1.3;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .reserve .txt02 {
    font-size: 1.5rem;
    line-height: unset;
    margin-top: 30px;
  }
}

#symposium-lp .reserve .label {
  width: 80px;
  margin: 10px auto 0;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .reserve .label {
    width: 140px;
    position: absolute;
    right: 50px;
    top: 120px;
  }
}

#symposium-lp .symposium-footer {
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 50px 0;
  background: url(img-symposium/yanagi03.png) no-repeat right bottom #006636;
  background-size: 60%;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .symposium-footer {
    background: url(img-symposium/yanagi03.png) no-repeat right bottom #006636;
    background-size: auto;
  }
}

#symposium-lp .symposium-footer .footer-inner {
  max-width: 1400px;
  margin: auto;
  width: 90%;
}

@media only screen and (min-width: 1025px) {
  #symposium-lp .symposium-footer .footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 1025px) {
  #symposium-lp .symposium-footer .footer-inner .contact {
    width: 55%;
    border-right: 1px solid #FFFFFF;
    padding-right: 5vw;
  }
}

#symposium-lp .symposium-footer .footer-inner .contact dl dt {
  background: #FFFFFF;
  color: #006636;
  border-radius: 100px;
  font-weight: 600;
  text-align: center;
  font-size: 4vw;
  padding: 5px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .symposium-footer .footer-inner .contact dl dt {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1025px) {
  #symposium-lp .symposium-footer .footer-inner .contact dl dt {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}

#symposium-lp .symposium-footer .footer-inner .contact dl dd {
  text-align: center;
  font-size: 3.5vw;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .symposium-footer .footer-inner .contact dl dd {
    font-size: 2.8rem;
  }
}

#symposium-lp .symposium-footer .footer-inner .contact .tel {
  font-size: 10vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .symposium-footer .footer-inner .contact .tel {
    font-size: 5rem;
  }
}

@media only screen and (min-width: 1025px) {
  #symposium-lp .symposium-footer .footer-inner .contact .tel {
    font-size: 7rem;
  }
}

#symposium-lp .symposium-footer .footer-inner .contact .tel span {
  font-size: 1.6rem;
  display: block;
  font-weight: 400;
}

#symposium-lp .symposium-footer .footer-inner .contact .tel i {
  font-size: 5vw;
  position: relative;
  top: -5px;
  margin-right: 5px;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .symposium-footer .footer-inner .contact .tel i {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 1025px) {
  #symposium-lp .symposium-footer .footer-inner .contact .tel i {
    font-size: 5rem;
    margin-right: 20px;
    top: -2px;
  }
}

#symposium-lp .symposium-footer .footer-inner .contact .add {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #FFFFFF;
}

@media only screen and (min-width: 1025px) {
  #symposium-lp .symposium-footer .footer-inner .contact .add {
    padding-bottom: 0;
    border-bottom: none;
  }
}

@media only screen and (min-width: 1025px) {
  #symposium-lp .symposium-footer .footer-inner .contact .add br {
    display: none;
  }
}

#symposium-lp .symposium-footer .footer-inner .company {
  letter-spacing: .1rem;
  font-size: 2.5vw;
  padding-top: 30px;
  width: 80%;
  margin: auto;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  #symposium-lp .symposium-footer .footer-inner .company {
    font-size: 1.2rem;
    width: 350px;
    margin: auto;
  }
}

@media only screen and (min-width: 1025px) {
  #symposium-lp .symposium-footer .footer-inner .company {
    width: 40%;
    font-size: 1.5rem;
    padding-top: 0;
    margin: 0;
  }
}

#symposium-lp .symposium-footer .footer-inner .company dl {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-img img {
  width: 100%;
}

.effect {
  opacity: 0;
}

.effect.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-01 {
  opacity: 0;
}

.effect-01.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-02 {
  opacity: 0;
}

.effect-02.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-03 {
  opacity: 0;
}

.effect-03.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-04 {
  opacity: 0;
}

.effect-04.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-05 {
  opacity: 0;
}

.effect-05.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-06 {
  opacity: 0;
}

.effect-06.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

.page-id-27141 #header, .page-id-27141 #footer, .page-id-27141 .bnr.content-width, .page-id-27141 #ui-datepicker-div, .page-id-27141 .common_side_btn, .page-id-27141 .yado_form, .page-id-27141 .menu_index {
  display: none;
}
