@charset "UTF-8";
* {
  box-sizing: border-box;
}
html {
  font-size: 100% !important;
}

body {
  background: #fff;
  line-height: 1.7;
  font-weight: 500;
}
body {
  width: 100%;
  height: 100vh;
  margin: 0;
  scroll-behavior: smooth;
  font-size: 16px;
  line-height: 1.8;
}

.hidden {
  display: none;
}

.carousel .slick-arrow {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 10vw;
  height: 10vw;
  max-width: 118px;
  max-height: 108px;
  margin-top: 0px;
  padding: 0;
  border: none;
  outline: none;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  opacity: 0.8;
}

.carousel .slick-arrow.slick-prev {
  background: url(/images/arrow_prev.png) no-repeat top center/contain;
  left: -40px;
}

.carousel .slick-arrow.slick-next {
  background: url(/images/arrow_next.png) no-repeat top center/contain;
  right: -40px;
}

.wf_lic {
  border-bottom: solid 1px #ccc;
}

.wf_blog_li_thumb {
  display: none !important;
}

.wf_lic .wf_blog_li_date:after {
  display: inline-block;
  color: #3f3636;
  border-radius: 5px;
  padding: 0;
  margin: 0 20px 0 35px;
  width: 140px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
vertical-align: top;
margin-top: -2px;
}
/*ブログ一覧のカテゴリ表示*/
.wf_lic_ALL .wf_blog_li_date:after {
  content: "ALL" !important;
  background-color: #41a467 !important;
}

.wf_lic_内部生 .wf_blog_li_date:after {
  content: "内部生";
  background-color: #d14660;
}
.wf_lic_外部生 .wf_blog_li_date:after {
  content: "外部生";
  background-color: #d14660;
}
.wf_lic_年少児 .wf_blog_li_date:after {
  content: "年少児";
  background-color: #fdd600;
}
.wf_lic_年長児 .wf_blog_li_date:after {
  content: "年長児";
  background-color: #2ea9ce;
}

.under .slick-slide img {
  display: block;
  margin: 0 auto;
}

.carousel > div {
  max-width: 1000px;
}

.wrap iframe {
  display: block;
}

.t04_wrap table {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.t04_wrap table th {
  background: #e9f5c4;
}

.t04_wrap table th,
.t04_wrap table td {
  width: 25%;
  border: 1px solid #ccc;
  padding: 8px;
}

.line_center {
  text-align: center;
}

.t01_wrap thead th {
  background: #60bfce;
  color: #fff;
}

a,
a:visited,
a:hover {
  color: #4b4841;
}

#content .inner,
#footer .inner,
.totop .inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.column {
  box-sizing: border-box;
}

form .wrap > .inner {
  border: none;
}

.youtube_btn .img_anchor::after {
  top: -40px !important;
}

.youtube_btn .img_anchor::before {
  display: none !important;
}

a {
  transition: 200ms;
}

a:hover,
a:hover img {
  opacity: 0.8;
}

/* content */
#content {
  margin-bottom: 0px;
  min-height: 500px;
}

#content .wrap p {
  margin-bottom: 1.2em;
}

th p,
td p {
  margin-bottom: 0 !important;
}

.wrap .inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* main */
.carousel {
  width: 100%;
  overflow: hidden;
}

.carousel > div {
  margin: 0 auto;
  padding-bottom: 40px;
}

.carousel .slick-list {
  overflow: visible;
}

.carousel .slick-slide {
  position: relative;
  outline: 0;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border: solid 2px #1d70ad;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background: #1d70ad;
}

.copyright {
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 20px;
  box-sizing: border-box;
}

/* table */
.menu_table {
  width: 100%;
  margin-bottom: 10px;
  border-top: 1px solid #e8e9e3;
}

.menu_table th,
.menu_table td {
  padding: 14px 14px;
  border-bottom: 1px solid #e8e9e3;
}

.menu_table th {
  text-align: left;
}

.menu_table td {
  text-align: right;
}

table.news {
  border-top: 1px solid #e8e9e3;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

table.news th,
table.news td {
  padding: 15px 10px 14px;
  border-bottom: 1px solid #e8e9e3;
}

table.news th {
  width: 20%;
  color: #b4c22e;
  padding: 15px 0 14px 20px;
}

table.info {
  border-top: 1px solid #e8e9e3;
}

table.info th,
table.info td {
  padding: 15px 5px 14px;
  border-bottom: 1px solid #e8e9e3;
  text-align: left;
}

table.info th {
  width: 20%;
}

/* item */
.item-list li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0 2% 2%;
  text-align: center;
}

.item-list li img {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 10px;
}

.item-list li span.item-price {
  padding-top: 6px;
  font-size: 14px;
  font-weight: bold;
  color: #b0bf24;
  display: block;
}

.under .wrap {
  max-width: 100vw;
  overflow: hidden;
}

.type_basic_fl img {
  width: 30%;
  margin-right: 2%;
  float: left;
}

.type_basic_fr img {
  width: 30%;
  margin-left: 2%;
  float: right;
}

.img-half .type_basic_fl img {
  width: 48%;
  margin-right: 2%;
}

.img-half .type_basic_fr img {
  width: 48%;
  margin-left: 2%;
}

.wrap img {
  max-width: 100%;
}

.img_list1 img {
  margin: 0 0 2%;
}

.img_list3 li {
  width: 32%;
  margin: 0 0 2% 2%;
  float: left;
  display: block;
}

.img_list3 li:first-child {
  margin-left: 0;
}

/*-------------------
 Responsive 
-------------------*/
.sp {
  display: none !important;
}

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

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

@media only screen and (max-width: 1010px) {
  #content .inner,
  #footer .inner,
  .totop .inner {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    float: none;
  }
  .map {
    padding-bottom: 45%;
  }
  /**/
}
@media only screen and (max-width: 1000px) {
  .carousel > div {
    width: 100%;
  }
  .carousel .slick-arrow.slick-next {
    right: 5px;
  }
  .carousel .slick-arrow.slick-prev {
    left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  img {
    max-width: 100%;
  }

  #content {
    width: 100%;
  }

  /* template */
  .type_basic_fl img,
  .type_basic_fr img,
  .img-half .type_basic_fl img,
  .img-half .type_basic_fr img,
  .img_list3 img,
  .img_list3 a {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}

/***********BLOG************/
/***********BLOG************/
.wf_blog_ul {
  max-width: 1000px;
  width: 100%;
  margin: 5px auto;
  display: block;
  box-sizing: border-box;
}

.wf_blog_ul .wf_blog_li_thumb,
.wf_blog_ul .wf_blog_li_thumb:hover {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

.wf_blog_ul .wf_blog_li_thumb img {
  width: 100%;
  min-width: 45px;
  max-width: 200px;
  min-height: 45px;
  max-height: 200px;
}

.wf_blog_ul li {
  display: block;
  padding: 0;
}

.wf_blog_ul li:after {
  content: "";
  clear: both;
  display: block;
}

.wf_blog_ul .wf_blog_li_date,
.wf_blog_ul .wf_blog_li_title {
  display: block;
  float: left;
  margin: 0px !important;
  padding: 15px 10px;
  box-sizing: border-box;
  max-width: 100%;
}
@media ( max-width : 768px ) {
  .wf_lic .wf_blog_li_date:after {
    width: 100px;
margin: -2px 0 0 25px;
  }
  .wf_blog_ul .wf_blog_li_date,
  .wf_blog_ul .wf_blog_li_title {
    float: none !important;
  }

  .wf_blog_ul .wf_blog_li_title {
    padding-left: 118px;
  }
}

.wf_bread_ul li {
  display: inline;
}

.wf_bread_ul {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0px auto;
  padding: 5px;
}

.wf_blog_li_date_time {
  display: none;
}

/* *******************************************************************************
******************************************************************************* */
.word_break {
  word-break: break-all;
}

a:focus,
*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
}

ul.list_dot {
  list-style: none;
}

ul.list_dot li {
  padding: 0 0 5px 22px;
  position: relative;
  word-wrap: break-word;
}

.list_dot li:before {
  background: #60bfce;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 7px;
  position: absolute;
  top: 10px;
  width: 8px;
}

.float_ul01 li {
  margin: 0 20px 0 0;
  float: left;
  width: 40%;
}

ul.ul_check li {
  padding: 5px 0px 5px 24px;
  position: relative;
}

ul.ul02 {
  list-style: none;
}

ul.ul02 li {
  padding: 0 0 5px 22px;
  position: relative;
}

ul.ul02.float_ul01 li {
  box-sizing: border-box;
  float: left;
  margin: 0 1% 0 0;
  padding: 0 0 5px 14px;
  position: relative;
  width: 32%;
}

ul.ul02 li a {
  font-weight: bold;
}

.ul02 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 9px;
  left: 3px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #60bfce;
}

.sitemap.ul02 {
  background: none;
  padding: 0;
}

.sitemap.ul02 li {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
}

ol li {
  list-style: decimal;
  margin-left: 1em;
}

ul.ul_check li:before {
  background: none repeat scroll 0 0 #6a91c4;
  border: 1px solid #0f7144;
  border-radius: 3px;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 17px;
  z-index: 0;
}

ul.ul_check li:after {
  position: absolute;
  top: 9px;
  left: 3px;
  content: "";
  width: 11px;
  height: 4px;
  border: transparent 4px solid;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  z-index: 10;
}

p.point_p {
  color: #cab52c;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  padding: 7px 5px 8px 14px;
  position: relative;
  text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff,
    -2px 2px 1px #fff;
  z-index: 1;
}

p.point_p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 9px solid #d7f0f9;
  border-radius: 50%;
  z-index: -1;
}

.number_p {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0 0 0 110px;
  text-indent: -110px;
}

