@charset "UTF-8";
/********************************
/********************************
/********************************

l_common

********************************/
#wrapper {
  min-width: 320px;
  margin: 0 auto;
  padding-top: 118px;
}

.mb3r {
  margin-bottom: 3rem;
}

.mb2r {
  margin-bottom: 2rem;
}

.mb1r {
  margin-bottom: 1rem;
}

.mb10p {
  margin-bottom: 10%;
}

.mb6p {
  margin-bottom: 6%;
}

.mb80 {
  margin-bottom: 80px;
}

.center_p {
  margin-right: auto;
  margin-left: auto;
}

.inner.tall {
  padding: 100px 0;
}

.nopb {
  padding-bottom: 0;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.lh2 {
  line-height: 2;
}

.lh3 {
  line-height: 3;
}

.onel {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.none {
  display: none;
}

.tab_sm {
  display: none;
}

.left {
  padding-right: 2rem;
}

.right {
  padding-left: 2rem;
}

figure,
figcaption {
  margin: 0;
  padding: 0;
}

.btn {
  display: block;
  margin: 0 auto;
  padding: 1em;
  color: #111;
}

.btn span {
  display: inline-block;
}

.arrow_btn {
  display: inline-block;
  color: #2e9648;
  font-size: 18px;
  position: relative;
}

.arrow_btn:after {
  position: absolute;
  left: -.75rem;
  bottom: -1rem;
  content: "";
  display: inline-block;
  width: calc(100% + 3rem);
  height: 1.25rem;
  border-right: 2px solid #2e9648;
  border-bottom: 2px solid #2e9648;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}

.arrow_btn:hover {
  color: #2e9648;
}

.arrow_btn.rev:after {
  -webkit-transform: skewX(135deg);
  transform: skewX(135deg);
  border-left: 2px solid #2e9648;
  border-right: none;
  right: -.75rem;
  left: auto;
}

.tel a {
  color: #111;
}

.green {
  color: #2e9648;
}

/********** 画像表示 **********/
.ofimg {
  width: 100%;
  overflow: hidden;
}

.ofimg img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';
}

/********** 背景 **********/
.light_g {
  background: #f3f3f3;
}

.bgy {
  background: #fff9e6;
}

.bgrg {
  background: #eff7f1;
}

.bgstripe {
  position: relative;
}

.bgstripe:after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: -5;
  background: url(/import/tenant_1/133.167.100.63/html/images/top/bgstrp.jpg) repeat;
}

.tab_sm {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .tab_sm {
    display: block;
  }
}

.bg_wrap .bg_box:nth-of-type(even) {
  position: relative;
}

.bg_wrap .bg_box:nth-of-type(even):after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: -5;
  background: url(/import/tenant_1/133.167.100.63/html/images/top/bgstrp.jpg) repeat;
}

/********** 見出し **********/
.heading {
  letter-spacing: 2px;
}

.heading span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #2e9648;
}

.heading .has_slash {
  position: relative;
  display: inline-block;
  color: #111;
}

.heading .has_slash:before, .heading .has_slash:after {
  position: absolute;
  display: block;
  content: "";
  background: #2e9648;
  height: 1.5rem;
  width: 3px;
  top: 50%;
}

.heading .has_slash:before {
  left: -1.5rem;
  -webkit-transform: translate(0, -50%) skew(40deg);
  transform: translate(0, -50%) skew(40deg);
}

.heading .has_slash:after {
  right: -1.5rem;
  -webkit-transform: translate(0, -50%) skew(140deg);
  transform: translate(0, -50%) skew(140deg);
}

.bdb_heading {
  position: relative;
  text-align: center;
  color: #2e9648;
  margin-bottom: 2rem;
}

.bdb_heading:after {
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #2e9648;
  content: "";
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.cir_heading {
  text-align: center;
  padding: 0 2rem;
  margin-bottom: 3rem;
}

.cir_heading .h {
  display: inline-block;
  position: relative;
  background: #ffffff;
  line-height: 1;
  margin: auto;
}

.cir_heading .h:after {
  position: absolute;
  display: block;
  content: "";
  width: 3rem;
  height: 3rem;
  border: 3px solid #ffdf80;
  top: -1rem;
  left: -1.75rem;
  z-index: -1;
  border-radius: 50%;
}

/********************************
/********************************

m_common

********************************/
@media only screen and (max-width: 1024px) {
  #wrapper {
    padding-top: 0;
  }
  .right {
    padding-left: 1rem;
  }
  .inner.tall {
    padding: 80px 0;
  }
  .fs18 {
    font-size: 16px;
  }
  .btn_wrap.tar {
    padding-right: 3rem;
  }
}

/********************************

s_common

********************************/
@media only screen and (max-width: 599px) {
  .right {
    padding-left: 0;
  }
  .inner.tall {
    padding: 60px 0;
  }
  .w75 {
    width: 100%;
  }
}

/********************************
/********************************
/********************************

l_header,gnav,footer

********************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 160;
  background: #fff;
  width: 100%;
}

header .logo {
  width: 18%;
  margin-left: 1rem;
}

header .h-inner {
  margin: auto;
  width: 100%;
  max-width: 1500px;
}

.global_m {
  padding: 1rem 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  width: 80%;
}

.global_m.fixed {
  padding: .25rem 0;
}

.global_m .nav_wrap ul {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.global_m li {
  padding: .5rem .75rem;
}

.global_m li a {
  font-size: 16px;
  font-weight: bold;
}

.global_m li.parent {
  position: relative;
  padding-right: 2rem;
  font-weight: bold;
}

.global_m li.parent:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  color: #2e9648;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.global_m li.parent ul {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  top: 2rem;
  background: #fff;
  padding: 1rem;
  border-radius: 10px;
  width: 220px;
}

.global_m li.parent:hover {
  color: #888;
  cursor: pointer;
}

.global_m li.parent:hover ul {
  opacity: 1;
  visibility: visible;
}

.global_m li.tel_btn {
  margin-left: auto;
  min-width: 185px;
  width: auto;
}

.global_m li.tel_btn a {
  border: 2px solid #2e9648;
  border-radius: 15px;
  padding: 1rem;
}

.global_m li.tel_btn a .t {
  font-size: 18px;
  color: #2e9648;
}

.global_m li.tel_btn a .i {
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
}

footer {
  background: #2e9648;
}

footer * {
  color: #ffffff;
}

footer * a,
footer * .tel a {
  color: #ffffff;
}

footer .logo {
  max-width: 300px;
}

footer .footer_nav li {
  padding: 0 1rem .5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer_nav li a {
  width: calc(100% - 2rem);
}

footer .footer_nav li .i {
  width: 1rem;
  margin-right: 1rem;
  display: inline-block;
  padding-top: .5rem;
  line-height: 160%;
}

footer .fixed_area .tel_btn {
  display: none;
}

footer .fixed_area .res_btn {
  position: fixed;
  right: 0;
  top: 15%;
  z-index: 161;
  border-radius: 15px 0 0 15px;
  background: url(/import/tenant_1/133.167.100.63/html/images/top/bgstrp_y.jpg) repeat;
}

footer .fixed_area .res_btn a {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 1rem 1rem 2rem;
  color: #2e9648;
  position: relative;
  line-height: 1.2;
  font-style: italic;
  letter-spacing: 2px;
}

footer .fixed_area .res_btn a .s {
  display: block;
  color: #2e9648;
  font-size: .75em;
  padding-top: 1rem;
  font-style: normal;
}

footer .fixed_area .res_btn a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 900;
  font-style: normal;
}

footer .totop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 200;
}

footer .totop .pic {
  width: 30px;
}

footer .totop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #298640;
  border-radius: 15px 0 0 0;
}

/********************************
/********************************

m_header,gnav,footer

********************************/
@media only screen and (max-width: 1024px) {
  header {
    position: relative;
  }
  header .logo {
    width: 200px;
    margin: 1rem;
  }
  header .h-inner {
    position: static;
    max-width: none;
  }
  #gnav .toggle {
    background: #2e9648;
  }
  #gnav li.tel_btn {
    display: none;
  }
  .global_m {
    padding: 0;
  }
  .global_m .nav_wrap ul {
    display: block;
  }
  .global_m li.parent {
    border-bottom: none !important;
    color: #444;
    padding: 10px 15px !important;
  }
  .global_m li.parent ul {
    opacity: 1;
    visibility: visible;
    position: relative;
    background: transparent;
    top: 0;
    width: auto;
    padding: 10px 15px 10px 15px;
  }
  .global_m li.parent:after {
    content: "";
  }
  footer {
    padding-bottom: 100px;
  }
  footer .inner .flex .w48 {
    width: 100%;
  }
  footer .inner .footer_nav {
    width: 100%;
  }
  footer .inner .footer_nav ul.w48 {
    width: 48%;
  }
  footer .fixed_area {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 30;
  }
  footer .fixed_area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .fixed_area ul > div {
  width: 55%;
  }

  footer .fixed_area ul > div .tel_btn {
width: 100% !important;
}
  
  footer .fixed_area .tel_btn,
  footer .fixed_area .res_btn {
    border-radius: 15px 15px 0 0;
  }
  footer .fixed_area .tel_btn a,
  footer .fixed_area .res_btn a {
    padding: .5rem;
  }
  footer .fixed_area .tel_btn {
    width: 55%;
    display: block;
    background: #fff;
    border: 2px solid #2e9648;
  }
  footer .fixed_area .tel_btn.ab {
    background: #2e9648;
    border: 2px solid #fff;
  }

  footer .fixed_area .tel_btn.ab .t,
  footer .fixed_area .tel_btn.ab .t span {
    color: #fff;
  }

  footer .fixed_area .tel_btn .t,
  footer .fixed_area .tel_btn .t span {
    color: #2e9648;
    text-align: center;
    font-size: 14px;
  }
  footer .fixed_area .tel_btn .t span {
    display: block;
  }
  footer .fixed_area .tel_btn .i {
    width: 24px;
    margin-right: .5rem;
    margin-left: 0;
  }
  footer .fixed_area .res_btn {
    width: 45%;
    position: relative;
  }
  footer .fixed_area .res_btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: 14px;
  }
  footer .fixed_area .res_btn a:after {
    position: absolute;
    top: 50%;
    right: 1rem;
    left: auto;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  footer .fixed_area .res_btn a .s {
    display: inline-block;
    padding-top: 0;
    font-size: 14px;
  }
  footer .totop {
    width: 3.5rem;
    bottom: 70px;
  }
  footer .totop .pic {
    width: 2rem;
  }
  footer .totop a {
    width: 4rem;
    height: 4rem;
  }
}

