

/* || -------------------- introduction */

div.introduction div.box-01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto 100px auto;
}
div.introduction div.box-01 h2.first-color {
  font-size: 1.5em;
  text-align: left;
  margin: 0 0 28px 0;
}
div.introduction div.box-01 figure {
  width: 100%;
  max-width: 440px;
  margin: 0 70px 0 0;
}
div.introduction div.box-01 figure img {
  border-radius: 20px;
}
div.introduction div.box-01 > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 510px);
}
div.introduction div.box-01 p {
  width: 100%;
  font-weight: 500;
  margin: 0 0 60px 0;
}
div.introduction div.box-01 a.detail {
  max-width: 300px;
  margin: 0 0 0 0;
}

/* --- box-02 */ 
div.introduction div.box-02 {
  width: 100%;
  max-width: 1130px;
  padding: 40px;
  background-color: #F6F3E7;
  border-radius: 20px;
  margin: 0 auto 100px auto;
}
div.introduction div.box-02 h2.first-color {
  width: 100%;
  max-width: 860px;
  font-size: 1.5em;
  text-align: left;
  margin: 0 auto 10px auto;
}
div.introduction div.box-02 p {
  width: 100%;
  max-width: 860px;
  margin: 0 auto 30px auto;
  font-weight: 500;
}
div.introduction div.box-02 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  list-style: none;
  width: 100%;
  max-width: 860px;
  margin: 0 auto 0 auto;
}
div.introduction div.box-02 ul a {
  width: 100%;
  max-width: 230px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 40px;
  background-color: #FF8D29;
  padding: 12px 0;
  margin: auto auto 0 auto;
}
div.introduction div.box-02 ul li {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
}
div.introduction div.box-02 ul li:first-child{
  margin-right: 6%;
}
div.introduction div.box-02 ul li figure {
  width: 100%;
  /* max-width: 310px; */
  /* margin: 0 auto 16px auto; */
}
div.introduction div.box-02 ul li figure img {
  border-radius: 20px;
}

/* ---------- box-03 */

div.introduction div.box-03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto 100px auto;
}
div.introduction div.box-03 figure {
  width: 100%;
  max-width: 750px;
  margin: 0 100px 0 0;
}
div.introduction div.box-03 figure img {
  border-radius: 20px;
  object-fit: cover;
  height: 322px;
  width: 100%;
}
div.introduction div.box-03 > div {
  width: calc(100% - 850px);
}
div.introduction div.box-03 h2.first-color {
  text-align: center;
  font-size: 1.5em;
  margin: 0 0 50px 0;
}
div.introduction div.box-03 a.detail {
  max-width: 300px;
}
div.introduction div.box-03 a.detail:nth-of-type(1) {
  margin: 0 0 20px 0;
}

/* ---------- box-04 */

div.introduction figure.box-04_wave {
  width: 100%;
}
div.introduction figure.box-04_wave img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 80px;
}

div.introduction div.box-04 {
  width: 100%;
  background-color: #F6F3E7;
  padding: 0 0 80px 0;
}
div.introduction div.box-04 div.inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 0 auto;
}
div.introduction div.box-04 figure {
  width: 100%;
  max-width: 600px;
  margin: 0 60px 0 0;
}
div.introduction div.box-04 figure img {
  border-radius: 20px;
}
div.introduction div.box-04 div.inner > div {
  width: calc(100% - 660px);
}
div.introduction div.box-04 p {
  width: 100%;
  font-weight: 500;
  margin: 0 0 60px 0;
}
div.introduction div.box-04 h2{
  font-size: 1.5em;
  text-align: left;
  margin: 0 0 20px 0;
}
div.introduction div.box-04 a.detail {
  max-width: 300px;
  margin: 0 0 0 auto;
}

/* ---------- box-05 */
div.introduction div.box-05 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 50px auto;
}
div.introduction div.box-05 div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  
  background-color: #F6F3E7;
  border-radius: 20px;
  padding: 40px;
}
div.introduction div.box-05 div a {
  display: flex;
  align-items: center;
  font-size: 1.25em;
  font-weight: 700;
  color: #6D5B4C;
  margin-bottom: 10px;
}
div.introduction div.box-05 div a img {
  width: 28px;
  height: 28px;
  margin-left: 10px;
  transition: transform 0.3s;
}
div.introduction div.box-05 div a:hover {
  color: #9e846e;
}
div.introduction div.box-05 div p {
  width: 100%;
  margin-bottom: 20px;
}
div.introduction div.box-05 div figure {
  width: 100%;
}
div.introduction div.box-05 div img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

