@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** PCスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
.add-publish-block {
  width: 100%;
  margin-top: 30px;
}

.add-publish-block .add-publish-block-ttl {
  width: 100%;
  font-size: 22px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}

.add-publish-block .add-publish-block-ttl::before {
  content: "";
  background: url(../img/publish/publish-sharp.png) no-repeat center / contain;
  width: 409px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.add-publish-block .add-publish-block-txt {
  width: 100%;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}

.add-publish-block .add-publish-block-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 20px 20px;
  background-color: #f9f8f8;
  margin-top: 30px;
}

.add-publish-block .add-publish-block-box .add-publish-block-box-mail {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
}

.add-publish-block .add-publish-block-box .add-publish-block-box-mail a {
  display: inline-block;
  transition: .2s;
}

.add-publish-block .add-publish-block-box .add-publish-block-box-mail a:hover {
  opacity: .7;
  transition: .2s;
}

.add-publish-block .add-publish-block-box .add-publish-block-box-tel {
  width: 50%;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.add-publish-block .add-publish-block-box .add-publish-block-box-tel a {
  display: inline-block;
  transition: .2s;
  pointer-events: none;
}

.add-publish-block .add-publish-block-box .add-publish-block-box-txt {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}


.sns_link {
  /*width: 100%;*/
  display: flex;
  margin: 20px 0;
}

@media screen and (min-width:920px) {
  .sns_link {
    position: absolute;
    top: 0;
    left: 280px;
  }
}

.sns_link li {
  display: inline-block;
  margin-right: 10px;
}

.sns_link li a {
  display: inline-block;
  transition: .2s;
  margin-bottom: 0 !important;
}

.sns_link li a:hover {
  opacity: .7;
  transition: .2s;
}

.sns_link li:last-of-type {
  margin-right: 0;
}

.favorite-btn {
  display: inline-block;
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.favorite-btn a {
  display: inline-block;
  -webkit-transition: .2s;
  transition: .2s;
}

.favorite-btn a:hover {
  opacity: .7;
  -webkit-transition: .2s;
  transition: .2s;
}

.ank {
  display: block;
}

button.setFav {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

button.setFav img {
  width: 100%;
  height: 100%;
}

button.delFav {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.d_none {
  display: none !important;
}

.no_link a {
  pointer-events: none;
  opacity: 0.6;
}

.school_list_add_txt01 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** style
******************************************************************************
----------------------------------------------------------------------------*/
.school_list .school_list_block .school_list_box_bg .school_list_box .school_list_box01 p .bg01,
.school_list .school_list_block .school_list_box_bg .school_list_box .school_list_box02 p .bg02,
.school_detail .school_detail_block .school_detail_box_bg .school_detail_box .school_detail_box01 p .bg01,
.school_detail .school_detail_block .school_detail_box_bg .school_detail_box .school_detail_box02 p .bg02 {
  width: 140px;
  display: inline-block;
  text-align: center;
  padding: 5px;
  margin-right: 10px;
  line-height: 1.2;
}

.school_detail .school_detail_block .school_detail_box_bg .school_detail_box .school_detail_box01 p .bg01 {
  background: #b19250;
  color: #fff;
}

.school_detail .school_detail_block .school_detail_box_bg .school_detail_box .school_detail_box02 p .bg02 {
  background-color: #333333;
  color: #fff;
}

/* ==== contents === */
.mcon {
  line-height: 1.6;
  /* 行間 */
  word-wrap: break-word;
}

.mcon a img:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mcon h1 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  background: #eeeeee;
}

.mcon h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  margin-top: 20px;
  background: #eeeeee;
}

.mcon h3 {
  font-size: 1.6rem;
  margin-bottom: 8px;
  margin-top: 16px;
  background: #eeeeee;
}

.mcon h4 {
  font-size: 1.2em;
  margin-bottom: 5px;
  margin-top: 5px;
  background: #eeeeee;
}

.mcon h5,
.mcon h6 {
  margin-bottom: 2px;
  margin-top: 5px;
  background: #eeeeee;
}

.mcon hr {
  border: none;
  border-top: 1px dotted black;
}

.mcon iframe {
  max-width: 100%;
}

.mcon img {
  max-width: 100%;
  height: auto;
}

.mcon ol {
  margin-top: 1.2em;
  margin-bottom: 0.7em;
}

.mcon ol li {
  margin-left: 1.5em;
  margin-bottom: 0.5rem;
}

.mcon p {
  margin-bottom: 1em;
}

.mcon ul {
  margin-top: 1.2em;
  margin-bottom: 0.7em;
}

.mcon ul li {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: 0.5rem;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

a:hover {
  /*opacity: 0.7;*/
}

img {
  max-width: 100%;
  height: auto;
}

.phone {
  pointer-events: none;
  text-decoration: none;
}

/*----------------------------------------------------------------------------
******************************************************************************
** main
******************************************************************************
----------------------------------------------------------------------------*/
.main_bg.top {
  background: linear-gradient(90deg,
      #f6f3e9 0%,
      #f6f3e9 40%,
      #fff 40%,
      #fff 100%);
}

.main_bg .hd {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: calc(80 / 1200 * 100vw);
  max-height: 100px;
  background-color: #fff;
}

.main_bg .hd .hd_logo {
  width: calc(240 / 1200 * 100%);
  max-width: 240px;
  margin-left: calc(40 / 1920 * 100%);
}

.main_bg .hd .hd_logo a {
  display: block;
}

.main_bg .hd .nav_bg {
  width: calc(900 / 1200 * 100%);
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.main_bg .hd .nav_bg .h_login,
.main_bg .hd .nav_bg .h_contact {
  width: calc(80 / 1200 * 100vw);
  max-width: 100px;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: #b19250;
  border-left: solid 1px #fff;
}

.main_bg .hd .nav_bg .nav {
  width: calc(100% - 14vw);
  height: 100%;
}

.main_bg .hd .nav_bg .sp_nav_bg {
  height: 100%;
}

.main_bg .hd .nav_bg .nav_list {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  align-items: center;
}

.main_bg .hd .nav_bg .nav_list li {
  margin: 0 calc(20 / 1113 * 100%);
}

.main_bg .hd .nav_bg .nav_list li.li02 {
  width: calc(95 / 1113 * 100%);
  max-width: 95px;
}

.main_bg .hd .nav_bg .nav_list li.li03 {
  width: calc(100 / 1113 * 100%);
  max-width: 100px;
}

.main_bg .hd .nav_bg .nav_list li.li04 {
  width: calc(111 / 1113 * 100%);
  max-width: 111px;
}

.main_bg .hd .nav_bg .nav_list li.li05 {
  width: calc(119 / 1113 * 100%);
  max-width: 119px;
}

.main_bg .hd .nav_bg .nav_list li.li06 {
  width: calc(233 / 1113 * 100%);
  max-width: 233px;
}

.main_bg .hd .nav_bg .nav_list li a {
  display: block;
  text-decoration: none;
}

.top_main {
  max-width: 100%;
  max-height: 800px;
  margin: 0 auto;
  padding: 0px 0 70px;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 1700px) {
  .top_main {
    max-height: 1100px;
  }
}

.top_main::after {
  content: "";
  position: absolute;
  background: url(../img/top/item01.png) center no-repeat;
  width: 40%;
  height: 50%;
  max-width: 530px;
  background-size: contain;
  left: 1%;
  bottom: 10%;
}

.top_slide_list {
  margin-top: 30px;
  margin-bottom: 100px;
}

.top_main p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}

.top_main p._a .link {
  display: inline-block;
  color: #607d8b;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.top_main p._a .link:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607d8b;
  border-right: 2px solid #607d8b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
}

.sliderArea.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 calc(10 / 1920 * 100vw);
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: 0.7;
}

.full-screen .slick-list {
  overflow: visible;
}

.full-screen .slick-slide {
  height: 45vw;
}

.full-screen .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.full-screen.slider {
  margin: 0 auto;
}

.full-screen {
  width: 100%;
  position: relative;
}

.slick-slide {
  position: relative;
  opacity: 1;
}

.slick-slide:not(.slick-active)::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(000, 000, 000, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

.full-screen .slick-prev {
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../img/common/prev.png) center no-repeat;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  text-indent: -999px;
}

.full-screen .slick-next {
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../img/common/next.png) center no-repeat;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  text-indent: -99999%;
}

.more_btn {
  width: 80%;
  max-width: 280px;
  background: #b19250;
  padding: 3px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}

.more_btn a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  position: relative;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.more_btn a::after {
  content: "";
  background: url(../img/common/arrow01.png);
  width: 26px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  transition: 0.3s;
  z-index: 5;
}

.more_btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100%);
  height: 100%;
  transform: translate3d(-150%, 0, 0) skewX(70deg);
  z-index: 0;
  transition: transform 0.65s;
  background: #c5af7e;
  z-index: 1;
}

.more_btn a img {
  z-index: 5;
}

.more_btn a:hover::after {
  right: 5px;
}

.more_btn a:hover::before {
  transform: translate3d(0, 0, 0) skewX(0deg);
}

.top_news {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  background: #4c4945;
  position: relative;
  margin-bottom: 100px;
}

.top_news .top_news_block {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  box-sizing: border-box;
}

.top_news .top_news_block .top_ttl {
  margin-top: -50px;
  position: relative;
  display: block;
  width: 172px;
}

.top_news .top_news_block .top_ttl::after {
  content: "";
  background: url(../img/top/item02.png) center no-repeat;
  width: 97px;
  height: 81px;
  position: absolute;
  right: -100px;
  bottom: -15px;
}

.top_news .top_news_block .top_news_flex {
  width: 95%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  margin: 65px auto 50px;
}

.top_news .top_news_block .top_news_flex .top_news_box {
  width: calc(25% - 18.75px);
  margin-right: 25px;
  position: relative;
}

.top_news .top_news_block .top_news_flex .top_news_box:nth-child(4n) {
  margin-right: 0;
}

.top_news .top_news_block .top_news_flex .top_news_box .top_news_ttl {
  position: absolute;
  top: -10px;
  left: -10px;
  color: #fff;
  font-size: 18px;
  display: block;
  padding: 5px 20px;
}

.top_news .top_news_block .top_news_flex .top_news_box .top_news_ttl.ballet {
  background: #b19250;
}

.top_news .top_news_block .top_news_flex .top_news_box .top_news_ttl.j_dance {
  background: #d6a5cd;
}

