@charset "UTF-8";
/****************************************
		General Setting 
*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}

body {
  font-family: "游ゴシック" , "Yu Gothic" , Helvetica ,  sans-serif;
  font-size: 16px;
  line-height: 1.8;
  word-break: break-strict;
  text-rendering: optimizeLegibility;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #005484;
  text-decoration: underline;
}

a:hover {
  color: #E81524;
}

a img:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.thumbimg:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.clear {
  clear: both;
  line-height: 0;
}

.clearfix {
  display: block;
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0px;
}

body {
  min-width: 1000px;
  _display: inline;
  _zoom: 1;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/****************************************
		Common Setting 
*****************************************/
.wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.header {
  background: url(../img/header_bg.png) center bottom repeat-x;
  padding-bottom: 15px;
}

.header_clm {
  font-size: 12px;
  padding: 10px 0;
}

.header_clm h1 {
  font-weight: normal;
}

.gnav {
  position: absolute;
  top: 50px;
  right: 0;
}

.gnav ul {
  width: 725px;
}

.gnav ul li {
  display: inline-block;
  text-align: center;
  width: 13.7%;
}

.gnav ul li a {
  text-decoration: none;
  color: #3F371F;
}

.gnav ul li a span {
  display: block;
  font-size: 26px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #FFF;
  margin: 0 auto;
}

.gnav ul li:nth-child(1) a span {
  background: #009F40;
}

.gnav ul li:nth-child(2) a span,
.gnav ul li:nth-child(8) a span {
  background: #F19EC2;
}

.gnav ul li:nth-child(3) a span {
  background: #F39800;
}

.gnav ul li:nth-child(4) a span {
  background: #E8320D;
}

.gnav ul li:nth-child(5) a span {
  background: #915DA3;
}

.gnav ul li:nth-child(6) a span {
  background: #52C3F1;
}

.gnav ul li:nth-child(7) a span {
  background: #2B71B8;
}

.btn {
  text-align: center;
}

.btn a, .btn span, .btn button {
  background: #EA5404;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  padding: 10px 0;
  width: 257px;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn a:hover, .btn span:hover, .btn button:hover {
  background: #f36c24;
}

.btn a i, .btn span i, .btn button i {
  font-size: 120%;
  padding-left: 15px;
}

.btn.back_btn a i, .btn.back_btn span i, .btn.back_btn button i {
  padding-right: 15px;
}


.btn button {
  border: none;
  font-size: 16px;
}

.fcont {
  margin-top: 50px;
}

.fcont_left {
  width: 250px;
  float: left;
}

.fcont_left h2 {
  margin-bottom: 10px;
}

.fcont_right {
  float: right;
  width: 708px;
}

.fcont_box {
  background-color: #FFF7D5;
  background-image: url(../img/footer_img_03.png);
  background-size: 84px;
  background-position: right 10px bottom 10px;
  background-repeat: no-repeat;
  float: left;
  width: 300px;
  padding: 15px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-right: 24px;
  margin-bottom: 20px;
}

.fcont_box a {
  color: #E8320D;
  font-size: 23px;
  text-decoration: none;
  display: block;
  padding: 5px 0;
}

.fcont_box a i {
  padding-right: 5px;
}

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

.fcont_box:nth-child(2) a {
  color: #E7320C;
}

.fcont_box:nth-child(2) .btn a {
  background: #E7320C;
}

.fcont_box:nth-child(2) .btn a:hover {
  background: #ef4521;
}

.fcont_box:nth-child(3) a {
  color: #E8326D;
}

.fcont_box:nth-child(3) .btn a {
  background: #E8326D;
}

.fcont_box:nth-child(3) .btn a:hover {
  background: #ec4e81;
}

.fcont_box:nth-child(4) a {
  color: #fb69a8;
}

.fcont_box:nth-child(4) .btn a {
  background: #fb69a8;
}

.fcont_box:nth-child(4) .btn a:hover {
  background: #ff82b8;
}

.fcont_box .btn a {
  color: #FFF;
  font-size: 16px;
  width: 205px;
}

.footer {
  position: relative;
  background: url(../img/header_bg.png) center top repeat-x;
  margin-top: 50px;
  padding-top: 50px;
}

.footer_clm {
  padding: 10px 0;
  font-size: 14px;
  margin-bottom: 80px;
}

.fnav {
  position: absolute;
  top: 0;
  right: 0;
}

.fnav ul {
  display: inline-block;
  vertical-align: top;
  margin-left: 85px;
}

.fnav ul li {
  padding-bottom: 5px;
}

.fnav ul li a {
  color: #333;
  text-decoration: none;
}

.fnav ul li a i {
  color: #EA5404;
  padding-right: 8px;
}

.footer_copy {
  background: #EA5404;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  padding: 15px 0;
}

.footer_copy img {
  position: absolute;
  top: -100px;
  right: 0;
}

.btn_pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  text-decoration: none;
  display: block;
  text-align: center;
  width: 99px;
  height: 99px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #8FC320;
  color: #FFF;
  line-height: .8;
  font-size: 17px;
}