div.introduction div.box-05 div.staff {
  width: calc(59% - 20px);
  max-width: 740px;
}
div.introduction div.box-05 div.staff figure {
  width: calc((100% - 20px)/2);
}
div.introduction div.box-05 div.bus {
  width: 41%;
  max-width: 540px;
}

@media screen and (max-width: 1330px) { /* 1300+30 */

  div.introduction div.box-03 {
    padding: 0 16px;
    margin: 0 auto 150px auto;
  }
  div.introduction div.box-03 figure {
    width: calc(100% - 360px);
    margin: 0 0 0 0;
  }
  div.introduction div.box-03 > div {
    width: calc(100% - 32px);
    max-width: 300px;
  }
  
  div.introduction div.box-04 div.inner {
    padding: 0 16px;
    margin: 0 auto 0 auto;
  }
  div.introduction div.box-04 div.inner figure {
    width: calc(100% - 650px);
    margin: 0 0 0 0;
  }
  div.introduction div.box-04 div.inner figure img {
    object-fit: cover;
    object-position: 20% 40%;
    height: 322px;
    width: 100%;
  }
  div.introduction div.box-04 div.inner > div {
    width: 100%;
    max-width: 590px;
  }

  div.introduction div.box-05 {
    padding: 0 16px;
    margin: 0 auto 150px auto;
  }

}
@media screen and (max-width: 1160px) { /* 1130+30 */

  div.introduction div.box-01 {
    padding: 0 16px;
    margin: 0 auto 150px auto;
  }
  div.introduction div.box-01 p {
    margin: 0 0 30px 0;
  }
  div.introduction div.box-01 a:nth-of-type(1) {
    margin: 0 0 16px 0;
  }


  div.introduction div.box-02 {
    /* width: calc(100% - 32px); */
    border-radius: 0;
    margin: 0 auto 100px auto;
  }

}

@media screen and (max-width: 1024px) {

  div.introduction div.box-01 {
    margin: 0 auto 80px auto;
  }
  div.introduction div.box-01 figure {
    max-width: 360px;
    margin: 0 30px 0 0;
  }
  div.introduction div.box-01 figure img {
    object-fit: cover;
    width: 100%;
    height: 300px;
  }
  div.introduction div.box-01 > div {
    width: calc(100% - 390px);
  }

  div.introduction div.box-02 {
    padding: 50px 16px;
    margin: 0 auto 80px auto;
  }
  div.introduction div.box-02 ul li {
    width: calc(94%/2);
  }
  div.introduction div.box-02 ul li figure img {
    object-fit: cover;
    width: 100%;
    height: 250px;
  }
  div.introduction div.box-02 p {
    margin: 0 auto 20px auto;
  }
  div.introduction div.box-02 p br {
    display: none;
  }

  div.introduction div.box-03 {
    margin: 0 auto 80px auto;
  }
  div.introduction div.box-03 figure {
    width: calc(100% - 320px);
  }

  div.introduction div.box-04 div.inner {
    max-width: 800px;
  }
  div.introduction div.box-04 h2{
    text-align: center;
  }
  div.introduction div.box-04 div.inner figure {
    width: 100%;
    max-width: unset;
    margin: 0 0 20px
  }
  div.introduction div.box-04 div.inner > div {
    max-width: unset;
  }
  div.introduction div.box-04 a.detail{
    margin: 0 auto 0 auto;
  }

  div.introduction div.box-05 {
    margin: 0 auto 80px auto;
  }
  div.introduction div.box-05 div {
    padding: 30px;
  }

}
@media screen and (max-width: 768px) { /* 768 */

  div.introduction div.box-01 h2.first-color,
  div.introduction div.box-02 h2.first-color,
  div.introduction div.box-03 h2.first-color,
  div.introduction div.box-05 h2.first-color,
  div.introduction div.box-04 h2{
    font-size: 1.25em;
  }

  div.introduction div.box-01 {
    margin: 0 auto 50px auto;
  }
  div.introduction div.box-01 figure {
    max-width: 440px;
    margin: 0 auto 16px auto;
  }
  div.introduction div.box-01 > div {
    max-width: 590px;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
  }
  div.introduction div.box-01 h2.first-color {
    text-align: center;
  }
  div.introduction div.box-01 p {
    text-align: center;
  }

  div.introduction div.box-02 {
    padding: 50px 16px;
    margin: 0 auto 50px auto;
  }
  div.introduction div.box-02 h2.first-color,
  div.introduction div.box-02 p,
  div.introduction div.box-02 ul {
    max-width: 590px;
  }
  div.introduction div.box-02 ul li figure img {
    height: 200px;
  }

  div.introduction div.box-03{
    padding: 0 0 0 0;
    margin: 0 auto 50px auto;
  }
  div.introduction div.box-03 figure {
    width: 100%;
    max-width: unset;
    margin: 0 0 20px 0;
  }
  div.introduction div.box-03 figure img{
    height: 260px;
    border-radius: unset;
  }
  div.introduction div.box-03 h2.first-color {
    margin: 0 auto 20px auto;
  }
  div.introduction div.box-03 > div {
    margin: 0 auto;
  }

  div.introduction div.box-05 {
    flex-direction: column;
    margin: 0 auto 20px auto;
  }
  div.introduction div.box-05 div {
    padding: 30px 20px 20px;
    margin: 0 auto 0;
  }
  div.introduction div.box-05 div img {
    border-radius: 10px;
  }
  div.introduction div.box-05 div.staff figure {
    width: calc((100% - 6px) / 2);
  }
  div.introduction div.box-05 div.staff {
    width: 100%;
    max-width: unset;
    margin-bottom: 20px;
  }
  div.introduction div.box-05 div.bus {
    width: 100%;
    max-width: unset;
  }
  div.introduction div.box-05 div.bus figure img {
    max-width: 540px;
    margin: 0 auto;
  }

}
@media screen and (max-width: 600px) { /* 430 */
  div.introduction div.box-01 figure img {
    height: 240px;
  }
  div.introduction div.box-02 ul {
    flex-direction: column;
    width: 100%;
    border-radius: unset;
  }
  div.introduction div.box-02 ul li {
    width: 100%;
    margin: 0 auto 30px auto;
  }
  div.introduction div.box-02 ul li:first-child{
    margin-right: auto;
  }
  div.introduction div.box-02 ul li:last-child{
    margin-bottom: unset;
  }
  div.introduction div.box-02 ul li figure {
    max-width: 440px;
  }
  div.introduction div.box-02 ul li figure img{
    height: auto;
  }
  div.introduction div.box-02 p {
    max-width: 440px;
    margin: 0 auto 20px auto;
    width: 100%;
  }
  div.introduction div.box-02 h2.first-color {
    max-width: 440px;
  }

}

