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

*,
*::before,
*::after {
  box-sizing: border-box;
  word-break: break-word;
}

li {
  list-style: none;
}

@font-face {
  font-family: "w6";
  src: url("../fonts/ZenKakuGothicAntique-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "w3";
  src: url("../fonts/ZenKakuGothicAntique-Light.ttf") format("truetype");
}
@font-face {
  font-family: "w4";
  src: url("../fonts/ZenKakuGothicAntique-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "w8";
  src: url("../fonts/ZenKakuGothicAntique-Black.ttf") format("truetype");
}
@font-face {
  font-family: "mincho";
  src: url("../fonts/ZenOldMincho-Regular.ttf") format("truetype");
}
html {
  font-size: 62.5%;
  font-family: "w4", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

p {
  font-size: 1.6rem;
  line-height: 2.125;
}

a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 820px) {
  img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

.l-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fadein-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
  will-change: opacity, transform;
}
.fadein-up.show {
  opacity: 1;
  transform: translateY(0);
}

.c-inner {
  max-width: 1100px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 820px) {
  .c-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-inner--810 {
  max-width: 910px;
}
.c-inner--850 {
  max-width: 950px;
}
.c-inner--1100 {
  max-width: 1200px;
}

.c-marker {
  background: #0A6FC9;
  padding: 0.25em 0.5em;
  color: #fff;
  border-radius: 3px;
}

.c-heading-eng {
  font-family: "mincho", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #0A6FC9;
}
@media only screen and (max-width: 820px) {
  .c-heading-eng {
    font-size: 1.8rem;
  }
}

.c-heading-jp {
  font-family: "w6", sans-serif;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 34px;
}
@media only screen and (max-width: 820px) {
  .c-heading-jp {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
}

.c-kugiri {
  margin-top: 72px;
}
@media only screen and (min-width: 821px) {
  .c-kugiri img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 820px) {
  .c-kugiri img {
    display: none;
  }
}

.c-underline {
  border-bottom: 1px solid #0A6FC9;
}

.u-ta-c {
  text-align: center !important;
}

.u-tc-blue {
  color: #0A6FC9;
}

@media only screen and (max-width: 820px) {
  .u-pc-only {
    display: none !important;
  }
}

@media only screen and (min-width: 821px) {
  .u-sp-only {
    display: none !important;
  }
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 2;
}
#header .inner {
  display: flex;
  gap: 0 20px;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 821px) {
  #header .inner {
    min-height: 80px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 821px) {
  #header .inner {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 820px) {
  #header .inner {
    min-height: 97px;
  }
}
@media only screen and (min-width: 821px) {
  #header .logo {
    flex: 0 0 171px;
  }
}
@media only screen and (min-width: 821px) {
  #header .nav {
    flex: 0 0 770px;
  }
}
#header .list {
  display: flex;
  gap: 23px;
  align-items: center;
  justify-content: space-between;
}
#header .item {
  list-style: none;
}
#header .link {
  text-decoration: none;
  color: #0A6FC9;
  font-size: 1.6rem;
  font-family: "w4", sans-serif;
}
#header .hamburger {
  display: none;
  position: absolute;
  top: 37px;
  right: 20px;
  width: 45px;
  height: 25px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1001;
  background: none;
  border: none;
}
#header .hamburger span {
  display: block;
  height: 3px;
  background: #000;
  border-radius: 2px;
  transition: 0.3s;
  width: 100%;
}
#header .hamburger.active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
#header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
#header .hamburger.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
@media only screen and (max-width: 820px) {
  #header .nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
    padding: 20px;
    transform: translateY(-140%);
    transition: transform 0.3s ease;
    height: 100vh;
    overflow-y: auto;
  }
  #header .nav .list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  #header .nav .list .item {
    margin: 16px 0;
  }
  #header .nav .list .link {
    font-size: 1.8rem;
    color: #000;
  }
  #header .nav.active {
    transform: translateY(0);
  }
  #header .hamburger {
    display: flex;
  }
}

