@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans+JP:wght@300;400;500;700;900&family=Oswald:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.oc * {
  box-sizing: border-box;
}



main[class*=oc_new] {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}
main[class*=oc_new] section {
	position: relative;
	z-index: 0;
}
main[class*=oc_new] .oswald {
  font-family: 'Oswald', sans-serif;
}
main[class*=oc_new] .contents__inner {
  padding-block: 5rem;
}
main[class*=oc_new] .contents__block {
  margin: 0 auto;
  width: calc(100% - (100vw / (1366 / 220)));
  max-width: 1120px;
}
main[class*=oc_new] h1 img {
  width: 100%;
}
main[class*=oc_new] p {
  color: #000;
  font-size: clamp(0.8125rem, 0.5287rem + 0.7568vw, 1.5625rem);
  line-height: 1.5;
}
main[class*=oc_new] .headline .hl-txt {
	margin-bottom: 5rem;
	text-align: center;
}
main[class*=oc_new] .headline .hl-txt span {
	color: #000;
	font-size: clamp(28px, 40/1440 * 100vw, 40px);
	font-weight: bold;
	letter-spacing: 0.1em;
	position: relative;
}
main[class*=oc_new] .headline .hl-txt span::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -2rem;
	width: calc(100% + 3rem);
	height: 15px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(248, 187, 0, 1) 35%, rgba(236, 112, 0, 1) 80%, rgba(255, 255, 255, 0) 100%);
	opacity: .5;
	z-index: -1;
}
main[class*=oc_new] .headline .hl-img {
  width: calc(100vw / (1366 / var(--hl-w,1366)));
  max-width: calc(var(--hl-w) * 1px);
  min-width: calc(var(--hl-w) / 2 * 1px);
  margin: 0 auto;
}
main[class*=oc_new] .headline .hl-img img { width: 100%;}

main[class*=oc_new] .content__title {
  /* background-color: #f2f8f9; */
}
main[class*=oc_new] .sec-point {
  /* background-color: #f2f8f9; */
}
main[class*=oc_new] .sec-point img { width: 100%;}
main[class*=oc_new] .sec-point .oc__point {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.4rem;
}
main[class*=oc_new] .sec-point .oc__point p {
	border-left: 2px solid var(--main-color);
	font-size: clamp(0.6875rem, 0.4273rem + 0.6937vw, 1.375rem);
	font-weight: bold;
	margin-top: .5rem;
	padding-left: .5rem;
}
main[class*=oc_new] a:hover span {
	opacity: 1;
}

main[class*=oc_new] .sec01 {
  /* background-color: #f2f8f9; */
}
main[class*=oc_new] .sec01 .oc__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2.5rem;
  margin: 2rem auto 0;
}
main[class*=oc_new] .sec01 .oc__list a {
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  height: 100%;
}
main[class*=oc_new] .sec01 .oc__list a:hover {
  opacity: .7;
}
main[class*=oc_new] .sec01 .oc__list-item__inner {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
main[class*=oc_new] .sec01 .oc__list-item__inner a {
  display: block;
  width: 100%;
  transition: opacity 0.3s ease;
  color: #000;
}
@media (hover: hover) and (pointer: fine) {
  main[class*=oc_new] .sec01 .oc__list-item__inner a:hover {
	opacity: 0.7;
  }
}
main[class*=oc_new] .sec01 .oc__list-item__inner .busIcon {
  position: absolute;
  left: 0;
  width: 40px;
  height: 55px;
  background: url(../img/oc/mark-bus.svg) no-repeat center/cover;
}
main[class*=oc_new] .lead {
  line-height: 1.5;
  text-align: center;
  margin-bottom: 4rem;
}
main[class*=oc_new] .lead p {
  font-size: clamp(0.8125rem, 0.505rem + 0.8199vw, 1.625rem);
}
main[class*=oc_new] .sec01 .oc__list-item h2 {
  color: #000;
  font-size: clamp(25px, 30/1440 * 100vw, 30px);
  font-weight: 500;
  line-height: 1.2;
}
main[class*=oc_new] .sec01 .oc__list-item.oc .date {
  line-height: 1;
}
main[class*=oc_new] .sec01 .oc__list-item .bg_line {
  background:linear-gradient(transparent 60%, #ff6 60%);
}
main[class*=oc_new] .sec01 .oc__list-item .date {
  color: #000;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  font-family: "Barlow", sans-serif;
  font-size: clamp(38px, 40/1440 * 100vw, 40px);
  font-weight: 700;
  line-height: 1.4;
}
main[class*=oc_new] .sec01 .oc__list-item .date .day.--online {
  font-size: clamp(1.3125rem, 1.2652rem + 0.1261vw, 1.4375rem);
}
main[class*=oc_new] .sec01 .oc__list-item .date .week {
  font-size: 50%;
  padding: 0 5px 0 10px;
}
main[class*=oc_new] .sec01 .oc__list-item .date .time {
  font-size: 65%;
}
main[class*=oc_new] .sec01 .oc__list-item  .topics li {
  font-size: clamp(14px, 16/1440 * 100vw, 16px);
  font-weight: bold;
  /* padding-left: .75em; */
  position: relative;
  text-align: left;
}
main[class*=oc_new] .sec01 .oc__list-item  .topics li + li {
  margin-top: 10px;
}
main[class*=oc_new] .sec01 .oc__list-item .img img {
  width: 100%;
}
main[class*=oc_new] .sec01 .oc__list-item .tag {
	display: grid;
	gap: 5px;
	grid-template-columns: repeat(3,1fr);
}
main[class*=oc_new] .sec01 .oc__list-item .tag li {
	background-color: #808080;
	color: #fff;
	font-size: clamp(14px, 16/1440 * 100vw, 16px);
	line-height: 1.5;
	text-align: center;
}
main[class*=oc_new] .sec01 .oc__list-item .tag p:nth-child(even){
  border: 1px solid #22ac38;
  color: #22ac38;
}
main[class*=oc_new] .sec01 .oc__list-item .tag p:nth-child(odd){
  border: 1px solid #2c81c5;
  color: #2c81c5;
}
main[class*=oc_new] .sec01 .oc__list-item .tag.--online p {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}
main[class*=oc_new] .sec01 .oc__list-item .type__normal {
	background: #fff;
    border-radius: 100vw;
    border: 1px solid #000;
    max-width: 550px;
    height: 50px;
    justify-content: center;
	display: flex;
    align-items: center;
    font-size: clamp(12px, 18 / 1366 * 100vw, 18px);
    margin: auto;
	padding: 0 1em;
	position: relative;
    width: 100%;
    z-index: 1;
}
main[class*=oc_new] .sec01 .oc__list-item .type__normal .label {
	color: #fff;
	font-size: clamp(14px, 20 / 1366 * 100vw, 20px);
    font-weight: 600;
    position: relative;
}
main[class*=oc_new] .sec01 .oc__list-item .type__normal::before {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 100vw;
    mix-blend-mode: multiply;
    transition: all 0.3s ease;
    transform: translate(5px, 5px);
	background: linear-gradient(40deg,rgba(248, 187, 0, 1) 0%, rgba(236, 112, 0, 1) 80%);
}
main[class*=oc_new] .sec01 .oc__list-item .type__normal::after {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    margin: auto;
    width: 12px;
    height: 12px;
    background-color: #000;
    clip-path: polygon(12px 50%, 0% 0%, 0% 12px);
}
main[class*=oc_new] .sec01 .oc__list-item a:hover .type__normal::before {
	transform: translate(0, 0);
}
main[class*=oc_new] .sec01 .oc__list-item .cat {
  background: none;
  margin-top: 0;
  padding: 0;
}
main[class*=oc_new] .sec01 .oc__list-item .cat img {
  width: 100%;
}
main[class*=oc_new] .sec01 .oc__list-item .more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 25px;
  margin: 1rem auto 0;
  font-size: 1rem;
  color: #FFF;
  background-color: #b5b5b6;
}
main[class*=oc_new] .sec02 .headline {
  padding-bottom: 0;
}
main[class*=oc_new] .sec02 .img {
  position: relative;
}
main[class*=oc_new] .sec02 .img p {
	position: absolute;
	top: -5rem;
	left: 12rem;
	width: 9rem;
}
main[class*=oc_new] .sec02 .img img {
  width: 100%;
}
main[class*=oc_new] .sec02 .text-box {
  text-align: center;
  padding-top: 2.4rem;
}
main[class*=oc_new] .sec02 .text-box h3 {
  color: #000;
  font-size: clamp(20px, 30 / 1366 * 100vw, 30px);
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 1em;
}
main[class*=oc_new] .sec02 .text-box h3 > span {
  background:linear-gradient(transparent 70%, #ffef2c 60%);
  display: inline-block;
}
main[class*=oc_new] .sec02 .text-box p {
	font-size: clamp(15px, 18 / 1366 * 100vw, 18px);
}
main[class*=oc_new] .sec02 .text-box.--box02 {
	background-color: #FEFBDE;
	margin-top: 2.4rem;
	padding-block: 2.4rem;
}
main[class*=oc_new] .sec02 .text-box.--box02 h3 {
	color: var(--main-color);
	font-weight: 600;
}
main[class*=oc_new] .sec02 .text-box.--box02 h3 > span {
	background:linear-gradient(transparent 70%, #fff 60%);
}
main[class*=oc_new] .sec02 .text-box.--box02 .flex {
	display: flex;
	justify-content: center;
	gap: 5rem;
	text-align: left;
}
main[class*=oc_new] .sec02 .text-box.--box02 h4 {
	border-left: 2px solid var(--main-color);
	color: var(--main-color);
	font-size: clamp(20px, 30 / 1366 * 100vw, 30px);
	line-height: 1.5;
	margin-bottom: 1rem;
	padding-left: 1rem;
}
main[class*=oc_new] .sec02 .text-box.--box02 ul li {
	color: #000;
	font-size: clamp(16px, 20 / 1366 * 100vw, 20px);
	line-height: 1.5;
}
main[class*=oc_new] .sec02 .text-box.--box02 ul li span {
	color: var(--main-color);
}

main[class*=oc_new] .sec03 {
  background-color: #F0F0F0;
}
main[class*=oc_new] .sec03 .schedule-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
	gap: 1.2rem;
}
main[class*=oc_new] .sec03 table {
  border-collapse: collapse;
  width: 100%;
}
main[class*=oc_new] .sec03 table th,
main[class*=oc_new] .sec03 table td {
  border: 1px solid #000;
  font-size: clamp(0.75rem, 0.6081rem + 0.3784vw, 1.125rem);
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.01em;
  color: #5e564d;
  border-color: #727171;
  line-height: 2;
}
main[class*=oc_new] .sec03 table th {
  background-color: #BDCBD2;
}
main[class*=oc_new] .sec03 table th:first-child {
  width: 40%;
}
main[class*=oc_new] .sec03 table th.year {
  font-size: clamp(0.8125rem, 0.6469rem + 0.4415vw, 1.25rem);
  font-weight: 500;
  color: #FFF;
  background-color: #000;
  line-height: 1.5;
}
main[class*=oc_new] .sec03 table td {
  background-color: #FFF;
}
main[class*=oc_new] .sec03 .bnr__list--grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  margin-top: 5rem;
}
main[class*=oc_new] .sec03 .bnr__list--grid a {
  display: block;
  transition: opacity 0.3s ease;
}
main[class*=oc_new] .sec03 .bnr__list--grid a img { width: 100%;}
@media (hover: hover) and (pointer: fine) {
  main[class*=oc_new] .sec03 .bnr__list--grid a:hover {
	opacity: 0.7;
  }
}
main[class*=oc_new] .sec04 img { width: 100%;}
main[class*=oc_new] .sec04 .contents__block {
  max-width: 660px;
}

@media only screen and (max-width: 769px) {
  main[class*=oc_new] {
	margin-top: 50px;
  }
  main[class*=oc_new] .contents__block {
	width: 90%;
	max-width: inherit;
  }
  main[class*=oc_new] .contents__inner {
	padding-block: 2.5rem;
  }
  main[class*=oc_new] .headline .hl-img {
	width: calc(100vw / (375 / (var(--hl-w,375) * .5)));
	min-width: inherit;
  }
  main[class*=oc_new] .headline .hl-txt {
	margin-bottom: 3rem;
  }
  main[class*=oc_new] .lead {
	margin-bottom: 2rem;
  }

  main[class*=oc_new] .sec-point {
	margin-top: 0;
  }
  main[class*=oc_new] .sec-point .oc__point {
	grid-template-columns: repeat(3, 1fr);
  }


  main[class*=oc_new] .sec01 .oc__list {
	grid-template-columns: 1fr;
	gap: 2rem;
  }

  main[class*=oc_new] .sec02 .img p {
	top: -2rem;
	left: 1rem;
	width: 4rem;
  }
  main[class*=oc_new] .sec02 .text-box {
	padding-top: 1.2rem;
  }
  main[class*=oc_new] .sec02 .text-box h3 {
	padding-bottom: .5rem;
  }
  main[class*=oc_new] .sec02 .text-box.--box02 ul {
	display: flex;
	flex-direction: column;
	gap: 5px;
  }
  main[class*=oc_new] .sec02 .text-box.--box02 .flex {
	flex-direction: column;
	gap: 2rem;
	margin-top: 1rem;
	padding: 0 5%;
  }
  
  main[class*=oc_new] .sec03 .schedule-flex {
	grid-template-columns: 1fr;
  }
  main[class*=oc_new] .sec03 .bnr__list--grid {
	grid-template-columns: 1fr;
	gap: 1.2rem;
	margin-top: 2.5rem;
  }
}



/* 2023.3.11 オープンキャンパス */
#oc230311-25 img {
  width: 100%;
}
#oc230311-25 .container {
  max-width: 1080px;
  margin: auto;
  padding: 3em 0;
  width: 90%;
}
#oc230311-25 a:hover {
  opacity: .7;
}
#oc230311-25 .button-wrapper a {
  display: block;
  margin: 3% auto 0;
  max-width: 460px;
  width: 80%;
}

