@charset "UTF-8";
@import url("../fonts/meitetsu/style.css");
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;700&family=Zen+Maru+Gothic:wght@400;500;700&display=swap');

/* ==========================================================================
  Main Visual
  ========================================================================== */

/* ==========================================================================
  Page Nav
  ========================================================================== */
.pagenav {
  padding-top: 5rem; 
  padding-bottom: 4rem;
}
.pagenav__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7rem 1.5rem;
}
@media (max-width: 500px) {
  .pagenav__list {
    gap: 4rem 1.5rem;
  }
}
.pagenav__list li {
  flex: none;
}
/* --- ボタン本体 --- */
.pagenav__link {
  padding: 7rem 1rem 5rem;
  border-radius: 3rem;
}
@media (max-width: 500px) {
  .pagenav__link {
    padding: 4rem 1rem 3rem;
  }
}
.pagenav__link::after {
  bottom: 1.5rem; 
}
.pagenav__img {
  bottom: calc(100% - 10vw);
  width: 60%; 
}
.pagenav__text {
  font-size: clamp(1.1rem,calc(var(--base-font-size-sp) / var(--base-device-width-sp) * 100vw),1.3rem);
  line-height: 1.4;
}

/* ==========================================================================
  Guide
  ========================================================================== */
.guide1, .guide2, .guide3, .guide4 {
    width: 100%;
    height: auto;
}
.guide1 {
    background: url("../images/bg-guide1-sp.png") no-repeat center top / 100% auto;
}
.guide2::after {
    background: url("../images/bg-guide2-sp.png") no-repeat center top / 100% auto;
    top: -5vw;
}
.guide3::after {
    background: url("../images/bg-guide3-sp.png") no-repeat center top / 100% auto;
    top: -5vw;
}
.guide4::after {
    background: url("../images/bg-guide4-sp.png") no-repeat center top / 100% auto;
    top: -5vw;
}
.guide-header__main {
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-bottom: 0;
}
.guide-header__people {
    position: static;
    margin-top: 1rem;
    width: auto;
    height: 11rem;
}
.guide-white-box {
    border-radius: 3rem;
    padding: 1.5rem;
}
/* --- Q&A --- */
.guide-q {
    padding: 1.5rem;
}
.guide-question {
    line-height: 1.2;
}
.guide-q .guide-label {
    font-size: 3.5rem;
}
.guide-question {
    font-size: 1.8rem;
}
.guide-a {
    gap: 1rem;
    padding: 1.5rem 1rem;
}
.guide-a .guide-label {
    font-size: 4rem;
}
.guide-answer {
    font-size: var(--base-font-size-sp);
    margin-top: 1rem;
}
.guide-media {
    flex-direction: column;
    gap: var(--col-gap-pc);
    margin-top: 0.5rem;
}
.guide-media-item {
    margin-top: 1rem;
}
.guide-media-text {
    margin-top: 1rem;
    font-size: var(--base-font-size-sp);
    line-height: 1.4;
}
/* --- 免許取得までの流れ --- */
/* 吹き出し */
.guide-flow-intro {
    margin: 5rem 1rem 2.5rem;
}
.guide-flow-text {
    font-size: 1.7rem;
    line-height: 1.4;
}
.guide-flow-intro-goal {
    width: 100%;
    margin: 3rem 1rem 2rem;
}
.guide-flow-text-goal {
    font-size: 2.2rem;
    padding: 0 2.5rem;
    line-height: 1.4;
}
.guide-flow-text-goal::before {
    width: 1.4rem;
    height: 2.3rem;
}
.guide-flow-text-goal::after {
     width: 1.4rem;
    height: 2.3rem;
}
.guide-flow-intro__pink {
    margin: 3rem 1rem 1.5rem ;
}
.guide-flow-text__pink {
    font-size: 1.6rem;
    padding: 0 2rem;
}
.guide-flow-text__pink::before {
    width: 0.9rem;
    height: 1.6rem;
}
.guide-flow-text__pink::after {
    width: 0.9rem;
    height: 1.6rem;
}

