@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap);
@import url(tuika.css);

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

*,
::before,
::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
}

main {
    display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

hr {
    clear: both;
    overflow: visible;
    box-sizing: content-box;
    height: 0;
    margin: 0;
    color: inherit;
    border-top-width: 1px;
}

pre {
    font-family: monospace, monospace;
    font-size: inherit;
}

address {
    font-style: inherit;
}

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

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    -webkit-text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: inherit;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img,
embed,
object,
iframe {
    vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    vertical-align: middle;
    color: inherit;
    border-radius: 0;
    outline: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
    cursor: default;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

select::-ms-expand {
    display: none;
}

option {
    padding: 0;
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
}

legend {
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    color: inherit;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

label[for] {
    cursor: pointer;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[contenteditable] {
    outline: none;
}

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

caption {
    text-align: left;
}

td,
th {
    padding: 0;
    vertical-align: top;
}

th {
    font-weight: bold;
    text-align: left;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: pan-y;
    -webkit-touch-callout: none;
}

.slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: inline-block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    display: block;
    width: 20px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    transform: translate(0, -50%);
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.slick-prev:before {
    top: 0;
    width: 18px;
    height: 18px;
    content: "";
    transform: rotate(-45deg);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

.slick-next:before {
    top: 0;
    left: 6px;
    width: 18px;
    height: 18px;
    content: "";
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.slick-prev {
    left: 18px;
}

.slick-next {
    right: 18px;
    text-align: center;
}

.slick-prev:before {
    content: "";
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    color: #53c2f0;
}

.slick-dots li button:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: "窶｢";
    text-align: center;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #53c2f0;
}

html,
body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: "Noto Sans JP", "貂ｸ繧ｴ繧ｷ繝�け Medium", "貂ｸ繧ｴ繧ｷ繝�け", YuGothic, YuGothicM, Osaka, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #000;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 15px;
    }
}

img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

a,
a:visited,
a:hover {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a img {
    border: 0;
}

.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    content: " ";
}

@media screen and (min-width: 769px) {
    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
}

.wrap {
    position: relative;
    overflow: hidden;
}

.header__menu {
    position: fixed;
    z-index: 10;
    top: 10vh;
    right: -210px;
    padding: 75px 0 0 40px;
}

@media screen and (max-width: 768px) {
    .header__menu {
        right: -175px;
        padding: 60px 0 0 40px;
    }
}

@media screen and (min-width: 769px) {
    .header__menu:hover {
        right: -60px;
        transition: all 0.3s 0s ease;
    }
    .header__menu:hover::before {
        opacity: 0;
    }
}

@media screen and (max-width: 768px) {
    .header__menu._active {
        right: -35px;
        transition: all 0.3s 0s ease;
    }
    .header__menu._active::before {
        opacity: 0;
    }
    .header__menu._active ul {
        pointer-events: all;
    }
}

.header__menu::before {
    position: absolute;
    top: 270px;
    left: 5px;
    width: 22px;
    height: 40px;
    content: "";
    transition: all 0.5s 0s ease;
    transform: rotate(180deg);
    opacity: 1;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 24'%3E%3Cpath fill='%230' d='M9.976,12L.488,21.232c-.015.014-.029.029-.043.043-.609.633-.59,1.64.043,2.25.658.633,1.699.633,2.357,0l10.662-10.374s.004-.003.005-.004c.015-.014.029-.029.043-.043.305-.317.452-.727.444-1.134-.008-.407-.171-.812-.488-1.116-.002-.002-.004-.003-.006-.005L2.846.475C2.53.169,2.107-.002,1.667,0c-.44-.001-.863.169-1.179.476-.015.014-.029.029-.043.043-.609.633-.59,1.64.043,2.25l9.488,9.231Z' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
    .header__menu::before {
        top: 240px;
        left: 15px;
        width: 12px;
        height: 26px;
    }
}

.header__menu_st {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
}

@media screen and (max-width: 768px) {
    .header__menu_st {
        width: 50px;
    }
}

.header__menu ul {
    width: 250px;
}

@media screen and (max-width: 768px) {
    .header__menu ul {
        width: 200px;
        pointer-events: none;
    }
}

.header__menu ul li {
    margin-bottom: 5px;
}

.header__menu ul li a {
    font-weight: 600;
    position: relative;
    display: block;
    padding: 20px 0 20px 40px;
    border: 3px solid #000;
    border-radius: 10px;
    background: #fff;
}

@media screen and (max-width: 768px) {
    .header__menu ul li a {
        padding: 15px 0 15px 30px;
    }
}

.header__menu ul li a::before {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: calc(100% - 10px);
    content: "";
    border-radius: 5px;
    background: #ccc;
}

@media screen and (max-width: 768px) {
    .header__menu ul li a::before {
        width: 12px;
        border-radius: 4px;
    }
}

@media screen and (min-width: 769px) {
    .header__menu ul li a:hover {
        transition: all 0.1s 0s ease;
        transform: translate(-20px, 0);
    }
}

.header__menu ul li:first-child a::before {
    background: #269cfe;
}

.header__menu ul li:nth-child(2) a::before {
    background: #44d669;
}

.header__menu ul li:nth-child(3) a::before {
    background: #ff9096;
}

.header__menu ul li:nth-child(4) a::before {
    background: #f77541;
}

.header__menu ul li:nth-child(5) a::before {
    background: #ffbb28;
}

.header__menu ul li:nth-child(6) a::before {
    background: #71d2ff;
}

.header__menu ul li:nth-child(7) a::before {
    background: #cba267;
}

.home .footer {
    position: relative;
    padding: 150px 0 0;
    text-align: center;
    background: #efeee8;
}

@media screen and (max-width: 768px) {
    .home .footer {
        padding: 80px 0 30px;
    }
}

.home .footer__coming {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 65px;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 150px;
    letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
    .home .footer__coming {
        font-size: 35px;
        margin-bottom: 100px;
    }
}

.home .footer__sns_st {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .home .footer__sns_st {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.home .footer__sns_st span {
    position: relative;
    padding: 0 35px;
    letter-spacing: 0.025em;
}

@media screen and (max-width: 768px) {
    .home .footer__sns_st span {
        padding: 0 30px;
    }
}

.home .footer__sns_st span::before,
.home .footer__sns_st span::after {
    position: absolute;
    top: 50%;
    width: 8px;
    height: 30px;
    content: "";
    transform: translate(0, -50%);
}

.home .footer__sns_st span::after {
    left: 0;
    transform: translate(0, -50%) rotate(180deg);
    background: url(../../assets/img/common/icon_kagikakko01.svg) 0 0 no-repeat;
    background-size: contain;
}

.home .footer__sns_st span::before {
    right: 0;
    background: url(../../assets/img/common/icon_kagikakko01.svg) 0 0 no-repeat;
    background-size: contain;
}

.home .footer__sns ul {
    display: flex;
    margin-bottom: 100px;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .home .footer__sns ul {
        margin-bottom: 60px;
    }
}

.home .footer__sns ul li {
    margin: 0 22.5px;
}

@media screen and (max-width: 768px) {
    .home .footer__sns ul li {
        margin: 0 15px;
    }
}

.home .footer__sns ul li a {
    display: block;
    width: 70px;
    height: 70px;
    transition: all 0.5s 0s ease;
    border-radius: 20px;
}

.home .footer__sns ul li a._yt {
    background: #da1725;
}

.home .footer__sns ul li a._yt svg {
    width: 50%;
    height: 100%;
}

.home .footer__sns ul li a._ig {
    background: #cf2f93;
}

.home .footer__sns ul li a._ig svg {
    width: 45%;
    height: 100%;
}

.home .footer__sns ul li a._li {
    background: #06c755;
}

.home .footer__sns ul li a._li svg {
    width: 65%;
    height: 100%;
}

@media screen and (min-width: 769px) {
    .home .footer__sns ul li a:hover {
        border-radius: 50px;
    }
}

.home .footer h1 {
    width: 200px;
    margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
    .home .footer h1 {
        width: 160px;
    }
}

.home .footer__copyright {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 80px;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
    .home .footer__copyright {
        font-size: 10px;
        margin-bottom: 40px;
    }
}

.home .footer__btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .home .footer__btns {
        display: block;
    }
}

.home .footer__btns a {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 60px;
    font-weight: 900;
    font-style: italic;
    display: flex;
    width: 50%;
    height: 400px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #fff;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .home .footer__btns a {
        width: 100%;
        height: 200px;
    }
}

.home .footer__btns a p {
    position: relative;
    margin-top: 20px;
    padding-top: 80px;
}

.home .footer__btns a p::before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    transform: translate(-50%, 0);
}

.home .footer__btns a p span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 800;
    font-style: normal;
    display: block;
    margin-top: 5px;
    letter-spacing: 0.15em;
}

.home .footer__btns a:first-child {
    background: #ff5c31;
}

.home .footer__btns a:first-child p::before {
    width: 55px;
    height: 64px;
    background: url(../../assets/img/common/icon_contact.svg) 0 0 no-repeat;
    background-size: contain;
}

.home .footer__btns a:nth-child(2) {
    background: #345ea8;
}

.home .footer__btns a:nth-child(2) p::before {
    width: 70px;
    height: 60px;
    background: url(../../assets/img/common/icon_document.svg) 0 0 no-repeat;
    background-size: contain;
}

.home .footer .pagetop {
    padding-top: 70px;
}

.home .footer .pagetop a {
    position: relative;
}

.home .footer .pagetop a::before {
    position: absolute;
    top: -110px;
    left: -50px;
    display: inline-block;
    width: 60px;
    height: 62px;
    content: "";
    background: url(../../assets/img/common/pagetop01.svg) 0 0 no-repeat;
    background-size: contain;
}

.home .footer .pagetop a img {
    width: 43px;
}

.ScrollShow {
    transition: all 0.5s 0s ease;
    transform: translate(0, 30px) scale(0.98);
    opacity: 0;
}

.ScrollShow.__active {
    transform: translate(0, 0) scale(1);
    opacity: 1;
}

.btn01 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    position: relative;
    padding: 10px 75px 10px 0;
    letter-spacing: 0.02em;
}

