@charset "UTF-8";
:root {
  --gr1: #113c9d;
  --gr2: #12347a;
  --pk: #e9498c;
  --or: #f39302;
  --bl: #113c9d;
}

.hover {
  transition: opacity 0.3s;
}
@media (hover) {
  .hover:hover {
    opacity: 0.8;
  }
}

html {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 62.5%;
  color: #111;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
p,
dl dt,
dl dd,
ul li,
ul,
ol li,
span,
div {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}

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

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

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
}

main {
  overflow: hidden;
}

.sp_footer_navi {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  transition: transform 0.5s ease;
  z-index: 1000;
}

.sp_footer_navi_inner {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  gap: 8px;
  align-items: center;
}

.sp_footer_navi a {
  cursor: pointer;
  display: flex;
  transition: opacity 0.3s;
}

.sp_footer_navi a:hover {
  opacity: 0.7;
}

.sp_footer_navi.active {
  transform: translateY(0);
}

@media (max-width: 833px) {
  .sp_footer_navi {
    display: flex;
    align-items: flex-end;
    transform: translateY(100%);
    text-align: center;
  }
  .sp_footer_navi .btn,
  .sp_footer_navi .btn2 {
    display: flex;
    justify-content: center;
    margin: auto;
    font-size: 13px;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
  }
  .sp_footer_navi .btn {
    width: 65%;
  }
  .sp_footer_navi .btn2 {
    width: 60%;
    padding: 0;
  }
  .sp_footer_navi .btn span,
  .sp_footer_navi .btn .book {
    display: inline-block;
    margin-right: 5px;
  }
  .sp_footer_navi .btn .book {
    margin-right: 10px;
  }
  .sp_footer_navi .btn2 span {
    display: flex;
    flex-direction: column;
    line-height: 1;
    margin: auto;
  }
  .sp_footer_navi .btn2 span em {
    margin-bottom: 5px;
  }
  .sp_footer_navi .tel_btn {
    display: flex;
    justify-content: center;
    margin-left: 10px;
    width: calc(40% - 10px);
    font-size: 11px;
    padding: 5px 10px;
    background: #fff;
    border-radius: 5px;
  }
  .sp_footer_navi .tel_btn img {
    display: block;
  }
}
.footer {
  background: #eaeaea;
  text-align: center;
}
.footer--menu {
  padding: 30px 20px 0;
}
.footer--menu ul {
  display: flex;
  justify-content: center;
}
.footer--menu ul li + li {
  margin-left: 2em;
}
.footer--menu ul li a {
  font-size: 16px;
  color: #666;
}
.footer--menu .logo img {
  width: 150px;
  margin: 0 auto;
}
.footer .cw {
  padding: 20px 0;
}
.footer small {
  font-size: 12px;
}

footer {
  background: #fff;
  text-align: center;
}
footer .logo_footer {
  max-width: 172px;
  width: 100%;
  padding-top: 15px;
  margin: 0 auto;
}
footer .menu_foot {
  display: flex;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 20px;
}
footer .menu_foot li a {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #000;
}
footer .menu_foot li a:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  footer .menu_foot {
    padding-top: 3px;
    padding-bottom: 5px;
  }
  footer .menu_foot li a {
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  footer .logo_footer {
    max-width: 29.7101449275%;
    padding-top: 8px;
  }
}

/**/
.cta {
  margin-top: 35px;
}
@media screen and (max-width: 960px) {
  .cta {
    margin-top: 20px;
  }
}
.cta > .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.cta > .inner ul {
  width: 100%;
  max-width: 940px;
  display: flex;
  justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .cta > .inner ul {
    width: 100%;
    gap: 0;
    justify-content: space-between;
  }
}
.cta > .inner ul li {
  --c1: #28c477;
  --c2: #fff;
}
.cta > .inner ul li:nth-child(1) {
  width: 450px;
}
@media screen and (max-width: 768px) {
  .cta > .inner ul li:nth-child(1) {
    width: 66%;
  }
}
.cta > .inner ul li:nth-child(2) {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .cta > .inner ul li:nth-child(2) {
    width: 32%;
  }
}
.cta > .inner ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  border: 1px solid #fff;
  color: #fff;
  box-shadow: 0.832px 3.913px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  font-size: 26px;
  font-weight: bold;
  transition: all 0.3s;
}
.cta > .inner ul li a.briefing {
  background: #33c054;
}
.cta > .inner ul li a.request {
  background: #d50069;
}
@media screen and (max-width: 768px) {
  .cta > .inner ul li a {
    font-size: 19px;
    letter-spacing: 0.06em;
    height: 65px;
    font-weight: bold;
    border-radius: 10px;
  }
}
@media (hover) {
  .cta > .inner ul li a:hover {
    opacity: 0.7;
  }
}
.cta > .inner ul li a:not(:has(span)) img {
  position: absolute;
  width: 30px;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .cta > .inner ul li a:not(:has(span)) img {
    width: 20px;
    right: 10px;
  }
}
.cta > .inner ul li a span {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cta > .inner ul li a span {
    gap: 10px;
  }
}
.cta > .inner ul li a span img {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .cta > .inner ul li a span img {
    width: 15px;
  }
}
.cta > .inner p.tel {
  text-align: center;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .cta > .inner p.tel {
    pointer-events: auto;
  }
}
.cta > .inner p.tel a img {
  filter: invert(100%);
}
@media screen and (max-width: 768px) {
  .cta > .inner p.tel a img {
    width: 300px;
  }
}

