@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400&display=swap&subset=japanese');

/*keyframes*/

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
  }

  50% {
    -webkit-transform: translateY(12px) rotate(0);
    transform: translateY(12px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
  }

  50% {
    -webkit-transform: translateY(12px) rotate(0);
    transform: translateY(12px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
  }

  50% {
    -webkit-transform: translateY(-12px) rotate(0);
    transform: translateY(-12px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
  }

  50% {
    -webkit-transform: translateY(-12px) rotate(0);
    transform: translateY(-12px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(12px) rotate(0);
    transform: translateY(12px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(12px) rotate(0);
    transform: translateY(12px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
  }
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(-12px) rotate(0);
    transform: translateY(-12px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(-12px) rotate(0);
    transform: translateY(-12px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
  }
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }

  10% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  55% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  81% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-animation-timing-function: ease-in;
  }

  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  95% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }

  10% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  55% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  81% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-animation-timing-function: ease-in;
  }

  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  95% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
select,
main,
address {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
  box-sizing: border-box;
}

a {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-style: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-bottom;
}

sub {
  vertical-align: text-top;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

figure {
  margin: 0;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  font-family: "Noto Sans JP","秀英丸ゴシック B", "Shuei MaruGo B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Meiryo, メイリオ, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
  outline: none;
}

a img {
  opacity: 1;
  transition: all 0.3s;
}

p {
  line-height: 200%;
}

p:not(:last-child) {
  margin-bottom: 1.2rem;
}

ol {
  padding-left: 2rem;
}

ruby rt {
  font-size: 40%;
}

em {
  color: #e13838;
}

input[type=text],
input[type=email],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid  #b7b7b7;
  padding: 8px 10px;
}

select {
  padding: 8px 10px;
  margin-right: 2px;
}

textarea {
  width: 100%;
  height: 200px;
}

.header {
  background: url(../img/common/bg_header.png) left 30% top -30px/1200px repeat-x;
  margin: 0 0 30px;
  padding: 75px 0 0;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}

.header_logo {
  max-width: 426px;
  width: 100%;
}

.header_link_ul {
  display: flex;
  padding: 0 15px;
  background: #7fcb3c;
  border-radius: 20px;
}

.header_link_ul li a {
  display: block;
  padding: 7px;
  color: #fff;
}

.header_link_ul li a::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 14px;
  margin-right: 5px;
}

.header_link_ul li a:hover {
  color: #fff100;
}

.header_link_ul li a:hover::before {
  -webkit-animation: jump .5s;
  animation: jump .5s;
}

.header_link_ul li.is_contact a::before {
  background: url(../img/common/icon_onpu_01.png) center center/contain no-repeat;
}

.header_link_ul li.is_recruit a::before {
  background: url(../img/common/icon_onpu_02.png) center center/contain no-repeat;
}

.gNavi {
  margin-bottom: 50px;
}

.gNavi_ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.gNavi_ul li {
  position: relative;
  /* height: 99px; */
}

.gNavi_ul li a {
  display: block;
  height: 100%;
}

.gNavi_ul li a img {
  width: auto;
  height: 100%;
}

.gNavi_ul li::after {
  content: '';
  position: absolute;
  left: 40%;
  bottom: -150px;
  width: 40px;
  height: 100px;
  background: url(../img/top/img_01.png) center center/contain no-repeat;
  transition: all .5s;
  opacity: 0;
}

.gNavi_ul li.current::after {
  bottom: -95px;
  opacity: 1;
}

.gNavi_ul_img {
  display: block;
  height: 48px;
  text-align: center;
}

.gNavi_ul_text {
  display: block;
  height: 48px;
  transition: all .3s;
}

.gNavi .header_link {
  margin-top: 15px;
}

.gNavi .header_link_ul {
  justify-content: space-around;
}

.btn_drawer {
  position: fixed;
  top: 30px;
  right: 10px;
  cursor: pointer;
  z-index: 2;
}

.btn_drawer_text {
  display: block;
  margin-top: -7px;
  text-align: center;
  font-size: 1.1rem;
}

.btn_drawer .menu_trigger {
  position: relative;
  width: 53px;
  height: 53px;
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  -webkit-tap-highlight-color: transparent;
}

.btn_drawer .menu_trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 9px;
  width: 35px;
  height: 2px;
  background-color: #000;
}

.btn_drawer .menu_trigger span:nth-of-type(1) {
  top: 15px;
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}

.btn_drawer .menu_trigger span:nth-of-type(2) {
  top: 26.5px;
  transition: all .25s .25s;
  opacity: 1;
}

.btn_drawer .menu_trigger span:nth-of-type(3) {
  top: 38px;
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}

.menu_active .btn_drawer .menu_trigger span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}

.menu_active .btn_drawer .menu_trigger span:nth-of-type(2) {
  opacity: 0;
}

.menu_active .btn_drawer .menu_trigger span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
}

/*フィルター*/

.filter {
  display: none;
  background: #000;
  opacity: 0.3;
  position: fixed;
  width: 100%;
  height: 120%;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.footer {
  margin-top: 100px;
}

.footer_grass {
  position: relative;
  margin-top: 160px;
  padding: 0 0 50px;
  background: url(../img/common/bg_dot.png) top center/8px;
}

.footer_grass::before {
  content: '';
  position: absolute;
  top: -99px;
  left: 0;
  width: 100%;
  height: 99px;
  background-image: url(../img/common/bg_footer.png);
  background-position: calc(50% + 1px) 11px;
  background-size: 1200px;
  background-repeat: repeat-x;
}

.relatedLinks {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}

.relatedLinks_ul {
  display: flex;
  justify-content: space-between;
}

.relatedLinks_ul li {
  width: 32%;
}

.footerContents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}

.footerAddress_logo {
  max-width: 268px;
  width: 100%;
}

.footerAddress_text {
  margin-top: 20px;
  color: #fff;
}

.footerAddress a {
  color: #fff;
}

