@charset "UTF-8";
/* ニュース一覧　*/
.News {
  width: 90%;
  margin: 3rem auto;
}
.News .News_Wrap {
  margin: 1rem 0 3rem 0;
}
.News .News_Wrap .News_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #707070;
}
.News .News_Wrap .News_list .News_ttl {
  width: 100%;
  font-weight: bold;
  margin-top: 0.25rem;
}
.News .News_Wrap .News_list .News_category {
  margin-left: 1rem;
  font-size: 0.8rem;
}
.News .News_Wrap .News_list .News_category span {
  padding: 0.15rem 0.5rem;
  color: #fff;
}

.-info {
  background-color: #666;
}

.-school {
  background-color: #031D65;
}

.-event {
  background-color: #E87400;
}

ul.pager {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  max-width: 550px;
}
ul.pager li {
  margin: 0 auto;
}
ul.pager li a.active {
  font-size: 120%;
  font-weight: bold;
}

/*----------------*/
/*    スマホ横    */
/*----------------*/
@media screen and (min-width: 480px) {
  .News .News_Wrap .News_list time {
    width: 9rem;
  }
  .News .News_Wrap .News_list .News_category {
    width: 5rem;
  }
  .News .News_Wrap .News_list .News_ttl {
    margin-left: 1rem;
    flex: 1;
    transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
/*----------------*/
/*    タブレット    */
/*----------------*/
@media screen and (min-width: 768px) {
  .News .News_Wrap .News_list {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
  .News .News_Wrap .News_list time {
    width: 12rem;
  }
  .News .News_Wrap .News_list .News_category {
    margin-left: 1rem;
    font-size: 1rem;
  }
}
/*----------------*/
/*    PCサイズ    */
/*----------------*/
@media screen and (min-width: 1024px) {
  .News {
    max-width: 1200px;
    margin: 5rem auto 10rem auto;
  }
  .News .News_Wrap {
    margin: 3rem 0;
  }
  .News .News_Wrap .News_list {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
  }
}
.News_header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2rem;
}
.News_header .News_category {
  margin-left: 1rem;
  font-size: 0.8rem;
  color: #fff;
}
.News_header .News_category span {
  padding: 0.15rem 0.5rem;
  color: #fff;
}
.News_header .Title {
  width: 100%;
}

.News_body {
  margin-bottom: 3rem;
}
.News_body p {
  margin-bottom: 1rem;
}
.News_body img {
  width: auto;
  max-width: 100%;
}

.About {
  margin: 0 5% 5rem 5%;
}
.About .Title {
  margin-bottom: 1rem;
}
.About p {
  margin-bottom: 1rem;
}
.About .About_Right {
  text-align: center;
}
.About .About_Right img {
  width: 60%;
  display: block;
  margin: 0 auto;
}

.History {
  margin: 0 5%;
}
.History .-H_school {
  margin-bottom: 3rem;
}
.History .-H_club {
  margin-bottom: 3rem;
}
.History dl.History_List {
  width: 100%;
  height: 450px;
  overflow-y: scroll;
  margin-bottom: 1rem;
}
.History dl.History_List dd {
  margin: 0 0 1.5rem 0;
}

#Floor {
  margin: -60px 5% 5rem 5%;
  padding-top: 100px;
}
#Floor .Areamap img {
  width: auto;
  max-width: 100%;
}
#Floor ul.Areamap_list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
#Floor ul.Areamap_list li {
  width: 20%;
}

#Uniform {
  margin: 0 5% 5rem 5%;
}

#Access {
  margin: -60px 5% 5rem 5%;
  padding-top: 100px;
}
#Access .Title {
  margin-top: 0;
}
#Access dl.Address_info dd {
  margin-bottom: 1.5rem;
}
#Access .Access_right {
  margin-top: 3rem;
}
#Access .Access_right iframe {
  width: 100%;
  height: 500px;
}

#song {
  margin: -60px 5% 5rem 5%;
  padding-top: 100px;
}
#song .Song_list {
  margin-bottom: 2rem;
}
#song .Song_list .kouka {
  background-color: #F7F7F7;
  margin-bottom: 1.5rem;
  box-sizing: border-box;
  padding: 3% 5%;
  line-height: 3.3rem;
  border-radius: 1.5rem;
}