/********************************

s_header,gnav,footer

********************************/
@media only screen and (max-width: 599px) {
  footer .inner .footer_nav ul.w48 {
    width: 100%;
    margin: 0;
  }
  footer .fixed_area .tel_btn .t,
  footer .fixed_area .tel_btn .t span,
  footer .fixed_area .res_btn a,
  footer .fixed_area .res_btn a .s {
    font-size: 12px;
  }
  footer .fixed_area .tel_btn .i {
    width: 20px;
  }
  footer .fixed_area .tel_btn .t {
    width: 75%;
    line-height: 1.2;
  }
  footer .fixed_area .res_btn a {
    padding: 0.5rem 1rem;
  }
  footer .totop {
    width: 1.5rem;
    right: 35px;
  }
}

/********************************
/********************************
/********************************

l_index（01.index | トップページ)

********************************/
.toppage .mainimage {
  position: relative;
}

.toppage .mainimage .uk-slidenav-position {
  text-align: center;
  position: relative;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);

}

.toppage .mainimage .uk-slidenav-position:after {
  padding-top: 40%;
  content: '';
  display: block;
}

.toppage .mainimage .uk-slideshow {
  position: absolute;
  top: 0;
  height: 100% !important;
}

.toppage .mainimage .uk-slideshow * {
  height: 100% !important;
}

.toppage .mainimage .pic {
  position: relative;
  overflow: hidden;
}

.toppage .mainimage .pic:after {
  padding-top: 50%;
  content: '';
  display: block;
}

.toppage .mainimage .pic img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}


.toppage .mainimage .slider_wrap .main_l {
  position: absolute;
  left: 3%;
  top: 0;
  width: 17%;
  overflow: visible;
}

.toppage .mainimage .slider_wrap .main_r {
  position: absolute;
  right: 3%;
  top: 14%;
  width: 18%;
  overflow: visible;
}

.toppage .mainimage .text_wrap {
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.toppage .mainimage .lead {
  color: #ffffff;
  letter-spacing: 2px;
  line-height: 2;
  text-shadow: 0px 0px 20px #2e9648, 0px 0px 20px #2e9648, 0px 0px 20px #2e9648, 0px 0px 20px #2e9648, 0px 0px 15px #2e9648, 0px 0px 15px #2e9648, 0px 0px 15px #2e9648, 0px 0px 15px #2e9648, 0px 0px 30px #fff, 0px 0px 30px #fff, 0px 0px 30px #fff, 0px 0px 30px #fff, 0px 0px 30px #fff, 0px 0px 30px #fff;
}

.toppage .mainimage .lead .s {
  font-size: 1.25em;
}

.toppage .mainimage .lead .y {
  font-size: 1.25em;
  color: #ffdf80;
}

.t-article .inside {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}

.t-article .h2_wrap {
  background: #ebebeb;
  height: auto;
  width: 28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.t-article .arti_heading {
  font-size: 22px;
  letter-spacing: 2px;
}

.t-article .arti_heading span {
  display: block;
  color: #2e9648;
  font-size: 16px;
  width: 100%;
  text-align: center;
}

.t-article .dl_wrap {
  padding: 3rem;
  width: calc(100% - 280px);
}

.t-article .dl_wrap dl {
  margin-bottom: 1.5rem;
}

.t-article .dl_wrap dl:last-of-type {
  margin-bottom: 3rem;
}

.t-article .dl_wrap dt {
  width: 8rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}

.t-article .dl_wrap dd {
  width: calc(100% - 8rem);
}

.t-article .dl_wrap .cat {
  width: 100%;
  margin-bottom: 0.25rem;
}

.t-article .dl_wrap .cat .s {
  background: #ffffff;
  padding: 0.5rem 1rem;
  margin: 0 .5rem .5rem 0;
  color: #2e9648;
  display: inline-block;
}

.t-about .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.t-about .img1 {
  position: relative;
  border-radius: 15px 15px 0 0;
  margin-bottom: 10px;
}

.t-about .img1 img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.t-about .img1:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.t-about .img2 {
  position: relative;
  border-radius: 0 0 15px 15px;
  margin: 0 0 10px auto;
  width: 60%;
}

.t-about .img2 img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.t-about .img2:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.t-about .img_area {
  position: relative;
}

.t-about .img_area .cir1 {
  position: absolute;
  width: 128px;
  top: 50%;
  left: 15%;
  z-index: -1;
}

.t-about .img_area .cir2 {
  position: absolute;
  width: 64px;
  bottom: -32px;
  left: 45%;
  z-index: 2;
}

.t-course li {
  position: relative;
  border: 2px solid #2e9648;
  background: #ffffff;
  border-radius: 15px;
  padding: 2rem;
  margin-bottom: 3rem;
  z-index: 2;
  -webkit-box-shadow: 0 4px 0 rgba(128, 128, 128, 0.3);
  box-shadow: 0 4px 0 rgba(128, 128, 128, 0.3);
}

.t-course li .btn_wrap {
  padding-right: 3rem;
}

.t-course .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.lead_box {
  position: relative;
  border: 2px solid #2e9648;
  padding: 2rem;
  letter-spacing: 2px;
  margin-bottom: 7rem;
}

.lead_box .pic {
  position: absolute;
  width: 20px;
  z-index: 2;
}

.lead_box .pic.tl {
  left: -2px;
  top: -2px;
}

.lead_box .pic.tr {
  right: -2px;
  top: -2px;
}

.lead_box .pic.bl {
  left: -2px;
  bottom: -3px;
}

.lead_box .pic.br {
  right: -2px;
  bottom: -3px;
}

.lead_box h3{
margin-bottom: 0;
}
.lead_box:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  width: 2px;
  height: 4rem;
  background: #2e9648;
  bottom: -5rem;
}

.t-gyosei .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.t-gyosei .img_area {
  position: relative;
}

.t-gyosei .img3 {
  position: relative;
  border-radius: 15px 0 0 0;
  margin: 0 10px 10px 0;
  width: calc(50% - 5px);
}

.t-gyosei .img3:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.t-gyosei .img3 img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.t-gyosei .img4 {
  position: relative;
  border-radius: 0 15px 0 0;
  margin: 0 0 10px 0;
  width: calc(50% - 5px);
}

.t-gyosei .img4:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.t-gyosei .img4 img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.t-gyosei .img5 {
  position: relative;
  border-radius: 0 0 15px 15px;
  width: 100%;
}

.t-gyosei .img5:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.t-gyosei .img5 img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.t-gyosei .btn_list {
  width: 100%;
}

.t-gyosei .btn_list .btn_block {
  position: relative;
  border-radius: 15px;
  padding: 1rem 2rem;
  display: block;
  text-align: center;
  -webkit-box-shadow: 0 4px 0 rgba(128, 128, 128, 0.3);
  box-shadow: 0 4px 0 rgba(128, 128, 128, 0.3);
  font-size: 18px;
  margin-bottom: 2rem;
}

.t-gyosei .btn_list .btn_block:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  top: 50%;
  right: 1rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.t-gyosei .btn_list .btn_block.bgg {
  background: #2e9648;
  color: #fff;
}

.t-gyosei .btn_list .btn_block.bgg:after {
  color: #fff;
}

.t-gyosei .btn_list .btn_block.bgw {
  background: #ffffff;
  color: #2e9648;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #2e9648;
}

.t-gyosei .btn_list .btn_block.bgw:after {
  color: #2e9648;
}

.t-gyosei .btn_list .btn_block.bgw .i {
  width: 40px;
}

.t-gyosei .btn_list .btn_block.bgw .t {
  width: 60%;
  text-align: center;
  color: #2e9648;
  font-size: 18px;
  margin: auto;
}

.t-gyosei .btn_list .btn_block.bgw .t span {
  display: block;
  font-size: 26px;
  font-weight: bold;
}

.t-gyosei .list_wrap {
  width: 100%;
  border-radius: 15px;
  padding: 1rem;
}

.t-gyosei .list_wrap .h {
  color: gray;
}

.t-gyosei .list_wrap li {
  position: relative;
  width: 46%;
  margin: 0 2% 1rem 2%;
  padding-left: 35px;
}

.t-gyosei .list_wrap li:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  background: url(/import/tenant_1/133.167.100.63/html/images/top/cir_check.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  z-index: 1;
}

.t-campaign .t-camp_wrap {
  border: 2px dashed #2e9648;
  padding: 2rem;
  border-radius: 15px;
  background: #fff9e6;
}

.t-campaign li {
  width: 46%;
  margin: 0 2% 3rem;
  border-radius: 15px;
  border: 2px solid #2e9648;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 0 rgba(128, 128, 128, 0.3);
  box-shadow: 0 4px 0 rgba(128, 128, 128, 0.3);
  padding: 1rem;
}

.t-campaign li a {
  position: relative;
}

.t-campaign li a .pic {
  width: 70px;
  margin-right: 1rem;
}

.t-campaign li a:hover {
  color: #2e9648;
}

.t-campaign li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
}

