<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*--------------------------------------
# page-title
--------------------------------------*/
#page-title {
  position: relative;
  clear: both;
}
#page-title .title-h2 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 120px;
  padding: 30px 20px;
  color: var(--titleColor);
  font-size: min(6.8vw, 4.8rem);
  line-height: 1.2;
  letter-spacing: 1px;
  z-index: 2;
}
#page-title.judo .title-h2,#page-title.oral_health .title-h2 {
  min-height: 300px;
}
#page-title .title-h2 .en {
  font-family: "Arimo", sans-serif;
  font-size: min(4vw, 2.2rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2em;
  clip-path: inset(0 100% 0 0);
  animation: animationText 1s cubic-bezier(0.37, 0, 0.63, 1) forwards;
}
#page-title .title-h2 h2 {
  font-size: min(6.8vw, 4.8rem);
  line-height: 1.2;
  letter-spacing: 0.05em;
  clip-path: inset(0 100% 0 0);
  animation: animationText 1s cubic-bezier(0.37, 0, 0.63, 1) 0.2s forwards;
}
#page-title .title-h2 h2 .icon {
  display: inline-block;
  margin: 0 0 0.2em 0.5em;
  padding: 0.2em 0.5em 0.23em;
  background: rgba(255,255,255,0.5);
  font-size: min(3.6vw, 2.0rem);
  letter-spacing: 0;
  border: 1px solid;
  vertical-align: middle;
}
#page-title .title-h2 .text {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.2em;
  font-size: min(3.6vw, 1.8rem);
  font-weight: 600;
  line-height: 1.8;
  clip-path: inset(0 100% 0 0);
	animation: animationText 1s cubic-bezier(0.37, 0, 0.63, 1) 0.2s forwards;
}
#page-title .title-h2 .text &gt; span {
  padding: 0.1em 0.2em 0.2em;
  background: #fff;
  color: var(--linkColor);
}
#page-title.judo .title-h2 .text &gt; span {
  color: #7F99B3;
}
#page-title.oral_health .title-h2 .text &gt; span {
  color: var(--oralColor);
}
#page-title .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
}
#page-title .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
@keyframes animationText {
	0% {clip-path: inset(0 100% 0 0);}
	100% {clip-path: inset(0);}
}
@media (min-width: 950px) {
  #container.two-column #page-title {
    margin-left: min(22%, 248px);
  }
  #page-title .title-h2 {
    /* max-width: 1280px; */
    min-height: 340px;
    /* margin: auto; */
    padding: 0 min(6%, 80px);
  }
  #page-title.judo .title-h2,#page-title.oral_health .title-h2 {
    min-height: 440px;
  }
  #page-title .title-h2 .en {}
  #page-title .title-h2 h2 {}
  #page-title .title-h2 .text &gt; span {
    padding: 0.1em 10px 0.25em;
  }
  #page-title .title-h2 .text &gt; span:not(:first-child) {
    padding-left: 0;
  }
  #page-title .title-h2 .text &gt; span:not(:last-child) {
    padding-right: 0;
  }
}

/*--------------------------------------
# breadcrumbs
--------------------------------------*/
#breadcrumbs {
  position: relative;
  padding: 15px 20px;
  background: #fff;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.2;
  border-top: 1px solid #e5e0e0;
  overflow: auto;
  z-index: 2;
}
#breadcrumbs ol {
  display: flex;
}
#breadcrumbs ol:before {
  content: '';
}
#breadcrumbs li {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
#breadcrumbs li a {
  color: #666;
}
#breadcrumbs li:first-child:before {
  content: '\f015';
  display: inline-block;
  margin-right: 4px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  vertical-align: middle;
  opacity: 0.8;
}
#breadcrumbs li:not(:first-child):before {
  content: '';
  width: 6px;
  height: 6px;
  margin: 0 6px 0 5px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}
@media (min-width: 821px) {
  #container.two-column #breadcrumbs {
    margin-left: min(22%, 248px);
  }
  #breadcrumbs {
    padding: 15px min(6%, 80px);
  }
}

/*--------------------------------------
# node
--------------------------------------*/
.node {
  margin-top: -60px;
  padding: calc(60px + 40px) 0 60px;
  transition: 0.8s;
}
.node.bg {
  position: relative;
}
.node.bg:before {
  content: '';
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #edf1f2;
  z-index: -1;
}
.node:not(.scrollin) {
  transform: translateY(80px);
  opacity: 0;
}
.node .node-wrapper {
  padding: 0 20px;
}
.node .node-wrapper&gt;*:last-child {
  margin-bottom: 0;
}

/* title */
h3 {
  position: relative;
  margin: 0 0 1em;
  padding: 0.3em 0.5em 0.4em 0;
  color:transparent;
  font-size: min(4.8vw, 3.0rem);
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  transition: 0.4s;
  transition-delay: 0.5s;
  z-index: 1;
}
h3:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  right: 0;
  background: var(--baseColor);
  z-index: -1;
  clip-path: inset(0 100% 0 0);
}
.node.scrollin h3 {
	color: #fff;
}
.node.scrollin h3:before {
	animation: animationText 1s cubic-bezier(0.37, 0, 0.63, 1) forwards;
}
h3:has(.icon) {
  display: flex;
  align-items: center;
  gap: 10px;
}
h3 .icon {
  padding: 0.05em 0.4em 0.2em;
  font-size: 80%;
  white-space: nowrap;
  border: 1px solid;
}
h4 {
  clear: both;
  position: relative;
  margin: 0 0 1em;
  padding: 10px;
  background: #d8dce1;
  color: var(--titleColor);
  font-size: min(4.4vw, 2.0rem);
  line-height: 1.45;
}

/* h4 {
  clear: both;
  position: relative;
  display: flex;
  margin: 0 0 1em;
  color: var(--titleColor);
  font-size: min(4.4vw, 2.2rem);
  line-height: 1.45;
}
h4:after {
  content: '';
  flex: 1;
  min-width: 10%;
  height: 2px;
  margin: 0.75em 0 0 0.5em;
  background: #d8dce1;
} */


h4:not(:first-child) {
  margin-top: 2em;
}
/* h4:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #d8dce1;
} */

h5 {
  margin-bottom: 0.5em;
  color: var(--baseColor);
  font-size: min(4.2vw, 2.0rem);
  line-height: 1.2;
}
.h3-title {
  color: var(--baseColor);
  font-size: min(4.8vw, 3.0rem);
  line-height: 1.4;
}

/* nav */
.page-nav {
  position: relative;
  z-index: 2;
}
.page-nav ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%); */
  counter-reset: count 0;
}
.page-nav li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  border: 1px solid #d8dce1;
  border-radius: 6px;
  overflow: hidden;
}
.page-nav li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #005b96;
  transition: 0.3s;
}
.page-nav li.current-cat:before {
  height: 100%;
}
.page-nav a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2px 7px;
  height: 100%;
  padding: 1em 2em 1em 0.75em;
  color: var(--titleColor);
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.2;
  overflow: hidden;
  transition: 0.2s;
}
.page-nav li:not(.current-cat) a {
  padding-right: 30px;
}
.page-nav li:not(.current-cat) a:after {
  content: '';
  position: absolute;
  top: 45%;
  right: 1em;
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #005b96;
  border-right: 1px solid #005b96;
  transform: rotate(45deg) translate(-50%, 0);
  transition: 0.2s;
}
.page-nav li.current-cat a {
  color: #fff;
}
.page-nav a .icon {
  color: var(--linkColor);
  font-size: 1.1rem;
  text-align: center;
  white-space: nowrap;
  transition: 0.2s;
}
.page-nav a .icon:after {
  content: counter(count, decimal-leading-zero);
  counter-increment: count 1;
  display: block;
  font-family: "Arimo", sans-serif;
  font-size: min(4.6vw, 2.0rem);
}
.page-nav a .icon:has(i) {
  display: flex;
  align-items: center;
  gap: 2px;
}
.page-nav a .icon i {
  font-size: min(4.6vw, 1.6rem);
}
.page-nav.jusei li:before {
  background: var(--juseiColor);
}
.page-nav.jusei li:not(.current) a:after {
  border-color: var(--juseiColor);
}
.page-nav.jusei a .icon {
  color: var(--juseiColor);
}
.page-nav.oral li:before {
  background: var(--oralColor);
}
.page-nav.oral li:not(.current) a:after {
  border-color: var(--oralColor);
}
.page-nav.oral a .icon {
  color: var(--oralColor);
}
.page-nav a:has(.img) {
  flex-direction: column;
  align-items: flex-start;
  padding-left: min(35%, 120px) !important;
}
.page-nav a .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: min(30%, 100px);
}
.page-nav a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#anchor-nav {
  position: fixed;
  left: 0;
  bottom: 60px;
  width: 100%;
  background: #fff;
  line-height: 1.2;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
  z-index: 999;
  counter-reset: count 0;
  --swiper-navigation-sides-offset: 0;
}
body:not(.anchor) #anchor-nav {
  transform: translateY(calc(100% + 60px));
}
#anchor-nav .swiper-anchor .swiper-button-next,
#anchor-nav .swiper-anchor .swiper-button-prev {
  top: 0;
  width: 40px;
  height: 100%;
  margin: 0;
}
#anchor-nav .swiper-anchor .swiper-button-next {
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
#anchor-nav .swiper-anchor .swiper-button-prev {
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}
#anchor-nav .swiper-anchor .swiper-button-next:after,
#anchor-nav .swiper-anchor .swiper-button-prev:after {
  color: var(--linkColor);
  font-size: min(5vw, 2.0rem);
  font-weight: bold;
}
#anchor-nav .swiper-slide {
  width: auto !important;
  max-width: 100%;
  height: auto;
}
#anchor-nav .swiper-slide a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 15px 0;
  color: var(--titleColor);
  font-size: min(3.6vw, 1.6rem);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  opacity: 0.3;
}
#anchor-nav .swiper-slide.swiper-slide-active a {
  opacity: 1;
}
#anchor-nav .swiper-slide a .img {
  display: none;
}
#anchor-nav .swiper-slide a .icon {
  color: var(--linkColor);
  font-size: 1.1rem;
  text-align: center;
  white-space: nowrap;
  transition: 0.2s;
}
#anchor-nav .swiper-slide a .icon:has(i) {
  display: flex;
  align-items: center;
  gap: 2px;
}
#anchor-nav .swiper-slide a .icon i {
  font-size: min(4vw, 1.6rem);
}
#anchor-nav .swiper-slide a .icon:after {
  content: counter(count, decimal-leading-zero);
  counter-increment: count 1;
  font-family: "Arimo", sans-serif;
  font-size: min(4vw, 1.6rem);
}
#localnav-guide.node {
  margin-top: 0;
  padding-top: 20px;
  background: #fff;
  box-shadow: 0 -5px 6px -6px rgb(0 0 0 / 20%);
}
#localnav-guide.node .localnav-guide-title {
  margin-bottom: 20px;
  clip-path: inset(0 100% 0 0);
}
#localnav-guide.node.scrollin .localnav-guide-title {
  animation: animationText 1s cubic-bezier(0.37, 0, 0.63, 1) forwards;
}
#localnav-guide.node .localnav-guide-title .en {
  color: var(--titleColor);
  font-family: "Arimo", sans-serif;
  font-size: min(8.2vw, 4.2rem);
  font-weight: 700;
  line-height: 1.2;
}
#localnav-guide.node .localnav-guide-title h3 {
  padding: 0;
  color: #005b96;
  font-size: min(4vw, 1.6rem);
}
#localnav-guide.node .localnav-guide-title h3:before {
  display: none;
}
.localnav-guide li {
  position: relative;
}
.localnav-guide li a {
  position: relative;
  display: block;
  padding: 15px 35px 15px 15px;
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.4;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.localnav-guide li a &gt; span {
  display: block;
  transition: 0.2s;
}
.localnav-guide li a:not([href*="pdf"],[target="_blank"]):after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #005b96;
  border-right: 1px solid #005b96;
  transform: rotate(45deg) translate(0, -50%);
  transition: 0.2s;
}
.localnav-guide li a[target="_blank"]:after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: 0;
  color: var(--linkColor);
  transform: translate(0, -50%);
  opacity: 1;
}
.localnav-guide li.current a {
  pointer-events: none;
}
.localnav-guide li.current a &gt; span,
.localnav-guide li.current a:after {
  opacity: 0.4;
}
@media (max-width: 949px) {
  .page-nav ul.sp-mini {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .page-nav ul.sp-mini a {
    padding: 0.75em 2em 0.75em 0.75em;
  }
  .page-nav ul.sp-mini.flex li {
    width: calc(50% - 5px);
  }
  .localnav-guide li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 950px) {
  .node {
    margin-top: -40px;
    padding: calc(40px + 80px) 0 100px;
  }
  .node.bg:before {
    top: 40px;
  }
  .node .node-wrapper {
    position: relative;
    max-width: 1280px;
    margin: auto;
    padding: 0 min(6%, 80px);
    z-index: 1;
  }
  .node .node-inner {
    padding: 0 15px;
  }
  h3 {
    padding-right: 1em;
  }
  h3:before {
    left: calc(-50% - 50vw - min(22%, 248px));
    left: calc(-50% - 50vw);
  }
  h3 .icon {
    padding-top: 0.2em;
  }
  .page-nav ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-nav ul.flex li {
    flex: 1;
    min-width: 190px;
  }
  .page-nav li:hover:before {
    height: 100%;
  }
  .page-nav a {
    padding: 1em 2em;
  }
  .page-nav li:not(.current-cat) a {
    padding-right: 40px;
  }
  .page-nav li:not(.current-cat):hover a,
  .page-nav li:not(.current-cat):hover a .icon {
    color: #fff;
  }
  .page-nav li:not(.current-cat):hover a:not([href*="pdf"],[target="_blank"]):after {
    border-color: #FFF;
    animation: DownbuttonMove 0.3s ease-in-out forwards;
  }
  .page-nav a .icon:has(i) {
    margin-left: -1em;
  }
  #anchor-nav {
    left: calc(min(22%, 248px) + 40px);
    right: 110px;
    bottom: 40px;
    width: auto;
    border-radius: 50vh;
    overflow: hidden;
  }
  body.anchor-end #anchor-nav {
    transform: translateY(calc(100% + 60px));
  }
  #anchor-nav .swiper-anchor .swiper-button-next,
  #anchor-nav .swiper-anchor .swiper-button-prev {
    width: 60px;
  }
  #localnav-guide.node {
    padding: 40px 0 60px;
  }
  #localnav-guide.node .localnav-guide-title {
    display: flex;
    gap: 20px;
  }
  #localnav-guide.node .localnav-guide-title h3 {
    margin: auto 0 0.75em;
  }
  .localnav-guide {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .localnav-guide li {
    width: calc(25% - 7.5px);
  }
  .localnav-guide.column2 li {
    width: calc(50% - 5px);
  }
  .localnav-guide li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  .localnav-guide li:not(.current):hover a &gt; span {
    color: #005b96;
    transform: translateX(10px);
  }
  .localnav-guide li:not(.current):hover a:not([href*="pdf"],[target="_blank"]):after {
    animation: arwMove 0.3s ease-in-out forwards;
  }
}

