@charset "UTF-8";
.pc{
  display: inline-block;
}
.sp{
  display: none;
}
@media (max-width: 767px) {
  .pc{
    display: none;
  }
  .sp{
    display: inline-block;
  } 
}
.breadcrumb-list {
  max-width: var(--content-width);
  width: 100%;
}
@media (max-width: 767px) {
  .breadcrumb-list li {
    padding: 0px 0;
  }
}

.content_area {
  max-width: var(--content-width);
  margin: 0 auto;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .content_area {
    width: 90%;
    max-width: 100%;
  }
}

/* .content_area .main-heading {
  background-color: #fff;
  color: #333;
  font-size: 24px;
  text-align: left;
  padding: 0 0 0 6px;
  margin: 3rem 0;
  font-weight: bold;
  border-left: #f1b723 6px solid;
}
@media (max-width: 767px) {
  .column_area .main-heading {
    font-size: 20px;
    line-height: 3rem;
}
} */
.center{
  text-align: center;
  margin: center;
}
.content_area .content_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .content_area .content_inner {
    display: inline-block;
  }
}

.content_area .content_inner::after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}

@media (max-width: 767px) {
  .content_area .content_inner::after {
    display: none;
  }
}

.content_area .content_box {
  width: 30%;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .content_area .content_box {
    width: 100%;
  }
}

.content_area .content_box a {
  display: block;
  color: #333;
}

.content_area .content_box a:hover {
  opacity: .7;
}

.content_area .content_box--img {
  width: 100%;
}

.content_area .content_box--title {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 1rem 0 0;
  line-height: 1.5rem;
}

.content_area .content_box--date {
  text-align: right;
  color: #bbb;
}

.pager {
	overflow: hidden;
	padding-bottom: 80px;
  max-width: var(--content-width);
	margin: auto;
}
.pager .pagination {
  text-align: center;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #bbb;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
}

.pager .pagination li .pre,
.pager .pagination li .next {
  display: inline-block;
  width: 100px;
  height: 50px;
  text-align: center;
}

.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
}

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
  background: none;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.pager .pagination li a:hover, .pager .pagination li a.active {
  color: #333;
  background: #ececec;
}

.pager_column .pager .pagination {
  text-align: center;
}

.pager_column .pager .pagination li{
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: none;
width: 45%;
  /*width: auto;*/
  height: auto;
  position: relative;
}

.pager_column .pager .pagination .next {
  display: inline-block;
  width: 50%;
  height: auto;
  text-align: right;
}

.pager_column .pager .pagination a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
	color: #111;
}

.pager_column .pager .pagination .pre a {
  text-align: left;
}
.pager_column .pager .pagination .next a {
  text-align: right;
}

.pager_column .pager .pagination .pre{
	float: left;
}
.pager_column .pager .pagination .next{
	float: right;
}

.pager_column .pager .pagination a:hover, .pager_column .pager .pagination a.active {
  color: #333;
  background: none;
}

.column_area {
  max-width: var(--content-width);
  margin: 0 auto 3rem;
  letter-spacing: 1.5px;
}

@media (max-width: 767px) {
  .column_area {
    width: 90%;
    max-width: 100%;
  }
}

.column_area .main-heading {
  background-color: #fff;
  color: #333;
  font-size: 24px;
  text-align: left;
  padding: 0 0 0 6px;
  margin: 3rem 0 1rem;
  font-weight: bold;
  border-left: #f1b723 6px solid;
  border-bottom: #f1b723 dotted 6px;
}

.column_area .column_box--date {
  text-align: right;
  color: #bbbbbb;
  margin-bottom: 1rem;
}

.column_area .column_box--mainimg.pc {
  width: 65%;
  margin: 0 auto 2em;
  display: block;
}

@media (max-width: 767px) {
  .column_area .column_box--mainimg.pc {
    display: none;
  }
}

.column_area .column_box--img.pc {
    width: 65%;
    margin: 0 auto;
    display: block;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .column_area .column_box--img.pc {
    display: none;}
}

