@charset "UTF-8";
/*
Theme Name: chugakujuken_asagaku_origin
Theme URI: http://www.luck2.co.jp/
Description: テーマの説明
Version: 91.02
Author: ken_kishimoto
Author URI: http://www.luck2.co.jp/
*/
/****************************************
		SCSS Setting 
*****************************************/
/****************************************
		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 {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

body {
  /* regular 400 bold 700 */
  font-family: "BIZ UDGothic", "游ゴシック", "Yu Gothic", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  word-break: break-strict;
  color: #3c352f;
  text-rendering: optimizeLegibility;
}
body.noscrll {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
}

.f_zen-maru {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}

a {
  text-decoration: none;
  color: #3c352f;
}
a:hover {
  color: #3c352f;
}

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

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

body {
  _display: inline;
  _zoom: 1;
}

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

table {
  border-spacing: 0;
  border-collapse: collapse;
}
table tbody tr th, table tbody tr td {
  font-weight: 400;
}

iframe {
  max-width: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.target_line {
  position: absolute;
  left: 0;
}

.anim {
  -webkit-transition: opacity 200ms 0s ease;
  transition: opacity 200ms 0s ease;
}
.anim:hover {
  opacity: 0.9;
}

section {
  position: relative;
  display: block;
}

/****************************************
		Base Setting 
*****************************************/
body {
  position: relative;
  overflow-x: hidden;
  background-color: #f9f5f2;
  background-image: url(./img/common/gbg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.wrap {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}

.boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.boxs .box {
  display: block;
}

.btn {
  position: relative;
  display: inline-block;
  height: 64px;
  padding: 8px 16px;
  cursor: pointer;
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
  color: #ed823b;
  border: 1px solid #ed823b;
  border-radius: 32px;
  background-color: #fff;
}
.btn._sm {
  width: 212px;
}
.btn._lg {
  width: 400px;
  height: 80px;
  border-width: 3px;
  border-radius: 40px;
}
.btn._lg p {
  font-size: 160%;
  left: 54px;
}
.btn._bl {
  color: #28ace8;
  border-color: #28ace8;
}
.btn._bl:hover {
  background-color: #28ace8;
}
.btn p {
  font-size: 114%;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 29px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}
.btn ._ico {
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}
.btn ._ico._mail {
  width: 23px;
  height: 18px;
}
.btn ._ico._arw {
  width: 32px;
  height: 32px;
}
.btn ._ico._search {
  right: 12px;
  width: 57px;
  height: 57px;
}
.btn ._ico._doc {
  width: 25px;
  height: 31px;
}
.btn:hover {
  color: #fff;
  background-color: #ed823b;
}
.btn:hover ._ico._mail .__l {
  fill: #fff;
}
.btn:hover ._ico._arw .__c {
  fill: #fff;
}
.btn:hover ._ico._arw .__l {
  stroke: #ed823b;
}
.btn:hover ._ico._search .__c {
  fill: #fff;
}
.btn:hover ._ico._search .__l {
  fill: #ed823b;
}
.btn:hover ._ico._doc .__l {
  fill: #fff;
}

.header {
  position: relative;
  z-index: 2;
}
.header ._inner {
  position: relative;
  width: calc(100% - 192px);
  max-width: 1728px;
  height: 112px;
  margin: 0 auto;
}
.header ._logo {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}
.header ._clm {
  position: absolute;
  top: 62%;
  left: 420px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}

.gbg {
  position: absolute;
  z-index: 1;
  top: -120px;
  left: -40%;
  overflow-y: hidden;
  width: 180%;
  height: calc(100% + 120px);
}

.container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 192px);
  max-width: 1728px;
  margin: 0 auto;
}

.gnav {
  position: sticky;
  z-index: 1100;
  top: 35px;
  left: 96px;
  width: 288px;
  height: 100%;
  max-height: calc(100% - 26px);
}
.gnav ._inner {
  margin-top: 35px;
  padding: 9px 34px 32px;
  border: #ed823b 8px solid;
  border-radius: 50px;
  background-color: #fff;
}
.gnav ul li:last-child a {
  border-bottom: none;
}
.gnav ul li a {
  position: relative;
  display: block;
  height: 99px;
  border-bottom: 1px solid #f60;
}
.gnav ul li ._label {
  font-size: 107%;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 64px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}
.gnav ul li ._ico {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}
.gnav .btn {
  display: block;
  margin-top: 12px;
}

.main {
  width: calc(100% - 288px);
  padding-top: 35px;
  padding-left: 64px;
}

.footer {
  position: relative;
  z-index: 2;
  margin-top: 189px;
}
.footer ._pr {
  padding: 20px 0;
  background-color: #fff;
}
.footer ._pr .boxs {
  max-width: 590px;
  margin: 0 auto;
}
.footer ._pr .boxs .box {
  width: 50%;
}
.footer ._pr .box_clm {
  padding: 20px 0 20px 40px;
}
.footer ._pr .box_clm p {
  line-height: 2;
}
.footer ._pr .box_clm p a {
  text-decoration: underline;
  color: #ed823b;
}
.footer ._pr .box_img img {
  width: 100%;
}
.footer ._inner {
  position: relative;
  max-width: 1632px;
  margin: 0 auto;
}
.footer .goto {
  position: absolute;
  z-index: 10;
  top: -190px;
  right: 10px;
  width: 96px;
  text-align: center;
}
.footer .goto:hover ._ico .__c {
  fill: #ed823b;
}
.footer .goto:hover ._ico .__l {
  stroke: #fff;
}
.footer .goto strong {
  font-size: 107%;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  white-space: nowrap;
}
.footer .goto ._ico {
  width: 80px;
  height: 80px;
}
.footer .goto ._ico .__c, .footer .goto ._ico .__l {
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
.footer ._google {
  position: absolute;
  top: -5px;
  right: 0;
  width: 240px;
}
.footer ._google .gsc-control-cse {
  position: relative;
  padding: 0;
  border: none;
  background-color: transparent;
}
.footer ._google .gsc-control-cse .gs-result .gs-title {
  text-align: left;
}
.footer ._google .gsc-control-cse .gsc-input-box {
  border-radius: 24px;
}
.footer ._google .gsc-control-cse .gsib_a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer ._google .gsc-control-cse .gsc-search-button {
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 6px 6px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  border-radius: 50%;
}
.footer ._sns {
  padding: 39px 0;
  text-align: center;
  background-color: #ed823b;
}
.footer ._sns ul {
  color: #fff;
}
.footer ._sns ul li {
  display: inline-block;
  margin: 0 10px;
}
.footer ._sns ul li strong {
  font-size: 134%;
  font-weight: 700;
  margin-right: 20px;
}
.footer ._copy {
  padding: 21px 0;
  text-align: center;
  background-color: #fff;
}
.footer ._copy p {
  font-size: 80%;
  letter-spacing: 0;
}

.fnav {
  padding: 98px 50px 154px;
  background-color: #3c352f;
}
.fnav .boxs .box {
  width: calc((100% - 382px - 4vw) / 2);
}
.fnav .boxs .box:nth-child(2) {
  width: 382px;
  margin: 0 clamp(16px, 4vw, 100px);
}
.fnav .box_list {
  margin-top: 50px;
}
.fnav .box_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.fnav .box_list ul li:last-child {
  margin-right: 0;
}
.fnav .box_list ul li a {
  font-size: 107%;
  font-weight: 700;
  color: #fff;
}

.list_news {
  max-width: 730px;
  margin-left: clamp(16px, 5vw, 96px);
}
.list_news a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.list_news a:last-child {
  margin-bottom: 0;
}
.list_news a:hover ._ico {
  -webkit-transform: translateY(-50%) translateX(50px);
          transform: translateY(-50%) translateX(50px);
}
.list_news a:hover ._ico ._l {
  stroke: #ed823b;
}
.list_news a ._date {
  font-size: 134%;
  font-weight: 700;
  width: 110px;
  color: #27ade8;
}
.list_news a ._tag {
  font-size: 107%;
  width: 118px;
  max-height: 40px;
  margin: 0 43px 0 16px;
  padding: 7px 12px;
  border-radius: 16px;
  background-color: #fff;
}
.list_news a ._tag i {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 16px;
  border-radius: 50%;
  background-color: #ed823b;
}
.list_news a ._tag._event i {
  background-color: #ed823b;
}
.list_news a ._tag._session i {
  background-color: #27ade8;
}
.list_news a ._tag._detail i {
  background-color: #ebc13a;
}
.list_news a ._stit {
  font-size: 134%;
  width: calc(100% - 287px);
  padding-right: 50px;
}
.list_news a ._ico {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: -webkit-transform 200ms 0s ease;
  transition: -webkit-transform 200ms 0s ease;
  transition: transform 200ms 0s ease;
  transition: transform 200ms 0s ease, -webkit-transform 200ms 0s ease;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}
.list_news a ._ico .__l {
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}

.breads {
  padding-bottom: 51px;
}
.breads ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breads ul li ._ico {
  margin: 0 10px;
}
.breads ul li a {
  color: #b2b2b2;
}
.breads ul li a strong {
  text-decoration: underline;
}

.cookie_btn {
  position: fixed;
  z-index: 1200;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
.cookie_btn a {
  text-decoration: underline;
  color: #fff;
}
.cookie_btn .boxs {
  max-width: 800px;
  margin: 0 auto;
}
.cookie_btn .box_btn {
  padding-left: 20px;
}
.cookie_btn .box_btn ._btn {
  position: relative;
  top: 14px;
  display: block;
  width: 200px;
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: opacity 200ms 0s ease;
  transition: opacity 200ms 0s ease;
  text-align: center;
  color: #000;
  border-radius: 20px;
  background-color: #fff;
}
.cookie_btn .box_btn ._btn:hover {
  opacity: 0.8;
}

/****************************************
		top Setting 
*****************************************/
.sec_top {
  position: relative;
}
.sec_top ._btit {
  margin-bottom: 43px;
}
.sec_top ._btit h2 {
  font-size: 240%;
  font-weight: 700;
}
.sec_top ._btit._or {
  color: #ed823b;
}
.sec_top ._bread p {
  font-size: 134%;
  line-height: 1.8;
}
.sec_top ._bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec_top ._contents {
  position: relative;
  z-index: 2;
}
.sec_top._topimg {
  position: relative;
  margin-bottom: 111px;
}
.sec_top._topimg ._hero {
  overflow: hidden;
  border: #ed823b 8px solid;
  border-radius: 50px;
}
.sec_top._topimg ._read {
  position: absolute;
  top: 47px;
  left: 37px;
  width: 44%;
}
.sec_top._recommend ._bg {
  left: -8px;
  width: calc(100% + (100vw - 1728px) / 2 + 8px);
  min-width: 100vw;
  border-radius: 100px 0 0 100px;
  background-color: #fff;
}
.sec_top._recommend ._contents {
  padding: 66px clamp(16px, 2vw, 96px) 75px 35px;
}
.sec_top._recommend ._contents .boxs .box {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.sec_top._recommend ._contents .boxs .box:nth-child(3n) {
  margin-right: 0;
}
.sec_top._recommend ._contents .box_img {
  overflow: hidden;
  border-radius: 30px;
}
.sec_top._recommend ._contents .box_img img {
  width: 100%;
}
.sec_top._recommend ._contents .box_clm {
  padding: 8px 21px;
}
.sec_top._recommend ._contents .box_clm ._date {
  font-size: 107%;
  display: block;
  margin-bottom: 6px;
}
.sec_top._recommend ._contents .box_clm ._date small {
  font-weight: 700;
  display: inline-block;
  margin-left: 15px;
  padding: 0 16px;
  color: #ed823b;
  border: 1px solid #ed823b;
  border-radius: 14px;
}
.sec_top._recommend ._contents .box_clm ._stit {
  font-size: 134%;
  font-weight: 700;
}
.sec_top._recommend ._foot {
  margin-top: 36px;
  text-align: right;
}
.sec_top._recommend ._foot .btn {
  width: 212px;
}
.sec_top._school {
  margin-top: 200px;
  margin-left: 95px;
}
.sec_top._school ._foot {
  max-width: 730px;
  margin-top: 42px;
  margin-left: clamp(16px, 5vw, 96px);
  margin-left: clamp(16px, 5vw, 96px);
  text-align: right;
}
.sec_top._info {
  margin-top: 200px;
  margin-left: 95px;
}
.sec_top._info .list_news, .sec_top._info ._foot {
  max-width: 808px;
}
.sec_top._info ._foot {
  margin-top: 42px;
  margin-left: clamp(16px, 5vw, 96px);
  text-align: right;
}
.sec_top._column {
  margin-top: 252px;
}
.sec_top._column._category {
  margin-top: 0;
}
.sec_top._column._category ._contents .boxs {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec_top._column._category ._contents .boxs .box {
  margin-bottom: 40px;
}
.sec_top._column._category .list_news {
  max-width: calc(100% - 150px);
}
.sec_top._column._category ._scat {
  margin-top: 12px;
}
.sec_top._column._category ._scat ul li {
  display: inline-block;
}
.sec_top._column._category ._scat ul li span {
  font-size: 107%;
  font-weight: 700;
  padding: 10px 20px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #ed823b;
  border-radius: 20px;
  background-color: #fdf2e7;
}
.sec_top._column._pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}
.sec_top._column._pages ._contents {
  width: calc(100% - 320px);
  padding-right: 65px;
}
.sec_top._column._pages ._sidenav {
  width: 320px;
  padding-top: 90px;
  text-align: center;
}
.sec_top._column._pages ._sidenav ul li {
  text-align: left;
  background-image: linear-gradient(to right, #ed823b 8px, transparent 8px);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 20px 2px;
}
.sec_top._column._pages ._sidenav ul li a {
  display: block;
  padding: 20px 5px;
}
.sec_top._column._pages ._sidenav ul li a strong {
  font-size: 134%;
  font-weight: 700;
}
.sec_top._column._pages ._head h1 {
  font-size: 227%;
  font-weight: 700;
}
.sec_top._column._pages ._foot {
  margin-top: 44px;
  text-align: center;
}
.sec_top._column._pages ._foot .btn {
  color: #707070;
  border-color: #707070;
}
.sec_top._column._pages ._foot .btn:hover {
  color: #fff;
  background-color: #707070;
}
.sec_top._column._pages ._foot .btn:hover ._arw._arw .__c {
  fill: #fff;
}
.sec_top._column._pages ._foot .btn:hover ._arw._arw .__l {
  stroke: #707070;
}
.sec_top._column._pages ._body {
  padding: 40px 0;
}
.sec_top._column._pages ._body h2 {
  font-size: 160%;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
  text-align: left;
  color: #ed823b;
  border-bottom: 2px solid #ed823b;
}
.sec_top._column._pages ._body p {
  font-size: 107%;
  line-height: 1.8;
  padding-bottom: 40px;
  letter-spacing: 0.04em;
}
.sec_top._column._pages ._body p a {
  text-decoration: underline;
  color: #ed823b;
}
.sec_top._column._school ._contents .box_clm ._stit {
  padding-left: 0;
}
.sec_top._column ._contents .boxs .box {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.sec_top._column ._contents .boxs .box:nth-child(3n) {
  margin-right: 0;
}
.sec_top._column ._contents .box_img {
  overflow: hidden;
  border-radius: 30px;
}
.sec_top._column ._contents .box_img img {
  width: 100%;
}
.sec_top._column ._contents .box_clm {
  padding: 8px 21px;
}
.sec_top._column ._contents .box_clm ._date {
  font-size: 107%;
  display: block;
  margin-bottom: 6px;
}
.sec_top._column ._contents .box_clm ._date small {
  font-weight: 700;
  display: inline-block;
  margin-left: 15px;
  padding: 0 16px;
  color: #ed823b;
  border: 1px solid #ed823b;
  border-radius: 14px;
  background-color: #fff;
}
.sec_top._column ._contents .box_clm ._stit {
  font-size: 134%;
  font-weight: 700;
}
.sec_top._movie {
  margin-top: 247px;
  padding: 0 50px;
}
.sec_top._movie ._contents .boxs {
  padding: 70px 70px 20px 70px;
  border-radius: 50px;
  background-color: #ed823b;
}
.sec_top._movie ._contents .boxs .box {
  margin-right: 53px;
}
.sec_top._movie ._contents .boxs .box:nth-child(1) {
  position: relative;
  width: calc((100% - 53px) / 2 + 5%);
}
.sec_top._movie ._contents .boxs .box:nth-child(2) {
  width: calc((100% - 53px) / 2 - 5%);
  margin-right: 0;
}
.sec_top._movie ._contents .box_img {
  position: absolute;
  top: 30%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}
.sec_top._movie ._contents .box_bub {
  position: absolute;
  z-index: 11;
  top: -30px;
  left: 28px;
}
.sec_top._movie ._contents .box_btn {
  position: relative;
  margin-top: 64px;
}
.sec_top._movie ._contents .box_btn .btn {
  width: 90%;
  height: 96px;
  border-radius: 48px;
}
.sec_top._movie ._contents .box_btn .btn p {
  left: 54px;
}
.sec_top._movie ._contents .box_clms {
  padding-right: clamp(16px, 1vw, 100px);
  color: #fff;
}
.sec_top._movie ._contents .box_tit {
  margin-top: 25px;
  padding-right: 3vw;
}
.sec_top._movie ._contents .box_tit h2 {
  line-height: 1.3;
}
.sec_top._movie ._contents .box_tit h2 small {
  font-size: 214%;
  display: block;
}
.sec_top._movie ._contents .box_tit h2 strong {
  font-size: 348%;
}
.sec_top._movie ._contents .box_clm {
  margin-top: 40px;
}
.sec_top._movie ._contents .box_clm p {
  font-size: 107%;
}
.sec_top._teacher {
  margin-top: 384px;
  padding: 0 50px;
  color: #fff;
}
.sec_top._teacher ._contents {
  padding: 50px 121px 79px;
  text-align: center;
  border-radius: 30px;
  background-image: url(./img/top/top_img_06_01@2x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sec_top._teacher ._contents .box_ist {
  position: absolute;
}
.sec_top._teacher ._contents .box_ist._i01 {
  top: -130px;
  left: -340px;
}
.sec_top._teacher ._contents .box_ist._i02 {
  top: -120px;
  right: -349px;
}
.sec_top._teacher ._contents ._btit {
  position: relative;
  display: inline-block;
  margin-bottom: 32px;
}
.sec_top._teacher ._contents .box_img {
  overflow: hidden;
  border-radius: 30px;
}
.sec_top._teacher ._contents .box_img img {
  width: 100%;
}
.sec_top._teacher ._contents .boxs {
  margin: 68px auto 0;
}
.sec_top._teacher ._contents .boxs .box {
  width: calc((100% - 61px) / 2);
  max-width: 480px;
  margin: 0 auto;
  margin-right: 61px;
  text-align: center;
}
.sec_top._teacher ._contents .boxs .box:nth-child(2n) {
  margin-right: 0;
}
.sec_top._bnnr {
  margin-top: 120px;
  margin-left: 95px;
}
.sec_top._bnnr ._contents {
  padding: 41px;
  text-align: center;
  border-radius: 30px;
  background-color: #fff;
}
.sec_top._bnnr ._contents ul li {
  display: inline-block;
}
.sec_top._bnnr ._btit {
  margin-bottom: 20px;
}
.sec_top._relation {
  margin-top: 120px;
  margin-left: 95px;
}
.sec_top._relation ._contents {
  padding: 41px;
  text-align: center;
  border-radius: 30px;
  background-color: #fae1c8;
}
.sec_top._relation ._contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 820px;
  margin: 0 auto -20px;
}
.sec_top._relation ._contents ul li {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 20px;
}
.sec_top._relation ._contents ul li:nth-child(2n) {
  margin-right: 0;
}
.sec_top._relation ._contents ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 120px;
  border: 1px solid #ed823b;
  border-radius: 10px;
  background-color: #fff;
}
.sec_top._relation ._contents ul li a .__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px;
}
.sec_top._relation ._contents ul li a .__label {
  line-height: 1.2;
  width: calc(100% - 140px);
  padding-right: 5px;
  text-align: left;
}
.sec_top._relation ._contents ul li a .__label span {
  font-size: 94%;
  font-weight: 700;
  display: block;
  margin-bottom: 7px;
  letter-spacing: 0.06em;
  color: #ed823b;
}
.sec_top._relation ._contents ul li a .__label h3 {
  font-size: 134%;
  font-weight: 700;
  padding-right: 20px;
  letter-spacing: 0.06em;
}
.sec_top._relation ._btit {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.sec_top._relation ._btit h2 {
  color: #ed823b;
}
.sec_top._relation ._btit .box_ist {
  position: absolute;
}
.sec_top._relation ._btit .box_ist._i01 {
  top: -110px;
  right: -170px;
}
.sec_top._relation ._btit .box_bub {
  position: relative;
  top: -7px;
  width: 283px;
  margin: 0 auto;
}
.sec_top._relation ._btit .box_bub ._inn {
  padding: 10px 16px 10px 22px;
  border-radius: 58px;
  background-color: #ed823b;
}
.sec_top._relation ._btit .box_bub ._ico {
  position: absolute;
  bottom: -15px;
  left: 20px;
}
.sec_top._relation ._btit .box_bub strong {
  font-size: 107%;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
}

/****************************************
		swiper Setting 
*****************************************/
.swiper-container {
  position: relative;
}

.swiper {
  width: calc(100% - 160px);
  height: auto;
  margin: 0 auto;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -56px;
  left: 80px;
  text-align: left;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 7px !important;
  background-color: #ed823b;
}

.swiper-custom-btn {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}
.swiper-custom-btn._next {
  right: 0;
  left: inherit;
}
.swiper-custom-btn._next ._ico {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.swiper-custom-btn:hover ._ico .__c {
  fill: #ed823b;
}
.swiper-custom-btn:hover ._ico .__l {
  fill: #fff;
}
.swiper-custom-btn ._ico {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.swiper-custom-btn ._ico .__l, .swiper-custom-btn ._ico .__c {
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}

/****************************************
		pages Setting 
*****************************************/
.pages_outer {
  padding: 42px 86px 61px;
  border-radius: 50px;
  background-color: #fff;
}
.pages_outer ._bcat {
  margin: -10px 0 20px;
}
.pages_outer ._bcat ._ico {
  position: relative;
  top: -6px;
  margin-right: 15px;
}
.pages_outer ._bcat ._label {
  font-size: 227%;
  display: inline-block;
}
.pages_outer ._cathead {
  margin-bottom: 48px;
  padding-bottom: 36px;
  border-bottom: 2px solid #ededed;
}
.pages_outer ._cathead._col1 .boxs {
  display: block;
}
.pages_outer ._cathead._col1 .boxs .box:nth-child(1) {
  width: 100%;
}
.pages_outer ._cathead._col1 .boxs .box:nth-child(2) {
  width: 100%;
}
.pages_outer ._cathead .boxs .box:nth-child(1) {
  width: 35%;
}
.pages_outer ._cathead .boxs .box:nth-child(2) {
  width: 65%;
}
.pages_outer ._cathead .box_clms {
  padding: 0 25px;
}
.pages_outer ._cathead .box_img {
  overflow: hidden;
  border-radius: 50px;
}
.pages_outer ._cathead .box_img img {
  width: 100%;
}

/****************************************
		search Setting 
*****************************************/
.school-search_head {
  margin-bottom: 46px;
}
.school-search_head h2 strong {
  font-size: 227%;
  font-weight: 700;
  position: relative;
  top: -3px;
}

.sec_school-search._archive .school-search ._body {
  padding-bottom: 30px;
  border-radius: 30px;
  background-color: #fff8f2;
}
.sec_school-search._archive .school-search ._foot {
  text-align: center;
  border-radius: 0 0 30px 30px;
  background-color: #fff8f2;
}
.sec_school-search._archive .school-search ._foot_close {
  padding: 30px 0 0;
  text-align: center;
}
.sec_school-search._archive .school-search ._foot_close p {
  display: inline-block;
  cursor: pointer;
}
.sec_school-search._archive .school-search ._foot_close p._on ._ico {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sec_school-search._archive .school-search ._foot_close p strong {
  font-size: 134%;
  font-weight: 700;
  color: #ed823b;
}
.sec_school-search._top {
  position: relative;
  z-index: 11;
}
.sec_school-search._top .school-search {
  position: absolute;
  right: 54px;
  bottom: 150px;
  width: clamp(786px, 50vw, 1018px);
}
.sec_school-search._top .school-search ._head ul li a, .sec_school-search._top .school-search ._head ul li ._tabs {
  height: 67px;
}
.sec_school-search._top .school-search ._head ul li a p, .sec_school-search._top .school-search ._head ul li ._tabs p {
  font-size: clamp(67%, 1vw, 124%);
}
.sec_school-search._top .school-search ._body .school-search_items {
  padding: 0;
  border-width: 0;
  border-radius: 0;
  background-color: transparent;
}
.sec_school-search._top .school-search ._body .school-search_items._list .box_list ul li {
  margin-bottom: 12px;
}
.sec_school-search._top .school-search ._body .school-search_items._search .box_list {
  margin-top: 0;
  margin-bottom: 0;
}
.sec_school-search._top .school-search ._body .school-search_items._search .box_list:nth-child(3) {
  width: 387px;
}
.sec_school-search._top .school-search ._body .school-search_items._search .box_list:nth-child(4) {
  width: 301px;
}
.sec_school-search._top .school-search ._body .school-search_items._search .box_list ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec_school-search._top .school-search ._body .school-search_items._search .box_list ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  margin-bottom: 10px;
}
.sec_school-search._top .school-search ._body .school-search_items._search .box_list ul li a, .sec_school-search._top .school-search ._body .school-search_items._search .box_list ul li button {
  font-size: clamp(67%, 1.2vw, 107%);
  padding: 6px 0;
  border-width: 0;
  background-color: #fdf2e7;
}
.sec_school-search._top .school-search ._body .school-search_items._search .box_list ul li a:hover, .sec_school-search._top .school-search ._body .school-search_items._search .box_list ul li button:hover {
  color: #fff;
  background-color: #ed823b;
}
.sec_school-search._top .school-search ._body .school-search_items .boxs .box {
  position: relative;
  padding: 36px 32px 10px 32px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.sec_school-search._top .school-search ._body .school-search_items .boxs .box:nth-child(1) {
  width: 59.2%;
}
.sec_school-search._top .school-search ._body .school-search_items .boxs .box:nth-child(2) {
  width: 38.5%;
  margin-left: 23px;
}
.sec_school-search._top .school-search ._body .school-search_items .box_inp {
  width: clamp(155px, 100%, 100%);
}
.sec_school-search._top .school-search ._body .school-search_items .box_inp input {
  padding: 13px 17px;
  padding-right: 48px;
}
.sec_school-search._top .school-search ._body .school-search_items .box_inp button {
  right: 0;
  width: 48px;
  height: 100%;
  border-radius: 0 10px 10px 0;
}
.sec_school-search._top .school-search ._body .school-search_items .box_inp button._ico {
  background-color: #ed823b;
}
.sec_school-search._top .school-search ._body .school-search_items .box_tit {
  margin-bottom: 20px;
}
.sec_school-search._top .school-search ._body .school-search_items .box_tit strong {
  font-size: 134%;
  color: #3c352f;
}
.sec_school-search._top .school-search ._body .school-search_items .box_bub {
  position: absolute;
  top: -30px;
  left: 12px;
}
.sec_school-search._top .school-search ._body .school-search_items .box_bub ._inn {
  padding: 10px 22px;
  border-radius: 58px;
  background-color: #ed823b;
}
.sec_school-search._top .school-search ._body .school-search_items .box_bub ._ico {
  position: absolute;
  bottom: -15px;
  left: 20px;
}
.sec_school-search._top .school-search ._body .school-search_items .box_bub strong {
  font-size: 107%;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
}
.sec_school-search._top .school-search ._body .school-search_items .box_link {
  line-height: 1;
  position: absolute;
  right: 28px;
  bottom: 22px;
}
.sec_school-search._top .school-search ._body .school-search_items .box_link a {
  font-size: 80%;
  font-weight: 700;
  text-decoration: underline;
  letter-spacing: 0.06em;
}

.school-search ._head ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding-left: 45px;
}
.school-search ._head ul li {
  width: calc((100% - 36px - 45px) / 3);
  margin-right: 18px;
}
.school-search ._head ul li:last-child {
  margin-right: 0;
}
.school-search ._head ul li._cond:hover a, .school-search ._head ul li._cond:hover ._tabs, .school-search ._head ul li._cond._active a, .school-search ._head ul li._cond._active ._tabs {
  color: #fff;
  background-color: #ed823b;
}
.school-search ._head ul li._cond:hover a ._ico .__l, .school-search ._head ul li._cond:hover ._tabs ._ico .__l, .school-search ._head ul li._cond._active a ._ico .__l, .school-search ._head ul li._cond._active ._tabs ._ico .__l {
  fill: #fff;
}
.school-search ._head ul li._cond a, .school-search ._head ul li._cond ._tabs {
  color: #ed823b;
  border-color: #ed823b;
}
.school-search ._head ul li._aorder:hover a, .school-search ._head ul li._aorder:hover ._tabs, .school-search ._head ul li._aorder._active a, .school-search ._head ul li._aorder._active ._tabs {
  color: #fff;
  background-color: #28ace8;
}
.school-search ._head ul li._aorder:hover a ._ico._txt, .school-search ._head ul li._aorder:hover ._tabs ._ico._txt, .school-search ._head ul li._aorder._active a ._ico._txt, .school-search ._head ul li._aorder._active ._tabs ._ico._txt {
  color: #fff;
}
.school-search ._head ul li._aorder a, .school-search ._head ul li._aorder ._tabs {
  color: #28ace8;
  border-color: #28ace8;
}
.school-search ._head ul li._time:hover a, .school-search ._head ul li._time:hover ._tabs, .school-search ._head ul li._time._active a, .school-search ._head ul li._time._active ._tabs {
  color: #fff;
  background-color: #ed823b;
}
.school-search ._head ul li._time a, .school-search ._head ul li._time ._tabs {
  color: #ed823b;
  border-color: #ed823b;
}
.school-search ._head ul li a, .school-search ._head ul li ._tabs {
  position: relative;
  display: block;
  height: 67px;
  cursor: pointer;
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
  border-width: 3px 3px 0 3px;
  border-style: solid;
  border-radius: 50px 50px 0 0;
  background-color: #fff;
}
.school-search ._head ul li a p, .school-search ._head ul li ._tabs p {
  font-size: clamp(107%, 1.05vw, 160%);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 51%;
  left: 50%;
  width: 90%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.school-search ._head ul li a p strong, .school-search ._head ul li ._tabs p strong {
  position: relative;
  top: 4px;
  padding-left: 5px;
}
.school-search ._head ul li a ._ico, .school-search ._head ul li ._tabs ._ico {
  width: 36px;
  height: 36px;
  vertical-align: middle;
}
.school-search ._head ul li a ._ico._txt, .school-search ._head ul li ._tabs ._ico._txt {
  font-size: 36px;
  line-height: 1;
  color: #27ade8;
}

.school-search_items {
  padding: 49px clamp(16px, 2.2vw, 67px);
  border-bottom: 1px solid #ed823b;
}
.school-search_items._last {
  border-bottom: none;
}
.school-search_items._list {
  border-color: #28ace8;
  border-radius: 30px;
  background-color: #eaf5f7;
}
.school-search_items._list .boxs .box:nth-child(1) {
  width: 100%;
}
.school-search_items._list .box_list a, .school-search_items._list .box_list button {
  color: #28ace8;
  border-color: #28ace8;
}
.school-search_items._list .box_list a:hover, .school-search_items._list .box_list button:hover {
  color: #fff;
  background-color: #28ace8;
}
.school-search_items._list .box_inp button .__l {
  fill: #28ace8;
}
.school-search_items .boxs._mt {
  margin-top: 72px;
}
.school-search_items .boxs .box:nth-child(1) {
  width: clamp(120px, 20%, 213px);
}
.school-search_items .boxs .box:nth-child(2) {
  width: calc(100% - clamp(120px, 20%, 213px));
}
.school-search_items .box_tit strong {
  font-size: 227%;
  font-size: clamp(67%, 1.8vw, 227%);
  font-weight: 700;
  color: #ed823b;
}
.school-search_items .box_list {
  margin-top: 10px;
  margin-bottom: -36px;
}
.school-search_items .box_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.school-search_items .box_list ul li {
  width: 25%;
  margin-bottom: 30px;
}
.school-search_items .box_list ul li._wd {
  width: 100%;
}
.school-search_items .box_list ul li label {
  font-size: clamp(107%, 1.05vw, 160%);
  font-weight: 700;
}
.school-search_items .box_list ul li a, .school-search_items .box_list ul li button {
  font-size: clamp(107%, 1.2vw, 120%);
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: block;
  width: 90%;
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
  text-align: center;
  color: #ed823b;
  border: 1px solid #ed823b;
  border-radius: 16px;
  background-color: #fff;
}
.school-search_items .box_list ul li a:hover, .school-search_items .box_list ul li button:hover {
  color: #fff;
  background-color: #ed823b;
}
.school-search_items .box_inp {
  position: relative;
  width: clamp(155px, 100%, 300px);
}
.school-search_items .box_inp input {
  font-size: 107%;
  width: 100%;
  padding: 17px;
  padding-right: 40px;
  border: 1px solid #b2b2b2;
  border-radius: 10px;
  background: #fff;
}
.school-search_items .box_inp button._ico {
  position: absolute;
  z-index: 11;
  top: 50%;
  right: 5px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  border: none;
  background-color: transparent;
}
.school-search_items .box_sr .range-slider {
  margin: 20px 0;
}
.school-search_items .box_sr ._inp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.school-search_items .box_sr ._inp input {
  font-size: 107%;
  width: 120px;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #b2b2b2;
  border-radius: 10px;
  background: #fff;
}
.school-search_items .box_sr ._inp span {
  font-size: 107%;
  padding: 17px;
}

.sec_school-result._list .school-result_items ._item {
  border-color: #27ade8;
}

.school-result {
  padding: 63px 48px 104px;
}
.school-result ._head {
  margin-bottom: 50px;
}
.school-result ._head._empty {
  margin-bottom: 0;
  text-align: center;
}
.school-result ._head ._pagenum p {
  font-weight: 700;
  display: inline-block;
}
.school-result ._head ._pagenum p strong {
  font-size: 268%;
  margin: 0 15px;
  color: #ed823b;
}
.school-result ._head ._pagenum p small {
  font-size: 134%;
}
.school-result ._head ._pagenum span {
  font-size: 107%;
  padding-left: 30px;
}
.school-result ._read {
  margin-bottom: 27px;
}
.school-result ._read p {
  font-size: 107%;
}

.school-result_items ._item {
  position: relative;
  display: block;
  padding: 20px 130px 20px 40px;
  -webkit-transition: background-color 200ms 0s ease;
  transition: background-color 200ms 0s ease;
  border-bottom: 1px solid #ed823b;
}
.school-result_items ._item:hover {
  background-color: #fae1c8;
}
.school-result_items ._item:hover ._ico {
  -webkit-transform: translateY(0%) translateX(50px);
          transform: translateY(0%) translateX(50px);
}
.school-result_items ._item:hover ._ico .__c {
  fill: #ed823b;
}
.school-result_items ._item:hover ._ico .__l {
  fill: #fff;
}
.school-result_items ._item ._ico {
  position: absolute;
  top: 34px;
  right: 70px;
  width: 60px;
  height: 60px;
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
.school-result_items ._item ._ico .__l, .school-result_items ._item ._ico .__c {
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
.school-result_items ._item .boxs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.school-result_items ._item .box_tit {
  margin-bottom: 10px;
}
.school-result_items ._item .box_tit small {
  font-size: clamp(67%, 1vw, 107%);
  line-height: 1.3;
  display: block;
}
.school-result_items ._item .box_tit strong {
  font-size: clamp(67%, 1.8vw, 214%);
  font-weight: 700;
  line-height: 1.3;
  display: block;
}
.school-result_items ._item .box_tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.school-result_items ._item .box_tag ul li {
  margin-right: 16px;
}
.school-result_items ._item .box_tag ul li._dev1 span {
  background-color: #3c352f;
}
.school-result_items ._item .box_tag ul li._dev2 span {
  background-color: #ebc13a;
}
.school-result_items ._item .box_tag ul li:last-child {
  margin-right: 0;
}
.school-result_items ._item .box_tag ul li span {
  font-size: 107%;
  font-weight: 700;
  line-height: 48px;
  display: block;
  width: 48px;
  height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
.school-result_items ._item .box_adr {
  padding-left: 20px;
}
.school-result_items ._item .box_adr p {
  font-size: 107%;
}
.school-result_items ._item .box_nums {
  margin-left: 16px;
  padding: 8px 24px;
  border-radius: 10px;
  background-color: #fdf2e7;
}
.school-result_items ._item .box_nums strong {
  font-size: 134%;
  font-weight: 700;
  color: #ed823b;
}
.school-result_items ._item .box_nums span {
  font-size: 107%;
  font-weight: 700;
}

.school-result_name {
  padding: 10px;
  background-color: #27ade8;
}
.school-result_name h2 {
  font-size: clamp(107%, 1.8vw, 227%);
  line-height: 1;
  color: #fff;
}

.school-detail {
  padding: 42px 86px 90px;
  border-radius: 50px;
  background-color: #fff;
}
.school-detail ._info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
}
.school-detail ._info ._btns {
  position: absolute;
  top: 0;
  right: 0;
}
.school-detail ._info ._btns ul li {
  float: left;
  margin-right: 9px;
}
.school-detail ._info ._btns ul li:last-child {
  margin-right: 0;
}
.school-detail ._tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.school-detail ._tag ul li {
  margin-right: 20px;
}
.school-detail ._tag ul li._dev1 span {
  background-color: #3c352f;
}
.school-detail ._tag ul li._dev2 span {
  background-color: #ebc13a;
}
.school-detail ._tag ul li._dev3 span {
  background-color: #ed823b;
}
.school-detail ._tag ul li:last-child {
  margin-right: 0;
}
.school-detail ._tag ul li span {
  font-size: 160%;
  font-weight: 700;
  line-height: 64px;
  display: block;
  width: 64px;
  height: 64px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #b2b2b2;
}
.school-detail ._nums {
  margin-left: 16px;
  padding: 18px 24px;
  border-radius: 10px;
  background-color: #fdf2e7;
}
.school-detail ._nums strong {
  font-size: 134%;
  font-weight: 700;
  color: #ed823b;
}
.school-detail ._nums span {
  font-size: 107%;
  font-weight: 700;
}
.school-detail ._pr {
  position: absolute;
  bottom: -45px;
  left: -13px;
}
.school-detail ._pr small {
  font-weight: 700;
  display: inline-block;
  margin-left: 15px;
  padding: 0 16px;
  color: #ed823b;
  border: 1px solid #ed823b;
  border-radius: 14px;
}
.school-detail ._head {
  position: relative;
  margin-top: 60px;
}
.school-detail ._head ._tit small {
  font-size: 107%;
  display: block;
  margin-bottom: 8px;
  letter-spacing: 0.12em;
}
.school-detail ._head ._tit h2 {
  font-size: 267%;
  font-weight: 700;
  line-height: 1.3;
}
.school-detail ._thms {
  overflow: hidden;
  margin-top: 26px;
  border-radius: 50px;
}
.school-detail ._btit {
  margin-top: 54px;
}
.school-detail ._btit h3 {
  font-size: 240%;
  font-weight: 700;
  line-height: 1.3;
}
.school-detail ._nav {
  margin-top: 77px;
  border-bottom: 4px solid #ed823b;
}
.school-detail ._nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 31px;
}
.school-detail ._nav ul li {
  width: calc((100% - 36px - 45px) / 3);
  margin-right: 18px;
}
.school-detail ._nav ul li:last-child {
  margin-right: 0;
}
.school-detail ._nav ul li:hover a, .school-detail ._nav ul li._active a {
  color: #fff;
  background-color: #ed823b;
}
.school-detail ._nav ul li a, .school-detail ._nav ul li ._nolink {
  position: relative;
  display: block;
  height: 80px;
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
  border-style: solid;
  border-radius: 50px 50px 0 0;
  background-color: #ededed;
}
.school-detail ._nav ul li a p, .school-detail ._nav ul li ._nolink p {
  font-size: clamp(107%, 1.2vw, 160%);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 51%;
  left: 50%;
  width: 90%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.school-detail ._nav ul li a p strong, .school-detail ._nav ul li ._nolink p strong {
  position: relative;
  top: 4px;
  padding-left: 5px;
}
.school-detail ._nav ul li ._nolink {
  cursor: default;
}
.school-detail ._read {
  margin-top: 42px;
  padding: 14px 4vw 53px;
  text-align: center;
  border-radius: 50px;
  background-color: #fae1c8;
}
.school-detail ._read h3 {
  font-size: 160%;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ed823b;
}
.school-detail ._read p {
  font-size: 134%;
  line-height: 1.9;
  text-align: left;
}
.school-detail ._details {
  margin-top: 71px;
}
.school-detail ._details .list_news {
  max-width: 730px;
}
.school-detail ._details .list_news a ._tag {
  background-color: #fdf2e7;
}
.school-detail ._details .list_news a ._stit {
  padding-left: 0;
}
.school-detail ._details .sec_top._column._school ._contents {
  margin-bottom: -40px;
}
.school-detail ._details .sec_top._column._school ._contents .box_clm ._stit {
  margin-bottom: 0;
}
.school-detail ._stit {
  margin-bottom: 40px;
  padding-left: 47px;
}
.school-detail ._stit h3 {
  font-size: 160%;
  font-weight: 700;
  display: inline-block;
  color: #ed823b;
  border-bottom: 2px #ed823b solid;
}
.school-detail ._tbl {
  width: calc(100% - 108px);
  margin-left: 108px;
}
.school-detail ._tbl._club {
  margin-top: 40px;
}
.school-detail ._tbl tbody tr:last-child th, .school-detail ._tbl tbody tr:last-child td {
  padding-bottom: 0;
}
.school-detail ._tbl tbody tr th, .school-detail ._tbl tbody tr td {
  font-size: 107%;
  padding-bottom: 30px;
}
.school-detail ._tbl tbody tr th {
  font-weight: 700;
  width: 185px;
  text-align: left;
}
.school-detail ._tbl tbody tr td {
  width: calc(100% - 185px);
}
.school-detail ._tbl tbody tr td a {
  text-decoration: underline;
  color: #ed823b;
}
.school-detail ._tbl ._mtbl th {
  width: 108px;
  background-color: #fae1c8;
}
.school-detail ._tbl ._mtbl th, .school-detail ._tbl ._mtbl td {
  font-size: 100%;
  font-weight: 400;
  line-height: 1.2;
  padding: 5px 10px;
  text-align: center;
  border-bottom: 1px solid #ed823b;
}
.school-detail ._tbl ._mtbl th:last-child, .school-detail ._tbl ._mtbl td:last-child {
  padding: 5px 10px;
}
.school-detail ._tbl ._mtbl th._m, .school-detail ._tbl ._mtbl td._m {
  color: #27ade8;
}
.school-detail ._tbl ._mtbl th._w, .school-detail ._tbl ._mtbl td._w {
  color: #ed823b;
}
.school-detail ._tbl ._mtbl th._r, .school-detail ._tbl ._mtbl td._r {
  border-bottom: none;
}
.school-detail ._tbl ._mtbl thead th, .school-detail ._tbl ._mtbl thead td {
  border-width: 2px;
}
.school-detail ._tbl ._r strong {
  font-weight: 700;
}
.school-detail ._foot_btns {
  margin-top: 150px;
  padding-bottom: 50px;
  border-radius: 50px;
  background-color: #ededed;
}
.school-detail ._foot_btns h3 {
  font-size: 160%;
  font-weight: 700;
  display: block;
  padding: 48px 0;
  text-align: center;
  letter-spacing: 0.06em;
}
.school-detail ._foot_btns ul {
  width: 747px;
  margin: 0 auto;
}
.school-detail ._foot_btns ul li {
  float: left;
  width: calc((100% - 47px) / 2);
  margin-right: 47px;
}
.school-detail ._foot_btns ul li:last-child {
  margin-right: 0;
}
.school-detail ._foot_btns ul li .btn {
  width: 100%;
  height: 80px;
  border-radius: 40px;
}
.school-detail ._foot {
  margin-top: 44px;
  text-align: center;
}
.school-detail ._foot .btn {
  color: #707070;
  border-color: #707070;
}
.school-detail ._foot .btn:hover {
  color: #fff;
  background-color: #707070;
}
.school-detail ._foot .btn:hover ._arw._arw .__c {
  fill: #fff;
}
.school-detail ._foot .btn:hover ._arw._arw .__l {
  stroke: #707070;
}
.school-detail ._mov .wp-block-embed.is-type-video {
  margin: 0;
}
.school-detail ._mov .wp-block-video {
  margin: 0;
}
.school-detail ._mov iframe, .school-detail ._mov video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.school-detail ._imgs {
  padding-left: 47px;
}
.school-detail ._imgs .boxs {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.school-detail ._imgs .boxs .box {
  width: calc(50% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 30px;
}
.school-detail ._imgs .boxs .box:nth-child(2n) {
  margin-right: 0;
}
.school-detail ._imgs .box_img {
  overflow: hidden;
}
.school-detail ._imgs .box_img img {
  width: 100%;
}
.school-detail ._imgs .box_cau p {
  font-size: 80%;
  display: block;
  margin-top: 10px;
  text-align: left;
  letter-spacing: 0.04em;
  color: #707070;
}

.noUi-horizontal .noUi-handle {
  top: -8px;
  width: 30px;
  height: 30px;
  border-radius: 100px;
}

.noUi-horizontal .noUi-handle::before, .noUi-horizontal .noUi-handle::after {
  content: none;
}

.noUi-connect {
  background: #ed823b;
}

/****************************************
		Entry Setting 
*****************************************/
.sec_entry ._entry {
  padding: 42px 108px 90px;
  border-radius: 50px;
  background-color: #fff;
}
.sec_entry ._entry ._bcat {
  margin: -10px 0 20px;
}
.sec_entry ._entry ._bcat ._ico {
  position: relative;
  top: -6px;
  margin-right: 15px;
}
.sec_entry ._entry ._bcat ._label {
  font-size: 227%;
}
.sec_entry ._entry ._scat {
  margin-top: 20px;
}
.sec_entry ._entry ._scat ul {
  margin-bottom: -20px;
}
.sec_entry ._entry ._scat ul li {
  display: inline-block;
  margin-bottom: 20px;
}
.sec_entry ._entry ._scat ul li span, .sec_entry ._entry ._scat ul li a {
  font-size: 107%;
  font-weight: 700;
  padding: 10px 20px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #ed823b;
  border-radius: 20px;
  background-color: #fdf2e7;
}
.sec_entry ._entry ._date span {
  font-size: 107%;
}
.sec_entry ._entry ._date small {
  font-weight: 700;
  display: inline-block;
  margin-left: 15px;
  padding: 0 16px;
  color: #ed823b;
  border: 1px solid #ed823b;
  border-radius: 14px;
}
.sec_entry ._entry ._head {
  margin-top: 18px;
}
.sec_entry ._entry ._head h1 {
  font-size: 227%;
  font-weight: 700;
  line-height: 1.3;
}
.sec_entry ._entry ._thms {
  margin: 20px 0 54px;
}
.sec_entry ._entry ._thms ._img {
  overflow: hidden;
  border-radius: 50px;
}
.sec_entry ._entry ._thms ._img img {
  width: 100%;
}
.sec_entry ._entry ._thms p {
  font-size: 80%;
  display: block;
  margin-top: 10px;
  text-align: left;
  letter-spacing: 0.04em;
  color: #707070;
}
.sec_entry ._entry ._body {
  max-width: 1024px;
  margin-left: 40px;
  padding: 20px 0;
  word-break: break-all;
}
.sec_entry ._entry ._body h1 {
  font-size: 160%;
  font-weight: 700;
  margin: 20px 0;
  padding: 10px;
  border-bottom: 2px solid #ed823b;
}
.sec_entry ._entry ._body h2 {
  font-size: 134%;
  font-weight: 700;
  margin: 10px 0;
  padding: 10px;
  color: #ed823b;
}
.sec_entry ._entry ._body h3 {
  font-size: 134%;
  font-weight: 700;
  padding: 10px;
}
.sec_entry ._entry ._body p {
  font-size: 107%;
  line-height: 1.8;
  padding: 10px;
}
.sec_entry ._entry ._body a {
  text-decoration: underline;
  color: #ed823b;
}
.sec_entry ._entry ._body .wp-block-image {
  margin: 30px 0;
}
.sec_entry ._entry ._body .wp-block-video {
  margin: 30px 0;
}
.sec_entry ._entry ._body .wp-block-video video {
  width: 100%;
  height: auto;
}
.sec_entry ._entry ._body .wp-element-caption {
  font-size: 80%;
  display: block;
  margin-top: 10px;
  text-align: left;
  letter-spacing: 0.04em;
  color: #707070;
}
.sec_entry ._entry ._body ul, .sec_entry ._entry ._body ol {
  font-size: 107%;
  padding: 20px;
  padding-left: 55px;
}
.sec_entry ._entry ._body ul li, .sec_entry ._entry ._body ol li {
  margin-bottom: 10px;
}
.sec_entry ._entry ._body ul li:last-child, .sec_entry ._entry ._body ol li:last-child {
  margin-bottom: 0;
}
.sec_entry ._entry ._body ul.wp-block-list li {
  list-style: disc;
}
.sec_entry ._entry ._body ol.wp-block-list li {
  list-style: decimal;
}
.sec_entry ._entry ._body iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.sec_entry ._entry ._list {
  padding: 40px 0;
}
.sec_entry ._entry ._foot {
  margin-top: 44px;
  text-align: center;
}
.sec_entry ._entry ._foot .btn {
  color: #707070;
  border-color: #707070;
}
.sec_entry ._entry ._foot .btn:hover {
  color: #fff;
  background-color: #707070;
}
.sec_entry ._entry ._foot .btn:hover ._arw._arw .__c {
  fill: #fff;
}
.sec_entry ._entry ._foot .btn:hover ._arw._arw .__l {
  stroke: #707070;
}
.sec_entry ._entry ._paging {
  margin-top: 40px;
}
.sec_entry ._entry ._paging .page_nav {
  text-align: center;
}
.sec_entry ._entry ._paging .page_nav .post-page-numbers {
  font-size: 214%;
  font-weight: 700;
  position: relative;
  margin: 0 10px;
  -webkit-transition: color 200ms 0s ease;
  transition: color 200ms 0s ease;
}
.sec_entry ._entry ._paging .page_nav .post-page-numbers:hover {
  color: #ed823b;
}
.sec_entry ._entry ._paging .page_nav .post-page-numbers.current {
  color: #ed823b;
}
.sec_entry ._entry ._paging .page_nav .post-page-numbers.current::after {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 8px;
  height: 8px;
  content: "";
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
  border-radius: 50%;
  background-color: #ed823b;
}
.sec_entry ._entry ._paging .next_page_link a.post-page-numbers {
  font-size: 114%;
  font-weight: 700;
  position: relative;
  display: block;
  max-width: 572px;
  margin: 0 auto 60px;
  padding: 20px 0;
  letter-spacing: 0.12em;
  color: #fff;
  border-radius: 32px;
  background-color: #ed823b;
}
.sec_entry ._entry ._paging .next_page_link a.post-page-numbers:hover {
  color: #fff;
}
.sec_entry ._entry ._paging .next_page_link a.post-page-numbers strong {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #fff;
}
.sec_entry ._entry ._paging .next_page_link a.post-page-numbers ._ico {
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}

.list_pagination {
  margin-top: 80px;
  text-align: center;
}
.list_pagination .page-numbers {
  font-size: 214%;
  font-weight: 700;
  position: relative;
  margin: 0 10px;
  -webkit-transition: color 200ms 0s ease;
  transition: color 200ms 0s ease;
}
.list_pagination .page-numbers:hover {
  color: #ed823b;
}
.list_pagination .page-numbers:hover ._ico .__c {
  fill: #ed823b;
}
.list_pagination .page-numbers:hover ._ico .__l {
  stroke: #fff;
}
.list_pagination .page-numbers ._ico {
  position: relative;
  top: 30px;
  width: 80px;
  height: 80px;
}
.list_pagination .page-numbers ._ico .__c, .list_pagination .page-numbers ._ico .__l {
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
.list_pagination .page-numbers.current {
  color: #ed823b;
}
.list_pagination .page-numbers.current::after {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 8px;
  height: 8px;
  content: "";
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
  border-radius: 50%;
  background-color: #ed823b;
}

/****************************************
		demo Setting 
*****************************************/
.school-list {
  padding: 20px 0;
}

.school-item {
  display: block;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  text-decoration: none;
  color: inherit;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.school-item:hover {
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.school-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #0073aa;
}
.school-item p {
  font-size: 14px;
  margin-bottom: 8px;
  color: #333;
}
.school-item .school-url {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
  color: #0073aa;
}

/****************************************
		Mobile Setting 
*****************************************/
@media (max-width: 1559px) {
  .school-detail ._head {
    margin-top: 90px;
  }
  .school-detail ._info ._btns ul li {
    float: none;
  }
  .school-detail ._info ._btns ul li .btn p {
    font-size: 107%;
  }
  .sec_top._movie ._contents .box_tit {
    padding-right: 0;
  }
}
@media (max-width: 1490px) {
  .sec_top._bnnr ._contents ul li {
    width: 49%;
  }
}
@media (max-width: 1439px) {
  .fnav .boxs {
    position: relative;
    display: block;
    padding-top: 100px;
    text-align: center;
  }
  .fnav .boxs .box {
    display: inline-block;
    float: none;
    width: auto;
  }
  .fnav .boxs .box:nth-child(2) {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(0%) translateX(-50%);
            transform: translateY(0%) translateX(-50%);
  }
  .fnav .box_list ul {
    display: inline-block;
  }
  .fnav .box_list ul li {
    display: inline-block;
    margin: 0 10px;
  }
  .sec_top._info, .sec_top._school, .sec_top._bnnr, .sec_top._relation {
    margin-left: 0;
  }
  .sec_top._topimg {
    margin-bottom: 42px;
  }
  .sec_top._teacher ._contents {
    padding: 3vw;
  }
  .sec_top._movie ._contents .boxs {
    display: block;
    padding: 3vw;
  }
  .sec_top._movie ._contents .boxs .box {
    margin-right: 0;
  }
  .sec_top._movie ._contents .boxs .box:nth-child(1) {
    width: 100%;
  }
  .sec_top._movie ._contents .boxs .box:nth-child(2) {
    width: 100%;
  }
  .sec_top._movie ._contents .box_img {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: translateY(0%) translateX(0%);
            transform: translateY(0%) translateX(0%);
  }
  .sec_school-search._top {
    margin-bottom: 72px;
  }
  .sec_school-search._top .school-search {
    position: relative;
    right: inherit;
    bottom: inherit;
    width: 100%;
  }
  .sec_school-search._top .school-search ._body .school-search_items .box_link {
    bottom: 115px;
  }
  .sec_top._column._pages {
    display: block;
  }
  .sec_top._column._pages ._contents {
    width: 100%;
    padding-right: 65px;
  }
  .sec_top._column._pages ._sidenav {
    width: 100%;
    padding-top: 90px;
    text-align: center;
  }
  .school-detail {
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .school-detail ._foot_btns ul {
    width: auto;
  }
  .school-detail ._foot_btns ul li {
    float: none;
    width: 50%;
    margin: 10px auto;
  }
  .school-detail ._foot_btns ul li:last-child {
    margin: 0 auto;
  }
  .pages_outer, .school-detail {
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .sec_entry ._entry {
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .pages_outer ._cathead .boxs {
    display: block;
  }
  .pages_outer ._cathead .boxs .box:nth-child(1) {
    width: 100%;
    margin-bottom: 27px;
  }
  .pages_outer ._cathead .boxs .box:nth-child(2) {
    width: 100%;
  }
  .school-search ._head ul li {
    width: calc((100% - 36px - 45px) / 2);
  }
  .school-search_items .box_list ul li {
    width: 33%;
  }
}
@media (max-width: 1289px) {
  .school-detail ._info ._btns ul li .btn {
    width: 180px;
  }
}
@media (max-width: 1239px) {
  .header ._inner {
    width: 92vw;
  }
  .container {
    display: block;
    width: 92vw;
  }
  .main {
    width: 100%;
    padding-top: 35px;
    padding-left: 0;
  }
  .gnav {
    position: fixed;
    top: inherit;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
  }
  .gnav ._inner {
    margin-top: 0;
    padding: 0 26px;
    border-width: 2px 0 0 0;
    border-radius: 0;
  }
  .gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gnav ul li {
    position: relative;
    width: 25%;
  }
  .gnav ul li::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 70%;
    content: "";
    -webkit-transform: translateY(-50%) translateX(0%);
            transform: translateY(-50%) translateX(0%);
    background-color: #ed823b;
  }
  .gnav ul li:last-child a {
    border-bottom: none;
  }
  .gnav ul li:last-child::after {
    display: none;
  }
  .gnav ul li:last-child ._ico {
    width: 38px;
  }
  .gnav ul li a {
    height: 80px;
    border-bottom: none;
  }
  .gnav ul li a p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%) translateX(0%);
            transform: translateY(-50%) translateX(0%);
    text-align: center;
  }
  .gnav ul li ._label {
    font-size: 107%;
    font-weight: 700;
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: translateY(0%) translateX(0%);
            transform: translateY(0%) translateX(0%);
  }
  .gnav ul li ._ico {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: translateY(0%) translateX(0%);
            transform: translateY(0%) translateX(0%);
    vertical-align: middle;
  }
  .gnav .btn {
    display: block;
    margin-top: 12px;
  }
  .sec_top._info, .sec_top._school, .sec_top._bnnr, .sec_top._relation {
    width: clamp(100px, 90%, 800px);
    margin-right: auto;
    margin-left: auto;
  }
  .sec_top._topimg {
    margin-bottom: 42px;
  }
  .sec_top._teacher {
    margin-top: 204px;
  }
  .sec_top._movie ._contents .boxs .box {
    margin-right: 0;
  }
  .sec_top._movie ._contents .boxs .box:nth-child(1) {
    width: 60%;
    margin: 0 auto;
  }
  .sec_top._movie ._contents .boxs .box:nth-child(2) {
    width: 60%;
    margin: 0 auto;
  }
  .footer {
    z-index: 1;
    margin-bottom: 80px;
  }
  .cookie_btn {
    font-size: 90%;
    bottom: 78px;
  }
  .cookie_btn .boxs {
    padding-right: 2vw;
    padding-left: 2vw;
  }
  .school-detail ._head {
    margin-top: 60px;
  }
  .school-detail ._info ._btns ul li {
    float: left;
  }
}
@media (max-width: 1049px) {
  .header ._clm {
    left: 300px;
  }
  .header ._clm ul li {
    font-size: 82%;
  }
}
@media (max-width: 979px) {
  .gnav ul li:last-child ._ico {
    width: auto;
  }
  .gnav ul li ._label {
    font-size: 100%;
  }
  .gnav ul li ._ico {
    width: auto;
    height: 35px;
  }
  .school-result {
    padding-right: 0;
    padding-left: 0;
  }
  .school-detail ._head {
    margin-top: 90px;
  }
  .school-detail ._info ._btns ul li {
    float: none;
  }
}
.sp_only, .sp_ionly {
  display: none;
}

@media (max-width: 809px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .sp_ionly {
    display: inline-block;
  }
  body {
    min-width: auto;
  }
  /* iOS Default Style Reset */
  input[type=submit], input[type=button] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    border-radius: 0;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
    display: none;
  }
  input[type=submit]::focus, input[type=button]::focus {
    outline-offset: -2px;
  }
  /****************************************
  		Base Setting 
  *****************************************/
  body {
    position: relative;
    overflow-x: hidden;
    background-image: url(./img/common/sp_gbg.png);
  }
  body._body_school .gnav {
    display: none;
  }
  body._body_school .footer {
    margin-bottom: 48px;
  }
  .wrap {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
  }
  .main {
    padding-top: 5px;
  }
  .main._top {
    padding-top: 35px;
  }
  .boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .boxs .box {
    display: block;
  }
  .header ._inner {
    width: calc(100% - 30px);
    height: 70px;
  }
  .header ._logo {
    left: 0;
    width: 192px;
  }
  .header ._clm {
    font-size: 8px;
    top: 56%;
    right: 0;
    left: inherit;
    width: calc(100% - 202px);
  }
  .gnav ._inner {
    padding: 0 2vw;
  }
  .gnav ul li ._label {
    font-size: 67%;
    display: block;
  }
  .gnav ul li ._ico {
    width: auto;
    height: 30px;
  }
  .footer {
    z-index: 1;
    margin-top: 150px;
    margin-bottom: 80px;
  }
  .footer ._pr {
    padding: 20px 0 0;
  }
  .footer ._pr .boxs {
    display: block;
  }
  .footer ._pr .boxs .box {
    width: 100%;
  }
  .footer ._pr .box_clm {
    padding: 20px;
  }
  .footer ._pr .box_clm p {
    font-size: 80%;
    line-height: 1.8;
  }
  .footer ._pr .box_img {
    width: 40%;
    margin: 0 auto;
  }
  .footer ._pr .box_img img {
    width: 100%;
  }
  .footer .goto {
    top: -500px;
    right: 20px;
    width: 50px;
  }
  .footer .goto strong {
    font-size: 80%;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .footer .goto ._ico {
    width: 50px;
    height: 50px;
  }
  .footer ._google {
    top: 75px;
    right: inherit;
    left: 0;
    width: 100%;
    margin: 0 auto;
  }
  .footer ._google .gsc-control-cse {
    font-size: 16px;
    width: 240px;
    margin: 0 auto;
  }
  .footer ._google .gsc-control-cse div.gsc-input-box {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .footer ._google .gsc-control-cse td.gsib_a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .footer ._google .gsc-results-wrapper-overlay {
    top: 10px;
    left: 5%;
    width: 90%;
  }
  .footer ._google .gsst_b {
    display: none;
  }
  .footer ._google input.gsc-input {
    padding: 13px !important;
  }
  .footer ._sns {
    padding: 39px 0 109px;
  }
  .footer ._copy {
    padding: 16px 19px;
    text-align: left;
  }
  .footer ._copy p {
    font-size: 8px;
  }
  .fnav {
    padding: 38px 38px 54px;
  }
  .fnav .boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fnav .boxs .box {
    width: 50%;
  }
  .fnav .boxs .box:nth-child(2) {
    width: 100%;
    margin: 0;
  }
  .fnav .box_list {
    margin-top: 15px;
  }
  .fnav .box_list ul {
    display: block;
    text-align: left;
  }
  .fnav .box_list ul li {
    display: block;
    margin: 0 0 15px;
    padding: 0;
  }
  .fnav .box_list ul li:last-child {
    margin-bottom: 0;
  }
  .fnav .box_list ul li a {
    font-size: 80%;
  }
  .list_news {
    max-width: inherit;
    margin-left: 0;
  }
  .list_news a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .list_news a:hover ._ico {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
  .list_news a ._date {
    font-size: 107%;
    width: 110px;
  }
  .list_news a ._tag {
    position: relative;
    top: -5px;
    width: 122px;
    margin: 0;
    padding: 3px 12px;
  }
  .list_news a ._stit {
    font-size: 107%;
    width: 100%;
    padding-right: 50px;
  }
  .breads {
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .breads ul {
    display: block;
  }
  .breads ul li {
    font-size: 67%;
    display: inline-block;
  }
  .breads ul li ._ico {
    position: relative;
    top: 2px;
    width: 4px;
    margin: 0 5px;
  }
  .cookie_btn {
    font-size: 80%;
  }
  .cookie_btn .boxs {
    display: block;
  }
  .cookie_btn .boxs .box {
    width: 100%;
  }
  .cookie_btn .boxs .box_btn {
    padding-bottom: 20px;
    text-align: center;
  }
  .cookie_btn .boxs .box_btn ._btn {
    display: inline-block;
  }
  /****************************************
  		top Setting 
  *****************************************/
  .sec_top ._btit {
    margin-bottom: 30px;
  }
  .sec_top ._btit h2 {
    font-size: 160%;
  }
  .sec_top ._bread p {
    font-size: 107%;
    line-height: 1.8;
  }
  .sec_top._topimg {
    margin-bottom: 43px;
  }
  .sec_top._topimg ._hero {
    border-width: 3px;
    border-radius: 30px;
  }
  .sec_top._topimg ._read {
    top: -35px;
    left: -10px;
    width: 259px;
  }
  .sec_top._recommend ._bg {
    right: -4vw;
    left: inherit;
    width: calc(100% + 4vw);
    min-width: inherit;
    border-radius: 30px 0 0 30px;
  }
  .sec_top._recommend ._contents {
    padding: 31px 20px 30px;
  }
  .sec_top._recommend ._contents .boxs {
    display: block;
  }
  .sec_top._recommend ._contents .boxs .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 36px;
  }
  .sec_top._recommend ._contents .boxs .box:nth-child(3n) {
    margin-right: 0;
  }
  .sec_top._recommend ._contents .boxs .box:last-child {
    margin-bottom: 0;
  }
  .sec_top._recommend ._contents .box_clm {
    padding: 8px 21px;
  }
  .sec_top._recommend ._contents .box_clm ._date {
    font-size: 80%;
    display: block;
  }
  .sec_top._recommend ._contents .box_clm ._stit {
    font-size: 107%;
  }
  .sec_top._recommend ._foot {
    margin-top: 36px;
    text-align: center;
  }
  .sec_top._school {
    width: 100%;
    margin-top: 80px;
    padding: 0 20px;
  }
  .sec_top._info {
    width: 100%;
    margin-top: 138px;
    margin-left: 0;
    padding: 0 20px;
  }
  .sec_top._info .list_news, .sec_top._info ._foot {
    max-width: 808px;
  }
  .sec_top._info ._foot {
    margin-top: 42px;
    margin-left: clamp(16px, 5vw, 96px);
    text-align: right;
  }
  .sec_top._column {
    margin-top: 133px;
  }
  .sec_top._column._category {
    margin-top: 0;
  }
  .sec_top._column._category ._contents .boxs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec_top._column._category ._contents .boxs .box {
    margin-bottom: 40px;
  }
  .sec_top._column._category .list_news {
    max-width: 100%;
  }
  .sec_top._column._category ._scat {
    margin-top: 12px;
  }
  .sec_top._column._category ._scat ul li {
    display: inline-block;
  }
  .sec_top._column._category ._scat ul li span {
    font-size: 107%;
    font-weight: 700;
    padding: 10px 20px;
    text-align: center;
    letter-spacing: 0.06em;
    color: #ed823b;
    border-radius: 20px;
    background-color: #fdf2e7;
  }
  .sec_top._column._pages {
    margin-top: 0;
  }
  .sec_top._column._pages ._contents {
    padding-right: 0;
  }
  .sec_top._column._pages ._sidenav {
    padding: 90px 10px 0;
  }
  .sec_top._column._pages ._head h1 {
    font-size: 160%;
  }
  .sec_top._column._pages ._foot {
    margin-top: 20px;
  }
  .sec_top._column._pages ._body {
    padding: 20px 0 20px;
    word-break: break-all;
  }
  .sec_top._column._pages ._body h2 {
    margin-bottom: 10px;
  }
  .sec_top._column._pages ._body p {
    font-size: 107%;
    line-height: 1.8;
    padding-bottom: 40px;
    letter-spacing: 0.04em;
  }
  .sec_top._column._pages ._body p a {
    text-decoration: underline;
    color: #ed823b;
  }
  .sec_top._column._school ._contents .box_clm ._stit {
    padding-left: 0;
  }
  .sec_top._column ._contents .boxs .box {
    width: 100%;
    margin-right: 0;
  }
  .sec_top._column ._contents .boxs .box:nth-child(3n) {
    margin-right: 0;
  }
  .sec_top._column ._contents .box_clm ._date {
    font-size: 80%;
  }
  .sec_top._column ._contents .box_clm ._stit {
    font-size: 107%;
  }
  .sec_top._movie {
    margin-top: 247px;
    padding: 0;
  }
  .sec_top._movie ._contents .boxs {
    padding: 70px 20px 20px;
    border-radius: 50px;
    background-color: #ed823b;
  }
  .sec_top._movie ._contents .boxs .box {
    margin-right: 0;
  }
  .sec_top._movie ._contents .boxs .box:nth-child(1) {
    width: 100%;
  }
  .sec_top._movie ._contents .boxs .box:nth-child(2) {
    width: 100%;
  }
  .sec_top._movie ._contents .box_bub {
    top: -30px;
    left: 50%;
    width: 86%;
    -webkit-transform: translateY(0%) translateX(-50%);
            transform: translateY(0%) translateX(-50%);
  }
  .sec_top._movie ._contents .box_btn {
    margin-top: 64px;
  }
  .sec_top._movie ._contents .box_btn .btn {
    width: 100%;
    height: 96px;
    border-radius: 48px;
  }
  .sec_top._movie ._contents .box_btn .btn p {
    left: 54px;
  }
  .sec_top._movie ._contents .box_clms {
    padding-right: 0;
  }
  .sec_top._movie ._contents .box_tit {
    width: 90%;
    margin: 0 auto;
    margin-top: 25px;
  }
  .sec_top._movie ._contents .box_tit h2 {
    line-height: 1.3;
  }
  .sec_top._movie ._contents .box_tit h2 small {
    font-size: 160%;
  }
  .sec_top._movie ._contents .box_tit h2 strong {
    font-size: 240%;
  }
  .sec_top._movie ._contents .box_clm {
    margin-top: 40px;
  }
  .sec_top._movie ._contents .box_clm p {
    font-size: 107%;
  }
  .sec_top._teacher {
    position: relative;
    left: -4vw;
    width: calc(100% + 8vw);
    margin-top: 245px;
    padding: 0;
  }
  .sec_top._teacher ._contents {
    padding: 50px 0 79px;
  }
  .sec_top._teacher ._contents .box_ist {
    position: absolute;
  }
  .sec_top._teacher ._contents .box_ist._i01 {
    top: -150px;
    left: -80px;
    width: 160px;
  }
  .sec_top._teacher ._contents .box_ist._i02 {
    top: -150px;
    right: -80px;
    width: 160px;
  }
  .sec_top._teacher ._contents ._btit {
    margin-bottom: 26px;
  }
  .sec_top._teacher ._contents .boxs {
    display: block;
    margin: 68px auto 0;
    padding: 0 4vw;
  }
  .sec_top._teacher ._contents .boxs .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .sec_top._teacher ._contents .boxs .box:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .sec_top._bnnr {
    width: 100%;
    margin-top: 80px;
  }
  .sec_top._bnnr ._contents {
    margin-left: 0;
  }
  .sec_top._bnnr ._contents ul {
    display: block;
  }
  .sec_top._bnnr ._contents ul li {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 5px;
  }
  .sec_top._bnnr ._contents ul li:last-child {
    margin-bottom: 0;
    margin-left: -5px;
  }
  .sec_top._relation {
    width: 100%;
    margin-top: 150px;
  }
  .sec_top._relation ._contents {
    margin-left: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .sec_top._relation ._contents ul {
    display: block;
  }
  .sec_top._relation ._contents ul li {
    width: 100%;
    margin-right: 0;
  }
  .sec_top._relation ._contents ul li a .__label {
    padding-right: 40px;
  }
  .sec_top._relation ._contents ul li a .__label span {
    font-size: 80%;
  }
  .sec_top._relation ._contents ul li a .__label h3 {
    font-size: 120%;
    padding-right: 0;
  }
  .sec_top._relation ._btit .box_bub {
    top: -10px;
    width: 221px;
  }
  .sec_top._relation ._btit .box_bub strong {
    font-size: 80%;
  }
  .sec_top._relation ._btit .box_ist._i01 {
    top: -166px;
    right: inherit;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .sec_top._relation ._btit .box_ist._i01 img {
    display: inline-block;
    width: 114px;
  }
  /****************************************
  		swiper Setting 
  *****************************************/
  .swiper {
    width: 100%;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -56px;
    left: 0;
  }
  .swiper-custom-btn {
    top: inherit;
    right: 70px;
    bottom: -110px;
    left: inherit;
    width: 48px;
    height: 48px;
    -webkit-transform: translateY(0%) translateX(0%);
            transform: translateY(0%) translateX(0%);
  }
  .swiper-custom-btn._next {
    right: 0;
    left: inherit;
  }
  /****************************************
  		pages Setting 
  *****************************************/
  .pages_outer {
    position: relative;
    left: -4vw;
    width: calc(100% + 8vw);
    padding: 22px 20px 61px;
  }
  .pages_outer ._bcat {
    margin: 20px 0 20px;
  }
  .pages_outer ._bcat ._ico {
    position: relative;
    top: -6px;
    width: auto;
    height: 33px;
    margin-right: 5px;
  }
  .pages_outer ._bcat ._label {
    font-size: 160%;
  }
  .pages_outer ._cathead {
    margin-bottom: 48px;
    padding-bottom: 20px;
  }
  .pages_outer ._cathead .box_clms {
    padding: 0 25px;
  }
  .pages_outer ._cathead .box_clm p {
    font-size: 80%;
  }
  .pages_outer ._cathead .box_img {
    border-radius: 10px;
  }
  /****************************************
  		search Setting 
  *****************************************/
  .school-search_head {
    margin-bottom: 14px;
  }
  .school-search_head h2 ._ico {
    width: 24px;
  }
  .school-search_head h2 strong {
    font-size: 160%;
    top: -8px;
  }
  .sec_school-search._archive .school-search ._body {
    padding-bottom: 30px;
    border-radius: 10px;
    background-color: #fff8f2;
  }
  .sec_school-search._archive .school-search ._foot {
    text-align: center;
    border-radius: 0 0 30px 30px;
    background-color: #fff8f2;
  }
  .sec_school-search._archive .school-search ._foot .btn._lg {
    width: 90%;
    height: 60px;
  }
  .sec_school-search._archive .school-search ._foot .btn ._ico._search {
    width: 40px;
    height: 40px;
  }
  .sec_school-search._archive .school-search ._foot_close {
    padding: 30px 0 0;
    text-align: center;
  }
  .sec_school-search._archive .school-search ._foot_close p {
    display: inline-block;
    cursor: pointer;
  }
  .sec_school-search._archive .school-search ._foot_close p._on ._ico {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .sec_school-search._archive .school-search ._foot_close p strong {
    font-size: 134%;
    font-weight: 700;
    color: #ed823b;
  }
  .sec_school-search._top {
    margin-bottom: 30px;
  }
  .sec_school-search._top .school-search ._head ul li a, .sec_school-search._top .school-search ._head ul li ._tabs {
    height: 67px;
  }
  .sec_school-search._top .school-search ._head ul li a p, .sec_school-search._top .school-search ._head ul li ._tabs p {
    font-size: clamp(67%, 1vw, 124%);
  }
  .sec_school-search._top .school-search ._body .school-search_items {
    padding: 0;
    border-width: 0;
    border-radius: 0;
    background-color: transparent;
  }
  .sec_school-search._top .school-search ._body .school-search_items._list .box_list ul li {
    margin-bottom: 12px;
  }
  .sec_school-search._top .school-search ._body .school-search_items._search .box_list {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sec_school-search._top .school-search ._body .school-search_items._search .box_list:nth-child(3) {
    width: 100%;
  }
  .sec_school-search._top .school-search ._body .school-search_items._search .box_list:nth-child(4) {
    width: 100%;
  }
  .sec_school-search._top .school-search ._body .school-search_items._search .box_list ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec_school-search._top .school-search ._body .school-search_items._search .box_list ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    margin-bottom: 10px;
  }
  .sec_school-search._top .school-search ._body .school-search_items._search .box_list ul li a, .sec_school-search._top .school-search ._body .school-search_items._search .box_list ul li button {
    font-size: 80%;
    padding: 6px 0;
    border-width: 0;
    background-color: #fdf2e7;
  }
  .sec_school-search._top .school-search ._body .school-search_items._search .box_list ul li a:hover, .sec_school-search._top .school-search ._body .school-search_items._search .box_list ul li button:hover {
    color: #fff;
    background-color: #ed823b;
  }
  .sec_school-search._top .school-search ._body .school-search_items .boxs {
    display: block;
  }
  .sec_school-search._top .school-search ._body .school-search_items .boxs .box {
    margin-bottom: 40px;
    padding: 36px 20px 20px;
  }
  .sec_school-search._top .school-search ._body .school-search_items .boxs .box:nth-child(1) {
    width: 100%;
    padding-bottom: 26px;
  }
  .sec_school-search._top .school-search ._body .school-search_items .boxs .box:nth-child(2) {
    width: 100%;
    margin-left: 0;
  }
  .sec_school-search._top .school-search ._body .school-search_items .box_tit {
    margin-bottom: 10px;
  }
  .sec_school-search._top .school-search ._body .school-search_items .box_tit strong {
    font-size: 107%;
  }
  .sec_school-search._top .school-search ._body .school-search_items .box_bub {
    top: -30px;
    left: 12px;
  }
  .sec_school-search._top .school-search ._body .school-search_items .box_bub strong {
    font-size: 80%;
  }
  .sec_school-search._top .school-search ._body .school-search_items .box_link {
    right: 28px;
    bottom: 10px;
  }
  .school-search ._head ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -1px;
    padding-left: 20px;
  }
  .school-search ._head ul li {
    width: calc((100% - 20px - 11px) / 2);
    margin-right: 11px;
  }
  .school-search ._head ul li:last-child {
    margin-right: 0;
  }
  .school-search ._head ul li a, .school-search ._head ul li ._tabs {
    height: 29px;
    border-radius: 16px 16px 0 0;
  }
  .school-search ._head ul li a p, .school-search ._head ul li ._tabs p {
    font-size: 80%;
    top: 51%;
    left: 50%;
    width: 100%;
  }
  .school-search ._head ul li a p strong, .school-search ._head ul li ._tabs p strong {
    top: 0;
    padding-left: 0;
  }
  .school-search ._head ul li a ._ico, .school-search ._head ul li ._tabs ._ico {
    display: none;
  }
  .school-search_items {
    padding: 24px 20px;
  }
  .school-search_items .magic-checkbox + label:before {
    width: 20px;
    height: 20px;
  }
  .school-search_items .magic-checkbox + label:after {
    width: 6px;
    height: 14px;
  }
  .school-search_items._list {
    border-radius: 30px;
    background-color: #eaf5f7;
  }
  .school-search_items._list .boxs .box:nth-child(1) {
    width: 100%;
  }
  .school-search_items .boxs {
    display: block;
  }
  .school-search_items .boxs._mt {
    margin-top: 72px;
  }
  .school-search_items .boxs .box:nth-child(1) {
    width: 100%;
  }
  .school-search_items .boxs .box:nth-child(2) {
    width: 100%;
  }
  .school-search_items .box_tit strong {
    font-size: 134%;
  }
  .school-search_items .box_list {
    margin-top: 10px;
    margin-bottom: -20px;
  }
  .school-search_items .box_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .school-search_items .box_list ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .school-search_items .box_list ul li label {
    font-size: 107%;
  }
  .sec_school-result._list .school-result ._read {
    border-color: #27ade8;
  }
  .school-result {
    padding: 34px 0 5px;
  }
  .school-result ._head {
    margin-bottom: 13px;
  }
  .school-result ._head ._pagenum span {
    font-size: 80%;
    padding-left: 16px;
  }
  .school-result ._read {
    margin-bottom: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid #ed823b;
  }
  .school-result ._read p {
    font-size: 80%;
  }
  .school-result_items ._item {
    padding: 20px 50px 20px 20px;
  }
  .school-result_items ._item:hover ._ico {
    -webkit-transform: translateY(-50%) translateX(0%);
            transform: translateY(-50%) translateX(0%);
  }
  .school-result_items ._item ._ico {
    top: 50%;
    right: 10px;
    width: 32px;
    height: 32px;
    -webkit-transform: translateY(-50%) translateX(0%);
            transform: translateY(-50%) translateX(0%);
  }
  .school-result_items ._item .boxs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .school-result_items ._item .boxs .box:nth-child(3) {
    width: 100%;
  }
  .school-result_items ._item .box_tit {
    margin-bottom: 10px;
  }
  .school-result_items ._item .box_tit small {
    font-size: 80%;
    margin-bottom: 5px;
  }
  .school-result_items ._item .box_tit strong {
    font-size: 134%;
  }
  .school-result_items ._item .box_tag ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .school-result_items ._item .box_tag ul li {
    margin-right: 8px;
  }
  .school-result_items ._item .box_tag ul li span {
    font-size: 80%;
    line-height: 32px;
    width: 32px;
    height: 32px;
  }
  .school-result_items ._item .box_adr {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
  .school-result_items ._item .box_adr p {
    font-size: 80%;
  }
  .school-result_items ._item .box_nums {
    margin-left: 8px;
    padding: 4px 6px;
    border-radius: 10px;
  }
  .school-result_items ._item .box_nums strong {
    font-size: 80%;
  }
  .school-result_items ._item .box_nums span {
    font-size: 67%;
  }
  .school-result_name {
    padding: 10px;
  }
  .school-detail {
    position: relative;
    left: -4vw;
    width: calc(100% + 8vw);
    padding: 22px 20px 61px;
  }
  .school-detail ._info {
    margin-top: 10px;
  }
  .school-detail ._info ._btns {
    position: fixed;
    z-index: 999;
    top: inherit;
    right: inherit;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ed823b;
  }
  .school-detail ._info ._btns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .school-detail ._info ._btns ul li {
    float: none;
    width: 50%;
    margin-right: 0;
  }
  .school-detail ._info ._btns ul li:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .school-detail ._info ._btns ul li .btn {
    display: block;
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 0;
    background-color: #ed823b;
  }
  .school-detail ._info ._btns ul li .btn p {
    font-size: 80%;
    color: #fff;
  }
  .school-detail ._info ._btns ul li .btn ._ico._arw {
    width: 24px;
    height: 24px;
  }
  .school-detail ._info ._btns ul li .btn ._ico._arw .__c {
    fill: #fff;
  }
  .school-detail ._info ._btns ul li .btn ._ico._arw .__l {
    stroke: #ed823b;
  }
  .school-detail ._info ._btns ul li .btn ._ico._doc {
    width: 17px;
    height: 23px;
  }
  .school-detail ._info ._btns ul li .btn ._ico._doc .__l {
    fill: #fff;
  }
  .school-detail ._info ._btns ul li .btn._bl {
    background-color: #27ade8;
  }
  .school-detail ._tag ul li {
    margin-right: 12px;
  }
  .school-detail ._tag ul li:last-child {
    margin-right: 0;
  }
  .school-detail ._tag ul li span {
    font-size: 80%;
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
  .school-detail ._nums {
    padding: 10px 20px;
  }
  .school-detail ._nums strong {
    font-size: 80%;
  }
  .school-detail ._nums span {
    font-size: 67%;
  }
  .school-detail ._pr {
    bottom: -39px;
  }
  .school-detail ._pr small {
    font-size: 80%;
  }
  .school-detail ._head {
    margin-top: 50px;
  }
  .school-detail ._head ._tit small {
    font-size: 80%;
    margin-bottom: 4px;
  }
  .school-detail ._head ._tit h2 {
    font-size: 134%;
  }
  .school-detail ._thms {
    margin-top: 21px;
    border-radius: 10px;
  }
  .school-detail ._btit {
    margin-top: 30px;
  }
  .school-detail ._btit h3 {
    font-size: 134%;
    line-height: 1.5;
  }
  .school-detail ._nav {
    margin-top: 33px;
    border-width: 2px;
  }
  .school-detail ._nav ul {
    padding-left: 0;
  }
  .school-detail ._nav ul li {
    width: calc((100% - 14px) / 3);
    margin-right: 7px;
  }
  .school-detail ._nav ul li a, .school-detail ._nav ul li ._nolink {
    height: 32px;
    border-radius: 14px 14px 0 0;
  }
  .school-detail ._nav ul li a p, .school-detail ._nav ul li ._nolink p {
    font-size: 67%;
    top: 50%;
    width: 90%;
  }
  .school-detail ._nav ul li a p strong, .school-detail ._nav ul li ._nolink p strong {
    top: 0;
    padding-left: 0;
  }
  .school-detail ._read {
    margin-top: 29px;
    padding: 20 px 20px 53px;
    border-radius: 10px;
  }
  .school-detail ._read h3 {
    font-size: 134%;
    margin-bottom: 10px;
  }
  .school-detail ._read p {
    font-size: 107%;
  }
  .school-detail ._details {
    margin-top: 71px;
    word-break: break-all;
  }
  .school-detail ._details .list_news {
    max-width: 730px;
  }
  .school-detail ._details .list_news a ._tag {
    background-color: #fdf2e7;
  }
  .school-detail ._details .list_news a ._stit {
    padding-left: 0;
  }
  .school-detail ._details .sec_top._column._school ._contents {
    margin-bottom: -40px;
  }
  .school-detail ._details .sec_top._column._school ._contents .box_clm ._stit {
    margin-bottom: 0;
  }
  .school-detail ._stit {
    margin-bottom: 30px;
    padding-left: 0;
  }
  .school-detail ._stit h3 {
    font-size: 160%;
  }
  .school-detail ._tbl {
    width: 100%;
    margin-left: 0;
  }
  .school-detail ._tbl tbody {
    display: block;
  }
  .school-detail ._tbl tbody tr {
    display: block;
  }
  .school-detail ._tbl tbody tr th, .school-detail ._tbl tbody tr td {
    font-size: 107%;
    display: block;
    padding-bottom: 17px;
  }
  .school-detail ._tbl tbody tr th {
    width: 100%;
    text-align: left;
  }
  .school-detail ._tbl tbody tr td {
    width: 100%;
    padding-left: 10px;
  }
  .school-detail ._tbl ._mtbl {
    display: table;
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
  }
  .school-detail ._tbl ._mtbl tbody {
    display: table-row-group;
  }
  .school-detail ._tbl ._mtbl tbody tr {
    display: table-row;
  }
  .school-detail ._tbl ._mtbl tbody tr th {
    width: 108px;
    white-space: nowrap;
  }
  .school-detail ._tbl ._mtbl tbody tr th, .school-detail ._tbl ._mtbl tbody tr td {
    display: table-cell;
    padding: 5px 10px;
  }
  .school-detail ._tbl ._mtbl tbody tr th:last-child, .school-detail ._tbl ._mtbl tbody tr td:last-child {
    padding: 5px 10px;
  }
  .school-detail ._tbl ._mtbl thead {
    display: table-row-group;
  }
  .school-detail ._tbl ._mtbl thead tr {
    display: table-row;
  }
  .school-detail ._tbl ._mtbl thead tr th {
    font-size: 80%;
    display: table-cell;
    width: auto;
    white-space: nowrap;
  }
  .school-detail ._tbl ._mtbl thead tr th, .school-detail ._tbl ._mtbl thead tr td {
    border-width: 2px;
  }
  .school-detail ._foot_btns {
    margin-top: 83px;
    padding-bottom: 32px;
  }
  .school-detail ._foot_btns h3 {
    font-size: 134%;
    line-height: 1.3;
    padding: 32px 0 20px;
  }
  .school-detail ._foot_btns ul li {
    width: calc(100% - 20px);
  }
  .school-detail ._imgs {
    padding-left: 0;
  }
  .school-detail ._imgs .boxs {
    display: block;
  }
  .school-detail ._imgs .boxs .box {
    width: 100%;
    margin-right: 0;
    border-radius: 20px;
  }
  .school-detail ._imgs .boxs .box:last-child {
    margin-bottom: 0;
  }
  .school-detail ._imgs .box_img {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .school-detail ._imgs .box_img img {
    width: 100%;
  }
  /****************************************
  		Entry Setting 
  *****************************************/
  .sec_entry ._entry {
    position: relative;
    left: -4vw;
    width: calc(100% + 8vw);
    padding: 22px 28px 90px;
  }
  .sec_entry ._entry ._bcat {
    margin: 20px 0 12px;
  }
  .sec_entry ._entry ._bcat ._ico {
    position: relative;
    top: -6px;
    width: auto;
    height: 33px;
    margin-right: 5px;
  }
  .sec_entry ._entry ._bcat ._label {
    font-size: 160%;
  }
  .sec_entry ._entry ._scat {
    margin-top: 15px;
  }
  .sec_entry ._entry ._scat ul li {
    display: inline-block;
  }
  .sec_entry ._entry ._scat ul li span {
    font-size: 80%;
  }
  .sec_entry ._entry ._date span {
    font-size: 80%;
  }
  .sec_entry ._entry ._date small {
    font-size: 80%;
    margin-left: 12px;
  }
  .sec_entry ._entry ._head {
    margin-top: 12px;
  }
  .sec_entry ._entry ._head h1 {
    font-size: 134%;
    line-height: 1.3;
  }
  .sec_entry ._entry ._thms {
    margin: 20px 0 0;
  }
  .sec_entry ._entry ._thms ._img {
    border-radius: 10px;
  }
  .sec_entry ._entry ._thms p {
    margin-top: 6px;
  }
  .sec_entry ._entry ._body {
    margin-left: 0;
    padding: 20px 0;
  }
  .sec_entry ._entry ._body h1 {
    margin: 20px 0;
    padding: 5px;
    border-bottom: 2px solid #ed823b;
  }
  .sec_entry ._entry ._body h2 {
    margin: 5px 0;
    padding: 5px;
  }
  .sec_entry ._entry ._body h3 {
    padding: 5px;
  }
  .sec_entry ._entry ._body p {
    font-size: 107%;
    line-height: 1.8;
    padding: 5px;
  }
  .sec_entry ._entry ._body .wp-block-image {
    margin: 10px 0;
  }
  .sec_entry ._entry ._body .wp-block-video {
    margin: 10px 0;
  }
  .sec_entry ._entry ._body .wp-block-embed.is-type-video {
    margin: 0;
  }
  .sec_entry ._entry ._body .wp-element-caption {
    margin-top: 6px;
  }
  .sec_entry ._entry ._body ul, .sec_entry ._entry ._body ol {
    padding: 5px;
    padding-left: 20px;
  }
  .sec_entry ._entry ._list {
    position: relative;
    left: -28px;
    width: calc(100% + 56px);
    padding: 0 0 40px;
    border-top: 1px solid #ed823b;
  }
  .sec_entry ._entry ._foot {
    margin-top: 44px;
    text-align: center;
  }
  .sec_entry ._entry ._foot .btn {
    color: #707070;
    border-color: #707070;
  }
  .sec_entry ._entry ._foot .btn:hover {
    color: #fff;
    background-color: #707070;
  }
  .sec_entry ._entry ._foot .btn:hover ._arw._arw .__c {
    fill: #fff;
  }
  .sec_entry ._entry ._foot .btn:hover ._arw._arw .__l {
    stroke: #707070;
  }
  .sec_entry ._entry ._paging {
    margin-top: 40px;
  }
  .sec_entry ._entry ._paging .page_nav {
    text-align: center;
  }
  .sec_entry ._entry ._paging .next_page_link a.post-page-numbers {
    font-size: 80%;
    margin: 0 auto 50px;
    border-radius: 50px;
  }
  .sec_entry ._entry ._paging .next_page_link a.post-page-numbers .page_text {
    display: block;
  }
  .sec_entry ._entry ._paging .next_page_link a.post-page-numbers strong {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .sec_entry ._entry ._paging .next_page_link a.post-page-numbers ._ico {
    right: 20px;
  }
  .list_pagination {
    margin-top: 21px;
  }
  .list_pagination .page-numbers ._ico {
    top: 10px;
    width: 48px;
    height: 48px;
  }
  /****************************************
  		demo Setting 
  *****************************************/
  .school-list {
    padding: 20px 0;
  }
  .school-item {
    display: block;
    margin-bottom: 20px;
    padding: 20px;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    text-decoration: none;
    color: inherit;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .school-item:hover {
    background-color: #f0f0f0;
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  }
  .school-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #0073aa;
  }
  .school-item p {
    font-size: 14px;
    margin-bottom: 8px;
    color: #333;
  }
  .school-item .school-url {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    color: #0073aa;
  }
}/*# sourceMappingURL=style.css.map */