/*--------------------------------------
  # article
--------------------------------------*/
section.page-nav {
  margin-top: -20px;
}
section.page-nav .accordion-layout label {
  margin: 0;
  background: none;
  box-shadow: none;
}
section.page-nav .accordion-layout label:has(input[type="checkbox"]:not(:checked)) {
  border-bottom: none;
}
.article-list .article-list-item {
  clear: both;
  padding: 25px 0 20px;
  border-bottom: 1px solid #d8d8d8;
}
.article-list .article-list-item a {
  display: block;
  text-decoration: none;
  transition: 0.3s;
}
.article-list .article-list-item dl {
  position: relative;
  display: flex;
}
.article-list .article-list-item dl.new:before {
	content: "";
	top: 0;
	left: 0;
	border-bottom: 3em solid transparent;
	border-left: 3em solid #d70000; 
	position: absolute;
	z-index: 10;
}
.article-list .article-list-item dl.new:after {
	content: "New!";
	top: 7px;
	left: 0;
	transform: rotate(-45deg);
	color: #fff;
	position: absolute;
	z-index: 10;
	font-size: .8em;
	font-weight: 700;
	-webkit-font-smoothing: antialiased; 
}
.article-list .article-list-item dt {
  position: relative;
  width: 40%;
  height: 0;
  padding-top: 30%;
  overflow: hidden;
}
.article-list .article-list-item dt img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.article-list .article-list-item dd {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 10px 5px;
  padding-left: 15px;
  line-height: 1.2;
}
.article-list .article-list-item dd .title {
  width: 100%;
  font-size: min(4vw, 1.6rem);
}
.article-list .article-list-item dd .title a {
  color: #000;
}
.article-list .article-list-item dd .date {
  padding-right: calc(1em - 5px);
  color: #999;
  font-size: 1.3rem;
}
.article-list .article-list-item dd .date:after {
  content: '／';
  padding-left: 1em;
}
.article-list .article-list-item dd .icon {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.article-list .article-list-item dd .icon a {
  padding: 0.15em 0.4em;
  font-size: 1.1rem;
  font-weight: 500;
  border: 1px solid;
  border-radius: 3px;
}
.article-list .article-list-item dd .icon a.jusei {
  color: var(--juseiColor);
}
.article-list .article-list-item dd .icon a.oral {
  color: var(--oralColor);
}
.article-block .article-supplement {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.article-block .article-supplement .date {
  margin-bottom: 0;
  padding-right: calc(1em - 5px);
  color: #999;
  font-size: 1.3rem;
}
.article-block .article-supplement .date:after {
  content: '／';
  padding-left: 1em;
}
.article-block .article-supplement .icon {
  /* flex: 1; */
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 0;
}
.article-block .article-supplement .icon a {
  padding: 0.1em 0.4em;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid;
  border-radius: 3px;
  transition: 0.2s;
}
.article-block .share-buttons {
  margin: 0 -5px -5px auto;
}
.article-block .body {
  clear: both;
  margin-bottom: 40px;
  overflow: hidden;
}
.article-block .body .famous {
  clear: both;
  margin-top: 50px;
  padding-top: 25px;
  font-size: 87.5%;
  border-top: 1px dashed #b5b5b5;
}
.article-block .body .famous a {
  color: #333;
}
.pager {
  margin: 40px 0;
  line-height: 1.2;
}
.pager ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pager li {
  margin: 4px;
}
.pager span,.pager a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 2em;
  height: 2em;
  color: var(--titleColor);
  font-family: "Arimo", sans-serif;
  text-align: center;
  text-decoration: none;
  opacity: 0.7;
  transition: 0.2s;
}
.pager .current {
  color: var(--linkColor);
  border-bottom: 3px solid;
  opacity: 1;
}
.pager .prev,.pager .next {
  background: #fff;
  color: var(--linkColor);
  border: 1px solid;
  border-radius: 50%;
  opacity: 1;
}
.pager .prev-post,.pager .next-post {
  display: flex;
  align-items: baseline;
}
.article-nav {
  margin: 40px -10px;
  line-height: 1.2;
}
.article-nav a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 40px;
  font-size: 90%;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s;
}
.article-nav a[rel="prev"] {
  padding: 0 40px 0 50px;
}
.article-nav a[rel="next"] {
  padding: 0 50px 0 40px;
  text-align: right;
}
.article-nav a[rel="prev"]:before,
.article-nav a[rel="next"]:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background: #005b96;
  border-radius: 50%;
  transform: translate(0, -50%);
  transition: 0.2s;
}
.article-nav a[rel="prev"]:before {
  left: 0;
}
.article-nav a[rel="next"]:before {
  right: 0;
}
.article-nav a[rel="prev"]:after,
.article-nav a[rel="next"]:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}
.article-nav a[rel="prev"]:after {
  left: 16px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.article-nav a[rel="next"]:after {
  right: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media (max-width: 949px) {
  section.page-nav {
    padding: 0 20px;
  }
  section.page-nav .accordion-layout {
    background: #edf1f2;
    border-radius: 6px;
    overflow: hidden;
  }
  section.page-nav .accordion-layout .accordion-title {
    background: var(--baseColor);
    color: #fff;
  }
  section.page-nav .accordion-layout .accordion-title:before,
  section.page-nav .accordion-layout .accordion-title:after {
    right: 15px;
    background: #fff;
  }
  section.page-nav .accordion-layout .accordion-content {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  section.page-nav .accordion-layout input[type="checkbox"]:not(:checked)+.accordion-title {
    color: #fff;
  }
  .page-nav .accordion-layout .accordion-content ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
  }
  .page-nav .accordion-layout .accordion-content li {
    width: calc(50% - 2.5px);
  }
  .page-nav .accordion-layout .accordion-content li.current a {
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 950px) {
  section.page-nav ul {
    /* max-width: 1280px;
    margin: auto; */
    padding: 0 min(6%, 80px);
  }
  section.page-nav .accordion-layout input[type="checkbox"]:not(:checked)+.accordion-title+.accordion-content {
    max-height: 100%;
    padding-bottom: 15px;
    line-height: 1.6;
    opacity: 1;
  }
  .article-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .article-list .article-list-item {
    width: calc(33.3% - 20px);
    padding: 0;
    border-bottom: none;
  }
  .article-list .article-list-item dl {
    flex-direction: column;
  }
  .article-list .article-list-item dt {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 70%;
  }
  .article-list .article-list-item dd {
    padding-left: 0;
  }
  .article-list .article-list-item dd .title {
    display: flex;
  }
  .article-list .article-list-item dl.new dd .title:before {
    margin: 0.25em 0.5em 0 0;
  }
  .article-list .article-list-item a:hover {
    opacity: 0.6;
  }
  .article-list .article-list-item dt a:hover img {
    transform: scale(1.2);
    /* filter: brightness(1.2); */
  }
  .article-block .article-supplement {
    margin-bottom: 40px;
  }
  .article-block .article-supplement .icon a:hover {
    /* transform: translateX(5px); */
    opacity: 0.6;
  }
  .pager {
    margin: 70px 0;
  }
  .pager a:hover {
    color: var(--linkColor);
    opacity: 1;
  }
  .pager .prev:hover,.pager .next:hover {
    transform: scale(1.2);
  }
  .article-nav {
    display: flex;
    min-height: 40px;
    margin: 70px 0 -40px;
  }
  .article-nav a {
    flex: 1;
    min-height: 0;
  }
  .article-nav a[rel="prev"]:hover {
    transform: translateX(-10px);
    opacity: 0.7;
  }
  .article-nav a[rel="next"]:hover {
    transform: translateX(10px);
    opacity: 0.7;
  }
  .article-nav a:hover:before {
    transform: translate(0, -50%) scale(1.1);
  }
  .article-nav a[rel="prev"]:hover:after {
    animation: PrevbuttonMove 0.3s ease-in-out forwards;
  }
  .article-nav a[rel="next"]:hover:after {
    animation: arwMove 0.3s ease-in-out forwards;
  }
}
@keyframes PrevbuttonMove {
  0% {transform: translate(0, -50%) rotate(45deg);}
  50% {transform: translate(-100%, -50%) rotate(45deg);opacity: 0;}
  51% {transform: translate(100%, -50%) rotate(45deg);opacity: 0;}
  100% {transform: translate(0, -50%) rotate(45deg);opacity: 1;}
}
@keyframes DownbuttonMove {
  0% {transform: translate(-50%, 0) rotate(45deg);}
  50% {transform: translate(-50%, 100%) rotate(45deg);opacity: 0;}
  51% {transform: translate(-50%, -100%) rotate(45deg);opacity: 0;}
  100% {transform: translate(-50%, 0) rotate(45deg);opacity: 1;}
}

/*--------------------------------------
  # opencampus
--------------------------------------*/
.tab-layout .tab-content .page-nav {
  margin-bottom: 30px;
}
.oc-wrapper .oc-item {
  margin-top: -70px;
  padding-top: 70px;
}
.oc-item-inner .img {
  width: 60%;
  margin: 0 auto 10px;
  line-height: 0;
}
.oc-item-inner .img a {
  display: block;
  transition: 0.2s;
}
.oc-item-inner .text ul.date {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.oc-item-inner .text ul.date li {
  width: calc(50% - 2.5px);
  padding: 10px 5px;
  background: #edf1f2;
  color: var(--baseColor);
  text-align: center;
  line-height: 1.2;
}
.oc-item-inner .text ul.date li .date {
  font-weight: 700;
}
.oc-item-inner .text ul.date li .year {
  display: block;
}
.oc-item-inner .text ul.date em {
  font-family: "Arimo", sans-serif;
  font-size: min(6.4vw, 2.6rem);
  font-style: normal;
}
.oc-item-inner .text .date .time {
  display: block;
  font-weight: 500;
}
.oc-item-inner .text .date .course {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  margin-top: 5px;
  font-weight: 500;
}
.oc-item-inner .text .date .course .icon {
  padding: 0.15em;
  font-size: 1.1rem;
  font-weight: 400;
  background: #fff;
  border: 1px solid;
}
.oc-item-inner .text .date .course .icon.jusei {
  color: var(--juseiColor);
}
.oc-item-inner .text .date .course .icon.oral {
  color: var(--oralColor);
}
.calendar {
	margin-bottom: 30px;
}
.calendar-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.calendar-nav li:nth-child(2) {
  color: var(--baseColor);
	font-weight: 700;
}
.calendar-nav a.cal-befaft-btn {
	position: relative;
	display: block;
	width: 20px;
	height: 0;
	padding-top: 20px;
	overflow: hidden;
}
.calendar-nav a.cal-befaft-btn:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translate(0, -50%) rotate(45deg);
}
.calendar-nav a.cal-befaft-btn.prev:before {
  left: 8px;
  border-bottom: 2px solid var(--baseColor);
  border-left: 2px solid var(--baseColor);
}
.calendar-nav a.cal-befaft-btn.next:before {
  right: 8px;
  border-top: 2px solid var(--baseColor);
  border-right: 2px solid var(--baseColor);
}
.calendar table {
	margin-bottom: 10px;
	border-top: 1px solid #d8dce1;
	border-left: 1px solid #d8dce1;
  table-layout: fixed;
}
.calendar table th,.calendar table td {
	position: relative;
	width: 14.28%;
	padding: 0;
	background: #FFF;
	font-size: 1.0rem;
  font-size: min(2.2vw, 1.2rem);
	border-bottom: 1px solid #d8dce1;
	border-right: 1px solid #d8dce1;
}
.calendar table th {
	padding: 6px;
  background: var(--baseColor);
  color: #fff;
  font-family: "Arimo", sans-serif;
	font-weight: 500;
  text-align: center;
	white-space: nowrap;
}
.calendar table td&gt;span {
	display: inline-block;
	color: #999;
  font-family: "Arimo", sans-serif;
	padding: 0 5px;
	font-weight: 700;
	vertical-align: top;
}
.calendar table td.sun&gt;span {
	color: #ff6666;
}
.calendar table td.sat&gt;span {
	color: #6699ff;
}
.calendar table tbody .today {
	background: #fff7cb;
}
.calendar table tbody td div.icon {
	min-height: 27px;
	padding: 6px 0 8px;
  overflow: hidden;
}
.calendar table tbody td div.icon&gt;a {
  position: relative;
	display: block;
	margin: 0 2px;
  padding: 2px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  /* text-overflow: ellipsis; */
  border-radius: 3px;
  overflow: hidden;
  transition: 0.2s;
}
.calendar table tbody td div.icon&gt;a:not(:last-child) {
  margin-bottom: 1px;
}
.calendar table tbody td div.icon&gt;a.kobetsu {
	background: #ec9703;
}
.calendar table tbody td div.icon&gt;a.kengaku {
	background: #2491e2;
}
.calendar table tbody td div.icon&gt;a.setsumei {
	background: #f76f34;
}
.calendar table tbody td div.icon&gt;a.taiken {
	background: #56296a;
}
ul.oc-flow {
  counter-reset: count 0;
}
ul.oc-flow &gt; li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: #edf1f2;
}
.node.bg ul.oc-flow &gt; li {
  background: #fff;
  /* box-shadow: 0 0 10px rgb(0 0 0 / 15%); */
}
ul.oc-flow &gt; li:before {
  content: counter(count, decimal-leading-zero);
  counter-increment: count 1;
  color: var(--baseColor);
  font-family: "Arimo", sans-serif;
  font-size: min(6vw, 3.0rem);
  font-weight: 700;
  white-space: nowrap;
}
ul.oc-flow &gt; li:not(:last-child):after {
  content: '';
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  display: block;
  width: 14px;
  height: 14px;
  border-bottom: 2px solid var(--baseColor);
  border-right: 2px solid var(--baseColor);
  transform: rotate(45deg) translate(-50%, 0);
}
ul.oc-flow &gt; li:not(:last-child) {
  margin-bottom: 20px;
}
ul.oc-flow li dl {
  flex: 1;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #d8dce1;
}
ul.oc-flow li dl dt {
  font-weight: 700;
}
ul.oc-flow li dl dd {
  font-size: 1.4rem;
}
.faq-block .icon {
  position: absolute;
  top: 12px;
  left: 0;
  width: 2.2em;
  color: var(--linkColor);
  font-family: "Arimo", sans-serif;
  font-size: 120%;
  font-weight: 700;
  text-align: center;
}
.faq-block .accordion-title,
.faq-block .accordion-content {
  padding-left: 2.5em;
}
@media (max-width: 949px) {
  .oc-wrapper .oc-item .text .btn {
    flex-direction: column;
  }
  .oc-wrapper .oc-item .text .btn a {
    width: 100%;
  }
}
@media (min-width: 950px) {
  .tab-layout .tab-content .page-nav {
  }
  .oc-wrapper .oc-item {
    margin-top: -50px;
    padding-top: 50px;
  }
  .oc-item-inner {
    display: flex;
  }
  .oc-item-inner .img {
    width: 40%;
    max-width: 324px;
  }
  .oc-wrapper .oc-item:not(:last-child) .img {
    margin-bottom: 2em;
  }
  .oc-item-inner .img a:hover {
    transform: scale(0.95);
    filter: brightness(1.2);
  }
  .oc-item-inner .text {
    flex: 1;
    padding-left: 5%;
  }
  .oc-item-inner .text ul.date {
    gap: 10px;
  }
  .oc-item-inner .text ul.date li {
    width: calc(33.3% - 6.6px);
  }
  .oc-wrapper .oc-item .text .btn {
    margin-bottom: 2em;
  }
  .oc-wrapper .oc-item .text .btn a {
    min-width: 190px;
  }
  .calendar table tbody td div.icon {
    min-height: 50px;
  }
  .calendar table tbody td div.icon&gt;a {
    padding: 3px;
  }
  .calendar table tbody td div.icon&gt;a:hover {
    opacity: 0.7;
  }


  ul.oc-flow {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  ul.oc-flow &gt; li {
    flex: 1;
    min-width: calc(33.3% - 20px);
  }
  ul.oc-flow &gt; li:not(:last-child):after {
    top: 50%;
    left: calc(100% + 8px);
    transform: rotate(315deg) translate(0, -50%);
  }
  ul.oc-flow &gt; li:not(:last-child) {
    margin-bottom: 0;
  }
  ul.oc-flow li dl dd .more-block .more-block-body {
    height: 130px;
  }
  ul.oc-flow li dl dd .more-block .more-block-body.open {
    height: auto;
  }
}

/*--------------------------------------
  # greeting
--------------------------------------*/
.spirit-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.spirit-wrapper:before {
  content: '';
	flex-shrink: 0;
  width: 30%;
  height: 0;
  margin-right: 5%;
  padding-top: 30%;
  background: url(../img/site-title_emblem.svg) no-repeat center 0;
  background-size: contain;
  opacity: 0.4;
}
.spirit-wrapper .spirit-inner h3 {
  display: inline-block;
  padding-left: 0.5em;
  background: var(--baseColor);
  font-size: min(3.6vw, 1.4rem);
}
.spirit-wrapper .spirit-inner h3:before {
  display: none;
}
.spirit-wrapper .spirit-inner p {
  margin-bottom: 0;
}
.spirit-wrapper .spirit-inner p.spirit {
  color: var(--titleColor);
  font-size: min(9vw, 5.0rem);
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 1.2;
}
.spirit-wrapper .spirit-inner p.spirit ruby &gt; rt {
  font-size: 1.1rem;
}
.flex-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 1.5em;
}
.flex-layout .flex-text {
  width: 100%;
}
.flex-layout .flex-text &gt; *:last-child {
  margin-bottom: 0;
}
.greeting-photo {
  line-height: 1.4;
}
@media (max-width: 949px) {
	.spirit-wrapper:before {
		width: 25%;
	}
  .flex-layout .flex-img {
    width: 70%;
  }
  .greeting-photo {
    display: flex;
    align-items: center;
  }
  .greeting-photo img {
    width: 45%;
    margin-right: 1em;
  }
  .greeting-photo p {
    flex-shrink: 0;
  }
}
@media (min-width: 950px) {
  .spirit-wrapper:before {
    width: 150px;
    padding-top: 150px;
  }
  .spirit-wrapper .spirit-inner h3 {
    padding-left: 1em;
  }
  .flex-layout {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }
  .flex-layout .flex-img {
    width: 35%;
  }
  .flex-layout .flex-img img {
    width: 100%;
  }
  .flex-layout .flex-text {
    flex: 1;
  }
  .flex-layout .d-order1 {
    order: 1;
  }
  .flex-layout .d-order2 {
    order: 2;
  }
}

/*--------------------------------------
  # outline
--------------------------------------*/
ul.outline {
  font-size: 90%;
}
ul.outline li:nth-child(even) {
  background: #edf1f2;
}
ul.outline dl {
  display: flex;
}
ul.outline dl dt {
  width: 7em;
  padding: 15px;
  color: var(--titleColor);
  font-size: 90%;
  font-weight: 700;
  text-align: right;
  line-height: 1.4;
  border-right: 1px solid #d8dce1;
}
ul.outline dl dd {
  flex: 1;
  padding: 15px;
}
@media (min-width: 950px) {
  ul.outline dl dt {
    width: 11em;
    padding-right: 30px;
  }
  ul.outline dl dd {
    padding-left: 30px;
  }
}

/*--------------------------------------
  # group
--------------------------------------*/
ul.affiliated-list {
  margin-bottom: 1.5em;
}
ul.affiliated-list li {
  position: relative;
}
ul.affiliated-list li a,
ul.affiliated-list li .self {
  position: relative;
  display: block;
  padding: 0.2em 0.5em;
  text-decoration: none;
  transition: 0.2s;
}
ul.affiliated-list li .self {
  background: var(--linkColor);
  color: #fff;
}
ul.affiliated-list&gt;li&gt;a {
  position: relative;
  background: var(--titleColor);
  color: #fff;
}
ul.affiliated-list ul&gt;li {
  padding: 0.2em 0 0.2em 2em;
}
ul.affiliated-list ul&gt;li:before,ul.affiliated-list ul&gt;li:after {
  content: '';
  position: absolute;
  left: 1em;
  background: #bebebe;
}
ul.affiliated-list ul&gt;li:before {
  top: 50%;
  width: 1em;
  height: 1px;
}
ul.affiliated-list ul&gt;li:after {
  top: 0;
  bottom: 0;
  width: 1px;
}
ul.affiliated-list ul&gt;li:last-child:after {
  bottom: 50%;
}
ul.affiliated-list ul&gt;li&gt;a {
  background: #edf1f2;
  color: #000;
  border: 1px solid #bebebe;
}
.merit-wrapper {
  counter-reset: count 0;
}
.merit-wrapper .merit-item {
  margin-top: -70px;
  padding-top: 70px;
}
.merit-wrapper .merit-item:not(:last-child) {
  margin-bottom: 30px;
}
.merit-wrapper .merit-item .merit-item-inner {
  position: relative;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
.tab-layout .tab-content .merit-wrapper .merit-item .merit-item-inner {
  border: 1px solid var(--linkColor);
  box-shadow: none;
}
.merit-wrapper .merit-item .icon {
  position: relative;
  /* margin-bottom: 0.5em; */
  color: var(--linkColor);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
}
.merit-wrapper .merit-item .icon:before {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(100% + 5px);
  width: 15px;
  height: 1px;
  background: var(--linkColor);
}
.merit-wrapper .merit-item .icon:after {
  content: counter(count, decimal-leading-zero);
  counter-increment: count 1;
  font-family: "Arimo", sans-serif;
  font-size: min(4.8vw, 2.4rem);
}
.merit-wrapper .merit-item .icon i {
  margin-right: 0.2em;
  font-size: min(4.8vw, 2.8rem);
}
.merit-wrapper .merit-item .img {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 1.5em;
}
.merit-wrapper .merit-item .img&gt;img {
  max-width: 70%;
}
.merit-wrapper .merit-item h4 {
  background: none;
}
.merit-wrapper .merit-item h4 .sub-icon {
  display: inline-block;
  margin-left: 1em;
  padding: 0 0.5em 0.1em;
  font-size: min(3.4vw, 1.4rem);
  font-weight: 500;
  border: 1px solid;
  opacity: 0.6;
}
.bg-box {
  padding: 20px;
  background: #edf1f2;
}
.node.bg .bg-box {
  background: #fff;
}
@media (max-width: 949px) {
  ul.affiliated-list ul&gt;li:first-child {
    padding-top: 0.75em;
  }
  .merit-wrapper .merit-item h4 {
    padding: 0;
    font-size: 115%;
  }
}
@media (min-width: 950px) {
  ul.affiliated-list li {
    display: flex;
    align-items: flex-start;
  }
  ul.affiliated-list li a,
  ul.affiliated-list li .self {
    /* flex: 1; */
    padding: 0.2em 1em;
  }
  ul.affiliated-list li a:hover {
    opacity: 0.7;
    transform: translateX(10px);
  }
  ul.affiliated-list&gt;li&gt;a {
    width: 30%;
  }
  ul.affiliated-list&gt;li&gt;a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 3em;
    height: 1px;
    background: #bebebe;
  }
  ul.affiliated-list ul {
    flex: 1;
  }
  ul.affiliated-list ul&gt;li {
    padding: 0 0 0.5em 6em;
  }
  ul.affiliated-list ul&gt;li:before,ul.affiliated-list ul&gt;li:after {
    left: 3em;
  }
  ul.affiliated-list ul&gt;li:before {
    top: calc(50% - 0.25em - 1px);
    width: 4em;
  }
  ul.affiliated-list ul&gt;li:first-child:after {
    top: calc(50% - 0.25em - 1px);
  }
  ul.affiliated-list ul&gt;li:last-child:after {
    bottom: calc(50% + 0.25em);
  }
  ul.affiliated-list ul&gt;li&gt;a,
  ul.affiliated-list li .self {
    flex: 1;
  }
  .merit-wrapper .merit-item {
    margin-top: -50px;
    padding-top: 50px;
  }
  .merit-wrapper .merit-item .merit-item-inner {
    display: flex;
    align-items: flex-start;
    padding: 30px;
  }
  .merit-wrapper .merit-item .icon {
    margin: 0 20px 0 0;
    text-align: center;
  }
  .merit-wrapper .merit-item .icon:before {
    width: 25px;
  }
  .merit-wrapper .merit-item .icon:after {
    display: block;
  }
  .merit-wrapper .merit-item .icon i {
    margin: 0;
  }
  .merit-wrapper .merit-item .icon:has(i):after {
    font-size: min(4.8vw, 1.8rem);
  }
  .merit-wrapper .merit-item .body {
    flex: 1;
  }
  .merit-wrapper .merit-item h4 {
    padding: 10px 0;
  }
  .bg-box {
    padding: 30px;
  }
}

/*--------------------------------------
  # access
--------------------------------------*/
.googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 59%;
  overflow: hidden;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* a[data-fancybox]:has(img) {
  position: relative;
  transition: 0.2s;
}
a[data-fancybox]:has(img):before {
  content: '\f424';
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: #fff;
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  border-radius: 50%;
  color: #999;
  font-family: "Font Awesome 6 Free";
  font-size: 115%;
  font-weight: 900;
} */
@media (min-width: 950px) {
  .googlemap {
    padding-top: 45%;
  }
  a[data-fancybox] img {
    transition: 0.2s;
  }
  a[data-fancybox]:hover img {
    opacity: 0.7;
    transform: scale(1.05);
  }
}

/*--------------------------------------
  # char
--------------------------------------*/
.flex-img-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 1.5em;
  counter-reset: count 0;
}
.flex-img-box li {
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
.flex-img-box .title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 8px;
  padding: 15px 15px 0;
  color: var(--titleColor);
  font-size: min(4.4vw, 2.0rem);
  font-weight: 700;
  line-height: 1.4;
  z-index: 1;
}
.flex-img-box .title .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  margin: -20px 0 -20px -20px;
  background: var(--linkColor);
  color: #fff;
  font-family: "Arimo", sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
  white-space: nowrap;
  border-radius: 50%;
}
.flex-img-box .title .icon:after {
  content: counter(count);
  counter-increment: count 1;
  font-size: min(5vw, 2.0rem);
}
.flex-img-box li .img {
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 10px;
  padding-top: 65%;
  overflow: hidden;
}
.flex-img-box li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex-img-box li .text {
  padding: 20px;
}
.flex-img-box li .text&gt;*:last-child {
  margin-bottom: 0;
}
@media (max-width: 949px) {
  .flex-img-box.m2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .flex-img-box.m2 li {
    width: calc(50% - 10px);
  }
}
@media (min-width: 950px) {
  .flex-img-box {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }
  .flex-img-box li {
    flex: 1;
  }
  .flex-img-box.d2 li {
    min-width: calc(50% - 15px);
  }
  .flex-img-box.d3 li {
    flex: none;
    width: calc(33.3% - 30px);
  }
}

