@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.cdnfonts.com/css/savoye-let');

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

#global_header {
    display: none;
}

main {
width: 100%;
margin: 0 auto;
}

main > *:not(.intro):first-child {
    padding-top: 0;
}
.breadcrumbs {
    display: none;
}
footer {
    display: none;
}
.pg_ttl {
    display: none;
}
.oc_field {
    display: none;
}
#fixed_ao {
    display: none !important;
}
#page_top {
display: none !important;
}
.cta_wrap_short, .sns_p, .sns_icon {
    display: none;
}
#header {
width: 100%;
margin: 0 auto;
}
#header img {
width: 100%;
margin: 0 auto;
}
#footer {
    width: 100%;
    margin: 0 auto;
}
#footer img {
width: 100%;
margin: 0 auto;
}
.footer-bg {
    width: 100%;
    margin: 0 auto;
    height: 200px;
    background-color: #006934;
    position: relative;
}
.footer-bg .gakkou-logo {
    width: 20%;
    margin: 0 auto;
    position: absolute;
    top: -30px;
    left: 40%;
}
.footer-bg .gakkou-logo img {
    width: 100%;
    margin: 0 auto;
}
.lp_bg {
width: 100%;
margin: 0 auto;
background-image: url(/dream-campus/img/xmas-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.xmas_bg {
    width: 100%;
    margin: 0 auto;
    background-image: url(/dream-campus/img/main-bg.svg);
    background-size: contain;
    background-position: center;
    background-repeat: repeat-y;
}
.design_lp{
width: 100%;
margin: 0 auto;
}
.pc{
 display: block;
}
.sp{
 display: none;
}
@media screen and (max-width:767px) {
main > *:not(.intro):first-child {
    padding-top: 0;
}
#fixed_bottom_nav.fadeup {
    display: none;
}
#page_top {
    bottom: 160px !important;
}
.sp_menu_btn{
    display: none;
}
.design_lp {
    width: 100%;
    margin: auto;
}
.pc{
 display: none;
}
.sp{
 display: block;
}
}

/*TOP画像*/
.xmas-fv {
width: 980px;
    margin: 0 auto;
position: relative;
padding: 6em 0 2em 0;
}
.lpimg{
width: 100%;
    margin: 0 auto;
    text-align: center;
    height: auto;
}
.lpimg img{
width: 100%; 
}
.xmas-day {
    width: 25%;
    position: absolute;
    bottom: -150px;
    left: 30px;
}
.xmas-day img {
    width: 100%;
margin: 0 auto;
}
@media screen and (max-width:767px) {
.lp_bg {
height: 100vh;
}
.xmas-fv {
    width: 75%;
    margin: 0 auto;
    position: relative;
    padding-top: 2em;
}
.lpimg img{
width: 100%; 
}
.xmas-day {
    width: 35%;
    position: absolute;
    bottom: -100px;
    left: -10px;
}
.xmas-day img {
    width: 100%;
margin: 0 auto;
}
}

