@charset "UTF-8";

/* reset css
---------------------------------------------------------------------------- */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: bottom;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/* common class
---------------------------------------------------------------------------- */
* {
    box-sizing: border-box;
}

body {
    background: #fff;
    color: #000;
    display: block;
    font-family: '游ゴシック体', sans-serif;
    /* 300 400 500 */
    font-size: 18px;
    padding: 0;
    width: 100%;
}

@media screen and (max-width:767px) {
    body {
        font-size: 4.26vw;
    }
}

a {
    color: inherit;
    text-decoration: none;
    transition: opacity .3s;
}

a:hover {
    opacity: .7;
    transition: .3s ease;
}

img {
    max-width: 100%;
}

ul li,
ol li {
    list-style-type: none;
}

@media screen and (min-width:768px) {
    .pc-none {
        display: none !important;
    }
}

@media screen and (max-width:767px) {
    .sp-none {
        display: none !important;
    }
}



/* css parts
---------------------------------------------------------------------------- */
.inner-wide {
    margin: 0 auto;
    width: 1200px;
}

@media screen and (max-width:767px) {
    .inner-wide {
        margin: 0 auto;
        width: 100%;
    }
}

.inner {
    margin: 0 auto;
    width: 1000px;
}

@media screen and (max-width:767px) {
    .inner {
        margin: 0 auto;
        padding: 0 5.33vw;
        width: 100%;
    }
}

.link-box a {
    align-items: center;
    background: #f89e99 url("../../images/arr_order.png") right 42px center /21px auto no-repeat;
    border: 2px solid #000;
    border-radius: 4px;
    color: #000;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    height: 70px;
    justify-content: center;
    margin: 0 auto;
    width: 420px;
}

@media screen and (max-width:767px) {
    .link-box a {
        background: #f89e99 url("../../images/arr_order.png") right 6vw center /4vw auto no-repeat;
        border-radius: 1.06vw;
        font-size: 4.6vw;
        height: 14vw;
        width: 80vw;
    }
}

.link-box2 a {
    align-items: center;
    background: #fff url("../../images/arr_go.png") right 26px center /13px auto no-repeat;
    border: 2px solid #000;
    border-radius: 4px;
    color: #000;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    height: 70px;
    justify-content: center;
    margin: 0 auto;
    width: 420px;
}

@media screen and (max-width:767px) {
    .link-box2 a {
        background: #fff url("../../images/arr_detail.png") right 6.4vw center /2.4vw auto no-repeat;
        border-radius: 1.06vw;
        font-size: 4.6vw;
        height: 14vw;
        width: 80vw;
        margin-bottom: 6vw;
    }
}

.link-box3 a {
    align-items: center;
    background: #51290e url("../../images/arr_go.png") right 40px center /20px auto no-repeat;
    border-radius: 10px;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    height: 68px;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 60px;
    width: 720px;
}

@media screen and (max-width:767px) {
    .link-box3 a {
        background: #51290e url("../../images/arr_go.png") right 4.8vw center /4.8vw auto no-repeat;
        border-radius: 2vw;
        font-size: 4.8vw;
        height: 24.66vw;
        width: 90vw;
        text-align: center;
        line-height: 5.8vw;
    }
}

.generic-box {
    margin: 20px auto 60px;
}

.link-box.detail a {
    align-items: center;
    background: #fff url("../../images/arr_detail.png") right 28px center /14px auto no-repeat;
    border: 2px solid #000;
    border-radius: 6px;
    color: #000;
    font-size: 26px;
    height: 68px;
    margin: 0 auto;
    width: 320px;
}

@media screen and (max-width:767px) {
    .link-box.detail a {
        background: #fff url("../../images/arr_detail.png") right 4.6vw center / 2.3vw auto no-repeat;
        border-radius: 1.06vw;
        font-size: 4.533vw;
        height: 14.66vw;
        width: 72vw;
    }
}

/* （共通）商品お届けまでの流れ
---------------------------------------------------------------------------- */
.order-flow-wrap {
    margin-bottom: 60px;
}

@media screen and (max-width:767px) {
    .order-flow-wrap {
        margin-bottom: 13.33vw;
    }
}

.order-flow-wrap dl {
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    display: flex;
    height: 90px;
    margin-left: 47px;
    padding: 0 0 0 60px;
    position: relative;
}

@media screen and (max-width:767px) {
    .order-flow-wrap dl {
        align-items: flex-start;
        border: 1px solid #000;
        border-radius: 1.06vw;
        height: auto;
        margin-left: 0;
        padding: 9.66vw 3.73vw 4.66vw;
    }
}

.order-flow-wrap dl dt {
    align-items: center;
    border-radius: 23px;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Barlow', sans-serif;
    justify-content: center;
    height: 34px;
    margin-right: 16px;
    width: 34px;
}

@media screen and (max-width:767px) {
    .order-flow-wrap dl dt {
        align-items: center;
        border-radius: 3.06vw;
        font-size: 4vw;
        height: 6.13vw;
        margin-right: 2.66vw;
        width: 6.13vw;
    }
}

.order-flow-wrap dl dt .icon {
    top: calc(50% - 45px);
    left: -48px;
    position: absolute;
    width: 90px;
}

@media screen and (max-width:767px) {
    .order-flow-wrap dl dt .icon {
        top: -7.3vw;
        left: calc(50% - 7.3vw);
        width: 14.6vw;
    }
}

.order-flow-wrap dl dt.bg-p {
    background: #f77783;
}

.order-flow-wrap dl dt.bg-g {
    background: #99c11e;
}

.order-flow-wrap dl dt.bg-y {
    background: #f8d14a;
}

.order-flow-wrap dl dt.bg-b {
    background: #000;
}

.order-flow-wrap dl dd {
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 700;
    flex: 1;
}

@media screen and (max-width:767px) {
    .order-flow-wrap dl dd {
        display: block;
        font-size: 4.53vw;
        line-height: 1.5;
        flex: 1;
        letter-spacing: .2vw;
        text-align: justify;
    }
}

.order-flow-wrap dl dd .txt-box {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    flex-wrap: wrap;
    text-align: left;
    width: 560px;
    padding-right: 20px;
}

@media screen and (max-width:767px) {
    .order-flow-wrap dl dd .txt-box {
        display: block;
        font-size: 4vw;
        font-weight: 500;
        margin-left: -8.33vw;
        margin-top: 1.33vw;
        width: auto;
        padding-right: 0;
    }
}

.order-flow-wrap dl dd .txt-box a {
    text-decoration: underline;
}

.order-flow-wrap dl dd .txt-box .txt-bg {
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, #f6c416 50%, #f6c416 100%)
}

.order-flow-wrap dl dd .txt-box .fnt-s {
    font-size: 12px;
}

@media screen and (max-width:767px) {
    .order-flow-wrap dl dd .txt-box .fnt-s {
        font-size: 4vw;
    }
}

.order-flow-wrap .deco-arrdown {
    display: block;
    margin: 13px auto;
    width: 46px;
    height: 18px;
}

@media screen and (max-width:767px) {
    .order-flow-wrap .deco-arrdown {
        display: block;
        height: 3.2vw;
        margin: 3.6vw auto 12vw;
        width: 8vw;
    }
}

.order-flow-wrap .deco-arrdown.arr-pi {
    background: url("../../images/icn_arw01.png") no-repeat;
    background-size: contain;
    /*background:
        linear-gradient(to top left, transparent 50%, #fddbd9 50.5%) no-repeat top right/50% 100%,
        linear-gradient(to top right, transparent 50%, #fddbd9 50.5%) no-repeat top left/50% 100%;*/
}

.order-flow-wrap .deco-arrdown.arr-bl {
    background: url("../../images/icn_arw02.png") no-repeat;
    background-size: contain;
    /*background:
        linear-gradient(to top left, transparent 50%, #99c11e 50.5%) no-repeat top right/50% 100%,
        linear-gradient(to top right, transparent 50%, #99c11e 50.5%) no-repeat top left/50% 100%;*/
}

.order-flow-wrap .deco-arrdown.arr-pu {
    background: url("../../images/icn_arw03.png") no-repeat;
    background-size: contain;
    /*background:
        linear-gradient(to top left, transparent 50%, #f8d14a 50.5%) no-repeat top right/50% 100%,
        linear-gradient(to top right, transparent 50%, #f8d14a 50.5%) no-repeat top left/50% 100%;*/
}

.order-flow-wrap .deco-arrdown.arr-gr {
    background: url("../../images/icn_arw04.png") no-repeat;
    background-size: contain;
}

.order-info-txt {
    display: flex;
    justify-content: space-between;
    margin-top: 58px;
}

@media screen and (max-width:767px) {
    .order-info-txt {
        margin-top: 8vw;
    }
}

.order-info-txt p {
    align-items: center;
    border-top: 1px solid #51290e;
    border-bottom: 1px solid #51290e;
    color: #51290e;
    display: flex;
    font-size: 28px;
    font-weight: 500;
    height: 80px;
    justify-content: center;
    width: 460px;
}

@media screen and (max-width:767px) {
    .order-info-txt p {
        font-size: 3.73vw;
        height: 10.66vw;
        width: 42.6vw;
    }
}

.del-wrap {
    background: #c1eeaa;
    border: 1px solid #000;
    border-radius: 8px;
    margin: 0 auto;
    width: 1000px;
    padding: 30px;
}

@media screen and (max-width:767px) {
    .del-wrap {
        border-radius: 1.06vw;
        padding: 3vw;
        padding-top: 5vw;
        width: auto;
    }
}

.del-wrap h3 {
    align-items: center;
    display: flex;
    font-size: 34px;
    font-weight: 700;
    justify-content: center;
    margin: 0 auto 22px;
    padding-bottom: .2em;
}

@media screen and (max-width:767px) {
    .del-wrap h3 {
        font-size: 5.06vw;
        margin-bottom: 2.6vw;
        padding-left: 0;
        width: auto;
    }
}

.del-wrap .flx-box {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width:767px) {
    .del-wrap .flx-box {
        display: block;
    }
}

.del-wrap .flx-box .cont-box {
    background: #fff;
    border-radius: 6px;
    padding: 25px 20px 20px;
    letter-spacing: -.08em;
    width: 300px;
    border: 1px solid #000;
    text-align: center;
}

@media screen and (max-width:767px) {
    .del-wrap .flx-box .cont-box {
        border-radius: 1.06vw;
        padding: 3.2vw;
        margin-top: 2vw;
        width: 100%;
    }
}

