@charset "UTF-8";
/*--------------------------------
Reset CSS
--------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

a {
  text-decoration: none;
}

ul li {
  list-style-type: none;
}

/* 緑背景 */
/* 白背景通常緑枠 */
/* 白背景オレンジ枠 */
/* 虫眼鏡 */
/* バスとバス停 */
/* 全国 */
/* メニュー */
/* 右向き */
/* green */
/* white */
/* orange */
/* gray */
/* 上向き */
/* green */
/* white */
/* 下向き */
/* green */
/* white */
header .safety-label {
  padding: 0 0 8px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  header .safety-label {
    background-color: #c2c7cf;
    padding: 12px 0;
    border-bottom: unset;
  }
}
header .safety-label .safety-link {
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  header .safety-label .safety-link {
    padding-left: 20px;
    padding-bottom: 0;
  }
}
header .safety-label .safety-link .safety-text {
  text-align: left;
  color: #333333;
  font-weight: normal;
  font-size: 13px;
  position: relative;
  width: 336px;
  margin: 0 auto;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  header .safety-label .safety-link .safety-text {
    width: 365px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
}
header .safety-label .safety-link .safety-text:after {
  position: absolute;
  content: "";
  background-image: url(/img/shared/common/window_gray.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  display: block;
  top: -3px;
  right: 10px;
}
@media screen and (min-width: 768px) {
  header .safety-label .safety-link .safety-text:after {
    background-image: url(/img/shared/common/window_white.png);
    top: -2px;
    right: 0;
  }
}
header nav {
  width: 100%;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  header nav {
    height: 64px;
  }
}
@media screen and (min-width: 768px) {
  header nav {
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  header nav .header_submenu_pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  header nav .header_submenu_pc {
    width: 100%;
    transform: none;
    margin-top: 0;
    background-color: #f5f5f5;
    color: #666666;
    font-size: 12px;
    height: 70px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
  }
  header nav .header_submenu_pc ul {
    width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    line-height: 3;
  }
  header nav .header_submenu_pc ul li a {
    color: #666666;
    padding: 0 1em;
    border-bottom: none;
    line-height: 20px;
  }
  header nav .header_submenu_pc ul li a:hover {
    background-color: transparent;
  }
  header nav .header_submenu_pc ul li:last-child {
    border-left: #e3e3e3 1px solid;
  }
}
@media screen and (min-width: 768px) {
  header nav .wide-cover {
    background: #FFFFFF;
    position: fixed;
    z-index: 999;
    left: 50%;
    transform: translate(-50%);
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  header nav .wide-cover .main_area {
    width: 100%;
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  header nav .wide-cover .main_area {
    max-width: 960px;
    margin: 10px 20px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
  }
  header nav .wide-cover .main_area::after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 960px) {
  header nav .wide-cover .main_area {
    width: 960px;
    margin: 10px auto 0 auto;
    position: initial;
  }
}
@media screen and (max-width: 767px) {
  header nav .wide-cover .main_area .drawer .Toggle {
    display: block;
    position: absolute;
    width: 26px;
    height: 28px;
    cursor: pointer;
    z-index: 12;
    right: 20px;
    top: 16px;
  }
  header nav .wide-cover .main_area .drawer .Toggle::after {
    content: "MENU";
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    bottom: -10px;
    left: -3px;
  }
  header nav .wide-cover .main_area .drawer .Toggle span {
    display: block;
    position: absolute;
    width: 26px;
    border-bottom: solid 3px #00a61c;
    transition: 0.35s ease-in-out;
    border-radius: 5px;
  }
  header nav .wide-cover .main_area .drawer .Toggle span:nth-child(1) {
    top: 0;
  }
  header nav .wide-cover .main_area .drawer .Toggle span:nth-child(2) {
    top: 8px;
  }
  header nav .wide-cover .main_area .drawer .Toggle span:nth-child(3) {
    top: 16px;
  }
}
@media screen and (min-width: 768px) {
  header nav .wide-cover .main_area .drawer .Toggle {
    display: none;
  }
}
header nav .wide-cover .main_area .drawer .toggle_footer_menu_active {
  display: none;
  position: absolute;
  width: 26px;
  height: 28px;
  cursor: pointer;
  z-index: 5;
  right: 20px;
  top: 16px;
}
@media screen and (max-width: 767px) {
  header nav .wide-cover .main_area .drawer .Toggle.active::after,
  header nav .wide-cover .main_area .drawer .toggle_footer_menu_active::after {
    content: "CLOSE";
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    left: -4px;
  }
  header nav .wide-cover .main_area .drawer .Toggle.active span:nth-child(1),
  header nav .wide-cover .main_area .drawer .toggle_footer_menu_active span:nth-child(1) {
    top: 8px;
    transform: rotate(-45deg);
  }
  header nav .wide-cover .main_area .drawer .Toggle.active span:nth-child(2), header nav .wide-cover .main_area .drawer .Toggle.active span:nth-child(3),
  header nav .wide-cover .main_area .drawer .toggle_footer_menu_active span:nth-child(2),
  header nav .wide-cover .main_area .drawer .toggle_footer_menu_active span:nth-child(3) {
    top: 8px;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  header nav .wide-cover .main_area #logo {
    max-width: 144px;
    margin: 10px;
  }
}
header nav .wide-cover .main_area #logo a {
  display: block;
}
@media screen and (max-width: 767px) {
  header nav .wide-cover .main_area #logo a img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  header nav .wide-cover .main_area #logo a img {
    width: 144px;
    height: 53px;
  }
}
@media screen and (max-width: 767px) {
  header nav .wide-cover .main_area .header_submenu_sp {
    display: block;
    text-align: right;
    background-color: #f5f5f5;
    min-height: 100vh;
  }
  header nav .wide-cover .main_area .header_submenu_sp ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 16px 120px 16px;
    font-size: 0.85em;
  }
  header nav .wide-cover .main_area .header_submenu_sp ul li a {
    display: block;
    margin: 10px 6px;
    color: #666666;
  }
}
@media screen and (min-width: 768px) {
  header nav .wide-cover .main_area .header_submenu_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header nav .wide-cover .main_area .header_menu {
    text-align: center;
    background-color: #fff;
    transition: 0.5s ease; /*滑らかに表示*/
    transform: translateX(-105%); /*左に隠しておく*/
    font-size: 16px;
    position: absolute;
    width: 100%;
    top: -10px;
    z-index: 2;
  }
  header nav .wide-cover .main_area .header_menu.open {
    transform: translateX(0%);
    z-index: 11;
    min-height: 100vh;
  }
  header nav .wide-cover .main_area .header_menu .drawer .Toggle {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  header nav .wide-cover .main_area .header_menu {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  header nav .wide-cover .main_area .header_menu .menu_box {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  header nav .wide-cover .main_area .header_menu .menu_box {
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  header nav .wide-cover .main_area .header_menu .menu_box li:nth-child(1) a {
    background-image: url("/img/common/icon/icon_kindergarten.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 18px;
    background-position: 14px 50%;
    background-size: 40px;
  }
  header nav .wide-cover .main_area .header_menu .menu_box li:nth-child(2) a {
    background-image: url("/img/common/icon/icon_curriculum.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 18px;
    background-position: 18px 50%;
    background-size: 30px;
  }
  header nav .wide-cover .main_area .header_menu .menu_box li:nth-child(3) a {
    background-image: url("/img/common/icon/icon_voice.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 18px;
    background-position: 19px 50%;
    background-size: 30px;
  }
  header nav .wide-cover .main_area .header_menu .menu_box li:nth-child(4) a {
    background-image: url("/img/top/ttl_media.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 18px;
    background-position: 18px 50%;
    background-size: 32px;
  }
  header nav .wide-cover .main_area .header_menu .menu_box li:nth-child(5) a {
    background-image: url("/img/common/icon/icon_qa.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 18px;
    background-position: 18px 50%;
    background-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  header nav .wide-cover .main_area .header_menu .menu_box li a {
    display: flex;
    align-items: center;
    font-weight: bold;
    padding: 16px;
    border-bottom: 1px solid #ccc;
    color: #333;
    text-decoration: none;
    justify-content: space-between;
  }
  header nav .wide-cover .main_area .header_menu .menu_box li a::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("/img/common/icon/icon_arrow.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) and (max-width: 366px) {
  header nav .wide-cover .main_area .header_menu .menu_box li a {
    padding: 12px;
  }
}
@media screen and (max-width: 767px) {
  header nav .wide-cover .main_area .header_menu .menu_box li a::after {
    width: 8px;
    height: 8px;
    background-position: 95% 50%;
  }
  header nav .wide-cover .main_area .header_menu .menu_box li a div {
    margin-left: 50px;
    font-size: 15px;
  }
  header nav .wide-cover .main_area .header_menu .menu_box li a div span {
    display: block;
    font-weight: normal;
    font-size: 0.8em;
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 366px) {
  header nav .wide-cover .main_area .header_menu .menu_box li a div span {
    font-size: 0.7em;
  }
}
@media screen and (min-width: 768px) {
  header nav .wide-cover .main_area .header_menu .menu_box li a {
    padding: 0 1em;
    border-bottom: none;
    color: #333333;
    font-weight: bold;
    display: block;
  }
  header nav .wide-cover .main_area .header_menu .menu_box li a span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header nav .wide-cover .main_area .header_menu .menu_btn_pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header nav .wide-cover .main_area .header_menu .menu_btn {
    background-color: #f5f5f5;
    padding: 16px;
    margin-top: 70px;
    display: flex;
    justify-content: space-around;
    float: none;
    flex-wrap: wrap;
  }
}
header nav .wide-cover .main_area .header_menu .menu_btn .btn {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #00a61c;
  border: 2px solid #00a61c;
  display: block;
  border-width: 1px;
}
header nav .wide-cover .main_area .header_menu .menu_btn .btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 366px) {
  header nav .wide-cover .main_area .header_menu .menu_btn .btn {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  header nav .wide-cover .main_area .header_menu .menu_btn .btn {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00a61c;
    color: #fff;
    border: 2px solid #00a61c;
    border-radius: 5px;
    height: 28px;
    padding: 0 10px;
    font-size: 13px;
  }
  header nav .wide-cover .main_area .header_menu .menu_btn .btn:hover {
    background-color: #22b43a;
    border-color: #22b43a;
  }
}
@media screen and (max-width: 767px) {
  header nav .wide-cover .main_area .header_menu .menu_btn li {
    width: 46%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  header nav .wide-cover .main_area .header_menu .menu_btn li.safety-label {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  header nav .wide-cover .main_area .header_menu .menu_btn li:nth-of-type(2) {
    margin-right: 10px;
  }
}
header nav .wide-cover .main_area .header_menu .menu_btn li a {
  padding: 8px 0 12px 0;
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 767px) {
  header nav .wide-cover .main_area .header_menu .menu_btn li a .icon_access::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("/img/common/icon/icon_access.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  header nav .wide-cover .main_area .header_menu .menu_btn li a .icon_access::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("/img/common/icon/icon_access_w.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
}
header nav .wide-cover .main_area .header_menu .menu_btn li a .icon_access::after {
  display: block;
}
@media screen and (max-width: 767px) {
  header nav .wide-cover .main_area .header_menu .menu_btn li a .icon_access::after {
    margin: 4px auto;
    width: 18px;
    height: 18px;
  }
}
@media screen and (min-width: 768px) {
  header nav .wide-cover .main_area .header_menu .menu_btn li a .icon_access::after {
    width: 13px;
    height: 13px;
    margin-right: 4px;
  }
}
@media screen and (max-width: 767px) {
  header nav .wide-cover .main_area .header_menu .menu_btn li a .icon_infosession::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("/img/common/icon/icon_infosession.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  header nav .wide-cover .main_area .header_menu .menu_btn li a .icon_infosession::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("/img/common/icon/icon_infosession_w.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
}
header nav .wide-cover .main_area .header_menu .menu_btn li a .icon_infosession::after {
  display: block;
}
@media screen and (max-width: 767px) {
  header nav .wide-cover .main_area .header_menu .menu_btn li a .icon_infosession::after {
    margin: 4px auto;
    width: 30px;
    height: 18px;
  }
}
@media screen and (min-width: 768px) {
  header nav .wide-cover .main_area .header_menu .menu_btn li a .icon_infosession::after {
    width: 25px;
    height: 12px;
    margin-right: 6px;
  }
}
@media screen and (min-width: 768px) {
  header nav .wide-cover .main_area .header_menu .menu_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    float: right;
    margin-top: 3px;
  }
}
@media screen and (min-width: 768px) {
  header nav .wide-cover .main_area .header_menu .menu_btn .menu_btn_sp {
    display: none;
  }
}

.footer_menu_area {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer_menu_area {
    border-top: 1px solid #c3c3c3;
    padding: 20px 3%;
    width: 94%;
  }
}
@media screen and (min-width: 768px) {
  .footer_menu_area {
    width: 94%;
    padding: 30px 3% 40px 3%;
    border-top: 2px solid #00a61c;
  }
}
@media screen and (min-width: 768px) and (min-width: 960px) {
  .footer_menu_area {
    width: 100%;
    padding: 30px 0 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .footer_menu_area .footer_menu_box {
    display: flex;
    max-width: 960px;
    margin: 0 auto;
    align-items: center;
  }
}
.footer_menu_area .footer_menu_box nav {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer_menu_area .footer_menu_box nav {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .footer_menu_area .footer_menu_box nav {
    margin-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .footer_menu_area .footer_menu_box nav ul {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .footer_menu_area .footer_menu_box nav ul li {
    line-height: 2;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .footer_menu_area .footer_menu_box nav ul li {
    line-height: 1.8;
  }
}
.footer_menu_area .footer_menu_box nav ul li a {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer_menu_area .footer_menu_box nav ul li a {
    color: #666666;
    background-image: url("/img/common/icon/icon_arrow.svg");
    background-repeat: no-repeat;
    background-position: 3% 50%;
    background-size: 18px;
    background-position: 10px 50%;
    background-size: 6px;
    padding-left: 24px;
  }
}
@media screen and (min-width: 768px) {
  .footer_menu_area .footer_menu_box nav ul li a {
    color: #00a61c;
  }
}
@media screen and (min-width: 768px) {
  .footer_menu_area .footer_menu_box nav ul:nth-child(1), .footer_menu_area .footer_menu_box nav ul:nth-child(2) {
    margin-right: 64px;
  }
}
.footer_menu_area .footer_logo {
  width: 216px;
}
@media screen and (max-width: 767px) {
  .footer_menu_area .footer_logo {
    display: none;
  }
}

footer {
  display: inline-block;
  width: 100%;
  background-color: #00a61c;
  text-align: center;
  position: relative;
  /* トップへ戻る */
}
footer ul {
  position: relative;
  padding-top: 16px;
  align-items: center;
  margin: 0 auto;
  display: flex;
  width: 960px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer ul {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 333px;
  }
}
@media screen and (min-width: 768px) {
  footer ul {
    width: 960px;
  }
}
@media screen and (max-width: 767px) {
  footer ul li {
    text-align: left;
    margin-top: 8px;
  }
}
footer ul li a {
  color: #fff;
  margin: 10px;
  font-size: 13px !important;
}
@media screen and (max-width: 767px) {
  footer ul li:nth-child(2) a, footer ul li:nth-child(3) a {
    margin: 4px;
    padding-left: 8px;
    border-left: solid 1px;
  }
}
@media screen and (max-width: 767px) {
  footer #btn_footer,
  footer .btn_footer {
    display: none !important;
  }
}
footer .copy {
  display: block;
  color: #fff;
  margin: 16px;
  font-size: 10px;
}
footer .btn_footer {
  width: 46px;
  height: 46px;
  border-radius: 46px;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00a61c;
  position: fixed;
  right: 30px;
  bottom: 40px;
  cursor: pointer;
  transition: 0.3s;
  opacity: 1;
  z-index: 3;
}
footer .btn_footer span::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/img/common/icon/icon_arrow_w.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  transform: rotateZ(-90deg);
  width: 12px;
  height: 12px;
}
footer .btn_footer:hover {
  background-color: #22b43a;
  transform: scale(1.1, 1.1);
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .footer_sp_btm_menu {
    background-color: #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    z-index: 3;
  }
}
@media screen and (min-width: 768px) {
  .footer_sp_btm_menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer_sp_btm_menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E5EFDF;
  }
  .footer_sp_btm_menu ul li {
    width: 25%;
    text-align: center;
    height: 72px;
  }
  .footer_sp_btm_menu ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    width: 100%;
    height: 100%;
    color: #333333;
    padding-top: 14px;
  }
  .footer_sp_btm_menu ul li a span {
    display: block;
    margin: 6px 0;
  }
  .footer_sp_btm_menu ul li a.icon_infosession_bg {
    color: #ffffff;
  }
  .footer_sp_btm_menu ul li:nth-child(1) {
    background-image: url("/img/common/icon/icon_infosession_w_bg.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 18px;
    background-position: 50% 16px;
    background-size: 38px;
  }
  .footer_sp_btm_menu ul li:nth-child(2) {
    background-image: url("/img/common/icon/icon_access.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 18px;
    background-position: 50% 11px;
    background-size: 22px;
  }
  .footer_sp_btm_menu ul li:nth-child(3) {
    background-image: url("/img/common/icon/icon_enrolment.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 18px;
    background-position: 50% 12px;
    background-size: 42px;
  }
  .footer_sp_btm_menu ul li:nth-child(4) {
    background-image: url("/img/common/icon/icon_menu.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 18px;
    background-position: 50% 13px;
    background-size: 24px;
  }
  .footer_sp_btm_menu ul li:first-child {
    background-color: #fd7722;
  }
}

@media screen and (max-width: 767px) {
  .menu_active {
    opacity: 1;
    visibility: visible;
  }
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  color: #333333;
}
@media screen and (max-width: 366px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  body {
    min-width: 960px;
  }
}

#pankuzu {
  width: 100%;
  margin: 4px 0 20px;
  background-color: #f5f5f5;
  font-size: 12px;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #pankuzu {
    padding: unset;
    margin-bottom: 0;
    margin-top: 40px;
  }
}
#pankuzu ul {
  width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#pankuzu ul li::after {
  content: ">";
  display: inline-block;
  margin: 0 4px;
  color: #c7c7c7;
}
#pankuzu ul li:last-child::after {
  content: none;
}
#pankuzu ul li a {
  color: #00a61c;
  border-bottom: none;
  line-height: 20px;
  text-decoration: underline;
}
#pankuzu ul li a:hover {
  opacity: 0.8;
}

.con_area,
.subcon_area,
.detail_con_area {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .con_area .con_bg,
  .con_area .detail_con_bg,
  .subcon_area .con_bg,
  .subcon_area .detail_con_bg,
  .detail_con_area .con_bg,
  .detail_con_area .detail_con_bg {
    width: 100%;
    padding: 10px 0 0 0;
  }
}
@media screen and (min-width: 960px) {
  .con_area .con_bg,
  .con_area .detail_con_bg,
  .subcon_area .con_bg,
  .subcon_area .detail_con_bg,
  .detail_con_area .con_bg,
  .detail_con_area .detail_con_bg {
    max-width: 1400px;
    min-width: 960px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .con_area .detail_con_bg,
  .subcon_area .detail_con_bg,
  .detail_con_area .detail_con_bg {
    padding-top: 50px;
  }
}
.con_area .con_box,
.subcon_area .con_box,
.detail_con_area .con_box {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .con_area .con_box,
  .subcon_area .con_box,
  .detail_con_area .con_box {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .con_area .con_box,
  .subcon_area .con_box,
  .detail_con_area .con_box {
    padding: 0 3%;
    width: 94%;
  }
}
@media screen and (min-width: 960px) {
  .con_area .con_box,
  .subcon_area .con_box,
  .detail_con_area .con_box {
    width: 960px;
    margin: 0 auto;
    padding: 0;
  }
}

.con_area {
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .subcon_area {
    padding: 40px 0 30px 0;
  }
}
@media screen and (min-width: 768px) {
  .subcon_area {
    padding: 60px 0 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .detail_con_area {
    padding: 0 0 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .detail_con_area {
    padding: 0 0 100px 0;
  }
}

.con_main_txt {
  text-align: left;
  line-height: 1.7;
  margin: 30px 0 50px;
}

.con_right_txt,
.con_left_txt {
  text-align: left;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .con_right_txt,
  .con_left_txt {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .con_right_txt,
  .con_left_txt {
    margin-left: 50px;
  }
}

@media screen and (min-width: 768px) {
  .con_left_txt {
    margin-right: 50px;
    margin-left: 0;
  }
}

.con_top_txt {
  text-align: left;
  line-height: 1.7;
  margin-top: 40px;
}

.btn_point a {
  padding: 15px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00a61c;
  color: #fff;
  border: 2px solid #00a61c;
}
.btn_point a:hover {
  background-color: #22b43a;
  border-color: #22b43a;
}
.btn_point a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/img/common/icon/icon_arrow_w.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .btn_point {
    width: 76%;
  }
}
@media screen and (min-width: 768px) {
  .btn_point {
    max-width: 320px;
  }
}

.btn_white a {
  padding: 15px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #00a61c;
  border: 2px solid #00a61c;
}
.btn_white a:hover {
  opacity: 0.8;
}
.btn_white a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/img/common/icon/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .btn_white {
    width: 76%;
  }
}
@media screen and (min-width: 768px) {
  .btn_white {
    max-width: 320px;
  }
}

.btn_important {
  width: 100%;
}
.btn_important a {
  padding: 10px;
  position: relative;
  text-decoration: none !important;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #ff7700;
  border: 2px solid #ff7700;
  font-weight: bold;
}
.btn_important a:hover {
  opacity: 0.8;
}
.btn_important a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/img/common/icon/icon_arrow_o.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .btn_important {
    width: 76%;
  }
}
@media screen and (min-width: 768px) {
  .btn_important {
    max-width: 320px;
  }
}

.btn_point,
.btn_white,
.btn_important {
  position: relative;
  margin: 0 auto;
}
.btn_point a,
.btn_white a,
.btn_important a {
  display: block;
  text-align: center;
}
.btn_point a::after,
.btn_white a::after,
.btn_important a::after {
  position: absolute;
  right: 16px;
  width: 8px;
  height: 8px;
  top: 40%;
}

.addtxt,
.addtxt_l,
.addtxt_s {
  text-align: center;
}
.addtxt img,
.addtxt_l img,
.addtxt_s img {
  width: auto;
}
@media screen and (max-width: 366px) {
  .addtxt img,
  .addtxt_l img,
  .addtxt_s img {
    height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .addtxt img,
  .addtxt_l img,
  .addtxt_s img {
    height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .addtxt img,
  .addtxt_l img,
  .addtxt_s img {
    height: 37px;
  }
}
.addtxt span,
.addtxt_l span,
.addtxt_s span {
  display: block;
  color: #00a61c;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: 1px;
}
@media screen and (max-width: 366px) {
  .addtxt span,
  .addtxt_l span,
  .addtxt_s span {
    font-size: 15px;
  }
}

.addtxt_l img {
  width: auto;
}
@media screen and (max-width: 366px) {
  .addtxt_l img {
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .addtxt_l img {
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .addtxt_l img {
    height: 47px;
  }
}

.addtxt_s img {
  width: auto;
}
@media screen and (min-width: 768px) {
  .addtxt_s img {
    height: 27px;
  }
}

.h2_addicon .h2_icon,
.addicon_s .h2_icon {
  display: block;
  margin-bottom: 16px;
}
.h2_addicon img,
.addicon_s img {
  width: auto;
}
@media screen and (max-width: 366px) {
  .h2_addicon img,
  .addicon_s img {
    height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .h2_addicon img,
  .addicon_s img {
    height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .h2_addicon img,
  .addicon_s img {
    height: 37px;
  }
}

.addicon_s img {
  width: auto;
}
@media screen and (min-width: 768px) {
  .addicon_s img {
    height: 27px;
  }
}

.h2_addicon_insta_base .h2_icon {
  display: block;
  margin-bottom: 16px;
}
.h2_addicon_insta_base img {
  width: auto;
}
@media screen and (max-width: 366px) {
  .h2_addicon_insta_base img {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .h2_addicon_insta_base img {
    height: 34px;
  }
}
@media screen and (min-width: 768px) {
  .h2_addicon_insta_base img {
    height: 46px;
  }
}

.sub_ttl {
  font-weight: bold;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .sub_ttl {
    line-height: 1.7;
  }
  .sub_ttl span {
    display: block;
  }
}
@media screen and (max-width: 767px) and (max-width: 366px) {
  .sub_ttl {
    font-size: 14px;
  }
}

.page_link_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .page_link_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .page_link_btn {
    max-width: 960px;
    margin: 0 20px;
  }
}
@media screen and (min-width: 960px) {
  .page_link_btn {
    width: 960px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .page_link_btn li {
    width: 48%;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .page_link_btn li {
    width: 23%;
  }
}
.page_link_btn li a {
  padding: 15px;
  position: relative;
}
.page_link_btn li a::after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 8px !important;
  height: 8px !important;
}
@media screen and (max-width: 767px) {
  .page_link_btn li:nth-child(1) a, .page_link_btn li:nth-child(4) a, .page_link_btn li:nth-child(5) a {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00a61c;
    color: #fff;
    border: 2px solid #00a61c;
  }
  .page_link_btn li:nth-child(1) a:hover, .page_link_btn li:nth-child(4) a:hover, .page_link_btn li:nth-child(5) a:hover {
    background-color: #22b43a;
    border-color: #22b43a;
  }
  .page_link_btn li:nth-child(1) a::after, .page_link_btn li:nth-child(4) a::after, .page_link_btn li:nth-child(5) a::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("/img/common/icon/icon_arrow_w.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    transform: rotateZ(90deg);
  }
  .page_link_btn li:nth-child(2) a, .page_link_btn li:nth-child(3) a {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #00a61c;
    border: 2px solid #00a61c;
  }
  .page_link_btn li:nth-child(2) a:hover, .page_link_btn li:nth-child(3) a:hover {
    opacity: 0.8;
  }
  .page_link_btn li:nth-child(2) a::after, .page_link_btn li:nth-child(3) a::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("/img/common/icon/icon_arrow.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    transform: rotateZ(90deg);
  }
  .page_link_btn li:nth-child(1) a, .page_link_btn li:nth-child(3) a, .page_link_btn li:nth-child(5) a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
  }
  .page_link_btn li:nth-child(2) a, .page_link_btn li:nth-child(4) a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
  }
}
@media screen and (min-width: 768px) {
  .page_link_btn li:nth-child(odd) a {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00a61c;
    color: #fff;
    border: 2px solid #00a61c;
  }
  .page_link_btn li:nth-child(odd) a:hover {
    background-color: #22b43a;
    border-color: #22b43a;
  }
  .page_link_btn li:nth-child(odd) a::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("/img/common/icon/icon_arrow_w.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    transform: rotateZ(90deg);
  }
  .page_link_btn li:nth-child(even) a, .page_link_btn li:nth-child(5) a {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #00a61c;
    border: 2px solid #00a61c;
  }
  .page_link_btn li:nth-child(even) a:hover, .page_link_btn li:nth-child(5) a:hover {
    opacity: 0.8;
  }
  .page_link_btn li:nth-child(even) a::after, .page_link_btn li:nth-child(5) a::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("/img/common/icon/icon_arrow.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    transform: rotateZ(90deg);
  }
}
@media screen and (min-width: 768px) {
  .page_link_btn li:nth-child(5) {
    padding-top: 20px;
  }
}

.mtop8 {
  margin-top: 8px;
}

.mtop16 {
  margin-top: 16px;
}

.mtop24 {
  margin-top: 24px;
}

.mtop50 {
  margin-top: 50px;
}

.mbottom8 {
  margin-bottom: 8px;
}

.color_point {
  color: #00a61c;
}

.color_caution,
.txt_caution {
  color: #cc6633;
}

.txt_caution {
  margin: 20px 0;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  #spContents, .spContents {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  #spContents, .spContents {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  #pcContents, .pcContents {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  #pcContents, .pcContents {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .nopc {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .nopc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .nosp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .nosp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .br_nopc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .br_nopc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .br_nosp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .br_nosp {
    display: block;
  }
}

.cf:after,
.cf:before {
  content: "";
  display: block;
  clear: both;
}

.cf {
  display: block;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.con_notice {
  font-size: 14px;
  text-align: left;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .con_notice {
    font-size: 16px;
    margin: 8px 16px;
    display: block;
  }
}
@media screen and (max-width: 767px) and (max-width: 366px) {
  .con_notice {
    font-size: 14px;
  }
}

.bottom_line {
  border-bottom: 10px solid #f5f5f5;
}

.register-block {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .register-block {
    width: 960px;
    margin: 0 auto;
    padding: 0;
  }
}
.register-block .text {
  font-size: 12px;
  text-align: left;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .register-block .text {
    font-size: 14px;
  }
}