.btn01::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 14px;
    height: 24px;
    content: "";
    transform: translate(0, -50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 24'%3E%3Cpath fill='%23fff' d='M9.976,12L.488,21.232c-.015.014-.029.029-.043.043-.609.633-.59,1.64.043,2.25.658.633,1.699.633,2.357,0l10.662-10.374s.004-.003.005-.004c.015-.014.029-.029.043-.043.305-.317.452-.727.444-1.134-.008-.407-.171-.812-.488-1.116-.002-.002-.004-.003-.006-.005L2.846.475C2.53.169,2.107-.002,1.667,0c-.44-.001-.863.169-1.179.476-.015.014-.029.029-.043.043-.609.633-.59,1.64.043,2.25l9.488,9.231Z' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.btn01::before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 55px;
    height: 55px;
    content: "";
    transform: translate(0, -50%);
    border-radius: 50%;
    background: #269cfe;
}

.home__mainimage {
    position: relative;
    background: #efeee8;
    aspect-ratio: 1920 / 1052;
}

@media screen and (max-width: 768px) {
    .home__mainimage {
        aspect-ratio: 375 / 700;
    }
}

.home__mainimage::before {
    position: absolute;
    bottom: -4px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 8px;
    content: "";
    background: radial-gradient( circle farthest-side, #000, #000 30%, transparent 30%, transparent);
    background-size: 6px;
}

@media screen and (max-width: 768px) {
    .home__mainimage::before {
        bottom: -6px;
        height: 11px;
        background-size: 8px;
    }
}

@media screen and (min-width: 769px) {
    .home__mainimage_pic {
        position: absolute;
        top: calc(50%);
        left: calc(50% - 10px);
        width: calc(100% + 80px);
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 768px) {
    .home__mainimage_pic {
        width: 100%;
    }
}

.home__mainimage_in {
    position: relative;
    z-index: 2;
    width: calc(50% - 40px);
    padding: 0 40px;
    text-align: center;
}

@media screen and (min-width: 769px) {
    .home__mainimage_in {
        min-width: 760px;
        max-width: 1600px;
    }
}

@media screen and (max-width: 768px) {
    .home__mainimage_in {
        width: 100%;
    }
}

.home__mainimage h1 {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
    max-width: 210px;
}

@media screen and (max-width: 768px) {
    .home__mainimage h1 {
        top: 15px;
        left: 15px;
        width: 180px;
    }
}

.home__mainimage_title {
    padding-top: 18vh;
}

.home__mainimage_title_copy {
    width: 70vh;
    margin-bottom: 2vh;
}

.home__mainimage_title_text {
    font-size: 18px;
    margin-bottom: 6vh;
    text-align: left;
    letter-spacing: 0.43em;
    color: #fff;
}

.home__mainimage_title_text span {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 30px;
    background: #ff5c31;
}

.home__mainimage_course_st {
    position: relative;
    margin-bottom: 20px;
}

.home__mainimage_course_st span {
    position: relative;
    z-index: 2;
    padding: 6px 40px;
    letter-spacing: 0.15em;
    color: #fff;
    border-radius: 100px;
    background: #000;
}

.home__mainimage_course_st span::before {
    display: inline-block;
    width: 30px;
    height: 20px;
    margin-right: 10px;
    content: "";
    vertical-align: middle;
    background: url(../../assets/img/teaser/icon01.svg) 0 0 no-repeat;
    background-size: contain;
}

.home__mainimage_course_st::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #000;
}

.home__mainimage_course h3 {
    font-size: 34px;
    font-weight: 800;
    display: flex;
    letter-spacing: 0.15em;
    align-items: baseline;
    justify-content: center;
    flex-wrap: nowrap;
}

.home__mainimage_course h3 strong {
    font-size: 20px;
    font-weight: 800;
    padding-right: 15px;
    letter-spacing: 0.15em;
}

.home__mainimage_course h3 span {
    font-size: 18px;
    padding-left: 5px;
    letter-spacing: 0.15em;
}

.home__about {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding: 100px 0;
}

@media screen and (max-width: 768px) {
    .home__about {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .home__about {
        padding: 100px 0 180px;
    }
}

.home__about::after {
    position: absolute;
    content: "";
    image-rendering: -webkit-optimize-contrast;
}

@media screen and (min-width: 769px) {
    .home__about::after {
        top: -20px;
        left: -100px;
        width: 535px;
        height: 1100px;
        background: url(../../assets/img/teaser/about01.webp) 0 0 no-repeat;
        background-size: contain;
    }
}

@media screen and (max-width: 768px) {
    .home__about::after {
        top: -7px;
        left: 30px;
        width: 134px;
        height: 70px;
        background: url(../../assets/img/teaser/about_sp01.webp) 0 0 no-repeat;
        background-size: contain;
    }
}

@media screen and (max-width: 768px) {
    .home__about::before {
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        height: 260px;
        content: "";
        background: url(../../assets/img/teaser/about_sp03.webp) left bottom no-repeat;
        background-size: 100% auto;
    }
}

.home__about_in {
    width: 600px;
    margin-left: 500px;
}

@media screen and (max-width: 768px) {
    .home__about_in {
        position: relative;
        width: 100%;
        margin-left: 0;
        padding: 0 20px;
    }
    .home__about_in::before {
        position: absolute;
        top: 380px;
        right: -5px;
        width: 65px;
        height: 215px;
        content: "";
        background: url(../../assets/img/teaser/about_sp02.webp) 0 0 no-repeat;
        background-size: contain;
    }
}

.home__about_text {
    line-height: 42px;
    padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .home__about_text {
        line-height: 35px;
        padding-bottom: 30px;
    }
}

.home__about_text p {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .home__about_text p {
        margin-bottom: 0;
    }
}

.home__about h2 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 10px;
    padding: 28px 0;
    letter-spacing: 0.2em;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px) {
    .home__about h2 {
        margin-bottom: 12px;
        padding: 17px 0;
    }
}

.home__about h2 strong {
    font-size: 20px;
    font-weight: 800;
    margin-right: 15px;
    letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
    .home__about h2 strong {
        font-size: 14px;
        display: block;
        margin: 0 0 5px;
    }
}

@media screen and (max-width: 768px) {
    .home__about h2 {
        font-size: 18px;
    }
}

.home__about h2 span {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
    .home__about h2 span {
        font-size: 11px;
    }
}

.home__about_note {
    font-weight: 800;
    letter-spacing: 0.2em;
}

.home__about_note span {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
    .home__about_note span {
        font-size: 11px;
    }
}

.home__news {
    position: relative;
    padding: 90px 0 100px;
    background: #efeee8;
}

@media screen and (max-width: 768px) {
    .home__news {
        padding: 40px 20px 50px;
    }
}

.home__news::before {
    position: absolute;
    top: -4px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 8px;
    content: "";
    background: radial-gradient( circle farthest-side, #000, #000 30%, transparent 30%, transparent);
    background-size: 6px;
}

@media screen and (max-width: 768px) {
    .home__news::before {
        top: -6px;
        height: 11px;
        background-size: 8px;
    }
}

.home__news_in {
    width: 1100px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .home__news_in {
        width: 100%;
    }
}

.home__news_title {
    position: relative;
    display: flex;
    padding-bottom: 30px;
    align-items: baseline;
}

.home__news_title::before,
.home__news_title::after {
    position: absolute;
    content: "";
}

.home__news_title::before {
    top: 0;
    left: 0;
    width: 32px;
    height: 36px;
    background: #ccc;
}

.home__news_title::after {
    right: 0;
    bottom: -10px;
    width: 140px;
    height: 110px;
    background: #ccc;
}

.home__news_title>span {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 85px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 0.02em;
}

.home__news_title>span>span {
    color: #269cfe;
    text-stroke: 2px #000;
    -webkit-text-stroke: 2px #000;
}

.home__news_title h2 {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 0 30px;
    letter-spacing: 0.15em;
}

.home__news_list {
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
}

.home__news_list li {
    border-top: 1px solid #000;
}

.home__news_list li a {
    display: flex;
    padding: 30px 0;
}

.home__news_list li a span {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    margin-right: 60px;
    letter-spacing: 0.02em;
}

.home__news_list li a p {
    text-decoration: underline;
}

.home__news_list li a:hover p {
    text-decoration: none;
}

.home__news .btn01 {
    float: right;
}

.home__point {
    padding: 100px 0;
}

@media screen and (max-width: 768px) {
    .home__point {
        padding: 40px 20px 50px;
    }
}

.home__point._point01 {
    background: #44d669;
}

.home__point._point01 .home__point_in::before {
    background: url(../../assets/img/home/point01.webp) 0 0 no-repeat;
    background-size: contain;
}

.home__point._point01 .home__point_check::before {
    background: url(../../assets/img/home/point_check01.webp) 0 0 no-repeat;
    background-size: contain;
}

.home__point._point01 .home__point_title_st::before {
    background: #44d669;
}

.home__point._point01 .home__point_check_mark {
    background: #ffbb28;
}

.home__point._point02 {
    background: #ff9096;
}

.home__point._point02 .home__point_in::before {
    background: url(../../assets/img/home/point02.webp) 0 0 no-repeat;
    background-size: contain;
}

.home__point._point02 .home__point_title_st::before {
    background: #ff9096;
}

.home__point._point03 {
    background: #f77541;
}

.home__point._point03 .home__point_in::before {
    background: url(../../assets/img/home/point03.webp) 0 0 no-repeat;
    background-size: contain;
}

.home__point._point03 .home__point_check::before {
    background: url(../../assets/img/home/point_check03.webp) 0 0 no-repeat;
    background-size: contain;
}

.home__point._point03 .home__point_title_st::before {
    background: #f77541;
}

.home__point._point03 .home__point_check_mark {
    background: #71d2ff;
}

.home__point._point03 .home__point_check_title h3 span::before {
    background: #f77541;
}

.home__point._point03 .home__point_check a::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 24'%3E%3Cpath fill='%23F77541' d='M9.976,12L.488,21.232c-.015.014-.029.029-.043.043-.609.633-.59,1.64.043,2.25.658.633,1.699.633,2.357,0l10.662-10.374s.004-.003.005-.004c.015-.014.029-.029.043-.043.305-.317.452-.727.444-1.134-.008-.407-.171-.812-.488-1.116-.002-.002-.004-.003-.006-.005L2.846.475C2.53.169,2.107-.002,1.667,0c-.44-.001-.863.169-1.179.476-.015.014-.029.029-.043.043-.609.633-.59,1.64.043,2.25l9.488,9.231Z' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.home__point._point04 {
    background: #ffbb28;
}

.home__point._point04 .home__point_in::before {
    background: url(../../assets/img/home/point04.webp) 0 0 no-repeat;
    background-size: contain;
}

.home__point._point04 .home__point_check::before {
    background: url(../../assets/img/home/point_check04.webp) 0 0 no-repeat;
    background-size: contain;
}

.home__point._point04 .home__point_title_st::before {
    background: #ffbb28;
}

.home__point._point04 .home__point_check_title h3 span::before {
    background: #ffbb28;
}

.home__point._point04 .home__point_check_mark {
    background: #44d669;
}

.home__point._point04 .home__point_check a::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 24'%3E%3Cpath fill='%23FFBB28' d='M9.976,12L.488,21.232c-.015.014-.029.029-.043.043-.609.633-.59,1.64.043,2.25.658.633,1.699.633,2.357,0l10.662-10.374s.004-.003.005-.004c.015-.014.029-.029.043-.043.305-.317.452-.727.444-1.134-.008-.407-.171-.812-.488-1.116-.002-.002-.004-.003-.006-.005L2.846.475C2.53.169,2.107-.002,1.667,0c-.44-.001-.863.169-1.179.476-.015.014-.029.029-.043.043-.609.633-.59,1.64.043,2.25l9.488,9.231Z' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.home__point._point05 {
    background: #71d2ff;
}