@media screen and (max-width: 510px) {
  div.introduction div.box-05 div.staff figure {
    width: 100%;
  }
  div.introduction div.box-05 div.staff figure:first-of-type {
    margin-bottom: 10px;
  }
}


/* || -------------------- midori-life */

/* || -------------------- a.detail */

div.midori-life div.box-04 a.detail {
  max-width: 300px;
  margin: 0;
}
div.midori-life ul.box-05 a.detail {
  max-width: 300px;
}
div.midori-life div.box-04 a.detail.orange {
  color: #fff;
  background-color: #FF8D29;
}
div.midori-life div.box-04 a.detail.orange:before,
div.midori-life div.box-04 a.detail.orange:after{
  background-color: #fff;
}
@media screen and (max-width: 768px) { /* 1255 */

  div.midori-life div.box-04 a.detail {
    margin: 0 auto;
  }

}

/* || -------------------- h2.first-color */
div.midori-life div.box-02 h2.first-color {
  font-size: 1.5em;
  text-align: center;
  margin: 0 auto 20px auto;
}

div.midori-life div.box-04 h2.first-color {
  font-size: 1.5em;
  text-align: left;
  margin: 0 auto 20px auto;
}

div.midori-life ul.box-05 li h3.first-color {
  font-size: 1.25em;
  text-align: center;
  margin: 0 auto 10px auto;
}

/* ---------- box-01 */

div.midori-life figure.box-01 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 50px auto;
}

/* ---------- box-02 */

div.midori-life div.box-02 {
  width: 100%;
  max-width: 710px;
  margin: 0 auto 80px auto;
}
div.midori-life div.box-02 p {
  text-align: center;
  font-weight: 500;
  margin: 0 auto 0 auto;
}

/* ---------- box-03 */

div.midori-life ul.box-03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 620px;
  margin: 0 auto 50px auto;
  list-style: none;
}
div.midori-life ul.box-03 li {
  width: 100%;
  max-width: 300px;
}

/* ---------- box-04 */

div.midori-life div.box-04 {
  width: 100%;
  background-color: #F6F3E7;
  margin: 0 auto 0 auto;
}
div.midori-life div.box-04 div.inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  padding: 60px 0;
  margin: 0 auto 0 auto;
}

div.midori-life div.box-04 div.inner figure {
  width: 100%;
  max-width: 550px;
  margin-right: 80px;
}
div.midori-life div.box-04 div.inner figure img{
  border-radius: 20px;
}
div.midori-life div.box-04 div.inner div {
  width: 100%;
  max-width: 622px;
}
div.midori-life div.box-04 div.inner div p {
  width: 100%;
  margin: 0 auto 50px auto;
}

div.midori-life figure.mb-50{
  margin-bottom: 50px;
}

