@charset "UTF-8";
@import url("common.css");




/************************************
** 基本設定（General Setting）
************************************/
html{
  font-size: 62.5%; /* 62.5%を指定すると「1.0 rem = 10px」 */
  scroll-behavior: smooth;
}

html, body {
  margin: 0;
  padding: 0;
}
body {
  font-family:"Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 1.6rem;
    color: #362014;
    letter-spacing: 1.5px;
}

a:hover {
    opacity: 0.6;
}

img{
  border-width:0;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
      image-rendering: -webkit-optimize-contrast;
      width: 100%;
}
.bk_image{
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
figure,
main figure{
  margin: 0;
}
.article{
  position: relative;
}
/*記事・カテゴリ中の画像を要素内に収める*/
.article img,
.category-description img,
.wp-caption,
.hover-image{
  max-width:100%;
  height:auto;
}
.aligncenter{
  clear:both;
}
.cf:after{
  content: "";
  clear: both;
  display: block;
}
.ft14 {
  font-size: 1.4rem;
}
.ft16 {
  font-size: 1.6rem;
}
.ft18 {
  font-size: 1.8rem;
}
.ft20 {
  font-size: 2rem;
}
.ft22 {
  font-size: 2.2rem;
}
.ft26 {
  font-size: 2.6rem;
}
.ft28 {
  font-size: 2.8rem;
}
.ft36 {
  font-size: 3.6rem;
}
.ft43 {
  font-size: 4.3rem;
}
.ft63{
	font-size: 6.3rem;
}
.ft70{
	font-size: clamp(2.4rem,5.8vw + 0rem,7rem);
}
.ft93{
	font-size: 9.3rem;
}

.ls_25 {
  letter-spacing: -0.025em;
  }

.w95 {
	width: 95%;
	margin: 0 auto;
}

.tc {
  text-align: center;
}

.tr{
  text-align: right;
}

.tl {
  text-align: left;
}

ul {
  padding-left: 0;
}

.df {
	display: flex;
  align-items: center;
  }

.db {
  display: block;
}

.sp {
  display: none;
}

.zenkaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}


.zenkaku_a {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen {
  font-family: "Zen Old Mincho", serif;
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h1,h2,h3 {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  text-align: center;
  color: #000000;
  font-weight: bold;
  margin: 0;
}

a {
  text-decoration: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

a:hover {
  opacity: 0.6;
  box-sizing: border-box;
}

a.bg_white {
  position: relative;
  overflow: hidden;
  transition: ease .2s;
   border: 1px solid #ffffff;
}

a.bg_white .btn_inner {
  position: relative;
  z-index: 3;
  width: 100%;
  justify-content: space-between;
}

a.bg_white:hover {
  opacity: 1;
  border: 1px solid #000000;
  box-sizing: border-box;
}

a.bg_white:hover,a.bg_white:hover .arrow_right {
    color: #ffffff;
}

/*a.bg_white:hover .btn_inner .course_item_left h3,a.bg_white:hover .btn_inner .course_item_left p,a.bg_white:hover .btn_inner .course_item_right .arrow_right_empty {
  color: #ffffff;
}*/

/*a.bg_white:hover .btn_inner .course_item_left h3 {
      border-bottom: 1px solid #ffffff;
}*/


.list dd .top_news_btn a:hover span.arrow_right {
  color: #000000;
}



.bg_white.bg_left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #000000;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8,0,0.2,1)0s;
  transform: scale(0,1);
  transform-origin: right top;
}


section.course .bg_white.bg_left:before { display:none;}

a.bg_black {
  position: relative;
  overflow: hidden;
  transition: ease .2s;
  border: 1px solid #000000;
}


a.bg_black .btn_inner {
  position: relative;
  z-index: 3;
  width: 100%;
  justify-content: space-between;
}

a.bg_black:hover,a.bg_black:hover .arrow_right {
  color: #000000;
}

a.bg_black:hover {
  border: 1px solid #000000;
  box-sizing: border-box;
  opacity: 1;
}

.bg_left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8,0,0.2,1)0s;
  transform: scale(0,1);
  transform-origin: right top;
}

.bg_left:hover:before {
  transform-origin: left top;
  transform: scale(1,1);
}


.heading {
  position: relative;
}

.heading:before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 72px;
  height: 6px;
  background-color: #3394b7;
}

.heading p {
  color: #3394b7;
  font-size: clamp(1.6rem,1.6vw + 0rem,2.2rem);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}

p,li,a,dt,dd {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000000;
  margin: 0;
}

th,td {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  color: #000000;
  letter-spacing: 0.1em;
}

.vertical {
  writing-mode: vertical-rl;
}

.arrow_right {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
  position: relative;
}

.arrow_right02 {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  border: 0.075em solid currentColor;
  background: transparent;
  border-radius: 50%;
  box-sizing: content-box;
}


.arrow_right02::before {
  content: '';
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.18em 0.31177em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.arrow_right_empty {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  line-height: 1;
  position: relative;
  width: 2em;
  height: 2em;
  transform: translateX(-25%) rotate(45deg);
}

.arrow_right_empty::before, .arrow_right_empty::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.arrow_right_empty::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.arrow_right_empty::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

.fadeIn {
  transform: translate3d(0, 30px, 0);
  transition: 3s;
  opacity: 0;
}

.fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}


.m0 {
  margin: 0 auto;
}

.fn {
  font-weight: 400;
}

.fbl {
  font-weight: 900;
}

.black {
  color: #323940;
}

.red {
  color: #d8320b;
}
.red2 {
  color: #db717b;
}

.pink {
  color: #ff9999 !important;
}

.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.bg_red {
  background-color: #e84a4b;
}
.bg_red02 {
  background-color: rgba(232,74,75,0.12);
}
.bg_gray {
  background-color: #e1e0e3;
}
.bg_gray02 {
  background-color: #f2f2f2;
}
.bg_white {
  background-color: #ffffff;
}
.bg_white02 {
  background-color: rgba(255,255,255,0.85);
}
.bg_black {
  background-color: #000000;
}
.bg_green {
  background-color: #094f6a;
}
.bg_green02 {
  background-color: rgba(9,79,106,12%);
}
.bg_blue {
  background-color: #1e50a2;
}
.bg_blue02 {
  background-color: rgba(30, 80, 162, 12%);
}
.blue {
  color: #1e50a2;
}
.blue02 {
  color: #3394b7;
}
.green {
  color: #094f6a;
}


.arrow {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  width: 35px;
  height: 1px;
  background: currentColor;
  position: relative;
}

.arrow:before {
  content: '';
  width: 0.45em;
  height: 0.45em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}

.arrow01 {
  display: inline-block;
  margin-left: 44%;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.6rem 0.6rem;
  border-left-color: currentColor;
  border-right: 0;
}

.arrow_red {
  display: inline-block;
  vertical-align: middle;
  color: #e84a4b;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.6rem 1rem;
  border-left-color: currentColor;
  border-right: 0;
  margin-right: 8%;
}

.w_small_arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  margin-left: -4%;
}

.w_small_arrow:before, .w_small_arrow:after {
  content: "";
  width: 7px;
  height: 1px;
  background: #323940;
  position: absolute;
  top: 31%;
  left: 8px;
  transform: rotate(35deg);
  transform-origin: calc(100%) 50%;
}

.w_small_arrow:after {
  transform: rotate(-35deg);
}

.w_arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  margin-left: 0;
}

.w_arrow:before, .w_arrow:after {
  content: "";
  width: 7.1px;
  height: 1px;
  background: #323940;
  position: absolute;
  top: 31%;
  left: 1px;
  transform: rotate(35deg);
  transform-origin: calc(100%) 50%;
}

.w_arrow:after {
  transform: rotate(-35deg);
}

.btn {
  color: #fff;
  font-weight: bold;
  margin: 8% auto 0;
  border-radius: 0;
  cursor: pointer;
  line-height: normal;
  padding: 21.5px 16px;
  text-decoration: none;
  text-align: left;
  font-size: 14px;
  width: 358px;
  border: 0.75px solid transparent;
  box-sizing: border-box;
  justify-content: space-between;
}

.btn:hover {
  color: #5cb1d1;
  background-color: #ffffff;
  border: 0.75px solid #5cb1d1;
  box-sizing: border-box;
}

.black_border {
  width: 43px;
}

.ti_14 {
  text-indent: 14px;
}

/* .btn:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}

.btn:before {
  width: 100%;
  display: block;
  content: '';
  position: absolute;
  border: 1px solid #ffffff;
  padding: 14.5px 3.5% 14.5px 6%;
  box-sizing: border-box;
  inset: 0;
  background-color: #ffffff;
  border-radius: 26px;
  transition: transform 0.6s ease;
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
} */


.btn:hover .arrow,.btn:hover .arrow01 {
  color: #5cb1d1;
}

.ft10 {
	font-size: clamp(1.0rem,1vw + 0rem,1rem);
}

#container {
  overflow: hidden;
}


@media (min-width: 678px) {
a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
}
}

/*------------------------------------------------------

ヘッダー

-------------------------------------------------------*/

header {
  background-color: #e1e0e3;
}

.header_info a img {
  display: block;
  width: 23px;
}

.header_contact a {
  justify-content: space-evenly;
  width: 299px;
  padding: 5%;
  box-sizing: border-box;
}

.header_contact a img {
  display: inline-block;
  width: 35px;
}

#h-top {
  padding: 0 5%;
  position: relative;
  height: 11.3vw;
}

.header_left,.header_right {
  position: absolute;
}

@media screen and (max-width:1100px) {

#h-top .header_left {
  width: 24.65vw;
  height: auto;
  padding: 7%;
  box-sizing: border-box;
  left: -3%;
  }

#h-top .header_contact a {
  width: 230px;
}
}

.header_left {
  width: 405px;
  height: 160px;
  top: 0;
  left: 1%;
  z-index: 11111;
  position: relative;
  padding: 7% 0;
  box-sizing: border-box;
}



.header_left a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  justify-content: center;
}

.header_left a img {
  width: 90%;
}

.header_right {
  width: 47.5%;
  top: 28%;
  right: 3.65%;
  justify-content: flex-end;
}

.header_info {
  margin-right: 2%;
  white-space: nowrap;
}

.hero {
  background-image: url(../../../images/hero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 58%;
  width: 93%;
  height: 40.66vw;
  margin: 0 auto;
  position: relative;
}

.hero_text {
  position: absolute;
  top: 6%;
  right: 5%;
  z-index: 11111111111111;
}

.hero_text h2 span {
    margin-right: 1%;
    padding: 0.7em 1%;
}

.hero_text h2 span:nth-child(2) {
  margin-right: 5%;
  position: relative;
  top: 6%;
}

.lesson_applications_btn:hover,.contact_form_btn:hover {
  transition: all .3s;
  right: 10px;
}

.lesson_applications_btn,.contact_form_btn {
  width: 79px;
  position: fixed;
  right: 0;
  padding: 1em 0;
  z-index: 200000000000000000;
}

.lesson_applications_btn {
  top: 30%;
  box-sizing: border-box;
  text-align: justify;
}

.lesson_applications_btn a {
  margin: 0 auto;
}

.lesson_applications_btn a span.arrow_right02,.contact_form_btn a span.arrow_right02 {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  position: relative;
  width: 3rem;
  height: 3rem;
  border: 0.075em solid currentColor;
  background: transparent;
  border-radius: 50%;
  box-sizing: content-box;
  margin-top: 0.5em;
}

.lesson_applications_btn a span.arrow_right02::before,.contact_form_btn a span.arrow_right02:before {
  border-width: 0.35em 0.5em;
}

.contact_form_btn {
  top: 55.5%;
  box-sizing: border-box;
}

.lesson_applications_btn a,.contact_form_btn a {
  flex-direction: column;
}

@media screen and (max-width:1700px) {

  .lesson_applications_btn {
  top: 20%;
  box-sizing: border-box;
  text-align: justify;
}
  .contact_form_btn {
  top: 48.5%;
  box-sizing: border-box;
}
}



.contact_form_btn a {
  width: 100%;
}

#navi-in ul {
  background-image: url(../../../images/decoration_navi.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  width: 80vw;
  height: 11.3vw;
  margin-top: -3%;
  margin-left: 2.7%;
  position: absolute;
  padding: 0 7%;
  z-index: 111;
}

#navi-in ul li {
  margin-right: 2.7%;
}