/*背景青*/
.about {
    width: 980px;
    height: 500px;
    margin: 0 auto;
}
.about h2 {
    width: 100%;
    margin: 0 auto;
    font-family: 'Savoye LET', sans-serif;
    text-align: center;
    font-size: 18rem;
    line-height: 1.5;
    padding-top: 0.5em;
}
.about-box {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 10em;
}
.about-box h2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 5rem;
    line-height: 2;
    padding-top: 0.5em;
    color: #073a15;
    font-weight: bolder;
}
.about-box span {
    background-color: #e73828;
    padding: 0.2em 0.1em 0.3em 0.5em;
    color: #f6f9ed;
    line-height: 3;
}
.about-box .about-txt {
    width: 100%;
    margin: 0 auto;
    font-size: 3rem;
    line-height: 2;
    padding-top: 1em;
    color: #604c3f;
    font-weight: bold;
}
.about-box .about-txt span {
    line-height: 2;
    color: #604c3f;
    background:linear-gradient(transparent 60%, #fccf00 60%);
}
.a_menu {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 1em;
}
.a_menu-box {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border: solid 1px #c8c9ca;
    padding: 1em;
    margin-bottom: 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
}
.xmas-deco1 {
    width: 10%;
    margin: 0 auto;
    position: absolute;
    top: -125px;
    left: 45%;
}
.xmas-deco1 img {
    width: 100%;
    margin: 0 auto;
}
.a_box-left {
    width: 30%;
    margin: 0 auto;
    display: inline-block;
    padding: 1em;
}
.a_box-left p {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 2rem;
    padding: 0.5em;
    color: #000000;
    font-weight: bold;
    border: solid 3px #000000;
}
.a_box-left img {
    width: 100%;
    margin: 0 auto;
}
.a_box-right {
    width: 65%;
    margin: 0 auto;
    display: inline-block;
    padding: 1em;
}
.a_box-right h3{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 5rem;
    line-height: 0;
    font-weight: bolder;
    color: #604c3f;
}
.a_box-right p{
    width: 95%;
    margin: 0 auto;
    text-align: left;
    font-size: 2.3rem;
    line-height: 2;
    font-weight: bold;
    color: #604c3f;
    padding-top: 1em;
    padding-left: 5%;
}
.fst-sat{
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    padding: 0 0.4em;
    background-color: #0071bc;
    border-radius: 10px;
}

.ank-box {
    width: 50%;
    margin: 0 auto;
    margin-top: 1em;
}

.ank-btn,
a.ank-btn,
button.ank-btn {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.ank-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #000;
    width: 100%;
    margin: 0 auto;
}

a.ank-flat span {
  position: relative;
  z-index: 1;
}

a.ank-flat:before {
  position: absolute;
  top: 0;
  left: calc(-100% + 10px);

  width: 100%;
  height: 100%;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);

  background: #e73828;
}

a.ank-flat:after {
  position: absolute;
  top: 0;
  right: calc(-100% + 10px);

  width: 100%;
  height: 100%;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);

  background: #e73828;
}

a.ank-flat:hover:before {
  -webkit-transform: translateX(50%) translateY(0);
  transform: translateX(50%) translateY(0);
}

a.ank-flat:hover:after {
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

a.second-color:before {
  background: #379761;
}
a.second-color:after {
  background: #379761;
}

#xmas-raikou {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 1em;
}
.raikou-box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    margin-top: 2em;
}
.raikou-title-img {
    width: 30%;
    margin: 0 auto;
    display: inline-block;
}
.raikou-title-img img {
    width: 100%;
    margin: 0 auto;
}
.raikou-title-txt {
    width: 65%;
    margin: 0 auto;
    display: inline-block;
    margin-left: 5%;
}
.raikou-title-txt p {
    font-size: 4rem;
    line-height: 2;
    font-weight: bolder;
    color: #604c3f;
    margin-bottom: 1em;
}
.raikou-title-txt .pa-h {
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: bolder;
    padding-top: 3em;
    color: #604c3f;
    margin-bottom: 1em;
}
.raikou-title-txt .kome {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: normal;
    color: #604c3f;
    margin-bottom: 1em;
}
.raikou-title-img p {
    text-align: center;
    font-size: 2rem;
    padding: 0.5em;
    color: #000000;
    font-weight: bold;
    border: solid 3px #000000;
    margin-top: 1em;
    margin-bottom: 1em;
}
.raikou-title-txt h4 {
    font-size: 5rem;
    line-height: inherit;
    font-weight: bolder;
    color: #604c3f;
    padding-top: 0.2em;
}
.xmas-time {
    font-size: 4rem;
}
.xmas-time2 {
    font-size: 4rem;
}
.xmas-space {
    font-size: 3rem;
}
.xmas-deco2 {
    width: 15%;
    margin: 0 auto;
    position: absolute;
    top: -80px;
    right: 0;
}
.xmas-deco2 img {
    width: 100%;
    margin: 0 auto;
}
.raikou-n {
    width: 100%;
    margin: 0 auto;
    margin-top: 1em;
}
.raikou-n p {
    font-size: 3rem;
    line-height: 1.5;
    color: #604c3f;
    font-weight: bold;
    margin-bottom: 1em;
}

.husen {
    width: 100%;
    margin: 0 auto;
}
.husen-posi01 {
    margin-bottom: 2em;
    margin-left: 2em;
}
.husen-posi02 {
    margin-bottom: 2em;
    margin-left: 5em;
}
.husen p {
    position: relative;
    padding: 1rem 1rem 1rem 1.5rem;
    background-color: #fccf00;
    font-weight: bold;
    font-size: 3rem;
    width: fit-content;
}
.husen p:before,
.husen p:after {
    position: absolute;
    right: 30px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}