/* ---------- box-05 */

div.midori-life ul.box-05 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 80px auto;
}
div.midori-life ul.box-05 li {
  list-style: none;
  width: calc(96%/2);
  display: flex;
  flex-direction: column;
  
  background-color: #F6F3E7;
  border-radius: 20px;
  margin-bottom: 50px;
  padding: 30px 20px;
}

div.midori-life ul.box-05 li figure {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 16px auto;
}
div.midori-life ul.box-05 li figure img {
  border-radius: 20px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

div.midori-life ul.box-05 li p {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 20px auto;
}
div.midori-life ul.box-05 a.detail{
  margin-top: auto;
}


@media screen and (max-width: 1430px) { /* 1400+30 */

  div.midori-life figure.box-01 {
    width: 100%;
    padding: 0 14px;
  }

}
@media screen and (max-width: 1330px) { /* 1300+30 */

  div.midori-life div.box-04 {
    padding: 0 16px;
  }

}
@media screen and (max-width: 1180px) { /* 1150+30 */

  div.midori-life ul.box-05 {
    padding: 0 16px;
  }

}
@media screen and (max-width: 768px) {
  
  div.midori-life figure.box-01 {
    margin: 0 auto 40px auto;
  }

  div.midori-life div.box-02 {
    margin: 0 auto 40px auto;
  }
  
  div.midori-life ul.box-03 {
    padding: 0 16px;
  }
  div.midori-life ul.box-03 li {
    max-width: unset;
  }
  div.midori-life ul.box-03 li:first-child {
    margin: 0 auto 20px auto;
  }

  div.midori-life div.box-04 div.inner {
    flex-direction: column;
    max-width: 550px;
  }
  div.midori-life div.box-04 div.inner figure {
    margin: 0 auto 20px auto;
  }

  div.midori-life ul.box-05 li {
    width: calc(98%/2);
    padding: 20px 20px;
  }

  
}

@media screen and (max-width: 740px) { /* 710+30 */
  
  div.midori-life div.box-02 {
    padding: 0 16px;
  }
  
}

@media screen and (max-width: 650px) { /* 620+30 */
  
  div.midori-life div.box-03 {
    width: 100%;
    max-width: 620px;
    margin: 0 auto 0 auto;
  }

  div.midori-life ul.box-05 {
    max-width: unset;
  }
  div.midori-life ul.box-05 li {
    width: 100%;
    max-width: unset;
    margin: 0 auto 20px 0;
  }
  div.midori-life ul.box-05 li:last-child{
    margin-bottom: unset;
  }
  div.midori-life ul.box-05 li figure{
    max-width: 550px;
  }
  div.midori-life ul.box-05 li figure img{
    height: 240px;
  }
  div.midori-life ul.box-05 li p{
    max-width: 550px;
  }

  
}
@media screen and (max-width: 510px) {
  div.midori-life div.box-02 h2.first-color {
    font-size: 1.25em;
  }
  
  div.midori-life div.box-04 h2.first-color {
    font-size: 1.25em;
  }

  div.midori-life ul.box-05 li h3.first-color{
    font-size: 1.12em;
  }
  
}

/* || -------------------- entry-guide */
/* || -------------------- h2.first-color */

div.entry h2.first-color {
  font-size: 1.5em;
  text-align: left;
}

/* ---------- box-01 */

div.entry div.box-01 {
  width: 100%;
  max-width: 548px;
  margin: 0 auto 80px auto;
}
div.entry div.box-01 h2 {
  width: 100%;
  color: #91BF26;
  font-weight: 700;
  text-align: center;
  margin: 30px 0 10px 0;
}
div.entry div.box-01 p {
  width: 100%;
  font-weight: 700;
  text-align: center;
  font-size: 1.25em;
  line-height: 30px;
  margin: 0 0 30px 0;
}

/* ---------- box-02 */
div.entry div.box-02{
  width: 100%;
  max-width: 1308px;
  padding: 0 14px 0 14px;
  margin: 0 auto 50px;
}
div.entry div.box-02 h2.first-color{
  text-align: center;
  margin: 0 auto 50px;
}
div.entry div.box-02 span.hint{
  display: none;
}
div.entry div.box-02 table{
  border: 1px solid #CFC0B3;
  margin: 0 auto 20px;
}
div.entry div.box-02 table tr{
  border-bottom: 1px solid #CFC0B3;
}
div.entry div.box-02 table tr th{
  text-align: center;
  font-weight: 500;
  border-right: 1px solid #fff;
  background-color: #FF8D29;
  color: #fff;
  padding: 16px 0;
}
div.entry div.box-02 table tr th:last-child{
  border-right: unset;
}
div.entry div.box-02 table tr td{
  text-align: center;
  font-weight: 500;
  border-right: 1px solid #CFC0B3;
  padding: 16px 0;
}
div.entry div.box-02 table tr td br{
  display: none;
}
div.entry div.box-02 table tr td:first-of-type{
  width: calc(90% / 5);
  background-color: #F6F3E7;
}
div.entry div.box-02 table tr td:nth-of-type(n + 3){
  width: calc(90% / 5);
}
div.entry div.box-02 table tr td:last-child{
  border-right: unset;
}
div.entry div.box-02 p{
  font-weight: 500;
  line-height: 26px;

  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
div.entry div.box-02 p span{
  display: block;
  margin-right: 1em;
}

/* ---------- box-03 */
div.entry div.box-03{
  width: 100%;
  padding: 50px 14px 50px 14px;
  margin: 0 auto 50px;
  background-color: #F6F3E7;
}
div.entry div.box-03 h2.first-color{
  text-align: center;
  margin: 0 auto 20px;
}
div.entry div.box-03 div.type-1{
  width: 100%;
  max-width: 1280px;
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 30px 50px 30px;
  margin: 0 auto 50px;
}
div.entry div.box-03 div.type-1 > p{
  max-width: 640px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 auto 50px;
}
div.entry div.box-03 div.type-1 > p a{
  color: #6D5B4C;
  border-bottom: 1px solid #FF8D29;
}
div.entry div.box-03 div.flow{
  width: 100%;
  max-width: 1150px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  
  margin: 0 auto 50px;
}
div.entry div.box-03 div.flow div{
  width: 100%;
  max-width: 550px;
}
div.entry div.box-03 div.flow div h3{
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  margin: 0 auto 20px;
}
div.entry div.box-03 div.flow div ul li{
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;

  border: 1px solid #6D5B4C;
  border-radius: 10px;
  padding: 20px 20px;
  margin: 0 auto 36px;
}
div.entry div.box-03 div.flow div ul li.select{
  border: 2px solid #FF8D29;
}
div.entry div.box-03 div.flow div ul li:nth-child(2n){
  background-color: #F6F3E7;
}
div.entry div.box-03 div.flow div ul li:last-of-type{
  margin-bottom: unset;
}
div.entry div.box-03 div.flow div ul li::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;

  width: 16px;
  height: 16px;
  border: 8px solid #FF8D29;
  border-color: transparent #FF8D29 #FF8D29 transparent;
  transform: rotate(45deg);
}
div.entry div.box-03 div.flow div ul li:last-of-type:after{
  display: none;
}
div.entry div.box-03 div.flow div ul li div{
  width: calc(100% - 130px);
}
div.entry div.box-03 div.flow div ul li p.date{
  flex-shrink: 0;
  font-size: 1.12em;
  font-weight: bold;
}
div.entry div.box-03 div.flow div ul li > p.sched{
  width: calc(100% - 130px);
}
div.entry div.box-03 div.flow div ul li.select p.sched{
  color: #ec7104;
}
div.entry div.box-03 div.flow div ul li p.sched{
  font-size: 1.12em;
  font-weight: bold;
}
div.entry div.box-03 div.flow div ul li p.sched.mb-10{
  margin: 0 0 10px 0;
}
div.entry div.box-03 div.type-1 a.detail{
  max-width: 300px;
  margin: 0 auto 0;
}

div.entry div.box-03 div.type-2-3{
  width: 100%;
  max-width: 1280px;
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 30px 50px 30px;
  margin: 0 auto 0;
}
div.entry div.box-03 div.type-2-3 > div{
  width: 100%;
  max-width: 1150px;
  margin: 0 auto 0;
}
div.entry div.box-03 div.type-2-3 div.flow a {
  color: #ec7104;
  border-bottom: 1px solid #ec7104;
}
div.entry div.box-03 div.type-2-3 > div:first-of-type > p.text{
  max-width: 860px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 auto 50px;
}
div.entry div.box-03 div.type-2-3 div.flow span.note {
  color: #ec7104;
}
div.entry div.box-03 div.type-2-3 table.time {
  width: 100%;
  font-size: 1.12em;
  font-weight: bold;
  margin: 16px 0 0 0;
}

div.entry div.box-03 div.type-2-3 table.time th {
  width: auto;
  text-align: center;
  padding: 8px 16px 8px 16px;
}
div.entry div.box-03 div.type-2-3 table.time td {
  padding: 8px 16px 8px 16px;
  background-color: #FFFFFF;
}

div.entry div.box-03 div.type-2-3 h3{
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  margin: 0 auto 20px;
}

div.entry div.box-03 div.type-2-3 div.reason{
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;

  background-color: #F6F3E7;
  border-radius: 20px;
  padding: 30px 30px;
  margin: 0 auto 50px;
}
div.entry div.box-03 div.type-2-3 div.reason > p{
  width: 100%;
  font-weight: bold;
  margin: 0 auto 20px;
}
div.entry div.box-03 div.type-2-3 div.reason ul:first-of-type{
  width: 100%;
  max-width: 250px;
}
div.entry div.box-03 div.type-2-3 div.reason ul:last-of-type{
  width: calc(100% - 270px);
}
div.entry div.box-03 div.type-2-3 div.reason ul li{
  font-weight: 500;
  line-height: 30px;
  text-indent: -1em;
  padding-left: 1em;
}
div.entry div.box-03 div.type-2-3 div.reason ul li::before{
  content: '●';
  margin-right: 4px;
}

div.entry div.box-03 div.type-2-3 table{
  width: 100%;
  margin: 0 auto 50px;
  border: 1px solid #CFC0B3;
}
div.entry div.box-03 div.type-2-3 table tr:not(:last-child) {
  border-bottom: 1px solid #CFC0B3;
}
div.entry div.box-03 div.type-2-3 table tr th{
  width: 200px;
  white-space: nowrap;
  font-weight: 500;
  background-color: #FF8D29;
  color: #fff;
  padding: 16px 16px;
}
div.entry div.box-03 div.type-2-3 table tr td{
  font-weight: 500;
  padding: 16px 16px;
}
div.entry div.box-03 div.type-2-3 table tr td a{
  word-break: break-all;
  color: #6D5B4C;
}
/* div.entry div.box-03 div.type-2-3 div:last-of-type > p.text{
  max-width: 770px;
  font-weight: 500;
  margin: 0 auto 50px;
} */

div.entry div.box-03 div.type-2-3 div:last-of-type div.btn-box{
  width: 100%;
  max-width: 700px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 0;
}
div.entry div.box-03 div.type-2-3 div:last-of-type a.detail{
  max-width: 320px;
}
div.entry div.box-03 div.type-2-3 div:last-of-type a.detail::before{
  top: 38px;
}
div.entry div.box-03 div.type-2-3 div:last-of-type a.detail::after{
  top: 44px;
}
div.entry div.box-03 div.type-2-3 div:last-of-type a.detail span{
  display: block;
  font-size: 0.875em;
}

/* ---------- box-04 */
div.entry div.box-04{
  width: 100%;
  padding: 0 14px 0 14px;
  margin: 0 auto 80px;
}
div.entry div.box-04 div.inner{
  width: 100%;
  max-width: 1024px;
  display: flex;
  align-items: center;
  justify-content: space-between;

  background-color: #F6F3E7;
  border-radius: 20px;
  padding: 30px 30px;
  margin: 0 auto 0;
}
div.entry div.box-04 div.inner figure{
  width: 100%;
  max-width: 350px;
  margin: 0 20px 0 0;
}
div.entry div.box-04 div.inner div{
  width: 100%;
  max-width: 540px;
}
div.entry div.box-04 div.inner div h2.first-color{
  text-align: left;
  margin: 0 auto 20px;
}
div.entry div.box-04 div.inner div p{
  font-weight: 500;
  margin: 0 auto 50px;
}
div.entry div.box-04 div.inner div a.detail{
  max-width: 300px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 1280px) {
  div.entry div.box-03 div.flow div{
    width: 49%;
    max-width: unset;
  }
  div.entry div.box-03 div.flow div ul li > p.sched,
  div.entry div.box-03 div.flow div ul li div{
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  div.entry div.box-02 table tr td br{
    display: block;
  }
  div.entry div.box-02 span.hint{
    display: block;
    font-size: 0.85em;
    background-color: #FFEF88;
    text-align: center;
    padding: 6px;
  }
  div.entry div.box-02 div.table-scroll{
    overflow-x: scroll;
    margin-bottom: 10px;
  }
  div.entry div.box-02 div.table-scroll table{
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
  }
  div.entry div.box-02 div.table-scroll table tr td{
    padding: 10px 0;
  }

  div.entry div.box-03 div.type-1{
    padding: 50px 10px 50px 10px;
  }
  div.entry div.box-03 div.flow div h3{
    font-size: 1.12em
  }
  div.entry div.box-03 div.flow div ul li p.date{
    font-size: 1em;
  }
  div.entry div.box-03 div.flow div ul li p.sched{
    font-size: 1em;
  }

  div.entry div.box-03 div.type-2-3{
    padding: 50px 10px 50px 10px;
  }
  div.entry div.box-03 div.type-2-3 div:first-of-type > p.text{
    text-align: left;
  }
  div.entry div.box-03 div.type-2-3 div.reason{
    flex-direction: column;
    padding: 20px 10px;
  }
  div.entry div.box-03 div.type-2-3 div.reason ul:first-of-type{
    max-width: unset;
  }
  div.entry div.box-03 div.type-2-3 div.reason ul:last-of-type{
    width: 100%;
  }

  div.entry div.box-04 div.inner figure img{
    object-fit: cover;
    width: 100%;
    height: 230px;
  }
}
@media screen and (max-width: 680px){
  div.entry div.box-03 div.type-1 > p br.spNone{
    display: none;
  }
  div.entry div.box-03 div.flow div{
    width: 100%;
  }
  div.entry div.box-03 div.flow div:first-child{
    margin: 0 auto 50px;
  }

  div.entry div.box-03 div.type-2-3 table.time {
    font-size: 1em;
  }
  div.entry div.box-03 div.type-2-3 table tr th{
    display: block;
    width: 100%;
    border-right: unset;
    border-bottom: 1px solid #CFC0B3;
  }
  div.entry div.box-03 div.type-2-3 table tr td{
    display: block;
  }
  div.entry div.box-03 div.type-2-3 table tr td span{
    display: block;
  }
  div.entry div.box-03 div.type-2-3 div:last-of-type div.btn-box{
    flex-direction: column;
  }
  div.entry div.box-03 div.type-2-3 div:last-of-type div.btn-box a.detail:first-child{
    margin-bottom: 20px;
  }

  div.entry div.box-04 div.inner{
    flex-direction: column;
    padding: 20px 20px;
  }
  div.entry div.box-04 div.inner figure{
    margin: 0 auto 20px;
  }
  div.entry div.box-04 div.inner div{
    max-width: 350px;
  }
}
@media screen and (max-width: 578px) { /* 548+30 */
  div.entry div.box-01{
    padding: 0 14px;
    margin: 0 auto 50px auto;
  }
  div.entry div.box-01 p{
    font-size: 1.12em;
  }
  div.entry div.box-01 figure img{
    object-fit: cover;
    width: 100%;
    height: 8px;
  }
}
@media screen and (max-width: 510px) {
  div.entry h2.first-color{
    font-size: 1.25em;
  }
}
@media screen and (max-width: 375px) {
  div.entry div.box-03 div.flow div ul li p.sched,
  div.entry div.box-03 div.flow div ul li div{
    width: 100%;
  }
  div.entry div.box-03 div.flow div ul li p.date br{
    display: none;
  }
}


/* || -------------------- preschool */

/* ---------- box-01 */

div.preschool figure.box-01 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 50px auto;
}

/* ---------- box-02 */

div.preschool p.box-02 {
  width: 100%;
  max-width: 1180px;
  color: #FF8080;
  font-size: 1.8em;
  font-weight: 700;
  margin: 0 auto 20px auto;
}

/* ---------- box-03 */

div.preschool p.box-03 {
  width: 100%;
  max-width: 1180px;
  font-weight: 500;
  line-height: 26px;
  margin: 0 auto 50px auto;
}

/* ---------- box-04 */

div.preschool ul.box-04 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px auto;
  list-style: none;
}

