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;
    vertical-align: baseline;
    font-family: "vdl-v7marugothic", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    color: #333333;
    letter-spacing: 0.07em;
    line-height: 1.75;
    font-weight: 400;
    font-style: normal
}

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

body {
    overflow-x: hidden;
    line-height: 1;
    width: 100%;
    height: auto
}

ol,
ul {
    list-style: none
}

.single-content ol,
.single-content li {
    list-style: unset
}

blockquote {
    position: relative;
    margin: 20px 0;
    padding: 20px;
    font-size: 9px
}

blockquote:before,
blockquote:after {
    position: absolute;
    font-size: 2em;
    color: #000
}

blockquote:before {
    top: 0;
    left: 20px;
    content: '“'
}

blockquote:after {
    bottom: 0;
    right: 20px;
    content: '”'
}

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

* {
    box-sizing: border-box
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    line-height: 1.4;
    font-weight: 600
}

h1 {
    font-size: calc(clamp(2rem, 0.7vw + 1.764rem, 2.438rem))
}

h2 {
    font-size: calc(clamp(1.75rem, 0.5vw + 1.581rem, 2.063rem))
}

h3 {
    font-size: calc(clamp(1.25rem, 0.6vw + 1.048rem, 1.625rem))
}

h4 {
    font-size: calc(clamp(1.188rem, 0.4vw + 1.052rem, 1.438rem))
}

h5 {
    font-size: calc(clamp(0.938rem, 0.4vw + 0.802rem, 1.188rem))
}

small {
    font-size: calc(clamp(0.625rem, 0.2vw + 0.557rem, 0.75rem))
}

a {
    text-decoration: none;
    transition: .4s ease-in-out
}

a:hover,
a:active {
    transition: .4s;
    opacity: .4
}

a img:hover,
a img:active {
    opacity: .4;
    transition: 0.4s
}

strong {
    font-weight: bold
}

video {
    max-width: 100%
}

.float-block {
    float: left
}

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

p,
a,
dl,
dd,
dt,
li {
    font-feature-settings: "palt";
    text-align: justify;
    color: #333;
    font-weight: 400;
    font-size: calc(clamp(0.875rem, 0.2vw + 0.807rem, 1rem))
}

.center {
    text-align: center
}

#not-found h2 {
    padding: 100px 0 0 0;
    text-align: center;
    font-size: 30px;
    cursor: pointer
}

#not-found a {
    display: block
}

.sp-none {
    display: block
}

.pc-none {
    display: none
}

@media screen and (min-width: 768px) {
    .tablet-none {
        display: none
    }
}

.vi-none {
    visibility: hidden
}

@media (max-width: 820px) {
    .sp-none {
        display: none
    }
    .pc-none {
        display: block
    }
}

.logo img {
    display: block;
    width: 260px;
    margin: 0 auto
}

@media (max-width: 820px) {
    .logo {
        position: fixed;
        top: 20px;
        left: 5vw
    }
    .logo img {
        width: 200px
    }
}

.header {
    position: fixed;
    top: 0;
    left: 5vw;
    right: 5vw;
    padding: 24px 0;
    z-index: 999
}

.header__wrap {
    align-items: center
}

.header__wrap--menu01 {
    gap: 32px
}

.header__wrap--menu01 .mut__btn {
    border-radius: 50px;
    border: 1px solid #fff;
    box-shadow: 3.375px 3.375px 4.5px 0px rgba(0, 0, 0, 0.25)
}

.header__wrap--menu01 .mut__btn a {
    display: block;
    padding: 12px 38px 12px 42px;
    position: relative;
    color: #fff;
    font-size: 12px;
    font-weight: 800
}

.header__wrap--menu01 .mut__btn a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
    background-image: url(/wp-content/themes/colorful-theme/images/mut/line-icon.svg);
    width: 18px;
    height: 18px;
    background-size: cover
}

.header__wrap--menu01 .mut__btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    background-image: url(/wp-content/themes/colorful-theme/images/mut/arrow-gr.svg);
    width: 13px;
    height: 14px;
    background-size: cover;
    transition: right 0.4s ease
}

.header__wrap--menu01 .mut__btn a:hover::after {
    right: 8px
}

.header__wrap--menu01 .line-btn {
    background-color: #06C755
}

.header__wrap--menu01 .mail-btn {
    background-color: #AB0003
}

.header__wrap--menu01 .mail-btn a::before {
    width: 17px;
    height: 13px;
    background-image: url(/wp-content/themes/colorful-theme/images/mut/mail-icon.svg)
}

.header__wrap--menu01 .mail-btn a::after {
    background-image: url(/wp-content/themes/colorful-theme/images/mut/arrow-rd.svg)
}