.home__point._point05 .home__point_in::before {
    background: url(../../assets/img/home/point05.webp) 0 0 no-repeat;
    background-size: contain;
}

.home__point._point05 .home__point_check::before {
    background: url(../../assets/img/home/point_check05.webp) 0 0 no-repeat;
    background-size: contain;
}

.home__point._point05 .home__point_title_st::before {
    background: #71d2ff;
}

.home__point._point05 .home__point_check_title h3 span::before {
    background: #71d2ff;
}

.home__point._point05 .home__point_check_mark {
    background: #ff9096;
}

.home__point._point05 .home__point_check a::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 24'%3E%3Cpath fill='%2371D2FF' d='M9.976,12L.488,21.232c-.015.014-.029.029-.043.043-.609.633-.59,1.64.043,2.25.658.633,1.699.633,2.357,0l10.662-10.374s.004-.003.005-.004c.015-.014.029-.029.043-.043.305-.317.452-.727.444-1.134-.008-.407-.171-.812-.488-1.116-.002-.002-.004-.003-.006-.005L2.846.475C2.53.169,2.107-.002,1.667,0c-.44-.001-.863.169-1.179.476-.015.014-.029.029-.043.043-.609.633-.59,1.64.043,2.25l9.488,9.231Z' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.home__point_in {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .home__point_in {
        width: 100%;
    }
}