.top_news .top_news_block .top_news_flex .top_news_box .top_news_ttl.dance {
  background: #dc7487;
}

.top_news .top_news_block .top_news_flex .top_news_box .top_news_ttl.theater {
  background: #7c7edc;
}

.top_news .top_news_block .top_news_flex .top_news_box .top_news_ttl.music {
  background: #765b9b;
}

.top_news .top_news_block .top_news_flex .top_news_box .top_news_ttl.s_dance {
  background: #1a8bdc;
}

.top_news .top_news_block .top_news_flex .top_news_box .top_news_ttl.fitness {
  background: #95dc65;
}

.top_news .top_news_block .top_news_flex .top_news_box .top_news_sub {
  padding: 3px 15px;
  background: #000;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 55%;
  right: 0px;
}

.top_news .top_news_block .top_news_flex .top_news_box .top_news_img {
  width: 100%;
  margin-bottom: 15px;
}

.top_news .top_news_block .top_news_flex .top_news_box .date {
  color: #9e844e;
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
}

.top_news .top_news_block .top_news_flex .top_news_box .txt {
  font-size: 14px;
  color: #fff;
}

.top_news .top_news_block .top_news_flex .top_news_box .txt .ttl {
  font-size: 16px;
  display: block;
  margin-bottom: 3px;
}

.txt .top_a {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
}

.txt .news_a {
  text-decoration: none;
  font-size: 16px;
  color: #000;
}

.txt .school_a {
  text-decoration: none;
  color: #000;
}

.top_news .more_btn {
  position: absolute;
  bottom: -30px;
  left: calc(50% - 140px);
}

.top_about {
  width: 100%;
  background: #f6f3e9;
}

.top_about .top_about_block {
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  position: relative;
}

.top_about .top_about_block::after {
  content: "";
  position: absolute;
  background: url(../img/top/item03.png) center no-repeat;
  width: 40%;
  height: 50%;
  max-width: 530px;
  background-size: contain;
  right: 1%;
  bottom: 10%;
}

.top_about .top_about_block .top_about_ttl {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.top_about .top_about_block .top_ttl {
  position: relative;
  display: block;
  width: 200px;
  margin-top: -50px;
}

.top_about .top_about_block .top_ttl::after {
  content: "";
  background: url(../img/top/item02.png) center no-repeat;
  width: 97px;
  height: 81px;
  position: absolute;
  right: -100px;
  bottom: -15px;
}

.top_about .top_about_block .top_about_flex {
  margin: 90px 0 100px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.top_about .top_about_block .top_about_flex .top_about_img {
  width: 50%;
  margin-right: 3%;
}

.top_about .top_about_block .top_about_flex .top_about_text {
  width: 40%;
  max-width: 600px;
}

.top_about .top_about_block .top_about_flex .top_about_text h3 {
  font-size: 32px;
  margin-bottom: 30px;
}

.top_about .top_about_block .top_about_flex .top_about_text p {
  font-size: 20px;
  line-height: 2em;
}

.top_about .top_about_block .top_about_flex .top_about_text p.note {
  font-size: 14px;
  line-height: 2em;
  text-indent: -1em;
  padding-left: 1em;
}

.top_about .top_about_block .top_about_flex .top_about_text .more_btn {
  margin-top: 50px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** serch_school
******************************************************************************
----------------------------------------------------------------------------*/
.serch_school {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

.serch_school .serch_block {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  box-sizing: border-box;
}

.serch_school .serch_block .serch_block_ttl {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 80px;
}

.serch_school .serch_block .serch_block_ttl .top_sub_ttl {
  font-size: 24px;
  padding-left: 130px;
}

.serch_school .serch_block .top_ttl {
  position: relative;
  display: block;
  width: 217px;
}

.serch_school .serch_block .top_ttl::after {
  content: "";
  background: url(../img/top/item02.png) center no-repeat;
  width: 97px;
  height: 81px;
  position: absolute;
  right: -100px;
  bottom: -15px;
}

.serch_school .serch_block .serch_ttl {
  text-align: center;
  font-size: 32px;
  position: relative;
  margin: 0 auto;
}

.serch_school .serch_block .serch_ttl::before {
  content: "";
  background: url(../img/school/item01.png) center no-repeat;
  width: 231px;
  height: 21px;
  position: absolute;
  bottom: -25px;
  left: calc(50% - 115px);
}

.serch_school .serch_block .serch_box {
  width: 95%;
  border: 1px solid #b19250;
  background: #faf9f5;
  padding: 60px;
  box-sizing: border-box;
  margin: 0 auto 50px;
}
.serch_school .serch_block .serch_box p {
  font-size: 16px;
}
.serch_school .serch_block .serch_box table {
  width: 100%;
}

.serch_school .serch_block .serch_box table th {
  color: #b19250;
  font-size: 22px;
  width: 250px;
  padding-bottom: 30px;
}

.serch_school .serch_block .serch_box table th .under {
  border-bottom: 1px solid #b19250;
}

.serch_school .serch_block .serch_box table th .comment {
  display: block;
  font-size: 16px;
  color: #888888;
}

.serch_school .serch_block .serch_box table td {
  font-size: 18px;
  width: calc(100% - 150px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 30px;
}

.serch_school .serch_block .serch_box table td input,
.serch_school .serch_block .serch_box table td select {
  border: 1px solid #b19250;
  padding: 3px;
}

.serch_school .serch_block .serch_box table td input[type="checkbox"] {
  /*display: none;*/
}

.serch_school .serch_block .serch_box table td input[type="checkbox"]+label {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.serch_school .serch_block .serch_box table td input[type="checkbox"]+label::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 1px solid #b19250;
  cursor: pointer;
}

.serch_school .serch_block .serch_box table td input[type="checkbox"]:checked+label::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  box-sizing: border-box;
  border-bottom: 2px solid red;
  border-left: 2px solid red;
  position: absolute;
  top: 40%;
  left: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg) translateY(-50%);
}

.serch_school .serch_block .serch_box table td .area1,
.serch_school .serch_block .serch_box table td .genre1 {
  margin-right: 20px;
}

.serch_school .serch_block .serch_box table td #prece1 {
  margin-right: 10px;
}

.serch_school .serch_block .serch_box table td #price2 {
  margin-left: 10px;
}

.serch_school .serch_block .submit_btn {
  width: 80%;
  max-width: 280px;
  margin: 0 auto;
  padding: 3px;
  box-sizing: border-box;
  background: #b19250;
  position: relative;
  overflow: hidden;
}

.serch_school .serch_block .submit_btn button {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #fff;
  background: #b19250;
  position: relative;
  z-index: 10;
}

.serch_school .serch_block .submit_btn button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100%);
  height: 100%;
  transform: translate3d(-130%, 0, 0) skewX(70deg);
  z-index: 0;
  transition: transform 0.65s;
  background: #c5af7e;
  z-index: -1;
}

.serch_school .serch_block .submit_btn img {
  z-index: 5;
}

.serch_school .serch_block .submit_btn:hover button::before {
  transform: translate3d(0, 0, 0) skewX(0deg);
}

/* add 20220708 */

.serch_school .serch_block .serch_box table tr:nth-child(1) {
  position: relative;
}
.serch_school .serch_block .info_box table tr:nth-child(1)::after {
  content: "※実施月で検索する場合は「2022/07/」のように年月のみにしてください";
  position: absolute;
  left: 0;
  bottom: 15px;
  font-size: 14px;
}
.serch_school .serch_block .info_box table tr:nth-child(1) th, 
.serch_school .serch_block .info_box table tr:nth-child(1) td {
  padding-bottom: 50px;
}
@media screen and (max-width:1180px) and (min-width:770px){
  .serch_school .serch_block .info_box table tr:nth-child(1)::after {
    font-size: 1.2vw;
  }
}


/*----------------------------------------------------------------------------
******************************************************************************
** cv_link
******************************************************************************
----------------------------------------------------------------------------*/
.cv_link {
  width: 100%;
  background: url(../img/common/bg01.png);
  background-repeat: repeat;
  padding: 60px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.cv_link .cv_flex {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.cv_link .cv_flex a {
  display: block;
  width: 24%;
  background: #fff;
  padding: 3px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin-right: calc(4% / 3);
}

.cv_link .cv_flex a:nth-child(4) {
  margin-right: 0;
}

.cv_link .cv_flex a span {
  border: 1px solid #b19250;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.cv_link .cv_flex a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100%);
  height: 100%;
  transform: translate3d(-130%, 0, 0) skewX(70deg);
  z-index: 0;
  transition: 0.65s;
  background: rgba(237, 237, 237, .5);
  z-index: -1;
}

.cv_link .cv_flex a::after {
  content: "";
  background: url(../img/common/arrow02.png);
  position: absolute;
  background-size: contain;
  width: 26px;
  height: 8px;
  bottom: 25px;
  right: 10px;
  transition: 0.3s;
  z-index: 5;
}

.cv_link .cv_flex a img {
  z-index: 5;
}

.cv_link .cv_flex a:hover {
  opacity: 1;
}

.cv_link .cv_flex a:hover::before {
  z-index: 1;
  transform: translate3d(0, 0, 0) skewX(0deg);
  transition: 0.65s;
}

.cv_link .cv_flex a:hover::after {
  right: 5px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
.ft_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  background-color: #fff;
}

.ft_bg .ft {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  box-sizing: border-box;
}

.ft_bg .ft .ft_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}

.ft_bg .ft .ft_flex .ft_left {
  width: 40%;
  position: relative;
}

.ft_bg .ft .ft_flex .ft_left a {
  display: block;
  margin-bottom: 20px;
}

.ft_bg .ft .ft_flex .ft_left p {
  font-size: 16px;
  color: #000;
  pointer-events: none;
  text-decoration: none;
  color: #000;
}

.ft_bg .ft .ft_flex .ft_left p a {
  color: #000;
  display: inline-block;
}

.ft_bg .ft .ft_flex .ft_right {
  width: 50%;
}

.ft_bg .ft .ft_flex .ft_right .ft_link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.ft_bg .ft .ft_flex .ft_right .ft_link li {
  width: 33%;
  margin-bottom: 25px;
}

.ft_bg .ft .ft_flex .ft_right .ft_link li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

.ft_bg .ft .ft_copy {
  text-align: center;
  margin-bottom: 30px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** pagetop
******************************************************************************
----------------------------------------------------------------------------*/
#pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 100;
}

#pagetop span {
  display: inline-block;
  transition: 0.2s;
}