#navi-in ul li a {
  position: relative;
  display: inline-block;
  width: fit-content;
}

#navi-in ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transform: scale(0,1);
  transform-origin: left top;
  transition: transform 0.3s;
}

#navi-in ul li a:hover:after {
  transform: scale(1,1);
}





/*------------------------------------------------------

トップページ

-------------------------------------------------------*/

.top_lead {
  position: relative;
}

.school_name {
  width: 80%;
  height: 188px;
  position: absolute;
  top: 9%;
  right: -1%;
}

.top_lead_inner {
  padding-top: 24%;
  padding-bottom: 18%;
}

.top_lead_left {
  width: 15%;
}

.top_lead_left h2 {
  margin-top: -49%;
}

.top_lead_left h2 span {
  height: fit-content;
  padding: 0.5em 1.5%;
  position: relative;
}

.top_lead_left h2 span:nth-child(2) {
  position: relative;
  top: 21%;
  margin-right: 3.5%;
}

.top_lead_right {
  width: 85%;
  align-items: flex-start;
}

.top_lead_item {
  width: calc(96%/3);
  margin-right: 2%;
}

.top_lead_item p {
  margin-top: 2%;
}

.decoration_lead01,.decoration_lead02 {
  position: absolute;
  width: 39.5vw;
}

.decoration_lead01 {
  top: 28%;
  left: 15%;
}

.decoration_lead02 {
  bottom: 15%;
  right: 4%;
}

.top_point {
  position: relative;
  height: 60vw;
}

.circle_01,.circle_02 {
  position: absolute;
}

.circle_01 {
  width: 32.2vw;
  top: 5%;
  right: -2%;
}

.circle_02 {
  width: 35.1vw;
  bottom: 0%;
  z-index: 20000000000000000000;
  left: -10%;
}

.top_point_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 53vw;
}

.top_point_inner h2 {
  text-align: left;
  margin-left: 10%;
}

.top_point_inner p {
  margin-left: 3%;
}

.top_school_guidance .arrow_right {
  color: #000000;
}

.top_point .decoration_border01 {
  position: absolute;
  top: -11%;
  left: 0;
  width: 100%;
}

.top_point .decoration_border02 {
  position: absolute;
  z-index: 20000000;
  bottom: -10%;
  left: 0;
  width: 100%;
}