.home__point_in::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    content: "";
    background: #ccc;
}

.home__point_title {
    margin-bottom: 30px;
}

.home__point_title_st {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 900;
    font-style: italic;
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
    padding: 2px 25px;
    letter-spacing: 0.02em;
    border-radius: 5px;
    background: #fff;
}

.home__point_title_st::before {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 8px;
    height: calc(100% - 10px);
    content: "";
    transform: translate(0, -50%);
    border-radius: 5px;
    background: #000;
}

.home__point_title p {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: 0.15em;
}

.home__point_title h2 {
    font-size: 45px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.15em;
}

.home__point_title h2 span {
    font-size: 60px;
    letter-spacing: 0.15em;
    color: #fff;
    text-stroke: 2px #000;
    -webkit-text-stroke: 2px #000;
}

.home__point_check {
    position: relative;
    margin-top: 60px;
    padding: 45px 0 40px 100px;
    border-radius: 15px;
    background: #efeee8;
}

.home__point_check::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    content: "";
    background: #ccc;
}

.home__point_check_mark {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    font-size: 24px;
    font-weight: 900;
    font-style: italic;
    position: absolute;
    z-index: 2;
    top: -20px;
    left: -20px;
    display: flex;
    width: 104px;
    height: 104px;
    letter-spacing: 0.02em;
    border: 1px solid #000;
    border-radius: 100px;
    background: #fff;
    align-items: center;
    justify-content: center;
}