#oc230311-25 .pageLink h2 {
  background-color: #ed7790;
  padding: 5px 10px;
}
#oc230311-25 .pageLink .container {
  padding-bottom: 0;}
#oc230311-25 .pageLink h2 img {
  width: 245px;
  vertical-align: middle;
}
#oc230311-25 .pageLink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#oc230311-25 .pageLink ul li:nth-child(1),
#oc230311-25 .pageLink ul li:nth-child(2){
  margin: 2% auto;
  width: 100%;
}
#oc230311-25 .pageLink ul li:nth-child(3){
  width: 49%;}

#oc230311-25 .compe .box {
  margin: 1.5em auto 0;
}
#oc230311-25 .compe .box p {
  margin-bottom: 10px;
}
#oc230311-25 .compe .flex {
  display: flex;
  justify-content: space-between;
}
#oc230311-25 .compe .flex .box {
  width: 48%;
}

#oc230311-25 .oc0311 .container {
  border-top: 3px dotted #000;
  padding-bottom: 0;
}

#oc230311-25 .oc0325 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#oc230311-25 .oc0325 ul li {
  margin-top: 20px;
  width: calc(100% / 2 - 10px);
}
#oc230311-25 .oc0325 ul li:nth-child(1){
  order: 2;}
#oc230311-25 .oc0325 ul li:nth-child(2){
  order: 1;}
#oc230311-25 .oc0325 ul li:nth-child(3){
  order: 3;}
#oc230311-25 .oc0325 ul li:nth-child(4){
  order: 4;}
#oc230311-25 .oc0325 ul li:nth-child(5){
  order: 5;}
#oc230311-25 .oc0325 ul li:nth-child(6){
  order: 6;}
#oc230311-25 .oc0325 ul li:nth-child(7){
  order: 7;}
#oc230311-25 .oc0325 ul li:nth-child(8){
  order: 8;}

#oc230311-25 .shinro {
  background-color: #ffef7b;
  background-image: repeating-linear-gradient(-45deg,#fff, #fff 3px,transparent 0, transparent 6px);
}
#oc230311-25 .shinro .flex {
  display: flex;
  justify-content: space-between;
}
#oc230311-25 .shinro .flex .box {
  position: relative;
  width: calc(100% / 2 - 10px);
}
#oc230311-25 .shinro .flex .box a {
  position: absolute;
  bottom: 3.5%;
  right: 0;
  left: 0;
  margin: auto;
  width: 90%;
}

#oc230311-25 .aside .flex {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
#oc230311-25 .aside .flex .box {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  width: calc(100% / 2 - 10px);
}
#oc230311-25 .aside figure {
  position: relative;
}
#oc230311-25 .aside figure a {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto;
  width: 95%;
}
#oc230311-25 .aside p {
  border: 1px solid #000;
  color: #000;
  font-size: 16.6px;
  letter-spacing: .45px;
  line-height: 1.35;
  margin-top: .75em;
  padding: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}
