@charset "UTF-8";
/* 文字コードの指定 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Roboto+Condensed:wght@300;400;700&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75;
  color: #000;
  background-color: #fff;
  min-width: auto;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0px 0px 0px;
}
@media (min-width: 769px) {
  body {
    min-width: 1040px;
  }
}

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

a {
  color: #000;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  opacity: 0.8;
}

ul,
ol {
  list-style: none;
}

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

p {
  margin-top: 0;
}

.pc-text {
  display: none;
}
@media (min-width: 768px) {
  .pc-text {
    display: block;
  }
}

sup {
  top: -1em;
  font-size: 60%;
}

.container {
  max-width: 112rem;
  padding: 0 2rem;
  margin: 0 auto;
  box-sizing: border-box;
}

.container-flex {
  display: flex;
  flex-direction: column;
  max-width: 112rem;
  padding: 0 2rem;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .container-flex {
    flex-direction: row;
  }
}

main {
  padding-top: 6.2rem;
}
@media (min-width: 768px) {
  main {
    padding-top: 7.6rem;
  }
}

@media (min-width: 768px) {
  .main {
    width: 70%;
  }
}

@media (min-width: 768px) {
  .sidebar {
    width: 30%;
    padding-left: 9rem;
    box-sizing: border-box;
  }
}

.section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .section-header {
    justify-content: unset;
  }
}

.section-title {
  margin: 0 0 2rem;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .section-title {
    margin-right: 2rem;
    margin-bottom: 5rem;
    font-size: 3.6rem;
  }
}

.view-all {
  font-weight: 500;
  color: #b19833;
}
.view-all .fas {
  margin-left: 0.5rem;
  font-size: 1.2rem;
}

.sidebar-title {
  margin: 0 0 3rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .sidebar-title {
    font-size: 2.4rem;
  }
}

/*pc sp switch*/
.pc {
  display: block !important;
}

span.pc {
  display: inline !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  span.pc,
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  span.sp {
    display: inline !important;
  }
}

/*共通*/
.fr.between {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
}

.fr.start {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
}