.footerLinks {
  color: #fff;
  overflow: hidden;
}

.footerLinks_ul {
  display: flex;
}

.footerLinks_ul li + li {
  margin-left: 20px;
}

.footerLinks_ul li a {
  color: #fff;
}

.footerLinks_ul li a::before {
  content: '>';
  margin-right: 2px;
}

.footerLinks_contactBtn {
  float: right;
  margin-top: 20px;
}

.footerLinks_contactBtn a {
  display: block;
  padding: 2px 30px;
  border-radius: 30px;
  background: #fff;
  color: #7fcb3c;
  text-align: center;
}

.footerCopy {
  display: block;
  margin-top: 50px;
  text-align: center;
  color: #fff;
}

#container {
  background: #fffbf3;
}

.mainVisual {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}

.ef {
  opacity: 0;
  transition: all 1s;
}

.ef.ef_start {
  opacity: 1;
}

.pageTitle {
  position: relative;
  z-index: 1;
  margin: -50px auto 100px;
}

.tentoumushiTitle {
  height: 28px;
  text-align: center;
  margin-bottom: 40px;
}

.tentoumushiTitle img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
}

.businesstime {
  background: url("../img/common/line_parts.png") left top/5px #fff repeat-x;
  padding: 1px 0 60px;
}

.businesstime_title {
  width: 147px;
  margin: 0 auto 50px;
}

.businesstime_title.is_top {
  width: 189px;
  margin: -20px auto 50px;
}

.businesstime_main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}

.businesstime_main_sec + .businesstime_main_sec {
  margin-top: 70px;
}

.businesstime_main_sec .table {
  width: 100%;
}

.businesstime_main_sec .table td {
  text-align: center;
}

.newsList {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}

.newsList_contents_sec + .newsList_contents_sec {
  margin-top: 35px;
}

.newsContents_title {
  margin-bottom: 10px;
}

.newsContents_title::before {
  content: '●';
  margin-right: 5px;
  color: #7fcb3c;
}

.newsContents_date {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.newsContents_tuduki {
  margin-top: 5px;
  text-align: right;
}

.newsContents_tuduki a {
  color: #7fcb3c;
}

/* wp記事 */

.wpArticle .alignright {
  float: right;
  margin: 0 0 20px 30px;
}

.wpArticle .alignleft {
  float: left;
  margin: 0 30px 20px 0;
}

.wpArticle .aligncenter {
  display: block;
  margin: 0 auto;
}

.wpArticle img {
  width: auto;
  max-width: 90%;
  height: auto;
}

.wpArticle .clearfix {
  overflow: hidden;
  zoom: 1;
}

.wpArticle .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.wpArticle ul {
  padding-left: 2rem;
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
}

.wpArticle ul li {
  list-style: unset;
}

.wpArticle h4 {
  position: relative;
  margin-bottom: 35px;
  font-size: 1.8rem;
  color: #7fcb3c;
}

.wpArticle h4::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #7fcb3c;
  box-shadow: 0px 0px 3px 1px #7fcb3c;
}

.wpArticle h5 {
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.wpArticle h5::before {
  content: '●';
  margin-right: 5px;
  color: #7fcb3c;
}

.wpArticle h6 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.wpArticle table th,
.wpArticle table td {
  padding: 10px;
}

.wpArticle a {
  color: #7fcb3c;
}

.pagination {
  margin: 70px 0;
}

.pagination ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.pagination ul li:not(.page-of) {
  display: flex;
  box-align: center;
  align-items: center;
  justify-content: center;
  background: #7fcb3c;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  margin: 0 5px 5px 0;
  color: #fff;
  border: 1px solid #7fcb3c;
}

.pagination ul li.page-of {
  margin-right: 10px;
  padding-top: 10px;
  font-size: 1.4rem;
}

.pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 38px;
  background: #fff;
  border-radius: 5px;
  color: #7fcb3c;
}

.al_r {
  text-align: right;
}

.al_c {
  text-align: center;
}

.size_30 {
  width: 30%;
}

.size_60 {
  width: 60%;
}

.full {
  width: 100%;
}