@media only screen and (max-width: 769px){
  #oc230311-25 {
	overflow: hidden;
  }
  #oc230311-25 .container {
	padding: 1.5em 0;
  }

  #oc230311-25 .pageLink h2 {
	margin: 0 calc(50% - 50vw) 5%;
	text-align: center;
	width: 100vw;
  }
  #oc230311-25 .pageLink h2 img {
	width: 60%;
  }
  #oc230311-25 .pageLink ul li:nth-child(1){
	margin: 0 auto 3%;
  }
  #oc230311-25 .pageLink ul li:nth-child(2){
	margin-bottom: 3%;
	width: 100%;
  }
  #oc230311-25 .pageLink ul li:nth-child(3){
	width: 100%;
  }

  #oc230311-25 .compe .flex {
	display: block;
  }
  #oc230311-25 .compe .flex .box {
	width: 100%;
  }

  #oc230311-25 .oc0325 .container {
	border-top: 3px dotted #000;
	margin-top: 1em;
  }
  #oc230311-25 .oc0325 ul {
	display: block;
  }
  #oc230311-25 .oc0325 ul li {
	margin-top: .25em;
	width: 100%;
  }

  #oc230311-25 .shinro .flex {
	display: block;
	margin-top: .5em;
  }
  #oc230311-25 .shinro .flex .box {
	width: 100%;
  }
  #oc230311-25 .shinro .flex .box + .box {
	margin-top: 1em;
  }

  #oc230311-25 .aside .flex {
	display: block;
  }
  #oc230311-25 .aside .flex .box {
	display: block;
	width: 100%;
  }
  #oc230311-25 .aside .flex .box + .box,
  #oc230311-25 .aside figure + figure {
	margin-top: 1em;
  }
  #oc230311-25 .aside p {
	font-size: 12px;
	text-align: left;
  }
}


/* オープンキャンパス ゲームクリエイタートークライブ */
#gctl-style {
  background: linear-gradient(90deg,#00a6a4 0%, #3463ad 100%);
  padding: 5vw 0;
}
#gctl-style img {
  width: 100%;
}
#gctl-style article {
  background: #fff;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: calc(100% - 10vw);
}
#gctl-style section {
  position: relative;
  padding: 3vw 8vw;
  z-index: 1;
}
#gctl-style .btn {
  background: #c83b2d;
  border-radius: 100vw;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 1.3em;
  position: relative;
  text-align: center;
}
#gctl-style .btn:hover {
  opacity: .7;
}
#gctl-style .btn::before,
#gctl-style .btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 1.5em;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 1px) 50%;
}
#gctl-style .btn::before {
  transform: rotate(45deg);
}
#gctl-style .btn::after {
  transform: rotate(-45deg);
}

#gctl-style .bg {
  position: absolute;
  top: 42%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
#gctl-style section.kv {
  padding: 0;
}
/*  */
#gctl-style section.intro .ttl {
  margin-bottom: 1em;
  width: 65%;
}
/*  */
#gctl-style section.point .ttl {
  text-align: center;
  width: 60%;
  margin: 0 auto 1.5em;
}
#gctl-style section.point .flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
}
#gctl-style section.point .flex p {
  color: #000;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 1em;
}
/*  */
#gctl-style section.course .ttl {
  margin: 0 auto 2em;
  width: 85%;
}
#gctl-style section.course .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem 1.5rem;
}
#gctl-style section.course .grid a:nth-of-type(1){
  grid-row: 1 / 2;
  grid-column: 1 / 3;
}
/*  */
#gctl-style section.apply .contents {
  background: linear-gradient(90deg,#00a6a4 0%, #3463ad 100%);
}
#gctl-style section.apply .contents .ttl {
  background: linear-gradient(90deg,#3463ad 0%, #00b0ec 100%);
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  padding: .5em 0;
  text-align: center;
}
#gctl-style section.apply .contents .flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
  padding: 1.5em;
}
#gctl-style section.apply .contents .flex .box {
  text-align: center;
}
#gctl-style section.apply .contents .flex .head {
  background: #fff;
  border-radius: 100vw;
  color: #218db2;
  font-size: 20px;
  font-weight: 600;
  padding: .5em;
  text-align: center;
}
#gctl-style section.apply .contents .flex .text {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  margin: 1em auto;
}
#gctl-style section.apply .contents .flex .text small {
  font-size: 80%;
}
#gctl-style section.apply .contents .flex img {
  width: 80%;
  margin: 1em auto 0;
}
/*  */
#gctl-style section.service .flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2em;
}
/*  */
#gctl-style section.button {
  padding-bottom: 10vw;
}
#gctl-style section.button .btn {
  background: linear-gradient(90deg,#e74893 0%, #006cb6 100%);

  margin: auto;
  max-width: 450px;
  line-height: 1.4;
  padding: 1em 1.5em;
}
@media only screen and (max-width: 769px){
  #gctl-style {
	padding: calc(50px + 7vw) 5vw 7vw;
  }
  #gctl-style article {
	width: 100%;
  }
  #gctl-style section {
	padding: 8vw 5vw;
  }
  /*  */
  #gctl-style section.kv {
	padding: 0;
  }
  /*  */
  #gctl-style section.intro {
	padding-left: 0;
	padding-right: 0;
  }
  #gctl-style section.intro .ttl {
	margin: 0 auto 1em;
	width: 80%;
  }
  /*  */
  #gctl-style section.point .ttl {
	width: 100%;
  }
  #gctl-style section.point .flex {
	grid-template-columns: 1fr;
  }
  /*  */
  #gctl-style section.course .ttl {
	margin-bottom: 1em;
	width: 100%;
  }
  #gctl-style section.course .grid {
	grid-template-columns: 1fr;
	grid-gap: 1.5rem 0;
  }
  #gctl-style section.course .grid a:nth-of-type(1) {
	grid-row: 1 / 1;
	grid-column: 1 / 1;
  }
  /*  */
  #gctl-style section.apply .contents .ttl {
	font-size: 20px;
	line-height: 1.4;
  }
  #gctl-style section.apply .contents .flex {
	grid-template-columns: 1fr;
	grid-gap: 3rem;
  }
  #gctl-style section.apply .contents .flex .box {
	position: relative;
  }
  #gctl-style section.apply .contents .flex .box:nth-of-type(1)::after,
  #gctl-style section.apply .contents .flex .box:nth-of-type(2)::after {
	content: "";
	position: absolute;
	bottom: -1.5em;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
  }
  /*  */
  #gctl-style section.service .flex {
	grid-template-columns: 1fr;
	grid-gap: 1.5rem;
  }
  /*  */
  #gctl-style section.button {
	padding-top: 0;
  }
}


/* 夏キャン*/
#summer img {
  width: 100%;
}
#summer .wrapper {
color: #000;
  max-width: 1100px;
  margin: auto;
  width: 90%;
}
#summer .intro {
  max-width: 1120px;
  margin: auto;
  padding: 0;
}
#summer .intro ul {
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
}
#summer .intro ul + ul {
	margin: 10px auto 50px;
}
#summer .intro ul li {
  margin: 0 7.5px;
  width: calc(100% / 5 - 15px);
}
#summer.automotive .intro ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin: 50px auto;
	width: 75%;
}
#summer.automotive .intro ul li {
	margin: 0;
	width: 100%;
}
@media only screen and (max-width: 769px){
	#summer .intro ul {
	  flex-wrap: wrap;
	  margin: 30px auto 0;
	  width: calc(100% - 20px);
	}
	#summer .intro ul li {
		margin: 5px;
		width: calc(100% / 3 - 10px);
	}
	#summer .intro ul + ul {
		margin: 0 auto 30px;
	}
	#summer .intro ul + ul li {
		width: calc(100% / 2 - 10px);
	}
	#summer.automotive .intro ul {
		gap: 5px;
		margin: 30px auto;
		width: 90%;
	}
}
#summer section {
  padding: 80px 0;
}
#summer section .box_head:hover {
	cursor: pointer;
	opacity: .7;
}
#summer section .box_head .close {
	display: none;}
#summer section .box_head.close .close {
	display: block;}
#summer section .box_head.close .open {
	display: none;}
  #summer section .box_content {
	display: none;
	margin-top: 50px;
  }
  #summer section .box_content .head {
	color: #e67f02;
	font-size: 35px;
	font-weight: bold;
	margin: 50px auto 20px;
	padding-bottom: 5px;
  }
  #summer section .box_content .head.t-center {
	border: none;
	background-color: #ffd496;
	background-image: repeating-linear-gradient(-45deg,rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 5px,transparent 0, transparent 10px);
	color: #333;
	padding: 20px;
	text-align: center;
  }
  #summer section .box_content .button-wrapper {
	margin: 0 auto;
	padding: 3em 0;
	width: 400px;
  }
#summer section .box_content .special {
	background-color: #ffd496;
	background-image: repeating-linear-gradient(-45deg,rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 5px,transparent 0, transparent 10px);
	border:none;
	padding: 30px;
	margin-bottom: 30px;
	position: relative;
}
	#summer section .box_content .special.icon {
	  margin-top: 100px;
	}
	#summer section .box_content .special figure {
	  position: absolute;
	  left: 0;
	  right: 0;
	  top: -70px;
	  margin: auto;
	  width: 165px;
	  height: 92px;
	}
	#summer section .box_content .special p {
	  font-size: 35px;
	  font-weight: bold;
	  line-height: 1.5;
	  text-align: center;
	}
	  #summer section .box_content .special p small {
		font-size: 26px;
		display: block;
	  }
	  #summer section .box_content .special p small.bgorange {
		background: #ff931e;
		color: #fff;
		display: inline-block;
		font-size: 20px;
		padding: 5px 20px;
	  }