.column_area .column_box--h2 {
  background-color: #fff;
  color: #333;
  font-size: 2rem;
  text-align: left;
  padding: .5rem 0 .5rem 6px;
  margin: 2em 0 1em;
  font-weight: bold;
  border-left: #f1b723 6px solid;
  background-image: linear-gradient(-45deg, #f5e3b5 25%, #fff 25%, #fff 50%, #f5e3b5 50%, #f5e3b5 75%, #fff 75%, #fff);
  background-size: 8px 8px;
}

.column_area .column_box--h3 {
  background-color: #fff;
  color: #004da0;
  font-size: 1.5rem;
  text-align: left;
  padding: .5rem 0 .5rem;
  margin: 2em 0 0 0;
  font-weight: bold;
}

.column_area .column_box--ul {
  list-style: none;
}

.column_area .column_box--ul li {
  padding-left: 1em;
  text-indent: -.7em;
}

.column_area .column_box--ul li:before {
  content: "• ";
  color: #004da0;
}

.column_area .column_box--ol {
  counter-reset: li;
  list-style: none;
}

.column_area .column_box--ol li {
  position: relative;
  margin: 0 10px 6px;
  padding: 0 8px;
}

.column_area .column_box--ol li:before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  font-size: 20px;
  top: -3px;
  left: -17px;
  width: 1.6em;
  text-align: center;
  color: #004da0;
  font-weight: bold;
}

.column_area .column_box--link {
  margin-top: 3rem;
  letter-spacing: 1px;
  word-break: break-word;
}

.column_area .column_box--link a {
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 1rem;

}

.column_area .column_box--link span {
  background: none;
  display: block;
  font-weight: 600;
}
.column_area .column_box img {
  margin-bottom: 3rem;
}

.column_area strong {
  color: #e50012;
}

.column_area span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, yellow));
  background: linear-gradient(transparent 50%, yellow 50%);
}


/*# sourceMappingURL=style.css.map */

.column_contents {
  background-color: #faf4e2;
  border-radius:10px;
  border-radius:5px;
  margin: 2em 0 0;
  display:block;
}
.column_contents h2 {
  font-weight: bold;
  text-align: center;
  border-top: #f9b900 solid 3px;
  border-bottom: #f9b900 solid 1px;
  line-height: 3em;
}
.column_contents ul {
  list-style-type: none;
  align-items: baseline;
    flex: 1 0 auto; /* fix IE11 */
    justify-content: center;
    padding:1em 1.5em;}

.column_contents li {
  line-height: 2em;
    margin: 0.2em 1em 0.2em 3em;
    text-indent: -2.3em;
}
.column_contents li strong {
  color: initial;
  font-size: 1em;
  font-weight: bold;
  margin-right: 1em;
}
.column_contents ul li a,a:hover,a:visited{
  color: inherit;
}
.goto_elementary {
  text-align: center;
  margin: 2em 0;
}
.button-about {
  background-color: #fad067;
  border-radius: 30px;
  margin: 1em auto;
  padding: 1em;
  width: fit-content;
  color: #fff;
  font-weight: bold;
  }
.button-about a:link {
  color:#fff; 
  }
.button-about img {
  margin-top:0.3em;
}
 .button-kinder {
  background-color: #e95383;
  border-radius: 30px;
  margin: 1em auto;
  padding: 1em;
  width: fit-content;
  color: #fff;
  font-weight: bold;
  }
  .button-kinder a:link {
  color:#fff; 
  }
.button-kinder img {
  margin-top:0.3em;
}
.button-elementary {
  background-color: #00aebb;
  border-radius: 30px;
  margin: 1em auto;
  padding: 1em;
  width: fit-content;
  color: #fff;
  font-weight: bold;
  }
.button-elementary a:link {
  color:#fff; 
  }
.button-elementary img {
  margin-top:0.3em;
}
.button-summer {
  background-color: #04b1eb;
  border-radius: 30px;
  margin: 1em auto;
  padding: 1em;
  width: fit-content;
  color: #fff;
  font-weight: bold;
  }
.button-summer a:link {
  color:#fff; 
  }
.button-summer img {
  margin-top:0.3em;
}
.column_box {
  margin-top: -40px;
  padding-top: 40px;
}
.anchor {
  padding-top: 30px;
  margin-top: -30px;
  display: block;
}