/* --- Step --- */
.guide-step-item {
    flex-direction: column;
    gap: 0;
    margin-bottom: 8rem;
}
.guide-step-item.is-reverse {
    flex-direction: column;
}
.guide-step-content {
    flex: 100%;
    width: 100%;
}
.guide-step-num {
    display: flex;
    justify-content: center;
}
.guide-step-num img {
    width: 50%;
    display: block;
}
.guide-step-title {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 1.6rem;
}
.guide-step-text1 {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 1rem;
}
.guide-step-text2 {
    font-size: var(--base-font-size-sp);
    line-height: 1.5;
    margin-bottom: 1.5rem;
}
.guide-step-text3 {
    font-size: var(--base-font-size-sp);
}
.step-need .list-dot {
    font-size: var(--base-font-size-sp);
}
.step-need .list-dot__item {
    line-height: 1.5;
}
.step-need .list-kome {
    font-size: 1.2rem;
}
.step-need .list-kome__item {
    margin-top: 0.2rem;
    padding-left: 1.4rem;
    line-height: 1.5;
}
.step-need .list-kome__item::before {
    margin-top: 0.2rem;
}
.step-need .kome-left {
    padding-left: 1.4rem;
    margin-bottom: 0.5rem;
}
.step-need ul+ p {
  margin-top: 1rem;
}
.menkyo{
    margin-top: 0.5rem;
}
/* --- Step pink box --- */
.guide-step-wrapper {
    width: 100%;
}
.guide-step-box {
    padding: 1rem 1.5rem;
}
.guide-step-box .list-kome {
    font-size: 1.2rem;
}
.guide-step-box-text1 {
    font-size: 1.6rem;
}
.guide-step-box-text1__pink {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}
.guide-step-box-text2 {
    font-size: var(--base-font-size-sp);
}
.guide-step-highlight {
    font-size: 1.6rem;
    padding-bottom: 0.1rem;
}
/* --- Step 写真 --- */
.guide-step-image {
    flex: 100%;
    width: 100%;
    margin-top: 1.5rem;
}
/* --- Step 矢印 --- */
.guide-step-item:has(+ .guide-step-item)::after {
    bottom: -6rem;
    width: 6rem;
    height: 5rem;
}
.guide-step-item.is-reverse:has(+ .guide-step-item)::after {
    bottom: -6rem;
}
/* --- Step7 List --- */
.list-dot__yellow .list-dot {
    font-size: var(--base-font-size-sp);
}
/* --- Goal --- */
.guide-step-goal-item {
  margin-top: -2.5rem;
}
.guide-step-goal-content {
  flex-direction: column;
  width: 100%;
}
.guide-step-goal-num {
  display: flex;
  position: static;
  justify-content: center;
}
.guide-step-goal-num img {
    width: 50%;
    margin-bottom: 1rem;
}
.guide-step-goal-head-text {
    width: 100%; 
}
.guide-step-goal-title {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
}
.guide-step-goal-text1 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.guide-step-goal-text2 {
    font-size: var(--base-font-size-sp);
    line-height: 1.5;
    margin-bottom: 1.5rem;
}
.guide-step-goal-image {
    margin-bottom: 5rem;
}
/* --- guide2 以降 --- */
/*
:is(.guide2, .guide3, .guide4) .guide-answer {
    margin-top: 1rem;
}
*/
.price-card {
    padding: 2.5rem 1.5rem;
}
.price-card__content {
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.price-card__content + .price-card__content {
  margin-top: 2.5rem;
}
.price-card__plan-name {
  padding: 0.2em 1em;
  max-width: 100%;
}
.price-card__price-wrapper {
  margin-top: 0.2rem;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  line-height: 1.2;
}
.price-card__number {
  font-size: 3.8rem;
  margin-right: 0.1em;
  margin-left: 0;
}
.price-card__unit {
  font-size: 2rem;
}
.price-card__tax {
  font-size: 1.2rem;
  margin-right: -1.2rem;
}
.dot-box {
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.dot-box__container {
  flex-direction: column;
  gap: 1rem;
}
.dot-box__white-box {
  width: 100%;
  padding: 1.2rem 2rem;
  gap: 0;
}
.dot-box__white-box-column {
  width: 100%;
  gap: 1rem;
}
.pink-item {
  font-size: 1.45rem;
  margin-top: 0.8rem;
}
.step-text {
  font-weight: 700;
}
.pink-under-text {
    font-size: var(--base-font-size-sp)1.4rem;
    margin-top: 1rem;
}
.pink-under-text__cyu {
    font-size: 1.2rem;
    margin-top: 0.1rem;
}
.plus-mark {
  transform: rotate(0deg);
  width: 2.5rem;
  height: 2.5rem;
  line-height: 1;
}
.plus-mark::before {
  height: 0.3rem;
}
.plus-mark::after {
  width: 0.3rem;
}
.dot-box .list-kome__item {
  font-size: 1.2rem;
  margin-top: 0.2rem;
}
.box-text {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size:var(--base-font-size-sp);
}
.pay-card {
    margin-top: 2.5rem;
}
.pay__header {
    font-size: 1.8rem;
}
.pay__body {
  margin-top: 0.6rem;
  font-size: var(--base-font-size-sp);
  line-height: 1.5;
}
.pay__title {
    margin-top: 2.2rem;
    font-size: 1.6rem;
}
.pay__text {
  font-size: var(--base-font-size-sp);
  line-height: 1.5;
  margin-bottom: 1rem;
}
.pay-bank {
    margin: 1rem 0 0;
    padding: 1.5rem;
    display: block;
    width: 100%;
    border-radius: 3rem;
}
.pay-bank__title {
    font-size: var(--base-font-size-sp);
    margin-bottom: 1rem;
}
.pay-bank__text {
    font-size: var(--base-font-size-sp);
    line-height: 1.5;
}
.pay-card .list-kome{
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}
.pay-card .list-kome__item{
  font-size: 1.2rem;
  margin-top: 0.2rem;
  padding-left: 1.5rem;
}
.pay-card .list-kome__item::before {
  position: absolute;
  margin-top: 0.2rem;
  left: 0;
}
/* --- guide3 以降 --- */
/* green box */
.map-card {
  padding: 1.5rem;
}
.map-card__visual {
  flex-direction: column;
  gap: 0;
  margin-bottom: 1.5rem;
}
.map-card__img {
  display: none;
}
.map-card__lead {
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: left;
}
.map-card .btn-container {
  margin-top: 2rem;
  margin-bottom: 0;
}
.map-extra {
  flex-direction: column;
  gap: 2rem;
  margin: 2rem auto 0.5rem;
}
.map-extra__text {
  font-size: 1.8rem;
  line-height: 1.6;
}
.text-enlarge {
  font-size: 2.2rem;
}
/* --- guide4 以降 --- */
.guide4-step {
  padding: 1.5rem;
}
.guide4-step__item {
    display: block;
    margin-bottom: 3rem;
    position: relative;
    /* 
    border-bottom: 1px dashed rgba(67, 50, 22, 0.2);
     */
}
.guide4-step__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.guide4-step__item:not(:last-child)::after {
  display: none;
  content: none;
}
.guide4-step__icon {
    display: inline-flex;
    vertical-align: middle;
    width: 5.5rem;
    height: 5.5rem;
    margin-bottom: 1rem;
}
.guide4-step__icon-num { 
  font-size: 2.2rem;
}
.guide4-step__icon-step { 
  font-size: 1.2rem; 
}
.guide4-step__header {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 7rem);
    margin-left: 0.5rem;
    margin-top: 0;
}
.guide4-step__title {
  font-size: 1.8rem;
  line-height: 1.35;
  margin-bottom: 1rem;
}
.guide4-step__body {
  display: block;
  width: 100%;
  font-size: var(--base-font-size-sp);
  margin-top: 0;
}
.guide4-step__body .time-schedule {
    margin-top: 1.5rem;
    margin-bottom: 0;
}
.guide4-step__body .list-kome {
    flex-direction: column;
    margin-top: 0.5rem;
}
.guide4-step__body .list-kome__item {
    font-size: 1.2rem;
    margin-top: 0.2rem;
}
.guide4-flex-content {
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1rem;
}
.guide4-flex-content .btn-container-left {
    width: 100%;
}
.guide4-sub-hd {
  font-size: 1.6rem;
  margin: 2.5rem 0 1.5rem;
}
.guide4-map-row {
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
.guide4-flex-content__img {
  width: 70%;
  max-width: 24rem;
  margin-top: 0.5rem;
  flex: none;
}
.guide4-map-row__map {
  width: 100%;
  flex: none;
}
.time-schedule {
  flex-direction: column;
  gap: 1rem;
  margin-top: 0;
}
.time-schedule.is-col-2 .time-card,
.time-schedule.is-col-3 .time-card {
  flex: none;
  width: 100%;
  padding: 1.5rem 1rem;
  flex-direction: row; 
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
} 
.time-card {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}
.time-card__tag {
  display: inline-flex;
  position: static;
  top: auto;
  left: auto;
  margin: 0;
  max-width: 10rem;
  flex-shrink: 0;
  font-size: 1.2rem;
  padding: 0.6rem;
  line-height: 1.2;
  white-space: normal;
  text-align: center;
}
.time-card__number {
    font-size: 1.8rem;
}

/* --- contact --- */
.contact {
  padding-bottom: 10vw;
}
.contact-white-box {
    padding: 1.5rem;
}
.contact__dot-box {
    padding: 3rem 1.5rem 16rem;
}
.contact-btn-flex {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}
.contact-btn-flex .btn-container {
    width: 100%;
    flex: none;
}
.contact-btn-flex .btn-arrow {
    max-width: 100%;
}
.contact-img__title {
    width: clamp(20rem, 70vw, 70rem);
    top: -6rem;
}
@media (max-width: 550px) {
  .contact-img__title {
    top: -3rem;
  }
}
.contact-img__left,
.contact-img__right {
    display: none;
}
.contact-img__bottom {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    max-width: 22rem;
    z-index: 20;
}
.contact-img__bottom img {
  width: 100%;
  height: auto;
  display: block;
}
.contact-text {
  font-size: 2rem;
  font-weight: 700;
  padding: 1rem 1rem 0;
}

/* ==========================================================================
  Base & Reset
  ========================================================================== */
body {
  line-height: 1.5;
  font-size: calc(var(--base-font-size-sp) / 10 * 1rem);
}

/* Android用のフォントサイズハック */
html[class*=android-10] body,
html[class*=android-9] body {
  font-size: 26px;
}
@media (max-width: 720px) {
  html[class*=android-10] body,
  html[class*=android-9] body { font-size: 24px; }
}
@media (max-width: 620px) {
  html[class*=android-10] body,
  html[class*=android-9] body { font-size: 22px; }
}
@media (max-width: 520px) {
  html[class*=android-10] body,
  html[class*=android-9] body { font-size: 18px; }
}
@media (max-width: 460px) {
  html[class*=android-10] body,
  html[class*=android-9] body { font-size: 16px; }
}
@media (max-width: 420px) {
  html[class*=android-10] body,
  html[class*=android-9] body { font-size: 14px; }
}
:where(a) {
  text-underline-offset: 0.3em;
}

/* ==========================================================================
   Layout & Containers
   ========================================================================== */
.container-outliner {
  padding-right: var(--content-gap-sp);
  padding-left: var(--content-gap-sp);
}
.container-outliner .alignfull {
  margin-left: calc(var(--content-gap-sp) * -1);
  margin-right: calc(var(--content-gap-sp) * -1);
  width: calc(100% + var(--content-gap-sp) * 2);
}
/*
.hd-visual + .container-outliner {
  padding-top: var(--content-gap-sp);
}
.hd-visual + .hd-page + .container-outliner {
  padding-top: 20vw;
}
*/

/* ==========================================================================
   Header
   ========================================================================== */
.header-top {
    padding: 4vw 3vw;
}
.header-top-logo {
  gap: 0.8rem;
  max-width: 100%;
}
.header-top-logo__img {
  display: block;
  width: auto;
  height: 2.2rem;
}
.header-top-logo__area {
  font-size: clamp(10px, 2.53vw, 2.53vw);
  line-height: 1.2;
  flex-shrink: 1;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer-group {
    margin-top: -0.5vw;
}
.footer-group::after {
  background: url("../images/bg-end.jpg") no-repeat center bottom / 100% auto;
}
@media (max-width: 550px) {
  .footer-group::after {
    background: url("../images/bg-end-sp.jpg") no-repeat center bottom / 100% auto;
  }
}
.footer-company-school__name {
    padding-bottom: 1rem;
}
.footer-company-school__name img {
    height: 2.5rem;
}
.footer .school-address {
    font-size: 1.2rem;
    padding-bottom: 0.7rem;
}
.footer-company-info__name {
    padding-bottom: 2.5rem;
}
.footer-company-info__name img {
  width: 45vw;
  max-width: 15rem;
  margin: 0 auto;
}
.footer .policy {
    font-size: var(--base-font-size-sp);
}
.footer .copyright {
  font-size: 1.2rem;
  line-height: 1.2;
}

/* ==========================================================================
  Button
   ========================================================================== */
.btn-container {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.btn-container-left {
    margin-top: 2rem;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.btn-arrow {
  font-size: 1.6rem;
  width: 100%;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}
.btn-arrow-brown {
  font-size: 1.8rem;
  width: 100%;
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================================================
  List
   ========================================================================== */
/*
ol > li {
	margin-bottom: svw(10);
	line-height: 1.6;
}
.list-border{
	&__item{
	  grid-template-columns: 7em 1fr;
		grid-column-gap: svw(15);
		padding:svw(31) 0;
	}
}
.list-dot-large {
	&__item{
		&:before{
			width:svw(6);
			height:svw(6);
			margin-top: svw(6);
		}
	}
}
.border-dot-sp{
	margin-top: em(15);
	padding-bottom: 0.6em;
	position: relative;
	&:after{
		width:100%;
		height: em(1);
		content: "";
		display: block;
		position: absolute;
		bottom:0;
		left:0;
		right:0;
		background: repeating-linear-gradient(to right,#918c8a 0 em(4),
		transparent em(4) em(7));
	}
}
*/

/* ==========================================================================
   Other
   ========================================================================== */
.bl-box {
  margin-block-start: 8vw;
}

.bl-box .bl-box {
  margin-block-start: 5.3333333333vw;
}

.bl-step {
  padding-block-start: 1.3333333333vw;
}

.bl-step__item {
  display: grid;
  grid-template-columns: 20.5333333333vw 1fr;
  padding-block-end: 12vw;
}

.bl-step__icon:before {
  top: -1.3333333333vw;
  width: 17.0666666667vw;
  height: 17.0666666667vw;
}

.bl-step__body {
  padding-top: 3.7333333333vw;
  padding-left: 20.5333333333vw;
}

.bl-accordion {
  margin-bottom: 4.2666666667vw;
  border-radius: 8vw;
  background-color: #faf4e4;
  box-shadow: 0 0 1.8666666667vw 0 rgba(0, 0, 0, 0.1);
}

.bl-accordion__summary {
  padding: 4.2666666667vw 9.3333333333vw 4.2666666667vw 4.2666666667vw;
}

.bl-accordion__content {
  padding-left: 4.2666666667vw;
  padding-right: 4.2666666667vw;
}

.bl-arrow-list__inner {
  display: flex;
  align-items: center;
  position: relative;
  gap: 2.6666666667vw;
  padding-top: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
}

.bl-arrow-list dt {
  padding-left: 5.3333333333vw;
  font-size: 3.4666666667vw;
  flex: 0 0 30%;
}

.card-list {
  display: flex;
  flex-direction: column;
  margin-top: 5.3333333333vw;
  gap: 5.3333333333vw;
}

.card-list__item {
  width: 100%;
  border-radius: 8vw;
  background-color: #fff;
  box-shadow: 0 0 4vw rgba(0, 0, 0, 0.2);
}

.scrollUp {
  width: 5rem;
  height: 5rem;
  bottom: 5vw;
  right: 5vw;
}

/* ==========================================================================
   Utilities
   ========================================================================== */
/*
.is-pc-block {
  display: none !important;
}
.is-sp-block {
  display: block !important;
}
.is-pc-inline-block {
  display: none;
}
.is-sp-inline-block {
  display: inline-block;
}
*/

.pc {
    display: none;
}
.sp {
    display: inline;
}