.top_point_inner h2 span.ft61 {
  background-image: url(../../../images/decoration_06.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 94px;
  height: 94px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.top_point_btn {
  text-align: center;
  border: 1px solid #000000;
  height: 304px;
  position: absolute;
  bottom: 0;
  margin-right: 8%;
}

.top_point_btn:before {
  content: "";
  position: absolute;
  top: -79px;
  left: 50%;
  transform: translate(-50%,0);
  width: 1px;
  height: 100px;
  background-color: #000000;
  z-index: 2;
}

.top_point_btn a {
  padding: 7% 4.5% 6.6%;
  height: 304px;
  display: block;
  box-sizing: border-box;
}

.decoration_course {
  width: 42.7vw;
  position: absolute;
  left: -6%;
  bottom: 20%;
  z-index: -2;
}

.page-id-7 .course {
  padding: 11.5% 0 5%;
}

.course {
  position: relative;
  z-index: 1000000;
}

.course_inner {
  align-items: flex-start;
}

.course_left {
  width: 10%;
}

.course_right {
  width: 90%;
  flex-wrap: wrap;
  align-items: flex-start;
}

.course_item {
  width: calc(96%/3);
  margin-right: 2%;
  margin-bottom: 2%;
  height: 15vw;
  box-sizing: border-box;
  align-items: flex-start;
}

.course_item:nth-child(3n) {
  margin-right: 0;
}

.course_item a {
  justify-content: space-around;
  padding: 7%;
  box-sizing: border-box;
}

.course_item_left {
  width: 84%;
  height: 151px;
}

.course_item_left p {
  width: 89%;
  padding-left: 3%;
}

.course_item_left h3 {
  border-bottom: 1px solid #000000;
  text-align: left;
  padding: 0 0 2% 2%;
}

.course_item_left p {
  padding: 1% 0 0 3%;
}

.course_item_right {
  width: fit-content;
}

.course_item_right .arrow_right_empty {
  width: 1.7em;
  height: 1.7em;
}

.course_item_right .arrow_right_empty::before {
  height: 0.25em;
}

.course_item_right .arrow_right_empty::after {
  width: 0.25em;
}

.top_teacher {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 100%), url(../../../images/teacher.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  width: 100%;
  height: 25vw;
  border-top: 28px solid #000000;
  border-bottom: 28px solid #000000;
  position: relative;
}

.top_teacher_inner {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translate(0,-50%);
}

.top_teacher_btn {
  width: 45.5%;
  margin: 0 auto;
  border: 1px solid #ffffff;
}

.top_teacher_btn a {
  justify-content: space-around;
  padding: 4% 5%;
}

.top_menu {
  padding: 8.5% 0;
}

.top_menu_inner {
  width: 93%;
  margin: 0 auto;
  flex-wrap: wrap;
}

.top_menu_item {
  width: calc(96%/3);
  margin-right: 2%;
}

.top_menu_item a  {
 transition: transform .6s ease;
}

.top_menu_item a:hover  {
  transform: scale(1.02);
}

.top_menu_item:nth-child(-n+3) {
  margin-bottom: 5%;
}

.top_menu_item:nth-child(3n) {
  margin-right: 0;
}

.top_menu_item a {
  align-items: flex-start;
}

.top_menu_left h3 {
  margin-right: 20px;
}

.top_menu_left h3 img {
  display: inline-block;
  margin-top: -20px;
  margin-bottom: 18px;
}

.top_menu_right {
  width: 100%;
  height: 18.7vw;
}

.top_menu01 {
  background: linear-gradient(to right,rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../../../images/top_menu01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.top_menu02 {
  background: linear-gradient(to right,rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../../../images/top_menu02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.top_menu03 {
  background: linear-gradient(to right,rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../../../images/top_menu03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.top_menu04 {
  background: linear-gradient(to right,rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../../../images/top_menu04.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.top_menu05 {
  background: linear-gradient(to right,rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../../../images/top_menu05.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.top_menu06 {
  background: linear-gradient(to right,rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../../../images/top_menu06.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.top_news_inner {
  margin: 4% auto;
  align-items: flex-start;
  justify-content: space-around;
}

.top_news_right {
  width: 80%;
}

.list {
  justify-content: space-between;
  position: relative;
  border-bottom: 0.5px dashed #323940;
  padding-bottom: 1%;
  margin-bottom: 0;
  margin-top: 1%;
}
.list.last {
  border-bottom: none;
}

.list dt {
  padding: 2% 1.5%;
}

.list dd span.arrow_right {
  display: inline-block;
  margin-right: 1%;
  color: #094f6a;
}

.list dd .top_news_btn span.arrow_right {
  color: #ffffff;
}

.list dd {
  white-space: nowrap;
}


.list.first dd {
  padding-bottom: 2%;
  margin-bottom: 1.5%;
  border-bottom: 0.5px dashed #323940;
}

.list dd.last {
  border-bottom: none;
}

.list dd:nth-child(2) {
  border-bottom: none;
}

.news_article {
  width: 90%;
}

.top_news_btn {
  width: 211px;
  height: 43.5px;
  position: absolute;
  right: 1%;
} 

.top_news_btn.first {
  bottom: 6%;
}

.top_news_btn a {
  width: 100%;
  height: 100%;
  padding: 0 5%;
  box-sizing: border-box;
  justify-content: space-between;
}

.top_school_guidance {
  padding: 4% 0 12%;
}

.top_school_guidance h2 {
  padding: 3% 0;
}

.school_item {
  width: calc(100%/3);
  height: 40vw;
  position: relative;
}

.school_item01 {
  background: linear-gradient(to right,rgba(0,0,0,0.65),rgba(0,0,0,0.65)),url(../../../images/top_school01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.school_item02 {
  background: linear-gradient(to right,rgba(0,0,0,0.65),rgba(0,0,0,0.65)),url(../../../images/top_school02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.school_item03 {
  background: linear-gradient(to right,rgba(0,0,0,0.65),rgba(0,0,0,0.65)),url(../../../images/top_school03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.school_item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: transform .6s ease;
}

.school_item a:hover {
  transform: scale(1.02);
}

.school_item a h3 {
  position: absolute;
  left: 5%;
  bottom: 2%;
}

.top_school_guidance {
    padding: 4% 0 5.5%;
}

.top_school_btn {
  width: 35%;
  margin: 3% auto 0;
}

.top_school_btn a {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 4.5% 6%;
  box-sizing: border-box;
  justify-content: space-between;
}

.contact {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../../../images/contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 6% 0 3%;
  box-sizing: border-box;
}

.contact_inner {
  width: 80%;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  align-items: normal;
}

.contact_inner p.ft28 {
  padding: 2% 0;
  margin-top: 0;
}

.contact_left,.contact_right {
  width: 48%;
  padding-top: 0.5%;
  padding-bottom: 5%;
}

.contact_left {
  margin-right: 4%;
}

.contact_left, .contact_right {
    height: auto;
    width: 48%;
    padding: 40px 0;
}

.contact_tel a,.contact_mail a {
  justify-content: center;
}

.contact_tel img {
  width: 28.5px;
  margin-right: 0.5%;
  margin-top: 7px;
}

.contact_mail {
  width: 66.8%;
  margin: 0 auto;
}

.contact_mail a {
  padding: 5% 6%;
  box-sizing: border-box;
  justify-content: center;
}


.contact_mail  a.bg_black .btn_inner {
  justify-content: center;
}


.mail_icon {
  margin-right: 10px;
  width: 39px;
  height: 27.7px;
  -webkit-mask-image: url(../../../images/mail.png);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-image: url(../../../images/mail.png);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
  background-color: #ffffff;
}

a.bg_black:hover .mail_icon {
  background-color: #000000;
}




.contact_right .arrow_right {
    margin-left: 10px;
}

#footer-in {
  padding: 2% 0;
}

.footer_left {
  width: 42%;
}

.footer_logo {
  width: 350px;
}

.footer_left p img {
  width: 17px;
  margin-top: 5px;
  margin-right: 4px;
}
.footer_right {
  width: 58%;
}

.footer_right_bottom ul li a {
  position: relative;
  display: inline-block;
  width: fit-content;
}

.footer_right_bottom ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transform: scale(0,1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.footer_right_bottom ul li a:hover:after {
  transform: scale(1,1);
}


.footer_school {
  width: 207px;
  margin-right: 3%;
}

.footer_school a {
  justify-content: space-around;
  width: 100%;
  height: 100%;
  padding: 7% 8%;
  box-sizing: border-box;
}

.footer_school:last-child {
  margin-right: 0;
}

.footer_right_bottom ul li:after {
  content: "|";
  color: #000000;
  padding: 0 10px;
}

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

.footer_school a span.arrow_right {
  display: inline-block;
  margin-left: 18%;
}

.credit p {
  padding: 1% 0;
}

#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  border: 1px solid #ffffff;
  width: 30px;
  height: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000000000;
}

#page-top a {
  padding: 3%;
  position: relative;
  overflow: visible;
}

#page-top a .btn_inner {
  justify-content: center;
  caret-color: transparent;
  cursor: pointer;
}


.dli-arrow-up {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  position: relative;
  position: absolute;
  top: -9%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0.1em;
  height: 2em;
  background: currentColor;
  margin-top: -10px;
  z-index: 1111111111111111111111;
}

.dli-arrow-up::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: -0.05em;
  right: 50%;
  box-sizing: border-box;
}



/*----------------------------------------------------

  パンくずリスト

 -----------------------------------------------------*/

 #breadcrumb {
  padding: 1.5% 0 0 2%;
}

.breadcrumb-home span img {
  width: 30px;
}

.breadcrumb-home a {
  display: inline-block;
  margin-left: 14%;
}

.breadcrumb-home a span {
  white-space: nowrap;
}

.breadcrumb-item {
  margin-left: 28px;
  line-height: 1;
}

.fa-angle-right {
  margin-left: 17%;
}

.fa-angle-right:before {
  color: #323940;
}

/*----------------------------------------------------

  下層ページ

-----------------------------------------------------*/

.kaso_header01 {
   background: linear-gradient(to right, rgba(0, 0, 0, 0.7)0%,rgba(0, 0, 0, 0.7)100%), url(../../../images/kaso_header01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 35.6vw;
  position: relative;
}

.kaso_header01 h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.kaso_header02 {
  background: linear-gradient(to right, rgba(0, 0, 0, 1)0%, rgba(0, 0, 0, 1)55%,rgba(0, 0, 0, 0)100%), url(../../../images/kaso_header02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 38.15vw;
  position: relative;
  margin-top: -2%;
}

.kaso_header02 h1 {
  position: absolute;
  top: 50%;
  left: 25vw;
  transform: translate(-50%,-50%);
}

.kaso_header03 {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.32)0%,rgba(0, 0, 0, 0.32)100%), url(../../../images/kaso_header03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 37.5vw;
  position: relative;
}

.kaso_header03 h1 {
  width: 56.6%;
  height: 21.3vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
}

.kaso_header04,.kaso_header05 {
  position: relative;
  height: 38.15vw;
  background-color: #000000;
  margin-top: -2%;
}

.kaso_header04_inner {
  background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 0) 100%), url(../../../images/kaso_header04.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}

.kaso_header04 h1,.kaso_header05 h1 {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  left: 6%;
}

.kaso_header05_inner {
  background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 0) 100%), url(../../../images/kaso_header05.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}





/*----------------------------------------------------

  プライバシーポリシー

-----------------------------------------------------*/


.page-id-30 .entry-content {
    margin-top: 20%;
  }

.privacy-contents {
    margin: 3% auto 9%;
  }

.privacy_inner p {
  padding-left: 3%;
}

.privacy_inner dl {
    margin-top: 5%;
  }


.privacy-contents dl dt {
  border-bottom: 1px solid #c4c4c4;
  padding: 0 0 1.5% 3%;
  position: relative;
}

.privacy-contents dl dt:before {
  position: absolute;
  top: 37%;
  transform: translate(0, -50%);
  left: 0.5%;
  content: "";
  width: 4px;
  height: 75%;
  background-color: #000000;
}

.privacy-contents dl dd {
  width: 96%;
  margin: 0 auto 4%;
  font-weight: 400;
}



.privacy-contents dl dd.dd1 {
  margin-bottom: 2%;
}


/*----------------------------------------------------

  サイトマップ

-----------------------------------------------------*/

.sitemap {
  margin: 6% auto 9%;
}

.sitemap_box {
  justify-content: space-around;
  align-items: flex-start;
  margin: -4% auto 4.5%;
}

.sitemap_box02 {
  margin: 2% auto -3%;
}

.sitemap_box h2 {
  margin-top: 5%;
  white-space: nowrap;
}

.page-id-21 .black_border,.page-id-24 .black_border {
  display: inline-block;
  margin-bottom: 5%;
}

.sitemap_box ul {
  flex-wrap: wrap;
  margin-top: 5%;
  padding-left: 0;
  width: 85%;
}

.sitemap_box ul li {
  width: 48%;
  margin-right: 4%;
  border: 1px solid #e8e8e8;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  margin-bottom: 2%;
  transition: transform .6s ease;
}

.sitemap_box ul li:nth-child(even) {
  margin-right: 0;
}

.sitemap_box ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 4.5% 0 4.5% 8%;
  box-sizing: border-box;
  position: relative;
  line-height: 1;
}

.sitemap_box ul li:hover {
  transform: scale(1.02);
}

.sitemap_box ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translate(0, -50%);
  width: 4px;
  height: 50%;
  background-color: #000000;
}

.sitemap_box ul li.bg_black a:before {
  background-color: #ffffff;
}

.course {
  padding: 6.5% 0 11%;
}

.page-id-21 .course_inner {
  justify-content: space-around;
}

.page-id-21 .course_left {
  width: fit-content;
}

.page-id-21 .course_left h2 {
  white-space: nowrap;
}

.page-id-21 .course_right {
  position: relative;
  width: 85%;
}

.course_btn {
  width: 265px;
  height: 55px;
  position: absolute;
  right: 0;
  bottom: -10%;
}

.course_btn a {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  padding: 0 9%;
  box-sizing: border-box;
}

/*----------------------------------------------------

  コースのご案内

-----------------------------------------------------*/

.page_course {
  padding-bottom: 7%;
}

.page_course p.ft16 {
  padding: 3% 0 5%;
}

.page-id-24 .course {
  padding: 6.5% 0 4%;
}

.page-id-24 .course h2 {
  white-space: nowrap;
}


/*----------------------------------------------------

  各コース共通

-----------------------------------------------------*/

.course_lead {
  padding: 4% 0 8%;
}

.course_box p.ft16 {
  width: 97%;
  margin: 0 auto 4%;
}

.course_box h2 {
  position: relative;
  border-bottom: 3px solid #e1e0e3;
  padding-bottom: 1.5%;
  padding-left: 0.6%;
}

.course_box h2:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 14%;
  height: 3px;
  background-color: #000000;
}

.course_box ul li img,.course_about ul li img {
  display: inline-block;
  width: 31px;
  margin-right: 2%;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,td {
  border-right: 0.5px solid #e1e0e3;
}

.bt {
  border-top: 0.5px solid #e1e0e3;
}

.bb {
  border-bottom: 0.5px solid #e1e0e3;
}

tbody tr th,tbody tr td {
  padding: 1.7% 1.5%;
}

.table_course tbody tr {
  width: 100%;
  display: table;
}

.table_course tbody tr th {
  width: 20%;
}

.table_course tbody tr td {
  width: 30%;
}

.table_course tbody tr th,.table_course tbody tr td {
  padding: 3% 2.5%;
}

.page-id-552 .table_course tbody tr:last-child td,.page-id-556 .table_course tbody tr:last-child td  {
  width: 80%;
}

.curriculum {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.curriculum h2 {
  border-bottom: 3px solid #ffffff;
}

.curriculum .course_box_inner {
  padding: 4%;
}

.curriculum_info {
  padding: 3% 0;
}

.curriculum table tbody tr {
  width: 90%;
}

.curriculum table tbody tr th,.price table tbody tr th {
  width: 25%;
}

.curriculum table tbody tr td/*,.price table tbody tr td*/ {
  width: 75%;
}

.table_course tbody tr td,.curriculum table tbody tr td {
  border-right: none;
}

.curriculum table tbody tr th {
  border-right: none;
  position: relative;
}

.curriculum table tbody tr th:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  right: 0;
  width: 0.5px;
  height: 80%;
  background-color: #dddddd;
}

.curriculum table tbody tr td {
  padding: 1.7% 3.5%;
}

.price {
  padding: 6% 0;
}

.price table tbody tr th,.price table tbody tr td {
  border-right: none;
}

.price table tbody tr th {
  padding: 3% 1.8%;
}

.price table tbody tr td {
  padding: 3%;
}

.course_about_inner {
  justify-content: space-around;
  margin: 7% auto 4%;
}

.course_about_left {
  width: 407px;
  height: 287px;
  position: relative;
  z-index: 10;
}

.course_about_right {
  width: 49%;
}



/*----------------------------------------------------

  学童クラス

-----------------------------------------------------*/



.kids .course_box p.ft16 {
  margin: 0 auto;
}


.kids_price tbody tr th.t_01,.kids_price tbody tr td.t_01 {
  width: 20%;
}

.kids_price tbody tr th.t_02,.kids_price tbody tr th.t_03 {
  width: 40%;
}

.kids_price tbody tr td.t_02,.kids_price tbody tr td.t_03,.kids_price tbody tr td.t_04,.kids_price tbody tr td.t_05 {
  width: 20%;
}

.kids_price tbody tr th.t_03,.kids_price tbody tr td.t_05 {
  border-right: none;
}

.kids_recruit li span.fbl {
  margin-right: 2%;
}


/*----------------------------------------------------

  特殊講座

-----------------------------------------------------*/

.tokubetsu .course_lead {
  padding-bottom: 2%;
}

.tokubetsu_btn {
  width: 35vw;
  margin: 2% auto 13%;
  position: relative;
}

.tokubetsu_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  padding: 7.6% 7%;
  box-sizing: border-box;
}

.course_mini_box h3 {
  padding: 2.5% 3%;
}

.course_box  p.ft16.mb1 {
    margin: 0 auto 1%;
}

.course_box  p.ft16.mb3 {
  margin: 0 auto 3%;
}

.course_img01 {
  width: 194px;
  margin-right: 9.5%;
}

.course_img02,.course_img04 {
  width: 387.5px;
}

.course_img03 {
  width: 304px;
  margin-right: 5%;
}

.back_deco01,.back_deco02 {
  width: 188px;
  position: absolute;
  z-index: -1;
}

.back_deco01 {
  top: -12%;
  left: -19%;
}

.back_deco02 {
  bottom: -29%;
  right: -14%;
}

.course_image_box {
  align-items: flex-start;
}

.course_image {
  width: calc(97% / 3);
  margin-right: 1.5%;
}

.course_image:last-child {
  margin-right: 0;
}


/*----------------------------------------------------

  実用書道科

-----------------------------------------------------*/

.jituyo .course_lead {
  padding: 4% 0 3%;
}

.page-id-552 .course_about_inner {
  margin: 7% auto 13%;
}

.page-id-552 .course_mini_box h3 {
  padding: 1.2% 1.5%;
}

.jituyo_course tbody tr:nth-child(3) th, .jituyo_course tbody tr:nth-child(3) td {
  height: 154px;
  box-sizing: border-box;
}

.recommendation li {
  white-space: nowrap;
}

.page-id-552 .recommendation,.page-id-567 .recommendation {
  flex-wrap: wrap;
}

.page-id-552 .recommendation li,.page-id-567 .recommendation li {
  width: 50%;
}

.recommendation li:nth-child(2n) {
  margin-right: 0;
}





/*----------------------------------------------------

  師範科

-----------------------------------------------------*/

.shihanka .course_lead {
  padding: 4% 0 6%;
}

.course_image_box.w95.mb8,.course_image_box.w95.mb7 {
  margin-bottom: 7%;
}

.page-id-556 .price {
  padding: 6% 0 4.5%;
}

.page-id-556 .course_about_inner {
  justify-content: space-around;
  margin: 0% auto 4%;
}

.page-id-560 .course_about_inner {
  justify-content: space-around;
  margin: 4% auto 9%;
}


/*----------------------------------------------------

  準本科クラス

-----------------------------------------------------*/


.page-id-560 .price table tbody tr:nth-child(2) td:nth-child(2),.page-id-560 .price table tbody tr:nth-child(3) td:first-child {
  width: 35%;
  box-sizing: border-box;
}


.page-id-560 .price table tbody tr:nth-child(2) td:nth-child(3),.page-id-560 .price table tbody tr:nth-child(3) td:nth-child(2) {
  width: 40%;
  box-sizing: border-box;
}


.page-id-560 .price table tbody tr:nth-child(2) td:nth-child(2),.page-id-560 .price table tbody tr:nth-child(3) td:first-child {
  border-right: 0.5px solid #e1e0e3;
}

.course_box a {
  text-decoration:underline;
  padding-bottom: 1%;
}

.page-id-560 .course_box_last {
  margin-bottom: 6%;
}

.page-id-560 .mb1 {
  margin-bottom: 1.5%;
}

.page-id-560 .course_image_box.w95.mb8 {
  margin-bottom: 4.5%;
}

.page-id-560 .course_box_last p {
  margin-bottom: 2%;
}


/*----------------------------------------------------

  準本科応用クラス

-----------------------------------------------------*/


.page-id-564 .course_about_inner {
  margin: 6% auto 10%;
}

.page-id-564 .price table tbody tr:nth-child(1) td:nth-child(2),.page-id-564 .price table tbody tr:nth-child(2) td:first-child {
  width: 35%;
  box-sizing: border-box;
}


.page-id-564 .price table tbody tr:nth-child(1) td:nth-child(3),.page-id-564 .price table tbody tr:nth-child(2) td:nth-child(2) {
  width: 40%;
  box-sizing: border-box;
}


.page-id-564 .price table tbody tr:nth-child(1) td:nth-child(2),.page-id-564 .price table tbody tr:nth-child(2) td:first-child {
  border-right: 0.5px solid #e1e0e3;
}

.page-id-564 .course_image_box.w95.mb8 {
  margin-bottom: 5%;
}

.page-id-564 .curriculum table tbody tr td {
  padding: 3.7% 3.5%;
}

.page-id-564 .curriculum table tbody tr th:after {
  height: 45%;
}

.page-id-564 .curriculum .course_box_inner {
  padding: 4% 0 5%;
}

.page-id-564 .course_box_last {
  margin-bottom: 7%;
}

.page-id-564 .course_box_last p,.page-id-572 .course_box_last p,.page-id-576 .course_box_last p  {
  margin-bottom: 2%;
}

/*----------------------------------------------------

  随意科

-----------------------------------------------------*/

.zuiika .course_lead {
  padding: 4% 0 5%;
}

.page-id-567 .course_about_inner {
  margin: 7% auto 12.5%;
}

.zuiika .table_course tbody tr:nth-child(4) td {
  width: 80%;
}

.zuiika .course_mini_box h3 {
  padding: 1.2% 3%;
}

.page-id-567 .course_image_box.w95.mb8 {
  margin-top: 5%;
  margin-bottom: 0;
}
.price p.w95.mb1 {
  margin-bottom: 0.5%;
}


/*----------------------------------------------------

  本科

-----------------------------------------------------*/

.page-id-572 .course_about_inner {
  margin: 7% auto 11.5%;
}

.page-id-572 .curriculum .course_box_inner {
    padding: 4% 0 6%;
}

.page-id-572 .curriculum table tbody tr th,.page-id-572 .curriculum table tbody tr td {
  height: 8vw;
  box-sizing: border-box;
}

.page-id-572 .curriculum table tbody tr th:after {
  height: 50%;
}

.page-id-572 .course_box_last {
  margin: 0 auto 7%;
}


/*----------------------------------------------------

  予約通学クラス

-----------------------------------------------------*/

.page-id-576 .course_lead {
  padding: 4% 0 5.5%;
}

.page-id-576 .course_about_inner {
    justify-content: space-around;
    margin: 6.5% auto 11%;
}

.page-id-576 .course_image_box.w95.mb8 {
    margin-bottom: 0;
}

.page-id-576 .price table tbody tr:nth-child(3) td:nth-child(2),.page-id-576 .price table tbody tr:nth-child(4) td:first-child,
.page-id-576 .price02 table tbody tr:nth-child(2) td:nth-child(2),.page-id-576 .price02 table tbody tr:nth-child(3) td:first-child {
  width: 35%;
  border-right: 0.5px solid #e1e0e3;
}

.page-id-576 .price table tbody tr:nth-child(3) td:nth-child(3),.page-id-576 .price table tbody tr:nth-child(4) td:nth-child(2),
.page-id-576 .price02 table tbody tr:nth-child(2) td:nth-child(3),.page-id-576 .price02 table tbody tr:nth-child(3) td:nth-child(2) {
  width: 40%;
}

.page-id-576 .price {
    padding: 4.5% 0;
}

.page-id-576 .price02 {
  padding-top: 0;
}

.page-id-576 .course_box_last {
  margin: 0 auto 7.5%;
}


/*----------------------------------------------------

  運営会社

-----------------------------------------------------*/

.company {
  margin-top: 7.5%;
}

.company .table_course tbody tr th {
  border-right: none;
  position: relative;
  width: 20%;
}

.company .table_course tbody tr th:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  width: 0.5px;
  height: 45%;
  background-color: #dddddd;
}

.company .table_course tbody tr td {
  width: 80%;
}

.company .table_course tbody tr th,.company .table_course tbody tr td {
    padding: 3.4% 2.5%;
}

/*----------------------------------------------------

  教材紹介

-----------------------------------------------------*/

.page-id-618 .course_lead {
    padding: 0 0 7%;
}

.course_box_text {
  width: 100%;
  margin: 0 auto;
}

.page-id-618 .course_box p.ft16 {
    width: 100%;
    margin: 0 auto 2%;
}

.page-id-618 .course_box p.ft16:last-child {
  margin-bottom: 4%;
}

.course_box p.w20 {
    padding: 1% 0;
    box-sizing: border-box;
    width: 13%;
    margin-bottom: 8%;
    margin-left: 5%;
    font-weight: bold;
}

.tool_image01 {
  margin-bottom: 1%;
}

.tool_image02 {
  margin-bottom: 3.5%;
}

/*----------------------------------------------------

  3代目堀野哲仙先生書歴

-----------------------------------------------------*/

.third {
  margin-bottom: 11%;
}

.third .mb2 {
  margin-bottom: 3%;
}

.page-id-629 .course_lead {
  padding: 3% 0 5%;
}

.page-id-629 .course_box table {
  margin-bottom: 5%;
}

.page-id-629 tbody tr th {
  width: 20%;
  padding: 2.8% 1.8%;
  text-align: left;
}

.page-id-629 tbody tr td {
  width: 80%;
  padding: 2.8% 2.5%;
}

.page-id-629 tbody tr th,.page-id-629 tbody tr td {
  border-right: none;
  height: 3vw;
}

.third_image_box {
  margin-bottom: 2.5%;
}

.third_image {
  width: calc(96% / 3);
  margin-right: 2%;
}

.third_image:nth-child(3) {
  margin-right: 0;
}

.third_image_box.last .df {
  justify-content: center;
}

/*----------------------------------------------------

  初代哲仙先生について

-----------------------------------------------------*/

.first_lead {
  position: relative;
  padding: 14% 0 7%;
}

.first_lead h2 {
  text-align: left;
  margin-bottom: 3%;
  width: 83%;
  margin: 0 auto 3.5%;
  text-indent: 4rem;
}

.first_lead ul {
  width: 83%;
  margin: 0 auto;
}

.first_lead ul li {
  margin-bottom: 3%;
}

.first_lead_image {
  width: 49.7%;
  margin: 3% auto 2%;
}

.first_lead_btn {
  width: 35vw;
  margin: 0 auto;
}

.first_lead_btn a {
  justify-content: space-between;
  padding: 3.45% 7%;
  box-sizing: border-box;
  font-weight: bold;
}

.first_deco01,.first_deco02 {
  position: absolute;
}

.first_deco01 {
  width: 22.5vw;
  top: 9%;
  right: -9%;
}

.first_deco02 {
  width: 24.6vw;
  bottom: 30%;
  left: -15.5%;
}

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

.first_image_box01 .first_image:first-child {
  margin-right: 2.5%;
  width: 16vw;
}

.first_image_box01 .first_image:nth-child(2) {
  width: 16.5vw;
}

.first .course_box p.ft16:first-child {
  text-indent: 1.7rem;
}

.first .course_box p.ft16 {
  margin-bottom: 3%;
}

.first .course_box p.ft16:last-child {
  margin-bottom: 5%;
}

.first_image_box02 .first_image:first-child {
  width: 14.65vw;
  margin-right: 2%;
}

.first_image_box02 {
  width: 46.5vw;
  margin: -3% auto 3%;
  justify-content: space-between;
}

.first_image_box02 .first_image:nth-child(2) {
  width: 30.3vw;
}

.first .course_box02 p {
  text-indent: 1.7rem;
}

.first .course_box03 p.ft16:last-child {
  margin-bottom: 2%;
}

.first_image_box03 {
  margin-bottom: 3%;
}

.first_image_box03 .df,.first_image_box04 .df {
  justify-content: center;
}

.first_image_box03 .df .first_image,.first_image_box04 .df .first_image {
  width: calc(96%/3);
  margin-right: 2%;
}

.first_image_box03 .df .first_image:last-child,.first_image_box04 .df .first_image:last-child {
  margin-right: 0;
}

.first p.ft14 {
  margin-top: 0.5%;
}

.first_image_box04.mb11 {
  margin-bottom: 5%;
}

.first_image_box05 {
  margin-bottom: 9%;
}

.first_image_box05 h3 {
  text-align: left;
  margin-bottom: 1%;
  width: 97%;
  margin: 0 auto 0.5%;
}

.first_image_box05 .w60 {
   width: 61.35%;
   margin-bottom: 3%;
}



/*----------------------------------------------------

  当校の特色

-----------------------------------------------------*/

.feature {
  margin-bottom: 7%;
}

.feature_lead {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 7%;
  margin-bottom: 9.5%;
  position: relative;
}

.feature_left {
  width: 49%;
}

.feature_left p.mb2 {
  margin-bottom: 5.5%;
}

.feature_left p.mb1 {
  margin-bottom: 3.5%;
}

.feature_lead_btn {
  width: 80%;
}

.feature_lead_btn a {
  width: 100%;
  height: 100%;
  padding: 4.65% 5.2%;
  box-sizing: border-box;
  justify-content: space-between;
}

.feature_deco01,.feature_deco02 {
  position: absolute;
}

.feature_deco01 {
  width: 22.55vw;
  top: -15%;
  right: -9%;
  z-index: -1;
}

.feature_deco02 {
  width: 24.6vw;
  bottom: -15%;
  left: -14.5%;
  z-index: -2;
}

.feature_right {
  width: 43.25%;
}
.six_point {
    width: 90%;
    margin: auto;
}
.six_point_box {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  padding: 2.5% 3%;
  margin-bottom: 3%;
  box-sizing: border-box;
}

.six_point_box h3 {
  padding-bottom: 1%;
  border-bottom: 0.5px solid #dddddd;
  margin-bottom: 1.4%;
}

.course_box .six_point_box p.ft16 {
    margin: 0 auto;
}

.six_point_box h3 img {
  display: inline-block;
  width: 20px;
  margin-right: 0.8%;
}

/*----------------------------------------------------

  筆文字依頼

-----------------------------------------------------*/

.page-id-680 #the-content h2 {
  margin: 5% auto 5.5%;
}

.fude {
  padding: 0.8% 0;
  margin-bottom: 9%;
}

.fude_inner {
  width: 76%;
  margin: 3% auto;
  padding: 3% 0 4.3%;
}

.fude_inner p.ft18 {
  width: 90%;
  padding-bottom: 1.8%;
  margin: 0 auto 2.2%;
  border-bottom: 0.5px solid #dddddd;
}

/*----------------------------------------------------

  年間行事

-----------------------------------------------------*/

.event {
  padding-bottom: 8%;
}

.event_lead {
  margin: 3% auto 7%;
}

.event_list table tbody tr th {
  text-align: left;
}

.event_list table tbody tr:first-child th,.event_list table tbody tr:first-child td {
  border-top: 0.5px solid #e1e0e3;
}

.event_list table tbody tr th, .event_list table tbody tr td {
  border-bottom: 0.5px solid #e1e0e3;
  height: 10.2vw;
  box-sizing: border-box;
}

.event_list table tbody tr td {
  border-right: none;
  line-height: 170%;
}

.event_list  {
  position: relative;
}

.event05_image,.event06_image,.event08_image,.event09_image,.event11_image,.event02_image,.event03_image {
  position: absolute;
  right: 3%;
}

.event05_image {
  top: 13%;
}

.event06_image {
  top: 22%;
}

.event08_image {
  top: 34.2%;
}

.event09_image {
  top: 42.8%;
}

.event11_image {
  top: 64%;
}

.event02_image {
  top: 82.5%;
}

.event03_image {
  top: 90%;
}

.event_image {
  width: 14.2vw;
}


/*----------------------------------------------------

  附属教室案内

-----------------------------------------------------*/

.school_lead {
  margin: 5% auto 8%;
}

.page-id-695 .course_box {
  margin-bottom: 5%;
}

.page-id-695 .course_box table {
  width: 100%;
}

.page-id-695 .course_box table tbody tr th {
  border-right: none;
  border-bottom: 0.5px solid #dddddd;
}

.page-id-695 .course_box table tbody tr td {
  padding: 37.5px 26px;
  height: auto;
  box-sizing: border-box;
  border-right: none;
  position: relative;
}
.page-id-695 .course_box table tbody tr td:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  right: 0;
  width: 0.5px;
  height: 50%;
  background-color: #dddddd;
  z-index: 3;
}

.page-id-695 .course_box table tbody tr:last-child td {
  border-bottom: 0.5px solid #dddddd;
  box-sizing: border-box;
}

.page-id-695 .course_box table tbody tr td.t_01 {
  width: 27%;
}


.page-id-695 .course_box table tbody tr td.t_02 {
    width: 40%;
}


.page-id-695 .course_box table tbody tr td:last-child {
  border-right: none;
}

.page-id-695 .course_box table tbody tr td.t_03 p {
  justify-content: space-between;
}

.page-id-695 .course_box table tbody tr td.t_03:before {
  display: none;
}

.page-id-695 .course_box table tbody tr td.t_03 span.ft14 a {
  text-decoration: none;
}

.page-id-695 .course_box table tbody tr td.t_03 span.ft14 a  .arrow_right02 {
  color: #1e50a2;
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-left: 5px;
}

.page-id-695 .course_box table tbody tr td.t_03 span.ft14 a .arrow_right02::before {
  color: #1e50a2;
  border-width: 0.4em 0.5em;
}

.page-id-695 .course_box06 {
  margin-bottom: 8%;
}
 
section.course a.bg_white:hover {
	color:#000000!important;
	border: 1px solid #ffffff;
}
.course_item_right {
    position:relative;
}
.course_item_right .arrow_right_empty {
    width: 1.7em;
    height: 1.7em;
    position: absolute;
    top: -10px;
    bottom: auto;
    right: 20%;
}
section.course a.bg_white:hover .course_item_right .arrow_right_empty {
    right: -15px;
}
.course_box p.ft14.hosoku_text {
    margin-bottom: 5%;
    margin-top: 1%;
}
table.w90.table_course.mb5,.page-id-552 .recommendation, .page-id-567 .recommendation {
    margin-bottom: 5%;
}
/*FAQ koto*/
section.faq_page .course_box ul li {
    padding: 1.5% 2.5%;
    background-color: #ffffff;
    margin-bottom: 1.5%;
}
section.faq_page .course_box ul li a {
	text-decoration:none;
}
section.faq_page .course_box ul li .zenkaku_a {
    font-weight: bold;
    margin-right: 2.8%;
}
ul.w90.mb4 {
    margin-bottom: 5%;
}
.curriculum h2.gray_ver {
    border-bottom: 3px solid #e1e0e3;
}
.faq_item {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
    padding: 2.5% 4%;
    margin-bottom: 4.5%;
}
.faq_item dt {
    border-bottom: 0.5px solid #dddddd;
    padding-bottom: 1%;
    margin-bottom: 2%;
}
.faq_item dd {
    margin-left: 32.5px;
    align-items: flex-start;
}
.faq_item dt span,.faq_item dd span {
    margin-right: 3%;
}

.accordion-003 {
    max-width: 500px;
    margin-bottom: 7px;
    border-bottom: 2px solid #d0d0d0;
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}

.accordion-003[open] summary::after {
    transform: rotate(225deg);
}

.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-003[open] p {
    transform: none;
    opacity: 1;
}
.sensei_list.df {
    flex-wrap: wrap;
    justify-content: left;
}
dl.sensei {
    background-color: #f2f2f2;
    padding: 2% 2%;
    width: 42%;
    margin-right: 25px;
    justify-content: center;
    margin-left: 25px;
	height: 350px;
}
dl.sensei dt {
    width: 220px;
    height: 220px;
    background-position: center;
    background-size: cover;
	margin: 0 20px;
}
dl.sensei dd {
    width: 224px;
	margin: 0 20px;
}
.page-id-850 .school_item,.page-id-868 .school_item,.page-id-877 .school_item {
    padding: 0 2%;
    text-align: center;
    height: 16vw;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.page-id-850 .school_item h3,.page-id-868 .school_item h3,.page-id-877 .school_item h3 {
    border-bottom: 1px solid;
    width: 100%;
    padding-bottom: 3%;
    margin-bottom: 1%;
}
.page-id-850 .course_lead,.page-id-868 .course_lead,.page-id-877 .course_lead{
    padding: 4% 0 4%;
}
h2.notice {
    position: relative;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    border-top: 1px solid #000000;
    padding-top: 2%;
    margin-bottom: 2%;
}
h2.notice:before {
    content: '';
    width: 240px;
    height: 12px;
    background-color: #000000;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}
.base_list_con dl {
    display: flex;
    justify-content: left;
    padding: 2.5% 0;
    border-bottom: 1px solid #dddddd;
}
.base_list_con dl:first-child {
    border-top: 1px solid #dddddd;
}
.base_list_con dt {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 3%;
    width: 23%;
	border-right: 1px solid #ddd;
}
.base_list_con dl dd {
    width: 80%;
    font-size: clamp(1.3rem, 1.3vw + 0rem, 1.6rem);
    padding: 0 3%;
}
.base_list_con {
	width:80%;
	margin:auto;
}
.base_list_con dl dd input,.base_list_con dl dd textarea {
    background-color: #e1e0e3;
    padding: 1%;
    border: none;
}
.base_list_con dt span.kome {
    position: absolute;
    right: 4%;
    color: #fff;
    background-color: #000;
    padding: 1.5% 3%;
    font-weight: 400;
}
.base_list_con dl dd.addf .short_text {
    width: 8%;
}
.base_list_con dl dd.addf input {
    margin-bottom: 1.5%;
}
select#pref {
    margin-bottom: 1%;
    padding: .5% 1%;
}
.base_list_con dl dd textarea {
    width: 60%;
    padding: 2% 1%;
}
p.submit {
    text-align: center;
    margin-top: 2%;
}
input[type=submit] {
    background-color: #000;
    color: #fff;
    border-radius: 0;
}
p.submit input {
    font-size: 22px;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 3px;
	padding: 2% 3%;
}
p.check_p {
    text-align: center;
}
div#mw_wp_form_mw-wp-form-849 {
    margin-top: 4%;
    margin-bottom: 6%;
}
select.time {
    width: 20%;
    padding: 0.6%;
}
div#post-868,div#post-877 {
	margin-bottom:6%;
}
dl.sensei dd .text {
    height: 66px;
}
dl.sensei dd h4 {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
dl.sensei dd h3 {
    border-left: 4px solid #000000;
    text-align: left;
    height: 32px;
    line-height: 32px;
    padding-left: 12px;
}
dl.flow_item_bottom dt {
    background-size: auto;
    background-position: center;
    margin-right: 3%;
}
.flow_item {
    box-shadow: 0 0 6.5px rgba(0, 0, 0, 0.08);
    padding: 3%;
	margin-bottom: 4%;
}
.course_box h2.obog:before {
	display:none;
}
.flow_item_top h2 {
    text-align: left;
}
dl.flow_item_bottom dt img {
    width: inherit;
}
section.voice_page.w80 {
    margin-bottom: 7%;
}
.parent-pageid-850 .contact_form_box.w80 {
    margin-top: 4%;
}
p.submit_comp_text {
    text-align: center;
}
.page-id-1034 .curriculum table tbody tr th:after {
	display:none;
}
.page-id-1034 .curriculum.tokubetu table tbody tr th {
    width: 100%;
}
.sma_text {
    display: none;
}
.pc_text {
    display: block;
}
.cate_list{
	margin-top: 4%;
	margin-bottom: 4%;
}
.cate_list li{
	margin-right: 1em;
}
.cate_list li:nth-last-child(1){
	margin-right: 0;
}
.cate_list li a{
	padding: 10px 1.5em;
	background:#094f6a;
	color: #fff;
	display: block;
}
.cate_list li.current a{
	background:#1e50a2;
	color: #fff;
}
.cate_list li a:after{
	content: "▼";
	display: block;
	margin-top: 5px;
	text-align: center;
	font-size: 12px;
}
#archive-title img{
	max-width: 30px;
}
#archive-title .text{
	margin-left: 0.6em;
}
#archive-title.alistt{
	padding-bottom: 1em;
	margin-bottom: 1.5em;
	border-bottom: solid 3px #000;
}
#list.archive_list article a{
	display: block;
	padding-top: 2.5%;
	padding-bottom: 2.5%;
	border-bottom: solid 1px #e8e8e8;
	padding-left: 2%;
	padding-right: 2%;

}
#list.archive_list article a .left{
	width: calc(100% - 115px);
}
#list.archive_list article a .left .date{
	width: 100px;
	padding-right: 20px;
}
#list.archive_list article a .left .title{
	width: calc(100% - 120px);
	text-align: left;
}
#list.archive_list article a .link{
	width: 115px;
	text-align: center;
	background:#1e50a2;
	color: #fff;
	display: inline-block;
	padding: 8px 1em;
	line-height: 100%;
	box-sizing:border-box;
}
#list.archive_list article a .link:after{
	content: "▶";
	display: inline-block;
	font-size: 1.0rem;
	margin-left: 1em;
}
.pagination{
	margin-top: 4%;
}
.archive_sec{
	padding-bottom: 8%;
}
.pagination li{
	margin-right: 1em;
	line-height: 100%;
}
.pagination li:nth-last-child(1){
	margin-right: 0;
}
.pagination li.current{
	border-radius: 100px;
	background:#1e50a2;
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	box-sizing:border-box;
	line-height: 30px;
}
.ac_post{
	padding-top: 5%;
}
.ac_post header.acp_header{
	padding: 3%;
	background: #ededed;
	text-align: left;
	margin-bottom: 1.5%;
}
.ac_post header.acp_header .entry-title{
	text-align: left;
}
.ac_post .post-meta{
	margin-bottom: 3%;
}
.ac_post .post-meta .post-date{
	margin-right: 1em;
}
.ac_post .post-meta .category a{
	display: block;
	background: #094f6a;
	color: #fff;
	box-sizing:border-box;
	padding: 5px 2em;
	font-family: "Noto Sans JP", sans-serif;
}
.ac_post .entry-content{
	line-height: 180%;
}
.navigation div:nth-child(1) a{
	border-top: solid 1px #e8e8e8;
}
.navigation div a{
	display: flex;
	padding: 10px 2em;
	box-sizing:border-box;
	border-bottom: solid 1px #e8e8e8;
	align-items: center;
}
.navigation .fa-arrow-right:before,
.navigation .fa-arrow-left:before{
	color: #e8e8e8;
	font-size: 0.8em;
	line-height: 100%;
	display: inline-block;
}
.navigation div.next a{
	justify-content: right;
}
.navigation .fa-arrow-left{
	margin-right: 0.5em;
}
.navigation .fa-arrow-right{
	margin: 0;
	margin-left: .5em;
}
.sc_page .top_school_guidance{
	background:none;
	padding: 6% 0;
}
.sc_page{
	padding-top: 10%;
	padding-bottom: 10%;
}
.school_info_link_box{
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000;
	padding: 3% 0;
	text-align: center;
	position: relative;
}
.school_info_link_box:before{
	content: "";
	display: block;
	width: 118px;
	margin-left: auto;
	margin-right: auto;
	background:#000000;
	height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
}
.link_box{
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.link_box a{
	background: #000;
	color: #fff;
	box-sizing:border-box;
	text-align: left;
	padding: 1.5em 2em;
	justify-content: space-between;
}
.link_box a:after{
	content: "▶";
	font-size: 1.2rem;
}
.sc_child_box .left_box{
	width: 60%;
	margin-right: 5%;
}
.sc_child_box .right_box{
	width: 35%;
}
.sc_child_box dl{
	padding: 4% 1.5em;
	box-sizing:border-box;
	border-bottom: solid 1px #dddddd;
	margin: 0;
	position: relative;
}
.sc_child_box dl:nth-child(2n){
	background: #f2f2f2;
}
.sc_child_box dl dt:after{
	content: "";
	width: 1px;
	height: 150%;
	position: absolute;
	top: -25%;
	right: 0;
	background: #dddddd;
}
.sc_child_box dl dt{
	width: 150px;
	position: relative;
	box-sizing:border-box;
}
.sc_child_box dl dd{
	width: calc(100% - 150px);
	margin-left: 0;
	box-sizing:border-box;
	padding-left: 8%;
}
.sc_child_box .left_box dl:nth-child(1){
	border-top: solid 1px #ddd;
}
.sc_child_box .map_box{
	width: 100%;
	margin-top: 5%;
}
.sc_child_box .map_box iframe{
	width: 100%;
	height: 450px;
}
.sc_child_page{
	padding-top: 5%;
	padding-bottom: 2%;
}
.sc_child_page .top_school_guidance{
	background:none;
	padding: 6% 0;
}
.sc_child_page #archive-title.alistt{
	margin-bottom: 2.5em;
}
.fuzoku_sc_page .course_box table tbody tr:nth-child(2n+1) td{
	background: #f2f2f2;
}
.fuzoku_sc_page .course_box {
  margin-bottom: 5%;
}
.fuzoku_sc_page .course_box table {
  width: 100%;
}
.fuzoku_sc_page .course_box table tbody tr th {
  border-right: none;
  border-bottom: 0.5px solid #dddddd;
}
.fuzoku_sc_page .course_box table tbody tr td {
  padding: 37.5px 26px;
  height: auto;
  box-sizing: border-box;
  border-right: none;
  position: relative;
}
.fuzoku_sc_page .course_box table tbody tr td:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  right: 0;
  width: 0.5px;
  height: 50%;
  background-color: #dddddd;
  z-index: 3;
}
.fuzoku_sc_page .course_box table tbody tr:last-child td {
  border-bottom: 0.5px solid #dddddd;
  box-sizing: border-box;
}
.fuzoku_sc_page .course_box table tbody tr td.t_01 {
  width: 27%;
}
.fuzoku_sc_page .course_box table tbody tr td.t_02 {
    width: 40%;
}
.fuzoku_sc_page .course_box table tbody tr td:last-child {
  border-right: none;
}
.fuzoku_sc_page .course_box table tbody tr td.t_03 p {
  justify-content: space-between;
}
.fuzoku_sc_page .course_box table tbody tr td.t_03:before {
  display: none;
}
.fuzoku_sc_page .course_box table tbody tr td.t_03 span.ft14 a {
  text-decoration: none;
}
.fuzoku_sc_page .course_box table tbody tr td.t_03 span.ft14 a  .arrow_right02 {
  color: #1e50a2;
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-left: 5px;
}
.fuzoku_sc_page .course_box table tbody tr td.t_03 span.ft14 a .arrow_right02::before {
  color: #1e50a2;
  border-width: 0.4em 0.5em;
}
.fuzoku_sc_page .course_box06 {
  margin-bottom: 8%;
}
.schools_single{
	padding: 5% 0;
}
.school_content_box{
	margin-bottom: 5%;
}
.school_content_box .left_box{
	width: 70%;
	margin-right: 5%;
	text-align: left;
}
.school_content_box .right_box{
	width: 25%;
	text-align: center;
}
.school_content_box .left_box .title{
	text-align: left;
    border-bottom: 3px solid #e1e0e3;
    padding-bottom: 1.5%;
    padding-left: 0.6%;
    position: relative;
    margin-bottom: 2em;
}
.school_content_box .left_box .title:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 20%;
    height: 3px;
    background-color: #000000;
}
.school_content_box .left_box .des_box p{
	margin-bottom: 1.5em;
}
.school_content_box .left_box .des_box p img{
	width: auto;
	height: auto;
}
.schools_single .sc_child_box dl:nth-child(1){
	border-top: solid 1px #dddddd;
}
.schools_single .sc_child_box dl{
	padding: 2% 1.5em;
}
.schools_single .sc_child_box dl dt{
	width: 250px;
}
.schools_single .sc_child_box dl dd{
	width: calc(100% - 250px);
}
.single-schools #under-entry-body .navigation{
	width: 95%;
}
.kaso_header02 .head_base_title {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
}
.footer_left .sns_link p img {
    width: 36px;
}
.third_image_box.ver_sta img {
    width: 250px;
}
.third_image_box.ver_sta .third_image {
    width: auto;
    margin-right: 0;
}
.third_image_box.ver_sta .df {
    justify-content: space-around;
}
.page-id-1050 .course_box p.ft16 {
    width: 97%;
    margin: 0 auto 2%;
}
.page-id-1050 .course_box {
    margin-bottom: 4%;
}
section.confirm_page {
    margin-top: 5%;
    margin-bottom: 8%;
}