.header__wrap--menu01 .tel-btn {
    background-color: #FDD003
}

.header__wrap--menu01 .tel-btn a::before {
    width: 17px;
    height: 18px;
    background-image: url(/wp-content/themes/colorful-theme/images/mut/tel-icon.svg)
}

.header__wrap--menu01 .tel-btn a::after {
    background-image: url(/wp-content/themes/colorful-theme/images/mut/arrow-yl.svg)
}

.header__menu02 ul {
    justify-content: flex-end;
    gap: 16px;
    background: #fff;
    border: 2px solid #AB0003;
    width: fit-content;
    margin: 24px 0 0 auto;
    padding: 12px 24px;
    border-radius: 50px;
    box-shadow: 4.5px 4.5px 4.5px 0px rgba(0, 0, 0, 0.25)
}

.header__menu02 ul li {
    text-align: center
}

.header__menu02 ul li a {
    font-weight: 700;
    color: #000;
    font-size: calc(clamp(0.75rem, 0.741vw + 0.287rem, 1rem))
}

.menu_txt {
    display: none
}

@media (max-width: 544px) {
    .menu_txt {
        display: none
    }
}

@media (max-width: 820px) {
    .header {
        transition: 0.4s ease-in-out;
        margin: unset;
        padding: unset
    }
    .header__wrap--menu01 {
        position: fixed;
        bottom: 20px;
        visibility: hidden;
        transition: opacity 0.4s ease-in-out, visibility 0s linear 0.4s;
        flex-wrap: wrap;
        opacity: 0;
        gap: 14px;
        left: 0;
        padding: 0 5vw
    }
    .header__menu02 {
        width: 100%;
        visibility: hidden;
        position: fixed;
        top: calc(10vh + 10px);
        left: 0;
        padding: 0 5vw;
        opacity: 0;
        transition: opacity 0.4s ease-in-out, visibility 0s linear 0.4s;
        overflow-y: scroll;
        margin: 15px 0 0
    }
    .header__menu02 nav {
        position: relative;
        z-index: 999;
        overflow-y: scroll;
        display: flex;
        flex-wrap: wrap
    }
    .header__menu02 nav ul {
        width: 100%;
        gap: unset;
        flex-wrap: wrap;
        border: none;
        padding: unset;
        margin: unset;
        box-shadow: unset;
        background: unset
    }
    .header__menu02 nav ul li {
        width: 100%
    }
    .header__menu02 nav ul li a {
        display: block;
        position: relative;
        font-size: 14px;
        color: #AB0003;
        padding: 7px 0
    }
    .nav-toggle {
        display: block;
        position: fixed;
        width: 70px;
        height: 70px;
        top: 0;
        right: 0;
        z-index: 1001;
        background: #AB0003;
        cursor: pointer
    }
    .menu_txt {
        display: block;
        position: absolute;
        bottom: 10px;
        left: 21px;
        font-size: 8px;
        color: #fff
    }
    .txt_menu {
        visibility: visible;
        opacity: 1;
        transition: .4s ease-in-out
    }
    .txt_close {
        visibility: hidden;
        opacity: 0;
        transition: .4s ease-in-out
    }
    .open .txt_menu {
        visibility: hidden;
        opacity: 0
    }
    .open .txt_close {
        visibility: visible;
        opacity: 1;
        left: 23px
    }
    .nav-box span {
        position: absolute;
        width: 32px;
        height: 2px;
        left: 20px;
        background: #fff;
        transition: 0.5s ease-in-out
    }
    .nav-box span:nth-of-type(1) {
        top: 28px
    }
    .nav-box span:nth-of-type(2) {
        top: 36px
    }
    .open header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        height: 100%;
        width: 100%
    }
    .open .nav-box span:nth-of-type(1) {
        top: 30px;
        transform: rotate(135deg)
    }
    .open .nav-box span:nth-of-type(2) {
        top: 30px;
        transform: rotate(-135deg)
    }
    .open header .header__menu02,
    .open header .header__wrap--menu01 {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.4s ease-in-out, visibility 0s
    }
    .open .bg-fixed {
        height: 100%;
        overflow: hidden
    }
}

.width-100 {
    width: 100%;
    height: auto
}

.flex-box {
    display: flex;
    justify-content: space-between
}

.flex-wrap {
    flex-wrap: wrap
}

.width-1000 {
    max-width: 1000px;
    margin: 100px auto
}

.width-800 {
    max-width: 800px;
    margin: 0 auto
}

.ma__t-12 {
    margin: 12px 0 0
}

.ma__t-24 {
    margin: 24px 0 0
}

.ma__t-32 {
    margin: 32px 0 0
}

.ma__t-100-5w {
    margin: 100px 5vw 0
}