.number {
  background: none repeat scroll 0 0 #cab52c;
  border-radius: 5px;
  box-shadow: 3px 3px 0 #ccc;
  color: #fff;
  font-size: 23px;
  margin: 0 10px 0 0;
  padding: 0 8px;
}

.arrow_box {
  position: relative;
  height: 40px;
  width: 100%;
}

.arrow_box:before {
  content: "";
  position: absolute;
  background: none;
  top: 10px;
  left: 0px;
  height: 0;
  border-top: dotted #e6ddb8 2px;
  width: 100%;
}

.arrow_box:after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  margin: 0 0 0 -30px;
  width: 0px;
  height: 0px;
  border: 30px solid transparent;
  border-top: 14px solid #faeaa9;
}

.merit01 {
  padding: 0px 6px 0px 6px;
  border-radius: 5px;
  background: #cdb827;
  font-size: 20px;
  color: #fff;
  margin: 0 0 8px;
  display: inline-block;
}

.merit02 {
  padding: 0px 6px 0px 6px;
  border-radius: 5px;
  margin: 0 0 8px;
  background: #6a91c4;
  font-size: 20px;
  color: #fff;
  display: inline-block;
}

.text_box {
  float: right;
  width: 62%;
}

.bg_box {
  background: #e9faff;
  padding: 2em;
  box-sizing: border-box;
}

.border_box {
  padding: 2em;
  border: 2px solid #ffee5f;
  box-sizing: border-box;
}

.text_01 {
  color: #cdb827;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6 !important;
  padding: 0;
  text-align: center;
}

.link_btn a {
  line-height: 1.4;
  display: block;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  color: #fff;
  width: 100%;
  margin: 2em auto 1em;
  font-size: 16px;
  max-width: 230px;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  background: #569dd2;
  padding: 15px 50px;
  border-radius: 30px;
}

.link_btn a::before {
  border-radius: 50%;
  background: #fff;
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -5px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 0;
}

.link_btn a::after {
  border-right: 5px solid #60bfce;
  border-bottom: 5px solid transparent;
  content: "";
  margin-top: -2px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  z-index: 1;
}

.link_btn a:hover {
  opacity: 0.6;
  color: #fff;
}

/*--------------------------------------
	table01
--------------------------------------*/
table.table01,
table .table01 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 0 0 15px;
}

.table01 th,
.table01 td {
  padding: 0.5em;
  text-align: left;
  vertical-align: middle;
}

.table01 thead th {
  text-align: center;
  font-weight: bold !important;
  background: #ffee5f;
}

.table01 tbody th {
  background: #e9faff;
  width: 30%;
  text-align: left !important;
}

.center .table01 td {
  text-align: center !important;
}

.table01 th,
.table01 td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.table01.price th {
  width: 75%;
}

table.table02 {
  border-collapse: collapse;
  background: none;
  width: 100%;
  margin: 0 auto 2em;
}

table.table02 th,
table.table02 td {
  border-bottom: solid 1px #d8cec1;
  text-align: left;
  box-sizing: border-box;
  line-height: 1.4;
  padding: 2% 1%;
}

table.table02 th {
  padding: 2% 1% 2%;
  width: 25%;
  font-weight: normal;
  border-bottom: solid 1px #75c8d5;
}

@media screen and (max-width: 767px) {
  .table01 th,
  .table01 td {
    padding: 0.5em;
  }
}
.t01_wrap tbody th {
  background: #eeeeee;
  text-align: center;
}

/* =====================================
===================================== */
.slick-dots {
  bottom: 0 !important;
}

.text-large {
  font-size: 20px;
}

.center {
  text-align: center;
  margin: auto;
  display: block;
}

#bread span:hover {
  text-decoration: underline;
}

.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

form .wrap {
  border-bottom: none;
}
.top form .wrap {
  border-bottom: none;
  padding: unset;
  min-height: unset;
}
.top #content {
  text-align: center;
}
.wf_form_parts_wrap.wf_radio_wrap {
  display: inline-block;
}

.wf_form_text {
  box-sizing: border-box;
}

.top_img .columns,
.top_img .column {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.mainimage {
  position: relative;
}

@media screen and (max-width: 1500px) {
  table.table02 th {
    padding: 2%;
  }
  .mainimage::after {
    width: 35%;
    left: 20%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .mainimage::after {
    width: 50%;
    top: 0;
    z-index: 1;
    right: 0;
    left: 0;
  }
  .top_img .columns,
  .top_img .column {
    display: inline-block;
  }
  .top_bn a img {
    display: block;
    margin: auto;
  }
  .link_btn a {
    font-size: 14px;
  }
  .youtube_btn {
    margin-bottom: 20px !important;
    display: block;
  }
  .youtube_btn img {
    width: 100%;
  }
  .columns {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .under .columns p,
  .under .columns ul {
    text-align: left;
  }
  #mailform .column {
    padding: 0px;
    text-align: left;
  }
  .submenu_ul {
    top: auto !important;
  }
  ul.ul02.float_ul01 li {
    box-sizing: border-box;
    float: none;
    margin: 0;
    padding: 0 0 5px 14px;
    position: relative;
    width: 100%;
  }
  .sec01 .link_btn a {
    margin: 2em auto 2em;
  }
  .sec05 .link_btn a {
    margin: 2em auto 2em;
  }
  #upper_footer h3.title {
    display: inline-block;
  }
  #upper_footer p {
    margin: 10px 10px 30px;
    text-align: left;
  }
  #upper_footer .footer_btn01 {
    font-size: 20px;
  }
  #upper_footer .footer_btn02 {
    font-size: 16px;
  }
}
.leadtext {
  font-size: 22px;
  font-weight: bold;
  color: #cc7d90;
  letter-spacing: 0.1em;
  text-align: center;
}

.t01_wrap.w17 tbody th {
  width: 17%;
}

@media (max-width: 480px) {
  .t01_wrap table {
    font-size: 100%;
  }
}
.t01_wrap.wtdr tbody th {
  width: 100%;
}

@media (max-width: 767px) {
  .wf_blog_ul .wf_blog_li_title {
    text-align: left;
  }
  .wf_blog_ul .wf_blog_li_date {
    padding-bottom: 10px;
  }
  .wf_blog_ul .wf_blog_li_title {
    padding-top: 0;
  }
  table.table02 th {
    width: 30%;
  }
  .t01_wrap.w17 tbody th {
    width: 25%;
  }
}
/* =====================================
=================追加分================ */


.fs10 {
  font-size: 10px;
  padding: 10%;
}

.fs11 {
  font-size: 11px;
  padding: 11%;
}

.fs12 {
  font-size: 12px;
  padding: 12%;
}

.fs13 {
  font-size: 13px;
  padding: 13%;
}

.fs14 {
  font-size: 14px;
  padding: 14%;
}

.fs15 {
  font-size: 15px;
  padding: 15%;
}

.fs16 {
  font-size: 16px;
  padding: 16%;
}

.fs17 {
  font-size: 17px;
  padding: 17%;
}

.fs18 {
  font-size: 18px;
  padding: 18%;
}

.fs19 {
  font-size: 19px;
  padding: 19%;
}

.fs20 {
  font-size: 20px;
  padding: 20%;
}

.fs21 {
  font-size: 21px;
  padding: 21%;
}

.fs22 {
  font-size: 22px;
  padding: 22%;
}

.fs23 {
  font-size: 23px;
  padding: 23%;
}

.fs24 {
  font-size: 24px;
  padding: 24%;
}

.fs25 {
  font-size: 25px;
  padding: 25%;
}

.fs26 {
  font-size: 26px;
  padding: 26%;
}

.fs27 {
  font-size: 27px;
  padding: 27%;
}

.fs28 {
  font-size: 28px;
  padding: 28%;
}

.fs29 {
  font-size: 29px;
  padding: 29%;
}

.fs30 {
  font-size: 30px;
  padding: 30%;
}

.fs31 {
  font-size: 31px;
  padding: 31%;
}

.fs32 {
  font-size: 32px;
  padding: 32%;
}

.fs33 {
  font-size: 33px;
  padding: 33%;
}

.fs34 {
  font-size: 34px;
  padding: 34%;
}

.fs35 {
  font-size: 35px;
  padding: 35%;
}

.fs36 {
  font-size: 36px;
  padding: 36%;
}

.fs37 {
  font-size: 37px;
  padding: 37%;
}

.fs38 {
  font-size: 38px;
  padding: 38%;
}

.fs39 {
  font-size: 39px;
  padding: 39%;
}

.fs40 {
  font-size: 40px;
  padding: 40%;
}

.mt1 {
  margin-top: 10px !important;
}

.mb1 {
  margin-bottom: 10px !important;
}

.sp_mt1 {
  margin-top: 0;
}

.sp_mb1 {
  margin-bottom: 0;
}

.mt2 {
  margin-top: 20px !important;
}

.mb2 {
  margin-bottom: 20px !important;
}

.sp_mt2 {
  margin-top: 0;
}

.sp_mb2 {
  margin-bottom: 0;
}

.mt3 {
  margin-top: 30px !important;
}

.mb3 {
  margin-bottom: 30px !important;
}

.sp_mt3 {
  margin-top: 0;
}

.sp_mb3 {
  margin-bottom: 0;
}

.mt4 {
  margin-top: 40px !important;
}

.mb4 {
  margin-bottom: 40px !important;
}

.sp_mt4 {
  margin-top: 0;
}

.sp_mb4 {
  margin-bottom: 0;
}

.mt5 {
  margin-top: 50px !important;
}

.mb5 {
  margin-bottom: 50px !important;
}

.sp_mt5 {
  margin-top: 0;
}