.home__point_check_title {
    margin-bottom: 35px;
}

.home__point_check_title strong {
    font-size: 20px;
    font-weight: 900;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 50px;
    letter-spacing: 0.15em;
}

.home__point_check_title strong::before,
.home__point_check_title strong::after {
    position: absolute;
    top: 50%;
    width: 21px;
    height: 15px;
    content: "";
    transform: translate(0, -50%);
}

.home__point_check_title strong::after {
    left: 0;
    transform: translate(0, -50%) rotate(180deg);
    background: url(../../assets/img/common/icon_kagikakko02.svg) 0 0 no-repeat;
    background-size: contain;
}

.home__point_check_title strong::before {
    right: 0;
    background: url(../../assets/img/common/icon_kagikakko02.svg) 0 0 no-repeat;
    background-size: contain;
}

.home__point_check_title h3 {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0.15em;
}

.home__point_check_title h3 span {
    font-size: 38px;
    position: relative;
    z-index: 1;
}

.home__point_check_title h3 span::before {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    content: "";
    background: #44d669;
}

.home__point_check a {
    font-size: 18px;
    font-weight: 800;
    position: relative;
    display: inline-block;
    padding: 13px 100px 13px 50px;
    letter-spacing: 0.15em;
    border: 1px solid #000;
    border-radius: 100px;
    background: #fff;
}