div.preschool ul.box-04 li {
  width: 100%;
  max-width: 300px;
}

@media screen and (max-width: 1330px) { /* 1300+30 */

  div.preschool figure.box-01{
    padding: 0 14px;
  }
  div.preschool p.box-02 {
    padding: 0 16px;
  }
  div.preschool p.box-03 {
    padding: 0 16px;
  }

}
@media screen and (max-width: 1030px) { /* 1000+30 */

  div.preschool ul.box-04 {
    max-width: 740px;
    padding: 0 16px;
  }
  div.preschool ul.box-04 li {
    max-width: 230px;
  }

}
@media screen and (max-width: 1024px) {

  div.preschool p.box-02 {
    font-size: 1.5em;
  }

}
@media screen and (max-width: 768px) { /* 768 */

  div.preschool figure.box-01 {
    margin: 0 auto 40px auto;
  }
  div.preschool ul.box-04 li {
    max-width: unset;
    margin: 0 auto 20px auto;
  }
  div.preschool p.box-02 {
    font-size: 1.25em;
  }

}


/* || -------------------- midori-education */

/* || -------------------- a.detail */

div.midori-education div.box-01 a.detail {
  max-width: 300px;
  margin: auto auto 0 auto;
}

div.midori-education div.box-02 a.detail {
  max-width: 300px;
  margin: auto auto 0 auto;
}