.ma__b-12 {
    margin: 0 0 10px
}

.ma__b-24 {
    margin: 0 0 24px
}

.ma__b-30 {
    margin: 0 0 32px
}

.ma__5vw {
    margin: 0 5vw
}

.txt__center {
    text-align: center
}

.txt__rd {
    color: #AB0003
}

.txt__sm {
    font-size: calc(clamp(0.75rem, 0.2vw + 0.682rem, 0.875rem))
}

.first-view {
    text-align: center;
    position: relative;
    height: auto;
    z-index: 0
}

.mut__ttl {
    text-align: center
}

.mut__ttl strong {
    font-size: calc(clamp(1.625rem, 2.2vw + 0.882rem, 3rem));
    color: #fff;
    font-weight: 900;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #AB0003
}

.mut__ttl span {
    display: block;
    font-size: calc(clamp(0.625rem, 0.3vw + 0.524rem, 0.813rem));
    width: fit-content;
    margin: 0 auto 8px;
    padding: 4px 10px 1px;
    background: #fff;
    color: #AB0003;
    border: 1px solid #AB0003;
    border-radius: 5px
}

.mut__bg {
    position: relative;
    background: #AB0003;
    border-radius: 30px;
    padding: 100px 5vw;
    z-index: 0
}

.mut__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: auto auto;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, rgba(140, 22, 22, 0.5) 8px, rgba(140, 22, 22, 0.5) 11px);
    pointer-events: none;
    border-radius: 30px;
    z-index: -1
}

.mut__bg--yl {
    background: #FDD003
}

.mut__bg--yl::before {
    background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, rgba(251, 224, 125, 0.3) 8px, rgba(251, 224, 125, 0.3) 11px)
}

.mut__bg--gr {
    background: #06C755
}

.mut__bg--gr::before {
    background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, rgba(31, 167, 33, 0.2) 8px, rgba(31, 167, 33, 0.2) 11px)
}

.mut__bg--wt {
    background: #fff
}

.mut__bg--wt::before {
    content: none
}

@media (max-width: 820px) {
    .mut__bg {
        border-radius: 20px
    }
    .mut__bg::before {
        border-radius: 20px
    }
}

.sec02 {
    position: relative;
    margin: -64px 0 0;
    padding: 100px 5vw 420px 5vw
}

.sec02 h3 {
    margin: 64px auto 48px;
    text-align: center
}

.sec02 h3 span {
    display: block;
    width: fit-content;
    padding: 8px 0;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff
}

.sec02 h3 span:first-child {
    border-top: 1px solid #fff
}

.sec02 p {
    color: #fff;
    width: 40%;
    margin: 0 auto
}

.sec02__pic {
    position: absolute
}

.sec02__pic:nth-of-type(1) {
    top: 60px
}

.sec02__pic:nth-of-type(2) {
    top: 60px
}

.sec02__pic:nth-of-type(2) img {
    width: 23vw
}

.sec02__pic:nth-of-type(3) {
    top: 360px
}

.sec02__pic:nth-of-type(3) img {
    width: 24vw
}

.sec02__pic:nth-of-type(4) {
    top: 150px;
    right: 5vw
}

.sec02__pic:nth-of-type(4) img {
    width: 23.7vw
}

@media (max-width: 820px) {
    .sec02 {
        position: relative;
        margin: -48px 0 0;
        padding: 56px 5vw 56px 5vw;
    }
    .sec02 h3 {
        margin: 48px auto 48px;
        text-align: center
    }
    .sec02 h3 span {
        display: block;
        width: fit-content;
        padding: 8px 0;
        margin: 0 auto;
        color: #fff;
        text-align: center;
        border-bottom: 1px solid #fff
    }
    .sec02 h3 span:first-child {
        border-top: 1px solid #fff
    }
    .sec02 p {
        color: #fff;
        width: 100%;
        margin: 24px auto
    }
    .sec02__sp--pic {
        margin: 0 -2.4vw 0 0vw
    }
    .sec02__sp--pic img {
        width: 100%
    }
    .sec02__pic {
        position: absolute
    }
    .sec02__pic:nth-of-type(2) {
        top: 60px;
        display: none
    }
    .sec02__pic:nth-of-type(3) {
        top: 360px;
        display: none
    }
    .sec02__pic:nth-of-type(4) {
        top: 150px;
        right: 5vw;
        display: none
    }
}

.youtube-video {
    position: absolute;
    top: -200px;
    width: 64%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 10
}

.youtube-video iframe {
    border-radius: 30px;
    aspect-ratio: 16/9;
    box-shadow: 8px 8px 12px 0px rgba(0, 0, 0, 0.3)
}