/* 教育方針について */
.Ed_Wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  background-image: url(../images/top/school.jpg);
  background-size: cover;
  background-position: center;
  margin-bottom: 1.5rem;
}
.Ed_Wrap .Education {
  width: 90%;
  margin: 0 auto;
  max-width: 1500px;
}
.Ed_Wrap .Ed_School {
  margin-top: 3rem;
}
.Ed_Wrap .Ed_School .Ed_School_wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.Ed_Wrap .Ed_School .Ed_School_wrap .Ed_School_copy {
  text-align: center;
  font-size: 5rem;
  font-family: serif;
  font-weight: normal;
  letter-spacing: 0.5rem;
  margin-bottom: 1.5rem;
  line-height: 7rem;
}
.Ed_Wrap .Ed_School .Ed_School_wrap .Ed_School_Body ul.Ed_School_List {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.Ed_Wrap .Ed_School .Ed_School_wrap .Ed_School_Body ul.Ed_School_List li {
  margin-bottom: 1rem;
  font-weight: bold;
  display: flex;
}
.Ed_Wrap .Ed_School .Ed_School_wrap .Ed_School_Body ul.Ed_School_List li::before {
  content: "-";
}
.Ed_Wrap .Ed_type {
  width: 90%;
  max-width: 1500px;
  margin: 5rem auto 0 auto;
}
.Ed_Wrap .Ed_type .Title {
  font-size: 2rem;
  line-height: 3.5rem;
  margin-top: 0;
  font-weight: bold;
  padding: 1rem 0 0.5rem 0;
}
.Ed_Wrap .Ed_type img {
  width: 100%;
  height: auto;
  display: block;
}
.Ed_Wrap .Ed_type .Ed_category {
  margin-bottom: 3rem;
}

/* コースについて */
#Course .Course .Course_flex .Course_Left {
  width: 90%;
  margin: 0 auto;
}
#Course .Course .Course_detail {
  margin-top: 5rem;
}
#Course .Course .Course_detail .course_right_Flex {
  width: 90%;
  margin: 0 auto;
}
#Course .Course .Course_detail .course_right_Flex .course_box {
  margin-bottom: 3rem;
  width: 100%;
}
#Course .Course .Course_detail .course_right_Flex .course_box .course_subject {
  font-size: 2rem;
  font-weight: bold;
  margin: 2rem 0 1rem 0;
}
#Course .Course .Course_detail .course_right_Flex .course_box:before {
  content: "";
  width: 10%;
  height: 2px;
  background-color: #000;
  display: block;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

#Schedule {
  background-color: #EFEFEF;
  padding: 3rem 5%;
}
#Schedule .Schedule_wrap .Schedule-Title {
  text-align: center;
  font-weight: bold;
}
#Schedule .Schedule_add {
  background-color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
}
#Schedule .Schedule_add .-small {
  font-size: 1.2rem;
  font-weight: bold;
}
#Schedule .Schedule_add b {
  display: block;
}
#Schedule .Schedule_add p {
  line-height: 2.5rem;
  margin-bottom: 1rem;
}

dl.Schedule_List {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 2rem 0;
}
dl.Schedule_List dt {
  width: 30%;
  margin: 0.5rem 0;
}
dl.Schedule_List dt .Schedule_small {
  font-size: 0.7rem;
  margin-left: 0.6rem;
}
dl.Schedule_List dt .Schedule_small:before {
  content: "(";
  display: inline-block;
}
dl.Schedule_List dt .Schedule_small:after {
  content: ")";
  display: inline-block;
}
dl.Schedule_List dd {
  width: 70%;
  box-sizing: border-box;
  padding: 0 0 0 1rem;
  margin: 0.5rem 0;
  border-left: solid 1px #999;
}

/* 進路指導 */
#Guide .Guide .Guide_flex .Guide_Left {
  width: 90%;
  margin: 0 auto;
  padding: 3rem 0 0 0;
}
#Guide .Guide .Guide_detail {
  margin-top: 5rem;
}
#Guide .Guide .Guide_detail .Guide_right_Flex {
  width: 90%;
  margin: 0 auto;
}
#Guide .Guide_second {
  margin: 3rem auto 0;
  width: 90%;
  max-width: 1500px;
}
#Guide .Guide_second .Guide_Title {
  margin-bottom: 2rem;
}

#Career {
  background-color: #EFEFEF;
  padding: 3rem 5%;
}
#Career .Career_table {
  overflow-x: scroll;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
#Career .Career_table table.table {
  width: 140%;
  border-spacing: 0;
  font-size: 1.35rem;
}
#Career .Career_table table.table td {
  padding: 0;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  box-sizing: border-box;
  padding: 0.5rem;
}

.table {
  font-size: 0.85rem;
  box-sizing: border-box;
  border-top: solid 1px #000;
  border-left: solid 1px #000;
}

/* ガイダンスについて */
#Guide .Guide .Guide_flex .Guide_Left {
  width: 90%;
  margin: 0 auto;
}
#Guide .Guide .Guide_detail {
  margin-top: 5rem;
}
#Guide .Guide .Guide_detail .Guide_right_Flex {
  width: 90%;
  margin: 0 auto;
}
#Guide .Guide .Guide_detail .Guide_right_Flex .Guide_box {
  margin-bottom: 3rem;
  width: 100%;
}
#Guide .Guide .Guide_detail .Guide_right_Flex .Guide_box .Guide_subject {
  margin: 0;
}
#Guide .Guide .Guide_detail .Guide_right_Flex .Guide_box:before {
  content: "";
  width: 10%;
  height: 2px;
  background-color: #000;
  display: block;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