#summer section .box_content .special-notes {
	margin: -10px auto 30px;
	text-align: center;
}
#summer .box_content .flex {
	display: flex;
	align-items: end;
	gap: 1em;
}
@media only screen and (max-width: 769px){
  #summer {
	margin-top: 50px;
  }
  #summer .anchor {
	margin-top: -50px;
	padding-top: 50px;
  }
  #summer section {
	padding: 30px 0;
  }
  #summer section .box_content {
	margin-top: 25px;
  }
	#summer section .box_content .schedule-txt {
	  font-size: 22px;
	  padding: 10px 5% 12px;
	}
	#summer section .box_content .schedule {
	  display: block;
	  padding: 5%;
	}
	  #summer section .box_content .schedule li {
		margin: auto;
		justify-content: space-between;
		margin: auto;
		width: 100%;
	  }
		#summer section .box_content .schedule li:nth-child(3){
		  width: 100%;
		}
	  #summer section .box_content .schedule li + li {
		margin-top: 10px;}
	  #summer section .box_content .schedule li span {
		font-size: 16px;
		width: calc(100% - 35px);
	  }
	  #summer section .box_content .schedule li span.under {
		padding: 0;
	  }
  #summer section .box_content .head {
	border-width: 1px;
	font-size: 22px;
	line-height: 1.25;
	margin: 25px auto 10px;
  }
	#summer section .box_content .head.t-center {
	  padding: 5%;
	}
#summer section .box_content .special {
	padding: 4%;
}
	#summer section .box_content .special.icon {
	  margin-top: 50px;
	}
	#summer section .box_content .special figure {
	  width: 83px;
	  height: 45px;
	  top: -35px;
	}
	#summer section .box_content .special p {
	  font-size: 19px;
	  line-height: 1.3;
	}
	  #summer section .box_content .special p small {
		font-size: 70%;
	  }
	  #summer section .box_content .special p small.bgorange {
		font-size: 14px;
		margin-top: 5px;
	  }
#summer section .box_content .special-notes {
	font-size: 13px;
	margin-top: -15px;
}
#summer section .box_content .button-wrapper {
	padding: 30px 0;
	width: 90%;
  }
  #summer section .box_content .flex {
	flex-direction: column;
  }
}
#summer .schedule {
	background-image: linear-gradient(90deg, #F3A267, #EA616F);
}
#summer .schedule .sec-ttl {
	background: #fff799;
	color: #ea616f;
	font-size: 40px;
	font-weight: bold;
	padding: 15px 0;
	margin-bottom: 30px;
	text-align: center;
}
  #summer .schedule ul {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
  }
	#summer .schedule ul li {
	  border: 1px solid #fff;
	  display: block;
	  width: auto;
	  margin-bottom: 0;
	  position: relative;
	}
	#summer .schedule ul li::after {
	  content: "";
	  position: absolute;
	  top: 10px;
	  bottom: 0;
	  right: -30px;
	  width: 15px;
	  height: 20px;
	  background-color: #fff;
	  margin: auto;
	  clip-path: polygon(15px 50%, 0% 0%, 0% 20px);
	}
	#summer .schedule ul li .time {
	  background: #fff;
	  color: #EA616F;
	  font-size: 18px;
	  font-weight: 900;
	  line-height: 1;
	  padding: 5px 10px 8px;
	  text-align: center;
	}
	#summer .schedule ul li .time span {
		font-size: 75%;
		margin-top: 5px;
	}
	#summer .schedule ul li .text {
	  color: #fff;
	  font-size: 20px;
	  font-weight: 900;
	  line-height: 1.4;
	  padding: 10px 20px;
	  text-align: center;
	  min-height: 60px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
	#summer .schedule ul li:nth-child(3){
	  border: none;}
	#summer .schedule ul li:nth-child(3)::after {
	  top: 50px;
	  bottom: inherit;}
	#summer .schedule ul li ul {
	  align-items: inherit;
	  flex-direction: column;
	  gap: 1rem;
	}
	#summer .schedule ul li:last-child::after,
	#summer .schedule ul li ul li::after {
	  content: none;}
	#summer .schedule ul li ul .text {
	  font-size: 15px;
	}
  #summer .schedule .notes {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	margin-top: 1rem;
	text-align: right;
  }
  @media only screen and (max-width: 769px){
	#summer .schedule .sec-ttl {
		font-size: 22px;
		margin-bottom: 15px;
		padding: 10px 0;
	}
	#summer .schedule ul {
	  flex-direction: column;
	  gap: 10px;
	}
	#summer .schedule ul li {
	  background: linear-gradient(90deg, #fff 0%, #fff 100px, rgba(196, 215, 209, 0) 100px, rgba(196, 215, 209, 0) 100%);
	  align-items: center;
	  width: 100%;
	  display: grid;
	  grid-template-columns: 100px auto;
	}
	#summer .schedule ul li .time {
	  font-size: 14px;
	  padding: 5px 0 8px;
	}
	#summer .schedule ul li .text {
	  font-size: 15px;
	  padding: 5px 10px;
	  min-height: auto;
	  justify-content: flex-start;
	  text-align: left;
	}
	#summer .schedule ul li::after {
	  content: none;
	}
	#summer .schedule ul li:nth-child(3) {
	  background: none;
	  display: block;
	}
	#summer .schedule ul li ul {
	  gap: 10px;
	}
	#summer .schedule .notes {
	  font-size: 13px;
	  line-height: 1.4;
	  text-align: left;
	}
}
#summer .box_content .course-box {
	display: grid;
	gap: 5em;
	margin-top: 5em;
}
#summer .box_content .course-box h4 {
	background-image: linear-gradient(90deg, #4187c8, #79b5e2);
	color: #fff799;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 1.5em;
	padding: 15px 20px;
}
#summer .box_content .course-box h4.game {
	background-image: linear-gradient(90deg, #cf605e, #ea9b9b);
}
#summer .box_content .course-box h4.car {
	background-image: linear-gradient(90deg, #616162, #cecece);
}
#summer .box_content .course-box h4.architecture {
	background-image: linear-gradient(90deg, #b3703d, #e6d1c0);
}
#summer .box_content .course-box h4.drone {
	background-image: linear-gradient(90deg, #45b480, #c0e6d4);
}
#summer .box_content .course-box h4.electric {
	background-image: linear-gradient(90deg, #ef8200, #fadab3);
}
#summer .box_content .course-box h4.medical {
	background-image: linear-gradient(90deg, #a366a6, #e7d7e8);
}
#summer .box_content .course-box .button-wrapper {
	padding: 2em 0 0;
}
@media only screen and (max-width: 769px){
	#summer .box_content .course-box {
		gap: 2em;
		margin-top: 3em;
	}
	#summer .box_content .course-box h4 {
		font-size: 25px;
		margin-bottom: 1em;
		padding: 10px 10px;
	}
	#summer .box_content .course-box .button-wrapper {
		padding-top: 1em;
	}
}
#summer .box_content .seminar .lead {
	color: #ef8200;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: .5em;
	text-align: center;
}
#summer .box_content .seminar .notes {
	color: #ef8200;
	font-size: 15px;
	font-weight: bold;
	margin: 1.5em 0;
	text-align: right;
}
@media only screen and (max-width: 769px){
	#summer .box_content .seminar .lead {
		font-size: 18px;
	}
	#summer .box_content .seminar .notes {
		font-size: 13px;
		line-height: 1.4;
		text-align: left;
	}
}
#summer .box_content .grid {
	align-items: flex-end;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2em;
}
@media only screen and (max-width: 769px){
	#summer .box_content .grid {
		gap: 1em;
	}
}
#summer .box_content .wep {
	margin-top: 50px;
}
#summer .box_content .wep .ttl {
	color: #000;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: center;
}
#summer .box_content .wep .ttl p {
  display: inline-block;
  position: relative;
}
  #summer .box_content .wep .ttl p::before {
	content: "/";
	display: inline-block;
	margin-right: 5px;
	transform: scale(-1, 1);
  }
  #summer .box_content .wep .ttl p::after {
	content: "/";
	margin-left: 5px;
  }
