@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
figure {
  all: unset;
  display: revert;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  --sans-serif: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-size-adjust: 100%;
  font-family: var(--sans-serif);
  min-width: 320px;
  line-height: 1.8;
  font-feature-settings: "palt";
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  body {
    font-size: 1.5306122449vw;
  }
  body img {
    font-size: 1.2244897959vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4vw;
  }
}
body * {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:focus-visible {
  outline: 2px solid blue;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-weight: 500;
}

img,
svg,
iframe,
video,
picture {
  max-width: 100%;
}

img {
  letter-spacing: 0;
  font-size: 12px;
  height: auto;
}

a {
  word-break: break-all;
  color: #0094E2;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}

small {
  font-size: 80%;
}

button,
input[type=button],
input[type=submit] {
  cursor: pointer;
  font: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

label {
  cursor: pointer;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

summary::-webkit-details-marker {
  display: none;
}

summary {
  list-style: none;
  display: block;
  cursor: pointer;
  user-select: none;
}

.es {
  --accent: #0094E2;
  --sp-pad: 3.2vw;
}

@media screen and (max-width: 767px) {
  .es-hidden-ltSP {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .es-hidden-gtTAB {
    display: none;
  }
}

.es-container {
  width: 62.5em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.es-logo {
  padding: 2.125em 2.5em 1.25em 2.5em;
}
@media screen and (max-width: 767px) {
  .es-logo {
    padding: 4.8vw 6.1333333333vw;
  }
}
.es-logo img {
  width: 22.3333333333em;
}
@media screen and (max-width: 767px) {
  .es-logo img {
    width: 35.7333333333vw;
  }
}

.es-sticky-nav {
  position: fixed;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .es-sticky-nav {
    right: 0;
    bottom: 11.875em;
  }
}
@media screen and (max-width: 767px) {
  .es-sticky-nav {
    position: sticky;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    bottom: 0;
  }
  .es-sticky-nav > li {
    width: calc(50% - 0.5px);
  }
}
.es-sticky-nav > li {
  margin-top: 2px;
}
.es-sticky-nav a {
  padding: 0.625em;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background-color: #222222;
  font-size: 1em;
  text-decoration: none;
  transition: 0.25s background;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .es-sticky-nav a {
    width: 7em;
    height: 5.4375em;
  }
}
@media screen and (max-width: 767px) {
  .es-sticky-nav a > div {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 3.4666666667vw;
  }
}
@media (hover: hover) {
  .es-sticky-nav a:hover {
    background-color: var(--accent);
  }
}
@media screen and (min-width: 768px) {
  .es-sticky-nav__icon {
    margin-top: 0.25em;
  }
}
.es-sticky-nav__icon img {
  height: 2.5em;
}
@media screen and (max-width: 767px) {
  .es-sticky-nav__icon img {
    height: 4.9333333333vw;
  }
}

.es-unit {
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .es-unit {
    margin-top: 5.3333333333vw;
  }
}

.es-bg-white {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .es-sp-pad {
    padding-left: var(--sp-pad);
    padding-right: var(--sp-pad);
  }
}

@media screen and (min-width: 768px) {
  .es-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.es-row .es-unit {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .es-row.is-col-2 {
    justify-content: space-between;
  }
  .es-row.is-col-2 > * {
    width: calc(50% - 2px);
  }
}
@media screen and (min-width: 768px) {
  .es-row.is-col-2-a {
    justify-content: space-between;
    align-items: center;
  }
  .es-row.is-col-2-a > * {
    width: calc(50% - 2px);
  }
  .es-row.is-col-2-a > *:last-child {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .es-row.is-col-2-a > *:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
}

.es-header {
  position: relative;
}
@media screen and (min-width: 768px) {
  .es-header {
    height: calc(100vh - 5.8125em);
    background: url("../img/fv.png") 0 0/cover no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .es-header__text {
    padding: 2.25em 3.125em 3.125em 3.125em;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(990deg, rgba(0, 148, 226, 0.3) 0%, #004396 64.95%, #004194 100%);
  }
}
.es-header__ttl {
  margin: 0 auto;
  width: 73.8125em;
  max-width: 100%;
}
.es-sec-type {
  background: url("../img/bg.webp") 50% 0/cover no-repeat;
  padding-top: 7.5em;
  padding-bottom: 5em;
}
@media screen and (min-width: 768px) {
  .es-sec-type {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .es-sec-type {
    background-image: url("../img/bg_sp.webp");
    padding-top: 16vw;
  }
}

.es-sec-about {
  margin-top: 11.25em;
}
@media screen and (max-width: 767px) {
  .es-sec-about {
    margin-top: 13.3333333333vw;
  }
}
.es-sec-about__ttl {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.75em;
  width: 41.4375em;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .es-sec-about__ttl {
    margin-bottom: 9.3333333333vw;
    width: 85.3333333333vw;
  }
}
.es-sec-about__text {
  font-size: 1em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .es-sec-about__text {
    font-size: 3.4666666667vw;
  }
}
.es-sec-about__text strong {
  position: relative;
  display: inline-block;
  color: var(--accent);
}
.es-sec-about__text strong::after {
  width: 100%;
  height: 0.4375em;
  background: #FFEC00;
  content: "";
  display: block;
  position: absolute;
  bottom: 0.2em;
  left: 0;
  z-index: -1;
}
.es-sec-about__phs {
  margin-top: 3.125em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .es-sec-about__phs {
    margin-top: 8vw;
  }
}
.es-sec-about__phs > * {
  width: 48.9%;
}

.es-sec-program {
  margin-top: 5.625em;
}
@media screen and (max-width: 767px) {
  .es-sec-program {
    margin-top: 13.3333333333vw;
  }
}
.es-sec-program__ttl {
  color: var(--accent);
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 767px) {
  .es-sec-program__ttl {
    font-size: 6.1333333333vw;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .es-sec-program__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .es-sec-program__row > *:first-child {
    width: 57.9%;
  }
  .es-sec-program__row > *:last-child {
    width: 36.6%;
  }
}
@media screen and (max-width: 767px) {
  .es-sec-program__text {
    font-size: 3.4666666667vw;
  }
}
.es-sec-program__text p {
  line-height: 2;
  margin-top: 1.875em;
}
.es-sec-program__youtube {
  background: #EBEBEB;
  padding: 10px;
}
.es-sec-program__checkit {
  background: var(--accent);
  color: #fff;
  line-height: 1.5;
  padding: 0.8em 0 1em 0;
  text-align: center;
  margin-top: 0.625em;
}
@media screen and (max-width: 767px) {
  .es-sec-program__checkit {
    font-size: 4vw;
  }
}
.es-sec-program__wbtn {
  padding: 0.75em 0 1em 0;
  text-align: center;
}
.es-sec-program__sttl {
  margin-top: 2.3em;
  margin-bottom: 1.2em;
  background: var(--accent);
  font-size: 1.25em;
  color: #fff;
  padding: 0.8em 1.25em;
}
@media screen and (max-width: 767px) {
  .es-sec-program__sttl {
    font-size: 4.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .es-sec-program__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 2%;
  }
  .es-sec-program__list > li {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .es-sec-program__list > li + li {
    margin-top: 4vw;
  }
}

.es-hdr-a {
  background: #fff;
}
.es-hdr-a__ttl {
  background: var(--accent);
  color: #fff;
  font-size: 2.5em;
  padding: 0.65em;
}
@media screen and (max-width: 767px) {
  .es-hdr-a__ttl {
    padding: 2.6666666667vw;
    font-size: 6.4vw;
    line-height: 1.4;
    text-align: center;
  }
}
.es-hdr-a__lead {
  font-size: 1.25em;
  padding: 1.25em;
}
@media screen and (max-width: 767px) {
  .es-hdr-a__lead {
    padding: 4vw;
    font-size: 3.3333333333vw;
  }
}

.es-sec-contact {
  margin-top: 12.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .es-sec-contact {
    margin-top: 18.6666666667vw;
  }
}
.es-sec-contact__ttl {
  font-size: 1.875em;
  margin-bottom: 1.3333333333em;
}
@media screen and (max-width: 767px) {
  .es-sec-contact__ttl {
    font-size: 6.6666666667vw;
  }
}
.es-sec-contact__ttl span {
  display: block;
  color: var(--accent);
  font-size: 0.6666666667em;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .es-sec-contact__ttl span {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .es-sec-contact__row {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    gap: 0 4%;
  }
}
.es-sec-contact__item {
  background: #EBEBEB;
}
@media screen and (min-width: 768px) {
  .es-sec-contact__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    padding-bottom: 1.875em;
  }
}
@media screen and (max-width: 767px) {
  .es-sec-contact__item {
    padding-bottom: 6.6666666667vw;
    margin-bottom: 8vw;
  }
}
.es-sec-contact__sttl {
  background: var(--accent);
  color: #fff;
  font-size: 1.25em;
  padding: 1.3em;
}
@media screen and (max-width: 767px) {
  .es-sec-contact__sttl {
    font-size: 4.5333333333vw;
    padding: 4vw;
  }
}
.es-sec-contact__stext {
  font-weight: 500;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0.9523809524em 0;
  font-size: 1.3125em;
}
@media screen and (max-width: 767px) {
  .es-sec-contact__stext {
    font-size: 4vw;
  }
}
.es-sec-contact__tel span {
  font-size: 1.1904761905em;
}
@media screen and (max-width: 767px) {
  .es-sec-contact__tel span {
    font-size: 4vw;
  }
}
.es-sec-contact__tel a {
  font-size: 1.4285714286em;
  font-weight: 700;
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 767px) {
  .es-sec-contact__tel a {
    font-size: 6.6666666667vw;
  }
}

.es-ttl-a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: var(--accent);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .es-ttl-a {
    align-items: center;
  }
}
.es-ttl-a__key {
  background: #0070C3;
  font-size: 0.875em;
  text-align: center;
  width: 8.5714285714em;
  padding: 0.9375em 0;
}
@media screen and (max-width: 767px) {
  .es-ttl-a__key {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 16vw;
    font-size: 2.6666666667vw;
  }
}
.es-ttl-a__key b {
  display: block;
  font-size: 2.625em;
  line-height: 1;
  font-family: serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .es-ttl-a__key b {
    font-size: 8vw;
  }
}
.es-ttl-a__val {
  font-size: 1.5em;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .es-ttl-a__val {
    padding: 3.4666666667vw 4.6666666667vw;
    width: calc(100% - 17.3333333333vw);
    font-size: 6.6666666667vw;
  }
}
.es-ttl-a__val small {
  font-size: 75%;
}
@media screen and (max-width: 767px) {
  .es-ttl-a__val small {
    display: block;
    font-size: 4.8vw;
  }
}

.es-date {
  font-size: 1.1875em;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .es-date {
    text-align: center;
    font-size: 3.7333333333vw;
  }
}
.es-date * {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .es-date {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.es-date__ttl, .es-date__body {
  padding: 1.5789473684em;
}
@media screen and (max-width: 767px) {
  .es-date__ttl, .es-date__body {
    padding: 4vw;
  }
}
.es-date__ttl {
  background: #E5EAED;
}
@media screen and (min-width: 768px) {
  .es-date__ttl {
    text-align: center;
    width: 7.3684210526em;
  }
}
@media screen and (min-width: 768px) {
  .es-date__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .es-date__list {
    display: inline-block;
    text-align: left;
  }
}

.es-text-a {
  padding: 1.5em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .es-text-a {
    padding: 4vw;
  }
}

.es-list-a {
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .es-list-a {
    font-size: 4vw;
  }
}
.es-list-a > li {
  position: relative;
  padding-left: 1em;
}
.es-list-a > li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "・";
}
.es-list-a > li + li {
  margin-top: 0.2em;
}

.es-note {
  margin-top: 1em;
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .es-note {
    margin-top: 0.8em;
    font-size: 3.2vw;
  }
}

.es-note-a {
  margin-top: 24px;
  font-size: 1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .es-note-a {
    letter-spacing: 0.05em;
    margin-top: 4vw;
    font-size: 3.4666666667vw;
    text-indent: -1em;
    margin-left: 1em;
  }
}

.es-type-img {
  padding: 1.5625em 2.1875em 2.5em 2.1875em;
}
@media screen and (max-width: 767px) {
  .es-type-img {
    padding: 4vw 4vw 6.6666666667vw 4vw;
    overflow: auto;
  }
  .es-type-img img {
    max-width: none;
    width: 200vw;
  }
}

.es-wlink-a {
  text-align: center;
  margin-top: 3.75em;
}
.es-wlink-a > li + li {
  margin-top: 1.875em;
}

.es-sns {
  margin-top: 5.625em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.125em;
}
@media screen and (max-width: 767px) {
  .es-sns {
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
    gap: 6.6666666667vw;
  }
}
.es-sns > li {
  width: calc(var(--my-w) * 0.5px);
}
@media screen and (max-width: 767px) {
  .es-sns > li {
    width: calc(var(--my-w) * 0.1vw);
  }
}

.es-link {
  border-radius: 2em;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  color: var(--accent);
  padding: 1em 2.0625em 1em 1.375em;
  gap: 0.4375em;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.1em;
  transition: 0.25s filter;
}
@media screen and (max-width: 767px) {
  .es-link {
    gap: 2.6666666667vw;
    padding: 3.3333333333vw 5.3333333333vw 3.3333333333vw 3.3333333333vw;
  }
}
.es-link:link {
  text-decoration: none;
}
.es-link .is-label {
  font-size: 1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .es-link .is-label {
    font-size: 3.4666666667vw;
  }
}
@media (hover: hover) {
  .es-link:hover {
    filter: brightness(120%);
  }
}

.es-link-a {
  display: inline-flex;
  align-items: center;
  gap: 0 1.25em;
  border-radius: 2.875em;
  background: #fff;
  padding: 1.5em 2.875em 1.5em 2.125em;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  transition: 0.25s filter;
}
@media screen and (max-width: 767px) {
  .es-link-a {
    gap: 2.6666666667vw;
    padding: 3.3333333333vw 6.6666666667vw 3.3333333333vw 3.3333333333vw;
  }
}
.es-link-a:link {
  text-decoration: none;
}
.es-link-a .is-label {
  font-size: 1.4375em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .es-link-a .is-label {
    font-size: 4vw;
  }
}
@media (hover: hover) {
  .es-link-a:hover {
    filter: brightness(120%);
  }
}

.es-link-b {
  display: inline-flex;
  align-items: center;
  gap: 0 1.25em;
  border-radius: 2.875em;
  background: #fff;
  padding: 1em 1em 1em 1em;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  transition: 0.25s filter;
}
@media screen and (min-width: 768px) {
  .es-link-b {
    width: 13.125em;
  }
}
@media screen and (max-width: 767px) {
  .es-link-b {
    gap: 2.6666666667vw;
    padding: 3.3333333333vw 6.6666666667vw 3.3333333333vw 3.3333333333vw;
  }
}
.es-link-b:link {
  text-decoration: none;
}
.es-link-b .is-label {
  font-weight: 500;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .es-link-b .is-label {
    font-size: 3.4666666667vw;
  }
}
@media (hover: hover) {
  .es-link-b:hover {
    filter: brightness(120%);
  }
}

.es-link-c {
  display: flex;
  align-items: center;
  gap: 0 1em;
  background: #fff;
  padding: 1.5em 1em;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  font-weight: 500;
  border: 2px solid var(--accent);
  transition: 0.25s filter;
}
@media screen and (max-width: 767px) {
  .es-link-c {
    gap: 2.6666666667vw;
    padding: 3.3333333333vw 6.6666666667vw 3.3333333333vw 3.3333333333vw;
  }
}
.es-link-c:link {
  text-decoration: none;
}
.es-link-c .is-label {
  font-weight: 500;
  font-size: 1.125em;
  color: #000;
  transition: 0.25s color;
}
@media screen and (max-width: 767px) {
  .es-link-c .is-label {
    font-size: 3.7333333333vw;
  }
}
@media (hover: hover) {
  .es-link-c:hover {
    filter: brightness(120%);
  }
  .es-link-c:hover .is-label {
    color: var(--accent);
  }
}

.es-link-type {
  display: inline-block;
  font-size: 0.8125em;
  border: 1px solid var(--accent);
  font-weight: bold;
  padding: 0.2em 0.4em 0.4em 0.4em;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .es-link-type {
    font-size: 2.6666666667vw;
  }
}

.es-icon-arrow {
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url("../img/icon_arrow.svg") 0 0/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .es-icon-arrow {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}

.es-icon-arrow-a {
  display: inline-block;
  width: 2.9375em;
  height: 2.9375em;
  background: url("../img/icon_arrow-a.svg") 0 0/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .es-icon-arrow-a {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}

.es-icon-arrow-b {
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url("../img/icon_arrow-a.svg") 0 0/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .es-icon-arrow-b {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}

.c-footer {
  background: #080e16;
  color: #fff;
  margin-top: 3.125em;
  padding: 3.75em 0;
}
.c-footer a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-footer {
    margin-top: 1px;
    padding: 0 0 4.2857142857vw;
  }
}
.c-footer__info {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 2.25em;
}
@media screen and (max-width: 767px) {
  .c-footer__info {
    display: block;
    margin-bottom: 7.7333333333vw;
    text-align: center;
    padding-top: 6.4vw;
  }
}
.c-footer__info-name {
  font-size: 1.625em;
  padding-right: 0.7692307692em;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-footer__info-name {
    padding-right: 0;
    font-size: 5.8666666667vw;
  }
}
.c-footer__info-name::after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 1.8076923077em;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .c-footer__info-name::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__info-name p {
    margin-bottom: 5.0666666667vw;
    font-size: 4.8vw;
  }
}

.c-footer__info-detail {
  font-size: 0.9375em;
  padding-left: 1.3333333333em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-footer__info-detail {
    display: table;
    text-align: left;
    font-size: 3.3333333333vw;
    margin-left: 8vw;
    padding-left: 2.2666666667vw;
    border-left: 1px solid #fff;
  }
}
.c-footer__info-detail p {
  margin: 0;
  line-height: 1.3;
}
.c-footer__info-detail p:not(:last-child) {
  margin-bottom: 0.3125em;
}
@media screen and (max-width: 767px) {
  .c-footer__info-detail p:not(:last-child) {
    margin-bottom: 3.3333333333vw;
  }
}
.c-footer__info-detail a {
  display: inline-block;
  padding-left: 1.125em;
  position: relative;
  text-decoration: none;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .c-footer__info-detail a {
    padding-left: 4.8vw;
    font-size: 3.4666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .c-footer__info-detail a:hover {
    text-decoration: underline;
  }
  .c-footer__info-detail a:hover::before {
    left: 3px;
  }
  .c-footer__info-detail a:hover::after {
    left: 6px;
  }
}
.c-footer__info-detail a::before, .c-footer__info-detail a::after {
  bottom: 0;
  content: "";
  margin: auto 0;
  position: absolute;
  top: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.c-footer__info-detail a::after {
  background: url("../img/icon-arrow-w.svg") no-repeat center center/100% auto;
  width: 9px;
  height: 7px;
  top: 8px;
  left: 0;
  bottom: auto;
}

@media screen and (max-width: 767px) {
  .c-footer__info-detail a::after {
    top: 1.3333333333vw;
    height: 1.8666666667vw;
    width: 2.4vw;
  }
}
.c-footer__copyright {
  display: block;
  font-family: "Inter", "Noto Sans JP", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  font-size: 0.75em;
  letter-spacing: 0.04em;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-footer__copyright {
    font-size: 2.6666666667vw;
    letter-spacing: 0;
  }
}

 .underline {
      background: linear-gradient(transparent 70%, #faeb8b 20%);
      display: inline-block;
    }
