@charset "UTF-8";
/* --------------------------------------------------
	section size
-------------------------------------------------- */
/*【グロナビ】
---------------------------------------------------------------------------- */
.l-header {
  /* sp mennu start */
  /* sp menu end */
}
.l-header .sp-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header .sp-menu {
    display: flex;
    gap: 10px;
    flex-direction: column;
    max-width: 335px;
    margin: 20px auto;
  }
}
.l-header .sp-menu__item {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #FF6C26;
  border-radius: 10px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 2px 2px 10px 0 rgba(155, 155, 155, 0.6);
}
.l-header .sp-menu__item::before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  margin-right: 10px;
}
.l-header .sp-menu__item.tel::before {
  background: #FF6C26 url("../images/common/icon-navi_tel.svg") no-repeat 16px center;
  background-size: 24px 24px;
}
.l-header .sp-menu__item.mail::before {
  background: #FF6C26 url("../images/common/icon-navi_mail.svg") no-repeat 16px center;
  background-size: 24px 24px;
}
.l-header .sp-menu__item.line {
  border-color: #06C755;
}
.l-header .sp-menu__item.line::before {
  background: #06C755 url("../images/common/icon-navi_line.svg") no-repeat 16px center;
  background-size: 24px 24px;
}
.l-header .sp-menu__item.faq {
  border-color: #2D7DDE;
}
.l-header .sp-menu__item.faq::before {
  background: #2D7DDE url("../images/common/icon-navi_faq.svg") no-repeat 16px center;
  background-size: 24px 24px;
}
.l-header .sp-menu li {
  width: 100%;
  position: relative;
}
.l-header .sp-menu li::before {
  content: "";
  display: block;
  background: url("../images/common/ico_arrow_o.svg") no-repeat center center;
  background-size: 100% 100%;
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.5rem;
  z-index: 2;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.l-header .sp-menu li::after {
  content: "";
  display: block;
  margin-top: 0;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #FF6C26;
  z-index: 1;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.l-header .sp-menu li.green::before {
  background: url("../images/common/ico_arrow_g.svg") no-repeat center center;
}
.l-header .sp-menu li.green::after {
  border-color: #06C755;
}
.l-header .sp-menu li.blue::before {
  background: url("../images/common/ico_arrow_b2.svg") no-repeat center center;
}
.l-header .sp-menu li.blue::after {
  border-color: #2D7DDE;
}

/* 【フッター】
---------------------------------------------------------------------------- */
.floating {
  display: none;
}

@media screen and (max-width: 767px) {
  .floating {
    display: block;
    width: 100%;
    position: fixed;
    z-index: 11;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    transition: ease-in-out 0.3s;
  }
  .floating__list {
    height: 100%;
    display: flex;
    gap: 0.2rem;
    color: #fff;
  }
  .floating__item {
    width: calc(25% - 0.2rem);
    padding: 0.6rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
  }
  .floating__item.tel, .floating__item.mail {
    background: #FB540C;
  }
  .floating__item.line {
    background: #06C755;
  }
  .floating__item.sim {
    background: #324383;
  }
  .floating__item a {
    text-align: center;
  }
}
/*【top】】 bnr-box トップ内に配置する単独バナー
---------------------------------------------------------------------------- */
.bnr-box {
  max-width: 100rem;
  margin: 20px auto;
  text-align: center;
  position: relative;
  z-index: 9;
}
.bnr-box a:hover {
  opacity: 0.8;
}
.bnr-box img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .bnr-box {
    margin: 30px auto 10px;
    padding: 0 1rem;
  }
}
/* 初めての方はこちら */
.cube_btn_wrap {
  display: block;
  vertical-align: top;
  max-width: 1000px;
  margin: 20px auto 0;
  padding-bottom: 4px;
  transition: 0.2s all ease 0s;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .cube_btn_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cube_btn_wrap .cube_btn {
  padding: 10px 5px;
  background-color: #43AE2E;
  box-shadow: 0 4px 0 #358327;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  border-radius: 10px;
}
.cube_btn_wrap .cube_btn:hover {
  opacity: 0.8;
  text-decoration: none;
}
.cube_btn_wrap .cube_btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(assets/img/common/btn-ptn01.png) repeat;
}
.cube_btn_wrap .cube_btn .btn_icon {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  margin-right: 5px;
  width: 41px;
}
.cube_btn_wrap .cube_btn .btn_txt {
  display: inline-block;
  font-weight: bold;
}
.cube_btn_wrap .cube_btn .top-btn-first .arrow02::after {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: 27px;
  position: static;
  background-image: url(../img/top/arrow_beginner.png);
}

.p-top-plan-simlink {
  margin: 0 -1.6rem;
  padding: 0 0 1rem 1.6rem;
  background: #FFF0E5;
  text-align: left;
}
.p-top-plan-simlink a {
  cursor: pointer;
  font-weight: bold;
  position: relative;
}
.p-top-plan-simlink a::after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #D67F4A;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.4em;
}
.p-top-plan-simlink a::before {
  content: "";
  display: block;
  background: url("../../assets_ver2/images/common/ico_arrow_o.svg") no-repeat center center;
  background-size: 100% 100%;
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.5rem;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.4em;
}

