@charset "UTF-8";
.wrap {
  width: 100%;
}

.main {
  padding: 0 !important;
}

.content {
  margin-top: 0;
}

.lp_wrap html,
.lp_wrap body,
.lp_wrap div,
.lp_wrap span,
.lp_wrap applet,
.lp_wrap object,
.lp_wrap iframe,
.lp_wrap h1,
.lp_wrap h2,
.lp_wrap h3,
.lp_wrap h4,
.lp_wrap h5,
.lp_wrap h6,
.lp_wrap p,
.lp_wrap blockquote,
.lp_wrap pre,
.lp_wrap a,
.lp_wrap abbr,
.lp_wrap acronym,
.lp_wrap address,
.lp_wrap big,
.lp_wrap cite,
.lp_wrap code,
.lp_wrap del,
.lp_wrap dfn,
.lp_wrap em,
.lp_wrap font,
.lp_wrap img,
.lp_wrap ins,
.lp_wrap kbd,
.lp_wrap q,
.lp_wrap s,
.lp_wrap samp,
.lp_wrap small,
.lp_wrap strike,
.lp_wrap strong,
.lp_wrap sub,
.lp_wrap sup,
.lp_wrap tt,
.lp_wrap var,
.lp_wrap dl,
.lp_wrap dt,
.lp_wrap dd,
.lp_wrap ol,
.lp_wrap ul,
.lp_wrap li,
.lp_wrap fieldset,
.lp_wrap form,
.lp_wrap label,
.lp_wrap legend,
.lp_wrap table,
.lp_wrap caption,
.lp_wrap tbody,
.lp_wrap tfoot,
.lp_wrap thead,
.lp_wrap tr,
.lp_wrap th,
.lp_wrap td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  min-height: 0;
}
.lp_wrap body {
  counter-reset: titleNum;
}
.lp_wrap html {
  -webkit-text-size-adjust: none;
}
.lp_wrap img {
  vertical-align: bottom;
}
.lp_wrap strong {
  font-weight: bold;
}
.lp_wrap ol,
.lp_wrap ul {
  list-style: none;
}
.lp_wrap ol li,
.lp_wrap ul li {
  margin: 0;
  padding: 0;
}
.lp_wrap table {
  border-collapse: collapse;
  border-spacing: 0;
}
.lp_wrap caption,
.lp_wrap th,
.lp_wrap td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.lp_wrap a {
  color: inherit;
}
.lp_wrap a:link {
  text-decoration: none;
}
.lp_wrap a:visited {
  text-decoration: none;
}
.lp_wrap a:hover {
  text-decoration: none;
}
.lp_wrap button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.lp_wrap input[type=submit],
.lp_wrap input[type=button] {
  background-color: inherit;
  border: none;
  color: inherit;
  font-size: inherit;
}
.lp_wrap input[type=submit]:focus,
.lp_wrap input[type=button]:focus {
  outline: none;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
.gothic, .lp_wrap .type .ttl04, .lp_wrap .lp_mobile_nav .drawer-menu a, .lp_wrap {
  font-family: "Noto Sans JP", sans-serif;
}

.mincho, .lp_wrap .lp_nav {
  font-family: "Noto Serif JP", serif;
}

.zen-mincho, .lp_wrap .ttl-balloon, .lp_wrap .ttl06, .lp_wrap .ttl05, .lp_wrap .ttl04, .lp_wrap .ttl03, .lp_wrap .ttl02, .lp_wrap .ttl01 {
  font-family: "Zen Old Mincho", serif;
}

a {
  text-decoration: none;
  color: inherit;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}
@media (hover: none) {
  a:hover {
    opacity: 1;
  }
}
.flex {
  display: flex;
}

.flex-pc {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .flex-pc {
    display: block;
  }
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

html {
  scroll-behavior: smooth;
  border-top: none;
}

body {
  border-top: none;
  margin-top: 0 !important;
  overflow-x: auto !important;
}

.slicknav_menu,
.mobile-header-menu-buttons {
  display: none;
}

.site-logo-image {
  display: none !important;
}

.page #main {
  border: none;
  margin-bottom: 0;
}

.lp_wrap {
  min-width: 1060px;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .lp_wrap {
    min-width: auto;
    font-size: 3.7333333333vw;
    line-height: 1.78;
  }
}
.lp_wrap .lp_inner {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .lp_inner {
    width: 100%;
  }
}
.lp_wrap .lp_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -4px;
}
.lp_wrap .lp_nav {
  display: flex;
  line-height: 1;
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .lp_nav {
    display: none;
  }
}
.lp_wrap .lp_nav li {
  margin-left: 30px;
}
.lp_wrap .lp_nav li a {
  border-bottom: 1px solid #000;
}
.lp_wrap .lp_nav li img {
  margin-right: 5px;
}
.lp_wrap .lp_mobile_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.4);
  border-bottom: 2px solid #e78824;
  padding-left: 4vw;
  z-index: 999;
  /* チェックボックスを非表示 */
  /* メニューボタンの装飾 */
  /* メニューボタンのアニメーション */
  /* ドロワーメニューの装飾 */
  /* ドロワーメニューの開閉 */
  /* ドロワーメニューの背景 */
}
.lp_wrap .lp_mobile_nav .mobile_header_logo img {
  width: 249px;
}
.lp_wrap .lp_mobile_nav .menu-checkbox {
  display: none;
}
.lp_wrap .lp_mobile_nav .menu-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
}
.lp_wrap .lp_mobile_nav .menu-button span {
  display: block;
  position: absolute;
  left: 13px;
  width: 24px;
  height: 2px;
  margin-top: -1px;
  background-color: #000000;
}
.lp_wrap .lp_mobile_nav .menu-button span:nth-child(1) {
  top: 15px;
}
.lp_wrap .lp_mobile_nav .menu-button span:nth-child(2) {
  top: 50%;
}
.lp_wrap .lp_mobile_nav .menu-button span:nth-child(3) {
  bottom: 15px;
}
.lp_wrap .lp_mobile_nav .menu-checkbox:checked ~ .menu-button span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}
.lp_wrap .lp_mobile_nav .menu-checkbox:checked ~ .menu-button span:nth-child(2) {
  top: 50%;
  transform: rotate(-45deg);
}
.lp_wrap .lp_mobile_nav .menu-checkbox:checked ~ .menu-button span:nth-child(3) {
  display: none;
}
.lp_wrap .lp_mobile_nav .drawer-menu {
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 200;
  max-height: 100%;
  width: 175px;
  transform: translateX(100%);
  transition: 0.5s;
  background-color: #fff;
}
.lp_wrap .lp_mobile_nav .drawer-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 1px solid #000;
  border-bottom: none;
}
.lp_wrap .lp_mobile_nav .drawer-menu li {
  border-bottom: 1px solid #000;
  text-align: center;
}
.lp_wrap .lp_mobile_nav .drawer-menu a {
  display: block;
  padding: 10px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}