.schedule {
  padding: 30px 40px;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .schedule {
    padding: 20px 5%;
  }
}
.schedule p.ttl {
  padding: 10px 0 12px;
  text-align: center;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  font-weight: bold;
  background: #113c9d;
  border-radius: 50px;
}
@media screen and (max-width: 960px) {
  .schedule p.ttl {
    font-size: 20px;
  }
}
.schedule p.sc_lead {
  margin: 20px 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
}
.schedule ul {
  margin: 20px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .schedule ul {
    margin: 15px 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.schedule ul li {
  background: #fffea9;
  padding: 20px 0;
  text-align: center;
  font-size: 24px;
  line-height: 0.8333333333;
  letter-spacing: 0em;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .schedule ul li {
    font-size: 16px;
  }
}
.schedule p.note {
  text-align: center !important;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0em;
}
@media screen and (max-width: 960px) {
  .schedule p.note {
    font-size: 12px;
  }
}
.schedule p.note span {
  font-size: 0.85em;
}

/**/
.img_w100 img {
  width: 100%;
}

section {
  position: relative;
  width: 100%;
}
section.campaign {
  padding: 20px 5% 120px;
  background: url(/lp_common/2025_winter/img/bg_campaign.png) center center/100% 100% no-repeat;
}
@media screen and (max-width: 960px) {
  section.campaign {
    padding-bottom: 60px;
  }
}
section.campaign > .inner {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
section.campaign > .inner .ttl {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  border-radius: 50px;
  background: var(--bl);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  section.campaign > .inner .ttl {
    font-size: 20px;
  }
}
section.campaign > .inner .camp_contents {
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  section.campaign > .inner .camp_contents {
    margin-bottom: 30px;
  }
}
section.campaign > .inner .camp_contents dl {
  display: grid;
  grid-template-columns: 100px 1fr;
}
@media screen and (max-width: 960px) {
  section.campaign > .inner .camp_contents dl {
    grid-template-columns: 80px 1fr;
  }
}
section.campaign > .inner .camp_contents dl dt {
  display: flex;
  align-items: flex-start;
}
section.campaign > .inner .camp_contents dl dt span {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #f39800;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  border-radius: 100px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  section.campaign > .inner .camp_contents dl dt span {
    font-size: 18px;
  }
}
section.campaign > .inner .camp_contents dl dt span.normal {
  background: #113c9d;
}
section.campaign > .inner .camp_contents dl dt:not(:last-of-type) {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #a9b7c6;
}
section.campaign > .inner .camp_contents dl dd {
  display: flex;
  align-items: center;
  padding-left: 15px;
  font-size: 18px;
  line-height: 1.9444444444;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  section.campaign > .inner .camp_contents dl dd {
    font-size: 14px;
  }
}
section.campaign > .inner .camp_contents dl dd:not(:last-of-type) {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #a9b7c6;
}
section.campaign_recommend {
  padding: 40px 5% 100px;
  background: url(/lp_common/2025_winter/img/bg_campaign_recommend.jpg) center center/100% 100% no-repeat;
}
@media screen and (max-width: 960px) {
  section.campaign_recommend {
    padding-block: 20px 50px;
  }
}
section.campaign_recommend > .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
section.campaign_recommend > .inner h2 {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  section.campaign_recommend > .inner h2 {
    margin-bottom: 25px;
  }
}
section.campaign_recommend > .inner h2 img {
  width: 887.5px;
}
@media screen and (max-width: 960px) {
  section.campaign_recommend > .inner h2 img {
    width: 100%;
    max-width: 351.25px;
  }
}
section.campaign_recommend > .inner dl dt {
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  section.campaign_recommend > .inner dl dt {
    margin-bottom: 15px;
  }
}
section.campaign_recommend > .inner dl dt img {
  width: 100%;
}
section.campaign_recommend > .inner dl dd:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b3bfca;
}
@media screen and (max-width: 960px) {
  section.campaign_recommend > .inner dl dd:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
section.campaign_recommend > .inner dl dd p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
section.campaign_recommend > .inner dl dd p span {
  background: #f5f56a;
}
@media screen and (max-width: 960px) {
  section.campaign_recommend > .inner dl dd p {
    font-size: 14px;
  }
}
section.campaign_recommend > .inner .btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
section.campaign_recommend > .inner .btn a {
  width: 400px;
  padding: 15px 20px 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.26);
  background: #fff;
  border-radius: 10px;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  section.campaign_recommend > .inner .btn a {
    padding: 10px 15px 10px 20px;
    min-width: 0;
    gap: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
  }
  section.campaign_recommend > .inner .btn a img {
    width: 35px;
  }
}
section.method {
  padding: 0px 5% 0;
  background: url(/lp_common/2025_winter/img/bg_method.jpg) center center/100% 100% no-repeat;
}
section.method > .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
section.method > .inner .img {
  display: inline-block;
  margin-top: -80px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  section.method > .inner .img {
    margin-top: 0;
  }
}
section.method > .inner .img img {
  position: relative;
  bottom: -80px;
  max-width: 949px;
}
@media screen and (max-width: 960px) {
  section.method > .inner .img img {
    bottom: -40px;
    width: 100%;
  }
}
section.method_reason {
  padding-bottom: 100px;
}
@media screen and (max-width: 960px) {
  section.method_reason {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
section.method_reason > .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
section.method_reason > .inner p.lead {
  margin-bottom: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 960px) {
  section.method_reason > .inner p.lead {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
section.method_reason > .inner ul li {
  border: 3px solid var(--bl);
}
section.method_reason > .inner ul li:not(:last-child) {
  margin-bottom: 25px;
}
section.method_reason > .inner ul li div.ttl {
  min-height: 130px;
  padding: 7px 0;
  display: flex;
  background: var(--bl);
}
@media screen and (max-width: 768px) {
  section.method_reason > .inner ul li div.ttl {
    min-height: 0;
  }
}
section.method_reason > .inner ul li div.ttl .num {
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  section.method_reason > .inner ul li div.ttl .num {
    padding: 0 10px;
    width: 80px;
  }
}
section.method_reason > .inner ul li div.ttl .num_ttl {
  padding-left: 25px;
  flex: 1;
  align-self: center;
  font-size: 28px;
  line-height: 1.4285714286;
  letter-spacing: 0.005em;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section.method_reason > .inner ul li div.ttl .num_ttl {
    padding-left: 10px;
    font-size: 14px;
  }
}
section.method_reason > .inner ul li div.ttl .num_ttl span,
section.method_reason > .inner ul li div.ttl .num_ttl h3.span {
  font-size: 44px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  section.method_reason > .inner ul li div.ttl .num_ttl span,
  section.method_reason > .inner ul li div.ttl .num_ttl h3.span {
    font-size: 20px;
  }
}
section.method_reason > .inner ul li div.ttl .num_ttl span span,
section.method_reason > .inner ul li div.ttl .num_ttl h3.span span {
  font-size: 34px;
}
@media screen and (max-width: 960px) {
  section.method_reason > .inner ul li div.ttl .num_ttl span span,
  section.method_reason > .inner ul li div.ttl .num_ttl h3.span span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  section.method_reason > .inner ul li div.ttl .num_ttl span.sm,
  section.method_reason > .inner ul li div.ttl .num_ttl h3.span.sm {
    font-size: 13px;
    font-weight: normal;
  }
}
section.method_reason > .inner ul li .bgdot {
  background: url(/lp_common/2025_winter/img/reason_dot.gif);
  padding: 30px 5% 45px;
  text-align: center;
}
section.method_reason > .inner ul li .bgdot img {
  width: 668px;
}
section.method_reason > .inner ul li .bgw {
  padding: 30px 47px 40px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  section.method_reason > .inner ul li .bgw {
    padding: 20px 15px 20px;
  }
}
section.method_reason > .inner ul li .bgw.reason1 p.txt {
  margin: 20px 0 0;
}
section.method_reason > .inner ul li .bgw.reason2 p.ttl {
  --c: #f389e0;
  margin-bottom: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}
section.method_reason > .inner ul li .bgw.reason2 p.ttl.b {
  --c: #30abf7;
}
section.method_reason > .inner ul li .bgw.reason2 p.ttl span.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  width: 44px;
  border-radius: 50px;
  aspect-ratio: 1;
  color: #fff;
  background: var(--c);
}
@media screen and (max-width: 768px) {
  section.method_reason > .inner ul li .bgw.reason2 p.ttl span.icon {
    width: 30px;
    font-size: 16px;
  }
}
section.method_reason > .inner ul li .bgw.reason2 p.ttl span.line {
  padding-bottom: 4px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.005em;
  border-bottom: 4px solid var(--c);
}
@media screen and (max-width: 768px) {
  section.method_reason > .inner ul li .bgw.reason2 p.ttl span.line {
    font-size: 21px;
  }
}
section.method_reason > .inner ul li .bgw.reason2 .syllabus {
  padding-bottom: 35px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
section.method_reason > .inner ul li .bgw.reason2 .types {
  padding: 35px 30px;
  background: #e0f0ff;
}
section.method_reason > .inner ul li .bgw.reason2 .types p {
  margin-bottom: 20px;
}
section.method_reason > .inner ul li .bgw p.txt {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  section.method_reason > .inner ul li .bgw p.txt {
    font-size: 14px;
  }
}
section.method_reason > .inner ul li .bgw p.txt span.marker {
  display: inline;
  background: #f5f56a;
}
section.method_reason > .inner ul li .video_area {
  background: #f3f9ff;
  padding: 40px 5%;
  text-align: center;
}
@media screen and (max-width: 960px) {
  section.method_reason > .inner ul li .video_area {
    padding-block: 20px;
  }
}
section.method_reason > .inner ul li .video_area h3 {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.3846153846;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--bl);
}
@media screen and (max-width: 960px) {
  section.method_reason > .inner ul li .video_area h3 {
    font-size: 18px;
  }
}
section.method_reason > .inner ul li .video_area h3 span {
  position: relative;
  display: inline-block;
}
section.method_reason > .inner ul li .video_area h3 span:before, section.method_reason > .inner ul li .video_area h3 span:after {
  content: "";
  width: 2px;
  height: 100%;
  background: var(--bl);
  position: absolute;
  display: block;
  top: 50%;
  translate: 0 -50%;
  transform-origin: center bottom;
}
section.method_reason > .inner ul li .video_area h3 span:before {
  left: -10px;
  rotate: -25deg;
}
section.method_reason > .inner ul li .video_area h3 span:after {
  right: -10px;
  rotate: 25deg;
}
section.method_reason > .inner ul li .video_area .video {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
section.method_reason > .inner ul li .video_area .video.is-playing:after {
  display: none;
}
section.method_reason > .inner ul li .video_area .video:after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 170px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  background: url(/lp_common/img/icon_play.svg) center/cover;
  aspect-ratio: 1;
}
@media screen and (max-width: 768px) {
  section.method_reason > .inner ul li .video_area .video:after {
    display: none;
  }
}
section.method_reason > .inner ul li .video_area .video:not(:has(video)) {
  background: #cfcfcf;
  aspect-ratio: 800/450;
}
section.method_reason > .inner ul li .video_area .video video {
  width: 100%;
}
section.method_reason > .inner ul li .point {
  position: relative;
  padding: 25px 2%;
  margin-top: 30px;
  border: 2px solid #e8007e;
  width: 100%;
  text-align: center;
}
section.method_reason > .inner ul li .point:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -5px;
  width: 102px;
  aspect-ratio: 102/30;
  background: url(/lp_common/img/icon_point.svg) center/cover;
}
section.method_reason > .inner ul li .point p {
  font-size: 26px;
  line-height: 1.5384615385;
  letter-spacing: 0em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.method_reason > .inner ul li .point p {
    font-size: 14px;
  }
}
section.message {
  padding: 20px 0 100px;
}
section.message > .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
section.message > .inner ul.msg li:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  section.message > .inner ul.msg li:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
section.message > .inner ul.msg li .ttl {
  margin-bottom: 30px;
  text-align: center;
}
section.message > .inner ul.msg li .ttl img {
  width: 100%;
}
section.message > .inner ul.msg li .ttl img.kobayashi {
  max-width: 679px;
}
section.message > .inner ul.msg li .ttl img.tsubota {
  max-width: 667px;
}
section.message > .inner ul.msg li .msg_col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  section.message > .inner ul.msg li .msg_col {
    flex-direction: column;
    gap: 40px;
  }
}
section.message > .inner ul.msg li .msg_col .img {
  width: 40%;
}
@media screen and (max-width: 960px) {
  section.message > .inner ul.msg li .msg_col .img {
    width: 100%;
  }
}
section.message > .inner ul.msg li .msg_col .txt {
  position: relative;
  width: 54.5%;
  padding: 45px 35px;
  border-radius: 10px;
  background: #fff;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  section.message > .inner ul.msg li .msg_col .txt {
    padding: 25px 5%;
    width: 100%;
    font-size: 14px;
  }
}
section.message > .inner ul.msg li .msg_col .txt:after {
  content: "";
  position: absolute;
  left: 0;
  top: 190px;
  width: 36px;
  translate: -100% 0;
  aspect-ratio: 36/34;
  background: url(/lp_common/img/message_arrow.png) center/cover no-repeat;
}
@media screen and (max-width: 960px) {
  section.message > .inner ul.msg li .msg_col .txt:after {
    left: 50%;
    top: 0;
    translate: -50% -70%;
    rotate: 90deg;
  }
}
section.message > .inner ul.msg li .msg_col .txt span {
  display: inline;
  background: #f5f56a;
}
section.price {
  padding: 100px 0;
  background: url(/lp_common/2025_winter/img/bg_price.jpg) center/100% 100%;
}
@media screen and (max-width: 960px) {
  section.price {
    padding: 50px 0;
  }
}
section.price > .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
section.price > .inner h2 {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  section.price > .inner h2 {
    margin-bottom: 10px;
  }
}
section.price > .inner h2 img {
  width: 100%;
  max-width: 635.5px;
}
@media screen and (max-width: 960px) {
  section.price > .inner h2 img {
    max-width: 317.75px;
  }
}
section.price > .inner p.lead {
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  section.price > .inner p.lead {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
section.price > .inner .price_col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media screen and (max-width: 768px) {
  section.price > .inner .price_col {
    grid-template-columns: 1fr;
  }
}
section.price > .inner .price_col .cost {
  background: #fff;
  display: grid;
  grid-template-rows: 60px 1fr;
}
section.price > .inner .price_col .cost p.ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f4f4f4;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
}
section.price > .inner .price_col .cost .detail {
  padding: 0 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  section.price > .inner .price_col .cost .detail {
    padding: 20px 5%;
  }
}
section.price > .inner .price_col .cost .detail .price img {
  width: 100%;
  max-width: 275px;
}
@media screen and (max-width: 768px) {
  section.price > .inner .price_col .cost .detail .price img {
    max-width: 100%;
    width: 100%;
  }
}
section.price > .inner .price_col .cost .detail p.note {
  text-align: right;
  margin: 10px 0 20px;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section.price > .inner .price_col .cost .detail p.note {
    margin-bottom: 10px;
  }
}
section.price > .inner .price_col .cost .detail p.txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  section.price > .inner .price_col .cost .detail p.txt {
    font-size: 14px;
  }
}
section.price > .inner .price_col .cost .detail p.txt span {
  font-size: 10px;
}
section.result {
  padding: 80px 5%;
  background: url(/lp_common/2025_winter/img/bg_result.jpg) center/100% 100%;
}
@media screen and (max-width: 768px) {
  section.result {
    padding-block: 40px;
  }
}
section.result > .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
section.result > .inner .ttl_area {
  width: 100%;
  position: relative;
}
section.result > .inner .ttl_area .deco_l {
  position: absolute;
  top: 0;
  left: 0;
  animation: yurayura 1.5s ease-in-out infinite;
}
@media screen and (max-width: 960px) {
  section.result > .inner .ttl_area .deco_l {
    top: 60%;
    left: -4%;
  }
}
section.result > .inner .ttl_area .deco_l img {
  max-width: 273px;
}
@media screen and (max-width: 768px) {
  section.result > .inner .ttl_area .deco_l img {
    max-width: 60px;
  }
}
section.result > .inner .ttl_area .deco_r {
  position: absolute;
  top: 0;
  right: 0;
  animation: yurayura 1.5s ease-in-out infinite;
}
@media screen and (max-width: 960px) {
  section.result > .inner .ttl_area .deco_r {
    top: 60%;
    right: -4%;
  }
}
section.result > .inner .ttl_area .deco_r img {
  max-width: 255px;
}
@media screen and (max-width: 768px) {
  section.result > .inner .ttl_area .deco_r img {
    max-width: 60px;
  }
}
@keyframes yurayura {
  0%, 100% {
    transform: translateY(5px); /* 初期位置 */
  }
  50% {
    transform: translateY(-10px); /* 上に10px移動 */
  }
}
section.result > .inner h2 {
  text-align: center;
}
section.result > .inner h2 img {
  width: 100%;
  max-width: 562.5px;
}
@media screen and (max-width: 768px) {
  section.result > .inner h2 img {
    max-width: 281.25px;
  }
}
section.result > .inner p.lead {
  margin: 50px 0 50px;
  text-align: center;
  font-size: 24px;
  line-height: 1.4166666667;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #414141;
}
@media screen and (max-width: 768px) {
  section.result > .inner p.lead {
    margin: 15px 0 25px;
    font-size: 16px;
  }
}
section.result > .inner .examples_wrap {
  width: 100%;
  padding: 60px 50px;
  background: url(/lp_common/img/result_bg.png) center top/100% no-repeat #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap {
    padding: 30px 5%;
  }
}
section.result > .inner .examples_wrap p.ttl_examples {
  margin-bottom: 25px;
  padding: 10px 0 12px;
  text-align: center;
  background: #113c9d;
  border-radius: 50px;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap p.ttl_examples {
    font-size: 18px;
  }
}
section.result > .inner .examples_wrap ul.up {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap ul.up {
    margin-bottom: 20px;
    gap: 5px;
  }
}
section.result > .inner .examples_wrap .pass {
  margin-bottom: 30px;
  text-align: center;
}
section.result > .inner .examples_wrap .pass p.lead {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #f39800;
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap .pass p.lead {
    font-size: 15px;
  }
}
section.result > .inner .examples_wrap .pass p.lead:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 100%;
  max-width: 590px;
  height: 27px;
  background: #000;
  clip-path: polygon(0 0, 0 1px, calc(50% - 35px) 1px, 50% 100%, calc(50% + 35px) 1px, 100% 1px, 100% 0, calc(50% + 35px) 0, 50% calc(100% - 1.5px), calc(50% - 35px) 0);
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap .pass p.lead:after {
    height: 20px;
  }
}
section.result > .inner .examples_wrap .pass .img img {
  max-width: 392px;
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap .pass .img img {
    max-width: 250px;
  }
}
section.result > .inner .examples_wrap .examples_lists {
  width: 100%;
  padding: 40px;
  background: #f7f7f7;
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap .examples_lists {
    padding: 20px 5%;
  }
}
section.result > .inner .examples_wrap .examples_lists hgroup {
  margin-bottom: 20px;
  text-align: center;
}
section.result > .inner .examples_wrap .examples_lists hgroup h2 {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.08em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap .examples_lists hgroup h2 {
    font-size: 20px;
  }
}
section.result > .inner .examples_wrap .examples_lists hgroup p {
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap .examples_lists hgroup p {
    font-size: 14px;
  }
}
section.result > .inner .examples_wrap .examples_lists dl {
  display: grid;
  grid-template-columns: 130px 1fr;
  row-gap: 25px;
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap .examples_lists dl {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
section.result > .inner .examples_wrap .examples_lists dl dt {
  padding: 20px 0 20px 30px;
  background: #fff;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #f39800;
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap .examples_lists dl dt {
    text-align: center;
    padding: 20px 0 0;
    font-size: 18px;
  }
}
section.result > .inner .examples_wrap .examples_lists dl dd {
  padding: 20px 30px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap .examples_lists dl dd {
    padding: 20px 5% 30px;
  }
  section.result > .inner .examples_wrap .examples_lists dl dd:not(:last-child) {
    margin-bottom: 29px;
  }
}
section.result > .inner .examples_wrap .examples_lists dl dd ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 15px;
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap .examples_lists dl dd ul {
    column-gap: 10px;
    row-gap: 3px;
  }
}
section.result > .inner .examples_wrap .examples_lists dl dd ul li {
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap .examples_lists dl dd ul li {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0.06em;
  }
}
section.result > .inner .examples_wrap .examples_lists dl dd ul li:not(:last-child):after {
  content: "/";
  position: absolute;
  top: 0;
  right: -13px;
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap .examples_lists dl dd ul li:not(:last-child):after {
    right: -7px;
  }
}
section.result > .inner .examples_wrap .examples_lists p.more {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
section.success {
  padding: 40px 5% 100px;
  background: url(/lp_common/2025_winter/img/bg_success.jpg) center/100% 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section.success {
    padding: 30px 5% 50px;
  }
}
section.success > .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
section.success > .inner p.lead {
  margin-bottom: 25px;
  text-align: center;
}
section.success > .inner p.lead img {
  width: 100%;
  max-width: 713px;
}
@media screen and (max-width: 960px) {
  section.success > .inner p.lead img {
    max-width: 407.4285714286px;
  }
}
section.success > .inner h2 {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.success > .inner h2 {
    margin-bottom: 35px;
  }
}
section.success > .inner h2 span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: var(--gr1);
  -webkit-text-stroke: 8px #fff;
  paint-order: stroke;
}
@media screen and (max-width: 768px) {
  section.success > .inner h2 span {
    font-size: 30px;
  }
}
section.success > .inner h2 span img.txt {
  width: 100%;
  max-width: 432px;
}
@media screen and (max-width: 960px) {
  section.success > .inner h2 span img.txt {
    max-width: 246.8571428571px;
  }
}
section.success > .inner h2 span img.icon {
  position: absolute;
  top: 0%;
  right: -140px;
  max-width: 106px;
  animation: rotate-swing 1s ease-in-out infinite alternate;
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  section.success > .inner h2 span img.icon {
    max-width: 60px;
    right: -70px;
  }
}
@keyframes rotate-swing {
  0% {
    transform: rotate(10deg); /* 初期状態 */
  }
  100% {
    transform: rotate(-10deg); /* 左に10度回転 */
  }
}
section.success > .inner .success_block + .success_block {
  margin-top: 75px;
}
@media screen and (max-width: 960px) {
  section.success > .inner .success_block + .success_block {
    margin-top: 45px;
  }
}
section.success > .inner .success_block h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.success > .inner .success_block h3 {
    font-size: 18px;
  }
}
section.success > .inner .success_block h3 span {
  font-size: 1.5em;
  color: var(--or);
}
section.success > .inner .success_block ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 768px) {
  section.success > .inner .success_block ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.success > .inner .img {
  margin-top: 60px;
  text-align: right;
}
section.success > .inner .img img {
  position: relative;
  right: 30px;
  bottom: -40px;
  max-width: 89%;
}
@media screen and (max-width: 768px) {
  section.success > .inner .img img {
    bottom: -15px;
    right: 0;
    max-width: 100%;
  }
}
section.information {
  padding-top: 35px;
  padding-bottom: 6%;
  background: url(/lp_common/2025_winter/img/bg_information.jpg) center/100% 100%;
  text-align: center;
}
@media screen and (max-width: 1700px) {
  section.information {
    padding-bottom: 3%;
  }
}
@media screen and (max-width: 960px) {
  section.information {
    padding-top: 20px;
  }
}
section.information > .inner {
  width: 90%;
  margin: 0 auto;
}
section.information > .inner h2 img {
  width: 100%;
  max-width: 332.5px;
}
@media screen and (max-width: 768px) {
  section.information > .inner h2 img {
    max-width: 166.25px;
  }
}
section.information > .inner .img {
  position: relative;
  bottom: 0;
}
section.information > .inner .img img {
  width: 100%;
  max-width: 785px;
}
section.search_area {
  padding: 0 5% 120px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  section.search_area {
    padding-block: 30px 60px;
  }
}
section.search_area > .inner {
  width: 100%;
  max-width: 1018px;
  margin: 0 auto;
}
section.search_area > .inner h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: var(--gr1);
  font-weight: bold;
  -webkit-text-stroke: 7px #fff;
  paint-order: stroke;
}
@media screen and (max-width: 768px) {
  section.search_area > .inner h2 {
    font-size: 30px;
  }
}
section.search_area > .inner h2 img {
  max-width: 219px;
}
@media screen and (max-width: 768px) {
  section.search_area > .inner h2 img {
    max-width: 140px;
  }
}
section.search_area p.lead {
  margin-bottom: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #282828;
}
@media screen and (max-width: 768px) {
  section.search_area p.lead {
    margin-bottom: 30px;
    font-size: 15px;
  }
}
section.search_area .school_sp details {
  --icon_deg: -90deg;
  --base: unset;
  background: var(--base);
  border: 2px solid var(--base);
  border-radius: 30px;
  overflow: clip;
}
section.search_area .school_sp details + details {
  margin-top: 30px;
}
section.search_area .school_sp details.kansai {
  --base: #f39302;
}
section.search_area .school_sp details.nagoya {
  --base: #5eb96a;
}
section.search_area .school_sp details.syutoken {
  --base: #e8518d;
}
section.search_area .school_sp details.online {
  --base: #068dcc;
}
section.search_area .school_sp details[open]:not([data-accordion-before-close]) {
  --icon_deg: 0deg;
}
section.search_area .school_sp details summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  text-align: center;
  padding: 20px 0;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
}
section.search_area .school_sp details summary span {
  font-size: 0.8em;
}
section.search_area .school_sp details summary::-webkit-details-marker {
  display: none;
}
section.search_area .school_sp details summary:before, section.search_area .school_sp details summary:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 20px;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
}
section.search_area .school_sp details summary:after {
  transform: rotate(var(--icon_deg));
}
section.search_area .school_sp details .accordion_content {
  height: 0;
  overflow: hidden;
  background: #fff;
}
section.search_area .school_sp details .accordion_content .school_wrap {
  padding: 20px 5%;
}
section.search_area .school_sp details .accordion_content .school_wrap p.area {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
section.search_area .school_sp details .accordion_content .school_wrap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4%;
  row-gap: 15px;
}
section.search_area .school_sp details .accordion_content .school_wrap ul:not(:last-child) {
  margin-bottom: 20px;
}
section.search_area .school_sp details .accordion_content .school_wrap ul li {
  position: relative;
}
section.search_area .school_sp details .accordion_content .school_wrap ul li.new:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  translate: 0 -50%;
  background: url(../img/sp/icon_new.png) center/cover;
  width: 59.5px;
  aspect-ratio: 119/65;
  pointer-events: none;
}
section.search_area .school_sp details .accordion_content .school_wrap ul li a {
  width: 100%;
  padding: 15px 2%;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 500;
  color: #fff;
  background: var(--base);
}
section.search_area .school_sp details .accordion_content .online {
  padding: 30px 0;
}
section.search_area .school_sp details .accordion_content .online p.ttl {
  margin-bottom: 30px;
  padding: 15px 0;
  background: #068dcc;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
section.search_area .school_sp details .accordion_content .online p.ttl span {
  font-size: 16px;
}
section.search_area .school_sp details .accordion_content .online h2 {
  margin-bottom: 30px;
  text-align: center;
}
section.search_area .school_sp details .accordion_content .online h2 img {
  width: 100%;
  max-width: 408px;
}
@media screen and (max-width: 960px) {
  section.search_area .school_sp details .accordion_content .online h2 img {
    width: 90%;
  }
}
section.search_area .school_sp details .accordion_content .online .online_wrap {
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 950px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  section.search_area .school_sp details .accordion_content .online .online_wrap {
    display: block;
    padding: 0 5%;
  }
}
section.search_area .school_sp details .accordion_content .online .online_wrap .img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  section.search_area .school_sp details .accordion_content .online .online_wrap .img {
    width: 100%;
  }
}
section.search_area .school_sp details .accordion_content .online .online_wrap .img img {
  width: 100%;
}
section.search_area .school_sp details .accordion_content .online .online_wrap ul {
  width: 66%;
}
@media screen and (max-width: 768px) {
  section.search_area .school_sp details .accordion_content .online .online_wrap ul {
    margin-top: 20px;
    width: 100%;
  }
}
section.search_area .school_sp details .accordion_content .online .online_wrap ul li {
  padding-left: 40px;
  position: relative;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.12em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section.search_area .school_sp details .accordion_content .online .online_wrap ul li {
    font-size: 16px;
    padding-left: 30px;
  }
}
section.search_area .school_sp details .accordion_content .online .online_wrap ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 24px;
  aspect-ratio: 29/27;
  background: url(../img/checkbox2.png) center/cover;
}
@media screen and (max-width: 768px) {
  section.search_area .school_sp details .accordion_content .online .online_wrap ul li:before {
    width: 20px;
  }
}
section.search_area .school_sp details .accordion_content .online .online_wrap ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  section.search_area .school_sp details .accordion_content .online .online_wrap ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
section.search_area .school_sp details .accordion_content .online .btn {
  margin-top: 30px;
  text-align: center;
}
section.search_area .school_sp details .accordion_content .online .btn a img {
  width: 90%;
  max-width: 412px;
}
section.search_area .online_area {
  width: 100%;
  background: #ffffe5;
  padding: 0 50px 50px;
}
section.search_area .online_area .inner {
  padding-bottom: 30px;
  background: #fff;
  border: 2px solid #068dcc;
  border-radius: 5px;
  overflow: hidden;
}
section.search_area .online_area .inner:not(:has(h2)) {
  padding-bottom: 0;
}
section.search_area .online_area .inner:not(:has(h2)) p.ttl {
  margin-bottom: 0;
}
section.search_area .online_area .inner p.ttl {
  margin-bottom: 30px;
  padding: 15px 0;
  background: #068dcc;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
section.search_area .online_area .inner p.ttl span {
  font-size: 16px;
}
section.search_area .online_area .inner h2 {
  margin-bottom: 30px;
  text-align: center;
}
section.search_area .online_area .inner h2 img {
  width: 100%;
  max-width: 505.5px;
}
section.search_area .online_area .inner .online_wrap {
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 950px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  section.search_area .online_area .inner .online_wrap {
    display: block;
    padding: 30px 5%;
  }
}
section.search_area .online_area .inner .online_wrap .img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  section.search_area .online_area .inner .online_wrap .img {
    width: 100%;
  }
}
section.search_area .online_area .inner .online_wrap .img img {
  width: 100%;
}
section.search_area .online_area .inner .online_wrap ul {
  width: 66%;
}
@media screen and (max-width: 768px) {
  section.search_area .online_area .inner .online_wrap ul {
    margin-top: 20px;
    width: 100%;
  }
}
section.search_area .online_area .inner .online_wrap ul li {
  padding-left: 40px;
  position: relative;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.12em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section.search_area .online_area .inner .online_wrap ul li {
    font-size: 16px;
    padding-left: 30px;
  }
}
section.search_area .online_area .inner .online_wrap ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 24px;
  aspect-ratio: 29/27;
  background: url(../img/checkbox2.png) center/cover;
}
@media screen and (max-width: 768px) {
  section.search_area .online_area .inner .online_wrap ul li:before {
    width: 20px;
  }
}
section.search_area .online_area .inner .online_wrap ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  section.search_area .online_area .inner .online_wrap ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
section.search_area .online_area .inner .btn {
  margin-top: 30px;
  text-align: center;
}
section.search_area .online_area .inner .btn a img {
  width: 100%;
  max-width: 412px;
}