.sp_mb5 {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .sp_mt1 {
    margin-top: 10px !important;
  }
  .sp_mb1 {
    margin-bottom: 10px !important;
  }
  .sp_mt2 {
    margin-top: 20px !important;
  }
  .sp_mb2 {
    margin-bottom: 20px !important;
  }
  .sp_mt3 {
    margin-top: 30px !important;
  }
  .sp_mb3 {
    margin-bottom: 30px !important;
  }
  .sp_mt4 {
    margin-top: 40px !important;
  }
  .sp_mb4 {
    margin-bottom: 40px !important;
  }
  .sp_mt5 {
    margin-top: 50px !important;
  }
  .sp_mb5 {
    margin-bottom: 50px !important;
  }
}
.d-flex {
  display: flex;
}

.reverse {
  flex-direction: row-reverse;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

/*トップと下層で表示を変更*/
.top .top_only {
  display: block !important;
}
.top .under_only {
  display: none !important;
}

.under .top_only {
  display: none !important;
}
.under .under_only {
  display: block !important;
}

/*sp,tab,pcの表示切替*/
@media (max-width: 767px) {
  .tablet-only {
    display: none !important;
  }
}
@media (min-width: 1001px) {
  .tablet-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .tablet-hide {
    display: none !important;
  }
}
/*テーブルの各要素幅をautoに設定（tbodyの上の階層に.autowidを追記）*/
.autowid tbody th {
  width: auto !important;
}

/*テーブルが800px以下の時にスクロールバーを表示（画面外にはみ出そうなtableの上の階層に.autoscrollを追記）*/
.responsive-scroll {
  overflow: auto;
}
.responsive-scroll table {
  min-width: 800px;
}

/*.justsizeimgのクラスを付けたコードの下にある写真を、実際の画像サイズで表示、中央に寄せる*/
.justsizeimg img {
  width: auto !important;
  display: block;
  margin: auto;
}

/*スマホ表示時のみ電話番号リンクをアクティブ*/
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  border-color: #1d70ad !important;
  background-color: #1d70ad !important;
}

/*ヘッダー固定時のアンカーリンク調整*/
@media (max-width: 768px) {
  .under #a02,
  .under #a03,
  .under #a04,
  .under #a05,
  .under #a06,
  .under #a07,
  .under #a08,
  .under #a09,
  .under #a10,
  .under #a11,
  .under #a12,
  .under #a13,
  .under #a14,
  .under #a15,
  .under #a16,
  .under #a17,
  .under #a18,
  .under #a19,
  .under #a20,
  .under #a21,
  .under #a22,
  .under #a23,
  .under #a24,
  .under #a25 {
    margin-top: -90px;
    padding-top: 90px;
  }
}
.text-center {
  text-align: center;
}

.pc-text-center {
  text-align: center;
}
@media (max-width: 768px) {
  .pc-text-center {
    text-align: left;
  }
}

.color_pri {
  color: #1d70ad;
}

/*slide幅*/
.carousel > div {
  max-width: 100%;
}

.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}

.accordion-area li {
  margin: 10px 0;
}

/*.accordion-area section {
  border: 1px solid #ccc;
  }*/
/*アコーディオンタイトル*/
.accordion-area .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 1% 3% 1% 50px;
  transition: all 0.5s ease;
  border-bottom: none;
}

/*アイコンの＋と×*/
.accordion-area .title::before,
.accordion-area .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #1d70ad;
  transition: all 0.5s ease;
}

.accordion-area .title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}

.accordion-area .title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
  margin: 0;
}

/*　closeというクラスがついたら形状変化　*/
.accordion-area .title.close::before {
  transform: rotate(45deg);
}

.accordion-area .title.close::after {
  transform: rotate(135deg);
}

/*アコーディオンで現れるエリア*/
.accordion-area .box02 {
  display: block;
  /*管理画面は表示*/
  /*background: #f3f3f3;*/
  border-left: 2px solid #4b4841;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

.accordion-area .box {
  display: none;
  /*はじめは非表示*/
  /*background: #f3f3f3;*/
  border-left: 2px solid #1d70ad;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

body.page_edit .accordion-area .box {
  display: block;
}

/*ボタンデザイン*/
.btn_wrap a {
  display: block;
  width: calc(100% - 20px);
  max-width: 320px;
  margin: 0 auto 30px;
  padding: 10px;
  border-radius: 50px;
  background-color: #1d70ad;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
}
.btn_wrap a:before {
  content: none;
}
.btn_wrap a:after {
  content: none;
}

/*pagetopボタン*/
.pagetop {
  background: url(/images/pagetop.png);
  background-size: cover;
  width: 94px;
  height: 94px;
  z-index: 10;
  position: fixed;
  right: 5px;
  bottom: 5px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .pagetop {
    width: 60px;
    height: 60px;
  }
}
.pagetop:before {
  display: none;
}
.pagetop:hover {
  text-decoration: none;
}

/*リストのドットの背景色*/
.list_dot li:before {
  background: #1d70ad;
}

/*ブログ一覧のカテゴリ表示*/
/*各タイトルパーツ調整*/
/*タイトルパーツデザイン*/
.h2_title_wrap,
.blog_body .h3_title_wrap {
}

.originh2,
.under h3 {
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 24px;
  text-align: left;
  color: #1d70ad;
}

@media (max-width: 768px) {
  .originh2,
  .under h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
}

.under h4 {
  font-size: 22px;
  margin-top: 20px;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.05em;
  display: inline-block;
  border-bottom: solid 2px #1d70ad;
}

@media (max-width: 768px) {
  .under h4 {
    font-size: 20px;
  }
}

.under h5 {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  position: relative;
}

@media (max-width: 768px) {
  .under h5 {
    font-size: 18px;
  }
}

.originh5 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .originh5 {
    font-size: 18px;
  }
}

/*topのタイトルパーツに継承*/
/*下層ページのタイトルパーツに継承*/
/*ブログ一覧ページタイトルパーツにも継承*/
/*ブログのタイトルも下層ページと同じデザインに変更*/
.blog_body .h3_title_wrap h3 {
  margin: 0;
}
.blog_body .h3_title_wrap h3:before,
.blog_body .h3_title_wrap h3.after {
  content: none;
}

ul.ul02 {
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
}
ul.ul02 li:before {
  border-left: 8px solid #1d70ad;
}

.under .wrap:last-child {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .under .wrap:last-child {
    margin-bottom: 50px;
  }
}

.textstrong {
  font-weight: bold;
}

#content {
  overflow: hidden;
}

.under .column {
  margin-bottom: 1em;
}

.ul02 .column {
  margin-bottom: 0em;
}

table {
  font-size: 100% !important;
}

.under li.column {
  margin-bottom: 0;
}

@media (min-width: 961px) {
  .sp2 {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .pc2 {
    display: none !important;
  }
}
@media screen and (min-width: 1201px) {
  /*--デバイスサイズ 1021px以上に適用--*/
  .pc-none {
    display: none !important;
  } /* PC時非表示 */
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    cursor: default;
    color: #333;
  } /* PC時、aタグの中のtel:を非表示 */
  /**/
}
@media (max-width: 1200px) {
  /*--デバイスサイズ 1020px以下に適用--*/
  .sp-none {
    display: none !important;
  } /* スマホ時非表示 */
}

@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700;800;900&display=swap");

body {
  font-family: "游ゴシック Light", "Yu Gothic Light", "游ゴシック体", YuGothic,
    "游ゴシック", "Yu Gothic", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.8;
}
#page img {
  border-radius: 10px !important;
}

.tukushi {
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

/*=== レイアウト ==============================================*/
#wrapper {
}
/*.header-in{max-width:calc(100% - 20px);}*/

#main,
#page-text,
.page-text,
.copy p {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#page-text,
.page-text {
  width: calc(100% - 20px);
}
#footer {
  width: 100%;
  margin: 0 auto;
}

/* 固定ページ記事部分 */
#page {
  text-align: left;
}

@media (max-width: 999px) {
  #wrapper,
  #main #right,
  #main #left {
    width: auto;
    min-width: auto;
  }
  #main {
    display: block;
  }
  #page-text,
  .page-text {
    width: calc(100% - 20px);
  }
  /**/
}

/*- ページ上部に戻る -----------------------------------------------------*/
.page_btn {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: none; /* 今は使ってないので非表示に */
}

#pagetop {
  cursor: pointer;
  text-align: center;
  z-index: 9;
  line-height: 1.5;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: 0;
  z-index: 90;
}
#pagetop:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#pagetop p {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 80px;
  color: #fff;
  background-color: #ff9900;
  border: solid 3px #aaa;
}
#pagetop p span {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 24px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}

@media (max-width: 999px) {
  .page_btn {
    position: fixed;
    bottom: 0px;
  }
  #pagetop {
    margin-right: 10px;
  }
}

/*-- モバイルアンカー ----------------*/
#overlay-box {
  display: none;
  z-index: 1000;
}

@media screen and (max-width: 999px) {
  #overlay-box {
    position: fixed;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    font-family: "fot-tsukuardgothic-std", sans-serif;
  }
  #overlay-ad {
    z-index: 1000;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
  }
  #overlay-ad a {
    display: block;
  }
  #overlay-ad a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
  }

  #overlay-box input {
    display: none;
  }
  #overlay-box input:checked ~ #overlay-ad {
    display: none;
  }

  #overlay-box label {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 3px 6px;
    font-weight: bold;
    font-size: 20px;
    border: solid 1px #ccc;
    color: #ccc;
    background-color: #fff;
    cursor: pointer;
    z-index: 1001;
  }
  #overlay-box label:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
  }

  #overlay-box input:checked + label {
    display: none;
  }

  #overlay-box ul {
    font-size: 0;
    margin: 0;
    padding: 0;
  }
  #overlay-box li {
    font-size: 16px;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: calc(100% / 3);
  }
  #overlay-box li a {
    color: #333;
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
    border: solid 2px #ccc;
    border-left: none;
  }
  #overlay-box li:last-child a {
    border-right: none;
  }
  #overlay-box li img {
    display: block;
    margin: 0 auto;
    height: 30px;
    margin-bottom: 10px;
    fill: #333;
  }
}