#pagetop span:hover {
  opacity: 0.7;
  transition: 0.2s;
}

/*----------------------------------------------------------------------------
******************************************************************************
** page
******************************************************************************
----------------------------------------------------------------------------*/
.sub_main_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.sub_main_bg .sub_main {
  width: 100%;
  max-width: 1200px;
  padding: 180px 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.sub_main_bg h1 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  padding: 15px 30px;
  box-sizing: border-box;
  position: relative;
  background: rgba(0, 0, 0, 0.8);
}

.sub_main_bg h1::before {
  content: "";
  position: absolute;
}

.sub_main_bg.school {
  background: url(../img/school/main_bg.png) center no-repeat;
  background-size: cover;
}

.sub_main_bg.school h1::before {
  content: "";
  background: url(../img/school/main_ttl.png) center no-repeat;
  width: 180px;
  height: 49px;
  top: -35px;
  left: calc(50% - 90px);
}

.sub_main_bg.contact {
  background: url(../img/contact/main_bg.png) center no-repeat;
  background-size: cover;
}

.sub_main_bg.contact h1::before {
  content: "";
  background: url(../img/contact/main_ttl.png) center no-repeat;
  background-size: contain;
  width: 200px;
  height: 49px;
  top: -35px;
  left: calc(50% - 100px);
}

.sub_main_bg.publish {
  background: url(../img/publish/main_bg.png) center no-repeat;
  background-size: cover;
}

.sub_main_bg.publish h1::before {
  content: "";
  background: url(../img/publish/main_ttl.png) center no-repeat;
  background-size: contain;
  width: 180px;
  height: 49px;
  top: -35px;
  left: calc(50% - 90px);
}

.sub_main_bg.news {
  background: url(../img/news/mian_bg.png) center no-repeat;
  background-size: cover;
}

.sub_main_bg.news h1::before {
  content: "";
  background: url(../img/news/mian_ttl.png) center no-repeat;
  background-size: contain;
  width: 144px;
  height: 49px;
  top: -35px;
  left: calc(50% - 72px);
}

.sub_main_bg.law ,
.sub_main_bg.privacy {
  background: url(../img/law/main_bg.png) center no-repeat;
  background-size: cover;
}

.sub_main_bg.law h1::before {
  content: "";
  background: url(../img/law/main_ttl.png) center no-repeat;
  width: 122px;
  height: 46px;
  top: -35px;
  left: calc(50% - 90px);
}

.sub_main_bg.privacy h1::before {
  content: "";
  background: url(../img/privacy/main_ttl.png) center no-repeat;
  width: 195px;
  height: 58px;
  top: -35px;
  left: calc(50% - 97px);
}

.sub_main_bg.company {
  background: url(../img/company/main_bg.png) center no-repeat;
  background-size: cover;
}

.sub_main_bg.company h1::before {
  content: "";
  background: url(../img/company/main_ttl.png) center no-repeat;
  width: 246px;
  height: 62px;
  top: -35px;
  left: calc(50% - 123px);
}