.sec03 {
    margin: -64px 0 0;
    padding: 5vw 5vw 200px 5vw
}

.sec03__cont01 {
    margin: 64px 0 0;
    background: #fff;
    padding: 4vw;
    border-radius: 20px;
    align-items: center
}

.sec03__cont01--left {
    width: 36%;
    text-align: center
}

.sec03__cont01--left img {
    width: 90%;
    margin: 0 auto
}

.sec03__cont01--right {
    width: 60%
}

.sec03__cont01--right p:nth-of-type(1) {
    width: fit-content;
    color: #AB0003;
    border: 1px solid #AB0003;
    padding: 2px 8px;
    border-radius: 3px
}

.sec03__cont01--right p:nth-of-type(2) {
    color: #AB0003;
    border-bottom: 1px solid #D0D0D0;
    margin: 0 0 24px;
    padding: 0 0 24px
}

.sec03__cont01--right h2 {
    margin: 16px 0 0;
    color: #AB0003
}

@media (max-width: 820px) {
    .youtube-video {
        position: absolute;
        top: -90px;
        width: 90%;
        margin: 0 auto
    }
    .youtube-video iframe {
        border-radius: 20px
    }
    .sec03 {
        margin: -48px 0 0;
        padding: 16vw 5vw 120px 5vw
    }
    .sec03__cont01 {
        margin: 32px 0 0;
        flex-wrap: wrap;
        padding: 48px 5vw;
        gap: 40px
    }
    .sec03__cont01--left {
        width: 100%;
        text-align: center
    }
    .sec03__cont01--left img {
        width: 70%;
        margin: 0 auto
    }
    .sec03__cont01--right {
        width: 100%
    }
    .sec03__cont01--right p:nth-of-type(1) {
        margin: 0 auto
    }
    .sec03__cont01--right p:nth-of-type(2) {
        text-align: center
    }
    .sec03__cont01--right h2 {
        text-align: center
    }
}

.bg__cta {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    margin: -64px 0 0;
    border-radius: 30px;
    padding: 100px 5vw
}

.bg__cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/themes/colorful-theme/images/cta/cta-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.15
}

.bg__cta>* {
    position: relative;
    z-index: 2
}

.secCta__campaign {
    max-width: 800px;
    margin: 0 auto 64px;
    text-align: center
}

.secCta h3 {
    width: fit-content;
    text-align: center;
    color: #06C755;
    border-bottom: 1px solid #06C755;
    padding: 0 0 8px;
    margin: 0 auto 24px
}

.secCta__btn {
    max-width: 800px;
    margin: 48px auto 0;
    flex-wrap: wrap;
    gap: 24px
}

.secCta__btn--line {
    width: 100%
}

.secCta__btn--line img {
    width: 100%;
    box-shadow: 5.231px 5.231px 5.231px 0px rgba(0, 0, 0, 0.17);
    border-radius: 50px
}

.secCta__btn--mail {
    width: 48%
}

.secCta__btn--mail img {
    width: 100%;
    box-shadow: 5.231px 5.231px 5.231px 0px rgba(0, 0, 0, 0.17);
    border-radius: 50px
}

.secCta__btn--tel {
    width: 48%
}

.secCta__btn--tel img {
    width: 100%;
    box-shadow: 5.231px 5.231px 5.231px 0px rgba(0, 0, 0, 0.17);
    border-radius: 50px
}

@media (max-width: 544px) {
    .bg__cta {
        margin: -48px 0 0;
        border-radius: 20px;
        padding: 80px 5vw
    }
    .bg__cta::before {
        background-image: url("/wp-content/themes/colorful-theme/images/cta/cta-bg-sp.webp");
        background-position: center
    }
    .secCta__campaign {
        margin: 0 auto 48px
    }
    .secCta h3 {
        padding: 0 0 8px;
        margin: 0 auto 24px
    }
    .secCta__txt01 {
        text-align: center
    }
    .secCta__btn {
        max-width: 800px;
        margin: 48px auto 0;
        flex-wrap: wrap
    }
    .secCta__btn--line {
        width: 100%
    }
    .secCta__btn--mail {
        width: 100%
    }
    .secCta__btn--tel {
        width: 100%
    }
    .secCta__btn--tel .txt__sm {
        width: 80%;
        margin: 0 auto
    }
}

.sec05 {
    margin: -48px 0 0;
    padding: 100px 5vw 140px;
}

.sec05__cont {
    background: #fff;
    padding: 4vw;
    gap: 56px;
    margin: 80px 0 0;
    border-radius: 20px;
    position: relative
}

.sec05__cont:not(:last-of-type)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%) rotate(45deg);
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 3px
}

.sec05__cont--left {
    flex-basis: calc((100% - 56px) * 0.6)
}

