/* -------------------------------------------------------------------------- */
/*                                   Colors                                   */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                              Default Functions                             */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                               Default Mixins                               */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                Custom Layout                               */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                   Header                                   */
/* -------------------------------------------------------------------------- */
.header__wrapper {
  padding: 1.5rem calc(50% - 960px);
  background: linear-gradient(to bottom, #ffffff 70px, #00abd6 40px);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3490196078);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3490196078);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3490196078);
}
.header__tbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
  padding-inline: 2rem;
}
.header__list {
  width: 1080px;
  margin: 16px auto 13px auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.header__item {
  width: 20%;
}
.header__item:nth-child(odd) {
  position: relative;
}
.header__item:nth-child(odd)::before, .header__item:nth-child(odd)::after {
  content: "";
  width: 1px;
  height: 19px;
  border-radius: 0;
  position: absolute;
  background: no-repeat center/contain url("/img/common/nav_border.png");
  margin-top: 2px;
}
.header__item:nth-child(odd)::before {
  inset: 0 auto 0 0;
  margin-inline: 0 auto;
}
.header__item:nth-child(odd)::after {
  inset: 0 0 auto 0;
  margin-inline: auto 0;
}
.header__link {
  color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  text-align: center;
}
.header__link:hover, .header__link--current {
  font-weight: 700;
}
.header__mv, .header__sv {
  position: relative;
  color: #ffffff;
  background-color: #f5f5f5;
  margin-top: 110px;
}
.header__mv-img {
  width: 100%;
  height: 820px;
  border-radius: 0;
}
.header__sv-img {
  width: 100%;
  height: 400px;
  border-radius: 0;
}
.header__mv-catch, .header__sv-catch {
  width: min(100%, 1280px);
  margin-inline: auto;
  text-align: center;
}
.header__mv-catch img {
  position: absolute;
  margin: -18% auto auto -15px;
}
.header__sv-catch {
  color: #e9f2f5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  inset: 0;
}
.header__sv-jp {
  color: #000000;
  font-size: clamp(25px, 5vw, 48px);
  font-weight: 700;
  letter-spacing: 0.12em;
  font-family: "BIZ UDPGothic", sans-serif;
  padding: 20px;
  background-color: #ffffff;
  width: fit-content;
  -webkit-box-shadow: 0px 0px 21px 8px rgba(0, 0, 0, 0.0784313725);
  -moz-box-shadow: 0px 0px 21px 8px rgba(0, 0, 0, 0.0784313725);
  box-shadow: 0px 0px 21px 8px rgba(0, 0, 0, 0.0784313725);
}
.header__sv-jp::first-letter {
  color: #00abd6;
}

/* -------------------------------------------------------------------------- */
/*                                     Top                                    */
/* -------------------------------------------------------------------------- */
.greeting {
  background: no-repeat bottom 15% right 23%/392px url("/img/about/about_bg-kazari.png"), linear-gradient(174deg, #ffffff 66%, #e9f2f5 34%);
  padding-bottom: 13.5rem;
}
.greeting__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row wrap;
  gap: 2rem 3.6rem;
}
.greeting__textbox {
  width: min(100%, 520px);
}
.greeting__video {
  margin-top: 0.5rem;
  background-color: #f5f5f5;
}

/* --------------------------------- School --------------------------------- */
.school {
  padding-block: 0 17rem;
  background: no-repeat top center/1263px url("/img/about/school_bg-kazari1.png"), no-repeat bottom center/1579px url("/img/about/school_bg-kazari2.png"), linear-gradient(-174deg, #e9f2f5 85%, #ffffff 15%);
}
.school__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-flow: row wrap;
  gap: clamp(20px, 2.5vw, 40px);
}
.school__item {
  width: min(100%, 520px);
  background-color: #ffffff;
  border-bottom: 3px solid #00abd6;
  position: relative;
  transition: all 0.3s;
}
.school__item::after {
  transition: all 0.3s;
  position: absolute;
  content: "";
  inset: auto 0 0 auto;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: no-repeat center/17px 18px url("/img/common/icon_arrow.png"), #00abd6;
}
.school__item:hover {
  border-bottom: 3px solid #fba52f;
}
.school__item:hover::after {
  background: no-repeat center/17px 18px url("/img/common/icon_arrow.png"), #fba52f;
}
.school__item:hover .school__item-title {
  color: #fba52f;
}
.school__item-img {
  background: #f5f5f5;
  margin-bottom: clamp(15px, 2.5vw, 25px);
}
.school__item-title, .school__item-text {
  transition: all 0.3s;
  padding-inline: clamp(10px, 2.5vw, 20px);
}
.school__item-title {
  margin-bottom: clamp(15px, 2.5vw, 25px);
  font-size: clamp(19px, 2.5vw, 28px);
  letter-spacing: 0.12em;
  line-height: clamp(28px, 2.5vw, 40px);
  font-weight: 700;
  font-family: "BIZ UDPGothic", sans-serif;
  color: #00abd6;
}
.school__item-text {
  font-size: clamp(14px, 2.5vw, 15px);
  letter-spacing: 0.04em;
  line-height: clamp(25px, 2.5vw, 27px);
  text-align: justify;
  margin-bottom: 50px;
}
.school__item-text span {
  color: #7c7c7c;
}

/* ---------------------------------- Trial --------------------------------- */
.trial__wrapper-xl {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: row wrap;
  gap: 2.5rem 4rem;
}
.trial__content {
  justify-items: center;
  width: min(100%, 590px);
}
.trial__header, .trial__header-gp {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row nowrap;
  gap: 1rem;
}
.trial__header {
  margin-bottom: clamp(15px, 2.5vw, 20px);
  padding-bottom: clamp(8px, 2.5vw, 11px);
  border-bottom: 1px solid #00abd6;
}
.trial__title {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: clamp(25px, 2.5vw, 40px);
  letter-spacing: 0.12em;
  color: #00abd6;
  font-weight: 700;
}
.trial__text {
  font-size: clamp(14px, 2.5vw, 15px);
  letter-spacing: 0.03em;
  line-height: 2.5rem;
  text-align: justify;
}
.trial__text:not(:last-child) {
  margin-bottom: clamp(15px, 2.5vw, 20px);
}
.trial__subbox {
  background-color: #00abd6;
  padding: clamp(12px, 2.5vw, 15px);
  margin-bottom: clamp(5px, 2.5vw, 10px);
}
.trial__subbox:nth-of-type(1) .trial__subtitle::before {
  background: no-repeat center/contain url("/img/top/trial_icon1.png");
}
.trial__subbox:nth-of-type(2) .trial__subtitle::before {
  background: no-repeat center/contain url("/img/top/trial_icon2.png");
}
.trial__subtitle {
  position: relative;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: clamp(17px, 2.5vw, 21px);
  color: #ffffff;
  letter-spacing: 0.12em;
  text-align: left;
  padding-left: 47px;
}
.trial__subtitle::before {
  width: clamp(25px, 2.5vw, 33px);
  height: clamp(25px, 2.5vw, 33px);
  border-radius: 0;
  position: absolute;
  inset: 0 auto 0 0;
  margin-block: auto;
  content: "";
}

/* ---------------------------------- Flow ---------------------------------- */
.flow {
  background-color: #f2f2f2;
}
.flow__list {
  counter-reset: flow-count;
}
.flow__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row nowrap;
  background-color: #ffffff;
  padding: clamp(10px, 2.5vw, 24px) clamp(30px, 2.5vw, 40px);
  gap: 5rem;
}
.flow__item:not(:last-child) {
  position: relative;
  margin-bottom: 20px;
}
.flow__item:not(:last-child)::after {
  content: "";
  border-style: solid;
  width: 0;
  height: 0;
  border-radius: 0;
  z-index: 10;
  border-color: #fba52f transparent transparent transparent;
  border-width: 20px 35px 0 35px;
  position: absolute;
  inset: auto 0 -20px 0;
  margin-inline: auto;
}
.flow__item-content {
  flex-grow: 1;
}
.flow__item-title {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: clamp(17px, 2.5vw, 26px);
  font-weight: 700;
  letter-spacing: 0.12em;
  border-bottom: 1px solid #00abd6;
  margin-bottom: 20px;
  padding-block: clamp(3px, 2.5vw, 10px);
  text-align: left;
}
.flow__item-title::first-letter {
  color: #000000;
}
.flow__item-title::before {
  counter-increment: flow-count;
  content: counter(flow-count, decimal-leading-zero);
  font-size: clamp(19px, 2.5vw, 38px);
  color: #00abd6;
  letter-spacing: 0em;
  margin-right: clamp(20px, 2.5vw, 25px);
}
.flow__item-text {
  text-align: justify;
  font-size: clamp(14px, 2.5vw, 16px);
  letter-spacing: 0.04em;
  line-height: clamp(25px, 2.5vw, 27px);
}