details.course_acco {
  --icon_deg: -90deg;
  overflow: clip;
  width: 100%;
}
details.course_acco.middleschool {
  --base: #3c8dc1;
  --base2: #367fad;
}
details.course_acco.highschool {
  --base: #69b425;
  --base2: #5ea221;
}
details.course_acco.graduate {
  --base: #eb6351;
  --base2: #d35949;
}
details.course_acco.online {
  --base: #e0b236;
  --base2: #c9a030;
}
details.course_acco[open]:not([data-accordion-before-close]) {
  --icon_deg: 0deg;
}
details.course_acco + details {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  details.course_acco + details {
    margin-top: 25px;
  }
}
details.course_acco summary {
  position: relative;
  padding: 15px 90px 15px 30px;
  background: var(--base);
  cursor: pointer;
  list-style: none;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  details.course_acco summary {
    padding: 15px 30px 15px 5%;
  }
}
details.course_acco summary::-webkit-details-marker {
  display: none;
}
details.course_acco summary:before, details.course_acco summary:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 30px;
  aspect-ratio: 8/1;
  background: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  details.course_acco summary:before, details.course_acco summary:after {
    right: 10px;
    width: 20px;
  }
}
details.course_acco summary:after {
  transform: rotate(var(--icon_deg));
}
details.course_acco summary h3 {
  font-size: 30px;
  line-height: 1.1666666667;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  details.course_acco summary h3 {
    font-size: 16px;
  }
}
details.course_acco summary h3 span {
  font-size: 0.8em;
}
details.course_acco summary p {
  margin-top: 10px;
  padding: 10px 15px;
  display: inline-block;
  background: var(--base2);
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 960px) {
  details.course_acco summary p {
    padding: 10px;
    font-size: 11px;
  }
}
details.course_acco .accordion_content {
  height: 0;
  overflow: hidden;
  background: #fff;
}
details.course_acco .accordion_content > .inner {
  padding: 25px 50px 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  details.course_acco .accordion_content > .inner {
    padding: 20px 0% 30px;
    display: block;
  }
}
details.course_acco .accordion_content > .inner p.img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  details.course_acco .accordion_content > .inner p.img {
    margin-bottom: 20px;
    width: 100%;
  }
}
details.course_acco .accordion_content > .inner p.img img {
  width: 100%;
}
details.course_acco .accordion_content > .inner .txt_wrap {
  width: 48%;
}
@media screen and (max-width: 768px) {
  details.course_acco .accordion_content > .inner .txt_wrap {
    width: 100%;
  }
}
details.course_acco .accordion_content > .inner .txt_wrap dl {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  details.course_acco .accordion_content > .inner .txt_wrap dl {
    font-size: 14px;
  }
}
details.course_acco .accordion_content > .inner .txt_wrap dl dt {
  margin-bottom: 10px;
}
details.course_acco .accordion_content > .inner .txt_wrap dl dt span {
  padding: 5px 15px;
  border: 1px solid #000;
  border-radius: 50px;
  font-weight: bold;
  margin-block: calc((1em - 1lh) / 2);
}
details.course_acco .accordion_content > .inner .txt_wrap dl dd {
  padding-left: 10px;
}
details.course_acco .accordion_content > .inner .txt_wrap dl dd:not(:last-child) {
  margin-bottom: 25px;
}
details.course_acco .accordion_content > .inner .txt_wrap dl dd ul {
  padding-left: 0.65em;
  text-indent: -0.65em;
}
details.course_acco .accordion_content > .inner .point_wrap {
  margin: 30px auto 0;
  width: 100%;
  max-width: 840px;
  border: 5px solid var(--base);
  background: var(--base);
  border-radius: 10px;
  overflow: clip;
}
details.course_acco .accordion_content > .inner .point_wrap p.ttl {
  padding: 10px 40px;
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  details.course_acco .accordion_content > .inner .point_wrap p.ttl {
    padding-inline: 0;
    text-align: center;
    font-size: 16px;
  }
}
details.course_acco .accordion_content > .inner .point_wrap .content {
  padding: 20px 40px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  details.course_acco .accordion_content > .inner .point_wrap .content {
    padding: 20px 5%;
  }
}
details.course_acco .accordion_content > .inner .point_wrap .content ul.points li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  details.course_acco .accordion_content > .inner .point_wrap .content ul.points li {
    padding-left: 25px;
    font-size: 14px;
  }
}
details.course_acco .accordion_content > .inner .point_wrap .content ul.points li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 18px;
  aspect-ratio: 29/27;
  background: url(../img/checkbox.png) center/cover;
}
@media screen and (max-width: 768px) {
  details.course_acco .accordion_content > .inner .point_wrap .content ul.points li:before {
    width: 20px;
  }
}
details.course_acco .accordion_content > .inner .point_wrap .content ul.points li:not(:last-child) {
  margin-bottom: 10px;
}
details.course_acco .accordion_content > .inner .point_wrap .content ul.points li span {
  background: #f5f56a;
  padding: 1px 5px 3px;
  font-weight: bold;
}