.home__point_check a::before {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 14px;
    height: 24px;
    content: "";
    transform: translate(0, -50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 24'%3E%3Cpath fill='%2344D669' d='M9.976,12L.488,21.232c-.015.014-.029.029-.043.043-.609.633-.59,1.64.043,2.25.658.633,1.699.633,2.357,0l10.662-10.374s.004-.003.005-.004c.015-.014.029-.029.043-.043.305-.317.452-.727.444-1.134-.008-.407-.171-.812-.488-1.116-.002-.002-.004-.003-.006-.005L2.846.475C2.53.169,2.107-.002,1.667,0c-.44-.001-.863.169-1.179.476-.015.014-.029.029-.043.043-.609.633-.59,1.64.043,2.25l9.488,9.231Z' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.home__point_text {
    line-height: 2;
    width: 600px;
}

@media screen and (max-width: 768px) {
    .home__point_text {
        width: 100%;
    }
}

.home__faq {
    padding: 100px 0;
    background: #efeee8;
}

@media screen and (max-width: 768px) {
    .home__faq {
        padding: 40px 20px 50px;
    }
}

.home__faq_in {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .home__faq_in {
        width: 100%;
    }
}

.home__faq_in::before,
.home__faq_in::after {
    position: absolute;
    content: "";
    content: "";
}

.home__faq_in::before {
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: #ccc;
}

.home__faq_in::after {
    bottom: -200px;
    left: -200px;
    width: 200px;
    height: 200px;
    background: #ccc;
}

.home__faq_title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 85px;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #cba267;
    text-stroke: 2px #000;
    -webkit-text-stroke: 2px #000;
}

.home__faq_title span {
    font-size: 65px;
    color: #000;
}

.home__faq_list {
    padding: 30px 50px;
    border-radius: 15px;
    background: #fff;
}

@media screen and (max-width: 768px) {
    .home__faq_list {
        padding: 20px;
    }
}

.home__faq_list dl>div {
    border-bottom: 1px solid #000;
}

.home__faq_list dl>div:last-child {
    border-bottom: none;
}

.home__faq_list dl dt,
.home__faq_list dl dd {
    line-height: 2;
    position: relative;
    display: flex;
}

.home__faq_list dl dt span,
.home__faq_list dl dd span {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30px;
    font-weight: 900;
    font-style: italic;
    line-height: 1.25;
    position: absolute;
    padding-right: 30px;
    color: #cba267;
}

.home__faq_list dl dt {
    font-size: 18px;
    position: relative;
    transition: all 0.5s 0s ease;
}

.home__faq_list dl dt:hover {
    cursor: pointer;
    opacity: 0.7;
}

.home__faq_list dl dt::before {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 40px;
    height: 40px;
    content: "";
    border-radius: 100px;
    background: #cba267;
}

.home__faq_list dl dt p {
    position: relative;
    width: 100%;
    padding: 27px 100px 27px 70px;
}

@media screen and (max-width: 768px) {
    .home__faq_list dl dt p {
        padding: 15px 30px 15px 30px;
    }
}

.home__faq_list dl dt p::after,
.home__faq_list dl dt p::before {
    position: absolute;
    z-index: 2;
    top: 48px;
    right: 30px;
    width: 18px;
    height: 3px;
    content: "";
    transition: all 0.5s 0s ease;
    border-radius: 50px;
    background: #fff;
}

.home__faq_list dl dt p::before {
    transform: rotate(90deg);
}

.home__faq_list dl dt p span {
    left: 20px;
}

.home__faq_list dl dt._active p::before {
    transform: rotate(0deg);
}

.home__faq_list dl dd {
    font-size: 16px;
    padding: 20px 70px 20px 125px;
    background: #f8f7f2;
}

.home__faq_list dl dd span {
    left: 70px;
}