.bread_Area {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.bread_Area .breadcrumb {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
}

.bread_Area .breadcrumb li {
  font-size: 14px;
}

.bread_Area .breadcrumb li a {
  color: #b19250;
  text-decoration: none;
}

.bread_Area .breadcrumb li span {
  margin: 0 10px;
}

/*school_list*/
.school_list {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

.school_list .school_list_block {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  box-sizing: border-box;
}

.school_list .school_list_block h2 {
  font-size: 28px;
  border-bottom: 4px double #b19250;
}

.school_list .school_list_block .school_add_note {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
  text-align: right;
}

.school_list .school_list_block .area {
  color: #b19250;
  font-size: 26px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.school_list .school_list_block .school_list_box_bg {
  width: 100%;
  padding: 3px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  margin-top: 30px;
}

.school_list .school_list_block .school_list_box_bg .school_list_box {
  border: 1px solid #ccc;
  padding: 25px;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  color: #000;
  position: relative;
}

.favolite_btn_area {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 25px;
  right: 25px;
}

.favolite_btn_area::before {
  content: "お気に入り";
  width: 6em;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%, 100%);
}

.school_list_box a {
  text-decoration: none;
  color: #000;
  position: relative;
  z-index: 9999;
}

.school_list .school_list_block .school_list_box_bg .school_list_box h3 {
  font-size: 26px;
  color: #000;
  margin-bottom: 20px;
}

.school_list .school_list_block .school_list_box_bg .school_list_box .school_list_box01 {
  margin-bottom: 20px;
}

.school_list .school_list_block .school_list_box_bg .school_list_box .school_list_box01 p {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.school_list .school_list_block .school_list_box_bg .school_list_box .school_list_box01 p .bg01 {
  background: #b19250;
  color: #fff;
}

.school_list .school_list_block .school_list_box_bg .school_list_box .school_list_box02 p {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.school_list .school_list_block .school_list_box_bg .school_list_box .school_list_box02 p .bg02 {
  background: #333333;
  color: #fff;
}

.school_list .school_list_block .school_list_box_bg .school_list_box .school_list_box02 p .bg02.ls {
  letter-spacing: -0.1em;
}

/*school_detail*/
.school_detail {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.school_detail .school_detail_block {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  box-sizing: border-box;
}

.school_detail .school_detail_block .school_detail_box_bg {
  width: 100%;
  padding: 3px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  margin-bottom: 70px;
}

.school_detail .school_detail_block .school_detail_box_bg .school_detail_box {
  border: 1px solid #ccc;
  padding: 25px;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  color: #000;
  position: relative;
}

.school_detail .school_detail_block .school_detail_box_bg .school_detail_box h3 {
  font-size: 26px;
  color: #000;
  margin-bottom: 20px;
}

.school_detail .school_detail_block .school_detail_box_bg .school_detail_box .school_detail_box01 {
  margin-bottom: 20px;
}

.school_detail .school_detail_block .school_detail_box_bg .school_detail_box .school_detail_box01 p {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}

.school_detail .school_detail_block .school_detail_box_bg .school_detail_box .school_detail_box02 p {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}

.school_detail .school_detail_block .school_detail_link {
  width: 100%;
}

.school_detail .school_detail_block .school_detail_link ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.school_detail .school_detail_block .school_detail_link ul li {
  width: calc(100% / 6 - 10px);
  margin-right: 12px;
  padding: 2px;
  box-sizing: border-box;
  background: #4c4945;
}

.school_detail .school_detail_block .school_detail_link ul li:last-child {
  margin-right: 0;
}

.school_detail .school_detail_block .school_detail_link ul li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.school_detail_ttl_box {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 100px;
}

.school_detail_ttl_box .school_detail_ttl {
  text-align: center;
  font-size: 32px;
  position: relative;
}

.school_detail_ttl_box .school_detail_ttl::before {
  content: "";
  background: url(../img/school/item01.png) center no-repeat;
  width: 231px;
  height: 21px;
  position: absolute;
  bottom: -25px;
  left: calc(50% - 115px);
}

.school_detail_content01 {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

.school_detail_content01 .school_detail_content_block {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  box-sizing: border-box;
}

.school_detail_content01 .school_detail_content_block .school_detail_content_flex {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.school_detail_content01 .school_detail_content_block .school_detail_content_flex .text_area {
  width: 40%;
  margin-right: 3%;
  order: 1;
}

.school_detail_content01 .school_detail_content_block .school_detail_content_flex .text_area h3 {
  font-size: 26px;
  margin-bottom: 30px;
}

.school_detail_content01 .school_detail_content_block .school_detail_content_flex .text_area p {
  font-size: 16px;
  line-height: 2em;
}

.school_detail_content01 .school_detail_content_block .school_detail_content_flex .img_area {
  width: 57%;
  order: 2;
}

.school_detail_content02 {
  background: #f6f3e9;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding-bottom: 70px;
}

.school_detail_content02 .school_detail_content_block {
  width: 100%;
  max-width: 1200px;
}

.school_detail_content02 .school_detail_content_flex {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.school_detail_content02 .school_detail_content_flex .school_detail_content_box {
  width: calc(100% / 3 - 40px);
  margin-right: 60px;
  margin-bottom: 30px;
}

.school_detail_content02 .school_detail_content_flex .school_detail_content_box:nth-child(3n) {
  margin-right: 0;
}

.school_detail_content02 .school_detail_content_flex .school_detail_content_box .img_area {
  width: 100%;
  margin-bottom: 10px;
}

.school_detail_content02 .school_detail_content_flex .school_detail_content_box .text_area {
  width: 100%;
  margin-top: 5px;
}

.school_detail_content02 .school_detail_content_flex .school_detail_content_box .text_area p {
  font-size: 16px;
}

.school_detail_content02 .school_detail_content_flex .school_detail_content_box .text_area p .date {
  color: #b19250;
  display: block;
  margin-bottom: 5px;
}

.school_detail_content02 .school_detail_content_flex .school_detail_content_box .text_area p .txt {
  color: #000;
}

.school_detail_content03 {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding-bottom: 70px;
}

.school_detail_content03 .school_detail_content_block {
  width: 100%;
  max-width: 1200px;
}

.school_detail_content03 .school_detail_resson h3 {
  font-size: 26px;
  border-bottom: 4px double #b19250;
  margin-bottom: 50px;
}

.school_detail_content03 .school_detail_resson .school_detail_resson_box {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #b19250;
  justify-content: space-between;
  margin-bottom: 50px;
}

.school_detail_content03 .school_detail_resson .school_detail_resson_box .text_area {
  width: 60%;
  margin-right: 3%;
  order: 1;
}

.school_detail_content03 .school_detail_resson .school_detail_resson_box .text_area h4 {
  font-size: 18px;
  color: #fff;
  background: #b19250;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.school_detail_content03 .school_detail_resson .school_detail_resson_box .img_area {
  width: 37%;
  order: 2;
}

.school_detail_content03 .school_detail_resson .school_detail_resson_box .flex_box {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
}

.school_detail_content03 .school_detail_resson .school_detail_resson_box .flex_box .hd {
  width: 170px;
  padding: 3px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  background: #333;
  text-align: center;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.school_detail_content03 .school_detail_resson .school_detail_resson_box .flex_box .val {
  width: calc(100% - 170px);
  padding: 3px;
  box-sizing: border-box;
  padding-left: 20px;
  color: #333;
  margin-bottom: 10px;
  font-size: 16px;
}

.school_detail_content07 {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding-bottom: 70px;
  background-color: #f9f9f9;
}

.school_detail_content07 .school_detail_content_block {
  width: 100%;
  max-width: 1200px;
}

.school_detail_content07 .school_detail_resson h3 {
  font-size: 26px;
  border-bottom: 4px double #b19250;
  margin-bottom: 50px;
}


.school_detail_content07 .school_detail_resson .school_detail_resson_box {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #d75356;
  justify-content: space-between;
  margin-bottom: 50px;
}

.school_detail_content07 .school_detail_resson .school_detail_resson_box .text_area {
  width: 60%;
  margin-right: 3%;
  order: 1;
}

.school_detail_content07 .school_detail_resson .school_detail_resson_box .text_area h4 {
  font-size: 18px;
  color: #fff;
  background: #d75356;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.school_detail_content07 .school_detail_resson .school_detail_resson_box .img_area {
  width: 37%;
  order: 2;
}

.school_detail_content07 .school_detail_resson .school_detail_resson_box .flex_box {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
}

.school_detail_content07 .school_detail_resson .school_detail_resson_box .flex_box .hd {
  width: 170px;
  padding: 3px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  background: #333;
  text-align: center;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.school_detail_content07 .school_detail_resson .school_detail_resson_box .flex_box .val {
  width: calc(100% - 170px);
  padding: 3px;
  box-sizing: border-box;
  padding-left: 20px;
  color: #333;
  margin-bottom: 10px;
  font-size: 16px;
}


.school_detail_content04 {
  background: #f6f3e9;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding-bottom: 70px;
}

.school_detail_content04 .school_detail_content_block {
  width: 100%;
  max-width: 1200px;
}

.school_detail_content04 .school_benefits_block {
  width: 100%;
  border: 1px solid #b19250;
  position: relative;
  background: #fff;
  margin-bottom: 20px;
}

.school_detail_content04 .school_benefits_block h3 {
  background: #b19250;
  text-align: center;
  color: #fff;
  font-size: 24px;
}

.school_detail_content04 .school_benefits_block .school_benefits_box {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.school_detail_content04 .school_benefits_block .flex_box {
  width: 70%;
  margin: 0 auto;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
}

.school_detail_content04 .school_benefits_block .flex_box .hd {
  width: 170px;
  padding: 3px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  background: #333;
  text-align: center;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.school_detail_content04 .school_benefits_block .flex_box .val {
  width: calc(100% - 170px);
  padding: 3px;
  box-sizing: border-box;
  padding-left: 20px;
  color: #333;
  margin-bottom: 10px;
  font-size: 16px;
}

.school_detail_content04 .school_benefits_block::before {
  content: "";
  background: url(../img/school/item02.png) center no-repeat;
  width: 170px;
  height: 120px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.school_detail_content04 .school_benefits_block::after {
  content: "";
  background: url(../img/school/item03.png) center no-repeat;
  width: 170px;
  height: 120px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.school_detail_content05 {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding-bottom: 70px;
}

.school_detail_content05 .school_detail_content_block {
  width: 100%;
  max-width: 1200px;
}

.school_detail_content05 .school_access_tb {
  width: 100%;
}

.school_detail_content05 .school_access_tb table {
  width: 100%;
}

.school_detail_content05 .school_access_tb table th {
  background: #4c4945;
  padding: 20px 30px;
  width: 300px;
  color: #fff;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  font-size: 18px;
}

.school_detail_content05 .school_access_tb table td {
  font-size: 16px;
  color: #333;
  background: #ededed;
  padding: 20px 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}

.school_detail_content05 .school_access_tb table td a {
  text-decoration: none;
  color: #333;
}

.school_detail_content05 .school_access_tb table td .relative_school {
  display: block;
}

.school_detail_content05 .school_access_tb table td .relative_school .school_name {
  min-width: 120px;
  display: inline-block;
}

.school_detail_content05 .school_access_tb table td .relative_school a {
  display: inline-block;
  text-decoration: none;
  color: #b29453;
  margin-left: 20px;
}

.school_detail_content05 .school_access_tb table td.mail a {
  background: #4c4945;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  padding: 10px 30px;
  box-sizing: border-box;
}

.school_detail_content05 .school_map {
  margin: 80px 0;
  width: 100%;
  height: 600px;
}

.school_detail_content05 .school_map iframe {
  width: 100%;
  height: 100%;
}

.school_detail_content06 {
  background: #f6f3e9;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding-bottom: 70px;
}

.school_detail_content06 .school_detail_content_block {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  box-sizing: border-box;
}

.school_detail_content06 .cf:after {
  clear: both;
}

.school_detail_content06 .cf {
  zoom: 1;
}

.school_detail_content06 #school_gallery_content {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 50px;
}

.school_detail_content06 #featured_img img,
.school_detail_content06 #thumb_img img {
  max-width: 100%;
}

.school_detail_content06 #featured_img {
  margin-bottom: 20px;
}

.school_detail_content06 #thumb_img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.school_detail_content06 #thumb_img .thumb_img_box {
  max-width: 32%;
  width: calc(20% - 8px);
  margin-right: 10px;
  cursor: pointer;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.school_detail_content06 #thumb_img .thumb_img_box:nth-child(5n) {
  margin-right: 0;
}

.school_detail_content06 #thumb_img .thumb_img_box:last-child {
  margin-right: 0;
}

.school_detail_content06 .school_main_gallery {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 50px;
  text-align: center;
}

.school_detail_content06 .school_main_gallery ul {
  width: 100%;
}

.school_detail_content06 .school_main_gallery ul li {
  width: 100%;
  display: none;
}

.school_detail_content06 .school_main_gallery ul li.current {
  display: block;
}

.school_detail_content06 .school_sub_gallery {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.school_detail_content06 .school_sub_gallery ul {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.school_detail_content06 .school_sub_gallery ul li {
  width: calc(20% - 8px);
  margin-right: 10px;
  margin-bottom: 10px;
}

.school_detail_content06 .school_sub_gallery ul li:nth-child(5n) {
  margin-right: 0;
}

/*school_news*/
.school_news_ttl_box {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 100px;
}

.school_news_ttl_box .school_news_ttl {
  text-align: center;
  font-size: 32px;
  position: relative;
}

.school_news_ttl_box .school_news_ttl::before {
  content: "";
  background: url(../img/school/item01.png) center no-repeat;
  width: 231px;
  height: 21px;
  position: absolute;
  bottom: -25px;
  left: calc(50% - 115px);
}

.school_news {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}

.school_news.school_news_lessonn_bg {
  background: #f6f3e9;
}

.school_news .school_news_block {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  box-sizing: border-box;
}

.school_news .school_news_block .school_news_box {
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  background: #faf9f5;
  border: 1px solid #b19250;
  margin-bottom: 50px;
}

.school_news .school_news_block .school_news_box h3 {
  font-size: 24px;
  color: #000;
  border-bottom: 1px solid #b19250;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.school_news .school_news_block .school_news_box h3 .date {
  background: #b19250;
  padding: 3px 10px;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
}

.school_news .school_news_block .school_news_box p {
  font-size: 16px;
  line-height: 2em;
}

.school_news .school_news_lessonn {
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #b19250;
  margin-bottom: 50px;
}

.school_news .school_news_lessonn h3 {
  background: #b19250;
  font-size: 20px;
  color: #fff;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.school_news .school_news_lessonn .date {
  color: #b19250;
  font-size: 14px;
  margin-bottom: 10px;
}

.school_news .school_news_lessonn .date.time {
  margin-left: 20px;
}

.school_news .school_news_lessonn .txt {
  font-size: 16px;
  line-height: 2em;
}

/*contact,publish*/
.contact_bg,
.publish_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

.contact_bg .contact_block,
.contact_bg .publish_block,
.publish_bg .contact_block,
.publish_bg .publish_block {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  box-sizing: border-box;
}

.contact_bg .contact_ttl,
.contact_bg .publish_ttl,
.publish_bg .contact_ttl,
.publish_bg .publish_ttl {
  text-align: center;
  font-size: 32px;
  position: relative;
  margin-bottom: 100px;
}

.contact_bg .contact_ttl::before,
.contact_bg .publish_ttl::before,
.publish_bg .contact_ttl::before,
.publish_bg .publish_ttl::before {
  content: "";
  background: url(../img/contact/item01.png) center no-repeat;
  width: 231px;
  height: 21px;
  position: absolute;
  bottom: -25px;
  left: calc(50% - 115px);
}

.contact_bg .contact_txt,
.contact_bg .publish_txt,
.publish_bg .contact_txt,
.publish_bg .publish_txt {
  text-align: center;
  font-size: 20px;
}

.contact_bg .contact_area,
.contact_bg .publish_area,
.publish_bg .contact_area,
.publish_bg .publish_area {
  margin: 70px auto;
  padding: 40px 80px;
  width: 100%;
  box-sizing: border-box;
  background: #faf9f5;
  border: 1px solid #bca168;
  /* Checkbox */
}

.contact_bg .contact_area table,
.contact_bg .publish_area table,
.publish_bg .contact_area table,
.publish_bg .publish_area table {
  width: 100%;
}

.contact_bg .contact_area table th,
.contact_bg .publish_area table th,
.publish_bg .contact_area table th,
.publish_bg .publish_area table th {
  width: 280px;
  border-bottom: 1px solid #ccc;
  padding: 30px 0 25px;
  box-sizing: border-box;
  font-size: 18px;
  position: relative;
  vertical-align: top;
}

.contact_bg .contact_area table th .required,
.contact_bg .publish_area table th .required,
.publish_bg .contact_area table th .required,
.publish_bg .publish_area table th .required {
  font-size: 14px;
  color: #fff;
  background: #b12626;
  text-align: center;
  padding: 3px;
  box-sizing: border-box;
  width: 70px;
  position: absolute;
  right: 0;
  top: 30px;
}

.contact_bg .contact_area table td,
.contact_bg .publish_area table td,
.publish_bg .contact_area table td,
.publish_bg .publish_area table td {
  width: calc(100% - 280px);
  padding: 25px 0 25px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}

.contact_bg .contact_area table td.tel input,
.contact_bg .publish_area table td.tel input,
.publish_bg .contact_area table td.tel input,
.publish_bg .publish_area table td.tel input {
  width: 15%;
  margin: 0 10px;
}

.contact_bg .contact_area table td.tel input:first-child,
.contact_bg .publish_area table td.tel input:first-child,
.publish_bg .contact_area table td.tel input:first-child,
.publish_bg .publish_area table td.tel input:first-child {
  margin-left: 0;
}

.contact_bg .contact_area table td.tel input:last-child,
.contact_bg .publish_area table td.tel input:last-child,
.publish_bg .contact_area table td.tel input:last-child,
.publish_bg .publish_area table td.tel input:last-child {
  margin-right: 0;
}

.contact_bg .contact_area table td.contact_about,
.contact_bg .publish_area table td.contact_about,
.publish_bg .contact_area table td.contact_about,
.publish_bg .publish_area table td.contact_about {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.contact_bg .contact_area table td.contact_about label,
.contact_bg .publish_area table td.contact_about label,
.publish_bg .contact_area table td.contact_about label,
.publish_bg .publish_area table td.contact_about label {
  width: 30%;
  font-size: 16px;
}

.contact_bg .contact_area table td.publish_address input,
.contact_bg .publish_area table td.publish_address input,
.publish_bg .contact_area table td.publish_address input,
.publish_bg .publish_area table td.publish_address input {
  margin-bottom: 15px;
}

.contact_bg .contact_area table td.publish_address input:first-child,
.contact_bg .publish_area table td.publish_address input:first-child,
.publish_bg .contact_area table td.publish_address input:first-child,
.publish_bg .publish_area table td.publish_address input:first-child {
  width: 300px;
  margin-left: 5px;
}

.contact_bg .contact_area table td.publish_address .publish_address_btn,
.contact_bg .publish_area table td.publish_address .publish_address_btn,
.publish_bg .contact_area table td.publish_address .publish_address_btn,
.publish_bg .publish_area table td.publish_address .publish_address_btn {
  color: #fff;
  font-size: 16px;
  background: #bca168;
  margin-left: 20px;
  border: none;
  padding: 3px 15px;
}

.contact_bg .contact_area table td.publish_address .publish_address_btn:hover,
.contact_bg .publish_area table td.publish_address .publish_address_btn:hover,
.publish_bg .contact_area table td.publish_address .publish_address_btn:hover,
.publish_bg .publish_area table td.publish_address .publish_address_btn:hover {
  opacity: 0.7;
}

.contact_bg .contact_area table td.jenre_select .jenre_block,
.contact_bg .publish_area table td.jenre_select .jenre_block,
.publish_bg .contact_area table td.jenre_select .jenre_block,
.publish_bg .publish_area table td.jenre_select .jenre_block {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.contact_bg .contact_area table td.jenre_select .jenre_block .jenre_box span,
.contact_bg .publish_area table td.jenre_select .jenre_block .jenre_box span,
.publish_bg .contact_area table td.jenre_select .jenre_block .jenre_box span,
.publish_bg .publish_area table td.jenre_select .jenre_block .jenre_box span {
  margin-right: 5px;
  font-size: 16px;
}

.contact_bg .contact_area table td.jenre_select .jenre_block .jenre_box:first-child,
.contact_bg .publish_area table td.jenre_select .jenre_block .jenre_box:first-child,
.publish_bg .contact_area table td.jenre_select .jenre_block .jenre_box:first-child,
.publish_bg .publish_area table td.jenre_select .jenre_block .jenre_box:first-child {
  margin-right: 20px;
}

.contact_bg .contact_area table td.jenre_select .jenre_block .jenre_box select,
.contact_bg .publish_area table td.jenre_select .jenre_block .jenre_box select,
.publish_bg .contact_area table td.jenre_select .jenre_block .jenre_box select,
.publish_bg .publish_area table td.jenre_select .jenre_block .jenre_box select {
  padding: 5px 15px;
}

.contact_bg .contact_area table td .radio,
.contact_bg .publish_area table td .radio,
.publish_bg .contact_area table td .radio,
.publish_bg .publish_area table td .radio {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}

.contact_bg .contact_area table td input,
.contact_bg .contact_area table td textarea,
.contact_bg .contact_area table td select,
.contact_bg .publish_area table td input,
.contact_bg .publish_area table td textarea,
.contact_bg .publish_area table td select,
.publish_bg .contact_area table td input,
.publish_bg .contact_area table td textarea,
.publish_bg .contact_area table td select,
.publish_bg .publish_area table td input,
.publish_bg .publish_area table td textarea,
.publish_bg .publish_area table td select {
  padding: 6px;
  width: 100%;
  border: 1px solid #bca168;
  font-size: 16px;
}

.contact_bg .contact_area table td textarea,
.contact_bg .publish_area table td textarea,
.publish_bg .contact_area table td textarea,
.publish_bg .publish_area table td textarea {
  min-height: 100px;
  margin-bottom: 10px;
}

.contact_bg .contact_area input[type="radio"],
.contact_bg .publish_area input[type="radio"],
.publish_bg .contact_area input[type="radio"],
.publish_bg .publish_area input[type="radio"] {
  display: none;
}

.contact_bg .contact_area input[type="radio"]+label,
.contact_bg .publish_area input[type="radio"]+label,
.publish_bg .contact_area input[type="radio"]+label,
.publish_bg .publish_area input[type="radio"]+label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

.contact_bg .contact_area input[type="radio"]+label::before,
.contact_bg .publish_area input[type="radio"]+label::before,
.publish_bg .contact_area input[type="radio"]+label::before,
.publish_bg .publish_area input[type="radio"]+label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

.contact_bg .contact_area input[type="radio"]:checked,
.contact_bg .publish_area input[type="radio"]:checked,
.publish_bg .contact_area input[type="radio"]:checked,
.publish_bg .publish_area input[type="radio"]:checked {
  color: #bca168;
}

.contact_bg .contact_area input[type="radio"]:checked+label::after,
.contact_bg .publish_area input[type="radio"]:checked+label::after,
.publish_bg .contact_area input[type="radio"]:checked+label::after,
.publish_bg .publish_area input[type="radio"]:checked+label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #bca168;
  border-radius: 50%;
}

.contact_bg .contact_area input[type="checkbox"],
.contact_bg .publish_area input[type="checkbox"],
.publish_bg .contact_area input[type="checkbox"],
.publish_bg .publish_area input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  vertical-align: -0.8rem;
  transition: all 0.15s ease-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0.4rem;
  outline: none;
  border-radius: 10%;
}

.contact_bg .contact_area input[type="checkbox"]:before,
.contact_bg .contact_area input[type="checkbox"]:after,
.contact_bg .publish_area input[type="checkbox"]:before,
.contact_bg .publish_area input[type="checkbox"]:after,
.publish_bg .contact_area input[type="checkbox"]:before,
.publish_bg .contact_area input[type="checkbox"]:after,
.publish_bg .publish_area input[type="checkbox"]:before,
.publish_bg .publish_area input[type="checkbox"]:after {
  position: absolute;
  content: "";
  background: #fff;
  transition: all 0.2s ease-in-out;
}

.contact_bg .contact_area input[type="checkbox"]:before,
.contact_bg .publish_area input[type="checkbox"]:before,
.publish_bg .contact_area input[type="checkbox"]:before,
.publish_bg .publish_area input[type="checkbox"]:before {
  left: 2px;
  top: 6px;
  width: 0;
  height: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.contact_bg .contact_area input[type="checkbox"]:after,
.contact_bg .publish_area input[type="checkbox"]:after,
.publish_bg .contact_area input[type="checkbox"]:after,
.publish_bg .publish_area input[type="checkbox"]:after {
  right: 9px;
  bottom: 3px;
  width: 2px;
  height: 0;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transition-delay: 0.2s;
}

.contact_bg .contact_area input[type="checkbox"]:checked:before,
.contact_bg .publish_area input[type="checkbox"]:checked:before,
.publish_bg .contact_area input[type="checkbox"]:checked:before,
.publish_bg .publish_area input[type="checkbox"]:checked:before {
  left: 2px;
  top: 11px;
  width: 6px;
  height: 2px;
}

.contact_bg .contact_area input[type="checkbox"]:checked:after,
.contact_bg .publish_area input[type="checkbox"]:checked:after,
.publish_bg .contact_area input[type="checkbox"]:checked:after,
.publish_bg .publish_area input[type="checkbox"]:checked:after {
  right: 5px;
  bottom: 1px;
  width: 2px;
  height: 14px;
}

.contact_bg .contact_area input[type="checkbox"]:indeterminate:before,
.contact_bg .contact_area input[type="checkbox"]:indeterminate:after,
.contact_bg .publish_area input[type="checkbox"]:indeterminate:before,
.contact_bg .publish_area input[type="checkbox"]:indeterminate:after,
.publish_bg .contact_area input[type="checkbox"]:indeterminate:before,
.publish_bg .contact_area input[type="checkbox"]:indeterminate:after,
.publish_bg .publish_area input[type="checkbox"]:indeterminate:before,
.publish_bg .publish_area input[type="checkbox"]:indeterminate:after {
  width: 7px;
  height: 2px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}

.contact_bg .contact_area input[type="checkbox"]:indeterminate:before,
.contact_bg .publish_area input[type="checkbox"]:indeterminate:before,
.publish_bg .contact_area input[type="checkbox"]:indeterminate:before,
.publish_bg .publish_area input[type="checkbox"]:indeterminate:before {
  left: 1px;
  top: 7px;
}

.contact_bg .contact_area input[type="checkbox"]:indeterminate:after,
.contact_bg .publish_area input[type="checkbox"]:indeterminate:after,
.publish_bg .contact_area input[type="checkbox"]:indeterminate:after,
.publish_bg .publish_area input[type="checkbox"]:indeterminate:after {
  right: 1px;
  bottom: 7px;
}

.contact_bg .contact_area input[type="checkbox"],
.contact_bg .publish_area input[type="checkbox"],
.publish_bg .contact_area input[type="checkbox"],
.publish_bg .publish_area input[type="checkbox"] {
  border: 1px solid #bca168;
}

.contact_bg .contact_area input[type="checkbox"]:checked,
.contact_bg .contact_area input[type="checkbox"]:indeterminate,
.contact_bg .publish_area input[type="checkbox"]:checked,
.contact_bg .publish_area input[type="checkbox"]:indeterminate,
.publish_bg .contact_area input[type="checkbox"]:checked,
.publish_bg .contact_area input[type="checkbox"]:indeterminate,
.publish_bg .publish_area input[type="checkbox"]:checked,
.publish_bg .publish_area input[type="checkbox"]:indeterminate {
  background: #bca168;
}

.contact_bg .contact_area .contact_privacy,
.contact_bg .contact_area .publish_privacy,
.contact_bg .publish_area .contact_privacy,
.contact_bg .publish_area .publish_privacy,
.publish_bg .contact_area .contact_privacy,
.publish_bg .contact_area .publish_privacy,
.publish_bg .publish_area .contact_privacy,
.publish_bg .publish_area .publish_privacy {
  width: 100%;
  margin: 50px 0;
  border: 1px solid #bca168;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  height: 250px;
  overflow-y: auto;
}

.contact_bg .contact_area .contact_privacy h3,
.contact_bg .contact_area .publish_privacy h3,
.contact_bg .publish_area .contact_privacy h3,
.contact_bg .publish_area .publish_privacy h3,
.publish_bg .contact_area .contact_privacy h3,
.publish_bg .contact_area .publish_privacy h3,
.publish_bg .publish_area .contact_privacy h3,
.publish_bg .publish_area .publish_privacy h3 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.contact_bg .contact_area .contact_privacy h3.mt0,
.contact_bg .contact_area .publish_privacy h3.mt0,
.contact_bg .publish_area .contact_privacy h3.mt0,
.contact_bg .publish_area .publish_privacy h3.mt0,
.publish_bg .contact_area .contact_privacy h3.mt0,
.publish_bg .contact_area .publish_privacy h3.mt0,
.publish_bg .publish_area .contact_privacy h3.mt0,
.publish_bg .publish_area .publish_privacy h3.mt0 {
  margin-top: 0;
}

.contact_bg .contact_area .contact_privacy h4,
.contact_bg .contact_area .publish_privacy h4,
.contact_bg .publish_area .contact_privacy h4,
.contact_bg .publish_area .publish_privacy h4,
.publish_bg .contact_area .contact_privacy h4,
.publish_bg .contact_area .publish_privacy h4,
.publish_bg .publish_area .contact_privacy h4,
.publish_bg .publish_area .publish_privacy h4 {
  position: relative;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.contact_bg .contact_area .contact_privacy h4::before,
.contact_bg .contact_area .publish_privacy h4::before,
.contact_bg .publish_area .contact_privacy h4::before,
.contact_bg .publish_area .publish_privacy h4::before,
.publish_bg .contact_area .contact_privacy h4::before,
.publish_bg .contact_area .publish_privacy h4::before,
.publish_bg .publish_area .contact_privacy h4::before,
.publish_bg .publish_area .publish_privacy h4::before {
  content: "●";
  font-size: 16px;
}

.contact_bg .contact_area .contact_privacy p,
.contact_bg .contact_area .publish_privacy p,
.contact_bg .publish_area .contact_privacy p,
.contact_bg .publish_area .publish_privacy p,
.publish_bg .contact_area .contact_privacy p,
.publish_bg .contact_area .publish_privacy p,
.publish_bg .publish_area .contact_privacy p,
.publish_bg .publish_area .publish_privacy p {
  font-size: 16px;
  margin-bottom: 5px;
}

.contact_bg .contact_area .contact_privacy .contact_privacy_add,
.contact_bg .contact_area .publish_privacy .contact_privacy_add,
.contact_bg .publish_area .contact_privacy .contact_privacy_add,
.contact_bg .publish_area .publish_privacy .contact_privacy_add,
.publish_bg .contact_area .contact_privacy .contact_privacy_add,
.publish_bg .contact_area .publish_privacy .contact_privacy_add,
.publish_bg .publish_area .contact_privacy .contact_privacy_add,
.publish_bg .publish_area .publish_privacy .contact_privacy_add {
  width: 320px;
  margin: 0 0 0 auto;
  display: block;
}

.contact_bg .contact_area .contact_privacy ul li,
.contact_bg .contact_area .publish_privacy ul li,
.contact_bg .publish_area .contact_privacy ul li,
.contact_bg .publish_area .publish_privacy ul li,
.publish_bg .contact_area .contact_privacy ul li,
.publish_bg .contact_area .publish_privacy ul li,
.publish_bg .publish_area .contact_privacy ul li,
.publish_bg .publish_area .publish_privacy ul li {
  font-size: 14px;
  line-height: 1.8em;
}

.contact_bg .contact_area .contact_check,
.contact_bg .contact_area .publish_check,
.contact_bg .publish_area .contact_check,
.contact_bg .publish_area .publish_check,
.publish_bg .contact_area .contact_check,
.publish_bg .contact_area .publish_check,
.publish_bg .publish_area .contact_check,
.publish_bg .publish_area .publish_check {
  text-align: center;
}

.contact_bg .contact_area .contact_check .required,
.contact_bg .contact_area .publish_check .required,
.contact_bg .publish_area .contact_check .required,
.contact_bg .publish_area .publish_check .required,
.publish_bg .contact_area .contact_check .required,
.publish_bg .contact_area .publish_check .required,
.publish_bg .publish_area .contact_check .required,
.publish_bg .publish_area .publish_check .required {
  font-size: 14px;
  color: #fff;
  background: #b12626;
  text-align: center;
  padding: 3px;
  box-sizing: border-box;
  width: 70px;
  display: inline-block;
  margin-right: 20px;
}

.contact_bg .send_btn,
.publish_bg .send_btn {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.contact_bg .contact_submit_back,
.contact_bg .publish_submit_back,
.publish_bg .contact_submit_back,
.publish_bg .publish_submit_back {
  width: 40%;
  max-width: 280px;
  padding: 3px;
  box-sizing: border-box;
  background: #b19250;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
}

.contact_bg .contact_submit_back button,
.contact_bg .publish_submit_back button,
.publish_bg .contact_submit_back button,
.publish_bg .publish_submit_back button {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #fff;
  background: #b19250;
  position: relative;
  z-index: 10;
  font-size: 16px;
  color: #fff;
}

.contact_bg .contact_submit_back button::before,
.contact_bg .publish_submit_back button::before,
.publish_bg .contact_submit_back button::before,
.publish_bg .publish_submit_back button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100%);
  height: 100%;
  transform: translate3d(-130%, 0, 0) skewX(70deg);
  z-index: 0;
  transition: transform 0.65s;
  background: #c5af7e;
  z-index: -1;
}

.contact_bg .contact_submit_back button::after,
.contact_bg .publish_submit_back button::after,
.publish_bg .contact_submit_back button::after,
.publish_bg .publish_submit_back button::after {
  content: "";
  background: url(../img/common/arrow01.png);
  width: 26px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  left: 10px;
  transition: 0.3s;
  z-index: 5;
  transform: rotateY(-180deg);
}

.contact_bg .contact_submit_back img,
.contact_bg .publish_submit_back img,
.publish_bg .contact_submit_back img,
.publish_bg .publish_submit_back img {
  z-index: 5;
}

.contact_bg .contact_submit_back:hover button::before,
.contact_bg .publish_submit_back:hover button::before,
.publish_bg .contact_submit_back:hover button::before,
.publish_bg .publish_submit_back:hover button::before {
  transform: translate3d(0, 0, 0) skewX(0deg);
}

.contact_bg .contact_submit_back:hover button::after,
.contact_bg .publish_submit_back:hover button::after,
.publish_bg .contact_submit_back:hover button::after,
.publish_bg .publish_submit_back:hover button::after {
  left: 5px;
}

.contact_bg .contact_submit,
.contact_bg .publish_submit,
.publish_bg .contact_submit,
.publish_bg .publish_submit {
  width: 40%;
  max-width: 280px;
  padding: 3px;
  box-sizing: border-box;
  background: #b19250;
  position: relative;
  overflow: hidden;
}

.contact_bg .contact_submit button,
.contact_bg .publish_submit button,
.publish_bg .contact_submit button,
.publish_bg .publish_submit button {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #fff;
  background: #b19250;
  position: relative;
  z-index: 10;
  font-size: 16px;
  color: #fff;
}

.contact_bg .contact_submit button::before,
.contact_bg .publish_submit button::before,
.publish_bg .contact_submit button::before,
.publish_bg .publish_submit button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100%);
  height: 100%;
  transform: translate3d(-130%, 0, 0) skewX(70deg);
  z-index: 0;
  transition: transform 0.65s;
  background: #c5af7e;
  z-index: -1;
}

.contact_bg .contact_submit button::after,
.contact_bg .publish_submit button::after,
.publish_bg .contact_submit button::after,
.publish_bg .publish_submit button::after {
  content: "";
  background: url(../img/common/arrow01.png);
  width: 26px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  transition: 0.3s;
  z-index: 5;
}

.contact_bg .contact_submit img,
.contact_bg .publish_submit img,
.publish_bg .contact_submit img,
.publish_bg .publish_submit img {
  z-index: 5;
}

.contact_bg .contact_submit:hover button::before,
.contact_bg .publish_submit:hover button::before,
.publish_bg .contact_submit:hover button::before,
.publish_bg .publish_submit:hover button::before {
  transform: translate3d(0, 0, 0) skewX(0deg);
}

.contact_bg .contact_submit:hover button::after,
.contact_bg .publish_submit:hover button::after,
.publish_bg .contact_submit:hover button::after,
.publish_bg .publish_submit:hover button::after {
  right: 5px;
}

/*news*/
.news_list_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  background: #fff;
  position: relative;
  margin-bottom: 100px;
}

.news_list_bg .news_list_block {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  box-sizing: border-box;
}

.news_list_bg .news_list_block .news_list_flex {
  width: 95%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 65px auto 50px;
}

.news_list_bg .news_list_block .news_list_flex .news_list_box {
  width: calc(25% - 18.75px);
  margin-right: 25px;
  margin-bottom: 25px;
  position: relative;
}

.news_list_bg .news_list_block .news_list_flex .news_list_box:nth-child(4n) {
  margin-right: 0;
}

.news_list_bg .news_list_block .news_list_flex .news_list_box .news_list_ttl {
  position: absolute;
  top: -10px;
  left: -10px;
  color: #fff;
  font-size: 18px;
  display: block;
  padding: 5px 20px;
}

.news_list_bg .news_list_block .news_list_flex .news_list_box .news_list_ttl.ballet {
  background: #b19250;
}

.news_list_bg .news_list_block .news_list_flex .news_list_box .news_list_ttl.j_dance {
  background: #d6a5cd;
}

.news_list_bg .news_list_block .news_list_flex .news_list_box .news_list_ttl.dance {
  background: #dc7487;
}

.news_list_bg .news_list_block .news_list_flex .news_list_box .news_list_ttl.theater {
  background: #7c7edc;
}

.news_list_bg .news_list_block .news_list_flex .news_list_box .news_list_ttl.music {
  background: #765b9b;
}

.news_list_bg .news_list_block .news_list_flex .news_list_box .news_list_ttl.s_dance {
  background: #1a8bdc;
}

.news_list_bg .news_list_block .news_list_flex .news_list_box .news_list_ttl.fitness {
  background: #95dc65;
}

.news_list_bg .news_list_block .news_list_flex .news_list_box .news_list_sub {
  padding: 3px 15px;
  background: #000;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 55%;
  right: 0px;
}

.news_list_bg .news_list_block .news_list_flex .news_list_box .news_list_img {
  width: 100%;
  margin-bottom: 15px;
}

.news_list_bg .news_list_block .news_list_flex .news_list_box .date {
  color: #9e844e;
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
}

.news_list_bg .news_list_block .news_list_flex .news_list_box .txt {
  font-size: 14px;
  color: #333;
}

.news_list_bg .news_list_block .news_list_flex .news_list_box .txt .ttl {
  font-size: 16px;
  display: block;
  margin-bottom: 3px;
}

.news_detail {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  background: #fff;
  position: relative;
  margin-bottom: 100px;
}

.news_detail .news_detail_block {
  width: 100%;
  max-width: 980px;
  padding: 10px;
  box-sizing: border-box;
}

.news_detail .news_detail_block .news_detail_ttl {
  width: 100%;
  font-size: 28px;
  color: #000;
  border-bottom: 3px double #b19250;
}

.news_detail .news_detail_block .date {
  display: block;
  font-size: 16px;
  margin: 10px 0;
  color: #b19250;
}

.news_detail .news_detail_block .news_detail_cate {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.news_detail .news_detail_block .news_detail_cate .cate1 {
  background: #b19250;
  color: #fff;
  padding: 3px 10px;
  margin-right: 10px;
  font-size: 14px;
}

.news_detail .news_detail_block .news_detail_cate .cate2 {
  background: #000;
  color: #fff;
  padding: 3px 10px;
  margin-right: 10px;
  font-size: 14px;
}

.news_detail .news_detail_block .news_detail_cate .cate3 {
  color: #000;
  padding: 3px 10px;
  font-size: 14px;
}

.news_detail .news_detail_block .cf:after {
  clear: both;
}

.news_detail .news_detail_block .cf {
  zoom: 1;
}

.news_detail .news_detail_block #news_detail_img {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 50px;
}

.news_detail .news_detail_block #featured_img img,
.news_detail .news_detail_block #thumb_img img {
  max-width: 100%;
}

.news_detail .news_detail_block #featured_img {
  margin-bottom: 20px;
}

.news_detail .news_detail_block #thumb_img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.news_detail .news_detail_block #thumb_img .thumb_img_box {
  max-width: 32%;
  width: calc(33% - 8px);
  margin-right: 12px;
  cursor: pointer;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.news_detail .news_detail_block #thumb_img .thumb_img_box:nth-child(3n) {
  margin-right: 0;
}

.news_detail .news_detail_block #thumb_img .thumb_img_box:last-child {
  margin-right: 0;
}

.news_detail .news_detail_block .news_detail_txt {
  margin-bottom: 50px;
}

.news_detail .news_detail_block .news_detail_txt p {
  font-size: 16px;
  line-height: 1.8em;
}

.news_detail .news_detail_block .more_btn {
  margin: 0 auto 50px;
  max-width: 300px;
}

.news_detail .news_detail_block .more_btn a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}

.news_detail .news_detail_block .more_btn a img {
  max-width: 180px;
}

/*Youtube*/
.video-container {
  position: relative;
  /*
    padding-bottom: 7%;
    padding-top: 30px; height: 0; overflow: hidden;*/
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  /*width: 1240px;
    height: 700px;*/
  width: 100%;
  height: 45vw;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {

  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
  }

  .top_main {
    max-height: 600px;
  }
}

.ft_bg .ft .ft_flex .ft_left p a {
  text-decoration: none;
}

/******20210414*******/
.result_txt {
  font-size: 16px;
  margin-top: 5px;
}

.publish_ttl02 {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.publish_ttl02 span {
  font-size: 26px;
  color: #b19250;
  display: inline-block;
  position: relative;
  padding: 0 85px;
}

.publish_ttl02 span::before {
  content: "";
  background: url(../img/publish/deco01.png) no-repeat center center / contain;
  width: 79px;
  height: 66px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.publish_ttl02 span::after {
  content: "";
  background: url(../img/publish/deco01.png) no-repeat center center / contain;
  width: 79px;
  height: 66px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}

.button_area {
  width: 770px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}

.button_area a {
  width: 360px;
  text-decoration: none;
  font-size: 16px;
  padding: 3px;
  display: block;
  background-color: #b19250;
  position: relative;
  overflow: hidden;
}

.button_area a:nth-of-type(2) {
  background-color: #d04044;
}

.button_area a span {
  color: #fff;
  border: solid 1px rgba(255, 255, 255, 0.5);
  display: block;
  padding: 15px 30px 15px 5px;
  text-align: center;
  position: relative;
  z-index: 5;
}

.button_area a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100%);
  height: 100%;
  transform: translate3d(-150%, 0, 0) skewX(70deg);
  z-index: 0;
  transition: transform 0.65s;
  background: #c5af7e;
  z-index: 1;
}

.button_area a:nth-of-type(2)::before {
  background: #ed6064;
}

.button_area a::after {
  content: "";
  background: url(../img/common/arrow01.png);
  width: 26px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  right: 35px;
  transition: 0.3s;
  z-index: 5;
}

.button_area a:hover {
  opacity: 1;
}

.button_area a:hover::before {
  transform: translate3d(0, 0, 0) skewX(0deg);
  transition: transform 0.65s;
}

.button_area a:hover::after {
  right: 25px;
  transition: 0.3s;
}

.img_area {
  width: 100%;
  max-width: 810px;
  margin: 100px auto 0;
  display: flex;
  justify-content: space-between;
}

.img_area figure {
  width: calc(530 / 810 * 100%);
}

.img_area figure:nth-of-type(2) {
  width: calc(195 / 810 * 100%);
}

.point_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.point_area .point_box {
  width: 380px;
  padding: 50px 20px 30px;
  background: url(../img/publish/deco02_lt.png) no-repeat top 5px left 5px / 42px 41px,
    url(../img/publish/deco02_lb.png) no-repeat bottom 5px left 5px / 42px 41px,
    url(../img/publish/deco02_rt.png) no-repeat top 5px right 5px / 42px 41px,
    url(../img/publish/deco02_rb.png) no-repeat bottom 5px right 5px / 42px 41px;
  background-color: #f6f3e9;
  border: solid 1px #b19250;
  margin-right: calc((1180px - 1140px) / 2);
  position: relative;
  margin-top: 60px;
}

.point_area .point_box:nth-of-type(3n) {
  margin-right: 0;
}

.point_area .point_box .point_ttl {
  width: 100%;
  border: solid 1px #b19250;
  padding: 4px;
  background-color: #fff;
}

.point_area .point_box .point_ttl span {
  width: 100%;
  height: 70px;
  font-size: 22px;
  color: #b19250;
  line-height: 1.4;
  border: solid 1px #b19250;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.point_area .point_box .point_function {
  width: 260px;
  height: 54px;
  font-size: 20px;
  color: #fff;
  padding: 12px 25px;
  background-color: #b19250;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.point_area .point_box .point_function span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #b19250;
  padding: 4px 10px 3px;
  background-color: #fff;
  display: inline-block;
  margin-left: 5px;
}

.point_area .point_box .point_function::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 14px 0 0;
  border-color: #b19250 transparent transparent transparent;
  position: absolute;
  top: 0;
  right: -14px;
}

.point_area .point_box .point_function::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 0 0 14px;
  border-color: transparent transparent transparent #b19250;
  position: absolute;
  bottom: 0;
  right: -14px;
}

.point_area .point_box .point_function span::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 27px 0;
  border-color: transparent #b19250 transparent transparent;
  position: absolute;
  top: 0;
  left: -14px;
}

.point_area .point_box .point_function span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 27px 14px;
  border-color: transparent transparent #b19250 transparent;
  position: absolute;
  bottom: 0;
  left: -14px;
}