.fr.reverse {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.fr.wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fr.center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.fr.hcenter {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.fr.bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end !important;
  align-items: flex-end !important;
}

.fr.top {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important;
}

.ancer {
  position: absolute;
  top: -70px;
}
@media (min-width: 768px) {
  .ancer {
    top: -200px;
  }
}

section.soon .container {
  height: calc(100vh - 62px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  section.soon .container {
    height: calc(100vh - 76px);
    font-size: 5rem;
  }
}

.header {
  position: fixed;
  top: 0;
  display: block;
  z-index: 100;
  width: 100%;
  height: 7.6rem;
  padding: 0 0 0 0;
  background-color: #fff;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 7.6rem;
    padding: 0 0 0 0;
  }
}
.header .container {
  width: 100%;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  position: relative;
}
@media (min-width: 768px) {
  .header .container {
    width: 104rem;
  }
}

.logo {
  position: absolute;
  left: 20px;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .logo {
    padding: 0;
    top: 0;
    left: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .logo::before {
    content: "";
    display: block;
    position: absolute;
    left: calc(-1 * (100vw - 1040px) / 2);
    top: 0;
    height: 110px;
    width: calc((100vw - 1040px) / 2);
    background-color: #fff;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .logo::after {
    content: "";
    display: block;
    position: absolute;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 34px 25px 0 0;
    border-color: #fff transparent transparent transparent;
  }
}
.logo img {
  width: auto;
  height: 55px;
}

.nav-button {
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 2.5rem;
  cursor: pointer;
}
.nav-button span {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/icon-bar.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .nav-button {
    display: none;
  }
}

.close-button {
  position: fixed;
  right: 1rem;
  top: 1rem;
  width: 2.2rem;
  height: 2.2rem;
  cursor: pointer;
}
.close-button span {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/icon-close.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .close-button {
    display: none;
  }
}

.sp-nav {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  overflow: auto;
  padding: 2.4rem 0 4rem;
  font-size: 2.4rem;
  text-align: center;
  background-color: #4680a3;
}
.sp-nav dl {
  color: #fff;
}
.sp-nav .footer-info {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sp-nav-top {
  padding: 1rem 2.4rem;
}
.sp-nav-top a {
  text-align: left;
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.sp-nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sp-nav-list > li {
  text-align: left;
  margin-bottom: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1.5rem 2.4rem 0;
}
.sp-nav-list > li a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.sp-nav-list > li a img {
  width: 120px;
  height: auto;
}
.sp-nav-list li.haschild a.active i:before {
  content: "\f0dd";
}
.sp-nav-list li.haschild .submenu {
  display: none;
}
.sp-nav-list .submenu {
  padding: 0 0 0 2rem;
}
.sp-nav-list .submenu li {
  padding: 1.5rem 0 0;
}
.sp-nav-list .submenu li a {
  font-size: 1.3rem;
}
.sp-nav-list .submenu li a i {
  margin-right: 5px;
  font-size: 1.2rem;
}

.pc-nav {
  display: none;
}
@media (min-width: 768px) {
  .pc-nav {
    display: block;
    height: 76px;
  }
}

.pc-nav-list {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.pc-nav-list li {
  margin: 0 0 0 0;
}
.pc-nav-list li a {
  padding: 0 1.2rem;
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
}
.pc-nav-list li a:last-child {
  padding: 0 0 0 2.5rem;
}
.pc-nav-list li a img {
  width: 140px;
  height: auto;
}

.cta {
  padding: 0.5rem 1rem 0.5rem 0rem;
  position: fixed;
  display: block;
  width: calc(100% - 4.8rem);
  left: 2.4rem;
  bottom: 0;
  line-height: 1.5;
  color: #000;
  text-align: center;
  background-color: #c4b280;
  border: 2px solid #fff;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  box-shadow: 2px 2px 13px -3px rgba(0, 0, 0, 0.6);
  font-weight: 500;
}
@media (min-width: 768px) {
  .cta {
    padding: 1.5rem 2.3rem 1.5rem 4rem;
    left: auto;
    bottom: auto;
    right: 0;
    top: 7.6rem;
    width: 23.7rem;
    border: 3px solid #fff;
    border-right: 0;
    border-radius: 0;
    border-bottom-left-radius: 2.5rem;
  }
}
.cta ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .cta ul {
    display: block;
  }
}
.cta ul li {
  padding: 5px 0 5px 2rem;
}
@media (min-width: 768px) {
  .cta ul li {
    width: auto;
    padding: 5px 0;
  }
}
.cta ul a {
  margin: 0 1rem;
  display: inline-block;
  font-size: 1.4rem;
  position: relative;
  white-space: nowrap;
}
.cta ul a::before {
  position: absolute;
  left: -1.5rem;
  content: "\25b6";
}
@media (min-width: 768px) {
  .cta ul a {
    display: block;
    font-size: 1.7rem;
  }
  .cta ul a:hover {
    opacity: 0.8;
  }
  .cta ul a::before {
    position: absolute;
    left: -2.2rem;
  }
}

.cover {
  padding-top: 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cover .carousel {
  margin-bottom: 0;
  display: flex;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cover .carousel {
    padding-bottom: 0;
  }
}
.cover .carousel > div {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 60.3125%;
}
@media (min-width: 768px) {
  .cover .carousel > div {
    padding: 0;
    background-position: center;
    height: 67.4rem;
  }
}
.cover .carousel > div.s1 {
  background-image: url(../images/top/sp-main.jpg);
}
@media (min-width: 768px) {
  .cover .carousel > div.s1 {
    background-size: auto 100%;
    background-image: url(../images/top/main.jpg);
  }
}
.cover .title {
  background-color: #3490bf;
  text-align: center;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .cover .title {
    padding: 0;
    transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
    top: 55%;
    background-color: transparent;
  }
}
.cover .cover-title {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .cover .cover-title {
    font-size: 6rem;
    font-weight: bold;
    text-shadow: 3px 3px 0px #4680a3, -3px 3px 0px #4680a3, 3px -3px 0px #4680a3,
      -3px -3px 0px #4680a3, 3px 0px 0px #4680a3, 0px 3px 0px #4680a3,
      -3px 0px 0px #4680a3, 0px -3px 0px #4680a3;
    /* 文字の影 */
  }
}
.cover .cover-discription {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .cover .cover-discription {
    font-size: 4.8rem;
  }
}

.page-education .cover .title {
  background-color: #13a742;
}

@media (min-width: 768px) {
  .page-education .cover .title {
    background-color: transparent;
  }
}

.page-education .cover .cover-title {
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
}
.page-education .cover .cover-title span {
  display: block;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .page-education .cover .cover-title span {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .page-education .cover .cover-title {
    font-size: 6rem;
    color: #13a742;
    text-shadow: none;
    text-shadow: 2px 2px 0px #fff, -2px 2px 0px #fff, 2px -2px 0px #fff,
      -2px -2px 0px #fff, 2px 0px 0px #fff, 0px 2px 0px #fff, -2px 0px 0px #fff,
      0px -2px 0px #fff;
    /* 文字の影 */
  }
}

.page-education .cover .carousel > div.s1 {
  background-image: url("../images/education/sp-main-education.jpg");
}
@media (min-width: 768px) {
  .page-education .cover .carousel > div.s1 {
    background-image: url("../images/education/main-education.jpg");
  }
}

.page-faq .cover2 {
  height: 10rem;
  text-align: center;
  background-size: cover;
  background-image: url(../images/faq/sp-bg.png);
  padding: 2rem 0 0;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .page-faq .cover2 {
    padding-top: 11rem;
    background-size: auto 100%;
    height: 27rem;
    background-image: url(../images/faq/bg.png);
    margin-bottom: 12.5rem;
  }
}
.page-faq .cover2 .title p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .page-faq .cover2 .title p {
    font-size: 1.8rem;
    line-height: 1;
    margin-top: 2.5rem;
  }
}
.page-faq .cover2 .cover-title {
  font-size: 2.4rem;
  margin: 0;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  text-shadow: 1px 1px 0px #4680a3, -1px 1px 0px #4680a3, 1px -1px 0px #4680a3,
    -1px -1px 0px #4680a3, 1px 0px 0px #4680a3, 0px 1px 0px #4680a3,
    -1px 0px 0px #4680a3, 0px -1px 0px #4680a3;
}
@media (min-width: 768px) {
  .page-faq .cover2 .cover-title {
    font-size: 6.4rem;
    text-shadow: 3px 3px 0px #4680a3, -3px 3px 0px #4680a3, 3px -3px 0px #4680a3,
      -3px -3px 0px #4680a3, 3px 0px 0px #4680a3, 0px 3px 0px #4680a3,
      -3px 0px 0px #4680a3, 0px -3px 0px #4680a3;
  }
}

/* Banner */
.wbg .banner-pc {
  padding: 0 0 65px 0 !important;
}

.banner-pc {
  padding: 32px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.banner-sp {
  display: none;
}

.banner-pc .banner-container {
  height: 120px;
  padding: 5px;
  background: #065332;
  width: 100%;
  width: 994px;
}

.banner-pc .banner-container .top-banner {
  display: flex;
  align-items: center;
  background: url(../images/education/background-banner.png) no-repeat;
  position: relative;
  z-index: 0;
  background-size: cover;
}

.banner-pc .banner-container .logo-banner {
  height: 82.19px;
  width: 262px;
  z-index: 2;
  position: absolute;
  background: url(../images/education/logo-ecc-education.png) no-repeat;
  background-size: cover;
}

.banner-pc .banner-container .logo-banner img {
  height: 262px;
  height: 82.19px;
}

.banner-pc .banner-container .top-banner .content-banner {
  width: 100%;
  height: 82.19px;
}

.banner-pc .banner-container .top-banner .content-banner .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: rgba(0, 161, 86, 0.8);
  right: 0;
}

.banner-pc .banner-container .top-banner .content-banner .group-text {
  width: calc(100% - 262px);
  height: 100%;
  position: absolute;
  z-index: 2;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 18px;
}

.banner-pc
  .banner-container
  .top-banner
  .content-banner
  .group-text
  .group-text-1,
.banner-pc
  .banner-container
  .top-banner
  .content-banner
  .group-text
  .group-text-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-pc
  .banner-container
  .top-banner
  .content-banner
  .group-text
  .group-text-1 {
  color: #fff;
  font-size: 24px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 72px;
  margin-left: 13px;
}

.banner-pc
  .banner-container
  .top-banner
  .content-banner
  .group-text
  .group-text-1
  .text-rectangle {
  position: relative;
}

.banner-pc
  .banner-container
  .top-banner
  .content-banner
  .group-text
  .group-text-1
  .text-rectangle
  span:first-child {
  font-size: 48px !important;
  line-height: 72px;
}

.banner-pc
  .banner-container
  .top-banner
  .content-banner
  .group-text
  .group-text-1
  .text-rectangle
  span:not(:first-child, :last-child) {
  margin: 0 16px 0 8px;
}

.banner-pc
  .banner-container
  .top-banner
  .content-banner
  .group-text
  .group-text-1
  .text-rectangle::after {
  content: " ";
  position: absolute;
  width: 387px;
  height: 8px;
  background: #fff23f;
  left: -0.2em;
  bottom: 0.5em;
}

.banner-pc
  .banner-container
  .top-banner
  .content-banner
  .group-text
  .group-text-1
  .text-rectangle
  span {
  text-shadow: 0px 0px 0px 0px #fff23f;
  font-size: 24px !important;
}
.banner-pc
  .banner-container
  .top-banner
  .content-banner
  .group-text
  .group-text-2 {
  flex-direction: column;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 0px 0px #000;
  font-size: 18px;
  font-family: "Yu Gothic";
  font-weight: 700;
  line-height: 25.2px;
}

.banner-pc .bottom-banner {
  width: 100%;
  height: 100%;
}

.banner-pc .bottom-banner .text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 16px;
  height: 31px;
}

.banner-pc .bottom-banner .text span {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: "Yu Gothic";
  font-weight: 700;
  margin: 0 4px;
  line-height: 46px;
}

.banner-pc .bottom-banner .text .vector-banner {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 16px;
}

@media screen and (max-width: 1080px) {
  .banner-pc {
    display: none;
  }

  .wbg .banner-sp {
    margin-top: -16px;
    padding: 0 0 40px 0 !important;
  }

  .banner-sp {
    padding: 16px 0;
    display: block;
  }

  .banner-sp .banner-container {
    margin: 0 auto;
    border: 2px solid #065332;
    padding: 3px;
    position: relative;
    width: 324px;
    z-index: 0;
    background: url(../images/education/background-banner-sp.png) no-repeat;
    background-size: cover;
    height: 91px;
  }

  .banner-sp .banner-container .overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 161, 86, 0.8);
    top: 0;
    left: 0;
  }

  .banner-sp .banner-container .left-banner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .banner-sp .banner-container .left-banner .logo-banner {
    width: 86px;
    height: 100%;
    background: url(../images/education/banner-logo-sp.png) no-repeat;
    background-size: cover;
  }

  .banner-sp .banner-container .left-banner .content-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .banner-sp .banner-container .left-banner .content-banner .group-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .banner-sp
    .banner-container
    .left-banner
    .content-banner
    .group-text
    .content {
    color: #065332;
    font-size: 9.277px;
    font-family: "Yu-Gothic";
    font-weight: 700;
    line-height: 12.988px;
    border-radius: 2.337px;
    background: #fff;
    width: 224px;
    padding: 3.054px 6.109px;
    margin-bottom: 12px;
  }

  .banner-sp
    .banner-container
    .left-banner
    .content-banner
    .group-text
    .title::after {
    content: " ";
    position: absolute;
    bottom: 0;
    width: 224px;
    height: 5px;
    background: #fff23f;
  }

  .banner-sp .banner-container .left-banner .content-banner .group-text .title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 5px;
  }

  .banner-sp
    .banner-container
    .left-banner
    .content-banner
    .group-text
    .title
    .main-title {
    color: #fff;
    font-size: 28.403px;
    font-family: Noto Sans JP;
    font-weight: 700;
    line-height: 42.605px;
  }

  .banner-sp
    .banner-container
    .left-banner
    .content-banner
    .group-text
    .title
    .sub-title {
    bottom: -0.45em;
    font-size: 14px;
    color: #fff;
    line-height: 42.605px;
  }

  .banner-sp .banner-container .right-bottom-banner {
    position: absolute;
    right: -1px;
    bottom: -2px;
    z-index: 2;
    color: #fff;
    text-align: center;
    font-size: 7.59px;
    font-family: YuGothic;
    font-weight: 700;
    line-height: 7.59px;
    display: inline-flex;
    padding: 3.3px 6.6px;
    background: #065332;
    align-items: center;
    justify-content: center;
  }

  .banner-sp .banner-container .right-bottom-banner .text {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner-sp .vector-banner {
    margin-left: 3px;
  }
}

/* End banner */

.container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /*max-width: 104rem;*/
  width: auto;
  padding: 0 2.4rem;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .container {
    flex-direction: column;
    align-items: center;
    width: 104rem;
    padding: 0 2rem;
  }
}

.footarea {
  padding: 5rem 0 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .footarea {
    padding: 14.7rem 0 10rem;
  }
}
.footarea .note {
  display: inline-block;
  margin: 0 2.4rem 3rem;
}
@media (min-width: 768px) {
  .footarea .note {
    margin: 0 2.4rem 3rem;
  }
}
.footarea .note p {
  text-align: left;
  text-indent: -1em;
  margin-left: 1em;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .footarea .note p {
    line-height: 1.8;
    font-size: 1.6rem;
  }
}
.footarea .note p.noindent {
  text-indent: 0;
  margin-left: 0;
}
.home .footarea {
  padding: 0 0 3rem;
}
@media (min-width: 768px) {
  .home .footarea {
    padding: 0 0 10rem;
  }
}
.footarea .menulist {
  margin: 0;
  padding: 0;
}
.footarea .menulist li {
  text-align: center;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .footarea .menulist li {
    margin: 0 0 40px;
  }
}
.footarea .menulist li a.btn {
  display: inline-block;
  width: 27rem;
  height: 5rem;
  line-height: 4.6rem;
  color: #000;
  text-align: center;
  background-color: #c4b280;
  border: 2px solid #fff;
  border-radius: 2.5rem;
  box-shadow: 2px 2px 13px -3px rgba(0, 0, 0, 0.6);
  font-weight: 500;
}
@media (min-width: 768px) {
  .footarea .menulist li a.btn {
    width: 70rem;
    height: 10rem;
    line-height: 9.6rem;
    border-radius: 5rem;
    font-size: 3.6rem;
    border: 3px solid #fff;
    box-shadow: 2px 2px 13px -3px rgba(0, 0, 0, 0.6);
  }
}
.footarea .menulist li:first-child {
  display: block;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footarea .menulist li:first-child {
    margin-bottom: 4.5rem;
    display: flex;
    justify-content: center;
  }
}
.footarea .menulist li:first-child a {
  display: inline-block;
  margin: 0 0 1.5rem;
}
@media (min-width: 768px) {
  .footarea .menulist li:first-child a {
    margin: 0 1.7rem;
  }
}
.footarea .menulist li:first-child a img {
  width: 156px;
  height: auto;
}
@media (min-width: 768px) {
  .footarea .menulist li:first-child a img {
    width: auto;
  }
}
.footarea > p {
  margin-top: 0px;
  text-align: center;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .footarea > p {
    font-size: 2.5rem;
  }
}
.footarea .banner {
  padding: 0px 0 0px;
  text-align: center;
}
@media (min-width: 768px) {
  .footarea .banner {
    padding: 30px 0 0px;
  }
}
.footarea .banner img {
  width: 180px;
  height: auto;
}
@media (min-width: 768px) {
  .footarea .banner img {
    width: 360px;
  }
}
@media (min-width: 768px) {
  .footarea .banner {
    padding: 30px 0 0px;
  }
}
.footarea h3 {
  width: 100%;
  margin: 3rem 0 2rem;
  display: inline-block;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1;
  padding-bottom: 1.8rem;
  text-align: center;
  position: relative;
}
.footarea h3::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: block;
  content: "";
  height: 1px;
  background-color: #808080;
  width: 6.48rem;
}
@media (min-width: 768px) {
  .footarea h3::before {
    width: 13.8rem;
  }
}
.footarea h3::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #808080;
}
@media (min-width: 768px) {
  .footarea h3::after {
    width: 20px;
    height: 20px;
    bottom: -10px;
  }
}
@media (min-width: 768px) {
  .footarea h3 {
    margin: 9rem 0 5rem;
    font-size: 4.8rem;
    padding-bottom: 3.58rem;
  }
}

