html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
button,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  display: inline-block;
}

figure {
  line-height: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  line-height: 0;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

main {
  display: block;
}

address {
  font-style: normal;
}

button {
  border: 0;
  box-shadow: none;
  cursor: pointer;
}

pre {
  white-space: pre-wrap;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(10px, 2.6666666667vw, 100vw);
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 10px;
  }
}

body {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: #3c3c3c;
  overflow-x: hidden;
}

select,
input,
textarea,
button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

::-webkit-full-page-media,
:future,
:root body,
select,
input,
textarea,
button {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  color: #3c3c3c;
}

@media screen and (min-width: 768px) {
  ._pc {
    display: none !important;
  }
}
._pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  ._pc {
    display: block !important;
  }
}

._sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  ._sp {
    display: none !important;
  }
}

.header {
  z-index: 10;
  position: relative;
  background-image: url("../img/index/section_img_bg2.png");
  background-size: cover;
  background-position: center top;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  transition: transform 0.3s ease, background-color 0.3s ease;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .header {
    background-image: none;
    top: -0.3472222222vw;
    left: 0;
    width: 100%;
    z-index: 15;
    transition: transform 0.3s ease, background-color 0.3s ease;
    background-color: transparent;
  }
}
@media screen and (min-width: 1440px) {
  .header {
    top: -5px;
  }
}
@media screen and (min-width: 768px) {
  .header--hide {
    transform: translateY(-100%);
  }
}
@media screen and (min-width: 768px) {
  .header--bg {
    background-color: #ffffff;
  }
}
.header__wrapper {
  width: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1440px) {
  .header__wrapper {
    max-width: 1440px;
  }
}
.header__left {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__left {
    gap: 1.4583333333vw;
    display: flex;
  }
}
@media screen and (min-width: 1440px) {
  .header__left {
    gap: 21px;
    display: flex;
  }
}
.header__jpx {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header__jpx {
    gap: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__jpx {
    gap: 8px;
  }
}
.header__jpx img {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .header__right {
    margin-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__right {
    margin-top: 10px;
  }
}
.header__btns {
  display: flex;
  align-items: center;
}
.header__btn {
  background: #DB1845;
  padding-left: 3%;
  transition: 0.2s;
}
.header__btn:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .header__btn {
    border-radius: 2.0833333333vw;
    width: 17.0833333333vw;
    height: 2.2916666667vw;
    margin-right: 0.625vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__btn {
    border-radius: 30px;
    width: 246px;
    height: 33px;
    margin-right: 9px;
  }
}
.header__btn a {
  color: #ffffff;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  transition: 0.2s;
}
.header__btn::before {
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .header__btn--counseling {
    width: 17.0833333333vw;
    height: 2.2916666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__btn--counseling {
    width: 246px;
    height: 33px;
  }
}
.header__btn--counseling a::before {
  left: -1%;
}
@media screen and (min-width: 768px) {
  .header__btn--counseling a::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/header_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 0.8576388889vw;
    height: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__btn--counseling a::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/header_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 12.35px;
    height: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .header__btn--daunrode {
    width: 15.8555555556vw;
    height: tb-vw(33);
  }
}
@media screen and (min-width: 1440px) {
  .header__btn--daunrode {
    width: 228.32px;
    height: 33px;
  }
}
.header__btn--daunrode a::before {
  left: -2%;
}
@media screen and (min-width: 768px) {
  .header__btn--daunrode a::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/header_btn_icon2.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 0.94375vw;
    height: 1.0861111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__btn--daunrode a::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/header_btn_icon2.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 13.59px;
    height: 15.64px;
  }
}
.header__btn--blue {
  background: #2D589A;
}
@media screen and (min-width: 768px) {
  .header__btn--blue {
    width: 7.3611111111vw;
    height: 2.2916666667vw;
    margin-right: 3.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__btn--blue {
    width: 106px;
    height: 33px;
    margin-right: 48px;
  }
}
.header__btn--blue a::before {
  left: -6%;
  top: 23%;
}
@media screen and (min-width: 768px) {
  .header__btn--blue a::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/header_btn_icon3.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 0.94375vw;
    height: 1.0861111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__btn--blue a::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/header_btn_icon3.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 13.59px;
    height: 15.64px;
  }
}
.header__btn--flee {
  border-radius: 2.6666666667vw;
  width: 26.6666666667vw;
  height: 4.8vw;
}
@media screen and (min-width: 768px) {
  .header__btn--flee {
    border-radius: 0.6944444444vw;
    width: 6.25vw;
    height: 1.1111111111vw;
  }
}
.header__btn--flee a {
  width: 100%;
  font-size: 0.9rem;
}
.header__btn--sp {
  border-radius: 8vw;
  width: 26.6666666667vw;
  height: 8.8vw;
}
@media screen and (min-width: 768px) {
  .header__btn--sp {
    border-radius: 2.0833333333vw;
    width: 6.25vw;
    height: 2.2916666667vw;
  }
}
.header__btn--sp a {
  width: 100%;
  font-size: 0.9rem;
  text-align: center;
}
.header__group {
  display: flex;
}
.header__copy {
  font-size: 1.1rem;
  font-weight: 500;
}
.header__tel {
  position: relative;
  font-weight: 700;
  color: #DB1845;
  line-height: 1;
  font-size: clamp(2.2rem, 2.5vw, 3rem);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .header__tel::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/header_tel_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.2152777778vw;
    height: 1.4569444444vw;
    top: 60%;
    transform: translateY(-60%);
    left: -12%;
  }
}
@media screen and (min-width: 1440px) {
  .header__tel::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/header_tel_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 17.5px;
    height: 20.98px;
    top: 60%;
    transform: translateY(-60%);
    left: -12%;
  }
}
.header__tel--sp {
  margin-inline: 1.8666666667vw 1.6vw;
}
.header__tel--sp img {
  height: 100%;
}
.header__flex {
  display: flex;
  align-items: center;
  margin-left: 2.1333333333vw;
}
.header__contents {
  display: flex;
  flex-direction: column;
  gap: 0.8vw;
}
.header__logo {
  margin-left: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .header__logo {
    margin-left: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__logo {
    margin-left: 0;
  }
}
.header__logo img {
  height: auto;
}
.header__unit {
  transition: 0.2s;
}
.header__unit:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .main {
    padding-top: 8.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .main {
    padding-top: 120px;
  }
}

.footer {
  position: relative;
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .footer {
    margin-top: 0;
  }
}
.footer__wrapper {
  width: 100%;
  padding-inline: 4vw;
  padding-block: 6.4vw;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__wrapper {
    display: flex;
    gap: 3.4722222222vw;
    max-width: 97.2222222222vw;
    padding-block: 0;
  }
}
@media screen and (min-width: 1440px) {
  .footer__wrapper {
    gap: 50px;
    max-width: 1400px;
  }
}
.footer__wrapper--btns {
  padding-block: 0 6.4vw;
}
@media screen and (min-width: 768px) {
  .footer__wrapper--btns {
    display: flex;
    gap: 3.4722222222vw;
    max-width: 97.2222222222vw;
    padding-block: 0;
  }
}
@media screen and (min-width: 1440px) {
  .footer__wrapper--btns {
    gap: 50px;
    max-width: 1400px;
  }
}
.footer__logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-bottom: 4.0625vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__logo {
    margin-bottom: 58.5px;
  }
}
.footer__logo img {
  height: auto;
}
.footer__btns--left {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .footer__btns--left {
    margin-bottom: 3.1944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__btns--left {
    margin-bottom: 46px;
  }
}
.footer__btns--right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer__btns--right {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.footer__btns--sns {
  display: flex;
  justify-content: center;
  gap: 2.9333333333vw;
  margin-top: 5.3333333333vw;
}
.footer__top .footer__btns--bottom {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .footer__top .footer__btns--bottom {
    flex-direction: row;
    margin-top: 2.0833333333vw;
    display: flex;
    gap: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__top .footer__btns--bottom {
    margin-top: 30px;
    display: flex;
    gap: 10px;
  }
}
.footer__top .footer__btns--bottom a {
  margin: 0 auto;
}
.footer__top .footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: bold;
  transition: 0.2s;
}
.footer__top .footer__btn:hover {
  opacity: 0.6;
}
.footer__top .footer__btn--white {
  font-size: 1.7rem;
  color: #3c3c3c;
  width: 79.2vw;
  height: 14.6666666667vw;
  border-radius: 13.3333333333vw;
  border: solid 0.2666666667vw #3c3c3c;
}
@media screen and (min-width: 768px) {
  .footer__top .footer__btn--white {
    width: 20.3472222222vw;
    height: 3.8194444444vw;
    border-radius: 3.4722222222vw;
    border: solid 0.0694444444vw #3c3c3c;
  }
}
@media screen and (min-width: 1440px) {
  .footer__top .footer__btn--white {
    width: 293px;
    height: 55px;
    border-radius: 50px;
    border: solid 1px #3c3c3c;
  }
}
.footer__top .footer__btn--white::before {
  right: 6%;
  content: "";
  position: absolute;
  background-image: url("../img/module/footer_btn_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 6.2533333333vw;
  height: 5.952vw;
}
@media screen and (min-width: 768px) {
  .footer__top .footer__btn--white::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/footer_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.6284722222vw;
    height: 1.55vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__top .footer__btn--white::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/footer_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 23.45px;
    height: 22.32px;
  }
}
.footer__left .footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: bold;
  transition: 0.2s;
}
.footer__left .footer__btn:hover {
  opacity: 0.6;
}
.footer__left .footer__btn--red, .footer__left .footer__btn--blue {
  font-size: 2rem;
  color: #ffffff;
  width: 79.2vw;
  height: 14.6666666667vw;
  border-radius: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .footer__left .footer__btn--red, .footer__left .footer__btn--blue {
    width: 20.625vw;
    height: 3.8194444444vw;
    border-radius: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__left .footer__btn--red, .footer__left .footer__btn--blue {
    width: 297px;
    height: 55px;
    border-radius: 50px;
  }
}
.footer__left .footer__btn--red::before, .footer__left .footer__btn--blue::before {
  right: 6%;
  content: "";
  position: absolute;
  background-image: url("../img/module/info_btn_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 6.2533333333vw;
  height: 5.952vw;
}
@media screen and (min-width: 768px) {
  .footer__left .footer__btn--red::before, .footer__left .footer__btn--blue::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/info_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.6284722222vw;
    height: 1.55vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__left .footer__btn--red::before, .footer__left .footer__btn--blue::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/info_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 23.45px;
    height: 22.32px;
  }
}
.footer__left .footer__btn--red {
  background: #E34B44;
}
.footer__left .footer__btn--blue {
  background: #3E6AAD;
}
.footer__left .footer__btn--gold, .footer__left .footer__btn--silver {
  z-index: 2;
  font-size: 1.4rem;
  color: #ffffff;
  width: 51.7333333333vw;
  height: 8.2666666667vw;
}
@media screen and (min-width: 768px) {
  .footer__left .footer__btn--gold, .footer__left .footer__btn--silver {
    margin-bottom: -0.8333333333vw;
    width: 13.4722222222vw;
    height: 2.1527777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__left .footer__btn--gold, .footer__left .footer__btn--silver {
    margin-bottom: -12px;
    width: 194px;
    height: 31px;
  }
}
.footer__left .footer__btn--gold {
  background: linear-gradient(180deg, #ceb663, #af994e);
}
.footer__left .footer__btn--silver {
  background: linear-gradient(180deg, #cbc9c9, #9a9898);
}
.footer__right .footer__btn {
  background: #DB1845;
  padding-left: 3%;
  border-radius: 8vw;
  width: 65.3333333333vw;
  height: 8.8vw;
  margin-bottom: 2.9333333333vw;
  transition: 0.2s;
}
.footer__right .footer__btn:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .footer__right .footer__btn {
    border-radius: 2.0833333333vw;
    width: 17.0833333333vw;
    height: 2.2916666667vw;
    margin-right: 0.625vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .footer__right .footer__btn {
    border-radius: 30px;
    width: 246px;
    height: 33px;
    margin-right: 9px;
  }
}
.footer__right .footer__btn a {
  color: #ffffff;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  transition: 0.2s;
}
.footer__right .footer__btn::before {
  top: 50%;
  transform: translateY(-50%);
}
.footer__right .footer__btn--counseling {
  width: 65.3333333333vw;
  height: 8.8vw;
}
@media screen and (min-width: 768px) {
  .footer__right .footer__btn--counseling {
    width: 17.0833333333vw;
    height: 2.2916666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__right .footer__btn--counseling {
    width: 246px;
    height: 33px;
  }
}
.footer__right .footer__btn--counseling a::before {
  left: 0;
  content: "";
  position: absolute;
  background-image: url("../img/module/header_btn_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 3.2933333333vw;
  height: 4.8vw;
}
@media screen and (min-width: 768px) {
  .footer__right .footer__btn--counseling a::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/header_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 0.8576388889vw;
    height: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__right .footer__btn--counseling a::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/header_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 12.35px;
    height: 18px;
  }
}
.footer__right .footer__btn--daunrode {
  width: 60.8853333333vw;
  height: 8.8vw;
}
@media screen and (min-width: 768px) {
  .footer__right .footer__btn--daunrode {
    width: 15.8555555556vw;
    height: 2.2916666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__right .footer__btn--daunrode {
    width: 228.32px;
    height: 33px;
  }
}
.footer__right .footer__btn--daunrode a::before {
  left: -2%;
  content: "";
  position: absolute;
  background-image: url("../img/module/header_btn_icon2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 3.624vw;
  height: 4.1706666667vw;
}
@media screen and (min-width: 768px) {
  .footer__right .footer__btn--daunrode a::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/header_btn_icon2.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 0.94375vw;
    height: 1.0861111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__right .footer__btn--daunrode a::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/header_btn_icon2.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 13.59px;
    height: 15.64px;
  }
}
.footer__right .footer__btn--blue {
  background: #2D589A;
  width: 28.2666666667vw;
  height: 8.8vw;
}
@media screen and (min-width: 768px) {
  .footer__right .footer__btn--blue {
    width: 7.3611111111vw;
    height: 2.2916666667vw;
    margin-right: 3.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__right .footer__btn--blue {
    width: 106px;
    height: 33px;
    margin-right: 48px;
  }
}
.footer__right .footer__btn--blue a::before {
  left: -6%;
  content: "";
  position: absolute;
  background-image: url("../img/module/header_btn_icon3.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 3.624vw;
  height: 4.1706666667vw;
}
@media screen and (min-width: 768px) {
  .footer__right .footer__btn--blue a::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/header_btn_icon3.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 0.94375vw;
    height: 1.0861111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__right .footer__btn--blue a::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/header_btn_icon3.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 13.59px;
    height: 15.64px;
  }
}
.footer__unit {
  text-align: center;
  margin-block: 5.2266666667vw 4.5066666667vw;
  transition: 0.2s;
}
.footer__unit:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .footer__unit {
    margin-block: 0;
    text-align: left;
  }
}
.footer__copy {
  font-size: 1.1rem;
  font-weight: 500;
  text-align: left;
}
.footer__tel {
  position: relative;
  font-weight: 700;
  color: #DB1845;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  font-size: clamp(2.2rem, 2.5vw, 3rem);
}
@media screen and (min-width: 768px) {
  .footer__tel {
    text-align: left;
  }
}
.footer__tel::before {
  content: "";
  position: absolute;
  background-image: url("../img/module/header_tel_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 4.6773333333vw;
  height: 5.5946666667vw;
  top: 60%;
  transform: translateY(-60%);
  left: -12%;
}
@media screen and (min-width: 768px) {
  .footer__tel::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/header_tel_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.2180555556vw;
    height: 1.4569444444vw;
    top: 60%;
    transform: translateY(-60%);
    left: -12%;
  }
}
@media screen and (min-width: 1440px) {
  .footer__tel::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/header_tel_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 17.54px;
    height: 20.98px;
    top: 60%;
    transform: translateY(-60%);
    left: -12%;
  }
}
.footer__group {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .footer__group {
    flex-direction: row;
  }
}
.footer__flex {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
}
@media screen and (min-width: 768px) {
  .footer__flex {
    grid-template-columns: repeat(4, 1fr);
  }
}
.footer__text {
  font-size: 1.6rem;
  font-weight: 700;
  margin-block: 4vw;
}
@media screen and (min-width: 768px) {
  .footer__text {
    margin-block: 0;
    margin-bottom: 0.7638888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__text {
    margin-bottom: 11px;
  }
}
.footer__text--jpx {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 1.2rem;
  padding-left: 2.6666666667vw;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__text--jpx {
    padding-left: 0;
  }
}
.footer__item {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.8rem;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .footer__item {
    font-size: 1.3rem;
  }
}
.footer__item a:hover {
  opacity: 0.6;
}
.footer__item img {
  height: auto;
}
@media screen and (min-width: 768px) {
  .footer__top {
    margin-block: 2.4305555556vw 2.5972222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__top {
    margin-block: 35px 37.4px;
  }
}
.footer__list--middle {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .footer__list--middle {
    gap: 0.625vw 0.9722222222vw;
    margin-block: 2.5vw 2.7083333333vw;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .footer__list--middle {
    gap: 9px 14px;
    margin-block: 36px 39px;
  }
}
.footer__middle {
  position: relative;
}
.footer__middle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .footer__middle::before {
    min-height: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__middle::before {
    min-height: 100px;
  }
}
.footer__middle::before {
  background-image: linear-gradient(90deg, #e34b44, #3e6aad);
  opacity: 0.1;
  z-index: -1;
}
.footer__jpx {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .footer__jpx {
    gap: 0.8333333333vw;
    margin-inline: 1.3888888889vw 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__jpx {
    gap: 12px;
    margin-inline: 42px 65.4px;
  }
}
.footer__contents {
  margin-block: 6.6666666667vw 9.3333333333vw;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__contents {
    display: flex;
    margin-block: 1.3194444444vw 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__contents {
    margin-block: 19px 18px;
  }
}
@media screen and (min-width: 768px) {
  .footer__contents a {
    margin-left: 0.9027777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__contents a {
    margin-left: 13px;
  }
}
.footer__copyright {
  background: #3c3c3c;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    padding-block: 0.1388888889vw 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__copyright {
    padding-block: 2px 3px;
  }
}
.footer__icon {
  position: absolute;
  background-image: url(../img/module/footer_icon_icon1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.2s;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  top: 98%;
  transform: translateY(-98%);
  right: 3%;
}
.footer__icon:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .footer__icon {
    background-image: url(../img/module/footer_icon_icon1.svg);
    width: 3.4722222222vw;
    height: 3.4722222222vw;
    top: 96%;
    transform: translateY(-96%);
    right: 1%;
  }
}
@media screen and (min-width: 1440px) {
  .footer__icon {
    width: 50px;
    height: 50px;
  }
}
.footer__icon a {
  width: 100%;
  height: 100%;
}
.footer__img {
  text-align: center;
  margin-block: 5.0666666667vw 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .footer__img {
    margin-block: 0;
  }
}
.footer__img img {
  height: auto;
}
.footer__partner {
  text-align: center;
}
.footer__partner a {
  text-decoration-line: underline;
  color: #2D589A;
}
@media screen and (min-width: 768px) {
  .footer__partner {
    text-align: start;
  }
}

.hnav {
  display: flex;
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .hnav {
    gap: 3.125vw;
    margin-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .hnav {
    gap: 45px;
    margin-top: 10px;
  }
}
.hnav__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .hnav__list--left {
    gap: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .hnav__list--left {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .hnav__list--right {
    gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .hnav__list--right {
    gap: 42px;
  }
}
.hnav__item {
  position: relative;
  transition: 0.2s;
  font-size: 1.4rem;
  font-weight: 700;
}
.hnav__item:hover {
  opacity: 0.6;
}
.hnav__item a::before {
  top: 50%;
  transform: translateY(-50%);
}
.hnav__item--question a::before {
  left: -30%;
}
@media screen and (min-width: 768px) {
  .hnav__item--question a::before {
    left: -20%;
    content: "";
    position: absolute;
    background-image: url("../img/module/hnav_item_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.0881944444vw;
    height: 1.0930555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .hnav__item--question a::before {
    left: -30%;
    content: "";
    position: absolute;
    background-image: url("../img/module/hnav_item_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 15.67px;
    height: 15.74px;
  }
}
.hnav__item--buy a::before {
  left: -20%;
}
@media screen and (min-width: 768px) {
  .hnav__item--buy a::before {
    left: -13%;
    content: "";
    position: absolute;
    background-image: url("../img/module/hnav_item_icon2.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 0.7395833333vw;
    height: 0.9027777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .hnav__item--buy a::before {
    left: -20%;
    content: "";
    position: absolute;
    background-image: url("../img/module/hnav_item_icon2.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 10.65px;
    height: 13px;
  }
}
.hnav__item--rogin a::before {
  left: -20%;
}
@media screen and (min-width: 768px) {
  .hnav__item--rogin a::before {
    left: -15%;
    content: "";
    position: absolute;
    background-image: url("../img/module/hnav_item_icon3.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 0.7069444444vw;
    height: 0.9027777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .hnav__item--rogin a::before {
    left: -20%;
    content: "";
    position: absolute;
    background-image: url("../img/module/hnav_item_icon3.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 10.18px;
    height: 13px;
  }
}

.gnav {
  font-size: 1.3rem;
  font-weight: 700;
  background-color: #ffffff;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .gnav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.125vw;
    padding-block: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .gnav {
    gap: 45px;
    padding-block: 30px;
  }
}
.gnav__group {
  font-size: 1.5rem;
  margin-block: 5.0666666667vw 4vw;
}
@media screen and (min-width: 768px) {
  .gnav__group {
    display: flex;
    gap: 1.3888888889vw;
    margin-block: 0;
  }
}
@media screen and (min-width: 768px) {
  .gnav__list {
    display: flex;
  }
}
.gnav__list--left {
  display: flex;
  gap: 5.3333333333vw;
  justify-content: center;
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .gnav__list--left {
    justify-content: flex-start;
    gap: 1.3888888889vw;
    margin-bottom: 0;
  }
}
.gnav__list--middle {
  display: flex;
  gap: 5.3333333333vw;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .gnav__list--middle {
    justify-content: flex-start;
    gap: 1.3888888889vw;
  }
}
.gnav__btns {
  display: flex;
  flex-direction: column;
  gap: 2.9333333333vw;
  align-items: center;
  padding-block: 5.0666666667vw 5.3333333333vw;
  border-top: solid 1.3333333333vw;
  border-image: linear-gradient(to right, #e34b44, #3e6aad) 1;
}
@media screen and (min-width: 768px) {
  .gnav__btns {
    border-top: none;
    flex-direction: row;
    gap: 0.625vw;
    padding-block: 0;
  }
}
.gnav__btn {
  background: #DB1845;
  padding-left: 3%;
  transition: 0.2s;
  border-radius: 8vw;
  width: 65.6vw;
  height: 8.8vw;
  margin-right: 2.4vw;
}
.gnav__btn:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .gnav__btn {
    border-radius: 2.0833333333vw;
    width: 17.0833333333vw;
    height: 2.2916666667vw;
    margin-right: 0.625vw;
  }
}
@media screen and (min-width: 1440px) {
  .gnav__btn {
    border-radius: 30px;
    width: 246px;
    height: 33px;
    margin-right: 9px;
  }
}
.gnav__btn a {
  color: #ffffff;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  transition: 0.2s;
}
.gnav__btn::before {
  top: 50%;
  transform: translateY(-50%);
}
.gnav__btn--counseling {
  width: 65.6vw;
  height: 8.8vw;
}
@media screen and (min-width: 768px) {
  .gnav__btn--counseling {
    width: 17.0833333333vw;
    height: 2.2916666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .gnav__btn--counseling {
    width: 246px;
    height: 33px;
  }
}
.gnav__btn--counseling a::before {
  left: -2%;
  content: "";
  position: absolute;
  background-image: url("../img/module/header_btn_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 3.2933333333vw;
  height: 4.8vw;
}
@media screen and (min-width: 768px) {
  .gnav__btn--counseling a::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/header_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 0.8576388889vw;
    height: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .gnav__btn--counseling a::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/header_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 12.35px;
    height: 18px;
  }
}
.gnav__btn--daunrode {
  width: 60.8853333333vw;
  height: 8.8vw;
}
@media screen and (min-width: 768px) {
  .gnav__btn--daunrode {
    width: 15.8555555556vw;
    height: 2.2916666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .gnav__btn--daunrode {
    width: 228.32px;
    height: 33px;
  }
}
.gnav__btn--daunrode a::before {
  left: -2%;
  content: "";
  position: absolute;
  background-image: url("../img/module/header_btn_icon2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 3.624vw;
  height: 4.1706666667vw;
}
@media screen and (min-width: 768px) {
  .gnav__btn--daunrode a::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/header_btn_icon2.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 0.94375vw;
    height: 1.0861111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .gnav__btn--daunrode a::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/header_btn_icon2.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 13.59px;
    height: 15.64px;
  }
}
.gnav__btn--blue {
  background: #2D589A;
  width: 28.2666666667vw;
  height: 8.8vw;
}
@media screen and (min-width: 768px) {
  .gnav__btn--blue {
    width: 7.3611111111vw;
    height: 2.2916666667vw;
    margin-right: 3.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .gnav__btn--blue {
    width: 106px;
    height: 33px;
    margin-right: 48px;
  }
}
.gnav__btn--blue a::before {
  left: -4%;
  content: "";
  position: absolute;
  background-image: url("../img/module/header_btn_icon3.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 3.624vw;
  height: 4.1706666667vw;
}
@media screen and (min-width: 768px) {
  .gnav__btn--blue a::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/header_btn_icon3.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 0.94375vw;
    height: 1.0861111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .gnav__btn--blue a::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/header_btn_icon3.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 13.59px;
    height: 15.64px;
  }
}

.item {
  transition: 0.2s;
}
.item:hover {
  opacity: 0.6;
}

.article {
  position: relative;
  background: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 3.2vw;
  box-shadow: 0 0.5333333333vw 1.6vw;
  margin-top: 5.8666666667vw;
  margin-bottom: 5.3333333333vw;
  transition: transform 0.3s ease;
}
.article:hover {
  transform: scale(1.03);
}
@media screen and (min-width: 768px) {
  .article {
    border-radius: 0.8333333333vw;
    box-shadow: 0 0.1388888889vw 0.4166666667vw;
    margin-top: 1.5277777778vw;
    margin-bottom: 2.0833333333vw;
    margin-right: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .article {
    border-radius: 12px;
    box-shadow: 0 2px 6px;
    margin-top: 22px;
    margin-bottom: 30px;
    margin-right: 10px;
  }
}
.article--green::after, .article--purple::after, .article--blue::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  pointer-events: none;
  top: 16vw;
  right: 5%;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .article--green::after, .article--purple::after, .article--blue::after {
    top: 6%;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .article--green::after, .article--purple::after, .article--blue::after {
    width: 40px;
    height: 40px;
  }
}
.article--orange::after, .article--liteblue::after, .article--yellow::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  pointer-events: none;
  top: 16vw;
  right: 5%;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .article--orange::after, .article--liteblue::after, .article--yellow::after {
    top: 9%;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .article--orange::after, .article--liteblue::after, .article--yellow::after {
    width: 40px;
    height: 40px;
  }
}
.article--menu {
  transition: transform 0.3s ease;
}
.article--menu:hover {
  transform: scale(1.03);
}
.article--green::after {
  background-image: url("../img/module/article_bg1.svg");
}
.article--purple::after {
  background-image: url("../img/module/article_bg2.svg");
}
.article--blue::after {
  background-image: url("../img/module/article_bg3.svg");
}
.article--liteblue::after {
  background-image: url("../img/module/article_bg4.svg");
}
.article--orange::after {
  background-image: url("../img/module/article_bg5.svg");
}
.article--yellow::after {
  background-image: url("../img/module/article_bg6.svg");
}
.article::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  pointer-events: none;
  top: 90%;
  right: 40%;
  width: 10.1333333333vw;
  height: 10.1333333333vw;
}
@media screen and (min-width: 768px) {
  .article::before {
    top: 90%;
    width: 3.4722222222vw;
    height: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .article::before {
    width: 50px;
    height: 50px;
  }
}
.article--green::before {
  background-image: url("../img/module/article_bg7.svg");
}
.article--purple::before {
  background-image: url("../img/module/article_bg8.svg");
}
.article--blue::before {
  background-image: url("../img/module/article_bg9.svg");
}
.article--liteblue::before {
  background-image: url("../img/module/article_bg10.svg");
}
.article--orange::before {
  background-image: url("../img/module/article_bg11.svg");
}
.article--yellow::before {
  background-image: url("../img/module/article_bg12.svg");
}
.article__head {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: filter 0.3s ease;
  position: relative;
  overflow: hidden;
  height: 40vw;
}
.article__head:hover {
  filter: brightness(1.05);
}
@media screen and (min-width: 768px) {
  .article__head {
    height: 11.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .article__head {
    height: 160px;
  }
}
.article__head--menu {
  height: 26.6666666667vw;
}
@media screen and (min-width: 768px) {
  .article__head--menu {
    height: 9.0277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .article__head--menu {
    height: 130px;
  }
}
.article__head--teacher {
  height: 41.6vw;
}
@media screen and (min-width: 768px) {
  .article__head--teacher {
    height: 10.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .article__head--teacher {
    height: 156px;
  }
}
.article__body {
  padding: 3.0933333333vw 2.5066666667vw 4.96vw 2.6133333333vw;
}
@media screen and (min-width: 768px) {
  .article__body {
    padding: 1.5277777778vw 1.6666666667vw 1.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .article__body {
    padding: 22px 24px 28px;
  }
}
.article__body--menu {
  padding: 2.1333333333vw 2.6666666667vw 8.8vw 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .article__body--menu {
    padding: 1.0416666667vw 0.5555555556vw 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .article__body--menu {
    padding: 15px 8px 50px;
  }
}
.article__body--teacher {
  padding: 2.1333333333vw 2.6666666667vw 8.8vw 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .article__body--teacher {
    padding: 0.8333333333vw 0.9722222222vw 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .article__body--teacher {
    padding: 12px 14px 24px;
  }
}
.article__body--voice {
  padding: 2.1333333333vw 2.6666666667vw 8.8vw 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .article__body--voice {
    padding: 1.8055555556vw 1.1111111111vw 0.625vw;
  }
}
@media screen and (min-width: 1440px) {
  .article__body--voice {
    padding: 26px 16px 9px;
  }
}
.article__text {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 5.0666666667vw;
}
@media screen and (min-width: 768px) {
  .article__text {
    font-weight: 700;
    margin-bottom: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .article__text {
    margin-bottom: 16px;
  }
}
.article__text--menu {
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .article__text--menu {
    font-size: 1.5rem;
  }
}
.article__list {
  font-size: 1.4rem;
}
.article__item {
  position: relative;
  padding: 1.0666666667vw 0 1.0666666667vw 4.8vw;
  border-top: solid 0.2666666667vw #CCCCCC;
}
@media screen and (min-width: 768px) {
  .article__item {
    padding: 0.2777777778vw 0 0.2777777778vw 1.25vw;
    border-top: solid 0.0694444444vw #CCCCCC;
  }
}
@media screen and (min-width: 1440px) {
  .article__item {
    padding-left: 18px;
    border-top: solid 1px #CCCCCC;
    padding: 4px 0 4px 18px;
  }
}
.article__item {
  transition: background-color 0.3s ease, color 0.2s ease;
}
.article__item:hover {
  background-color: #f5f5f5;
  color: #3E6AAD;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .article__item:last-child {
    border-bottom: solid 0.0694444444vw #CCCCCC;
  }
}
@media screen and (min-width: 1440px) {
  .article__item:last-child {
    border-bottom: solid 1px #CCCCCC;
  }
}
.article__item a {
  display: inline-block;
  width: 100%;
  padding: 4px 8px;
  color: #3c3c3c;
  text-decoration: none;
  border-radius: 4px;
}
.article__item::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  color: #3E6AAD;
  font-weight: bold;
}
.article__item--green::after {
  content: "";
  position: absolute;
  background-image: url("../img/module/article_item_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 2vw;
  height: 3.2vw;
}
@media screen and (min-width: 768px) {
  .article__item--green::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/article_item_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 0.5208333333vw;
    height: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .article__item--green::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/article_item_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 7.5px;
    height: 12px;
  }
}
.article__item--purple::after {
  content: "";
  position: absolute;
  background-image: url("../img/module/article_item_icon2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 2vw;
  height: 3.2vw;
}
@media screen and (min-width: 768px) {
  .article__item--purple::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/article_item_icon2.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 0.5208333333vw;
    height: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .article__item--purple::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/article_item_icon2.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 7.5px;
    height: 12px;
  }
}
.article__item--blue::after {
  content: "";
  position: absolute;
  background-image: url("../img/module/article_item_icon3.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 2vw;
  height: 3.2vw;
}
@media screen and (min-width: 768px) {
  .article__item--blue::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/article_item_icon3.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 0.5208333333vw;
    height: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .article__item--blue::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/article_item_icon3.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 0.5208333333vw;
    height: 0.8333333333vw;
  }
}
.article__item--liteblue::after {
  content: "";
  position: absolute;
  background-image: url("../img/module/article_item_icon4.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 2vw;
  height: 3.2vw;
}
@media screen and (min-width: 768px) {
  .article__item--liteblue::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/article_item_icon4.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 0.5208333333vw;
    height: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .article__item--liteblue::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/article_item_icon4.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 7.5px;
    height: 12px;
  }
}
.article__item--orange::after {
  content: "";
  position: absolute;
  background-image: url("../img/module/article_item_icon5.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 2vw;
  height: 3.2vw;
}
@media screen and (min-width: 768px) {
  .article__item--orange::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/article_item_icon5.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 0.5208333333vw;
    height: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .article__item--orange::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/article_item_icon5.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 7.5px;
    height: 12px;
  }
}
.article__item--yellow::after {
  content: "";
  position: absolute;
  background-image: url("../img/module/article_item_icon6.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 2vw;
  height: 3.2vw;
}
@media screen and (min-width: 768px) {
  .article__item--yellow::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/article_item_icon6.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 0.5208333333vw;
    height: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .article__item--yellow::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/article_item_icon6.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 7.5px;
    height: 12px;
  }
}
.article__item a {
  color: #3c3c3c;
  text-decoration: none;
  transition: color 0.2s;
}
.article__item a:hover {
  color: #3E6AAD;
}
.article__img {
  width: 100%;
  height: 100%;
  position: relative;
}
.article__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
}
@media screen and (min-width: 768px) {
  .article__img img {
    border-radius: 0.6944444444vw 0.6944444444vw 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .article__img img {
    border-radius: 10px 10px 0 0;
  }
}
.article__overlay {
  position: absolute;
  inset: 0;
  opacity: 0.59;
  z-index: 1;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
}
@media screen and (min-width: 768px) {
  .article__overlay {
    border-radius: 0.6944444444vw 0.6944444444vw 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .article__overlay {
    border-radius: 10px 10px 0 0;
  }
}
.article__label {
  z-index: 2;
  width: 48vw;
}
@media screen and (min-width: 768px) {
  .article__label {
    width: 12.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .article__label {
    width: 180px;
  }
}
.article__head--green .article__overlay {
  background: #108D00;
}
.article__head--green .article__label--icon {
  background-image: url("../img/module/article_label-icon_icon1.svg");
  width: 15.6853333333vw;
  height: 11.2453333333vw;
}
@media screen and (min-width: 768px) {
  .article__head--green .article__label--icon {
    background-image: url("../img/module/article_label-icon_icon1.svg");
    width: 4.0847222222vw;
    height: 2.9284722222vw;
  }
}
@media screen and (min-width: 1440px) {
  .article__head--green .article__label--icon {
    width: 58.82px;
    height: 42.17px;
  }
}
.article__head--purple .article__overlay {
  background: #8E0679;
}
.article__head--purple .article__label--icon {
  background-image: url("../img/module/article_label-icon_icon2.svg");
  width: 11.848vw;
  height: 11.848vw;
}
@media screen and (min-width: 768px) {
  .article__head--purple .article__label--icon {
    background-image: url("../img/module/article_label-icon_icon2.svg");
    width: 3.0854166667vw;
    height: 3.0854166667vw;
  }
}
@media screen and (min-width: 1440px) {
  .article__head--purple .article__label--icon {
    width: 44.43px;
    height: 44.43px;
  }
}
.article__head--blue .article__overlay {
  background: #27336F;
}
.article__head--blue .article__label--icon {
  background-image: url("../img/module/article_label-icon_icon3.svg");
  width: 14.1333333333vw;
  height: 14.1333333333vw;
}
@media screen and (min-width: 768px) {
  .article__head--blue .article__label--icon {
    background-image: url("../img/module/article_label-icon_icon3.svg");
    width: 3.6805555556vw;
    height: 3.6805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .article__head--blue .article__label--icon {
    width: 53px;
    height: 53px;
  }
}
.article__head--liteblue .article__overlay {
  background: #008DA7;
}
.article__head--liteblue .article__label--icon {
  background-image: url("../img/module/article_label-icon_icon4.svg");
  width: 18.1173333333vw;
  height: 11.1306666667vw;
}
@media screen and (min-width: 768px) {
  .article__head--liteblue .article__label--icon {
    background-image: url("../img/module/article_label-icon_icon4.svg");
    width: 4.7180555556vw;
    height: 2.8986111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .article__head--liteblue .article__label--icon {
    width: 67.94px;
    height: 41.74px;
  }
}
.article__head--orange .article__overlay {
  background: #F5703F;
}
.article__head--orange .article__label--icon {
  background-image: url("../img/module/article_label-icon_icon5.svg");
  width: 10.4vw;
  height: 14.376vw;
}
@media screen and (min-width: 768px) {
  .article__head--orange .article__label--icon {
    background-image: url("../img/module/article_label-icon_icon5.svg");
    width: 2.7083333333vw;
    height: 3.74375vw;
  }
}
@media screen and (min-width: 1440px) {
  .article__head--orange .article__label--icon {
    width: 39px;
    height: 53.91px;
  }
}
.article__head--yellow .article__overlay {
  background: #F8CF20;
}
.article__head--yellow .article__label--icon {
  background-image: url("../img/module/article_label-icon_icon6.svg");
  width: 17.5093333333vw;
  height: 12.0053333333vw;
}
@media screen and (min-width: 768px) {
  .article__head--yellow .article__label--icon {
    background-image: url("../img/module/article_label-icon_icon6.svg");
    width: 4.6986111111vw;
    height: 3.1263888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .article__head--yellow .article__label--icon {
    width: 67.66px;
    height: 45.02px;
  }
}
.article__label {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-weight: bold;
  z-index: 2;
}
.article__label--icon {
  display: block;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.article__label--text {
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .article__label--text {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .article__label--text {
    margin-top: 50px;
  }
}
.article__label--menu {
  font-size: 1.9rem;
}
@media screen and (min-width: 1440px) {
  .article__label--menu {
    font-size: 2.6rem;
  }
}
.article__tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.article__tags--green {
  color: #108D00;
}
.article__tags--purple {
  color: #8E0679;
}
.article__tags--blue {
  color: #2D589A;
}
.article__tags--liteblue {
  color: #008DA7;
}
.article__tags--orange {
  color: #F5703F;
}
.article__tags--yellow {
  color: #F8CF20;
}
.article__tags--teacher {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .article__tags--teacher {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .article__tags--teacher {
    margin-bottom: 10px;
  }
}
.article__tags--voice {
  margin-bottom: 4.8vw;
}
@media screen and (min-width: 768px) {
  .article__tags--voice {
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .article__tags--voice {
    margin-bottom: 18px;
  }
}
.article__tag {
  font-size: 1.1rem;
  color: var(--accent);
  font-weight: bold;
  border: 0.5333333333vw solid;
  border-radius: 13.3333333333vw;
  padding: 0.5333333333vw 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .article__tag {
    border: 2px solid;
    border-radius: 3.4722222222vw;
    padding: 0.1388888889vw 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .article__tag {
    border: 2px solid;
    border-radius: 50px;
    padding: 2px 10px;
  }
}
.article__inner {
  position: relative;
  display: block;
  height: 100%;
}
.article__btn--teacher {
  position: absolute;
  width: 100%;
  height: 12vw;
  background: #E34B44;
  text-align: center;
  line-height: 4.3rem;
  position: absolute;
  left: 50%;
  bottom: -6%;
  transform: translateX(-50%);
  z-index: 5;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .article__btn--teacher {
    height: 3.125vw;
    width: 13.8888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .article__btn--teacher {
    height: 45px;
    width: 200px;
  }
}
.article__btn--teacher {
  font-weight: 700;
  font-size: 1.4rem;
  border-radius: 8vw;
}
@media screen and (min-width: 768px) {
  .article__btn--teacher {
    font-size: 1.6rem;
    border-radius: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .article__btn--teacher {
    border-radius: 30px;
  }
}
.article__btn--teacher::after {
  right: 7%;
  top: 30%;
  content: "";
  position: absolute;
  background-image: url("../img/module/info_btn_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 4.8vw;
  height: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .article__btn--teacher::after {
    right: 7%;
    top: 26%;
    content: "";
    position: absolute;
    background-image: url("../img/module/info_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.43125vw;
    height: 1.3625vw;
  }
}
@media screen and (min-width: 1440px) {
  .article__btn--teacher::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/info_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 20.61px;
    height: 19.62px;
  }
}

.fnav__contents {
  display: flex;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .fnav__contents {
    justify-content: flex-start;
    gap: 3.125vw;
    margin-bottom: 2.4305555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .fnav__contents {
    gap: 45px;
    margin-bottom: 35px;
  }
}
.fnav__list {
  display: flex;
}
.fnav__list--right {
  gap: 6.9333333333vw;
}
@media screen and (min-width: 768px) {
  .fnav__list--right {
    gap: 2.9166666667vw;
    margin-left: 1.5972222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .fnav__list--right {
    gap: 2.9166666667vw;
    margin-left: 1.5972222222vw;
  }
}
.fnav__item {
  position: relative;
  transition: 0.2s;
}
.fnav__item:hover {
  opacity: 0.6;
}
.fnav__item a::before {
  top: 50%;
  transform: translateY(-50%);
}
.fnav__item--question a::before {
  left: -25%;
  content: "";
  position: absolute;
  background-image: url("../img/module/hnav_item_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 4.1786666667vw;
  height: 4.1973333333vw;
}
@media screen and (min-width: 768px) {
  .fnav__item--question a::before {
    left: -30%;
    content: "";
    position: absolute;
    background-image: url("../img/module/hnav_item_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.0881944444vw;
    height: 1.0930555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .fnav__item--question a::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/hnav_item_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 15.67px;
    height: 15.74px;
  }
}
.fnav__item--buy a::before {
  left: -20%;
  content: "";
  position: absolute;
  background-image: url("../img/module/hnav_item_icon2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.84vw;
  height: 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .fnav__item--buy a::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/hnav_item_icon2.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 0.7395833333vw;
    height: 0.9027777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .fnav__item--buy a::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/hnav_item_icon2.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 10.65px;
    height: 13px;
  }
}
.fnav__item--rogin a::before {
  left: -20%;
  content: "";
  position: absolute;
  background-image: url("../img/module/hnav_item_icon3.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.7146666667vw;
  height: 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .fnav__item--rogin a::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/hnav_item_icon3.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 0.7069444444vw;
    height: 0.9027777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .fnav__item--rogin a::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/hnav_item_icon3.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 10.18px;
    height: 13px;
  }
}
.fnav__btns {
  text-align: center;
  margin-block: 6.6666666667vw;
}
.fnav__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 700;
}
.fnav__btn--red, .fnav__btn--blue {
  font-size: 1.8rem;
  color: #ffffff;
  width: 62.4vw;
  height: 11.7333333333vw;
  border-radius: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .fnav__btn--red, .fnav__btn--blue {
    font-size: 2.7rem;
    width: 26.5277777778vw;
    height: 4.9305555556vw;
    border-radius: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .fnav__btn--red, .fnav__btn--blue {
    width: 382px;
    height: 71px;
    border-radius: 50px;
  }
}
.fnav__btn--red::before, .fnav__btn--blue::before {
  right: 6%;
  content: "";
  position: absolute;
  background-image: url("../img/module/info_btn_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 4.9333333333vw;
  height: 4.696vw;
}
@media screen and (min-width: 768px) {
  .fnav__btn--red::before, .fnav__btn--blue::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/info_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 2.0902777778vw;
    height: 1.9895833333vw;
  }
}
@media screen and (min-width: 1440px) {
  .fnav__btn--red::before, .fnav__btn--blue::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/info_btn_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 30.1px;
    height: 28.65px;
  }
}
.fnav__btn--red {
  background: #E34B44;
}
.fnav__btn--blue {
  background: #3E6AAD;
}
.fnav__btn--gold, .fnav__btn--silver {
  z-index: 2;
  font-size: 1.4rem;
  color: #ffffff;
  width: 34.6666666667vw;
  height: 5.3333333333vw;
  margin-bottom: -2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .fnav__btn--gold, .fnav__btn--silver {
    font-size: 1.9rem;
    margin-bottom: -0.8333333333vw;
    width: 17.2916666667vw;
    height: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .fnav__btn--gold, .fnav__btn--silver {
    margin-bottom: -12px;
    width: 249px;
    height: 40px;
  }
}
.fnav__btn--gold {
  background: #CEB663;
}
.fnav__btn--silver {
  background: #CBC9C9;
}

.sbtn {
  display: block;
  position: relative;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  padding: 3.4666666667vw;
  background-color: #DB1845;
}
@media screen and (min-width: 768px) {
  .sbtn {
    display: none;
  }
}
.sbtn span {
  position: absolute;
  display: inline-block;
  width: 6.4vw;
  height: 0.8vw;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  transition: all 0.3s;
}
.sbtn span:nth-child(1) {
  top: 4.2666666667vw;
}
.sbtn span:nth-child(2) {
  top: 6.1333333333vw;
}
.sbtn span:nth-child(3) {
  top: auto;
  bottom: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .sbtn span {
    display: none;
  }
}
.sbtn--active {
  position: absolute;
  top: 0;
  right: 0;
  width: 15.4666666667vw;
  height: 14.9333333333vw;
  padding: 3.4666666667vw;
  background-color: #3c3c3c;
  z-index: 100;
}
.sbtn--active span {
  position: absolute;
  display: inline-block;
  width: 50%;
  height: 0.8vw;
  top: 50%;
  left: 25%;
  transform: translateX(-50%);
  background-color: #ffffff;
  transition: all 0.3s;
  box-sizing: border-box;
}
.sbtn--active span:nth-child(1) {
  transform: rotate(-45deg);
  top: 9.0666666667vw;
}
.sbtn--active span:nth-child(2) {
  display: none;
}
.sbtn--active span:nth-child(3) {
  transform: rotate(45deg);
  top: auto;
  bottom: 5.0133333333vw;
}
@media screen and (min-width: 768px) {
  .sbtn--active {
    display: none;
  }
}

.snav {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background-color: #3c3c3c;
  z-index: 99;
  top: 0;
  right: 0;
  transition: 0.5s;
  transform: translate3d(100%, 0, 0);
  padding: 2.6666666667vw 4vw;
}
.snav--active {
  transform: translate3d(0, 0, 0);
  transition: 0.5s;
}
.snav__text {
  font-size: 3rem;
  color: #ffffff;
  font-weight: bold;
}
.snav__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.snav__group {
  margin: 4vw;
}
.snav__list {
  border-bottom: 0.2666666667vw solid #ffffff;
  margin-bottom: 5.3333333333vw;
}
.snav__item a {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 5.3333333333vw;
}
.snav__unit {
  margin-bottom: 5.3333333333vw;
}
.snav__tel a {
  position: relative;
  font-size: 3rem;
  padding-left: 7.4666666667vw;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.snav__tel a::before {
  position: absolute;
  content: "";
  content: "";
  position: absolute;
  background-image: url("../img/module/smenu_tel_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 5.04vw;
  height: 6.08vw;
  top: 60%;
  left: 0;
  transform: translateY(-60%);
}
.snav__hour {
  font-size: 1.4rem;
  color: #ffffff;
}