.sec05__cont--left img {
    width: 120px
}

.sec05__cont--left h3 {
    margin: 16px 0 16px;
    padding: 0 0 16px;
    color: #06C755;
    font-size: calc(clamp(1.125rem, 1.7vw + 0.551rem, 2.188rem));
    border-bottom: 1px solid #06C755
}

.sec05__cont--right {
    flex-basis: calc((100% - 56px) * 0.4)
}

.sec05__cont:nth-of-type(2) {
    flex-direction: row-reverse
}

.sec05__cont:nth-of-type(2) .sec05__cont--left h3 {
    color: #FDD003;
    border-bottom: 1px solid #FDD003
}

.sec05__cont:nth-of-type(3) .sec05__cont--left h3 {
    color: #AB0003;
    border-bottom: 1px solid #AB0003
}

@media (max-width: 544px) {
    .sec05__cont {
        padding: 40px 5vw 5vw;
        gap: 24px;
        margin: 40px 0 0;
        flex-wrap: wrap
    }
    .sec05__cont:not(:first-of-type) {
        margin: 56px 0 0
    }
    .sec05__cont:not(:last-of-type)::after {
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        z-index: 0
    }
    .sec05__cont--left {
        flex-basis: 100%
    }
    .sec05__cont--left img {
        width: 100px;
        display: block;
        margin: 0 auto
    }
    .sec05__cont--left h3 {
        text-align: center;
        margin: 24px 0 16px
    }
    .sec05__cont--right {
        position: relative;
        flex-basis: 100%;
        z-index: 1
    }
    .sec05__cont--right img {
        display: block
    }
}

.mut__btn-lesson {
    width: 180px;
    margin: 0 auto;
    border-radius: 50px;
    border: 1px solid #fff;
    box-shadow: 3.375px 3.375px 4.5px 0px rgba(0, 0, 0, 0.25);
    background: #AB0003
}

.mut__btn-lesson a {
    display: block;
    padding: 12px 38px 12px 42px;
    position: relative;
    color: #fff;
    font-size: 12px;
    font-weight: 800
}

.mut__btn-lesson a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    background-image: url(/wp-content/themes/colorful-theme/images/mut/arrow-rd.svg);
    width: 13px;
    height: 14px;
    background-size: cover;
    transition: right 0.4s ease
}

.mut__btn-lesson a:hover::after {
    right: 8px
}

.sec06 {
    margin: -48px 0 0
}

.sec06 .mut__ttl strong {
    color: #AB0003;
    -webkit-text-stroke-width: unset
}

.sec06__cont {
    gap: 56px;
    margin: 100px 0 0;
    align-items: flex-start
}

.sec06__cont--left,
.sec06__cont--right {
    flex-basis: calc((100% - 56px) * 0.5);
    border: 2px solid #AB0003;
    border-radius: 20px
}

.sec06__cont--left picture img,
.sec06__cont--right picture img {
    width: 100%;
    border-radius: 19px 19px 0 0
}

.sec06__cont--left h3,
.sec06__cont--right h3 {
    font-size: calc(clamp(1.625rem, 2.4vw + 0.815rem, 3.125rem));
    color: #AB0003
}

.sec06__cont--left h3 span,
.sec06__cont--right h3 span {
    font-size: calc(clamp(0.875rem, 0.7vw + 0.639rem, 1.313rem));
    color: #AB0003;
    margin: 0 0 0 16px;
    font-weight: 600
}

.sec06__cont--left h4,
.sec06__cont--right h4 {
    background: #AB0003;
    text-align: center;
    padding: 4px 0;
    color: #fff;
    border-radius: 5px
}

.sec06__cont--left strong,
.sec06__cont--right strong {
    color: #AB0003
}

.sec06__cont--right {
    border: 2px solid #FDD003
}

.sec06__cont--right h3 {
    color: #FDD003
}

.sec06__cont--right h3 span {
    color: #FDD003
}

.sec06__cont--right h4 {
    background: #FDD003
}

.sec06__cont--right strong {
    color: #FDD003
}

.sec06__cont--right .mut__btn-lesson {
    background: #FDD003
}

.sec06__cont--right .mut__btn-lesson a::after {
    background-image: url(/wp-content/themes/colorful-theme/images/mut/arrow-yl.svg)
}

.sec06__cont--box {
    padding: 3vw
}

.sec06__cont--detail {
    margin: 24px 0
}

.sec06__cont .google__map {
    margin: 0 0 24px
}

.sec06__cont .google__map iframe {
    aspect-ratio: 16 / 9
}

