@charset "utf-8";
/* CSS Document */
/*
---------------------------------------------------共通
*/
article {
  display: block;
  position: relative;
}
article + article {
  display: block;
  margin-top: 120px !important;
}
section {}
#pageTitle {
  width: 100%;
  min-height: 180px;
  margin-bottom: 30px;
  background-image: url("../images/pageTitle_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-align: center;
}
#pageTitle h1 {
  font-size: 2em;
  font-weight: bold;
  line-height: 180px;
  color: #00662E;
}
main h2 {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}
.split {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.split2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nowrap {
  white-space: nowrap;
}
.photo img {
  width: 100%;
  height: auto;
}
.wL {
  width: 100%;
  margin: auto
}
.wM {
  width: 80%;
  margin: auto;
}
.wS {
  width: 60%;
  margin: auto;
}
.mb {
  display: none;
}
/*
---------------------------------------------------ホーム
*/
h1.pc {
  margin-bottom: -40px;
}
#topv {
  display: block;
  position: relative;
  background-image: url(../images/topv_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
#topv ul img {
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  mask-image: url("../images/topv_mask.png");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 100%;
  -webkit-mask-image: url("../images/topv_mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: 100%;
}
.catchCopy1 {
  display: block;
  visibility: visible;
  text-align: center;
}
.catchCopy2 {
  display: none;
}
#news .btn {
  text-align: center;
  margin-top: -2em;
}
#news .btn a {
  display: inline-block;
  height: 3em;
  line-height: 3em;
  border-radius: 1.5em;
  margin: 0px auto;
  padding: 0 2rem;
}
#news dl {
  position: relative;
  border-top: 1px dotted #80CE8D;
}
#news dl dt {
  width: 30%;
  padding: 0.25rem 0 0.25rem 1em;
  border-bottom: 1px dotted #80CE8D;
}
#news dl dd {
  width: 70%;
  padding: 0.25rem 1rem 0.25rem 0;
  border-bottom: 1px dotted #80CE8D;
}
#news dl dd::after {
  display: inline-block;
  position: absolute;
  color: #80CE8D;
  content: "\e315";
  font-family: "Material Icons";
  right: 0;
}
#news dl a {
  color: #00662E;
}
#news dl a:hover {
  background: linear-gradient(transparent 70%, rgba(195, 150, 43, 0.5) 70%);
}
#aim .photo {
  width: 48%;
}
#aim .photo img {
  mask-image: url("../images/aim_mask.png");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 100%;
  -webkit-mask-image: url("../images/aim_mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: 100%;
}
#aim .text {
  width: 48%;
  display: flex;
  align-items: center;
}
#aim p {}
#info {
  padding: 80px 0;
  background-color: #fff;
  background-image: url("../images/info_bg_top.png"), url("../images/info_bg_bottom.png");
  background-repeat: repeat-x, repeat-x;
  background-position: left top, left bottom;
}
#info .add {
  width: 48%;
}
#info .add .enName {
  font-size: 1.2rem;
  font-weight: 700;
}
#info .add dl {
  margin: 30px auto;
  border-top: 1px dotted #80ce8d;
}
#info .add dl dt {
  width: 20%;
  border-bottom: 1px dotted #80ce8d;
}
#info .add dl dd {
  width: 80%;
  border-bottom: 1px dotted #80ce8d;
}
#info .add .btn li {
  width: 48%;
  text-align: center;
}
#info .add .btn li span {
  font-size: 2em;
  vertical-align: -0.3em;
  padding-right: 5px;
}
#info .add .btn li a {
  display: block;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  border-radius: 1.5rem;
  margin: 20px auto;
  font-weight: 700;
}
#info .add .btn .mail {
  color: #fff;
  background: #9FBC22;
}
#info .add .btn .mail:hover {
  color: #9FBC22;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #9FBC22;
}
#info .add .btn .phone {
  color: #fff;
  background: #ED7829
}
#info .add .btn .phone:hover {
  color: #ED7829;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #ED7829;
}
#info .map {
  width: 48%;
}
#info .map img {
  width: 100%;
  height: auto;
}
#info .gotoGmap {
  text-align: right;
  font-size: 0.8em;
  line-height: 100%;
}
#info .gotoGmap a {
  color: #00662e;
}
#info .gotoGmap a:hover {
  background: linear-gradient(transparent 70%, rgba(195, 150, 43, 0.5) 70%);
}
/*
---------------------------------------------------トピックス
*/
#topics {
  width: 75%;
}
#topics section + section {
  margin-top: 100px;
}
#topics h2 {
  text-align: left;
  position: relative;
}
#topics h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  background: url("../images/topicsTitle_bg.png");
  background-repeat: no-repeat;
  z-index: -1;
  left: -30px;
  top: -10px;
}
#topics .date {
  border-top: 2px solid #80CE8D;
  font-size: 0.9em;
  line-height: 1em;
  color: #80CE8D;
  text-align: right;
  margin-bottom: 20px;
}
#topics .topicsKiji {
  margin-bottom: 20px;
}
#topics .topicsPhoto figure {
  width: 32%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  margin: 0 0.5% 20px 0.5%;
  padding: 5px;
  line-height: 1.5em;
}
#topics .topicsPhoto img {
  width: 100%;
  height: auto;
}
#topics .topicsPhoto figcaption {
  font-size: 0.8em;
  letter-spacing: 0;
}
#topics .topicsPdf {
  margin-bottom: 20px;
}
#topics .topicsPdf li::before {
  font-family: 'Material Icons';
  content: '\ea0e';
  font-size: 1.5rem;
  vertical-align: top;
  color: #ED7829;
}
#topics .topicsPdf a {
  color: #00662E
}
#topics .topicsPdf a:hover {
  color: #ED7829
}
#topics .topicsMovie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
#topics .topicsMovie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#topics .number {
  width: 100%;
  border-top: 1px solid #C3962B;
}
#topics .number ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
#topics .number ul li {
  margin: 0 0.25em;
}
#topics .number a {
  color: #C3962B;
  padding: 0 0.25em;
}
#topics .number a.active {
  background: #C3962B;
  color: #fff;
}
#categoly {
  width: 20%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1rem;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 15px #FFFFFF;
  box-shadow: 0px 0px 15px #FFFFFF;
}
#categoly h3 {
  color: #C3962B;
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 1em;
}
#categoly ul {}
#categoly ul li {
  font-size: 0.8em;
  line-height: 1.5em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #C3962B;
}
#categoly ul li:last-child {
  border: none;
}
#categoly ul li a {
  color: #00662E
}
#categoly ul li a:hover {
  background: linear-gradient(transparent 70%, rgba(195, 150, 43, 0.5) 70%);
}
/*
---------------------------------------------------園の概要
*/
#about .catchCopy {
  text-align: center;
  font-weight: bold;
  color: #00662E;
  margin: 1em 0;
}
#about .catchCopy strong {
  font-size: 1.5em;
  color: #ED7829;
}
#about .split {
  align-items: center;
}
#about .text {
  width: 48%;
}
#about .photo {
  position: relative;
  width: 48%;
  height: auto;
}
#about .photo img {
  mask-image: url("../images/about_mask.png");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 100%;
  -webkit-mask-image: url("../images/about_mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: 100%;
}
#basicPolicy section + section {
  margin-top: 40px;
}
#basicPolicy .policy1 p {
  width: 50rem;
  text-align: justify;
  margin: 1em auto 4em;
  font-weight: normal;
}
#basicPolicy .policy1.split {
  align-items: center;
}
#basicPolicy .policy1 .text {
  width: 48%;
}
#basicPolicy .policy1 .photo {
  position: relative;
  width: 48%;
  height: auto;
}
#basicPolicy .policy1 .photo img {
  mask-image: url("../images/policy_mask.png");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 100%;
  -webkit-mask-image: url("../images/policy_mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: 100%;
}
#basicPolicy h3 {
  font-size: 1em;
  color: #00662E;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 1em;
  border-top: 1px solid #C3962B;
  border-right: 1px solid #C3962B;
  border-bottom: 1px solid #C3962B;
  border-left: 8px solid #C3962B;
  margin-bottom: 1em;
}
#basicPolicy .catchCopy {
  text-align: center;
  font-weight: bold;
  color: #00662E;
  margin: 1em 0;
}
#basicPolicy .policy2 .frame {
  width: 64%;
  text-align: justify;
}
#basicPolicy .policy2 .photo {
  width: 32%;
}
#basicPolicy .policy2 figure {
  width: 100%;
  height: auto;
  margin: 0 0.5% 10px 0.5%;
  line-height: 1em;
  background-color: #fff;
  border: 1px solid #C3962B;
  padding: 4px;
}
#basicPolicy .policy2 figcaption {
  font-size: 0.8em;
  letter-spacing: 0;
  color: #00662E;
}
#objectives section + section {
  margin-top: 40px;
}
#objectives .split {
  align-items: center;
}
#objectives section h3 {
  font-size: 1em;
  font-weight: bold;
  color: #00662E;
  border-bottom: 2px solid #80CE8D;
}
#objectives .text {
  width: 64%;
}
#objectives .photo {
  width: 32%;
}
#objectives .mask1 img {
  mask-image: url("../images/objectives_mask1.png");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 100%;
  -webkit-mask-image: url("../images/objectives_mask1.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: 100%;
}
#objectives .mask2 img {
  mask-image: url("../images/objectives_mask2.png");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 100%;
  -webkit-mask-image: url("../images/objectives_mask2.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: 100%;
}
#features section + section {
  margin-top: 40px;
}
#features .frame {
  display: block;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  -moz-border-image: url(../images/tape.png) 40 round;
  -webkit-border-image: url(../images/tape.png) 40 round;
  -ms-border-image: url(../images/tape.png) 40 round;
  border-image: url(../images/tape.png) 40 round;
  border-width: 40px;
  border-style: solid;
  border-radius: 4px;
  padding: 40px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.40);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.40);
  overflow: hidden;
}
#features h3 {
  color: #00662E;
  margin-bottom: 0.5em;
  padding: 0 1em;
  display: inline-block;
  background: linear-gradient(transparent 50%, #D3F4DB 50%);
}
#features .photo {
  width: 32%;
  height: auto;
  float: right;
  margin-left: 40px;
}
#features section {
  clear: both;
  overflow: hidden;
}
/*
---------------------------------------------------園の一日
*/
#childcareHours .notice {
  width: 48%;
  display: block;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  -moz-border-image: url(../images/tape.png) 40 round;
  -webkit-border-image: url(../images/tape.png) 40 round;
  -ms-border-image: url(../images/tape.png) 40 round;
  border-image: url(../images/tape.png) 40 round;
  border-width: 40px;
  border-style: solid;
  border-radius: 4px;
  padding: 40px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.40);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.40);
  overflow: hidden;
}
#childcareHours .notice p {
  font-size: 1.5em;
  color: #00662E;
}
#childcareHours .notice ul {
  margin: 1em 0 0;
}
#childcareHours .notice ul li {
  list-style: square;
  list-style-position: inside;
}
#childcareHours .frame {
  width: 48%;
}
#childcareHours .frame div {
  margin-bottom: 2em;
}
#childcareHours .frame h3 {
  font-size: 1em;
  font-weight: bold;
  color: #00662E;
  border-bottom: 2px solid #80CE8D;
}
#timeSchedule .split {
  align-items: center;
}
#timeSchedule .table {
  width: 48%;
}
#timeSchedule .table table {
  width: 100%;
  border: 2px solid #80CE8D;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 0.9em;
  letter-spacing: 0;
  border-collapse: collapse;
}
#timeSchedule .table table td, #timeSchedule .table table th {
  border: 1px solid #80CE8D;
  padding: 0 1em;
}
#timeSchedule .table table th {
  text-align: left;
  width: 40%;
  white-space: nowrap;
  background-color: #D3F4DB;
}
#timeSchedule .photo {
  width: 48%;
  position: relative;
}
#timeSchedule .photo::before {
  content: "";
  z-index: 100;
  display: block;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background-image: url("../images/tape2.png");
  background-repeat: no-repeat;
  background-position: right top;
}
#timeSchedule .photo::after {
  content: "";
  z-index: 100;
  display: block;
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 100px;
  height: 100px;
  background-image: url("../images/tape2.png");
  background-repeat: no-repeat;
  background-position: right top;
}
/*
---------------------------------------------------年間行事
*/
#yearplan section + section {
  margin-top: 80px;
}
#yearplan .text {
  width: 60%;
  margin: 0 auto 1em;
}
#yearplan .photo figure {
  width: 32%;
  height: auto;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 0.5% 20px 0.5%;
  padding: 5px;
  line-height: 1.5em;
}
#yearplan .photo figcaption {
  font-size: 0.8em;
  letter-spacing: 0;
}
/*
---------------------------------------------------子育て支援
*/
#hoshi .split {
  align-items: center;
}
#hoshi .text {
  width: 48%;
}
#hoshi .photo {
  position: relative;
  width: 48%;
  height: auto;
}
#hoshi .photo img {
  mask-image: url("../images/support_mask.png");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url("../images/support_mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
}
#tenshi .split {
  align-items: center;
}
#tenshi .text {
  width: 48%;
}
#tenshi .photo {
  position: relative;
  width: 48%;
  height: auto;
}
#tenshi .photo img {
  mask-image: url("../images/support_mask.png");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url("../images/support_mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
}
#tenshi table {
  width: fit-content;
  max-width: 100%;
  margin: 2em auto 0;
  border: 2px solid #80CE8D;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 0.9em;
  letter-spacing: 0;
  border-collapse: collapse;
}
#tenshi table td, #tenshi table th {
  border: 1px solid #80CE8D;
  padding: 0 1em;
}
#tenshi .tenshiTable th {
  white-space: nowrap;
  background-color: #D3F4DB;
}
#support .notice span {
  font-size: 1.2em;
  padding-right: 0.25em;
  vertical-align: -0.25em;
}
#support .notice a {
  color: #ED7829;
  font-weight: bold;
}
#support .notice a:hover {
  color: #F8B551
}
#support section {
  margin-bottom: 2em;
}
#support .frame {
  display: block;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  -moz-border-image: url(../images/tape.png) 40 round;
  -webkit-border-image: url(../images/tape.png) 40 round;
  -ms-border-image: url(../images/tape.png) 40 round;
  border-image: url(../images/tape.png) 40 round;
  border-width: 40px;
  border-style: solid;
  border-radius: 4px;
  padding: 40px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.40);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.40);
  overflow: hidden;
}
#support .frame h3 {
  font-size: 1em;
  font-weight: bold;
  color: #00662E;
  border-bottom: 2px solid #80CE8D;
}
/*
---------------------------------------------------入園案内
*/
#enrollment section + section {
  margin-top: 50px;
}
#enrollment .pdfList {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 20px 40px;
  border: 2px solid #00662E;
  -webkit-box-shadow: 0px 0px 0px 6px #ffffff;
  box-shadow: 0px 0px 0px 6px #ffffff;
  background-color: #fff;
  border-radius: 4px;
}
#enrollment .pdfList h3 {
  text-align: center;
  color: #C3962B;
  border-bottom: 1px solid #C3962B;
  margin-bottom: 0.5em;
}
#enrollment .pdfList ul li::before {
  font-family: 'Material Icons';
  content: '\e873';
  vertical-align: top;
  color: #C3962B;
  padding-right: 0.5em;
}
#enrollment .pdfList a {
  color: #00662E;
}
#enrollment .pdfList a:hover {
  color: #80CE8D;
}
#enrollment .notice h3 {
  background-color: #C3962B;
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
}
#enrollment .notice .frame h4 {
  border-bottom: 1px solid #C3962B;
}
#enrollment .notice .frame {
  margin-bottom: 2em;
}
#enrollment .notice .frame ul {
  margin-left: 2em;
}
#enrollment .notice .frame ul li {
  list-style: disc;
}
/*
---------------------------------------------------バスコース
*/
#bus section {
  margin-bottom: 50px;
}
#bus .busGreen h3 {
  width: 100%;
  position: relative;
  background-image: url("../images/greenLine.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 1em;
}
#bus .busGreen h3::after {
  content: url("../images/greenBus.png");
  position: absolute;
  right: 0;
  bottom: 0;
}
#bus .busRed h3 {
  width: 100%;
  position: relative;
  background-image: url("../images/redLine.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 1em;
}
#bus .busRed h3::after {
  content: url("../images/redBus.png");
  position: absolute;
  right: 0;
  bottom: 0;
}
#bus .busBlue h3 {
  width: 100%;
  position: relative;
  background-image: url("../images/blueLine.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 1em;
}
#bus .busBlue h3::after {
  content: url("../images/blueBus.png");
  position: absolute;
  right: 0;
  bottom: 0;
}
#bus h4 {
  text-align: center;
  color: #fff;
  border-radius: 16px 16px 0 0
}
#bus .courseFrame {
  width: 30%;
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 20px;
  margin: 0 1%
}
#bus .courseFrame ol {
  margin-left: 3em;
  line-height: 1.5em;
  column-count: 2;
  column-gap: 1rem;
  font-size: 0.8rem;
}
#bus .courseFrame p {
  padding: 1rem;
}
#bus .busGreen .courseFrame {
  border: 3px solid #8AC998
}
#bus .busGreen h4 {
  background-color: #8AC998;
}
#bus .busRed .courseFrame {
  border: 3px solid #F29C9F
}
#bus .busRed h4 {
  background-color: #F29C9F
}
#bus .busBlue .courseFrame {
  border: 3px solid #7FCEF4
}
#bus .busBlue h4 {
  background-color: #7FCEF4
}
/*
---------------------------------------------------書類ダウンロード
*/
#dl ul {
  width: fit-content;
  margin: 0 auto;
}
#dl .pdfList ul li::before {
  font-family: 'Material Icons';
  content: '\e873';
  vertical-align: top;
  color: #C3962B;
  padding-right: 0.5em;
}
#dl .pdfList a {
  color: #00662E;
}
#dl .pdfList a:hover {
  color: #80CE8D;
}
/*
---------------------------------------------------求人情報
*/
#recruit .notice {
  text-align: center;
  margin-bottom: 2em;
}
#recruit .frame {
  display: block;
  width: 60%;
  margin: 0 auto;
  padding: 20px 40px;
  text-align: center;
  border: 2px solid #00662E;
  -webkit-box-shadow: 0px 0px 0px 6px #ffffff;
  box-shadow: 0px 0px 0px 6px #ffffff;
  background-color: #fff;
  border-radius: 4px;
  background-image: url("../images/recruit_cut1.png"), url("../images/recruit_cut2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right bottom;
}
#recruit .frame h3 {
  color: #00662E;
}
#recruit .btn span {
  font-size: 2em;
  vertical-align: -0.3em;
  padding-right: 5px;
}
#recruit .btn a {
  display: inline-block;
  height: 3rem;
  line-height: 3rem;
  border-radius: 1.5rem;
  margin: 20px auto;
  padding: 0 2em;
  font-weight: 700;
  color: #fff;
  background: #ED7829;
  border: 2px solid #ED7829;
}
#recruit .btn a:hover {
  color: #ED7829;
  background: #fff;
  border: 2px solid #ED7829;
}
#recruit .pdfList {
  display: block;
  width: 60%;
  margin: 50px auto;
}
#recruit .pdfList h3 {
  color: #00662E;
  border-bottom: 1px solid #80CE8D;
  margin-bottom: 0.5em;
}
#recruit .pdfList ul li::before {
  font-family: 'Material Icons';
  content: '\e873';
  vertical-align: top;
  color: #C3962B;
  padding-right: 0.5em;
}
#recruit .pdfList a {
  color: #00662E;
}
#recruit .pdfList a:hover {
  color: #ED7829;
}
/*
---------------------------------------------------レスポンシブ768
*/
@media screen and (max-width:768px) {
  .wM {
    width: 90%;
    margin: auto;
  }
  .wS {
    width: 80%;
    margin: auto;
  }
  .catchCopy1 {
    display: none;
  }
  .catchCopy2 {
    display: none;
    visibility: visible;
    text-align: center;
  }
  #topv .catchCopy img {
    width: auto;
    height: 80%;
  }
  #aim .photo {
    width: 60%;
    margin: 0 auto 30px;
  }
  #aim .text {
    width: 80%;
    margin: 0 auto 30px;
  }
  #info .add {
    width: 80%;
    margin: 0 auto 30px;
  }
  #info .map {
    width: 80%;
    margin: 0 auto 30px;
  }
  #topics {
    width: 100%;
  }
  #topics .topicsPhoto figure {
    width: 48%;
  }
  #categoly {
    width: 60%;
    margin: 80px auto 0;
  }
  #about .text {
    width: 100%;
    margin-bottom: 1em;
  }
  #about .photo {
    width: 90%;
    margin: 1em auto;
  }
  #basicPolicy .notice {
    width: 100%;
  }
  #basicPolicy .frame {
    width: 100%;
  }
  #basicPolicy .photo {
    width: 100%;
  }
  #basicPolicy figure {
    width: 48%;
  }
  #objectives .text {
    width: 48%;
  }
  #objectives .photo {
    width: 48%;
  }
  #features .photo {
    width: 48%;
  }
  #childcareHours .notice {
    width: 100%;
    margin-bottom: 2rem;
  }
  #childcareHours .frame {
    width: 100%;
  }
  #timeSchedule .table {
    width: 100%;
  }
  #timeSchedule .photo {
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
  }
  #bus .courseFrame ol {
    margin-left: 3em;
    line-height: 1.5em;
    column-count: 1;
  }
  #hoshi .text {
    width: 100%;
  }
  #hoshi .photo {
    width: 100%;
  }
  #tenshi .text {
    width: 100%;
  }
  #tenshi .photo {
    width: 100%;
  }
  #tenshi table {
    width: 100%;
    margin-bottom: 1em;
  }
  #recruit .frame {
    width: 100%;
  }
  /*
---------------------------------------------------768ここまで
*/
}
/*
---------------------------------------------------レスポンシブ480
*/
@media screen and (max-width:480px) {
  .wS {
    width: 90%;
    margin: auto;
  }
  .pc {
    display: none;
  }
  .mb {
    display: block
  }
  main h2 img {
    width: 80%;
    height: auto;
  }
  #topv {
    width: 200%;
    left: -50%;
    margin-bottom: 0;
  }
  .catchCopy1 {
    display: none;
    visibility: hidden;
  }
  .catchCopy2 {
    display: block;
    visibility: visible;
    width: 80%;
    margin: 0 auto 30px;
  }
  .catchCopy2 img {
    width: 100%;
    height: auto;
  }
  #news .btn img {
    width: 100%;
    height: auto;
  }
  #news dl {
    position: relative;
    border-top: 1px dotted #7FCEF4;
    line-height: 1.5rem;
  }
  #news dl dt {
    width: 100%;
    padding: 0.5rem 1rem 0;
    border-bottom: none;
    font-size: 0.9rem
  }
  #news dl dd {
    width: 100%;
    padding: 0.5rem 1rem;
    border-bottom: 1px dotted #7FCEF4;
  }
  #aim .photo {
    width: 80%;
    margin: 0 auto 30px;
  }
  #info .add .btn li {
    width: 100%;
    text-align: center;
  }
  #info .map .mb iframe {
    width: 100%;
    height: 80vh;
  }
  #pageTitle {
    width: 100%;
    min-height: 100px;
    background-size: contain;
  }
  #pageTitle h1 {
    font-size: 1.8em;
    line-height: 100px;
  }
  #topics .topicsPhoto figure {
    width: 100%;
  }
  #categoly {
    width: 100%;
  }
  #about .catchCopy {
    text-align: left;
  }
  #about .photo {
    width: 100%;
    margin: 1em auto;
  }
  /*    
    */
  #basicPolicy .policy1 .text {
    width: 100%;
  }
  #basicPolicy .policy1 .photo {
    position: relative;
    width: 100%;
    height: auto;
  }
  #basicPolicy .policy2 .frame {
    width: 100%;
    text-align: justify;
  }
  #basicPolicy .policy2 .photo {
    width: 100%;
  }
  #objectives .text {
    width: 100%;
  }
  #objectives .photo {
    width: 100%;
  }
  #features h3 {
    color: #00662E;
    margin-bottom: 0.5em;
    padding: 0 1em;
    display: inline-block;
    background: linear-gradient(transparent 50%, #D3F4DB 50%);
  }
  #features .photo {
    width: 32%;
    height: auto;
    float: right;
    margin-left: 40px;
  }
  #objectives .catchCopy {
    text-align: left;
  }
  #objectives section:nth-child(2n+1).split {
    flex-flow: column-reverse;
  }
  #objectives .text {
    width: 100%;
  }
  #objectives .photo {
    width: 100%;
  }
  #features .frame {
    border-width: 20px;
    padding: 10px;
  }
  #features section {
    clear: both;
    overflow: hidden;
  }
  #features h3 {
    line-height: 1.5em;
    background: linear-gradient(transparent 80%, #C7EFFF 80%);
  }
  #features section + section {
    margin-top: 40px;
  }
  #features .photo {
    width: 100%;
    height: auto;
    float: none;
    margin-left: 0;
    margin-bottom: 1em;
  }
  #childcareHours .notice {
    border-width: 20px;
    padding: 2rem;
  }
  #timeSchedule .table table th {
    white-space: wrap;
    line-height: 1.5rem;
  }
  #timeSchedule .photo::before {
    content: "";
    z-index: 100;
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 50px;
    height: 50px;
    background-image: url("../images/tape2.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
  }
  #timeSchedule .photo::after {
    content: "";
    z-index: 100;
    display: block;
    position: absolute;
    bottom: 0px;
    left: -10px;
    width: 50px;
    height: 50px;
    background-image: url("../images/tape2.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
  }
  #yearplan .text {
    width: 100%;
    margin: 0 auto 1em;
  }
  #yearplan .photo figure {
    width: 100%;
  }
  #hoshi .split {
    flex-flow: column-reverse;
  }
  #support .frame {
    border-width: 20px;
    padding: 1rem;
  }
  #enrollment .pdfList ul li {
    line-height: 1.5em;
    margin-bottom: 1em;
  }
  #bus .courseFrame {
    width: 100%;
    margin-bottom: 1em;
  }
  #recruit .notice {
    text-align: left;
  }
  #recruit .frame {
    display: block;
    width: 100%;
    padding: 20px 0 120px;
    text-align: center;
    background-size: 30% 30%, 30% 30%;
  }
  #recruit .pdfList {
    width: 100%;
  }
  /*
---------------------------------------------------480ここまで
*/
}