/*--------------------------------------
  # environment
--------------------------------------*/
table.facility-map {
  border: none;
  border-collapse: separate;
  border-spacing: 5px;
}
table.facility-map th,table.facility-map td {
  background: #edf1f2;
  text-align: center;
  vertical-align: middle;
  border: none;
}
table.facility-map th {
  background: var(--baseColor);
  color: #fff;
  font-family: "Arimo", sans-serif;
  font-size: 87.5%;
  white-space: nowrap;
}
table.facility-map td {
  padding: 10px;
  line-height: 1.3;
}
table.facility-map td a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  text-align: left;
}
.fancybox__container iframe {
  width: 85vw;
  height: 75vh;
}
@media (max-width: 949px) {
  table.facility-map th,table.facility-map td {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  table.facility-map td:empty {
    display: none;
  }
}
@media (min-width: 950px) {
  table.facility-map {
    width: auto;
    margin: 0 auto 1.5em;
    font-size: 87.5%;
  }
  /* table.facility-map td {
    padding: 10px 20px;
  } */
  table.facility-map td:not([colspan]) {
    width: 15em;
  }
  table.facility-map td[colspan="2"] {
    width: 10em;
  }
  table.facility-map td:empty {
    background: none;
  }
}

/*--------------------------------------
  # course
--------------------------------------*/
.jusei {
  --baseColor: #7F99B3;
  --linkColor: #98b6d5;
}
.oral {
  --baseColor: #A180AC;
  --linkColor: #bd95ca;
}
.more-block {
  position: relative;
	cursor: pointer;
}
.more-block .more-block-body {
	clear: both;
	position: relative;
	height: 100px;
	overflow: hidden;
}
.more-block .more-block-body:not(.open):before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 90%);
}
.more-block .more-block-button {
  position: absolute;
  bottom: 0;
  left: 50%;
	padding: 0.5em 20px;
  background: var(--linkColor);
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.2;
	border-radius: 50vh;
	text-align: center;
  white-space: nowrap;
	transition: 0.2s;
  transform: translate(-50%,0);
}
.more-block .more-block-button i {
  display: inline-block;
  margin-right: 0.5em;
}
.more-block .more-block-body.open {
	height: auto;
  padding-bottom: 30px;
}
.more-block:not(.open) .more-block-button.close,
.more-block.open .more-block-button.open {
	display: none;
}
ul.accordion-flow {
  margin-bottom: 1.5em;
}
ul.accordion-flow li {
  position: relative;
  display: flex;
}
ul.accordion-flow li:not(:last-child) {
  margin-bottom: 10px;
}
ul.accordion-flow li:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2.5em;
  background: var(--linkColor);
}
ul.accordion-flow li:not(:last-child):after {
  content: '';
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 2.5em;
  height: 10px;
  background: var(--linkColor);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
ul.accordion-flow li &gt; .icon {
  position: relative;
  display: flex;
  align-items: center;
  width: 2.67em;
  padding: 10px 0;
  color: #fff;
  font-size: 90%;
  font-weight: 700;
}
ul.accordion-flow li &gt; *:not(.icon) {
  flex: 1;
  margin-bottom: 0;
  background: #fff;
  border: 1px solid #d8dce1;
  border-left: none;
  border-radius: 0 6px 6px 0;
}
ul.accordion-flow li .accordion-layout label {
  margin: 0;
  background: none;
  box-shadow: none;
}
ul.accordion-flow li .accordion-layout .accordion-img {
  padding: 15px 15px 0;
}
ul.accordion-flow li .accordion-layout .accordion-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
ul.accordion-flow li .accordion-layout .accordion-title &gt; .icon {
  padding: 0 0.5em;
  color: var(--baseColor);
  font-weight: 400;
  border: 1px solid;
}
ul.accordion-flow li .accordion-layout .accordion-content {
  padding-left: 15px;
  padding-right: 15px;
}
ul.accordion-flow li .accordion-layout label:has(input[type="checkbox"]:not(:checked)) {
  border-bottom: none;
}
.pass-rate-block {
  margin-bottom: 1.5em;
}
.pass-rate-graph {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto 1.5em;
}
.pass-rate-graph .circle {
  transform:rotate(-90deg);
  width: 100%;
  height: 100%;
}
.pass-rate-graph .circle circle {
  fill: transparent;
  cx: 32;
  cy: 32;
  r: 16;
  stroke-width: 32;
  stroke-dashoffset: 25;
}
.pass-rate-graph .circle circle.bace {
  stroke: var(--linkColor);
  stroke-dashoffset: 0;
  opacity: 0.6;
}
.pass-rate-graph .circle circle.rate {
  stroke: var(--linkColor);
  stroke-dashoffset: 0;
}
.jusei .pass-rate-graph.scrollin .circle circle.rate {
  animation: JuseiGraph 1.5s 0s forwards ease-in-out;
}
.oral .pass-rate-graph.scrollin .circle circle.rate {
	animation: OralGraph 1.5s 0s forwards ease-in-out;
}
.career .pass-rate-graph.scrollin .circle circle.rate {
  animation: CareerGraph 1.5s 0s forwards ease-in-out;
}
@keyframes JuseiGraph {
  0% {stroke-dasharray: 0,100;}
  50%, 100% {stroke-dasharray: 88.2,100;}
}
@keyframes OralGraph {
  0% {stroke-dasharray: 0,100;}
  50%, 100% {stroke-dasharray: 89.6,100;}
}
@keyframes CareerGraph {
  0% {stroke-dasharray: 0,100;}
  50%, 100% {stroke-dasharray: 101,100;}
}
.pass-rate-graph .graph-text {
	display: flex;
  flex-direction: column;
	justify-content: center;
	align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--titleColor);
  color: #fff;
  text-align: center;
  text-shadow: 0 0 3px rgb(0 0 0 / 20%);
}
.graph-text dt {
  font-family: "Arimo", sans-serif;
  font-size: 3.0rem;
	font-weight: 700;
  line-height: 1;
}
.graph-text dt .small {
  font-size: 1.4rem;
}
.graph-text dt em {
  font-size: 4.6rem;
}
.graph-text dd {
  font-size: 1.2rem;
  line-height: 1.2;
}
.graph-text em {
  font-size: 135%;
  font-style: normal;
}
ul.oc-flow.icon li:before {
  display: none;
}
ul.oc-flow.icon li &gt; i {
  width: 1.5em;
  color: var(--baseColor);
  font-size: min(6vw, 3.0rem);
  text-align: center;
}
.pass-rate-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
.pass-rate-block .pass-rate-graph {
  order: 4;
  margin: 10px 0;
}
.pass-rate-block ul.oc-flow {
  display: contents;
}
.pass-rate-block ul.oc-flow li {
  flex: none;
  min-width: 0;
  width: calc(50% - 5px);
}
.pass-rate-block ul.oc-flow li:not(:last-child) {
  margin-bottom: 0;
}
.pass-rate-block ul.oc-flow li:not(:last-child):after {
  display: none;
}
.pass-rate-block ul.oc-flow li:nth-child(1) {
  order: 1;
}
.pass-rate-block ul.oc-flow li:nth-child(2) {
  order: 2;
  flex-basis: 100%;
  padding: 0;
}
.pass-rate-block ul.oc-flow li:nth-child(3) {
  order: 5;
  margin: 10px 0;
}
.pass-rate-block ul.oc-flow li:nth-child(4) {
  order: 7;
}
.pass-rate-block ul.oc-flow li:nth-child(5) {
  order: 6;
}
.pass-rate-block ul.oc-flow li:nth-child(6) {
  order: 3;
  margin: 10px 0;
}
dl.pass-rate-detail dt {
  margin-bottom: 0.5em;
  color: var(--titleColor);
  font-size: min(4.8vw, 3.0rem);
  font-weight: 700;
  text-align: center;
}
dl.pass-rate-detail dt i {
  display: block;
  color: var(--baseColor);
  font-size: 135%;
}