/*=== ヘッダー・フッター ==============================================*/

/*- header部分 -----------------------------------------------------*/
#header {
  position: relative;
  height: 170px;
  width: 100%;
  margin: 0 auto;
  background-color: #1d70ad;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
}

@media (max-width: 768px) {
  #header {
    height: 100px;
  }
}

#header .logo {
  position: absolute;
  top: 18px;
  left: 20px;
}

#header .navi1 {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}
#header .navi1 li {
  display: inline-block;
  font-size: 18px;
  padding: 40px 0 0;
  padding-left: 1em;
  padding-right: 1em;
  vertical-align: top;
}
#header .navi1 a {
  text-decoration: none;
  color: #fff;
  border-bottom: solid 2px #1d70ad;
  padding: 0 0.5em 0.5em;
}
#header .navi1 a:hover {
  border-bottom-color: #fff;
}
#header .navi1 a:before {
  content: "・";
}
/*
#header .navi1 li:last-child a:before{content:"";}
#header .navi1 li:last-child{padding:0;}
#header .navi1 li:last-child a{display:block;width:200px;height:170px;background-color:#fff;color:#1d70ad;font-size:22px;line-height:1.2;padding-top:40px;border:none;border-bottom:solid 1px #1d70ad;}
#header .navi1 li:last-child a:hover{color:#fff;background-color:rgb(29,112,173,0.7);}
*/
/*- navi部分 -----------------------------------------------------*/
#navi {
  width: 100%;
  z-index: 8;
  position: absolute;
  bottom: 0px;
  left: auto;
  right: auto;
}

.spmenu_btn {
  display: none;
}
/* #navi .spmenu ul{padding:5px;margin:5px;font-size:0;position:absolute;bottom:8px;right:210px;} */
#navi .spmenu ul {
  padding: 5px;
  margin: 5px;
  font-size: 0;
  position: absolute;
  bottom: 8px;
  right: 0px;
}

#navi .spmenu li {
  font-size: 18px;
  display: inline-block;
  margin-left: 2.5em;
  margin-right: 0.3em;
}
#navi .spmenu li a {
  display: block;
  margin: 0;
  padding: 0.25em 0.1em; /*min-width:5em;*/
  text-decoration: none;
  color: #fff;
  border-bottom: solid 2px #1d70ad;
  font-weight: bold;
}

#navi .spmenu li.current a {
  color: #fff;
}
#navi .spmenu li a:hover,
#navi .spmenu li.current a:hover,
#navi .spmenu li a:active,
#navi .spmenu li.current a:active {
  border-bottom-color: #fff;
}

#header .logo img {
  width: 385px;
}

@media (max-width: 1649px) {
  #navi .spmenu li {
    padding-left: 0.3em;
    padding-right: 0.3em;
    transition: 0.5s;
  }
}

@media (max-width: 1349px) {
  #navi .spmenu li {
    padding-left: 0.1em;
    padding-right: 0.1em;
    transition: 0.5s;
  }
  #header .logo img {
    width: 260px;
  }
}

@media (max-width: 949px) {
  #header .navi1 {
    display: none;
  }
  #header .logo img {
    width: 200px;
  }

  #navi {
    position: relative;
    top: 0;
    left: 0;
  }
  #nav ul li {
    display: block;
  }

  /* 全画面用のボタン装飾全取り消し */
  #navi .spmenu ul {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  #navi .spmenu li a {
    padding: 0;
    border-right: solid 1px none;
  }
  #navi .spmenu ul li:nth-child(1) a {
    border-left: none;
  }

  #navi .spmenu li:nth-last-child(1),
  #navi .spmenu li:nth-last-child(2),
  #navi .spmenu li:nth-last-child(3) {
    display: inline-block;
  }

  /* スマホ用開閉ボタン */
  .spmenu_btn {
    display: block;
    cursor: pointer;
    position: fixed;
    top: 25px;
    right: 25px;
    font-weight: bold;
    width: 50px;
    height: 40px;
    transition: 0.5s;
    z-index: 101; /*background-color:#808080;border:solid 5px #808080;*/
    text-align: center;
  }
  .spmenu_btn.open {
    transition: 0.5s;
    z-index: 101;
  }

  .spmenu_btn span:after {
    content: "MENU";
    color: #fff;
    font-size: 12px;
    position: relative;
    left: 0;
    bottom: -15px; /*background-color:#808080;border:solid 6px #808080;border-right-width:7px;*/
  }

  .spmenu_btn:before,
  .spmenu_btn:after,
  .spmenu_btn span {
    display: block;
    content: " ";
    width: 100%;
    height: 5px;
    background-color: #fff;
    transition: 0.5s;
  }
  .spmenu_btn:before {
    position: absolute;
    top: 0;
  }
  .spmenu_btn span {
    position: absolute;
    top: calc(50% - 2px);
  }
  .spmenu_btn:after {
    position: absolute;
    bottom: 0;
  }

  .spmenu_btn.open:before {
    position: absolute;
    top: calc(50% - 2px);
    transform: rotate(45deg);
    transition: 0.5s;
  }
  .spmenu_btn.open span {
    transition: 0.5s;
    background-color: transparent;
  }
  .spmenu_btn.open:after {
    position: absolute;
    top: calc(50% - 2px);
    transform: rotate(-45deg);
    transition: 0.5s;
  }

  /* スマホ画面用装飾・開閉挙動 */
  #navi {
    display: none;
    position: fixed;
    top: 100px;
    z-index: 100;
  }
  #navi .spmenu {
    width: 100%;
    background-color: rgb(29, 112, 173, 0.9);
  }

  #navi .spmenu li {
    display: block;
    margin: 0;
    width: 100%;
  }
  #navi .spmenu ul li a {
    display: block;
    position: relative;
    margin: 0;
    padding: 10px 5px;
    width: auto;
    color: #fff;
    border-bottom: solid 1px #ccc;
text-align: center;
  }

  #navi .spmenu li.current a,
  #navi .spmenu li a:hover,
  #navi .spmenu li.current a:hover {
  }

  /**/
}

/*- パンくずリスト -----------------------------------------------------*/
.breadcrumb {
  width: 100%;
  max-width: 1390px;
  padding: 0 10px;
  margin: 80px auto 120px;
  text-align: left;
  color: #808184;
}
.breadcrumb a {
  text-decoration: none;
  color: #000;
}
.breadcrumb a:last-child {
  color: #808184;
}

/*- footer部分 -----------------------------------------------------*/
#footer {
  background-color: #eeeeee;
  font-size: 120%;
  font-weight: bold;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
#footer-in {
  max-width: 1030px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 30px;
}

.foot-add {
  text-align: left;
  background-image: url(/images/footer-icon.svg);
  background-repeat: no-repeat;
  background-position: left 60px top;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
/*.foot-add div{margin-left:370px;margin-bottom:50px;font-weight:400;}*/
.foot-add div {
  margin-left: 370px;
  margin-bottom: 50px;
  font-weight: 400;
  height: 160px;
}

.foot-add h2 {
  color: #1d70ad;
  font-size: 28px;
  padding: 0;
}
.foot-add span {
  font-size: 29px;
  font-weight: bold;
}
.foot-add span:before {
  content: "　";
  display: inline-block;
  width: 30px;
  background-image: url(/images/phone-alt-solid.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(15deg);
  background-size: 25px;
}

.foot-link {
  text-align: left;
  background-color: #fff;
  height: 150px;
  max-width: 930px;
  margin: 70px auto 100px;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  padding-left: 380px;
  background-image: url(/images/footer-link.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
.foot-link h2 {
  padding: 15px 20px 20px;
}
.foot-link p {
  font-size: 22px;
  padding: 0 30px 20px;
  font-weight: 400;
  line-height: 1.2;
}

.copyright {
  position: relative;
  font-size: 13px;
  max-width: 930px;
  margin: 16px auto;
  text-align: center;
  font-weight: normal;
  padding-bottom: 48px;
}
.copyright a {
  color: #000;
  text-decoration: none;
}

@media (max-width: 999px) {
  #footer {
    padding-bottom: 50px;
  }
  #footer-in {
    max-width: calc(100% - 20px);
  }
  .foot-add {
    background-position: center top;
    background-size: auto 200px;
    padding-top: 220px;
  }
  .foot-add div {
    margin-left: 0;
    margin-bottom: 0;
    height: auto;
    text-align: center;
  }
  .foot-add h2 {
    padding-top: 20px;
  }

  .foot-link {
    height: auto;
    padding-left: 0;
    padding-top: 160px;
    background-size: auto 150px;
    background-position: top center;
  }
}

/*- フェードイン部分 -----------------------------------------------------*/

.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/*=== ページ内見出し ==============================================*/
.top h2,
.blog_body .h3_title_wrap h3,
.under h2 {
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  margin: 0;
}
.blog_body .h3_title_wrap h3,
.under h2 {
  margin-bottom: 1em;
}

#page h2.mini {
  font-size: 28px;
}
#page h2.mini u {
  text-decoration: none;
  border-bottom: solid 2px #000;
}

.top h2 + div.center,
#page h2 span {
  display: block;
  color: #1d70ad;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0em;
  margin: 12px auto 50px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media (max-width: 860px) {
  .top h2,
  .blog_body .h3_title_wrap h3,
  .under h2 {
    font-size: 26px;
    max-width: calc(100% - 20px);
margin: 0 auto;
  }
}
#page h2.mini span {
  font-size: 20px;
}