.husen p:before {
    top: 100%;
    margin-right: -10px;
    border-color: transparent;
    border-width: 10px;
    transform: skew(-35deg);
}

.husen p:after {
    top: 99%;
    margin-right: -9px;
    border-color: transparent;
    border-top-color: #fccf00;
    border-right-color: #fccf00;
    border-width: 7px;
    transform: skew(-35deg);
}

#koza-list {
margin-bottom: 4em;
}
.chui-txt {
    color: #e73828;
    font-size: 2rem;
    font-weight: 500;
}
/* アコーディオンメニュー全体のサイズ・位置 */
.ac {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
margin-bottom: 1em;
}

/* クリックしたら表示される領域 */
.ac-child {
  display: none;
  padding: 1em 0;
  text-align: center;
}
.ac-parent {
    position: relative;
    height: 100px;
    background-color: #e73828;
    color: #fff;
    font-size: 6rem;
    cursor: pointer;
    text-align: left;
    padding-left: 0.5em;
    font-weight: bolder;
    border-bottom: solid 4px #f6f9ed;
}
.bg-green {
    background-color: #379761;
}
/* 擬似要素で下三角形を作成
.ac-parent:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 30px;
    width: 20px;
    height: 20px;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    transition: .3s;
}

オープン時にopenクラスを付与 
.ac-parent.open:after {
	transform: rotate(225deg);
}*/

.ac-parent::before,.ac-parent::after  {
    content: '';
    display: inline-block;
    width: 25px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
}
.ac-parent::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.5s;
}
.ac-parent.open::before {
    opacity: 0;
}
.ac-parent.open::after {
    transform: translateY(-50%) rotate(180deg);
}

.gakka-naiyou{
	width: 100%;
	margin: 0 auto;
	margin-top: 2em;
}
.gakka-naiyou ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
}
.gakka-naiyou li {
	width: calc(100% / 3 - 1em );
	display: inline-block;
	border-radius: 10px;
	/*padding: 10px;*/
	margin-bottom: 3em;
	line-height: 1.5;
}
.gakka-naiyou img {
	width: 100%;
	margin: 0 auto;
	/*margin-bottom: 10px;*/
}
.gakka-naiyou h4 {
    width: 100%;
    margin: 0 auto;
    padding: 0.5em;
    background-color: #e73828;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    height: 100px;
}
.gakka-naiyou p {
    width: 100%;
    margin: 0 auto;
    padding: 0.5em;
    background-color: #fff;
    color: #e73828;
    font-size: 1.5rem;
    line-height: 1.5;
   border: solid 2px #e73828;
    height: 150px;
}
.gakka-naiyou span {
    position: relative;
    display: block;
    margin-top: 1em; 
    border: solid 1px #3D4A6A;
    box-shadow: 3px 3px 0 #3D4A6A;
    border-radius: 10vh;
    transition: .3s;
    padding: 0.5em;
}
.gakka-naiyou span:after {
    position: absolute;
    top: 50%;
    right: 10px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
}
.gakka-naiyou span:hover {
    transform: translateY(5px);
    box-shadow: 0 0 0 #3D4A6A;
}

.color02 h4 {
    background-color: #2ea7e0;
}
.color02 p {
    color: #2ea7e0;
   border: solid 2px #2ea7e0;
}
.color03 h4 {
    background-color: #036eb7;
}
.color03 p {
    color: #036eb7;
   border: solid 2px #036eb7;
}
.color04 h4 {
    background-color: #ee8471;
}
.color04 p {
    color: #ee8471;
   border: solid 2px #ee8471;
}
.color05 h4 {
    background-color: #f29600;
}
.color05 p {
    color: #f29600;
   border: solid 2px #f29600;
}
.color06 h4 {
    background-color: #379761;
}
.color06 p {
    color: #379761;
   border: solid 2px #379761;
}
.color07 h4 {
    background-color: #1d2087;
}
.color07 p {
    color: #1d2087;
   border: solid 2px #1d2087;
}
.color08 h4 {
    background-color: #8dc21f;
}
.color08 p {
    color: #8dc21f;
   border: solid 2px #8dc21f;
}
.color09 h4 {
    background-color: #7e308d;
}
.color09 p {
    color: #7e308d;
   border: solid 2px #7e308d;
}
.color10 h4 {
    background-color: #f9be00;
}
.color10 p {
    color: #f9be00;
   border: solid 2px #f9be00;
}

