@charset "UTF-8";
html {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
}

@media (max-width:768px) {
    html {
    }
}

body {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
    font-style: normal;
    -webkit-text-size-adjust: none;
    width: 100%;
    position: relative;
    color: #333
}

@media (min-width:769px) {
    body {
        font-size: 16px;
        line-height: 1.69
    }
}

@media (max-width:768px) {
    body {
        font-size: 3.86473vw;
        line-height: 1.69
    }
}

body img {
    width: 100%;
    vertical-align: top;
}

body a {
    -webkit-transition: opacity .1s;
    transition: opacity .1s
}

@media (min-width:769px) {
    body a:hover {
        opacity: .8
    }
}

@media (min-width:769px) {
    .pc {
        display: block
    }
}

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

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

@media (max-width:768px) {
    .sp {
        display: block
    }
}
.contents_top{
position: relative;
}
@media (min-width:769px) {
    .contents_top {
        padding-top: 0px;
    }
}

@media (max-width:768px) {
    .contents_top {
        padding-top: 10vw;
    }
}

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

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

li,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    text-decoration: none
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

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

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select,
textarea {
    vertical-align: middle;
    border-radius: 0;
    background-color: transparent;
    border: none
}

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
    background-color: none!important;
    color: #fff!important
}

::-webkit-input-placeholder {
    opacity: .5;
    line-height: 1.3em
}

::-ms-input-placeholder {
    opacity: .5;
    line-height: 1.3em
}

::placeholder {
    opacity: .5;
    line-height: 1.3em
}

:focus {
    outline: 0
}

a,
button {
    outline: 0;
    border: none;
    cursor: pointer;
    background-color: transparent
}

a:hover,
button:hover {
    outline: 0
}

*,
:after,
:before {
    margin: 0;
    padding: 0;
    list-style: none;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: inherit;
    vertical-align: bottom
}

em,
i {
    font-style: normal
}

svg {
    height: auto
}

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

.selector::-webkit-scrollbar {
    display: none
}

.back_to_top {
    display: none;
    width: 50px;
    position: fixed;
    bottom: 35px
}

@media (max-width:768px) {
    .back_to_top {
        right: 0
    }
}

@media (min-width:769px) {
    .back_to_top {
        right: 5%;
        cursor: pointer
    }
}

.bgc--pink {
    background-color: #e95383
}

.bgc--orange {
    background-color: #f27d01
}

.bgc--palepink {
    background-color: #ff9aba
}

.bgc--darkyellow {
    background-color: #DEC591
}

.block {
    padding: 0 25px
}

@media (max-width:768px) {
    .block {
        margin: 0 auto;
        padding: 0 6.03865vw
    }
}

@media (min-width:769px) {
    .block {
        max-width: 960px;
        margin: 0 auto
    }
}

@media (min-width:769px) {
    .mv .block {
        padding: 0
    }
}

.block__title {
    line-height: 1.21;
    letter-spacing: 2.88px;
    text-align: center;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Serif JP', "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600
}

@media (min-width:769px) {
    .block__title {
        font-size: 26px
    }
}

@media (max-width:768px) {
    .block__title {
        font-size: 6.28019vw
    }
}

.block__title.underline {
    margin: 60px 0 30px
}

.block__title.underline:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #801B22;
    margin: 10px auto 0
}

.block__title.txt {
    margin: 80px 0 5px
}

.block__title.ribbon {
    color: #fff;
    font-size: 24px;
    line-height: 1.21;
    letter-spacing: 5.76px;
    background-image: url(../img/ribbon.png);
    background-size: contain;
    background-position: center;
    padding: 10px 0 20px;
    position: absolute;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -30px
}

.block__lead {
    text-align: center
}

.block__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

@media (min-width:769px) {
    .block__flex {
        max-width: 400px;
        margin: auto
    }
}

.block__lead_font_weight {
    font-weight: 700;
    font-size: 18px
}

@media (max-width:768px) {
    .block__lead_font_weight {
        font-size: 4vw
    }
}

.footer {
    background-color: #f5f5f5;
    font-size: 12px;
    color: #707070;
    text-align: center;
    padding: 5px 0
}

@media (max-width:768px) {
    .footer {
        font-size: 2.89855vw
    }
}
footer{
    background-color: #e4e4e4!important;
    padding: 49px 0 30px!important;
}
.frame {
    padding: 22px 0 24px;
    position: relative;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
    text-align: center
}