@media (max-width: 544px) {
    .sec06 {
        margin: -48px 0 0;
        padding: 46px;
    }
    .sec06__cont {
        gap: 56px;
        margin: 56px 0 0;
        flex-wrap: wrap
    }
    .sec06__cont--left,
    .sec06__cont--right {
        flex-basis: 100%
    }
    .sec06__cont--left h4,
    .sec06__cont--right h4 {
        background: #AB0003;
        text-align: center;
        padding: 4px 0
    }
    .sec06__cont--box {
        padding: 5vw 5vw 40px
    }
    .sec06__cont--detail {
        margin: 16px 0
    }
}

.sec07 {
    margin: -48px 0 0;
    padding: 100px 5vw 152px
}

.sec07__cont {
    gap: 40px;
    margin: 80px 0 0
}

.sec07__cont--box {
    flex-basis: calc((100% - 40px * 2) / 3);
    padding: 2.5vw;
    background: #fff;
    border-radius: 20px
}

.sec07__cont--box p:nth-of-type(1) {
    width: fit-content;
    margin: 16px 0;
    padding: 2px 8px 0;
    color: #AB0003;
    border: 1px solid #AB0003;
    border-radius: 3px
}

.sec07__cont--box h3 {
    font-size: calc(clamp(1rem, 0.4vw + 0.865rem, 1.25rem));
    border-bottom: 1px solid #D0D0D0;
    margin: 0 0 16px;
    padding: 0 0 16px
}

@media (max-width: 544px) {
    .sec07__cont {
        gap: 40px;
        margin: 48px 0 0;
        flex-wrap: wrap
    }
    .sec07__cont--box {
        flex-basis: 100%;
        padding: 5vw
    }
}

.sec07__ttl {
    margin: 100px 0 80px
}

.sec07__cont02 {
    gap: 40px
}

.sec07__cont02--box01 {
    flex-basis: calc((100% - 40px) * 0.4)
}

.sec07__cont02--box02 {
    flex-basis: calc((100% - 40px) * 0.6);
    background: #fff;
    padding: 3vw;
    border-radius: 20px
}

.sec07__cont02--box02 h3 {
    font-size: calc(clamp(1.5rem, 0.6vw + 1.298rem, 1.875rem));
    color: #AB0003;
    margin: 0 0 16px
}

.sec07__cont02--box02 h3 span {
    font-size: calc(clamp(0.875rem, 0.4vw + 0.74rem, 1.125rem));
    color: #AB0003
}

.sec07__cont02--box02 h4 {
    width: fit-content;
    font-size: calc(clamp(0.875rem, 0.4vw + 0.74rem, 1.125rem));
    font-weight: 400;
    margin: 24px 0;
    padding: 4px 8px;
    background: #AB0003;
    color: #fff;
    border-radius: 4px
}

.sec07__cont02--box02 ul {
    list-style: disc;
    padding-left: 1em
}

@media (max-width: 544px) {
    .sec07__ttl {
        margin: 80px 0 40px
    }
    .sec07__cont02 {
        gap: 5vw;
        flex-wrap: wrap
    }
    .sec07__cont02--box01 {
        flex-basis: 100%
    }
    .sec07__cont02--box02 {
        flex-basis: 100%;
        padding: 40px 5vw
    }
}

.sec09 {
    padding: 100px 5vw 140px
}

.sec09__cont {
    margin: 80px 0 0
}

.sec09__cont--box {
    width: 29%;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 20px
}

.sec09__cont--box h3 {
    font-size: calc(clamp(1rem, 0.4vw + 0.865rem, 1.25rem));
    border-bottom: 1px solid #D0D0D0;
    padding: 0 0 16px;
    margin: 16px 0;
    text-align: center
}

.sec09__cont--bg {
    padding: 10px;
    border-radius: 19px 19px 0 0
}

.sec09__cont--bg img {
    display: block;
    margin: 0 auto
}

.sec09__cont--bg-gr {
    background: #06C755
}

.sec09__cont--bg-yl {
    background: #FDD003
}

.sec09__cont--bg-rd {
    background: #AB0003
}

.sec09__cont--detail {
    padding: 2vw
}

.sec09__cont--arrow {
    align-self: center;
    width: 3%
}

@media (max-width: 544px) {
    .sec09__cont {
        flex-wrap: wrap;
        margin: 48px 0 0;
        gap: 24px
    }
    .sec09__cont--box {
        width: 100%;
        border-radius: 20px
    }
    .sec09__cont--bg {
        padding: 10px;
        border-radius: 19px 19px 0 0
    }
    .sec09__cont--bg img {
        display: block;
        margin: 0 auto
    }
    .sec09__cont--detail {
        padding: 40px 5vw
    }
    .sec09__cont--arrow {
        width: 30%;
        display: block;
        margin: 0 auto;
        transform: rotate(90deg);
        transform-origin: center center;
        text-align: center
    }
    .sec09__cont--arrow img {
        vertical-align: middle
    }
}