.top-staff-list {
  margin: 3rem 0;
}
.top-staff-list__ttl {
  position: relative;
  font-size: 2.6rem;
  line-height: 1.5769230769;
  letter-spacing: 0.00002em;
  font-weight: 700;
  color: #1D2E4F;
  margin-bottom: 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top-staff-list__ttl {
    font-size: 1.8rem;
  }
}
.top-staff-list__flex {
  display: flex;
  gap: 2rem;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .top-staff-list__flex {
    gap: 1rem;
  }
}
.top-staff-list__flex .staff-box {
  text-align: center;
  font-size: 1.4rem;
  flex: 1;
}
.top-staff-list__flex .staff-box__img {
  margin-bottom: 0.5rem;
  aspect-ratio: 320/204;
  overflow: hidden;
}
.top-staff-list__flex .staff-box__img img {
  aspect-ratio: 320/204;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-staff .btn_wrap.center {
  text-align: center;
}

/*【faq】】 
---------------------------------------------------------------------------- */
.p-faq__contact {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #0000EE;
}
.p-faq__contact:hover {
  text-decoration: underline;
}

/*【plan】】 
---------------------------------------------------------------------------- */
.p-plan .plan-bnr-box {
  margin: 20px auto;
}

.p-plan .plan-bnr-box a:hover {
  opacity: 0.8;
}

/*【company】】 
---------------------------------------------------------------------------- */
.company-staff-list {
  margin: 3rem 0;
}
.company-staff-list__flex {
  margin-bottom: 2rem;
  display: flex;
  gap: 2rem;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .company-staff-list__flex {
    gap: 1rem;
  }
}
.company-staff-list__flex .staff-box {
  text-align: center;
  font-size: 1.4rem;
  flex: 1;
}
.company-staff-list__flex .staff-box__img {
  margin-bottom: 0.5rem;
  aspect-ratio: 320/204;
  overflow: hidden;
}
.company-staff-list__flex .staff-box__img img {
  aspect-ratio: 320/204;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-staff-list .btn-wrap {
  text-align: center;
}

/*【contact】】 
---------------------------------------------------------------------------- */
.contact-flow-btn-wrap {
  padding: 2rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact-flow-btn-wrap {
    background: #fff;
  }
}
.contact-flow-btn-wrap:before {
  position: absolute;
  left: 0;
  top: -490%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-bottom: 14.7rem solid #F8EEE7;
  margin-bottom: -0.2rem;
  border-top: 0;
}
@media screen and (max-width: 767px) {
  .contact-flow-btn-wrap:before {
    display: none;
  }
}
.contact-flow-btn-wrap:after {
  position: absolute;
  left: 0;
  top: -280%;
  display: block;
  content: "";
  width: 100%;
  height: 20rem;
  background: #F8EEE7;
}
@media screen and (max-width: 767px) {
  .contact-flow-btn-wrap:after {
    display: none;
  }
}
.contact-flow-btn {
  display: block;
  width: 100%;
  max-width: 40rem;
  margin-inline: auto;
  font-size: 1.8rem;
  font-weight: bold;
  border: 1px solid #FB540C;
  border-radius: 1.3rem;
  position: relative;
  color: #FB540C;
  background: #fff;
  text-align: center;
}
.contact-flow-btn:hover {
  background: #FB540C;
  color: #fff;
}

/* モーダル------------- */
/**************************\
    Basic Modal Styles
    \**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal__container {
  width: 100%;
  background-color: #fff;
  margin: 0 10px;
  padding: 10px 10px 40px;
  max-width: 1000px;
  max-height: 90svh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
}

.modal__header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25;
  box-sizing: border-box;
  text-align: center;
}
.modal__title--form {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.modal__title--form span {
  display: block;
}

.modal__close {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  font-size: 20px;
  color: #fff;
  background: #005E8E;
  border-radius: 1000px;
  position: sticky;
  top: 0;
  left: 95%;
  z-index: 99;
}

.modal__close:before {
  content: "✕";
}

.modal__content {
  max-width: 500px;
  margin: 5px auto 0;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

.modal__footer {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/*  overwrite 電話モーダル */
#telModal {
  font-feature-settings: "palt" on;
  text-align: center;
}
#telModal .modal__title {
  width: 100%;
  margin-bottom: 2rem;
  padding: 0.8rem 1rem;
  background: #F7ECD6;
  color: #3A3A3A;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5em;
}
#telModal .modal__tel-tel {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1rem;
}
#telModal .modal__tel-hours {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 1.2em;
}/*# sourceMappingURL=custom.css.map */