.point_area .point_box .point_txt {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}

.point_area .point_box .point_img {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 1220px) {
  .point_area {
    justify-content: center;
  }

  .point_area .point_box:nth-of-type(3n) {
    margin-right: calc((1180px - 1140px) / 2);
  }

  .point_area .point_box:nth-of-type(2n) {
    margin-right: 0;
  }
}


/*****20220325*****/
.school_detail_body {
  background-color: #2d221e;
}

.school_detail_body .bread_Area .breadcrumb li {
  color: #d1c28c;
}

.school_detail_body .bread_Area .breadcrumb li a,
.school_detail_body .bread_Area .breadcrumb li span {
  color: #b19250;
}

.school_detail_body .sub_main_bg.school {
  background: url(../img/school/main_bg02.png) no-repeat center / cover;
}

.school_detail_body .sub_main_bg .sub_main {
  padding: 100px 0;
}

.school_detail_body .school_detail .school_detail_block .school_detail_box_bg {
  background-color: #fff;
}

.school_detail_body .school_detail .school_detail_block .school_detail_link ul li {
  background-color: #7d6d67;
}

.school_detail_body .school_detail .school_detail_block .school_detail_link ul li a {
  border: 1px solid #beb6b3;
}

.school_detail_body .school_detail_ttl {
  color: #d1c28c;
}