#Career .Career_second {
  padding-top: 2rem;
}
#Career .Career_second ul.Career_List {
  background-color: #fff;
  padding: 1rem;
  line-height: 1.6rem;
}
#Career .Career_second ul.Career_List li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline;
  line-height: 3rem;
  font-size: 1.4rem;
  letter-spacing: 0;
}
#Career .Career_second ul.Career_List li.Career_Bold {
  font-weight: bold;
}
#Career .Career_second ul.Career_List .Career_List_ttl {
  font-weight: bold;
  padding-bottom: 0.5rem;
}

#OBOG {
  padding: 3rem 5% 0 5%;
}
#OBOG .OBOG_List {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: solid 1px #000;
}
#OBOG .OBOG_List:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#OBOG .OBOG_List .OBOG_img {
  width: 50%;
  margin: 0 auto 1rem auto;
}
#OBOG .OBOG_List .OBOG_Body .OBOB_Year {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1rem;
}
#OBOG .OBOG_List .OBOG_Body .OBOG_Name {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 4rem;
}
#OBOG .OBOG_List .OBOG_Body .OBOG_base {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2.5rem;
}
#OBOG .OBOG_List .OBOG_Body .OBOG_comment {
  line-height: 3rem;
  margin-top: 1rem;
}

/* 学校生活について */
#School_Life:before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  background-image: url(../images/school_life/School_Life1.jpg);
  background-size: cover;
  background-position: center;
  margin-bottom: 1.5rem;
}
#School_Life .School_Life {
  width: 90%;
  margin: 0 auto;
  max-width: 1500px;
}
#School_Life .School_Life dl.school-month {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  align-items: center;
}
#School_Life .School_Life dl.school-month dt {
  width: 20%;
  margin: 0;
  position: relative;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
#School_Life .School_Life dl.school-month dt .Month {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  aspect-ratio: 1;
  align-items: center;
  border-radius: 999rem;
  margin: 0 0 4rem 64px 0;
}
#School_Life .School_Life dl.school-month dt:before {
  content: "";
  width: 2px;
  position: absolute;
  display: flex;
  height: 15rem;
  background-color: #000;
  left: 50%;
  z-index: -1;
}
#School_Life .School_Life dl.school-month dt:last-of-type:before {
  display: none;
}
#School_Life .School_Life dl.school-month dd {
  width: 75%;
  margin: 0;
  padding-bottom: 1.5rem;
}
#School_Life .School_Life dl.school-month dd ul.Month-List {
  padding: 0;
  line-height: initial;
}
#School_Life .School_Life dl.school-month dd ul.Month-List li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 1rem;
  display: inline;
}
#School_Life .School_Life dl.school-month dd ul.Month-List li:after {
  content: "／";
  padding-left: 0.5rem;
}
#School_Life .School_Life dl.school-month dd ul.Month-List li:last-child::after {
  display: none;
}

.Janualy {
  background-image: linear-gradient(45deg, rgb(194, 221, 250), rgb(204, 219, 250));
}

.Febraly {
  background-image: linear-gradient(45deg, rgb(174, 221, 251), rgb(187, 220, 251));
}

.March {
  background-image: linear-gradient(45deg, rgb(167, 220, 252), rgb(156, 220, 255));
}

.April {
  background-image: linear-gradient(45deg, rgb(254, 253, 189), rgb(255, 248, 196));
}

.May {
  background-image: linear-gradient(45deg, rgb(253, 237, 214), rgb(251, 232, 226));
}

.June {
  background-image: linear-gradient(45deg, rgb(246, 226, 235), rgb(248, 230, 226));
}

.July {
  background-image: linear-gradient(45deg, rgb(241, 222, 244), rgb(245, 225, 237));
}

.August {
  background-image: linear-gradient(45deg, rgb(240, 220, 245), rgb(237, 218, 248));
}

.September {
  background-image: linear-gradient(45deg, rgb(235, 219, 248), rgb(240, 220, 245));
}

.October {
  background-image: linear-gradient(45deg, rgb(237, 218, 250), rgb(230, 216, 252));
}

.November {
  background-image: linear-gradient(45deg, rgb(222, 216, 254), rgb(229, 214, 253));
}

.December {
  background-image: linear-gradient(45deg, rgb(210, 219, 252), rgb(218, 216, 255));
}

#Club:before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  background-image: url(../images/school_life/School_Life2.jpg);
  background-size: cover;
  background-position: center;
  margin-bottom: 1.5rem;
}

.Club-wrap {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}
.Club-wrap .Club-inner {
  padding: 1rem 1rem 0 1rem;
  background-color: #EFEFEF;
  max-width: 1000px;
  margin: 0 auto 4rem auto;
}
.Club-wrap .Club-inner ul.Club-List {
  padding: 0 0 1rem 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.Club-wrap .Club-inner ul.Club-List .Club-category {
  width: 100%;
  font-weight: bold;
}
.Club-wrap .Club-inner ul.Club-List li {
  width: 50%;
  line-height: 3rem;
}

.School-Trip-img:before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  background-image: url(../images/school_life/School_Life3.jpg);
  background-size: cover;
  background-position: center;
  margin-bottom: 1.5rem;
}