.lp_wrap .lp_mobile_nav .drawer-menu a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url(../img/icon_arrow-black.svg) center center/contain no-repeat;
}
.lp_wrap .lp_mobile_nav .menu-checkbox:checked ~ .drawer-menu {
  transform: translateX(0);
}
.lp_wrap .lp_mobile_nav .menu-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.lp_wrap .lp_mobile_nav .menu-checkbox:checked ~ .menu-background {
  display: block;
}
.lp_wrap .ttl01 {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 25px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .ttl01 {
    font-size: 5.6vw;
    margin-bottom: 6.6666666667vw;
  }
}
.lp_wrap .ttl01.underline {
  position: relative;
  padding-bottom: 15px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .ttl01.underline {
    padding-bottom: 2.6666666667vw;
  }
}
.lp_wrap .ttl01.underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 182px;
  height: 5px;
  background: url(../img/ttl_underbar.png) center center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .ttl01.underline::after {
    width: 24.2666666667vw;
    height: 0.6666666667vw;
  }
}
.lp_wrap .ttl02 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
  margin: 35px 0 15px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .ttl02 {
    font-size: 5.3333333333vw;
    margin: 5.3333333333vw 0 5.3333333333vw;
  }
}
.lp_wrap .ttl02 .no {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .ttl02 .no {
    font-size: 7.3333333333vw;
    padding-left: 6.6666666667vw;
    left: 4vw;
  }
}
.lp_wrap .ttl02 .no::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 35px;
  background: url(../img/ttl_logo.png) center center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .ttl02 .no::before {
    width: 4vw;
    height: 5.7333333333vw;
  }
}
.lp_wrap .ttl03 {
  border: 1px solid #000;
  border-radius: 25px;
  font-size: 26px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .ttl03 {
    border-radius: 6.6666666667vw;
    font-size: 4.8vw;
    line-height: 13.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.lp_wrap .ttl04 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .ttl04 {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    text-align: center;
  }
}
.lp_wrap .ttl05 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .ttl05 {
    font-size: 4.5333333333vw;
    margin-bottom: 4vw;
  }
}
.lp_wrap .ttl06 {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .ttl06 {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.lp_wrap .ttl-balloon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 750px;
  height: 150px;
  background: url(../img/balloon.png) center center/contain no-repeat;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0 auto;
  padding-right: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .ttl-balloon {
    width: 100%;
    height: 18.6666666667vw;
    font-size: 5.0666666667vw;
    padding-right: 4vw;
  }
}
.lp_wrap .ttl-balloon strong {
  color: #fff;
  font-size: 36px;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .ttl-balloon strong {
    font-size: 5.3333333333vw;
  }
}
.lp_wrap ul.list-disc {
  list-style: disc;
  font-weight: bold;
  padding-left: 2em;
}
.lp_wrap .marker-yellow {
  padding: 0 5px 7px;
  background: linear-gradient(to bottom, transparent 50%, rgba(240, 175, 0, 0.2) 50%);
}
@media only screen and (max-width: 768px) {
  .lp_wrap .marker-yellow {
    padding: 0 0.6666666667vw 0.6666666667vw;
  }
}
.lp_wrap .marker-pink {
  padding: 0 5px 7px;
  background: linear-gradient(to bottom, transparent 50%, rgba(215, 101, 0, 0.2) 50%);
}
@media only screen and (max-width: 768px) {
  .lp_wrap .marker-pink {
    padding: 0 0.6666666667vw 0.6666666667vw;
  }
}
.lp_wrap .marker-green {
  padding: 0 5px 7px;
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 110, 85, 0.2) 50%);
}
@media only screen and (max-width: 768px) {
  .lp_wrap .marker-green {
    padding: 0 0.6666666667vw 0.6666666667vw;
  }
}
.lp_wrap .mv {
  background: url(../img/mv_bg.jpg) center center/cover no-repeat;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .mv {
    background: none;
  }
  .lp_wrap .mv .lp_inner {
    width: 100%;
  }
}
.lp_wrap .voice {
  background: url(../img/voice_bg.jpg) center center/1000px auto no-repeat;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .voice {
    display: none;
  }
}
.lp_wrap .voice .voice_list {
  background: rgba(231, 136, 36, 0.8);
  display: flex;
  justify-content: center;
}
.lp_wrap .voice .voice_list li {
  background-color: #fff;
  border-radius: 10px;
  margin: 13px 10px;
  width: 300px;
  height: 64px;
  display: flex;
  align-items: center;
  font-size: 17px;
  line-height: 1.47;
  padding: 0 10px;
  position: relative;
}
.lp_wrap .voice .voice_list li img {
  margin-right: 10px;
}
.lp_wrap .voice .voice_list li:nth-child(2) {
  width: 360px;
}
.lp_wrap .voice .voice_list li::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 0 10px;
  border-color: #fff transparent transparent transparent;
  transform: rotate(-5deg);
}
.lp_wrap .trouble {
  background: url(../img/trouble_bg.jpg) center center/cover no-repeat;
  padding: 140px 0 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .trouble {
    padding: 22.6666666667vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .lp_wrap .trouble {
    overflow: hidden;
  }
}
.lp_wrap .trouble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  height: 470px;
  background-color: #fff;
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .trouble::before {
    width: 170.1333333333vw;
    height: 80vw;
    border-top-left-radius: 85.0666666667vw;
    border-top-right-radius: 85.0666666667vw;
  }
}
.lp_wrap .trouble .ttl01 {
  position: relative;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .trouble .ttl01 {
    margin-bottom: 4.6666666667vw;
  }
}
.lp_wrap .trouble .ttl01 strong {
  color: #f0af00;
  font-size: 46px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .trouble .ttl01 strong {
    font-size: 6.8vw;
  }
}
.lp_wrap .trouble .ttl01 .q {
  display: inline-block;
  color: #f0af00;
  font-size: 125px;
  line-height: 0.368;
  transform-origin: bottom left;
  transform: rotate(30deg) scaleY(1.2);
}
@media only screen and (max-width: 768px) {
  .lp_wrap .trouble .ttl01 .q {
    font-size: 20.2666666667vw;
  }
}
.lp_wrap .trouble .trouble_list {
  width: 600px;
  font-size: 21px;
  margin: 0 auto;
  padding-bottom: 26px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .trouble .trouble_list {
    width: 100%;
    font-size: 4vw;
    padding-bottom: 4vw;
  }
}
.lp_wrap .trouble .trouble_list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50px;
  width: 121px;
  height: 109px;
  background: url(../img/teacher02.png) center center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .trouble .trouble_list::after {
    top: -26.6666666667vw;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 13.3333333333vw;
    height: 12vw;
  }
}
.lp_wrap .trouble .trouble_list li {
  position: relative;
  padding: 15px 0;
  line-height: 1.2;
  border-bottom: 1px solid #e7e7e7;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .trouble .trouble_list li {
    padding: 2.6666666667vw 0;
  }
}
.lp_wrap .trouble .trouble_list li span {
  display: block;
  width: 420px;
  position: relative;
  padding-left: 30px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .trouble .trouble_list li span {
    width: 80vw;
    padding-left: 8vw;
  }
}
.lp_wrap .trouble .trouble_list li span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 14px;
  background: url(../img/icon_check.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .trouble .trouble_list li span::before {
    width: 5.3333333333vw;
    height: 3.7333333333vw;
  }
}
.lp_wrap .reason {
  background-color: #e7e7e7;
}
.lp_wrap .reason .ttl01 strong {
  color: #ca5800;
  font-size: 90px;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .reason .ttl01 strong {
    font-size: 12vw;
  }
}
.lp_wrap .reason .ttl01 .ex {
  display: inline-block;
  color: #50aa82;
  font-size: 92px;
  line-height: 0;
  transform-origin: bottom left;
  transform: rotate(30deg) scaleY(1.2);
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .reason .ttl01 .ex {
    font-size: 13.3333333333vw;
    padding-left: 2.6666666667vw;
  }
}
.lp_wrap .reason .reason_top {
  background: url(../img/reason_bg.jpg) center center/cover no-repeat;
  padding: 25px 0;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .reason .reason_top {
    background-image: url(../img/reason_bg_sp.jpg);
    padding: 2.6666666667vw 0;
  }
}
.lp_wrap .reason .reason_top2 {
  background-color: #fff;
  padding: 20px 0 0;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .reason .reason_top2 {
    padding: 5.3333333333vw 0 0;
    margin-bottom: 13.3333333333vw;
  }
  .lp_wrap .reason .reason_top2 .ttl01 {
    font-size: 5.3333333333vw;
    margin-bottom: 0;
  }
}
.lp_wrap .reason .reason_top2 .box01 {
  background: url(../img/success_bg.jpg) right center/auto 100% no-repeat;
  padding: 30px 40px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .reason .reason_top2 .box01 {
    background: none;
    padding: 2.6666666667vw;
    margin-bottom: 0;
  }
}
.lp_wrap .reason .reason_top2 .txt01 {
  max-width: 740px;
  border: 2px solid #c85a23;
  line-height: 2;
  letter-spacing: -0.05em;
  padding: 10px 30px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .reason .reason_top2 .txt01 {
    line-height: 1.78;
    padding: 2.6666666667vw 4vw;
    margin-bottom: 2.6666666667vw;
  }
}
.lp_wrap .reason .reason_top2 .box02 {
  height: 130px;
  background-color: #e1873c;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .reason .reason_top2 .box02 {
    height: auto;
    display: block;
    padding: 4vw;
    text-align: center;
  }
}
.lp_wrap .reason .reason_top2 .btn01 {
  width: 390px;
  height: 90px;
  background-color: #fff;
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .reason .reason_top2 .btn01 {
    width: 78vw;
    height: 18vw;
    font-size: 5.2vw;
    margin: 1.3333333333vw auto 0;
  }
}
.lp_wrap .reason .reason_list {
  margin: -5px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .reason .reason_list {
    margin: 0;
  }
}
.lp_wrap .reason .reason_list li {
  width: 20%;
  padding: 5px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .reason .reason_list li {
    width: 33.333%;
    padding: 0.4vw 0.4vw 2.6666666667vw;
  }
}
.lp_wrap .reason .reason_list .list_box {
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  padding: 15px 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .reason .reason_list .list_box {
    font-size: 3.2vw;
    padding: 2vw 2.6666666667vw;
  }
}
.lp_wrap .reason .reason_list .list_box .no {
  display: block;
  font-size: 25px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .reason .reason_list .list_box .no {
    font-size: 4.8vw;
  }
}
.lp_wrap .reason .reason_list .list_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #e7e7e7 transparent;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .reason .reason_list .list_box::after {
    border-width: 0 0 5.3333333333vw 5.3333333333vw;
  }
}
.lp_wrap .reason .reason_list li:nth-child(odd) .list_box {
  color: #006e55;
}
.lp_wrap .reason .reason_list li:nth-child(even) .list_box {
  color: #d76500;
}
.lp_wrap .reason .box {
  background-color: #fff;
  padding: 20px 20px 0;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .reason .box {
    padding: 0 4vw 0;
  }
}
.lp_wrap .reason .box .flex-pc {
  margin: -20px -20px 0;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .reason .box .flex-pc {
    margin: 0;
  }
}
.lp_wrap .reason .box .flex-pc > * {
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .reason .box .flex-pc > * {
    padding: 0 0 4vw;
  }
}
.lp_wrap .reason .box .flex-pc .flex-pc > * {
  padding-bottom: 0;
}
.lp_wrap .reason .box .txt01 {
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .reason .box .txt01 {
    padding: 0 0 4vw;
  }
}
.lp_wrap .reason .reason_table {
  min-height: 175px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .reason .reason_table {
    min-height: auto;
  }
}
.lp_wrap .reason .reason_table tr {
  background-color: transparent;
}
.lp_wrap .reason .reason_table th {
  width: 90px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .reason .reason_table th {
    width: 19.2vw;
    font-size: 3.6vw;
  }
}
.lp_wrap .reason .reason_table td {
  padding: 0 15px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .reason .reason_table td {
    font-size: 3.4666666667vw;
    padding: 2.6666666667vw 0;
  }
}
.lp_wrap .reason .reason_table tr:nth-child(1) th {
  background-color: #ca5800;
}
.lp_wrap .reason .reason_table tr:nth-child(1) td {
  color: #ca5800;
}
.lp_wrap .reason .reason_table tr:nth-child(2) th {
  background-color: #808080;
}
.lp_wrap .reason .reason_table tr:nth-child(2) td {
  color: #808080;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .reason .list-disc {
    font-size: 3.3333333333vw;
  }
}
.lp_wrap .reason .reason_list-check {
  color: #ca5800;
  font-size: 17px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .reason .reason_list-check {
    font-size: 3.6vw;
  }
}
.lp_wrap .reason .reason_list-check li {
  padding-left: 25px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .reason .reason_list-check li {
    padding-left: 5.3333333333vw;
  }
}
.lp_wrap .reason .reason_list-check li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 17px;
  height: 12px;
  background: url(../img/icon_check.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .reason .reason_list-check li::before {
    width: 4vw;
    height: 2.6666666667vw;
  }
}
.lp_wrap .reason .fc-black {
  color: #000;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .reason .img01 img {
    width: 100%;
  }
  .lp_wrap .reason .img02-2 {
    text-align: center;
  }
  .lp_wrap .reason .img02-2 img {
    width: 53.3333333333vw;
  }
  .lp_wrap .reason .img05-3 img {
    width: 42.6666666667vw;
  }
}
.lp_wrap .contact {
  background-color: #006e55;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .contact {
    padding: 0 2.6666666667vw;
  }
}
.lp_wrap .contact .box {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 40px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .contact .box {
    border-radius: 0;
    padding: 10.6666666667vw 6.6666666667vw 6.6666666667vw;
  }
}
.lp_wrap .contact .ttl01 {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .contact .ttl01 {
    font-size: 5.0666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.lp_wrap .contact .flex-pc {
  margin: 0 -5px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .contact .flex-pc {
    margin: 0;
  }
}
.lp_wrap .contact .flex-pc > * {
  padding: 0 5px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .contact .flex-pc > * {
    padding: 0;
  }
}
.lp_wrap .contact .btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  color: #fff;
  margin: 10px 0;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .contact .btn01 {
    border-radius: 2.6666666667vw;
    margin: 2.6666666667vw 0;
  }
}
.lp_wrap .contact .btn01 img {
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .contact .btn01 img {
    margin-right: 2.6666666667vw;
  }
}
.lp_wrap .contact .btn-tel {
  width: 460px;
  height: 170px;
  background: url(../img/btn_shine.png) center top/100% auto no-repeat;
  background-color: #d76500;
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .contact .btn-tel {
    width: 100%;
    height: 29.3333333333vw;
    font-size: 8vw;
  }
}
.lp_wrap .contact .btn-tel img {
  width: 30px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .contact .btn-tel img {
    width: 6vw;
  }
}
.lp_wrap .contact .btn-mail,
.lp_wrap .contact .btn-document {
  width: 450px;
  height: 80px;
  border-radius: 40px;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .contact .btn-mail,
.lp_wrap .contact .btn-document {
    width: 100%;
    height: 13.8666666667vw;
    border-radius: 6.9333333333vw;
    font-size: 4.5333333333vw;
  }
}
.lp_wrap .contact .btn-mail {
  background-color: #5abca5;
}
.lp_wrap .contact .btn-mail img {
  width: 30px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .contact .btn-mail img {
    width: 6.6666666667vw;
  }
}
.lp_wrap .contact .btn-document {
  background-color: #28a082;
}
.lp_wrap .contact .btn-document img {
  width: 20px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .contact .btn-document img {
    width: 5.3333333333vw;
  }
}
.lp_wrap .contact .note {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .contact .note {
    font-size: 3.2vw;
    line-height: 1.4;
  }
}
.lp_wrap .contact .note strong {
  display: inline-block;
  color: #d76500;
  font-size: 20px;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .contact .note strong {
    width: 100%;
    font-size: 4.5333333333vw;
    margin-bottom: 2vw;
    white-space: nowrap;
    text-align: center;
  }
  .lp_wrap .contact .note strong span {
    letter-spacing: -0.1em;
  }
}
.lp_wrap .result {
  padding: 40px 0 20px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .result {
    padding: 0 0 5.3333333333vw;
  }
}
.lp_wrap .result .ttl01 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .result .ttl01 {
    background: #e7e7e7;
    font-size: 5.3333333333vw;
    padding: 5.3333333333vw 0 4vw;
    margin-bottom: 0;
  }
}
.lp_wrap .result .box {
  background: url(../img/result_bg.jpg) center center/cover no-repeat;
  border-radius: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .result .box {
    background-image: url(../img/result_bg_sp.jpg);
    border-radius: 0;
    padding-top: 4vw;
    padding-bottom: 16vw;
    margin-bottom: 0;
  }
}
.lp_wrap .result .result_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lp_wrap .result .result_list li {
  width: 300px;
  margin: 20px 10px;
  padding: 22px;
  background-color: #fff;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .result .result_list li {
    width: 45.3333333333vw;
    margin: 2.6666666667vw 1.3333333333vw;
    padding: 2.6666666667vw 1.3333333333vw;
    font-size: 3.6vw;
  }
}
.lp_wrap .result .result_list .balloon01 {
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .result .result_list .balloon01 {
    border-radius: 2.1333333333vw;
  }
}
.lp_wrap .result .result_list .balloon01::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 0 20px;
  border-color: #fff transparent transparent transparent;
  transform: rotate(-10deg);
}
@media only screen and (max-width: 768px) {
  .lp_wrap .result .result_list .balloon01::before {
    bottom: -4vw;
    left: 8vw;
    border-width: 5.3333333333vw 0 0 4vw;
  }
}
.lp_wrap .result .result_list .balloon02 {
  border-radius: 46px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .result .result_list .balloon02 {
    border-radius: 14.6666666667vw;
  }
}
.lp_wrap .result .result_list .balloon02::before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 45px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 20px 0 0;
  border-color: #fff transparent transparent transparent;
  transform: rotate(10deg);
}
@media only screen and (max-width: 768px) {
  .lp_wrap .result .result_list .balloon02::before {
    bottom: -4vw;
    right: 8vw;
    border-width: 5.3333333333vw 4vw 0 0;
  }
}
.lp_wrap .result .result_list .left100 {
  margin-left: 100px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .result .result_list .left100 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .lp_wrap .result .result_list .order1 {
    order: 1;
  }
  .lp_wrap .result .result_list .order2 {
    order: 2;
    top: 5.3333333333vw;
  }
  .lp_wrap .result .result_list .order3 {
    order: 3;
  }
  .lp_wrap .result .result_list .order4 {
    order: 4;
    top: 5.3333333333vw;
  }
  .lp_wrap .result .result_list .order5 {
    order: 5;
  }
  .lp_wrap .result .result_list .order6 {
    order: 6;
    top: 5.3333333333vw;
  }
  .lp_wrap .result .result_list .order7 {
    order: 7;
  }
  .lp_wrap .result .result_list .order8 {
    order: 8;
    top: 5.3333333333vw;
  }
}
.lp_wrap .result .ttl-balloon {
  width: 590px;
  height: 120px;
  background-image: url(../img/balloon02.png);
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.1em;
  padding-right: 20px;
  margin-left: 145px;
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .result .ttl-balloon {
    width: 100%;
    height: auto;
    background: #5abca5;
    font-size: 5.0666666667vw;
    letter-spacing: 0.15em;
    padding: 4vw 8vw 4vw 5.3333333333vw;
    margin-left: 0;
    margin-bottom: 8vw;
    text-align: left;
  }
  .lp_wrap .result .ttl-balloon span {
    position: relative;
    z-index: 2;
  }
}
.lp_wrap .result .ttl-balloon::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -140px;
  width: 163px;
  height: 201px;
  background: url(../img/teacher01.png) center center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .result .ttl-balloon::after {
    right: 6.6666666667vw;
    bottom: 0;
    width: 30.2666666667vw;
    height: 37.3333333333vw;
    z-index: 1;
    background-image: url(../img/teacher01_sp.png);
  }
}
@media only screen and (max-width: 768px) {
  .lp_wrap .result .txt01 {
    padding: 0 4vw;
  }
}
.lp_wrap .type {
  background-color: #f5f0e6;
  padding: 60px 0 20px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .type {
    padding: 10.6666666667vw 0 5.3333333333vw;
  }
}
.lp_wrap .type .ttl04 {
  text-align: center;
}
.lp_wrap .type .box-l {
  display: flex;
  align-items: center;
  flex-basis: 450px;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .type .box-l {
    padding: 4vw;
  }
}
.lp_wrap .type .box-r {
  display: flex;
  flex-basis: 550px;
  background-color: #fff;
  padding: 30px 20px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .type .box-r {
    padding: 4vw 0;
  }
}
.lp_wrap .type .circle {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 25px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .type .circle {
    width: 23.3333333333vw;
    height: 23.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
.lp_wrap .type .circle strong {
  font-size: 40px;
  padding-bottom: 0.2em;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .type .circle strong {
    font-size: 8.5333333333vw;
  }
}
.lp_wrap .type .circle-next {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .type .circle-next {
    font-size: 4.2666666667vw;
  }
  .lp_wrap .type .circle-next img {
    width: 20.2666666667vw;
  }
}
.lp_wrap .type .list-disc {
  font-size: 17px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .type .list-disc {
    font-size: 3.7333333333vw;
    padding-left: 1.8em;
    letter-spacing: -0.02em;
  }
}
@media only screen and (max-width: 768px) {
  .lp_wrap .type .type_list {
    padding: 0 2vw;
  }
}
.lp_wrap .type .type_list > li {
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .type .type_list > li {
    border-radius: 0;
    margin-bottom: 0;
  }
}
.lp_wrap .type .type_list > li:nth-child(1) .box-l {
  background-color: #e78824;
  color: #e78824;
}
.lp_wrap .type .type_list > li:nth-child(2) .box-l {
  background-color: #009db9;
  color: #009db9;
}
.lp_wrap .type .type_list > li:nth-child(3) .box-l {
  background-color: #874b32;
  color: #874b32;
}
.lp_wrap .type .type_list > li:nth-child(4) .box-l {
  background-color: #50be6e;
  color: #50be6e;
}
.lp_wrap .type .note {
  font-size: 17px;
  background-color: #fff;
  border-radius: 20px;
  padding: 3px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .type .note {
    border-radius: 17.3333333333vw;
    border: 1px solid #000;
    margin: 4vw 2.6666666667vw 0;
    padding: 2.6666666667vw;
    font-size: 3.7333333333vw;
    text-align: center;
  }
  .lp_wrap .type .note img {
    width: 6.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.lp_wrap .select {
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .select {
    padding: 10.6666666667vw 4vw;
  }
}
.lp_wrap .course {
  background-color: #e9e6e6;
  padding: 60px 0 0;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .course {
    padding: 8vw 0 0;
  }
}
.lp_wrap .course .ttl01 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .course .ttl01 {
    margin-bottom: 4vw;
  }
}
.lp_wrap .course .box-l {
  flex-basis: 230px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .course .box-l {
    min-height: 26.6666666667vw;
    padding: 4vw;
  }
}
.lp_wrap .course .box-r {
  background-color: #fff;
  padding: 15px 30px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .course .box-r {
    padding: 4vw;
  }
}
.lp_wrap .course .txt01 {
  width: 100%;
  background-color: #fff;
  line-height: 26px;
  text-align: center;
  border-radius: 13px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .course .txt01 {
    width: 40vw;
    line-height: 4.8vw;
    border-radius: 2.4vw;
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.lp_wrap .course .txt02 {
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .course .txt02 {
    font-size: 5.0666666667vw;
  }
}
.lp_wrap .course .course_list li:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .course .course_list li:not(:last-child) {
    margin-bottom: 0;
  }
}
.lp_wrap .course .course_list li:nth-child(1) .box-l {
  background-color: #f0af00;
  color: #f0af00;
}
.lp_wrap .course .course_list li:nth-child(2) .box-l {
  background-color: #e78824;
  color: #e78824;
}
.lp_wrap .course .course_list li:nth-child(3) .box-l {
  background-color: #d76500;
  color: #d76500;
}
.lp_wrap .course .course_list li:nth-child(4) .box-l {
  background-color: #ca5800;
  color: #ca5800;
}
.lp_wrap .access {
  background-color: #e9e6e6;
  padding: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .access {
    padding: 0;
  }
}
.lp_wrap .access .ttl01 {
  color: #000;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding-top: 60px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .access .ttl01 {
    font-size: 5.3333333333vw;
    padding-top: 6.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.lp_wrap .access .map {
  margin-bottom: 20px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .access .map {
    margin-bottom: 0;
  }
  .lp_wrap .access .map iframe {
    height: 53.3333333333vw;
  }
}
.lp_wrap .access .box {
  background-color: #fff;
  padding: 35px 30px 25px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .access .box {
    padding: 4vw;
  }
}
.lp_wrap .access .txt-address,
.lp_wrap .access .txt-tel,
.lp_wrap .access .txt-train,
.lp_wrap .access .txt-direction {
  line-height: 1.4;
  font-weight: normal;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .access .txt-address,
.lp_wrap .access .txt-tel,
.lp_wrap .access .txt-train,
.lp_wrap .access .txt-direction {
    font-size: 4vw;
    padding-left: 8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.lp_wrap .access .txt-address img,
.lp_wrap .access .txt-tel img,
.lp_wrap .access .txt-train img,
.lp_wrap .access .txt-direction img {
  position: absolute;
  top: 0;
  left: 0;
}
.lp_wrap .access .txt-address img {
  width: 22px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .access .txt-address img {
    width: 4.6666666667vw;
  }
}
.lp_wrap .access .txt-tel img {
  width: 28px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .access .txt-tel img {
    width: 6.1333333333vw;
  }
}
.lp_wrap .access .txt-train {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .access .txt-train {
    margin: 6.6666666667vw 0 4vw;
    color: #ca5800;
    font-size: 4.8vw;
    font-weight: bold;
  }
}
.lp_wrap .access .txt-train img {
  width: 24px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .access .txt-train img {
    width: 5.0666666667vw;
  }
}
.lp_wrap .access .txt-direction {
  padding-left: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .access .txt-direction {
    padding-left: 4vw;
    margin-bottom: 2.6666666667vw;
  }
}
.lp_wrap .access .txt-direction strong {
  min-width: 6.5em;
  display: inline-block;
  font-size: 17px;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .access .txt-direction strong {
    display: block;
    color: #ca5800;
    font-size: 4.2666666667vw;
    font-weight: bold;
  }
}
.lp_wrap .access .txt-direction img {
  top: 8px;
  width: 10px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .access .txt-direction img {
    top: 2vw;
    width: 2.6666666667vw;
  }
}
.lp_wrap .covid-19 {
  background-color: #5abca5;
  padding: 40px 0 20px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .covid-19 {
    padding: 8vw 4vw 4vw;
  }
}
.lp_wrap .covid-19 .ttl01 {
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.lp_wrap .covid-19 .txt01 {
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .covid-19 .txt01 {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.lp_wrap .mail-form {
  padding: 60px 0 20px;
}
.lp_wrap .mail-form .must {
  border: solid 2px #943d37;
  font-size: 12px;
  padding: 2px 5px;
  margin: 0px 5px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .mail-form {
    padding: 8vw 4vw;
  }
}
.lp_wrap .lp_footer {
  background-color: #006e55;
  color: #fff;
  padding: 20px 0 100px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .lp_footer {
    padding: 4vw 4vw 13.3333333333vw;
  }
}
.lp_wrap .lp_footer .flex-pc {
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .lp_footer .footer_logo {
    width: 66.6666666667vw;
    margin-bottom: 24vw;
  }
}
.lp_wrap .lp_footer .btn-tel {
  font-size: 35px;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .lp_footer .btn-tel {
    font-size: 7.4666666667vw;
  }
}
.lp_wrap .lp_footer .btn-tel img {
  position: relative;
  top: -5px;
  width: 24px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .lp_footer .btn-tel img {
    width: 4.6666666667vw;
    top: -1.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp_wrap .lp_footer .txt01 {
    font-size: 4.2666666667vw;
  }
  .lp_wrap .lp_footer .txt01 span {
    letter-spacing: -0.1em;
  }
}
.lp_wrap .lp_footer .footer_nav li {
  line-height: 1;
  padding-left: 2em;
  position: relative;
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .lp_footer .footer_nav li {
    font-size: 4.2666666667vw;
    padding-left: 1.5em;
  }
}
.lp_wrap .lp_footer .footer_nav li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url(../img/icon_arrow.svg) center center/contain no-repeat;
}

.navi-course-button {
  display: none;
}/*# sourceMappingURL=lp_hoshu.css.map */




/* 地図CSS */
/* <div id="my-content" class="reset"> */
/* [★地図パターン1] */ 
/* </div> <!-- #my-content--> */ 

#my-content {
  min-width: 1140px;
  width: 100%;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  #my-content {
    min-width: unset;
    font-size: max(14px,min(3.467vw,16px));
    line-height: 1.78;
  }
}
#my-content .inner {
  max-width: 1040px; /* 1240px */
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  #my-content .inner {
    padding: 0 3.333vw;
  }
}
#my-content section {
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  #my-content section {
    padding: 8vw 0;
  }
}
#my-content .sec-ttl {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding: 0.5em 0;
  margin-bottom: 1.5em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #my-content .sec-ttl {
    font-size: max(10px,min(5.333vw,40px));
  }
}
#my-content .sec-ttl .--sub {
  display: block;
  color: #5368bd;
  font-family: "Zen Old Mincho";
  font-size: 30px;
  letter-spacing: normal;
}
@media only screen and (max-width: 768px) {
  #my-content .sec-ttl .--sub {
    font-size: max(14px,min(3.733vw,30px));
    letter-spacing: -0.1em;
  }
}
#my-content .sec-ttl small {
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: normal;
}
@media only screen and (max-width: 768px) {
  #my-content .sec-ttl small {
    font-size: max(12px,min(3.2vw,20px));
  }
}
#my-content .my-mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 999;
  padding-right: 50px;
  /* チェックボックスを非表示 */
  /* メニューボタンの装飾 */
  /* ドロワーメニューの装飾 */
  /* ドロワーメニューの背景 */
  /* ドロワーメニューの開閉 */
}
#my-content .my-mobile-nav.--fixed {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#my-content .my-mobile-nav .menu-logo {
  flex-grow: 1;
  padding: 5px 10px;
}
#my-content .my-mobile-nav .menu-logo img {
  width: 200px;
}
#my-content .my-mobile-nav .menu-checkbox {
  display: none;
}
#my-content .my-mobile-nav .menu-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
}
#my-content .my-mobile-nav .menu-button span {
  display: block;
  position: absolute;
  left: 10px;
  width: 30px;
  height: 4px;
  background-color: #000;
  border-radius: 2px;
}
#my-content .my-mobile-nav .menu-button span:nth-child(1) {
  top: 12px;
}
#my-content .my-mobile-nav .menu-button span:nth-child(2) {
  top: calc(50% - 2px);
}
#my-content .my-mobile-nav .menu-button span:nth-child(3) {
  bottom: 12px;
}
#my-content .my-mobile-nav .drawer-menu {
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 200;
  max-height: 100vh;
  max-width: 200px;
  width: 100%;
  transform: translateX(100%);
  transition: 0.5s;
  background-color: #fff;
  overflow-y: auto;
}
#my-content .my-mobile-nav .drawer-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#my-content .my-mobile-nav .drawer-menu ul li {
  text-align: center;
}
#my-content .my-mobile-nav .drawer-menu ul li a {
  border-top: 1px solid #000;
  display: block;
  padding: 10px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}