.teaser {
    font-size: 17px;
    font-weight: 600;
    list-style: none;
    letter-spacing: 0.1em;
}

.teaser img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
    .teaser {
        font-size: 14px;
    }
}

.teaser__mainimage {
    position: relative;
    background: #efeee8;
    aspect-ratio: 1920 / 1052;
}

@media screen and (max-width: 768px) {
    .teaser__mainimage {
        aspect-ratio: 375 / 700;
    }
}

.teaser__mainimage::before {
    position: absolute;
    bottom: -4px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 8px;
    content: "";
    background: radial-gradient( circle farthest-side, #000, #000 30%, transparent 30%, transparent);
    background-size: 6px;
}

@media screen and (max-width: 768px) {
    .teaser__mainimage::before {
        bottom: -6px;
        height: 11px;
        background-size: 8px;
    }
}

@media screen and (min-width: 769px) {
    .teaser__mainimage_pic {
        position: absolute;
        top: calc(50%);
        left: calc(50% - 10px);
        width: calc(100% + 80px);
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 768px) {
    .teaser__mainimage_pic {
        width: 100%;
    }
}

.teaser__mainimage_in {
    position: relative;
    z-index: 2;
    width: calc(50% - 40px);
    padding: 0 40px;
    text-align: center;
}

@media screen and (min-width: 769px) {
    .teaser__mainimage_in {
        min-width: 760px;
        max-width: 1600px;
    }
}

@media screen and (max-width: 768px) {
    .teaser__mainimage_in {
        width: 100%;
    }
}

.teaser__mainimage h1 {
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 20px;
    max-width: 210px;
}

@media screen and (max-width: 768px) {
    .teaser__mainimage h1 {
        top: 15px;
        left: 15px;
        width: 180px;
    }
}

@media screen and (min-width: 769px) {
    .teaser__mainimage h1 a:hover {
        transition: all 0.5s 0s ease;
        opacity: 0.7;
    }
}

.teaser__mainimage_title {
    padding-top: 18vh;
}

.teaser__mainimage_title_copy {
    width: 70vh;
    margin-bottom: 2vh;
}

.teaser__mainimage_title_text {
    font-size: 18px;
    margin-bottom: 6vh;
    text-align: left;
    letter-spacing: 0.43em;
    color: #fff;
}

.teaser__mainimage_title_text span {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 30px;
    background: #ff5c31;
}

.teaser__mainimage_course_st {
    position: relative;
    margin-bottom: 20px;
}

.teaser__mainimage_course_st span {
    position: relative;
    z-index: 2;
    padding: 6px 40px;
    letter-spacing: 0.15em;
    color: #fff;
    border-radius: 100px;
    background: #000;
}

.teaser__mainimage_course_st span::before {
    display: inline-block;
    width: 30px;
    height: 20px;
    margin-right: 10px;
    content: "";
    vertical-align: middle;
    background: url(../../assets/img/teaser/icon01.svg) 0 0 no-repeat;
    background-size: contain;
}

.teaser__mainimage_course_st::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #000;
}

.teaser__mainimage_course h3 {
    font-size: 34px;
    font-weight: 800;
    display: flex;
    letter-spacing: 0.15em;
    align-items: baseline;
    justify-content: center;
    flex-wrap: nowrap;
}

.teaser__mainimage_course h3 strong {
    font-size: 20px;
    font-weight: 800;
    padding-right: 15px;
    letter-spacing: 0.15em;
}

.teaser__mainimage_course h3 span {
    font-size: 18px;
    padding-left: 5px;
    letter-spacing: 0.15em;
}

.teaser__about {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding: 100px 0;
}

@media screen and (max-width: 768px) {
    .teaser__about {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .teaser__about {
        padding: 100px 0 180px;
    }
}

.teaser__about::after {
    position: absolute;
    content: "";
    image-rendering: -webkit-optimize-contrast;
}

@media screen and (min-width: 769px) {
    .teaser__about::after {
        top: -20px;
        left: -100px;
        width: 535px;
        height: 1100px;
        background: url(../../assets/img/teaser/about01.webp) 0 0 no-repeat;
        background-size: contain;
    }
}

@media screen and (max-width: 768px) {
    .teaser__about::after {
        top: -7px;
        left: 30px;
        width: 134px;
        height: 70px;
        background: url(../../assets/img/teaser/about_sp01.webp) 0 0 no-repeat;
        background-size: contain;
    }
}

@media screen and (max-width: 768px) {
    .teaser__about::before {
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        height: 260px;
        content: "";
        background: url(../../assets/img/teaser/about_sp03.webp) left bottom no-repeat;
        background-size: 100% auto;
    }
}

.teaser__about_in {
    width: 600px;
    margin-left: 500px;
}

@media screen and (max-width: 768px) {
    .teaser__about_in {
        position: relative;
        width: 100%;
        margin-left: 0;
        padding: 0 20px;
    }
    .teaser__about_in::before {
        position: absolute;
        top: 380px;
        right: -5px;
        width: 65px;
        height: 215px;
        content: "";
        background: url(../../assets/img/teaser/about_sp02.webp) 0 0 no-repeat;
        background-size: contain;
    }
}

.teaser__about_text {
    line-height: 42px;
    padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .teaser__about_text {
        line-height: 35px;
        padding-bottom: 30px;
    }
}

.teaser__about_text p {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .teaser__about_text p {
        margin-bottom: 20px;
    }
}

.teaser__about h2 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 10px;
    padding: 28px 0;
    letter-spacing: 0.2em;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px) {
    .teaser__about h2 {
        margin-bottom: 12px;
        padding: 17px 0;
    }
}

.teaser__about h2 strong {
    font-size: 20px;
    font-weight: 800;
    margin-right: 15px;
    letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
    .teaser__about h2 strong {
        font-size: 14px;
        display: block;
        margin: 0 0 5px;
    }
}

@media screen and (max-width: 768px) {
    .teaser__about h2 {
        font-size: 18px;
    }
}

.teaser__about h2 span {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
    .teaser__about h2 span {
        font-size: 11px;
    }
}

.teaser__about_note {
    font-weight: 800;
    letter-spacing: 0.2em;
}

.teaser__about_note span {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
    .teaser__about_note span {
        font-size: 11px;
    }
}

.teaser .footer {
    position: relative;
    padding: 180px 0 80px;
    text-align: center;
    background: #efeee8;
}

@media screen and (max-width: 768px) {
    .teaser .footer {
        padding: 100px 0 50px;
    }
}

.teaser .footer::before {
    position: absolute;
    top: -4px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 8px;
    content: "";
    background: radial-gradient( circle farthest-side, #000, #000 30%, transparent 30%, transparent);
    background-size: 6px;
}

@media screen and (max-width: 768px) {
    .teaser .footer::before {
        top: -6px;
        height: 11px;
        background-size: 8px;
    }
}

.teaser .footer__coming {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 65px;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 150px;
    letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
    .teaser .footer__coming {
        font-size: 35px;
        margin-bottom: 100px;
    }
}

.teaser .footer__sns_st {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .teaser .footer__sns_st {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.teaser .footer__sns_st span {
    position: relative;
    padding: 0 35px;
    letter-spacing: 0.025em;
}

@media screen and (max-width: 768px) {
    .teaser .footer__sns_st span {
        padding: 0 30px;
    }
}

.teaser .footer__sns_st span::before,
.teaser .footer__sns_st span::after {
    position: absolute;
    top: 50%;
    width: 8px;
    height: 30px;
    content: "";
    transform: translate(0, -50%);
}

.teaser .footer__sns_st span::after {
    left: 0;
    transform: translate(0, -50%) rotate(180deg);
    background: url(../../assets/img/common/icon_kagikakko01.svg) 0 0 no-repeat;
    background-size: contain;
}

.teaser .footer__sns_st span::before {
    right: 0;
    background: url(../../assets/img/common/icon_kagikakko01.svg) 0 0 no-repeat;
    background-size: contain;
}

.teaser .footer__sns ul {
    display: flex;
    margin-bottom: 100px;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .teaser .footer__sns ul {
        margin-bottom: 60px;
    }
}

.teaser .footer__sns ul li {
    margin: 0 22.5px;
}

@media screen and (max-width: 768px) {
    .teaser .footer__sns ul li {
        margin: 0 15px;
    }
}

.teaser .footer__sns ul li a {
    display: block;
    width: 70px;
    height: 70px;
    transition: all 0.5s 0s ease;
    border-radius: 20px;
}

.teaser .footer__sns ul li a._yt {
    background: #da1725;
}

.teaser .footer__sns ul li a._yt svg {
    width: 50%;
    height: 100%;
}

.teaser .footer__sns ul li a._ig {
    background: #cf2f93;
}

.teaser .footer__sns ul li a._ig svg {
    width: 45%;
    height: 100%;
}

.teaser .footer__sns ul li a._li {
    background: #06c755;
}

.teaser .footer__sns ul li a._li svg {
    width: 65%;
    height: 100%;
}

@media screen and (min-width: 769px) {
    .teaser .footer__sns ul li a:hover {
        border-radius: 50px;
    }
}

.teaser .footer h1 {
    width: 200px;
    margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
    .teaser .footer h1 {
        width: 160px;
    }
}

@media screen and (min-width: 769px) {
    .teaser .footer h1 a:hover {
        transition: all 0.5s 0s ease;
        opacity: 0.7;
    }
}

.teaser .footer__copyright {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
    .teaser .footer__copyright {
        font-size: 10px;
    }
}

.teaser__mainimage_pic {
    transition: all 1.5s 0s ease;
    opacity: 0;
}

.teaser__mainimage_pic._active {
    opacity: 1;
}

.teaser__about::after {
    transition: all 1.5s 0s ease;
    opacity: 0;
}

.teaser__about._active::after {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .teaser__about::before,
    .teaser__about .teaser__about_in::before {
        transition: all 1.5s 0s ease;
        opacity: 0;
    }
    .teaser__about._active::before,
    .teaser__about._active .teaser__about_in::before {
        opacity: 1;
    }
}