/* .pie {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	height: 300px;
	font-size: 26px;
	font-weight: 700;
	border-radius: 50%;
}
.pie.jusei {
	background-image: radial-gradient(#f2f2f2 30%, transparent 31%), conic-gradient(var(--juseiColor) 0% 88.2%, #d9d9d9 88.2% 100%);
}
.pie.oral {
	background-image: radial-gradient(#f2f2f2 30%, transparent 31%), conic-gradient(var(--oralColor) 0% 72.7%, #d9d9d9 72.7% 100%);
} */
.border-box {
  padding: 10px 10px 20px;
  border: 5px solid var(--baseColor);
}
.node:not(.bg) .border-box {
  background: #fff;
}
.border-box &gt; *:last-child {
  margin-bottom: 0;
}
ul.student-voice {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
ul.student-voice:not(:first-child) {
  margin-top: 2em;
}
ul.student-voice li {
  border-bottom: 1px solid var(--baseColor);
}
ul.student-voice li &gt; dl {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
ul.student-voice li &gt; dl &gt; dt {
  position: relative;
  width: 40%;
  height: 0;
  padding-top: 40%;
  line-height: 0;
}
ul.student-voice li &gt; dl &gt; dt img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
ul.student-voice li &gt; dl &gt; dd {
  width: 100%;
  padding: 15px 5px 10px;
  font-size: 90%;
  border-top: 1px solid var(--baseColor);
}
ul.student-voice li &gt; dl &gt; dd .title {
  position: absolute;
  bottom: calc(100% - 0.4em);
  left: 0;
  color: var(--baseColor);
  font-weight: 700;
  line-height: 1.2;
}
ul.student-voice li &gt; dl &gt; dd .title .en {
  font-family: "Arimo", sans-serif;
  font-size: min(6.4vw, 2.4rem);
  letter-spacing: -1px;
}
ul.student-voice li dl &gt; dd &gt; .title .jp {
  display: block;
  font-size: 1.2rem;
}
table.table-curriculum th,table.table-curriculum td {
  padding: 6px 5px;
  text-align: center;
  vertical-align: middle;
}
table.table-curriculum th {
  font-size: 87.5%;
}
table.table-curriculum tr:first-child th {
  background: var(--linkColor);
  color: #fff;
}
table.table-curriculum td {
  width: 15%;
  min-width: 5em;
  line-height: 1.2;
}
table.table-curriculum td.bg1 {
  background: #ffffe4;
}
table.table-curriculum td.bg2 {
  background: #fff5eb;
}
.swiper-message .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-message .swiper-slide {
  width: 260px !important;
}
.swiper-message .swiper-slide a {
  display: block;
  line-height: 0;
}
.swiper-message .swiper-slide p {
  margin: 5px 0 0;
  font-size: 87.5%;
  font-weight: 700;
  text-align: center;
}
table.table-comparison th,table.table-comparison td {
  text-align: center;
  vertical-align: middle;
}
table.table-comparison th {
  padding: 5px;
  background: var(--baseColor);
  color: #fff;
  font-size: 90%;
  line-height: 1.2;
  white-space: nowrap;
}
table.table-comparison tr:first-child td:first-child {
  background: #f1e5f5;
  color: var(--baseColor);
  font-weight: 700;
}
table.table-comparison tr:first-child td:last-child {
  background: #f5f5e5;
  color: #8b8b63;
  font-weight: 700;
}
table.table-comparison td {
  width: min(44%,11em);
}
table.table-comparison td:last-child {
  color: #666;
}
table.table-comparison td ul {
  display: inline-block;
  text-align: left;
}

@media (max-width: 949px) {
  ul.accordion-flow li {
    align-items: flex-start;
  }
  ul.accordion-flow li &gt; .icon {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
  }
  ul.accordion-flow li &gt; .icon &gt; span {
    text-combine-upright: all;
  }
  ul.accordion-flow li .accordion-layout .accordion-img {
    width: 80%;
    margin: 0 auto;
  }
  .pass-rate-block ul.oc-flow &gt; li {
    padding: 0;
  }
  .pass-rate-block ul.oc-flow li:nth-child(3),
  .pass-rate-block ul.oc-flow li:nth-child(6) {
    width: calc(50% - 70px - 10px);
  }
  .pass-rate-block ul.oc-flow li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    gap: 5px;
    width: 100%;
    padding: 10px;
    background: #fff;
    color: var(--titleColor);
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  }
  .pass-rate-block ul.oc-flow li a i {
    color: var(--baseColor);
    font-size: 135%;
  }
  ul.student-voice li:nth-child(even) &gt; dl {
    align-items: flex-start;
  }
  ul.student-voice li &gt; dl &gt; dd {
    position: relative;
  }
  ul.student-voice li:nth-child(even) &gt; dl &gt; dd .title {
    left: auto;
    right: 0;
  }
  table.table-curriculum {
    font-size: 1.1rem;
  }
  table.table-comparison {
    font-size: 1.2rem;
  }
}
@media (min-width: 950px) {
  .more-block .more-block-body {
    height: 170px;
  }
  ul.accordion-flow li:before {
    width: 4.5em;
  }
  ul.accordion-flow li:not(:last-child):after {
    width: 4.5em;
  }
  ul.accordion-flow li .accordion-layout:has(.accordion-img) {
    display: grid;
    grid-template-columns: 35% auto;
    grid-template-rows: auto 1fr;
  }
  ul.accordion-flow li .accordion-layout .accordion-img {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    padding: 15px 0 15px 40px;
  }
  ul.accordion-flow li .accordion-layout .accordion-title {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    padding-left: 30px;
  }
  ul.accordion-flow li &gt; .icon {
    justify-content: center;
    width: 4.67em;
    padding: 5px 0;
  }
  ul.accordion-flow li .accordion-layout .accordion-content {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    padding-left: 30px;
    padding-right: 15px;
  }
  .pass-rate-graph {
    width: 200px;
    height: 200px;
  }
  .graph-text dt {
    font-size: min(8vw, 3.4rem);
  }
  .graph-text dt .small {
    font-size: min(3.6vw, 1.6rem);
  }
  .graph-text dt em {
    font-size: min(12vw, 6.0rem);
  }
  .pass-rate-block {
    gap: 0 30px;
  }
  .pass-rate-block .pass-rate-graph {
    margin: 20px 0;
  }
  .pass-rate-block ul.oc-flow li {
    width: calc(50% - 100px - 30px);
  }
  .pass-rate-block ul.oc-flow li a {
    position: relative;
    width: 1.5em;
    height: 0;
    padding-top: 1.5em;
    color: var(--baseColor);
    font-size: min(6vw, 3.0rem);
    text-align: center;
    overflow: hidden;
  }
  .pass-rate-block ul.oc-flow li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .border-box {
    padding: 30px;
  }
  ul.student-voice {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 30px;
  }
  ul.student-voice li {
    flex: 1;
    max-width: 70%;
    min-width: calc(50% - 15px);
    padding-top: 30px;
  }
  ul.student-voice li &gt; dl {
    position: relative;
    flex-direction: row;
    height: 100%;
    border-top: 1px solid var(--baseColor);
  }
  ul.student-voice li &gt; dl &gt; dt {
    width: min(35%, 200px);
    padding-top: min(35%, 200px);
  }
  ul.student-voice li &gt; dl &gt; dd {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 20px 0;
    border-top: none;
  }
  ul.student-voice li &gt; dl &gt; dd .title {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    left: auto;
    right: 0;
  }
  table.table-curriculum td {
    width: 17%;
    padding: 20px 10px;
  }
  .swiper-message .swiper-slide {
    width: 340px !important;
  }
  table.table-comparison td {
    width: 45%;
    padding: 10px;
  }
}

/*--------------------------------------
  # campuslife
--------------------------------------*/
ul.time-schedule li {
  position: relative;
  display: flex;
  gap: 5px;
  padding: 5px 10px 5px 5px;
  background: #edf1f2;
}
.time-schedule-inner:nth-child(odd) ul.time-schedule li:nth-child(even),
.time-schedule-inner:nth-child(even) ul.time-schedule li:nth-child(odd) {
  background: #f7f9fa;
}
ul.time-schedule li:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22px;
  width: 2px;
  background: var(--baseColor);
}
ul.time-schedule li &gt; img {
  position: relative;
  width: 35px;
  height: 35px;
}
ul.time-schedule li &gt; .time {
  width: 3em;
  padding: 6px 0;
  color: var(--baseColor);
  font-family: "Arimo", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
ul.time-schedule li &gt; dl {
  flex: 1;
  padding: 6px 0;
}
ul.time-schedule li &gt; dl dt {
  color: var(--titleColor);
  font-weight: 700;
}
ul.time-schedule li &gt; dl dd {
  margin-top: 0.5em;
  font-size: 87.5%;
  line-height: 1.4;
}


.merit-wrapper .merit-item[id^="spot"] .merit-item-inner:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 0;
  padding-top: 90px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% auto;
}
.merit-wrapper .merit-item[id="spot2"] .merit-item-inner:before {
  left: 0;
  background-image: url(../img/campuslife/campuslife_spot02.png);
}
.merit-wrapper .merit-item[id="spot3"] .merit-item-inner:before {
  right: 10px;
  background-image: url(../img/campuslife/campuslife_spot03.png);
}
.merit-wrapper .merit-item[id="spot4"] .merit-item-inner:before {
  left: 10px;
  background-image: url(../img/campuslife/campuslife_spot04.png);
}
table.spot-info {
  font-size: 90%;
  border-left: none;
}
table.spot-info caption {
  font-size: 90%;
}
table.spot-info th, table.spot-info td {
  padding: 10px;
  color: var(--titleColor);
  border-right: none;
}
table.spot-info tr:nth-child(even) th, table.spot-info tr:nth-child(even) td {
  background: #edf1f2;
}
table.spot-info th {
  font-size: 90%;
  font-weight: 700;
  line-height: 1.4;
  background: none;
}
.sns-link a:has(i) {
  background: #fff;
  border: 1px solid;
}
.sns-link a i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 140%;
  transform: translate(-50%, -50%);
}
.merit-wrapper .merit-item[id^="spot"] .sns-link a {
  width: 36px;
  padding-top: 36px;
}




