@media only screen and (max-width: 769px){
	#summer .box_content .wep .ttl {
		font-size: 20px;
		margin-bottom: 10px;
	}
}
#summer .youtubeoc {
	position: relative;
}
#summer .youtubeoc p {
	margin-bottom: 3em;
	position: relative;
	z-index: 1;
}
#summer .youtubeoc .deco {
	position: absolute;
	top: 0;
	right: 5%;
	width: 20%;
	aspect-ratio: 1/1;
	z-index: 0;
}
@media only screen and (max-width: 769px){
	#summer .youtubeoc p {
		margin-bottom: 1em;
	}
	#summer .youtubeoc .deco {
		right: 0;
		width: 30%;
	}
}
#summer .shortoc p {
	color: #7864aa;
	font-size: 40px;
	font-weight: bold;
	margin: 2em auto 1em;
	text-align: center;
}
#summer .shortoc table {
	border: 1px solid #7864aa;
	border-collapse: collapse;
	width: 100%;
}
#summer .shortoc table thead th {
	background-color: #7864aa;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	padding: 10px;;
}
#summer .shortoc table tbody th,
#summer .shortoc table tbody td {
	background-color: #fff;
	border: 1px solid #7864aa;
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
	text-align: left
}
#summer .shortoc table tbody th {
	color: #7864aa;
	font-size: 25px;
}
@media only screen and (max-width: 769px){
	#summer .shortoc p {
		font-size: 22px;
		line-height: 1.2;
		margin: 1em auto .5em;
	}
	#summer .shortoc table thead th {
		font-size: 18px;
	}
	#summer .shortoc table tbody th,
	#summer .shortoc table tbody td {
		font-size: 14px;
		line-height: 1.4;
		padding: 10px;
		width: 70%;
		vertical-align: middle;
	}
	#summer .shortoc table tbody th {
		font-size: 15px;
		text-align: center;
		width: 30%;
	}
}
#summer .seminarSec .box_content {
	margin-top: -1px;
	padding: 0 30px 30px;
}
#summer .seminarSec .box_content_wrapper {
	background: #fff;
	padding: 30px;
}
#summer .seminarSec .box_content p {
	margin-bottom: 1em;
	position: relative;
	text-align: center;
}
#summer .seminarSec .box_content p::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	background: #297847;
}
#summer .seminarSec .box_content p span {
	font-family: serif;
	font-weight: bold;
	text-align: center;
	background: #fff;
	position: relative;
	padding: 0 1em;
	font-size: 30px;
}
#summer .seminarSec .box_content table {
	border-collapse: collapse;
	width: 100%;
}
#summer .seminarSec .box_content table th,
#summer .seminarSec .box_content table td {
	padding: 20px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
}
#summer .seminarSec .box_content table th {
	background: #2c7f4d;
	color: #fff;
	white-space: nowrap;
	width: 180px;
	border: 1px solid #fff;
}
#summer .seminarSec .box_content table td {
	border-width: 0 0 1px;
	border: 1px solid #2c7f4d;
	border-right: none;
}
#summer .seminarSec .box_content table .small {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
}
#summer .seminarSec .box_content table .red {
	color: #e22948;
}
#summer .seminarSec .box_content table .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 1em;
}
#summer .seminarSec .box_content table .ruby {
	color: #2c7f4d;
	padding-top: 10px;
	display: block;
}
#summer .seminarSec .box_content table hr {
	border: 1px dashed #2c7f4d;
}
@media only screen and (max-width: 769px){
	#summer .seminarSec .box_content {
		padding: 0 10px 10px;
	}
	#summer .seminarSec .box_content_wrapper {
		padding: 15px 10px;
	}
	#summer .seminarSec .box_content p span {
		font-size: 18px;
		padding: 0 0.5em;
	}
	#summer .seminarSec .box_content table th,
	#summer .seminarSec .box_content table td {
		font-size: 14px;
		padding: 10px;
		box-sizing: border-box;
	}
	#summer .seminarSec .box_content table th {
		width: 80px;
	}
	#summer .seminarSec .box_content table .flex {
		flex-direction: column;
		gap: 0;
		align-items: flex-start;
	}
}
#summer .bgImg {
	background-image: url(../img/oc/summer2025/automotive/bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}




/* 2024オープンキャンパス 冬キャン*/
#winter2024 img {
  width: 100%;
}
#winter2024 a:hover {
  opacity: .7;
}
#winter2024 .wrapper {
  max-width: 1100px;
  margin: auto;
  width: 90%;
}
#winter2024 .kv {
  max-width: 1120px;
  margin: auto;
  padding: 0;
}
#winter2024 main {
  background: url(../img/oc/winter2024/bg.jpg) no-repeat top center/cover;
}
#winter2024 section {
  padding: 80px 0;
}
#winter2024 .button-wrapper {
  margin: 20px auto;
  max-width: 400px;
}

@media only screen and (max-width: 769px){
  #winter2024 section {
	padding: 50px 0;
  }
}

#winter2024 .sec-ttl {
  background-image: linear-gradient(90deg, rgba(236, 112, 0, 1), rgba(248, 187, 0, 1));
  margin: 0 auto 2.5em;
  transform: skewX(-12deg);
  text-align: center;
  filter: drop-shadow(8px 8px 0px rgba(0, 0, 0, 0.2))
}
#winter2024 .sec-ttl span {
  color: #fff;
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  padding: 0 2.5em;
  transform: skewX(12deg)
}
#winter2024 .time-txt {
  font-size: 30px;
  font-weight: bold;
  margin: -.55em auto 1.5em;
  text-align: center;
}
@media only screen and (max-width: 769px){
  #winter2024 .sec-ttl {
	margin-bottom: 1.5em;
	filter: drop-shadow(5px 5px 0px rgba(0, 0, 0, 0.2))
  }
  #winter2024 .sec-ttl span {
	font-size: 22px;
	line-height: 50px;
	height: 52px;
	padding: 0 1em;
  }
  #winter2024 .time-txt {
	font-size: 18px;
  }
}

#winter2024 .intro .wrapper {
  display: flex;
  flex-direction: column;
}
#winter2024 .intro ul.kikaku {
  display: grid;
  gap: 40px;
  margin: auto;
  width: 100%;
}
#winter2024 .intro ul.kikaku .button-wrapper {
  margin: 0 auto 50px;
  max-width: 590px;
  width: 100%;
}
#winter2024 .intro ul.kikaku .button-wrapper a {
  background: #e95513;
  border-radius: 100vw;
  box-sizing: border-box;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 15px;
  text-align: center;
}
#winter2024 .intro ul.kikaku .button-wrapper a .dli-chevron-round-right {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px 20px 5px 40px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
}
@media only screen and (max-width: 769px){
  #winter2024 .intro ul.kikaku {
	gap: 20px;
  }
  #winter2024 .intro ul.kikaku .button-wrapper {
	margin: 15px auto 20px;
	width: 85%;
  }
  #winter2024 .intro ul.kikaku .button-wrapper a {
	font-size: 13px;
	padding: 12px;
  }
  #winter2024 .intro ul.kikaku .button-wrapper a .dli-chevron-round-right {
	width: 8px;
	height: 8px;
	margin: 3px 0 3px 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
  }
}

#winter2024 .schedule {
  background: #fffabb;
  color: #000;
}
#winter2024 .schedule .wrapper {
  display: flex;
  flex-direction: column;
}
#winter2024 .schedule ul {
  display: flex;
  flex-wrap: wrap;
}
  #winter2024 .schedule ul li {
	display: grid;
	grid-template-columns: 30px 1fr;
	line-height: 1.5;
	margin-bottom: 20px;
	width: 20%;
  }
	#winter2024 .schedule ul li:nth-child(1) {
	  width: 18%;
	}
	#winter2024 .schedule ul li:nth-child(4),
	#winter2024 .schedule ul li:nth-child(5) {
	  width: 15%;
	}
	#winter2024 .schedule ul li:nth-child(6){
	  width: 10%;
	}
  #winter2024 .schedule ul li span {
	font-size: 18px;
	font-weight: 500;
	align-items: flex-start;
	display: flex;
	flex-direction: column;
  }
  #winter2024 .schedule ul li span.num {
	background: #fff;
	border: 1px solid #f2af4e;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 23px;
	width: 23px;
	height: 23px;
  }
  #winter2024 .schedule ul li span.under {
	background:linear-gradient(transparent 65%, #f2af4e 65%);
	font-weight: bold;
	padding: 0 5px;
  }
  #winter2024 .schedule ul li small {
	display: inline-block;
	font-size: 13px;
	line-height: 1.5;
  }
@media only screen and (max-width: 769px){
  #winter2024 .schedule ul {
	justify-content: space-between;
  }
  #winter2024 .schedule ul li,
  #winter2024 .schedule ul li:nth-child(1),
  #winter2024 .schedule ul li:nth-child(4),
  #winter2024 .schedule ul li:nth-child(5),
  #winter2024 .schedule ul li:nth-child(6) {
	width: 100%;
  }
  #winter2024 .schedule ul li:nth-child(6){
	margin-bottom: 0;
  }
  #winter2024 .schedule ul li span {
	font-size: 15px;
  }
  #winter2024 .schedule ul li span.spanflex {
	flex-direction: row;
	flex-wrap: nowrap;
  }
  #winter2024 .schedule ul li span.spanflex > span:first-child {
	width: 110px;
	margin-right: 10px;
  }
  #winter2024 .schedule ul li span.spanflex > span:last-child {
	width: calc(100% - 120px);
  }
  #winter2024 .schedule ul li:first-child span.spanflex > span:last-child,
  #winter2024 .schedule ul li:nth-child(5) span.spanflex > span:last-child,
  #winter2024 .schedule ul li:nth-child(6) span.spanflex > span:last-child {
	width: auto;
  }
}