#kv {
  background: url(../images/bg-kv.jpg) no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 820px) {
  #kv {
    background: url(../images/sp-bg-kv.jpg) no-repeat;
    background-size: 113%;
    background-position: -26px -570%;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  #kv {
    background-position: -26px -280%;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 821px) {
  #kv {
    min-height: 700px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1201px) {
  #kv {
    background-position: center 80%;
    min-height: 780px;
  }
}
@media only screen and (min-width: 821px) {
  #kv .main {
    margin-left: -35px;
    display: flex;
    flex-direction: column;
    max-width: 395px;
    position: relative;
  }
}
#kv .list {
  display: flex;
  gap: 5px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 821px) {
  #kv .list {
    flex-direction: column;
    margin-top: -50px;
  }
}
@media only screen and (max-width: 820px) {
  #kv .list {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -2%;
  }
}
@media only screen and (max-width: 820px) {
  #kv .item {
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 820px) {
  #kv .inner {
    padding: 0;
  }
}

@media only screen and (min-width: 821px) {
  #costdown {
    padding-top: 155px;
  }
}
@media only screen and (max-width: 820px) {
  #costdown {
    padding-top: 25%;
  }
}
#costdown .border {
  border: 1px solid #0A6FC9;
  border-radius: 20px;
  position: relative;
}
#costdown .inner {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 821px) {
  #costdown .inner {
    max-width: 964px;
    padding: 110px 40px 70px;
  }
}
@media only screen and (max-width: 820px) {
  #costdown .inner {
    padding: 18% 20px 50px;
  }
}
#costdown .ttl {
  background: #fff;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media only screen and (max-width: 820px) {
  #costdown .ttl {
    top: -4%;
  }
}
#costdown .wrap {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media only screen and (min-width: 821px) {
  #costdown .wrap {
    margin-top: 54px;
  }
}
@media only screen and (max-width: 820px) {
  #costdown .wrap {
    margin-top: 30px;
    flex-direction: column;
  }
}
#costdown .thum {
  margin-top: 20px;
}
@media only screen and (max-width: 820px) {
  #costdown .thum {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
#costdown .sarani {
  font-family: "w6", sans-serif;
  font-size: 2.4rem;
  color: #0A6FC9;
}
@media only screen and (max-width: 820px) {
  #costdown .sarani {
    text-align: center;
  }
}
#costdown .sarani .line {
  border-bottom: 1px solid #0A6FC9;
}
#costdown .onestop {
  font-family: "w6", sans-serif;
  font-size: 3.2rem;
  color: #fff;
  margin-bottom: 30px;
}
@media only screen and (max-width: 820px) {
  #costdown .onestop {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
#costdown .underline {
  border-bottom: 1px solid #0A6FC9;
}
#costdown .btn-container {
  margin-top: 34px;
}

#nayami {
  margin-top: 46px;
}
@media only screen and (max-width: 820px) {
  #nayami .arrow img {
    width: 16px;
  }
}
#nayami .bg {
  background: url(../images/bg-nayami01.jpg) no-repeat;
  background-size: 100%;
  background-position: center bottom;
  margin-top: 46px;
  position: relative;
  padding-top: 200px;
}
@media only screen and (max-width: 820px) {
  #nayami .bg {
    background-size: cover;
    padding-top: 35%;
  }
}
#nayami .ttl {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media only screen and (max-width: 820px) {
  #nayami .ttl {
    width: 100%;
    top: -3%;
  }
}
#nayami .column {
  display: flex;
  gap: 90px 30px;
  justify-content: space-between;
}
@media only screen and (max-width: 820px) {
  #nayami .column {
    flex-direction: column;
    padding: 0 20px;
  }
}
#nayami .box {
  border-radius: 20px;
  background: #fff;
  position: relative;
  padding-bottom: 105px;
}
@media only screen and (min-width: 821px) {
  #nayami .box {
    max-width: 300px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 820px) {
  #nayami .box {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 50px;
  }
}
#nayami .box01 {
  padding-top: 135px;
}
@media only screen and (max-width: 820px) {
  #nayami .box01 {
    padding-top: 35%;
  }
}
#nayami .box02 {
  padding-top: 63px;
}
#nayami .box03 {
  padding-top: 99px;
}
#nayami .thum {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#nayami .thum.thum02 {
  top: -52px;
}
#nayami .thum.thum03 {
  top: -72px;
}
#nayami .sub {
  font-family: "w6", sans-serif;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 24px;
}
#nayami .txt {
  line-height: 1.875;
}
#nayami .sogai {
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 821px) {
  #nayami .sogai {
    margin-top: -77px;
    margin-bottom: -3px;
  }
}
@media only screen and (max-width: 820px) {
  #nayami .sogai {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 821px) {
  #nayami .inline {
    display: block;
    height: 77px;
  }
}
@media only screen and (max-width: 820px) {
  #nayami .inline {
    display: block;
    height: 196px;
  }
}
@media only screen and (min-width: 821px) {
  #nayami .inline img {
    width: 100%;
    height: auto;
  }
}
#nayami .kaiketsu {
  width: 100%;
}
#nayami .kaiketsu img {
  width: 100%;
  height: auto;
}
#nayami .chikara {
  text-align: center;
}
@media only screen and (min-width: 821px) {
  #nayami .chikara {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 820px) {
  #nayami .chikara {
    padding: 20px;
  }
}