.t-strength li {
  width: 46%;
  margin: 0 2% 3rem;
  border-radius: 15px;
  border: 2px solid #2e9648;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 0 rgba(128, 128, 128, 0.3);
  box-shadow: 0 4px 0 rgba(128, 128, 128, 0.3);
  overflow: hidden;
}

.t-strength .text_area {
  position: relative;
}

.t-strength .text_area .h_wrap {
  position: absolute;
  top: -2rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 50%;
  background: #ffffff;
  border-radius: 15px;
  padding: 1rem;
}

.t-strength .text_area .h {
  width: calc(100% - 32px);
  margin-bottom: 0;
}

.t-strength .text_area .h span {
  margin-left: 1rem;
}

.t-strength .text_area .i {
  width: 32px;
}

.t-strength .text_area .t {
  padding: 2rem;
}

.t-strength .messe_wrap {
  border-radius: 15px;
  background: #ffffff;
  padding: 1rem;
}

.t-strength .messe_wrap .w80 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.t-strength .messe_wrap .pic {
  width: 80%;
}

.t-strength .messe_wrap li {
  width: 46%;
  margin: 0 2% 3rem;
  border-radius: 15px;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 0 rgba(128, 128, 128, 0.3);
  box-shadow: 0 4px 0 rgba(128, 128, 128, 0.3);
  padding: .25rem 1rem;
}

.t-strength .messe_wrap li a {
  padding: 1rem;
  position: relative;
}

.t-strength .messe_wrap li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
}

.t-strength .messe_wrap li .i {
  width: 40px;
  margin-right: 1rem;
}

.t-strength .messe_wrap li.green_li {
  background: #2e9648;
}

.t-strength .messe_wrap li.green_li a {
  color: #ffe686;
}

.t-strength .messe_wrap li.white_li .t {
  width: 60%;
  text-align: center;
  color: #2e9648;
  font-size: 18px;
  margin: auto;
}

.t-strength .messe_wrap li.white_li .t span {
  display: block;
  font-size: 26px;
  font-weight: bold;
}

.t-strength .messe_wrap li.white_li a:after {
  color: #2e9648;
}

.t-topics li {
  position: relative;
  border: 2px solid #2e9648;
  background: #ffffff;
  border-radius: 15px;
  padding: 2rem;
  margin-bottom: 3rem;
  z-index: 2;
  -webkit-box-shadow: 0 4px 0 rgba(128, 128, 128, 0.3);
  box-shadow: 0 4px 0 rgba(128, 128, 128, 0.3);
}

.t-topics li .btn_wrap {
  margin-right: 3rem;
}

.t-topics .short {
  width: 48%;
  padding: 1rem;
}

.t-topics .short .i {
  width: 70px;
  margin-right: 1rem;
}

.t-topics .short a {
  position: relative;
  padding: 1rem;
}

.t-topics .short a:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
}

.t-faq .dl_wrap {
  width: 72%;
  margin: 0 auto 2rem;
}

.t-faq dl {
  margin-bottom: 2rem;
}

.t-faq dt,
.t-faq dd {
  border-radius: 15px;
}