.contents_center {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.col {
  display: flex;
  flex-flow: row wrap;
}

.col.is_oneline {
  flex-wrap: nowrap;
  justify-content: space-between;
}

.col_contents {
  width: 100%;
  margin-bottom: 50px;
}

.is_oneline .col_contents {
  margin-bottom: 0;
}

.is_oneline .col_contents + .col_contents {
  margin-left: 2%;
}

.is_2 .col_contents {
  max-width: 46%;
}

.is_2 .col_contents:nth-child(even) {
  margin-left: calc(8% - 1px);
}

.is_3 .col_contents {
  max-width: 32%;
}

.is_3 .col_contents:not(:nth-child(3n + 1)) {
  margin-left: calc(2% - 1px);
}

.col_contents_title {
  margin-bottom: 5px;
}

.col_contents_caption {
  margin-top: 5px;
}

.flImgContents_img {
  max-width: 37%;
  width: 100%;
}

.flImgContents_img.is_s {
  max-width: 200px;
}

.flImgContents_img.is_fr {
  float: right;
  margin: 0 0 20px 40px;
}

.flImgContents_img.is_fl {
  float: left;
  margin: 0 40px 20px 0;
}

/*　セクション　*/

.section_01 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.section_02 {
  margin-top: 40px;
  margin-bottom: 70px;
}

.section_03 {
  margin-top: 40px;
  margin-bottom: 100px;
}

.small_section {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*　テキスト、フォント　*/

.text_s {
  font-size: 90%;
}

/* ボタン */

.btn.is_star {
  display: inline-block;
  vertical-align: middle;
}

.btn.is_star a,
.btn.is_star > span {
  display: block;
  padding: 7px 10px 7px 30px;
  background: #fff100;
  border: 1px solid #7fcb3c;
  border-radius: 25px;
  color: #7fcb3c;
  font-size: 1.6rem;
  text-align: center;
  transition: all .3s;
}

.btn.is_star a::before,
.btn.is_star > span::before {
  content: '';
  display: inline-block;
  width: 17.5px;
  height: 17px;
  margin-right: 10px;
  background: url(../img/common/icon_star.png) center center/contain no-repeat;
  vertical-align: middle;
  transition: all .3s;
}

.btn.is_star a::after,
.btn.is_star > span::after {
  content: '';
  display: inline-block;
  background: url(../img/common/icon_arrow.png) center center/contain no-repeat;
  width: 15px;
  height: 17px;
  margin: 0 0 2px 10px;
  vertical-align: middle;
  opacity: 0;
  transition: all .3s;
}

.btn.is_greenline {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.btn.is_greenline a,
.btn.is_greenline input {
  position: relative;
  display: block;
  padding: 30px;
  border: 1px solid #7fcb3c;
  background: #fff;
  z-index: 1;
  border-radius: 15px;
  font-size: 2.2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all .3s;
  outline: none;
}

.btn.is_greenline.is_pdf a {
  padding: 30px 30px 30px 100px;
}

.btn.is_greenline.is_pdf a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 40px;
  width: 45.5px;
  height: 56px;
  background: url(../img/common/icon_pdf.png) center center/contain no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn.is_greenline::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
  background: #7fcb3c;
  border-radius: 15px;
  z-index: 0;
}

.btn.is_comingsoon {
  text-align: center;
}

.btn.is_comingsoon span {
  display: inline-block;
  padding: 7px 20px;
  color: #999;
  background: #ccc;
  border: 1px solid #999;
  border-radius: 25px;
  font-size: 1.6rem;
}

/*　アイコン　*/

.icon.is_hissu {
  background: #fff100;
  color: #ee2314;
  font-size: 1.2rem;
  padding: 2px 18px;
  font-weight: bold;
  vertical-align: middle;
}

/*　マークポイント　*/

.mark.is_redorange::before {
  content: '●';
  margin-right: 5px;
  color: #ffb68e;
}

.mark.is_yellow::before {
  content: '●';
  margin-right: 5px;
  color: #fff100;
}

.mark.is_blue::before {
  content: '●';
  margin-right: 5px;
  color: #a6e2e4;
}

/* タイトル */

.title_bold {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.title_underline {
  position: relative;
  margin-bottom: 35px;
  font-size: 1.8rem;
  color: #7fcb3c;
}

.title_underline::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #7fcb3c;
  box-shadow: 0px 0px 3px 1px #7fcb3c;
}

/* テーブル */

.nowrap {
  white-space: nowrap;
}

.caption {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.table {
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 10px;
}

.table a {
  color: #7fcb3c;
}

.table.is_simple {
  background: #fff;
}

.table.is_simple th,
.table.is_simple td {
  padding: 15px;
  border: 1px solid #000;
}

.table.is_simple th:first-child,
.table.is_simple td:first-child {
  border-left: none;
}

.table.is_simple th:last-child,
.table.is_simple td:last-child {
  border-right: none;
}

.table.is_simple th {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.table.is_redorange thead th {
  background: #ffb68e;
}

.table.is_yellow thead th {
  background: #fff100;
}

.table.is_blue thead th {
  background: #a6e2e4;
}

.table.is_blue tbody th {
  background: #caf1ea;
}

.table.is_lightblue thead th {
  background: #6cdff1;
}

.table.is_lightblue tbody th {
  background: #6cdff1;
}

.table.is_green thead th {
  background: #ace857;
}

.table.is_green tbody th {
  background: #ace857;
}

.table.is_titlealignleft th{
  text-align: left;
}

.table.wfix {
  table-layout: fixed;
}

/* リスト */

.list_normal li {
  margin: 0 0 10px;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}

.list_normal li::before {
  content: '●';
  margin-right: 5px;
  font-size: 13px;
  font-family: sans-serif;
  color: #7fcb3c;
}

.list_normal li:last-child {
  margin-bottom: 0;
}

.list_normal.is_green li::before {
  color: #ace857;
}

.list_normal.is_blue li::before {
  color: #6cdff1;
}

.list_number {
  padding: 0 0 0 25px;
}

.list_number li {
  list-style: decimal;
  margin: 0 0 10px;
}

.list_numbold {
  counter-reset: li;
  list-style: none;
  padding-left: 0;
}

.list_numbold > li::before {
  float: left;
  width: 2.5rem;
  content: counter(li) ". ";
  counter-increment: li;
  font-weight: bold;
}

/* 定義リスト */

.dl_normal dt {
  font-weight: bold;
  font-size: 1.8rem;
}

.dl_normal dd {
  margin-bottom: 30px;
}

/* 装飾 */

.topSlider {
  position: relative;
  margin-bottom: 50px;
}

.topEvent {
  position: relative;
  padding: 30px 0 50px;
  background: url(../img/common/bg_dot.png) center center/8px #7fcb3c repeat;
}

.topEvent::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 7px;
  background: url(../img/top/bg_gizagiza.png) center top/contain repeat-x;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.topEvent::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: url(../img/top/bg_gizagiza.png) center center/contain repeat-x;
}

.topEvent_title {
  max-width: 875.5px;
  width: 100%;
  margin: 0 auto;
}

.topEvent_title::after {
  content: '';
  position: absolute;
  top: -160px;
  right: 70px;
  width: 137px;
  height: 172px;
  background: url(../img/top/img_01.png) center center/contain no-repeat;
}

.topEvent .btn.is_star {
  max-width: 245px;
  width: 100%;
}

.topEvent .btn.is_star a {
  border: 1px solid #fff;
}

.topEventSlider {
  position: relative;
  margin: 50px 0 35px;
}

.topEventSlider .slick-slide {
  width: 250px;
  height: 308px;
  margin: 0 20px;
  padding: 0;
}

.EventSliderBox {
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}

.EventSliderBox_img {
  height: 146px;
  overflow: hidden;
}

.EventSliderBox_img img {
  height: auto;
}

.EventSliderBox_content {
  padding: 12px 12px 0;
}

.EventSliderBox_content_date {
  font-size: 1.2rem;
  text-align: right;
}

.EventSliderBox_content_title {
  margin-bottom: 15px;
  color: #67aa20;
  font-weight: bold;
}

.EventSliderBox_content_text {
  line-height: 180%;
}

.topIntroduce {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  position: relative;
  padding: 185px 0 100px;
  background: url(../img/top/bg_flag.png) center top -10px/contain no-repeat;
}

.topIntroduce_title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 30px;
}

.topIntroduce_title_sub {
  max-width: 272px;
  width: 100%;
  margin: 0 15px 5px 0;
}

.topIntroduce_title_main {
  max-width: 190px;
  width: 100%;
}

.topIntroduce_read {
  max-width: 775px;
  width: 100%;
  margin: 0 auto 20px;
}

.topIntroduce_links {
  display: flex;
  margin-bottom: 50px;
}

.topIntroduceLink {
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
}

.topIntroduceLink:nth-child(1) {
  transition: all .5s;
}

.topIntroduceLink:nth-child(2) {
  transition: all .5s .5s;
}

.topIntroduceLink:nth-child(3) {
  transition: all .5s 1s;
}

.topIntroduceLink.ef_start {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.topIntroduceLink_img {
  transition: all .3s;
}

.topIntroduceLink_img:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.topIntroduceLink_text {
  text-align: center;
}

.topMap {
  padding-top: 3px;
  background: url(../img/common/line_parts.png) left top/5px #fff repeat-x;
}

.topMap iframe {
  width: 100%;
  height: 487px;
  vertical-align: bottom;
}

.topSchoolInfo {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  display: flex;
  margin-bottom: 80px;
  padding: 30px 0;
}

.topSchoolInfo_img {
  width: 100%;
}

.topSchoolInfo_main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.schoolInfoContents_logo {
  max-width: 326px;
  width: 100%;
  margin-bottom: 30px;
}

.schoolInfoContents_address {
  margin-bottom: 20px;
  line-height: 180%;
}

.topNews {
  margin-bottom: 100px;
}

.topNews_inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  padding: 50px;
  background: #fff;
}

.topNews_inner::before,
.topNews_inner::after {
  content: '';
  position: absolute;
  left: 2%;
  width: 95.5%;
  height: 29px;
  background: url(../img/top/stars.png) left top/88.5px repeat-x;
}

.topNews_inner::before {
  top: -15px;
}

.topNews_inner::after {
  bottom: -15px;
}

.topNews_title {
  margin-right: 60px;
  max-width: 195px;
  width: 100%;
}

.topNews_main {
  display: flex;
  margin-bottom: 30px;
}

.topNews .btn {
  display: block;
  max-width: 245px;
  width: 100%;
  margin: 0 auto;
}

.newsSec {
  display: flex;
  margin-bottom: 20px;
}

.newsSec_date {
  margin-right: 30px;
}

.newsSec a:hover {
  color: #7fcb3c;
}

.seasonEvent {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}

.seasonEventBox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}

.seasonEventBox.is_spring {
  background: url(../img/event/bg_spring.png) left top/cover no-repeat;
  height: 326px;
  padding-top: 50px;
}

.seasonEventBox.is_summer {
  background: url(../img/event/bg_summer.png) left top/cover no-repeat;
  height: 277px;
}

.seasonEventBox.is_autumn {
  background: url(../img/event/bg_autumn.png) left top/cover no-repeat;
  height: 285px;
  margin-top: 10px;
}

.seasonEventBox.is_winter {
  background: url(../img/event/bg_winter.png) left top/cover no-repeat;
  height: 269px;
}

.seasonEventBox_text {
  width: 50%;
}

.seOne {
  font-size: 2.4rem;
  display: flex;
  margin-bottom: 13px;
}

.seOne_month {
  width: 80px;
  margin-right: 20px;
  text-align: right;
}

.seOne_text {
  flex: 1;
  color: #592a05;
}

.seOne_text_s {
  font-size: 1.4rem;
}

.is_spring .seOne {
  text-shadow: 0px 0px 3px #ffb5c9, 0px 0px 3px #ffb5c9, 0px 0px 3px #ffb5c9, 0px 0px 3px #ffb5c9;
}

.is_summer .seOne {
  text-shadow: 0px 0px 3px #cee3b3, 0px 0px 3px #cee3b3, 0px 0px 3px #cee3b3, 0px 0px 3px #cee3b3;
}

.is_autumn .seOne {
  text-shadow: 0px 0px 3px #fcefc6, 0px 0px 3px #fcefc6, 0px 0px 3px #fcefc6, 0px 0px 3px #fcefc6;
}

.is_winter .seOne {
  text-shadow: 0px 0px 3px #d4e7f8, 0px 0px 3px #d4e7f8, 0px 0px 3px #d4e7f8, 0px 0px 3px #d4e7f8;
}

.timetable {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.imgGaikan {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}

.serviceCapacity_table th,
.serviceCapacity_table td {
  text-align: center;
}

.admissionTable .table th,
.admissionTable .table td {
  line-height: 170%;
}

.admissionTable .table th {
  width: 20%;
}

.admissionTable .table td {
  padding: 35px;
}

.admissionTable .is_blue tbody th {
  background: #6cdff1;
}

.rectuiteInfo {
  margin-bottom: 150px;
}

.rectuiteInfo_read {
  font-size: 1.8rem;
  text-align: center;
  color: #7fcb3c;
}

.rectuiteInfo_btns {
  max-width: 494px;
  width: 100%;
  margin: 50px auto;
}

.rectuiteInfo_btns .btn {
  display: block;
  width: calc(100% - 5px);
  margin-bottom: 50px;
}

.greetingMessage {
  display: flex;
}

.greetingMessage_text {
  flex: 1;
}

.greetingMessage_text_title {
  font-size: 2rem;
  margin-bottom: 10px;
}

.greetingMessageImg {
  margin-right: 80px;
}

.greetingMessageImg_main {
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
}

.greetingMessageImg_caption {
  margin-top: 10px;
  text-align: center;
}

.greetingMessageImg_caption_name {
  display: block;
}

.greetingMessageImg_caption_name_main {
  font-size: 2.4rem;
  margin-left: 10px;
}

.hoikuSection .title_underline {
  margin-bottom: 50px;
}

.hoiku_contents {
  display: flex;
  justify-content: space-between;
}

.hoiku_contents_title {
  width: 40%;
  font-size: 3.8rem;
}

.hoiku_contents_text {
  flex: 1;
}

.hoiku_contents_list {
  display: flex;
  flex: 1;
}

.hoiku_contents_list_sec {
  width: 100%;
}

.hoiku_contents_list_sec li {
  margin-bottom: 15px;
}

.hoikuTokushoku {
  flex: 1;
}

.hoikuTokushoku_contents {
  margin-bottom: 40px;
}

.hoikuTokushoku_contents_title {
  font-size: 2.8rem;
  margin-bottom: 10px;
}

.hoikuTokushoku_contents_title img {
  width: 59px;
  margin-right: 10px;
}

.ContactForm_btn {
  max-width: 363px;
  width: 100%;
  margin: 50px auto;
  text-align: center;
}

.mw_wp_form_confirm .ContactForm_btn {
  display: flex;
}

.custom-wpcf7c-confirmed .ContactForm_btn {
  display: flex;
}

.ContactForm_btn .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  width: 100%;
  margin: 0 10px;
  padding: 20px;
  border: 1px solid #7fcb3c;
  background: #fff;
  z-index: 1;
  border-radius: 15px;
  font-size: 2.2rem;
  appearance: none;
  transition: all .3s;
  outline: none;
  font-family: "Noto Sans JP",'秀英丸ゴシック B','Shuei MaruGo B';
  cursor: pointer;
}

#container .wpcf7-form .ajax-loader {
  display: none;
}

