/* ================================================= *
 *        	common
 * ================================================= */
/* ------------------------------------
 *        	layout
------------------------------------ */
.onlySp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .onlyPc {
    display: none;
  }
  .onlySp {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .BReak:before {
    display: inline;
    content: "\a";
    white-space: pre;
  }
}
.contact {
  display: none;
}

/* ------------------------------------
 *        	style
------------------------------------ */
.section-btn {
  width: min(100%, 350px);
  margin: 15px auto;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .section-btn {
    margin: 20px auto;
    font-size: 1rem;
  }
}
.section-btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 68px;
  padding: 0.5rem 1rem;
  border-radius: 15px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media only screen and (max-width: 480px) {
  .section-btn__link {
    border-radius: 10px;
  }
}
.section-btn__link:hover {
  background-color: #fff;
  border: thin solid;
}
.section-btn__link:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
}
.abacus .section-btn__link {
  background-color: #3EA24A;
  -webkit-box-shadow: 0 3px #428F6B;
          box-shadow: 0 3px #428F6B;
}
@media only screen and (max-width: 480px) {
  .abacus .section-btn__link {
    font-size: 4.1666666667vw;
  }
}
.abacus .section-btn__link:hover {
  color: #3EA24A;
  background-color: #fff;
}
.calligraphy .section-btn__link {
  background-color: #0075C2;
  -webkit-box-shadow: 0 3px #0b63a4;
          box-shadow: 0 3px #0b63a4;
}
@media only screen and (max-width: 480px) {
  .calligraphy .section-btn__link {
    font-size: 4.1666666667vw;
  }
}
.calligraphy .section-btn__link:hover {
  color: #0075C2;
  background-color: #fff;
}
.experience .section-btn__link {
  position: relative;
  height: 40px;
  border-radius: 10px;
  background-color: #E5003E;
  -webkit-box-shadow: 0 3px #87001E;
          box-shadow: 0 3px #87001E;
}
.experience .section-btn__link img:last-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.experience .section-btn__link:hover {
  color: #E5003E;
  background-color: #fff;
}
.experience .section-btn__link:hover img:first-of-type {
  opacity: 0;
}
.experience .section-btn__link:hover img:last-of-type {
  opacity: 1;
}

/* ================================================= *
 *        	main-visual
 * ================================================= */