@media (min-width:769px) {
    .frame {
        max-width: 400px;
        margin: 20px auto
    }
}

@media (max-width:768px) {
    .frame {
        margin: 20px 0
    }
}

.frame:last-child {
    margin: 0 auto
}

.frame:last-child .frame__inner {
    padding: 14px 0 0
}

.frame__t {
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 0 32px;
    line-height: 1;
    color: #801B22;
    font-weight: 700;
    position: relative;
    display: inline-block
}

@media (max-width:768px) {
    .frame__t {
        font-size: 4.83092vw;
        padding: 0 0 0 7.97101vw
    }
}

.frame__t::before {
    content: "";
    background: url(../../assets/img/frame-icon.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    width: 25px;
    height: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:768px) {
    .frame__t::before {
        width: 6.03865vw;
        height: 5.7971vw
    }
}

.frame__t--small {
    width: 100px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 8px;
    line-height: 1
}

@media (max-width:768px) {
    .frame__t--small {
        font-size: 3.62319vw
    }
}

.frame__txt {
    font-size: 20px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 13px
}

@media (max-width:768px) {
    .frame__txt {
        font-size: 4.83092vw
    }
}
.frame__txt--em {
    font-size: 29px;
    line-height: 1em;
    font-weight: 600
}

@media (max-width:768px) {
    .frame__txt--em {
        font-size: 7.00483vw
    }
}

.frame__txt--small {
    font-size: 16px;
    text-align: center;
    line-height: 1em;
    font-weight: 600
}

@media (max-width:768px) {
    .frame__txt--small {
        font-size: 3.86473vw
    }
}

.frame__txt--plus {
    font-size: 20px;
    font-weight: 600;
    padding: 0 4px 0 0
}

@media (max-width:768px) {
    .frame__txt--plus {
        font-size: 4.83092vw;
        padding: 0 .96618vw 0 0
    }
}

.frame__inner {
    padding: 10px 0 0
}

.frame__inner :last-child {
    margin-bottom: 0
}

.frame--min {
    width: 47.5%
}

@media (min-width:769px) {
    .frame--min {
        margin: initial
    }
}

.frame--min .frame__inner {
    padding: 13px 10px 8px
}

.border--orange {
    border: solid 2px #FF930B
}

.border--blue {
    border: solid 2px #9FC0D8
}

.border--brown {
    border: solid 2px #DEBD94
}

@media (min-width:769px) {
    .group__btn {
        max-width: 400px;
        margin: 0 auto
    }
}

.group__btn:first-child {
    margin-bottom: 20px
}
    .group_multiple_area .group__btn:nth-child(1), .group_multiple_area .group__btn:nth-child(2) {
        margin-bottom: 20px;
    }

.group__btn:last-child {
    margin-bottom: 0
}

.group__btn a {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 1.31;
    background-color: #f27d01;
    position: relative;
    border-radius: 8px;
    padding: 10px 0
}

.group__btn a.small {
    padding: 15px 0
}

.group__btn a.big {
    padding: 15px
}

.group__btn .icon {
    width: 18px;
    position: absolute;
    top: 50%;
    right: 17px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.headline {
    margin: 0 auto 0px
}

@media (min-width:769px) {
    .headline-lead {
        text-align: center
    }
}

@media (max-width:768px) {
    .headline-lead {
        text-align: left
    }
}

.mgb--20 {
    margin-bottom: 20px!important
}

.mgb--30 {
    margin-bottom: 30px!important
}

.mgb--60 {
    margin-bottom: 60px!important
}

.mgb--80 {
    margin-bottom: 80px!important
}

@media (min-width:769px) {
    .note {
        max-width: 70%;
        margin: auto
    }
}

.note--small {
    font-size: 13px
}

@media (max-width:768px) {
    .note--small {
        font-size: 3.1401vw
    }
}

.note--normal {
    font-size: 14px
}

@media (max-width:768px) {
    .note--normal {
        font-size: 3.38164vw
    }
}

.note--large {
    font-size: 16px
}

@media (max-width:768px) {
    .note--large {
        font-size: 3.86473vw
    }
}

.note--center {
    text-align: center
}

.note--left {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.69
}

.note__footer {
    font-size: 14px;
    text-indent: -3em;
    padding-left: 3em;
    line-height: 1.69
}

@media (max-width:768px) {
    .note__footer {
        font-size: 3.38164vw
    }
}

@media (min-width:769px) {
    .note--contact {
        text-align: center
    }
}

.profile__photo {
    width: 46%;
    max-width: 200px;
    margin: 0 auto 30px
}

@media (min-width:769px) {
    .profile__wrap {
        width: 70%;
        margin: 0 auto
    }
}

.profile__name {
    font-size: 16px;
    font-weight: 700
}

@media (max-width:768px) {
    .profile__name {
        font-size: 3.86473vw
    }
}

.result {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif
}

.result .contents {
    overflow: hidden
}

.result-text01 {
    text-align: center;
    font-weight: 600;
    line-height: 1.6
}

@media (max-width:768px) {
    .result-text01 {
        font-size: 5.43478vw;
        margin-bottom: 7.24638vw
    }
}

@media (min-width:769px) {
    .result-text01 {
        font-size: 30px;
        margin-bottom: 30px
    }
}

.result-text02 {
    line-height: 2
}
.text_bg_color{
    background-color: #FEEDE6;
    padding: 30px 70px;
    margin-bottom: 80px;
    width: 800px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.text_bg_color .result-text02{
    text-align: left;
}
.text_bg_color .result-text03{
    margin-bottom: 0;
}

@media (max-width:768px) {
    .text_bg_color{
        width: 100%;
        padding: 5vw 5vw;
    }
    .result-text02 {
        line-height: 1.7;
        font-size: 3.62319vw;
        margin-bottom: 7.24638vw
    }
    
}

@media (min-width:769px) {
    .result-text02 {
        text-align: center;
        font-size: 20px;
        margin-bottom: 30px
    }
}

.result-text03 {
    text-align: center;
    line-height: 2
}

@media (max-width:768px) {
    .result-text03 {
        font-size: 2.53623vw;
        margin-bottom: 7.24638vw
    }
}

@media (min-width:769px) {
    .result-text03 {
        font-size: 14px;
        margin-bottom: 30px
    }
}

@media (max-width:768px) {
    .result .block {
        max-width: none
    }
}

@media (min-width:769px) {
    .result .block {
        padding: 0;
        width: 100%;
        margin: 0 auto;
        margin-top: 80px;
        max-width: 1200px
    }
}

@media (min-width:769px) and (max-width:1240px) {
    .result .block {
        max-width: calc(100% - 40px)!important
    }
}

@media (min-width:769px) {
    .result .block__title.underline {
        margin-bottom: 40px
    }
}

.result-block {
    text-align: center
}

.result-block01 {
    max-width: 500px;
    margin: auto
}

.result-block01 img {
    max-width: 100%
}

@media (min-width:769px) and (max-width:1240px) {
    .result-block01 {
        max-width: calc(100% - 40px)!important
    }
}

.result-block__name {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: .1em;
    font-weight: 700
}

@media (max-width:768px) {
    .result-block__name {
        font-size: 5.7971vw;
        margin-top: 2.41546vw
    }
}

@media (min-width:769px) {
    .result-block__name {
        font-size: 24px;
        margin-top: 10px
    }
}

@media (max-width:768px) {
    .result-block__place {
        font-size: 3.38164vw;
        margin-top: 2.41546vw
    }
}

@media (min-width:769px) {
    .result-block__place {
        font-size: 14px;
        margin-top: 10px
    }
}

@media (max-width:768px) {
    .result-block__btn {
        margin: 5.43478vw auto 0
    }
}

@media (min-width:769px) {
    .result-block__btn {
        max-width: 320px;
        margin: 30px auto 0
    }
}

.result-block__btn a {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 1.31;
    background-color: #f27d01;
    position: relative;
    border-radius: 8px;
    padding: 15px 0
}

.result-block__btn a.small {
    padding: 15px 0
}

.result-block__btn a.big {
    padding: 15px
}

.result-block__btn .icon {
    width: 18px;
    position: absolute;
    top: 50%;
    right: 17px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.result-item__name {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: .1em;
    font-weight: 700
}

@media (max-width:768px) {
    .result-item__name {
        font-size: 5.7971vw;
        margin-top: 2.41546vw
    }
}

@media (min-width:769px) {
    .result-item__name {
        font-size: 20px;
        margin-top: 10px
    }
    .result-item__name_small {
        font-size: 18px;
        line-height: 1.85;
    }
}

@media (max-width:768px) {
    .result-block04 .result-item__name {
        font-size: 3.86473vw
    }
}

@media (max-width:768px) {
    .result-item__place {
        font-size: 3.38164vw;
        margin-top: 2.41546vw
    }
}

@media (min-width:769px) {
    .result-item__place {
        font-size: 14px;
        margin-top: 10px
    }
}

@media (max-width:768px) {
    .result-block04 .result-item__place {
        font-size: 2.89855vw
    }
}

@media (max-width:768px) {
    .result-item__btn {
        margin: 5.43478vw auto 0
    }
}

@media (min-width:769px) {
    .result-item__btn {
        max-width: 320px;
        margin: 20px auto 0
    }
}

.result-item__btn a {
    color: #fff;
    font-weight: 700;
    display: block;
    text-align: center;
    line-height: 1.31;
    background-color: #f27d01;
    position: relative;
    border-radius: 8px;
    padding: 15px 0
}

.result-item__btn a.small {
    padding: 15px 0
}

.result-item__btn a.big {
    padding: 15px
}

@media (max-width:768px) {
    .result-block04 .result-item__btn a {
        font-size: 3.38164vw;
        padding: 10px 0
    }
}

.result-item__btn .icon {
    width: 18px;
    position: absolute;
    top: 50%;
    right: 17px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:768px) {
    .result-block04 .result-item__btn .icon {
        width: 10px;
        right: 10px
    }
}

.result-block__comment {
    background-color: #f7f6f0;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

@media (max-width:768px) {
    .result-block__comment {
        padding: 5.43478vw;
        margin-top: 11.5942vw
    }
}

@media (min-width:769px) {
    .result-block__comment {
        padding: 30px;
        margin-top: 48px
    }
}

.result-block01 .result-block__comment {
    text-align: center
}

.result-block__comment02 {
    background-color: #f7f6f0;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

@media (max-width:768px) {
    .result-block__comment02 {
        padding: 5.43478vw;
        margin-top: 11.5942vw
    }
}

@media (min-width:769px) {
    .result-block__comment02 {
        padding: 30px;
        margin-top: 48px;
        width: 80%;
        margin: 0 auto
    }
}

.result-block01 .result-block__comment02 {
    text-align: center
}

.result-block__comment-title {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    letter-spacing: 1em
}

@media (max-width:768px) {
    .result-block__comment-title {
        font-size: 4.83092vw;
        margin-bottom: 3.62319vw
    }
}

@media (min-width:769px) {
    .result-block__comment-title {
        font-size: 20px;
        margin-bottom: 20px
    }
}

.result-block__comment-text {
    line-height: 2
}

@media (max-width:768px) {
    .result-block__comment-text {
        font-size: 3.86473vw;
        margin-bottom: 4.83092vw;
        text-align: left
    }
}

@media (min-width:769px) {
    .result-block__comment-text {
        font-size: 16px;
        text-align: left
    }
}

.result-item__comment {
    background-color: #f7f6f0;
    text-align: left;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

@media (max-width:768px) {
    .result-item__comment {
        padding: 5.43478vw;
        margin-top: 7.24638vw
    }
}

@media (min-width:769px) {
    .result-item__comment {
        padding: 20px;
        margin-top: 48px
    }
}

.result-item__comment-title {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    letter-spacing: 1em;
    text-align: center
}

@media (max-width:768px) {
    .result-item__comment-title {
        font-size: 4.83092vw;
        margin-bottom: 3.62319vw
    }
}

@media (min-width:769px) {
    .result-item__comment-title {
        font-size: 20px;
        margin-bottom: 10px
    }
}

.result-item__comment-text {
    line-height: 1.7
}

@media (max-width:768px) {
    .result-item__comment-text {
        font-size: 3.86473vw;
        margin-bottom: 4.83092vw;
        text-align: left
    }
}

@media (min-width:769px) {
    .result-item__comment-text {
        font-size: 16px
    }
}

.result-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:769px) {
    .result-list {
        margin-right: -50px
    }
}

@media (max-width:768px) {
    .result-block04 .result-list {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width:768px) {
    .result-item {
        margin-bottom: 14.49275vw
    }
}

@media (max-width:768px) {
    .result-item:last-child {
        margin-bottom: 0
    }
}

@media (max-width:768px) {
    .result-block02 .result-item {
        width: 100%
    }
}

@media (min-width:769px) {
    .result-block02 .result-item {
        width: 47%;
        margin-right: 2%
    }
}

@media (max-width:768px) {
    .result-block03 .result-item {
        width: 100%
    }
}

@media (min-width:769px) {
    .result-block03 .result-item {
        margin-bottom: 64px;
        width: 47%;
        margin-right: 2%
    }
}

@media (max-width:768px) {
    .result-block04 .result-item {
        width: 48%
    }
}

@media (min-width:769px) {
    .result-block04 .result-item {
        width: 270px;
        margin-right: 42px;
        margin-bottom: 64px;
        width: 30%;
        margin-right: 2%
    }
}

.result-item__pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    position: relative
}

@media (max-width:768px) {
    .result-block02 .result-item__pic {
        height: 0;
        padding-top: 66.7%
    }
    .result-block03 .result-item__pic {
        height: 0;
        padding-top: 66.7%
    }
    .result-block04 .result-item__pic {
        height: 0;
        padding-top: 66.7%
    }
}

@media (min-width:769px) {
    .result-block02 .result-item__pic {
        height: 248px
    }
    .result-block03 .result-item__pic {
        height: 248px
    }
    .result-block04 .result-item__pic {
        height: 180px
    }
}

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

@media (max-width:768px) {
    .result-item__pic img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media (min-width:769px) {
    .result-block03 {
        margin-bottom: -64px
    }
}

@media (min-width:769px) {
    .result-block04 {
        margin-bottom: -64px
    }
}

@media (max-width:768px) {
    .result .sec01 {
        padding: 0
    }
}

.result .sec02 {
    margin: 0;
    background-color: #f5f5f5
}

@media (min-width:769px) {
    .result .sec02 {
        padding: 20px 20px 40px 20px
    }
}

@media (max-width:768px) {
    .result .sec02 {
        padding: 20px 20px 40px 20px
    }
}

@media (max-width:768px) {
    .result .sec03 .block {
        margin-top: 40px;
    }
}

@media (min-width:769px) {
    .result .sec03 .block {
        margin-top: 40px;
        margin-bottom: 70px;
    }
}

.result .sec03 {
    margin: 0
}

@media (max-width:768px) {
    .result .sec03 {
        padding: 0 0 40px 0
    }
}

@media (min-width:769px) {
    .result .sec03 {
        padding: 0 0 40px 0
    }
}

.result-block02 .result-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.result-block02 .box_pic {
    height: 0;
    padding-top: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}
.result-block02 .box_pic_type02 {
    height: 0;
    padding-top: 74.7%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.result-block02 .box_pic .photo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 100%;
    max-height: 100%
}

.result-block03 .box_pic {
    height: 0;
    padding-top: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.result-block03 .box_pic .photo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 100%;
    max-height: 100%
}

.result-block04 .box_pic {
    height: 0;
    padding-top: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.result-block04 .box_pic .photo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 100%;
    max-height: 100%
}

@media (max-width:768px) {
    .result-block04 .icon {
     
    }
}

.result-title {
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    margin-bottom: 24px
}

@media (max-width:768px) {
    .result-title {
        font-size: 8.8vw;
        margin-bottom: 3vw
    }
}

.sec02 p {
    text-align: center
}

@media (max-width:768px) {
    .sec02 p {
        font-size: 1.4rem;
        font-weight: 400
    }
}

.sagasu {
    font-weight: 700
}

@media (min-width:769px) {
    .block_another {
        padding: 0 8%!important
    }
}

@media screen and (min-width:1286px) {
    .block_another {
        padding: 0!important
    }
    .result-block04 .result-item {
        width: 22%;
        margin-right: 2%
    }
    .result-block05 .result-item {
        width: 29%;
        margin-right: 4.2%
    }
    .result-block03 .result-item {
        width: 30%;
        margin-right: 2%
    }
}

@media (min-width:769px) {
    .result-block02 .result-item_another {
        margin-right: 4%
    }
}

.link-btn {
    display: block;
    width: 100%;
    max-width: 400px;
    text-align: center;
    margin: 16px auto;
    height: 50px;
    background: #f90;
    line-height: 50px;
    border-radius: 8px;
    color: #fff;
    position: relative
}

.linkicon {
    position: absolute;
    width: 18px;
    top: 50%;
    right: 17px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.l-header {
    position: static;
    top: 0;
    z-index: 998;
    background: #dec591;
    padding: 16px 0;
    width: 100%;
}


.l-header-sp {
    display: none;
}

@media (max-width:768px) {
    .l-header-pc {
        display: none;
    }
    .l-header-sp {
        display: block;
    }
}
.fixed{
    position: absolute;
    bottom: 40px;
}
@media (max-width:768px) {
    .fixed {
        bottom: 45px;
    }
}
@media (max-width:768px) {
    .l-header {
        padding: 1.95vw 1vw
    }
}
.page-top{
bottom: 8%!important;
z-index: 999;
}
.l-header__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.l-header__item li {
    text-align: center;
    position: relative;
    width: 150px
}

.l-header__item li::before {
    position: absolute;
    content: "";
    height: 70%;
    width: 2px;
    background: #fff;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.l-header__item li:last-child:before {
    height: 0;
    width: 0
}

.l-header__item li a {
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

@media (max-width:768px) {
    .l-header__item li a {
        font-size: 3.5vw
    }
}

.modalBtn {
    pointer-events: none
}

@media (min-width:769px) and (max-width:1240px) {
    .subtitle {
        max-width: calc(100% - 40px)!important
    }
}

.sec01 {
    padding-bottom: 60px
}

.sec01--kikan {
    margin: auto;
    text-align: center
}

@media (min-width:769px) {
    .sec01--kikan {
        width: 100%;
        max-width: 1200px
    }
}

.sec01--kikan .period {
    display: inline-block;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFED85));
    background: -webkit-linear-gradient(transparent 50%, #FFED85 50%);
    background: linear-gradient(transparent 50%, #FFED85 50%)
}

@media (min-width:769px) {
    .sec01--kikan .period {
        font-size: 24px
    }
}

@media (max-width:768px) {
    .sec01--kikan .period {
        font-size: 3.56473vw
    }
}

.sec01--kikan .period>span {
    font-weight: 600
}

@media (min-width:769px) {
    .sec01--kikan .period>span {
        font-size: 32px
    }
}

@media (max-width:768px) {
    .sec01--kikan .period>span {
        font-size: 5.7971vw
    }
}

.sec01__photo-list {
    margin: 25px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:768px) {
    .sec01__photo-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:768px) {
    .sec01__photo-list__item {
        width: 48.5%
    }
}

@media (min-width:769px) {
    .sec01__photo-list__item {
        width: 24.5%
    }
}

.sec01__photo-list__item:nth-child(-n+2) {
    margin-bottom: 2.7vw
}

.sec02 {
    padding: 1px 20px 60px;
}

.bg00 {
    margin-top: 36px;
    padding: 1px 8% 36px;
    position: relative
}

.bg--stripe {
    background-size: auto auto;
    background-color: #DEC591
}

.index-h3 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 400;
    margin: 60px 0 30px
}

.flow {
    width: 100%;
    max-width: 320px;
    height: 365px;
    background-color: #fff;
    text-align: center;
    margin: 16px auto 16px;
    border: 1px solid #801B22;
    border-radius: 10px 10px 0 0
}

.flow-title {
    background-color: #801B22;
    color: #fff;
    border-radius: 8px 8px 0 0;
    font-size: 20px
}

.flow-title-number {
    font-size: 28px
}

.arrow {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 32.5px 0 32.5px;
    border-color: #801B22 transparent transparent transparent
}

.step1,
.step2 {
    width: 100%;
    margin-top: 24px
}

.step2 {
    padding-top: 10px;
    margin-top: 10px;
    width: 185px;
}

.step1 {
    width: 140px;
    margin-top: 20px
}

.step3 {
    padding: 0 40px;
    padding-top: 20px;
    margin-bottom: 0px;
}

.step1-text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.65;
    font-weight: 700
}

@media (max-width:768px) {
    .step1-text {
        margin-top: 2.41546vw;
        font-size: 2.89855vw
    }
}

.step2-text {
    margin-top: 10px!important;
    font-weight: 700
}

.step3-text {
    margin-top: 36px;
    font-weight: 700
}

.step2-text-caution {
    margin-top: 1em;
    font-size: 11px;
    font-weight: 700
}

.insta-btn {
    display: block;
    width: 88%;
    margin: 12px auto 0;
    color: #fff;
    text-align: center;
    line-height: 1.31;
    background-color: #f27d01;
    position: relative;
    border-radius: 8px;
    padding: 12px
}

.flow-text {
    max-width: 632px;
    margin: 24px auto 0
}

.index-h3 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 400;
    margin: 60px 0 30px
}

.index-h3:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #801B22;
    margin: 10px auto 0
}

.text-center {
    text-align: center
}

@media screen and (min-width:1316px) {
    .flow-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 1240px;
        margin: 0 auto
    }
    .arrow {
        margin-top: 160px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 32.5px 0 32.5px 50px;
        border-color: transparent transparent transparent #801B22
    }
}

.text-small {
    font-size: 14px
}

@media (max-width:768px) {
    .sec02 {
        padding: 0 6.03865vw 60px;
    }
    .flow {
        max-width: 100%;
        height: auto;
        margin: 1.93237vw auto 1.93237vw;
        border-radius: 1.93237vw 1.93237vw 0 0;
        padding-bottom: 4.83092vw
    }
    .step1 {
        width: 31.40097vw;
        margin-top: 4.83092vw
    }
}

.sec03 {
    padding: 1px 0 90px
}

.sec04 {
    padding: 60px 0 60px;
    position: relative
}

.sec05 {
    padding-bottom: 60px
}

.sec06 {
    background-color: #f5f5f5;
    padding: 60px 0
}

.sec07 {
    padding: 60px 0 120px 0;
}

.square {
    width: 50px;
    display: block;
    margin: 25px auto
}

.step {
    margin-top: 13px;
    background-color: #fff;
    border: solid 2px #801B22;
    border-radius: 4px;
    overflow: hidden;
    padding-bottom: 25px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2)
}

@media (min-width:769px) {
    .step {
        max-width: 400px;
        margin: 20px auto 0
    }
}

.step .group__btn {
    width: 81%;
    margin: 10px auto 0
}

.step__list--h {
    background-color: #801B22;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    padding: 11px 0 13px
}

@media (max-width:768px) {
    .step__list--h {
        font-size: 5.7971vw
    }
}

.step__list--h .large {
    font-size: 32px;
    font-weight: 700
}

@media (max-width:768px) {
    .step__list--h .large {
        font-size: 7.72947vw
    }
}

.step__list--i {
    width: 44%;
    margin: 25px auto 15px
}

.step__list--t {
    text-align: center;
    line-height: 1.44
}

.step__list--t.bold {
    font-weight: 700
}

.step--em {
    font-weight: 700;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFED85));
    background: -webkit-linear-gradient(transparent 50%, #FFED85 50%);
    background: linear-gradient(transparent 50%, #FFED85 50%)
}

.insta-btn {
    position: relative
}

.insta-btn .icon {
    width: 18px;
    position: absolute;
    top: 50%;
    right: 17px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.subtitle {
    letter-spacing: 2.24px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    background-color: #801B22;
    padding: 14px 0;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Serif JP', "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

@media (max-width:768px) {
    .subtitle {
        font-size: 7.24638vw
    }
}

@media (min-width:769px) {
    .subtitle {
        font-size: 28px;
        max-width: 1200px;
        margin: auto
    }
}

.txt--center {
    text-align: center
}

.txt--bold {
    font-weight: 700
}

.tel-link {
    color: #333
}

@media (min-width:769px) {
    .tel-link {
        pointer-events: none
    }
}
@media screen and (max-width: 896px) {
    .breadcrumb ul{
        overflow: unset!important;
        line-height: normal!important;
    }
}
    h3[id] {
        z-index: unset!important;
    }
    @media screen and (max-width: 896px) {
        .second .breadcrumb ul li {
            /* font-size: 1.4rem; */
        }
    }
    @media screen and (max-width: 1400px) {
        .header-bottom .tag-list ul {
            overflow: unset;
        }
    }
    .greenbizpc img{
        width: unset;
        vertical-align: unset;
    }
    footer {
        font-family: "メイリオ", "Meiryo", sans-serif;
        color: #000;
    }
    @media screen and (max-width: 896px) {
        footer {
            padding: 25px 18px 15px!important;
        }
    }
    @media screen and (max-width: 896px) {
    .category-name{
        font-size: 2.5vw!important;
        line-height: 1.4!important;
    }
}
.mf_finder_searchBox_query_input::placeholder{
    color: #000;
}
.header-top{
    font-family: "メイリオ", "Meiryo", sans-serif;
}
@media (min-width: 1400px) {
    .mf_finder_searchBox_submit:before {
        display: unset!important;
    }
}
@media (max-width:768px) {
    .group_multiple_area{
        flex-direction: column;
    }
}
/*# sourceMappingURL=insta-autumn2024.css.map */