.ContactformMain {
  width: 100%;
}

.ContactformMain th,
.ContactformMain td {
  border: 1px solid #000;
}

.ContactformMain th {
  background: #ace857;
  padding: 20px 20px 20px 40px;
}

.ContactformMain td {
  padding: 20px;
  vertical-align: middle;
}

.ContactformMain input {
  vertical-align: middle;
}

.ContactformMain_text {
  display: inline-block;
  font-size: 1.3rem;
  text-indent: -1.2rem;
  padding-left: 1.2rem;
  margin-left: 10px;
  vertical-align: middle;
}

.mw_wp_form_confirm .ContactformMain_text {
  display: none;
}

.ContactformMain .icon.is_hissu {
  float: right;
}

.section_404 {
  margin: 120px auto;
}

.wpcf7-form .wpcf7c-conf {
  background: #ccc;
}

.wpcf7-form .wpcf7-response-output {
  border: 1px solid #7fcb3c;
  padding: 20px 10px;
  text-align: center;
}

.wpcf7-form .wpcf7-response-output {
  padding: 20px 10px;
  text-align: center;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 0 30px;
  outline: none;
  display: none;
}

.no_autoplay .slick-slide {
  min-width: 250px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: 83px;
}

.slick-next {
  right: 83px;
}

button.slick-prev,
button.slick-next {
  z-index: 2;
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "Noto Sans JP","秀英丸ゴシック B", "Shuei MaruGo B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Meiryo, メイリオ, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: #134c7a;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #134c7a;
  opacity: 0.75;
}