.school_detail_body .school_detail_content02 {
  background: url(../img/school/bg01.png) repeat;
}

.school_detail_body .school_detail_content02 .school_detail_ttl {
  color: #fff;
}

.school_detail_body .school_detail_content02 .school_detail_ttl::before {
  background: url(../img/school/item04.png) center no-repeat;
}

.school_detail_body .school_detail_content02 .school_detail_content_flex .news_img {
  width: 100%;
}

.school_detail_body .school_detail_content02 .school_detail_content_flex .news_img figure {
  width: 100%;
  padding-top: 66.6666%;
  position: relative;
}

.school_detail_body .school_detail_content02 .school_detail_content_flex .news_img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.school_detail_body .school_detail_content02 .school_detail_content_flex .school_detail_content_box .text_area p {
  color: #fff;
}

.school_detail_body .school_detail_content02 .school_detail_content_flex .school_detail_content_box .text_area p .date {
  color: #fff;
}

.school_detail_body .school_detail_content02 .school_detail_content_flex .school_detail_content_box .text_area p .txt a {
  color: #fff;
  text-decoration: none;
}

.school_detail_body .school_detail_content03 .school_detail_resson h3 {
  color: #d1c28c;
}

.school_detail_body .school_detail_content03 .school_detail_resson .school_detail_resson_box {
  background-color: #fff;
  align-items: flex-start;
}