#winter2024 .plan .wrapper {
  display: flex;
  flex-direction: column;
}
#winter2024 .plan ul {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1em;
  justify-content: center;
  margin: 0 -.5em;
}
  #winter2024 .plan ul li {
	width: calc(100% / 4 - 1em);
  }
#winter2024 .plan .time-txt {
  margin-bottom: 0;
}
#winter2024 .plan .plan-box {
  padding-top: 50px;
}
  #winter2024 .plan .plan-box .head {
	background: #4187c8;
	color: #fff697;
	font-size: 35px;
	font-weight: bold;
	line-height: 80px;
	margin-bottom: 20px;
	padding: 0 1em;
	position: relative;
  }
  #winter2024 .plan .plan-box .head.nth2 {
	background: #cf605e;}
  #winter2024 .plan .plan-box .head.nth3 {
	background: #7a7a7b;}
  #winter2024 .plan .plan-box .head.nth4 {
	background: #b3703d;}
  #winter2024 .plan .plan-box .head.nth5 {
	background: #d88637;}
  #winter2024 .plan .plan-box .head.nth6 {
	background: #45b480;}
  #winter2024 .plan .plan-box .head.nth7 {
	background: #a366a6;}
	#winter2024 .plan .plan-box .head span {
	  margin-left: 50px;
	  position: relative;
	}
	#winter2024 .plan .plan-box .head::before {
	  content: "";
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 15px;
	  margin: auto;
	  width: 60px;
	  height: 60px;
	  background: url(../img/oc/winter2024/icon.png) no-repeat left center/contain;
	}
	#winter2024 .plan .plan-box .head::after {
	  content: "見る　\025bc";
	  position: absolute;
	  font-size: 50%;
	  color: #fff;
	  right: 2em;
	}
	#winter2024 .plan .plan-box[open] .head:after {
	  content: "閉じる　\025b2";
	}
	#winter2024 .plan .plan-box .head:hover {
	  cursor: pointer;
	  opacity: .8;
	}
	#winter2024 .plan .plan-box .head::marker,
	#winter2024 .plan .plan-box .head::-webkit-details-marker {
	  content: none;
	  display: none;
	}
  #winter2024 .plan .plan-box .flex {
	display: flex;
	justify-content: space-between;
  }
  #winter2024 .plan .plan-box .flex figure {
	width: calc(50% - .5em);
  }
	#winter2024 .plan .plan-box .flex figure.box1 {
	  margin-left: -3%;
	  width: calc(50% - .5em + 3%);
	}
	#winter2024 .plan .plan-box .flex figure.box2 {
	  margin-top: -1%;
	  margin-right: -5%;
	  width: calc(50% - .5em + 5%);
	}
	#winter2024 .plan .plan-box .flex figure.box3 {
	  margin-top: -1%;
	  margin-right: -2%;
	  width: calc(50% - .5em + 2%);
	}
	#winter2024 .plan .plan-box .flex figure.box4 {
	  margin-right: -3%;
	  width: calc(50% - .5em + 3%);
	}
	#winter2024 .plan .plan-box .flex figure.box5 {
	  margin-right: -2.5%;
	  width: calc(50% - .5em + 2.5%);
	}
	#winter2024 .plan .plan-box .flex figure.box6 {
	  margin-top: -.75%;
	  margin-right: -2%;
	  width: calc(50% - .5em + 2%);
	}
@media only screen and (max-width: 769px){
  #winter2024 .plan {
	overflow: hidden;
  }
  #winter2024 .plan .sec-ttl span {
	font-size: 19px;
  }
  #winter2024 .plan ul {
	grid-gap: .5em;
	margin: 0 -.25em;
  }
	#winter2024 .plan ul li {
	  width: calc(100% / 2 - .5em);
	}
  #winter2024 .plan .plan-box {
	padding-top: 30px;
  }
	#winter2024 .plan .plan-box .head {
	  font-size: 20px;
	  line-height: 45px;
	  height: 45px;
	  margin-bottom: .75em;
	}
	  #winter2024 .plan .plan-box .head span {
		margin-left: 30px;
	  }
	  #winter2024 .plan .plan-box .head::before {
		left: 8px;
		width: 35px;
		height: 35px;
	  }
	  #winter2024 .plan .plan-box .head::after {
		right: 1em;
		bottom: 1em;
		line-height: 1;
	  }
	#winter2024 .plan .plan-box .flex {
	  flex-direction: column;
	  grid-gap: 10px;
	}
	#winter2024 .plan .plan-box .flex figure {
	  width: 100%;
	}
	  #winter2024 .plan .plan-box .flex figure.box1 {
		margin-left: -6.5%;
		width: 106.5%;
	  }
	  #winter2024 .plan .plan-box .flex figure.box2 {
		margin-right: 0;
		width: 111%;
	  }
	  #winter2024 .plan .plan-box .flex figure.box3 {
		margin-right: 0;
		width: 105%;
	  }
	  #winter2024 .plan .plan-box .flex figure.box4 {
		margin-top: 1%;
		margin-right: 0;
		width: 106%;
	  }
	  #winter2024 .plan .plan-box .flex figure.box5 {
		margin-top: 1%;
		margin-right: 0;
		width: 105%;
	  }
	  #winter2024 .plan .plan-box .flex figure.box6 {
		margin-top: 0;
		margin-right: 0;
		width: 105%;
	  }
}

#winter2024 .choice .wrapper {
  display: flex;
  flex-direction: column;
}
#winter2024 .choice .step {
  align-items: flex-end;
  display: flex;
  grid-gap: 1.5em;
  justify-content: space-between;
  margin-bottom: 40px;
}
#winter2024 .choice2 {
  background: #fffabb;
}
#winter2024 .choice2 .wrapper {
  display: flex;
  flex-direction: column;
}
#winter2024 .choice2 .support {
  background: #f3a042;
  border-radius: 15px;
  padding: 20px 15px;
}
  #winter2024 .choice2 .support .head {
	align-items: center;
	display: flex;
	grid-gap: 1em;
	justify-content: center;
	margin: 0 auto 15px;
	width: 35%;
  }
  #winter2024 .choice2 .support ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 1em;
	margin: auto;
	width: 95%;
  }
@media only screen and (max-width: 769px){
  #winter2024 .choice .step {
	flex-wrap: wrap;
	grid-gap: 1em;
	margin: auto;
  }
	#winter2024 .choice .step li {
	  width: calc(100% / 2 - .5em);
	}

  #winter2024 .choice2 .hogosya {
	margin: auto;
	width: 90%;
  }
  #winter2024 .choice2 .support {
	border-radius: 15px;
	padding: 20px 15px;
  }
  #winter2024 .choice2 .support .head {
	flex-direction: column;
	grid-gap: 10px;
	margin-bottom: 15px;
	width: 90%;
  }
  #winter2024 .choice2 .support ul {
	grid-template-columns: 1fr;
  }
}

#winter2024 .other .wrapper {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 2em;
}
@media only screen and (max-width: 769px){
  #winter2024 .other .sec-ttl {
	margin-bottom: .5em;
  }
  #winter2024 .other .wrapper {
	grid-gap: 1em;
  }
}


#winter2024.spring2025 main {
  background-image: url(../img/oc/spring2025/bg01.jpg);
}
#winter2024.spring2025 .sec-ttl {
  background: #FFF799;
}
  #winter2024.spring2025 .sec-ttl span {
	color: #EA616F;
	font-weight: 900;
  }
  #winter2024.spring2025 .sec-ttl small {
	font-size: 40%;
	padding-left: .5rem;
  }
#winter2024.spring2025 .time-txt {
  color: #333333;
  font-weight: 900;
}
@media only screen and (max-width: 769px){
  #winter2024.spring2025 {
	margin-top: 50px;
  }
  #winter2024.spring2025 .sec-ttl span {
	font-size: 20px;
  }
  #winter2024.spring2025 .plan .sec-ttl span {
	line-height: 1.4;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
  }
}

#winter2024.spring2025 .intro .sec-ttl {
  background-image: linear-gradient(90deg, #F3A267, #EA616F);
}
  #winter2024.spring2025 .intro .sec-ttl span {
	color: #fff;}
#winter2024.spring2025 .intro .head {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
  #winter2024.spring2025 .intro .head:last-of-type {
	margin-top: 50px;
  }
  #winter2024.spring2025 .intro .head img {
	width: auto;
	height: 55px;
  }