/*イベント写真一覧*/
.School-Trip-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
}
.School-Trip-wrap .School-Trip-List {
  width: 33%;
  margin-bottom: 2rem;
}
.School-Trip-wrap .School-Trip-List .School-Trip-List-Title {
  padding: 0 0.5rem;
}
.School-Trip-wrap .School-Trip-List .School-Trip-List-Title .Event-Title {
  font-size: 1.3rem;
  line-height: 1.4rem;
  margin: 0;
  line-height: 2rem;
}
.School-Trip-wrap .School-Trip-List .School-Trip-List-Photo a {
  position: relative;
  display: block;
  padding: 1rem;
  box-sizing: border-box;
}
.School-Trip-wrap .School-Trip-List .School-Trip-List-Photo a img {
  display: block;
  position: relative;
}
.School-Trip-wrap .School-Trip-List .School-Trip-List-Photo a img:nth-child(1) {
  position: relative;
  z-index: 3;
}
.School-Trip-wrap .School-Trip-List .School-Trip-List-Photo a img:nth-child(2) {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  transform: rotate(7deg) scale(0.83);
  opacity: 0.7;
}
.School-Trip-wrap .School-Trip-List .School-Trip-List-Photo a img:nth-child(3) {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transform: rotate(-7deg) scale(0.83);
  opacity: 0.7;
}

/*入学／進路*/
#Entrance {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}
#Entrance .Entrance .Title {
  font-weight: bold;
}
#Entrance .Entrance p {
  line-height: 1.6rem;
}

#Open_School {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px #000 solid;
}
#Open_School .Open_School_wrap {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

#Entrance_School {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px #000 solid;
}
#Entrance_School .Entrance_School_wrap {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
#Entrance_School .Entrance_School_wrap .Entrance_School {
  margin-bottom: 3rem;
}
#Entrance_School .Entrance_School_wrap .Entrance_School a {
  display: block;
  margin-bottom: 1rem;
}
#Entrance_School .Entrance_School_Sub {
  background-color: #EFEFEF;
  padding: 1rem 1rem 1px 1rem;
  box-sizing: border-box;
  border-radius: 1rem;
}
#Entrance_School .Entrance_School_Sub p {
  font-size: 0.8rem;
  text-align: center;
  padding-bottom: 0.5rem;
}
#Entrance_School .Entrance_School_Sub a {
  background-color: #fff;
}

#Ent .Ent-wrap .Ent-detail {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: solid 1px #999;
}
#Ent .Ent-wrap .Ent-detail .Ent-wrap-Title {
  font-size: 1.3rem;
  line-height: 2.5rem;
  margin-top: 1rem;
}
#Ent .Ent-wrap .Ent-detail .Ent-List {
  margin: 0 0 1rem 0;
}
#Ent .Ent-wrap .Ent-detail .Ent-List .Ent-List-Title {
  font-weight: bold;
}
#Ent .Ent-wrap .Ent-detail .Ent-List .Ent-List-Detail {
  font-size: 0.9rem;
  line-height: 1.5rem;
  letter-spacing: 0.02rem;
  margin: 0 0 0 1.5rem;
}

/*保護者の方へ*/
.Parents_flex .Parents_Left {
  width: 90%;
  margin: 1rem auto 0 auto;
}

.Parents_Main {
  width: 90%;
  margin: 0 auto 5rem auto;
}
.Parents_Main p {
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.Parents_Main .Parents_Body {
  margin-top: 3rem;
}
.Parents_Main .Parents_Body p {
  font-size: 0.85rem;
  font-weight: normal;
  line-height: 1.3rem;
  letter-spacing: 0;
}
.Parents_Main .Parents_Body .Parents_List {
  background-color: #EFEFEF;
  border-radius: 1rem;
  padding: 1rem;
  box-sizing: border-box;
  margin: 2rem 0 0 0;
}
.Parents_Main .Parents_Body .Parents_List .Parents_List_Title {
  font-size: 1rem;
  line-height: 1.6rem;
}
.Parents_Main .Parents_Body .Parents_List .Parents_List_Wrap {
  margin-top: 1rem;
}
.Parents_Main .Parents_Body .Parents_List .Parents_List_Wrap .Parents_List_L .Parents_Block {
  border-bottom: solid 1px #000;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.06rem;
  line-height: 1.6rem;
}
.Parents_Main .Parents_Body .Parents_List .Parents_List_Wrap .Parents_List_L .Parents_Block .Bold {
  font-weight: bold;
}
.Parents_Main .Parents_Body .Parents_List .Parents_List_Wrap .Parents_List_L dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1.5rem 0;
}
.Parents_Main .Parents_Body .Parents_List .Parents_List_Wrap .Parents_List_L dl dt {
  width: 50%;
  border-bottom: solid 1px #000;
  margin-bottom: 0.5rem;
  padding-bottom: 0.1rem;
}
.Parents_Main .Parents_Body .Parents_List .Parents_List_Wrap .Parents_List_L dl dd {
  width: 50%;
  border-bottom: solid 1px #000;
  margin-bottom: 0.5rem;
  padding-bottom: 0.1rem;
  margin-inline-start: 0;
  text-align: right;
}

