@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

img {
  vertical-align: top;
}

.cfix:before,
.cfix:after {
  content: "";
  display: table;
}

.cfix:after {
  clear: both;
}

.cfix {
  zoom: 1;
}

/* CSS Document */
/* ----------------------------------------------------------------------------------------------------
  settings
* --------------------------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  text-justify: inter-ideograph;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  color: #282828;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
}

.yu {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.italic {
  font-style: italic;
}

main {
  display: block;
}

@media screen and (min-width: 769px) {
  .sp_view {
    display: none !important;
  }
  .pc_view {
    display: block;
  }
  .inner {
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  /*
  html {
  	font-size:calc(100vw / 0.768);
  }
    body {
    	font-size:0.024rem;
    }
    */
  .sp_view {
    display: block;
  }
  .pc_view {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  a:hover,
  a:hover img {
    opacity: 0.85;
  }
}
/*
#whole {
  position: relative;
}
*/
@keyframes pulse {
  0% {
    transform: none;
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: none;
  }
}
.modal_icon {
  display: inline-block;
  width: 25px;
  height: 25px;
}

.modal_icon.animation {
  animation: pulse 2s linear infinite;
}

.flex {
  display: flex;
}

.flex_around {
  justify-content: space-around;
}

.flex_between {
  justify-content: space-between;
}

.flex_wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.flex_center {
  align-items: center;
}

.flex_baseline {
  align-items: baseline;
}

.clear:after,
.clear:before {
  content: "";
  clear: both;
  display: block;
}

/*---------------------------------------
 * cnt05
---------------------------------------*/
.cnt05 {
  margin-top: -86px;
  padding-top: 86px;
  padding-bottom: 40px;
  max-width: 1080px;
  margin: -86px auto 0;
}
.cnt05 h3 {
  max-width: 80%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .cnt05 h3 {
    margin: 0 auto;
    max-width: 90%;
  }
}
.cnt05 ul {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .cnt05 ul {
    max-width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 10px;
  }
}

/*---------------------------------------
	 * 240704 季節講習内容の追加
   * 250619 夏期内容
---------------------------------------*/
#season {
  margin: 60px 0;
  background: #e3faff;
  padding: 60px 30px;
}
#season .primary {
  color: #0069d2;
}
#season h3 {
  font-weight: bold;
  font-size: 2.5rem;
  padding: 1.8rem;
  margin: 20px 0;
}
#season h4 {
  font-weight: bold;
  font-size: 2.2rem;
  margin: 20px 0;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}
#season .innerWrap {
  max-width: 960px;
  margin: 0 auto;
}
#season .underline {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
#season .sky {
  color: #05a3e3;
}
#season .bold {
  font-weight: 600;
}
#season .wave_line {
  width: 100%;
}
#season .al-center {
  text-align: center;
}
#season .line01 {
  background: url(/freestep/wp-content/uploads/sites/2/fs_241015_winter_line01.png) repeat-x left center/contain;
  height: 14px;
  border-width: 0;
  margin: 40px auto;
}
#season .cta-lead {
  text-align: center;
  color: #333;
  margin-top: 2em;
  font-size: 1.8rem;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  #season .cta-lead {
    text-align: left;
  }
}
#season .cta-lead .gold {
  color: #333;
  -webkit-text-stroke: #daaf08;
  text-shadow: 1px 1px 1px #daaf08, -1px 1px 1px #daaf08, 1px -1px 1px #daaf08, -1px -1px 1px #daaf08;
}
#season .campaign {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  text-align: center;
  margin: 40px auto 1em;
  max-width: 840px;
}
#season .campaign figure {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  #season .campaign figure {
    max-width: 410px;
    width: 100%;
    margin: 0 auto;
  }
}
#season .campaign .full_size {
  width: 100%;
}
#season .campaign + p {
  margin-bottom: 40px;
}
#season .campaign .plus:after {
  content: "";
  width: 60px;
  height: 60px;
  padding: 16px 0 0;
  display: block;
  margin: 0 auto;
  background: url(https://www.kaisei-group.co.jp/freestep/wp-content/uploads/sites/2/fs_250120_spring_ico_plus.png) no-repeat center bottom/contain;
}
#season .advantage h2 {
  mix-blend-mode: multiply;
}
#season .advantage .goal {
  color: #393939;
  background: #fff;
  text-align: center;
  border: 2px solid #000;
  margin-bottom: 0;
}
#season .advantage .advantage_cont {
  background: #dfefff;
  padding: 2em;
  border: 2px solid #000;
  border-top: none;
}
#season .advantage .advantage_cont .strong {
  background-color: #fff680;
  font-weight: bold;
}
#season .advantage .advantage_cont img {
  display: block;
  margin: 1em auto;
}
#season .advantage p {
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #season .advantage p.al-center {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  #season .for_sp,
  #season .spOnly {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #season .for_pc,
  #season .pcOnly {
    display: none;
  }
}