.school_detail_body .school_detail_content03 .school_detail_resson .school_detail_resson_box .text_area {
  width: 59%;
}

.school_detail_body .school_detail_content03 .school_detail_resson .school_detail_resson_box .img_area {
  width: 39%;
  margin-top: 0;
}

.school_detail_body .school_detail_content03 .school_detail_resson .school_detail_resson_box .img_area figure {
  width: 100%;
  padding-top: 69.7674419%;
  position: relative;
}

.school_detail_body .school_detail_content03 .school_detail_resson .school_detail_resson_box .img_area figure::before {
  content: "";
  width: 100%;
  padding-top: 69.7674419%;
  background: url(../img/school/photoframe02.png) no-repeat center / cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.school_detail_body .school_detail_content03 .school_detail_resson .school_detail_resson_box .img_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.school_detail_body .school_detail_content07 .school_detail_ttl {
  color: #2d221e;
}

.school_detail_body .school_detail_content07 .school_detail_ttl::before {
  background: url(../img/school/item05.png) center no-repeat;
}

.school_detail_body .school_detail_content07 .school_detail_resson .school_detail_resson_box {
  background-color: #fff;
  align-items: flex-start;
  border: 1px solid #d75356;
}

.school_detail_body .school_detail_content07 .school_detail_resson .school_detail_resson_box .text_area {
  width: 59%;
}

.school_detail_body .school_detail_content07 .school_detail_resson .school_detail_resson_box .text_area h4 {
  background-color: #d75356;
}

.school_detail_body .school_detail_content07 .school_detail_resson .school_detail_resson_box .img_area {
  width: 39%;
  margin-top: 0;
}

.school_detail_body .school_detail_content07 .school_detail_resson .school_detail_resson_box .img_area figure {
  width: 100%;
  padding-top: 69.7674419%;
  position: relative;
}

.school_detail_body .school_detail_content07 .school_detail_resson .school_detail_resson_box .img_area figure::before {
  content: "";
  width: 100%;
  padding-top: 69.7674419%;
  background: url(../img/school/photoframe02.png) no-repeat center / cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.school_detail_body .school_detail_content07 .school_detail_resson .school_detail_resson_box .img_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.school_detail_body .school_detail_content04 {
  background: url(../img/school/bg01.png) repeat;
}

.school_detail_body .school_detail_content04 .school_benefits_block {
  border: none;
}

.school_detail_body .school_detail_content04 .school_detail_ttl {
  color: #fff;
}

.school_detail_body .school_detail_content04 .school_detail_ttl::before {
  background: url(../img/school/item04.png) center no-repeat;
}

.school_detail_body .school_detail_content04 .school_detail_content_flex .school_detail_content_box .text_area p {
  color: #fff;
}

.school_detail_body .school_detail_content04 .school_detail_content_flex .school_detail_content_box .text_area p .date {
  color: #fff;
}

.school_detail_body .school_detail_content04 .school_benefits_block h3 {
  background-color: #4c4945;
}

.school_detail_body .school_detail_content04 .school_benefits_block .flex_box .hd {
  width: 120px;
  background-color: #4c4945;
}

.school_detail_body .school_detail_content05 .school_access_tb table th {
  border-bottom: 1px solid #2d221e;
}

.school_detail_body .school_detail_content05 .school_access_tb table td {
  background-color: #ededed;
  border-bottom: 1px solid #2d221e;
}

.school_detail_body .school_detail_content06 {
  background: url(../img/school/bg01.png) repeat;
}

.school_detail_body .school_detail_content06 .school_detail_ttl {
  color: #fff;
}

.school_detail_body .school_detail_content06 .school_detail_ttl::before {
  background: url(../img/school/item04.png) center no-repeat;
}

.school_detail_body .school_detail_content06 #featured_img {
  margin-bottom: 50px;
}

.school_detail_body .school_detail_content06 #featured_img .img_wrapper {
  width: 100%;
  padding-top: 61.2244898%;
  position: relative;
}