/* スマホ用 */
@media screen and (max-width: 599px){
	.contact_form_btn,span.lesson_applications_text.vertical br {
		display:none;
	}
.course_inner {
    flex-direction: column;
}
.course_item {
    width: 100%;
    height: auto;
    margin-right: 0;
}
div#main {
     padding: 0;
}
.course {
    z-index: 0;
}
.course_right {
    width: 100%;
}
.course h2.vertical{
    writing-mode: horizontal-tb;
}
.black_border {
    width: 28px;
}
h2.ft36.ls200.vertical {
    font-size: 2rem;
    display: flex;
    align-items: center;
}
.page-id-24 .black_border {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10%;
}
.course_item_left {
    width: 84%;
    height: auto;
}
	.course_item_right .arrow_right_empty {
    width: 1.0em;
    height: 1.0em;
    top: -10px;
    bottom: auto;
    right: 20%;
}
	    .lesson_applications_btn {
        width: 100%;
        position: fixed;
        right: 0;
        padding: 1em 0;
        z-index: 0;
        bottom: 0;
    }
	.lesson_applications_btn a, .contact_form_btn a {
    flex-direction: row;
}
	span.lesson_applications_text.vertical {
    writing-mode: rl-tb;
}
	.lesson_applications_btn {
        width: 100%;
        position: fixed;
        right: 0;
        padding: 1em 0;
        z-index: 999999;
        bottom: 55px;
        height: 56px;
        top: auto;
    }
	span.lesson_applications_text.vertical {
        writing-mode: rl-tb;
        font-size: 1.6rem;
    }
	.lesson_applications_btn a, .contact_form_btn a {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
	.lesson_applications_btn a span.arrow_right02, .contact_form_btn a span.arrow_right02 {
    margin-top: 0;
    margin-left: 2%;
}
div#copyright {
    margin-bottom: 10vh;
}
.footer_left {
        width: 100%;
        text-align: center;
        margin-bottom: 5%;
}
#footer-in {
        flex-direction: column;
        padding-top: 10%;
        padding-bottom: 6%;
}
.credit p {
    padding: 2% 4%;
}
.course_lead {
    text-align: left;
    font-size: 1.5rem;
    width: 86%;
    margin: auto;
    margin-bottom: 3%;
    margin-top: 2%;
}
.course_about_inner {
    flex-direction: column;
}
.recommendation li {
    white-space: break-spaces;
    font-size: 1.7rem;
    align-items: baseline;
}
.course_about_right {
    width: 100%;
}
.course_about_inner {
    margin: auto;
    margin-bottom: 8%;
    width: 94%;
}
.course_about_left {
    width: 100%;
    height: auto;
}
.course_box ul li img, .course_about ul li img {
    display: inline-block;
    width: 20px;
    margin-right: 2%;
    margin-top: 2px;
}
.course_box.w80 {
    width: 88%;
}
.page-id-564 .course_box_last p, .page-id-572 .course_box_last p, .page-id-576 .course_box_last p {
    margin-bottom: 6%;
}
.course_box.price table {
    width: 96%;
}
.price table tbody tr th {
    padding: 6% 1.8%;
    font-size: 1.3rem;
	width: 32%;
}
.price table tbody tr td {
    padding: 3%;
    font-size: 1.4rem;
}
.course_box.curriculum.w80 {
    width: 100%;
}
.curriculum .course_box_inner {
    padding: 4% 0 6%;
    width: 88%;
}
.curriculum table tbody tr th {
    height: auto;
    width: 32%;
    font-size: 1.3rem;
}
.curriculum_info {
    padding: 3% 0;
    width: 100%;
}
.curriculum_info table {
    width: 92%;
}
.table_course tbody tr td {
    font-size: 1.3rem;
}
.table_course tbody tr th {
    font-size: 1.3rem;
}
table.table_course {
    width: 100%;
}
.course_left {
    width: 100%;
    margin-bottom: 3%;
}
.course_item_left p {
    padding: 2% 0 0 3%;
    font-size: 1.4rem;
    line-height: 22px;
}
.course_item a {
    justify-content: space-around;
    padding: 3% 6%;
}
.course_item_left h3 {
    font-size: 1.6rem;
}
.decoration_course {
    position: absolute;
    bottom: inherit;
    left: inherit;
    right: 0;
    top: 1%;
}
	.course_lead br {
		display:none;
	}