h2 small {
  font-family: "游ゴシック Light", "Yu Gothic Light", "游ゴシック体", YuGothic,
    "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

h3 {
  text-align: center;
  font-size: 36px;
  margin: 50px auto;
}

a.btn {
  display: block;
  width: calc(100% - 20px);
  max-width: 320px;
  margin: 0 auto 30px;
  padding: 10px;
  border-radius: 50px;
  background-color: #1d70ad;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
}
a.btn:hover {
  color: #fff;
  background-color: rgb(29, 112, 173, 0.8);
}

.b700 {
  font-weight: 700 !important;
}

/*=== インデックス ==============================================*/

/* インデックスバナー */
/*.index-bana{text-align:center;background-image:url(/images/index-bana.jpg);background-size:cover;}*/

#slide {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 800px;
}

#slide .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  animation: bgAnime 28s infinite;
}

/* 背景の画像を指定 */
#slide .src1 {
  background-image: url(/images/banner06.jpg);
  animation-delay: 0s;
}
#slide .src2 {
  background-image: url(/images/banner02.jpg);
  animation-delay: 7s;
}
#slide .src3 {
  background-image: url(/images/banner03.jpg);
  animation-delay: 14s;
}
#slide .src4 {
  background-image: url(/images/banner04.jpg);
  animation-delay: 21s;
}

#slide div {
  background-position: bottom center;
  background-size: auto 800px;
  background-repeat: no-repeat;
}

@keyframes bgAnime {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media (max-width: 860px) {
  #slide {
    height: 300px;
  }
  #slide div {
    background-size: auto 300px;
  }
}

/* お子様の魅力 */
.purpose {
  padding-top: 140px !important;
  padding-bottom: 120px !important;
}
.purpose {
  font-size: 16px;
  line-height: 2.5;
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media (max-width: 860px) {
  .purpose {
    padding-top: 100px !important;
  }
}

/* お子様の写真スライド */
.slider-box {
  display: flex;
  align-items: center;
  height: 250px;
  overflow: hidden;
}
.slider {
  display: flex;
  animation-name: loop-slide; /* アニメーション名 */
  animation-duration: 50s; /* 開始から終了までの所要時間 */
  animation-iteration-count: infinite; /* アニメーションのループ回数 */
  animation-timing-function: linear; /* 動きの加減速 */
  animation-delay: 1s; /* アニメーションが開始するまでの遅延時間 */
  animation-fill-mode: both; /* アニメーション開始前・終了後の挙動 */
}

.slider li {
  width: 260px;
  height: 250px;
  padding: 0 5px;
  position: relative;
}
.slider li img {
  position: absolute;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* 合格実績 */
.pass {
  background-image: url(/images/index-pass-back.png);
  background-size: cover;
  margin-top: 120px;
}
.pass-text {
  position: relative;
  background-color: #fff;
  border-radius: 40px;
  width: calc(100% - 100px);
  max-width: 1240px;
  margin: 250px auto;
  padding: 50px;
}
.pass-text .text {
  font-size: 16px;
  padding-top: 60px;
}
.pass h2 {
  position: absolute;
  top: -32px;
  right: 0;
  left: 0;
margin: auto;
}

.pass ul {
  margin: 120px 50px 70px;
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
}
.pass li {
  position: relative;
  border-bottom: solid 1px #f391a3;
  margin-bottom: 50px;
  padding: 5px 0;
  padding-left: 45px;
  text-align: left;
  color: #1d70ad;
  font-size: 29px;
  font-weight: bold;
  letter-spacing: 2px;
  flex-basis: calc(50% - 45px);
}
.pass li:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  content: "　";
  width: 40px;
  background-image: url(/images/index-sakura.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.pass li:nth-child(odd) {
}
.pass li:nth-child(even) {
  margin-left: 90px;
}

.pass li:nth-last-child(2) {
  flex-basis: 720px;
}
.pass li:nth-last-child(1) {
  margin-left: 50px;
  flex-basis: calc(100% - 770px);
}

.pass .btn {
  font-weight: bold;
}

@media (max-width: 949px) {
  .pass-text {
    width: calc(100% - 20px);
    margin: 100px auto 150px;
    padding: 50px 30px;
  }
  .pass-text .text {
    padding-top: 0;
    margin-top: -10px;
  }
  .pass h2 {
    position: absolute;
    top: -26px;
  }
  .pass ul {
    display: block;
    margin: 50px 0px 70px;
  }
  .pass li {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .pass li:nth-child(odd),
  .pass li:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }
}

/* 才能育英会の特色 */
.tokusyoku {
  margin: 0 auto;
}
.tokusyoku .text {
  font-size: 16px;
  margin: 40px auto;
}

.tokutyou {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  height: 495px;
  background-image: url(/images/tokutyou-01.jpg);
  background-position: calc(50% - 800px) center;
}
.reverse {
  flex-direction: row-reverse;
  background-image: url(/images/tokutyou-02.jpg);
  background-position: calc(50% + 785px) center;
}

.tokutyou img {
  align-self: flex-start;
}
.tokutyou > div {
  flex-basis: calc(100% / 2);
}
.tokutyou > div:nth-child(2) {
  margin-left: -50px;
}
.tokutyou h3 {
  text-align: left;
  font-size: 28px;
  color: #1d70ad;
  margin: 0.5em auto;
}
.tokutyou h3 img {
  margin-bottom: 10px;
}
.tokutyou div .text,
.tokutyou .more {
  max-width: 420px;
  font-size: 16px;
  margin-left: 0;
  margin-right: auto;
}

.reverse > div:nth-child(2) {
  margin-right: -40px;
}
.reverse h3 {
  max-width: 460px;
  margin-left: auto;
  margin-right: 0;
  margin-top: -30px;
}
.reverse div .text,
.tokutyou .more,
.tokutyou-logo {
  max-width: 460px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.tokutyou a {
  display: block;
  width: 260px;
  margin: 20px 0 10px auto;
  text-align: right;
}

.tokutyou > div:nth-child(2) {
  padding-left: 40px;
}
.reverse > div:nth-child(2) {
  padding-right: 40px;
}

.tokutyou-logo > span:nth-child(1) img {
  height: 50px;
}
.tokutyou-logo > span:nth-child(2) img {
  height: 25px;
  margin-top: 3px;
}
.tokutyou-logo {
  display: flex;
  align-items: center;
  gap: 5px;
}
.tokusyoku {
  padding-top: 130px;
}
.tokusyoku-8 {
  display: flex;
  flex-wrap: wrap;
}
.tokusyoku-8 img {
  align-self: flex-start;
}
.tokusyoku-8 div {
  flex-basis: calc(100% / 4);
}
.tokusyoku-8 div h4 {
  background-color: #e7e6e6;
  text-align: center;
  line-height: 50px;
}
.tokusyoku-8 div:last-child h4 {
  line-height: 1.2;
  padding: 6px 0;
}
.tokusyoku-8 div * {
  margin: 5px 10px;
}
.tokusyoku-8 div p {
  line-height: 1.4;
  padding: 10px;
  height: calc(1.4em * 5);
}
.tokusyoku-8 div img {
  display: block;
  width: calc(100% - 20px);
  margin: 0 auto 10px;
}

/*.tokusyoku .sp-none{display:block;height:14px;}　特徴2の上を14pxにしてほしいとあったので足したもの。やっぱり戻してほしいと言われたのでコメントアウト*/

@media (max-width: 949px) {
  .tokutyou {
    display: block;
    height: auto;
    background-position: top right;
    background-size: auto 400px;
    padding-top: 420px;
  }
  .reverse {
    background-position: top left;
  }
  .tokutyou > div:nth-child(2) {
    margin-left: 0;
    padding-left: 0;
    margin: 0 10px;
  }
  .reverse > div:nth-child(2) {
    margin-right: 0;
    padding-right: 0;
    margin: 0 10px;
  }

  .tokusyoku-8 {
    display: block;
  }
  .tokusyoku-8 div p {
    height: auto;
  }
  .tokusyoku-8 div img {
    margin-bottom: 30px;
  }
}

/* クラス紹介 */
.classroom {
  position: relative;
  background-image: url(/images/classroom-back.jpg);
  background-size: cover;
}
.classroom:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.classroom * {
  color: #fff;
  position: relative;
  z-index: 1;
}

.classroom h2 + div.center {
  color: rgb(29, 112, 171, 0.5);
}
.classroom .text {
  width: calc(100% - 100px);
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto;
}
.class-text {
  padding-top: 60px;
  padding-bottom: 60px;
}

.class-s {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 20px);
  max-width: 1060px;
  margin: 0 auto;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.class-s div {
  flex-basis: calc(100% / 3);
}

.class-s h3 {
  position: relative;
  font-size: 28px;
  font-weight: bold;
}
.class-s h3:before {
  content: "　";
  position: absolute;
  bottom: -0.8em;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-bottom: solid 2px #fff;
  width: 4em;
}
.class-s h3 a {
  text-decoration: none;
}

.class-s div .text {
  max-width: 16em;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.classroom a {
  max-width: 380px;
  font-weight: bold;
}

@media (max-width: 949px) {
  .class-s {
    display: block;
  }
  .classroom .text {
    width: calc(100% - 20px);
  }
}

/* よくある質問 */
.faq h2 + div.center {
  padding-bottom: 50px;
}
.faq ul {
  width: calc(100% - 20px);
  max-width: 880px;
  margin: 0 auto 30px;
  font-size: 16px;
}
.faq ul li {
  font-weight: bold;
  text-align: left;
}

.faq ul label {
  display: block;
  padding: 18px 70px 18px 50px;
  position: relative;
  background-color: #eeeeee;
  border-radius: 10px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
}
.faq ul label:after {
  position: absolute;
  right: 60px;
  text-align: center;
  content: "";
  top: 0;
    bottom: 0;
    margin: auto;
  background: url(/images/arrow.png) no-repeat center center /contain;
  width: 14px;
  height: 8px;
}

.faq input {
  display: none;
}

.faq li:last-child {
  height: 0px;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
  padding: 0 40px;
  font-weight: 400;
}
body.page_edit .faq li:last-child  {
  visibility: visible;
  opacity:1;
  height: auto;
}
.faq input:checked + ul > li:last-child {
  height: auto;
  opacity: 1;
  visibility: visible;
  border: solid 1px #eee;
  border-radius: 10px;
  padding: 18px 50px;
}
.faq input:checked + ul > li label:after {
  transform: rotate(180deg);
}

.faq a {
  max-width: 350px;
}

@media (max-width: 949px) {
  .faq ul label {
    line-height: 1.4;
  }
  .faq ul label:after {
    position: absolute;
    right: 15px;
    top: 1.2em;
  }
}

/* 新着情報 */
.news {
  background-color: #f0f9fd;
}

.news ul {
  width: calc(100% - 20px);
  max-width: 1040px;
  margin: 0 auto;
  text-align: left;
  padding: 20px 10px;
  font-size: 16px;
}

@media (max-width: 949px) {
  .news li {
    position: relative;
  }
}
/* インスタグラム */
.insta {
  max-width: 1550px;
  margin: 0 auto;
}
.insta .btn {
  font-weight: bold;
}

/* お問い合わせ */
.contact {
  background-color: #f0f9fd;
}
.contact p {
  width: calc(100% - 20px);
  margin: 0 auto;
  font-size: 16px;
}
.contact a {
  max-width: 350px;
  font-size: 16px;
  font-weight: bold;
}

/*=== 固定ページ共通 ==============================================*/

/*- ページ内リンク -----------------------------------------------------*/
.page-link {
  text-align: center;
  font-size: 14px;
  margin: 0 auto 40px;
}
.page-link li {
  display: inline-block;
  border-right: solid 1px #000;
}
.page-link li:last-child {
  border: none;
}
.page-link a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
  padding: 5px 20px;
}

.page-link a:hover {
  color: #1d70ad;
}
.page-link a:hover:after {
  position: absolute;
  left: -5px;
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
}

@media (max-width: 949px) {
  /*.page-link li{border:none;}*/
  .page-link {
    display: flex;
    flex-wrap: wrap;
    max-width: calc(100% - 20px);
    margin: 0 auto 10px;
  }
  .page-link li {
    width: calc(100% / 2 - 2px);
    margin-bottom: 10px;
  }
  .page-link li:last-child {
    border-right: solid 1px #000;
  }
  .page-link li:nth-child(odd) {
    border-left: solid 1px #000;
  }

  .link3 li {
    width: calc(100% / 3 - 3px);
  }
  .link3 li:last-child {
    border-left: none;
  }
}

/*- 固定ページ：記事部分 -----------------------------------------------------*/
#page .over {
  background-color: #f3f8fb;
  padding: 0 0 20px;
}

/*=== 固定ページ個別 ==============================================*/
/* メッセージ */
#mess {
  text-align: center;
  margin: 0 auto;
  max-width: 650px;
}
#mess img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 949px) {
  #mess {
    text-align: left;
  }
}