/* ------------------------------- Top-Banner ------------------------------- */
.top-banner__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  gap: 2rem 0;
}
.top-banner__item {
  width: min(100%, 520px);
  height: 34rem;
  background-position: top -7px left -15px;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
  background-position: top -7px left -15px;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.top-banner__item:nth-of-type(1) {
  background-image: url("/img/top/top-banner_img1.jpg");
}
.top-banner__item:nth-of-type(1):hover {
  background-position: center;
  background-size: 103%;
  opacity: 0.8;
}
.top-banner__item:nth-of-type(2) {
  background-image: url("/img/top/top-banner_img2.jpg");
}
.top-banner__item:nth-of-type(2):hover {
  background-position: center;
  background-size: 103%;
  opacity: 0.8;
}
.top-banner__item-link {
  width: inherit;
  height: inherit;
  border-radius: 0;
  position: relative;
}
.top-banner__item-link:hover .top-banner__item-box {
  inset: auto 10px 10px auto;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.7490196078);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.7490196078);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.7490196078);
}
.top-banner__item-box {
  position: absolute;
  inset: auto 0 0 auto;
  margin: auto 0 0 auto;
  margin: auto 0 0 auto;
  text-align: left;
  width: min(100%, 375px);
  background-color: #00abd6;
  padding: 25px 20px;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  transition: all 0.3s;
}
.top-banner__item-box span {
  color: #ffcf8d;
  font-size: clamp(14px, 2.5vw, 22px);
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: block;
}
.top-banner__item-box p {
  color: #ffffff;
  font-size: clamp(19px, 2.5vw, 27px);
  width: 100%;
  position: relative;
}
.top-banner__item-box p::after {
  position: absolute;
  content: "";
  inset: 0 0 0 auto;
  margin-block: auto;
  width: 17px;
  height: 18px;
  border-radius: 0;
  background: no-repeat center/contain url("/img/common/icon_arrow.png");
}

