@media screen and (max-width: 1600px) {
  #main-wrapper .background-wrapper .circle--dark {
    left: min(-150px, -3vw);
  }
}
@media screen and (max-width: 1300px) {
  #main-wrapper .background-wrapper .bird {
    max-width: 250px;
    top: 20px;
  }
  #motto .hope2 {
    margin-top: -4em;
  }
}
@media screen and (max-width: 1200px) {
  header {
    justify-content: space-between;
    -moz-column-gap: 0;
         column-gap: 0;
    padding: 0 1%;
  }
  .tel_box {
    width: min(250px, 100%);
  }
  #main-wrapper .background-wrapper .circle--dark {
    display: none;
  }
  #main-wrapper .background-wrapper .circle--light {
    display: none;
  }
  #main-wrapper .main_inner {
    padding: 0;
  }
  .container {
    padding: 2%;
  }
  #motto {
    background-color: #2b4e71;
  }
  #motto .motto {
    justify-self: center;
    padding-right: 0;
  }
  #motto .hope2 {
    grid-column: 1/4;
  }
  #purpose {
    border-radius: 0;
    height: 1000px;
    align-items: start;
    width: 100%;
  }
  #purpose .container .leaf {
    display: none;
  }
  footer .footer_inner {
    row-gap: 20px;
  }
  footer .footer_inner .f_nav {
    width: 100%;
  }
  footer .footer_inner .f_title_logo {
    width: 100%;
  }
  footer .footer_inner .f_info {
    justify-content: center;
  }
}
@media screen and (max-width: 1000px) {
  header {
    justify-content: space-between;
    -moz-column-gap: 0;
         column-gap: 0;
    padding: 0 2%;
  }
  main {
    padding-bottom: 0;
  }
  #top-wrapper {
    background-position: center 70px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: end;
  }
  #top-wrapper .slogan {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 60px;
    position: static;
    padding: 0 2%;
  }
  #top-wrapper .link {
    right: 40px;
  }
  #top_nav nav ul {
    flex-wrap: wrap;
    row-gap: 1em;
  }
  #top_nav nav ul li {
    width: 33.3333333333%;
  }
  #features {
    grid-template-rows: min(200px, 20vw) min(600px, 60vw);
  }
  #features .link_box {
    height: max(600px, 60vw);
  }
  #motto,
  #features,
  #purpose {
    padding: 0 2%;
  }
  #motto {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
  }
  #motto .container {
    grid-template-areas: none;
    grid-template-columns: repeat(2, minmax(0, auto));
    grid-template-rows: auto;
    grid-auto-rows: auto;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 40px;
    grid-auto-flow: dense;
  }
  #motto .motto {
    padding-left: 0;
  }
  #motto .motto ul {
    margin: auto;
  }
  #motto .portrait,
  #motto .link {
    grid-area: auto;
    grid-row: auto;
    grid-column: auto;
  }
  #motto .motto,
  #motto .children,
  #motto .hope,
  #motto .hope2 {
    grid-area: auto;
    grid-row: auto;
    grid-column: span 2;
    margin-top: 0;
  }
  #motto .hope2 {
    text-align: center;
  }
  #motto .children {
    justify-self: center;
    max-width: 100%;
  }
  #motto .portrait {
    margin-top: 0;
  }
  #motto .link {
    margin: auto;
  }
  #features {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  #features .container {
    grid-template-areas: "title" "f_up_box" "link_box";
    grid-template-columns: max(600px, 60vw);
    grid-template-rows: auto max(600px, 20vw);
    grid-auto-rows: max(600px, 20vw);
    row-gap: 40px;
    justify-self: center;
  }
  #features .f_up_box {
    height: max(600px, 60vw);
  }
  #features .f_1 {
    margin-left: 0;
    margin-top: 0;
  }
  #features .f_2 {
    margin-left: 0;
  }
  #purpose {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: auto 0;
  }
  footer {
    background-image: none;
    background-color: #fff;
    border-top: 20px solid #6699cc;
    position: static;
    height: auto;
    padding-top: 20px;
  }
  footer .footer_inner {
    position: static;
  }
  footer .copyright {
    position: relative;
  }
}
@media screen and (max-width: 800px) {
  #top_nav nav {
    display: none;
  }
  #top_nav nav:before,
  #top_nav nav:after {
    content: none;
  }
  .humburger_menu {
    display: block;
  }
  header {
    flex-flow: column;
    padding: 0 2%;
    height: min(160px, 30vw);
  }
  header .tel_box {
    justify-content: flex-start;
    padding-left: 10px;
    margin-top: 0;
  }
  header .tel_box .tel_span {
    text-align: left;
  }
  #motto .hope {
    padding: 40px;
  }
  #motto .hope ul {
    flex-flow: column;
    row-gap: 1em;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    text-align: center;
  }
  footer .copyright:before {
    content: none;
  }
}
@media screen and (max-width: 700px) {
  footer .footer_inner .site_title {
    text-align: center;
    color: #6699cc;
  }
  footer .footer_inner .f_title_logo {
    grid-template-columns: minmax(0, auto);
    justify-content: center;
  }
  footer .footer_inner .f_title_logo img {
    margin: auto;
  }
  footer .footer_inner .f_nav {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.4em;
    padding: 2%;
  }
  footer .footer_inner .f_nav ul {
    flex-wrap: wrap;
    row-gap: 0.5em;
  }
  footer .footer_inner .f_info {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 620px) {
  #top-wrapper {
    background-position: 65% 100px;
    height: 600px;
  }
  #top-wrapper .slogan p {
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  }
  #top-wrapper .slogan .pc_slogan {
    display: none;
  }
  #top-wrapper .slogan .phone_slogan {
    display: block;
    text-align: center;
  }
  #top-wrapper .slogan .phone_slogan h1 {
    font-size: 1.2em;
  }
  #top-wrapper .slogan .phone_slogan span {
    font-size: 1.6em;
  }
  #top-wrapper .link {
    display: none;
  }
  #motto .portrait,
  #motto .link {
    grid-column: span 2;
  }
  #features .container {
    grid-template-columns: minmax(0, 620px);
    grid-auto-rows: minmax(0, auto);
  }
  #features .link,
  #features .title {
    justify-self: center;
  }
  #features .f_up_box {
    grid-template-columns: minmax(0, 100%);
    width: 100%;
  }
  #features .f_up_box .f_1,
  #features .f_up_box .f_2 {
    justify-self: flex-start;
    margin-left: 2%;
  }
  #features .f_up_box .bird_2 {
    justify-self: center;
  }
  #features .link_box {
    height: auto;
  }
  #features .link_box .book,
  #features .link_box .soroban,
  #features .link_box .flower {
    display: none;
  }
  #features .f_1 {
    margin-left: 0;
  }
  #features .f_2 {
    margin-right: 0;
  }
  #purpose {
    border: none;
    padding-top: 40px;
  }
  footer {
    border-top: 20px solid #2b4e71;
  }
  footer .footer_inner .f_info {
    row-gap: 10px;
  }
  footer .footer_inner .f_info .tel_box {
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  header .tel_box {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .title_logo p {
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  }
  #top-wrapper {
    background-position: 65% 20px;
    height: 760px;
  }
  #top-wrapper .slogan .btn_box {
    display: grid;
    grid-template-columns: minmax(0, 100%);
    row-gap: 1em;
  }
  #top-wrapper .slogan .btn_box span {
    justify-self: center;
    width: 100%;
  }
  .title_logo {
    display: grid;
    grid-template-columns: minmax(0, auto);
    margin: auto;
    order: 2;
    color: #fff;
    text-align: center;
  }
  .title_logo a {
    grid-template-columns: minmax(0, auto);
    color: white;
  }
  .title_logo img {
    justify-self: center;
  }
  footer .footer_inner {
    padding: 0 2%;
  }
  footer .footer_inner .f_title_logo {
    order: initial;
  }
  footer .footer_inner .f_info {
    padding: 1% 2%;
  }
  #features .f_up_box .f_1,
  #features .f_up_box .f_2 {
    margin-left: 0;
  }
  #features .f_up_img {
    justify-self: center;
  }
}/*# sourceMappingURL=top_responsive.css.map */