.kugiri {
    width: 980px;
    margin: 7em 0;
}
.kugiri img {
    width: 100%;
    margin: 0 auto;
}
.a_box-right .font-s{
    font-family: 'Savoye LET', sans-serif;
    font-size: 8rem;
    line-height: 0.5;
    font-weight: bolder;
}
.raikou-title-txt .font-s2{
    font-family: 'Savoye LET', sans-serif;
    font-size: 8rem;
    line-height: 0.5;
    font-weight: bolder;
    padding-top: 0.6em;
}
.pa-h{
    padding-top: 2em;
}

.xmas-guest {
    width: 20%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    right: 0;
}
.xmas-guest img {
    width: 100%;
    margin: 0 auto;
}

#xmas-online {
margin-bottom: 4em;
}
.xmas-tokuten {
    position: relative;
}
.tokuten-box {
	width: 980px;
    margin: 5em 0;
}
.tokuten-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}
.tokuten-box li {
	width: calc(100% / 2 - 1.5em );
    background-color: #fff;
    padding: 2em;
    box-shadow: 10px 10px 0 #b7b7b7;
}
.tokuten-box img {
	width: 100%;
	margin: 0 auto;
    margin-bottom: 1em;
}
.tokuten-box h3 {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 2em;
}
.tokuten-box p {
    width: 100%;
    margin: 0 auto;
    color: #073a15;
    font-size: 2.5rem;
    font-weight: bolder;
    line-height: 1.5;
    text-align: center;
}
.tokuten-box span {
    font-size: 1.8rem;
}
.bg-deco {
    width: 980px;
    margin: 0 auto;
    margin-left: 0;
}

.bird {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 1em;
}
#bg-deco {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
}
.deco-line {
    width: 80%;
    margin: 0 auto;
    display: inline-block;
    padding-top: 7em;
}
.deco-bird {
    width: 20%;
    margin: 0 auto;
    display: inline-block;
}
.deco-bird img {
    width: 100%;
    margin: 0 auto;
}
.deco-line svg {
  fill: none;
  stroke: #379761;
stroke-width: 4px;
  stroke-linejoin: round;
  stroke-dasharray: 800px;
  stroke-dashoffset: 800px;
  animation: line_animation 3s both infinite running; /*# 3秒間かけてアニメーションを実行 */
}
@keyframes line_animation {
  0% {
    stroke-dashoffset: 800px; /*# 0秒では間隔を300px */
  }
  100% {
    stroke-dashoffset: 0px; /*# 3秒後に間隔を0px */
  }
}

.txt-deco {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
    font-size: 2.5rem;
    font-weight: bold;
    color: #000000;/*#e73828*/
}
.txt-deco::before {
    margin-right: 20px;
    transform: rotate(-35deg);
}
.txt-deco::after {
    margin-left: 10px;
    transform: rotate(35deg);
}
.txt-deco::before, .txt-deco::after {
    content: '';
    width: 3px;
    height: 30px;
    background-color: #000000;
}

.guest-box{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 3em;
}
.guest-box img{
    width: 100%;
    margin: 0 auto;
    padding-top: 1em;
}
.guest-box h4{
    background-color: #000000;
    padding: 0.5em;
    color: #fff;
    font-weight: 500;
    text-align: left;
    width: fit-content;
    margin-top: 1em;
}
.guest-box h3{
    color: #000;
    font-weight: 700;
    text-align: left;
    margin-top: 0.5em;
    font-size: 3rem;
}
.guest-box span{
    font-weight: 500;
    font-size: 2rem;
}
.guest-box .korabo{
    font-weight: 500;
    font-size: 3rem;
    color: #e73828;
}
.guest-box .g-job{
    font-weight: 500;
}

.guest-box2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 3em;
}
.guest-img{
    width: 30%;
    margin: 0 auto;
    display: inline-block;
}
.guest-txt{
    width: 70%;
    margin: 0 auto;
    display: inline-block;
    padding-left: 5%;
}
.guest-box2 img{
    width: 100%;
    margin: 0 auto;
    padding-top: 1em;
}
.guest-box2 h4{
    background-color: #000000;
    padding: 0.5em;
    color: #fff;
    font-weight: 500;
    text-align: left;
    width: fit-content;
    margin-top: 1em;
}
.guest-box2 h3{
    color: #000;
    font-weight: 700;
    text-align: left;
    margin-top: 0.5em;
    font-size: 3rem;
}
.guest-box2 span{
    font-weight: 500;
    font-size: 2rem;
}
.guest-box2 .korabo{
    font-weight: 500;
    font-size: 3rem;
    color: #e73828;
}
.guest-box2 .g-job{
    font-weight: 500;
}


