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

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-size: 100%;
  font-weight: normal;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
  text-decoration: none;
}
a:visited {
  color: initial;
}

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

input, select {
  vertical-align: middle;
}

select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/chevron-down-solid.svg");
  background-repeat: no-repeat;
  background-size: 12px auto; /* 画像のサイズ（幅 高さ）*/
  background-position: right 6px center; /* 画像の位置 */
}

img {
  margin: 0;
  vertical-align: bottom;
  border: none;
}

.clearboth {
  clear: both;
}

.showmore {
  display: none;
}

.mincho {
  font-family: "Sawarabi Mincho", serif !important;
}

.err {
  color: #FF0000;
}

/*ボタン暫定対応。対応後消す*/
#Contbox {
  text-align: center;
}

@media (max-width: 919px) {
  [data-ua=pc] {
    display: none !important;
  }
  html, body, div, span, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  abbr, address, cite, code,
  del, dfn, em, img, ins, kbd, q, samp,
  small, strong, sub, sup, var,
  b, i,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section, summary,
  time, mark, audio, video {
    font-size: 16px;
  }
}
@media (min-width: 920px) {
  [data-ua=sp] {
    display: none !important;
  }
  a:hover, .btnArea .btnArea__link:hover {
    transition: all 0.3s;
    opacity: 0.5;
  }
}
.wrapper {
  margin: 0 auto;
  padding-top: 62px;
}

.l-wrapper {
  margin: 0 auto;
  padding: 63px 0 0;
}