/* アクセス */
.about-class {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.about-class img {
  align-self: flex-start;
}
.about-class div {
  flex-basis: calc(100% / 2);
  padding: 10px;
}

.about-class div p:nth-child(1) {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  padding: 10px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.about-class .gmap {
  min-height: 360px;
  margin: 10px auto;
}

@media (max-width: 999px) {
  .about-class {
    display: block;
    margin: 0 auto;
  }
  .about-class div {
    padding: 10px 0;
  }
}

/* シンボルマークについて */
.symbol {
  background-color: #fff;
  padding: 30px;
}
.symbol h3 {
  font-size: 20px;
  letter-spacing: 0.2em;
  margin: 10px 0;
}
.symbol p {
  text-align: center;
}
.symbol div {
  font-size: 18px;
}

.symbol ul {
  max-width: 550px;
  margin: 0 auto;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.symbol li span {
  font-weight: bold;
  color: #1d70ad;
}
.symbol li span:before {
  content: "● ";
  font-size: 14px;
}

@media (max-width: 999px) {
  .symbol ul {
    background-position: center top;
    padding-left: 0;
  }
}

/* 特色、クラス紹介：見出し全体 */
#page-tokusyoku h3 {
  font-size: 24px;
  text-align: left;
  color: #1d70ad;
  margin: 1em 0;
}
#page-tokusyoku img,
#page-class img {
  border-radius: 0;
}

#page-class h2 {
  font-size: 38px;
}
#page-class h2 span {
  font-size: 19px;
}
#page-class .tokusyoku-m h3 {
  font-size: 20px;
  text-align: left;
  color: #1d70ad;
  margin: 1em 0;
}
#page-class h4.lesson {
  font-size: 20px;
  text-align: left;
  color: #1d70ad;
  margin: 1em 0;
}
#page-class p {
  font-size: 15px !important;
}

#nentyu {
  border-top: solid 1px #99abbb;
  border-bottom: solid 1px #99abbb;
}

/* 特色、クラス紹介：大見出し */
.tokusyoku-m {
  position: relative;
}
#page-tokusyoku .tokusyoku-m h2,
#page-tokusyoku .tokusyoku-m h3,
#page-class .tokusyoku-m h2,
#page-class .tokusyoku-m h3 {
  text-align: left;
  line-height: 1.3;
}

#page-tokusyoku .tokusyoku-m h2 span,
#page-class .tokusyoku-m h2 span {
  margin: 0 0 10px;
  font-weight: bold;
}

#page-tokusyoku .tokusyoku-m h3,
#page-class .tokusyoku-m h3 {
  color: black;
  font-weight: normal;
  margin: 1em 0 2em;
}

.tokusyoku-m .s-point {
  position: absolute;
  top: 10px;
  right: 0;
  text-align: center;
  color: #1d70ad;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.4;
  font-size: 20px;
  padding-top: 40px;
  height: 160px;
  width: 160px;
  background-color: #fff;
  border-radius: 50%;
}
.tokusyoku-m .s-point:before {
  position: absolute;
  top: -5px;
  right: -5px;
  display: block;
  content: " ";
  width: 36px;
  height: 36px;
  background-image: url(/images/icon-att.png);
}

.tokusyoku-m .s-pointimg {
  position: absolute;
  top: 0;
  right: 0;
}
.tokusyoku-m .s-pointimg img {
  display: block;
  margin: 5px auto;
}
.tokusyoku-m .s-pointimg img:nth-child(1) {
  width: 200px;
}
.tokusyoku-m .s-pointimg img:nth-child(2) {
  width: 140px;
}

#page-tokusyoku .btn {
  font-weight: 700;
}

@media (max-width: 999px) {
  .tokusyoku-m .s-point {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 8em;
  }
  .tokusyoku-m .s-pointimg {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

/* 特色：個性を伸ばす少人数クラス */
.small-group {
  display: flex;
  flex-wrap: wrap;
}
.small-group img {
  align-self: flex-start;
  display: block;
  margin: 0 auto;
}
.small-group div {
  flex-basis: calc(100% / 2);
}
.small-group div:nth-child(1) {
  padding-right: 50px;
}

@media (max-width: 999px) {
  .small-group {
    display: block;
  }
  .small-group div:nth-child(1) {
    padding-right: 0;
  }
}

/* 特色：Service */
.service {
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.service ul {
  width: calc(100% - 20px);
  max-width: 880px;
  margin: 0 auto 30px;
  font-size: 16px;
}
.service ul li {
  font-weight: bold;
  text-align: left;
}
.service ul li,
.service ul li span {
  font-family: "游ゴシック Light", "Yu Gothic Light", "游ゴシック体", YuGothic,
    "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
}
.service ul label {
  display: block;
  padding: 18px 50px;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  font-size: 24px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
}
.service ul label:after {
  position: absolute;
  top: calc(50% - 16px);
  right: 60px;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  font-size: 16px;
}

.service input {
  display: none;
}
.service li:last-child {
  height: 0px;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
  padding: 0 40px;
}
.service input:checked + ul > li:last-child {
  height: auto;
  opacity: 1;
  visibility: visible;
  border: solid 1px #fff;
  border-radius: 10px;
  padding: 18px 50px;
}
.service input:checked + ul > li label:after {
  content: "\f077";
}

.service a {
  max-width: 350px;
}

.service .flex2 img {
  display: block;
  width: calc(100% - 10px);
  margin: 5px auto;
}

@media (max-width: 949px) {
  .service ul label {
    line-height: 1.2;
    font-size: 16px;
  }
  .service ul label:after {
    position: absolute;
    right: 15px;
    top: calc(50% - 16px);
  }
  .service .flex2 img {
    width: 100%;
    margin: 10px auto;
  }
}

/* 特色：メソッド */
.method {
  position: relative;
}
.method-text {
  padding-right: 300px;
}
.method-point {
  position: absolute;
  top: 50px;
  right: 0;
  text-align: center;
  color: #1d70ad;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.4;
  font-size: 20px;
  padding: 30px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 0;
}
.method-book {
  position: absolute;
  top: 180px;
  right: 0;
  z-index: 1;
}

.kuno-m {
  display: flex;
  flex-wrap: wrap;
}
.kuno-m img {
  align-self: flex-start;
  display: block;
  margin: 0 auto;
}
.kuno-m p:nth-child(1) {
  flex-basis: 50%;
}
.kuno-m p:nth-child(2) {
  flex-basis: 25%;
  padding: 0 27px;
}
.kuno-m p:nth-child(3) {
  flex-basis: 25%;
  font-size: 12px;
  position: relative;
}
.kuno-m p span {
  position: absolute;
  bottom: 25px;
}
.kuno-m em {
  font-style: normal;
  color: #000;
  font-size: 14px;
}

.method-p ul label {
  background-color: #eee;
  font-weight: 700;
}

@media (max-width: 999px) {
  .method-text {
    padding-right: 0;
    padding-top: 50px;
  }
  .method-point {
    position: relative;
    top: 0;
    right: 0;
    left: auto;
    margin: 0 auto;
    width: 8em;
    height: 8em;
    padding-top: 40px;
  }
  .method-book {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
  }

  .kuno-m {
    display: block;
  }
  .kuno-m p:nth-child(2) {
    padding: 0;
  }
  .kuno-m p span {
    position: relative;
    top: 10px;
  }
}

/* 特色：ページ下部リンク */
.tokusyoku-link {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px;
}
.tokusyoku-link img {
  align-self: flex-start;
}
.tokusyoku-link p {
  flex-basis: calc(100% / 3);
}

.tokusyoku-link a {
  display: block;
  position: relative;
  margin: 0 10px;
  height: 150px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.tokusyoku-link a span {
  display: block;
  position: absolute;
  top: calc(50% - 1em);
  left: 0;
  right: 0;
  margin: auto;
  width: 5em;
  height: 2em;
  border-bottom: solid 1px #fff;
}
.tokusyoku-link p:nth-child(1) a {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../../uploads/class01.jpg);
  background-size: cover;
}
.tokusyoku-link p:nth-child(2) a {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../../uploads/class05.jpg);
  background-size: cover;
}
.tokusyoku-link p:nth-child(3) a {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../../uploads/class06.jpg);
  background-size: cover;
}

.tokusyoku-link a:hover {
  opacity: 0.7;
}

@media (max-width: 999px) {
  .tokusyoku-link {
    display: block;
    margin: 0 auto 30px;
  }
  .tokusyoku-link a {
    margin: 10px;
  }
}

/* クラス紹介 */

#page-text {
  position: relative;
}
.class-photo {
  position: relative;
  right: -100px;
  background-size: 600px auto;
  min-height: 470px;
  background-repeat: no-repeat;
  background-position: right top;
}
.class-photo .tokusyoku-m {
  position: relative;
  right: 100px;
}