/*max-width:767px*/

@media screen and (max-width:767px) {
#header {
width: 100%;
margin: 0 auto;
background-image: url(/dream-campus/img/header-bg.svg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 38px;
}
#header img {
/*width: 100%;
margin: 0 auto;*/
    display: none;
}
.about {
    width: 100%;
    height: 360px;
    margin: 0 auto;
}
.about h2 {
    width: 100%;
    margin: 0 auto;
    font-family: 'Savoye LET', sans-serif;
    text-align: center;
    font-size: 9rem;
    line-height: 1.5;
    padding-top: 1.2em;
}
.about-box {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 5em;
}
.about-box h2 {
    font-size: 2rem;
}
.about-box span {
    line-height: 3;
}
.about-box .about-txt {
    width: 90%;
    margin: 0 auto;
    font-size: 1.5rem;
}
.about-box .about-txt span {
    line-height: 2;
}
.a_menu {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 1em;
}
.a_menu-box {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    padding: 0;
}
.xmas-deco1 {
    width: 15%;
    margin: 0 auto;
    position: absolute;
    top: -55px;
    left: 40%;
}
.xmas-deco1 img {
    width: 100%;
    margin: 0 auto;
}
.a_box-left {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    padding: 1em;
}
.a_box-left p {
    width: 100%;
    margin: 0 auto;
    font-size: 2rem;
    padding: 0.5em;
}
.a_box-left img {
    width: 100%;
    margin: 0 auto;
}
.a_box-right {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    padding: 1em;
}
.a_box-right h3{
    width: 100%;
    margin: 0 auto;
    font-size: 4rem;
    line-height: 0;
}
.a_box-right p{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-top: 0;
}
.fst-sat{
    font-size: 1.5rem;
    padding: 0 0.4em;
}

.ank-box {
    width: 100%;
    margin: 0 auto;
    margin-top: 1em;
}

#xmas-raikou {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 0;
}
.raikou-box {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    margin-top: 2em;
}
.raikou-title-img {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}
.raikou-title-img img {
    width: 100%;
    margin: 0 auto;
}
.raikou-title-txt {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    z-index: 1;
}
.raikou-title-txt p {
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: bolder;
    color: #604c3f;
    padding-top: 1em;
    margin-bottom: 0;
}
.raikou-title-txt .kome {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: normal;
    color: #604c3f;
    padding-top: 0;
    margin-bottom: 1em;
}
.raikou-title-txt .pa-h {
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: bolder;
    padding-top: 1em;
    color: #604c3f;
    margin-bottom: 0;
}
.raikou-title-img p {
    text-align: center;
    font-size: 1.8rem;
    padding: 0.5em;
    color: #000000;
    font-weight: bold;
    border: solid 3px #000000;
    margin-top: 1em;
    margin-bottom: 1em;
}
.raikou-title-txt h4 {
    font-size: 3.5rem;
    padding-top: 0;
}
.xmas-time {
    font-size: 3.5rem;
}
.xmas-time2 {
    font-size: 2rem;
}
.xmas-deco2 {
    width: 20%;
    margin: 0 auto;
    position: absolute;
    top: 120px;
    right: -20px;
    z-index: 0;
}
.xmas-deco2 img {
    width: 100%;
    margin: 0 auto;
}
.raikou-n {
    width: 100%;
    margin: 0 auto;
    margin-top: 1em;
}
.raikou-n p {
    font-size: 1.8rem;
    margin-bottom: 1em;
}

.husen {
    width: 100%;
    margin: 0 auto;
}
.husen-posi01 {
    margin: 0 auto;
    margin-bottom: 2em;
}
.husen-posi02 {
    margin: 0 auto;
    margin-bottom: 2em;
}
.husen p {
    position: relative;
    padding: 1rem 1rem 1rem 1.5rem;
    background-color: #fccf00;
    font-weight: bold;
    font-size: 2rem;
    width: fit-content;
}
.husen p:before,
.husen p:after {
    position: absolute;
    right: 30px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}