.del-wrap .flx-box .cont-box h4 {
    border-bottom: 1px solid #bfbfbf;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.35;
    margin-bottom: 14px;
    padding-bottom: 14px;
}

@media screen and (max-width:767px) {
    .del-wrap .flx-box .cont-box h4 {
        font-size: 4.53vw;
        padding-bottom: 2.66vw;
        margin-bottom: 2.66vw;
    }
}

.del-wrap .flx-box .cont-box p {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .02em;
    text-align: left;
}

@media screen and (max-width:767px) {
    .del-wrap .flx-box .cont-box p {
        font-size: 4vw;
        letter-spacing: -.02em;
    }
}

.del-wrap .flx-box .cont-box p span {
    font-size: 12px;
}

@media screen and (max-width:767px) {
    .del-wrap .flx-box .cont-box p span {
        font-size: 4vw;
    }
}

/* header
---------------------------------------------------------------------------- */
/*header {
    background: url("../../images/bg-upper.png") center bottom;
}

@media screen and (max-width:767px) {
    header {
        background: url("../../images/bg-upper.png") center bottom /100vw auto;
    }
}*/

header .header-wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

@media screen and (max-width:767px) {
    header .header-wrap {
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 0 0 2.66vw 5.33vw;
    }
}

header .header-wrap h1 {
    order: 1;
    width: 168px;
}

@media screen and (max-width:767px) {
    header .header-wrap h1 {
        width: 28vw;
        margin-top: 2vw;
        margin-left: 30vw;
    }
}

header .header-wrap nav {
    order: 3;
}

@media screen and (max-width:767px) {
    header .header-wrap nav {
        order: 2;
    }
}

header .header-wrap p {
    order: 2;
    color: #51290e;
    font-size: 18px;
    font-weight: 700;
    margin: 0 50px 0 auto;
}

@media screen and (max-width:767px) {
    header .header-wrap p {
        font-size: 4vw;
        order: 3;
        margin: 0;
        padding: 4.6vw 0;
        width: 100%;
    }
}

header .header-wrap .tel-wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;

}

header .header-wrap .tel-box {
    align-items: center;
    color: #51290e;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media screen and (max-width:767px) {
    header .header-wrap .tel-box {
        background: #e5d9f6 url("../../images/sp-header-tel.png") center center /4vw auto no-repeat;
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
        border-bottom-left-radius: 1.33vw;
        font-size: 10px;
        height: 16.53vw;
        text-indent: -9999px;
        width: 16.53vw;
    }
}

header .header-wrap .tel-box .telnum {
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    font-size: 34px;
}

header .header-wrap .tel-box .telnum .label {
    font-size: 24px;
}

header .header-wrap .tel-box .notice {
    font-size: 11px;
    line-height: 24px;
}

header .link-box {
    padding-left: 38px;
}

@media screen and (max-width:767px) {
    header .link-box {
        padding-left: 0;
    }
}

header .link-box a {
    background: #f1aeac;
    border: 1px solid #000;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
    width: 226px;
}

@media screen and (max-width:767px) {
    header .link-box a {
        background: #f1aeac url("../../images/sp-header-mail.png") center center /5.73vw auto no-repeat;
        border-top: none;
        border-right: none;
        border-radius: 0;
        font-size: 10px;
        text-indent: -9999px;
        height: 16.53vw;
        width: 16.53vw;
    }
}

/* footer
---------------------------------------------------------------------------- */
footer .inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 75px 0;
}

@media screen and (max-width:767px) {
    footer .inner {
        justify-content: center;
        flex-direction: column;
        padding: 16vw 0;
    }
}

footer .inner .logo {
    width: 164px;
}

@media screen and (max-width:767px) {
    footer .inner .logo {
        margin-bottom: 4vw;
        width: 33.6vw;
    }
}

