@charset "UTF-8";
/*
Theme Name: HARU LP var.2
Theme URI:
Description: HARU LP var.2
Version: 1.0
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.5;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

body {
  font-family: "Zen Maru Gothic", serif;
  scroll-behavior: smooth;
  font-weight: 500;
  background-color: #FFFEF6;
  color: #333333;
}

a {
  text-decoration: none;
  color: #222222;
}
a:hover {
  opacity: 0.9;
  transition: 0.3s;
}

p, a, span, strong {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  p, a, span, strong {
    font-size: 14px;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
img {
  max-width: 100%;
}

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
}

#wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 20px 20px 0px;
  display: flex;
  justify-content: space-between;
  flex-flow: column-reverse;
}

.btn {
  display: flex;
  max-width: 280px;
  height: 55px;
  border: 2px solid #A5CD2E;
  background-color: white;
  padding: 5px 10px;
  align-items: center;
  justify-content: center;
  color: #F5CF02;
  position: relative;
  border-radius: 5px;
}
@media screen and (max-width: 1000px) {
  .btn {
    font-size: 14px;
  }
}
.btn::after {
  content: "";
  position: absolute;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  background-color: #BED1AA;
  border-radius: 5px;
  top: 3px;
  left: 3px;
  z-index: -1;
}
.btn:hover {
  opacity: 1;
  top: 5px;
  left: 5px;
}
.btn:hover::after {
  background-color: transparent;
}

.breadcrumb {
  margin-bottom: 30px !important;
  background-color: #f4f4f4;
  padding: 4px 20px 5px 20px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb ul {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
.breadcrumb ul li {
  display: inline;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .breadcrumb ul li {
    font-size: 12px;
  }
}
.breadcrumb ul li a {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .breadcrumb ul li a {
    font-size: 12px;
  }
}
.breadcrumb ul li + li:before {
  content: ">";
  margin: 0 5px 0 8px;
}

.privacy-policy header {
  display: none;
}

header {
  position: fixed;
  z-index: 5000;
  left: 50px;
  top: 50px;
}
@media screen and (max-width: 1000px) {
  header {
    left: 30px;
    top: 30px;
  }
}
@media screen and (max-width: 500px) {
  header {
    background-color: #FFFEF6;
    left: 0;
    right: 0;
    height: 60px;
    top: 0;
    display: flex;
    align-items: flex-end;
  }
}
header .hdrContent {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 7px;
  border-radius: 10px;
}
@media screen and (max-width: 500px) {
  header .hdrContent {
    padding: 0px;
    background-color: transparent;
  }
}
header .hdrContent .logoImg {
  display: flex;
  max-width: 500px;
  height: max-content;
}
@media screen and (max-width: 1000px) {
  header .hdrContent .logoImg {
    max-width: 80px;
  }
}
@media screen and (max-width: 767px) {
  header .hdrContent .logoImg {
    width: 60px;
  }
}
header .hdrContent .logoImg img {
  width: 100px;
}
header .hdrContent .hdrBtn {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  header .hdrContent .hdrBtn {
    margin-right: 10px;
  }
}
header .hdrContent .hdrBtn .telBtn {
  position: relative;
  background-color: #094A80;
  border-radius: 5px;
  color: white;
  display: flex;
  gap: 7px;
  padding: 0 25px 0px 20px;
  line-height: 1;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  header .hdrContent .hdrBtn .telBtn {
    display: none;
  }
}
header .hdrContent .hdrBtn .telBtn::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  width: 0;
  height: 0;
  /* 矢印アイコンの位置を設定 */
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%); /* translateYのみ */
}
header .hdrContent .hdrBtn .telBtn img {
  width: 11px;
}
header .hdrContent .hdrBtn .telBtn-sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  header .hdrContent .hdrBtn .telBtn-sp {
    display: flex;
    background-color: #094A80;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }
  header .hdrContent .hdrBtn .telBtn-sp img {
    width: 15px;
  }
}
header .gNav .nav_child {
  display: none;
}
@media screen and (min-width: 768px) {
  header .gNav .nav_child {
    margin-top: 7px;
    position: absolute;
    max-width: 220px;
  }
  header .gNav .nav_child li a {
    padding: 10px 20px;
    color: white;
    background-color: #464646;
    display: block;
    font-size: 15px;
  }
}
header .gNav ul {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 1300px) {
  header .gNav ul {
    gap: 15px;
    width: max-content;
  }
}
header .gNav ul li a {
  position: relative;
  font-size: 15px;
}
header .gNav ul li a::after {
  /*アンダーラインのスタイル*/
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  background-color: #F5CF02;
  bottom: -15px;
  left: 0;
  /*幅を0に設定*/
  width: 0;
  /*アニメーションの速度設定*/
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .gNav ul li a:hover::after {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  header .gNav ul li a::after {
    content: unset;
  }
}
header .gNav ul li a.current {
  position: relative;
}
header .gNav ul li a.current::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  height: 2px;
  background-color: #00053A;
}
header .gNav ul li .btn_parent {
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  header {
    /* グローバルナビゲーション(SP)  */
  }
  header .gNav ul {
    display: unset;
  }
  header .gNav ul li a.current {
    position: unset;
  }
  header .gNav ul li a.current::after {
    content: unset;
  }
  header #nav_global {
    position: relative;
    z-index: 1001;
  }
  header #nav_global dt {
    position: fixed;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    color: white;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #F5CF02;
    border-radius: 0px 0 0px 10px;
  }
  header #nav_global dt #btn_navcon {
    position: absolute;
    z-index: 1001;
    top: 17px;
    right: 12px;
    width: 30px;
    cursor: pointer;
  }
  header #nav_global dt ul {
    width: auto;
    height: 23px;
    list-style: none;
    margin: 0 auto 6px;
  }
  header #nav_global dt ul li {
    width: auto;
    height: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: white;
    margin: 0 0 6px;
  }
  header #nav_global dt.is_active {
    width: 380px;
    height: 100vh;
    border-radius: 0;
  }
  header #nav_global dt.is_active li:nth-child(2) {
    opacity: 0;
  }
  header #nav_global dt.is_active li {
    -webkit-transform: translatey(8px) rotate(45deg);
    transform: translatey(8px) rotate(45deg);
  }
  header #nav_global dt.is_active li:nth-child(3) {
    -webkit-transform: translatey(-10px) rotate(-45deg);
    transform: translatey(-10px) rotate(-45deg);
  }
  header #nav_global dd {
    position: fixed;
    top: 95px;
    right: -380px;
    width: 380px;
    height: 100vh;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    overflow: visible;
    font-family: YakuHanJP, "Noto Sans Bold", sans-serif;
    letter-spacing: 0.1em;
    color: white;
  }
  header #nav_global dd ul {
    position: relative;
    z-index: 1001;
    width: auto;
    list-style: none;
  }
  header #nav_global dd ul li {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-bottom: 1px solid white;
    font-size: 15px;
  }
  header #nav_global dd ul li a, header #nav_global dd ul li span {
    display: block;
    width: auto;
    cursor: pointer;
    padding: 22px;
    color: white;
    font-weight: bold;
  }
  header #nav_global dd ul a.is_current, header #nav_global dd ul a:hover, header #nav_global dd ul span.is_current, header #nav_global dd ul span:hover {
    background-color: #F5CF02;
    mix-blend-mode: multiply;
  }
  header #nav_global dd ul a:after, header #nav_global dd ul span:after {
    float: right;
    font-family: FontAwesome;
    font-weight: bold;
  }
  header #nav_global dd ul span:after {
    content: "\f107";
  }
  header #nav_global dd .btn_parent {
    cursor: pointer;
  }
  header #nav_global dd .btn_parent.is_open_2 {
    color: white;
    background-color: #F5CF02;
  }
  header #nav_global dd .btn_parent.is_open_2:after {
    content: "\f106";
  }
  header #nav_global dd ul.nav_child {
    display: none;
    width: auto;
    background-color: #88c848;
  }
  header #nav_global dd ul.nav_child li {
    border-top: 1px solid #ddd;
    border-bottom: none;
  }
  header #nav_global dd ul.nav_child a {
    padding: 15px 42px 15px 50px;
  }
  header #nav_global dd > ul:first-child {
    padding-bottom: 100px;
  }
  header #nav_global dd.is_open {
    right: 0;
    opacity: 1;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  header #nav_global dd.is_open::-webkit-scrollbar {
    display: none;
  }
}