@media only screen and (min-width: 821px) {
  #program {
    margin-top: 44px;
  }
}
#program .lead {
  font-family: "w6", sans-serif;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.45;
  margin-bottom: 47px;
}
@media only screen and (max-width: 820px) {
  #program .lead {
    font-size: 2rem;
  }
}
#program .f18 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 820px) {
  #program .f18 {
    font-size: 1.6rem;
  }
}
#program .f14 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 820px) {
  #program .f14 {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 820px) {
  #program .item {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 3px;
  }
}
#program .white {
  background: #fff;
  border-radius: 17px;
  padding: 2px 5px 5px;
  color: #0A6FC9;
  display: block;
}
#program .katsuyou {
  font-family: 1.8rem;
  font-family: "w6", sans-serif;
  color: #0A6FC9;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
}
@media only screen and (min-width: 821px) {
  #program .katsuyou {
    border-radius: 17px;
  }
}
@media only screen and (max-width: 820px) {
  #program .katsuyou {
    font-size: 1.6rem;
    background: #FFE11C;
  }
}
#program .top {
  display: flex;
  align-items: center;
  color: #fff;
  padding-left: 30px;
  font-size: 1.8rem;
  justify-content: space-between;
  padding-right: 65px;
  font-family: "w6", sans-serif;
}
@media only screen and (min-width: 821px) {
  #program .top {
    width: 100%;
    max-width: 1000px;
    min-height: 54px;
    background: url(../images/bg-ttl-program.png) no-repeat;
    background-size: cover;
    background-position: right center;
  }
}
@media screen and (max-width: 1100px) and (min-width: 821px) {
  #program .top {
    flex-wrap: wrap;
    min-height: 54px;
    height: auto;
    padding: 10px 90px 10px 20px;
  }
}
@media only screen and (max-width: 820px) {
  #program .top {
    background-size: cover;
    background-position: right;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 20px 10px;
    background: linear-gradient(#0a6fc9 0%, #2b8ed1 100%);
  }
}
#program .sub {
  font-size: 3.2rem;
  font-family: "w6", sans-serif;
  color: #fff;
}
@media only screen and (max-width: 820px) {
  #program .sub {
    font-size: 3rem;
  }
}
#program .info {
  display: flex;
  gap: 15px;
}
@media only screen and (min-width: 821px) {
  #program .info {
    align-items: center;
  }
}
@media only screen and (max-width: 820px) {
  #program .info {
    flex-direction: column;
    align-items: flex-start;
  }
}
#program .bottom {
  background: url(../images/bg-program.png) no-repeat;
  background-size: cover;
  padding: 30px 17px;
  background-position: center;
  display: flex;
  gap: 0 36px;
}
@media only screen and (max-width: 700px) {
  #program .bottom {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 820px) {
  #program .thum {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
#program .thum img {
  width: 100%;
  height: auto;
}
#program .list {
  font-family: "w4", sans-serif;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 821px) {
  #program .list {
    flex: 0 0 calc(50% - 30px);
    gap: 1em;
    padding-left: 32px;
    text-indent: -16px;
  }
}
@media only screen and (max-width: 820px) {
  #program .list {
    gap: 0.5em;
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media only screen and (min-width: 821px) {
  #program .list.-full {
    flex: 0 0 calc(100% - 230px);
  }
}
#program .list-item::before {
  content: "・";
}
@media only screen and (min-width: 821px) {
  #program .content {
    flex: 0 0 681px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
#program .course {
  margin-top: 60px;
}
@media only screen and (max-width: 820px) {
  #program .course {
    margin-top: 30px;
  }
}

