@charset "UTF-8";
/*
#overview
色

サイト全体で使用している色一覧
*/
/*
#colors
色

@white #fff
@black #444444
@gray #626262
@beige #efeee3
@beige2 #e5e1cd
@blue #4098bc
@blue2 #4064bc
@sky #80c5db
@sky2 #eaf5f9
@gold #a69e4d
@yellow #fff100
@pink #f19ec2
@pink2 #aa5290
@red #e60012
*/
:root {
  --color-white: #fff;
  --color-black: #333;
  --color-navy: #232c5a;
  --color-blue: #00486e;
  --color-red: #e60012;
  --color-pink: #d580b2;
  --color-green: #506d69;
  --color-gray: #eee;
  --color-gray2: #ccc;
  --color-main: var(--color-green, #506d69);
  --color-sub: var(--color-blue, #89a1ce);
  --text-color: var(--color-black, #333);
  --pattern-cross: repeating-linear-gradient(
			45deg,
			var(--color-gray) 25%,
			transparent 25%,
			transparent 75%,
			var(--color-gray) 75%,
			var(--color-gray)
		),
		repeating-linear-gradient(
			45deg,
			var(--color-gray) 25%,
			transparent 25%,
			transparent 75%,
			var(--color-gray) 75%,
			var(--color-gray)
		);
  --pattern-stripe: repeating-linear-gradient(
		-45deg,
		transparent 0,
		transparent 3px,
		var(--color-gray) 3px,
		var(--color-gray) 6px
	);
  --width-base: 1000px;
  --width-main-column: 700px;
  --width-side-column: 200px;
}

.interval5em > *:not(:last-child) {
  margin-bottom: 0.5em;
}

.interval10em > *:not(:last-child) {
  margin-bottom: 1em;
}

.interval15em > *:not(:last-child) {
  margin-bottom: 1.5em;
}

.interval20em > *:not(:last-child) {
  margin-bottom: 2em;
}

.interval25em > *:not(:last-child) {
  margin-bottom: 2.5em;
}

.interval30em > *:not(:last-child) {
  margin-bottom: 3em;
}

.interval35em > *:not(:last-child) {
  margin-bottom: 3.5em;
}

.interval40em > *:not(:last-child) {
  margin-bottom: 4em;
}

.interval45em > *:not(:last-child) {
  margin-bottom: 4.5em;
}

.interval50em > *:not(:last-child) {
  margin-bottom: 5em;
}

.bg-white {
  background: #fff;
}

.text-white {
  color: #fff;
}

.bg-black {
  background: #000;
}

.text-black {
  color: #000;
}

.bg-gray {
  background: #efefef;
}

.text-gray {
  color: #efefef;
}

.bg-beige {
  background: #f4efe6;
}

.text-beige {
  color: #f4efe6;
}

.bg-blue {
  background: #89a1ce;
}

.text-blue {
  color: #89a1ce;
}

.bg-green {
  background: #52ddae;
}

.text-green {
  color: #52ddae;
}

.bg-green2 {
  background: #39876d;
}

.text-green2 {
  color: #39876d;
}

.bg-green3 {
  background: #469280;
}

.text-green3 {
  color: #469280;
}

.bg-pale-green {
  background: #f0f7f2;
}

.text-pale-green {
  color: #f0f7f2;
}

.bg-pale-green2 {
  background: rgba(80, 178, 128, 0.3);
}

.text-pale-green2 {
  color: rgba(80, 178, 128, 0.3);
}

.bg-red {
  background: #df0515;
}

.text-red {
  color: #df0515;
}

.bg-orange {
  background: #f8b500;
}

.text-orange {
  color: #f8b500;
}

.bg-sky0 {
  background: #1b96d5;
}

.text-sky0 {
  color: #1b96d5;
}

.bg-green0 {
  background: #74be5a;
}

.text-green0 {
  color: #74be5a;
}

.bg-orange0 {
  background: #ef7d54;
}

.text-orange0 {
  color: #ef7d54;
}

.bg-pink0 {
  background: #e9516e;
}

.text-pink0 {
  color: #e9516e;
}

/*
@mixin bgStripe($type: -45, $color1: #fff, $color2: #000, $interval: 4, $size: 10) {
	@if (type_of($type) == number) {
		$stripes: ();
		$width: 100% / $interval;

		@for $i from 1 through $interval {
			//$stripes: append();

			@if $i == 1 {
				$colorStripe: $color1;
			} @else {
				$colorStripe: $color2;
			}
			$widthStripe: $width * $i;
			$stripes: append($stripes, $colorStripe);
		}
		background: repeating-linear-gradient($type + deg, $stripes);
	}
	background-size: $size + px $size + px;
}
*/
.wrap {
  overflow-x: hidden;
  padding: 10rem 0 20rem;
  font-family: "Zen Maru Gothic", sans-serif !important;
}

.main-open-campus {
  position: relative;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 60px;
  background-size: auto auto;
  background-color: #f5f4e5;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, #ebdcbc 10px, #ebdcbc 20px);
}

.main-open-campus .content {
  margin-left: auto;
  margin-right: auto;
}

.main-open-campus__inner {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.main-open-campus__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}

.main-open-campus__student {
  position: absolute;
  z-index: 2;
}

.main-open-campus__student--1 {
  top: 7.5rem;
  left: -4rem;
}

.main-open-campus__student--2 {
  top: 4.5rem;
  right: -1.5rem;
}

.oc2026-main-link {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.oc2026-main-link p {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.open-campus-section--bottom {
  padding-top: 8rem;
}

.open-campus-section svg {
  margin: 7em 0 5em;
  width: 100%;
}

.oc2026-section-wrap {
  display: flex;
  flex-direction: column;
  gap: 7rem;
}

.oc2026-section {
  overflow: hidden;
  position: relative;
  border: 3px solid var(--color-black);
  border-radius: 3rem;
  box-shadow: 0.75em 0.75em 0 0 #dae000;
}

.oc2026-section__inner {
  margin-left: auto;
  margin-right: auto;
}

.oc2026-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3em;
  margin-top: 1em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
}

.oc2026-header__head {
  display: inline-block;
  margin-top: 0.5em;
  width: 24rem;
  font-size: 56px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  vertical-align: -10%;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
  background-color: #e9d7b7;
  border: 5px solid var(--color-black);
  border-radius: calc(0.75em + 10px);
}

.oc2026-header__date {
  font-size: 140px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.oc2026-header__date span {
  margin-left: -0.5em;
  font-size: 60%;
  font-weight: bold;
  letter-spacing: -0.1em;
}

.oc2026-caution {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-left: auto;
  margin-right: auto;
  max-width: 68rem;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.25;
}

.oc2026-caution li {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  width: 100%;
  font-weight: bold;
  color: #fff;
  background-color: #ff0000;
  border-radius: calc((1.25em + 0.5em) / 2);
}

.oc2026-catch {
  font-size: 34px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.oc2026-text {
  font-weight: bold;
  line-height: calc(28 / 16);
}

.oc2026-timetable-section {
  padding: 4rem 8rem 6rem;
}

.oc2026-timetable-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-bottom: 0.5em;
  font-size: 4rem;
}

.oc2026-timetable-header::before, .oc2026-timetable-header::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 21rem;
  height: 1px;
  border: 2px dashed var(--color-black);
}

.oc2026-timetable-header::before {
  left: -7rem;
}

.oc2026-timetable-header::after {
  right: -7rem;
}

.oc2026-timetable-header__head {
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  background-color: #ffe946;
  border: 7px solid var(--color-black);
  border-radius: calc(0.75em + 14px);
  z-index: 1;
}

.oc2026-timetable-header__head::before, .oc2026-timetable-header__head::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  transform: translate(-50%, calc(100% - 7px));
  width: 0;
  height: 0;
}

.oc2026-timetable-header__head::before {
  border-left: calc(0.25em * 1.75) solid transparent;
  border-right: calc(0.25em * 1.75) solid transparent;
  border-top: calc(0.4em * 1.75) solid var(--color-black);
}

.oc2026-timetable-header__head::after {
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  border-top: 0.4em solid #ffe946;
}

.oc2026-timetable-header__head--2 {
  background-color: #80cce3;
}

.oc2026-timetable-header__head--2::after {
  border-top: 0.4em solid #80cce3;
}

.oc2026-timetable-header__time {
  display: flex;
  align-items: center;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.025em;
}

.oc2026-timetable-header__time span {
  font-size: calc(28 / 40 * 100%);
  font-weight: bold;
}

.oc2026-timetable-texts {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2em;
  margin-bottom: 2em;
  font-size: 2.2rem;
  line-height: calc(24 / 20);
}

.oc2026-timetable-texts p {
  margin-bottom: 0.25em;
  padding-left: 0.1em;
  font-size: calc(34 / 22 * 100%);
  font-weight: bold;
  letter-spacing: 0.1em;
}

.oc2026-timetable-texts li {
  font-weight: bold;
}

.oc2026-timetable {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.oc2026-timetable--1 {
  margin-bottom: 2em;
}

.oc2026-timetable--2 {
  margin-bottom: 3em;
}

.oc2026-timetable__table {
  flex: 1;
  align-self: flex-start;
  font-size: 20px;
  line-height: 1.5;
}

.oc2026-timetable__table tr {
  border-bottom: 2px dashed var(--color-black);
}

.oc2026-timetable__table th,
.oc2026-timetable__table td {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  font-weight: bold;
}

.oc2026-timetable__table th {
  padding-right: 0.5em;
  width: 4.5em;
  text-align: right;
}

.oc2026-timetable__table td {
  width: calc(100% - 4.5em);
}

.oc2026-timetable__table td span {
  font-weight: bold;
  color: #e2605f;
}

.oc2026-timetable__content {
  flex: 1;
}

.oc2026-timetable__content--1 {
  flex: none;
  width: 320px;
}

.oc2026-timetable__content img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

.oc2026-timetable__content p {
  margin-top: 0.5em;
  font-size: 20px;
  font-weight: bold;
  line-height: calc(26 / 20);
}

.oc2026-timetable__content p a {
  text-decoration: none;
  border-bottom: 2px dashed var(--color-black);
  transition: background-color 0.5s;
}

.oc2026-timetable__content p a:hover, .oc2026-timetable__content p a:focus {
  background-color: #dae000;
  text-decoration: none;
}

.oc2026-timetable__content--balloon {
  position: absolute;
  right: -8rem;
  bottom: 0;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #fff;
  border-left: 5px solid var(--color-black);
  border-top: 5px solid var(--color-black);
  border-radius: 3rem 0 0 0;
}

.oc2026-timetable__content--balloon::before, .oc2026-timetable__content--balloon::after {
  content: "";
  position: absolute;
  top: 62%;
  left: 0;
  width: 0;
  height: 0;
}

.oc2026-timetable__content--balloon::before {
  border-top: 1.75rem solid transparent;
  border-bottom: 1.75rem solid transparent;
  border-right: 10rem solid var(--color-black);
  transform: translate(-80%, 0) rotate(-20deg);
}

.oc2026-timetable__content--balloon::after {
  border-top: 1.75rem solid transparent;
  border-bottom: 1.75rem solid transparent;
  border-right: 10rem solid #fff;
  transform: translate(-52%, -30%) rotate(-20deg);
}

.oc2026-timetable__content--balloon img {
  margin-top: -3em;
}

.oc2026-timetable__content--0905-1 {
  position: relative;
  padding-top: 2em;
}

.oc2026-timetable__text {
  margin-bottom: 0.5em;
  font-size: 18px;
  font-weight: bold;
  color: #a30000;
  line-height: calc(27 / 18);
}

.oc2026-timetable__subject {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.oc2026-timetable__subject dl {
  padding: 0.5em 0.75em;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, sans-serif;
  border-radius: 1em;
  background-color: var(--color-white);
}

.oc2026-timetable__subject dt {
  margin-bottom: 0.25em;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-indent: 0.25em;
  letter-spacing: 0.25em;
}

.oc2026-timetable__subject dd {
  font-weight: bold;
  color: var(--color-black);
  line-height: calc(24 / 16);
}

.oc2026-timetable__tour dt {
  padding: 0.25em 1em;
  font-size: 30px;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: calc(36 / 30);
  border: 4px solid #000;
  border-radius: 1em;
}

.oc2026-timetable__tour dd {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.oc2026-timetable__tour dd p:nth-child(1) {
  font-size: 24px;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: calc(30 / 24);
}

[data-color="green"] {
  color: #2a6c36;
  border: 5px solid #2a6c36;
}

[data-color="red"] {
  color: #a30000;
  border: 5px solid #a30000;
}

[data-color="blue"] {
  color: #0d4f7e;
  border: 5px solid #0d4f7e;
}

.subject-list {
  display: flex;
  justify-content: center;
  gap: 0.5em;
  font-size: 30px;
}

.subject-list > li {
  padding: 0.35em 0.5em 0.4em;
  min-width: 160px;
  font-weight: bold;
  text-align: center;
  border-radius: 0.5em;
  text-indent: 0.25em;
  letter-spacing: 0.25em;
  background-color: var(--color-white);
}

.section-schedule {
  padding: 120px 0 240px;
}

.oc2023-briefing-head {
  display: flex;
  justify-content: center;
  margin-bottom: 3em;
}

.oc2023-briefing-head__img {
  display: block;
}

.oc2026-briefing__student {
  position: absolute;
}

.oc2026-briefing__student--2 {
  bottom: -100%;
  right: -3%;
  z-index: 2;
}

.oc2026-briefings {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.oc2026-briefings__header {
  margin-bottom: 1.5em;
  font-size: 36px;
  text-align: center;
  line-height: calc(66 / 36);
}

.oc2026-briefings__head {
  margin-bottom: 0.25em;
  font-weight: bold;
}

.oc2026-briefings__caution {
  font-size: calc(28 / 36 * 100%);
  font-weight: bold;
}

.oc2026-briefings__caution::before {
  content: "※";
}

.oc2026-application {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 64rem;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  background-color: #fff;
  border: 10px solid var(--color-black);
  border-radius: calc(1em + 10px);
  transition: color 0.5s, background-color 0.5s;
}

.oc2026-application:hover {
  color: #fff;
  background-color: var(--color-black);
}

.oc2026-briefings-box {
  display: flex;
  align-items: center;
  gap: 2em;
  margin-bottom: 2em;
}

.oc2026-briefings-box__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  font-size: 24px;
  font-weight: bold;
  border: 6px solid var(--color-black);
  border-radius: 50%;
  letter-spacing: 0.2em;
  text-indent: 0.1em;
}

.oc2026-briefings-box__date {
  padding-bottom: 0.1em;
  font-size: 90px;
  font-weight: bold;
  line-height: 0.75;
  -ms-grid-row-align: center;
  align-self: center;
}

.oc2026-briefings-box__date span {
  font-size: 60%;
  font-weight: bold;
}

.oc2026-briefings-box__list {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  line-height: calc(44 / 32);
  -ms-grid-row-align: center;
  align-self: center;
}

.oc2026-briefings-box__list li {
  font-size: 32px;
  font-weight: bold;
}

.oc2026-briefings-box__list li::before {
  content: "●";
}

.oc2026-schedule-wrap--1 {
  margin-bottom: 2em;
}

.oc2026-schedule-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 110px;
  border-bottom: 1px solid var(--color-black);
}

.oc2026-schedule-box:first-child {
  border-top: 1px solid var(--color-black);
}

.oc2026-schedule-box__date {
  width: calc(180 / 900 * 100%);
  font-size: 50px;
  font-weight: bold;
}

.oc2026-schedule-box__date span {
  font-size: 60%;
  font-weight: bold;
}

.oc2026-schedule-box__head {
  width: calc(420 / 900 * 100%);
  font-size: 35px;
  font-weight: bold;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  line-height: calc(35 / 30);
}

.oc2026-schedule-box__head span {
  display: block;
  font-size: calc(26 / 35 * 100%);
}

.oc2026-schedule-box__time {
  width: calc(260 / 900 * 100%);
  font-size: 28px;
  font-weight: bold;
}

.oc2026-schedule-box__list {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  line-height: calc(44 / 32);
  -ms-grid-row-align: center;
  align-self: center;
}

.oc2026-schedule-box__list li {
  font-size: 24px;
  font-weight: bold;
}

.oc2026-schedule-box__list li::before {
  content: "●";
}

.oc2026-caution-list {
  margin-top: 0.5em;
  font-size: 20px;
  text-align: right;
  line-height: calc(35 / 20);
}

.oc2026-caution-list li {
  font-weight: 500;
}

.oc2026-experience-header {
  background: url(../images/oc2026-experience-bg.png) no-repeat left bottom;
}

.oc2026-experience-header--1 {
  margin-bottom: 1em;
  text-align: center;
}

.oc2026-experience-header--1 img {
  margin-bottom: 0.25em;
}

.oc2026-experience-header--2 {
  gap: 4em;
  margin-bottom: 3em;
}

.oc2026-experience-header::before {
  content: "";
  position: absolute;
  top: -30%;
  left: 50%;
  display: block;
  width: 103px;
  height: 165px;
  background: url(../images/oc2026-arrow.png) no-repeat center center/contain;
}

.oc2026-experience-header__head {
  font-size: 5rem;
  font-weight: bold;
  color: #00486e;
  white-space: nowrap;
}

.oc2026-experience-header__head__top {
  font-weight: bold;
  color: #e2605f;
}

.oc2026-experience-header__head__num {
  font-size: calc(79 / 50 * 100%);
  font-weight: bold;
  vertical-align: -10%;
}

.oc2026-experience-header ul {
  font-size: 1.5rem;
}

.oc2026-experience-header li {
  font-weight: bold;
  line-height: calc(18 / 15);
}

.oc2026-experience-header li:nth-child(2) {
  font-size: calc(20 / 15 * 100%);
  color: #e2605f;
}

.oc2026-experience-header > p:not(.oc2026-experience-header__head) {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.oc2026-experience-wrap {
  counter-reset: cnt;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0 3rem;
  height: calc(7.2rem * 6);
}

.oc2026-experience {
  counter-increment: cnt;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.25em;
  padding-left: 7rem;
  width: calc(50% - 1.5rem);
  height: 7.2rem;
  border-bottom: 2px solid var(--color-black);
}

.oc2026-experience:nth-child(6n-5) {
  border-top: 2px solid var(--color-black);
}

.oc2026-experience::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: counter(cnt);
  display: block;
  width: 7rem;
  height: 100%;
  font-size: 5rem;
  font-weight: bold;
  color: #cd749b;
  text-align: center;
  line-height: 1;
}

.oc2026-experience__head {
  font-size: 2.3rem;
  font-weight: bold;
  color: #4573ac;
}

.oc2026-experience__head span {
  font-size: 70%;
  font-weight: bold;
}

.oc2026-experience__text {
  font-size: 1.4rem;
  font-weight: bold;
  color: #645d37;
  line-height: 1.25;
}

.oc2026-experience__subject {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  padding-left: 0.2em;
  padding-top: 0.15em;
  padding-bottom: 0.35em;
  width: 8rem;
  height: 1.5em;
  font-size: 2.4rem;
  font-weight: bold;
  color: #626163;
  text-align: center;
  letter-spacing: 0.2em;
  border: 2px solid #626163;
  box-shadow: 2px 2px 0 #626163;
}

.oc2026-0725-title-tani-sei {
  position: absolute;
  right: -8rem;
  bottom: -7rem;
  width: calc(518 / 834 * 100%) !important;
}

.oc2026-activity-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 5em;
}

.oc2026-activity {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "title image" "text image";
  width: 100%;
  -ms-grid-rows: 3.5em 0.5em 1fr;
  grid-template-rows: 3.5em 1fr;
  gap: 0.5em;
}

.oc2026-activity--1 {
  width: 50rem;
}

.oc2026-activity--2 {
  margin-top: -4em;
  width: 53rem;
}

.oc2026-activity dt {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5em;
}

.oc2026-activity dd {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.oc2026-activity dd:nth-of-type(1) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: text;
}

.oc2026-activity dd:nth-of-type(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: image;
}

.oc2026-activity dd a {
  border-bottom: 2px dashed var(--color-black);
  transition: background-color 0.5s;
}

.oc2026-activity dd a:hover, .oc2026-activity dd a:focus {
  background-color: #dae000;
  text-decoration: none;
}

.oc2026-activity dd img {
  border-radius: 1em;
}

.oc2026-0725-head {
  margin-top: -2em;
  margin-left: -1em;
}

.oc2026-0905-1-1 {
  position: absolute;
  left: 2%;
  top: 0;
  width: auto !important;
}

.oc2026-0905-2-1 {
  max-width: 100%;
  height: auto;
  z-index: 0;
}

.oc2026-0905-2-2 {
  margin-bottom: 0.5em;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1500px) {
  .main-open-campus__img {
    margin-bottom: 5vw;
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1200px) {
  .main-open-campus {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .main-open-campus__inner {
    padding: 0 5vw;
  }
  .main-open-campus__student {
    top: 5vw;
    width: auto;
    height: 24.5vw;
  }
  .main-open-campus__student--1 {
    left: -2vw;
  }
  .main-open-campus__student--2 {
    right: 3vw;
  }
  .open-campus-section svg {
    margin: 0 0 5em;
  }
  .oc2026-section {
    border-radius: 2.5vw;
  }
  .oc2026-section__inner {
    width: 100%;
  }
  .oc2026-header {
    gap: 2.5vw;
    height: 14.58333vw;
  }
  .oc2026-header__head {
    width: 25vw;
    font-size: 4.16667vw;
  }
  .oc2026-header__date {
    font-size: 11.66667vw;
  }
  .oc2026-caution {
    max-width: 90%;
    font-size: 2.66667vw;
  }
  .oc2026-catch {
    font-size: 2.83333vw;
  }
  .oc2026-text {
    font-size: 1.33333vw;
  }
  .oc2026-timetable-section {
    padding: 5vw 7.5vw;
  }
  .oc2026-timetable-header {
    font-size: 4.16667vw;
  }
  .oc2026-timetable-texts {
    font-size: 1.83333vw;
  }
  .oc2026-timetable {
    gap: 2.5vw;
  }
  .oc2026-timetable__table {
    width: 34.16667vw;
    font-size: 1.83333vw;
  }
  .oc2026-timetable__content {
    width: 30vw;
  }
  .oc2026-timetable__content p {
    font-size: 1.33333vw;
  }
  .oc2026-timetable__text {
    font-size: 1.5vw;
  }
  .oc2026-timetable__subject dt {
    font-size: 2.5vw;
  }
  .oc2026-timetable__subject dd {
    font-size: 1.33333vw;
  }
  .oc2026-timetable__tour dt {
    font-size: 2.5vw;
  }
  .oc2026-timetable__tour dd p:nth-child(1) {
    font-size: 2vw;
  }
  .subject-list {
    font-size: 2.5vw;
  }
  .subject-list > li {
    min-width: 15vw;
  }
  .oc2026-briefings {
    width: 100%;
  }
  .oc2026-briefings-box__num {
    width: 7.5vw;
    height: 7.5vw;
    font-size: 2vw;
    border: 0.5vw solid var(--color-black);
  }
  .oc2026-briefings-box__date {
    font-size: 7.5vw;
  }
  .oc2026-briefings-box__list li {
    font-size: 2.66667vw;
  }
  .oc2026-schedule-box {
    min-height: 9.16667vw;
  }
  .oc2026-schedule-box__date {
    font-size: 4.16667vw;
  }
  .oc2026-schedule-box__head {
    font-size: 2.91667vw;
  }
  .oc2026-schedule-box__time {
    font-size: 2.33333vw;
  }
  .oc2026-schedule-box__list li {
    font-size: 2vw;
  }
  .oc2026-experience-header {
    margin-left: -1em;
    padding-left: 1em;
    background: url(../images/oc2026-experience-bg.png) no-repeat left top 2em/50%;
  }
  .oc2026-experience-header--1 {
    gap: 5vw;
  }
  .oc2026-experience-header--1 img {
    max-width: 100%;
    height: auto;
  }
  .oc2026-experience-header--2 {
    gap: 5vw;
  }
  .oc2026-experience-header__head {
    font-size: 4.16667vw;
  }
  .oc2026-experience-header ul {
    font-size: 1.25vw;
  }
  .oc2026-experience-header > p:not(.oc2026-experience-header__head) {
    font-size: 2.33333vw;
  }
  .oc2026-experience-wrap {
    height: 36vw;
  }
  .oc2026-experience {
    padding-left: 5.83333vw;
    height: 6vw;
  }
  .oc2026-experience::before {
    width: 5.83333vw;
    font-size: 4.16667vw;
  }
  .oc2026-experience__head {
    font-size: 2vw;
  }
  .oc2026-experience__text {
    font-size: 1.16667vw;
  }
  .oc2026-experience__subject {
    width: 6.66667vw;
    font-size: 2vw;
  }
  .oc2026-activity-wrap {
    flex-direction: column;
    align-items: center;
  }
  .oc2026-activity--1 {
    width: 60rem;
  }
  .oc2026-activity--2 {
    margin-top: 0;
    width: 60rem;
  }
  .oc2026-activity dt {
    font-size: 3vw;
  }
  .oc2026-activity dd {
    font-size: 1.66667vw;
  }
  .oc2026-activity dd img {
    max-width: 100%;
    width: 30vw;
    height: auto;
  }
  .oc2026-0725-head {
    margin-top: 0;
    margin-left: 0;
    width: 30.41667vw;
    height: auto;
  }
  .oc2026-0905-1-1 {
    width: 16.83333vw !important;
    height: auto;
  }
  .oc2026-0905-2-1 {
    width: 27.91667vw;
  }
  .oc2026-0905-2-2 {
    width: 23.5vw;
  }
}

@media screen and (max-width: 768px) {
  .main-open-campus {
    padding-top: 10vw;
    margin-bottom: 10vw;
  }
  .main-open-campus__student {
    top: 6vw;
    display: none;
  }
  .main-open-campus__student--1 {
    left: 1vw;
  }
  .main-open-campus__student--2 {
    right: 1vw;
  }
  .oc2026-main-link p {
    font-size: 2.60417vw;
  }
  .open-campus-section--bottom {
    padding-top: 5vw;
  }
  .open-campus-section svg {
    margin: 0 0 10vw;
    height: 20px;
  }
  .open-campus-section svg line {
    stroke-width: 5px;
    stroke-dasharray: 5px 15px;
    stroke-dashoffset: 10px;
  }
  .oc2026-section {
    border: 0.52174vw solid var(--color-black);
    border-radius: 5.21739vw;
    box-shadow: 1.30435vw 1.30435vw 0 0 #dae000;
  }
  .oc2026-header {
    gap: 1em;
    margin-bottom: 2em;
    width: 100%;
    height: 22.78646vw;
  }
  .oc2026-header__head {
    width: 26.04167vw;
    font-size: 6.51042vw;
    border: 0.65104vw solid var(--color-black);
  }
  .oc2026-header__date {
    font-size: 14.1129vw;
    text-align: center;
  }
  .oc2026-caution {
    font-size: 4.16667vw;
  }
  .oc2026-catch {
    font-size: 4.5vw;
  }
  .oc2026-text {
    font-size: 3.6vw;
  }
  .oc2026-timetable-section {
    padding: 5vw;
  }
  .oc2026-timetable-header {
    font-size: 6.51042vw;
  }
  .oc2026-timetable-header::before, .oc2026-timetable-header::after {
    content: none;
  }
  .oc2026-timetable-header__head {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 5.20833vw;
    border: 0.91146vw solid var(--color-black);
  }
  .oc2026-timetable-texts {
    flex-direction: column;
    font-size: 3.125vw;
  }
  .oc2026-timetable {
    flex-direction: column;
    align-items: center;
    gap: 15vw;
  }
  .oc2026-timetable__table {
    width: 100%;
    font-size: 4vw;
  }
  .oc2026-timetable__content {
    width: 100%;
    text-align: center;
  }
  .oc2026-timetable__content p {
    font-size: 3vw;
    text-align: left;
  }
  .oc2026-timetable__content--balloon {
    position: relative;
    right: auto;
    top: auto;
    padding: 5vw;
    margin-bottom: 5vw;
    width: 80%;
    border: 0.65104vw solid var(--color-black);
    border-radius: 3.90625vw;
  }
  .oc2026-timetable__content--balloon::before, .oc2026-timetable__content--balloon::after {
    content: none;
  }
  .oc2026-timetable__content--balloon img {
    margin-top: -15vw;
  }
  .oc2026-timetable__text {
    font-size: 4vw;
  }
  .oc2026-timetable__subject dt {
    font-size: 5vw;
  }
  .oc2026-timetable__subject dd {
    font-size: 3.6vw;
  }
  .oc2026-timetable__tour dt {
    font-size: 5vw;
  }
  .oc2026-timetable__tour dd p:nth-child(1) {
    font-size: 4.5vw;
  }
  .subject-list {
    font-size: 5vw;
  }
  .subject-list > li {
    min-width: 20vw;
  }
  .section-schedule {
    padding: 30vw 0 20vw;
  }
  .oc2023-briefing-head__img {
    max-width: 100%;
    height: auto;
  }
  .oc2026-briefing__student {
    height: auto;
  }
  .oc2026-briefing__student--2 {
    width: 30vw;
    bottom: 8vw;
    right: -5vw;
  }
  .oc2026-briefings__header {
    font-size: 5.5vw;
  }
  .oc2026-application {
    font-size: 4.16667vw;
    border: 1vw solid var(--color-black);
    border-radius: calc(px2vw(32, sm) + 1vw);
  }
  .oc2026-briefings-box {
    flex-flow: row wrap;
    gap: 2.5vw 5vw;
  }
  .oc2026-briefings-box__num {
    width: 13.5vw;
    height: 13.5vw;
    font-size: 3.6vw;
    border: 1vw solid var(--color-black);
    letter-spacing: 0;
    text-indent: 0;
  }
  .oc2026-briefings-box__date {
    font-size: 12vw;
  }
  .oc2026-briefings-box__list li {
    font-size: 4.8vw;
  }
  .oc2026-schedule-box {
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 2.5vw 5vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
    width: 100%;
    min-height: auto;
  }
  .oc2026-schedule-box__date {
    order: 1;
    width: auto;
    font-size: 7.5vw;
  }
  .oc2026-schedule-box__head {
    order: 3;
    width: 100%;
    font-size: 5.25vw;
  }
  .oc2026-schedule-box__time {
    order: 2;
    width: auto;
    font-size: 4.2vw;
  }
  .oc2026-schedule-box__list {
    order: 4;
  }
  .oc2026-schedule-box__list li {
    font-size: 4vw;
  }
  .svg-line line {
    stroke-width: 2vw;
    stroke-dasharray: 3.5vw 5vw;
  }
  .oc2026-caution-list {
    font-size: 3vw;
  }
  .oc2026-experience-header {
    flex-direction: column;
    margin-left: 0;
    padding-left: 0;
    background: url(../images/oc2026-experience-bg.png) no-repeat center top 2em/contain;
  }
  .oc2026-experience-header--1 {
    gap: 1em;
  }
  .oc2026-experience-header--2 {
    gap: 1em;
    margin-bottom: 1em;
  }
  .oc2026-experience-header__head {
    font-size: 8.69565vw;
  }
  .oc2026-experience-header ul {
    font-size: 2.6087vw;
  }
  .oc2026-experience-header > p:not(.oc2026-experience-header__head) {
    font-size: 4.86957vw;
  }
  .oc2026-experience-wrap {
    gap: 0;
    height: auto;
  }
  .oc2026-experience {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 12.17391vw;
    width: 100%;
    height: auto;
  }
  .oc2026-experience:nth-child(6n-5) {
    border-top: none;
  }
  .oc2026-experience:first-child {
    border-top: 2px solid var(--color-black);
  }
  .oc2026-experience::before {
    width: 12.17391vw;
    font-size: 8.69565vw;
  }
  .oc2026-experience__head {
    font-size: 4.17391vw;
  }
  .oc2026-experience__text {
    font-size: 2.43478vw;
  }
  .oc2026-experience__subject {
    width: 13.91304vw;
    font-size: 4.17391vw;
  }
  .oc2026-0725-title-tani-sei {
    position: relative;
    right: -9vw;
    bottom: auto;
    margin-top: -15vw;
    width: 90% !important;
  }
  .oc2026-activity-wrap {
    gap: 5vw;
    margin-top: 0;
    width: 100%;
  }
  .oc2026-activity {
    -ms-grid-rows: 8vw 1fr;
    grid-template-rows: 8vw 1fr;
    width: 100%;
  }
  .oc2026-activity--1 {
    width: 100%;
  }
  .oc2026-activity--2 {
    width: 100%;
  }
  .oc2026-activity dt {
    font-size: 6.26087vw;
  }
  .oc2026-activity dd {
    font-size: 3.47826vw;
  }
  .oc2026-0725-head {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 0;
    margin-bottom: -5vw;
    margin-right: auto;
    width: 60%;
  }
  .oc2026-0905-1-1 {
    width: 35.13043vw !important;
  }
  .oc2026-0905-2-1 {
    width: 80%;
  }
  .oc2026-0905-2-2 {
    width: 36.71875vw;
  }
}

@media screen and (max-width: 575px) {
  .wrap {
    padding: 15vw 0 18vw;
  }
}