.footer {
  padding: 0;
  font-size: 1.4rem;
}

.copyright {
  padding: 0;
  text-align: center;
  color: #fff;
  line-height: 3rem;
  height: 10rem;
  background-color: #4680a3;
}
.copyright p {
  margin: 0;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .copyright {
    height: 6.2rem;
    line-height: 6.2rem;
    font-size: 1.6rem;
  }
  .copyright p {
    font-size: 1.8rem;
  }
}

#page-top {
  position: fixed;
  z-index: 10;
  bottom: 70px;
  right: 5px;
  font-size: 12px;
}
@media (min-width: 768px) {
  #page-top {
    bottom: 80px;
    right: 15px;
  }
}

#page-top a {
  width: 37px;
  height: 37px;
  text-decoration: none;
  padding: 0px;
  display: block;
  background-repeat: no-repeat;
  background-image: url("../images/top.svg");
  background-size: 37px 37px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #page-top a {
    width: 86px;
    height: 86px;
    background-size: 86px 86px;
  }
}

.modaal-container {
  background: #fbcd5b;
  max-width: 90rem;
  box-shadow: 4px 4px 15px 10px rgba(0, 0, 0, 0.2);
}
.page-education .modaal-container {
  /*		background-position: bottom center;
		background-size: 100% auto;
		background-image:url(../images/education/sp-popup2.jpg);
	*/
}
.modaal-wrapper.pop1w .modaal-container {
  background-position: bottom center;
  background-size: 100% auto;
  background-image: url(../images/education/sp-popup2.jpg);
}
@media (min-width: 768px) {
  .modaal-wrapper.pop2w .modaal-container {
    height: 106.2rem;
  }
  .modaal-wrapper.pop1w .modaal-container {
    height: 166.2rem;
  }
}