/* トップへ戻るボタン */
#page_top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  background: #F5CF02;
  color: #fff;
  transition: 0.3s;
  width: 50px;
  height: 50px;
  font-size: 11px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  letter-spacing: 1px;
  z-index: 50;
  border-radius: 5px;
}
#page_top img {
  width: 20px;
}
#page_top:hover {
  background: #009d9d;
}

.btm-fix {
  position: fixed;
  bottom: 0;
  left: 0px;
  z-index: 2000;
  display: flex;
  align-items: center;
  flex-flow: column;
  width: calc(100% - 40px);
  background-color: rgba(0, 0, 0, 0.65);
  height: auto;
  padding: 10px 20px 20px;
}
.btm-fix p {
  position: relative;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  color: white;
  margin-bottom: 5px;
}
.btm-fix p::after, .btm-fix p::before {
  content: "";
  position: relative;
  display: inline-block;
  background: #F5CF02;
  width: 3px;
  height: 20px;
  margin: 0 20px;
  margin-top: -0.2em;
  vertical-align: middle;
  border-radius: 50px;
}
.btm-fix p::after {
  transform: rotate(30deg);
}
.btm-fix p::before {
  transform: rotate(-30deg);
}
.btm-fix a {
  position: relative;
  font-size: 22px;
  max-width: 450px;
  width: calc(100% - 80px);
  background-color: #D87583;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .btm-fix a {
    font-size: 19px;
  }
}
.btm-fix a::after {
  content: "";
  position: absolute;
  border: 3px solid #333333;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 10px;
  top: 5px;
  left: 5px;
}