@media (min-width: 768px) {
  a:hover img {
    opacity: 0.8;
  }

  p a:hover {
    color: #7fcb3c;
  }

  .gNavi_ul li:hover .gNavi_ul_img {
    -webkit-animation: jump 1.1s both;
    animation: jump 1.1s both;
  }

  .gNavi_ul li:hover .gNavi_ul_img img {
    opacity: 1;
  }

  .gNavi_ul li:hover .gNavi_ul_text {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .gNavi_ul li:hover::after {
    bottom: -95px;
    opacity: 1;
  }

  .footerLinks_ul li a:hover {
    color: #fff100;
  }

  .footerLinks_contactBtn a:hover {
    background: #fff100;
  }

  .pageTitle.is_summary {
    width: 210px;
    margin-top: -20px;
  }

  .pageTitle.is_event {
    width: 185px;
  }

  .pageTitle.is_service {
    width: 240px;
  }

  .pageTitle.is_admission {
    width: 240px;
  }

  .pageTitle.is_school {
    width: 181px;
  }

  .pageTitle.is_recruit {
    width: 237px;
    margin-top: 50px;
  }

  .pageTitle.is_contact {
    width: 237px;
    margin-top: 50px;
  }

  .newsContents_tuduki a:hover {
    text-decoration: underline;
  }

  .btn.is_star a:hover,
  .btn.is_star > span:hover {
    padding: 7px 30px 7px 10px;
  }

  .btn.is_star a:hover::before,
  .btn.is_star > span:hover::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0;
  }

  .btn.is_star a:hover::after,
  .btn.is_star > span:hover::after {
    opacity: 1;
  }

  .btn.is_greenline a:hover,
  .btn.is_greenline input:hover {
    background: #fff100;
  }

  .no_autoplay .topEventSlider_arrows {
    display: none;
  }

  .ContactForm_btn .btn:hover {
    background: #fff100;
  }

  .no_autoplay .slick-track {
    display: flex;
    justify-content: center;
    width: auto !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
}

@media (min-width: 1000px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 999px) {
  .header_inner {
    padding-right: 10px;
    padding-left: 10px;
  }

  .gNavi_ul {
    padding-right: 10px;
    padding-left: 10px;
  }

  .gNavi_ul_img{
    height:40px;
  }

  .gNavi_ul_text{
    height:38px;
  }

  .relatedLinks {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footerContents {
    padding-right: 10px;
    padding-left: 10px;
  }

  .mainVisual {
    padding-right: 10px;
    padding-left: 10px;
  }

  .businesstime_main {
    padding-right: 10px;
    padding-left: 10px;
  }

  .newsList {
    padding-right: 10px;
    padding-left: 10px;
  }

  .sp_space {
    padding-right: 10px;
    padding-left: 10px;
  }

  .topIntroduce {
    padding-right: 10px;
    padding-left: 10px;
  }

  .topSchoolInfo {
    padding-right: 10px;
    padding-left: 10px;
  }

  .topNews_inner {
    padding-right: 10px;
    padding-left: 10px;
  }

  .seasonEvent {
    padding-right: 10px;
    padding-left: 10px;
  }

  .timetable {
    padding-right: 10px;
    padding-left: 10px;
  }

  .imgGaikan {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 70%;
  }

  .pc {
    display: none !important;
  }

  a:active img {
    opacity: 0.8;
  }

  p a:active {
    color: #7fcb3c;
  }

  select {
    margin-top: 3px;
    padding: 8px 10px 15px;
    line-height: 100%;
  }

  .header {
    padding-top: 40px;
  }

  .header_logo {
    width: 80%;
  }

  .gNavi {
    display: none;
    position: fixed;
    top: calc(50% + 40px);
    left: 50%;
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 5px;
    z-index: 2;
  }

  .gNavi_ul {
    flex-wrap: wrap;
  }

  .gNavi_ul li {
    width: 45%;
    height: auto;
    margin-bottom: 25px;
  }

  .gNavi_ul li a img {
    width: 100%;
    height: auto;
  }

  .gNavi_ul li::after {
    display: none;
  }

  .gNavi_ul_img {
    width: 50%;
    height: auto;
    margin: 0 auto;
  }

  .footer {
    margin-top: 50px;
  }

  .relatedLinks_ul {
    flex-wrap: wrap;
  }

  .relatedLinks_ul li {
    width: 49%;
    margin-bottom: 10px;
  }

  .footerContents {
    display: block;
  }

  .footerAddress {
    max-width: 268px;
    width: 100%;
    margin: 0 auto;
    font-size: 1.2rem;
  }

  .footerLinks_ul {
    display: none;
  }

  .footerLinks_ul li a:active {
    color: #fff100;
  }

  .footerLinks_contactBtn {
    float: none;
    text-align: center;
  }

  .footerLinks_contactBtn a {
    display: inline-block;
  }

  .footerLinks_contactBtn a:active {
    background: #fff100;
  }

  .mainVisual {
    display: none;
  }

  .contents {
    padding-top: 50px;
  }

  .pageTitle {
    width: 50%;
    margin: 0 auto 50px;
  }

  .pageTitle.is_event {
    width: 25%;
  }

  .businesstime_main_sec + .businesstime_main_sec {
    margin-top: 30px;
  }

  .wpArticle .alignright {
    float: none;
    margin: 10px auto;
  }

  .wpArticle .alignleft {
    float: none;
    margin: 10px auto;
  }

  .wpArticle img {
    display: block;
    margin: 10px auto;
  }

  .size_60 {
    width: 100%;
  }

  .col {
    display: block;
  }

  .col.is_sp_flex {
    display: flex;
  }

  #container .col:not(.is_sp_flex) .col_contents {
    max-width: 100%;
    margin: 0 auto 15px;
  }

  .is_oneline .col_contents + .col_contents {
    margin-left: auto;
    margin-top: 30px;
  }

  .flImgContents_img {
    max-width: 100%;
  }

  .flImgContents_img.is_fr {
    float: none;
    margin: 0 auto 20px;
  }

  .flImgContents_img.is_fl {
    float: none;
    margin: 0 auto 20px;
  }

  .btn.is_star a,
  .btn.is_star > span {
    padding: 7px 10px 7px 20px;
  }

  .btn.is_star a:active,
  .btn.is_star > span:active {
    padding: 7px 30px 7px 10px;
  }

  .btn.is_star a:active::before,
  .btn.is_star > span:active::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0;
  }

  .btn.is_star a:active::after,
  .btn.is_star > span:active::after {
    opacity: 1;
  }

  .btn.is_greenline a,
  .btn.is_greenline input {
    padding: 20px;
    font-size: 1.8rem;
  }

  .btn.is_greenline a:active,
  .btn.is_greenline input:active {
    background: #fff100;
  }

  .btn.is_greenline.is_pdf a::before {
    left: 15px;
  }

  .btn.is_greenline.is_pdf a {
    padding: 20px 20px 20px 75px;
  }

  .table.is_simple.sidetitle tr{
    padding: 0;
  }

  .table.is_simple.sidetitle tr + tr{
    margin-top: 10px;
  }

  .table.is_simple th,
  .table.is_simple td {
    padding: 5px;
    font-size: 1.3rem;
  }

  .table.is_simple.sidetitle th,
  .table.is_simple.sidetitle td {
    border: none;
    padding: 10px;
  }

  .table.is_simple th {
    padding: 5px;
  }

  .table.sidetitle tr {
    display: block;
    padding: 10px 0;
  }

  .table.sidetitle th,
  .table.sidetitle td {
    display: block;
    width: 100%;
  }

  .table.sidetitle th {
    font-weight: bold;
    margin-bottom: 5px;
  }

  .topSlider {
    margin-bottom: 40px;
  }

  .topEvent_title::after {
    top: -80px;
    right: 10px;
    width: 67px;
    height: 86px;
    background-position: right bottom;
  }

  .EventSliderBox_content_title {
    margin-bottom: 5px;
  }

  .EventSliderBox_content_text {
    font-size: 1.3rem;
  }

  .topIntroduce {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .topIntroduce_title {
    display: block;
  }

  .topIntroduce_title_sub {
    margin: 0 auto 15px;
  }

  .topIntroduce_title_main {
    margin: 0 auto;
  }

  .topIntroduce_links {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }

  .topIntroduceLink {
    width: 49%;
  }

  .topMap iframe {
    height: 350px;
  }

  .topSchoolInfo .btn {
    width: 100%;
    text-align: center;
  }

  .topSchoolInfo .btn a {
    display: inline-block;
  }

  .topNews_title {
    margin: 0 auto 20px;
  }

  .topNews_main {
    display: block;
  }

  .newsSec {
    display: block;
  }

  .newsSec_date {
    display: block;
  }

  .seasonEventBox.is_spring {
    background: url(../img/event/bg_spring_sp.png) right top/cover no-repeat;
    height: auto;
  }

  .seasonEventBox.is_summer {
    background: url(../img/event/bg_summer_sp.png) right top/cover no-repeat;
    height: auto;
  }

  .seasonEventBox.is_autumn {
    background: url(../img/event/bg_autumn_sp.png) right top/cover no-repeat;
    height: auto;
  }

  .seasonEventBox.is_winter {
    background: url(../img/event/bg_winter_sp.png) right top/cover no-repeat;
    height: auto;
  }

  .seasonEventBox_text {
    padding: 30% 10px 10px;
    width: 100%;
  }

  .seOne {
    font-size: 1.8rem;
  }

  .seOne_month {
    width: auto;
  }

  .rectuiteInfo {
    margin-bottom: 30px;
  }

  .greetingMessage {
    display: block;
  }

  .greetingMessage_text_title {
    text-align: center;
  }

  .greetingMessageImg {
    margin: 0 auto 30px;
  }

  .hoiku_contents {
    display: block;
  }

  .hoiku_contents_title {
    width: 100%;
    margin-bottom: 30px;
    font-size: 2.5rem;
    line-height: 200%;
    text-align: center;
  }

  .hoiku_contents_list {
    display: block;
  }

  .hoikuTokushoku_contents_title {
    font-size: 2.3rem;
  }

  .ContactForm_btn .btn {
    padding: 20px;
    font-size: 1.8rem;
  }

  .ContactForm_btn .btn:active {
    background: #fff100;
  }

  .ContactformMain th,
  .ContactformMain td {
    border: none;
  }

  .ContactformMain th {
    padding: 10px;
  }

  .ContactformMain td {
    padding: 10px;
  }

  .ContactformMain_text {
    margin-left: 0;
  }

  .section_404 {
    margin: 0 auto;
  }

  .wpcf7-form .wpcf7-response-output {
    text-align: left;
  }

  .wpcf7-form .wpcf7-response-output {
    text-align: left;
  }

  .slick-slide {
    padding: 0;
  }

  .slick-prev {
    left: 10px;
  }

  .slick-next {
    right: 10px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .contents {
    padding-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .sp {
    display: none !important;
  }
}
/*# sourceMappingURL=../../maps/style.css.map */





/* add 20190603 */
.table.is_green .inner_table{
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
}
.table.is_green .inner_table .br_sp{
  display: none;
}
.table.is_green .inner_table td:first-child {
  background: #fbf5f5;
}
.table.is_green .inner_table tr .a{
  width:5.5%;
  margin: 0 0 0 0;
  padding: 2% 0 2% 1%;
}
.table.is_green .inner_table tr .b{
  width:2.5%;
  margin: 0 0 0 0;
  padding: 2% 0 2% 1%;
}
.table.is_green .inner_table tr .c{
  margin: 0 0 0 0;
  padding: 2% 0 2% 1%;
}
.table.is_green .inner_table tr .d{
  width:6%;
  margin: 0 0 0 0;
  padding: 0 0 0 1%;
  height:70px;
}
.table.is_green .inner_table tr .e{
  width:14%;
  margin: 0 0 0 0;
  padding: 0 0 0 1%;
  height:70px;
}
.table.is_green .inner_table tr .f{
  margin: 0 0 0 0;
  padding: 0 0 0 1%;
  height:70px;
}
.table.is_green .inner_table .t_head th{
  background: #dfdfdf;
  text-align: center;
  font-weight: bold;
  height:30px;
  margin: 0 0 0 0;
  padding: 1% 0 1% 0;
}

@media screen and (max-width: 767px) {
  .table.is_green .inner_table.tbl_sp {
    width: 100%;
  }
  .table.is_green .inner_table.tbl_sp .br_sp{
    display: block;
  }
  .table.is_green .inner_table.tbl_sp .t_head th{
    display: none !important;
  }
  .table.is_green .inner_table.tbl_sp tr {
    width: 100%;
  }
  .table.is_green .inner_table.tbl_sp tr .a,
  .table.is_green .inner_table.tbl_sp tr .b,
  .table.is_green .inner_table.tbl_sp tr .c,
  .table.is_green .inner_table.tbl_sp tr .d,
  .table.is_green .inner_table.tbl_sp tr .e,
  .table.is_green .inner_table.tbl_sp tr .f,
  .table.is_green .inner_table.tbl_sp td {
    display: block;
    width: 90%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
  }
  .table.is_green .inner_table.tbl_sp td:first-child {
    background: #fbf5f5;
    color: #000000;
    font-weight: bold;
  }
  .table.is_green .inner_table.tbl_sp td:nth-child(2) {
    font-weight: bold;
    padding-bottom:0px;
  }
  .table.is_green .inner_table.tbl_sp td:nth-child(3) {
    padding-bottom:10px;
  }
}

/* add 20190610 */
.pc_none {
  display: none;
}
.sp_none {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}

.table.is_green .list_normal.is_green .pc_none {
  display: none;
}
.table.is_green .list_normal.is_green .sp_none {
  display: inline;
}
@media screen and (max-width: 767px) {
  .table.is_green .list_normal.is_green .pc_none {
    display: block;
  }
  .table.is_green .list_normal.is_green .sp_none {
    display: none;
  }
}


.list_normal.is_green .inner_list li:first-child {
  margin: 0 0 10px;
  text-indent: -10.5rem;
  padding-left: 12.3rem;
}
.list_normal.is_green .inner_list li {
  margin: 0 0 10px;
  text-indent: -9rem;
  padding-left: 10.8rem;
}
.list_normal.is_green .inner_list li::before {
  content: none;
  /* margin-right: 5px; */
  font-size: 13px;
  font-family: sans-serif;
  /* color: #7fcb3c; */
}
@media screen and (max-width: 767px) {
  .list_normal.is_green .inner_list li:first-child,
  .list_normal.is_green .inner_list li {
    margin: 0 0 10px;
    text-indent: -1.5em;
    padding-left: 3.5rem;
  }
}


/* add 20190731 */
.tentoumushiTitle02 {
  height: 28px;
  text-align: center;
  margin-bottom: 10px;
}
.tentoumushiTitle02 img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
}


/* add 20190909 marl */

.supportTable th{
  font-weight: bold;
  font-size: 120%;
}

.supportChuiTable th{
  width: 150px;
}

@media screen and (max-width: 767px) {
  .supportChuiTable th{
    width: 25%;
  }
}


/* add 20200703 oono */
.ind {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}
.u_line {
  text-decoration: underline;
}
.flex {
  display: flex;
  margin-bottom: 10px;
}
.flex p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .flex {
    display: block;
  }
  .sp_mb {
    margin-bottom: 90px;
  }
}
/* **** .table.is_green02 **** */
.table.is_green02 {
  text-align: center;
}
.table.is_green02 th {
  background: #ace857;
}
.table.is_green02 td.t_left {
  text-align: left;
}
@media (max-width: 767px) {
  .table.is_green02 {
    text-align: left;
  }
  .table.is_green02 .sp-none {
    display: none;
  }
  .table.is_green02 th ,
  .table.is_green02 td {
    display: block;
    width: 100%;
    border: none;
    font-size: 1.5rem;
  }
  .table.is_green02 td:last-child {
    margin-bottom: 1rem;
  }
  .table.is_green02 td.sp-green {
    background: #ace857;
  }
  .table.is_green02 td:before {
    content: attr(data-label);
    float: left;
    margin-left: 1rem;
  }
}
/* add-end */

/* add 20200717、20201022 oono */
.torikesi {
  text-decoration: line-through;
}
.table.is_green02 .sp-text {
  display: block;
  text-align: center;
  /* margin: 0.8em 0 0 0; */
}
@media (max-width: 767px) {
  .table.is_green02 .sp-text {
    text-align: left;
    padding-left: 8rem;
  }
}
/* add-end */

/* add 20200727 oono */
dl.wid8em {
  line-height: 1.6;
}
dl.wid8em dt {
  float: left;
  width: 8em;
}
dl.wid8em dd {
  margin-left: 8em;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  dl.wid8em dt {
    float: none;
    width: 100%;
  }
  dl.wid8em dd {
    margin-left: 2em;
    margin-bottom: 10px;
  }
}
/* add-end */

/* add 20200909 oono */
.tentoumushiTitle_sp {
  height: 28px;
  text-align: center;
  margin-bottom: 40px;
}
.tentoumushiTitle_sp img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
}
@media (max-width: 767px) {
  .tentoumushiTitle_sp {
    height: 60px;
  }
}
/* add-end */