.husen p:before {
    top: 100%;
    margin-right: -10px;
    border-color: transparent;
    border-width: 10px;
    transform: skew(-35deg);
}

.husen p:after {
    top: 99%;
    margin-right: -9px;
    border-color: transparent;
    border-top-color: #fccf00;
    border-right-color: #fccf00;
    border-width: 7px;
    transform: skew(-35deg);
}

#koza-list {
margin-bottom: 4em;
}
.chui-txt {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    font-size: 2rem;
}
/* アコーディオンメニュー全体のサイズ・位置 */
.ac {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 1em;
}

/* クリックしたら表示される領域 */
.ac-child {
  display: none;
  padding: 1em 0;
  text-align: center;
}
.ac-parent {
position: relative;
    height: 75px;
    font-size: 4rem;
    padding-left: 0.5em;
}
.bg-green {
    background-color: #379761;
}
.ac-parent::before,.ac-parent::after  {
    content: '';
    display: inline-block;
    width: 20px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
}
.ac-parent::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.5s;
}
.ac-parent.open::before {
    opacity: 0;
}
.ac-parent.open::after {
    transform: translateY(-50%) rotate(180deg);
}
.gakka-naiyou{
	width: 100%;
	margin: 0 auto;
	margin-top: 2em;
}
.gakka-naiyou ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
}
.gakka-naiyou li {
    width: calc(100% / 1);
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 2em;
    line-height: 1.5;
}
.gakka-naiyou img {
	width: 100%;
	margin: 0 auto;
}
.gakka-naiyou h4 {
    width: 100%;
    margin: 0 auto;
    padding: 0.5em;
    font-size: 1.6rem;
    height: inherit;
}
.gakka-naiyou p {
width: 100%;
    margin: 0 auto;
    padding: 0.5em 0.5em 1em;
    font-size: 1.4rem;
    line-height: 1.5;
    height: inherit;
}

.kugiri {
    width: 85%;
    margin: 2em auto;
}
.kugiri img {
    width: 100%;
    margin: 0 auto;
}
.a_box-right .font-s{
    font-family: 'Savoye LET', sans-serif;
    font-size: 5rem;
    line-height: normal;
    font-weight: bolder;
}
.raikou-title-txt .font-s2{
    font-family: 'Savoye LET', sans-serif;
    font-size: 6rem;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
}
.pa-h{
    padding-top: 2em;
}

.xmas-guest {
    width: 50%;
    margin: 0 auto;
    position: static;
}
.xmas-guest img {
    width: 100%;
    margin: 0 auto;
}

#xmas-online {
margin-bottom: 4em;
}

.tokuten-box {
    width: 80%;
    margin: 0 auto;
}
.tokuten-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}
.tokuten-box li {
	width: calc(100% / 1);
    padding: 1em;
    margin-bottom: 2em;
}
.tokuten-box img {
	width: 100%;
	margin: 0 auto;
    margin-bottom: 1em;
}
.tokuten-box h3 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1em;
}
.tokuten-box p {
    font-size: 2rem;
}
.tokuten-box span {
    font-size: 1.6rem;
}
#footer {
width: 100%;
margin: 0 auto;
background-image: url(/dream-campus/img/footer-bg.svg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 38px;
}
#footer img {
/*width: 100%;
margin: 0 auto;*/
    display: none;
}
.footer-bg {
    width: 100%;
    margin: 0 auto;
    height: 200px;
    position: relative;
}
.footer-bg .gakkou-logo {
    width: 50%;
    margin: 0 auto;
    position: absolute;
    top: 20px;
    left: 25%;
}
.footer-bg .gakkou-logo img {
    width: 100%;
    margin: 0 auto;
}

.bg-deco {
    width: 100%;
    margin: 0 auto;
    margin-left: 0;
}
.bird {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 1em;
}
#bg-deco {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
}
.deco-line {
    width: 80%;
    margin: 0 auto;
    display: inline-block;
    padding-top: 2em;
}
.deco-bird {
    width: 20%;
    margin: 0 auto;
    display: inline-block;
}
.deco-bird img {
    width: 100%;
    margin: 0 auto;
}
.deco-line svg {
  fill: none;
  stroke: #379761;
stroke-width: 4px;
  stroke-linejoin: round;
  stroke-dasharray: 100%;
  stroke-dashoffset: 100%;
  animation: line_animation 3s both infinite running; /*# 3秒間かけてアニメーションを実行 */
}
@keyframes line_animation {
  0% {
    stroke-dashoffset: 100%; /*# 0秒では間隔を300px */
  }
  100% {
    stroke-dashoffset: 0; /*# 3秒後に間隔を0px */
  }
}