.t-faq dt {
  font-size: 22px;
  padding: 1.5rem 4rem;
  background: #2e9648;
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.t-faq dt:hover {
 background: #86BF92;
  cursor: pointer;
}

.t-faq dt:before {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "Q";
  font-family: 'Montserrat', sans-serif;
  color: #ffdf80;
  font-size: 26px;
}

.t-faq dt:after {
  font-family: "Font Awesome 5 Free";
  content: "\f055";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.t-faq dt.action:after {
  content: "\f056";
}

.t-faq dd {
  font-size: 18px;
  margin-top: -2rem;
  border: 2px solid #2e9648;
  background: #eff7f1;
  padding: 3rem 2rem 2rem;
}

.t-access .logo {
  width: 284px;
}

.t-access .gmap {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}

.t-access .gmap iframe,
.t-access .gmap object,
.t-access .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.t-access .w60 {
  margin: auto;
}

.t-access .white_li {
  margin: 0 2% 3rem;
  border-radius: 15px;
  border: 2px solid #2e9648;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 0 rgba(128, 128, 128, 0.3);
  box-shadow: 0 4px 0 rgba(128, 128, 128, 0.3);
  padding: .25rem 1rem;
}

.t-access .white_li .i {
  width: 40px;
}

.t-access .white_li a {
  padding: 1rem;
  position: relative;
}

.t-access .white_li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  color: #2e9648;
}

.t-access .white_li .t {
  width: 60%;
  text-align: center;
  color: #2e9648;
  font-size: 18px;
  margin: auto;
}

.t-access .white_li .t span {
  display: block;
  font-size: 26px;
  font-weight: bold;
}

.t-recruit .inside {
  border: 2px solid #2e9648;
  border-radius: 15px;
  position: relative;
  padding: 2rem;
}

.t-recruit .inside .t {
  width: 50%;
  margin: 0 auto 3rem;
}

.t-recruit .inside .i1 {
  position: absolute;
  width: 200px;
  bottom: 0;
  left: 2rem;
}

.t-recruit .inside .i2 {
  position: absolute;
  width: 200px;
  bottom: 0;
  right: 2rem;
}

.bgg {
  background: #2e9648;
}

.t-img_obi {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: auto;
  padding-top: 2px;
}

.t-img_obi .block {
  width: 20%;
}

.t-img_obi .block > div {
  margin: 2px;
}

.t-img_obi .block .w100 {
  width: calc(100% - 4px);
}

.t-img_obi .block .w50 {
  width: calc(50% - 4px);
}

.t-img_obi .asp50,
.t-img_obi .asp100,
.t-img_obi .asp110 {
  position: relative;
}

.t-img_obi .asp50 img,
.t-img_obi .asp100 img,
.t-img_obi .asp110 img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.t-img_obi .asp50:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.t-img_obi .asp100:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.t-img_obi .asp110:before {
  content: "";
  display: block;
  padding-top: 101%;
}

/********************************
/********************************

m_index(01.index | トップページ)

********************************/
@media only screen and (max-width: 1024px) {
  .t-article .h2_wrap {
    width: 100%;
    padding: 1rem;
  }
  .t-article .dl_wrap {
    width: 100%;
    padding: 2rem 1rem;
  }
  .t-article .dl_wrap dt {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .t-article .dl_wrap dd {
    width: 100%;
  }
  .t-about .img2 {
    width: 100%;
  }
  .t-course li {
    padding: 1rem;
  }
  .lead_box {
    padding: 2rem 1rem;
  }
  .t-gyosei .box .w50 {
    width: 100%;
    padding: 0;
  }
  .t-gyosei .box .w50.right {
    margin-bottom: 2rem;
  }
  .t-gyosei .btn_list li {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .t-gyosei .btn_list .btn_block {
    text-align: left;
  }
  .t-gyosei .btn_list .btn_block.bgw .t {
    text-align: left;
    margin: 0 auto 0 1rem;
  }
  .t-campaign li {
    width: 80%;
    margin: 0 auto 2rem;
  }
  .t-strength li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .t-strength .messe_wrap li {
    width: 80%;
    margin: 0 auto 2rem;
  }
  .t-strength .messe_wrap li a {
    height: auto !important;
  }
  .t-strength .messe_wrap li.white_li .t {
    text-align: left;
    margin: 0 auto 0 0;
    width: 80%;
  }
  .t-topics .short {
    width: 100%;
    margin-bottom: 2rem;
  }
  .t-topics .short .i {
    width: 40px;
  }
  .t-faq .dl_wrap {
    width: 100%;
  }
  .t-faq dt {
    font-size: 20px;
    padding: 1.5em 3.5rem;
  }
  .t-access .w50 {
    width: 100%;
  }
  .t-access .w60 {
    width: 80%;
  }
  .t-access .gmap {
    margin-bottom: 2rem;
    padding-bottom: 60%;
    padding-top: 30px;
  }
  .t-recruit .inside .t {
    width: 80%;
    margin-bottom: 4rem;
  }
  .t-recruit .inside .i1,
  .t-recruit .inside .i2 {
    width: 20%;
  }
  .t-img_obi {
    max-width: none;
  }
}

/********************************

s_index（01.index | トップページ)

********************************/
@media only screen and (max-width: 599px) {
  .toppage .mainimage .text_wrap {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 1rem 0;
  }
  .toppage .mainimage .text_wrap .fs40 {
    font-size: 20px;
  }
  .toppage .mainimage .lead {
    text-align: center;
    text-shadow: none;
    color: #2e9648;
    line-height: 1.6;
  }
  .toppage .mainimage .slider_wrap .main_r {
    top: 5%;
  }
  .t-article .dl_wrap {
    padding: 1rem 0;
  }
  .t-gyosei .btn_list li {
    width: 100%;
  }
  .t-gyosei .btn_list .btn_block.bgw .i {
    width: 30px;
    margin-bottom: 0.5rem;
  }
  .t-gyosei .btn_list .btn_block.bgw .t {
    width: 100%;
    margin: 0;
  }
  .t-gyosei .list_wrap li {
    width: 100%;
  }
  .lead_box {
    margin-bottom: 4rem;
  }
  .lead_box:after {
    height: 2rem;
    bottom: -3.5rem;
  }
  .t-campaign .t-camp_wrap {
    padding: 1rem;
  }
  .t-campaign li {
    margin: 0 0 2rem;
    width: 100%;
  }
  .t-campaign li a {
    padding: 0 1rem;
  }
  .t-campaign li a .pic {
    width: 30px;
    margin: 0 1rem 0 0;
  }
  .t-strength .text_area .h_wrap {
    width: 80%;
  }
  .t-strength .messe_wrap li {
    width: 100%;
  }
  .t-strength .messe_wrap li .i {
    margin: 0 auto 1rem;
    width: 30px;
  }
  .t-strength .messe_wrap li a {
    padding: .5rem;
  }
  .t-strength .messe_wrap li.white_li .t {
    width: 100%;
    font-size: 16px;
    text-align: left;
  }
  .t-topics .w25 {
    margin-bottom: 2rem;
  }
  .t-topics li .btn_wrap {
    margin-right: 0;
  }
  .t-topics .short .i {
    margin: 0 1rem 0 0;
  }
  .t-faq dt {
    padding: 1rem 3rem;
    font-size: 16px;
  }
  .t-faq dt:before {
    left: 1rem;
  }
  .t-faq dt:after {
    right: 1rem;
  }
  .t-faq dd {
    font-size: 16px;
    padding: 3rem 1rem 1rem;
  }
  .t-access .w60 {
    width: 100%;
  }
  .t-access .w60 .white_li {
    width: 100%;
    margin: 0;
  }
  .t-access .w60 .white_li .i {
    width: 30px;
    margin: 0 auto 1rem;
  }
  .t-access .w60 .white_li .t {
    width: 100%;
  }
  .t-recruit .inside {
    padding: 1rem 1rem 4rem;
  }
  .t-img_obi {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .t-img_obi .block {
    width: 25%;
  }
  .t-img_obi .w50 {
    width: 50%;
    margin: 0;
  }
}

/********************************
/********************************
/********************************

l_underpage

********************************/
.underpage .mainimage {
  position: relative;
}

.underpage .mainimage .ofimg {
  position: relative;
  max-height: 350px;
}

.underpage .mainimage .ofimg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.underpage .mainimage .ofimg:before {
  content: "";
  display: block;
  padding-top: 25%;
}

.underpage .mainimage .ofimg:after {
  position: absolute;
  display: block;
  content: "";
  width: 854px;
  height: 854px;
  background: rgba(46, 150, 72, 0.4);
  border-radius: 50%;
  z-index: 2;
  top: 50%;
  left: 5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.underpage .mainimage .h2_wrap {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 3;
  width: 75%;
}

.underpage .mainimage .h2_wrap h2 {
  color: #ffffff;
  text-align: center;
  display: inline-block;
}

.underpage .mainimage .h2_wrap h2 .s {
  display: block;
}

.underpage .mainimage .main_r {
  position: absolute;
  z-index: 2;
  width: 5%;
  min-width: 100px;
  position: absolute;
  top: 50%;
  left: 85%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.underpage .icon_heading_wrap .i {
  width: 53px;
  margin: 0 auto 1rem;
}

.underpage .icon_heading_wrap .h {
  font-weight: normal;
}

.underpage .round_box {
  position: relative;
  border: 2px solid #2e9648;
  background: #ffffff;
  border-radius: 15px;
  padding: 2rem;
  margin-bottom: 3rem;
  z-index: 2;
  -webkit-box-shadow: 0 4px 0 rgba(128, 128, 128, 0.3);
  box-shadow: 0 4px 0 rgba(128, 128, 128, 0.3);
}

.underpage .round_box .i1 {
  position: absolute;
  width: 200px;
  bottom: 0;
  left: 2rem;
}

.underpage .round_box .t {
  width: 65%;
  margin-left: auto;
  margin-right: 2rem;
  font-size: 18px;
  line-height: 2;
}

.underpage .round_box.has_teacher {
  min-height: 350px;
}

.underpage .radius {
  border-radius: 15px;
  overflow: hidden;
}

.underpage .shadow {
  -webkit-box-shadow: 6px 6px 4px rgba(128, 128, 128, 0.3);
  box-shadow: 6px 6px 4px rgba(128, 128, 128, 0.3);
}

.underpage .shadow-y {
  -webkit-box-shadow: 6px 6px 0 #ffefbf;
  box-shadow: 6px 6px 0 #ffefbf;
}

/********************************
/********************************

m_underpage

********************************/
@media only screen and (max-width: 1024px) {
  .underpage .mainimage .ofimg:before {
    padding-top: 35%;
  }
  .underpage .mainimage .ofimg:after {
    left: -5%;
  }
  .underpage .mainimage .h2_wrap h2 {
    font-size: 22px;
  }
  .underpage .mainimage .h2_wrap h2 .s {
    font-size: 18px;
  }
  .underpage .mainimage .main_r {
    left: 80%;
    min-width: auto;
    width: 15%;
  }
  .underpage .round_box .i1 {
    width: 20%;
  }
}

/********************************

s_underpage

********************************/
@media only screen and (max-width: 599px) {
  .underpage .mainimage .ofimg:before {
    padding-top: 45%;
  }
  .underpage .mainimage .ofimg:after {
    width: 500px;
    height: 500px;
  }
  .underpage .round_box .t {
    width: 100%;
    margin: 0 auto 7rem;
  }
}

/********************************
/********************************
/********************************

l_about（02.about | 教育理念)

********************************/
/********************************
/********************************

m_about(02.about | 教育理念)

********************************/
/********************************

s_about（02.about | 教育理念)

********************************/
/********************************
/********************************
/********************************

l_staff（03.staff | 講師紹介)

********************************/
.staff .staff_wrap {
  background: #fff9e6;
}

.staff .staff_wrap .inner {
  padding: 100px 0;
}

.staff .staff_wrap .img_box {
  width: 50%;
  padding-right: 4rem;
}

.staff .staff_wrap .img_box.ofimg {
  position: relative;
}

.staff .staff_wrap .img_box.ofimg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.staff .staff_wrap .img_box.ofimg:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.staff .staff_wrap .info_box {
  width: 50%;
  padding: 2rem;
  background: #ffffff;
}

.staff .staff_wrap .info_box .dl_wrap {
  padding-left: 50px;
}

.staff .staff_wrap .info_box dl {
  margin-bottom: 2rem;
}

.staff .staff_wrap:nth-of-type(even) {
  background: #ffffff;
}

.staff .staff_wrap:nth-of-type(even) .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.staff .staff_wrap:nth-of-type(even) .flex .img_box {
  padding-left: 4rem;
  padding-right: 0;
}

.staff .icon_heading {
  position: relative;
  color: #2e9648;
  padding-left: 2em;
}

.staff .icon_heading .first {
  margin-right: 1em;
}

.staff .icon_heading rt {
  color: #cccccc;
  font-weight: normal;
}

.staff .icon_heading:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  background: url(/import/tenant_1/133.167.100.63/html/images/common/mark.png) no-repeat;
  background-size: contain;
  width: 31px;
  height: 35px;
  z-index: 1;
}

/********************************
/********************************

m_staff(03.staff | 講師紹介)

********************************/
@media only screen and (max-width: 1024px) {
  .staff .staff_wrap .inner {
    padding: 40px 0;
  }
  .staff .staff_wrap .flex .img_box {
    padding-right: 2rem;
  }
  .staff .staff_wrap .info_box {
    padding: 1rem;
  }
  .staff .staff_wrap .info_box .dl_wrap {
    padding-left: 0;
  }
  .staff .staff_wrap:nth-of-type(even) .flex .img_box {
    padding-left: 2rem;
  }
}

/********************************

s_staff（03.staff | 講師紹介)

********************************/
@media only screen and (max-width: 599px) {
  .staff .staff_wrap .inner {
    padding: 30px 0;
  }
  .staff .staff_wrap .img_box {
    width: 80%;
    padding: 0 !important;
    margin: 0 auto 1rem;
  }
  .staff .staff_wrap .info_box {
    width: 100%;
  }
}

/********************************
/********************************
/********************************

l_point（04.point | 寺子屋こややの強み)

********************************/
.point .reason li {
  margin-bottom: 3rem;
}

.point .reason li .pic {
  height: 180px;
  max-width: 130px;
  margin: 0 auto 1rem;
}

/********************************
/********************************

m_point(04.point | 寺子屋こややの強み)

********************************/
/********************************

s_point（04.point | 寺子屋こややの強み)

********************************/
@media only screen and (max-width: 599px) {
  .point .reason li .pic {
    height: auto;
    max-width: none;
    width: 40%;
  }
}

/********************************
/********************************
/********************************

l_school（05.school | 教室案内)

********************************/
.school .info_wrap {
  padding-top: 1rem;
}

.school .gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 60px;
  height: 0;
  overflow: hidden;
}

.school .gmap iframe,
.school .gmap object,
.school .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/********************************
/********************************

m_school(05.school | 教室案内)

********************************/
/********************************

s_school（05.school | 教室案内)

********************************/
/********************************
/********************************
/********************************

l_junior（06.junior | 小学生向けプラン)

********************************/
.underpage.course .round_box .t {
  font-size: 20px;
}

.course .course_li li {
  width: 43%;
  border: 2px solid #2e9648;
  padding: 2rem;
  background: #ffffff;
  margin-bottom: 2rem;
}

.course .sche_li li {
  position: relative;
  padding: 1rem 2rem;
  background: #2e9648;
  color: #ffffff;
  border-radius: 15px;
  margin: 0 5% 2rem 0;
  text-align: center;
  width: 25%;
  z-index: 2;
}

.course .sche_li li:after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  content: "";
  background: #ffdf80;
  height: 2px;
  width: 200px;
  left: 100%;
  z-index: 1;
}

.course .sche_li li:last-child, .course .sche_li li:nth-child(3n) {
  margin-right: 0;
}

.course .sche_li li:last-child:after, .course .sche_li li:nth-child(3n):after {
  display: none;
}

/********************************
/********************************

m_junior(06.junior | 小学生向けプラン)

********************************/
@media only screen and (max-width: 1024px) {
  .course .course_li li {
    padding: 1rem;
  }
  .course .sche_li li,
  .course .sche_li li:nth-child(3n) {
    width: 40%;
    margin-right: 5%;
    padding: 1rem;
  }
  .course .sche_li li:after,
  .course .sche_li li:nth-child(3n):after {
    display: block;
  }
  .course .sche_li li:nth-child(2n) {
    margin-right: 0;
  }
  .course .sche_li li:nth-child(2n):after {
    display: none;
  }
}

/********************************

s_junior（06.junior | 小学生向けプラン)

********************************/
@media only screen and (max-width: 599px) {
  .course .course_li li {
    width: 96%;
    margin: 0 auto 2rem;
  }
  .course .sche_li li {
    width: 96% !important;
    margin: 0 auto 2rem !important;
  }
  .course .sche_li li:after {
    width: 2px;
    height: 2rem;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block !important;
  }
  .course .sche_li li:last-child:after {
    display: none !important;
  }
}

/********************************
/********************************
/********************************

l_senior（07.senior | 中学生向けプラン)

********************************/
/********************************
/********************************

m_senior(07.senior | 中学生向けプラン)

********************************/
/********************************

s_senior（07.senior | 中学生向けプラン)

********************************/
/********************************
/********************************
/********************************

l_price（08.price | コース・料金表)

********************************/
.price .box {
  width: 60%;
  margin: 0 auto 2rem;
  background: #ffffff;
  border: 1px solid #2e9648;
}

.price .dl_wrap dl {
  border-bottom: 1px solid #2e9648;
}

.price .dl_wrap dl dt,
.price .dl_wrap dl dd {
  text-align: center;
  padding: 1rem;
  width: 50%;
  font-size: 18px;
  font-weight: bold;
}

.price .dl_wrap dl dt {
  border-right: 1px solid #2e9648;
}

.price .dl_wrap dl:nth-of-type(odd) {
  background: #fff9e6;
}

.price .dl_wrap dl:first-of-type {
  background: #2e9648;
}

.price .dl_wrap dl:first-of-type dt,
.price .dl_wrap dl:first-of-type dd {
  color: #ffdf80;
}

.price .dl_wrap dl:first-of-type dt {
  border-right: 1px solid #fff;
}

.price .dl_wrap dl:last-of-type {
  border-bottom: none;
}

.price .enroll_fee {
  width: 60%;
  margin: 0 auto 3rem;
}

.price .enroll_fee dt {
  margin-right: 2rem;
  width: 18%;
}

.price .enroll_fee dt span {
  display: inline;
  background: #2e9648;
  color: #ffdf80;
  border-radius: 5px;
  font-size: 18px;
  padding: .5rem 1rem;
}

.price .enroll_fee dd {
  width: 70%;
}

/********************************
/********************************

m_price(08.price | コース・料金表)

********************************/
@media only screen and (max-width: 1024px) {
  .price .box {
    width: 90%;
  }
  .price .box .dl_wrap dt,
  .price .box .dl_wrap dd {
    font-size: 16px;
  }
  .price .enroll_fee {
    width: 90%;
  }
  .price .enroll_fee dt {
    width: 100%;
    margin-bottom: 1rem;
  }
  .price .enroll_fee dd {
    width: 100%;
  }
}

/********************************

s_price（08.price | コース・料金表)

********************************/
@media only screen and (max-width: 599px) {
  .price .dl_wrap dl dt {
    width: 100%;
    text-align: left;
    border-right: none;
    padding-bottom: 0;
  }
  .price .dl_wrap dl dd {
    width: 100%;
    text-align: right;
    padding-top: 0.5rem;
  }
  .price .dl_wrap dl dd:after {
    content: "（税込）";
    font-size: 0.8em;
  }
  .price .dl_wrap dl:first-of-type {
    display: none;
  }
}

/********************************
/********************************
/********************************

l_flow（09.flow | 入会までの流れ)

********************************/
.flow_li {
  counter-reset: number;
  list-style: none;
}

.flow_li li {
  padding: 75px 0;
  position: relative;
}

.flow_li li:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 34.5px 0 34.5px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  content: "";
  z-index: 2;
}

.flow_li li:first-child {
  padding-top: 0;
}

.flow_li li:nth-child(even) {
  background: #eff7f1;
}

.flow_li li:nth-child(even):after {
  border-color: #eff7f1 transparent transparent transparent;
}

.flow_li li:last-child:after {
  display: none;
}

.flow_li li .box {
  position: relative;
  padding: 1rem;
  border-radius: 15px;
  background: #ffffff;
  width: 1000px;
  border: 2px solid #2e9648;
  margin: auto;
  width: 92%;
  max-width: 1000px;
}

.flow_li li .box:before {
  counter-increment: number;
  content: counter(number);
  font-size: 4rem;
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  color: #2e9648;
  top: -1rem;
  right: 4rem;
  font-weight: 400;
}


/********************************
/********************************

m_flow(09.flow | 入会までの流れ)

********************************/
/********************************

s_flow（09.flow | 入会までの流れ)

********************************/
/********************************
/********************************
/********************************

l_qa（10.qa | よくあるご質問)

********************************/
.qa .t-faq .dl_wrap {
  width: 100%;
}

.qa .bgstripe {
  margin-right: -9999px;
  padding-right: 9999px;
  margin-left: -9999px;
  padding-left: 9999px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

/********************************
/********************************

m_qa(10.qa | よくあるご質問)

********************************/
/********************************

s_qa（10.qa | よくあるご質問)

********************************/
/********************************
/********************************
/********************************

l_recruit（11.recruit | 採用情報)

********************************/
.recruit .lead_box {
  width: 70%;
  margin: auto;
}

.recruit .lead_box dl {
  border-bottom: 1px solid #ffdf80;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recruit .lead_box dl:last-of-type {
  border-bottom: none;
}

.recruit .lead_box dt {
  font-weight: bold;
  width: 25%;
  padding: 1rem 0;
}

.recruit .lead_box dd {
  width: 75%;
  padding: 1rem 0;
}

.recruit .lead_box:after {
  display: none;
}

/********************************
/********************************

m_recruit(11.recruit | 採用情報)

********************************/
@media only screen and (max-width: 1024px) {
  .recruit .lead_box dt {
    width: 100%;
    padding-bottom: 0;
  }
  .recruit .lead_box dd {
    width: 100%;
    padding-top: 0.5rem;
  }
}

/********************************

s_recruit（11.recruit | 採用情報)

********************************/
@media only screen and (max-width: 599px) {
  .recruit .lead_box {
    width: 100%;
  }
}

/********************************
/********************************
/********************************

l_campaign（12.campaign | キャンペーン)

********************************/
.campaign .box {
  background: #2e9648;
  padding: 2rem;
  width: 75%;
  margin: 0 auto 3rem;
}

.campaign .box .i {
  width: 70px;
  margin-right: 1rem;
}

.campaign .box .h {
  display: inline-block;
  color: #ffffff;
  margin-bottom: 0;
}

.campaign .box .h .s {
  position: relative;
  font-size: 1.25em;
  z-index: 2;
}

.campaign .box .h .s:after {
  position: absolute;
  display: block;
  content: "";
  background: rgba(213, 223, 14, 0.6);
  width: 100%;
  height: .35em;
  bottom: -.1em;
  z-index: 0;
  left: 0;
}

.campaign .box .lead {
  color: #ffffff;
}

.campaign .box .lead span {
  font-size: 1.5em;
  color: #ffdf80;
  font-weight: bold;
  display: inline-block;
  margin-top: 0.5rem;
}

.campaign .box .notice {
  text-align: right;
  margin-right: 3rem;
  color: #ffffff;
}

/********************************
/********************************

m_campaign(12.campaign | キャンペーン)

********************************/
@media only screen and (max-width: 1024px) {
  .campaign .box .i {
    margin: 0 1rem 1rem;
  }
}

/********************************

s_campaign（12.campaign | キャンペーン)

********************************/
@media only screen and (max-width: 599px) {
  .campaign .box {
    width: 100%;
    padding: 2rem 1rem;
  }
  .campaign .box .i {
    width: 50px;
  }
  .campaign .box .h {
    text-align: center;
    width: 100%;
  }
  .campaign .box .h .s {
    display: inline-block;
  }
  .campaign .box .notice {
    margin-right: 0;
  }
}

/********************************
/********************************
/********************************

l_growup（13.growup | 成績UPの秘訣)

********************************/
.growup .gutop {
  position: relative;
}

.growup .gutop .pic.ofimg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.growup .gutop .pic.ofimg.filter:before {
  background: rgba(255, 255, 255, 0.8);
}

.growup .gutop .text_wrap {
  position: relative;
  z-index: 6;
}

.growup .cir_heading {
  width: 100%;
}

.growup .gu_wrap .flex .pic_side {
  padding-left: 2rem;
}

.growup .gu_wrap .flex .pic_side .ofimg {
  position: relative;
}

.growup .gu_wrap .flex .pic_side .ofimg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.growup .gu_wrap .flex .pic_side .ofimg:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.growup .gu_wrap .flex:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.growup .gu_wrap .flex:nth-of-type(even) .pic_side {
  padding-left: 0;
  padding-right: 2rem;
}

.growup .gu_wrap .flex:last-of-type {
  margin-bottom: 0;
}

.growup .bg_wrap .bg_box .inner {
  padding: 100px 0;
}

/********************************
/********************************

m_growup(13.growup | 成績UPの秘訣)

********************************/
@media only screen and (max-width: 1024px) {
  .growup .gu_wrap .flex .pic_side {
    padding-left: 1rem;
  }
  .growup .gu_wrap .flex:nth-of-type(even) .pic_side {
    padding-left: 0;
    padding-right: 1rem;
  }
  
  .growup .bg_wrap .bg_box .inner {
  padding: 80px 0;
}
}

/********************************

s_growup（13.growup | 成績UPの秘訣)

********************************/
@media only screen and (max-width: 599px) {
  .growup .gutop .lh2.tac {
  text-align: left;
  }
  
  .growup .gutop .pic.ofimg img {
    width: 150% !important;
    height: auto !important;
    margin-left: -25%;
    max-width: none !important;
    font-family: none;
    -o-object-fit: initial;
    object-fit: initial;
  }
  .growup .gu_wrap .pic_side {
    width: 80%;
    margin: 1rem auto 0;
    padding: 0 !important;
  }
  .growup .gu_wrap .pic_side .pic {
    width: 100%;
  }
  
    .growup .bg_wrap .bg_box .inner {
  padding: 60px 0;
}
}

/********************************
/********************************
/********************************

l_blog（14.blog | ブログ（一覧）)

********************************/
.two_columns .article_side {
  width: 75%;
  padding-left: 2rem;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.two_columns .cat_side {
  width: 25%;
}

.article .article_li li {
  width: 31%;
  margin: 0 3% 6% 0;
}

.article .article_li li a {
  display: block;
}

.article .article_li li:nth-child(3n) {
  margin-right: 0;
}

.article .article_li li .date,
.article .article_li li .title,
.article .article_li li .cat {
  margin-bottom: 0.5rem;
}

.article .article_li .thumb.ofimg {
  position: relative;
}

.article .article_li .thumb.ofimg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.article .article_li .thumb.ofimg:before {
  content: "";
  display: block;
  padding-top: 70%;
}

.article .detail {
  padding-bottom: 3rem;
  border-bottom: 2px solid #ccc;
  margin-bottom: 3rem;
}

.article .detail .d-date {
  margin-right: 2rem;
  width: 5em;
}

.article .detail .d-cat {
  width: calc(100% - 7em);
}

.article .detail .d-title {
  font-weight: normal;
}

.article .cat_wrap .cat_title {
  background: #2e9648;
  color: #ffffff;
  padding: .75rem;
  border-radius: 5px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  font-weight: normal;
}

.article .cat_wrap ul {
  background: #f3f3f3;
  border-radius: 5px;
  margin-top: -10px;
  padding-top: 10px;
}

.article .cat_wrap li {
  border-bottom: 1px solid #fff;
}

.article .cat_wrap li:last-child {
  border-bottom: none;
}

.article .cat_wrap li a {
  display: block;
  padding: .75rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/********** l_pager **********/
.list-pager {
  width: 50%;
  margin: 6% auto 0;
}

.list-pager li,
.list-pager li a,
.list-pager li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}

.list-pager li span,
.list-pager li a,
.list-pager li a span,
.list-pager li a a,
.list-pager li span span,
.list-pager li span a {
  font-size: 16px;
  width: 100%;
}

.list-pager li a,
.list-pager li a a,
.list-pager li span a {
  color: #000;
  background: #f3f3f3;
}

.list-pager li.prev a,
.list-pager li.next a,
.list-pager li a.prev a,
.list-pager li a.next a,
.list-pager li span.prev a,
.list-pager li span.next a {
  color: #2e9648;
  background: #ffffff;
  font-size: 1.25em;
}

.list-pager li.current,
.list-pager li a.current,
.list-pager li span.current {
  color: #ffdf80;
  background: #2e9648;
  font-weight: bold;
}

/********************************
/********************************

m_blog(14.blog | ブログ（一覧）)

********************************/
@media only screen and (max-width: 1024px) {
  .two_columns .article_side {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding: 0;
    margin-bottom: 6rem;
  }
  .two_columns .cat_side {
    width: 100%;
  }
  .list-pager {
    width: 75%;
  }
}

/********************************

s_blog（14.blog | ブログ（一覧）)

********************************/
@media only screen and (max-width: 599px) {
  .article .article_li li {
    width: 96%;
    margin: 0 auto 10%;
  }
  .list-pager {
    width: 90%;
  }
}

/********************************
/********************************
/********************************

l_blog_detail（15.blog_detail | ブログ（詳細）)

********************************/
/********************************
/********************************

m_blog_detail(15.blog_detail | ブログ（詳細）)

********************************/
/********************************

s_blog_detail（15.blog_detail | ブログ（詳細）)

********************************/
/********************************
/********************************
/********************************

l_news（16.news | お知らせ（一覧）)

********************************/
/********************************
/********************************

m_news(16.news | お知らせ（一覧）)

********************************/
/********************************

s_news（16.news | お知らせ（一覧）)

********************************/
/********************************
/********************************
/********************************

l_news_detail（17.news_detail | お知らせ（詳細）)

********************************/
/********************************
/********************************

m_news_detail(17.news_detail | お知らせ（詳細）)

********************************/
/********************************

s_news_detail（17.news_detail | お知らせ（詳細）)

********************************/
/********************************
/********************************
/********************************

l_free（18.free | 無料体験のご案内)

********************************/
.free .topimg {
  margin: 0 auto;
}

.free .topimg .radius {
  margin-bottom: 1rem;
}

.free .topimg .ofimg {
  position: relative;
}

.free .topimg .ofimg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.free .topimg .ofimg:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.free .free_li {
  counter-reset: number;
  list-style: none;
}

.free .free_li li {
  position: relative;
  width: 31%;
  margin-right: 3%;
  margin-bottom: 6%;
  background: #eff7f1;
}

.free .free_li li:before {
  counter-increment: number;
  content: counter(number);
  font-size: 4rem;
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  color: #2e9648;
  top: -1rem;
  right: 2rem;
  font-weight: 400;
  z-index: 3;
}

.free .free_li li:after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  content: "";
  background: #ffdf80;
  height: 10px;
  width: 100px;
  left: 100%;
  z-index: 1;
}

.free .free_li li:nth-child(3n) {
  margin-right: 0;
}

.free .free_li li:nth-child(3n):after {
  display: none;
}

.free .free_li li:last-child:after {
  display: none !important;
}

.free .free_li .ofimg {
  position: relative;
}

.free .free_li .ofimg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.free .free_li .ofimg:before {
  content: "";
  display: block;
  padding-top: 66.66666%;
}

.free .free_li figcaption {
  padding: 1rem;
  text-align: center;
  background: #ffffff;
}

.free .flow_wrap .w60 {
  margin: auto;
}

.free .flow_wrap .white_li {
  margin: 0 2% 3rem;
  border-radius: 15px;
  border: 2px solid #2e9648;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 0 rgba(128, 128, 128, 0.3);
  box-shadow: 0 4px 0 rgba(128, 128, 128, 0.3);
  padding: .25rem 1rem;
}

.free .flow_wrap .white_li .i {
  width: 40px;
}

.free .flow_wrap .white_li a {
  padding: 1rem;
  position: relative;
}

.free .flow_wrap .white_li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  color: #2e9648;
}

.free .flow_wrap .white_li .t {
  width: 60%;
  text-align: center;
  color: #2e9648;
  font-size: 18px;
  margin: auto;
}

.free .flow_wrap .white_li .t span {
  display: block;
  font-size: 26px;
  font-weight: bold;
}

/********************************
/********************************

m_free(18.free | 無料体験のご案内)

********************************/
@media only screen and (max-width: 1024px) {
  .free .free_li li {
    width: 46%;
    margin-right: 6% !important;
    margin-bottom: 10%;
  }
  .free .free_li li:before {
    font-size: 3rem;
    top: -0.5rem;
  }
  .free .free_li li:nth-child(2n) {
    margin-right: 0 !important;
    margin-bottom: 10%;
  }
  .free .free_li li:nth-child(2n):after {
    display: none;
  }
  .free .free_li li:nth-child(3n):after {
    display: block;
  }
}

/********************************

s_free（18.free | 無料体験のご案内)

********************************/
@media only screen and (max-width: 599px) {
  .free .free_li li,
  .free .free_li li:nth-child(2n) {
    width: 96%;
    margin: 0 auto 15% !important;
  }
  .free .free_li li:after,
  .free .free_li li:nth-child(2n):after {
    width: 10px;
    height: 100px;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
  }
  .free li {
    margin-bottom: 0;
  }
  .free li:last-child:after {
    display: none !important;
  }
  
  
    .free .flow_wrap .w60 {
    width: 100%;
  }
  .free .flow_wrap .w60 .white_li {
    width: 100%;
    margin: 0;
  }
  .free .flow_wrap .w60 .white_li .i {
    width: 30px;
    margin: 0 auto 1rem;
  }
  .free .flow_wrap .w60 .white_li .t {
    width: 100%;
  }
}

/********************************
/********************************
/********************************

l_voice（19.voice | 生徒・保護者の声)

********************************/
.voice .voice_li .box {
  width: 31%;
  margin: 0 3% 3% 0;
  border: 2px solid #2e9648;
  overflow: hidden;
}

.voice .voice_li .box .course_img {
  margin: auto;
}

.voice .voice_li .box.小学生・男子 .course_img {
  content: url(/import/tenant_1/133.167.100.63/html/images/voice/b1.png);
}
.voice .voice_li .box.小学生・女子 .course_img {
  content: url(/upload/tenant_1/b9751fab414672d8c704dc5473a7ef65.png);
}
.voice .voice_li .box.中学生・男子 .course_img {
  content: url(/upload/tenant_1/44d21283f0a9aefe46a18d44af3b8026.png);
}
.voice .voice_li .box.中学生・女子 .course_img {
  content: url(/upload/tenant_1/d83cc4ca449ea8e47877d4117381fd4b.png);
}
.voice .voice_li .box.小学生・男子 .studentName:after {
  content: "くん";
  padding-left: .5rem;
}
.voice .voice_li .box.小学生・女子 .studentName:after {
  content: "さん";
  padding-left: .5rem;
}
.voice .voice_li .box.中学生・男子 .studentName:after {
  content: "くん";
  padding-left: .5rem;
}
.voice .voice_li .box.中学生・女子 .studentName:after {
  content: "さん";
  padding-left: .5rem;
}

.voice .voice_li .box:nth-child(3n) {
  margin-right: 0;
}

.voice .voice_li .box:nth-child(10) {
  display: none;
}

.voice .voice_li dl {
  margin: 1rem;
}

.voice .voice_li dt {
  margin-bottom: 1rem;
}

.voice .voice_li dd {
  border-radius: 5px;
  background: #fff9e6;
  padding: 1rem;
}

/********************************
/********************************

m_voice(19.voice | 生徒・保護者の声)

********************************/
@media only screen and (max-width: 1024px) {
  .voice .voice_li .box {
    width: 46%;
    margin: 0 6% 6% 0 !important;
  }
  .voice .voice_li .box:nth-child(2n) {
    margin-right: 0 !important;
  }
  .voice .voice_li .box:nth-child(10) {
    display: block;
  }
}

/********************************

s_voice（19.voice | 生徒・保護者の声)

********************************/
@media only screen and (max-width: 599px) {
.voice .voice_li .box .pic {
  width: 100%;
}

.voice .voice_li .box .pic .course_img{
  width: 80%;
}
  
  .voice .voice_li .box,
  .voice .voice_li .box:nth-child(2n) {
    width: 96%;
    margin: 0 auto 6% !important;
  }
  .voice .voice_li .box .heightline-dt,
  .voice .voice_li .box:nth-child(2n) .heightline-dt {
    height: auto !important;
  }
}

/********************************
/********************************
/********************************

l_gyoseishoshi（20.gyoseishoshi | 行政書士の紹介)

********************************/
.gyosei .sectop .pic_side {
  width: 21%;
}

.gyosei .sectop .pic_side dt dl dt {
  width: 20%;
}

.gyosei .sectop .pic_side dt dl dd {
  width: 80%;
  padding-left: 1rem;
}

.gyosei .sectop .box {
  width: 75%;
  margin: 1rem 0 1rem auto;
  padding: 2rem 3rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.gyosei .sectop .cir_dl {
  margin-bottom: 1rem;
}

.gyosei .sectop .cir_dl dt {
  font-size: 24px;
  color: #ffffff;
  position: relative;
  padding-left: 1rem;
}

.gyosei .sectop .cir_dl dt:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: -1rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 0.75em;
}

.gyosei .sectop .cir_dl dd {
  color: #ffffff;
  padding-left: 1rem;
  line-height: 2;
}

.gyosei .g-office .gmap {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}

.gyosei .g-office .gmap iframe,
.gyosei .g-office .gmap object,
.gyosei .g-office .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gyosei .g-office .w50 .ofimg {
  position: relative;
}

.gyosei .g-office .w50 .ofimg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.gyosei .g-office .w50 .ofimg:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.gyosei .btn_li .white_li {
  width: 45%;
  background: #ffffff;
  border: 2px solid #2e9648;
  border-radius: 15px;
  padding: 1rem;
}

.gyosei .btn_li .white_li li {
  color: #2e9648;
  font-size: 18px;
}

.gyosei .btn_li .white_li .i {
  width: 40px;
  margin-right: 1rem;
}

.gyosei .btn_li .white_li .t {
  width: 75%;
  text-align: center;
  color: #2e9648;
  font-size: 18px;
  margin: auto;
}

.gyosei .btn_li .white_li .t span {
  display: block;
  font-size: 26px;
  font-weight: bold;
}

.gyosei .btn_li .white_li i {
  margin-right: 0.5rem;
  font-size: 1.25em;
}

.gyosei .flow_li .btn_li .white_li {
  width: 80%;
}

/********************************
/********************************

m_gyoseishoshi(20.gyoseishoshi | 行政書士の紹介)

********************************/
@media only screen and (max-width: 1024px) {
  .gyosei .btn_li .white_li {
    width: 60%;
    margin: 0 auto 1rem;
  }
  .gyosei .btn_li .white_li li {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gyosei .btn_li .white_li li:last-child {
    margin-bottom: 0;
  }
  .gyosei .btn_li .white_li i {
    font-size: 40px;
    margin-right: 2rem;
  }
  .gyosei .btn_li .white_li .t {
    text-align: left;
  }
  .gyosei .btn_li .white_li .heightline-li {
    height: auto;
  }
}

/********************************

s_gyoseishoshi（20.gyoseishoshi | 行政書士の紹介)

********************************/
@media only screen and (max-width: 599px) {
  .gyosei .btn_li .white_li {
    width: 100%;
  }
  .gyosei .btn_li .white_li i {
    font-size: 1.5rem;
    margin-right: 1rem;
  }
  .gyosei .btn_li .white_li .i {
    width: 24px;
    margin-right: 1rem;
  }
  .gyosei .btn_li .white_li .heightline-li {
    height: auto !important;
  }
}

/********************************
/********************************
/********************************

A-BiSU組込み用

********************************/
[data-element-id] .tab_sm {
  display: block;
}

[data-element-id] footer .totop a {
  right: 0;
  bottom: 100px;
  left: 90%;
}

[data-element-id] #wrapper {
  padding-top: 0 !important;
}

[data-element-id] .global_m.fixed {
  position: relative;
}

[data-element-id] header {
position:relative;
}

[data-element-id].global_m .nav_wrap ul {
  flex-wrap: wrap;
}

[data-element-id].global_m li.parent ul {
    opacity: 1;
    visibility: visible;
    top: 0;
    right: 0;
    position: relative;
}

[data-element-id].qa .dl_wrap dl:nth-child(n+2) {
  display: none;
}

[data-element-id] footer .footer_nav li a {
  width: calc(100% - 2rem);
}

[data-element-id] footer .fixed_area .tel_btn .t, footer .fixed_area .tel_btn .t span {
    color: #2e9648;
    text-align: center;
    font-size: 14px;
}

[data-element-id] footer .fixed_area .tel_btn .i {
    width: 24px;
    margin-right: .5rem;
    margin-left: 0;
}

[data-element-id] footer .fixed_area .tel_btn {
  display: block;
  background: #fff;
}

[data-element-id].t-strength .text_area .h_wrap {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

[data-element-id].growup .gutop .pic.ofimg {
  position: relative;
}