/**/
.information_bottom {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .information_bottom {
    margin-top: -50px;
  }
}
.information_bottom img {
  position: absolute;
  top: 0;
  translate: 0 -99%;
}
@media screen and (max-width: 960px) {
  .information_bottom img {
    position: relative;
    translate: 0;
  }
}

.modal_box {
  position: relative;
  z-index: 100;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
.modal .modal_inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .modal .modal_inner {
    padding: 60px 0 30px;
    align-items: flex-start;
    overflow: auto;
  }
}
.modal .modal_inner .modal_wrap {
  --base: unset;
  position: relative;
  width: 90%;
  max-width: 900px;
  background: #fff;
  border: 3px solid var(--base);
  border-radius: 15px;
  background: var(--base);
}
.modal .modal_inner .modal_wrap#kansai {
  --base: #f39302;
}
.modal .modal_inner .modal_wrap#nagoya {
  --base: #5eb96a;
}
.modal .modal_inner .modal_wrap#syutoken {
  --base: #e8518d;
}
.modal .modal_inner .modal_wrap .close {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 50px;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal .modal_inner .modal_wrap .close {
    padding: -40px;
    right: 0;
    width: 35px;
  }
}
.modal .modal_inner .modal_wrap .close:after {
  content: "";
  display: block;
  width: 17px;
  aspect-ratio: 33/34;
  mask-image: url(../img/icon_close.png);
  background-color: var(--base);
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
}
@media screen and (max-width: 768px) {
  .modal .modal_inner .modal_wrap .close:after {
    width: 14px;
  }
}
.modal .modal_inner .modal_wrap .modal_ttl {
  padding: 30px 0;
  text-align: center;
  background: var(--base);
  font-size: 40px;
  line-height: 1.125;
  letter-spacing: 0.08em;
  border-radius: 15px 15px 0 0;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .modal .modal_inner .modal_wrap .modal_ttl {
    padding: 15px 0;
    font-size: 26px;
  }
}
.modal .modal_inner .modal_wrap .school_details {
  padding: 20px 50px 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 0 0 15px 15px;
}
@media screen and (max-width: 768px) {
  .modal .modal_inner .modal_wrap .school_details {
    display: block;
    padding: 20px 5%;
  }
}
.modal .modal_inner .modal_wrap .school_details .googlemap {
  width: 42%;
  order: -1;
  aspect-ratio: 325/380;
}
@media screen and (max-width: 768px) {
  .modal .modal_inner .modal_wrap .school_details .googlemap {
    margin-top: 30px;
    width: 100%;
    aspect-ratio: 16/10;
  }
}
.modal .modal_inner .modal_wrap .school_details .googlemap iframe {
  width: 100%;
  height: 100%;
}
.modal .modal_inner .modal_wrap .school_details .school_info {
  width: 51.5%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .modal .modal_inner .modal_wrap .school_details .school_info {
    width: 100%;
  }
}
.modal .modal_inner .modal_wrap .school_details .school_info dl {
  margin-bottom: 30px;
}
.modal .modal_inner .modal_wrap .school_details .school_info dl dt {
  margin-bottom: 10px;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .modal .modal_inner .modal_wrap .school_details .school_info dl dt {
    margin-bottom: 5px;
  }
}
.modal .modal_inner .modal_wrap .school_details .school_info dl dt span {
  padding: 3px 20px 5px;
  display: inline-block;
  background: var(--base);
  border-radius: 50px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .modal .modal_inner .modal_wrap .school_details .school_info dl dt span {
    font-size: 14px;
  }
}
.modal .modal_inner .modal_wrap .school_details .school_info dl dd {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .modal .modal_inner .modal_wrap .school_details .school_info dl dd {
    font-size: 14px;
  }
}
.modal .modal_inner .modal_wrap .school_details .school_info dl dd:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .modal .modal_inner .modal_wrap .school_details .school_info dl dd:not(:last-child) {
    margin-bottom: 15px;
  }
}
.modal .modal_inner .modal_wrap .school_details .school_info a {
  margin-top: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 75px;
  border: 1px solid #28c477;
  background: #28c477;
  box-shadow: 0.832px 3.913px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .modal .modal_inner .modal_wrap .school_details .school_info a {
    font-size: 17px;
    height: 60px;
  }
}
.modal .modal_inner .modal_wrap .school_details .school_info a.pc {
  display: flex;
}
@media screen and (max-width: 768px) {
  .modal .modal_inner .modal_wrap .school_details .school_info a.pc {
    display: none;
  }
}
.modal .modal_inner .modal_wrap .school_details .school_info a.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .modal .modal_inner .modal_wrap .school_details .school_info a.sp {
    display: flex;
  }
}
@media (hover) {
  .modal .modal_inner .modal_wrap .school_details .school_info a:hover {
    opacity: 0.7;
  }
}
.modal .modal_inner .modal_wrap .school_details .school_info a:not(:has(span)) {
  padding-right: 10px;
}
.modal .modal_inner .modal_wrap .school_details .school_info a:not(:has(span)) img {
  position: absolute;
  width: 30px;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .modal .modal_inner .modal_wrap .school_details .school_info a:not(:has(span)) img {
    width: 20px;
    right: 15px;
  }
}
.modal .modal_inner .modal_wrap .school_details .school_info a span {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .modal .modal_inner .modal_wrap .school_details .school_info a span {
    gap: 10px;
  }
}
.modal .modal_inner .modal_wrap .school_details .school_info a span img {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .modal .modal_inner .modal_wrap .school_details .school_info a span img {
    width: 15px;
  }
}

