@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/*
 * Normalization
 */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

audio:not([controls]) {
  display: none; }

details {
  display: block; }

input[type="number"] {
  width: auto; }

input[type="search"] {
  -webkit-appearance: textfield; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

main {
  display: block; }

summary {
  display: block; }

pre {
  overflow: auto; }

progress {
  display: inline-block; }

small {
  font-size: 75%; }

template {
  display: none; }

textarea {
  overflow: auto; }

[hidden] {
  display: none; }

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
 * Universal inheritance
 */
*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

* {
  font-size: inherit;
  line-height: inherit; }

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit; }

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0; }

* {
  margin: 0;
  padding: 0; }

:root {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  font: 16px / 1.5 sans-serif;
  text-rendering: optimizeLegibility; }

html {
  background-color: #FFFFFF; }

a {
  text-decoration: none; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

button,
input,
select,
textarea {
  background-color: transparent; }

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

nav ol,
nav ul {
  list-style: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }
  select::-ms-expand {
    display: none; }
  select::-ms-value {
    color: currentColor; }

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

textarea {
  resize: vertical; }

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none; }

::selection {
  background-color: #B3D4FC;
  text-shadow: none; }

@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important; } }

:root {
  font-size: 1px; }

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #222;
  background-color: #fff;
  letter-spacing: .05em; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

* p {
  line-height: 2; }

* a {
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s; }

* ul {
  list-style: none; }

.clr {
  zoom: 1; }
  .clr:before, .clr:after {
    content: "";
    display: table; }

._flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
}
._flex._align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
._flex._justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; 
}

.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.font-alt {
  font-family: "Zen Maru Gothic", sans-serif; }

.font-en {
  font-family: "Montserrat", sans-serif; }