.guest-box{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 3em;
}
.guest-box img{
    width: 100%;
    margin: 0 auto;
}
.guest-box h4{

}
.guest-box h3{
    font-size: 2.5rem;
}
.guest-box span{
    font-size: 1.5rem;
}
.guest-box .korabo{
    font-size: 2.5rem;
}

.guest-box2{
    width: 100%;
    margin-bottom: 2em;
}
.guest-img{
    width: 100%;
    margin: 0 auto;
    display: block;
}
.guest-txt{
    width: 100%;
    margin: 0 auto;
    display: block;
    padding-left: 0%;
}
.guest-box2 img{
    width: 100%;
    margin: 0 auto;
}
.guest-box2 h4{

}
.guest-box2 h3{
    font-size: 2.5rem;
}
.guest-box2 span{
    font-size: 1.5rem;
}
.guest-box2 .korabo{
    font-size: 2.5rem;
}

}

/*フローティング*/
.floating-banner {
    width: 100%;
    margin: 0 auto;
position: fixed;
    bottom: 0;
    z-index: 999;
    background: rgba(19,174,103,0.3);
backdrop-filter: blur(5px);
    display: flex;
    justify-content: space-around;
    padding-top: 1em;
    padding-bottom: 1em;
}
.floating-box {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.floating-banner__image,.floating-banner__image_pc {
  max-width: 100%; 
}
.cta_wrap_short{
display: none;
}
.floating-banner__image{
display: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.floating-btn,
a.floating-btn,
button.floating-btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.floating-btn-border {
  margin-bottom: 12px;
  padding: 0;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  border-radius: 0;
    width: calc(100% / 2 - 2em);
}

a.floating-btn-border span {
  position: relative;

  display: block;

  padding: 1.25rem 3rem;

  color: #fff;
  border: 2px solid #073a15;
  border-radius: 0.5rem;
  background: #e73828;
}

a.floating-btn-border:before {
  position: absolute;
  bottom: -8px;
  left: 0;

  display: block;

  width: 100%;
  height: 14px;

  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  border: 2px solid #073a15;
  border-top: 1px solid #073a15;
  border-radius: 0 0 0.5rem 0.5rem;
  background-image: -webkit-repeating-linear-gradient(
    135deg,
    #073a15,
    #073a15 1px,
    transparent 2px,
    transparent 5px
  );
  background-image: repeating-linear-gradient(
    -45deg,
    #073a15,
    #073a15 1px,
    transparent 2px,
    transparent 5px
  );
  background-size: 7px 7px;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
}
a.floating-btn-border span:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}
a.floating-btn-border:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}

a.floating-btn-border:hover:before {
  bottom: -5px;
}

a.floating-btn-border:active {
  -webkit-transform: translate(0, 7px);
  transform: translate(0, 7px);
}

a.floating-btn-border:active:before {
  bottom: -1px;
}
/*.floating-button{
display: block;
    width: 50vw;
    max-width: 500px;
    font-weight: 700;
    padding: 10px 50px 10px 20px;
    border-radius: 9999px;
}*/

.modal .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
/* モーダルを開くボタン */
.modal__trigger {
  cursor: pointer;
  width: 100%;
}

/* モーダル本体 */
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.modal__layer {
  height: 100%;
  background: rgba(7,58,21, 0.85);
  cursor: pointer;
}
.modal__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(100% - 40px, 1000px);
    height: calc(100% - 40px);
    padding: 1em;
    background: #fff;
}
.modal__inner {
  position: relative;
  overflow-y: scroll;
  height: 100%;
  padding: 5em 0.5em 1em 0.5em;
}
.modal__content h2 {
  display: table;
  margin: 0 0 30px;
  padding: 0 0 10px!important;
  font-size: 2.2rem;
  line-height: 1.5;
  border-bottom: 1px solid #CD3074;
}
.modal__content h3 {
    display: block;
    font-size: 2.0rem;
    color: #333333;
    padding: 10px 22px;
    margin: 0 0 45px;
    background: #F7F5F6;
    border-left: 5px solid #DE0975;
    border-bottom: none;
    text-align: left;
    font-weight: normal;
}
.modal__content p {
    font-size: 14px;
    margin-bottom: 3em;
}