.course_box h2 {
    font-size: 1.8rem;
}
.kaso_header03 h1 {
    width: 78%;
    height: 14vh;
}
.kaso_header03 {
    height: 26vh;
    position: relative;
}
.page-id-556 .course_about .course_about_right p ,.page-id-567 .course_about .course_about_right p,.page-id-552 .course_about .course_about_right p{
    font-size: 1.6rem;
    margin-top: 2%;
    margin-bottom: 6%;
}
.course_mini_box h3 {
    font-size: 1.7rem;
    font-weight: bold;
}
.page-id-567 .course_about_inner,.page-id-552 .course_about_inner {
    margin: 7% auto 2%;
}
.page-id-552 .recommendation li, .page-id-567 .recommendation li {
    width: 100%;
    font-size: 1.6rem;
}
.page-id-552 .course_mini_box.mb5.w80 {
    width: 92%;
}
.page-id-552 table.table_course {
        width: 100%;
	margin-bottom:10%;
    }
section.tokubetsu .course_mini_box p {
    font-size: 1.4rem;
}
.tokubetsu_btn {
    width: 80%;
    margin: 2% auto 24%;
    position: relative;
}
.tokubetsu_btn a {
  font-size:1.6rem;
	}
ul.kids_recruit li {
    display: block;
}
span.fsb {
    display: block;
    width: 100%;
    font-size: 1.4rem;
}
.kids_recruit li span.fbl {
    margin-right: 2%;
    font-size: 1.7rem;
}
	section.kids .course_box.igi p {
    font-size: 1.4rem;
    margin-bottom: 10%;
}
.kids_price tbody tr td.t_02, .kids_price tbody tr td.t_03, .kids_price tbody tr td.t_04, .kids_price tbody tr td.t_05 {
    width: 20%;
    font-size: 1.4rem;
}
	.kids_price tbody tr th.t_01, .kids_price tbody tr td.t_01 {
    width: 20%;
    font-size: 1.3rem;
}
.kids_price tbody tr th.t_02, .kids_price tbody tr th.t_03 {
    width: 40%;
    font-size: 1.3rem;
}
table.kids_price {
    margin-bottom: 10%;
}
section.contact h2.white {
    font-size: 2.4rem;
}
.contact_inner {
    align-items: normal;
    flex-direction: column;
}
.contact_left, .contact_right {
    height: auto;
    width: 100%;
    padding: 18px 0;
    margin-right: 0;
}
.contact_inner p.ft28 {
    padding: 2% 0;
    margin-top: 0;
    font-size: 1.8rem;
}
.contact_tel a {
    font-size: 2.8rem;
}
.contact_inner p.bottom_text {
    font-size: 1.4rem;
    margin-top: 3%;
}
.contact_left {
    margin-bottom:5%;
    }