div.midori-education div.box-03 a.detail {
  max-width: 300px;
  margin: auto auto 0 auto;
}

/* || -------------------- h2.first-color */
div.midori-education div.box-01 h2.first-color {
  font-size: 1.5em;
  text-align: left;
  margin: 0 auto 20px auto;
}

div.midori-education div.box-02 h2.first-color {
  font-size: 1.5em;
  text-align: center;
  margin: 0 auto 20px auto;
}

div.midori-education div.box-03 h2.first-color {
  font-size: 1.5em;
  text-align: left;
  margin: 0 auto 20px auto;
}

@media screen and (max-width: 1330px) { /* 1300+30 */

  div.midori-education div.box-01 h2.first-color {
    text-align: center;
  }

}

/* ---------- box-01 */

div.midori-education div.box-01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 50px auto;
}

div.midori-education div.box-01 div {
  width: 100%;
  max-width: 300px;
}

div.midori-education div.box-01 div p {
margin: 0 auto 30px auto;
}
div.midori-education div.box-01 div p {
  margin: 0 0 50px 0;
}

div.midori-education div.box-01 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 830px;
}
div.midori-education div.box-01 ul li {
  list-style: none;
  width: 100%;
  max-width: 400px;
}
div.midori-education div.box-01 ul li figure {
  width: 100%;
  margin: 0 auto 20px auto;
}
div.midori-education div.box-01 ul li figure img {
  width: 100%;
  border-radius: 20px;
}
div.midori-education div.box-01 ul li p:nth-of-type(1) {
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 auto 12px auto;
}