#winter2024.spring2025 .intro ul.kikaku {
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  width: 75%;
}
@media only screen and (max-width: 769px){
  #winter2024.spring2025 .intro .head {
	margin: 0 auto 15px;
	width: 100%;
  }
  #winter2024.spring2025 .intro .head:last-of-type {
	margin-top: 30px;
	width: 38%;
  }
  #winter2024.spring2025 .intro .head img {
	width: 100%;
	height: auto;
  }
  #winter2024.spring2025 .intro ul.kikaku {
	grid-template-columns: 1fr;
	width: 100%;
  }
}

#winter2024.spring2025 .schedule {
  background-image: linear-gradient(90deg, #F3A267, #EA616F);
}
#winter2024.spring2025 .schedule ul {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
  #winter2024.spring2025 .schedule ul li {
	border: 1px solid #fff;
	display: block;
	width: auto;
	margin-bottom: 0;
	position: relative;
  }
  #winter2024.spring2025 .schedule ul li::after {
	content: "";
	position: absolute;
	top: 10px;
	bottom: 0;
	right: -22px;
	width: 15px;
	height: 20px;
	background-color: #fff;
	margin: auto;
	clip-path: polygon(15px 50%, 0% 0%, 0% 20px);
  }
  #winter2024.spring2025 .schedule ul li .time {
	background: #fff;
	color: #EA616F;
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
	padding: 5px 10px 8px;
	text-align: center;
  }
  #winter2024.spring2025 .schedule ul li .text {
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	padding: 10px 20px;
	text-align: center;
	min-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  #winter2024.spring2025 .schedule ul li:nth-child(3){
	border: none;}
  #winter2024.spring2025 .schedule ul li:nth-child(3)::after {
	top: 50px;
	bottom: inherit;}
  #winter2024.spring2025 .schedule ul li ul {
	align-items: inherit;
	flex-direction: column;
	gap: 1rem;
  }
  #winter2024.spring2025 .schedule ul li:last-child::after,
  #winter2024.spring2025 .schedule ul li ul li::after {
	content: none;}
  #winter2024.spring2025 .schedule ul li ul .text {
	font-size: 15px;
	display: block;
  }
#winter2024.spring2025 .schedule .notes {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  margin-top: 1rem;
  text-align: right;
}
@media only screen and (max-width: 769px){
  #winter2024.spring2025 .schedule ul {
	flex-direction: column;
	gap: 10px;
  }
  #winter2024.spring2025 .schedule ul li {
	background: linear-gradient(90deg, #fff 0%, #fff 100px, rgba(196, 215, 209, 0) 100px, rgba(196, 215, 209, 0) 100%);
	align-items: center;
	width: 100%;
	display: grid;
	grid-template-columns: 100px auto;
  }
  #winter2024.spring2025 .schedule ul li .time {
	font-size: 14px;
	padding: 5px 0 8px;
  }
  #winter2024.spring2025 .schedule ul li .text {
	font-size: 15px;
	padding: 5px 10px;
	min-height: auto;
	justify-content: flex-start;
	text-align: left;
  }
  #winter2024.spring2025 .schedule ul li::after {
	content: none;
  }
  #winter2024.spring2025 .schedule ul li:nth-child(3) {
	background: none;
	display: block;
  }
  #winter2024.spring2025 .schedule ul li ul {
	gap: 10px;
  }
  #winter2024.spring2025 .schedule .notes {
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
  }
}

#winter2024.spring2025 .plan .plan-box {
  padding-top: 0;
  margin-top: 30px;
}
#winter2024.spring2025 .plan .plan-box:first-of-type {
  margin-top: 50px;
}
#winter2024.spring2025 .plan .plan-box .head {
  background: linear-gradient(90deg, rgba(65,135,200,1) 0%, rgba(121,181,226,1) 100%);
  margin-bottom: 0;
}
#winter2024.spring2025 .plan .plan-box .head.nth2 {
  background: linear-gradient(90deg, rgba(207,96,94,1) 0%, rgba(234,155,155,1) 100%);}
#winter2024.spring2025 .plan .plan-box .head.nth3 {
  background: linear-gradient(90deg, rgba(122,122,123,1) 0%, rgba(191,191,191,1) 100%);}
#winter2024.spring2025 .plan .plan-box .head.nth4 {
  background: linear-gradient(90deg, rgba(179,112,61,1) 0%, rgba(216,158,119,1) 100%);}
#winter2024.spring2025 .plan .plan-box .head.nth5 {
  background: linear-gradient(90deg, rgba(216,134,55,1) 0%, rgba(239,172,115,1) 100%);}
#winter2024.spring2025 .plan .plan-box .head.nth6 {
  background: linear-gradient(90deg, rgba(69,180,128,1) 0%, rgba(154,229,191,1) 100%);}
#winter2024.spring2025 .plan .plan-box .head.nth7 {
  background: linear-gradient(90deg, rgba(163,102,166,1) 0%, rgba(189,169,190,1) 100%);}
#winter2024.spring2025 .plan .plan-box .head::before {
  background-image: url(../img/oc/spring2025/icon.jpg);
}
#winter2024.spring2025 .plan .plan-box p {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 30px;
  position: relative;
}
#winter2024.spring2025 .plan .plan-box p:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25%;
  height: 4px;
  background: #ED7B65;}
#winter2024.spring2025 .plan .plan-box p:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 25%;
  height: 4px;
  background: #ED7B65;}
#winter2024.spring2025 .plan .plan-box p img {
  max-width: 500px;
  margin: auto;
  width: 50%;}
#winter2024.spring2025 .plan .plan-box p:last-of-type {
  margin-top: 50px;
}
#winter2024.spring2025 .plan .plan-box p:last-of-type::before {
  width: 22%;
  background: #1D7389;}
#winter2024.spring2025 .plan .plan-box p:last-of-type::after {
  width: 22%;
  background: #1D7389;}
#winter2024.spring2025 .plan .plan-box p:last-of-type img {
  max-width: 530px;
  width: 53%;}
#winter2024.spring2025 .plan .plan-box .flex {
  align-items: flex-end;
}
@media only screen and (max-width: 769px){
  #winter2024.spring2025 .plan .plan-box {
	margin-top: 15px;
  }
  #winter2024.spring2025 .plan .plan-box:first-of-type {
	margin-top: 30px;
  }
  #winter2024.spring2025 .plan .plan-box p {
	margin-top: 20px;
  }
	#winter2024.spring2025 .plan .plan-box p img {
	  width: 65%;}
	#winter2024.spring2025 .plan .plan-box p:before,
	#winter2024.spring2025 .plan .plan-box p:after {
	  width: 15%;}
  #winter2024.spring2025 .plan .plan-box p:last-of-type {
	margin-top: 30px;
  }
	#winter2024.spring2025 .plan .plan-box p:last-of-type img {
	  width: 70%;}
	#winter2024.spring2025 .plan .plan-box p:last-of-type::before,
	#winter2024.spring2025 .plan .plan-box p:last-of-type::after {
	  width: 12%;}
}

#winter2024.spring2025 .choice2 {
  background: #F09497;
}
@media only screen and (max-width: 769px){
  #winter2024.spring2025 .choice .box {
	border: 1px solid #EF8200;
	background: #fff;
	box-sizing: border-box;
	position: relative;
  }
  #winter2024.spring2025 .choice .box.bg {
	background: #FFF697;
  }
  #winter2024.spring2025 .choice .box + .box {
	margin-top: 15px;
  }
  #winter2024.spring2025 .choice .box .icon {
	border: none;
	position: absolute;
	width: 15%;
	aspect-ratio: 1 / 1;
	top: -5px;
	left: -5px;
  }
  #winter2024.spring2025 .choice .box .ttl {
	color: #EF8200;
	font-size: 25px;
	font-weight: 900;
	display: flex;
	gap: 10px;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 10px 0;
  }
  #winter2024.spring2025 .choice .box .ttl span {
	border-bottom: 1px solid #EF8200;
	color: #C30D23;
	font-size: 60%;
	padding-bottom: 10px;
  }
  #winter2024.spring2025 .choice .box .head {
	background: #EF8200;
	color: #FFF697;
	position: relative;
	text-align: center;
	height: 30px;
	font-size: 16px;
	font-weight: 900;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  #winter2024.spring2025 .choice .box .head::marker {
	content: none;}
  #winter2024.spring2025 .choice .plan-box .head::after {
	content: "見る　\025bc";
	position: absolute;
	color: #fff;
	font-size: 60%;
	right: 2em;
  }
  #winter2024.spring2025 .choice .plan-box[open] .head::after {
	content: "閉じる　\025b2";
  }
  #winter2024.spring2025 .choice .box .text1 {
	color: #EF8200;
	background: #fff;
	border-bottom: 1px solid #EF8200;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.4;
	padding: 10px 0;
	text-align: center;
  }
  #winter2024.spring2025 .choice .box .text2 {
	color: #333;
	font-size: 14px;
	line-height: 1.4;
	padding: 10px;
  }
}