/* add 20201022 oono */
dl.wid3em {
  line-height: 1.8;
  margin: 5px 0;
}
dl.wid3em dt {
  line-height: 1.8;
  float: left;
  width: 3em;
}
dl.wid3em dd {
  line-height: 1.8;
  margin-left: 3em;
  margin-bottom: 10px;
}
/* add-end */

/* add 20201105 oono */
.attention a {
  display: block;
  margin: 20px 10% 40px;
  padding: 20px;
  background-color: #f00;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 140%;
}
.attention a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
	-webkit-transition:0.6s;
	transition:0.6s;
}
@media (max-width: 1100px) {
  .attention a {
    margin: 20px 200px 40px;
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .attention a {
    margin: 20px 10% 40px;
    padding: 20px;
    font-size: 110%;
  }
}
/* add-end */


/* add 20210120 oono */
@media (max-width: 767px) {
  .table.is_green02 .sp-text02 {
    display: block;
    text-align: left;
    padding-left: 12rem;
  }
}
/* add-end */


/* add 20210419 oono */
span.banner {
  display: block;
  width: 40%;
}
@media (max-width: 767px) {
  span.banner {
    width: 95%;
    margin: 0 auto;
  }
}
.ind_block {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
/* add-end */


/* add 20210712 oono */
.bold {
  font-weight: bold;
}
.al_r_pc {
  text-align: right;
}
@media (max-width: 767px) {
  .al_r_pc {
    text-align: initial;
  }
  .table.is_green02 .sp-text03 {
    display: block;
    text-align: left;
    padding-left: 13rem;
  }
}
/* add-end */


/* add 20210712 oono */
.groupTitle {
  height: 70px;
  text-align: left;
  margin-bottom: 20px;
}
.groupTitle img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
}
/* add-end */


/* add 20240625 */
.rectuiteInfo_columns{
  display: flex;
  justify-content: center;
  margin-top:40px;
}
.rectuiteInfo_col{
  margin:0 20px;
  max-width: 500px;
  width: 100%;
}
.rectuiteInfo_col .rectuiteInfo_btns{
  max-width: 500px;
}
.rectuiteInfo_colTitle{
  text-align: center;
  font-size: 3.8rem;
}

@media (max-width: 767px) {
  .rectuiteInfo_columns{
    flex-direction: column;
    align-items: center;
  }      
  .rectuiteInfo_col{
    margin:0;
  }
  
  .rectuiteInfo_col + .rectuiteInfo_col{
    margin-top: 50px;
  }
  .rectuiteInfo_colTitle{
    font-size: 2.5rem;
  }
  
}