.contact {
    padding: 6% 0 8%;
}
.contact_mail a {
    font-size: 1.4rem;
}
.footer_logo {
    width: 76%;
    margin: auto;
}
.footer_right_bottom {
    display: none;
}
.footer_right {
    width: 76%;
}
.footer_right .footer_right_top {
    flex-direction: column;
}
.footer_school {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
}
.footer_school a {
    font-size: 1.5rem;
}
.footer_left p.df {
    justify-content: center;
}
.footer_left p.ft16 {
    font-size: 1.5rem;
}
.page .header_contact, .page .header_info {
    display: none;
}
	#footer-mobile-buttons {
		background-color:#000000;
	}
	#footer-mobile-buttons a {
		color:#ffffff;
	}
	    .page #h-top .header_left {
        width: 62%;
        height: 12vh;
        padding: 7%;
        box-sizing: border-box;
        left: -2%;
    }
	.top_teacher_inner {
    position: static;
    transform: inherit;
	padding-top: 28%;
    padding-bottom: 8%;
}
	.top_teacher {
    background-image:linear-gradient(to right, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 60%), url(../../../images/teacher.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    height: auto;
    border-top: none;
    border-bottom: none;
    position: relative;
}
	.top_teacher_inner h2 {
    width: 88%;
    margin: auto;
    font-size: 2rem;
}
.top_teacher_inner p.ft18 {
    font-size: 1.4rem;
    width: 88%;
    margin: auto;
    margin-top: 2%;
    margin-bottom: 4%;
}
.top_teacher_btn {
    width: 66%;
    margin: 0 auto;
    border: 1px solid #ffffff;
}
	.top_school_btn {
		width:66%;
	}
	
.top_teacher_btn a {
    font-size: 1.4rem;
}
.top_school_guidance h2 {
    padding: 3% 0;
    font-size: 2rem;
}
.school_box.df {
    flex-direction: column;
}
.school_item {
    width: calc(100% / 3);
    height: 24vh;
    position: relative;
    width: 100%;
}
.school_item a h3 {
    font-size: 2.2rem;
	bottom: 4%;
}
.top_school_btn a {
    font-size: 1.4rem;
}
.school_item01 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url(../../../images/top_school01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
	.school_item02 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../../images/top_school02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.school_item03 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../../images/top_school03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
	.top_menu_right {
    width: 100%;
    height: 21vh;
}
	.top_menu_item {
    width: 94%;
    margin-right: 0;
}
.top_menu_inner {
    flex-direction: column;
}
.top_menu_left h3 img {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 8px;
    width: 22px;
}
.top_menu_left h3 {
    margin-right: 15px;
    letter-spacing: 2px;
}
.top_menu_item:nth-child(-n+3) {
    margin-bottom: inherit;
}
.top_menu_item {
    margin-bottom: 5% !important;
}
.kaso_header01 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url(../../../images/kaso_header01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 26vh;
}
	.kaso_header02 {
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 0) 100%), url(../../../images/kaso_header02.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 26vh;
    position: relative;
    margin-top: -2%;
}
.kaso_header01 h1 {
    font-size: 2.4rem;
    width: 88%;
}
.privacy-contents dl dd {
    margin: 0 auto 10%;
}
.privacy-contents {
    margin: 12% auto 18%;
}
.privacy-contents dl dt {
    padding: 0 0 1.5% 5%;
    font-size: 1.7rem;
}
.pc_text {
    display: none;
}
.sma_text {
    display: block;
}
.kaso_header02 h1 {
    position: absolute;
    top: 50%;
    left: 24%;
    transform: translate(-50%, -50%);
    font-size: 2.2rem;
}
.fude_inner p.ft18 {
    font-size: 1.7rem;
}
.sitemap_box {
    flex-direction: column;
}
h2.ft36.ls200.vertical {
        writing-mode: horizontal-tb;
    }
.page-id-21 .black_border, .page-id-24 .black_border {
    display: inline-block;
    margin-bottom: 0;
}
.sitemap_box ul li {
    width: 100%;
    margin-right: 0;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    margin-bottom: 4%;
    transition: transform .6s ease;
}
.page-id-21 .course_right {
    position: relative;
    width: 100%;
}
.sitemap_box ul li a {
    font-size: 1.5rem;
}
.sitemap_box ul {
        width: 94%;
        margin: auto;
        margin-top: 5%;
}
.page-id-21 .course_btn {
    display: none;
}
.page_course p.top_text.ft16 {
    font-size: 1.4rem;
    text-align: left;
    width: 88%;
    line-height: 180%;
    margin: 6% auto;
}
.page-id-24 .kaso_header02 h1 {
        position: absolute;
        left: 30%;
        font-size: 2.2rem;
    }
.page-id-891 p.des.ft16 {
    font-size: 1.5rem;
    width: 88%;
    margin: auto;
    text-align: left;
}
	.page-id-891 p.des.ft16 br {
		display:none;
	}
	.school_info_link_box {
    margin-top: 8%;
}
.school_info_link_box p.des {
    font-size: 1.4rem;
    text-align: left;
    line-height: 180%;
    width: 90%;
    margin: auto;
    margin-bottom: 5%;
}
.school_info_link_box h3.title {
    margin-top: 4%;
}
.school_info_link_box .link_box a {
    background: #000;
    color: #fff;
    box-sizing: border-box;
    text-align: left;
    padding: 4% 6%;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    font-size: 1.5rem;
}
.sc_child_page #archive-title.alistt img {
    margin: 0;
}
.w95.sc_child_box.flex_box {
    flex-direction: column;
}
.sc_child_box .left_box {
    width: 100%;
    margin-right: 5%;
}
.sc_child_box dl dt {
    width: 24%;
    position: relative;
    box-sizing: border-box;
    font-size: 1.4rem;
    padding-right: 3%;
}
	.sc_child_box dl dd {
    width: 76%;
    margin-left: 0;
    box-sizing: border-box;
    padding-left: 6%;
    font-size: 1.5rem;
    line-height: 170%;
}
.sc_child_box dl {
    padding: 4% 3%;
}
	.sc_child_box .right_box {
    width: 60%;
    margin: auto;
    margin-top: 5%;
}
.sc_child_page #archive-title.alistt {
    margin-bottom: 6%;
}
	.sc_child_box .left_box {
    width: 100%;
    margin-right: 0;
}
.entry-card-content, .related-entry-content {
        margin-left: inherit;
    }
	.entry-card-content.post_data.flex_box.vcenter.btw {
    flex-direction: column;
    align-items: end;
}
#list.archive_list article a .left .title {
    width: 100%;
    margin-bottom: 5%;
	font-size: 1.5rem;
}
#list.archive_list article a .left {
    width: 100%;
    flex-direction: column;
    align-content: flex-start;
}
#list.archive_list article a .left .date {
    width: 100%;
    padding-right: 0;
	font-size: 1.4rem;
}
#main .entry-card, #main .related-entry {
        margin-bottom: 3%;
    }