.sec10 {
    margin: -64px 0 0;
    padding: 100px 5vw 140px
}

.sec10 dl {
    max-width: 800px;
    margin: 0 auto
}

.sec10 dl dt,
.sec10 dl dd {
    display: flex;
    align-items: baseline;
    font-size: calc(clamp(1rem, 0.2vw + 0.932rem, 1.125rem));
    font-weight: 500;
    background: #fff;
    color: #AB0003;
    padding: 2vw
}

.sec10 dl dt strong,
.sec10 dl dd strong {
    color: #06C755
}

.sec10 dl dt {
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 80px 0 0
}

.sec10 dl dt:nth-of-type(n+2) {
    margin: 40px 0 0
}

.sec10 dl dt h3 {
    color: #AB0003;
    font-size: calc(clamp(1rem, 0.5vw + 0.831rem, 1.313rem))
}

.sec10 dl dt::after {
    content: "";
    position: absolute;
    width: 93%;
    margin: 0 auto;
    border-bottom: 1px solid #06C755;
    bottom: 0;
    left: 0;
    right: 0
}

.sec10 dl dd {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.sec10 dl .q-box,
.sec10 dl .a-box {
    margin: 0 24px 0 0
}

.sec10 dl .q-box span,
.sec10 dl .a-box span {
    vertical-align: middle;
    font-size: calc(clamp(1.75rem, 1.2vw + 1.345rem, 2.5rem));
    color: #AB0003;
    font-weight: 700
}

.sec10 dl .a-box span {
    color: #06C755
}

.sec10__last {
    max-width: 800px;
    margin: 80px auto 0;
    padding: 4vw;
    background: #fff;
    border-radius: 20px
}

.sec10__last h2 {
    width: fit-content;
    font-size: calc(clamp(2.125rem, 2.3vw + 1.349rem, 3.563rem));
    text-align: center;
    margin: 0 auto 40px;
    color: #AB0003;
    border-bottom: 3px solid #AB0003
}

.sec10__last picture img {
    width: 100%
}

.sec10__last p {
    margin: 40px 0 0
}

.sec10__last p:nth-of-type(n+2) {
    margin: 20px 0 0
}

@media (max-width: 544px) {
    .sec10 dl dt,
    .sec10 dl dd {
        padding: 5vw
    }
    .sec10 dl dt {
        margin: 40px 0 0
    }
    .sec10 dl dt:nth-of-type(n+2) {
        margin: 5vw 0 0
    }
    .sec10__last {
        padding: 40px 5vw
    }
}

#sec11 {
    padding: 100px 5vw 140px
}

#sec11 .secCta__btn--tel {
    width: 100%;
    margin: 40px 0 0
}

#sec11 .mut__ttl strong {
    color: #AB0003;
    font-weight: 900;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff
}

.sec12 {
    margin: -48px auto 0;
    padding: 100px 5vw 56px
}

.sec12 img {
    width: 100%
}

.contact-form-contents .contact-txt {
    margin: 0 0 100px
}

.contact-form-contents .contact-txt span {
    text-decoration: underline
}

.contact-form-contents p {
    margin: 30px 0 0
}

.contact-form-contents .ttl {
    margin: 30px 0 0
}

.contact-form-contents .must {
    font-size: 10px;
    color: #f00;
    border: 1px solid #f00;
    margin: 0 0 0 20px;
    padding: 4px 6px;
    vertical-align: text-bottom
}

.contact-form-contents .nini {
    font-size: 10px;
    color: #4573e5;
    border: 1px solid #4573e5;
    margin: 0 0 0 20px;
    padding: 4px 6px;
    vertical-align: text-bottom
}

.contact-form-contents input {
    width: 600px
}

.contact-form-contents input,
.contact-form-contents textarea {
    margin: 10px 0 0 0;
    padding: 22px 30px;
    color: #000;
    font-size: 15px;
    background: #fff;
    border: 1px solid #AB0003;
    letter-spacing: 0.15em;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    font-family: "vdl-v7marugothic", sans-serif
}

.contact-form-contents textarea {
    width: 100%;
    height: 250px
}

.contact-form-contents .contact-txt1 {
    width: 800px;
    margin: 100px auto 100px auto
}

.contact-form-contents .submit-btn {
    width: 260px;
    margin: 0 auto;
    position: relative;
    border-radius: 50px;
    border: 1px solid #fff;
    box-shadow: 3.375px 3.375px 4.5px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    background: #AB0003;
    font-weight: 800;
    line-height: 64px;
    height: 64px;
    cursor: pointer;
    transition: 0.6s ease-in
}