#reason {
  padding-top: 42px;
}
#reason .line {
  border-bottom: 8px solid #FFE11C;
}
@media only screen and (max-width: 820px) {
  #reason .line {
    border-bottom: 5px solid #FFE11C;
  }
}
#reason .lead {
  font-size: 3.2rem;
  font-family: "w6", sans-serif;
  text-align: center;
  margin-bottom: 38px;
}
@media only screen and (max-width: 820px) {
  #reason .lead {
    font-size: 1.9rem;
    line-height: 2.5em;
  }
}
#reason .ttl {
  margin-bottom: 45px;
}
@media only screen and (max-width: 820px) {
  #reason .ttl {
    width: 50%;
  }
}
#reason .column {
  display: flex;
  justify-content: space-between;
  gap: 30px 60px;
}
@media only screen and (max-width: 820px) {
  #reason .column {
    flex-direction: column;
  }
}
@media only screen and (min-width: 821px) {
  #reason .box {
    max-width: 470px;
    width: 100%;
  }
}
@media only screen and (min-width: 821px) {
  #reason .thum img {
    width: 100%;
    height: auto;
  }
}
#reason .sub {
  color: #0A6FC9;
  font-family: "w6", sans-serif;
  font-size: 2.4rem;
  text-align: center;
}
@media only screen and (max-width: 820px) {
  #reason .sub {
    font-size: 2rem;
  }
}
#reason .txt {
  line-height: 1.875;
  margin: 20px 0 25px;
  letter-spacing: -1px;
}
@media only screen and (max-width: 820px) {
  #reason .txt {
    margin: 15px 0 20px;
    line-height: 1.5;
  }
}
#reason .obi {
  font-family: "w6", sans-serif;
  font-size: 2.2rem;
}
@media only screen and (max-width: 820px) {
  #reason .obi {
    font-size: 1.6rem;
  }
}

#plan {
  margin-top: 50px;
}
#plan .column {
  margin-top: 42px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