footer .inner nav {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width:767px) {
    footer .inner nav {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

footer .inner nav ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

@media screen and (max-width:767px) {
    footer .inner nav ul {
        align-items: center;
        display: flex;
        flex-direction: column;
        margin-bottom: 12vw;
    }
}

footer .inner nav ul li {
    border-left: 1px solid #000;
    color: #000;
    font-size: 15px;
    margin-left: 25px;
    padding-left: 25px;
}

@media screen and (max-width:767px) {
    footer .inner nav ul li {
        border: none;
        display: inline-block;
        font-size: 4vw;
        margin-left: 0;
        padding-left: 0;
        text-align: center;
    }

    footer .inner nav ul li a {
        display: inline-block;
        padding: 3.33vw 0;
    }
}

footer .inner nav ul li:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}

footer .inner small {
    color: #000;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
}

@media screen and (max-width:767px) {
    footer .inner small {
        font-size: 4vw;
    }
}

/* top block01
---------------------------------------------------------------------------- */
/*.top .block01 {
    background: url("../../images/bg-upper.png") center top;
}

@media screen and (max-width:767px) {
    .top .block01 {
        background: url("../../images/bg-upper.png") center top /100vw auto;
    }
}*/

.top .block01 .slide-wrap {
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width:767px) {
    .top .block01 .slide-wrap {
        padding: 0 2.66vw;
    }
}

.top .block01 .slide-wrap .slide-box .slide {
    /*border-top-left-radius: 62px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 62px;
    border-bottom-left-radius: 10px;*/
    overflow: hidden;
    width: 1200px;
}

@media screen and (max-width:767px) {
    .top .block01 .slide-wrap .slide-box .slide {
        height: 85.3vw;
        border-radius: 1.06vw;
        width: calc(100vw - 5.32vw);
        margin: 0;
    }
}

.top .block01 .slide-wrap .slide-box .slide img {
    height: 580px;
    object-fit: cover;
    object-position: center;
    width: 1200px;
}

@media screen and (max-width:767px) {
    .top .block01 .slide-wrap .slide-box .slide img {
        height: 85.3vw;
        object-fit: contain;
        object-position: center;
        width: calc(100vw - 5.32vw);
    }
}

.top .block01 .slide-wrap .inner-wide {
    position: relative;
}

.top .block01 .slide-wrap h2.slide-title {
    bottom: 133px;
    color: #fff;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-size: 52px;
    line-height: 1.4;
    left: 100px;
    position: absolute;
}

@media screen and (max-width:767px) {
    .top .block01 .slide-wrap h2.slide-title {
        bottom: 17.33vw;
        font-size: 7.73vw;
        line-height: 1.4;
        left: 2.66vw;
        position: absolute;
    }
}

.top .block01 .slide-wrap h2.slide-title span {
    background: #51290e;
    padding: 8px 20px;
}

@media screen and (max-width:767px) {
    .top .block01 .slide-wrap h2.slide-title span {
        padding: 2vw 2.66vw;
        letter-spacing: -.08em;
    }
}

/* slide setting */
.slide-arr {
    position: absolute;
    top: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 100px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 0 8px 8px 0;
    z-index: 1;
}

@media screen and (max-width:767px) {
    .slide-arr {
        height: 16vw;
        top: 34.65vw;
        width: 7.2vw;
    }
}

.slide-arr.prev::before,
.slide-arr.next::before {
    background: url("../../images/slide_arr.png") center center /contain no-repeat;
    content: "";
    display: block;
    height: 24px;
    width: 15px;
}

@media screen and (max-width:767px) {
    .slide-arr.prev::before,
    .slide-arr.next::before {
        background: url("../../images/slide_arr.png") center center /contain no-repeat;
        height: 4.26vw;
        width: 2.66vw;
    }
}

.slide-arr.prev {
    left: 0;
}

.slide-arr.next {
    right: 0;
    transform: rotate(180deg);
}

@media screen and (max-width:767px) {
    .slide-arr.prev {
        left: 0vw;
    }

    .slide-arr.next {
        right: 0;
    }
}

.slide-arr.next::before {
    position: relative;
    left: -2px;
}

.slide-dot {
    display: flex;
    justify-content: flex-start;
    padding-top: 28px;
}

@media screen and (max-width:767px) {
    .slide-dot {
        justify-content: center;
        padding-top: 5.33vw;
    }
}

.slide-dot li {
    font-size: 0;
}

.slide-dot li button {
    /*border-radius: 50%;*/
    background: #e5d9f6;
    border: 1px solid #000;
    font-size: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0 10px;
    text-indent: -9999px;

}

@media screen and (max-width:767px) {
    .slide-dot li button {
        height: 2.66vw;
        margin: 0 2.66vw;
        width: 2.66vw;
    }
}

.slide-dot li.slick-active button {
    background: #c19ff4;
}

.slick-slide:not([tabindex="0"]) {
    opacity: 1;
}

.top .block01 .inner .bnr-area {
    margin-top: 26px;
    text-align: center;
}

.top .block01 .inner .sub-lead-box {
    display: flex;
    justify-content: space-between;
    padding: 90px 0;
}

@media screen and (max-width:767px) {
    .top .block01 .inner .sub-lead-box {
        align-items: center;
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
        padding: 9.33vw 0 16vw;
    }
}

.top .block01 .inner .sub-lead-box .txt-box p {
    /*color: #45230b;*/
    font-size: 16px;
    font-weight: 500;
    line-height: 1.33;
    padding: 5px 0;
}

@media screen and (max-width:767px) {
    .top .block01 .inner .sub-lead-box .txt-box p {
        color: #45230b;
        font-size: 4vw;
        line-height: 1.41;
        letter-spacing: -.04em;
        padding: 2vw 0;
        text-align: left;
    }

    .top .block01 .inner .sub-lead-box figure {
        margin-top: 8vw;
        width: 84vw;
    }
}

/* top block02
---------------------------------------------------------------------------- */
.top .block02 {
    background: url("../../images/bg-block02.png") center top;
    padding: 100px 0;
}

@media screen and (max-width:767px) {
    .top .block02 {
        background: url("../../images/bg-block02.png");
        background-size: 5%;
        padding: 16vw 0;
    }
}

.top .block02 .sec-title {
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (max-width:767px) {
    .top .block02 .sec-title {
        margin-bottom: 10vw;
        width: 100%;
    }

    .top .block02 .sec-title img {
        width: 84vw;
    }
}

.top .sec-title h2{
    font-size: 24px;
}

@media screen and (max-width:767px) {
    .top .sec-title h2{
    font-size: 4.8vw;
}
}

.top .block02 .point-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width:767px) {
    .top .block02 .point-wrap {
        display: block;
        justify-content: space-between;
    }
}

.top .block02 .point-wrap .point-box {
    align-items: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 50px;
    padding: 30px;
    position: relative;
    width: 490px;
    border: 1px solid #000;
    border-radius: 8px;
}

@media screen and (max-width:767px) {
    .top .block02 .point-wrap .point-box {
        background: #fff;
        border-radius: 1.06vw;
        height: auto;
        margin-top: 9.86vw;
        padding: 4.33vw 3.66vw;
        width: auto;
    }
}

.top .block02 .point-wrap .point-box h3 {
    display: flex;
    justify-content: center;
    position: absolute;
    transform: skewX(-25deg);
    top: -20px;
    color: #fff;
}

@media screen and (max-width:767px) {
    .top .block02 .point-wrap .point-box h3 {
        transform: skewX(-20deg);
        top: -4vw;
    }
}

.top .block02 .point-wrap .point-box h3 span {
    align-items: center;
    background: #000;
    display: flex;
    justify-content: center;
    font-size: 24px;
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    height: 40px;
    border: 1px solid #000;
}

@media screen and (max-width:767px) {
    .top .block02 .point-wrap .point-box h3 span {
        font-size: 4.53vw;
        height: 8vw;
    }
}

.top .block02 .point-wrap .point-box h3 .label-l {
    margin-right: 4px;
    width: 150px;
}

.top .block02 .point-wrap .point-box h3 .label-r {
    width: 80px;
    background: #2bbac1;
}

@media screen and (max-width:767px) {
    .top .block02 .point-wrap .point-box h3 .label-l {
        margin-right: 1.6vw;
        width: 25.33vw;
    }

    .top .block02 .point-wrap .point-box h3 .label-r {
        width: 16vw;
    }
}

.top .block02 .point-wrap .point-box h4 {
    padding-top: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

@media screen and (max-width:767px) {
    .top .block02 .point-wrap .point-box h4 {
        font-size: 4.53vw;
        line-height: 1.5;
    }
}

.top .block02 .point-wrap .point-box p {
    border-top: 1px solid #606060;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 15px;
    padding: 12px 4px 0;
}

@media screen and (max-width:767px) {
    .top .block02 .point-wrap .point-box p {
        border-top: 1px solid #606060;
        font-size: 4vw;
        line-height: 1.5;
        margin-top: 2.66vw;
        padding: 1.78vw 0 0;
    }
}

/* top block03
---------------------------------------------------------------------------- */
.top .block03 {
    background: url('../../images/bg-block03.png');
    padding: 100px 0 280px;
}

@media screen and (max-width:767px) {
    .top .block03 {
        padding: 16vw 0 4vw;
    }
}

.top .block03 .sec-title {
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (max-width:767px) {
    .top .block03 .sec-title {
        margin-bottom: 7vw;
    }

    .top .block03 .sec-title img {
        width: 84.33vw;
    }
}

.top .block03 .cont-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top .block03 .cont-wrap .cont-box {
    position: relative;
    margin-bottom: 80px;
}

@media screen and (max-width:767px) {
    .top .block03 .cont-wrap .cont-box {
        margin-bottom: 12vw;
    }
}

.top .block03 .cont-wrap .cont-box figure {
    /*border: 4px solid #f5f5f5;
    border-radius: 18px;*/
    height: 280px;
    margin-bottom: 30px;
    overflow: hidden;
    object-fit: cover;
    width: 460px;
}

@media screen and (max-width:767px) {
    .top .block03 .cont-wrap .cont-box figure {
        border-radius: 1.06vw;
        height: auto;
        margin-bottom: 6.133vw;
        object-fit: none;
        width: auto;
    }
}

.top .block03 .cont-wrap .cont-box .title-box {
    align-items: center;
    display: flex;
    margin-bottom: 40px;
    padding: 0 4px;
}

@media screen and (max-width:767px) {
    .top .block03 .cont-wrap .cont-box .title-box {
        margin-bottom: 6.66vw;
        padding: 0;
    }
}

.top .block03 .cont-wrap .cont-box .title-box h3 {
    align-items: center;
    border-right: 1px solid #51290e;
    border-left: 1px solid #51290e;
    display: flex;
    font-size: 34px;
    line-height: 34px;
    justify-content: center;
    width: 196px;
}

@media screen and (max-width:767px) {
    .top .block03 .cont-wrap .cont-box .title-box h3 {
        font-size: 6.4vw;
        line-height: 7.46vw;
        width: 29.6vw;
    }
}

.top .block03 .cont-wrap .cont-box .title-box h3 span {
    padding-bottom: 6px;
    font-size: 40px;
    font-family: 'Barlow', sans-serif;
}

@media screen and (max-width:767px) {
    .top .block03 .cont-wrap .cont-box .title-box h3 span {
        padding-bottom: 0.15vw;
        font-size: 7vw;
    }
}

.top .block03 .cont-wrap .cont-box .title-box p {
    color: #211815;
    font-size: 15px;
    line-height: 1.2;
    padding-left: 30px;
}

@media screen and (max-width:767px) {
    .top .block03 .cont-wrap .cont-box .title-box p {
        flex: 1;
        font-size: 4vw;
        padding-left: 4vw;
    }
}

.top .block03 .cont-wrap .icon {
    position: absolute;
    top: -50px;
    left: -45px;
    width: 196px;
}

@media screen and (max-width:767px) {
    .top .block03 .cont-wrap .icon {
        top: -12vw;
        left: -11vw;
        width: 48vw;
    }
}

/* top block04
---------------------------------------------------------------------------- */
.top .block04 {
    background: url("../../images/bg-block04.png");
    /*border-top: 256px solid #fff;*/
    padding: 260px 0 100px;
}

@media screen and (max-width:767px) {
    .top .block04 {
        border-top: none;
        padding: 0 0 16vw;
    }
}

.top .block04 .inner-wide {
    margin-top: -520px;
}

@media screen and (max-width:767px) {
    .top .block04 .inner-wide {
        margin-top: 0;
    }
}

.top .block04 .inner-wide figure {
    margin-bottom: 100px;
}

.top .block04 .inner-wide figure img {
    border-radius: 24px;
}

@media screen and (max-width:767px) {
    .top .block04 .inner-wide figure {
        margin-bottom: 16vw;
    }

    .top .block04 .inner-wide figure img {
        border-radius: 0;
    }
}

.top .block04 .sec-title {
    text-align: center;
    margin-bottom: 60px;
}

@media screen and (max-width:767px) {
    .top .block04 .sec-title {
        margin-bottom: 16vw;
    }
}

.top .block04 .inner .cont-box p a {
    text-decoration: underline;
}


/* sub block01
---------------------------------------------------------------------------- */
/*.sub .outer-bg01 {
    background: url("../../images/bg-upper.png") center top;
}

@media screen and (max-width:767px) {
    .sub .outer-bg01 {
        background: url("../../images/bg-upper.png") center top /100vw auto;
    }
}*/

.sub .sec-title h2{
    font-size: 24px;
}

@media screen and (max-width:767px) {
    .sub .sec-title h2{
    font-size: 4.8vw;
}
}

@media screen and (max-width:767px) {
    .sub .block01 .inner-wide {
        padding: 0 2.66vw;
    }
}

.sub .block01 .mv-box {
    position: relative;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box {
        position: static;
    }
}

.sub .block01 .mv-box figure {
    overflow: hidden;
    height: 500px;
    width: 1200px;
}

.sub .block01 .mv-box figure img {
    object-fit: cover;
    height: 500px;
    width: 1200px;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box figure {
        overflow: hidden;
        height: 84vw;
        width: 94.66vw;
    }

    .sub .block01 .mv-box figure img {
        height: 84vw;
        object-fit: cover;
        width: 94.66vw;
        /*border: 1px solid #000;*/
        border-top-left-radius: 1.06vw;
        border-top-right-radius: 1.06vw;
    }
}

.sub .block01 .mv-box .course-dsp {
    background: #fff;
    border: 1px solid #000;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 440px;
    padding: 0 35px;
    position: absolute;
    right: 100px;
    top: calc(50% - 220px);
    width: 380px;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 1.06vw;
        border-bottom-right-radius: 1.06vw;
        height: auto;
        margin-top: -16.66vw;
        padding: 8vw;
        position: relative;
        right: 0;
        top: 0;
        width: 94.66vw;
    }
}

.sub .block01 .mv-box .course-dsp .title-box {
    border-bottom: 1px dashed #000;
    margin-bottom: 25px;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .title-box {
        margin-bottom: 3vw;
    }
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .title-box .title {
        align-items: flex-end;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
}

.sub .block01 .mv-box .course-dsp .title-box .title .label {
    color: #010101;
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .title-box .title .label {
        font-size: 2.86vw;
        margin-bottom: 0;
    }
}

.sub .block01 .mv-box .course-dsp .title-box .title .h2-border {
    border-left: 1px solid #23344e;
    border-right: 1px solid #23344e;
    display: inline-block;
    margin-bottom: 20px;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .title-box .title .h2-border {
        border-left: 1px solid #23344e;
        border-right: 1px solid #23344e;
        display: inline-block;
        margin-bottom: 0;
        margin-right: 4.93vw;
        padding: 0 3.46vw;
    }
}

.sub .block01 .mv-box .course-dsp .title-box .title h2 {
    display: block;
    font-size: 48px;
    line-height: 40px;
    vertical-align: bottom;
    position: relative;
    top: 0;
    padding: 0 20px;
}

.txt-pink {
    color: #f89e99;
}

.bg-lpink {
    background: #fddbd9;
}

.txt-orange {
    color: #f7b361;
}

.bg-yellow {
    background: #ffd7a7;
}

.txt-green {
    color: #7abe80;
}

.bg-lgreen {
    background: #deffe2;
}

.txt-blue {
    color: #74bed7;
}

.bg-lblue {
    background: #daeff6;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .title-box .title h2 {
        font-size: 7.46vw;
        line-height: 7.46vw;
        top: 0;
        padding: 0;

    }
}

.sub .block01 .mv-box .course-dsp .title-box .title h2 span {
    font-family: 'Barlow', sans-serif;
    position: relative;
    top: -3px;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .title-box .title h2 span {
        font-size: 8.53vw;
        top: -0.45vw;
    }
}

.sub .block01 .mv-box .course-dsp .title-box .lead-txt {
    color: #211815;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .title-box .lead-txt {
        font-size: 4vw;
        margin: 3vw 0;
    }
}

.sub .block01 .mv-box .course-dsp .price-box .price {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .price-box {
        display: flex;
        flex-direction: column;
    }

    .sub .block01 .mv-box .course-dsp .price-box .price {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        width: auto;
    }
}

.sub .block01 .mv-box .course-dsp .price-box .price .price-info {
    align-items: flex-end;
    font-family: 'Barlow', sans-serif;
    display: flex;
    font-size: 48px;
    font-weight: bold;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .price-box .price .price-info {
        font-size: 7.46vw;
    }
}

.sub .block01 .mv-box .course-dsp .price-box .price .price-info02 {
    align-items: flex-end;
    color: #74bed7;
    display: flex;
    font-size: 44px;
    font-weight: bold;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .price-box .price .price-info02 {
        font-size: 7.06vw;
    }
}

.sub .block01 .mv-box .course-dsp .price-box .price .price-info .label,
.sub .block01 .mv-box .course-dsp .price-box .price .price-info02 .label {
    color: #000;
    align-items: center;
    border-radius: 6px;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    height: 30px;
    justify-content: center;
    margin-right: 12px;
    margin-bottom: 6px;
    padding: 0 10px;

}

@media screen and (max-width:767px) {

    .sub .block01 .mv-box .course-dsp .price-box .price .price-info .label,
    .sub .block01 .mv-box .course-dsp .price-box .price .price-info02 .label {
        border-radius: 1.06vw;
        font-size: 4vw;
        height: 6.66vw;
        margin-right: 2vw;
        margin-bottom: .33vw;
        padding: 0 2vw;
    }
}

.sub .block01 .mv-box .course-dsp .price-box .price .price-info .yen {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    vertical-align: bottom;
    margin-left: 12px;
    margin-bottom: 6px;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .price-box .price .price-info .yen {
        font-size: 4vw;
        margin-left: 1.6vw;
        margin-bottom: .66vw;
    }
}

.sub .block01 .mv-box .course-dsp .price-box .notice {
    font-size: 14px;
    margin-top: 8px;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .price-box .notice {
        color: #211815;
        font-size: 4vw;
        margin-top: 0;
        margin-bottom: 5.33vw;
        text-indent: -1em;
        padding-left: 1em;
        line-height: 2;
    }
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .price-box .info {
        align-items: center;
        display: flex;

        width: auto;
    }
}

.sub .block01 .mv-box .course-dsp .price-box .info .info-lead {
    align-items: center;
    border-radius: 6px;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    justify-content: center;
    margin: 20px 0 15px;
    padding: 0 10px;
    width: auto;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .price-box .info .info-lead {
        border-radius: 1.06vw;
        color: #211815;
        font-size: 3.7vw;
        height: auto;
        line-height: 1.25;
        margin: 0 3vw 0 0;
        padding: 1.66vw 3vw;
        width: 34.66vw;
    }
}

.sub .block01 .mv-box .course-dsp .price-box .info .info-txt {
    align-items: center;
    color: #211815;
    display: flex;
    font-size: 18px;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .price-box .info .info-txt {
        font-size: 4vw;
    }
}

.sub .block01 .mv-box .course-dsp .price-box .info .info-txt::before {
    content: "";
    display: block;
    height: 16px;
    margin: 3px 10px 0 0;
    width: 10px;
}

@media screen and (max-width:767px) {
    .sub .block01 .mv-box .course-dsp .price-box .info .info-txt::before {
        height: 3vw;
        margin: .33vw 2vw 0 0;
        width: 2vw;
    }
}

.sub .block01 .mv-box .course-dsp .price-box .info .info-txt.txt-pink::before {
    background:
        linear-gradient(to bottom left, transparent 50%, #f89e99 50.5%) no-repeat top left/100% 50%,
        linear-gradient(to top left, transparent 50%, #f89e99 50.5%) no-repeat bottom right/100% 50%;
}

.sub .block01 .mv-box .course-dsp .price-box .info .info-txt.txt-orange::before {
    background:
        linear-gradient(to bottom left, transparent 50%, #f7b361 50.5%) no-repeat top left/100% 50%,
        linear-gradient(to top left, transparent 50%, #f7b361 50.5%) no-repeat bottom right/100% 50%;
}

.sub .block01 .mv-box .course-dsp .price-box .info .info-txt.txt-green::before {
    background:
        linear-gradient(to bottom left, transparent 50%, #7abe80 50.5%) no-repeat top left/100% 50%,
        linear-gradient(to top left, transparent 50%, #7abe80 50.5%) no-repeat bottom right/100% 50%;
}

.sub .block01 .mv-box .course-dsp .price-box .info .info-txt.txt-blue::before {
    background:
        linear-gradient(to bottom left, transparent 50%, #74bed7 50.5%) no-repeat top left/100% 50%,
        linear-gradient(to top left, transparent 50%, #74bed7 50.5%) no-repeat bottom right/100% 50%;
}


/* sub block02
---------------------------------------------------------------------------- */
.sub .block02 {
    padding: 80px 0 100px;
}

@media screen and (max-width:767px) {
    .sub .block02 {
        padding: 16vw 0;
        position: relative;
        z-index: 1;
    }

    .sub .block02::before {
        /*background: #fff;*/
        content: "";
        height: 57.33vw;
        position: absolute;
        bottom: 0;
        width: 100vw;
        z-index: 0
    }

    .sub .block02 .inner {
        position: relative;
    }
}

.sub .block02 .sec-title {
    text-align: center;
}

.text-red {
    color: red;
}

@media screen and (max-width:767px) {
    .sub .block02 .sec-title {
        margin-bottom: 2.66vw;
    }
}

.sub .block02 p.sub-lead {
    font-size: 18px;
    line-height: 1.5;
    margin: 20px 0 0;
    text-align: center;
}

@media screen and (max-width:767px) {
    .sub .block02 p.sub-lead {
        color: #51290e;
        font-size: 4vw;
        margin: 8vw 0 0;
        text-align: center;
    }
}

.sub .block02 p.sub-lead02 {
    /*color: #51290e;*/
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 35px 0;
    text-align: center;
}

@media screen and (max-width:767px) {
    .sub .block02 p.sub-lead02 {
        color: #51290e;
        font-size: 4vw;
        margin: 0 0 8vw 0;
        text-align: left;
    }
}

.sub .block02 .temp-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

@media screen and (max-width:767px) {
    .sub .block02 .temp-wrap {
        margin-bottom: 8vw;
    }
}

.sub .block02 .temp-wrap .tempbox {
    margin-top: 84px;
    width: 470px;
}

@media screen and (max-width:767px) {
    .sub .block02 .temp-wrap .tempbox {
        margin-top: 16vw;
        width: auto;
    }
}

.sub .block02 .temp-wrap .tempbox .title-box {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    position: relative;
    height: 24px;
    margin-bottom: 40px;
}

@media screen and (max-width:767px) {
    .sub .block02 .temp-wrap .tempbox .title-box {
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        position: relative;
        height: 4.8vw;
        margin-bottom: 16vw;
    }
}

.sub .block02 .temp-wrap .tempbox .title-box h3 {
    align-items: flex-end;
    background: url("../../images/sub_label_bg.png") center center /contain no-repeat;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    height: 73px;
    position: absolute;
    text-align: center;
    left: calc(50% - 120px);
    padding-bottom: 15px;
    top: -50px;
    width: 262px;
}

@media screen and (max-width:767px) {
    .sub .block02 .temp-wrap .tempbox .title-box h3 {
        font-size: 3.73vw;
        height: 18vw;
        left: calc(50% - 29vw);
        padding-bottom: 4.2vw;
        top: -12vw;
        width: 58vw;
    }
}

.sub .block02 .temp-wrap .tempbox .title-box h3 span {
    font-family: 'Barlow', sans-serif;
    font-size: 26px;
    font-weight: bold;
    position: relative;
    top: 1px;
    padding-left: 4px;
}

@media screen and (max-width:767px) {
    .sub .block02 .temp-wrap .tempbox .title-box h3 span {
        font-size: 4.8vw;
        top: 2px;
        padding-left: 1.33vw;
    }
}

.sub .block02 .temp-wrap .tempbox .title-box p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    position: absolute;
    bottom: -25px;
    width: 100%;
}

@media screen and (max-width:767px) {
    .sub .block02 .temp-wrap .tempbox .title-box p {
        font-size: 4vw;
        bottom: -13vw;
        line-height: 1.4;
    }
}

.sub .block02 .temp-wrap .tempbox .title-box p span {
    font-family: 'Barlow', sans-serif;
    margin-right: 14px;
}

@media screen and (max-width:767px) {
    .sub .block02 .temp-wrap .tempbox .title-box p span {
        display: block;
        font-family: 'Barlow', sans-serif;
        margin-right: 0;
        text-align: center;
    }
}

.sub .block02 .temp-wrap .tempbox figure {
    border: 1px solid #000;
    border-radius: 4px;
    overflow: hidden;
}

@media screen and (max-width:767px) {
    .sub .block02 .temp-wrap .tempbox figure {
        border-radius: 1.06vw;
    }
}

.sub .block02 .temp-wrap .tempbox.last figure {
    align-items: center;
    border: none;
    box-shadow: none;
    display: flex;
    justify-content: center;
    margin-top: -20px;
    padding: 0 16px;
}

@media screen and (max-width:767px) {
    .sub .block02 .temp-wrap .tempbox.last figure {
        margin-top: -2.66vw;
        padding: 0 2.13vw;
    }
}

.sub .block02 .course-select-area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

@media screen and (max-width:767px) {
    .sub .block02 .course-select-area {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 10vw;
    }
}

@media screen and (max-width:767px) {
    .sub .block02 .course-select-area .select-btn {
        margin-bottom: 3vw;
    }
}

.sub .block02 .course-select-area .select-btn a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 50px;
    font-weight: 800;
    font-size: 20px;
    background: #f89e99;
    border-radius: 48px;
    border: 2px solid #000;
}

@media screen and (max-width:767px) {
    .sub .block02 .course-select-area .select-btn a {
        font-size: 5vw;
        padding: 2.6vw 3.8vw;
    }
}

.sub .block02 .course-select-area a.active {
    background: #000;
    color: #fff;
}

.sub .block02 .cta-area {
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
    padding: 0 30px;
}

@media screen and (max-width:767px) {
    .sub .block02 .cta-area {
        flex-direction: column;
        margin-top: 12vw;
        padding: 0;
    }
}

/* sub block03
---------------------------------------------------------------------------- */
.sub .block03 {
    background: url(../../images/bg-block02.png) center top;
    padding: 100px 0;
}

@media screen and (max-width:767px) {
    .sub .block03 {
        background: url(../../images/bg-block02.png) center top /100vw auto;
        background-size: 4vw;
        padding: 16vw 0;
    }
}

.sub .block03 .sec-title {
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (max-width:767px) {
    .sub .block03 .sec-title {
        margin-bottom: 8vw;
    }

    .sub .block03 .sec-title img {
        width: 78.4vw;
    }
}

.sub .block03 .sub-lead {
    border-top: 1px solid #51290e;
    border-bottom: 1px solid #51290e;
    margin-bottom: 44px;
    padding: 12px 0;
}

@media screen and (max-width:767px) {
    .sub .block03 .sub-lead {
        margin-bottom: 9.33vw;
        padding: 4vw 0;
    }
}

.sub .block03 .sub-lead p {
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
}

@media screen and (max-width:767px) {
    .sub .block03 .sub-lead p {
        font-size: 4vw;
        text-align: left;
    }
}

.sub .block03 .cont-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sub .block03 .cont-wrap .cont-box {
    margin-bottom: 46px;
    width: 470px;
}

@media screen and (max-width:767px) {
    .sub .block03 .cont-wrap .cont-box {
        margin-bottom: 8vw;
        width: auto;
    }
}

.sub .block03 .cont-wrap .cont-box figure {
    overflow: hidden;
    margin-bottom: 20px;
}

@media screen and (max-width:767px) {
    .sub .block03 .cont-wrap .cont-box figure {
        margin-bottom: 4vw;
    }
}

.sub .block03 .cont-wrap .cont-box p {
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width:767px) {
    .sub .block03 .cont-wrap .cont-box p {
        font-size: 4vw;
        letter-spacing: -.04em;
    }
}

.sub .block03 .table-wrap {
    border: 1px solid #000;
    border-radius: 6px;
    margin-bottom: 24px;
    overflow: hidden;
}

@media screen and (max-width:767px) {
    .sub .block03 .table-wrap {
        border: 1px solid #51290e;
        border-radius: 1.06vw;
        margin-bottom: 4vw;
    }
}

.sub .block03 .table-wrap table {
    color: #010101;
    width: 100%;
}

@media screen and (max-width:767px) {
    .sub .block03 .table-wrap table {
        display: flex;
        justify-content: space-between;
    }
}

.sub .block03 .table-wrap table th,
.sub .block03 .table-wrap table td {
    height: 50px;
    text-align: center;
    vertical-align: middle;
    width: 25%;
}

@media screen and (max-width:767px) {
    .sub .block03 .table-wrap tr {
        display: block;
        width: 100%;
    }

    .sub .block03 .table-wrap thead,
    .sub .block03 .table-wrap tbody {
        display: block;
        width: 50%;
    }

    .sub .block03 .table-wrap thead {
        border-right: 1px solid #51290e;
    }

    .sub .block03 .table-wrap table th,
    .sub .block03 .table-wrap table td {
        align-items: center;
        display: flex;
        justify-content: center;
        position: relative;
        height: 9.86vw;
        width: 100%;
    }
}

.sub .block03 .table-wrap table th {
    background: #e8e8e8;
    font-size: 20px;
    font-weight: 500;
}

@media screen and (max-width:767px) {
    .sub .block03 .table-wrap table th {
        font-size: 4vw;
        ;
    }
}

.sub .block03 .table-wrap table td {
    font-size: 20px;
    border-left: 1px solid #51290e;
    background: #fff;
}

@media screen and (max-width:767px) {
    .sub .block03 .table-wrap table td {
        border-top: 1px solid #51290e;
    }
}

.sub .block03 .table-wrap table tbody th,
.sub .block03 .table-wrap table tbody td {
    border-top: 1px solid #51290e;
}

@media screen and (max-width:767px) {
    .sub .block03 .table-wrap table tbody th {
        border-top: none;
    }

    .sub .block03 .table-wrap table td {
        border-left: none;
    }
}

.sub .block03 .table-wrap table thead td {
    font-size: 20px;
    font-weight: 500;
}

@media screen and (max-width:767px) {
    .sub .block03 .table-wrap table thead td {
        font-size: 4vw;
    }
}

.sub .block03 .table-wrap table thead td span {
    background: #f89e99;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-right: 15px;
    padding: 5px 12px;
}

@media screen and (max-width:767px) {
    .sub .block03 .table-wrap table thead td span {
        background: #f89e99;
        border-radius: 1.06vw;
        font-size: 3.6vw;
        margin-right: 0.5vw;
        padding: 1.4vw 1.6vw;
        position: absolute;
        left: 1vw;
    }
}

.sub .block03 .table-wrap table tbody td {
    font-size: 22px;
    font-weight: 500;
}

@media screen and (max-width:767px) {
    .sub .block03 .table-wrap table tbody td {
        font-size: 3.46vw;
    }
}

.sub .block03 .notice {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 40px;
    text-align: center;
}

@media screen and (max-width:767px) {
    .sub .block03 .notice {
        font-size: 4vw;
        text-align: left;
    }
}

.sub .block03 .link-box {
    margin-top: 64px;
}

@media screen and (max-width:767px) {
    .sub .block03 .link-box {
        margin-top: 9.33vw;
    }
}

.sub .block03 .tbl-title {
    color: #010101;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

@media screen and (max-width:767px) {
    .sub .block03 .table-wrap.table02 tbody {
        width: 100%;
    }

    .sub .block03 .table-wrap.table02 tbody tr {
        display: flex;
        flex-wrap: wrap;


    }
}

.sub .block03 .table-wrap.table02 th {
    border: none;
    border-bottom: 1px solid #51290e;
    border-right: 1px solid #51290e;
    width: 14.4%;
}

@media screen and (max-width:767px) {
    .sub .block03 .table-wrap.table02 th {
        align-items: center;
        display: flex;
        justify-content: center;
        font-size: 4vw;
        width: 24%;
    }
}

.sub .block03 .table-wrap.table02 td {
    border: none;
    border-bottom: 1px solid #51290e;
    border-right: 1px solid #51290e;
    font-size: 20px;
    padding-left: 16px;
    text-align: left;
    width: 35.6%;
}

@media screen and (max-width:767px) {
    .sub .block03 .table-wrap.table02 td {
        align-items: center;
        border-right: none;
        display: flex;
        flex-wrap: wrap;
        font-size: 4vw;
        justify-content: flex-start;
        text-align: left;
        width: 76%;
    }
}

.sub .block03 .table-wrap.table02 tr:last-child td span {
    display: block;
    font-size: 14px;
    width: 100%;
}

@media screen and (max-width:767px) {
    .sub .block03 .table-wrap.table02 tr:last-child td span {
        display: block;
        font-size: 4vw;
        width: 100%;
    }
}

.sub .block03 .table-wrap.table02 tr:last-child th,
.sub .block03 .table-wrap.table02 tr:last-child td {
    border-bottom: none;
}

@media screen and (max-width:767px) {

    .sub .block03 .table-wrap.table02 tr:last-child th,
    .sub .block03 .table-wrap.table02 tr:last-child td {
        border-bottom: 1px solid #51290e;
    }

    .sub .block03 .table-wrap.table02 tr:last-child th:nth-of-type(2) {
        border-bottom: none;
    }

    .sub .block03 .table-wrap.table02 tr:last-child td:last-child {
        border-bottom: none;
    }
}

.sub .block03 .table-wrap.table02 tr td:last-child {
    border-right: none;
}

/* sub block04
---------------------------------------------------------------------------- */
.sub .block04 {
    background: url(../../images/bg-block04.png) center top;
    padding: 100px 0;
}

@media screen and (max-width:767px) {
    .sub .block04 {
        background: url(../../images/bg-block04.png) center top /100vw auto;
        background-size: 4vw;
        padding: 16vw 0;
    }
}

.sub .block04 .sec-title {
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (max-width:767px) {
    .sub .block04 .sec-title {
        margin-bottom: 8vw;
    }

    .sub .block04 .sec-title img {
        width: 83.33vw;
    }
}

.sub .block04 .link-box {
    margin-top: 80px;
}

@media screen and (max-width:767px) {
    .sub .block04 .link-box {
        margin-top: 10.66vw;
    }
}

.sub .block04 .flx-box .cont-box p a {
    text-decoration: underline;
}

/* sub block05
---------------------------------------------------------------------------- */
.sub .block05 {
    background: url("../../images/bg-block05.png") center top;
    padding: 100px 0;
}

@media screen and (max-width:767px) {
    .sub .block05 {
        background: url("../../images/bg-block05.png") center top;
        background-size: 12vw;
        padding: 16vw 5.33vw;
    }
}

.sub .block05 .sec-title {
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (max-width:767px) {
    .sub .block05 .sec-title {
        margin-bottom: 8vw;
    }

    .sub .block05 .sec-title img {
        width: 66.66vw;
    }
}

.sub .block05 .inner {
    background: #fff;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 80px 76px;
}

@media screen and (max-width:767px) {
    .sub .block05 .inner {
        background: #fff,
            border: 1px solid #000;
        border-radius: 1.06vw;
        padding: 8vw;
    }
}

.sub .block05 dl {
    align-items: center;
    display: flex;
    margin-bottom: 30px;
}

@media screen and (max-width:767px) {
    .sub .block05 dl {
        display: block;
        margin-bottom: 30px;
    }
}

.sub .block05 .block05-caption {
    flex-direction: column;
    align-items: flex-end;
}

.sub .block05 dl dt {
    align-items: center;
    display: flex;
    width: 350px;
}

@media screen and (max-width:767px) {
    .sub .block05 dl dt {
        width: 100%;
    }
}

.sub .block05 dl dd {
    display: flex;
    flex: 1;
    justify-content: space-between;
}

.sub .block05 dl dd .select-box {
    display: flex;
    flex: 1;
    justify-content: space-between;
}

.sub .block05 dl dd .select-box span {
    width: 160px;
}

@media screen and (max-width:767px) {
    .sub .block05 dl dd .select-box span {
        display: none;
    }
}

.sub .block05 dl dd input,
.sub .block05 dl dd select,
.sub .block05 dl dd textarea {
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    background: #f8f8f8;
    font-size: 18px;
}

@media screen and (max-width:767px) {

    .sub .block05 dl dd input,
    .sub .block05 dl dd select,
    .sub .block05 dl dd textarea {
        border-radius: 0.533vw;
        font-size: 3.2vw;
    }
}

.sub .block05 dl dt,
.sub .block05 dl dd {
    color: #000;
    font-weight: 700;
}

@media screen and (max-width:767px) {

    .sub .block05 dl dt,
    .sub .block05 dl dd {
        font-size: 4vw;
        margin-bottom: 3.2vw;
    }
}

.sub .block05 dl dt::before {
    background: #f6c416;
    border-radius: 6px;
    content: "";
    display: block;
    height: 12px;
    margin-top: 2px;
    margin-right: 20px;
    width: 12px;
}

@media screen and (max-width:767px) {
    .sub .block05 dl dt::before {
        border-radius: 1.2vw;
        height: 2.4vw;
        margin-top: 1px;
        margin-right: 2.4vw;
        width: 2.4vw;
    }
}

.sub .block05 dl dt span {
    background: #f89e99;
    border-radius: 4px;
    color: #fff;
    line-height: 36px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 40px 0 auto;
    padding: 0 10px;
}

@media screen and (max-width:767px) {
    .sub .block05 dl dt span {
        border-radius: 1.06vw;
        line-height: 5.33vw;
        font-size: 3.2vw;
        margin: 0 0 0 auto;
        padding: 0 1.6vw;
    }
}

.sub .block05 dl.oth-box {
    align-items: flex-start;
}

.sub .block05 dl.oth-box dt {
    padding-top: 12px;
}

@media screen and (max-width:767px) {
    .sub .block05 dl.oth-box dt {
        padding-top: 0;
    }
}

.sub .block05 dl dd input {
    height: 40px;
    padding: 0 1em;
    width: 100%;
}

@media screen and (max-width:767px) {
    .sub .block05 dl dd input {
        height: 9.33vw;
    }
}

.sub .block05 dl dd input.qty {
    width: 160px;
}

@media screen and (max-width:767px) {
    .sub .block05 dl dd input.qty {
        width: 33.33vw;
    }
}

.sub .block05 dl dd select {
    height: 40px;
    padding: 0 1em;
    width: 160px;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
}

@media screen and (max-width:767px) {
    .sub .block05 dl dd select {
        height: 9.33vw;
        padding: 0 1em;
        width: 33.33vw;
    }

    .sub .block05 dl dd .day select {
        width: 21.33vw;
    }
}

/*.sub .block05 dl dd select.couse-num.hide {
    background: #c9c9c9;
}*/

.sub .block05 dl dd .slct-label {
    position: relative;
}

.sub .block05 dl dd .slct-label::after {
    background:
        linear-gradient(to top left, transparent 50%, #606060 50.5%) no-repeat top right/50% 100%,
        linear-gradient(to top right, transparent 50%, #606060 50.5%) no-repeat top left/50% 100%;
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: calc(50% - 4px);
    height: 8px;
    width: 14px;
    pointer-events: none;
}

@media screen and (max-width:767px) {
    .sub .block05 dl dd .slct-label::after {
        right: 2.66vw;
        top: calc(50% - .73vw);
        height: 1.46vw;
        width: 2.93vw;
    }
}

.sub .block05 dl dd textarea {
    padding: 1em;
    height: 120px;
    width: 100%;
}

@media screen and (max-width:767px) {
    .sub .block05 dl dd textarea {
        height: 29.33vw;
    }
}

.sub .block05 .block05-caption-text {
    flex-direction: column;
    margin-top: -15px;
    font-size: 15px;
    line-height: 1.3em;
}

.sub .block05 .block05-caption-text span {
    font-size: 12px;
}

@media screen and (max-width:767px) {
    .sub .block05 .block05-caption-text {
        margin-top: 2vw;
        font-size: 3.8vw;
    }

    .sub .block05 .block05-caption-text span {
        font-size: 3vw;
    }
}

.sub .block05 .form-btn {
    display: flex;
    justify-content: center;
}

@media screen and (max-width:767px) {
    .sub .block05 .form-btn {
        flex-direction: column-reverse;
    }
}

.sub .block05 .btn-type01 {
    align-items: center;
    background: #f89e99 url(../../images/arr_go.png) right 42px center /13px auto no-repeat;
    border-radius: 8px;
    border: 2px solid #000;
    color: #000;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    height: 70px;
    justify-content: center;
    margin: 60px 20px 0;
    outline: none;
    width: 420px;
    transition: .3s ease;
}

@media screen and (max-width:767px) {
    .sub .block05 .btn-type01 {
        background: #f89e99 url(../../images/arr_form.png) right 6.13vw center /1.86vw auto no-repeat;
        border-radius: 1.06vw;
        font-size: 4.6vw;
        height: 14vw;
        margin: 3.6vw 0 0;
        outline: none;
        width: 100%;
        transition: .3s ease;
    }
}

.sub .block05 .btn-type01:hover {
    opacity: .7;
    cursor: pointer;
}

/* check */
.sub .block05 .form-title {
    font-size: 38px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}

@media screen and (max-width:767px) {
    .sub .block05 .form-title {
        font-size: 5.06vw;
        margin-bottom: 4.8vw;
    }
}

.sub .block05 .form-notice {
    line-height: 1.5;
    text-align: center;
    margin-bottom: 50px;
}

@media screen and (max-width:767px) {
    .sub .block05 .form-notice {
        font-size: 4vw;
        margin-bottom: 4.8vw;
    }
}

.sub .block05 .conf dl dt {
    width: 256px;
}

@media screen and (max-width:767px) {
    .sub .block05 .conf dl dt {
        width: 100%;
    }
}

.sub .block05 .conf dl dd p {
    font-size: 16px;
    line-height: 1.5;
}

@media screen and (max-width:767px) {
    .sub .block05 .conf dl dd p {
        font-size: 4vw;
        padding-left: 4.8vw;
    }
}

.sub .block05 .conf .btn-type01 {
    width: 400px;
}

@media screen and (max-width:767px) {
    .sub .block05 .conf .btn-type01 {
        width: 100%;
    }
}

.sub .block05 .conf .btn-type01.back {
    background: #fff url(../../images/arr_form_back.png) left 42px center /12px auto no-repeat;
}

@media screen and (max-width:767px) {
    .sub .block05 .conf .btn-type01.back {
        background: #fff url(../../images/arr_form_back.png) left 6.13vw center /1.86vw auto no-repeat;
    }
}

/* sub block06
---------------------------------------------------------------------------- */
.sub .block06 {
    padding: 100px 0;
}

@media screen and (max-width:767px) {
    .sub .block06 {
        padding: 16vw 0;
    }
}

.sub .block06 .advice-wrap {
    margin: 0 auto;
    width: 1000px;
}

@media screen and (max-width:767px) {
    .sub .block06 .advice-wrap {
        width: 100%;
    }
}

.sub .block06 .advice-wrap h2 {
    background: url("../../images/advice_title_bg.png") right top no-repeat;
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    height: 240px;
    display: flex;
    text-align: center;
    padding-top: 45px;
    padding-left: 80px;
}

@media screen and (max-width:767px) {
    .sub .block06 .advice-wrap h2 {
        background: url("../../images/advice_title_bg_sp.png") right 1.33vw top /contain no-repeat;
        font-size: 4vw;
        height: 30.666vw;
        display: flex;
        line-height: 5vw;
        justify-content: flex-start;
        text-align: center;
        padding: 3.2vw 0 0 16vw;
    }
}

.sub .block06 .photo-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media screen and (max-width:767px) {
    .sub .block06 .photo-wrap {
        flex-direction: column;
        margin-bottom: 0;
    }
}

.sub .block06 .photo-wrap .photo-box {
    position: relative;
    width: 460px;
}

@media screen and (max-width:767px) {
    .sub .block06 .photo-wrap .photo-box {
        margin-bottom: 8.66vw;
        width: auto;
    }
}

.sub .block06 .photo-wrap .photo-box .detail {
    border: 1px solid #000;
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 0 auto;
    padding-left: 256px;
    height: 260px;
    width: 430px;
}

@media screen and (max-width:767px) {
    .sub .block06 .photo-wrap .photo-box .detail {
        border-radius: 2.4vw;
        height: auto;
        padding: 6vw 0 4.5vw;
        width: calc(100% - 4vw);
    }

    .sub .block06 .photo-wrap .photo-box.ok .detail {
        margin: 0 0 0 auto;
    }

    .sub .block06 .photo-wrap .photo-box.ng .detail {
        margin: 0 auto 0 0;
    }
}

.sub .block06 .photo-wrap .photo-box.ok .detail {
    background: #f89e99;
}

.sub .block06 .photo-wrap .photo-box.ng .detail {
    background: #99c8e6;
}

.sub .block06 .photo-wrap .photo-box .detail p {
    font-family: 'Barlow', sans-serif;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 38px;
}

@media screen and (max-width:767px) {
    .sub .block06 .photo-wrap .photo-box .detail p {
        font-size: 6.4vw;
        margin-bottom: 3.2vw;
    }

    .sub .block06 .photo-wrap .photo-box.ok .detail p {
        padding-left: 52.26vw;
    }

    .sub .block06 .photo-wrap .photo-box.ng .detail p {
        padding-left: 25.33vw;
    }
}

.sub .block06 .photo-wrap .photo-box .detail ul li {
    align-items: center;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 8px 0;
}

@media screen and (max-width:767px) {
    .sub .block06 .photo-wrap .photo-box .detail ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

    }

    .sub .block06 .photo-wrap .photo-box.ok .detail ul {
        margin-left: 34.13vw;
        width: 48.8vw;
    }

    .sub .block06 .photo-wrap .photo-box.ng .detail ul {
        margin-left: 4vw;
        width: 52.66vw;
    }

    .sub .block06 .photo-wrap .photo-box .detail ul li {
        font-size: 3.2vw;
        font-weight: 500;
        padding: 1vw 0;
        width: 50%;
    }

    .sub .block06 .photo-wrap .photo-box .detail ul li:nth-child(1) {
        order: 1;
        width: 47%
    }

    .sub .block06 .photo-wrap .photo-box .detail ul li:nth-child(2) {
        order: 3;
        width: 47%
    }

    .sub .block06 .photo-wrap .photo-box .detail ul li:nth-child(3) {
        order: 2;
        width: 53%
    }

    .sub .block06 .photo-wrap .photo-box .detail ul li:nth-child(4) {
        order: 4;
        width: 53%
    }
}

.sub .block06 .photo-wrap .photo-box .detail ul li::before {
    content: "";
    font-size: 0;
    display: block;
    margin: 2px 10px 0 0;
    height: 16px;
    width: 16px;
}

@media screen and (max-width:767px) {
    .sub .block06 .photo-wrap .photo-box .detail ul li::before {
        content: "";
        font-size: 0;
        display: block;
        margin: 2px 1.33vw 0 0;
        height: 10px;
        width: 10px;
    }
}

.sub .block06 .photo-wrap .photo-box.ok .detail ul li::before {
    background: url("../../images/advice_ok_mark.png") center center /contain no-repeat;
}

.sub .block06 .photo-wrap .photo-box.ng .detail ul li::before {
    background: url("../../images/advice_ng_mark.png") center center /contain no-repeat;
}

.sub .block06 .photo-wrap .photo-box figure {
    border: 1px solid #000;
    border-radius: 18px;
    position: absolute;
    overflow: hidden;
    top: -30px;
    left: 0;
}

@media screen and (max-width:767px) {
    .sub .block06 .photo-wrap .photo-box figure {
        border-radius: 2.4vw;
        top: -4vw;
        left: 0;
        width: 30.66vw;
    }

    .sub .block06 .photo-wrap .photo-box.ng figure {
        left: auto;
        right: 0;
    }
}

.sub .block06 .notice-wrap .flx-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media screen and (max-width:767px) {
    .sub .block06 .notice-wrap .flx-box {
        display: block;
        margin-bottom: 2.66vw;
    }
}

.sub .block06 .notice-wrap .flx-box p {
    align-items: flex-end;
    color: #000;
    font-weight: 500;
    display: flex;
    padding-left: 30px;
    width: 50%;
}

@media screen and (max-width:767px) {
    .sub .block06 .notice-wrap .flx-box p {
        flex-wrap: wrap;
        color: #000;
        font-size: 4vw;
        line-height: 1.5;
        padding-left: 0;
        margin-bottom: 2.66vw;
        width: auto;
    }
}

.sub .block06 .notice-wrap .flx-box p::before {
    background: #000;
    border-radius: 50%;
    content: "";
    font-size: 0;
    display: block;
    margin: 2px 8px 0 0;
    height: 16px;
    width: 16px;
}

@media screen and (max-width:767px) {
    .sub .block06 .notice-wrap .flx-box p::before {
        margin: 0 1.33vw 0 0;
        position: relative;
        top: -1.33vw;
        height: 2.66vw;
        width: 2.66vw;
    }
}

.sub .block06 .notice-wrap .flx-box p span {
    font-size: 14px;
}

@media screen and (max-width:767px) {
    .sub .block06 .notice-wrap .flx-box p span {
        font-size: 4vw;
    }
}

.sub .block06 .notice-wrap .flx-box p:nth-child(2) {
    padding-left: 70px;
}

@media screen and (max-width:767px) {
    .sub .block06 .notice-wrap .flx-box p:nth-child(2) {
        padding-left: 0;
    }
}

.sub .block06 .notice-wrap ul li {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 1.8;
    padding-left: 30px;
}

@media screen and (max-width:767px) {
    .sub .block06 .notice-wrap ul li {
        font-size: 4vw;
        padding-left: 1em;
        line-height: 1.5;
        text-indent: -1em;
    }
}

/* sub block07
---------------------------------------------------------------------------- */
.sub .block07 {
    padding: 0;
}

@media screen and (max-width:767px) {
    .sub .block07 {
        padding: 0;
    }

    .sub .block07 .inner {
        padding: 0 2.66vw;
    }
}

.sub .block07 h2 {
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    margin-bottom: 45px;
}

@media screen and (max-width:767px) {
    .sub .block07 h2 {
        font-size: 5.6vw;
        margin-bottom: 8vw;
    }
}

.sub .block07 .fq-wrap dl {
    align-items: center;
    background: #e5d9f6;
    border: 1px solid #000;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

@media screen and (max-width:767px) {
    .sub .block07 .fq-wrap dl {
        border-radius: 1.06vw;
        display: block;
        padding-top: 2.86vw;
        margin-bottom: 6vw;
    }
}

.sub .block07 .fq-wrap dl dt {
    align-items: center;
    display: flex;
    font-size: 18px;
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .sub .block07 .fq-wrap dl dt {
        font-size: 4vw;
        margin-bottom: 2.13vw;
    }
}

.sub .block07 .fq-wrap dl dt span {
    align-items: center;
    background: #fff;
    border-radius: 30px;
    display: flex;
    height: 40px;
    font-size: 28px;
    font-family: 'barlow', sans-serif;
    justify-content: center;
    margin: 0 20px 0 10px;
    width: 40px;
}

@media screen and (max-width:767px) {
    .sub .block07 .fq-wrap dl dt span {
        border-radius: 4vw;
        font-size: 4vw;
        height: 8vw;
        margin-right: 2.66vw;
        padding-bottom: .66vw;
        width: 8vw;
    }
}

.sub .block07 .fq-wrap dl dd {
    align-items: center;
    background: #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #000;
    display: flex;
    font-size: 16px;
    line-height: 1.25;
    height: 60px;
    padding: 0 10px;
    width: 540px;
}

@media screen and (max-width:767px) {
    .sub .block07 .fq-wrap dl dd {
        align-items: flex-start;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 1.06vw;
        border-bottom-right-radius: 1.06vw;
        font-size: 4vw;
        height: auto;
        padding: 2.66vw 4.8vw;
        width: 100%;
    }
}

.sub .block07 .fq-wrap dl dd span {
    align-items: center;
    background: #000;
    border-radius: 30px;
    color: #fff;
    display: flex;
    font-family: Barlow, sans-serif;
    font-size: 20px;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    margin-right: 16px;
    width: 40px;
}

@media screen and (max-width:767px) {
    .sub .block07 .fq-wrap dl dd span {
        border-radius: 4vw;
        font-size: 3.46vw;
        height: 8vw;
        margin-right: 2.13vw;
        width: 8vw;
    }

    .sub .block07 .fq-wrap dl dd p {
        align-items: center;
        display: flex;
        flex: 1;
        min-height: 8vw;
    }
}

.sub .block07 .notice-wrap {
    display: flex;
    justify-content: space-between;
    margin: 100px 0;
}

@media screen and (max-width:767px) {
    .sub .block07 .notice-wrap {
        display: block;
        margin: 14.66vw 0;
        padding: 0 2.66vw;
    }
}

.sub .block07 .notice-wrap h3 {
    font-size: 38px;
    font-weight: 700;
    width: 300px;
}

@media screen and (max-width:767px) {
    .sub .block07 .notice-wrap h3 {
        font-size: 5.06vw;
        margin-bottom: 4vw;
        width: auto;
    }
}

.sub .block07 .notice-wrap .txt-box {
    color: #211815;
    flex: 1;
}

.sub .block07 .notice-wrap .txt-box p {
    margin-bottom: 30px;
    line-height: 1.5;
}

@media screen and (max-width:767px) {
    .sub .block07 .notice-wrap .txt-box p {
        font-size: 4vw;
        margin-bottom: 5.33vw;
    }
}

.sub .block07 .notice-wrap .txt-box ul {
    margin-bottom: 10px;
    line-height: 1.25;
}

.sub .block07 .notice-wrap .txt-box ul li {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
}

@media screen and (max-width:767px) {
    .sub .block07 .notice-wrap .txt-box ul {
        margin-bottom: 2.66vw;
    }

    .sub .block07 .notice-wrap .txt-box ul li {
        font-size: 4vw;
        text-indent: -1em;
        padding-left: 1em;
    }
}

.sub .block07 .notice-wrap .txt-box p.small {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.5;
}

@media screen and (max-width:767px) {
    .sub .block07 .notice-wrap .txt-box p.small {
        font-size: 4vw;
        text-indent: -1em;
        padding-left: 1em;
    }
}

.sub .block07 .other-wrap {
    background: url(../../images/bg-block03);
    padding: 100px 0;
}

@media screen and (max-width:767px) {
    .sub .block07 .other-wrap {
        padding: 9.33vw 5.33vw;
    }
}

.sub .block07 .other-wrap a {
    align-items: center;
    background: #fff;
    border: 2px solid #000;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1000px;
}

@media screen and (max-width:767px) {
    .sub .block07 .other-wrap a {
        border: 2px solid #000;
        border-radius: 1.06vw;
        height: 33.33vw;
        width: auto;
    }
}

.sub .block07 .other-wrap .label {
    width: 64%;
}

@media screen and (max-width:767px) {
    .sub .block07 .other-wrap .label {
        top: 8vw;
        position: relative;
        width: calc(100% - 37.33vw);
    }
}

.sub .block07 .other-wrap .label-txt {
    background: #000;
    color: #fff;
    display: block;
    font-size: 26px;
    height: 48px;
    line-height: 48px;
    margin-left: 65px;
    margin-bottom: 16px;
    position: relative;
    text-align: center;
    width: 420px;
}

@media screen and (max-width:767px) {
    .sub .block07 .other-wrap .label-txt {
        font-size: 4vw;
        height: auto;
        line-height: 1.25;
        margin-left: 0;
        margin-bottom: 0;
        padding: .3em .7em;
        top: -16vw;
        left: 5.06vw;
        position: absolute;
        text-align: left;
        width: auto;
    }
}

.sub .block07 .other-wrap .label-txt::before {
    content: "";
    display: block;
    background: linear-gradient(to top left, transparent 50%, #000 50.5%) no-repeat top right/50% 100%,
        linear-gradient(to top right, transparent 50%, #000 50.5%) no-repeat top left/50% 100%;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 6px);
    width: 15px;
    height: 10px;
}

.sub .block07 .other-wrap a p {
    align-items: center;
    color: #000;
    display: flex;
    flex: 1;
    justify-content: center;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

.sub .block07 .other-wrap a figure {
    border-right: 2px solid #000;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    overflow: hidden;
}

@media screen and (max-width:767px) {
    .sub .block07 .other-wrap a figure {
        border-top-left-radius: 3.73vw;
        border-bottom-left-radius: 3.73vw;
        overflow: hidden;
        height: 100%;
        width: 37.33vw;
    }

    .sub .block07 .other-wrap a figure img {
        object-fit: cover;
        object-position: top center;
        height: 100%;
    }

    .sub .block07 .other-wrap a p {
        font-size: 4vw;
        line-height: 1.5;
        text-align: left;
        width: 100%;
    }
}

.sub .block07 .other-wrap a p::after {
    background: url("../../images/bnr_arr.png") center center /contain no-repeat;
    content: "";
    display: block;
    height: 30px;
    margin-top: -60px;
    margin-left: 30px;
    width: 33px;
}

@media screen and (max-width:767px) {
    .sub .block07 .other-wrap a p::after {
        background: url("../../images/bnr_arr.png") center center /contain no-repeat;
        content: "";
        display: block;
        height: 4.26vw;
        margin-top: -16vw;
        margin-left: 4vw;
        width: 2.66vw;
    }
}

/* title */
main .cmn-page-title {
    font-size: 42px;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width:767px) {
    main .cmn-page-title {
        font-size: 6.4vw;
    }
}

main .cmn-page-title span {
    display: inline-block;
    border-bottom: 4px solid #ffe896;
    padding-bottom: 17px;
}

@media screen and (max-width:767px) {
    main .cmn-page-title span {
        border-bottom: .4vw solid #ffe896;
        padding-bottom: 2.66vw;
    }
}

main .cmn-page-title {
    padding: 60px 0 47px;
}

@media screen and (max-width:767px) {
    main h.cmn-page-title {
        padding: 8vw 0 5.33vw;
    }
}

.cmn-bg-w {
    background: #fff;
}

/* プライバシーポリシー 
---------------------------------------------------------------------------- */

.cmn-wrap01 {
    margin: 0 auto;
    max-width: 1040px;
    padding: 0 20px 90px;
    width: 100%;
}

@media screen and (max-width:767px) {
    .cmn-wrap01 {
        padding: 0 5.33vw 8.66vw;
        width: 100%;
    }
}

.cmn-cont-inner02 {
    border-radius: 16px;
    padding: 4.8% 6.73%;
}

@media screen and (max-width:767px) {
    .cmn-cont-inner02 {
        border-radius: 2.13vw;
        padding: 6vw;
    }
}

main .cmn-wrap01 p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 25px;
    padding: 0 10px;
}

@media screen and (max-width:767px) {
    main .cmn-wrap01 p {
        font-size: 2.93vw;
        padding: 0 1.33vw;
        margin-bottom: 3.33vw;
    }
}

main .cmn-wrap01 p.sub-lead {
    padding: 0;
}

main .cmn-wrap01 p.last {
    margin-bottom: 0;
}

main .cmn-wrap01 h3 {
    background: url("../../images/icn_flag.png") left 5px center / 33px auto no-repeat;
    border-top: 1px solid #ffe896;
    border-bottom: 1px solid #ffe896;
    font-size: 18px;
    font-weight: normal;
    margin: 36px 0 21px;
    padding-left: 50px;
    height: 50px;
    line-height: 50px;
}

@media screen and (max-width:767px) {
    main .cmn-wrap01 h3 {
        background: url("../../images/icn_flag.png") left 0 center / 5.33vw auto no-repeat;
        font-size: 3.73vw;
        margin: 6.66vw 0 4vw;
        padding-left: 6.66vw;
        height: 9.33vw;
        line-height: 9.33vw;
    }
}

main .cmn-wrap01 h3 span.num {
    color: #000;
    font-weight: bold;
    padding-right: 30px;
}

@media screen and (max-width:767px) {
    main .cmn-wrap01 h3 span.num {
        padding-right: 4vw;
    }
}

main .cmn-wrap01 h3 span.num .fnt-l {
    font-size: 32px;
    position: relative;
    padding: 0 5px;
    top: -4px;
}

@media screen and (max-width:767px) {
    main .cmn-wrap01 h3 span.num .fnt-l {
        font-size: 5.06vw;
        padding: 0 .66vw;
        top: -.26vw;
    }

    main .cmn-wrap01 h3.sp-height {
        background: url("../../images/icn_flag.png") left 0 top 3.14vw / 5.33vw auto no-repeat;
        display: flex;
        line-height: normal;
        height: auto;
        padding: 2.66vw 0 2.66vw 6.66vw
    }

    main .cmn-wrap01 h3.sp-height span.num {
        white-space: nowrap;
        margin-top: -2vw;
    }

    main .cmn-wrap01 h3.sp-height span.num .fnt-l {
        top: .66vw;
    }
}

main .cmn-wrap01 ol li {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
}

@media screen and (max-width:767px) {
    main .cmn-wrap01 ol li {
        padding-left: 1.33vw;
    }
}

main .cmn-wrap01 ol.num li::before {
    color: #ff8767;
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    font-weight: bold;
    content: "";
    width: 30px;
}

@media screen and (max-width:767px) {
    main .cmn-wrap01 ol.num li::before {
        font-size: 4.26vw;
        width: 4.66vw;
    }
}

main .cmn-wrap01 ol.num li:nth-child(1)::before {
    content: "1.";
}

main .cmn-wrap01 ol.num li:nth-child(2)::before {
    content: "2.";
}

main .cmn-wrap01 ol.num li:nth-child(3)::before {
    content: "3.";
}

main .cmn-wrap01 ol.num li:nth-child(4)::before {
    content: "4.";
}

main .cmn-wrap01 ol.num li:nth-child(5)::before {
    content: "5.";
}

main .cmn-wrap01 ol.num li:nth-child(6)::before {
    content: "6.";
}

main .cmn-wrap01 ol.num li:nth-child(7)::before {
    content: "7.";
}

main .cmn-wrap01 ol.num li:nth-child(8)::before {
    content: "8.";
}

main .cmn-wrap01 ol.num li:nth-child(9)::before {
    content: "9.";
}

main .cmn-wrap01 ol.num li:nth-child(10)::before {
    content: "10.";
}

main .cmn-wrap01 ol.num li:nth-child(11)::before {
    content: "11.";
}

main .cmn-wrap01 ol.num li:nth-child(12)::before {
    content: "12.";
}

main .cmn-wrap01 ol.num li:nth-child(13)::before {
    content: "13.";
}

main .cmn-wrap01 ol.num li.no-num::before {
    content: "";
}

main .cmn-wrap01 ol li p {
    width: calc(100% - 30px);
}

@media screen and (max-width:767px) {
    main .cmn-wrap01 ol li p {
        width: calc(100% - 5vw);
    }
}

main .cmn-wrap01 ol li:last-child p {
    margin-bottom: 0;
}

main .cmn-wrap01 ol li p.mb {
    margin-bottom: 25px;
}

@media screen and (max-width:767px) {
    main .cmn-wrap01 ol li p.mb {
        margin-bottom: 3.33vw;
    }
}

main .cmn-wrap01 ol li p.pl {
    padding-left: 40px;
}

@media screen and (max-width:767px) {
    main .cmn-wrap01 ol li p.pl {
        padding-left: 5.66vw;
        width: 100%;
    }
}

main .cmn-wrap01 ul.ind-01 li {
    display: flex;
    font-size: 13px;
    line-height: 1.5;
    margin-left: 10px;
    text-indent: -1em;
    padding-left: 1em;
}

@media screen and (max-width:767px) {
    main .cmn-wrap01 ul.ind-01 li {
        font-size: 2.93vw;
        margin-left: 0;
        margin-bottom: 1em;
        text-indent: -1em;
        padding-left: 1em;
    }
}

main .cmn-wrap01 ul.ind-num,
main .cmn-wrap01 ul.ind-dot {
    font-size: 13px;
    margin-bottom: 2em;
    width: 100%;
}

main .cmn-wrap01 ul.ind-num {
    margin-top: -25px;
}

@media screen and (max-width:767px) {
    main .cmn-wrap01 ul.ind-num {
        margin-top: -2.33vw;
    }
}

main .cmn-wrap01 ol.num ul.ind-num li::before,
main .cmn-wrap01 ol.num ul.ind-dot li::before {
    content: none;
}

main .cmn-wrap01 ol.num ul.ind-num li {
    line-height: 1.5;
    margin-left: 50px;
    text-indent: -1.5em;
    padding-left: 1.5em;
}

@media screen and (max-width:767px) {
    main .cmn-wrap01 ol.num ul.ind-num li {
        font-size: 2.93vw;
        margin-left: 5.33vw;
        text-indent: 0;
        padding-left: 0;
    }
}

main .cmn-wrap01 ol.num ul.ind-dot li {
    line-height: 1.5;
    margin-left: 40px;
    text-indent: -1em;
    padding-left: 1em;
}

@media screen and (max-width:767px) {
    main .cmn-wrap01 ol.num ul.ind-dot li {
        margin-left: 5.33vw;
        font-size: 2.93vw;
        text-indent: 0;
        padding-left: 0;
    }
}

main .cmn-wrap01 p.date {
    text-align: right;
    margin: 2em 0 0;
}

/* page transaction
------------------------------------------------------------------------------*/
main .transaction dl {
    border-top: 1px solid #cbcbcb;
    display: flex;
    font-size: 15px;
}

@media screen and (max-width:767px) {
    main .transaction dl {
        display: block;
        font-size: 2.933vw;
    }
}

main .transaction dl:nth-child(1) {
    border-top: 1px solid #ffe896;
}

main .transaction dl:last-child {
    border-bottom: 1px solid #ffe896;
}

main .transaction dl dt {
    font-weight: bold;
    line-height: 1.8;
    padding: 14px 70px 14px 20px;
    width: 270px;
}

@media screen and (max-width:767px) {
    main .transaction dl dt {
        font-size: 3.73vw;
        line-height: 1.5;
        padding: 4vw 0 0 2.66vw;
    }
}

main .transaction dl dd {
    flex: 1;
    line-height: 1.5;
    padding: 16px 0 16px 20px;
}

@media screen and (max-width:767px) {
    main .transaction dl dd {
        padding: 1.33vw 2vw 4vw;
    }
}

main .transaction dl dd p {
    margin-bottom: .8em;
}

main .transaction .flx-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1.8em;
}

main .transaction .flx-box .title-box {
    font-weight: bold;
    margin-top: 20px;
}

@media screen and (max-width:767px) {
    main .transaction .flx-box .title-box {
        font-size: 3.2vw;
        width: 100%;
    }

    main .transaction .flx-box p.title-box {
        margin-bottom: 0;
    }
}

main .transaction .flx-box .txt-box {
    flex: 1;
}

@media screen and (max-width:767px) {
    main .transaction .flx-box .txt-box {
        width: 100%;
    }
}

main .transaction .flx-box .txt-box p {
    margin-bottom: 1em;
}

main .transaction .flx-box .txt-box p span {
    font-size: 11px;
}

@media screen and (max-width:767px) {
    main .transaction .flx-box .txt-box p span {
        font-size: 3.2vw;
    }
}

main .transaction ul {
    padding: 20px 0;
}

@media screen and (max-width:767px) {
    main .transaction ul {
        padding: 2.66vw 0;
    }
}

main .transaction ul li {
    font-size: 13px;
    text-indent: -1em;
    padding-left: 1em;
}

@media screen and (max-width:767px) {
    main .transaction ul li {
        font-size: 2.66vw;
        text-indent: 0;
        padding-left: 0;
    }
}

main .transaction p:last-child,
main .transaction .flx-box:last-child,
main .transaction .flx-box .txt-box p:last-child {
    margin-bottom: 0;
}

main .transaction .flx-box figure {
    width: calc(25% - 5px);
}

@media screen and (max-width:767px) {
    main .transaction .flx-box figure {
        margin-top: 2.66vw;
        width: calc(50% - 1.33vw);
    }
}