.contact-form-contents .submit-btn:hover {
    background: #fff;
    border: 1px solid #AB0003;
    color: #AB0003
}

.contact-form-contents .submit-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    background-image: url(/wp-content/themes/colorful-theme/images/mut/arrow-rd.svg);
    width: 20px;
    height: 21px;
    background-size: cover;
    transition: right 0.4s ease
}

.contact-form-contents .submit-btn:hover::after {
    right: 16px
}

.contact-form-contents .submit-btn input {
    width: 100%;
    background: transparent;
    border: none;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
    box-sizing: border-box
}

.contact-form-contents .submit-btn input:hover {
    background: none
}

.contact-form-contents .wpcf7-response-output {
    color: #ffb900;
    padding: 10px;
    font-size: 16px
}

.contact-form-contents .wpcf7 form.sent .wpcf7-response-output {
    color: #06C755;
    border-color: #06C755;
    font-size: 18px
}

@media (max-width: 820px) {
    .contact-form-contents .contact-txt {
        margin: 0 0 75px
    }
    .contact-form-contents input[type="text"],
    .contact-form-contents input[type="email"],
    .contact-form-contents input[type="tel"] {
        width: 100%;
        box-sizing: border-box
    }
    .contact-form-contents .contact-txt1 {
        width: 100%;
        margin: 50px auto 70px auto
    }
    .contact-form-contents textarea {
        font-size: 15px;
        margin: 10px 0 0 0;
        padding: 25px 15px;
        box-sizing: border-box
    }
}

#not-found {
    margin: 100px 0 0 0
}

#not-found a,
#not-found p {
    display: block;
    text-align: center
}

#not-found p {
    margin: 10px 0 0
}

@media (max-width: 820px) {
    #not-found {
        margin: 75px 20px 0
    }
    #not-found p {
        text-align: left
    }
}

footer {
    margin: 100px 0 0
}

footer a {
    color: #333333
}

.footer-logo {
    margin: 0 5vw 32px
}

.footer-logo img {
    width: 240px
}

#footer__nav-sec {
    padding: 0 5vw;
    justify-content: space-between
}

#footer__nav-sec .footer__nav-box01 {
    width: 40%
}

#footer__nav-sec .footer__nav-box01 .company-detail h2 {
    font-size: calc(clamp(0.875rem, 0.2vw + 0.807rem, 1rem));
    font-weight: 400
}

#footer__nav-sec .footer__nav-box02 {
    width: 60%
}

#footer__nav-sec .footer__nav-box02 nav ul {
    gap: 24px 32px;
    flex-wrap: wrap;
    justify-content: flex-end
}

#footer__nav-sec .footer__nav-box02 nav ul a {
    font-size: calc(clamp(0.75rem, 0.179vw + 0.661rem, 0.875rem))
}

#footer__detail-sec {
    margin: 40px 0 0;
    align-items: flex-end;
    background: #AB0003;
    padding: 16px 5vw;
    border-radius: 20px 20px 0 0
}

#footer__detail-sec .footer__detail-box01 {
    width: 58%
}

#footer__detail-sec .footer__detail-box01 p {
    font-size: 12px;
    color: #fff
}

#footer__detail-sec .footer__detail-box02 .copyright {
    text-align: right;
    font-size: 10px;
    color: #fff
}

#footer__detail-sec .footer__detail-box02 .to-sober-design {
    display: inline-block;
    margin: 0 0 0 30px
}

#footer__detail-sec .footer__detail-box02 .to-sober-design a {
    font-size: 10px;
    color: #fff
}

#footer__detail-sec .footer__detail-box02 .to-sober-design img {
    width: 80px;
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0 0 -2px 7px
}

@media (max-width: 820px) {
    #footer__nav-sec {
        flex-wrap: wrap;
        margin: 4px 0 0
    }
    #footer__nav-sec .footer__nav-box01 {
        width: 100%
    }
    #footer__nav-sec .footer__nav-box02 {
        width: 100%;
        margin: 70px 0 0
    }
    #footer__nav-sec .footer__nav-box02 nav ul {
        width: 100%;
        list-style: disc;
        padding: 0 0 0 1em
    }
    #footer__nav-sec .footer__nav-box02 nav ul li {
        width: 100%
    }
    #footer__detail-sec {
        margin: 50px 0 0;
        padding: 40px 5vw 0;
        flex-wrap: wrap
    }
    #footer__detail-sec .footer__detail-box01 {
        width: 100%
    }
    #footer__detail-sec .footer__detail-box02 {
        width: 100%;
        margin: 40px 0 40px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end
    }
    #footer__detail-sec .footer__detail-box02 .to-sober-design {
        display: block
    }
}