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

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

html {
  margin: 0 !important;
  padding: 0 !important;
}

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%;
}
@media screen and (max-width: 960px) {
  body {
    padding-bottom: 60px;
  }
}

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: 723px;
  display: flex;
  justify-content: space-between;
}
.cta > .inner ul li:nth-child(1) {
  width: 36.4%;
  max-width: 262px;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .cta > .inner ul li:nth-child(1) {
    width: 34.8%;
    pointer-events: auto;
  }
}
.cta > .inner ul li:nth-child(2) {
  width: 62.7%;
  max-width: 452.5px;
}
@media screen and (max-width: 960px) {
  .cta > .inner ul li:nth-child(2) {
    width: 63.4%;
  }
}
.cta > .inner ul li a {
  transition: all 0.3s;
}
@media (hover) {
  .cta > .inner ul li a:hover {
    opacity: 0.7;
  }
}
.cta > .inner ul li img {
  filter: drop-shadow(0 7px 16px rgba(0, 0, 0, 0.26));
}

.cta_info {
  max-width: 780px;
  width: 100%;
  margin-inline: auto;
}
.cta_info img {
  width: 100%;
}

.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: #ff691f;
  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;
}
@media screen and (max-width: 960px) {
  .schedule p.sc_lead {
    margin: 10px 0;
    font-size: 14px;
    text-align: left;
  }
}
.schedule ul {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .schedule ul {
    margin: 15px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.schedule ul li {
  flex: 0 0 calc((100% - 60px) / 4);
  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 {
    flex: 1;
    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%;
}

.bakunobi_slide {
  overflow: hidden;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .bakunobi_slide {
    margin-bottom: 30px;
  }
}
.bakunobi_slide h2 {
  margin-bottom: 10px;
  text-align: center;
}
.bakunobi_slide h2 img {
  width: 90%;
  max-width: 537px;
}
@media screen and (max-width: 960px) {
  .bakunobi_slide h2 img {
    max-width: 204.5px;
  }
}
.bakunobi_slide .slide-wrapper {
  --slide-gap: 15px;
  touch-action: pan-y;
  cursor: grab;
  display: flex;
  align-items: center;
  width: max-content;
  gap: var(--slide-gap);
  will-change: transform;
  transform: translate3d(0, 0, 0);
  user-select: none;
  -webkit-user-select: none;
}
.bakunobi_slide .slide-wrapper[data-drag-enabled=false] {
  cursor: auto;
}
.bakunobi_slide .slide-wrapper.is-dragging {
  cursor: grabbing;
}
.bakunobi_slide .slide-item {
  flex: 0 0 auto;
  width: 250px;
}
@media screen and (max-width: 960px) {
  .bakunobi_slide .slide-item {
    width: 150px;
  }
}
.bakunobi_slide .slide-item img {
  display: block;
  width: 100%;
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
}

section {
  position: relative;
  width: 100%;
}
section.campaign {
  padding: 0px 0 120px;
  background: url(/lp_common/img/bg_campaign.jpg) center center/100% 100% no-repeat;
}
@media screen and (max-width: 960px) {
  section.campaign {
    padding: 0px 0 60px;
  }
}
section.campaign .camp_summer {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  section.campaign .camp_summer {
    margin-bottom: 35px;
  }
}
section.campaign .camp_summer .summer1 {
  margin-bottom: 20px;
}
section.campaign .camp_summer .summer1 img {
  width: 90%;
  max-width: 604px;
}
section.campaign .camp_summer .summer2 img {
  width: 90%;
  max-width: 680px;
}
section.campaign > .inner {
  width: 90%;
  margin: 0 auto;
}
section.campaign > .inner > .ttl {
  margin-bottom: 20px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #fff;
  color: #2aa7ff;
  font-size: 34px;
  line-height: 0.8235294118;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  section.campaign > .inner > .ttl {
    height: 40px;
  }
}
section.campaign > .inner > .ttl img {
  font-size: 0;
  transform-origin: center;
}
@media screen and (max-width: 960px) {
  section.campaign > .inner > .ttl img {
    scale: 0.6;
  }
}
section.campaign > .inner .ttl_spring {
  text-align: center;
  margin-bottom: 20px;
}
section.campaign > .inner .ttl_spring img {
  width: 547px;
}
@media screen and (max-width: 960px) {
  section.campaign > .inner .ttl_spring img {
    width: 273.5px;
  }
}
section.campaign > .inner .camp_contents {
  margin-bottom: 50px;
}
section.campaign > .inner .camp_contents:has(.online) {
  text-align: center;
}
@media screen and (max-width: 960px) {
  section.campaign > .inner .camp_contents {
    margin-bottom: 30px;
  }
}
section.campaign > .inner .camp_contents p {
  text-align: center;
  color: #2aa7ff;
  font-size: 22px;
  line-height: 1.5454545455;
  letter-spacing: 0.005em;
  -webkit-text-stroke: 6px #fff;
  paint-order: stroke;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  section.campaign > .inner .camp_contents p {
    font-size: 18px;
  }
}
section.campaign > .inner .camp_contents img.online {
  max-width: 400px;
}
@media screen and (max-width: 960px) {
  section.campaign > .inner .camp_contents img.online {
    max-width: 100%;
  }
}
section.campaign .bnr {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  section.campaign .bnr {
    margin-bottom: 35px;
  }
}
section.campaign .bnr img {
  width: 850.5px;
}
section.campaign .info {
  text-align: center;
}
section.campaign .info img {
  width: 100%;
  max-width: 780px;
}
section.cta_campaign {
  padding: 100px 0 120px;
  background: url(/lp_common/img/bg_campaign.jpg) center center/100% 100% no-repeat;
}
@media screen and (max-width: 960px) {
  section.cta_campaign {
    padding: 50px 0 60px;
  }
}
section.cta_campaign .camp_summer {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  section.cta_campaign .camp_summer {
    margin-bottom: 35px;
  }
}
section.cta_campaign .camp_summer .summer1 {
  margin-bottom: 20px;
}
section.cta_campaign .camp_summer .summer1 img {
  width: 90%;
  max-width: 604px;
}
section.cta_campaign .camp_summer .summer2 img {
  width: 90%;
  max-width: 680px;
}
section.cta_campaign .camp_summer .summer3 {
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  section.cta_campaign .camp_summer .summer3 {
    margin-bottom: 30px;
  }
}
section.cta_campaign .camp_summer .summer3 img {
  width: 90%;
  max-width: 782px;
}
section.cta_campaign > .inner {
  width: 90%;
  margin: 0 auto;
}
section.cta_campaign > .inner > .ttl {
  margin-bottom: 20px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #fff;
  color: #2aa7ff;
  font-size: 34px;
  line-height: 0.8235294118;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  section.cta_campaign > .inner > .ttl {
    height: 40px;
  }
}
section.cta_campaign > .inner > .ttl img {
  font-size: 0;
  transform-origin: center;
}
@media screen and (max-width: 960px) {
  section.cta_campaign > .inner > .ttl img {
    scale: 0.6;
  }
}
section.cta_campaign > .inner .ttl_spring {
  text-align: center;
  margin-bottom: 20px;
}
section.cta_campaign > .inner .ttl_spring img {
  width: 547px;
}
@media screen and (max-width: 960px) {
  section.cta_campaign > .inner .ttl_spring img {
    width: 273.5px;
  }
}
section.cta_campaign > .inner .camp_contents {
  margin-bottom: 50px;
}
section.cta_campaign > .inner .camp_contents:has(.online) {
  text-align: center;
}
@media screen and (max-width: 960px) {
  section.cta_campaign > .inner .camp_contents {
    margin-bottom: 30px;
  }
}
section.cta_campaign > .inner .camp_contents p {
  text-align: center;
  color: #2aa7ff;
  font-size: 22px;
  line-height: 1.5454545455;
  letter-spacing: 0.005em;
  -webkit-text-stroke: 6px #fff;
  paint-order: stroke;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  section.cta_campaign > .inner .camp_contents p {
    font-size: 18px;
  }
}
section.cta_campaign > .inner .camp_contents img.online {
  max-width: 400px;
}
@media screen and (max-width: 960px) {
  section.cta_campaign > .inner .camp_contents img.online {
    max-width: 100%;
  }
}
section.cta_campaign .bnr {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  section.cta_campaign .bnr {
    margin-bottom: 35px;
  }
}
section.cta_campaign .bnr img {
  width: 850.5px;
}
section.cta_campaign .info {
  text-align: center;
}
section.cta_campaign .info img {
  width: 100%;
  max-width: 780px;
}
section.campaign_recommend {
  padding: 40px 5% 100px;
  background: url(/lp_common/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: 244.75px;
  }
}
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/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: -20px;
    width: 100%;
  }
}
section.method_reason {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 960px) {
  section.method_reason {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
section.method_reason > .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
section.method_reason > .inner h2 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  section.method_reason > .inner h2 {
    margin-bottom: 30px;
  }
}
section.method_reason > .inner h2 img {
  width: 100%;
  max-width: 742.5px;
}
section.method_reason > .inner p.lead {
  margin-bottom: 40px;
  text-align: center;
  font-size: 24px;
  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: 16px;
  }
}
section.method_reason > .inner p.lead span {
  font-weight: bold;
}
section.method_reason > .inner .anc {
  max-width: 820px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  section.method_reason > .inner .anc {
    margin-bottom: 30px;
  }
}
section.method_reason > .inner .anc .box {
  width: 222px;
}
@media screen and (max-width: 960px) {
  section.method_reason > .inner .anc .box {
    width: 27.7%;
  }
}
section.method_reason > .inner .anc .box img {
  width: 100%;
}
section.method_reason > .inner .anc .box a {
  margin-bottom: 20px;
}
section.method_reason > .inner .anc .box a img {
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.3));
}
section.method_reason > .inner .anc span {
  width: 35px;
  padding-top: 12%;
  align-self: flex-start;
}
@media screen and (max-width: 960px) {
  section.method_reason > .inner .anc span {
    width: 6.9%;
    padding-top: 20%;
  }
}
section.method_reason > .inner .anc .support {
  margin-top: 10px;
}
section.method_reason ul.reason > li {
  padding: 50px;
  background: var(--c);
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li {
    padding: 30px 5%;
  }
}
section.method_reason ul.reason > li#method {
  --c: #14ceda;
  --voice: #e0f5f6;
}
section.method_reason ul.reason > li#amount {
  --c: #a4c814;
  --voice: #f1f6dc;
}
section.method_reason ul.reason > li#motivation {
  --c: #2aa7ff;
  --voice: #e7f5ff;
}
section.method_reason ul.reason > li#support {
  --c: #2b4ee7;
  --voice: #e0e6ff;
}
section.method_reason ul.reason > li > .inner {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}
section.method_reason ul.reason > li > .inner h2 {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner h2 {
    margin-bottom: 15px;
  }
}
section.method_reason ul.reason > li > .inner h2 .icon {
  width: 135px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner h2 .icon {
    width: 80px;
    flex-shrink: 0;
  }
}
section.method_reason ul.reason > li > .inner h2 .icon img {
  max-width: fit-content;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner h2 .icon img {
    width: 90%;
  }
}
section.method_reason ul.reason > li > .inner h2 .title {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 44px;
  line-height: 1.1363636364;
  letter-spacing: 0em;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner h2 .title {
    font-size: 27px;
  }
}
section.method_reason ul.reason > li > .inner h2 .title span {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner h2 .title span {
    font-size: 14px;
  }
}
section.method_reason ul.reason > li > .inner h3.support {
  text-align: center;
}
section.method_reason ul.reason > li > .inner h3.support img {
  width: 760.5px;
}
section.method_reason ul.reason > li > .inner .bgw {
  background: #fff;
  padding: 30px 50px 60px;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner .bgw {
    padding: 20px 4% 35px;
  }
}
section.method_reason ul.reason > li > .inner .bgw.support {
  padding-top: 70px;
  border-radius: 5px;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner .bgw.support {
    padding-top: 30px;
  }
}
section.method_reason ul.reason > li > .inner ul.detail {
  counter-reset: number 0;
}
section.method_reason ul.reason > li > .inner ul.detail > li:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #aaaaaa;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner ul.detail > li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
section.method_reason ul.reason > li > .inner ul.detail > li h3 {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner ul.detail > li h3 {
    margin-bottom: 10px;
    gap: 5px;
    font-size: 17px;
  }
}
section.method_reason ul.reason > li > .inner ul.detail > li h3 > span span {
  display: inline-block;
  margin-inline: 7px;
  padding: 5px 10px 7px;
  line-height: 1;
  color: #fff;
  background: var(--c);
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner ul.detail > li h3 > span span {
    margin-inline: 5px;
  }
}
section.method_reason ul.reason > li > .inner ul.detail > li h3:before {
  width: 70px;
  padding-bottom: 4px;
  aspect-ratio: 1;
  background: var(--c);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  color: #fff;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner ul.detail > li h3:before {
    width: 45px;
    font-size: 25px;
    flex-shrink: 0;
  }
}
section.method_reason ul.reason > li > .inner ul.detail > li .main_img {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner ul.detail > li .main_img {
    margin-bottom: 10px;
  }
}
section.method_reason ul.reason > li > .inner ul.detail > li p.txt {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner ul.detail > li p.txt {
    font-size: 16px;
  }
}
section.method_reason ul.reason > li > .inner ul.detail > li p.txt span {
  padding: 2px;
  font-weight: 500;
  background: #f5f56a;
}
section.method_reason ul.reason > li > .inner ul.detail > li .video_area {
  background: #f2f2f2;
  margin: 30px 0;
  padding: 40px 5%;
  text-align: center;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner ul.detail > li .video_area {
    padding-block: 20px;
  }
}
section.method_reason ul.reason > li > .inner ul.detail > li .video_area h4 {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.3846153846;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--c);
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner ul.detail > li .video_area h4 {
    font-size: 18px;
  }
}
section.method_reason ul.reason > li > .inner ul.detail > li .video_area h4 span {
  position: relative;
  display: inline-block;
}
section.method_reason ul.reason > li > .inner ul.detail > li .video_area h4 span:before, section.method_reason ul.reason > li > .inner ul.detail > li .video_area h4 span:after {
  content: "";
  width: 2px;
  height: 100%;
  background: var(--c);
  position: absolute;
  display: block;
  top: 50%;
  translate: 0 -50%;
  transform-origin: center bottom;
}
section.method_reason ul.reason > li > .inner ul.detail > li .video_area h4 span:before {
  left: -10px;
  rotate: -25deg;
}
section.method_reason ul.reason > li > .inner ul.detail > li .video_area h4 span:after {
  right: -10px;
  rotate: 25deg;
}
section.method_reason ul.reason > li > .inner ul.detail > li .video_area .video {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
section.method_reason ul.reason > li > .inner ul.detail > li .video_area .video.is-playing:after {
  display: none;
}
section.method_reason ul.reason > li > .inner ul.detail > 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 ul.reason > li > .inner ul.detail > li .video_area .video:after {
    display: none;
  }
}
section.method_reason ul.reason > li > .inner ul.detail > li .video_area .video:not(:has(video)) {
  background: #cfcfcf;
  aspect-ratio: 800/450;
}
section.method_reason ul.reason > li > .inner ul.detail > li .video_area .video video {
  width: 100%;
}
section.method_reason ul.reason > li > .inner ul.detail > li .method_modal.amount {
  margin-top: 30px;
  display: flex;
  gap: 90px;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner ul.detail > li .method_modal.amount {
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
section.method_reason ul.reason > li > .inner ul.detail > li .method_modal.amount button:nth-child(1) {
  width: 330px;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner ul.detail > li .method_modal.amount button:nth-child(1) {
    width: 90%;
  }
}
section.method_reason ul.reason > li > .inner ul.detail > li .method_modal.amount button:nth-child(2) {
  width: 164px;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner ul.detail > li .method_modal.amount button:nth-child(2) {
    width: 45%;
  }
}
section.method_reason ul.reason > li > .inner ul.detail > li .method_modal.amount button:nth-child(3) {
  width: 170.5px;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner ul.detail > li .method_modal.amount button:nth-child(3) {
    width: 45%;
    margin-left: auto;
  }
}
section.method_reason ul.reason > li > .inner ul.detail > li .method_modal.motivation {
  margin-block: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  column-gap: 120px;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner ul.detail > li .method_modal.motivation {
    margin-block: 15px 0;
    column-gap: 3%;
  }
}
section.method_reason ul.reason > li > .inner ul.detail > li .method_modal.motivation p.type {
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
  background: linear-gradient(to bottom, transparent calc(50% - 1px), var(--c) 0 calc(50% + 1px), transparent 0);
}
section.method_reason ul.reason > li > .inner ul.detail > li .method_modal.motivation p.type span {
  display: inline-block;
  padding: 0 15px;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  font-weight: bold;
  color: var(--c);
  background: #fff;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner ul.detail > li .method_modal.motivation p.type span {
    font-size: 18px;
  }
}
section.method_reason ul.reason > li > .inner ul.detail > li .method_modal.motivation button {
  width: 147px;
}
section.method_reason ul.reason > li > .inner ul.detail > li .method_modal.motivation button:nth-of-type(1) {
  width: 147px;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner ul.detail > li .method_modal.motivation button:nth-of-type(1) {
    width: 40%;
  }
}
section.method_reason ul.reason > li > .inner ul.detail > li .method_modal.motivation button:nth-of-type(2) {
  width: 146px;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner ul.detail > li .method_modal.motivation button:nth-of-type(2) {
    width: 40%;
  }
}
section.method_reason ul.reason > li > .inner ul.detail > li .method_modal button {
  transition: all 0.3s;
}
@media (hover) {
  section.method_reason ul.reason > li > .inner ul.detail > li .method_modal button:hover {
    opacity: 0.7;
  }
}
section.method_reason ul.reason > li > .inner ul.detail > li .method_open {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
section.method_reason ul.reason > li > .inner ul.detail > li .method_open:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--c);
  opacity: 0.8;
}
section.method_reason ul.reason > li > .inner ul.detail > li .method_open.is_open {
  opacity: 1;
  visibility: visible;
}
section.method_reason ul.reason > li > .inner ul.detail > li .method_open > .inner {
  position: relative;
  width: 90%;
  max-width: 1000px;
  background: #fff;
  padding: 40px 4%;
  text-align: center;
  z-index: 2;
}
section.method_reason ul.reason > li > .inner ul.detail > li .method_open > .inner .close {
  position: absolute;
  top: 0;
  right: 0;
  translate: 0% -110%;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner ul.detail > li .method_open > .inner .close {
    width: 23px;
  }
}
section.method_reason ul.reason > li > .inner ul.detail > li .method_open > .inner p.ttl {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: var(--c);
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner ul.detail > li .method_open > .inner p.ttl {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
section.method_reason ul.reason > li > .inner ul.detail > li .method_open > .inner p.text {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner ul.detail > li .method_open > .inner p.text {
    font-size: 14px;
    text-align: left;
  }
}
section.method_reason ul.reason > li > .inner ul.detail > li .method_open > .inner img[src*=modal_2_1] {
  max-width: 597px;
}
section.method_reason ul.reason > li > .inner ul.detail > li .method_open > .inner img[src*=modal_2_2] {
  max-width: 578px;
}
section.method_reason ul.reason > li > .inner ul.detail > li .method_open > .inner img[src*=modal_2_3] {
  max-width: 547.5px;
}
section.method_reason ul.reason > li > .inner ul.detail > li .method_open > .inner img[src*=modal_3_] {
  max-width: 600px;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner ul.detail > li .method_open > .inner img {
    max-width: 100% !important;
  }
}
section.method_reason ul.reason > li > .inner ul.detail > li .method_open > .inner .content {
  display: none;
  margin-inline: auto;
}
section.method_reason ul.reason > li > .inner ul.detail > li .method_open > .inner .content.is_show {
  display: block;
}
section.method_reason ul.reason > li > .inner .tutor__ttl {
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: var(--c);
  border-bottom: 1px solid var(--c);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner .tutor__ttl {
    font-size: 17px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
section.method_reason ul.reason > li > .inner .tutor__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
}
section.method_reason ul.reason > li > .inner .tutor__text span {
  padding: 2px;
  font-weight: 500;
  background: #f5f56a;
}
section.method_reason ul.reason > li > .inner .voice {
  margin-top: 20px;
  padding: 15px 20px;
  background: var(--voice);
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner .voice {
    margin-top: 10px;
    padding: 15px 10px;
  }
}
section.method_reason ul.reason > li > .inner .voice img {
  width: 100%;
}
section.method_reason ul.reason > li > .inner .voice > .inner {
  width: 100%;
  display: grid;
  grid-template-columns: 115px 1fr;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner .voice > .inner {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
section.method_reason ul.reason > li > .inner .voice > .inner p.ttl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner .voice > .inner p.ttl {
    justify-content: center;
  }
}
section.method_reason ul.reason > li > .inner .voice > .inner p.ttl span {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0em;
  color: var(--c);
  font-weight: bold;
  -webkit-text-stroke: 4px #fff;
  paint-order: stroke;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner .voice > .inner p.ttl span {
    font-size: 18px;
  }
}
section.method_reason ul.reason > li > .inner .voice > .inner ul {
  display: grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner .voice > .inner ul {
    grid-template-columns: 1fr;
  }
}
section.method_reason ul.reason > li > .inner .voice > .inner ul li {
  display: grid;
  grid-template-columns: 20% 1fr;
  grid-auto-rows: max-content 1fr;
  gap: 10px 25px;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner .voice > .inner ul li {
    gap: 15px;
  }
}
section.method_reason ul.reason > li > .inner .voice > .inner ul li p.name {
  grid-column: 1/-1;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
}
section.method_reason ul.reason > li > .inner .voice > .inner ul li .icon img {
  width: 100%;
}
section.method_reason ul.reason > li > .inner .voice > .inner ul li p.text {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #aaaaaa;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner .voice > .inner ul li p.text {
    padding: 10px;
    font-size: 14px;
  }
}
section.method_reason ul.reason > li > .inner .voice > .inner ul li p.text:before, section.method_reason ul.reason > li > .inner .voice > .inner ul li p.text:after {
  content: "";
  width: 18px;
  aspect-ratio: 1;
  position: absolute;
  top: 40%;
  left: 0;
  translate: -100% -50%;
  background: #aaa;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner .voice > .inner ul li p.text:before, section.method_reason ul.reason > li > .inner .voice > .inner ul li p.text:after {
    top: 50%;
    width: 10px;
  }
}
section.method_reason ul.reason > li > .inner .voice > .inner ul li p.text:after {
  background: #fff;
  left: 2px;
}
section.method_reason ul.reason > li > .inner .bakunobi {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  section.method_reason ul.reason > li > .inner .bakunobi {
    margin-top: 20px;
  }
}
section.method_reason ul.reason > li > .inner .bakunobi img {
  max-width: 700px;
  width: 95%;
}
section.method_reason .message {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  section.method_reason .message {
    margin-top: 30px;
  }
}
section.method_reason .message img {
  width: 90%;
  max-width: 800px;
}
section.miracle {
  padding: 20px 5% 100px;
  background: url(/lp_common/img/bg_miracle.jpg) center/100% 100%;
}
section.miracle > .inner {
  width: 100%;
  margin-inline: auto;
}
section.miracle > .inner h2 {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  section.miracle > .inner h2 {
    margin-bottom: 25px;
  }
}
section.miracle > .inner h2 img {
  width: 647.5px;
}
@media screen and (max-width: 960px) {
  section.miracle > .inner h2 img {
    width: 323.75px;
  }
}
section.miracle > .inner p.lead {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  section.miracle > .inner p.lead {
    text-align: left;
  }
}
section.miracle > .inner p.lead span {
  color: #ff691f;
  background: #f5f56a;
  font-weight: bold;
}
section.miracle > .inner .newest {
  width: 100%;
  max-width: 700px;
  margin-inline: auto;
}
section.miracle > .inner .newest img {
  width: 100%;
}
section.message {
  padding: 20px 0 100px;
  background: url(/lp_common/img/bg_message.jpg) center/100% 100%;
}
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 #ff691f;
}
@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: 586.5px;
}
section.message > .inner ul.msg li .ttl img.tsubota {
  max-width: 643px;
}
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%;
  }
}
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/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: 950px;
  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: 360px;
}
@media screen and (max-width: 960px) {
  section.price > .inner h2 img {
    max-width: 180px;
  }
}
section.price > .inner p.lead {
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 960px) {
  section.price > .inner p.lead {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
section.price > .inner .price_col {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  section.price > .inner .price_col {
    margin-top: 20px;
    grid-template-columns: 1fr;
  }
}
section.price > .inner .price_col .msg h3 {
  margin-bottom: 25px;
}
section.price > .inner .price_col .msg h3 img {
  width: 100%;
  max-width: 472.5px;
}
section.price > .inner .price_col .msg p {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 960px) {
  section.price > .inner .price_col .msg p {
    font-size: 16px;
  }
}
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: #fff;
}
@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: 922.5px;
}
@media screen and (max-width: 768px) {
  section.result > .inner h2 img {
    width: 90%;
    max-width: 315px;
  }
}
section.result > .inner p.lead {
  margin: 20px 0 50px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  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 100px;
  background: url(/lp_common/img/sakura.svg) center bottom -15px/30px no-repeat, url(/lp_common/img/result_bg.png) center top/100% no-repeat, #00a8ff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap {
    background: url(/lp_common/img/result_bg.png) center top/100% no-repeat #00a8ff;
    padding: 30px 5%;
  }
}
section.result > .inner .examples_wrap .examples_lists {
  width: 100%;
}
section.result > .inner .examples_wrap .examples_lists hgroup {
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
section.result > .inner .examples_wrap .examples_lists hgroup h2 {
  padding: 12px 35px 14px;
  border-radius: 50px;
  background: #ffd83c;
  color: #ff691f;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.05em;
  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: 22px;
  line-height: 1.3636363636;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #fff;
}
@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 hgroup p span {
  font-size: 1.54em;
}
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: #ff691f;
}
@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;
  color: #fff;
}
section.success {
  padding: 40px 5% 100px;
  background: url(/lp_common/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 h2 {
  text-align: center;
}
section.success > .inner h2 img {
  width: 619.5px;
}
section.success > .inner p.lead {
  margin: 25px 0 40px;
  text-align: center;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 960px) {
  section.success > .inner p.lead {
    font-size: 16px;
  }
}
section.success > .inner .success_block + .success_block {
  margin-top: 20px;
}
section.success > .inner .success_block ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}
section.success > .inner .success_block ul.university {
  --color1: #ff681f;
  --color2: #fff;
  --color3: #ffedd4;
  --color4: #fff7ec;
}
section.success > .inner .success_block ul.highschool {
  --color1: #ffd83b;
  --color2: #f86610;
  --color3: #fffcd9;
  --color4: #fffcda;
}
@media screen and (max-width: 768px) {
  section.success > .inner .success_block ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.success > .inner .success_block ul li {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  padding-bottom: 20px;
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  gap: 0;
}
section.success > .inner .success_block ul li:not(:has(.school)) {
  grid-row: span 3;
}
section.success > .inner .success_block ul li:not(:has(.school)) .profile {
  margin-top: 15px;
}
section.success > .inner .success_block ul li:not(:has(.profile_right)) .profile {
  display: block !important;
}
section.success > .inner .success_block ul li:not(:has(.profile_right)) .profile p.accepted {
  align-items: center !important;
  gap: 30px !important;
  flex-direction: row !important;
}
@media screen and (max-width: 960px) {
  section.success > .inner .success_block ul li:not(:has(.profile_right)) .profile .bakunobi img {
    max-width: 60% !important;
  }
}
section.success > .inner .success_block ul li:not(:has(.profile_right)) .student:before, section.success > .inner .success_block ul li:not(:has(.profile_right)) .student:after {
  display: none !important;
}
section.success > .inner .success_block ul li > * {
  width: calc(100% - 30px);
  margin-inline: auto;
}
section.success > .inner .success_block ul li .category {
  width: 100%;
  background: var(--color1);
  color: var(--color2);
  text-align: center;
  padding: 15px 0;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
}
section.success > .inner .success_block ul li p.school {
  margin-block: 10px 20px;
  padding: 10px;
  text-align: center;
  background: var(--color3);
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  color: #ff691f;
}
section.success > .inner .success_block ul li .profile {
  display: grid;
  grid-template-columns: 1fr 100px;
}
@media screen and (max-width: 960px) {
  section.success > .inner .success_block ul li .profile {
    grid-template-rows: auto auto;
    gap: 10px;
  }
}
@media screen and (max-width: 960px) {
  section.success > .inner .success_block ul li .profile .profile_left {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
section.success > .inner .success_block ul li .profile .profile_left p.accepted {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 28px;
  line-height: 1.2857142857;
  letter-spacing: 0em;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  section.success > .inner .success_block ul li .profile .profile_left p.accepted {
    font-size: 25px;
  }
}
section.success > .inner .success_block ul li .profile .profile_left p.accepted span {
  font-size: 0.64em;
}
section.success > .inner .success_block ul li .profile .profile_left p.name {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  section.success > .inner .success_block ul li .profile .profile_left p.name {
    font-size: 16px;
  }
}
section.success > .inner .success_block ul li .profile .profile_left p.name span {
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  section.success > .inner .success_block ul li .profile .profile_right {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
section.success > .inner .success_block ul li .profile .bakunobi,
section.success > .inner .success_block ul li .profile p.mode {
  margin-top: 10px;
  grid-column: 1/-1;
}
section.success > .inner .success_block ul li .profile .bakunobi img,
section.success > .inner .success_block ul li .profile p.mode img {
  width: auto;
  height: 42.5px;
}
@media screen and (max-width: 960px) {
  section.success > .inner .success_block ul li .profile .bakunobi img,
  section.success > .inner .success_block ul li .profile p.mode img {
    height: auto;
    max-width: 90%;
  }
}
@media screen and (max-width: 960px) {
  section.success > .inner .success_block ul li .profile .bakunobi,
  section.success > .inner .success_block ul li .profile p.mode {
    margin-top: auto;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
section.success > .inner .success_block ul li .profile p.mode {
  border: 1px solid #ff691f;
  color: #ff691f;
  border-radius: 100px;
  padding: 5px 15px 7px;
  height: max-content;
  font-size: 18px;
  line-height: 1.1111111111;
  letter-spacing: 0em;
  font-weight: bold;
  max-width: max-content;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  section.success > .inner .success_block ul li .profile p.mode {
    font-size: 16px;
  }
}
section.success > .inner .success_block ul li .message_box {
  margin-top: 20px;
}
section.success > .inner .success_block ul li .message_box p {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
section.success > .inner .success_block ul li .message_box p.student {
  position: relative;
  padding: 10px 20px;
  background: var(--color4);
  border: 1px solid var(--color1);
  border-radius: 10px;
}
section.success > .inner .success_block ul li .message_box p.student:before, section.success > .inner .success_block ul li .message_box p.student:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 40px;
  width: 15px;
  translate: 0% -100%;
  aspect-ratio: 15/12;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: var(--color1);
}
section.success > .inner .success_block ul li .message_box p.student:after {
  background: var(--color3);
  top: 2px;
}
section.success > .inner .success_block ul li .message_box .teacher {
  margin-top: 10px;
  padding: 10px 20px;
  background: #f4f4f4;
}
section.success > .inner .success_block ul li .message_box .teacher .ttl_area {
  margin-bottom: 5px;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 10px;
  align-items: center;
}
section.success > .inner .success_block ul li .message_box .teacher .ttl_area p.ttl {
  font-size: 18px;
  line-height: 1.1111111111;
  letter-spacing: 0em;
  font-weight: bold;
  color: #ff691f;
}
@media screen and (max-width: 960px) {
  section.success > .inner .success_block ul li .message_box .teacher .ttl_area p.ttl {
    font-size: 17px;
  }
}
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: 2%;
  background: url(/lp_common/2026-shinnendo-course/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 {
  margin-bottom: 20px;
}
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: 20px 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: 50px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  section.search_area > .inner h2 {
    margin-bottom: 25px;
  }
}
section.search_area > .inner h2 img {
  width: 328.5px;
}
@media screen and (max-width: 960px) {
  section.search_area > .inner h2 img {
    width: 164.25px;
  }
}
section.search_area > .inner .lead {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 960px) {
  section.search_area > .inner .lead {
    margin-bottom: 30px;
  }
}
section.search_area > .inner .lead .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  section.search_area > .inner .lead .img {
    margin-bottom: 10px;
  }
}
section.search_area > .inner .lead .img img {
  width: 100%;
  max-width: 842.5px;
}
section.search_area > .inner .lead p {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 960px) {
  section.search_area > .inner .lead p {
    font-size: 16px;
  }
}
section.search_area #gmap {
  max-width: 800px;
  height: 400px;
  margin: 0 auto 60px;
}
section.search_area .gm-style-iw-d {
  margin-top: -20px;
}
section.search_area .gm-style-iw-c {
  width: 100%;
}
@media screen and (max-width: 960px) {
  section.search_area .gm-style-iw-c {
    max-width: 280px !important;
  }
}
section.search_area .map-popup {
  width: 100%;
  min-width: 0px;
  max-width: 400px;
  padding: 4px 2px;
  line-height: 1.7;
  color: #222;
  font-size: 15px;
}
section.search_area .map-popup.syutoken {
  --base: #e8518d;
}
section.search_area .map-popup.kansai {
  --base: #f39302;
}
section.search_area .map-popup.nagoya {
  --base: #5eb96a;
}
section.search_area .map-popup__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
section.search_area .map-popup__sub {
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
  background: var(--base);
  display: inline-block;
  padding: 7px 20px 5px;
  border-radius: 100px;
  font-weight: 500;
  line-height: 1;
}
section.search_area .map-popup__address, section.search_area .map-popup__station, section.search_area .map-popup__link {
  margin: 0 0 8px;
  white-space: pre-line;
}
section.search_area .map-popup a {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 12px 0 10px;
  border-radius: 100px;
  font-weight: 500;
  background: #33c054;
}
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:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  translate: 0% -50%;
  width: 10px;
  aspect-ratio: 1;
  background: #fff;
  display: block;
  clip-path: polygon(0 calc(50% - calc(2px / 2)), calc(50% - calc(2px / 2)) calc(50% - calc(2px / 2)), calc(50% - calc(2px / 2)) 0, calc(50% + calc(2px / 2)) 0, calc(50% + calc(2px / 2)) calc(50% - calc(2px / 2)), 100% calc(50% - calc(2px / 2)), 100% calc(50% + calc(2px / 2)), calc(50% + calc(2px / 2)) calc(50% + calc(2px / 2)), calc(50% + calc(2px / 2)) 100%, calc(50% - calc(2px / 2)) 100%, calc(50% - calc(2px / 2)) calc(50% + calc(2px / 2)), 0 calc(50% + calc(2px / 2)));
}
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);
}
@media screen and (max-width: 960px) {
  section.search_area .school_sp details .accordion_content .school_wrap ul li a {
    font-size: 14px;
  }
}
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(/lp_common/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(/lp_common/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;
}
section.cta2 {
  padding: 20px 5% 90px;
  background-image: url(/lp_common/img/bg_message.jpg);
}
@media screen and (max-width: 960px) {
  section.cta2 {
    padding-bottom: 45px;
  }
}

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% 0px;
    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(/lp_common/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;
}

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: 8%;
  right: 0;
  width: 24.7%;
}
@media screen and (max-width: 960px) {
  section.mv .btn {
    right: 0;
    bottom: 5%;
    width: 34%;
  }
}
section.mv .btn_camp {
  position: absolute;
  bottom: 23%;
  right: 3%;
  width: 15%;
}
@media screen and (max-width: 960px) {
  section.mv .btn_camp {
    width: 34%;
    bottom: 4%;
    right: 33%;
  }
}
section.main_cta {
  padding: 0 5% 90px;
  background: url(/main/2026-summer-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 > .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.course {
  padding: 20px 0 100px;
  background: url(/lp_common/2026-summer-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: 619px;
}
@media screen and (max-width: 960px) {
  section.course > .inner h2 img {
    max-width: 309.5px;
  }
}
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.cta3 {
  text-align: center;
  padding: 30px 5% 90px;
  background: url(/lp_common/2026-summer-course/img/bg_cta.jpg) center/100% 100%;
}
@media screen and (max-width: 960px) {
  section.cta3 {
    padding: 20px 5% 50px;
  }
}
section.cta3 .summer2 {
  margin-bottom: 30px;
}
section.cta3 .summer2 img {
  width: 90%;
  max-width: 680px;
}
section.flow {
  padding: 20px 0 90px;
  background: url(/main/2026-summer-course/img/bg_flow.jpg) center/100% 100%;
  text-align: center;
}
@media screen and (max-width: 960px) {
  section.flow {
    padding: 20px 0 40px;
  }
}
section.flow img {
  width: 90%;
  max-width: 1000px;
}
.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;
  }
}

.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;
  }
}

/**/
.slow {
  height: 10px;
  position: absolute;
  top: 0;
}

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