@media (max-width: 480px) {
  .column_box {
    margin-top: -40px;
    padding-top: 40px;
  }
  .anchor {
    padding-top: 55px;
    margin-top: -55px;
    display: block;
  }
}
/* テーブル*/
@media (max-width: 580px) {
.table-wrap {
  overflow-x: scroll;
}  
}

table {
  min-width: 580px;
  border-left: #FF9900 solid 1px;  
  border-bottom:  #FF9900 solid 1px;
  border-right: -1px;
}
th {
  background: #ffa94e;
  color: #fff;
  padding: 10px;
}
td {
  padding: 10px;
  border-right: #FF9900 solid 1px;  
}
.last td{
  border-top: #FF9900 solid 1px; 
}
.main-heading {    
  background-color: #f1b723;
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding: 34px 0;
  font-weight: bold;
}

/* 2023-04追加 */
.signature {
  text-align: right;
  margin: 1.5em 0;
  font-weight: bold;
}

/*▼webp化*/
@media screen and (min-width:768px){
	.column_box .column_box--picture {
		display:block;
		width:55%;
		margin:0 auto;
	}
}
@media screen and (max-width:767px){
	.column_box .column_box--picture {
		display:block;
		width:100%;
		margin:0 auto;
	}
}
/*▲end*/

/*▼共通バナーエリア /fs/column/common/common_area_01.php 2502*/
@media screen and (min-width:768px){
.common_bnr_area {
	padding: 30px 0 60px;
	display: flex;
	width: 960px;
	box-sizing: border-box;
	justify-content: space-between;
	margin: 0 auto;
}
.common_bnr_area .img_block {
	width:48%;
}
.common_bnr_area .img_block .link{
	display:block;
}
}/*pc end*/

@media screen and (max-width:767px){
.common_bnr_area {
	padding: 0 0 10vw;
}	
.common_bnr_area .img_block {
	margin: 0 auto 4vw;
	width: 92%;
}	
.common_bnr_area .img_block .link{
	display:block;
}
}/*sp end*/
/*▲共通バナーエリア /fs/column/common/common_area_01.php 2502*/

/*== リスト ==*/
/* 中黒 */
ul.list_nakaguro li{
  list-style-type: disc;
  list-style-position:inside;
}