/* 2025オープンキャンパス 冬キャン*/
#winter img {
	width: 100%;
}
#winter .wrapper {
	color: #000;
	max-width: 1100px;
	margin: auto;
	width: 90%;
}
#winter .bgColor {
	background-color: #f5eedf;
}
#winter section {
  padding: 80px 0;
}
#winter .button-wrapper {
	display: flex;
	justify-content: center;
	gap: 50px;
	margin: 50px auto 0;
	width: 95%;
}
#winter .button-wrapper a {
	display: block;
	max-width: 320px;
}
@media only screen and (max-width: 769px){
	#winter {
		margin-top: 50px;
	}
	#winter section {
		padding: 50px 0;
	}
	#winter .button-wrapper {
		flex-direction: column;
		gap: 20px;
		margin-top: 30px;
	}
	#winter .button-wrapper a {
		width: 100%;
	}
}

#winter .intro {
  max-width: 1120px;
  margin: auto;
  padding: 0;
  position: relative;
}
#winter .intro .mv-link-button-wrapper {
	display: flex;
	justify-content: flex-end;
	position: fixed;
	top: 260px;
	width: 1120px;
	height: 0;
	margin: auto;
}
#winter .intro .mv-link-button {
	position: relative;
	right: 10px;
	width: clamp(90px, calc(100 / 375 * 100vw), 160px);
}
#winter .intro .mv-link-button.--hidden {
	opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
}
#winter .intro .lead {
	margin: 50px auto;
}
@media only screen and (max-width: 769px){
	#winter .intro .lead {
		margin: 30px auto;
		width: 90%;
	}
	#winter .intro .mv-link-button-wrapper {
		top: 65dvh;
		width: 100%;
	}
}

#winter .schedule {
	background-image: linear-gradient(90deg, #c54c3d, #e9ab89);
	padding-top: 50px;
}
	#winter .schedule .sec-ttl {
		margin-bottom: 30px;
	}
	#winter .schedule .wrapper > picture {
		display: block;
		width: 85%;
		margin: auto;
	}
@media only screen and (max-width: 769px){
	#winter .schedule {
		padding-top: 10px;
	}
	#winter .schedule .wrapper > picture {
		width: 100%;
	}
}


#winter .special01 .sec-ttl {
	margin-bottom: 30px;
}
#winter .special01 .text {
	font-size: 25px;
	line-height: 1.7;
	margin-bottom: 50px;
	text-align: center;
}
#winter .special01 .grid {
	align-items: flex-end;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 30px;
}
@media only screen and (max-width: 769px){
	#winter .special01 .sec-ttl {
		margin-bottom: 15px;
	}
	#winter .special01 .text {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 30px;
	}
	#winter .special01 .grid {
		grid-template-columns: 1fr;
		gap: 15px;
		margin: auto;
		width: 80%;
	}
}


#winter .special02 {
	position: relative;
}
#winter .special02::after {
	content: "";
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: url(../img/oc/winter2025/automotive/bg01.png) no-repeat top center/cover;
	z-index: 0;
}
	#winter .special02 .wrapper {
		position: relative;
		z-index: 1;
	}
	#winter .special02 .sec-ttl {
		margin-bottom: 30px;
	}
	#winter .special02 .text {
		font-size: 25px;
		line-height: 1.5;
		margin-bottom: 50px;
		text-align: center;
	}

#winter.infogame .special02::after {
	top: 24%;
}
#winter.infogame .special02 .wrapper > picture {
	display: block;
	margin: auto;
	width: 85%;
}
@media only screen and (max-width: 769px){
	#winter .special02::after {
		content: none;
	}
	#winter .special02 .sec-ttl {
		margin-bottom: 15px;
	}
	#winter .special02 .text {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 30px;
	}

	#winter.infogame .special02 .wrapper > picture {
		width: 100%;
	}
}


#winter .special03 {
	background: url(../img/oc/winter2025/automotive/bg02.jpg) no-repeat center top/cover;
	position: relative;
}
	#winter .special03 .sec-ttl {
		margin-bottom: 30px;
	}
	#winter .special03 .text {
		font-size: 25px;
		margin-bottom: 80px;
		text-align: center;
	}
	#winter .special03 .grid {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 60px 30px;
	}
		#winter .special03 .grid .box {
			background-color: #fff;
			border-radius: 30px;
			padding: 30px;
		}
		#winter .special03 .grid .head {
			font-size: 30px;
			font-weight: 500;
			margin: -50px 0 30px;
			text-align: center;
		}
			#winter .special03 .grid .head span {
				box-sizing: border-box;
				color: #fff;
				display: inline-block;
				padding: 10px;
				width: 300px;
			}
		#winter .special03 .grid .course {
			color: #c54c3d;
			font-size: 25px;
			font-weight: 600;
			margin-bottom: 25px;
			text-align: center;
		}
		#winter .special03 .grid .text1 {
			border-bottom: 5px solid #c7574a;
			font-size: 20px;
			font-weight: 600;
			height: 4.5em;
			display: flex;
			align-items: center;
			justify-content: center;
			line-height: 1.2;
			text-align: center;
		}
		#winter .special03 .grid .text2 {
			font-size: 18px;
			font-weight: 500;
			line-height: 1.4;
			margin-top: 15px;
			text-align: center;
		}

#winter.infogame .special03 {
	background: #78a3cc;
}
	#winter.infogame .special03 .text {
		color: #fff;
	}
@media only screen and (max-width: 769px){
	#winter .special03 .text {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 50px;
	}
	#winter .special03 .grid {
		grid-template-columns: 1fr;
		gap: 60px 0;
	}
		#winter .special03 .grid .box {
			border-radius: 15px;
			padding: 5%;
		}
		#winter .special03 .grid .head {
			font-size: 22px;
			margin: -40px 0 20px;
		}
			#winter .special03 .grid .head span {
				width: 200px;
			}
		#winter .special03 .grid .course {
			font-size: 18px;
			margin-bottom: 15px;
		}
		#winter .special03 .grid .text1 {
			border-width: 3px;
			font-size: 16px;
			height: auto;
			padding: .75em 0;
		}
		#winter .special03 .grid .text2 {
			font-size: 14px;
			margin-top: .75em;
		}
}		

#winter .special04 {
	background: repeating-linear-gradient(90deg, rgba(255, 217, 136, 0.5), rgba(255, 217, 136, 0.5) 45px, #f5eedf 45px, #f5eedf 90px);
}
#winter .special04 .grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
  margin-top: 50px;
}
@media only screen and (max-width: 769px){
	#winter .special04 .grid {
		grid-template-columns: 1fr;
		gap: 25px;
		margin: 30px auto 0;
		width: 80%;
	}
}


#winter .present {
	margin-bottom: 80px;
}
@media only screen and (max-width: 769px){
  #winter .present {
	margin-bottom: 50px;
  }
}

#winter .support .sec-ttl {
	margin-bottom: 30px;
}
#winter .support .grid {
	align-items: flex-end;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}
@media only screen and (max-width: 769px){
	#winter .support .sec-ttl {
		margin-bottom: 0;
	}
	#winter .support .grid {
		gap: 10px;
	}
}

#winter .wep .ttl {
	color: #000;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: center;
}
#winter .wep .ttl p {
  display: inline-block;
  position: relative;
}
  #winter .wep .ttl p::before {
	content: "/";
	display: inline-block;
	margin-right: 5px;
	transform: scale(-1, 1);
  }
  #winter .wep .ttl p::after {
	content: "/";
	margin-left: 5px;
  }
@media only screen and (max-width: 769px){
	#winter .wep {
		padding: 0;
	}
	#winter .wep .ttl {
		font-size: 20px;
		margin-bottom: 10px;
	}
}

#winter .other {
	padding-bottom: 150px;
}
#winter.infogame .other {
	padding-bottom: 0;
}
#winter .other a {
	display: block;
	margin-top: 50px;
}
@media only screen and (max-width: 769px){
	#winter .other {
		padding-bottom: 80px;
	}
	#winter.infogame .other {
		padding-bottom: 0;
	}
	#winter .other a {
		margin-top: 30px;
	}
}

#winter .addBanner {
	padding-bottom: 150px;
}
#winter .addBanner .ttl {
	color: #000;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: center;
}
#winter .addBanner .ttl p {
	display: inline-block;
	position: relative;
  }
	#winter .addBanner .ttl p::before {
	  content: "/";
	  display: inline-block;
	  margin-right: 10px;
	  transform: scale(-1, 1);
	}
	#winter .addBanner .ttl p::after {
	  content: "/";
	  margin-left: 10px;
	}
  @media only screen and (max-width: 769px){
	  #winter .addBanner {
		padding-bottom: 80px;
	  }
	  #winter .addBanner .ttl {
		  font-size: 20px;
		  margin-bottom: 10px;
	  }
  }