/*---------------------------------------
  * cp
---------------------------------------*/
.cp {
  max-width: 960px;
  width: 90%;
  padding: 40px;
  margin: 2em auto 0;
  background: #e3faff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .cp {
    margin: 10px auto 30px;
    padding: 20px;
  }
}
.cp img .caution {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .cp img .caution {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 769px) {
  /*---------------------------------------
   * Header
  ---------------------------------------*/
  header {
    width: 100%;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
    padding: 20px 0;
  }
  header .inner {
    display: flex;
    justify-content: space-between;
  }
  header ul li:first-child {
    margin-right: 20px;
  }
  /*---------------------------------------
   * Main
  ---------------------------------------*/
  .main {
    width: 1200px;
    margin: 86px auto 0;
    text-align: center;
  }
  /*---------------------------------------
   * cnt01
  ---------------------------------------*/
  .cnt01 ul {
    display: flex;
    justify-content: center;
    gap: 2%;
    flex-wrap: wrap;
    max-width: 840px;
    width: 100%;
    margin: 1rem auto 0;
  }
  .cnt01 ul li {
    margin: 2rem 0 0;
    width: 49%;
  }
  .cnt01 p {
    margin-top: 1em;
    line-height: 1.5;
  }
  /*---------------------------------------
   * cnt02
  ---------------------------------------*/
  .cnt02 {
    margin-bottom: 60px;
  }
  .cnt02 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cnt02 ul li {
    width: 50%;
  }
  /*---------------------------------------
   * cnt04
  ---------------------------------------*/
  .cnt04 {
    background: url("../../season/img/cnt04_bg.jpg") repeat bottom center/5px;
    padding-bottom: 40px;
    margin-top: -86px;
    padding-top: 86px;
  }
  .cnt04 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
  }
  .cnt04 ul li {
    width: 33.3333333333%;
    position: relative;
    margin-bottom: 30px;
  }
  .cnt04 ul li a {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 15px;
  }
  #modal-02 .youtube_wrap {
    background: #ebffff;
    padding: 20px 18% 50px;
  }
  #modal-02 .youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  #modal-02 .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #modal-05 .btn {
    padding-bottom: 50px;
    background-color: #ebffff;
  }
  #modal-05 .btn a {
    margin: 0 auto !important;
    width: 80%;
  }
  #modal-06 .youtube_wrap {
    background: #fffbeb;
    padding: 45px 18% 20px;
  }
  #modal-06 .youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  #modal-06 .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #modal-06 p {
    font-size: 18px;
    text-align: center;
    background-color: #fffbeb;
    padding-bottom: 45px;
    line-height: 1.5;
  }
  #modal-06 .btn {
    padding-bottom: 50px;
    background-color: #fffbeb;
  }
  #modal-06 .btn a {
    margin: 0 auto !important;
    width: 80%;
  }
  /*---------------------------------------
   * cnt05
  ---------------------------------------*/
  /*---------------------------------------
   * cnt06
  ---------------------------------------*/
  .cnt06 {
    margin-top: -86px;
    padding-top: 86px;
  }
  .cnt06 dl {
    margin: 0 auto 50px;
  }
  .cnt06 dl dt {
    position: relative;
    width: 1004px;
    margin: 0 auto;
  }
  .cnt06 dl dt:after {
    border-right: solid 4px #fff;
    border-top: solid 4px #fff;
    content: "";
    display: block;
    height: 16px;
    position: absolute;
    right: 40px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    width: 16px;
  }
  .cnt06 dl dt.active:after {
    top: 45%;
    transform: rotate(-45deg);
  }
  .cnt06 dl dd {
    display: none;
    padding-bottom: 60px;
  }
  .cnt06 dl.accordion01 dd {
    background: #ebffff;
  }
  .cnt06 dl.accordion02 dd {
    background: #e8f4eb;
  }
  .cnt06 dl.accordion03 dd {
    background: #fffbeb;
  }
  .cnt06 dl .table_ttl {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .cnt06 dl table {
    width: 684px;
    margin: 0 auto;
  }
  .cnt06 dl table th,
  .cnt06 dl table td {
    border: 2px solid #929292;
    padding: 3px 8px;
  }
  .cnt06 dl table th {
    background: #d4d4d4;
    text-align: center;
    font-weight: bold;
    color: #3b3b3b;
  }
  .cnt06 dl table td {
    background-color: #fff;
    text-align: left;
    padding: 30px;
    line-height: 1.4;
  }
  /*---------------------------------------
   * cnt07
  ---------------------------------------*/
  .cnt07 {
    margin-bottom: 75px;
  }
  /*---------------------------------------
   * cnt09
  ---------------------------------------*/
  .cnt09 {
    margin-top: -86px;
    padding-top: 86px;
  }
  /*---------------------------------------
   * cnt10
  ---------------------------------------*/
  .cnt10 ul {
    width: 647px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .cnt10 ul li:nth-child(1),
  .cnt10 ul li:nth-child(2),
  .cnt10 ul li:nth-child(3) {
    margin-bottom: 10px;
  }
  /*---------------------------------------
   * cv
  ---------------------------------------*/
  .cv {
    width: 1140px;
    margin: 0 auto;
  }
  .cv a {
    display: block;
    margin-bottom: 15px;
  }
  .cv .cv_btn01 {
    margin-bottom: 22px;
  }
  .cv .cv_btn02,
  .cv .cv_btn03 {
    margin-bottom: 75px;
  }
  /*---------------------------------------
   * Footer
  ---------------------------------------*/
  footer .sns-list {
    display: flex;
    justify-content: space-between;
    width: 361px;
    margin: 0 auto 80px;
  }
  footer .sns-list li {
    width: 84px;
  }
  footer .links {
    text-align: center;
    margin: 40px auto;
  }
  footer .links a {
    display: inline-block;
    margin: 0 9px;
    text-decoration: underline;
    font-size: 1.2rem;
  }
  footer .links a:hover {
    text-decoration: none;
  }
  footer .credit {
    display: block;
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.8;
    padding: 10px 0;
  }
  /*---------------------------------------
   * FooterNav
  ---------------------------------------*/
  .footer-nav {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(244, 244, 244, 0.7);
    display: none;
  }
  .footer-nav ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .modal-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 60px 10px;
    text-align: center;
  }
  .modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s, visibility 0.4s;
  }
  .modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    vertical-align: middle;
    content: "";
  }
  .modal-wrapper .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 70%;
    max-width: 1200px;
    padding: 30px 0 0;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    vertical-align: middle;
  }
  .modal-wrapper .modal-window .modal-content {
    max-height: 80vh;
    overflow-y: auto;
    text-align: left;
  }
  .modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  .modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    color: #95979c !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
  }
  .modal-btn,
  .modal-wrapper a {
    background: none !important;
    display: block;
    margin: 14px 0 !important;
    padding: 0 !important;
  }
  .modal-wrapper .modal-close:hover {
    color: #2b2e38 !important;
  }
  .modal-wrapper .voice-table td {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 94.66vw;
    margin: 0 auto;
  }
  .modal_icon {
    display: inline-block;
    width: 6.933vw;
    height: 6.933vw;
  }
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  /*---------------------------------------
   * Header
  ---------------------------------------*/
  header {
    width: 100%;
    background: #ffffff;
    z-index: 400;
    padding: 3.333vw 0;
  }
  header .inner {
    width: 95%;
    margin: 0 auto;
  }
  header .logo {
    width: 46.933vw;
  }
  header .hd_tel {
    width: 38.667vw;
  }
  /*---------------------------------------
   * cnt01
  ---------------------------------------*/
  .cnt01 ul {
    width: 100%;
    margin: 1rem auto 0;
  }
  .cnt01 ul li {
    margin: 0 0 1rem;
  }
  .cnt01 p {
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  /*---------------------------------------
   * cnt02
  ---------------------------------------*/
  .cnt02 {
    margin-bottom: 8vw;
  }
  .cnt02 ul {
    max-width: 600px;
    width: 100%;
    margin: 1rem auto;
  }
  /*---------------------------------------
   * cnt04
  ---------------------------------------*/
  .cnt04 {
    background: url("../../season/img/cnt04_bg.jpg") repeat bottom center/4px;
    padding-bottom: 5.333vw;
    text-align: center;
  }
  .cnt04 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 89.333vw;
    margin: 0 auto;
  }
  .cnt04 ul li {
    width: 48%;
    position: relative;
    margin-bottom: 4vw;
  }
  .cnt04 ul li a {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    bottom: 2vw;
    width: 34.667vw;
  }
  #modal-02 .youtube_wrap {
    background: #ebffff;
    padding: 2.667vw 18% 6.667vw;
  }
  #modal-02 .youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  #modal-02 .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #modal-05 .btn {
    background-color: #ebffff;
    padding: 6.667vw 0;
  }
  #modal-05 .btn a {
    margin: 0 auto !important;
    width: 80%;
  }
  #modal-06 .youtube_wrap {
    background: #fffbeb;
    padding: 0 5%;
  }
  #modal-06 .youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  #modal-06 .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #modal-06 p {
    font-size: 2.4vw;
    text-align: center;
    background-color: #fffbeb;
    padding-bottom: 6vw;
  }
  #modal-06 .btn {
    padding-bottom: 6.667vw;
    background-color: #fffbeb;
  }
  #modal-06 .btn a {
    margin: 0 auto !important;
    width: 80%;
  }
  #modal-07 .modal-window .modal-content {
    padding: 30px;
  }
  /*---------------------------------------
   * cnt05
  ---------------------------------------*/
  /*---------------------------------------
   * cnt06
  ---------------------------------------*/
  .cnt06 .accordion {
    text-align: center;
  }
  .cnt06 dl {
    margin-bottom: 6.667vw;
  }
  .cnt06 dl dt {
    position: relative;
    width: 89.333vw;
    margin: 0 auto;
  }
  .cnt06 dl dt:after {
    border-right: solid 4px #fff;
    border-top: solid 4px #fff;
    content: "";
    display: block;
    height: 2.133vw;
    position: absolute;
    right: 5.333vw;
    top: 38%;
    transform: rotate(135deg);
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    width: 2.133vw;
  }
  .cnt06 dl dt.active:after {
    top: 45%;
    transform: rotate(-45deg);
  }
  .cnt06 dl dd {
    display: none;
    padding-bottom: 8vw;
  }
  .cnt06 dl.accordion01 dd {
    background: #ebffff;
  }
  .cnt06 dl.accordion02 dd {
    background: #e8f4eb;
  }
  .cnt06 dl.accordion03 dd {
    background: #fffbeb;
  }
  .cnt06 dl .table_ttl {
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 2.667vw;
  }
  .cnt06 dl table {
    width: 91.2vw;
    margin: 0 auto;
  }
  .cnt06 dl table th,
  .cnt06 dl table td {
    border: 2px solid #929292;
    padding: 0.4vw 1.067vw;
    font-size: 1.6vw;
  }
  .cnt06 dl table th {
    background: #d4d4d4;
    text-align: center;
    font-weight: bold;
    color: #3b3b3b;
    width: 35%;
  }
  .cnt06 dl table td {
    background-color: #fff;
    text-align: left;
    padding: 4vw;
    line-height: 1.4;
  }
  /*---------------------------------------
   * cnt07
  ---------------------------------------*/
  .cnt07 {
    margin-bottom: 10vw;
    text-align: center;
  }
  .cnt07 a {
    width: 89.333vw;
    margin: 0 auto;
    display: inline-block;
  }
  /*---------------------------------------
   * cnt10
  ---------------------------------------*/
  .cnt10 ul {
    width: 94.667vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .cnt10 ul li {
    width: 32.6666666667%;
  }
  .cnt10 ul li:nth-child(1),
  .cnt10 ul li:nth-child(2),
  .cnt10 ul li:nth-child(3) {
    margin-bottom: 10px;
  }
  /*---------------------------------------
   * cv
  ---------------------------------------*/
  .cv {
    margin: 0 auto;
    width: 89.333vw;
  }
  .cv a {
    display: block;
    margin-bottom: 1.333vw;
  }
  .cv .cv_btn01 {
    margin-bottom: 2.933vw;
  }
  .cv .cv_btn02,
  .cv .cv_btn03 {
    margin-bottom: 10vw;
  }
  /*---------------------------------------
   * Footer
  ---------------------------------------*/
  footer .sns-list {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 37.333vw);
    margin: 0 auto 30px;
  }
  footer .sns-list li {
    width: 16vw;
  }
  footer .links {
    text-align: center;
    margin: 8vw auto;
  }
  footer .links a {
    display: block;
    margin: 4vw 0;
    text-decoration: underline;
    font-size: 3.2vw;
  }
  footer .links a:hover {
    text-decoration: none;
  }
  footer .credit {
    display: block;
    font-size: 2.933vw;
    text-align: center;
    line-height: 1.8;
    padding: 10px 0;
  }
  /*---------------------------------------
   * FooterNav
  ---------------------------------------*/
  .footer-nav {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
  }
  .footer-nav .inner {
    width: 100%;
  }
  .footer-nav ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .modal-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 8vw 1.333vw;
    text-align: center;
  }
  .modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s, visibility 0.4s;
  }
  .modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    vertical-align: middle;
    content: "";
  }
  .modal-wrapper .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 70%;
    max-width: 80vw;
    border-radius: 0.267vw;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    vertical-align: middle;
  }
  .modal-wrapper .modal-window .modal-content {
    max-height: 80vh;
    overflow-y: auto;
    text-align: left;
  }
  .modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  .modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    width: 4.667vw;
    color: #95979c !important;
    font-size: 2.667vw;
    font-weight: 700;
    line-height: 4.667vw;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
  }
  .modal-btn,
  .modal-wrapper a {
    background: none !important;
    display: block;
    margin: 1rem 0 !important;
    padding: 0 !important;
  }
  .modal-wrapper .modal-close:hover {
    color: #2b2e38 !important;
  }
  .modal-wrapper .voice-table td {
    text-align: left;
  }
  .modal-wrapper .modal-window {
    width: 95%;
  }
}
.modal-wrapper {
  display: none;
}

.modaal-container {
  max-height: 80vh;
  overflow-y: scroll;
  text-align: center;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .modaal-container {
    padding: 0;
  }
}

.modaal-content-container {
  padding: 0;
}
.modaal-content-container .youtube_wrap {
  padding: 20px 18% 50px;
}
.modaal-content-container .youtube_wrap.bg_blue {
  background: #ebffff;
}
.modaal-content-container .youtube_wrap.bg_orange {
  background: #fffbeb;
}
.modaal-content-container .youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.modaal-content-container .youtube iframe {
  width: 100%;
  height: 100%;
}
.modaal-content-container .btn {
  padding: 30px 30px 50px;
  background-color: #ebffff;
}
.modaal-content-container .btn a {
  margin: 0 auto !important;
  width: 80%;
}
.modaal-content-container p {
  line-height: 1.5;
  font-size: 1.6vw;
  text-align: center;
  background-color: #fffbeb;
  padding-bottom: 6vw;
}