.modaal-content-container {
  padding: 0;
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 90rem;
  border-radius: 0;
  cursor: auto;
  background: none;
  background-color: #fbcd5b;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: auto;
}
.modaal-content-container .pop2 {
  width: 100%;
  padding-top: 117.4074074074074%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/top/sp-popup.jpg);
}
.modaal-content-container .pop1 {
  width: 100%;
  padding-top: 190%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/education/sp-popup2.jpg);
}
@media (min-width: 768px) {
  .modaal-content-container {
    background-size: 90rem 106.2rem;
    width: 90rem;
    height: 106.2rem;
    padding: 0 !important;
    background-size: cover !important;
    background-position: top center !important;
  }
  .modaal-content-container .pop2 {
    background-size: 90.2rem 106.2rem;
    height: 106.2rem;
    background-image: url(../images/top/popup.jpg);
  }
  .modaal-content-container .pop1 {
    background-size: 90rem 166.2rem;
    width: 90rem;
    height: 166.2rem;
    background-image: url(../images/education/popup2.jpg);
  }
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  background: none !important;
}

.closearea {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 35px;
  height: 35px;
}
@media (min-width: 768px) {
  .closearea {
    width: 45px;
    height: 45px;
    right: 20px;
    top: 20px;
  }
}
.closearea .closebtn {
  display: block;
  cursor: pointer;
  width: 35px;
  height: 35px;
}
@media (min-width: 768px) {
  .closearea .closebtn {
    width: 45px;
    height: 45px;
  }
}

.modaal-close {
  display: none;
}

.jumpmenu {
  display: none;
}
@media (min-width: 768px) {
  .jumpmenu {
    display: block;
    position: fixed;
    left: 0;
    top: 178px;
    background-color: rgba(19, 167, 66, 0.7);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 136px;
    height: 287px;
  }
}
.jumpmenu ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.jumpmenu ul li {
  border-top: 1px solid #fff;
  height: 33%;
}
.jumpmenu ul li:first-child {
  border-top: none;
}
.jumpmenu ul li a {
  height: 100%;
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
  display: flex;
  align-items: center;
  padding-left: 25px;
  font-size: 18px;
  background: url(../images/arrow-down.svg) no-repeat calc(100% - 20px) center;
  background-size: 13px 13px;
}

/*# sourceMappingURL=style.css.map */