.btn_pagetop i {
  font-size: 50px;
  display: block;
  padding-top: 5px;
}

.btn_pagetop:hover {
  color: #FFF;
}

/****************************************
		Top Setting 
*****************************************/
.sec_top_01 {
  background-image: url(../img/top01_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 5px 0 15px;
}

.sec_top_02 {
  padding: 20px 0 40px;
}

.sec_top_02 .wrap {
  background-image: url(../img/top02_bg.png);
  background-size: 1000px;
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
}

.sec_top_02 h2 {
  padding: 30px 0;
}

.sec_top_02 h3 {
  font-size: 22px;
  font-weight: normal;
  color: #4C3819;
}

.sec_top_02 p {
  padding: 30px 0 35px;
}

.sec_top_03 {
  background-image: url(../img/top03_bg.png);
  background-position: center center;
  background-repeat: repeat;
  padding: 30px 0 10px;
}

.top_03_tit {
  text-align: center;
  padding: 10px 0 20px;
}

.top_03_tit h2 {
  font-size: 35px;
  font-weight: normal;
  color: #4C381A;
}

.top_03_tit h2 img {
  vertical-align: top;
  position: relative;
  top: 3px;
  left: 0;
  margin-right: 20px;
}

.top_03_tit span {
  display: block;
  height: 2px;
  width: 100%;
  background: #F39800;
  margin-bottom: 2px;
}

.top_03_box {
  float: left;
  width: 430px;
  background: #FFF;
  padding: 25px;
  position: relative;
  margin-right: 40px;
  margin-bottom: 30px;
}

.top_03_box a {
  text-decoration: none;
  color: #4C381A;
}

.top_03_box h3 {
  border-bottom: 1px solid #EA5404;
  line-height: 1.2;
  margin-bottom: 15px;
  padding-bottom: 8px;
}

.top_03_box h3 img {
  display: block;
}

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

.top_03_box_img {
  width: 185px;
  float: left;
}

.top_03_box_clm {
  width: 220px;
  float: right;
}

.top_03_box_clm a {
  color: #E8320D;
  font-size: 22px;
}

.top_03_box_clm a i {
  padding-right: 5px;
}

a.top_03_box_arw {
  color: #EA5404;
  position: absolute;
  bottom: 8px;
  right: 33px;
  font-size: 35px;
}
a.top_03_box_arw:hover {
  color: #ca4a06;
}

.top_03_box_non {
  text-align: center;
  font-size: 35px;
  padding: 45px 0;
}

.sec_top_04 {
  padding: 50px 0;
}

.top_04_box {
  width: 480px;
  float: left;
  margin-right: 40px;
  text-align: center;
}

.top_04_box h2 {
  font-size: 26px;
  color: #4C381A;
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 2;
}

.top_04_box h2 span {
  display: block;
  background: #E8320D;
  height: 1px;
  width: 100%;
  margin-bottom: 1px;
}

.top_04_box p {
  padding: 15px;
}

.top_04_box .btn a {
  background: #E8320D;
}

.top_04_box .btn a:hover {
  background: #ef4521;
}

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

/****************************************
		page Setting 
*****************************************/
.page_btit {
  background-image: url(../img/page_btit_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
  text-align: center;
  padding: 25px 0;
  margin-bottom: 70px;
}

.page_btit h2 {
  font-size: 35px;
  font-weight: normal;
  color: #4C3819;
}

.page_btit h2 span {
  display: inline-block;
  font-size: 26px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #FFF;
  margin-right: 15px;
  position: relative;
  top: -5px;
}

.sec_page_cont {
  margin-bottom: 50px;
  padding-bottom: 1px;
}

.page_stit {
  margin-bottom: 35px;
}

.page_stit h2 {
  text-align: center;
  font-size: 35px;
  color: #4C3819;
  font-weight: bold;
  padding: 3px 0;
}

.page_stit span {
  display: block;
  background: #E8320D;
  height: 1px;
  width: 100%;
  margin-bottom: 3px;
}

.page_sstit {
  border-left: 7px solid #EA5404;
  padding: 2px 0 0 17px;
  margin-bottom: 25px;
}

.page_sstit h2 {
  color: #3F371F;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}

.page_numlist {
  margin-bottom: 85px;
}

.page_numlist dl {
  margin-bottom: 20px;
  padding-left: 20px;
}

.page_numlist dl dt, .page_numlist dl dd {
  display: block;
  float: left;
}

.page_numlist dl dt {
  background: #F39800;
  color: #FFF;
  font-size: 22px;
  text-align: center;
  line-height: 1;
  width: 32px;
  padding: 5px 0;
  margin-right: 20px;
}

.page_numlist dl dd {
  width: 90%;
}

.page_numlist dl dd strong {
  color: #EA5404;
  font-weight: bold;
  display: block;
  font-size: 18px;
}

.page_pbox {
  width: 470px;
  margin-bottom: 40px;
  margin-right: 60px;
  float: left;
}

.page_pbox h3 {
  font-size: 18px;
  color: #EA5404;
  font-weight: normal;
}

.page_pbox h3 span {
  display: inline-block;
  background: #EA5404;
  color: #FFF;
  font-size: 22px;
  text-align: center;
  line-height: 1;
  width: 32px;
  padding: 5px 0;
  margin-right: 15px;
}

.page_pbox img {
  width: 430px;
  margin: 15px auto;
  display: block;
}

.page_pbox ol li {
  position: relative;
  padding: 0 10px 0 25px;
  margin-top: 7px;
}

.page_pbox ol li i {
  color: #F39800;
  position: absolute;
  top: 4px;
  left: 0px;
  font-size: 18px;
}

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

.page_tbl {
  width: 100%;
  border-top: 5px solid #FFF2C1;
  border-left: 5px solid #FFF2C1;
  border-collapse: separate;
  border-spacing: 0 0 0 5px;
}

.page_tbl tr th, .page_tbl tr td {
  padding: 15px 20px;
  text-align: left;
}

.page_tbl tr th {
  background: #FFF2C1;
  font-weight: normal;
  border-bottom: 5px solid #FFF;
  white-space: nowrap;
}

.page_tbl tr td {
  border-right: 5px solid #FFF2C1;
  border-bottom: 5px solid #FFF2C1;
}

.page_tbl tr td a {
  text-decoration: none;
  color: #333;
}

.page_tbl tr:last-child th {
  border-bottom: none;
}

.page_clm {
  margin-bottom: 20px;
}

.page_imgs {
  padding: 10px 0 40px;
}


/****************************************
		idea Setting 
*****************************************/
.btit_idea h2 span {
  background: #009F40;
}

.sec_idea_01 {
  text-align: center;
  padding: 0px 0 40px;
}

.sec_idea_01 .wrap {
  background-image: url(../img/idea_01_bg.png);
  background-size: 905px;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 50px 0 30px;
}

/****************************************
		plan Setting 
*****************************************/
.btit_plan h2 span {
  background: #F19EC2;
}

/****************************************
		school Setting 
*****************************************/
.btit_school h2 span {
  background: #F39800;
}

.page_school_info {
  margin-bottom: 45px;
}

.school_info_left {
  width: 480px;
  float: left;
}

.school_info_left .btn {
  text-align: left;
  margin-top: 30px;
}

.school_info_right {
  width: 460px;
  float: right;
}

.page_school_map {
  margin-bottom: 55px;
}

.school_map_left {
  width: 424px;
  float: left;
}

.school_map_right {
  width: 530px;
  float: right;
}

.page_school {
  margin-bottom: 100px;
}

.page_school .page_stit {
  margin-bottom: 45px;
}

.page_school .page_numlist {
  margin-bottom: 65px;
}

.page_school .page_numlist dt {
  background: #EA5404;
}

.page_school_02 {
  margin-bottom: 30px;
}

.page_school_03 {
  margin-bottom: 60px;
}

.page_school_03 .page_stit {
  margin-bottom: 30px;
}

.page_school_03 .page_sstit {
  margin: 30px 0;
}

.page_school_03 .page_tbl {
  margin-bottom: 45px;
}

.page_school_03 .page_tbl tr td {
  width: 340px;
}

.school_slide {
  overflow: hidden;
}

.school_slide .slick-dots {
  text-align: center;
  position: relative;
  top: 5px;
  left: 0;
}

.school_slide .slick-dots li {
  margin: 0 5px;
  display: inline-block;
  background: #BBB;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.school_slide .slick-dots li.slick-active {
  background: #4C3819;
}

.school_slide .slick-dots li button {
  display: none;
}

/* *** googlecal *** */
.cal_wrapper {
	max-width: 1000px;
	min-width: 300px;
	margin: 2.0833% auto;
}
.googlecal {
	position: relative;
	padding-bottom: 100%;
	height: 0;
}
.googlecal iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media only screen and (min-width: 768px) {
	.googlecal { padding-bottom: 65%; }
}


/****************************************
		service Setting 
*****************************************/
.btit_service h2 span {
  background: #E8320D;
}

.page_service .page_clm {
  margin-bottom: 35px;
}

.page_service_03 .page_stit {
  margin-bottom: 50px;
}

.page_service_03 .page_sstit {
  margin-bottom: 15px;
}

.service_cal_wrap {
  margin-bottom: 40px;
}

.service_cal {
  width: 480px;
  position: relative;
}

.service_cal img {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.service_cal .page_tbl tr th {
  width: 30%;
}

.service_cal_left {
  float: left;
}

.service_cal_right {
  float: right;
}

.service_box {
  margin-bottom: 50px;
}

.service_box_left {
  width: 320px;
  float: left;
}

.service_box_right {
  width: 640px;
  float: right;
}

/****************************************
		questionary Setting 
*****************************************/
.sec_top_05 .btn a {
	width: 305px;
}

.quest_table {
	border: #ccc 1px solid;
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

.quest_table th {
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	padding: 10px;
	background: #FFF7D5;
	font-size: 1.1em;
}

.quest_table td:first-of-type {
	border-right: #ccc 1px solid;
}

.quest_table td a {
	padding: 10px;
	display: block;
}
.quest_table td a:hover {
  color: #EA5404;
}

.quest_table td i {
	margin-right: 5px;
	color: #e8320c;
}

.mb20 {
	margin-bottom: 20px;
}

/****************************************
		faq Setting 
*****************************************/
.btit_faq h2 span {
  background: #915DA3;
}

.faq_list dl {
  border-bottom: 2px dotted #DFC7A2;
  margin: 35px 0;
}

.faq_list dl dt, .faq_list dl dd {
  position: relative;
}

.faq_list dl dt span, .faq_list dl dd span {
  color: #FFF;
  font-size: 25px;
  display: inline-block;
  width: 40px;
  line-height: 1;
  padding: 6px 0;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.faq_list dl dt {
  padding: 0 0 20px 55px;
}

.faq_list dl dt strong {
  font-weight: bold;
  font-size: 22px;
}

.faq_list dl dt span {
  background: #EA5404;
}

.faq_list dl dd {
  padding: 0 0 25px 55px;
}

.faq_list dl dd .btn {
  text-align: left;
  padding: 10px 0 0;
}

.faq_list dl dd .btn a {
  background: #E8320D;
}

.faq_list dl dd span {
  background: #F39800;
}

/****************************************
		contact Setting 
*****************************************/
.contact_list {
    width: 710px;
    margin: 0 auto;
}

.btit_contact h2 span {
  background: #2B71B8;
}

.page_form {
  width: 800px;
  margin: 0 auto 60px;
}

.page_form .page_tbl tr th {
  width: 25%;
  vertical-align: top;
}

.page_form .btn {
  padding: 50px 0 0;
}

.page_form input {
  font-size: 16px;
  padding: 10px;
  width: 300px;
}

.page_form textarea {
  font-size: 16px;
  padding: 10px;
  width: 500px;
  height: 100px;
}

.page_form .err_messege {
  color: #e9320c;
  font-weight: bold;
  margin-bottom: 1em;
}

.page_form .required {
  background: #e9320c;
  font-size: .75em;
  color: #fff;
  padding: .15em .5em;
  margin-left: .5em;
  display: inline-block;
}

/****************************************
		contact Setting 
*****************************************/
.btit_recruit h2 span {
  background: #52C3F1;
}

.page_recruit .page_clm {
  margin-bottom: 30px;
}

.page_recruit .page_clm strong {
  color: #EA5304;
  font-weight: normal;
  font-size: 18px;
}

.page_recruit .page_clm a {
  text-decoration: none;
  color: #333;
}

.page_recruit .page_sstit {
  margin: 40px 0 20px;
}

/****************************************
		Tablet Setting 
*****************************************/
@media (max-width: 768px) {
	body {
		min-width: 1020px;
	}
}

/****************************************
		Mobile Setting 
*****************************************/
.sp_nav_menu, .sp_nav_close {
  display: none;
}

.pc_only {
  display: block;
}

.sp_only,
.gnav ul li.sp_only {
  display: none;
}

@media (max-width: 767px) {
  /****************************************
		Common Setting 
	*****************************************/
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  body {
    min-width: inherit;
    font-size: 14px;
  }
  .wrap {
    width: auto;
    margin: 0 auto;
    position: relative;
    padding: 0 2%;
  }
  .header {
    background-size: auto 5px;
    padding-bottom: 15px;
  }
  .header_clm {
    font-size: 10px;
    line-height: 1.3;
    padding: 10px 0;
  }
  .header_clm h1 {
    font-weight: normal;
  }
  .header_logo img {
    width: 120px;
  }
  .gnav {
    display: none;
    position: absolute;
    top: 110px;
    right: inherit;
    left: 0;
    z-index: 999;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
  }
  .gnav ul {
    padding: 1% 3%;
    width: auto;
  }
  .gnav ul li {
    display: block;
    text-align: left;
    margin-left: 0;
    width: auto;
  }
  .gnav ul li a {
	  position: relative;
    text-decoration: none;
    padding: 10px 0 10px;
    display: block;
    border-bottom: 1px dotted #E8326D;
  }
  .gnav ul li a span {
    display: inline-block;
    text-align: center;
    font-size: 17px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0;
    margin-right: 7px;
  }
  .gnav ul li a:after {
	  font-family: FontAwesome;
	  content: "\f105";
	  position: absolute;
	  top: 12%;
    right: 14px;
    font-size: 20px;
  }
  .sp_nav_menu {
    display: block;
    width: 55px;
    position: absolute;
    bottom: 0px;
    right: 10px;
  }
  .sp_nav_close {
    display: block;
    padding: 20px 0;
  }
  .fcont {
    margin-top: 50px;
  }
  .fcont_wrap {
    text-align: center;
  }
  .fcont_left {
    width: auto;
    float: none;
  }
  .fcont_left h2 {
    margin-bottom: 10px;
  }
  .fcont_right {
    text-align: left;
    float: none;
    width: auto;
  }
  .fcont_box {
    float: none;
    width: 92%;
    padding: 15px 4%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer {
    position: relative;
    background-size: auto 5px;
    margin-top: 120px;
    padding-top: 30px;
    text-align: center;
  }
  .footer_logo img {
    width: 140px;
  }
  .footer_clm {
    margin-bottom: 10px;
  }
  .fnav {
    position: relative;
    top: inherit;
    right: inherit;
    text-align: left;
    margin-bottom: 30px;
  }
  .fnav ul {
    display: block;
    vertical-align: top;
    margin-left: 0;
  }
  .fnav ul li {
    padding: 5px;
  }
  .footer_copy img {
    width: 150px;
    position: absolute;
    top: -60px;
    right: 0;
  }
  .btn_pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    line-height: .5;
    font-size: 13px;
  }
  .btn_pagetop i {
    font-size: 30px;
    padding-top: 0px;
  }
  /****************************************
		Top Setting 
	*****************************************/
  .sec_top_02 {
    padding: 10px 0 40px;
  }
  .sec_top_02 .wrap {
    background-image: url(../img/sp_top02_bg.png);
    background-size: contain;
  }
  .sec_top_02 h2 {
    padding: 5px 0;
  }
  .sec_top_02 h3 {
    font-size: 16px;
    line-height: 1.6;
  }
  .sec_top_02 h3 br {
    display: none;
  }
  .sec_top_02 p {
    padding: 20px 0;
  }
  .sec_top_02 p br {
    display: none;
  }
  .sec_top_03 {
    padding: 20px 0 10px;
  }
  .top_03_tit {
    text-align: center;
    padding: 10px 0 20px;
  }
  .top_03_tit h2 {
    font-size: 25px;
  }
  .top_03_tit h2 img {
    vertical-align: top;
    position: relative;
    width: 23px;
    top: 5px;
    left: 0;
    margin-right: 15px;
  }
  .top_03_box {
    float: none;
    width: auto;
    background: #FFF;
    padding: 10px;
    position: relative;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .top_03_box a {
    text-decoration: none;
    color: #4C381A;
  }
  .top_03_box h3 {
    line-height: 1.6;
  }
  .top_03_box h3 img {
    height: 43px;
  }
  .top_03_box_img {
    width: 110px;
    float: left;
  }
  .top_03_box_clm {
    font-size: 13px;
  }
  .top_03_box_clm a {
    color: #E8320D;
    font-size: 22px;
  }
  a.top_03_box_arw {
    color: #EA5404;
    position: absolute;
    bottom: 8px;
    right: 13px;
    font-size: 18px;
  }
  .top_03_box_non {
    text-align: center;
    font-size: 20px;
    padding: 25px 0;
  }
  .sec_top_04 {
    padding: 40px 0 0;
  }
  .top_04_box {
    width: auto;
    float: none;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .top_04_box h2 {
    font-size: 20px;
  }
  .top_04_box p {
    padding: 15px;
    line-height: 1.5;
  }
  /****************************************
			page Setting 
	*****************************************/
  .page_btit {
    padding: 20px 0;
    margin-bottom: 10px;
  }
  .page_btit h2 {
    font-size: 20px;
  }
  .page_btit h2 span {
    font-size: 18px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
  }
  .sec_page_cont {
    margin-bottom: 10px;
    padding-bottom: 1px;
  }
  .page_stit {
    margin: 40px 0 20px;
  }
  .page_stit h2 {
    font-size: 18px;
  }
  .page_sstit {
    padding: 2px 0 0 10px;
    margin-bottom: 25px;
  }
  .page_sstit h2 {
    font-size: 18px;
  }
  .page_numlist {
    margin-bottom: 40px;
  }
  .page_numlist dl {
    margin-bottom: 20px;
    padding-left: 1%;
  }
  .page_numlist dl dt {
    font-size: 17px;
    width: 23px;
    padding: 3px 0;
    margin-right: 2%;
  }
  .page_numlist dl dd {
    width: 85%;
  }
  .page_pbox {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
    float: none;
  }
  .page_pbox img {
    width: auto;
  }
  .page_pbox:nth-child(2n) {
    margin-right: 0;
  }
  .page_tbl tr th, .page_tbl tr td {
    padding: 15px 10px;
    text-align: left;
  }
  .page_tbl tr th span {
    display: block;
  }
  .page_tbl tr:last-child th {
    border-bottom: none;
  }
  .page_imgs {
    padding: 0 0 40px;
  }
  /****************************************
			idea Setting 
	*****************************************/
  .sec_idea_01 {
    text-align: center;
    padding: 40px 0;
  }
  .sec_idea_01 .wrap {
    background-size: contain;
    padding: 10px 0;
  }
  /****************************************
			school Setting 
	*****************************************/
  .page_school_info {
    margin-bottom: 25px;
  }
  .school_info_left {
    width: 100%;
    float: none;
  }
  .school_info_left .btn {
    text-align: center;
    margin: 30px 0;
  }
  .school_info_right {
    width: 100%;
    float: none;
  }
  .page_school_map {
    margin-bottom: 10px;
  }
  .school_map_left {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .school_map_right {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .school_map_right iframe {
    max-width: 100%;
  }
  .page_school {
    margin-bottom: 70px;
  }
  .page_school .page_stit {
    margin-bottom: 25px;
  }
  .page_school .page_numlist {
    margin-bottom: 35px;
  }
  .page_school_02 {
    margin-bottom: 20px;
  }
  .page_school_03 {
    margin-bottom: 60px;
  }
  .page_school_03 .page_stit {
    margin-bottom: 30px;
  }
  .page_school_03 .page_sstit {
    margin: 15px 0;
  }
  .page_school_03 .page_tbl {
    margin-bottom: 25px;
  }
  .page_school_03 .page_tbl tr th {
    white-space: inherit;
  }
  .page_school_03 .page_tbl tr td {
    width: auto;
    white-space: nowrap;
  }
  /****************************************
			service Setting 
	*****************************************/
  .btit_service h2 span {
    background: #E8320D;
  }
  .page_service .page_clm {
    margin-bottom: 20px;
  }
  .page_service_03 .page_stit {
    margin-bottom: 20px;
  }
  .service_cal_wrap {
    margin-bottom: 30px;
  }
  .service_cal {
    width: 100%;
  }
  .service_cal img {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .service_cal_left {
    float: none;
    margin-bottom: 20px;
  }
  .service_cal_right {
    float: none;
  }
  .service_box {
    margin-bottom: 20px;
  }
  .service_box_left {
    width: 100%;
    float: none;
  }
  .service_box_right {
    width: 100%;
    float: none;
  }
  /****************************************
			faq Setting 
	*****************************************/
  .faq_list dl dt {
    line-height: 1.5;
  }
  /****************************************
			contact Setting 
	*****************************************/
  .contact_list {
    width: 100%;
  }
  
  .page_form {
    width: auto;
  }
  .page_form .page_tbl tr th {
    width: auto;
  }
  .page_form .btn {
    padding: 30px 0 0;
  }
  .page_form input {
    padding: 3px;
    width: 96%;
    font-size: 15px;
  }
  .page_form textarea {
    padding: 3px;
    width: 96%;
    height: 100px;
  }
}


.page_clm_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
@media (max-width: 768px) {
    .page_clm_wrap {
        grid-template-columns: 1fr;
    }
}


video {
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
}