#my-content .my-mobile-nav .drawer-menu ul li:nth-child(4) a {
  background: linear-gradient(0deg, rgb(205, 148, 30) 0%, rgb(255, 198, 50) 99.95%);
  color: #fff;
  border: none;
}
#my-content .my-mobile-nav .drawer-menu ul li:nth-child(5) a {
  background: linear-gradient(0deg, rgb(134, 40, 40) 0.08%, rgb(140, 42, 42) 20.28%, rgb(157, 47, 49) 47.24%, rgb(185, 55, 60) 77.88%, rgb(209, 62, 70) 99.92%);
  color: #fff;
  border: none;
}
#my-content .my-mobile-nav .menu-background {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
#my-content .my-mobile-nav .menu-checkbox:checked ~ .menu-button span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}
#my-content .my-mobile-nav .menu-checkbox:checked ~ .menu-button span:nth-child(2) {
  top: 50%;
  transform: rotate(-45deg);
}
#my-content .my-mobile-nav .menu-checkbox:checked ~ .menu-button span:nth-child(3) {
  display: none;
}
#my-content .my-mobile-nav .menu-checkbox:checked ~ .drawer-menu {
  transform: translateX(0);
}
#my-content .my-mobile-nav .menu-checkbox:checked ~ .menu-background {
  display: block;
}
#my-content .my-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  min-height: 100px;
  padding: 0 20px;
  margin: 0 auto;
}
#my-content .my-header__logo {
  margin-right: 40px;
}
#my-content .my-header__menu {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  margin: 0 -10px;
}
#my-content .my-header__menu li {
  padding: 0 5px;
}
#my-content .my-header__menu li a {
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 10px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: normal;
}
#my-content .my-header__menu li a.active {
  pointer-events: none;
  background-color: #b7ccff !important;
  border-color: #b7ccff !important;
}
#my-content .my-header__menu li a:hover {
  opacity: 1;
}
#my-content .my-header__menu li:nth-child(-n+3) a {
  width: 160px;
  border: 1px solid #000;
}
#my-content .my-header__menu li:nth-child(-n+3) a:hover {
  background-color: #b7ccff;
  border-color: #b7ccff;
}
#my-content .my-header__menu li:nth-child(4) a {
  width: 180px;
  background: linear-gradient(0deg, rgb(205, 148, 30) 0%, rgb(255, 198, 50) 99.95%);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
}
#my-content .my-header__menu li:nth-child(4) a:hover {
  background: rgb(255, 198, 50);
}
#my-content .my-header__menu li:nth-child(5) a {
  width: 180px;
  background: linear-gradient(0deg, rgb(134, 40, 40) 0.08%, rgb(140, 42, 42) 20.28%, rgb(157, 47, 49) 47.24%, rgb(185, 55, 60) 77.88%, rgb(209, 62, 70) 99.92%);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
}
#my-content .my-header__menu li:nth-child(5) a:hover {
  background: rgb(209, 62, 70);
}
#my-content .mv {
  height: 440px;
  background: url(../img/mv_bg.jpg) center center/auto 100% no-repeat;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #my-content .mv {
    height: auto;
    background: url(../img/mv_bg_sp.jpg) center center/cover no-repeat;
  }
  #my-content .mv .inner {
    padding: 0;
  }
}
#my-content .mv__txt {
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  #my-content .mv__txt {
    padding-top: 0;
  }
}
#my-content .nantoka {
  background-color: #7186db;
  padding: 0;
  text-align: center;
}
#my-content .nantoka__catch {
  width: fit-content;
  padding: 20px 140px 10px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #my-content .nantoka__catch {
    width: 100%;
    padding: 5.333vw 0 2.667vw;
  }
}
#my-content .nantoka__catch::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 108px;
  height: 120px;
  background: url(../img/nantoka_img01.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  #my-content .nantoka__catch::before {
    margin-bottom: 16.667vw;
    width: 17.867vw;
    height: 25.067vw;
    background-image: url(../img/nantoka_img01_sp.svg);
  }
}
#my-content .nantoka__catch::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 103px;
  height: 122px;
  background: url(../img/nantoka_img02.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  #my-content .nantoka__catch::after {
    margin-bottom: 16.667vw;
    width: 17.333vw;
    height: 24.8vw;
    background-image: url(../img/nantoka_img02_sp.svg);
  }
}
#my-content .nantoka__catch__txt01 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #ffe678;
  font-family: "Zen Old Mincho";
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #my-content .nantoka__catch__txt01 {
    flex-direction: column;
    align-items: center;
    font-size: max(10px,min(7.467vw,56px));
  }
}
#my-content .nantoka__catch__txt01 small {
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  #my-content .nantoka__catch__txt01 small {
    font-size: max(10px,min(3.733vw,28px));
  }
}
#my-content .nantoka__catch__txt01 img {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  #my-content .nantoka__catch__txt01 img {
    width: 49.333vw;
    margin-left: 0;
    margin-top: 2.667vw;
  }
}
#my-content .nantoka__catch__txt02 {
  width: 600px;
  background-color: #fff;
  border-radius: 14px;
  color: #d15e28;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 28px;
  margin: 15px auto 10px;
}
@media only screen and (max-width: 768px) {
  #my-content .nantoka__catch__txt02 {
    width: unset;
    border-radius: 0;
    font-size: max(10px,min(4vw,30px));
    line-height: 2;
    margin: 4vw -3.333vw 2.667vw;
    position: relative;
    z-index: 1;
  }
}
#my-content .nantoka__catch__txt03 {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  #my-content .nantoka__catch__txt03 {
    width: fit-content;
    font-size: max(10px,min(3.2vw,24px));
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin: 0 auto;
    text-align: left;
  }
}
#my-content .nantoka__catch__txt03 strong {
  font-weight: 800;
}
#my-content .order {
  padding: 30px 0 20px;
}
@media only screen and (max-width: 768px) {
  #my-content .order {
    padding: 5.333vw 0 0;
  }
}
#my-content .order__txt01 {
  font-family: "Zen Old Mincho";
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1.5em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #my-content .order__txt01 {
    font-size: max(10px,min(3.467vw,26px));
  }
}
#my-content .order__txt01 strong {
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  #my-content .order__txt01 strong {
    font-size: max(10px,min(4vw,30px));
  }
}
#my-content .order__box {
  display: flex;
  justify-content: center;
  background-color: #fff8e0;
  border-radius: 20px;
  padding: 60px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #my-content .order__box {
    padding: 8vw 3.333vw;
  }
}
#my-content .order__list {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #my-content .order__list {
    font-size: max(15px,min(3.867vw,22px));
  }
}
#my-content .order__list li {
  padding-left: 35px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #my-content .order__list li {
    padding-left: 2em;
  }
}
#my-content .order__list li:not(:last-child) {
  margin-bottom: 1.5em;
}
#my-content .order__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 42px;
  background: url(../img/icon_hint.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  #my-content .order__list li::before {
    width: 1.4em;
    height: 1.8em;
  }
}
#my-content .order__txt02 {
  width: fit-content;
  font-family: "Zen Old Mincho";
  font-size: 22px;
  font-weight: bold;
  padding-left: 120px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #my-content .order__txt02 {
    font-size: max(14px,min(3.733vw,22px));
    padding-left: 20vw;
    text-align: left;
  }
}
#my-content .order__txt02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 102px;
  height: 105px;
  background: url(../img/order_img01.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  #my-content .order__txt02::before {
    width: 17.467vw;
    height: 18vw;
  }
}
#my-content .order__txt02 strong {
  font-size: 24px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #my-content .order__txt02 strong {
    font-size: max(16px,min(4.133vw,24px));
  }
}
#my-content .order__txt02 strong::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d15e28;
}
#my-content .intro {
  padding: 30px 0 70px;
}
@media only screen and (max-width: 768px) {
  #my-content .intro {
    padding: 8vw 0 3.333vw;
  }
}
#my-content .intro__flex {
  display: flex;
  align-items: center;
  margin: 0 -15px;
}
@media only screen and (max-width: 768px) {
  #my-content .intro__flex {
    flex-direction: column;
    margin: -20px 0 0;
  }
}
#my-content .intro__flex > * {
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  #my-content .intro__flex > * {
    padding: 20px 0 0;
  }
}
#my-content .intro__list {
  max-width: 680px;
}
#my-content .intro__list li {
  padding-left: 1.5em;
  font-family: "Zen Old Mincho";
  font-size: 26px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #my-content .intro__list li {
    font-size: max(13px,min(3.467vw,26px));
  }
}
#my-content .intro__list li:not(:last-child) {
  margin-bottom: 1em;
}
#my-content .intro__list li::before {
  color: #5368bd;
  font-size: 0.9em;
  content: "□";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#my-content .intro__list li strong {
  font-family: "Noto Sans JP";
  font-size: 34px;
  background: linear-gradient(transparent 60%, #ffe678 60%);
}
@media only screen and (max-width: 768px) {
  #my-content .intro__list li strong {
    font-size: max(17px,min(4.533vw,34px));
  }
}
#my-content .intro__img {
  max-width: 550px;
}
@media only screen and (max-width: 768px) {
  #my-content .intro__img {
    max-width: 100%;
  }
}
#my-content .cta {
  background-color: #cbdcff;
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  #my-content .cta {
    padding: 20px 0;
  }
}
#my-content .cta__flex {
  display: flex;
  margin: 0 -10px;
}
@media only screen and (max-width: 768px) {
  #my-content .cta__flex {
    flex-direction: column;
    align-items: center;
    margin: -10px 0 0;
  }
}
#my-content .cta__flex > * {
  width: 50%;
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  #my-content .cta__flex > * {
    width: 100%;
    margin: 10px 0 0;
  }
}
#my-content .cta__box {
  background-color: #fff;
  border-radius: 30px;
  padding: 45px;
}
@media only screen and (max-width: 768px) {
  #my-content .cta__box {
    border-radius: 15px;
    padding: 30px 20px 20px;
  }
}
#my-content .cta__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  font-family: "Zen Old Mincho";
  font-size: 22px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #my-content .cta__txt {
    min-height: unset;
    font-size: max(14px,min(2.933vw,22px));
    margin-bottom: 0.5em;
  }
}
#my-content .cta__arrow {
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #my-content .cta__arrow img {
    width: 75px;
  }
}
#my-content .cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 110px;
  border-radius: 20px;
  box-shadow: 4.19px 4.19px 2.99px rgba(0, 0, 0, 0.75);
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #my-content .cta__btn {
    height: 17.333vw;
    border-radius: 10px;
    font-size: max(18px,min(4.8vw,30px));
  }
}
#my-content .cta__btn.--yellow {
  background: linear-gradient(0deg, rgb(205, 148, 30) 0%, rgb(255, 198, 50) 99.95%);
}
#my-content .cta__btn.--red {
  background: linear-gradient(0deg, rgb(134, 40, 40) 0.08%, rgb(140, 42, 42) 20.28%, rgb(157, 47, 49) 47.24%, rgb(185, 55, 60) 77.88%, rgb(209, 62, 70) 99.92%);
}
#my-content .cta__txt02 {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: bold;
  padding: 1em 0 0.5em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #my-content .cta__txt02 {
    background-color: #fff;
    font-size: max(18px,min(4.533vw,30px));
    margin: 20px -3.333vw 0;
  }
}
#my-content .cta__txt02 img {
  position: relative;
  top: -0.1em;
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  #my-content .cta__txt02 img {
    width: 1em;
  }
}
#my-content .cta__box02 {
  background-color: #fff;
  padding: 15px 20px 10px 200px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #my-content .cta__box02 {
    margin: 0 -3.333vw;
    padding: 0 20px;
  }
}
#my-content .cta__img {
  position: absolute;
  bottom: 0;
  left: 100px;
}
@media only screen and (max-width: 768px) {
  #my-content .cta__img {
    left: 7.2vw;
  }
}
#my-content .cta__img img {
  width: 130px;
}
@media only screen and (max-width: 768px) {
  #my-content .cta__img img {
    width: 25.733vw;
  }
}
#my-content .cta__tel-list {
  display: flex;
  font-family: "Zen Old Mincho";
  font-weight: bold;
  line-height: 1.2;
  max-width: 800px;
  margin: 0 auto 10px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #my-content .cta__tel-list {
    max-width: 66.667vw;
    flex-direction: column;
  }
}
#my-content .cta__tel-list > * {
  flex-grow: 1;
  margin: 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 768px) {
  #my-content .cta__tel-list > * {
    padding: 10px 0;
  }
}
#my-content .cta__tel-list a {
  font-size: 26px;
}
@media only screen and (max-width: 768px) {
  #my-content .cta__tel-list a {
    font-size: max(26px,min(6.933vw,40px));
  }
}
#my-content .cta__tel-note {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Old Mincho";
  font-size: 20px;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #my-content .cta__tel-note {
    justify-content: flex-start;
    font-size: max(16px,min(4.533vw,30px));
    padding-left: 30%;
    margin-top: 0.5em;
  }
}
#my-content .cta__tel-note small {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  #my-content .cta__tel-note small {
    font-size: max(12px,min(3.2vw,18px));
  }
}
#my-content .cta__tel-note img {
  width: 0.9em;
  height: auto;
  margin-right: 10px;
}
#my-content .feature {
  padding: 0;
  background-color: #fff8e0;
}
#my-content .feature__bg {
  background-color: #5368bd;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  #my-content .feature__bg {
    padding: 8vw 0;
  }
}
#my-content .feature__ttl {
  font-family: "Noto Sans JP";
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #my-content .feature__ttl {
    font-size: 20px;
    font-size: max(10px,min(5.333vw,40px));
  }
  #my-content .feature__ttl.--sp-border {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 1em 0;
  }
}
#my-content .feature__box {
  background: url(../img/feature_bg.jpg) left center/auto 100% no-repeat;
  background-color: #fff;
  height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 400px;
}
@media only screen and (max-width: 768px) {
  #my-content .feature__box {
    height: 80vw;
    background: url(../img/feature_bg_sp.jpg) center center/cover no-repeat;
    align-items: flex-end;
    margin: 0 -3.333vw;
    padding: 3.333vw 3.333vw;
  }
}
#my-content .feature__list {
  width: 600px;
  counter-reset: count;
}
@media only screen and (max-width: 768px) {
  #my-content .feature__list {
    width: 100%;
    background-color: #fff;
    padding: 3.333vw 3.333vw 3.333vw;
  }
}
#my-content .feature__list li {
  border-bottom: 1px solid #5368bd;
  font-family: "Zen Old Mincho";
  font-size: 28px;
  counter-increment: count;
  padding: 0 1em;
}
@media only screen and (max-width: 768px) {
  #my-content .feature__list li {
    font-size: max(16px,min(4.267vw,28px));
    padding: 0 0.5em;
  }
}
#my-content .feature__list li::before {
  content: counter(count);
  padding-right: 1em;
}
@media only screen and (max-width: 768px) {
  #my-content .feature__list li::before {
    padding-right: 0.5em;
  }
}
#my-content .feature__no {
  width: 1.4em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #5368bd;
  font-family: "Noto Sans JP";
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  padding: 0.1em 0 0.2em;
  margin: 0.7em auto 0.5em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #my-content .feature__no {
    font-size: max(37px,min(10vw,50px));
  }
}
#my-content .feature__flex {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #my-content .feature__flex {
    margin: -10px 0 0;
    padding: 0;
    background-color: unset;
  }
}
#my-content .feature__flex > li {
  width: 50%;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #my-content .feature__flex > li {
    width: 100%;
    padding: 10px 0 0;
  }
}
#my-content .feature__box-txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Zen Old Mincho";
  padding: 20px 45px;
}
@media only screen and (max-width: 768px) {
  #my-content .feature__box-txt {
    background-color: #fff;
    padding: 3.333vw;
  }
}
#my-content .feature__box-img {
  width: 100%;
}
#my-content .feature__box-check {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ffe678;
  padding: 30px 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #my-content .feature__box-check {
    padding: 5.333vw 3.333vw;
  }
}
#my-content .feature__box-ttl {
  color: #5368bd;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #my-content .feature__box-ttl {
    font-size: max(16px,min(4vw,24px));
  }
}
#my-content .feature__list-check {
  font-family: "Zen Old Mincho";
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #my-content .feature__list-check {
    font-size: max(14px,min(3.467vw,19px));
  }
}
#my-content .feature__list-check li {
  padding-left: 1.5em;
  position: relative;
}
#my-content .feature__list-check li:not(:last-child) {
  margin-bottom: 0.3em;
}
#my-content .feature__list-check li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.84em;
  height: 0.63em;
  background: url(../img/icon_check.svg) center center/contain no-repeat;
}
#my-content .feature__flex02 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#my-content .feature__flex02 img {
  width: 200px;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  #my-content .feature__flex02 img {
    width: 50%;
  }
}
#my-content .feature figure + figure {
  margin-top: 20px;
}
#my-content .feature p + h4 {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  #my-content .feature p + h4 {
    margin-top: 20px;
  }
}
#my-content .goal {
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  #my-content .goal {
    padding: 10.667vw 0;
  }
}
#my-content .goal__list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -10px 0;
}
@media only screen and (max-width: 768px) {
  #my-content .goal__list {
    margin: -10px 0 0;
  }
}
#my-content .goal__list > li {
  width: 50%;
  padding: 20px 10px 0;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #my-content .goal__list > li {
    width: 100%;
    padding: 10px 0 0;
  }
}
#my-content .goal__box {
  width: 100%;
  border: 1px solid #000;
  padding: 10px 10px 40px;
}
@media only screen and (max-width: 768px) {
  #my-content .goal__box {
    padding: 10px 10px 30px;
  }
}
#my-content .goal__box02 {
  width: 100%;
  border: 1px solid #000;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  #my-content .goal__box02 {
    padding: 20px;
  }
}
#my-content .goal__box03 {
  width: 100%;
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  #my-content .goal__box03 {
    font-size: max(10px,min(2.933vw,14px));
    letter-spacing: -0.05em;
  }
}
#my-content .goal__box03 .p + .p {
  margin-top: 5px;
}
#my-content .goal__img {
  margin-bottom: 10px;
}
#my-content .goal__ttl {
  color: #5368bd;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.5em;
  text-align: center;
}
#my-content .goal__ttl a {
  position: relative;
}
#my-content .goal__ttl a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #5368bd;
}
@media only screen and (max-width: 768px) {
  #my-content .goal__ttl {
    font-size: max(16px,min(4vw,24px));
  }
}
#my-content .goal__list-flex {
  max-width: 460px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #my-content .goal__list-flex {
    max-width: 80%;
  }
}
#my-content .goal__list-disc {
  max-width: 460px;
  flex-grow: 1;
  list-style: disc;
  font-family: "Zen Old Mincho";
  font-size: 19px;
  padding-left: 1em;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #my-content .goal__list-disc {
    max-width: 80%;
    font-size: max(14px,min(3.467vw,19px));
  }
}
#my-content .goal__list-disc li {
  line-height: 1.4;
}
#my-content .goal__list-disc li:not(:last-child) {
  margin-bottom: 0.2em;
}
#my-content .goal__list-link li {
  margin-left: 15px;
  position: relative;
}
#my-content .goal__list-link li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 8px;
  height: 20px;
  background-color: #b7ccff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#my-content .voice {
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  #my-content .voice {
    padding: 8vw 0;
  }
}
#my-content .voice__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media only screen and (max-width: 768px) {
  #my-content .voice__list {
    margin: -10px 0 0;
  }
}
#my-content .voice__list > li {
  width: 33.3333333333%;
  padding: 0 15px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #my-content .voice__list > li {
    width: 100%;
    padding: 10px 0 0;
  }
}
#my-content .voice__box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #000;
  padding: 40px 20px 0;
}
@media only screen and (max-width: 768px) {
  #my-content .voice__box {
    padding: 30px 20px 0;
  }
}
#my-content .voice__ttl {
  font-family: "Zen Old Mincho";
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  #my-content .voice__ttl {
    font-size: max(20px,min(6.667vw,28px));
  }
}
#my-content .voice__txt {
  font-family: "Zen Old Mincho";
  margin-bottom: 20px;
}
#my-content .voice__name {
  width: 100%;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: auto;
  margin-bottom: 15px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #my-content .voice__name {
    font-size: 13px;
  }
}
#my-content .voice__img {
  margin: 0 -20px;
}
#my-content .access {
  background-color: #f9f9f9;
}
#my-content .access__txt {
  font-family: "Noto Sans JP";
  text-align: center;
  margin-bottom: 2em;
}
#my-content .access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -10px 0;
}
@media only screen and (max-width: 768px) {
  #my-content .access__list {
    margin: -10px 0 0;
  }
}
#my-content .access__list > li {
  width: 50%;
  padding: 20px 10px 0;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #my-content .access__list > li {
    width: 100%;
    padding: 10px 0 0;
  }
}
#my-content .access__box {
  width: 100%;
  background-color: #fff;
  border: 1px solid #808080;
  color: #808080;
  font-size: 14px;
  line-height: 1.4;
  padding: 9px 9px 0;
}
#my-content .access__box__inner {
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  #my-content .access__box__inner {
    padding: 3.333vw;
  }
}
@media only screen and (max-width: 768px) {
  #my-content .access img {
    height: 44vw;
  }
}
#my-content .access__name {
  color: #000;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  #my-content .access__name {
    font-size: 16px;
  }
}
#my-content .access__traffic {
  padding-left: 30px;
  margin-bottom: 1em;
  position: relative;
}
#my-content .access__traffic::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 17px;
  height: 24px;
  background: url(../img/icon_train.svg) center center/contain no-repeat;
}
#my-content .access__address {
  padding-left: 30px;
  margin-bottom: 1em;
  position: relative;
}
#my-content .access__address::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 22px;
  background: url(../img/icon_address.svg) center center/contain no-repeat;
}
#my-content .access__tel {
  padding-left: 30px;
  margin-bottom: 1em;
  position: relative;
}
#my-content .access__tel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 21px;
  background: url(../img/icon_contact.svg) center center/contain no-repeat;
}
#my-content .access__img-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -5px;
}
#my-content .access__img-flex > * {
  width: 50%;
  padding: 10px 5px 0;
}
#my-content .access__note01 {
  font-family: "Noto Sans JP";
  font-weight: 500;
  line-height: 25px;
  text-align: right;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #my-content .access__note01 {
    text-align: center;
  }
}
#my-content .access__note01 span {
  display: inline-block;
  width: 124px;
  background-color: #7186db;
  border-radius: 14px;
  color: #fff;
  margin: 2px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #my-content .access__note01 span {
    width: 32%;
  }
}
#my-content .access__note02 {
  max-width: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin: 10px 0 0 auto;
}
@media only screen and (max-width: 768px) {
  #my-content .access__note02 {
    max-width: unset;
  }
}
#my-content .access__note02 img {
  margin-right: 10px;
  height: auto;
}
#my-content .contact__ttl {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #my-content .contact__ttl {
    font-size: max(10px,min(5.333vw,40px));
  }
}
#my-content .my-footer {
  background-color: #333333;
  padding: 90px 0;
}
@media only screen and (max-width: 768px) {
  #my-content .my-footer {
    padding: 40px 0;
  }
}
#my-content .my-footer__logo {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #my-content .my-footer__logo img {
    width: 280px;
  }
}
#my-content .my-footer__address {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  #my-content .my-footer__address {
    font-size: max(12px,min(3.2vw,14px));
  }
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage {
    padding-top: 50px;
  }
}
#my-content.--subpage .my-mobile-nav .menu-logo {
  padding: 15px 10px;
}
#my-content.--subpage .mv {
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .mv {
    height: auto;
    background-position: center top;
    background-size: 100% auto;
    padding-top: 0;
  }
}
#my-content.--subpage .mv .inner {
  max-width: 1000px;
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .mv .inner {
    padding: 0 3.333vw;
  }
}
#my-content.--subpage .mv .mv__over {
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .mv .mv__over {
    height: 65.333vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 2.667vw;
  }
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .mv__catch {
    width: 30.933vw;
  }
}
#my-content.--subpage .mv__tag {
  display: flex;
  margin: 10px -5px 20px;
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .mv__tag {
    margin: 1.333vw -5 2.667vw;
  }
}
#my-content.--subpage .mv__tag span {
  display: inline-block;
  border-radius: 1em;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding: 0 2em;
  margin: 0 5px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .mv__tag span {
    flex-grow: 1;
    font-size: max(10px,min(3.467vw,26px));
    padding: 0 1em;
  }
}
#my-content.--subpage .mv__tag .--orange {
  background-color: #d15e28;
}
#my-content.--subpage .mv__tag .--blue {
  background-color: #5368bd;
}
#my-content.--subpage .mv__ttl {
  display: flex;
  align-items: center;
  color: #000;
  font-family: "Zen Old Mincho";
  font-size: 65px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.13;
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .mv__ttl {
    justify-content: center;
    font-size: max(10px,min(9.333vw,70px));
    font-weight: bold;
    text-shadow: 2px 0 0 #fff, 2px 2px 0 #fff, 0 2px 0 #fff, -2px 2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 0 -2px 0 #fff, 2px -2px 0 #fff;
    text-align: center;
  }
}
#my-content.--subpage .mv__ttl strong {
  color: #5368bd;
  font-size: 85px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .mv__ttl strong {
    font-size: max(10px,min(13.333vw,100px));
  }
}
#my-content.--subpage .mv__list {
  color: #5368bd;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .mv__list {
    width: fit-content;
    font-size: max(10px,min(5.333vw,40px));
    margin: 0.5em auto;
  }
}
#my-content.--subpage .mv__list li {
  padding: 0.5em 0 0.5em 2em;
  position: relative;
}
#my-content.--subpage .mv__list li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 1.4em;
  height: 1.1em;
  background: url(../img/icon_check_square.svg) center center/contain no-repeat;
}
#my-content.--subpage .mv__sp-img {
  display: none;
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .mv__sp-img {
    display: block;
    margin: -3.067vw -3.333vw 0;
    text-align: center;
  }
}
#my-content.--subpage .plan {
  background-color: #cbdcff;
}
#my-content.--subpage .plan .sec-ttl {
  border-top: none;
  border-bottom: 2px solid #5368bd;
  font-family: "Zen Old Mincho";
  font-size: 40px;
  font-weight: bold;
  letter-spacing: normal;
  padding: 0 0 0.2em;
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .plan .sec-ttl {
    font-size: max(20px,min(8vw,40px));
    line-height: 1.2;
    margin-left: -3.333vw;
    margin-right: -3.333vw;
  }
}
#my-content.--subpage .plan__row {
  display: flex;
  margin: 0 -20px 30px;
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .plan__row {
    flex-direction: column;
    margin: -20px 0 0;
  }
}
#my-content.--subpage .plan__row > li {
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .plan__row > li {
    width: 100%;
    padding: 20px 0 0;
  }
}
#my-content.--subpage .plan__row-item2 {
  width: 50%;
}
#my-content.--subpage .plan__row-item1 {
  width: 100%;
}
#my-content.--subpage .plan__box {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  padding: 40px 40px;
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .plan__box {
    padding: 20px 5.333vw;
  }
}
#my-content.--subpage .plan__box-img {
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .plan__box-img {
    margin-bottom: 20px;
  }
}
#my-content.--subpage .plan__box-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#my-content.--subpage .plan__box-heading {
  position: relative;
  max-width: 360px;
  min-height: 240px;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .plan__box-heading {
    max-width: 57.6vw;
    min-height: 38.4vw;
  }
}
#my-content.--subpage .plan__ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 140px;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 0.5em;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 65%, 50% 100%, 0 65%);
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .plan__ttl {
    height: 22.4vw;
    font-size: max(16px,min(4.8vw,30px));
  }
}
#my-content.--subpage .plan__ttl small {
  font-size: 0.66em;
}
#my-content.--subpage .plan__ttl.--blue {
  color: #fff;
  background-color: #7186db;
}
#my-content.--subpage .plan__ttl.--yellow {
  color: #5368bd;
  background-color: #ffda32;
}
#my-content.--subpage .plan__ttl.--green {
  background-color: #93c57d;
}
#my-content.--subpage .plan__ttl-shadow {
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
}
#my-content.--subpage .plan__ttl-list {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  padding: 1em 1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .plan__ttl-list {
    font-size: max(14px,min(3.733vw,17px));
  }
}
#my-content.--subpage .plan__ttl-list li {
  padding-bottom: 5px;
  border-bottom: 1px solid #b3b3b3;
}
#my-content.--subpage .plan__ttl-list li:not(:last-child) {
  margin-bottom: 5px;
}
#my-content.--subpage .plan__txt {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.88;
  padding: 0 10px;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .plan__txt {
    font-size: 1em;
  }
}
#my-content.--subpage .plan__check {
  border: 1px solid #5368bd;
  color: #5368bd;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding: 1em;
  margin-top: auto;
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .plan__check {
    font-size: max(12px,min(3.733vw,20px));
  }
}
#my-content.--subpage .plan__check-list li {
  padding-left: 2.2em;
  position: relative;
}
#my-content.--subpage .plan__check-list li:not(:last-child) {
  margin-bottom: 0.7em;
}
#my-content.--subpage .plan__check-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.4em;
  height: 1.3em;
  background: url(../img/icon_check_square.svg) center center/contain no-repeat;
}
#my-content.--subpage .course .sec-ttl {
  border: none;
  font-family: "Zen Old Mincho";
  font-size: 40px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .course .sec-ttl {
    font-size: max(20px,min(8vw,40px));
  }
}
#my-content.--subpage .course__txt {
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .course__txt {
    margin-bottom: 20px;
    padding: 0 5.333vw;
    text-align: left;
  }
}
#my-content.--subpage .course__list > li:not(:last-child) {
  margin-bottom: 30px;
}
#my-content.--subpage .course__box {
  border: 1px solid #000;
  padding: 20px 30px 25px;
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .course__box {
    padding: 20px 5.333vw 30px;
  }
}
#my-content.--subpage .course__box-ttl {
  border-bottom: 1px solid #5368bd;
  color: #5368bd;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .course__box-ttl {
    font-size: max(18px,min(5.333vw,23px));
  }
}
#my-content.--subpage .course__box-flex {
  display: flex;
  margin: 0 -15px;
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .course__box-flex {
    flex-direction: column;
    margin: -20px 0 0;
  }
}
#my-content.--subpage .course__box-flex > * {
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .course__box-flex > * {
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .course__box-flex-right {
    padding-left: 2.667vw;
    padding-right: 2.667vw;
  }
}
#my-content.--subpage .course__box-txt {
  width: 458px;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .course__box-txt {
    width: 100%;
  }
}
#my-content.--subpage .course__box-list {
  width: 300px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .course__box-list {
    width: 100%;
    font-size: max(14px,min(3.733vw,17px));
  }
}
#my-content.--subpage .course__box-list li {
  border-bottom: 1px solid #b3b3b3;
  padding: 0.3em 0;
}
#my-content.--subpage .course__box-list-ttl {
  background-color: #7186db;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .course__box-list-ttl {
    font-size: max(14px,min(3.733vw,17px));
    line-height: 1.7;
  }
}
#my-content.--subpage .course__box-note01 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .course__box-note01 {
    font-size: max(14px,min(4vw,17px));
  }
}
#my-content.--subpage .course__box-note02 {
  border: 1px solid;
  color: #5368bd;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #my-content.--subpage .course__box-note02 {
    font-size: max(12px,min(3.733vw,16px));
  }
}
#my-content.--shogaku .mv {
  background-image: url(../img/shogaku_mv.jpg);
}
@media only screen and (max-width: 768px) {
  #my-content.--shogaku .mv {
    background-image: url(../img/shogaku_mv_sp.jpg);
  }
}
#my-content.--chugaku .mv {
  background-image: url(../img/chugaku_mv.jpg);
}
@media only screen and (max-width: 768px) {
  #my-content.--chugaku .mv {
    background-image: url(../img/chugaku_mv_sp.jpg);
  }
}
#my-content.--chugaku .mv__ttl {
  display: block;
  font-size: 60px;
}
@media only screen and (max-width: 768px) {
  #my-content.--chugaku .mv__ttl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: max(10px,min(11.333vw,85px));
  }
  #my-content.--chugaku .mv__ttl strong {
    margin-top: 1.333vw;
  }
}
#my-content.--chugaku .mv__list {
  max-width: 600px;
  column-count: 2;
}
@media only screen and (max-width: 768px) {
  #my-content.--chugaku .mv__list {
    column-count: 1;
  }
}
#my-content.--koko .mv {
  background-image: url(../img/koko_mv.jpg);
}
@media only screen and (max-width: 768px) {
  #my-content.--koko .mv {
    background-image: url(../img/koko_mv_sp.jpg);
  }
}
#my-content.--koko .mv .inner {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#my-content.--koko .mv__list {
  width: 580px;
  column-count: 2;
}
@media only screen and (max-width: 768px) {
  #my-content.--koko .mv__list {
    width: unset;
    column-count: 1;
  }
}

.navi-course-button {
  display: none;
}/*# sourceMappingURL=lp_toukikoshu.css.map */