@media (min-width: 920px) {
  .wrapper {
    padding-top: 110px;
  }
  .l-wrapper {
    padding: 100px 0 0px;
  }
}
.headerArea {
  width: 100%;
  margin: 0 auto;
  background: #333333;
  position: fixed;
  z-index: 9999;
  height: 62px;
}
.headerArea__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.headerArea__logo {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.headerArea__logo img {
  width: 180px;
  height: auto;
  margin-left: 5px;
}
.headerArea__btn {
  width: 120px;
  display: flex;
}
.headerArea__btn__left {
  width: 50%;
  background: #1212b5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headerArea__btn__right {
  width: 50%;
  background: #eda917;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headerArea__btnPc {
  display: flex;
  flex-direction: row;
}
.headerArea__btnPc__tel {
  border: none;
  color: #FFFFFF !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin-right: 10px;
  font-weight: bold;
}
.headerArea__icon {
  color: #FFFFFF;
}

.l-header {
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 63px;
  background: #F1F1E6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header__logo {
  text-align: center;
}
.l-header__logo img {
  height: 42px;
}
.l-header__menu {
  position: fixed;
  top: 25px;
  width: 20px;
  height: 15px;
  right: 20px;
  cursor: pointer;
  z-index: 9999;
}
.l-header__menu span {
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background: #006BFF;
}
.l-header__menu span:nth-of-type(1) {
  top: 0;
}
.l-header__menu span:nth-of-type(2) {
  top: 7px;
}
.l-header__menu span:nth-of-type(3) {
  top: 14px;
}
.l-header__menu__nav {
  position: fixed;
  z-index: 102;
  top: 63px;
  right: 0;
  background: #D6E6FC;
  color: #000;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  letter-spacing: 2px;
  width: 100%;
  height: calc(100% - 63px);
  overflow-x: hidden;
  overflow-y: auto;
}
.l-header__menu__nav__linkWrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.l-header__menu__nav__linkWrap i {
  font-size: 16px;
  color: #333333;
}
.l-header__menu__nav ul li {
  border-bottom: 1px solid #fff;
}
.l-header__menu__nav ul li a {
  display: block;
  padding: 11px 22px;
  position: relative;
  text-align: left;
  text-decoration: none;
}
.l-header__menu__nav ul li a:visited p {
  color: #333333;
}
.l-header__menu__nav ul li a span {
  color: #f59cc7;
  font-family: Outfit, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.3;
}
.l-header__menu__nav ul li a p {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.4;
  color: #333333;
}

.l-header__menu,
.l-header__menu span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.scroll-prevent {
  overflow: hidden;
  width: 100%;
}

.scroll-prevent-ios {
  overflow: hidden;
  z-index: -1;
  width: 100%;
  height: 100%;
}

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

.l-header__menu__nav.active {
  transform: translateX(0%);
}

.l-header__menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

.l-header__menu.active span:nth-of-type(2) {
  opacity: 0;
}

.l-header__menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

@media (min-width: 920px) {
  .headerArea {
    height: 110px;
    top: 0;
    left: 0;
  }
  .headerArea__inner {
    width: 920px;
    margin: 0 auto;
    align-items: center;
    padding: 10px 0;
  }
  .headerArea__logo img {
    width: 300px;
    height: auto;
    margin-left: 0px;
  }
  .headerArea__btnPc {
    display: flex;
    flex-direction: row;
  }
  .headerArea__btnPc__tel {
    border: none;
    color: #FFFFFF !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    margin-right: 10px;
    font-weight: bold;
  }
  .headerArea__btnPc__contact {
    background: #e98c01;
    color: #FFFFFF !important;
    display: flex;
    justify-content: center;
    font-size: 20px;
    border-radius: 8px;
    padding: 10px 25px;
    font-weight: bold;
  }
  .l-header {
    height: 100px;
  }
  .l-header__menu {
    position: fixed;
    top: 40px;
    width: 20px;
    height: 15px;
    right: 40px;
  }
  .l-header__menu__nav {
    top: 100px;
  }
  .l-header__menu__nav ul {
    max-width: 904px;
    margin: 0 auto;
    padding-top: 64px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .l-header__menu__nav ul li {
    width: 216px;
    margin: 0 5px 10px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
  }
  .l-header__menu__nav ul li a {
    width: 100%;
    padding: 11px 10px;
  }
  .l-header__logo {
    position: fixed;
    left: 40px;
  }
  .l-header__logo img {
    height: 50px;
  }
}
.imgArea__inner {
  width: 100%;
}
.imgArea__inner img {
  width: 100%;
}
.imgArea__sns__inner {
  width: 100%;
}
.imgArea__sns__inner img {
  width: 100%;
}
.imgArea__top {
  width: 100%;
  height: 0;
  padding-top: 36.97996918%;
  background: url(https://omg-holdings.co.jp/lp/nispac/img/topimage_dummy_back.jpg) 0 0 no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.imgArea__top__inner {
  width: 100%;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.imgArea__top__inner__wrap img {
  position: absolute;
  width: auto;
  height: 90%;
  max-width: 684px;
  max-height: 260px;
  margin-right: 10px;
  right: 0;
  bottom: 0;
  top: 50%;
  transform: translateY(-50%);
}
.imgArea__top__sp {
  width: 100%;
  height: 0;
  padding-top: 52.17391304%;
  background: url(https://omg-holdings.co.jp/lp/nispac/img/topimage_dummy_sp.jpg) 0 0 no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.c-img__mainVisual {
  width: 100%;
  height: 350px;
  margin: 0px auto;
  position: relative;
  background: url(https://omg-holdings.co.jp/lp/nispac/img/topimage_nispac2023.jpg) 0 0 no-repeat;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.c-img__mainVisual__wrap {
  background: #ffe6f0;
  padding: 0 0 63px;
}
.c-img__mainVisual__wrap__send {
  background: #ffffff !important;
}
.c-img__mainVisual__topText {
  position: absolute;
  top: 10px;
  left: 10px;
}
.c-img__mainVisual__topText__text {
  display: block;
  margin-bottom: 10px;
}
.c-img__mainVisual__topText__text:last-child {
  margin-bottom: 0px;
}
.c-img__mainVisual__topText__text span {
  background: rgb(229, 161, 178);
  background: linear-gradient(120deg, rgb(229, 161, 178) 0%, rgb(226, 111, 140) 100%);
  font-weight: bold;
  color: #FFFFFF;
  padding: 4px 8px;
  font-size: 24px;
  display: inline-block;
}
.c-img__mainVisual__middleText {
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 90%;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: bold;
}
.c-img__mainVisual__bottomText {
  position: absolute;
  width: 90%;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.c-img__mainVisual__bottomText__circle {
  margin-right: 10px;
}
.c-img__mainVisual__bottomText__circle:last-child {
  margin-right: 0px;
}
.c-img__mainVisual__bottomText__circle img {
  width: 100px;
}
.c-img__mainVisual__bottomText__circle_2 {
  margin-right: 10px;
}
.c-img__mainVisual__bottomText__circle_2:last-child {
  margin-right: 0px;
}
.c-img__mainVisual__bottomText__circle_2 img {
  width: 100px;
}

@media (max-width: 375px) {
  .c-img__mainVisual__middleText {
    font-size: 12px;
  }
}
@media (min-width: 920px) {
  .imgArea__inner {
    margin: 0 auto;
  }
  .imgArea__sns__inner {
    width: auto;
  }
  .imgArea__sns__inner img {
    width: 300px;
    margin: 0 auto;
    display: block;
  }
  .imgArea__top__inner {
    margin: 0 auto;
    width: 920px;
  }
  .imgArea__top__inner__wrap img {
    margin-right: 0px;
  }
  .c-img__mainVisual {
    height: 650px;
    margin: 0 auto;
    background: url(https://omg-holdings.co.jp/lp/nispac/img/topimage_nispac2023_pc2.jpg) 0 0 no-repeat;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
  }
  .c-img__mainVisual__wrap {
    padding: 0;
  }
  .c-img__mainVisual__pcWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    align-items: normal;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translate(0%, -50%);
  }
  .c-img__mainVisual__topText {
    margin-bottom: 25px;
    position: relative;
    top: auto;
    left: auto;
  }
  .c-img__mainVisual__topText__text span {
    font-size: 60px;
  }
  .c-img__mainVisual__middleText {
    margin-bottom: 25px;
    font-size: 30px;
    transform: translate(0%, 0%);
    width: auto;
    display: inline-block;
    position: relative;
    left: auto;
    top: auto;
  }
  .c-img__mainVisual__bottomText {
    top: auto;
    bottom: 0px;
    left: auto;
    transform: translate(0, 0);
    justify-content: flex-start;
    position: relative;
  }
  .c-img__mainVisual__bottomText__circle img {
    width: 250px;
  }
}
.contentsArea__title {
  width: 100%;
  background: #0c2e5d;
  color: #FFFFFF;
  font-size: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  line-height: 130%;
  letter-spacing: 3px;
}
.contentsArea__main {
  padding: 20px;
}
.contentsArea__main__intro {
  padding: 24px;
  background: #000;
  color: #FFF;
}
.contentsArea__main__intro span {
  color: #FFF;
  font-weight: bold;
  font-size: 24px;
}
.contentsArea__main__intro p {
  margin-bottom: 20px;
  font-size: 15px;
}
.contentsArea__main p {
  line-height: 1.5em;
  letter-spacing: 1px;
}

.c-contents__bnr {
  margin: 0 auto;
  padding: 30px 0;
}
.c-contents__bnr img {
  width: 100%;
}
.c-contents__bnr__text {
  width: 93%;
  margin: 5px auto 0;
  text-indent: -1em;
  padding-left: 1em;
}
.c-contents__bnr__wrap {
  background: #FCF2F6;
}
.c-contents__bnr__wrap2 {
  background: rgb(252, 242, 246);
  background: linear-gradient(180deg, rgb(252, 242, 246) 0%, rgb(255, 247, 251) 100%);
}
.c-contents__main {
  margin: 0 auto;
  padding: 70px 0;
  background-color: #FCF2F6;
}
.c-contents__main__inner {
  width: 93%;
  margin: 0 auto;
}
.c-contents__main__inner__reason {
  width: 100%;
  padding: 0 22px;
  margin: 0 auto;
}
.c-contents__main__send {
  padding: 40px 0 !important;
}
.c-contents__main__blue {
  background-color: #D6E6FC;
}
.c-contents__main__white {
  background-color: #FFFFFF;
}

@media (min-width: 920px) {
  .contentsArea__title {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 48px;
    margin-bottom: 50px;
  }
  .contentsArea__main {
    width: 920px;
    margin: 0 auto 50px;
    padding: 20px 0;
  }
  .c-contents__bnr {
    width: 600px;
    margin: 0 auto;
    padding: 60px 0;
  }
  .c-contents__bnr__text {
    font-size: 18px;
  }
  .c-contents__main__profile {
    width: 500px;
  }
  .c-contents__main__send {
    width: 800px !important;
  }
}
.footerArea {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  background: #333333;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerArea__inner {
  width: 100%;
  margin: 0 auto;
}
.footerArea__inner__text {
  font-size: 12px;
}

.l-footer {
  margin-bottom: 58px;
}
.l-footer__subContents {
  margin-bottom: 0px !important;
}

@media (min-width: 920px) {
  .footerArea__inner {
    width: 920px;
  }
  .l-footer {
    margin-bottom: 0px !important;
  }
}
.koumokuArea__heading {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  background: #0c2e5d;
  padding: 10px;
}
.koumokuArea__heading span {
  color: #FF0000;
  font-weight: bold;
}
.koumokuArea__text {
  background: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 10px;
}
.koumokuArea__text__textbox {
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  padding: 10px 8px 10px 8px;
}
.koumokuArea__text__textbox--age {
  width: 50px !important;
}
.koumokuArea__text__pulldown {
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  padding: 10px 8px 10px 8px;
}
.koumokuArea__text__zip {
  box-sizing: border-box;
  font-size: 16px;
  padding: 10px 8px 10px 8px;
}
.koumokuArea__text__contactbox {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  font-size: 16px;
  padding: 10px 8px 10px 8px;
}
.koumokuArea__list__inner {
  display: flex;
  flex-direction: column;
}
.koumokuArea__map {
  margin: 0 0 20px 0;
  height: 300px;
  opacity: 0;
  transition: opacity 2s;
}
.koumokuArea__privacy {
  width: 100%;
  height: 110px;
  font-size: 12px;
  border: 1px solid #a9a9a9;
  background: #f9f9f9;
  padding: 5px 20px 15px;
  overflow-y: scroll;
  margin: 0 auto 65px;
  box-sizing: border-box;
}
.koumokuArea__privacy__title {
  font-size: 12px;
  margin: 12px 0;
  font-weight: bold;
}
.koumokuArea__privacy__center {
  font-size: 12px;
  margin: 12px 0;
  text-align: center;
}
.koumokuArea__attentionList li {
  list-style-type: none;
  counter-increment: cnt;
  font-size: 12px;
  color: #a9a9a9;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.koumokuArea__attentionList li:before {
  content: "※" counter(cnt) ":";
}

.koumokuArea__map.lazyloaded {
  opacity: 1;
}

@media (min-width: 920px) {
  .koumokuArea__heading {
    width: 300px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .koumokuArea__text {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    width: 620px;
  }
  .koumokuArea__text:hover {
    background-color: #eeeeee;
  }
  .koumokuArea__text__pulldown {
    width: 450px;
    font-size: 16px;
  }
  .koumokuArea__list {
    margin-bottom: 50px;
  }
  .koumokuArea__list__inner {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
  }
  .koumokuArea__map {
    height: 500px;
  }
  .koumokuArea__privacy {
    width: 80%;
  }
}
.btnArea {
  width: 100%;
}
.btnArea__bkimg {
  background: url(https://omg-holdings.co.jp/lp/nispac/img/btn_bg.jpg) 50% 0 no-repeat fixed;
  background-size: cover;
}
.btnArea__bkimgOnayami {
  background: url(https://omg-holdings.co.jp/lp/nispac/img/btn_bg_onayami.jpg) 50% 0 no-repeat fixed;
  background-size: cover;
}
.btnArea__inner {
  width: 100%;
  padding: 24px 0;
}
.btnArea__link {
  margin: 0 auto;
  width: 80%;
  border-radius: 5px;
  border: none;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF !important;
  background: #e98c01;
  text-align: center;
  padding: 20px 0;
}
.btnArea__form {
  margin: 0 auto;
  display: block;
  width: 100%;
  border-radius: 5px;
  border: none;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF !important;
  background: #e98c01;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
}
.btnArea__form__return {
  background: #827f7c;
}
.btnArea__form__submit {
  background: #ff6c00;
}
.btnArea__onayami__heading {
  color: #0c2e5d;
  font-size: 26px;
  font-weight: bold;
  font-family: "Sawarabi Mincho", serif !important;
  margin-bottom: 20px;
  text-align: center;
}
.btnArea__onayami__wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.btnArea__onayami__wrap__single {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url(https://omg-holdings.co.jp/lp/nispac/img/bg_fukidashi.png) no-repeat top center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 150px;
  margin: 0 3px;
  padding: 0 5px 12px;
  height: 129px;
  font-size: 13px;
  font-weight: bold;
  color: #0c2e5d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btnArea__onayami__wrap__single:nth-child(2n) {
  margin-bottom: 20px;
}
.btnArea__side {
  width: 100%;
  height: auto;
  background: #e98c01;
  color: #FFFFFF;
  right: 0;
  bottom: 0;
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.btnArea__side i {
  font-size: 20px;
  color: #FFFFFF;
}
.btnArea__side p {
  font-family: "Sawarabi Mincho", serif !important;
  font-size: 16px;
  letter-spacing: 0.3em;
  margin: 12px;
  color: #FFFFFF;
}
.btnArea__pageTop {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #827f7c;
  color: #FFFFFF !important;
  position: fixed;
  right: 20px;
  bottom: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-btn__license__more {
  background-color: #006BFF;
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 272px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.c-btn__license__more p {
  color: #FFFFFF;
  font-size: 18px;
}
.c-btn__license__more i {
  position: absolute;
  right: 20px;
  color: #FFFFFF;
  font-size: 22px;
}
.c-btn__course__wrap {
  border-bottom: 2px solid #006BFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-btn__course__wrap__down {
  border-top: 2px solid #006BFF;
  border-bottom: none;
}
.c-btn__course__wrap__up {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 6px;
}
.c-btn__course__wrap__up__child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 49%;
  height: 80px;
  color: #837F81;
  background: #FFFFFF;
  margin: 0 0 5px;
}
.c-btn__course__wrap__up__child__last {
  width: 100%;
  margin: 0;
}
.c-btn__course__wrap__up__child__on {
  color: #FFFFFF;
  background: #006BFF;
}
.c-btn__course__wrap__up__child__on p {
  color: #FFFFFF !important;
}
.c-btn__course__wrap__up__child__on i {
  margin-bottom: 5px;
  color: #FFFFFF !important;
}
.c-btn__course__wrap__up__child p {
  height: 50px;
  color: #837F81;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
}
.c-btn__course__wrap__up__child i {
  font-size: 20px;
  margin-bottom: 5px;
  color: #837F81;
}
.c-btn__voice__more {
  background-color: #006BFF;
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 272px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.c-btn__voice__more:after {
  content: "";
  position: absolute;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  right: 5px;
  top: 38%;
  -webkit-tranceform: rotate(135deg);
  transform: rotate(135deg);
}
.c-btn__company__map {
  width: 225px;
  height: 44px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
  background: #0000EE;
  margin: 20px auto 0;
}
.c-btn__company__map p {
  color: #FFFFFF;
  font-weight: bold;
}
.c-btn__company__map i {
  font-size: 20px;
  margin-right: 15px;
  color: #FFFFFF;
}
.c-btn__footer {
  position: fixed;
  bottom: 0;
  background: #ffe6f0;
  height: 70px;
  width: 100%;
  z-index: 10;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.c-btn__footer__left {
  border: 1px solid #333333;
  border-radius: 5px;
  background: #FFFFBB;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 48%;
  margin-right: 5px;
  height: 50px;
  align-items: center;
  -webkit-box-shadow: 0 4px 0 #333333;
  box-shadow: 0 4px 0 #333333;
}
.c-btn__footer__left i {
  font-size: 40px;
  margin-right: 20px;
  margin-left: 20px;
  color: #333333;
}
.c-btn__footer__left p {
  font-size: 17px;
  line-height: 1.2em;
  font-weight: bold;
  color: #333333;
}
.c-btn__footer__right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #FFFFBB;
  border: 1px solid #333333;
  border-radius: 5px;
  width: 48%;
  height: 50px;
  align-items: center;
  -webkit-box-shadow: 0 4px 0 #333333;
  box-shadow: 0 4px 0 #333333;
}
.c-btn__footer__right i {
  font-size: 40px;
  margin-right: 20px;
  color: #333333;
}
.c-btn__footer__right p {
  font-size: 17px;
  line-height: 1.2em;
  font-weight: bold;
  color: #333333;
}
.c-btn__footer__nav {
  height: 58px;
  width: 95%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 20px auto 60px;
}
.c-btn__footer__nav__left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border: 1px solid #333333;
  width: 49%;
  height: 100%;
  margin-right: 5px;
  align-items: center;
  background: #FFFFBB;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 0 #333333;
  box-shadow: 0 4px 0 #333333;
}
.c-btn__footer__nav__left i {
  font-size: 40px;
  margin-right: 10px;
  margin-left: 10px;
  color: #333333;
}
.c-btn__footer__nav__left p {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}
.c-btn__footer__nav__right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border: 1px solid #333333;
  width: 49%;
  height: 100%;
  align-items: center;
  background: #FFFFBB;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 0 #333333;
  box-shadow: 0 4px 0 #333333;
}
.c-btn__footer__nav__right i {
  font-size: 40px;
  margin-right: 10px;
  color: #333333;
}
.c-btn__footer__nav__right p {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}
.c-btn__cvr {
  text-align: center;
  margin: 40px 20px;
}
.c-btn__cvr__submit {
  margin: 0 auto;
  display: block;
  width: 100%;
  border-radius: 35px;
  border: none;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF !important;
  background: #e98c01;
  text-align: center;
  padding: 20px 0;
}
.c-btn__cvr__submit__back {
  width: 80%;
}
.c-btn__cvr__submit--dl {
  background: #0c2e5d !important;
}
.c-btn__cvr__return {
  background: #827f7c;
  margin-bottom: 20px;
}
.c-btn__pageTop {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  z-index: 10;
  background: #827f7c;
  color: #FFFFFF !important;
  position: fixed;
  right: 10px;
  bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-box__course__menu__child__course .open:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.c-box__course__menu__child__course .open:after {
  background-color: transparent;
}

.swiper-button-next, .swiper-button-prev {
  top: 34% !important;
}

@media (min-width: 920px) {
  .btnArea__inner {
    width: 920px;
    margin: 0 auto;
    padding: 56px 0;
  }
  .btnArea__form {
    width: 80%;
  }
  .btnArea__link {
    font-size: 24px;
  }
  .btnArea__onayami__heading {
    color: #0c2e5d;
    font-size: 38px;
    font-weight: bold;
    font-family: "Sawarabi Mincho", serif !important;
    margin-bottom: 40px;
    text-align: center;
  }
  .btnArea__onayami__wrap {
    margin-bottom: 40px;
    justify-content: space-between;
  }
  .btnArea__onayami__wrap__single {
    width: 200px;
    margin: 0 3px;
    padding: 0 5px 12px;
    height: 172px;
    font-size: 24px;
  }
  .btnArea__onayami__wrap__single:nth-child(2n) {
    margin-bottom: 0px;
  }
  .c-btn__course__wrap {
    flex-wrap: nowrap;
    justify-content: center;
  }
  .c-btn__course__wrap__up__child {
    width: auto;
    margin: 0 10px 0 0;
    padding: 10px 20px;
  }
  .c-btn__course__wrap__up__child__last {
    width: auto;
  }
  .c-btn__footer {
    width: 400px;
    right: 0;
  }
  .c-btn__footer__nav {
    max-width: 626px;
    margin: 0 auto;
    display: flex;
    /* flex-direction: row; */
    justify-content: center;
    align-items: center;
  }
  .c-btn__footer__nav__left {
    margin-right: 10px;
  }
  .c-btn__header {
    position: fixed;
    right: 100px;
    height: 58px;
    width: 410px;
    z-index: 10;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
  .c-btn__header__left {
    border: 1px solid #333333;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 49%;
    height: 100%;
    background: #FFFFBB;
    margin-right: 10px;
    align-items: center;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 0 #333333;
    box-shadow: 0 4px 0 #333333;
  }
  .c-btn__header__left i {
    font-size: 40px;
    margin-right: 20px;
    margin-left: 20px;
    color: #333333;
  }
  .c-btn__header__left p {
    font-size: 17px;
    font-weight: bold;
    color: #333333;
  }
  .c-btn__header__right {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: 1px solid #333333;
    background: #FFFFBB;
    width: 49%;
    height: 100%;
    align-items: center;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 0 #333333;
    box-shadow: 0 4px 0 #333333;
  }
  .c-btn__header__right i {
    font-size: 40px;
    margin-right: 20px;
    color: #333333;
  }
  .c-btn__header__right p {
    font-size: 17px;
    font-weight: bold;
    color: #333333;
  }
  .c-btn__header__nav {
    height: 58px;
    width: 95%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 20px auto 60px;
  }
  .c-btn__header__nav__left {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 49%;
    height: 100%;
    margin-right: 5px;
    align-items: center;
    background: #FFFFBB;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 0 #333333;
    box-shadow: 0 4px 0 #333333;
  }
  .c-btn__header__nav__left i {
    font-size: 40px;
    margin-right: 10px;
    margin-left: 10px;
    color: #333333;
  }
  .c-btn__header__nav__left p {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
  }
  .c-btn__header__nav__right {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 49%;
    height: 100%;
    align-items: center;
    background: #FFFFBB;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 0 #333333;
    box-shadow: 0 4px 0 #333333;
  }
  .c-btn__header__nav__right i {
    font-size: 40px;
    margin-right: 10px;
    color: #333333;
  }
  .c-btn__header__nav__right p {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 46% !important;
  }
}
.boxArea {
  display: flex;
  flex-direction: column;
}
.boxArea__main {
  width: 100%;
  margin-bottom: 20px;
}
.boxArea__main__img {
  width: 100%;
  margin-bottom: 5px;
}
.boxArea__main__title {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  margin-bottom: 5px;
  color: #0c2e5d;
  line-height: 1.5em;
}
.boxArea__main__text {
  line-height: 1.5em;
  letter-spacing: 1px;
}
.boxArea__main__text a:link, .boxArea__main__text a:visited {
  color: #e98c01;
}
.boxArea__teachar {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.boxArea__teachar__left {
  margin-bottom: 20px;
}
.boxArea__teachar__left__Img {
  width: 100%;
}
.boxArea__teachar__right {
  width: auto;
  margin-bottom: 20px;
}
.boxArea__teachar__right__heading {
  margin-bottom: 20px;
  font-size: 24px;
  color: #0c2e5d;
  font-weight: bold;
}
.boxArea__teachar__right__heading__small {
  font-size: 16px;
}

.c-box__question {
  border: 1px solid #767676;
  border-radius: 10px;
  background: #FFFFFF;
  padding: 0px 15px 10px;
  margin: 0 auto 40px;
}
.c-box__question__ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #767676;
}
.c-box__question__ul li:before {
  content: "\f14a";
  font-size: 18px;
  margin-right: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #0000EE;
}
.c-box__question__ul li:last-child {
  border-bottom: none;
}
.c-box__reason__child {
  display: flex;
  flex-direction: column;
  margin: 0 auto 45px;
}
.c-box__reason__child:last-child {
  margin-bottom: 0px;
}
.c-box__reason__child__img img {
  width: 100%;
  max-width: 624px;
}
.c-box__reason__child__text {
  margin-top: -14px;
  padding: 0 22px;
  position: relative;
}
.c-box__reason__child__text__marker {
  display: block;
  margin-bottom: 5px;
}
.c-box__reason__child__text__marker:last-child {
  margin-bottom: 0px;
}
.c-box__reason__child__text__marker__child {
  color: #F386B7;
  background: #FFFFFF;
  display: inline-block;
  padding: 3px 5px 4px;
  font-size: 20px;
  font-weight: bold;
}
.c-box__reason__child__text__marker__child:last-child {
  margin-bottom: 0px;
}
.c-box__reason__child__text__marker__heading {
  display: block;
  margin-bottom: 5px;
}
.c-box__reason__child__text__marker__heading__child {
  color: #FFFFFF;
  background: #F386B7;
  display: inline-block;
  padding: 3px 5px 4px;
  font-size: 20px;
  font-weight: bold;
}
.c-box__reason__child__text__marker__heading__child span {
  font-size: 26px;
  font-weight: bold;
}
.c-box__reason__child__text__h3 {
  margin-bottom: 15px;
}
.c-box__reason__child__text__txt {
  font-size: 16px;
}
.c-box__license {
  width: 90%;
  margin: 0 auto;
}
.c-box__license__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto 40px;
}
.c-box__license__wrap__img {
  margin-right: 10px;
}
.c-box__license__wrap__img img {
  width: 170px;
}
.c-box__license__wrap__text {
  font-size: 15px;
}
.c-box__license__more__hide {
  display: none;
}
.c-box__course__text {
  width: 90%;
  margin: 0 auto 40px;
}
.c-box__course__menu__wrap {
  display: none;
  padding: 40px 20px;
}
.c-box__course__menu__child {
  margin: 0 auto 40px;
}
.c-box__course__menu__child:last-child {
  margin: 0 auto;
}
.c-box__course__menu__child__course {
  display: block;
}
.c-box__course__menu__child__course__open {
  display: none;
}
.c-box__course__menu__child__course__img {
  width: 100%;
  margin: 0 auto;
}
.c-box__course__menu__child__course__text {
  margin: 0 auto 20px;
}
.c-box__course__menu__child__course__text__last {
  margin: 0;
}
.c-box__course__menu__child__course__textWrap {
  background-color: #FFFFFF;
  padding: 40px 20px 20px;
}
.c-box__course__menu__child__course__heading {
  background: #006BFF;
  color: #FFFFFF;
  padding: 10px 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  text-align: center;
  position: relative;
}
.c-box__course__menu__child__course__heading:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 10px auto auto;
  width: 15px;
  height: 2px;
  background-color: #FFFFFF;
  transition: 0.2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.c-box__course__menu__child__course__heading:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 10px auto auto;
  width: 15px;
  height: 2px;
  background-color: #FFFFFF;
  transition: 0.3s;
}
.c-box__course__menu__child__course__heading p {
  font-size: 22px;
  font-weight: bold;
}
.c-box__course__menu__child__course__heading i {
  position: absolute;
  right: 10px;
  font-size: 20px;
}
.c-box__course__menu__child__course__headingChild {
  background: #D6E6FC;
  color: #333333;
  font-weight: bold;
  margin: 0 auto 20px;
  padding: 5px 0;
  display: flex;
  justify-content: center;
}
.c-box__instructor {
  width: 90%;
  margin: 0 auto;
}
.c-box__instructor__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
}
.c-box__instructor__wrap__img {
  margin-right: 10px;
}
.c-box__instructor__wrap__img img {
  width: 170px;
}
.c-box__instructor__wrap__text {
  font-size: 15px;
}
.c-box__instructor__wrap__text__name {
  font-size: 18px;
  font-weight: bold;
  color: #F386B7;
}
.c-box__instructor__wrap__text__name span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #F386B7;
}
.c-box__voice__allWrap {
  padding: 70px 20px;
}
.c-box__voice__single {
  margin-bottom: 0px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  height: 590px !important;
}
.c-box__voice__single__heading {
  background: #0000EE;
  color: #FFFFFF;
  font-weight: bold;
  width: 100%;
  padding: 10px 0px;
  display: flex;
  justify-content: center;
}
.c-box__voice__single__profile {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
  margin: 0 20px 20px;
}
.c-box__voice__single__profile__img {
  width: 73px;
  margin-right: 10px;
}
.c-box__voice__single__profile__img img {
  width: 100%;
  border-radius: 50%;
}
.c-box__voice__single__profile__text {
  font-weight: bold;
}
.c-box__voice__single__profile__text__saki {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  margin-top: 3px;
  margin-bottom: 10px;
}
.c-box__voice__single__profile__text__saki--h4 {
  margin: 0 10px 0 0;
  padding: 0 8px;
  font-size: 13px;
  line-height: 1.25rem;
  background-color: #D6E6FC;
  white-space: nowrap;
}
.c-box__voice__single__profile__text__saki p {
  font-size: 16px;
  line-height: 1.25rem;
}
.c-box__voice__single__profile__graduate {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.c-box__voice__single__profile__graduate__img {
  margin-bottom: 15px;
}
.c-box__voice__single__profile__graduate__img img {
  width: 100%;
}
.c-box__voice__single__profile__graduate__text {
  margin: 0 40px 20px;
}
.c-box__voice__single__profile__graduate__text--name {
  font-weight: bold;
  margin-bottom: 10px;
}
.c-box__voice__single__graduate {
  height: auto !important;
}
.c-box__voice__single__voiceHeading {
  font-weight: bold;
  text-align: center;
  margin: 0 20px 20px;
}
.c-box__voice__single__voiceText {
  margin: 0 40px 20px;
}
.c-box__flow__wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
}
.c-box__flow__single {
  width: calc(49% - 40px);
  border: 1px solid #F386B7;
  background: #FFFFFF;
  padding: 15px 20px;
}
.c-box__flow__single:first-child {
  margin-bottom: 5px;
}
.c-box__flow__single:nth-child(2) {
  margin-bottom: 5px;
}
.c-box__flow__single__heading {
  margin: 0 auto 20px;
  text-align: center;
}
.c-box__flow__single__heading span {
  display: block;
  color: #F386B7;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.c-box__flow__single__heading p {
  font-size: 15px;
  color: #333333;
  line-height: 130%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-box__flow__single__icon {
  margin: 0 auto 20px;
  text-align: center;
}
.c-box__flow__single__icon i {
  color: #F386B7;
  font-size: 40px;
}
.c-box__flow__single__icon img {
  width: 80px;
}
.c-box__entry__single {
  background: #FFFFFF;
}
.c-box__entry__single__heading {
  background: #0000EE;
  color: #FFFFFF;
  font-weight: bold;
  padding: 10px;
}
.c-box__entry__single__heading__hissu {
  background-color: #FF0000;
  color: #FFFFFF;
  width: 40px;
  display: inline-block;
  margin-left: 10px;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
}
.c-box__entry__single__input {
  padding: 10px;
}
.c-box__entry__single__input__lbl {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}
.c-box__entry__single__input__lbl input[type=checkbox] {
  display: none;
}
.c-box__entry__single__input__lbl__radio {
  display: block;
}
.c-box__entry__single__input__lbl__radio input[type=radio] {
  appearance: none;
  display: none;
  opacity: 0;
  width: 1px;
  position: absolute;
  height: 1px;
}
.c-box__entry__single__input__lbl__radio input[type=radio] + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 10px 11px 8px 30px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
}
.c-box__entry__single__input__lbl__radio input[type=radio] + span::before,
.c-box__entry__single__input__lbl__radio input[type=radio] + span::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 10px auto 0;
  box-sizing: border-box;
}
.c-box__entry__single__input__lbl__radio input[type=radio] + span::before {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #333333;
  left: 0px;
}
.c-box__entry__single__input__lbl__radio input[type=radio] + span::after {
  width: 10px;
  height: 10px;
  background: #333333;
  left: 5px;
  opacity: 0;
}
.c-box__entry__single__input__lbl__radio input[type=radio]:checked + span::before {
  border: 2px solid #333333;
}
.c-box__entry__single__input__lbl__radio input[type=radio]:checked + span::after {
  background: #FF0000;
  opacity: 1;
}
.c-box__entry__single__input__lbl__check {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #000;
  box-sizing: border-box;
}
.c-box__entry__single__input__lbl__check:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: 2px solid #FF0000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.c-box__entry__single__input__pulldown {
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  padding: 10px 8px 10px 8px;
}
.c-box__entry__single__input__textInput {
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  padding: 10px 8px 10px 8px;
}
.c-box__entry__single__input__ageInput {
  width: 50px;
  box-sizing: border-box;
  font-size: 16px;
  padding: 10px 8px 10px 8px;
}
.c-box__entry__single__input__zipInput {
  box-sizing: border-box;
  font-size: 16px;
  padding: 10px 8px 10px 8px;
  width: 100px;
}
.c-box__entry__single__input__birthInput {
  box-sizing: border-box;
  font-size: 16px;
  padding: 10px 8px 10px 8px;
  width: 80px;
}
.c-box__entry__single__input__birthInput2 {
  box-sizing: border-box;
  font-size: 16px;
  padding: 10px 8px 10px 8px;
  width: 60px;
}
.c-box__entry__single__input__contactbox {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  font-size: 16px;
  padding: 10px 8px 10px 8px;
}
.c-box__entry__single__input__privacy {
  width: 100%;
  height: 110px;
  font-size: 12px;
  border: 1px solid #a9a9a9;
  background: #f9f9f9;
  padding: 5px 20px 15px;
  overflow-y: scroll;
  margin: 0 auto;
  box-sizing: border-box;
}
.c-box__entry__single__input__privacy__title {
  font-size: 12px;
  margin: 12px 0;
  font-weight: bold;
}
.c-box__entry__single__input__privacy__center {
  font-size: 12px;
  margin: 12px 0;
  text-align: center;
}
.c-box__entry__single__input__privacy__numList {
  margin-left: 1em;
}
.c-box__entry__single__input__privacy__numList li {
  font-size: 12px;
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -1em;
  padding-left: 1em;
}
.c-box__entry__single__input__privacy__numList li::before {
  content: "" counter(cnt) ".";
}
.c-box__entry__single__agree {
  font-size: 12px;
  margin: 10px auto 10px 20px;
}
.c-box__company {
  padding: 0 20px;
  margin: 0 auto;
}
.c-box__company__img {
  width: 100%;
  margin-bottom: 30px;
}
.c-box__company__img img {
  width: 100%;
}
.c-box__company__name {
  text-align: center;
}
.c-box__company__name span {
  font-size: 36px;
  margin-bottom: 20px;
  color: #0000EE;
  display: block;
}
.c-box__company__name p {
  font-size: 20px;
  margin-bottom: 25px;
}
.c-box__company__list__ul {
  border-top: 1px dotted #767676;
  border-bottom: 1px dotted #767676;
}
.c-box__company__list__ul li {
  border-bottom: 1px dotted #767676;
  padding: 20px 0;
}
.c-box__company__list__ul li:last-child {
  border-bottom: none;
}
.c-box__company__list__ul__heading {
  font-weight: bold;
}
.c-box__gallery {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 20px;
}
.c-box__gallery__img {
  width: 48%;
  margin-bottom: 10px;
}
.c-box__gallery__img:last-child {
  margin-bottom: 0px;
}
.c-box__gallery__img:nth-last-child(2) {
  margin-bottom: 0px;
}
.c-box__gallery__img img {
  width: 100%;
}

.is_show {
  display: block;
}

/* チェック時のスタイル */
.c-box__entry__single__input__lbl input[type=checkbox]:checked + .c-box__entry__single__input__lbl__check {
  border: 2px solid #000;
}

/* チェック時 チェックマーク表示 */
.c-box__entry__single__input__lbl input[type=checkbox]:checked + .c-box__entry__single__input__lbl__check:after {
  display: block;
}

@media (min-width: 920px) {
  .boxArea__main {
    display: flex;
    flex-direction: row;
    width: auto;
    margin-bottom: 50px;
  }
  .boxArea__main__textWrap {
    width: 445px;
  }
  .boxArea__main:nth-child(even) {
    flex-direction: row-reverse !important;
  }
  .boxArea__main:nth-child(even) .boxArea__main__img {
    margin-right: 0px;
    margin-left: 30px;
    margin-bottom: 0px;
  }
  .boxArea__main__img {
    width: 445px;
    margin-right: 30px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .boxArea__main__title {
    font-size: 30px;
    text-align: left;
  }
  .boxArea__teachar {
    width: 100%;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
  }
  .boxArea__teachar__left {
    width: 300px;
    margin-bottom: 0px;
    margin-right: 30px;
  }
  .boxArea__teachar__left__Img {
    width: 300px;
  }
  .boxArea__teachar__right {
    width: 590px;
  }
  .boxArea__teachar__right__heading {
    font-size: 30px;
  }
  .c-box__question {
    width: 400px;
  }
  .c-box__question__ul li {
    font-size: 20px;
    padding: 15px 0;
  }
  .c-box__question__ul li:before {
    font-size: 20px;
  }
  .c-box__reason__child {
    max-width: 1200px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .c-box__reason__child:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .c-box__reason__child:nth-child(2n) .c-box__reason__child__text {
    padding: 0 40px 0 0;
  }
  .c-box__reason__child__img {
    width: 600px;
  }
  .c-box__reason__child__text {
    width: 540px;
    font-size: 18px;
    height: 100%;
    margin-top: 0px;
    padding: 0 0 0 40px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
  }
  .c-box__reason__child__text__marker__child {
    font-size: 26px;
  }
  .c-box__reason__child__text__marker__heading__child {
    font-size: 26px;
    padding: 8px 5px;
  }
  .c-box__reason__child__text__txt {
    font-size: 18px;
  }
  .c-box__license {
    width: 500px;
    margin: 0 auto;
  }
  .c-box__license__wrap {
    align-items: center;
  }
  .c-box__license__wrap__img {
    margin-right: 20px;
  }
  .c-box__license__wrap__img img {
    width: 250px;
  }
  .c-box__license__wrap__text {
    font-size: 18px;
  }
  .c-box__license__wrap__text p {
    font-size: 18px;
  }
  .c-box__course__text {
    width: 500px;
    font-size: 18px;
  }
  .c-box__course__menu__wrap {
    width: 500px;
    margin: 0 auto;
  }
  .c-box__course__menu__child__course {
    background: #FFFFFF;
  }
  .c-box__course__menu__child__course__img {
    width: 400px;
    margin: 40px auto 0;
    display: block;
    background: #FFFFFF;
  }
  .c-box__course__menu__child__course__text {
    font-size: 18px;
  }
  .c-box__course__menu__child__course__text ul li {
    font-size: 18px;
  }
  .c-box__course__menu__child__text {
    font-size: 18px;
  }
  .c-box__instructor {
    width: 500px;
    margin: 0 auto;
  }
  .c-box__instructor__wrap__img {
    margin-right: 20px;
  }
  .c-box__instructor__wrap__img img {
    width: 250px;
  }
  .c-box__instructor__wrap__text {
    font-size: 18px;
  }
  .c-box__instructor__wrap__text__name {
    font-size: 30px;
  }
  .c-box__instructor__wrap__text__name span {
    font-size: 18px;
  }
  .c-box__voice__wrap {
    width: 500px;
    background-color: #D6E6FC;
  }
  .c-box__voice__wrap__graduate {
    width: 1000px !important;
  }
  .c-box__voice__single {
    height: 550px !important;
  }
  .c-box__voice__single__heading {
    font-size: 20px;
    margin: 0px 0px 60px;
  }
  .c-box__voice__single__profile {
    margin: 0 auto 20px;
  }
  .c-box__voice__single__profile__img {
    width: 100px;
    margin-right: 20px;
  }
  .c-box__voice__single__profile__text {
    font-size: 20px;
  }
  .c-box__voice__single__profile__text__saki {
    margin-bottom: 10px;
  }
  .c-box__voice__single__profile__text__saki--h4 {
    font-size: 14px;
  }
  .c-box__voice__single__profile__text__saki p {
    font-size: 16px;
  }
  .c-box__voice__single__profile__graduate {
    display: flex;
    flex-direction: row;
    margin: 0 60px 20px;
  }
  .c-box__voice__single__profile__graduate__img {
    width: 450px;
    margin-right: 15px;
  }
  .c-box__voice__single__profile__graduate__img img {
    width: 450px;
  }
  .c-box__voice__single__graduate {
    height: auto !important;
  }
  .c-box__voice__single__voiceHeading {
    font-size: 20px;
  }
  .c-box__voice__single__voiceText {
    font-size: 18px;
  }
  .c-box__flow__wrap {
    width: 500px;
    margin: 0 auto;
  }
  .c-box__flow__single__heading p {
    font-size: 18px;
  }
  .c-box__flow__single__text {
    font-size: 18px;
  }
  .c-box__entry {
    width: 500px;
    margin: 0 auto;
  }
  .c-box__entry__single__input {
    padding: 20px;
  }
  .c-box__entry__single__input__lbl {
    font-size: 18px;
  }
  .c-box__entry__single__input__lbl__radio input[type=radio] + span {
    font-size: 18px;
  }
  .c-box__entry__single__input__pulldown {
    font-size: 18px;
  }
  .c-box__gallery {
    width: 1000px;
    margin: 0 auto;
  }
  .c-box__gallery__img {
    margin-bottom: 40px;
  }
  .c-box__company__list__ul p {
    font-size: 18px;
  }
  .c-box__company__send {
    width: 800px !important;
  }
  .c-box__voice__wrap__graduate .swiper-button-prev, .c-box__voice__wrap__graduate .swiper-rtl .swiper-button-next {
    left: 20px !important;
  }
  .c-box__voice__wrap__graduate .swiper-button-next, .c-box__voice__wrap__graduate .swiper-rtl .swiper-button-prev {
    right: 20px !important;
  }
}
.c-box__voice__wrap__graduate .swiper-button-next, .c-box__voice__wrap__graduate .swiper-button-prev {
  top: 50% !important;
}

.calArea {
  max-width: 920px;
  min-width: 300px;
  margin: 2.0833% auto;
  opacity: 0;
  transition: opacity 2s;
}
.calArea__frame {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.calArea__frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.calArea.lazyloaded {
  opacity: 1;
}

@media (min-width: 920px) {
  .calArea__frame {
    padding-bottom: 75%;
  }
}
.headingArea__flow {
  width: 100%;
  margin: 0 auto;
}
.headingArea__flow__wrap {
  margin-bottom: 30px;
}
.headingArea__flow__step {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  font-size: 16px;
  color: #FFFFFF;
  background: #0c2e5d;
  border-radius: 5px;
  margin: 0 auto 10px;
  align-items: center;
}
.headingArea__flow__step__num {
  background: #3558a9;
  padding: 10px;
  margin: 5px;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.headingArea__flow__step__text {
  padding: 5px;
  font-weight: bold;
}
.headingArea__flow__subtext {
  line-height: 1.5em;
  margin-bottom: 30px;
}
.headingArea__flow__delta {
  content: "";
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 43.3px 25px 0 25px;
  border-color: #0c2e5d transparent transparent transparent;
  line-height: 0px;
  _border-color: #0c2e5d #333333 #333333 #333333;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#333333");
}
.headingArea__small {
  color: #e98c01;
  font-weight: bold;
  margin-bottom: 5px;
}
.headingArea__small__bold {
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.c-heading__h2 {
  font-size: 27px;
  font-weight: bold;
  line-height: 130%;
  color: #333333;
  margin: 0 auto 25px;
  text-align: center;
}
.c-heading__h2:after {
  content: "";
  margin: 23px auto 0;
  display: block;
  width: 35px;
  height: 2px;
  background: #F386B7;
}
.c-heading__h2 span {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #F386B7;
}
.c-heading__h2__blue:after {
  background: #0000EE;
}
.c-heading__h2__blue span {
  color: #0000EE;
}
.c-heading__question {
  font-size: 27px;
  font-weight: bold;
  line-height: 130%;
  color: #333333;
  text-align: center;
}

@media (min-width: 920px) {
  .headingArea__flow {
    width: 650px;
  }
  .headingArea__flow__wrap {
    margin-bottom: 50px;
  }
  .headingArea__flow__step__num {
    font-size: 20px;
    margin: 10px;
  }
  .headingArea__flow__step__text {
    padding: 10px;
    font-size: 20px;
  }
  .c-heading__h2 {
    font-size: 46px;
    line-height: 1.3;
  }
  .c-heading__h2:after {
    height: 4px;
    width: 60px;
  }
  .c-heading__h2 span {
    font-size: 20px;
  }
  .c-heading__question {
    font-size: 46px;
  }
}
.tableArea {
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.5em;
}
.tableArea__spslide {
  margin-bottom: 10px;
  text-align: center;
}
.tableArea__spslide i {
  margin-right: 5px;
}
.tableArea__Wrap {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.tableArea th, .tableArea td {
  border-top: 1px solid #0C2E5D;
  border-left: 1px solid #0C2E5D;
  border-bottom: 1px solid #0C2E5D;
}
.tableArea th {
  padding: 5px 10px;
  background: #0C2E5D;
  color: #FFFFFF;
  border-right: 1px #FFFFFF solid;
}
.tableArea td {
  font-size: 14px;
  padding: 10px;
  background: #FCFCFC;
  color: #333333;
}
.tableArea th:last-child, .tableArea td:last-child {
  border-right: 1px solid #0C2E5D;
}
.tableArea tr:last-child th {
  border-bottom: 1px solid #0C2E5D;
}
.tableArea tr:last-child td {
  border-bottom: 1px solid #0C2E5D;
}
.tableArea__leftTH {
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.5em;
}
.tableArea__leftTH th, .tableArea__leftTH td {
  border-top: 1px solid #0C2E5D;
  border-left: 1px solid #0C2E5D;
}
.tableArea__leftTH th {
  padding: 5px 10px;
  background: #0C2E5D;
  color: #FFFFFF;
  border-bottom: 1px #FFFFFF solid;
}
.tableArea__leftTH td {
  padding: 10px;
  background: #FCFCFC;
  color: #333333;
}
.tableArea__leftTH th:last-child, .tableArea__leftTH td:last-child {
  border-right: 1px solid #0C2E5D;
}
.tableArea__leftTH tr:last-child th, .tableArea__leftTH tr:last-child td {
  border-bottom: 1px solid #0C2E5D;
}
.tableArea__fee {
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.5em;
  font-size: 14px;
  width: 100%;
  margin-bottom: 15px;
}
.tableArea__fee__thNameSub {
  background: #0c2e5d !important;
  color: #FFFFFF !important;
}
.tableArea__fee__td4__center {
  text-align: center;
}
.tableArea__fee th, .tableArea__fee td {
  border-top: 1px solid #0c2e5d;
  border-left: 1px solid #0c2e5d;
  border-bottom: 1px solid #0c2e5d;
  width: 50%;
  font-size: 16px;
}
.tableArea__fee th:last-child, .tableArea__fee td:last-child {
  border-right: 1px solid #0c2e5d;
}
.tableArea__fee th {
  padding: 5px 10px;
  background: #e2eeff;
  color: #0c2e5d;
  border-right: 1px #FFFFFF solid;
}
.tableArea__fee td {
  padding: 10px;
  background: #FFFFFF;
  color: #333333;
}

.course15 {
  width: 15%;
}

.course20 {
  width: 20%;
}

@media (min-width: 920px) {
  .tableArea__spslide {
    display: none;
  }
  .tableArea td {
    font-size: 15px;
  }
  .tableArea__fee {
    margin-bottom: 30px;
  }
}
.text-center {
  text-align: center;
}

.c-text__subList {
  margin-left: 1em;
}
.c-text__subList li {
  font-size: 12px;
  list-style-type: none;
  color: #a9a9a9;
  text-indent: -1em;
}
.c-text__subList li::before {
  content: "※";
}
.c-text__subList--1hour li {
  color: #000;
}

@media (min-width: 920px) {
  .c-text__subList li {
    font-size: 14px;
  }
}
.mb50 {
  margin-bottom: 50px;
}