/* モーダルを閉じるボタン */
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgb(7,58,21);
  cursor: pointer;
  transition: opacity 0.6s;
}
.modal__close:hover {
  opacity: 0.6;
}
.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}
.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダル内のコンテンツ */
.modal__content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}
.modal__content li {
	width: calc(100% / 3 - 1em );
    padding: 1em;
    box-shadow: none;
}
.modal__content img {
	width: 100%;
	margin: 0 auto;
    margin-bottom: 1em;
}
.modal__content p {
    width: 100%;
    margin: 0 auto;
    color: #000000;
    font-size: 1.3rem;
    font-weight: bolder;
    line-height: 1.5;
    text-align: center;
}

@media screen and (max-width:767px) {
.floating-button{
    max-width: 380px;
    padding: 10px 6px;
    width: auto;
}
.floating-banner {
    width: 100%;
}
.floating-box {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
}
a.floating-btn-border {
    width: calc(100% / 1 - 1em);
    margin-bottom: 1em;
}
.floating-banner__image_pc {
/*display: none;*/
}
/*.floating-banner__image {
display: block;
}*/
.thumb_cont_list.column_2 > li .ttl {
    margin: 5px 0 8px;
}
.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(100% - 10px, 1000px);
  height: calc(100% - 10px);
  padding: 0;
  background: #fff;
}
.modal__content li {
	width: calc(100% / 2);
    padding: 0.5em;
    box-shadow: none;
}
}

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.coming_box {
animation-name:fadeinAnime3;
  padding: 10px;
  animation: fadeIn 5s ease 2s 1 normal backwards;
}
 
@keyframes fadeinAnime3 {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.delay-time1{
animation-delay: 1s;
}
/*========= 1文字ずつ出現させるためのCSS ===============*/

.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}

/*page-top*/
#xmas-page-top{
  width: 90px;
  height: 100px;
  position: fixed;
  right: 0;
  bottom: 100px;
}
#xmas-page-top a{
  position: relative;
  display: block;
  width: 90px;
  height: 100px;
  text-decoration: none;
}
#xmas-page-top img{
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  margin: auto;
    filter: drop-shadow(3px 3px 1px #006934);
}
#xmas-page-top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -150px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  text-shadow: 1px 1px 1px #006934, -1px -1px 1px #006934, -1px 1px 1px #006934, 1px -1px 1px #006934, 1px 0 1px #006934, -1px 0 1px #006934, 0 1px 1px #006934, 0 -1px 1px #006934;
  /*text-shadow: 1px 2px 0 BLACK;*/
}
#xmas-page-top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 1px #006934, -1px -1px 1px #006934, -1px 1px 1px #006934, 1px -1px 1px #006934, 1px 0 1px #006934, -1px 0 1px #006934, 0 1px 1px #006934, 0 -1px 1px #006934;
  /*text-shadow: 1px 2px 0 BLACK;*/
}

.fadeinElem {
    transition: all 600ms ease-out;
}
.fadeinElem.toUp {
    transform: translateY( 15px );
    opacity: 0;
}
.fadeinElem.toLeft {
    transform: translateX( -15px );
    opacity: 0;
}
.fadeinElem.toRight {
    transform: translateX( 15px );
    opacity: 0;
}
.fadeinElem.show {
    transform: translate( 0 );
    opacity: 1;
}

/*アニメーション*/
.copy-txt{
  width: 100%;
  margin: 0 auto;
}

/*アニメーション*/
.animation{
  animation: dokundokun 1300ms ease infinite;
}

@keyframes dokundokun {
  0%  { transform: scale(1); }
  15% { transform: scale(1.2); }
  30% { transform: scale(1); }
  45% { transform: scale(1.2); }
  70% { transform: scale(1); }
}

/* solid004 */
.modal__trigger p {
position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #e73828;
    border-radius: 8px;
    border-bottom: solid 5px #aa0800;
    margin-top: 1em;
}
.modal__trigger p:hover {
    border-bottom: solid 2px #aa0800;
    transform: translateY(3px);
}

@media screen and (max-width:767px) {
.copy-txt{
  width: 80%;
  margin: 0 auto;
}
.txt-deco{
    font-size: 2rem;
}
#xmas-page-top {
    bottom: 170px;
}
}