@media only screen and (max-width: 820px) {
  #plan .column {
    flex-direction: column;
  }
}
#plan .box {
  border: 1px solid #0A6FC9;
  padding: 11px 11px 30px;
  border-radius: 3px;
}
@media only screen and (min-width: 821px) {
  #plan .thum img {
    width: 100%;
    height: auto;
  }
}
#plan .info {
  display: flex;
  align-items: center;
  font-family: "w4", sans-serif;
  gap: 8px;
  margin-top: 12px;
  margin-bottom: 20px;
}
#plan .info-ttl {
  background: #0A6FC9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 68px;
  width: 85px;
  height: 24px;
}
#plan .info-content {
  font-size: 1.6rem;
  color: #0A6FC9;
}
#plan .list {
  font-size: 1.6rem;
  font-family: "w4", sans-serif;
}
@media only screen and (max-width: 820px) {
  #plan .list {
    font-size: 1.4rem;
  }
}
#plan .item::before {
  content: "・";
  display: inline-block;
}
#plan .btn-container {
  display: flex;
  gap: 0 24px;
  justify-content: space-between;
  margin-top: 25px;
}
@media only screen and (max-width: 820px) {
  #plan .btn-container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 821px) {
  #plan .link img {
    width: 100%;
    height: auto;
  }
}
#plan .coaching {
  margin-top: 42px;
}
#plan .coaching::before {
  content: "";
  background: #0A6FC9;
  background-size: 100%;
  display: block;
  width: 143px;
  height: 2px;
  margin-bottom: 51px;
  margin-left: auto;
  margin-right: auto;
}
#plan .coaching-ttl {
  font-size: 3.5rem;
  font-family: "w6", sans-serif;
  margin-bottom: 40px;
}
@media only screen and (max-width: 820px) {
  #plan .coaching-ttl {
    font-size: 2.5rem;
    margin-bottom: 35px;
  }
}
#plan .coaching-ttl .lg {
  font-size: 4.1rem;
}
@media only screen and (max-width: 820px) {
  #plan .coaching-ttl .lg {
    font-size: 3rem;
  }
}
#plan .coaching-ttl .marker {
  padding: 0 0.5em;
}
@media only screen and (min-width: 821px) {
  #plan .coaching-txt {
    text-align: center;
  }
}
#plan .bnr-container {
  margin-top: 36px;
}
@media only screen and (min-width: 821px) {
  #plan .bnr-link img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 821px) {
  #consulting {
    margin-top: 44px;
  }
}
#consulting .c-marker {
  background: #0A6FC9;
  padding: 0.01em 0.2em;
  margin: 0 0.1em;
  color: #fff;
  border-radius: 3px;
}
@media only screen and (max-width: 820px) {
  #consulting .c-marker {
    font-size: 2.8rem;
    padding: 0.01em 0.2em;
    margin: 0 0 1rem;
    display: block;
    text-align: center;
  }
}
#consulting .lead {
  font-family: "w6", sans-serif;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.45;
  margin-bottom: 47px;
}
@media only screen and (max-width: 820px) {
  #consulting .lead {
    font-size: 2rem;
  }
}
#consulting .txt {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 820px) {
  #consulting .txt {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 820px) {
  #consulting .sepa {
    display: none;
  }
}
@media only screen and (max-width: 820px) {
  #consulting .block {
    display: block;
    margin-bottom: 1rem;
  }
}
#consulting .f18 {
  font-family: "w6", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  line-height: 1.8;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 820px) {
  #consulting .f18 {
    font-size: 1.6rem;
  }
}
#consulting .f14 {
  font-family: "w6", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 820px) {
  #consulting .f14 {
    font-size: 1.2rem;
  }
}
#consulting .f32 {
  font-family: "w6", sans-serif;
  font-size: 3.2rem;
  line-height: 1.8;
}
@media only screen and (max-width: 820px) {
  #consulting .f32 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 820px) {
  #consulting .item {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 3px;
  }
}
#consulting .white {
  background: #fff;
  border-radius: 17px;
  padding: 2px 5px 5px;
  color: #0A6FC9;
  display: block;
}
#consulting .katsuyou {
  font-family: 1.8rem;
  font-family: "w6", sans-serif;
  color: #0A6FC9;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
}
@media only screen and (min-width: 821px) {
  #consulting .katsuyou {
    border-radius: 17px;
  }
}
@media only screen and (max-width: 820px) {
  #consulting .katsuyou {
    font-size: 1.6rem;
    background: #FFE11C;
  }
}
#consulting .top {
  display: flex;
  align-items: center;
  color: #fff;
  padding-left: 30px;
  font-size: 1.8rem;
  justify-content: space-between;
  padding-right: 65px;
  font-family: "w6", sans-serif;
}
@media only screen and (min-width: 821px) {
  #consulting .top {
    width: 100%;
    max-width: 1000px;
    min-height: 54px;
    background: url(../images/bg-ttl-program.png) no-repeat;
    background-size: cover;
    background-position: right center;
  }
}
@media screen and (max-width: 1100px) and (min-width: 821px) {
  #consulting .top {
    flex-wrap: wrap;
    min-height: 54px;
    height: auto;
    padding: 10px 90px 10px 20px;
  }
}
@media only screen and (max-width: 820px) {
  #consulting .top {
    background-size: cover;
    background-position: right;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 20px 10px;
    background: linear-gradient(#0a6fc9 0%, #2b8ed1 100%);
  }
}
#consulting .sub {
  font-size: 3.2rem;
  font-family: "w6", sans-serif;
  color: #fff;
}
@media only screen and (max-width: 820px) {
  #consulting .sub {
    font-size: 2.7rem;
  }
}
#consulting .six {
  font-size: 2rem;
  font-family: "w6", sans-serif;
  color: #0A6FC9;
}
@media only screen and (max-width: 820px) {
  #consulting .six {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}
#consulting .info {
  display: flex;
  gap: 15px;
}
@media only screen and (min-width: 821px) {
  #consulting .info {
    align-items: center;
  }
}
@media only screen and (max-width: 820px) {
  #consulting .info {
    flex-direction: column;
    align-items: flex-start;
  }
}
#consulting .bottom {
  background: url(../images/bg-program.png) no-repeat;
  background-size: cover;
  padding: 15px 28px 30px 28px;
  background-position: center;
  display: flex;
  gap: 0 30px;
}
@media only screen and (max-width: 700px) {
  #consulting .bottom {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 820px) {
  #consulting .thum {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
  }
}
#consulting .thum img {
  height: auto;
  padding: 5% 12%;
}
@media only screen and (max-width: 820px) {
  #consulting .thum img {
    width: 100%;
  }
}
#consulting .list {
  font-family: "w6", sans-serif;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 821px) {
  #consulting .list {
    gap: 1em;
  }
}
@media only screen and (max-width: 820px) {
  #consulting .list {
    gap: 0.5em;
    text-indent: -1em;
    padding-left: 1em;
  }
}
#consulting .list-item::before {
  content: "・";
}
@media only screen and (min-width: 821px) {
  #consulting .content {
    flex: 0 0 540px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media only screen and (max-width: 820px) {
  #consulting .content {
    width: 100%;
  }
}
#consulting .course {
  margin-top: 60px;
}
#consulting .course::before {
  content: "";
  background: #0A6FC9;
  background-size: 100%;
  display: block;
  width: 143px;
  height: 2px;
  margin-bottom: 51px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 820px) {
  #consulting .course {
    margin-top: 30px;
  }
}