/*------------------------------------
  pie chart
------------------------------------*/
@media screen and (min-width: 751px) {
  .pie-chart-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.box {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 750px) {
  .box {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 751px) {
  .box + .box {
    margin-left: 20px;
  }
}
@media screen and (max-width: 750px) {
  .box + .box {
    margin-top: 20px;
  }
}
.box .percent {
  position: relative;
  width: 150px;
}

.box .percent svg {
  position: relative;
  width: 150px;
  height: 150px;
  transform: rotate(-90deg);
}

.box .percent svg circle {
  position: relative;
  fill: none;
  stroke-width: 10;
  stroke: #f3f3f3;
  stroke-dasharray: 440;
  stroke-dashoffset: 0;
  stroke-linecap: round;
}

.box .percent .number {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  margin: 0;
}

.box .percent .number .title {
  font-size: 50px;
}

.box .percent .number .title span {
  font-size: 22px;
}

.box .text {
  padding: 0 0 0.5rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.box .percent .line {
  animation: circleAnim 1s forwards;
}

.box.blue .percent .line {
  stroke: #03a9f4;
}

.box.red .percent .line {
  stroke-dashoffset: 154;
  stroke: #ff3051;
}

.box.green .percent .line {
  stroke-dashoffset: 321.2;
  stroke: #1fd26c;
}
@keyframes circleAnim {
  0% {
    stroke-dasharray: 0 440;
  }
  99.9%, to {
    stroke-dasharray: 440 440;
  }
}
/*プラポリ*/
.Privacy-Wrap {
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 0 5rem 0;
}
.Privacy-Wrap .Privacy-List {
  margin-top: 1.5rem;
  padding-bottom: 1rem;
}
.Privacy-Wrap .Privacy-List .Privacy-Title {
  margin-bottom: 0.3rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.Privacy-Wrap .Privacy-List .Privacy-Body p {
  font-size: 1.4rem;
}
.Privacy-Wrap .Privacy-List ul.List-no {
  list-style-type: decimal;
  margin: 0 0 0 0;
  font-size: 1.4rem;
  padding: 0 0 0 1.2rem;
}
.Privacy-Wrap .Privacy-List ul.List-no ul.List-roman {
  list-style-type: lower-roman;
  font-size: 1.4rem;
  padding: 0 0 0 1.2rem;
}
.Privacy-Wrap .Privacy-List ul.List-no ul.List-roman li {
  margin-bottom: 0.25rem;
}

/*----------------*/
/*    スマホ横    */
/*----------------*/
@media screen and (min-width: 480px) {
  .News_header .News_category {
    font-size: 1rem;
  }
  .History .-H_school {
    margin-bottom: 5rem;
  }
  .History .-H_club {
    margin-bottom: 3rem;
  }
  #Access .Access_right {
    margin-top: 5rem;
  }
  .Song_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .Song_list .kouka {
    width: 49%;
  }
}
#Life-Trip {
  padding-top: 2rem;
  margin-bottom: 5rem;
}

.School-Trip {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}

.School-Trip-Photo-List {
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.School-Trip-Photo-List .School-Trip-Photo {
  width: 33.3333333333%;
}

/*イベント写真一覧*/
/*入学／進路*/
#Open_School .Open_School_wrap {
  display: flex;
  justify-content: space-between;
}
#Open_School .Open_School_wrap .Open_School {
  width: 48%;
}

#Entrance_School .Entrance_School_wrap {
  display: flex;
  justify-content: space-between;
}
#Entrance_School .Entrance_School_wrap .Entrance_School {
  width: 32%;
}
#Entrance_School .Entrance_School_Sub {
  padding: 1.5rem 1rem 2rem 1rem;
}