/* ---------- box-02 */

div.midori-education div.box-02 {
  width: 100%;
  background-color: #F6F3E7;
  padding: 40px 0;
}

div.midori-education div.box-02 div.inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 0 auto;
}

div.midori-education div.box-02 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto 50px auto;
}
div.midori-education div.box-02 ul li {
  list-style: none;
  width: 100%;
  max-width: 270px;
}
div.midori-education div.box-02 ul li figure {
  width: 100%;
}
div.midori-education div.box-02 ul li figure img {
  border-radius: 20px;
}

div.midori-education div.box-02 div.inner p {
  width: 100%;
  max-width: 690px;
  margin: 0 auto 30px auto;
}

/* ---------- box-03  */

div.midori-education div.box-03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 80px auto;
}

div.midori-education div.box-03 div {
  width: 100%;
  max-width: 300px;
}

div.midori-education div.box-03 div p {
  width: 100%;
  margin: 0 auto 50px auto;
}

div.midori-education div.box-03 figure {
  width: calc(100% - 370px);
  /* max-width: 930px; */
}
div.midori-education div.box-03 figure img {
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
}

@media screen and (max-width: 1330px) { /* 1300+30 */

  div.midori-education div.box-01 {
    padding: 0 16px;
  }
  div.midori-education div.box-01 div {
    max-width: unset;
    margin: 0 auto 30px auto;
  }
  div.midori-education div.box-01 div p {
    text-align: center;
  }
  div.midori-education div.box-01 ul {
    margin: 0 auto 0 auto;
  }

  div.midori-education div.box-02 div.inner {
    padding: 0 16px;
  }
  div.midori-education div.box-02 ul {
    justify-content: space-around;
  }
  div.midori-education div.box-02 ul li {
    width: 20%;
  }

  div.midori-education div.box-03 {
    padding: 0 16px; 
  }

}
@media screen and (max-width: 1024px) {
  div.midori-education div.box-01 ul li {
    width: 48%;
  }

  div.midori-education div.box-02 ul {
    max-width: 540px;
  }
  div.midori-education div.box-02 ul li {
    width: 44%;
  }
  div.midori-education div.box-02 ul li:nth-child(1) ,
  div.midori-education div.box-02 ul li:nth-child(2) {
    margin: 0 0 20px 0;
  }

  div.midori-education div.box-03 {
    flex-direction: column-reverse;
  }
  div.midori-education div.box-03 figure {
    width: 100%;
    max-width: 830px;
    margin: 0 auto 30px auto;
  }
  div.midori-education div.box-03 h2.first-color{
    text-align: center;
  }
}
@media screen and (max-width: 510px){
  div.midori-education div.box-01 h2.first-color {
    font-size: 1.25em;
  }
  
  div.midori-education div.box-02 h2.first-color {
    font-size: 1.25em;
  }
  
  div.midori-education div.box-03 h2.first-color {
    font-size: 1.25em;
  }
  div.midori-education div.box-01 ul li p:nth-of-type(1){
    font-size: 1.12em;
  }
  div.midori-education div.box-01 ul {
    flex-direction: column;
    align-items: center;
  }
  div.midori-education div.box-01 ul li{
    width: 100%;
  }
  div.midori-education div.box-01 ul li:nth-child(1) {
    margin: 0 auto 20px auto;
  }
}