#support {
  margin-top: 50px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 820px) {
  #support {
    margin-bottom: unset;
  }
}
#support .column {
  margin-top: 42px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
@media only screen and (max-width: 820px) {
  #support .column {
    flex-direction: column;
  }
}
#support .box {
  border: 1px solid #0A6FC9;
  padding: 11px 11px 30px;
  border-radius: 3px;
}
#support .f32 {
  font-family: "w6", sans-serif;
  font-size: 3.2rem;
}
@media only screen and (max-width: 820px) {
  #support .f32 {
    font-size: 3rem;
  }
}
#support .ttl {
  width: 100%;
  background: #0A6FC9;
  padding: 0.5em 0.5em;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 820px) {
  #support .ttl {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 821px) {
  #support .thum img {
    width: 100%;
    height: auto;
  }
}
#support .info {
  display: flex;
  align-items: center;
  font-family: "w4", sans-serif;
  gap: 8px;
  margin-top: 12px;
  margin-bottom: 20px;
}
#support .info-ttl {
  background: #0A6FC9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 68px;
  width: 85px;
  height: 24px;
}
#support .info-content {
  font-size: 1.6rem;
  color: #0A6FC9;
}
#support .list {
  font-size: 1.6rem;
  font-family: "w4", sans-serif;
}
@media only screen and (max-width: 820px) {
  #support .list {
    font-size: 1.4rem;
  }
}
#support .item::before {
  content: "・";
  display: inline-block;
}
#support .btn-container {
  display: flex;
  gap: 0 24px;
  justify-content: space-between;
  margin-top: 25px;
}
@media only screen and (max-width: 820px) {
  #support .btn-container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 821px) {
  #support .link img {
    width: 100%;
    height: auto;
  }
}
#support .coaching {
  margin-top: 42px;
}
#support .coaching::before {
  content: "";
  background: #0A6FC9;
  background-size: 100%;
  display: block;
  width: 143px;
  height: 2px;
  margin-bottom: 51px;
  margin-left: auto;
  margin-right: auto;
}
#support .coaching-ttl {
  font-size: 3.5rem;
  font-family: "w6", sans-serif;
  margin-bottom: 40px;
}
@media only screen and (max-width: 820px) {
  #support .coaching-ttl {
    font-size: 2.5rem;
    margin-bottom: 35px;
  }
}
#support .coaching-ttl .lg {
  font-size: 4.1rem;
}
@media only screen and (max-width: 820px) {
  #support .coaching-ttl .lg {
    font-size: 3rem;
  }
}
#support .coaching-ttl .marker {
  padding: 0 0.5em;
}
@media only screen and (min-width: 821px) {
  #support .coaching-txt {
    text-align: center;
  }
}
#support .bnr-container {
  margin-top: 36px;
}
@media only screen and (min-width: 821px) {
  #support .bnr-link img {
    width: 100%;
    height: auto;
  }
}

