@charset "UTF-8";
/*
	標準のスタイル 
	親テーマ twentytwenty 用
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  color: #2b7300;
}
body .entry-content > *:first-child {
  margin-top: 1em;
}
body h1 {
  text-align: center;
  font-size: 4.2rem;
  clear: both;
  font-weight: bold;
  margin: 1em 0 1em 0;
  padding: 0.5em 0.5em 0.8em 0.5em;
}
body h2 {
  font-size: 2.52rem;
  font-stretch: 50%;
  font-weight: 500;
  margin: 0;
  clear: both;
  background: left no-repeat url(images/h2_background.svg);
  background-size: auto 35px;
  padding-left: 2em;
  background-position: left bottom;
}
body h3 {
  text-align: center;
  font-size: 3.15rem;
  color: #2b7300;
  margin: 0;
  clear: both;
}
body h4 {
  font-size: 2.1rem;
}
body .entry-content hr::before,
body .entry-content hr::after,
body hr.styled-separator::before,
body hr.styled-separator::after {
  display: none;
}
body .entry-content hr,
body hr.styled-separator {
  border-top: 1px solid #2b7300 !important;
  margin: 1em auto;
  overflow: auto;
  height: 0rem;
}
body .entry-content {
  color: black;
}
body .metaslider {
  width: 100%;
  max-width: 1500px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
body .metaslider .caption-wrap {
  bottom: auto;
  top: 0;
  background-color: transparent;
  opacity: 1;
  font-size: 5vw;
  padding: 1em;
  text-shadow: 2px 2px 2px black;
}
body .metaslider .flexslider {
  margin-bottom: 0;
}
body .top-menu {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  max-width: 100% !important;
  gap: 10px;
  margin-top: 0px;
  background-color: #00246B;
}
body .top-menu img {
  padding: 0;
  margin: 0;
  flex-grow: 1;
  flex-shrink: 1;
}
body .primary-menu-wrapper a {
  color: white !important;
  text-decoration: none !important;
}
body .primary-menu-wrapper a:hover {
  text-decoration: underline !important;
}
body .entry-header {
  padding: 0;
  background-color: #f0f0f0;
}
body .entry-header .entry-categories {
  display: none;
}
body .entry-header .post-author {
  display: none;
}
body .entry-header .breadcrumb {
  text-align: left;
  font-size: 75%;
  color: black;
  padding-bottom: 1em;
  margin-top: -1em;
}
body .entry-header .breadcrumb a {
  color: black;
  text-decoration: underline;
}
body .entry-header .breadcrumb a:hover {
  color: #2b7300;
  text-decoration: underline;
}
body .entry-header .post-meta-single-top {
  max-width: 1024px;
}
body .entry-header .post-meta-single-top .post-meta {
  justify-content: right;
}
body .course {
  width: 1024px !important;
  max-width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body .course img {
  flex-grow: 1;
  flex-shrink: 1;
  width: 250px;
}
body div.banner {
  width: 100% !important;
  max-width: 100% !important;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  margin: 0;
}
body div.banner img {
  width: 58rem;
}
body a img {
  transition: all 250ms;
}
body a img:hover {
  transition: all 250ms;
  transform: scale(1.05, 1.05);
}
body a.link-to-pdf + .wp-caption-text::after {
  content: " [PDF]";
}
body a.link-to-pdf img:hover {
  transition: all 250ms;
  transform: none;
}
body .wp-caption {
  max-width: 100% !important;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
  width: fit-content;
  padding: 10px;
}
body .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  width: 1024px;
  max-width: 100%;
}
body .entry-content > .alignleft,
body .entry-content > p .alignleft,
body .entry-content > .wp-block-image .alignleft {
  position: static;
  float: left;
  max-width: 26rem;
  margin-left: 0;
}
body .entry-content > .alignright,
body .entry-content > p .alignright,
body .entry-content > .wp-block-image .alignright,
body [class*=__inner-container] > .alignright {
  position: static;
  float: right;
  max-width: 26rem;
  margin-right: 0;
}
body img.inline {
  vertical-align: baseline;
  display: inline;
}
body a.ext:after {
  content: "[外部サイト]";
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 0.8em;
  display: inline-block;
  font-size: 50%;
  vertical-align: super;
}
body a.map:after {
  content: "[地図]";
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 0.8em;
  display: inline-block;
  font-size: 50%;
  vertical-align: super;
}
body .hy_post_list {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 20rem;
  line-height: 1.5em;
}
body .hy_post_list a {
  color: #335;
  border-bottom: 1px solid #44788a;
  display: block;
  text-decoration: none;
  transition: all 250ms;
  position: relative;
  left: 0;
}
body .hy_post_list a:hover {
  background-color: #f8f8f8;
  left: 10px;
}
body .hy_post_list a:hover div {
  background-color: #f8f8f8;
}
body .hy_post_list a .post {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem;
}
body .hy_post_list a .post .date {
  width: 7em;
  padding: 0.5rem 0.5rem;
}
body .hy_post_list a .post .category {
  width: 12em;
  border-radius: 100vh;
  border: 1px solid;
  padding: 0.1em;
  color: black;
  text-align: center;
}
body .hy_post_list a .post .title {
  padding-left: 1rem;
  min-width: 20em;
}
body .hy_post_list a .post .title .tags .tag {
  display: inline;
  border: 1px solid #ccc;
  padding: 0.1rem 0.2rem;
  font-size: 0.5rem;
}
body .footer-nav-widgets-wrapper {
  background-color: #ebebeb;
  color: black;
}
body .footer-nav-widgets-wrapper a {
  color: black;
  text-decoration: none;
}
body .footer-nav-widgets-wrapper a:hover {
  text-decoration: underline;
}
body .footer-nav-widgets-wrapper .footer-widgets-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body .footer-nav-widgets-wrapper .footer-widgets-wrapper > .column-one {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 300px;
  padding-right: 1em;
  border-right: 1px solid black;
}
body .footer-nav-widgets-wrapper .footer-widgets-wrapper > .column-two {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 250px;
}
body .footer-widgets {
  font-size: 1.5rem;
  line-height: 1.5;
}
body .footer-widgets.column-one .widget-content {
  font-size: 1.5rem;
}
body .footer-widgets.column-one .widget-content img {
  margin: 0;
  width: 100%;
}
body .footer-widgets.column-two .footer-menu {
  margin-left: 1em;
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 2rem;
}
body .footer-widgets.column-two .footer-menu > div {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 170px;
}
body .footer-widgets .copyright {
  font-size: 50%;
}
body .footer-widgets p {
  margin: 0;
}
body .footer-widgets ul {
  list-style: none;
  margin: 0;
}
body .footer-widgets ul li,
body .footer-widgets ul li:first-child {
  margin: 0.5em 0;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 1em;
  padding-left: 1.5em;
}
body footer#site-footer {
  background-color: #2b7300;
  color: white;
}
body footer#site-footer .footer-copyright {
  font-size: 100%;
}

.ccchildpages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1em auto !important;
  /*	.informations {

  	//タブ見出し。スマホ用は別にあります。
  	.sp-tab__lay-default ul {
  		border-bottom: 2px solid #44788a !important;
  		flex-wrap: nowrap;
  		display: flex;
  		overflow-x: auto;

  		li {
  			margin-bottom: 0px !important;
  			margin-right: 4px !important; //スマホ時にマージンが詰められて隣とくっつくのを防ぐ

  			//flex: 0 0 50px;
  			&:first-child {
  				margin-left: auto !important;
  			}

  			&:last-child {
  				margin-right: auto !important;
  			}
  		}
  	}

  	//一覧
  	.hy_post_list {
  		//記事
  		// font-size: 1rem;
  		overflow-x: hidden;
  		overflow-y: scroll;
  		max-height: 20rem;
  		line-height: 1.5em;

  		a {
  			color: #335;
  			border-bottom: 1px solid #44788a;
  			display: block;
  			text-decoration: none;
  			transition: all $transition-duration;
  			position: relative;
  			left: 0;

  			&:hover {
  				$bg: #f8f8f8;
  				background-color: $bg;
  				left: 10px;

  				div {
  					background-color: $bg;
  				}
  			}

  			.post {
  				position: relative;
  				display: flex;
  				align-items: center;
  				flex-wrap: wrap;
  				padding: 1rem;

  				.date {
  					width: 7em;
  					padding: 0.5rem 0.5rem;
  				}

  				//category
  				.category {
  					width: 12em;
  					border-radius: 100vh;
  					border: 1px solid;
  					padding: 0.1em;
  					color: black;
  					text-align: center;
  					// display: none;
  				}

  				.title {
  					padding-left: 1rem;
  					min-width: 20em;

  					.tags {
  						.tag {
  							display: inline;
  							border: 1px solid #ccc;
  							padding: 0.1rem 0.2rem;
  							font-size: 0.5rem;
  						}
  					}
  				}
  			}
  		}
  	}
  }*/
}
.ccchildpages .ccchildpage {
  background: #e7ffd9;
}
.ccchildpages .ccchildpage h3 {
  font-size: 2.1rem !important;
}
.ccchildpages .ccchildpage.current-page {
  background: #f0f0f0;
}
.ccchildpages .ccpages_more a {
  color: black;
  text-decoration: underline;
  font-size: 0;
}
.ccchildpages .ccpages_more a::before {
  content: "続きを読む...";
  font-size: 1.5rem;
}
.ccchildpages.home .４ペインズ-wrapper {
  background-color: #00246B;
  color: white;
  font-family: "Noto Serif JP", serif;
  font-size: 100%;
}
.ccchildpages.home .４ペインズ-wrapper .４ペインズ {
  width: 1024px !important;
  max-width: 100% !important;
}
.ccchildpages.home .４ペインズ-wrapper .４ペインズ img {
  margin: 0 !important;
}
.ccchildpages.home .４ペインズ-wrapper .４ペインズ .４ペイン {
  font-family: "Noto Serif JP", serif;
  font-size: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: white;
  align-items: start;
}
.ccchildpages.home .４ペインズ-wrapper .４ペインズ .４ペイン .eye-catching {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 250px;
}
.ccchildpages.home .４ペインズ-wrapper .４ペインズ .４ペイン .content-wrapper {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 250px;
}
.ccchildpages.home .４ペインズ-wrapper .４ペインズ .４ペイン .content-wrapper h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 200%;
  letter-spacing: 0.1em;
  padding: 0.5em 1em 0em 0.5em;
  width: 100%;
  margin: 0;
}
.ccchildpages.home .４ペインズ-wrapper .４ペインズ .４ペイン .content-wrapper h4 sub {
  font-size: 40%;
  display: block;
  text-indent: 0em;
  line-height: 1;
  bottom: 0;
}
.ccchildpages.home .４ペインズ-wrapper .４ペインズ .４ペイン .content-wrapper .content {
  margin: 1em 2em;
}
.ccchildpages.home .４ペインズ-wrapper .４ペインズ .４ペイン.上部 .content-wrapper h4 {
  text-align: right;
  color: white;
}
.ccchildpages.home .４ペインズ-wrapper .４ペインズ .４ペイン.下部 {
  flex-direction: row-reverse;
}
.ccchildpages.home .４ペインズ-wrapper .４ペインズ .４ペイン.下部 .content-wrapper h4 {
  padding: 0.5em 1em 0em 0.8em;
  color: white;
}
.ccchildpages.home .２ペイン-wrapper h3 {
  width: 200px;
  height: 200px;
  border: none;
  background-color: white;
  line-height: 1.8;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 120%;
  text-align: center;
  color: #00246B;
  padding: 1em;
}
.ccchildpages.home .２ペイン-wrapper .２ペインズ {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: black;
}
.ccchildpages.home .２ペイン-wrapper .２ペインズ .２ペイン {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 250px;
  font-family: "Noto Sans JP", sans-serif;
}
.ccchildpages.home .２ペイン-wrapper .２ペインズ .２ペイン img.banner {
  width: 100%;
  border: none;
}
.ccchildpages.home .２ペイン-wrapper .２ペインズ .２ペイン h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 180%;
  letter-spacing: 0.1em;
  margin: 0.5em 1em;
  width: 100%;
}
.ccchildpages.home .２ペイン-wrapper .２ペインズ .２ペイン h4 sub {
  font-size: 50%;
  display: inline-block;
  text-indent: 1em;
  bottom: 0;
}
.ccchildpages.home .２ペイン-wrapper .２ペインズ .２ペイン .content {
  padding: 0 2em;
  font-weight: 200;
}
.ccchildpages.home .２ペイン-wrapper .２ペインズ .２ペイン.左 {
  background-color: #ffecc8;
  text-align: left;
}
.ccchildpages.home .２ペイン-wrapper .２ペインズ .２ペイン.右 {
  background-color: #dae89b;
}
.ccchildpages.home .gallery {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 0;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  height: 300px;
  overflow-y: scroll;
}
.ccchildpages.home .gallery .su-custom-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ccchildpages.home .gallery .su-custom-gallery .su-custom-gallery-slide {
  flex-shrink: 0;
}