#list.archive_list article a {
    display: block;
    padding-bottom: 5%;
}
.cate_list li {
    margin-right: 2%;
    font-size: 1.6rem;
    text-align: center;
}
.cate_list li:first-child {
    width: 100%;
    margin-bottom: 2%;
    margin-right: 0;
}
.page-id-845 .cate_list {
    margin-top: 8%;
    margin-bottom: 12%;
}
.page-id-845 #archive-title.alistt {
    margin-bottom: 3%;
}
.page-id-845 .archive_sec {
    margin-bottom: 8%;
}
section.sensei_page .school_lead p {
    font-size: 1.4rem;
    text-align: left;
    line-height: 180%;
    margin-top: 8%;
}
	dl.sensei {
    padding: inherit;
    width: 100%;
    justify-content: center;
    height: auto;
    margin: auto;
    flex-direction: column;
    padding: 6% 0;
    margin-bottom: 8%;
}
dl.sensei dt {
    width: 180px;
    height: 180px;
    background-position: center;
    background-size: cover;
    margin: auto;
	margin-bottom: 3%;
}
dl.sensei dd h3 {
    font-size: 1.8rem;
}
dl.sensei dd {
    width: 82%;
    margin: auto;
}
dl.sensei dd h4 {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 5%;
    font-size: 1.5rem;
    padding-bottom: 0;
}
dl.sensei dd p.ft14 {
    line-height: 170%;
}
.event_list table tbody tr th, .event_list table tbody tr td {
    height: auto;
    padding-left: 2%;
    padding-top: 3%;
    padding-bottom: 3%;
}
.event_lead p {
    font-size: 1.4rem;
    text-align: left;
}
.event_lead {
    width: 86%;
    margin: auto;
    margin-top: 6%;
    margin-bottom: 8%;
}
.event05_image, .event06_image, .event08_image, .event09_image, .event11_image, .event02_image, .event03_image {
    position: absolute;
    right: 0;
}
.event05_image {
    top: 1.5%;
}
.event06_image {
    top: 11%;
}
	.event08_image {
    top: 40%;
}
.event09_image {
    top: 48%;
}
.event11_image,.event03_image {
    display: none;
}
.event_image {
    width: 30vw;
}
.event_list {
    width: 90%;
}
.course_box p.w20 {
    width: 100%;
    margin: auto;
    margin-bottom: 20%;
}
.page-id-618 .course_box p.ft16 {
    width: 100%;
    margin: 0 auto 2%;
    font-size: 1.5rem;
    margin-bottom: 5%;
}
section.tool.w80 {
    width: 88%;
}
.page-id-618 .course_lead {
    padding: inherit;
    margin: auto;
    width: 94%;
}
.page-id-791 .article ul,.page-id-638 .article ul {
    padding-left: 0;
    }
	.page-id-850 .school_item, .page-id-868 .school_item, .page-id-877 .school_item {
    height: 16vh;
	flex-direction: column;
}
.page-id-850 .school_item h3, .page-id-868 .school_item h3, .page-id-877 .school_item h3 {
    width: 70%;
    padding-bottom: 2%;
}
.base_list_con dl {
    flex-direction: column;
	padding: 4% 0;
	margin-top: 0;
    margin-bottom: 0;
}
.base_list_con dt {
    width: 96%;
    border-right: none;
	border-bottom: 1px solid #ddd;
	font-size: 1.4rem;
	padding: 3% 2%;
    margin-bottom: 4%;
}
	.base_list_con dt br {
    display:none;		
}
.base_list_con dt span.kome {
    padding: 0.5% 4%;
}
	.base_list_con {
    width: 86%;
    margin: auto;
}
.base_list_con dl dd input, .base_list_con dl dd textarea {
    background-color: #e1e0e3;
    padding: 4% 5%;
    border: none;
    margin-bottom: 2%;
}
select.time {
    width: 72%;
    padding: 2% 1%;
}
.base_list_con dl dd {
    width: 86%;
}
.base_list_con dl dd input, .base_list_con dl dd textarea {
        width: 100%;
    }