.sidebar a {
  color: #222222;
}

.mainVisual {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .mainVisual {
    position: relative;
    top: 60px !important;
    display: block;
    padding: 38vw 0;
    margin-bottom: 50px;
    margin-top: 30px;
  }
}
.mainVisual .mainVisual-mainImg {
  width: 70%;
  height: 770px;
  border-radius: 0 0 200px 0;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .mainVisual .mainVisual-mainImg {
    height: 73vw;
    border-radius: 0 0 150px 0;
  }
}
@media screen and (max-width: 500px) {
  .mainVisual .mainVisual-mainImg {
    height: 73vw;
    border-radius: 0;
    width: 100%;
  }
}
.mainVisual .mainVisual-mainImg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mainVisual .mainVisual-sub {
  margin-left: -90px;
  margin-right: 50px;
  display: flex;
  flex-flow: column;
  gap: 20px;
  max-width: 430px;
}
@media screen and (max-width: 1000px) {
  .mainVisual .mainVisual-sub {
    margin-left: -40px;
    margin-right: 20px;
    max-width: 340px;
    gap: 10px;
    width: 42vw;
  }
}
@media screen and (max-width: 500px) {
  .mainVisual .mainVisual-sub {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: unset;
    width: 75vw;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .mainVisual .mainVisual-sabImg {
    position: absolute;
    bottom: 0;
  }
}

main .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 130px 20px 0;
}
@media screen and (max-width: 1000px) {
  main .container {
    padding: 90px 20px 0;
  }
}
main .container .section-header {
  position: relative;
  font-size: 33px;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 50px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main .container .section-header {
    font-size: 28px;
  }
}
main .container .section-header::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 5px;
  background-color: #F5CF02;
  border-radius: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