/* 追加 20251006 ---------- */
:root {
  --brand-color: #f1b723;
  --brand-sub-color: #E7230D;
  --text-color: #333333;
  --content-width: 1040px;
}
.column_area strong {
  color: unset;
}
.column_area .clr-orange {
  color: var(--brand-sub-color);
}
.guide_hub .content_area .content_box .content_box--link {
  border: 1px solid var(--brand-color);
  border-radius: 8px;
  box-shadow: 0 0 0 -3px color-mix(in srgb, var(--brand-color) 90%, black);
  display: block;
  overflow: hidden;
  padding: 1em;
  transition: background-color ease-out .3s, border-color ease-out .3s, box-shadow ease-out .3s, transform ease-out .3s;
}
.guide_hub .content_area .content_box .content_box--link .guide_article {
  margin: -1em -1em 0;
}
.guide_hub .content_area .content_box .content_box--link .guide_article .content_box--picture, 
.guide_hub .content_area .content_box .content_box--link .guide_article .content_box--picture img {
  display: block;
  width: 100%;
}
.guide_hub .content_area .content_box .content_box--link .content_box--ttl {
  align-items: center;
  display: flex;
  gap: 0 1em;
  justify-content: space-between;
  padding: 1em 1em 0;
}
.guide_hub .content_area .content_box .content_box--link .content_box--ttl::after {
  border-color: transparent var(--brand-color);
  border-style: solid;
  border-width: 8px 0 8px 8px;
  box-sizing: border-box;
  content: "";
  height: 0;
  transition: transform ease-out .3s;
  width: 0;
}
.column_area .main-heading {
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 1.5lh -6px 0;
  padding: .4em .5em .3em;
}
.column_area .column_box--h2 {
  font-size: 1.375rem;
  line-height: 1.3;
  margin: 1.5lh -6px 0;
  padding: .7em .5em .3em;
}
.column_area .column_box--h3 {
  line-height: 1.3;
  margin: 1.5lh 0 0;
  padding: 0;
}
.column_area .column_box--h3.center {
  text-align: center;
}
.column_box--text {
  margin-top: 1lh;
}
.column_box--text--closed {
  margin-top: .5lh;
}
.column_box--text--spaced {
  margin-top: 2.5lh;
}
.column_area .column_box img {
  margin: 1em 0 0;
}
.column_box--figure {
  margin-inline: auto;
  max-width: 640px;
  text-align: center;
}
.column_box--figure > picture,
.column_box--figure > picture > img {
  display: block;
  width: 100%;
}
.column_box--figure picture + figcaption {
  margin-top: .2lh;
}
table {
  border-collapse: collapse;
}
table th {
  background-color: #fef8e9;
  border: var(--brand-color) solid 1px;  
  color: var(--text-color);
}
table td {
  border: var(--brand-color) solid 1px;  
}
hr.article-end {
  margin: 5rem auto;
  max-width: var(--content-width);
}
.guide_cta {
  margin-inline: auto;
  max-width: var(--content-width);
}
.guide_cta-h2 {
  align-items: flex-end;
  display: flex;
  font-size: 1.375rem;
  font-weight: bold;
  gap: 0 1em;
  justify-content: center;
  line-height: 1.3;
  margin: 1.5lh -6px 0;
  padding: .7em .5em .3em;
  text-align: center;
}
.guide_cta-h2::before,
.guide_cta-h2::after {
  align-self: stretch;
  background-color: currentColor;
  border-radius: 4px;
  content: "";
  display: block;
  transform: rotate(-25deg);
  width: 2px;
}
.guide_cta-h2::after {
  transform: rotate(25deg);
}
.guide_cta-course-lst {
  align-items: stretch;
  display: flex;
  gap: 0 1rem;
  justify-content: center;
  margin-top: 1rem;
}
.guide_cta-course-item {
  flex: 1 1 50%;
}
.guide_cta-course-link {
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  color: var(--text-color);
  display: block;
  transition-property: background-color, box-shadow, transform;
  transition-duration: .3s;
  transition-timing-function: ease-out;
  overflow: hidden;
  position: relative;
}
.guide_cta-course-link:hover {
  opacity: 1;
  transform: translateY(2px);
}
.guide_cta-course-fig {
  display: block;
  width: 100%;
}
.guide_cta-course-description {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  inset: 0 auto auto;
  padding: .6em 0 .4em;
  position: absolute;
  text-align: center;
  width: 100%;
}
.guide_cta-course-name {
  line-height: 1.4;
  padding: 1rem;
  position: relative;
  text-align: center;
  -webkit-text-stroke: 4px white;
  paint-order: stroke;
}
.guide_cta-course-name::after {
  background-color: transparent;
  border-width: 2px 2px 0 0;
  border-style: solid;
  content: "";
  display: block;
  height: .5rem;
  inset: 0 1rem 0 auto;
  margin: auto;
  position: absolute;
  transform: rotate(45deg);
  width: .5rem;
}
.guide_cta-course-name > strong {
  font-size: 1.5rem;
}
.guide_cta-course-link.type-elementary {
  border-color: #00aebb;
  box-shadow: 0 2px 0 0 #00aebb; 
}
.guide_cta-course-link.type-elementary:hover {
  background-color: color-mix(in srgb, #00aebb 5%, white);
  box-shadow: 0 0 0 0 #00aebb; 
}
.guide_cta-course-link.type-elementary .guide_cta-course-description {
  background-color: rgba(0, 174, 187, 0.9);
}
.guide_cta-course-link.type-elementary .guide_cta-course-name::after {
  border-color: #00aebb;
}
.guide_cta-course-link.type-elementary .guide_cta-course-name > strong {
  color: #00aebb;
}
.guide_cta-course-link.type-kinder {
  border-color: #e95383;
  box-shadow: 0 2px 0 0 #e95383; 
}
.guide_cta-course-link.type-kinder:hover {
  background-color: color-mix(in srgb, #e95383 5%, white);
  box-shadow: 0 0 0 0 #e95383; 
}
.guide_cta-course-link.type-kinder .guide_cta-course-description {
  background-color: rgba(233, 83, 131, 0.9);
}
.guide_cta-course-link.type-kinder .guide_cta-course-name::after {
  border-color: #e95383;
}
.guide_cta-course-link.type-kinder .guide_cta-course-name > strong {
  color: #e95383;
}
.guide_cta-btn-box {
  margin: 2em auto 0;
  text-align: center;
}
.guide_cta-btn-box.type-trial {
  max-width: calc(var(--content-width) * .5);
}
.guide_cta-btn-box.type-tel {
  max-width: calc(var(--content-width) * .35);
}
.guide_cta-btn-lead {
  font-size: 1.125rem;
  font-weight: bold;
}
.guide_return {
  text-align: center;
}
.guide_return-btn {
  background-color: #004ea1;
  border-radius: 100px;
  box-shadow: 0 2px 0 0 color-mix(in srgb, #004ea1 80%, black);
  color: #fff;
  display: inline-flex;
  font-size: 1.125rem;
  font-weight: bold;
  justify-content: center;
  line-height: 1.2;
  margin-top: 2rem;
  padding: .6rem 1rem .4rem;
  position: relative;
  transition-property: background-color, box-shadow, transform;
  transition-duration: .3s;
  transition-timing-function: ease-out;
  width: 320px;
}
.guide_return-btn:link,
.guide_return-btn:visited,
.guide_return-btn:active,
.guide_return-btn:hover {
  color: #fff;
}
.guide_return-btn::before {
  background-color: transparent;
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 2px 2px;
  content: "";
  height: .5rem;
  inset: 0 0 0 1rem;
  margin: auto 0;
  position: absolute;
  transform: rotate(45deg);
  width: .5rem;
}
.guide_return-btn:hover {
  box-shadow: 0 0 0 0 color-mix(in srgb, #004ea1 90%, black);
  color: #fff;
  transform: translateY(2px);
  opacity: 1;
}
/* 02 イベント */
.guide_event-item {
  display: grid;
  gap: 0 2rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  grid-auto-flow: column;
  margin-top: 2rem;
  padding-block: 1rem;
  padding-left: 24%;
  position: relative;
}
.guide_event-ttl {
  align-self: flex-end;
  padding-top: 2rem;
  text-align: right;
}
.guide_event-ttl-txt {
  background-color: #FFE037;
  background-image: none;
  border-radius: 4px;
  color: #f67702;
  display: inline-block;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: bold;
  padding: 0 1.5em;
  transform: translateX(1rem) rotate(8deg);
  -webkit-text-stroke: currentColor 1px;
  paint-order: stroke;
}
.guide_event-smry {
  background-color: #fff;
  border: 1px solid var(--brand-color);
  border-radius: 16px;
  padding: 2em;
}
.guide_event-fig {
  position: absolute;
  height: 100%;
  inset: 0 auto auto 0;
  margin: 0;
  width: auto;
  z-index: -1;
}
.guide_event-fig figure,
.guide_event-fig figure picture {
  display: block;
  height: 100%;
  width: 100%;
}
.guide_event-fig img {
  height: 100%;
  margin: 0!important;
  width: auto;
}
.guide_event-video {
  background-color: #2565BF;
  border-radius: 16px;
  box-sizing: content-box;
  grid-row: 1 / 3;
  padding: 2rem;;
}
.guide_event-video-box {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.guide_event-video-box iframe {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}
.guide_event-item:nth-child(even) {
  padding-left: 0;
  padding-right: 24%;
}
.guide_event-item:nth-child(even) .guide_event-ttl {
  order: 1;
  text-align: left;
}
.guide_event-item:nth-child(even) .guide_event-smry {
  order: 1;
}
.guide_event-item:nth-child(even) .guide_event-ttl-txt {
  transform: translateX(-1rem) rotate(-8deg);
}
.guide_event-item:nth-child(even) .guide_event-fig {
  inset: 0 0 auto auto;
}
.guide_event-item:not(:has(.guide_event-video)) {
  grid-template-columns: 1fr;
  margin: 0 18%;
  padding-left: 30%;
}
.guide_material {
  align-items: center;
  display: grid;
  gap: 0 1rem;
  grid-template-columns: 9fr 5fr 6fr;
  margin: 1rem auto 0;
  max-width: 640px;
}
@media screen and (min-width: 768px) {
  .guide_hub .content_area .content_box .content_box--link:hover {
    background-color: color-mix(in srgb, var(--brand-color) 10%, white);
    box-shadow: 0 4px 3px -2px color-mix(in srgb, var(--brand-color) 90%, black);
    opacity: 1;
    transform: translateY(-3px);
  }
  .guide_hub .content_area .content_box .content_box--link:hover .content_box--ttl::after {
    transform: translateX(4px);
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    overflow-x: auto;
    padding: 0;
  }
  .breadcrumb .breadcrumb-list {
    display: flex;
    flex-flow: row nowrap;
    gap: 0 2dvw;
    max-width: none;
    overflow-x: auto;
    padding: 0 2dvw;
    width: auto;
  }
  hr.article-end {
    margin: 3rem auto;
  }
  .guide_hub .content_area .content_inner {
    display: block;
    margin-left: -5dvw;
    margin-right: -5dvw;
  }
  .breadcrumb .breadcrumb-list li {
    white-space: nowrap;
  }
  .guide_hub .content_area .content_box {
    margin-bottom: 0;
  }
  .guide_hub .content_area .content_box .content_box--link {
    border-inline: none;
    border-radius: 0;
    margin: -1px 0 0;
    width: 100dvw;    
  }
  .guide_hub .content_area .content_box .content_box--link:hover {
    background-color: color-mix(in srgb, var(--brand-color) 10%, white);
    opacity: 1;
  }
  .guide_hub .content_area .content_box .content_box--link .guide_article {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    gap: 0 1rem;
    margin: 0;
  }
  .guide_hub .content_area .content_box .content_box--link .guide_article .content_box--picture {

    flex: 0 0 30%;
  }
  .guide_hub .content_area .content_box .content_box--link .content_box--ttl {
    padding: 0;
  }
  .column_area .main-heading {
    margin-top: .5lh;
  }
  .guide_cta {
    margin-top: -1rem;
    max-width: 100%;
    width: 90%;
  }
  .guide_cta-h2 {
    font-size: 1.25rem;
  }
  .guide_cta-course-lst {
    flex-flow: column nowrap;
    gap: 1rem 0;
  }
  .guide_cta-course-description {
    font-size: .875rem;
  }
  .guide_cta-course-name {
    padding: .5rem;
  }
  .guide_cta-course-name > strong {
    font-size: 1.125rem;
  }
  .guide_cta-btn-lead {
    font-size: 1rem;
  }
  .guide_cta-btn-box.type-tel {
    margin-top: 1rem;
  }
  .guide_event-item {
    gap: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    padding-left: 0;
  }
  .guide_event-ttl-txt {
    font-size: 1.25rem;
  }
  .guide_event-smry {
    font-size: .875rem;
    margin-left: 45%;
    padding: 1rem;
  }
  .guide_event-fig {
    height: auto;
    left: -10dvw;
    width: 75%;
  }
  .guide_event-video {
    grid-row: auto;
    margin-top: 1rem;
    padding: 1rem;
  }
  .guide_event-item:nth-child(even) {
    padding-right: 0;
  }
  .guide_event-item:nth-child(even) .guide_event-ttl {
    order: 0;
    padding-top: 0;
    text-align: left;
  }
  .guide_event-item:nth-child(even) .guide_event-smry {
    order: 0;
    margin-left: 0;
    margin-right: 45%;
  }
  .guide_event-item:nth-child(even) .guide_event-fig {
    left: auto;
    right: -10dvw;
  }
  .guide_event-item:not(:has(.guide_event-video)) {
    grid-template-columns: 1fr;
    margin: 0;
    padding-left: 0;
  }
  .guide_material {
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    max-width: none;
  }
  .guide_material *:first-child {
    grid-column: 1 / 3;
  }
}