#ai {
  margin-top: 50px;
}
#ai .column {
  margin-top: 42px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
@media only screen and (max-width: 820px) {
  #ai .column {
    flex-direction: column;
  }
}
#ai .box {
  border: 1px solid #0A6FC9;
  padding: 11px 11px 30px;
  border-radius: 3px;
}
@media only screen and (min-width: 821px) {
  #ai .thum img {
    width: 100%;
    height: auto;
  }
}
#ai .info {
  display: flex;
  align-items: center;
  font-family: "w4", sans-serif;
  gap: 8px;
  margin-top: 12px;
  margin-bottom: 20px;
}
#ai .info-ttl {
  background: #0A6FC9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 68px;
  width: 85px;
  height: 24px;
}
#ai .info-content {
  font-size: 1.6rem;
  color: #0A6FC9;
}
#ai .list {
  font-size: 1.6rem;
  font-family: "w4", sans-serif;
}
@media only screen and (max-width: 820px) {
  #ai .list {
    font-size: 1.4rem;
  }
}
#ai .item::before {
  content: "・";
  display: inline-block;
}
#ai .btn-container {
  display: flex;
  gap: 0 24px;
  justify-content: space-between;
  margin-top: 25px;
}
@media only screen and (max-width: 820px) {
  #ai .btn-container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 821px) {
  #ai .link img {
    width: 100%;
    height: auto;
  }
}
#ai .coaching {
  margin-top: 42px;
}
#ai .coaching::before {
  content: "";
  background: #0A6FC9;
  background-size: 100%;
  display: block;
  width: 143px;
  height: 2px;
  margin-bottom: 51px;
  margin-left: auto;
  margin-right: auto;
}
#ai .coaching-ttl {
  font-size: 3.5rem;
  font-family: "w6", sans-serif;
  margin-bottom: 40px;
}
@media only screen and (max-width: 820px) {
  #ai .coaching-ttl {
    font-size: 2.5rem;
    margin-bottom: 35px;
  }
}
#ai .coaching-ttl .lg {
  font-size: 4.1rem;
}
@media only screen and (max-width: 820px) {
  #ai .coaching-ttl .lg {
    font-size: 3rem;
  }
}
#ai .coaching-ttl .marker {
  padding: 0 0.5em;
}
@media only screen and (min-width: 821px) {
  #ai .coaching-txt {
    text-align: center;
  }
}
#ai .bnr-container {
  margin-top: 36px;
}
@media only screen and (min-width: 821px) {
  #ai .bnr-link img {
    width: 100%;
    height: auto;
  }
}

#faq {
  margin-top: 50px;
  padding: 51px 0 67px;
  background: url(../images/bg-faq.jpg) no-repeat;
  background-size: cover;
}
#faq .faq-list {
  background: #fff;
  border: 1px solid #0a6fc9;
  border-radius: 30px;
  padding: 33px;
  max-width: 778px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 820px) {
  #faq .faq-list {
    padding: 20px;
  }
}
#faq .faq-list + .faq-list {
  margin-top: 24px;
}
#faq .question {
  font-size: 2rem;
  font-family: "w6", sans-serif;
  line-height: 1.5;
  color: #0A6FC9;
  text-indent: -1.25em;
  padding-left: 1.25em;
}
@media only screen and (max-width: 820px) {
  #faq .question {
    font-size: 1.6rem;
  }
}
#faq .answer {
  font-size: 1.8rem;
  font-family: "w6", sans-serif;
  line-height: 1.66;
  margin-top: 24px;
  text-indent: -0.9em;
  padding-left: 0.9em;
}
@media only screen and (max-width: 820px) {
  #faq .answer {
    font-size: 1.6rem;
    margin-top: 1em;
  }
}

