@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;
  overflow-x: hidden;
}
@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 0 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 0.6666666667vw;
  }
}
.lp_wrap .marker-pink {
  padding: 0 0 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 0.6666666667vw;
  }
}
.lp_wrap .marker-green {
  padding: 0 0 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 0.6666666667vw;
  }
}
.lp_wrap .mv {
  background: url(../img/mv_bg.jpg) center center/cover no-repeat;
  text-align: center;
}
.lp_wrap .mv .lp_inner {
  max-width: 1097px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .mv {
    background: none;
  }
  .lp_wrap .mv .lp_inner {
    width: 100%;
  }
}
@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;
  text-align: left;
}
.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: 450px;
  position: relative;
  padding-left: 30px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .trouble .trouble_list li span {
    width: 85.3333333333vw;
    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;
  padding-bottom: 20px;
}
.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 .curriculum {
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .curriculum {
    padding: 4vw;
    margin-top: 4vw;
  }
}
.lp_wrap .curriculum::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #fff;
}
.lp_wrap .curriculum .ttl03 {
  position: relative;
}
.lp_wrap .curriculum .scroll-area {
  position: relative;
  overflow-x: scroll;
  padding-bottom: 10px;
}
.lp_wrap .curriculum .scroll-area .img {
  width: 2282px;
}
.lp_wrap .curriculum .download {
  position: relative;
  text-align: right;
}
.lp_wrap .curriculum .download a {
  text-decoration: underline;
  color: blue;
}
.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: 20px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .contact .ttl01 {
    font-size: 5.0666666667vw;
    margin-bottom: 4vw;
  }
}
.lp_wrap .contact .flex-pc {
  margin: 0 -15px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .contact .flex-pc {
    margin: 0;
  }
}
.lp_wrap .contact .flex-pc > * {
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .contact .flex-pc > * {
    padding: 0;
  }
}
.lp_wrap .contact .flex_item-l {
  flex-shrink: 0;
}
.lp_wrap .contact .flex_item-r {
  flex-grow: 1;
}
.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-mail,
.lp_wrap .contact .btn-document {
  width: 100%;
  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: linear-gradient(0deg, #8b211e 0, #9f3532 100%);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
.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: linear-gradient(0deg, #3e95b0 0, #52a9c4 100%);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
.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__tel {
  border-bottom: 1px solid #9f3532;
  color: #9f3532;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  align-items: center;
  padding: 0.1em 0.5em;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .contact__tel {
    font-size: 7.3333333333vw;
  }
}
.lp_wrap .contact__tel span {
  display: inline-block;
  width: 113px;
  line-height: 26px;
  background-color: #9f3532;
  border-radius: 13px;
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  margin-right: 1em;
  margin-top: 0.3em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .contact__tel span {
    width: 20vw;
    border-radius: 2.6666666667vw;
    font-size: 2.6666666667vw;
    line-height: 5.3333333333vw;
  }
}
.lp_wrap .contact__note {
  color: #333;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .contact__note {
    font-size: 3.7333333333vw;
    letter-spacing: 0.1em;
    margin-top: 20px;
  }
}
.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: 0 auto 20px;
  max-width: 1200px;
}
@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: 5.3333333333vw;
    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 10px;
  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 0.5333333333vw;
    font-size: 3.4666666667vw;
    letter-spacing: -0.05em;
  }
}
.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;
  }
}
.lp_wrap .result .result_list .order1 {
  padding-top: 30px;
}
.lp_wrap .result .result_list .order7 {
  width: 360px;
}
.lp_wrap .result .result_list .order8 {
  width: 360px;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .result .result_list .order1 {
    order: 1;
    padding-top: 4.6666666667vw;
  }
  .lp_wrap .result .result_list .order2 {
    order: 2;
    top: 1.3333333333vw;
  }
  .lp_wrap .result .result_list .order3 {
    order: 3;
  }
  .lp_wrap .result .result_list .order4 {
    order: 4;
    top: 1.3333333333vw;
  }
  .lp_wrap .result .result_list .order5 {
    order: 5;
  }
  .lp_wrap .result .result_list .order6 {
    order: 6;
    top: 1.3333333333vw;
  }
  .lp_wrap .result .result_list .order7 {
    order: 7;
    top: 1.3333333333vw;
    left: -9.3333333333vw;
    width: 64vw;
  }
  .lp_wrap .result .result_list .order8 {
    order: 8;
    top: 1.3333333333vw;
    left: 10.6666666667vw;
    width: 58.6666666667vw;
  }
}
.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 .goal {
  background: url(../img/goal_bg.jpg) center center/cover no-repeat;
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .lp_wrap .goal {
    background: url(../img/goal_bg_sp.jpg) center center/cover no-repeat;
    padding: 9.3333333333vw 0 12vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp_wrap .goal .img {
    width: 66.6666666667vw;
    margin: 0 auto;
  }
}
.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_chukan.css.map */