/*----------------*/
/*    タブレット    */
/*----------------*/
@media screen and (min-width: 768px) {
  .News_body {
    margin-bottom: 5rem;
  }
  #Uniform .Uniform_Flex {
    display: flex;
    justify-content: space-between;
  }
  #Uniform .Uniform_Flex .Uniform_box {
    width: 47%;
  }
  /* 教育方針について */
  .Ed_School .Ed_School_wrap {
    display: flex;
  }
  .Ed_School .Ed_School_wrap .Ed_School_Body {
    flex: 1;
    margin-left: 4rem;
  }
  .Ed_School .Ed_School_wrap .Ed_School_Body .Uniform_box {
    width: 48%;
  }
  .Ed_Wrap .Ed_type {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .Ed_Wrap .Ed_type .Ed_category {
    width: 48%;
    margin-bottom: 7rem;
  }
  /* コースについて */
  #Course .Course .Course_flex .Course_Left {
    padding-top: 2.5rem;
  }
  #Course .Course .Course_flex .Course_Left .-small {
    font-weight: bold;
  }
  #Course .Course .Course_flex .Course_Left .Title {
    font-weight: bold;
    margin-bottom: 2rem;
  }
  #Course .Course .Course_detail .course_right_Flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #Course .Course .Course_detail .course_right_Flex .course_box {
    width: 48%;
  }
  #Course .Course .Course_detail .course_right_Flex .Fullsize {
    width: 100%;
  }
  #Schedule .Schedule_add {
    margin: 3rem auto 0 auto;
    padding: 2rem 5rem 2rem 5rem;
  }
  .Schedule {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .Schedule .Schedule_wrap {
    width: 48%;
  }
  /* ガイダンスについて */
  #Guide p {
    font-size: 2rem;
    line-height: 4rem;
  }
  #Guide .Guide .Guide_detail .Guide_right_Flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #Guide .Guide .Guide_detail .Guide_right_Flex .Guide_box {
    width: 48%;
  }
  #Guide .Guide .Guide_detail .Guide_right_Flex .Fullsize {
    width: 100%;
  }
  #Guide .Guide .Guide_second .section_3 .section_box {
    margin-bottom: 6rem;
  }
  #Guide .Guide .Guide_second .section_3 .section_box .Title_section {
    font-size: 2.5rem;
    padding: 1.5rem 0 1rem 0;
  }
  #Career .Career_table table.table {
    font-size: 2rem;
  }
  #Career .Career_table table.table td {
    padding: 1rem;
  }
  #Career .Career_second .Title_section {
    font-size: 2.3rem;
  }
  #Career .Career_second ul.Career_List {
    margin-bottom: 3rem;
  }
  #Career .Career_second ul.Career_List li {
    font-size: 2rem;
    line-height: 4rem;
  }
  #OBOG .OBOG_List {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
    padding-bottom: 5rem;
    padding-top: 2rem;
  }
  #OBOG .OBOG_List .OBOG_img {
    width: 20%;
    margin: 0;
  }
  #OBOG .OBOG_List .OBOG_Body {
    width: 75%;
  }
  #OBOG .OBOG_List .OBOG_Body .OBOB_Year {
    text-align: left;
  }
  #OBOG .OBOG_List .OBOG_Body .OBOG_Name {
    text-align: left;
  }
  #OBOG .OBOG_List .OBOG_Body .OBOG_base {
    text-align: left;
  }
  /*1日のスケジュール*/
  #Schedule {
    margin-top: 3rem;
  }
  .Club-wrap .Club-inner ul.Club-List li {
    width: 25%;
  }
  .Club-wrap .Club-btn-List {
    display: flex;
    flex-wrap: wrap;
  }
  .Club-wrap .Club-btn-List a {
    width: 48%;
    margin: 0 auto 1.5rem auto;
  }
  .School-Trip-wrap .School-Trip-List {
    width: 25%;
  }
  .School-Trip-wrap .School-Trip-List .School-Trip-List-Photo a img:nth-child(1) {
    width: 95%;
    top: -0.2rem;
    left: -0.2rem;
  }
  .School-Trip-wrap .School-Trip-List .School-Trip-List-Photo a img:nth-child(2) {
    top: 1.2rem;
    left: 1.2rem;
    transform: initial;
    opacity: 0.7;
    width: 85%;
  }
  .School-Trip-wrap .School-Trip-List .School-Trip-List-Photo a img:nth-child(3) {
    top: 1.5rem;
    left: 1.5rem;
    transform: initial;
    opacity: 0.5;
    width: 85%;
  }
  #School_Life .School_Life dl.school-month dt {
    width: 15%;
  }
  #School_Life .School_Life dl.school-month dd {
    width: 80%;
  }
  #Club .Club-wrap .Club-inner {
    margin-top: 1.5rem;
    padding: 2rem 3rem;
  }
  #Club .Club-wrap .Club-btn-List a {
    font-size: 1.6rem;
  }
  /*保護者の方へ*/
  #Parents .Parents_flex {
    display: flex;
    justify-content: space-between;
    width: 90%;
  }
  #Parents .Parents_flex .Parents_Right {
    width: 50%;
  }
  #Parents .Parents_flex .Parents_Left {
    width: 45%;
    margin: 0 auto;
  }
  #Parents .Parents_Main {
    margin: 3rem auto 10rem auto;
    width: 90%;
    max-width: 1500px;
  }
  #Parents .Parents_Main .Parents_Body {
    display: flex;
    flex-wrap: wrap;
  }
  #Parents .Parents_Main .Parents_Body .Title {
    width: 100%;
  }
  #Parents .Parents_Main .Parents_Body p {
    width: 100%;
  }
  #Parents .Parents_Main .Parents_Body .Parents_List {
    width: 48%;
  }
  .Parents_Main .Parents_Body .Parents_List {
    margin-left: 1%;
    margin-right: 1%;
  }
}
/*----------------*/
/*    PCサイズ    */
/*----------------*/
@media screen and (min-width: 1200px) {
  .About {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 8rem auto;
    width: 90%;
    max-width: 1500px;
  }
  .About .About_Left {
    width: 70%;
  }
  .About .About_Right {
    width: 25%;
  }
  .About .About_Right img {
    width: 100%;
    margin: 7rem 0 0 0;
  }
  .History {
    margin: 0 auto 5rem auto;
    width: 90%;
    max-width: 1500px;
    display: flex;
    justify-content: space-between;
  }
  .History .-H_school {
    width: 45%;
  }
  .History .-H_club {
    width: 45%;
  }
  #Floor {
    width: 90%;
    max-width: 1500px;
  }
  #Floor .Areamap img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  #Floor .Areamap ul.Areamap_list li img {
    width: 100%;
  }
  #Uniform {
    margin: 0 auto 8rem auto;
    width: 90%;
    max-width: 1500px;
  }
  #Access {
    margin: 0 auto 8rem auto;
    width: 90%;
    max-width: 1500px;
  }
  #Access .Access_Flex {
    display: flex;
    justify-content: space-between;
  }
  #Access .Access_Flex .Access_left {
    width: 30%;
  }
  #Access .Access_Flex .Access_right {
    width: 60%;
  }
  #Access .Access_Flex .Access_right iframe {
    width: 100%;
    height: 100%;
  }
  #song {
    margin: 0 auto 8rem auto;
    width: 90%;
    max-width: 1500px;
  }
  #song .Song_list .kouka {
    width: 32%;
    padding: 2rem;
  }
  .Ed_Wrap::before {
    height: 650px;
    margin-bottom: 4rem;
  }
  .Ed_Wrap .Ed_School .Ed_School_wrap .Ed_School_copy {
    font-size: 4rem;
  }
  .Ed_Wrap .Education {
    text-align: center;
    margin-bottom: 8rem;
  }
  .Ed_Wrap .Education p {
    line-height: 3.5rem;
    margin-top: 1rem;
  }
  .Ed_Wrap .Ed_type {
    margin: 8rem auto 0 auto;
  }
  .Ed_Wrap .Ed_type .Ed_category {
    margin-bottom: 6rem;
  }
  /* コースについて */
  #Course .Course .Course_flex {
    display: flex;
    justify-content: space-between;
    width: 90%;
  }
  #Course .Course .Course_flex .Course_Right {
    width: 50%;
  }
  #Course .Course .Course_flex .Course_Left {
    width: 45%;
  }
  #Course .Course .Course_detail {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
  }
  #Course .Course .Course_detail .course_right_Flex {
    width: 55%;
    margin: 0 0 0 5%;
  }
  #Course .Course .Course_detail .course_right_Flex .course_box p {
    line-height: 1.8rem;
  }
  #Course .Course .Course_detail .course_left_Flex {
    display: flex;
    justify-content: space-between;
    width: 40%;
  }
  #Course .Course .Course_detail .course_left_Flex img {
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    height: 100%;
  }
  #Schedule {
    margin-top: 0;
    padding: 8rem 5%;
  }
  #Schedule .Title {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0 0 1rem 0;
  }
  #Schedule .Schedule {
    justify-content: center;
    margin-top: 3rem;
  }
  #Schedule .Schedule .Schedule_wrap {
    width: 35%;
    margin: 0 5%;
    padding: 0;
  }
  #Schedule .Schedule .Schedule_wrap dl.Schedule_List {
    border-top: solid 1px #999;
    margin: 1rem 0 2rem 0;
  }
  #Schedule .Schedule .Schedule_wrap dl.Schedule_List dt {
    position: relative;
  }
  #Schedule .Schedule .Schedule_wrap dl.Schedule_List dt:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -10px;
    display: block;
    height: 1px;
    background-color: #999;
  }
  #Schedule .Schedule .Schedule_wrap dl.Schedule_List dd {
    position: relative;
  }
  #Schedule .Schedule .Schedule_wrap dl.Schedule_List dd:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -10px;
    display: block;
    height: 1px;
    background-color: #999;
    left: -0.5rem;
  }
  /* コースについて */
  #Course .Course .Course_flex {
    display: flex;
    justify-content: space-between;
    width: 90%;
  }
  #Course .Course .Course_flex .Course_Right {
    width: 50%;
  }
  #Course .Course .Course_flex .Course_Left {
    width: 45%;
    padding-top: 3rem;
  }
  #Course .Course .Course_detail {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0;
  }
  #Course .Course .Course_detail .course_right_Flex {
    width: 55%;
    margin: 0 0 0 5%;
    padding: 3rem 0;
  }
  #Course .Course .Course_detail .course_right_Flex .course_box p {
    line-height: 1.8rem;
    line-height: 3.3rem;
  }
  #Course .Course .Course_detail .course_left_Flex {
    display: flex;
    justify-content: space-between;
    width: 40%;
  }
  #Course .Course .Course_detail .course_left_Flex img {
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    height: 100%;
  }
  #Career .Career_table {
    width: 45%;
    margin-right: 5%;
    margin-bottom: 5rem;
  }
  #Career .Career_table table.table {
    width: 100%;
  }
  /* ガイダンスについて */
  #Guide p {
    font-size: 1.6rem;
    line-height: 3.3rem;
  }
  #Guide .Guide .Guide_flex {
    display: flex;
    justify-content: space-between;
    width: 90%;
  }
  #Guide .Guide .Guide_flex .Guide_Right {
    width: 50%;
  }
  #Guide .Guide .Guide_flex .Guide_Left {
    width: 45%;
  }
  #Guide .Guide .Guide_second .section_3 {
    display: flex;
    flex-wrap: wrap;
  }
  #Guide .Guide .Guide_second .section_3 .section_box {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 2rem;
  }
  #Guide .Guide .Guide_second .section_3 .section_box:nth-child(3n) {
    margin-right: 0;
  }
  #Guide .Guide .Guide_second .section_3 .section_box .Title_section {
    font-size: 2rem;
  }
  #Guide .Guide .Guide_detail {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
  }
  #Guide .Guide .Guide_detail .Guide_right_Flex {
    width: 55%;
    margin: 0 0 0 5%;
  }
  #Guide .Guide .Guide_detail .Guide_right_Flex .Guide_box p {
    line-height: 1.8rem;
  }
  #Guide .Guide .Guide_detail .Guide_left_Flex {
    display: flex;
    justify-content: space-between;
    width: 40%;
  }
  #Guide .Guide .Guide_detail .Guide_left_Flex img {
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    height: 100%;
  }
  #Career .Career {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #Career .Career_table table.table {
    font-size: 1.6rem;
  }
  #Career .Career_second {
    max-width: 1500px;
    margin: 0 auto;
  }
  #Career .Career_second .Title_section {
    font-size: 2rem;
  }
  #Career .Career_second ul.Career_List li {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  #OBOG {
    padding: 6rem 5% 10rem 5%;
  }
  #OBOG .OBOG {
    max-width: 1500px;
    margin: 0 auto;
  }
  #OBOG .OBOG .OBOG_List .OBOG_Body .OBOG_comment {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  /*1日のスケジュール*/
  #School_Life .School_Life {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 5rem auto 10rem auto;
  }
  #School_Life .School_Life .school-left {
    width: 30%;
    position: sticky;
    top: 10rem;
    left: 0;
    margin: 0 auto;
    height: 100%;
  }
  #School_Life .School_Life .school-right {
    width: 50%;
    margin-left: 8%;
  }
  #School_Life .School_Life .school-right .-Btn {
    margin: 0;
  }
  #Club:before {
    height: 500px;
  }
  #Club .Club-wrap .Club-inner ul.Club-List li {
    width: 20%;
  }
  #Club .Club-wrap .Club-btn-List-pc {
    justify-content: flex-start;
  }
  #Club .Club-wrap .Club-btn-List-pc a {
    margin: 0 2.5% 1.5rem 2.5%;
    width: 30%;
  }
  #Club .Club-wrap .Club-btn-List-pc a:nth-child(3n) {
    margin: 0 0 1.5rem 0;
  }
  #Life-Trip {
    padding-top: 6rem;
  }
  #Life-Trip:before {
    height: 500px;
  }
  /*写真ギャラリー*/
  .School-Trip-wrap .School-Trip-List .School-Trip-List-Photo a img:nth-child(1) {
    width: 85%;
    top: -0.5rem;
    left: -0.5rem;
  }
  .School-Trip-wrap .School-Trip-List .School-Trip-List-Photo a img:nth-child(2) {
    top: 0.5rem;
    left: 0.5rem;
    opacity: 0.5;
    width: 82%;
  }
  .School-Trip-wrap .School-Trip-List .School-Trip-List-Photo a img:nth-child(3) {
    top: 1.1rem;
    left: 1.1rem;
    opacity: 0.2;
    width: 82%;
  }
  /*入学／進路*/
  #Ent .Ent-wrap {
    display: flex;
    justify-content: space-between;
  }
  #Ent .Ent-wrap .Ent-detail {
    width: 48%;
    margin: 1rem 0 0 0;
    border: none;
    padding: 0;
  }
  /*保護者の方へ*/
  #Parents .Parents_Main .Parents_Body .Parents_List {
    width: 30%;
    margin: 3rem 1.5% 0 1.5%;
  }
  #Parents .Parents_Main .Parents_Body .Parents_List .Parents_List_Wrap {
    display: flex;
    justify-content: space-between;
  }
  #Parents .Parents_Main .Parents_Body .Parents_List .Parents_List_Wrap .Parents_List_L {
    width: 50%;
  }
  #Parents .Parents_Main .Parents_Body .Parents_List .Parents_List_Wrap .Parents_List_R {
    width: 40%;
    margin-top: 1rem;
  }
}/*# sourceMappingURL=contents.css.map */