#contact {
  padding: 52px;
}
@media only screen and (max-width: 820px) {
  #contact {
    padding: 20px;
  }
}
#contact .form-group {
  display: flex;
  gap: 16px;
  margin-top: 32px;
  align-items: anchor-center;
}
@-moz-document url-prefix() {
  #contact .form-group {
    align-items: center;
  }
}
@media only screen and (max-width: 820px) {
  #contact .form-group {
    flex-direction: column;
    align-items: flex-start;
  }
}
#contact .contact-ttl {
  font-family: "w4", sans-serif;
  font-size: 2.4rem;
}
@media only screen and (max-width: 820px) {
  #contact .contact-ttl {
    font-size: 2rem;
  }
}
#contact .required-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-family: "w4", sans-serif;
  border-radius: 8px;
  background: #C40000;
  width: 64px;
  height: 32px;
  color: #fff;
}
@media only screen and (max-width: 820px) {
  #contact .required-label {
    height: 25px;
    width: 50px;
    font-size: 1.1rem;
  }
}
#contact .nini-label {
  background-color: rgb(98, 98, 98);
  color: #fff;
  font-family: "w4", sans-serif;
  font-size: 1.2rem;
  padding: 0.25em 1em;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 32px;
}
@media only screen and (max-width: 820px) {
  #contact .nini-label {
    height: 25px;
    width: 50px;
    font-size: 1.1rem;
  }
}
#contact .form-control {
  background-color: #E8E8E8;
  padding: 0.75rem 0.75rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  min-height: 56px;
  width: 100%;
  display: block;
  font-size: 2.4rem;
}
@media only screen and (max-width: 820px) {
  #contact .form-control {
    font-size: 1.9rem;
  }
}
@media only screen and (min-width: 821px) {
  #contact .contact-ttl {
    flex: 0 0 calc(100% - 696px);
  }
}
@media screen and (max-width: 1100px) and (min-width: 821px) {
  #contact .contact-ttl {
    flex: 0 0 41%;
  }
}
@media only screen and (min-width: 821px) {
  #contact .contact-content {
    flex: 0 0 680px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 821px) {
  #contact .contact-content {
    flex: 0 0 56%;
    width: 100%;
  }
}
@media only screen and (max-width: 820px) {
  #contact .contact-content {
    width: 100%;
  }
}
#contact .column {
  display: flex;
  gap: 26px;
}
#contact .w50 {
  flex: 0 0 calc((100% - 26px) / 2);
}
#contact .form-label {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: anchor-center;
}
@-moz-document url-prefix() {
  #contact .form-label {
    align-items: center;
  }
}
#contact .btn-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 56px;
}
#contact .submit-btn {
  border: none;
  background: none;
  cursor: pointer;
}
#contact .submit-btn:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 820px) {
  #contact .submit-btn img {
    width: 70%;
  }
}

#footer {
  background: #0A6FC9;
  padding: 35px 0 24px;
  color: #fff;
}
@media only screen and (max-width: 820px) {
  #footer .link {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
#footer .btn-container {
  margin: 35px auto 45px;
  display: flex;
  align-items: center;
  gap: 20px 40px;
  justify-content: center;
}
@media only screen and (max-width: 820px) {
  #footer .btn-container {
    flex-direction: column;
  }
}
#footer .btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  width: 100%;
  height: 80px;
  font-family: "w6", sans-serif;
  font-size: 2rem;
  color: #fff;
  text-decoration: unset;
  border: 1px solid #fff;
}
#footer .copy {
  font-family: "w3", sans-serif;
  font-size: 1.2rem;
}

#thanks {
  padding: 100px 0;
}
#thanks .ttl {
  font-size: 3.2rem;
  text-align: center;
  font-family: "w6", sans-serif;
  margin-bottom: 60px;
}
#thanks .txt {
  font-family: "w4", sans-serif;
}/*# sourceMappingURL=style.css.map */