/**/
section {
  position: relative;
  width: 100%;
}
section.mv h1 {
  position: relative;
  margin: 0 auto;
}
section.mv h1 img {
  width: 100%;
}
section.mv .btn {
  position: absolute;
  bottom: 15%;
  right: 5%;
  width: 24.7%;
}
@media screen and (max-width: 960px) {
  section.mv .btn {
    right: 0;
    bottom: 14%;
    width: 31%;
  }
}
section.main_cta {
  padding: 0 5% 90px;
  background: url(/main/2025-winter-course/img/bg_cta1.jpg) center center/100% 100% no-repeat;
}
@media screen and (max-width: 960px) {
  section.main_cta {
    padding: 40px 0;
  }
}
section.main_cta.cta2 {
  background-image: url(/main/2025-winter-course/img/bg_cta3.jpg);
}
section.main_cta > .inner {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
section.main_cta > .inner .cta_img {
  text-align: center;
}
@media screen and (max-width: 960px) {
  section.main_cta > .inner .cta_img {
    margin-bottom: 10px;
  }
}
section.main_cta > .inner .cta_img img {
  width: 100%;
  max-width: 900px;
}
section.message {
  background: url(/main/2025-winter-course/img/bg_message.jpg) center/100% 100% no-repeat;
}
section.course {
  padding: 80px 0 100px;
  background: url(/main/2025-winter-course/img/bg_course.jpg) center/100% 100% no-repeat;
}
@media screen and (max-width: 960px) {
  section.course {
    padding: 40px 0;
  }
}
section.course > .inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
section.course > .inner h2 {
  text-align: center;
  margin-bottom: 35px;
}
section.course > .inner h2 img {
  width: 100%;
  max-width: 635.5px;
}
@media screen and (max-width: 960px) {
  section.course > .inner h2 img {
    max-width: 317.75px;
  }
}
section.course > .inner .course_wrap {
  position: relative;
  padding: 50px;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  section.course > .inner .course_wrap {
    position: static;
    padding: 30px 3%;
  }
}
section.cta2 {
  padding: 100px 0;
  background: url(/main/2025-winter-course/img/bg_cta2.jpg) center/100% 100%;
}
@media screen and (max-width: 960px) {
  section.cta2 {
    padding: 50px 0;
  }
}
section.cta2 > .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
section.cta2 > .inner h2 {
  text-align: center;
  margin-bottom: 25px;
}
section.cta2 > .inner h2 img {
  width: 100%;
  max-width: 565.5px;
}
@media screen and (max-width: 960px) {
  section.cta2 > .inner h2 img {
    max-width: 282.75px;
  }
}
section.cta2 > .inner p.lead {
  margin-bottom: 45px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  section.cta2 > .inner p.lead {
    margin-bottom: 25px;
    font-size: 16px;
    text-align: left;
  }
}
.slow {
  height: 10px;
  position: absolute;
  top: 0;
}

html.scroll-locked {
  overflow: hidden; /* スクロール禁止 */
  touch-action: none; /* タッチ操作のスクロールも禁止 */
}/*# sourceMappingURL=style.css.map */