.main-visual {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.main-visual img {
  width: 100%;
}

/* ================================================= *
 *        	reason
 * ================================================= */
.reason {
  padding: 80px 0 70px;
}
@media only screen and (max-width: 768px) {
  .reason {
    padding: min(5vw, 60px) 0;
  }
}
@media only screen and (max-width: 480px) {
  .reason {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 768px) {
  .reason .container {
    padding-top: 0;
  }
}
.reason__title {
  width: min(92%, 1507px);
  margin-inline: auto;
}
.reason__title img {
  width: 100%;
}
.reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
@media only screen and (max-width: 768px) {
  .reason__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.reason__item {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .reason__item {
    width: 92%;
    margin-inline: auto;
  }
}
.reason .section-btn {
  position: absolute;
  left: 50%;
  bottom: min(2.5vw, 30px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(60%, 280px);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .reason .section-btn {
    bottom: min(4vw, 30px);
  }
}
.reason .section-btn__link {
  position: relative;
  height: auto;
  padding: 0.8rem 1.6rem;
}
.reason .section-btn__link img:hover:first-of-type {
  opacity: 0;
}
.reason .section-btn__link img:hover:last-of-type {
  opacity: 1;
}
.reason .section-btn__link img:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0.8rem 1.6rem;
}

/* ================================================= *
 *        	step
 * ================================================= */
.step {
  padding: 70px 0;
  background: url(../img/2025/spring/step_bg.jpg) no-repeat center/cover;
}
@media only screen and (max-width: 768px) {
  .step {
    padding: min(5vw, 60px) 0;
  }
}
@media only screen and (max-width: 480px) {
  .step {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 768px) {
  .step__title img {
    width: 90%;
  }
}
.step__list {
  margin-inline: auto;
  margin-top: 75px;
}
@media only screen and (max-width: 768px) {
  .step__list {
    width: 92%;
    margin-top: 30px;
  }
}
.step__item {
  position: relative;
  padding: 0 3% 45px;
  border-radius: 26.7872px;
  background-color: #F95E81;
}
@media only screen and (max-width: 480px) {
  .step__item {
    padding-bottom: 10px;
    border-radius: 6px;
  }
}
.step__item:not(:first-of-type) {
  margin-top: 90px;
}
@media only screen and (max-width: 480px) {
  .step__item:not(:first-of-type) {
    margin-top: 30px;
  }
}
.step__item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 90px;
  height: 45px;
  background-color: #E4005E;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media only screen and (max-width: 480px) {
  .step__item:not(:first-of-type)::before {
    top: -23px;
    width: 30px;
    height: 15px;
  }
}
.step__number img {
  margin-top: -20px;
}
@media only screen and (max-width: 768px) {
  .step__number img {
    margin-top: -10px;
    width: 120px;
  }
}
@media only screen and (max-width: 480px) {
  .step__number img {
    margin-top: -5px;
    width: 80px;
  }
}
.step__lead {
  margin-top: 15px;
  color: #FFFF00;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .step__lead {
    font-size: min(4.5333333333vw, 34rem);
  }
}
@media only screen and (max-width: 480px) {
  .step__lead {
    margin-top: 5px;
  }
}
.step__text {
  margin-top: 15px;
  color: #FFF;
  font-size: 2.8rem;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .step__text {
    font-size: min(2.4vw, 1.8rem);
  }
}
@media only screen and (max-width: 480px) {
  .step__text {
    margin-top: 5px;
  }
}

/* ------------------------------------
*        	flow
------------------------------------ */
.flow {
  padding: 70px 0;
  background: url(../img/2025/spring/flow_bg.jpg) no-repeat center/cover;
}
@media only screen and (max-width: 768px) {
  .flow {
    padding: min(5vw, 60px) 0;
  }
}
@media only screen and (max-width: 480px) {
  .flow {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 768px) {
  .flow__title img {
    width: 68%;
  }
}
.flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 60px;
  padding: 30px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .flow__item {
    padding: 15px;
  }
}
.flow__img {
  width: 40.54%;
}
@media only screen and (max-width: 768px) {
  .flow__img {
    display: none;
  }
}

.flow-read {
  width: 54.96%;
  margin-right: 4.5%;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .flow-read {
    width: 100%;
  }
}
.flow-read__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 5px;
  border-radius: 25px;
  background-color: #f7931e;
  color: #fff;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .flow-read__title {
    margin-bottom: 15px;
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 480px) {
  .flow-read__title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
  }
}
.flow-read__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #fff;
  color: #f7931e;
}
.flow-read__text {
  margin-top: 30px;
  color: #000;
  font-size: 2rem;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .flow-read__text {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .flow-read__text {
    font-size: 1rem;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .flow-read img.onlySp {
    width: 80%;
    margin: auto;
  }
}

.flow-contact {
  text-align: center;
}
.flow-contact__btn {
  display: inline-block;
  width: min(100%, 290px);
  margin: 15px 6px;
}
.flow-contact__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 68px;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
}
.flow-contact__link::before {
  font-family: "Font Awesome 5 Free";
  font-size: 4.2rem;
  font-weight: 900;
}
.inquiry .flow-contact__link {
  background-color: #0075C2;
  -webkit-box-shadow: 0 3px #0b63a4;
          box-shadow: 0 3px #0b63a4;
}
.inquiry .flow-contact__link::before {
  content: "\f0e0";
  font-weight: 100;
  padding-right: 14px;
}
.inquiry .flow-contact__link:hover {
  color: #0075C2;
}
.telephone .flow-contact__link {
  background-color: #f7b228;
  -webkit-box-shadow: 0 3px #e88c2e;
          box-shadow: 0 3px #e88c2e;
}
.telephone .flow-contact__link::before {
  content: "\f2a0";
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  padding-right: 10px;
}
.telephone .flow-contact__link:hover {
  color: #f7b228;
}
.flow-contact__link:hover {
  background-color: #fff;
  border: thin solid;
}
.flow-contact__link:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
}
.flow-contact__text {
  display: block;
  margin-top: 5px;
}
.flow-contact__note {
  margin-bottom: 0;
}