.school_detail_body .school_detail_content06 #featured_img .img_wrapper::before {
  content: "";
  width: 100%;
  padding-top: 61.2244898%;
  background: url(../img/school/photoframe03.png) no-repeat center / cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.school_detail_body .school_detail_content06 #featured_img .img_wrapper a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.school_detail_body .school_detail_content06 #featured_img .img_wrapper .g_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.common_school_detail_block_wrapper {
  width: 100%;
}

.common_school_detail_block {
  width: 100%;
  margin-top: 50px;
}

.common_school_detail_block:first-of-type {
  margin-top: 0;
}

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

.common_school_detail_block .block_ttl01 {
  width: 36.666%;
  font-size: 28px;
  color: #d1c28c;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  float: left;
}

.common_school_detail_block .block_img01 {
  width: 59.1666%;
  float: right;
}

.common_school_detail_block .block_img01 figure {
  width: 100%;
  padding-top: 69.0140845%;
  overflow: hidden;
  position: relative;
}

.common_school_detail_block .block_img01 figure::before {
  content: "";
  width: 100%;
  padding-top: 69.0140845%;
  background: url(../img/school/photoframe01.png) no-repeat center / cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.common_school_detail_block .block_img01 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.common_school_detail_block .block_txt01 {
  width: 36.666%;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 2.625;
  letter-spacing: 0.05em;
  margin-top: 30px;
  float: left;
}

.common_ttl01 {
  padding: 20px 30px !important;
  position: relative !important;
  background: url(../img/school/ttl_bg01.png) no-repeat center / cover !important;
}

.common_ttl01::before {
  display: none;
}

.common_ttl01 .ttl_wrapper {
  width: 440px;
  padding: 40px 30px;
  border: solid 2px #fff;
  position: relative;
  display: inline-block;
}

.common_ttl01 .ttl_wrapper::before {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% - 20px);
  border: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.common_ttl01 .ttl_wrapper span {
  font-size: 26px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-top: 85px;
  position: relative;
  display: inline-block;
}

.common_ttl01 .ttl_wrapper span::before {
  content: "";
  width: 241px;
  height: 65px;
  background: url(../img/school/ttl_txt01.png) no-repeat center / contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}


.point_area .point_box02 {
  width: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.point_area .point_box02 .box_wrapper {
  width: 100%;
}

.point_area .point_box02 .box_wrapper .point_ttl02 {
  width: 100%;
}

.point_area .point_box02 .box_wrapper .point_ttl02 span {
  width: 100%;
  font-size: 22px;
  color: #b19250;
  font-weight: 500;
  line-height: 1.6;
  display: inline-block;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}

.point_area .point_box02 .box_wrapper .point_ttl02 span::before {
  content: "";
  width: 145px;
  height: 31px;
  background: url(../img/publish/item02.png) no-repeat center / contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.point_area .point_box02 .box_wrapper .button_area {
  width: 100%;
  justify-content: center;
}

.school_detail_content06 #thumb_img .thumb_img_box figure {
  width: 100%;
  padding-top: 66.6666%;
  position: relative;
}

.school_detail_content06 #thumb_img .thumb_img_box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.text_area.w100 {
  width: 100% !important;
  margin-right: 0 !important;
}

.teblock_ttl01.w100 {
  width: 100% !important;
}

.block_txt01.w100 {
  width: 100% !important;
}

.common_ttl10 {
  padding-left: 140px;
  padding-bottom: 10px;
  margin-top: 50px;
}

.common_ttl10 .ttl {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: inline-block;
  line-height: 1;
} 

span.txt a {
  color: #333;
}

.school_list .school_list_block .area {
  color: #fff;
  font-size: 30px;
  margin-top: 25px;
  margin-bottom: 15px;
  border: 2px solid;
  padding: 5px 5px 0px 15px;
  background: #346cb5;
}

.school_list_block table {
	width: 100%;
}

.school_list_box table th {
  background-color: #003682;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 26px;
}
.school_list_box table th {
  padding: 5px 10px;
}
.school_list_box table th.detailLink {
  border-right: solid #CCCCCC 1px;
  border-left: none;
  vertical-align: middle;
  text-align: right;
}
.school_list_box table td.titledate {
  background-color: #A40035;
  border: 1px solid #A40035;
  text-align: center;
  font-size: 20px;
  color: #fff;
  width: 400px;
  font-family: sans-serif;
  font-weight: bold;
}
.school_list_box table td.detaildate {
  text-align: center;
  font-size: 18px;
  padding: 10px 0;
  border: 1px solid #EE0077;
  font-family: sans-serif;
  font-weight: bold;
}
.school_list_box table td.detaildata {
  vertical-align: top;
  padding: 20px 50px;
  font-size: 20px;
}
.school_list_box table td.detaildata p {
  margin-bottom: 40px;
}
.school_list_box table td.detaildata p a {
  text-decoration: underline;
}
/* 外部リンクボタン
===================================*/
.school_list_box .link_btn{
}
.school_list_box .link_btn a{
  color: #080000;
  text-decoration: none !important;
  padding: 10px 20px 10px 40px;
  border-radius: 10px;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
  background: #e9d37c;
  /* padding-right: 31px; */
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22feather%20feather-external-link%22%3E%3Cpath%20d%3D%22M18%2013v6a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V8a2%202%200%200%201%202-2h6%22%3E%3C%2Fpath%3E%3Cpolyline%20points%3D%2215%203%2021%203%2021%209%22%3E%3C%2Fpolyline%3E%3Cline%20x1%3D%2210%22%20y1%3D%2214%22%20x2%3D%2221%22%20y2%3D%223%22%3E%3C%2Fline%3E%3C%2Fsvg%3E');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 12px center;
 }
.school_list_box .link_btn a:hover{
/*   color:#fff;
   background-color:#499eda;
   text-decoration: none;
   border: 1px solid #499eda;*/
}
.school_list_box .link_btn a::after {
}