/* --------------------------------- Top-SNS -------------------------------- */
.top-sns {
  background: no-repeat top center/contain url("/img/top/top-sns_kazari.png"), #e9f2f5;
}
.top-sns__box {
  height: 38.5rem;
}
.top-sns__box:nth-of-type(1) {
  background: no-repeat top right/630px url("/img/top/top-sns_img1.jpg");
  margin-bottom: clamp(30px, 2.5vw, 60px);
}
.top-sns__box:nth-of-type(2) {
  background: no-repeat top left/630px url("/img/top/top-sns_img2.jpg");
}
.top-sns__content {
  width: min(100%, 1080px);
  margin-inline: auto;
  text-align: center;
  height: inherit;
  padding-top: 40px;
}
.top-sns__item {
  margin-block: auto 0;
  width: min(100%, 630px);
  padding: clamp(25px, 2.5vw, 50px);
  background-color: #ffffff;
}
.top-sns__item--right {
  margin-inline: auto 0;
}
.top-sns__header, .top-sns__text {
  margin-bottom: clamp(10px, 2.5vw, 30px);
}
.top-sns__header {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #06c755;
  padding-bottom: 2rem;
  gap: 1.8rem;
}
.top-sns__header--x {
  border-color: #00abd6;
}
.top-sns__title {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  white-space: nowrap;
  font-size: clamp(19px, 2.5vw, 40px);
  color: #000000;
  letter-spacing: 0.12em;
}
.top-sns__text {
  font-size: clamp(14px, 2.5vw, 15px);
  letter-spacing: 0.02em;
  line-height: clamp(25px, 2.5vw, 27px);
}
.top-sns__button {
  width: min(100%, 300px);
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #06c755;
  margin-inline: auto;
  position: relative;
}
.top-sns__button::after {
  position: absolute;
  inset: 0 0 0 auto;
  margin-block: auto;
  width: 17px;
  height: 18px;
  border-radius: 0;
  background: no-repeat center/contain url("/img/common/icon_arrow.png");
  content: "";
  margin-right: 1rem;
}
.top-sns__button span {
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.top-sns__button:hover {
  background-color: #07e060;
}
.top-sns__button--x {
  background-color: #00abd6;
}
.top-sns__button--x:hover {
  background-color: #00bff0;
}

/* --------------------------------- Banner --------------------------------- */
.banner {
  padding-block: 10.1rem;
  background: no-repeat center/cover url("/img/top/banner_bg.jpg");
}
.banner__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  gap: 1rem 4rem;
}
.banner__list--solo {
  justify-content: center;
}
.banner__list--solo .banner__item {
  width: min(100%, 620px);
}
.banner__item {
  width: min(100%, 520px);
  padding: 0 20px;
}
.banner__item--main {
  background: linear-gradient(to right, #00abd6, #55bcd6);
}
.banner__item--main .banner__link::before {
  width: 27px;
  height: 49px;
  border-radius: 0;
  background-image: url("/img/top/banner_icon1.png");
}
.banner__item--sub {
  background: linear-gradient(to right, #fba52f, #fbb85d);
}
.banner__item--sub .banner__link::before {
  width: 43px;
  height: 46px;
  border-radius: 0;
  background-image: url("/img/top/banner_icon2.png");
}
.banner__link {
  position: relative;
  padding-block: clamp(30px, 2.5vw, 35px);
}
.banner__link::before, .banner__link::after {
  position: absolute;
  content: "";
  margin-block: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s;
}
.banner__link::before {
  inset: 0 auto 0 0;
}
.banner__link::after {
  inset: 0 0 0 auto;
  width: 17px;
  height: 18px;
  border-radius: 0;
  background-image: url("/img/common/icon_arrow.png");
}
.banner__link span {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: clamp(14px, 2.5vw, 23px);
  letter-spacing: 0.12em;
}
.banner__link:hover::before {
  inset: 0 auto 0 5px;
}
.banner__link:hover::after {
  inset: 0 5px 0 auto;
}

/* -------------------------------------------------------------------------- */
/*                                    About                                   */
/* -------------------------------------------------------------------------- */
.about {
  background: no-repeat center left/contain url("/img/about/about_bg.png");
}
.about__content {
  width: min(100%, 540px);
  margin-inline: auto 0;
}
.about__text {
  text-align: justify;
  font-size: clamp(14px, 2.5vw, 16px);
  letter-spacing: 0.04em;
  line-height: clamp(27px, 2.5vw, 36px);
}
.about__text:not(:last-child) {
  margin-bottom: clamp(20px, 2.5vw, 25px);
}

/* --------------------------------- Concept -------------------------------- */
.concept {
  background: no-repeat center/contain url("/img/about/concept_bg-kazari.png"), #e9f2f5;
}
.concept__list {
  counter-reset: concept-count;
}
.concept__item {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-flow: row nowrap;
  background-color: #ffffff;
}
.concept__item:not(:last-child) {
  margin-bottom: 2rem;
}
.concept__item-header, .concept__item-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.concept__item-header {
  background: no-repeat center/cover url("/img/about/concept_item-bg.jpg");
  width: min(100%, 320px);
  min-width: 320px;
  width: 320px;
}
.concept__item-title {
  font-size: clamp(19px, 2.5vw, 24px);
  color: #ffffff;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.concept__item-content {
  flex-grow: 1;
  padding-inline: clamp(20px, 2.5vw, 30px);
  padding-block: clamp(20px, 2.5vw, 30px) clamp(5px, 2.5vw, 10px);
  flex-direction: column;
}
.concept__item-note {
  text-transform: uppercase;
  color: #00abd6;
  font-weight: 500;
  letter-spacing: 0.04em;
  width: fit-content;
  margin-inline: auto 0;
}
.concept__item-note span {
  counter-increment: concept-count;
  content: counter(concept-count, decimal-leading-zero);
  color: #fba52f;
  font-size: clamp(25px, 2.5vw, 28px);
}
.concept__item-text {
  text-align: justify;
  letter-spacing: 0.06em;
  line-height: clamp(25px, 2.5vw, 27px);
}

/* ------------------------------ Introduction ------------------------------ */
.introduction__content {
  font-weight: 500;
  font-size: clamp(25px, 2.5vw, 40px);
  letter-spacing: 0.12em;
  color: #999999;
}

/* --------------------------------- Company -------------------------------- */
.company {
  background: #f2f2f2;
}

/* --------------------------------- Access --------------------------------- */
.access__text {
  font-size: clamp(14px, 2.5vw, 17px);
  letter-spacing: 0.12em;
  margin-bottom: clamp(30px, 2.5vw, 40px);
}

/* -------------------------------------------------------------------------- */
/*                            School (Active/Free)                            */
/* -------------------------------------------------------------------------- */
.school-text,
.school-note {
  font-size: clamp(12px, 2.5vw, 16px);
  letter-spacing: 0.12em;
  line-height: clamp(25px, 2.5vw, 32px);
  margin-bottom: clamp(15px, 2.5vw, 30px);
}

.school-note {
  color: #00abd6;
}

.school-table {
  margin-inline: auto;
  margin-bottom: clamp(15px, 2.5vw, 22px);
  width: min(100%, 550px);
}
.school-table__title, .school-table__text {
  text-align: center;
  display: block;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.school-table__title {
  font-size: clamp(19px, 2.5vw, 26px);
  color: #ffffff;
  background: #00abd6;
  padding-block: clamp(10px, 2.5vw, 13px);
}
.school-table__text {
  font-size: clamp(14px, 2.5vw, 18px);
  padding-block: clamp(15px, 2.5vw, 25px);
  background-color: #e9f2f5;
}
.school-table__text--whitebg {
  background-color: #ffffff;
}
.school-table__text em {
  color: #00abd6;
}
.school-table__text p {
  display: inline;
}
.school-table__text p:first-of-type {
  margin-right: clamp(13px, 2.5vw, 18px);
}

.school-about {
  background: no-repeat bottom 19% right 18%/148px url("/img/active-school/about_bg-kazari.png"), linear-gradient(174deg, #ffffff 69%, #e9f2f5 31%);
}
.school-about--free {
  background: no-repeat bottom right 30%/69% url("/img/free-school/about_bg-kazari.png"), linear-gradient(174deg, #ffffff 69%, #e9f2f5 31%);
}
.school-about__img {
  background-color: #f5f5f5;
}
.school-about__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: row wrap;
  gap: 1.5rem 4rem;
}
.school-about__box {
  width: min(100%, 520px);
  margin-top: -1rem;
}
.school-about__text {
  text-align: justify;
  font-size: clamp(14px, 2.5vw, 16px);
  line-height: clamp(27px, 2.5vw, 35px);
  letter-spacing: 0.04em;
}
.school-about__text:not(:last-child) {
  margin-bottom: clamp(20px, 2.5vw, 25px);
}

/* --------------------------------- Details -------------------------------- */
.school-details {
  background: no-repeat top center/contain url("/img/active-school/details_bg-kazari.png"), #e9f2f5;
}
.school-details__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  gap: 6rem;
}
.school-details__list--short {
  width: min(100%, 820px);
  margin-inline: auto;
  text-align: center;
}
.school-details__item-img {
  margin-bottom: clamp(15px, 2.5vw, 20px);
  margin-inline: auto;
}
.school-details__item-title {
  font-size: clamp(14px, 2.5vw, 18px);
  font-weight: 500;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.school-sched {
  background: no-repeat bottom right/cover url("/img/active-school/schedule_bg.jpg");
}

.school-price {
  background: no-repeat top left/cover url("/img/active-school/price_bg.jpg");
}

/* -------------------------------------------------------------------------- */
/*                                   Details                                  */
/* -------------------------------------------------------------------------- */
.details__item:not(:last-child) {
  margin-bottom: clamp(30px, 2.5vw, 40px);
}
.details__item-header {
  margin-bottom: clamp(15px, 2.5vw, 30px);
  border-bottom: 1px solid #00abd6;
}
.details__item-title {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: clamp(19px, 2.5vw, 26px);
  letter-spacing: 0.12em;
  color: #00abd6;
  padding-bottom: clamp(10px, 2.5vw, 17px);
  font-weight: 700;
  text-align: left;
}
.details__item-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: row nowrap;
  gap: 1.5rem 4rem;
}
.details__item-text {
  flex-grow: 1;
  font-size: clamp(14px, 2.5vw, 16px);
  text-align: left;
}
.details__item-text:not(:last-child) {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  text-align: justify;
  margin-bottom: clamp(15px, 2.5vw, 20px);
  line-height: clamp(27px, 0.25vw, 36px);
  letter-spacing: 0.04em;
}
.details__item-btn {
  width: 300px;
  height: 50px;
  border-radius: 0;
  margin-inline: 0 auto;
  background-color: #fba52f;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.details__item-btn::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 18px;
  border-radius: 0;
  inset: 0 10px 0 auto;
  margin-block: auto;
  background: no-repeat center/contain url("/img/common/icon_arrow.png");
  transition: all 0.3s;
}
.details__item-btn span {
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 2.5vw, 16px);
  color: #ffffff;
}
.details__item-btn:hover::after {
  inset: 0 15px 0 auto;
}

/* -------------------------------------------------------------------------- */
/*                                   Footer                                   */
/* -------------------------------------------------------------------------- */
.footer {
  padding-block: 5rem 1.5rem;
  background-color: #00abd6;
  color: #ffffff;
}
.footer__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row nowrap;
}
.footer__box:first-child {
  margin-bottom: 8rem;
}
.footer__lbox {
  text-align: left;
}
.footer__rbox {
  text-align: right;
}
.footer__logo {
  width: fit-content;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: 3.7rem;
  letter-spacing: 0.12em;
  line-height: 6rem;
  margin-bottom: clamp(15px, 2.5vw, 20px);
}
.footer__address {
  font-size: clamp(12px, 2.5vw, 14px);
  letter-spacing: 0.06em;
}
.footer__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row wrap;
}
.footer__item {
  padding-inline: 1.5rem;
}
.footer__item:nth-child(odd) {
  position: relative;
}
.footer__item:nth-child(odd)::before, .footer__item:nth-child(odd)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 19px;
  border-radius: 0;
  background-color: #fff;
  margin-top: 0.3rem;
}
.footer__item:nth-child(odd)::before {
  inset: 0 auto 0 0;
  margin-inline: 0 auto;
}
.footer__item:nth-child(odd)::after {
  inset: 0 0 0 auto;
  margin-inline: auto 0;
}
.footer__nav--drawer .footer__list {
  justify-content: center;
}
.footer__nav--drawer .footer__item:nth-child(odd)::before, .footer__nav--drawer .footer__item:nth-child(odd)::after {
  content: none;
}
.footer__link {
  font-size: 1.4rem;
}
.footer__copyright {
  font-size: 1.2rem;
}
.footer__copyright a {
  display: inline-flex;
}