@media (max-width: 949px) {
  table.spot-info.sp-style th {
    padding-bottom: 0;
  }
  table.spot-info.sp-style td {
    padding: 5px 10px 10px 15px;
  }
}
@media (min-width: 950px) {
  .time-schedule-wrapper {
    display: flex;
    gap: 10px;
  }
  .time-schedule-wrapper .time-schedule-inner {
    flex: 1;
  }
  .time-schedule-wrapper .time-schedule-inner ul.time-schedule {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .time-schedule-wrapper .time-schedule-inner ul.time-schedule li {
    flex: 1;
  }
  ul.time-schedule li &gt; img {
    width: 55px;
    height: 55px;
  }
  ul.time-schedule li:before {
    left: 32px;
  }
  ul.time-schedule li &gt; .time,
  ul.time-schedule li &gt; dl {
    padding: 14px 0;
  }








  .merit-wrapper .merit-item[id^="spot"] .merit-item-inner:before {
    width: 15%;
    padding-top: 15%;
  }
  .merit-wrapper .merit-item[id^="spot"] h4 {
    padding-right: 100px;
  }
  .merit-wrapper .merit-item[id^="spot"] .sns-link {
    position: absolute;
    top: 40px;
    right: 30px;
    gap: 10px;
  }
  .merit-wrapper .merit-item[id^="spot"] .sns-link a {
    width: 30px;
    padding-top: 30px;
  }
  .merit-wrapper .merit-item[id^="spot"] .sns-link a i {
    font-size: 100%;
  }
  table.spot-info th {
    text-align: right;
    white-space: nowrap;
  }











}

/*--------------------------------------
  # schedule
--------------------------------------*/
ul.schedule-list &gt; li {
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
ul.schedule-list &gt; li:not(:last-child) {
  margin-bottom: 20px;
}
ul.schedule-list li dl {
  display: flex;
  height: 100%;
}
ul.schedule-list li dl dt {
  width: 85px;
  color: var(--baseColor);
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
}
ul.schedule-list li dl dt .large {
  font-family: "Arimo", sans-serif;
  font-size: min(8vw, 4.8rem);
}
ul.schedule-list li dl dt .en {
  display: block;
  font-family: "Arimo", sans-serif;
  font-size: min(3.6vw, 1.4rem);
  opacity: 0.5;
}
ul.schedule-list li dl dd {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
}
ul.schedule-list li dl dd&gt;*:last-child {
  margin-bottom: 0;
}
ul.schedule-list li dl dd li {
  margin: 0;
}
ul.schedule-list li dl dd ul.reset {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 1em;
}
ul.schedule-list li dl dd ul.reset li {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
}
ul.schedule-list li dl dd ul.reset li img {
  width: 100%;
}
@media (min-width: 950px) {
  ul.schedule-list &gt; li {
    padding: 30px 0;
  }
  ul.schedule-list &gt; li:not(:last-child) {
    margin-bottom: 30px;
  }
  ul.schedule-list li dl dt {
    width: 120px;
  }
  ul.schedule-list li dl dd {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 15px 30px;
    padding: 0 30px 0 0;
  }
  ul.schedule-list li dl dd ul:not(.reset) {
    flex: 1;
  }
  ul.schedule-list li dl dd ul.reset {
    flex-direction: row;
    margin-bottom: 0;
  }
  ul.schedule-list li dl dd ul.reset li {
    flex: 1;
    max-width: 220px;
  }
}

/*--------------------------------------
  # student_voice
--------------------------------------*/
/* .is-compact .fancybox__content&gt;.f-button.is-close-btn {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: var(--baseColor);
  border-radius: 0;
}
.fancybox__content&gt;.f-button.is-close-btn {
  opacity: 1;
} */
.article-list .article-list-item dd .name a {
  font-size: 115%;
  font-weight: 700;
}
.article-list .article-list-item dd .grade {
  margin-left: 0.5em;
  color: #999;
  font-size: 1.3rem;
}
.fancybox__content .interview-wrapper {
  margin: -2rem;
  padding: 2rem;
  max-height: calc(100svh - 8px);
  overflow-y: auto;
}
.fancybox__content .interview-wrapper .interview-img {
  margin: -2rem -2rem 0;
}
.fancybox__content .interview-wrapper .interview-name {
  margin-left: -2rem;
}
.fancybox__content .interview-wrapper .node-inner {
  overflow: hidden;
}
.interview-wrapper .interview-img {
  position: relative;
  height: 0;
  padding-top: 60%;
  overflow: hidden;
}
.interview-wrapper .interview-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.interview-wrapper .interview-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: -2em;
  margin-bottom: 1.5em;
}
.interview-wrapper .interview-name p {
  margin: 0;
  line-height: 1.6;
  clip-path: inset(0 100% 0 0);
  animation: animationText 1s cubic-bezier(0.37, 0, 0.63, 1) 0.2s forwards;
}
.interview-wrapper .interview-name span {
  padding: 0 10px 1px 20px;
  background: var(--baseColor);
  color: #fff;
  font-weight: 600;
}
.interview-wrapper .interview-name.jusei span {
  background: #7f99b3;
}
.interview-wrapper .interview-name.oral span {
  background: #a180ac;
}
.interview-wrapper .interview-name .name span {
  font-size: min(6.8vw, 4.0rem);
}
.interview-wrapper .voice-title {
  margin-bottom: 1.5em;
}
.interview-wrapper .voice-title .swiper-voice {
  margin-bottom: 1.5em;
}
.swiper-voice .swiper-button-next,
.swiper-voice .swiper-button-prev {
  width: 40px;
  background: var(--linkColor);
  opacity: 0.9;
}
.swiper-voice .swiper-button-prev {
  left: 0 !important;
  padding-right: 8px;
  border-radius: 0 50vh 50vh 0;
}
.swiper-voice .swiper-button-next {
  right: 0 !important;
  padding-left: 8px;
  border-radius: 50vh 0 0 50vh;
}
.swiper-voice .swiper-button-next:after,
.swiper-voice .swiper-button-prev:after {
  color: #fff;
  font-size: 20px;
}
.swiper-voice .swiper-pagination-bullet-active {
  background: var(--linkColor) !important;
}
.interview-wrapper .voice-title .img {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 1.5em;
  padding-top: 60%;
  overflow: hidden;
}
.interview-wrapper .voice-title .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.interview-wrapper .voice-title .voice-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 10px;
}
.interview-wrapper .voice-title .voice-name p {
  margin: 0;
}
.interview-wrapper .voice-title .voice-name .title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 3px 0;
  margin-bottom: 1.5em;
  line-height: 1.2;
  clip-path: inset(0 100% 0 0);
	animation: animationText 1s cubic-bezier(0.37, 0, 0.63, 1) 0.2s forwards;
}
.interview-wrapper .voice-title .voice-name .title &gt; span {
  padding: 2px 6px 3px;
  background: var(--baseColor);
  color: #fff;
  font-size: min(6.2vw, 3.5rem);
  font-weight: 600;
}
.interview-wrapper .voice-title .voice-name .work {
  width: 100%;
  font-weight: 700;
}
.interview-wrapper .voice-title .voice-name .name {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 125%;
  font-weight: 700;
}
.interview-wrapper .voice-title .voice-name .icon {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.interview-wrapper .voice-title .voice-name .icon &gt; a {
  padding: 0.15em 0.4em;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid;
  border-radius: 3px;
}
.interview-wrapper .voice-title .voice-name .icon &gt; a.jusei {
  color: var(--juseiColor);
}
.interview-wrapper .voice-title .voice-name .icon &gt; a.oral {
  color: var(--oralColor);
}
.interview-wrapper .voice-title .voice-name .grade {
  color: #999;
  font-size: 1.3rem;
}
.interview-wrapper .voice-title .voice-name .h3-title {
  margin-bottom: 1em;
}
.interview-wrapper .voice-title .voice-name .date {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin: 0.5em 0;
  color: var(--titleColor);
  font-size: min(4.8vw, 2.6rem);
  font-weight: 700;
  line-height: 1.4;
}
.interview-wrapper .voice-title .voice-name .date em {
  font-size: min(6.4vw, 3.5rem);
  font-style: normal;
}
.interview-wrapper .voice-title .voice-name .date .time {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 0.3em;
  font-weight: 500;
}
.interview-wrapper .voice-title .voice-name .date .time:before {
  content: '／';
  padding: 0 0.2em;
}
.interview-wrapper .voice-title.schedule .schedule-img {
  width: 40%;
  margin:0 auto;
  line-height: 0;
}
.interview-wrapper .voice-title.schedule .voice-name .icon,
.interview-wrapper .voice-title.schedule .voice-name .grade {
  margin-bottom: 1.5em;
}
dl.interview {
  clear: both;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
dl.interview dt {
  display: flex;
  margin-bottom: 0.5em;
  color: var(--baseColor);
  font-weight: 700;
  line-height: 1.4;
}
dl.interview dt:before {
  content: '';
  min-width: 2em;
  height: 1px;
  margin: 0.75em 0.5em 0 0;
  background: var(--baseColor);
}
@media (max-width: 949px) {
  dl.interview dd {
    display: flex;
    flex-direction: column;
  }
  dl.interview dd img.alignright {
    order: 2;
    margin-top: 0.5em;
  }
}
@media (min-width: 950px) {
  .fancybox__content .interview-wrapper {
    max-width: 1080px;
    max-height: calc(100vh - 100px);
  }
  .fancybox__content .interview-wrapper .node-inner {
    padding: 0 1rem;
  }
  .interview-wrapper .interview-img {
    padding-top: 40%;
  }
  .interview-wrapper .interview-img img {
    object-position: center top;
  }
  .interview-wrapper .interview-name {
    margin-top: -4em;
    margin-bottom: 2em;
  }
  .interview-wrapper .interview-name span {
    padding-left: 4rem;
  }
  .interview-wrapper .voice-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .interview-wrapper .voice-title .swiper-voice,
  .interview-wrapper .voice-title .img {
    width: 48%;
    margin: 0 3% 0 0;
  }
  .interview-wrapper .voice-title .img {
    padding-top: 28.8%;
  }
  .interview-wrapper .voice-title .voice-name {
    flex: 1;
    align-content: center;
  }
  .interview-wrapper .voice-title.schedule {
    margin-bottom: 0;
  }
  .interview-wrapper .voice-title.schedule .schedule-img {
    width: 20%;
    margin: 0 5% 0 0;
  }
  .interview-wrapper .voice-title.schedule .voice-name {
    width: auto;
  }
  dl.interview {
    padding-left: 2rem;
  }
  dl.interview dd {
    padding-left: 2.5em;
  }
  dl.interview dd img.alignright {
    max-width: 30%;
    margin-bottom: 1.5em;
  }
}

/*--------------------------------------
  # admissions
--------------------------------------*/
.admissions-selects &gt; dl {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 0.5em;
  background: #fff;
  color: var(--titleColor);
  font-weight: 700;
  border: 1px solid #d8dce1;
  border-radius: 6px;
}
.admissions-selects &gt; dl:not(:last-child) {
  margin-bottom: 1em;
}
.admissions-selects &gt; dl &gt; dt {
  width: 4.5em;
  padding-top: 0.4em;
  font-size: min(3.6vw, 1.4rem);
  font-weight: 700;
  text-align: right;
}
.admissions-selects &gt; dl &gt; dd {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.admissions-selects &gt; dl &gt; dd label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 .5em;
  padding: .5em .7em;
  background: #d8dce1;
  font-size: 1.3rem;
  font-weight: 700;
  cursor: pointer;
}
.admissions-selects &gt; dl &gt; dd label:has(:checked) {
  background: var(--linkColor);
  color: #fff;
}
.admissions-selects &gt; dl &gt; dd label::before {
  content: '';
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 3px;
}
.admissions-selects &gt; dl &gt; dd label:has(:checked)::after {
  content: '';
  position: absolute;
  top: 11px;
  left: 13px;
  width: 6px;
  height: 10px;
  border: solid var(--linkColor);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.admissions-selects &gt; dl &gt; dd input {
  display: none;
}
table.admissions-table th {
  background: var(--linkColor);
  color: #fff;
  font-size: 87.5%;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}
table.admissions-table td {
  text-align: center;
}
table.admissions-table td:nth-last-child(4) {
  width: 22%;
}
table.admissions-table td:nth-last-child(3) {
  width: 12%;
}
table.admissions-table td:nth-last-child(2) {
  width: 21%;
}
table.admissions-table td:nth-last-child(1) {
  width: 21%;
}
ul.step-flow {
  counter-reset: count 0;
}
ul.step-flow &gt; li {
  position: relative;
  display: flex;
  align-items: flex-start;
}
ul.step-flow &gt; li:not(:last-child) {
  padding-bottom: 20px;
}
ul.step-flow &gt; li:not(:last-child):before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.5em;
  width: 4px;
  background: var(--baseColor);
}
ul.step-flow &gt; li .icon {
  position: relative;
  padding: 0.2em 0.75em;
  background: #d8dce1;
  color: var(--baseColor);
  font-size: 87.5%;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 1.2;
}
ul.step-flow &gt; li .icon:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 99%;
  width: 10px;
  background: #d8dce1;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
} 
ul.step-flow &gt; li .icon:after {
  content: counter(count, decimal-leading-zero);
  counter-increment: count 1;
  font-family: "Arimo", sans-serif;
  font-size: min(5vw, 2.6rem);
}
ul.step-flow li dl {
  flex: 1;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 5px;
  padding: 10px;
  background: #fff;
  border: 2px solid #d8dce1;
}
ul.step-flow li dl dt {
  width: 20%;
  max-width: 80px;
  font-weight: 700;
}
ul.step-flow li dl dd {
  flex: 1;
  line-height: 1.4;
}
ul.step-flow li dl dd p {
  margin-bottom: 0.5em;
}
ul.step-flow li dl dd strong {
  font-size: 105%;
}
ul.step-flow li dl dd.btn {
  flex: none;
  width: 100%;
  margin: 0;
}
@media (max-width: 949px) {
  .admissions-selects &gt; dl &gt; dd label {
    min-width: calc(33.3% - 3px);
  }
  table.admissions-table {
    min-width: 860px;
    font-size: 1.4rem;
  }
  ul.step-flow li dl dd {
    font-size: 1.4rem;
  }
}
@media (min-width: 950px) {
  .admissions-selects &gt; dl {
    align-items: center;
  }
  .admissions-selects &gt; dl &gt; dt {
    width: 5em;
    padding-top: 0;
  }
  .admissions-selects &gt; dl &gt; dd label {
    width: calc(10% - 3px);
  }
  ul.step-flow &gt; li:not(:last-child) {
    padding-bottom: 40px;
  }
  ul.step-flow &gt; li:not(:last-child):before {
    left: 2.8em;
  }
  ul.step-flow &gt; li .icon {
    padding: 0.5em 1em;
  }
  ul.step-flow &gt; li .icon:before {
    width: 20px;
  } 
  ul.step-flow li dl {
    flex-direction: row;
    gap: 20px;
    margin-left: 10px;
    padding: 20px 30px;
  }

}

/*--------------------------------------
  # fees
--------------------------------------*/
table.jusei {
  --baseColor: #7F99B3;
  --linkColor: #98b6d5;
}
table.oral {
  --baseColor: #A180AC;
  --linkColor: #bd95ca;
}
table.fees-table tr:first-child th {
  background: var(--baseColor);
  /* background: var(--linkColor); */
  color: #fff;
  font-size: 90%;
  text-align: center;
}
table.fees-table th {
  font-size: 90%;
  vertical-align: middle;
}
table.fees-table tr.double-t th,table.fees-table tr.double-t td {
  font-weight: 700;
  border-top: 3px double #d8dce1;
}
table.fees-table td {
  text-align: center;
  vertical-align: middle;
}
table.fees-table .alignright {
  text-align: right;
}
@media (max-width: 949px) {
  table.fees-table {
    min-width: 680px;
    font-size: 87.5%;
  }
}

/*--------------------------------------
  # scholarship
--------------------------------------*/
table.fees-abatement-table tr:first-child th {
  background: var(--linkColor);
  color: #fff;
}
table.fees-abatement-table th {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
table.fees-abatement-table td {
  vertical-align: middle;
}
table.fees-abatement-table td:nth-last-child(3) {
  width: 33%;
}
table.fees-abatement-table td:nth-last-child(2) {
  width: 20%;
}
@media (max-width: 949px) {
  table.fees-abatement-table {
    min-width: 600px;
    font-size: 87.5%;
  }
}

/*--------------------------------------
  # career
--------------------------------------*/
.pass-rate-block.career .pass-rate-graph {
  order: 3;
}
.pass-rate-block.career ul.oc-flow li:nth-child(5) {
  order: 2;
}
@media (max-width: 949px) {
  .pass-rate-block.career ul.oc-flow li:nth-child(3),
  .pass-rate-block.career ul.oc-flow li:nth-child(5) {
    width: calc(50% - 70px - 10px);
  }
}
/*--------------------------------------
  # form
--------------------------------------*/
#mailform-block .genres {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
  background: var(--baseColor);
  padding: 0.3em 0.5em 0.4em;
  color: #fff;
  font-size: min(4.8vw, 2.4rem);
  font-weight: bold;
  line-height: 1.2;
}
#mailform-block .required {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 2em;
  background: #fff;
  color: #d70000;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid;
}
#mailform-block .mailform-inner {
  padding: 0 20px;
  margin-bottom: 1.5em;
  background: #edf1f2;
}
#mailform-block .mailform-item {
  clear: both;
  padding: 15px 0;
}
#mailform-block .mailform-item.mailform-hide {
  display: none;
}
#mailform-block .mailform-item:not(:first-child) {
  border-top: 1px dotted #b3bbc5;
}
#mailform-block .mailform-item dt {
  display: flex;
  justify-content: space-between;
  line-height: 1.2;
  margin-bottom: 8px;
}
#mailform-block .mailform-item dt .name {
  font-weight: bold;
}
#mailform-block .mailform-item dd p {
  margin-bottom: 0;
}
#mailform-block .mailform-item dd .flex-block {
  align-items: center;
  gap: 0 6px;
  margin: 0;
}
#mailform-block .mailform-item dd .flex-block .space {
  width: 100%;
}
#mailform-block .wpcf7-not-valid-tip {
  color: #f00 !important;
  font-size: 1.2rem !important;
  line-height: 1.2;
}
.wpcf7 form #mailform-block .wpcf7-response-output {
  margin: 0 0.5em 2em !important;
  padding: 20px;
  font-weight: bold;
  text-align: center;
}
.wpcf7 form.invalid #mailform-block .wpcf7-response-output {
  color: #d70000;
  background: #fde2e2;
  border-color: #d70000;
}
.wpcf7 form.sent #mailform-block .wpcf7-response-output {
  color: var(--linkColor);
  background: #ddf2ff;
  border-color: var(--linkColor);
}
/* form.sent #mailform-block .mailform-wrapper {
  display:none;
} */
#mailform-block .wpcf7-list-item {
  margin: 0 1em 0 0;
}
#mailform-block input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
#mailform-block select,
#mailform-block textarea {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin: 5px 0;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: 0;
}
#mailform-block input[type="checkbox"],
#mailform-block input[type="radio"] {
  margin: 0 0.3em 0 0;
}
#mailform-block textarea {
  width: 100%;
  max-width: 100% !important;
  max-height: 120px;
}
#mailform-block .confirmation {
  margin-bottom: 30px;
}
#mailform-block .button-item {
  text-align: center;
}
#mailform-block .button-item input {
  appearance: none;
  display: block;
  width: 80%;
  margin: 0 auto 1em;
  padding: 15px 10px;
  font-size: 100%;
  font-weight: bold;
  border: 1px solid var(--linkColor);
  outline: 0;
  line-height: 1.2;
  cursor: pointer;
}
#mailform-block .button-item input.send {
  color: #FFF;
  background: var(--linkColor);
}
#mailform-block .button-item input.back {
  color: var(--linkColor);
  background: #fff;
}
@media (min-width: 950px) {
  #mailform-block .mailform-wrapper {
    max-width: 980px;
    margin: 0 auto;
  }
  #mailform-block .mailform-inner {
    margin-bottom: 40px;
  }
  #mailform-block .mailform-item {
    display: flex;
    align-items: baseline;
    padding: 10px 0;
  }
  #mailform-block .mailform-item dt {
    width: 22%;
    min-width: 12em;
    margin-right: 2em;
  }
  #mailform-block .mailform-item dd {
    flex: 1;
  }
  #mailform-block .mwform-tel-field input,
  #mailform-block input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
  #mailform-block textarea {
      padding: 10px;
      max-width: 40em;
  }
  #mailform-block .confirmation {
      margin-bottom: 40px;
  }
  #mailform-block .button-item {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }
  #mailform-block .button-item .cf7-cf-turnstile {
    width: 100%;
  }

  #mailform-block .button-item input {
      width: auto;
      margin: 0 10px;
      padding: 14px 40px;
      transition: 0.2s;
  }
  #mailform-block .button-item input:hover {
      opacity: 0.6;
  }
}