.base_list_con dl dd.hori input {
    width: inherit;
}
	p.submit input {
    font-size: 1.7rem;
    padding: 5% 7%;
}
p.check_p {
    font-size: 1.5rem;
    margin-top: 4%;
}
select#pref {
    margin-bottom: 3%;
    padding: 1% 2%;
    margin-top: 2%;
}
.page-id-877 .kaso_header02 h1,.page-id-868 .kaso_header02 h1,.page-id-850 .kaso_header02 h1 {
        position: absolute;
        left: 36%;
    }
.first_lead ul li {
    letter-spacing: 2px;
	font-size: 1.7rem;
}
.first_lead ul {
    width: 100%;
    margin: 0 auto;
}
.first_lead h2 {
    width: 86%;
    text-indent: 0;
    text-align: center;
}
.first_lead_image,.first_lead_btn {
    width: 100%;
}
	a.bg_black .btn_inner {
    font-size: 1.4rem;
}
section.first.w80 {
    width: 86%;
}
.first_deco01 {
    width: 18vh;
    top: 2%;
    right: -12%;
}
.page-id-638 .course_box p.ft16 {
    width: 97%;
    margin: 0 auto 4%;
    font-size: 1.5rem;
}
.first_image_box01 .first_image:first-child {
    width: 40vw;
}
.first_image_box01 .first_image:nth-child(2) {
    width: 40vw;
}
.first_image_box02 {
    width: 96%;
    margin: -3% auto 3%;
    justify-content: space-between;
}
.first_image_box02 .first_image:first-child {
    width: 28vw;
}
.first_image_box02 .first_image:nth-child(2) {
    width: 52vw;
}
h2.notice:before {
    content: '';
    width: 24vw;
    height: 8px;
}
.page-id-850 h2.notice {
    font-size: 1.8rem;
    padding-top: 5%;
}
section.feature.w80 {
    width: 86%;
}
.feature_left p.mb2 {
    margin-bottom: 5.5%;
    font-size: 1.5rem;
}
.feature_lead {
    flex-direction: column;
}
.feature_left {
    width: 100%;
}
.feature_right {
    width: 66%;
    margin: auto;
    margin-top: 6%;
}
.course_box .six_point_box p.ft16 {
    font-size: 1.4rem;
}
.six_point_box h3 img {
    margin-left: 0;
}
.six_point_box h3 {
    padding-bottom: 1%;
    border-bottom: 0.5px solid #dddddd;
    margin-bottom: 1.4%;
    margin-left: 0;
    font-size: 1.7rem;
	padding-bottom: 4%;
    margin-bottom: 5%;
}
.six_point {
    width: 100%;
}
.six_point_box {
    padding: 6% 5%;
	margin-bottom: 7%;
}
p.hosoku_text.ft145.ls50.sans.tr {
    font-size: 1.3rem;
}
section.third h2 {
    margin-top: 0;
    padding-top: 0;
}
.fuzoku_sc_page .course_box table tbody tr, .fuzoku_sc_page .course_box table tbody td, .fuzoku_sc_page .course_box table tbody th, .fuzoku_sc_page .course_box table {
    display: block;
}
.fuzoku_sc_page .course_box table tbody tr:first-child,.fuzoku_sc_page .course_box table tbody tr td:before {
    display: none;
}
.fuzoku_sc_page .course_box table tbody tr td.t_01 {
    width: 100%;
    padding: inherit;
}
	.fuzoku_sc_page .course_box table tbody tr td.t_02 {
    width: 100%;
    padding: 2%;
}
	.fuzoku_sc_page .course_box table tbody tr td.t_03 {
    padding: 2%;
}
	.fuzoku_sc_page .course_box table tbody tr {
    border: 1px solid #dddddd;
    padding: 4%;
    margin-bottom: 5%;
}
.sns_link.df {
    justify-content: center;
}
.top_point_inner h2 {
    margin-left: 2%;
    font-size: 2.4rem;
}
.top_point_inner h2 span.ft61 {
    width: 70px;
    height: 70px;
    font-size: 3.6rem;
}
.top_point_inner p.ft24.ls200 {
    font-size: 1.6rem;
}
.top_point_inner {
    height: 86%;
}
.top_point {
        height: 80vh;
        display: flex;
        align-content: center;
}
.top_point .decoration_border01,.top_point .decoration_border02,.top_point p.top_point_btn {
    display: none;
}
.hero {
    background-image: url(../../../images/hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 63%;
    width: 100%;
    height: 52vh;
    margin: 0 auto;
    position: relative;
}
.hero_text {
    position: absolute;
    top: 26%;
    right: 26%;
}
.hero_text h2 span.ft42 {
    font-size: 2.2rem;
}
.hero_text h2 span:nth-child(2),.top_lead_left h2 span:nth-child(2),.top_lead_left h2 span {
    font-size: 1.8rem;
}
.school_name {
    width: 68%;
    position: absolute;
    top: 0;
    right: inherit;
    left: 1%;
}
.top_lead_right {
    flex-direction: column;
	width: 70%;
}
.top_lead_item {
    width: 100%;
    margin-right: 0;
}
.top_lead_item p.ft16 {
    font-size: 1.3rem;
    margin-bottom: 6%;
}
.decoration_lead01 {
    top: 24%;
    left: 5%;
}
.top_lead_inner {
    padding-top: 18%;
    padding-bottom: 8%;
    justify-content: space-between;
}
.top_news_inner {
    flex-direction: column;
}
	h2.ft36.ls200.vertical img {
    width: 27px;
    margin-right: 2%;
}
.top_info {
    width: 100%;
}
	.top_news_right {
    width: 100%;
}
	.list dd {
    white-space: unset;
}
.schools_single .sc_child_box dl {
    flex-direction: column;
}
    .schools_single .sc_child_box dl dd {
        width: 100%;
        padding: inherit;
        margin-top: 3%;
        border-top: 1px solid #dddddd;
    }
.schools_single .sc_child_box dl dt {
    width: 100%;
}
	.sc_child_box dl dt:after {
		display:none;
	}
	section.faq_page p.ft16 {
    width: 88%;
    margin: auto;
    font-size: 1.4rem;
    text-align: left;
    line-height: 180%;
    margin-top: 6%;
    margin-bottom: 8%;
}
	div#navi ul {
    display: block !important;
    position: static;
	height: auto;
		        margin: auto;
        padding: inherit;
}
.slide-close {
        margin-bottom: 6vh;
        background: #000000;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        position: fixed;
        bottom: 0;
        width: 69.5%;
}
	.slide-close a {
        padding: 4% 0 5%;
        display: block;
        line-height: 20px;
    }
#navi .slide-close .fa-times:before, #sidebar .slide-close .fa-times:before {
        content: "CLOSE×";
        font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        color: #fff;
        font-size: 1.4rem;
        letter-spacing: 2px;
        font-weight: 500;
        display: block;
}
.list .news_article dd span.title {
    font-size: 1.5rem;
    display: block;
}
.list .news_article {
		width:86%;
		margin-top: 2%;
}
.top_news_btn {
    position: static;
    float: right;
}
.list .news_article dd.df {
	flex-direction:column;
	align-items: end;
}
.top_news dl.list {
    align-items: normal;
}
.top_news_btn {
        width: 76%;
        height: auto;
        margin-top: 4%;
        margin-bottom: 2%;
}
.top_news_btn a {
        padding: 5% 6%;
}
.top_news_btn a.bg_black .btn_inner {
        font-size: 1.3rem;
}
div#navi ul li .service_main_menu.smm1,div#navi ul li .service_main_menu.smm2,div#navi ul li .service_main_menu.smm3 {
    display: none;
}
div#navi .school_item {
        height: 10vh;
    }
	    .school_item a h3 {
        font-size: 1.8rem;
        position: absolute;
        writing-mode: horizontal-tb;
        color: #ffffff;
    }
.sidr {
    box-shadow: none;
}
	div#navi ul li {
    float: none;
    border-top: 0px;
    line-height: 25px !important;
    margin-bottom: 1%;
    height: auto;
    width: 100%;
}
div#navi ul li a {
	width: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0.6) 100%), url(../../../images/teacher.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
	}
.sidr ul li span {
    color: #ffffff;
}
div#navi ul li .box {
    width: 90%;
    margin: auto;
}
div#navi ul li .box a {
        background-image: none;
        height: 6vh !important;
        border-bottom: 1px solid;
        width: 100%;
        margin: auto;
    }
div#navi {
    background: #ffffff;
}
	#navi #navi-in ul li a {
        padding: 5px 7px;
        height: 12vh;
        display: flex;
        align-content: center;
    }
	#navi #navi-in ul li a span {
    display: block;
    margin: auto;
}
.page-id-1050 .third_image p.ft14 {
    font-size: 1.2rem;
}
.page-id-1050 .third_image_box div.df {
    flex-direction: column;
}
.page-id-1050 .third_image_box .third_image {
    width: 100%;
    margin-bottom: 4%;
}
.third_image_box.ver_sta .df {
    text-align: center;
}
}