#nentyo .class-photo {
  background-image: url(../../uploads/class01.png);
}
#nentyu .class-photo {
  background-image: url(../../uploads/class05.png);
}
#nensyo .class-photo {
  background-image: url(../../uploads/class06.png);
}
.class-photo p {
  padding-right: 470px;
}

.img-lef {
  display: block;
  width: 100%;
  padding-left: 50px;
}
@media (max-width: 999px) {
  .img-lef {
    padding-left: 0;
  }
  .class-photo {
    position: relative;
    right: 0;
    background-size: auto 400px;
    min-height: 350px;
    background-position: center bottom;
  }
  .class-photo p {
    padding-right: 0px;
    padding-bottom: 500px;
  }
  .class-photo .tokusyoku-m {
    position: relative;
    right: 0;
  }
}

#page-class .page-link li {
  border: none;
}
#page-class h2 {
  text-align: left;
}
#page-class h2 span {
  font-weight: 400 !important;
}
#page-class p.cen img {
  max-width: 80%;
}

#page-class .flex2 img {
  display: block;
  width: calc(100% - 10px);
}

.teacher {
  background-color: #fff !important;
  padding: 15px 30px 30px;
  border-radius: 20px;
}
.teacher h3 {
  font-size: 24px;
  text-align: left;
  color: #1d70ad;
  margin: 1em 0;
}

.kousyu-point {
  position: relative;
}
.kousyu-point p {
  position: absolute;
  top: 30px;
  right: 0;
  background-color: #176bad;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 15em;
}

.test h2 {
  color: #1d70ad;
  font-size: 24px !important;
}
.test h3 {
  font-weight: 400;
  font-size: 20px !important;
  text-align: left;
}

.t-content {
  position: relative;
  background-color: #f3f8fb;
  border-radius: 10px;
  padding: 50px 40px 40px;
  border-radius: 20px;
}

.test01:before,
.test02:before,
.test03:before,
.test04:before {
  position: absolute;
  top: -40px;
  left: 25pxx;
  content: " ";
  display: block;
  height: 77px;
  width: 50px;
}

.test01:before {
  background-image: url(/images/test01.png);
}
.test02:before {
  background-image: url(/images/test02.png);
}
.test03:before {
  background-image: url(/images/test03.png);
}
.test04:before {
  background-image: url(/images/test04.png);
}

.test table {
  width: calc(100% - 60px);
  margin: 0 auto;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.test table tr td:nth-child(1) {
  font-weight: 700;
  color: #333;
}
.test td {
  padding: 10px;
  vertical-align: top;
}
.test td:nth-child(1) {
  white-space: nowrap;
}

.test {
  position: relative;
}
.test img {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 240px;
}

@media (max-width: 999px) {
  .t-content {
    padding: 50px 20px 40px;
  }

  #page-class p.cen img {
    max-width: calc(100% - 20px);
  }
  #page-class .flex2 img {
    width: 100%;
    margin: 10px auto;
  }
  .kousyu-point p {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 10px;
  }
  .test table {
    width: calc(100% - 20px);
  }

  .test img {
    position: relative;
    top: -20px;
    right: 0;
    width: 100%;
  }
}