@media screen and (max-width: 500px) {
  main .point {
    margin-top: 100px;
  }
}
main .point .container {
  max-width: 1200px;
}
main .point .container .point-set {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  main .point .container .point-set {
    flex-flow: wrap;
    justify-content: center;
    gap: 100px 30px;
  }
}
@media screen and (max-width: 767px) {
  main .point .container .point-set {
    gap: 70px 30px;
  }
}
main .point .container .point-set .point-item {
  border-radius: 50px;
  border: 3px solid #333333;
  width: 100%;
  padding: 0 20px 50px;
}
@media screen and (max-width: 1000px) {
  main .point .container .point-set .point-item {
    max-width: 330px;
    border-radius: 40px;
  }
}
main .point .container .point-set .point-item img {
  background-color: #FFFEF6;
  padding: 0px 40px;
  margin: auto;
  display: flex;
  margin-top: -60px;
  margin-bottom: 40px;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  main .point .container .point-set .point-item img {
    width: 80px;
    height: 80px;
    margin-top: -64px;
    padding: 20px;
    margin-bottom: 10px;
  }
}
main .point .container .point-set .point-item p {
  font-size: 18px;
  text-align: center;
  line-height: 1.7;
  display: flex;
  flex-flow: column;
  gap: 10px;
  font-weight: 700;
}
main .point .container .point-set .point-item p span {
  font-size: 27px;
  color: #F5CF02;
  display: block;
  line-height: 1;
}
main .consultation-btn p {
  position: relative;
  font-size: 23px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (max-width: 1000px) {
  main .consultation-btn p {
    font-size: 18px;
  }
}
main .consultation-btn p::after, main .consultation-btn p::before {
  content: "";
  position: relative;
  display: inline-block;
  background: #F5CF02;
  width: 3px;
  height: 30px;
  margin: 0 20px;
  margin-top: -0.2em;
  vertical-align: middle;
  border-radius: 50px;
}
main .consultation-btn p::after {
  transform: rotate(30deg);
}
main .consultation-btn p::before {
  transform: rotate(-30deg);
}
main .consultation-btn a {
  position: relative;
  font-size: 30px;
  width: 500px;
  background-color: #D87583;
  height: 100px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (max-width: 1000px) {
  main .consultation-btn a {
    font-size: 23px;
    width: 340px;
    height: 80px;
  }
}
@media screen and (max-width: 500px) {
  main .consultation-btn a {
    width: 100%;
  }
}
main .consultation-btn a::after {
  content: "";
  position: absolute;
  border: 3px solid #333333;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 10px;
  top: 5px;
  left: 5px;
}
main .school .school-img {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
main .school h2 {
  position: relative;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  main .school h2 {
    font-size: 28px;
  }
  main .school h2 br {
    display: none;
  }
}
main .school h2 span {
  color: #F5CF02;
  font-size: 35px;
}
@media screen and (max-width: 1000px) {
  main .school h2 span {
    font-size: 28px;
  }
}
main .school h2::after, main .school h2::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: #333333;
  width: 4px;
  height: 90px;
  margin: 0 20px;
  vertical-align: middle;
  border-radius: 50px;
  bottom: 0;
}
@media screen and (max-width: 1000px) {
  main .school h2::after, main .school h2::before {
    content: unset;
  }
}
main .school h2::after {
  transform: rotate(30deg);
  right: 0;
}
main .school h2::before {
  transform: rotate(-30deg);
  left: 0;
}
main .school .school-area {
  display: flex;
  gap: 60px;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  main .school .school-area {
    flex-flow: column;
    gap: 20px;
    margin-top: 0px;
  }
}
main .school .school-area .school-area-img {
  max-width: 460px;
  width: 100%;
}
main .school .school-area .school-area-text {
  border: 3px solid #333333;
  border-radius: 30px;
  padding: 40px;
  max-width: 340px;
}
@media screen and (max-width: 767px) {
  main .school .school-area .school-area-text {
    padding: 30px;
  }
}
main .school .school-area .school-area-text p {
  font-size: 20px;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  main .school .school-area .school-area-text p {
    font-size: 18px;
  }
}
main .school .school-area .school-area-text span {
  background-color: #F5CF02;
  font-size: 18px;
  border-radius: 50px;
  display: inline-block;
  padding: 2px 15px;
  margin: 5px 0px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  main .school .school-area .school-area-text span {
    font-size: 16px;
  }
}
main .problem {
  padding-top: 50px;
  margin-top: 100px;
  padding: 50px 20px 0 20px;
}
main .problem .container {
  max-width: 860px;
  background-color: #F2F1E7;
  border: 3px solid #333333;
  padding: 0 20px 70px 20px;
}
main .problem .container h2 {
  font-size: 35px;
  text-align: center;
  margin: 40px 0;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  main .problem .container h2 {
    font-size: 28px;
  }
}
main .problem .container .problem-img {
  margin: auto;
  margin-top: -50px;
  display: flex;
}
@media screen and (max-width: 1000px) {
  main .problem .container .problem-img {
    width: 100px;
    margin-top: -70px;
  }
}
main .problem .container ul {
  padding: 0 20px;
  max-width: 740px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  gap: 15px;
}
@media screen and (max-width: 1000px) {
  main .problem .container ul {
    max-width: 460px;
    padding: 0;
  }
}
main .problem .container ul li {
  font-size: 23px;
  display: flex;
  gap: 15px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  main .problem .container ul li {
    font-size: 17px;
  }
  main .problem .container ul li img {
    width: 20px;
  }
}
main .problem .container ul li img {
  width: 34px;
  height: 30px;
}
main .problem-other .container h2 {
  font-size: 35px;
  border-bottom: 3px solid #333333;
  padding-bottom: 20px;
  width: max-content;
  margin: auto;
  margin-bottom: 70px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  main .problem-other .container h2 {
    font-size: 28px;
    width: auto;
    text-align: center;
    margin-bottom: 40px;
  }
}
main .problem-other .container .other-img {
  display: flex;
  margin: auto;
}
main .problem-other .container .other-img-pc {
  display: block;
}
@media screen and (max-width: 500px) {
  main .problem-other .container .other-img-pc {
    display: none;
  }
}
main .problem-other .container .other-img-sp {
  display: none;
}
@media screen and (max-width: 500px) {
  main .problem-other .container .other-img-sp {
    display: block;
  }
}
main .problem-other .container p {
  font-size: 35px;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  main .problem-other .container p {
    font-size: 28px;
    margin-top: 30px;
  }
}
main .support {
  overflow-x: hidden;
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  main .support {
    margin-top: 90px;
  }
}
main .support .support-head img {
  margin: 0 auto;
  display: block;
  width: 140px;
}
@media screen and (max-width: 1000px) {
  main .support .support-head img {
    width: 110px;
  }
}
main .support .support-head p {
  position: relative;
  width: calc(100% - 40px);
  background-color: #F5CF02;
  font-size: 30px;
  text-align: center;
  padding: 30px 20px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  main .support .support-head p {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  main .support .support-head p br {
    display: none;
  }
}
main .support .support-head p::after {
  position: absolute;
  content: "";
  width: calc(100% + 10px);
  height: calc(100% - 5px);
  border: 3px solid #333333;
  top: 6px;
  left: -10px;
  pointer-events: none;
}
main .support .container {
  padding-top: 60px;
  max-width: 1200px;
}
main .support .container h2 {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  main .support .container h2 {
    font-size: 20px;
  }
}
main .support .container h2 span {
  font-size: 35px;
  color: #F5CF02;
}
@media screen and (max-width: 1000px) {
  main .support .container h2 span {
    font-size: 30px;
  }
}
main .support .container h3 {
  font-size: 35px;
  color: #F5CF02;
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
  width: max-content;
  margin: 50px auto 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  main .support .container h3 {
    font-size: 30px;
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
  }
}
main .support .container .support-set {
  border: 3px solid #333333;
  max-width: 840px;
  margin: 120px auto 0;
  padding: 0 50px 80px;
}
@media screen and (max-width: 1000px) {
  main .support .container .support-set {
    padding: 0 30px 80px;
  }
}
main .support .container .support-set .support-point {
  background-color: #FFFEF6;
  margin: -60px auto 0;
  display: block;
  padding: 0 30px;
  width: 110px;
}
@media screen and (max-width: 767px) {
  main .support .container .support-set .support-point {
    margin: -50px auto 0;
    width: 80px;
  }
}
main .support .container .support-set .support-item {
  margin-top: 60px;
}
main .support .container .support-set .support-item .lead-text {
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  main .support .container .support-set .support-item .lead-text {
    margin-bottom: 30px;
  }
}
main .support .container .support-set .support-item h4 {
  font-size: 20px;
  background-color: #F5CF02;
  padding: 5px 10px;
  max-width: max-content;
  margin: 0 auto 40px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  main .support .container .support-set .support-item h4 {
    font-size: 18px;
  }
}
main .support .container .support-set .support-item p {
  line-height: 1.8;
}
main .support .container .support-set .support-item p span {
  background: linear-gradient(transparent 50%, #F5CF02 50%);
}
main .support .container .support-set .support-item h5 {
  color: #F5CF02;
  font-size: 23px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  main .support .container .support-set .support-item h5 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
main .support .container .support-set .support-item .support-list {
  display: flex;
  flex-flow: column;
  gap: 60px;
}
@media screen and (max-width: 1000px) {
  main .support .container .support-set .support-item .support-list {
    gap: 50px;
  }
}
@media screen and (max-width: 1000px) {
  main .support .container .support-set .support-item .support-list .flex:nth-child(even) {
    flex-flow: column-reverse;
  }
}
main .support .container .support-set .support-item .support-list .flex div {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  main .support .container .support-set .support-item .support-list .flex div {
    width: 100%;
  }
}
main .support .container .support-set .support-item .flex {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1000px) {
  main .support .container .support-set .support-item .flex {
    flex-flow: column;
    align-items: center;
  }
}
main .support .container .support-set .support-item .flex img {
  max-width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 1000px) {
  main .support .container .support-set .support-item .flex img {
    max-width: 500px;
    width: 100%;
  }
}
main .support .container .support-set .support-item h6 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  main .support .container .support-set .support-item h6 {
    font-size: 18px;
  }
}
main .support .container .support-set .support-item .support-img {
  display: block;
  margin: 0 auto 70px;
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  main .support .container .support-set .support-item .support-img {
    margin: 0 auto 50px;
  }
}
main .support .container .support-set .support-item .event-list {
  display: flex;
  flex-flow: column;
  gap: 60px;
}
main .support .container .support-set .support-item .event-flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  main .support .container .support-set .support-item .event-flex {
    flex-flow: column-reverse;
    align-items: center;
  }
  main .support .container .support-set .support-item .event-flex:nth-child(even) {
    flex-flow: column;
  }
}
main .support .container .support-set .support-item .event-flex img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  main .support .container .support-set .support-item .event-flex img {
    max-width: 100%;
  }
}
main .support .container .support-set .support-item .event-flex .event-text {
  background-color: #FFF8D5;
  border-radius: 20px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  main .support .container .support-set .support-item .event-flex .event-text {
    max-width: calc(100% - 40px);
  }
}
main .support .container .support-set .support-item .event-flex .event-text p:first-child {
  margin-bottom: 10px;
  font-weight: 700;
}
main .support .container .support-set .support-item .event-flex .event-text p {
  font-size: 18px;
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main .support .container .support-set .support-item .event-flex .event-text p {
    text-align: center;
    font-size: 16px;
  }
}
main .support .container .support-set .consultation-btn .container {
  padding-left: 0;
  padding-right: 0;
}
main .voice {
  overflow-x: hidden;
  margin-top: 130px;
}
@media screen and (max-width: 1000px) {
  main .voice {
    margin-top: 80px;
  }
}
main .voice .container {
  padding-top: 0;
}
main .voice h2 {
  font-size: 35px;
  text-align: center;
  margin-bottom: 70px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  main .voice h2 {
    font-size: 28px;
    margin-bottom: 50px;
  }
}
main .voice h2 span {
  color: #F5CF02;
  font-size: 35px;
}
@media screen and (max-width: 1000px) {
  main .voice h2 span {
    font-size: 28px;
  }
}
main .voice .voice-set {
  display: flex;
  flex-flow: column;
  gap: 50px;
}
@media screen and (max-width: 1000px) {
  main .voice .voice-set {
    gap: 30px;
  }
}
main .voice .voice-set .voice-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}
@media screen and (max-width: 1000px) {
  main .voice .voice-set .voice-item {
    gap: 40px;
  }
}
main .voice .voice-set .voice-item p {
  position: relative;
  background-color: #F5CF02;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 30px 50px;
  line-height: 2;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  main .voice .voice-set .voice-item p {
    padding: 30px;
    font-size: 16px;
    line-height: 1.8;
  }
}
main .voice .voice-set .voice-item p::before {
  position: absolute;
  width: 25px;
  height: 50px;
  background-color: #F5CF02;
  clip-path: polygon(0% 50%, 50px 0%, 50px 50px);
  content: "";
  left: -18px;
}
main .voice .voice-set .voice-item p:nth-child(odd)::before {
  left: unset;
  right: -18px;
  transform: rotate(180deg);
}
main .voice .voice-set .voice-item img {
  width: 80px;
}
@media screen and (max-width: 1000px) {
  main .voice .voice-set .voice-item img {
    width: 70px;
  }
}
main .flow {
  background-color: #F2F1E7;
  padding: 70px 0;
  margin-top: 130px;
}
@media screen and (max-width: 1000px) {
  main .flow {
    margin-top: 100px;
  }
}
main .flow .container {
  padding-top: 0;
}
main .flow .container h2 {
  font-size: 35px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  main .flow .container h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
main .flow .container p {
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  main .flow .container p {
    font-size: 18px;
  }
}
main .flow .container .flow-set {
  display: flex;
  gap: 40px;
  justify-content: space-around;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  main .flow .container .flow-set {
    flex-flow: column;
    align-items: center;
  }
}
main .flow .container .flow-set .flow-item {
  max-width: 340px;
  background-color: white;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  main .flow .container .flow-set .flow-item {
    width: calc(100% - 80px);
  }
}
main .flow .container .flow-set .flow-item h3 {
  background-color: #F5CF02;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  padding: 10px 10px;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  main .flow .container .flow-set .flow-item h3 {
    font-size: 18px;
    padding: 8px;
  }
}
main .flow .container .flow-set .flow-item div {
  display: flex;
  margin: 10px 0;
}
main .flow .container .flow-set .flow-item div p, main .flow .container .flow-set .flow-item div span {
  font-size: 20px;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  main .flow .container .flow-set .flow-item div p, main .flow .container .flow-set .flow-item div span {
    font-size: 18px;
  }
}
main .flow .container .flow-set .flow-item div span {
  color: #F5CF02;
  width: 90px;
}
@media screen and (max-width: 767px) {
  main .flow .container .flow-set .flow-item div span {
    min-width: 80px;
    max-width: 80px;
  }
}
main .school-other h2::before, main .school-other h2::after {
  content: unset;
}
main .access h2 {
  font-size: 35px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  main .access h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
main .access p {
  text-align: center;
  font-size: 20px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1000px) {
  main .access p {
    font-size: 17px;
    margin: 0 auto 40px;
  }
}
main .access iframe {
  width: 100%;
  height: 300px;
}
main .address {
  margin-top: 130px;
  padding: 0 30px;
}
@media screen and (max-width: 1000px) {
  main .address {
    margin-top: 70px;
  }
}
main .address .container {
  padding-top: 0;
  background-color: #F5CF02;
  position: relative;
  border-radius: 50px;
  padding: 50px 0;
  text-align: center;
  display: flex;
  flex-flow: column;
  gap: 30px;
}
main .address .container::after {
  content: "";
  position: absolute;
  border: 3px solid #333333;
  border-radius: 50px;
  top: 5px;
  left: 5px;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  pointer-events: none;
}
main .address .address-name {
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  main .address .address-name {
    font-size: 18px;
  }
}
main .address .address-name span {
  font-size: 45px;
  display: block;
}
@media screen and (max-width: 1000px) {
  main .address .address-name span {
    font-size: 37px;
  }
}
main .address p {
  font-size: 20px;
  padding: 0 30px;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  main .address p {
    font-size: 17px;
  }
}
main .contact {
  background-color: #F2F1E7;
  margin-top: 130px;
}
@media screen and (max-width: 1000px) {
  main .contact {
    margin-top: 90px;
  }
}
main .contact .container {
  padding: 100px 20px 100px;
  max-width: 700px;
}
@media screen and (max-width: 1000px) {
  main .contact .container {
    padding: 80px 20px;
  }
}
main .contact .container h2 {
  font-size: 35px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  main .contact .container h2 {
    font-size: 28px;
  }
}
main .contact .container h2 span {
  color: #F5CF02;
  display: block;
  font-size: 35px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  main .contact .container h2 span {
    font-size: 28px;
    display: inline-block;
  }
}
main .contact .container .contact-form .contact {
  margin: 0;
}
main .contact .container .contact-form h2 {
  font-size: 20px;
  border: 2px solid #333333;
  max-width: 300px;
  border-radius: 100px;
  margin: 50px auto 50px;
  padding: 5px 10px;
}
@media screen and (max-width: 1000px) {
  main .contact .container .contact-form h2 {
    font-size: 17px;
  }
}
main .contact .container .contact-form form tr th {
  width: 300px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  main .contact .container .contact-form form tr th {
    padding-top: 15px;
  }
}
main .contact .container .contact-form form tr th p {
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  main .contact .container .contact-form form tr th, main .contact .container .contact-form form tr td {
    display: block;
  }
}
main .contact .container .contact-form form tr td {
  padding: 10px 0;
}
main .contact .container .contact-form form tr .contact__heading--required p {
  width: max-content;
  position: relative;
}
main .contact .container .contact-form form tr .contact__heading--required p::after {
  content: "※";
  position: absolute;
  right: -15px;
  color: #D80000;
  font-size: 11px;
  top: 4px;
}
main .contact .container .contact-form form input, main .contact .container .contact-form form select, main .contact .container .contact-form form textarea {
  border: 0;
  padding: 10px;
  border-radius: 5px;
  outline: none;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  main .contact .container .contact-form form input {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  main .contact .container .contact-form form select {
    width: 100%;
  }
}
main .contact .container .contact-form form textarea {
  width: calc(100% - 20px);
}
main .contact .container .contact-form form .contact__note {
  margin-left: 5px;
}
main .contact .container .contact-form form .contact__help {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  main .contact .container .contact-form form .contact__help {
    padding-top: 5px;
    display: inline-block;
  }
}
main .contact .container .contact-form form .contact__description {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  main .contact .container .contact-form form .contact__description {
    padding-top: 5px;
    display: inline-block;
  }
}
main .contact .container .contact-form form .contact__description br {
  display: none;
}
main .contact .container .contact-form form .apply p label {
  display: flex;
  gap: 10px;
  justify-content: center;
  width: max-content;
  margin: 0 auto;
  margin-top: 50px;
}
main .contact .container .contact-form form .apply p label br {
  display: none;
}
main .contact .container .contact-form form .apply p label .apply__link {
  color: #F5CF02;
  text-decoration: underline;
}
main .contact .container .contact-form form .apply p label .wpcf7-list-item {
  margin: 0;
}
main .contact .container .contact-form form .contact__submit-container {
  text-align: center;
  margin-top: 50px;
}
main .contact .container .contact-form form .contact__submit-container input {
  background-color: #F5CF02;
  color: #333333;
  font-family: "Zen Maru Gothic", serif;
  font-size: 18px;
  font-weight: 500;
  width: 180px;
  border-radius: 50px;
  margin: 0 auto;
}
main .contact .container .contact-form form .wpcf7-not-valid-tip {
  color: #D80000;
  font-size: 14px;
  margin-top: 5px;
}
main .contact .container .contact-form form .wpcf7-spinner {
  position: absolute;
}
main .contact .container .contact-form form .apply__checkbox {
  width: auto;
}

.page {
  padding-bottom: 50px;
  background-color: #FDFBF8;
}
@media screen and (max-width: 1000px) {
  .page {
    margin-top: 55px;
    padding-bottom: 0px;
  }
}
.page h1 {
  text-align: center;
}
.page .privacy .container {
  padding-top: 70px;
}
.page main {
  max-width: 940px;
  margin: 0 auto;
  padding: 70px 20px;
}
@media screen and (max-width: 1000px) {
  .page main {
    padding-top: 10px;
  }
}
.page main h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 70px;
  color: #F5CF02;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .page main h2 {
    font-size: 28px;
    margin-bottom: 50px;
  }
}
.page main h3 {
  padding-left: 30px;
  position: relative;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page main h3 {
    font-size: 19px;
  }
}
.page main h3::before {
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  width: 20px;
  left: 0;
  height: 10px;
  border-top: solid 5px #F5CF02;
}
.page main h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #F5CF02;
}
@media screen and (max-width: 767px) {
  .page main h4 {
    font-size: 16px;
  }
}
.page main h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page main h5 {
    font-size: 15px;
  }
}
.page main h6 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #777777;
}
@media screen and (max-width: 767px) {
  .page main h6 {
    font-size: 12px;
  }
}
.page main p {
  margin-bottom: 30px;
  word-break: break-word;
  line-height: 2;
}
.page main ul, .page main ol {
  margin-bottom: 15px;
}
.page main table {
  width: 100%;
  margin-bottom: 70px;
  background-color: white;
}
.page main table tr:nth-child(odd) th {
  background-color: #f7f7f7;
}
.page main table tr:nth-child(odd) td {
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .page main table tr:nth-child(odd) td {
    background-color: transparent;
  }
}
.page main table th, .page main table td {
  vertical-align: middle;
  background-color: transparent;
  border: unset;
  font-size: 15px;
  border: 0;
}
@media screen and (max-width: 767px) {
  .page main table th, .page main table td {
    display: block;
    border-bottom: solid 1px #dadada;
    text-align: center;
    background-color: transparent;
  }
}
.page main table th {
  background: #e8e8e8;
  text-align: center;
  font-weight: bold;
  color: #3e3a39;
  padding: 20px;
  box-sizing: border-box;
  background-color: transparent;
  border-right: solid 1px #dadada;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .page main table th {
    border-right: 0;
    background-color: #f7f7f7;
    padding: 10px 10px;
    width: 100%;
  }
}
.page main table td {
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page main table td {
    font-size: 13px;
  }
}
.page main table td img {
  border-radius: 0;
  margin: 15px 0;
}
.page main .table2 {
  margin-bottom: 50px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .page main .table2 {
    width: 100%;
  }
}
.page main .table2 tr:last-child {
  border-bottom: solid 1px #ccc;
}
.page main .table2 tr:nth-child(odd) td {
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .page main .table2 th, .page main .table2 td {
    display: block;
    width: 100% !important;
    border-bottom: none !important;
    word-break: break-word;
  }
}
.page main .table2 th {
  background: #e8e8e8;
  width: 25%;
  text-align: center;
  font-weight: bold;
  color: #3e3a39;
  padding: 15px;
  border: solid 1px #dadada;
  box-sizing: border-box;
}
.page main .table2 td {
  padding: 15px;
  border: solid 1px #dadada;
  box-sizing: border-box;
}

footer {
  padding: 30px 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  footer {
    padding: 20px 0 80px;
  }
}
footer img {
  width: 75px;
}
@media screen and (max-width: 1000px) {
  footer img {
    width: 50px;
  }
}
footer div {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  footer div {
    gap: 20px;
  }
}
footer div p {
  display: flex;
  flex-flow: column;
  font-size: 17px;
  line-height: 1;
  gap: 5px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  footer div p {
    font-size: 13px;
  }
}
footer div p span {
  font-size: 35px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  footer div p span {
    font-size: 27px;
  }
}/*# sourceMappingURL=style.css.map */