@charset "UTF-8";

body {
  font-feature-settings: 'palt';
}

/*-------------------------
    layout
-------------------------*/
.l-inner {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .l-inner {
    padding: 0 20px;
  }
}

@media (min-width: 1204px) {
  .l-inner {
    padding: 0;
  }
}

/*-------------------------
    utility
-------------------------*/

/* display */
.u-pc {
  display: none !important;
}
.u-sp {
  display: block !important;
}
.u-visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

@media (min-width: 768px) {
  .u-pc {
    display: block !important;
  }
  .u-sp {
    display: none !important;
  }
}

/* text */
.u-text-center {
  text-align: center;
}
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}

/* font */
.u-font-bold {
  font-weight: 700;
}

/* color */
.u-color-primary {
  color: #1f3b9e;
}
.u-color-accent {
  color: #fee302;
}

/* width */
.u-max-w-1200 {
  max-width: 1200px;
}
.u-max-w-1100 {
  max-width: 1100px;
}
.u-max-w-1000 {
  max-width: 1000px;
}
.u-max-w-700 {
  max-width: 700px;
}

/* 背景(タイル) */
.u-bg--tile {
  background-image: linear-gradient(#eef3f8 1px, transparent 1px), linear-gradient(90deg, #eef3f8 1px, transparent 1px);
  background-size: 20px 20px;
}

/*-------------------------
    selecting-how-to
-------------------------*/
.selecting-how-to__contents {
  padding: 50px 0;
}
.selecting-how-to__title {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  color: #1f3b9e;
  text-align: center;
}
.selecting-how-to__lead {
  margin-bottom: 56px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.selecting-how-to__list {
  display: flex;
  flex-direction: column;
  gap: 123.5px;
}
.selecting-how-to__item:first-of-type {
  position: relative;
}
.selecting-how-to__item:first-of-type::after {
  position: absolute;
  bottom: -70px;
  left: 50%;
  width: 45px;
  height: 31px;
  content: '';
  background: #1f3b9e;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
}
.selecting-how-to__item-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 16px 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
  background: #0379d6;
  border-radius: 12px 12px 0px 0px;
}
.selecting-how-to__item-title .--label {
  position: absolute;
  top: -18px;
  right: 0;
  left: 0;
  z-index: 1;
  align-items: baseline;
  width: 113px;
  height: auto;
  padding: 5px 30px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #1f3b9e;
  background: #fee302;
  border-radius: 100px;
}
.selecting-how-to__item-body {
  padding: 28px 20px;
  background: #eef6fd;
  border-radius: 0 0 12px 12px;
}
.selecting-how-to__item-body-text {
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0;
}
.selecting-how-to__item-body-text .u-color-primary {
  font-size: 20px;
}
.selecting-how-to__notes {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
}
.selecting-how-to__item-body picture + .selecting-how-to__notes {
  margin-top: 5px;
}
.selecting-how-to__list-box {
  padding: 14px 15px;
  margin: 24px 0 0;
  background: #ffffff;
}
.selecting-how-to__list-box + .selecting-how-to__notes {
  margin-top: 8px;
}
.selecting-how-to .list-box__title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #1f3b9e;
}
.selecting-how-to .list-box__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.selecting-how-to .list-box__item {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.selecting-how-to .list-box__item::before {
  display: block;
  width: 16px;
  height: 16px;
  content: '';
  background: #1f3b9e url('/address/prefecture/assets/img/icon-check.svg') no-repeat center center;
  background-size: 8.8px 6px;
  border-radius: 50%;
}
.selecting-how-to .list-box__item-etc {
  justify-content: flex-end;
  font-size: 12px;
}
.selecting-how-to .list-box__item-etc::before {
  content: none;
}
.selecting-how-to__message {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #1f3b9e;
  text-align: center;
  letter-spacing: 0;
}
.selecting-how-to__anchor {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #1f3b9e;
  text-align: center;
  text-decoration: underline;
}
.accordion__column + .selecting-how-to__anchor {
  margin-top: 15px;
}
.selecting-how-to__anchor::after {
  display: inline-block;
  width: 10px;
  height: 10px;
  content: '';
  border-top: 2px solid #1f3b9e;
  border-left: 2px solid #1f3b9e;
  transform: rotate(225deg);
}
.selecting-how-to__anchor--up::after {
  margin-top: 5px;
  transform: rotate(45deg);
}

/* accordion */
.selecting-how-to .accordion {
  margin: 24px auto 0;
  background: #1f3b9e;
  border-radius: 4px;
  box-shadow: 4px 4px 4px 0px #00000040;
}
.selecting-how-to .accordion summary {
  position: relative;
  display: block;
  padding: 16px 42px 16px 20px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.selecting-how-to .accordion summary::-webkit-details-marker {
  display: none;
}
.selecting-how-to .accordion summary::before,
.selecting-how-to .accordion summary::after {
  position: absolute;
  top: 35%;
  right: calc(1em + 5px);
  width: 2px;
  height: 18px;
  content: '';
  background-color: #fff;
}
.selecting-how-to .accordion summary::before {
  rotate: 90deg;
}
.selecting-how-to .accordion summary::after {
  transition: rotate 0.3s;
}
.selecting-how-to .accordion[open] summary::after {
  rotate: 90deg;
}
.selecting-how-to .accordion .accordion__contents {
  padding: 20px 16px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #1f3b9e;
  border-radius: 0 0 4px 4px;
  opacity: 0;
  transform: translateY(-10px);
  transition:
    transform 0.5s,
    opacity 0.5s;
}
.selecting-how-to .accordion[open] .accordion__contents {
  opacity: 1;
  transform: none;
}
.selecting-how-to .accordion .accordion__img {
  width: 100%;
  margin-bottom: 15px;
}
.selecting-how-to .accordion .accordion__description {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
}

@media (min-width: 768px) {
  .selecting-how-to__contents {
    padding: 90px 0;
  }
  .selecting-how-to__title {
    margin-bottom: 20px;
    font-size: 40px;
  }
  .selecting-how-to__lead {
    margin-bottom: 88px;
    font-size: 32px;
  }
  .selecting-how-to__list {
    display: flex;
    flex-direction: column;
    gap: 123.5px;
  }
  .selecting-how-to__item:first-of-type {
    position: relative;
  }
  .selecting-how-to__item:first-of-type::after {
    width: 70px;
    height: 36px;
  }
  .selecting-how-to__item-title {
    padding: 30px 20px 22px;
    font-size: 32px;
  }
  .selecting-how-to__item-title .--label {
    top: -23px;
    width: 139px;
    font-size: 24px;
  }
  .selecting-how-to__item-body {
    padding: 40px 60px;
  }
  .selecting-how-to__item-body-text {
    margin-bottom: 30px;
    font-size: 24px;
    text-align: left;
  }
  .selecting-how-to__item-body-text .u-color-primary {
    font-size: 32px;
  }
  .selecting-how-to__column {
    display: flex;
    flex-direction: row-reverse;
    gap: 50px;
  }
  .selecting-how-to__body {
    flex: 1;
  }
  .selecting-how-to__item-body picture + .selecting-how-to__notes {
    margin-top: 5px;
  }
  .selecting-how-to__list-box {
    padding: 18px 15px;
    margin: 0;
  }
  .selecting-how-to .list-box__title {
    font-size: 20px;
  }
  .selecting-how-to .list-box__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .selecting-how-to .list-box__item {
    width: calc(50% - 4px);
    font-size: 16px;
  }
  .selecting-how-to .list-box__item::before {
    flex: 0 0 auto;
  }
  .selecting-how-to .list-box__item-etc {
    justify-content: flex-end;
    font-size: 12px;
  }
  .selecting-how-to .list-box__item-etc::before {
    content: none;
  }
  .selecting-how-to__message {
    margin-top: 24px;
    font-size: 26px;
  }
  .selecting-how-to__anchor {
    margin-top: 24px;
    font-size: 20px;
  }
  .accordion__column + .selecting-how-to__anchor {
    margin-top: 42px;
  }
  .selecting-how-to__anchor::after {
    border-width: 3px;
  }

  /* accordion */
  .selecting-how-to .accordion {
    max-width: calc(800px / 0.9);
    margin-top: 60px;
  }
  .selecting-how-to .accordion summary {
    padding: 20px 80px;
    font-size: 24px;
  }
  .selecting-how-to .accordion summary::-webkit-details-marker {
    display: none;
  }
  .selecting-how-to .accordion summary::before,
  .selecting-how-to .accordion summary::after {
    top: 36%;
    right: calc(1em + 30px);
    width: 3px;
    height: 24px;
  }
  .selecting-how-to .accordion[open] summary::after {
    rotate: 90deg;
  }
  .selecting-how-to .accordion .accordion__contents {
    padding: 30px 40px;
  }
  .selecting-how-to .accordion .accordion__column {
    display: flex;
    gap: 50px;
    align-items: center;
  }
  .selecting-how-to .accordion picture {
    flex: 0 0 auto;
  }
  .selecting-how-to .accordion .accordion__img {
    max-width: 400px;
    margin: 0;
  }
  .selecting-how-to .accordion .accordion__description {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
  }
}

/*-------------------------
    course-supports
-------------------------*/
.course-supports {
  padding: 32px 0 0;
}

.course-supports__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 16px;
}

.course-supports__button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 52px 20px 18px;
  background: #1f3b9e;
  border-radius: 8px;
  box-shadow: 0px 4px 0px 0px #182e4c;
}

.course-supports__button-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.07em;
}

.course-supports__button::after {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 24px;
  height: 24px;
  content: '';
  background: url('/assets/img/top/play-circle-blu.webp') no-repeat center center / contain;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .course-supports {
    max-width: 900px;
    padding: 48px 0 0;
    margin-inline: auto;
  }

  .course-supports__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 32px;
  }

  .course-supports__button {
    padding: 24px 60px 24px 22px;
  }

  .course-supports__button-text {
    font-size: 23px;
  }
}