/*--------------------------------------
  # request
--------------------------------------*/
#mailform-block .wpcf7-form-control.selector {
  display: flex;
  justify-content: center;
  gap: 15px;
  width: 100%;
}
#mailform-block .wpcf7-form-control.selector .wpcf7-list-item {
  flex: 1;
  max-width: 70%;
  margin: 0;
}
#mailform-block .wpcf7-form-control.selector .wpcf7-list-item label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: .3em .5em;
  background: #fff;
  color: var(--titleColor);
  font-weight: 700;
  line-height: 1.2;
  border: 1px solid;
  cursor: pointer;
}
#mailform-block .wpcf7-form-control.selector .wpcf7-list-item label:before {
  content: '';
  width: min(40%,100px);
  height: 0;
  padding-top: min(40%,100px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#mailform-block .wpcf7-form-control.selector .wpcf7-list-item label:has(:checked) {
  color: var(--linkColor);
}
#mailform-block .wpcf7-form-control.selector .wpcf7-list-item label:not(:has(:checked)) {
  opacity: 0.4;
  filter: grayscale(100%);
}
#mailform-block .wpcf7-form-control.selector .wpcf7-list-item label input {
  display: none;
}
#mailform-block .course-select .wpcf7-form-control.selector .wpcf7-list-item label {
  padding-bottom: 0;
}
#mailform-block .course-select .wpcf7-list-item:first-child label {
  border-color: var(--juseiColor);
}
#mailform-block .course-select .wpcf7-list-item:last-child label {
  border-color: var(--oralColor);
}
#mailform-block .course-select .wpcf7-form-control.selector .wpcf7-list-item label:before {
  width: min(60%,140px);
  padding-top: 50%;
  background-position: center 0;
  background-size: 100% auto;
}
#mailform-block .course-select .wpcf7-list-item:first-child label:before {
  background-image: url(../img/home/course_jusei.png);
}
#mailform-block .course-select .wpcf7-list-item:last-child label:before {
  background-image: url(../img/home/course_oral.png);
}
#mailform-block .course-select .wpcf7-form-control.selector .wpcf7-list-item label:has(:checked) {
  color: #fff;
}
#mailform-block .course-select .wpcf7-list-item:first-child label:has(:checked) {
  background: var(--juseiColor);
}
#mailform-block .course-select .wpcf7-list-item:last-child label:has(:checked) {
  background: var(--oralColor);
}
#mailform-block .resources-select .wpcf7-list-item:first-child label:before {
  background-image: url(../img/request/resources01.jpg?ver=20250626);
}
#mailform-block .resources-select .wpcf7-list-item label:has(:checked):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid;
}
#mailform-block .vertical .wpcf7-list-item {
  display: block;
  margin: 1px 0;
}
#mailform-block .vertical .wpcf7-list-item label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 8px;
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #CCC;
  cursor: pointer;
}
#mailform-block .vertical .wpcf7-list-item label:has(:checked) {
  background: #005b96;
  color: #fff;
}
#mailform-block .vertical .wpcf7-list-item label::before {
  content: '';
  width: 16px;
  height: 16px;
  background: #d8dce1;
  border-radius: 3px;
}
#mailform-block .vertical .wpcf7-list-item label:has(:checked)::before {
  background: #fff;
}
#mailform-block .vertical .wpcf7-list-item label:has(:checked)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  width: 6px;
  height: 10px;
  border: solid #005b96;
  border-width: 0 2px 2px 0;
  transform: translate(0,-50%) rotate(45deg);
}
#mailform-block .vertical .wpcf7-list-item label .wpcf7-list-item-label {
  flex: 1;
}
#mailform-block .vertical .wpcf7-list-item label .wpcf7-list-item-label .icon {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
#mailform-block .vertical .wpcf7-list-item label .wpcf7-list-item-label .icon &gt; span {
  display: block;
  padding: 0.15em 0.4em;
  font-size: 1.1rem;
  font-weight: 500;
  border: 1px solid;
  border-radius: 3px;
  opacity: 0.7;
}
#mailform-block .vertical .wpcf7-list-item label input {
  display: none;
}
@media (min-width: 950px) {
  #mailform-block .wpcf7-form-control.selector {
    gap: 20px;
  }
  #mailform-block .wpcf7-form-control.selector .wpcf7-list-item {
    flex: none;
  }
  #mailform-block .wpcf7-form-control.selector .wpcf7-list-item label {
    padding: .5em 2em 0.5em 1em;
  }
  #mailform-block .wpcf7-form-control.selector .wpcf7-list-item label:before {
    width: 100px;
    padding-top: 80px;
  }
  #mailform-block .course-select .wpcf7-form-control.selector .wpcf7-list-item label {
    gap: 0;
  }
  #mailform-block .course-select .wpcf7-form-control.selector .wpcf7-list-item label:before {
    width: 155px;
    padding-top: 170px;
  }
  #mailform-block .vertical .wpcf7-list-item label .wpcf7-list-item-label {
    display: flex;
    align-items: center;
    gap: 15px;
  }
}</pre></body></html>