/* 年度別合格実績 */
.record {
  background-image: url(/images/index-pass-back.png);
  background-size: cover;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.record div {
  position: relative;
  background-color: #fff;
  border-radius: 40px;
  width: calc(100% - 20px);
  max-width: 1240px;
  margin: 0 auto;
  padding: 50px;
}

.record h2 {
  position: absolute;
  top: -32px;
  right: 0;
  left: 0;
}

.record ul {
  margin: 30px 50px 30px;
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
}
.record li {
  position: relative;
  border-bottom: solid 1px #f391a3;
  margin-bottom: 50px;
  padding: 5px 0;
  padding-left: 45px;
  text-align: left;
  color: #000;
  font-size: 29px;
  font-weight: bold;
  letter-spacing: 2px;
  flex-basis: calc(50% - 45px);
}
.record li:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  content: "　";
  width: 40px;
  background-image: url(/images/index-sakura.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.record li:nth-child(odd) {
}
.record li:nth-child(even) {
  margin-left: 90px;
}

@media (max-width: 949px) {
  .record ul {
    display: block;
    margin: 0px 0px 70px;
  }
  .record li {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .record li:nth-child(odd),
  .record li:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }
  .record h2 {
    position: absolute;
    top: -26px;
  }
}

/* 合格者の声 */
.goukaku {
  background-color: #fff !important;
}

.goukaku-photo {
  width: 1000px;
  height: 200px;
  position: relative;
  text-align: cente;
}
.goukaku-photo {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  margin-bottom: 100px;
}
/* 合格者の声3.7修正 top300から0に */
.voice {
  padding-top: 0;
}

.voice p {
  text-align: center;
}
.voice ul {
  width: calc(100% - 20px);
  max-width: 880px;
  margin: 0 auto 30px;
  font-size: 16px;
}
.voice ul li {
  font-weight: bold;
  text-align: left;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
}

.voice ul label {
  display: block;
  padding: 18px 50px;
  position: relative;
  background-color: #eeeeee;
  border-radius: 10px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 24px;
}
.voice ul label:after {
  position: absolute;
  top: calc(50% - 14px);
  right: 60px;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  font-size: 16px;
}

.voice input {
  display: none;
}
.voice li:last-child {
  display: block;
  height: 0;
  opacity: 0;
  transition: 0.5s;
  padding: 0 40px;
  visibility: hidden;
  font-family: "游ゴシック Light", "Yu Gothic Light", "游ゴシック体", YuGothic,
    "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
}
.voice li:last-child span {
  display: none;
}
.voice input:checked + ul > li:last-child {
  height: auto;
  opacity: 1;
  visibility: visible;
  border: solid 1px #eee;
  border-radius: 10px;
  padding: 18px 50px;
  background-color: #fff;
}
.voice input:checked + ul > li:last-child span {
  display: inline;
}
.voice input:checked + ul > li label:after {
  content: "\f077";
}

.voice a {
  max-width: 350px;
}

@media (max-width: 949px) {
  .goukaku-photo {
    max-width: calc(100% - 20px);
    margin: 0 auto;
  }
  .goukaku-photo img {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    top: -20px;
    margin: 0 auto;
  }
  .voice {
    padding-top: 0px;
  }

  .voice ul label {
    line-height: 1.4;
  }
  .voice ul label:after {
    position: absolute;
    right: 30px;
  }
}

/* 入塾案内：ママの心得 */
.mamanokokoroe-m {
  width: 48ch;
  margin: 0 auto;
}
.mamanokokoroe-m h2 {
  position: relative;
}
.mamanokokoroe-m h2 img {
  display: block;
  width: 200px;
  position: absolute;
  top: -40px;
  left: -150px;
}

.tokusyoku-kokoroe div {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.tokusyoku-kokoroe div b {
  font-weight: 700;
}
.tokusyoku-kokoroe div.tokusyoku-kokoroe2 {
  flex-direction: row-reverse;
}
.tokusyoku-kokoroe div img {
  align-self: flex-start;
  max-width: 150px;
}
.tokusyoku-kokoroe div p:nth-child(1) {
  flex-basis: 200px;
  padding: 10px 20px;
}
.tokusyoku-kokoroe div p:nth-child(2) {
  flex-basis: calc(100% - 200px);
}

.tokusyoku-kokoroe div p {
  padding: 10px 0;
}
.tokusyoku-kokoroe div p b {
  display: block;
  font-size: 20px;
  padding: 15px 0 10px;
}

.kokoroe-text {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}

#schedule p {
  text-align: center;
}
#schedule .btn {
  text-align: center;
  font-weight: 700;
}

@media (max-width: 999px) {
  .mamanokokoroe-m {
    width: 100%;
  }
  .mamanokokoroe-m h2 img {
    position: absolute;
    left: 0;
  }

  .tokusyoku-kokoroe div {
    display: block;
  }
  .tokusyoku-kokoroe div p:nth-child(1) {
    text-align: center;
  }
}

/* 入塾案内：ママの心得

.kokoroe{display:flex;flex-wrap:wrap;margin:0 -10px;counter-reset:number 0;}
.kokoroe img{display:block;margin:0 auto;}
.kokoroe div{position:relative;flex-basis:calc(100% / 2 - 20px);background-color:#fff;border:solid 1px #7f7f7f;margin:10px;padding:10px;}
.kokoroe p{font-weight:bold;margin:20px auto;}

.kokoroe div{counter-increment:number 1;}
.kokoroe div:before,.kokoroe div:after{display:inline-block;width:10em;padding:5px;text-align:center;}
.kokoroe div:before{position:absolute;top:0;left:0;background-color:#7f7f7f;color:#fff;content:"心得（"counter(number)"）";font-size:16px;}

@media (max-width:999px) {
.kokoroe{display:block;}
.kokoroe img{margin-top:30px;}
} */

.lesson {
  margin: 0 -10px;
}
.lesson a {
  display: block;
  background-color: #d0cece;
  color: black;
  text-decoration: none;
  padding: 10px 0;
  padding-left: 80px;
  margin: 0 10px;
  background-image: url(/images/icon-pdf.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 60px auto;
}
.lesson a:hover {
  background-color: #eee;
}

/* 入会の流れ */
.flow {
  text-align: center;
}
.flow ul {
  width: calc(100% - 20px);
  max-width: 880px;
  margin: 0 auto 30px;
}
.flow ul li {
  font-weight: bold;
  text-align: left;
  font-weight: 400;
}
.flow ul li:nth-child(1) {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.flow ul label {
  display: block;
  padding: 18px 50px;
  position: relative;
  background-color: #eee;
  border-radius: 10px;
  font-size: 24px;
}
.flow ul label:after {
  position: absolute;
  top: calc(50% - 14px);
  right: 60px;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  font-size: 16px;
}

.flow input {
  display: none;
}
.flow li:last-child {
  height: 0px;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
  padding: 0 40px;
}
.flow input:checked + ul > li:last-child {
  height: auto;
  opacity: 1;
  visibility: visible;
  border: solid 1px #eee;
  border-radius: 10px;
  padding: 18px 50px;
}
.flow input:checked + ul > li label:after {
  content: "\f077";
}

.flow a {
  max-width: 350px;
}

@media (max-width: 949px) {
  .flow ul label {
    line-height: 1.2;
    font-size: 16px;
  }
  .flow ul label:after {
    position: absolute;
    top: calc(50% - 14px);
    right: 15px;
  }
}

/* 新着情報：固定ページ */
.item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  border-bottom: solid 1px #ccc;
  padding: 10px 0;
  margin: 5px auto;
}
.item div {
  padding: 0 10px;
}

.item div:last-child {
  position: absolute;
  right: 0;
}

/*=== 新着情報一覧 ==============================================*/
.cate-title {
  text-align: center;
  font-size: 36px;
  margin: 50px auto;
  font-weight: bold;
}
.cate-back {
  background-color: #f3f8fb;
}

#cate {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
}
#cate #article {
  flex-basis: calc(100% - 300px);
}
#cate #side {
  flex-basis: 300px;
}
#cate #side hr {
  height: 15px;
}

#cate .entry {
  margin-bottom: 20px;
  background-color: #fff;
  border: solid 1px #1d70ad;
}
#cate .entry h2 {
  position: relative;
  background-color: #1d70ad;
  padding: 5px 0 10px;
  padding-right: 170px;
  font-size: 26px;
}
#cate .entry h2 a {
  text-decoration: none;
  color: #fff;
}
#cate .entry h2 span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
#cate .entry p {
  text-align: left;
  padding: 10px;
}
#cate .entry p.more {
  text-align: right;
}

#cate #sidebar {
  padding-left: 10px;
}
#cate #sidebar h2 {
  background-color: #1d70ad;
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}
#cate #sidebar ul {
  margin-bottom: 30px;
  padding: 10px;
}
#cate #sidebar li {
  text-align: left;
}
#cate #sidebar li:before {
  content: "■ ";
}

#cate #side .wp-block-tag-cloud {
  text-align: left;
}
#cate #side .wp-block-tag-cloud a {
  display: block;
}
#cate #side .wp-block-tag-cloud a:before {
  content: "■ ";
}

@media (max-width: 949px) {
  #cate {
    display: block;
  }
  #cate #article {
    margin: 0 10px;
  }
  #cate .entry h2 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }
}

/*=== post(投稿記事）専用 ==============================================*/
#post h1 {
  text-align: center;
  font-size: 36px;
  margin: 50px auto;
  font-weight: bold;
}
#post h1 span {
  display: block;
  color: #1d70ad;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0em;
  margin: 15px auto 50px;
}

/*※一般的な見出しのデフォルトフォントサイズに設定*/
#post h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
#post h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#post h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#post h5 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#post h6 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#post strong {
  font-weight: bold;
  color: #000;
}

#post .over {
  background-color: #f3f8fb;
}
.post-text {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding-top: 20px;
}
.post-cate {
  text-align: right;
  margin-bottom: 50px;
}

.pager {
  text-align: center;
  padding-bottom: 50px;
}

/*=== スマホ用調整 ==============================================*/
@media (max-width: 949px) {
  .text {
    max-width: calc(100% - 20px);
    margin: 0 auto;
  }
}

.borderbox {
  padding-left: 20px;
  padding-right: 20px;
}
/*=== 追加調整 ==============================================*/
@media ( min-width : 1000px ) {
  #footer h2 {
    text-align: left;
  }
.top .contact h2+div.center{
  margin: 10px 0 35px;
}

.classroom .sec_text{
  margin: 110px auto 50px;
}
.news .btn_wrap{
  margin-top: 40px;
}
.insta .btn_wrap{
  margin-top: 40px;
}
.tokusyoku{
  margin-bottom: 200px;
}

}
.top .pass h2+div.center{
  margin: -10px 0 0;
}
.pass .pass-text .text{
  padding-top: 20px;
}
.tokusyoku h3{
  font-weight: bold;
}
.tokutyou .more.more_btn{
  max-width: 420px;
  margin-left: 0;
  margin-right: auto;
}
.btn_wrap a:hover {
    color: #fff;
    background-color: rgb(29, 112, 173, 0.8);
}
@media ( max-width : 999px ) {
  .tokusyoku {
    margin-bottom: 50px;
  }
}
.wrap.over{
    background-color: #f3f8fb;
padding: 0 0 20px;
}
.wrap.over .borderbox{
border:0px;
border-radius:20px;
background:#fff;
box-sizing:border-box;
padding:15px 30px 30px;
}
.wrap .img_span img{
border-radius:10px;
width:100%;
}
.mb0{
  margin-bottom: 0 !important;
 }
@media ( min-width : 769px ) {
   .goukaku_title {
     overflow: visible !important;
     padding: 100px 0;
   }
}
.goukaku_title h2{
  position: relative;
  display: table;
  margin: 0 auto;
 }
 .goukaku_title h2::before{
  content: "";
  display: block;
  position: absolute;
  width: 235px;
  height: 168px;
  top: -55px;
  bottom: auto;
  left: -222px;
  right: auto;
  margin: auto;
  background: url(/images/さくら　花びら.png) no-repeat center/contain;
 }
 .goukaku_title h2::after{
  content: "";
  display: block;
  position: absolute;
  width: 235px;
  height: 235px;
  top: auto;
  bottom: -120px;
  left: auto;
  right: -275px;
  margin: auto;
  background: url(/images/1755325990_育英会桜花びら固まり.png) no-repeat center/contain;
 }
@media ( max-width : 768px ) {
  .goukaku_title h2 {
    display: block;
    padding: 43vw 0 300px;
  }
   .goukaku_title h2::before {
     content: "";
     display: block;
     position: absolute;
     width: 1181px;
     height: 845px;
     top: 0;
     bottom: auto;
     left: 0;
     right: 0;
     margin: auto;
     background: url(/images/さくら　花びら.png) no-repeat center / contain;
     max-width: 94vw;
     max-height: 67vw;
   }
   .goukaku_title h2::after {
     content: "";
     display: block;
     position: absolute;
     width: 300px;
     height: 300px;
     top: auto;
     bottom: 0;
     left: 0;
     right: 0;
     margin: auto;
     background: url(/images/1755325990_育英会桜花びら固まり.png) no-repeat center / contain;
     max-width: 54vw;
     max-height: 54vw;
   }
  .mb_under{
  top: auto !important;
  left: auto !important;
  margin-bottom: -218px;
 }
 }
 @media ( max-width : 560px ) {
   .goukaku_title h2 {
     padding: 43vw 0 54vw;
   }
 }
.maxinner {
  margin-top: 130px;
}

@media (max-width : 768px) {
  .maxinner {
    margin-top: 30px;
  }
}