.font-mincho {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

.text-uppercase {
  text-transform: uppercase; }

.bg-light {
  background: #f0f0f0; }

.bg-image {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-green {
  background: #8dc26f; }

.bg-orange {
  background: #f8b558; }

.color-green {
  color: #8dc26f; }

.color-blue {
  color: #044bb3; }

.color-orange {
  color: #f8b558; }

.gr-orange {
  background: #ffb75e;
  background: -webkit-gradient(linear, left top, right top, from(#ffb75e), to(#ed8f03));
  background: -webkit-linear-gradient(left, #ffb75e 0%, #ed8f03 100%);
  background: -o-linear-gradient(left, #ffb75e 0%, #ed8f03 100%);
  background: linear-gradient(90deg, #ffb75e 0%, #ed8f03 100%); }

.btn {
  padding: 12px 60px;
  border-radius: 25px; }
  .btn span {
    color: #fff;
    font-size: 1.2em;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight:bold; 
  }
  .btn:hover {
    opacity: .7; }

.cta {
  width: 800px;
  text-align: center;
  border: 5px solid #f8b558;
  padding: 40px 20px;
  margin-left: auto;
  margin-right: auto; }
  .cta h4 {
    font-size: 22rem;
    margin-bottom: 30px; }
  .cta .btn {
    width: 300px;
    margin-left: auto;
    margin-right: auto; }

.section-title {
  position: relative;
  text-align: center; }
  .section-title.title-w-arrow {
    width: 800px;
    padding: 12px 30px 15px 30px; }
    .section-title.title-w-arrow:after {
      position: absolute;
      left: 50%;
      bottom: -15px;
      display: block;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 20px 0 20px;
      margin-left: -20px;
      border-color: #8dc26f transparent transparent transparent; }
    .section-title.title-w-arrow h3 {
      color: #fff;
      font-size: 22rem; }
  .section-title.title-w-line:before {
    position: absolute;
    top: 12px;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #044bb3; }
  .section-title.title-w-line:after {
    position: absolute;
    bottom: 12px;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #044bb3; }
  .section-title.title-w-line h3 {
    position: relative;
    display: inline-block;
    font-size: 28rem;
    line-height: 1;
    background: #fff;
    z-index: 1;
    padding-left: 35px;
    padding-right: 35px; }

.header {
  position: relative;
  width: 100%;
  height: 100px; }
  .header .sitename {
    width: 197px;
    padding-left: 40px; }
  .header .global-menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 20px; }
    .header .global-menu ul li:not(:first-child) {
      padding-left: 12px;
      margin-left: 12px;
      border-left: 1px solid #222; }
    .header .global-menu ul li a {
      font-size: 14rem;
      font-weight: bold;
      color: #222; }
      .header .global-menu ul li a:hover {
        opacity: .5; }
  .header .global-contact ul li:nth-child(1) a {
    background: #91dbd7;
    background: -webkit-gradient(linear, left top, right top, from(#91dbd7), to(#4ec9c3));
    background: -webkit-linear-gradient(left, #91dbd7 0%, #4ec9c3 100%);
    background: -o-linear-gradient(left, #91dbd7 0%, #4ec9c3 100%);
    background: linear-gradient(90deg, #91dbd7 0%, #4ec9c3 100%); }
  .header .global-contact ul li:nth-child(2) a {
    background: #ffb75e;
    background: -webkit-gradient(linear, left top, right top, from(#ffb75e), to(#ed8f03));
    background: -webkit-linear-gradient(left, #ffb75e 0%, #ed8f03 100%);
    background: -o-linear-gradient(left, #ffb75e 0%, #ed8f03 100%);
    background: linear-gradient(90deg, #ffb75e 0%, #ed8f03 100%); }
  .header .global-contact ul li a {
    font-size: 14rem;
    font-weight: bold;
    color: #fff;
    width: 140px;
    height: 100px; }
    .header .global-contact ul li a:hover {
      opacity: .7; }

.main-visual {
  position: relative;
  width: 100%;
  height: 740px;
  background-image: url(../images/top/main-visual.jpg); }
  .main-visual .content {
    width: 1200px;
    height: 760px;
    background: rgba(255, 255, 255, 0.95);
    -webkit-transform: translateY(340px);
    -ms-transform: translateY(340px);
    transform: translateY(340px);
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    .main-visual .content h2 {
      font-size: 42rem; }
      .main-visual .content h2 span {
        color: #e11919;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 5px;
        background: #ffd200;
        background: -webkit-gradient(linear, left bottom, left top, from(#ffd200), color-stop(40%, #ffd200), color-stop(40%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(bottom, #ffd200 0%, #ffd200 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(bottom, #ffd200 0%, #ffd200 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(0deg, #ffd200 0%, #ffd200 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%); }
    .main-visual .content .description {
      width: 80%;
      padding: 40px 50px 50px;
      margin: 70px auto;
      border: 10px solid #e11919; }
      .main-visual .content .description p {
        display: inline-block;
        font-size: 28rem;
        font-weight: bold;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 5px;
        background: #ffd200;
        background: -webkit-gradient(linear, left bottom, left top, from(#ffd200), color-stop(40%, #ffd200), color-stop(40%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(bottom, #ffd200 0%, #ffd200 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(bottom, #ffd200 0%, #ffd200 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(0deg, #ffd200 0%, #ffd200 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%); }
        .main-visual .content .description p:not(:last-child) {
          margin-bottom: 25px; }
        .main-visual .content .description p span {
          color: #e11919; }
    .main-visual .content h3 {
      font-size: 28rem; }
      .main-visual .content h3 span {
        color: #e11919;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 5px;
        background: #ffd200;
        background: -webkit-gradient(linear, left bottom, left top, from(#ffd200), color-stop(40%, #ffd200), color-stop(40%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(bottom, #ffd200 0%, #ffd200 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(bottom, #ffd200 0%, #ffd200 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(0deg, #ffd200 0%, #ffd200 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%); }
    .main-visual .content .btn {
      max-width: 500px;
      margin: 40px auto 0; }

.h-section-banner {
  padding-top: 200px;
  padding-bottom: 100px; }

.h-section-reason {
  padding-top: 100px;
  padding-bottom: 100px; }
  .h-section-reason .section-title {
    margin: 0 auto 125px; }
  .h-section-reason .row {
    margin: -40px; }
    .h-section-reason .row li {
      width: 50%;
      padding: 40px; }
      .h-section-reason .row li .content {
        position: relative;
        background: #fff;
        padding: 45px 20px 40px;
        border: 5px solid #f8b558; }
        .h-section-reason .row li .content .title {
          position: absolute;
          top: -27px;
          left: 50%;
          display: inline-block;
          padding: 12px 20px;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          background: #f8b558; }
          .h-section-reason .row li .content .title h4 {
            font-size: 18rem;
            color: #fff; }
        .h-section-reason .row li .content .text {
          text-align: center; }
          .h-section-reason .row li .content .text p {
            font-size: 18rem;
            font-weight: bold; }

.h-section-feature {
  padding-top: 100px;
  padding-bottom: 100px; }
  .h-section-feature .section-title {
    margin-bottom: 60px; }
  .h-section-feature .row li {
    width: 50%;
    height: 280px; }
    .h-section-feature .row li:nth-child(odd) {
      border-right: 1px solid #e5e5e5; }
    .h-section-feature .row li:nth-child(1), .h-section-feature .row li:nth-child(2) {
      border-bottom: 1px solid #e5e5e5; }
    .h-section-feature .row li .content {
      text-align: center; }
      .h-section-feature .row li .content i {
        font-size: 52rem;
        color: #044bb3;
        margin-bottom: 40px; }
      .h-section-feature .row li .content h4 {
        font-size: 22rem;
        font-weight: normal; }
        .h-section-feature .row li .content h4 span {
          color: #044bb3;
          font-weight: bold; }
  .h-section-feature .btn {
    width: 300px;
    margin: 60px auto 0; }

.h-section-job-type {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../images/top/job-type-bg.jpg); }
  .h-section-job-type:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1; }
  .h-section-job-type .section-title {
    position: relative;
    z-index: 2;
    margin-bottom: 60px; }
    .h-section-job-type .section-title h3 {
      font-size: 28rem;
      color: #fff; }
  .h-section-job-type .row {
    position: relative;
    margin: -20px -10px;
    z-index: 2; }
    .h-section-job-type .row li {
      width: 25%;
      padding: 20px 10px; }
      .h-section-job-type .row li:nth-child(1) .content {
        border-color: #61cec9; }
      .h-section-job-type .row li:nth-child(2) .content {
        border-color: #c93764; }
      .h-section-job-type .row li:nth-child(3) .content {
        border-color: #84be64; }
      .h-section-job-type .row li:nth-child(4) .content {
        border-color: #0569d8; }
      .h-section-job-type .row li:nth-child(5) .content {
        border-color: #d8cc05; }
      .h-section-job-type .row li:nth-child(6) .content {
        border-color: #c205d8; }
      .h-section-job-type .row li:nth-child(7) .content {
        border-color: #d87705; }
      .h-section-job-type .row li:nth-child(8) .content {
        border-color: #60d784; }
      .h-section-job-type .row li .content {
        text-align: center;
        background: #fff;
        height: 180px;
        border-bottom: 10px solid #61cec9;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25); }
        .h-section-job-type .row li .content h4 {
          font-size: 18rem; }

.h-section-cases {
  padding-top: 100px;
  padding-bottom: 100px; }
  .h-section-cases .section-title {
    margin-bottom: 40px; }
    .h-section-cases .section-title h3 {
      font-size: 28rem; }
  .h-section-cases .row li:not(:last-child) {
    margin-bottom: 40px; }
  .h-section-cases .row li:nth-child(odd) .thumb {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 100px;
    margin-right: 0; }
  .h-section-cases .row li:nth-child(odd) .content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background: #eff9fc; }
    .h-section-cases .row li:nth-child(odd) .content:after {
      right: -20px;
      left: inherit;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 25px 0 25px 20px;
      border-color: transparent transparent transparent #eff9fc; }
  .h-section-cases .row li .thumb {
    width: 280px;
    margin-right: 100px; }
  .h-section-cases .row li .content {
    position: relative;
    width: calc(100% - 380px);
    padding: 30px;
    background: #fbfcef; }
    .h-section-cases .row li .content:after {
      position: absolute;
      top: 50%;
      display: block;
      content: "";
      left: -20px;
      margin-top: -15px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 25px 20px 25px 0;
      border-color: transparent #fbfcef transparent transparent; }
    .h-section-cases .row li .content .text h4 {
      margin-bottom: 10px; }
    .h-section-cases .row li .content .text p:not(:last-child) {
      margin-bottom: 12px; }
  .h-section-cases .cta {
    margin-top: 60px; }

.h-section-price {
  padding-top: 100px;
  padding-bottom: 100px; }
  .h-section-price .section-title {
    margin-bottom: 60px; }
    .h-section-price .section-title h3 {
      font-size: 28rem; }
  .h-section-price table {
    table-layout: fixed;
    width: 100%;
    background: #fff;
    border: 1px solid #d5d5d5; }
    .h-section-price table thead tr th {
      padding: 25px 10px;
      border: 1px solid #d5d5d5; }
      .h-section-price table thead tr th span {
        font-size: 24rem; }
    .h-section-price table tbody {
      text-align: center; }
      .h-section-price table tbody tr th {
        font-size: 18rem;
        padding: 25px 10px;
        border: 1px solid #d5d5d5;
        background: #f8f8f8; }
      .h-section-price table tbody tr:nth-child(even) td {
        background: #f5ffef; }
        .h-section-price table tbody tr:nth-child(even) td:last-child {
          background: #f5faff; }
      .h-section-price table tbody tr td {
        padding: 25px 10px;
        border: 1px solid #d5d5d5; }
        .h-section-price table tbody tr td span {
          font-size: 24rem;
          font-weight: bold; }
  .h-section-price .btn {
    width: 400px;
    margin: 60px auto 0; }

.h-section-flow {
  padding-top: 100px;
  padding-bottom: 100px; }
  .h-section-flow .section-title {
    margin-bottom: 40px; }
    .h-section-flow .section-title h3 {
      font-size: 28rem; }
  .h-section-flow .row {
    margin-left: -10px;
    margin-right: -10px; }
    .h-section-flow .row li {
      width: calc(100% / 6);
      padding-left: 10px;
      padding-right: 10px; }
      .h-section-flow .row li:nth-child(1) .content {
        border-color: #61cec9; }
      .h-section-flow .row li:nth-child(2) .content {
        border-color: #c93764; }
      .h-section-flow .row li:nth-child(3) .content {
        border-color: #84be64; }
      .h-section-flow .row li:nth-child(4) .content {
        border-color: #0569d8; }
      .h-section-flow .row li:nth-child(5) .content {
        border-color: #d8cc05; }
      .h-section-flow .row li:nth-child(6) .content {
        border-color: #c205d8; }
      .h-section-flow .row li .number {
        text-align: center;
        padding: 10px;
        margin-bottom: 10px;
        background: #222; }
        .h-section-flow .row li .number span {
          font-size: 15rem;
          font-weight: bold;
          color: #fff; }
      .h-section-flow .row li .content {
        height: 165px;
        border-bottom: 8px solid transparent; }
        .h-section-flow .row li .content h4 {
          text-align: center;
          font-size: 18rem; }
  .h-section-flow .btn {
    width: 400px;
    margin: 60px auto 0; }
  .h-section-flow .cta {
    margin-top: 50px; }

.h-section-column {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../images/top/column-bg.jpg); }
  .h-section-column:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1; }
  .h-section-column .section-title {
    position: relative;
    z-index: 2;
    margin-bottom: 60px; }
    .h-section-column .section-title h3 {
      font-size: 28rem;
      color: #fff; }
  .h-section-column .row {
    position: relative;
    padding-left: -20px;
    margin-right: -20px;
    z-index: 2; }
    .h-section-column .row .col {
      width: 25%;
      padding-left: 20px;
      padding-right: 20px; }
      .h-section-column .row .col a .thumb {
        margin-bottom: 15px; }
      .h-section-column .row .col a .title h4 {
        color: #fff; }

.footer {
  padding-top: 100px; }
  .footer .sitename img {
    margin: 0 auto 30px; }
  .footer .footer-menu ul li:not(:first-child) {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #222; }
  .footer .footer-menu ul li a {
    font-weight: bold;
    color: #222; }
    .footer .footer-menu ul li a:hover {
      opacity: .5; }
  .footer .footer-contact {
    padding-bottom: 100px;
    margin-top: 50px; }
    .footer .footer-contact ul li {
      margin-left: 20px;
      margin-right: 20px; }
      .footer .footer-contact ul li:nth-child(1) a {
        background: #91dbd7;
        background: -webkit-gradient(linear, left top, right top, from(#91dbd7), to(#4ec9c3));
        background: -webkit-linear-gradient(left, #91dbd7 0%, #4ec9c3 100%);
        background: -o-linear-gradient(left, #91dbd7 0%, #4ec9c3 100%);
        background: linear-gradient(90deg, #91dbd7 0%, #4ec9c3 100%); }
      .footer .footer-contact ul li:nth-child(2) a {
        background: #ffb75e;
        background: -webkit-gradient(linear, left top, right top, from(#ffb75e), to(#ed8f03));
        background: -webkit-linear-gradient(left, #ffb75e 0%, #ed8f03 100%);
        background: -o-linear-gradient(left, #ffb75e 0%, #ed8f03 100%);
        background: linear-gradient(90deg, #ffb75e 0%, #ed8f03 100%); }
      .footer .footer-contact ul li a {
        font-weight: bold;
        color: #fff;
        width: 300px;
        height: 50px;
        border-radius: 25px; }
        .footer .footer-contact ul li a:hover {
          opacity: .7; }
  .footer .copyright {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #222; }
    .footer .copyright p {
      color: #fff;
      text-align: center; }

.header-sp {
  display: none; }

.page-title {
  width: 100%;
  height: 400px;
  background: #f27121;
  background: -webkit-gradient(linear, left top, right top, from(#f27121), to(#e94057));
  background: -webkit-linear-gradient(left, #f27121 0%, #e94057 100%);
  background: -o-linear-gradient(left, #f27121 0%, #e94057 100%);
  background: linear-gradient(90deg, #f27121 0%, #e94057 100%); }
  .page-title h2 {
    color: #fff;
    font-size: 34rem; }

.p-section-video {
  padding-top: 100px;
  padding-bottom: 100px; }

.p-section-feature {
  padding-bottom: 100px; }
  .p-section-feature .course-basic {
    margin-bottom: 50px; }
  .p-section-feature .course-advanced {
    margin-bottom: 50px; }
    .p-section-feature .course-advanced .video {
      margin-bottom: 60px; }
      .p-section-feature .course-advanced .video iframe {
        max-width: 100%; }
  .p-section-feature .course-test {
    margin-bottom: 50px; }
    .p-section-feature .course-test .video {
      margin-bottom: 60px; }
      .p-section-feature .course-test .video iframe {
        max-width: 100%; }
  .p-section-feature .section-title {
    margin: 0 auto 50px; }
  .p-section-feature .section-sub-title {
    text-align: center;
    margin-bottom: 50px; }
    .p-section-feature .section-sub-title h4 {
      font-size: 28rem;
      margin-bottom: 10px; }
  .p-section-feature .course-basic .row li:not(:last-child),
  .p-section-feature .course-advanced .row li:not(:last-child),
  .p-section-feature .course-teacher .row li:not(:last-child) {
    margin-bottom: 50px; }
  .p-section-feature .course-basic .row li:nth-child(even) .description,
  .p-section-feature .course-advanced .row li:nth-child(even) .description,
  .p-section-feature .course-teacher .row li:nth-child(even) .description {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background: #fbfcef; }
  .p-section-feature .course-basic .row li:nth-child(even) .content,
  .p-section-feature .course-advanced .row li:nth-child(even) .content,
  .p-section-feature .course-teacher .row li:nth-child(even) .content {
    padding-left: 0;
    padding-right: 30px; }
  .p-section-feature .course-basic .row li .description,
  .p-section-feature .course-advanced .row li .description,
  .p-section-feature .course-teacher .row li .description {
    width: 580px;
    text-align: center;
    padding: 60px 40px;
    background: #eff9fc; }
    .p-section-feature .course-basic .row li .description h4,
    .p-section-feature .course-advanced .row li .description h4,
    .p-section-feature .course-teacher .row li .description h4 {
      font-size: 18rem;
      margin-bottom: 20px; }
    .p-section-feature .course-basic .row li .description p,
    .p-section-feature .course-advanced .row li .description p,
    .p-section-feature .course-teacher .row li .description p {
      text-align: left; }
  .p-section-feature .course-basic .row li .content,
  .p-section-feature .course-advanced .row li .content,
  .p-section-feature .course-teacher .row li .content {
    width: calc(100% - 580px);
    padding-left: 30px; }
    .p-section-feature .course-basic .row li .content .title,
    .p-section-feature .course-advanced .row li .content .title,
    .p-section-feature .course-teacher .row li .content .title {
      margin-bottom: 10px; }
      .p-section-feature .course-basic .row li .content .title h4,
      .p-section-feature .course-advanced .row li .content .title h4,
      .p-section-feature .course-teacher .row li .content .title h4 {
        color: #f8b558;
        font-size: 24rem; }
      .p-section-feature .course-basic .row li .content .title p,
      .p-section-feature .course-advanced .row li .content .title p,
      .p-section-feature .course-teacher .row li .content .title p {
        font-size: 18rem; }
    .p-section-feature .course-basic .row li .content .text,
    .p-section-feature .course-advanced .row li .content .text,
    .p-section-feature .course-teacher .row li .content .text {
      margin-bottom: 20px; }
      .p-section-feature .course-basic .row li .content .text p,
      .p-section-feature .course-advanced .row li .content .text p,
      .p-section-feature .course-teacher .row li .content .text p {
        font-size: 18rem; }
    .p-section-feature .course-basic .row li .content .video iframe,
    .p-section-feature .course-advanced .row li .content .video iframe,
    .p-section-feature .course-teacher .row li .content .video iframe {
      max-width: 100%; }
  .p-section-feature .course-test {
    margin-bottom: 50px; }
    .p-section-feature .course-test .row {
      margin-left: -10px;
      margin-right: -10px;
      margin-bottom: 60px; }
      .p-section-feature .course-test .row li {
        width: calc(100% / 4);
        padding-left: 10px;
        padding-right: 10px; }
        .p-section-feature .course-test .row li:nth-child(1) .content {
          border-color: #61cec9; }
        .p-section-feature .course-test .row li:nth-child(2) .content {
          border-color: #c93764; }
        .p-section-feature .course-test .row li:nth-child(3) .content {
          border-color: #84be64; }
        .p-section-feature .course-test .row li:nth-child(4) .content {
          border-color: #0569d8; }
        .p-section-feature .course-test .row li .number {
          text-align: center;
          padding: 10px;
          margin-bottom: 10px;
          background: #222; }
          .p-section-feature .course-test .row li .number span {
            font-size: 15rem;
            font-weight: bold;
            color: #fff; }
        .p-section-feature .course-test .row li .content {
          width: 100%;
          height: 165px;
          border-bottom: 8px solid transparent; }
          .p-section-feature .course-test .row li .content h4 {
            text-align: center;
            font-size: 18rem; }
    .p-section-feature .course-test .cta p {
      font-size: 22rem; }

.p-section-support {
  padding-top: 100px;
  padding-bottom: 100px; }
  .p-section-support .section-title {
    margin-bottom: 80px; }
    .p-section-support .section-title h3 {
      font-size: 28rem;
      margin-bottom: 10px; }
    .p-section-support .section-title p {
      font-size: 18rem; }
      .p-section-support .section-title p strong {
        color: #e11919; }
  .p-section-support table {
    width: 100%;
    background: #fff;
    border: 1px solid #d5d5d5; }
    .p-section-support table thead tr th {
      font-size: 18rem;
      color: #fff;
      padding: 25px;
      background: #222;
      border: 1px solid #d5d5d5; }
    .p-section-support table tbody tr th {
      font-size: 18rem;
      padding: 25px;
      border: 1px solid #d5d5d5;
      background: #f8f8f8; }
    .p-section-support table tbody tr td {
      padding: 25px;
      border: 1px solid #d5d5d5; }

.p-section-faq {
  padding-top: 100px;
  padding-bottom: 100px; }
  .p-section-faq .faq-col:not(:last-child) {
    margin-bottom: 50px; }
  .p-section-faq .faq-col:nth-child(odd) .user {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .p-section-faq .faq-col:nth-child(even) .user {
    background: #fbfcef; }
  .p-section-faq .faq-col:nth-child(even) .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .p-section-faq .faq-col:nth-child(even) .content .text {
      background: #fbfcef; }
      .p-section-faq .faq-col:nth-child(even) .content .text:after {
        position: absolute;
        top: calc(50% - 25px);
        left: -25px;
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 25px 0 25px 30px;
        border-color: transparent transparent transparent #fbfcef;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .p-section-faq .faq-col .user {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    background: #eff9fc; }
    .p-section-faq .faq-col .user i {
      font-size: 50rem; }
  .p-section-faq .faq-col .content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 950px; }
    .p-section-faq .faq-col .content .text {
      position: relative;
      width: calc(100% - 	100px);
      padding: 60px 30px;
      background: #eff9fc; }
      .p-section-faq .faq-col .content .text p {
        font-size: 18rem;
        font-weight: bold; }
      .p-section-faq .faq-col .content .text:after {
        position: absolute;
        top: calc(50% - 25px);
        right: -25px;
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 25px 0 25px 30px;
        border-color: transparent transparent transparent #eff9fc; }
  .p-section-faq.p-section-faq-1 .row {
    margin-left: -15px;
    margin-right: -15px; }
    .p-section-faq.p-section-faq-1 .row li {
      width: 33.3%;
      padding-left: 15px;
      padding-right: 15px; }
      .p-section-faq.p-section-faq-1 .row li span {
        display: block;
        font-size: 18rem;
        font-weight: bold;
        text-align: center;
        padding-bottom: 5px; }
      .p-section-faq.p-section-faq-1 .row li h4 {
        color: #e11919;
        text-align: center;
        font-size: 18rem;
        padding-bottom: 10px; }
      .p-section-faq.p-section-faq-1 .row li .text {
        min-height: 410px;
        padding: 20px 30px;
        background: #f0f0f0; }
        .p-section-faq.p-section-faq-1 .row li .text p:not(:last-child) {
          margin-bottom: 20px; }

.p-section-scratch {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #044bb3; }
  .p-section-scratch .section-title {
    color: #fff;
    margin-bottom: 80px; }
    .p-section-scratch .section-title h3 {
      font-size: 28rem;
      margin-bottom: 10px; }
    .p-section-scratch .section-title p {
      font-size: 18rem;
      font-weight: bold; }
  .p-section-scratch .row {
    margin: -20px; }
    .p-section-scratch .row li {
      width: 50%;
      padding: 20px; }
      .p-section-scratch .row li .content {
        width: 100%;
        height: 280px;
        padding: 20px;
        background: #fff; }
        .p-section-scratch .row li .content .text {
          text-align: center; }
          .p-section-scratch .row li .content .text h4 {
            font-size: 22rem;
            margin-bottom: 10px; }
  .p-section-scratch .video {
    margin-top: 60px; }
    .p-section-scratch .video iframe {
      display: block;
      margin-left: auto;
      margin-right: auto; }

.p-section-price {
  padding-top: 100px;
  padding-bottom: 100px; }
  .p-section-price .section-title {
    margin-bottom: 60px; }
    .p-section-price .section-title h3 {
      font-size: 28rem; }
  .p-section-price table {
    table-layout: fixed;
    width: 100%;
    background: #fff;
    border: 1px solid #d5d5d5; }
    .p-section-price table thead tr th {
      padding: 15px;
      border: 1px solid #d5d5d5; }
      .p-section-price table thead tr th p {
        font-weight: normal; }
        .p-section-price table thead tr th p:not(:last-child) {
          margin-bottom: 12px; }
        .p-section-price table thead tr th p strong {
          font-size: 18rem; }
    .p-section-price table tbody tr th {
      font-size: 18rem;
      padding: 15px;
      border: 1px solid #d5d5d5;
      background: #f8f8f8; }
      .p-section-price table tbody tr th.sub-title {
        font-size: 15rem;
        font-weight: normal;
        background: #fff; }
    .p-section-price table tbody tr td {
      padding: 15px;
      border: 1px solid #d5d5d5; }
      .p-section-price table tbody tr td.center {
        text-align: center; }
      .p-section-price table tbody tr td:nth-child(2), .p-section-price table tbody tr td:nth-child(3) {
        text-align: center; }
      .p-section-price table tbody tr td.bg-lightgreen {
        background: #f5ffef; }
      .p-section-price table tbody tr td.bg-blue {
        background: #f5faff; }

.p-section-message {
  padding-top: 100px;
  padding-bottom: 100px; }
  .p-section-message .content {
    width: calc(100% - 410px);
    padding-right: 50px; }
    .p-section-message .content h3 {
      display: inline-block;
      color: #fff;
      font-size: 26rem;
      padding: 15px 20px;
      margin-bottom: 40px;
      background: #6bd1cb; }
    .p-section-message .content p {
      font-size: 18rem; }
      .p-section-message .content p:not(:last-child) {
        margin-bottom: 15px; }
    .p-section-message .content .signature {
      display: block;
      margin-top: 140px;
      text-align: right; }
  .p-section-message .thumb {
    width: 410px; }

.p-section-thought {
  padding-bottom: 110px; }
  .p-section-thought .row:not(:last-child) {
    margin-bottom: 100px; }
  .p-section-thought .row:last-child .section-title {
    padding-left: 0;
    padding-right: 45px;
    text-align: right; }
    .p-section-thought .row:last-child .section-title:before {
      right: 0;
      color: #f8b558; }
    .p-section-thought .row:last-child .section-title:after {
      right: 7px;
      left: inherit;
      background: #f8b558; }
  .p-section-thought .row:last-child .content {
    margin-left: auto;
    background: #fbfcef; }
  .p-section-thought .row .section-title {
    position: relative;
    text-align: left;
    padding-left: 40px;
    margin-bottom: 50px;
    z-index: 2; }
    .p-section-thought .row .section-title:before {
      position: absolute;
      left: 0;
      top: 13px;
      display: inline-block;
      color: #044bb3;
      content: "●"; }
    .p-section-thought .row .section-title:after {
      position: absolute;
      top: 20px;
      left: 7px;
      display: inline-block;
      content: "";
      width: 2px;
      height: 125px;
      background: #044bb3; }
    .p-section-thought .row .section-title h3 {
      display: inline-block;
      font-size: 28rem; }
  .p-section-thought .row .content {
    width: 100%;
    position: relative;
    padding-top: 110px;
    padding-bottom: 110px;
    width: calc(100% - ((100% - 1200px) / 2));
    background: #eff9fc; }
    .p-section-thought .row .content .text {
      position: relative;
      z-index: 2;
      padding-left: calc((100% - 1200px) / 2); }
      .p-section-thought .row .content .text p {
        font-size: 18rem; }
        .p-section-thought .row .content .text p:not(:last-child) {
          margin-bottom: 15px; }
      .p-section-thought .row .content .text ul li:not(:last-child) {
        margin-bottom: 15px; }
      .p-section-thought .row .content .text ul li span {
        display: inline-block;
        color: #fff;
        font-weight: bold;
        text-align: center;
        line-height: 32px;
        width: 30px;
        height: 30px;
        background: #61cec9;
        border-radius: 15px;
        margin-right: 10px; }
        .p-section-thought .row .content .text ul li span.red {
          background: #c93764; }
        .p-section-thought .row .content .text ul li span.green {
          background: #84be64; }
        .p-section-thought .row .content .text ul li span.blue {
          background: #0569d8; }
        .p-section-thought .row .content .text ul li span.yellow {
          background: #d8cc05; }
      .p-section-thought .row .content .text ul li p a {
        color: #222;
        text-decoration: underline; }
        .p-section-thought .row .content .text ul li p a:hover {
          opacity: .5; }
      .p-section-thought .row .content .text .btn {
        width: 50%;
        margin: 40px auto 0; }

.p-section-flow {
  padding-top: 120px;
  padding-bottom: 120px; }
  .p-section-flow .row {
    margin: -20px; }
    .p-section-flow .row li {
      width: 25%;
      padding: 20px; }
      .p-section-flow .row li:not(:last-child) .content:after {
        position: absolute;
        top: 50%;
        right: -30px;
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 0 20px 30px;
        border-color: transparent transparent transparent #61cec9;
        margin-top: -20px; }
      .p-section-flow .row li:nth-child(2) .content {
        border-color: #c93764; }
        .p-section-flow .row li:nth-child(2) .content:after {
          border-color: transparent transparent transparent #c93764; }
        .p-section-flow .row li:nth-child(2) .content .number {
          background: #c93764; }
        .p-section-flow .row li:nth-child(2) .content .text i {
          color: #c93764; }
      .p-section-flow .row li:nth-child(3) .content {
        border-color: #84be64; }
        .p-section-flow .row li:nth-child(3) .content:after {
          border-color: transparent transparent transparent #84be64; }
        .p-section-flow .row li:nth-child(3) .content .number {
          background: #84be64; }
        .p-section-flow .row li:nth-child(3) .content .text i {
          color: #84be64; }
      .p-section-flow .row li:nth-child(4) .content {
        border-color: #d8cc05; }
        .p-section-flow .row li:nth-child(4) .content:after {
          content: none; }
        .p-section-flow .row li:nth-child(4) .content .number {
          background: #d8cc05; }
        .p-section-flow .row li:nth-child(4) .content .text i {
          color: #d8cc05; }
      .p-section-flow .row li:nth-child(5) {
        margin-top: 40px; }
        .p-section-flow .row li:nth-child(5) .content {
          border-color: #c205d8; }
          .p-section-flow .row li:nth-child(5) .content:after {
            content: none; }
          .p-section-flow .row li:nth-child(5) .content .number {
            background: #c205d8; }
          .p-section-flow .row li:nth-child(5) .content .text i {
            color: #c205d8; }
      .p-section-flow .row li:nth-child(6) {
        margin-top: 40px; }
        .p-section-flow .row li:nth-child(6) .content {
          border-color: #d87705; }
          .p-section-flow .row li:nth-child(6) .content:after {
            content: none; }
          .p-section-flow .row li:nth-child(6) .content .number {
            background: #d87705; }
          .p-section-flow .row li:nth-child(6) .content .text i {
            color: #d87705; }
      .p-section-flow .row li .content {
        position: relative;
        height: 200px;
        border: 5px solid #61cec9; }
        .p-section-flow .row li .content .number {
          position: absolute;
          top: 0;
          left: 0;
          background: #61cec9;
          padding: 5px 13px 8px 10px; }
          .p-section-flow .row li .content .number span {
            color: #fff;
            font-size: 18rem;
            font-weight: bold; }
        .p-section-flow .row li .content .text {
          text-align: center; }
          .p-section-flow .row li .content .text i {
            color: #61cec9;
            font-size: 48rem; }
          .p-section-flow .row li .content .text h3 {
            margin-top: 10px;
            font-size: 18rem; }
        .p-section-flow .row li .content .link {
          padding-left: 12px;
          padding-right: 12px;
          margin-top: 20px; }
          .p-section-flow .row li .content .link .btn {
            padding: 12px;
            background: #f8b558; }
            .p-section-flow .row li .content .link .btn span {
              font-size: 13rem; }

.p-section-contact {
  padding-top: 100px;
  padding-bottom: 100px; }
  .p-section-contact .row {
    padding: 80px 200px;
    border: 10px solid #f8b558; }
    .p-section-contact .row dl {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #ddd; }
      .p-section-contact .row dl dt {
        font-weight: bold;
        padding-bottom: 5px; }
        .p-section-contact .row dl dt span {
          color: #e11919;
          padding-left: 10px; }
      .p-section-contact .row dl dd hr {
        margin-top: 15px; }
      .p-section-contact .row dl dd select {
        padding: 8px 15px;
        border: 1px solid #ddd;
        background: #f0f0f0; }
      .p-section-contact .row dl dd input[type="text"] {
        padding: 8px 15px;
        border: 1px solid #ddd;
        background: #f0f0f0; }
      .p-section-contact .row dl dd input[type="email"] {
        padding: 8px 15px;
        border: 1px solid #ddd;
        background: #f0f0f0; }
      .p-section-contact .row dl dd textarea {
        width: 100%;
        padding: 8px 15px;
        border: 1px solid #ddd;
        background: #f0f0f0; }
    .p-section-contact .row input[type="submit"] {
      width: 100%;
      padding: 10px 20px;
      color: #fff; 
      font-weight:bold;}

.p-section-single {
  padding-top: 100px;
  padding-bottom: 100px; }
  .p-section-single .thumb {
    margin-bottom: 40px; }
    .p-section-single .thumb img {
      margin-left: auto;
      margin-right: auto; }
  .p-section-single .content h3 {
    font-size: 32rem;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #222; }
  .p-section-single .content .meta {
    margin-bottom: 40px; }
    .p-section-single .content .meta .date {
      padding-right: 20px;
      margin-right: 20px;
      border-right: 1px solid #222; }
    .p-section-single .content .meta .category {
      padding-right: 20px;
      margin-right: 20px;
      border-right: 1px solid #222; }
      .p-section-single .content .meta .category ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .p-section-single .content .meta .category ul li {
          color: #222; }
          .p-section-single .content .meta .category ul li:not(:last-child) {
            margin-right: 10px; }
          .p-section-single .content .meta .category ul li a {
            color: #222; }
    .p-section-single .content .meta .tags a {
      color: #222; }
      .p-section-single .content .meta .tags a:not(:last-child) {
        margin-right: 10px; }

.content-article h1 {
  color: #fff;
  font-size: 24rem;
  padding: 10px;
  background: #f8b558;
  margin-top: 60px;
  margin-bottom: 20px; }

.content-article h2 {
  font-size: 24rem;
  border-left: 5px solid #222;
  padding-left: 20px;
  margin-top: 60px;
  margin-bottom: 20px; }

.content-article h3 {
  font-size: 22rem;
  border-bottom: 2px solid #222;
  padding-bottom: 10px;
  margin-top: 60px;
  margin-bottom: 20px; }

.content-article h4 {
  color: #f8b558;
  font-size: 18rem;
  margin-top: 60px;
  margin-bottom: 20px; }

.content-article h5 {
  font-size: 18rem;
  margin-top: 60px;
  margin-bottom: 20px; }

.content-article h6 {
  color: #f8b558;
  margin-top: 60px;
  margin-bottom: 20px; }

.content-article p {
  margin-bottom: 20px; }
  .content-article p.text-center {
    text-align: center; }

.content-article hr {
  border-bottom: 1px solid #d5d5d5;
  margin-top: 30px;
  margin-bottom: 30px; }

.content-article a {
  color: #222;
  text-decoration: underline; }
  .content-article a:hover {
    opacity: .5; }

.content-article ul {
  list-style: disc;
  padding-left: 18px;
  margin-bottom: 20px; }
  .content-article ul li {
    line-height: 2; }
    .content-article ul li:not(:last-child) {
      margin-bottom: 10px; }

.content-article ol {
  padding-left: 20px;
  margin-bottom: 20px; }
  .content-article ol li {
    line-height: 2; }
    .content-article ol li:not(:last-child) {
      margin-bottom: 10px; }

.content-article .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px 30px; }
  .content-article .gallery dl {
    padding-left: 15px;
    padding-right: 15px; }

.content-article img[loading="lazy"] {
  margin: 0 0 30px 0; }

.content-article img.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px; }

.content-article img.aligncenter {
  display: block;
  margin: 0 auto 30px; }

.content-article img.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px; }

.content-article .wp-caption img {
  margin: 0 auto 10px; }

.content-article .wp-caption .wp-caption-text {
  text-align: center;
  font-size: 13rem; }

.content-article table {
  width: 100%;
  border: 1px solid #d5d5d5;
  margin-bottom: 30px; }
  .content-article table tr {
    border: 1px solid #d5d5d5; }
    .content-article table tr th {
      border: 1px solid #d5d5d5;
      padding: 20px;
      background: #f0f0f0; }
    .content-article table tr td {
      border: 1px solid #d5d5d5;
      padding: 20px; }
      .content-article table tr td ul {
        margin-bottom: 0; }

.content-article .google-map {
  margin-bottom: 30px; }

.p-section-column {
  padding-top: 100px;
  padding-bottom: 100px; }
  .p-section-column .row .col {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d5d5d5; }
    .p-section-column .row .col .title a {
      color: #222; }
      .p-section-column .row .col .title a:hover {
        opacity: .7; }
    .p-section-column .row .col .meta {
      margin-top: 10px;
      font-size: 13rem; }
      .p-section-column .row .col .meta .date {
        padding-right: 20px;
        margin-right: 20px;
        border-right: 1px solid #222; }
      .p-section-column .row .col .meta .category {
        padding-right: 20px;
        margin-right: 20px;
        border-right: 1px solid #222; }
        .p-section-column .row .col .meta .category ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .p-section-column .row .col .meta .category ul li {
            color: #222; }
            .p-section-column .row .col .meta .category ul li:not(:last-child) {
              margin-right: 10px; }
            .p-section-column .row .col .meta .category ul li a {
              color: #222; }
      .p-section-column .row .col .meta .tags a {
        color: #222; }
        .p-section-column .row .col .meta .tags a:not(:last-child) {
          margin-right: 10px; }
  .p-section-column .pagination a {
    color: #222;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .p-section-column .pagination a:last-child {
      text-align: right; }

.p-section-404 {
  padding-top: 100px;
  padding-bottom: 100px; }

@media screen and (max-width: 1200px) {
  .container {
    width: 100%; }
  .section-title.title-w-arrow {
    width: 100%; }
  .cta {
    width: 100%; }
    .cta h4 br {
      display: none; }
  .btn {
    max-width: 100% !important; }
  .header {
    display: none; }
  .header-sp {
    position: relative;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px; }
    .header-sp .sitename {
      padding-bottom: 15px; }
      .header-sp .sitename img {
        margin-left: auto;
        margin-right: auto; }
    .header-sp .toggle {
      width: calc(100% - 40px);
      background: #222;
      padding: 5px 20px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      .header-sp .toggle i {
        color: #fff; }
    .header-sp .global-menu {
      display: none;
      position: absolute;
      top: 100%;
      left: 20px;
      right: 20px;
      width: calc(100% - 40px);
      background: #222;
      z-index: 2; }
      .header-sp .global-menu.active {
        display: block; }
      .header-sp .global-menu ul li {
        width: 100%; }
        .header-sp .global-menu ul li:not(:last-child) {
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
        .header-sp .global-menu ul li a {
          display: block;
          color: #fff;
          font-weight: bold;
          padding: 20px; }
  .main-visual .content {
    width: 100%;
    height: auto;
    padding: 40px;
    -webkit-transform: translateY(20vh);
    -ms-transform: translateY(20vh);
    transform: translateY(20vh); }
    .main-visual .content .text h2 {
      font-size: 28rem; }
    .main-visual .content .text .description {
      width: 100%;
      padding: 20px;
      margin: 40px auto; }
      .main-visual .content .text .description p {
        font-size: 18rem;
        background: none;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-bottom: 12px; }
  .h-section .row {
    margin: 0 !important; }
  .h-section-banner {
    padding-top: 20vh;
    padding-left: 20px;
    padding-right: 20px; }
  .h-section-reason {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px; }
    .h-section-reason .section-title {
      margin-bottom: 60px; }
      .h-section-reason .section-title h3 br {
        display: none; }
    .h-section-reason .row li {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
  .h-section-feature {
    padding-left: 20px;
    padding-right: 20px; }
    .h-section-feature .row li {
      width: 100%;
      border: none !important; }
      .h-section-feature .row li:not(:last-child) {
        border-bottom: 1px solid #d5d5d5 !important; }
  .h-section-job-type {
    padding-left: 20px;
    padding-right: 20px; }
    .h-section-job-type .row li {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
      .h-section-job-type .row li .content {
        height: 140px; }
  .h-section-cases {
    padding-left: 20px;
    padding-right: 20px; }
    .h-section-cases .row li .thumb {
      width: 100%;
      -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
      order: 1 !important;
      margin: 0 0 20px 0 !important; }
      .h-section-cases .row li .thumb img {
        margin-left: auto;
        margin-right: auto; }
    .h-section-cases .row li .content {
      width: 100%;
      -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
      order: 2 !important; }
      .h-section-cases .row li .content:after {
        content: none; }
  .h-section-price {
    padding-left: 20px;
    padding-right: 20px; }
    .h-section-price table {
      font-size: 13rem; }
      .h-section-price table span {
        font-size: 13rem !important; }
      .h-section-price table tbody tr th {
        font-size: 13rem; }
  .h-section-flow {
    padding-left: 20px;
    padding-right: 20px; }
    .h-section-flow .row li {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
      .h-section-flow .row li:not(:last-child) {
        margin-bottom: 20px; }
  .h-section-column {
    padding-left: 20px;
    padding-right: 20px; }
    .h-section-column .row .col {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
      .h-section-column .row .col:not(:last-child) {
        margin-bottom: 20px; }
      .h-section-column .row .col .thumb img {
        margin-left: auto;
        margin-right: auto; }
      .h-section-column .row .col .title {
        text-align: center; }
  .footer .footer-menu {
    display: none; }
  .footer .footer-contact ul li:not(:last-child) {
    margin-bottom: 20px; }
  .p-section-video {
    padding-left: 20px;
    padding-right: 20px; }
    .p-section-video iframe {
      aspect-ratio: 16 / 9;
      width: 100%; }
  .p-section-feature {
    padding-left: 20px;
    padding-right: 20px; }
    .p-section-feature .course-advanced .video iframe {
      aspect-ratio: 16 / 9;
      width: 100%; }
    .p-section-feature .section-title {
      margin: 0 auto 50px; }
    .p-section-feature .course-basic .row,
    .p-section-feature .course-advanced .row,
    .p-section-feature .course-teacher .row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .p-section-feature .course-basic .row li:not(:last-child),
      .p-section-feature .course-advanced .row li:not(:last-child),
      .p-section-feature .course-teacher .row li:not(:last-child) {
        margin-bottom: 50px; }
      .p-section-feature .course-basic .row li:nth-child(even) .description,
      .p-section-feature .course-advanced .row li:nth-child(even) .description,
      .p-section-feature .course-teacher .row li:nth-child(even) .description {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .p-section-feature .course-basic .row li:nth-child(even) .content,
      .p-section-feature .course-advanced .row li:nth-child(even) .content,
      .p-section-feature .course-teacher .row li:nth-child(even) .content {
        padding-left: 0;
        padding-right: 0; }
      .p-section-feature .course-basic .row li .description,
      .p-section-feature .course-advanced .row li .description,
      .p-section-feature .course-teacher .row li .description {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        text-align: center;
        padding: 60px 40px;
        background: #eff9fc; }
      .p-section-feature .course-basic .row li .content,
      .p-section-feature .course-advanced .row li .content,
      .p-section-feature .course-teacher .row li .content {
        width: 100%;
        padding-left: 0;
        margin-bottom: 20px; }
        .p-section-feature .course-basic .row li .content .video iframe,
        .p-section-feature .course-advanced .row li .content .video iframe,
        .p-section-feature .course-teacher .row li .content .video iframe {
          aspect-ratio: 16 / 9;
          width: 100%; }
    .p-section-feature .course-test .row {
      margin-left: 0;
      margin-right: 0; }
      .p-section-feature .course-test .row li {
        width: calc(100% / 1);
        padding-left: 10px;
        padding-right: 10px; }
        .p-section-feature .course-test .row li:not(:last-child) {
          margin-bottom: 20px; }
    .p-section-feature .course-test .cta p {
      font-size: 18rem; }
  .p-section-support {
    padding-left: 20px;
    padding-right: 20px; }
  .p-section-faq .container {
    padding-left: 20px;
    padding-right: 20px; }
  .p-section-faq .faq-col:not(:last-child) {
    margin-bottom: 50px; }
  .p-section-faq .faq-col:nth-child(odd) .user {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .p-section-faq .faq-col:nth-child(odd) .content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .p-section-faq .faq-col:nth-child(even) .user {
    background: #fbfcef; }
  .p-section-faq .faq-col:nth-child(even) .content .text {
    background: #fbfcef; }
    .p-section-faq .faq-col:nth-child(even) .content .text:after {
      display: none; }
  .p-section-faq .faq-col .user {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    background: #eff9fc;
    margin: 0 auto 20px; }
  .p-section-faq .faq-col .content {
    width: 100%; }
    .p-section-faq .faq-col .content .text {
      position: relative;
      width: 100%;
      padding: 40px 30px; }
      .p-section-faq .faq-col .content .text:after {
        display: none; }
  .p-section-faq.p-section-faq-1 .row {
    margin-left: 0;
    margin-right: 0; }
    .p-section-faq.p-section-faq-1 .row li {
      width: 100%; }
      .p-section-faq.p-section-faq-1 .row li:not(:last-child) {
        margin-bottom: 30px; }
      .p-section-faq.p-section-faq-1 .row li .text {
        min-height: auto;
        padding: 20px 30px; }
        .p-section-faq.p-section-faq-1 .row li .text p:not(:last-child) {
          margin-bottom: 12px; }
  .p-section-scratch {
    padding-left: 20px;
    padding-right: 20px; }
    .p-section-scratch .row {
      margin: 0; }
      .p-section-scratch .row li {
        width: 100%;
        padding: 0; }
        .p-section-scratch .row li:not(:last-child) {
          margin-bottom: 30px; }
    .p-section-scratch .video iframe {
      aspect-ratio: 16 / 9;
      width: 100%; }
  .p-section-price {
    padding-left: 20px;
    padding-right: 20px; }
    .p-section-price .table-wrap {
      overflow-x: scroll; }
    .p-section-price table {
      min-width: 1200px; }
  .p-section-message {
    padding-left: 20px;
    padding-right: 20px; }
    .p-section-message .content {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 100%;
      padding-right: 0;
      margin-top: 20px; }
      .p-section-message .content h3 {
        text-align: center; }
      .p-section-message .content p {
        font-size: 18rem; }
        .p-section-message .content p:not(:last-child) {
          margin-bottom: 15px; }
      .p-section-message .content .signature {
        margin-top: 15px; }
    .p-section-message .thumb {
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
  .p-section-thought {
    padding-left: 20px;
    padding-right: 20px; }
    .p-section-thought .row .section-title {
      text-align: center !important;
      padding-left: 0;
      padding-right: 0 !important;
      margin-bottom: 30px; }
      .p-section-thought .row .section-title:before {
        content: none; }
      .p-section-thought .row .section-title:after {
        display: none; }
    .p-section-thought .row .content {
      width: 100%;
      position: relative;
      padding: 20px;
      width: 100%;
      background: #eff9fc; }
      .p-section-thought .row .content .text {
        position: relative;
        z-index: 2;
        padding-left: calc((100% - 1200px) / 2); }
        .p-section-thought .row .content .text ul li span {
          margin-bottom: 10px; }
        .p-section-thought .row .content .text .btn {
          width: 100%; }
  .p-section-flow .row {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0; }
    .p-section-flow .row li {
      padding: 20px;
      width: 100%; }
      .p-section-flow .row li .content .text i {
        font-size: 47rem; }
      .p-section-flow .row li .content .text h3 {
        font-size: 18rem; }
      .p-section-flow .row li:not(:last-child) {
        margin-bottom: 60px; }
        .p-section-flow .row li:not(:last-child) .content:after {
          top: inherit;
          left: 50%;
          bottom: -60px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 20px 20px 0 20px;
          border-color: #61cec9 transparent transparent transparent;
          margin-left: -20px; }
      .p-section-flow .row li:nth-child(2) .content:after {
        border-width: 20px 20px 0 20px;
        border-color: #c93764 transparent transparent transparent; }
      .p-section-flow .row li:nth-child(3) .content:after {
        border-width: 20px 20px 0 20px;
        border-color: #84be64 transparent transparent transparent; }
      .p-section-flow .row li:nth-child(4) .content {
        border-color: #d8cc05; }
        .p-section-flow .row li:nth-child(4) .content:after {
          border-width: 20px 20px 0 20px;
          border-color: #d8cc05 transparent transparent transparent; }
      .p-section-flow .row li:nth-child(5) .content {
        border-color: #c205d8; }
        .p-section-flow .row li:nth-child(5) .content:after {
          content: none; }
        .p-section-flow .row li:nth-child(5) .content .number {
          background: #c205d8; }
        .p-section-flow .row li:nth-child(5) .content .text i {
          color: #c205d8; }
  .p-section-contact {
    padding-left: 20px;
    padding-right: 20px; }
    .p-section-contact .row {
      padding: 20px; }
      .p-section-contact .row dl dd input[type="text"],
      .p-section-contact .row dl dd input[type="email"] {
        max-width: 100%; }
      .p-section-contact .row dl dd select[name="都道府県"] {
        margin-top: 15px; }
  .p-section-single {
    padding-left: 20px;
    padding-right: 20px; }
    .p-section-single .content .meta .date {
      width: 100%;
      padding-bottom: 10px;
      border-right: none; }
    .p-section-single .content .meta .category {
      width: 100%;
      padding-bottom: 10px;
      border-right: none; }
  .p-section-column {
    padding-left: 20px;
    padding-right: 20px; }
    .p-section-column .row .col .meta .date {
      width: 100%;
      padding-bottom: 10px;
      border-right: none; }
    .p-section-column .row .col .meta .category {
      width: 100%;
      padding-bottom: 10px;
      border-right: none; } }

.dl-request {
  position: fixed;
  right: 40px;
  bottom: 0;
  z-index: 9999; }
  @media screen and (max-width: 1200px) {
    .dl-request {
      right: 0; } }
  .dl-request a {
    width: 250px;
    height: 50px;
    background: -webkit-gradient(linear, left top, right top, from(#f27121), to(#e94057));
    background: -webkit-linear-gradient(left, #f27121 0%, #e94057 100%);
    background: -o-linear-gradient(left, #f27121 0%, #e94057 100%);
    background: linear-gradient(90deg, #f27121 0%, #e94057 100%);
    border-radius: 15px 15px 0 0; }
    @media screen and (max-width: 1200px) {
      .dl-request a {
        width: 180px;
        height: 40px;
        border-radius: 15px 0 0 0; } 
    }
    .dl-request a:hover {
      height: 65px;
      background: -webkit-gradient(linear, left top, right top, from(#e94057), to(#f27121));
      background: -webkit-linear-gradient(left, #e94057 0%, #f27121 100%);
      background: -o-linear-gradient(left, #e94057 0%, #f27121 100%);
      background: linear-gradient(90deg, #e94057 0%, #f27121 100%); 
     }
    .dl-request a span {
      color: #fff;
      font-weight: bold;
      line-height: 1;
      padding-top: 4px; 
    }

/*
.tks-adjust-section-reason{
  margin-top: 360px;
}
*/

.tks-btn-gr-adjust{
  width: 50%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}

@media screen and (max-width: 1200px) {
  .tks-adjust-section-reason{
    /* margin-top: 100px; */
    margin: auto;
  }
  .tks-btn-gr-adjust{
    width: 90%;
    text-align: center;
    margin: auto;
  }
  .tks_space{
    margin-top: 0px;
  }
}

.tks_space{
  margin-top: 50px;
}

.agree-check {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 15px; /* チェックボックスの下に余白を追加 */
}

.agree-check label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  line-height: 1.4;
  margin: 0; /* ←行間余白を除去 */
}

.agree-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #f8b558;
}

.agree-check .policy-link {
  font-size: 14px;
  margin: 4px 0 0;
  line-height: 1.4;
}

.agree-check .policy-link a {
  color: #6a1b9a;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.agree-check .policy-link a:hover {
  color: #4a148c;
}