body.kiokan .metaslider .caption-wrap {
  top: auto;
  bottom: 0;
  font-size: 4vw;
}
body.kiokan .metaslider .caption-wrap sub {
  font-size: 50%;
  bottom: 0;
}
body.kiokan .top-menu {
  text-align: center;
  background-color: white;
  gap: 0;
}
body.kiokan .top-menu a {
  display: grid;
  align-items: end;
  width: 200px;
  height: 100px;
  line-height: 2;
  font-size: 2rem;
  text-decoration: none;
  color: black;
  vertical-align: bottom;
  border-bottom: 1px solid lightgray;
  border-right: 1px solid lightgray;
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: 40px;
}
body.kiokan .top-menu a:first-child {
  border-left: 1px solid lightgray;
}
body.kiokan .top-menu a.学科案内 {
  background-image: url(images/学科案内.png);
}
body.kiokan .top-menu a.学校案内 {
  background-image: url(images/学校案内.png);
}
body.kiokan .top-menu a.学校生活 {
  background-image: url(images/学校生活.png);
}
body.kiokan .top-menu a.進路状況 {
  background-image: url(images/進路状況.png);
}
body.kiokan .top-menu a.入試情報 {
  background-image: url(images/入試情報.png);
}
body.kiokan .top-menu a:hover {
  background-color: #eaf1e6;
}
body.kiokan #site-header {
  background-color: #8cb191;
}
body.kiokan .modal-menu a {
  color: black;
}
body.kiokan.home header.entry-header {
  display: none;
}
body.kiokan.home h2 {
  background-color: white;
  border: none;
  margin: 0 calc(50% - 50vw) !important;
  width: 100vw !important;
  max-width: 100vw !important;
  padding: 3em 1em 1em 1em;
  text-align: center;
  font-size: 4rem;
  color: #2b7300;
}
body.kiokan.home .breadcrumb {
  display: none;
}
body.kiokan.home .post-inner {
  padding-top: 0;
}
body.kiokan.home .content {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 80%;
}
body.kiokan.home a.button {
  margin: 0.5em;
  padding: 1em;
  border-radius: 1em;
  background-color: #2b7300;
}
body.kiokan.home a.button:hover {
  background-color: #3ea600;
}
body.kiokan.home .features {
  width: 1024px !important;
  max-width: 100% !important;
}
body.kiokan.home .features img {
  margin: 0 !important;
}
body.kiokan.home .紹介動画 h2::after {
  color: black;
  display: block;
  content: "Movie";
  font-size: 50%;
}
body.kiokan.home .新着情報 h2::after {
  color: black;
  display: block;
  content: "INFORMATION";
  font-size: 50%;
}
body.kiokan.home .新着情報 .sp-tab__section_title_2969 {
  display: none;
}
body.kiokan.home .新着情報 .sp-tab__lay-default {
  background-color: #f0f0f0;
}
body.kiokan.home .新着情報 .sp-tab__lay-default .sp-tab__tab-pane {
  background-color: #f0f0f0 !important;
}
body.kiokan.home .新着情報 .sp-tab__lay-default ul {
  border-bottom: 2px solid #44788a !important;
  flex-wrap: nowrap;
  display: flex;
  overflow-x: auto;
}
body.kiokan.home .新着情報 .sp-tab__lay-default ul li {
  margin-bottom: 0px !important;
  margin-right: 4px !important;
}
body.kiokan.home .新着情報 .sp-tab__lay-default ul li:first-child {
  margin-left: auto !important;
}
body.kiokan.home .新着情報 .sp-tab__lay-default ul li:last-child {
  margin-right: auto !important;
}
body.kiokan.home .新着情報 #sp-wp-tabs-wrapper_2969 > .sp-tab__nav-tabs .sp-tab__nav-link {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #2b7300 !important;
}
body.kiokan.home .新着情報 #sp-wp-tabs-wrapper_2969 > .sp-tab__nav-tabs .sp-tab__nav-link.sp-tab__active {
  border-bottom: 5px solid #2b7300 !important;
  background-color: #f0f0f0 !important;
}
body.kiokan.home .新着情報 #sp-wp-tabs-wrapper_2969.sp-tab__lay-default > ul {
  border-bottom: 1px solid #2b7300 !important;
}
body.kiokan.home .新着情報 .hy_post_list {
  max-height: 35rem;
  line-height: 1.8em;
  font-weight: 1000;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 20rem;
  line-height: 1.5em;
}
body.kiokan.home .新着情報 .hy_post_list a {
  color: #335;
  border-bottom: none;
  display: block;
  text-decoration: none;
  transition: all 250ms;
  position: relative;
  left: 0;
}
body.kiokan.home .新着情報 .hy_post_list a:hover {
  background-color: #f8f8f8;
  left: 10px;
}
body.kiokan.home .新着情報 .hy_post_list a:hover div {
  background-color: #f8f8f8;
}
body.kiokan.home .新着情報 .hy_post_list a .post {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem;
}
body.kiokan.home .新着情報 .hy_post_list a .post .date {
  width: 7em;
  padding: 0.5rem 0.5rem;
}
body.kiokan.home .新着情報 .hy_post_list a .post .title {
  padding-left: 1rem;
  min-width: 20em;
}
body.kiokan.home .新着情報 .hy_post_list a .post .title .tags .tag {
  display: inline;
  border: 1px solid #ccc;
  padding: 0.1rem 0.2rem;
  font-size: 75%;
  font-weight: bold;
}
body.kiokan.home .新着情報 .hy_post_list a .post .title .tags .tag.重要 {
  color: #f88;
}
body.kiokan.home .新着情報 .hy_post_list a .post .title .tags .tag.図書館だより {
  background-color: #ffffcc;
}
body.kiokan.home .新着情報 .hy_post_list a .post .title .tags .tag.学校運営協議会 {
  background-color: #ccffcc;
}
body.kiokan.home .新着情報 .hy_post_list a .post .title .tags .tag.ほけんだより {
  background-color: #ccffff;
}
body.kiokan.home .新着情報 .hy_post_list .category {
  width: 12em;
  border-radius: 100vh;
  border: 1px solid;
  padding: 0.1em;
  color: black;
  text-align: center;
}
body.kiokan.home .新着情報 .hy_post_list .category.学校便り {
  border-color: #b0c9e5;
}
body.kiokan.home .新着情報 .hy_post_list .category.入学関係 {
  border-color: #c7e2b2;
}
body.kiokan.home .新着情報 .hy_post_list .category.マンスリータイムズ {
  border: none;
  background-color: #2a7200;
  color: white;
  font-weight: normal;
}
body.kiokan.home .新着情報 .hy_post_list .category.その他 {
  background-color: #6e6e6e;
  color: white;
  font-weight: normal;
}
body.kiokan.home .学科案内 p:empty {
  display: none;
}
body.kiokan.home .学科案内 p {
  margin-bottom: 0;
}
body.kiokan.home .学科案内 img {
  margin: 0;
}
body.kiokan.home .学科案内 h2 {
  color: #2b7300;
}
body.kiokan.home .学科案内 h2::after {
  color: black;
  display: block;
  content: "Course";
  font-size: 50%;
}
body.kiokan.home .学科案内 .本文 {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
body.kiokan.home .学科案内 .本文 a.普通科-link {
  position: absolute;
  top: 0.3%;
  left: 8.5%;
  width: 26%;
}
body.kiokan.home .学科案内 .本文 a.普通科-link img {
  width: 100%;
}
body.kiokan.home .学科案内 .本文 .普通科 {
  top: 10%;
  right: 3%;
  left: 38%;
  max-width: 884px;
  margin: 0 auto;
  position: absolute;
  background-color: #0030B980;
  color: white;
  font-size: 90%;
  padding: 0.5em;
}
body.kiokan.home .学科案内 .本文 .工業技術 {
  bottom: 10%;
  left: 3%;
  right: 38%;
  max-width: 884px;
  margin: 0 auto;
  position: absolute;
  background-color: #0030B980;
  color: white;
  font-size: 90%;
  padding: 0.5em;
}
body.kiokan.home .学科案内 .本文 a.工業技術-link {
  position: absolute;
  bottom: 0.3%;
  right: 8.5%;
  width: 26%;
}
body.kiokan.home .学科案内 .本文 a.工業技術-link img {
  width: 100%;
}
body.kiokan.home .クラブ活動 h2 {
  color: #2b7300;
}
body.kiokan.home .クラブ活動 h2::after {
  color: black;
  display: block;
  content: "Club";
  font-size: 50%;
}
body.kiokan.home .フォトギャラリー h2 {
  color: #2b7300;
}
body.kiokan.home .フォトギャラリー h2::after {
  color: black;
  display: block;
  content: "Photo Gallery";
  font-size: 50%;
}
body.kiokan.home .フォトギャラリー a {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  max-width: 100%;
  width: 600px;
  height: 300px;
  overflow-y: hidden;
}
body.kiokan.home .フォトギャラリー a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 300px;
  background-image: linear-gradient(180deg, transparent 0 60%, #FFF 100%);
}
body.kiokan.home .フォトギャラリー a:hover {
  transition: all 250ms;
  transform: scale(1.05, 1.05);
}
body.kiokan.home .フォトギャラリー a img {
  width: 100%;
}
body.kiokan .バナー {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.kiokan .バナー a {
  display: inline-flex;
  padding: 2em;
  border: 1px solid #8cb19c;
  color: #8cb19c;
  text-decoration: none;
  margin: 1em;
  place-items: center;
}
body.kiokan .バナー a img {
  display: inline-block;
  margin: 0 1em 0 0;
  vertical-align: middle;
}
body.kiokan .バナー a:hover {
  background-color: #eaf1e6;
}
body.kiokan .バナー a:hover img {
  transition: all 250ms;
  transform: scale(1.05, 1.05);
}
body.kiokan .バナー br {
  display: none;
}
body.kiokan #site-footer {
  background-color: #2b7300;
  color: white;
}
body.kiokan .footer-nav-widgets-wrapper {
  background-color: #f0f0f0;
  color: black;
}
body.kiokan .footer-nav-widgets-wrapper a {
  color: black;
  text-decoration: none;
}
body.kiokan .footer-nav-widgets-wrapper a:hover {
  text-decoration: underline;
}
body.kiokan .footer-nav-widgets-wrapper .footer-widgets-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.kiokan .footer-nav-widgets-wrapper .footer-widgets-wrapper > .column-one {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 300px;
  padding-right: 1em;
  border-right: 1px solid white;
}
body.kiokan .footer-nav-widgets-wrapper .footer-widgets-wrapper > .column-two {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 250px;
}
body.kiokan .footer-widgets-outer-wrapper {
  padding-top: 1em;
}
body.kiokan .footer-nav-widgets-wrapper .footer-widgets-wrapper {
  display: block;
}
body.kiokan .footer-nav-widgets-wrapper .footer-widgets-wrapper p:empty {
  display: none;
}
body.kiokan .footer-nav-widgets-wrapper .footer-widgets-wrapper > .column-one {
  width: 100%;
  border: none;
}
body.kiokan .footer-nav-widgets-wrapper .footer-widgets-wrapper > .column-one .address-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  overflow: hidden;
}
body.kiokan .footer-nav-widgets-wrapper .footer-widgets-wrapper > .column-one .address-area .logo {
  flex-basis: 300px;
  width: 300px;
  max-width: 300px;
  margin: 1em;
}
body.kiokan .footer-nav-widgets-wrapper .footer-widgets-wrapper > .column-one .address-area .logo img {
  max-width: 300px;
}
body.kiokan .footer-nav-widgets-wrapper .footer-widgets-wrapper > .column-one .address-area .address {
  flex-basis: 23em;
  width: 23em;
  padding: 1em;
  border-left: 1px solid black;
  margin-left: -1px;
}
body.kiokan .footer-nav-widgets-wrapper .footer-widgets-wrapper > .column-two {
  margin-top: 1em;
  width: 100%;
  border: none;
}
body.kiokan .footer-nav-widgets-wrapper .footer-widgets-wrapper > .column-two ul li {
  padding-left: 0;
  font-weight: normal;
}
body.kiokan .footer-nav-widgets-wrapper .footer-widgets-wrapper > .column-two ul li:first-child {
  border-top: 1px solid black;
  padding-top: 0.5em;
}
body.kiokan .footer-nav-widgets-wrapper .footer-widgets-wrapper > .column-two .footer-menu .policy {
  flex-basis: 200px;
}
body.kiokan footer#site-footer {
  font-size: 1rem;
}
body.kiokan footer#site-footer .footer-copyright {
  font-weight: 100;
}
body.kiokan.archive header.archive-header {
  padding: 0;
}
body.kiokan.archive main > article:first-of-type {
  padding-top: 0;
}
body.kiokan.archive figure.wp-caption {
  width: 150px !important;
}
body.kiokan.archive .entry-header {
  background-color: transparent;
}
body.kiokan.archive .entry-header .entry-title {
  text-align: left;
}
body.kiokan.archive hr.post-separator {
  display: none;
}
body.kiokan .sp-tab__tab_title {
  white-space: nowrap;
}
body.kiokan.page-id-3295 .message-header {
  text-align: center;
}
body.kiokan.page-id-3295 .message-header em {
  white-space: nowrap;
  font-weight: bold;
  font-size: 150%;
}

/* 横幅が900px以下 */
@media (max-width: 900px) {
  body {
    color: #2b7300;
  }

  body.kiokan.home .学科案内 .本文 .普通科 {
    font-size: 60%;
  }

  body.kiokan.home .学科案内 .本文 .工業技術 {
    font-size: 60%;
  }

  body.kiokan .top-menu a {
    font-size: 1.5rem;
  }

  body.kiokan .header-inner .toggle {
    align-items: start;
  }

  body.page-id-3295 .message-header {
    text-align: center;
  }
  body.page-id-3295 .message-header .wp-caption {
    width: 50% !important;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 700px) {
  h2.entry-title {
    font-size: 2.5rem;
  }
}