@charset "UTF-8";
/*
---------------------------------------
reset
---------------------------------------
*/
* {
    word-break: normal !important;
    word-wrap: break-word;
}

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

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

html {
    min-height: 100%;
    width: 100%;
    font-size: 62.5%;
}

html,
body {
    position: relative;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
}

input,
textarea {
    margin: 0;
    padding: 0;
}

input:focus,
textarea:focus,
button:focus {
    outline: 0;
}

button,
input[type=button],
input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    background: none;
    font-family: inherit;
}

button {
    background: none;
    line-height: 2;
    cursor: pointer;
}

img {
    border: none;
}

ol,
ul {
    list-style: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table th {
    font-weight: normal;
}

caption,
th {
    text-align: left;
}

p,
dd,
li,
address {
    font-style: normal;
}

figure {
    line-height: 0;
}

em {
    font-weight: inherit;
}

picture {
    display: block;
    line-height: 0;
}

:root {
    --main-color: #639ff8;
}

body {
    font-family: "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    word-wrap: break-word;
    color: #333;
    min-width: 375px;
    line-break: normal;
    font-weight: 400;
    -ms-overflow-style: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
}

@media screen and (max-width: 1136px) {
    body {
        width: 1136px;
    }
}

@media (max-width: 768px) {
    body {
        width: 100%;
    }
}

/* IE */
@media all and (-ms-high-contrast: none) {
    body {
        font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
}

#top-of-page {
    position: relative;
    overflow: hidden;
    min-width: 1136px;
}

@media (max-width: 768px) {
    #top-of-page {
        min-width: 0;
        margin-top: 0;
    }
}

.anc {
    padding-top: 96px;
    margin-top: -96px;
}

@media (max-width: 768px) {
    .anc {
        padding-top: 56px;
        margin-top: -56px;
    }
}

.l-contents {
    position: relative;
}

p {
    text-align: justify;
    overflow-wrap: break-word;
}

p,
dt,
dd,
li {
    font-size: 14px;
    line-height: 2.142;
    font-weight: 500;
    line-break: normal;
    word-break: normal !important;
    word-wrap: break-word;
}

@media (max-width: 768px) {
    p,
    dt,
    dd,
    li {
        font-size: 3.3vw;
    }
}

div {
    line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
}

/*
---------------------------------------
link
---------------------------------------
*/
a {
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s;
}

a:hover {
    text-decoration: none;
}

/*
---------------------------------------
clear
---------------------------------------
*/
.clearfix:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*\*/
    /*/
   height: auto;
   overflow: hidden;
   /**/
}

*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */
/*
---------------------------------------
common
---------------------------------------
*/
input[type=text],
input[type=search],
input[type=tel],
input[type=number],
input[type=url],
input[type=email],
input[type=password],
input[type=date],
textarea,
select {
    font-size: 16px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    font-family: inherit;
    background: #fff;
    padding: 0;
}

textarea {
    width: 100%;
    resize: vertical;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input:-moz-placeholder {
    color: #ccc;
}

textarea::-webkit-input-placeholder {
    color: #ccc;
}

textarea:-moz-placeholder {
    color: #ccc;
}

.logged-in header.normal {
    top: 32px;
}

#wp-admin-bar-customize,
#wp-admin-bar-duplicate-post {
    display: none !important;
}

.l-contents .pc {
    display: block !important;
    margin: 0 auto;
}

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

.l-contents .sp {
    display: none !important;
}

@media (max-width: 768px) {
    .l-contents .sp {
        display: block !important;
    }
}

.l-contents .inline-pc {
    display: inline-block !important;
}

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

.l-contents .inline-sp {
    display: none !important;
}

@media (max-width: 768px) {
    .l-contents .inline-sp {
        display: inline-block !important;
    }
}

.l-contents .inner {
    max-width: 1136px;
    margin: 0 auto;
    padding: 0 20px;
    word-wrap: break-word;
    word-break: break-all;
}

@media (max-width: 768px) {
    .l-contents .inner {
        padding: 0 8%;
    }
}

.l-contents span {
    font-size: inherit;
    font-weight: inherit;
}

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

.l-contents .en {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
}

.l-contents .min {
    font-weight: 400;
}

.l-contents .ofi {
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.l-contents .ofi-contain {
    object-fit: contain;
    font-family: "object-fit: contain;";
}

.l-contents .anc {
    padding-top: 96px;
    margin-top: -96px;
}

@media (max-width: 768px) {
    .l-contents .anc {
        padding-top: 56px;
        margin-top: -56px;
    }
}

/*	form
---------------------------------*/
@media (max-width: 768px) {
    .sec-form .inner {
        padding: 0 5%;
    }
}

.steps_form {
    max-width: 700px;
    margin: 0 auto 20px;
}

@media (max-width: 768px) {
    .steps_form {
        width: 100%;
        margin: 0 auto 3vw;
    }
}

.sec-form__require {
    color: #c1272d;
    font-weight: bold;
    margin-bottom: 2px;
}

@media (max-width: 768px) {
    .sec-form__require {
        font-size: 3.3vw;
        margin-bottom: 0;
    }
}

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

.wrap_form .require {
    color: #c1272d;
    font-weight: bold;
}

.wrap_form .btn_send_narrow {
    display: block;
    width: 364px;
    padding: 17px 20px;
    margin: 0 auto;
    border: none;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
    background-color: #c1272d;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.7s;
    background-image: url(../images/form/btn_arrow.svg);
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: right 26px center;
    border-radius: 50px;
    line-height: 2.142;
}

@media (max-width: 768px) {
    .wrap_form .btn_send_narrow {
        width: 95%;
        padding: 3vw 5vw;
        margin: 0 auto;
        font-size: 4.2vw;
        background-size: 7px;
        background-position: right 8vw center;
    }
}

@media (min-width: 960px) {
    .wrap_form .btn_send_narrow:hover {
        opacity: 0.3;
    }
}

.wrap_form .btn_send_narrow[disabled] {
    opacity: 0.2;
}

.wrap_form button.btn_back_narrow {
    display: block;
    width: 364px;
    padding: 17px 20px;
    margin: 30px auto 0;
    border: none;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
    background-color: #808080;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.7s;
    background-image: url(../images/form/btn_arrow_back.svg);
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: left 26px center;
    border-radius: 50px;
    line-height: 2.142;
}

@media (max-width: 768px) {
    .wrap_form button.btn_back_narrow {
        width: 95%;
        padding: 3vw 5vw;
        margin: 7vw auto 0;
        font-size: 4.2vw;
        background-size: 7px;
        background-position: left 8vw center;
    }
}

@media (min-width: 960px) {
    .wrap_form button.btn_back_narrow:hover {
        opacity: 0.3;
    }
}

.table_entry {
    width: 100%;
    line-height: 1.5;
    margin: 0 0 15px;
}

@media (max-width: 768px) {
    .table_entry {
        margin: 0 0 5vw;
        font-size: 3.4vw !important;
    }
}

.table_entry .row {
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    margin-bottom: 4px;
    padding: 6px 0;
}

@media (max-width: 768px) {
    .table_entry .row {
        padding: 7px 0;
    }
}

@media (max-width: 768px) {
    .table_entry .row-2 {
        display: block;
        padding: 5px 4vw;
    }

    .table_entry .row-2 .dt {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e6e6e6;
        padding: 3.2vw 0 2vw;
    }

    .table_entry .row-2 .dd {
        width: 100%;
        padding: 1.5vw 0;
    }
}

.table_entry .dt {
    font-weight: bold;
    padding: 13px 0 10px 18px;
    font-size: 14px;
    width: 155px;
    line-height: 1;
    border-right: 1px solid #e6e6e6;
}

@media (max-width: 768px) {
    .table_entry .dt {
        padding: 2.7vw 0 2.7vw 4vw;
        width: 28vw;
        font-size: 3.4vw;
        line-height: 1.3;
        letter-spacing: 0;
    }
}

.table_entry .dt--message {
    line-height: 1.75;
}

@media (max-width: 768px) {
    .table_entry .dt--message {
        line-height: 1.3;
    }
}

.table_entry .dd {
    flex: 1;
    padding: 3px 18px 0px;
    font-size: 14px;
    line-height: 1;
}

@media (max-width: 768px) {
    .table_entry .dd {
        padding: 1vw 3.5vw;
        font-size: 3.4vw;
        line-height: 1.3;
        letter-spacing: 0;
    }
}

input[type="text"]#post_ttl {
    height: 32px;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 768px){
    input[type="text"]#post_ttl {
        font-size: 3.4vw;
    }
}

.table_entry .dd .dd-in {
    display: block;
    box-sizing: border-box;
    padding: 7px 5px;
    line-height: 1.5;
}

.table_entry .mark_zip {
    font-size: 16px;
    padding: 2px 0 0;
}

@media (max-width: 768px) {
    .table_entry .mark_zip {
        font-size: 3.4vw;
        padding: 0;
    }
}

.table_entry input[type=text],
.table_entry input[type=email],
.table_entry input[type=tel] {
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    padding: 4px 5px;
    background: none;
    line-height: 1;
}

@media (max-width: 768px) {
    .table_entry input[type=text],
    .table_entry input[type=email],
    .table_entry input[type=tel] {
        width: 100%;
        font-size: 3.4vw;
    }
}

.table_entry input[type=text]#age,
.table_entry input[type=email]#age,
.table_entry input[type=tel]#age {
    width: 100px;
}

@media (max-width: 768px) {
    .table_entry input[type=text]#age,
    .table_entry input[type=email]#age,
    .table_entry input[type=tel]#age {
        width: 29%;
    }
}

.table_entry textarea {
    font-size: 16px;
    padding: 5px 5px;
    width: 100%;
    height: 200px;
}

@media (max-width: 768px) {
    .table_entry textarea {
        height: 26vw;
        font-size: 3.4vw !important;
    }
}

.table_entry #post_title {
    height: 50px;
    padding: 0;
}

@media (max-width: 768px) {
    .table_entry #post_title {
        height: 15.1vw;
    }
}

.table_entry .radio-wrap {
    padding: 8px 0;
}

@media (max-width: 768px) {
    .table_entry .radio-wrap {
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
        padding: 6px 0 0;
    }
}

.table_entry .radio-wrap label {
    cursor: pointer;
    margin-right: 2em;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .table_entry .radio-wrap label {
        margin-right: 0;
        display: inline-block;
    }
}

.table_entry .radio-wrap label input[type=radio],
.table_entry .radio-wrap label input[type=checkbox] {
    margin-right: 0;
    position: relative;
    top: -1px;
}

.table_entry .radio-wrap label input[type=radio].error,
.table_entry .radio-wrap label input[type=checkbox].error {
    display: inline-block;
}

.table_entry #zip {
    height: 32px;
    width: 200px;
    font-size: 16px;
    padding: 0 5px;
}

@media (max-width: 768px) {
    .table_entry #zip {
        height: 9vw;
        width: calc(100% - 5vw);
        font-size: 3.4vw;
    }
}

.table_entry .wpcf7-list-item:first-child {
    margin-left: 0;
}

label.error {
    font-size: 16px;
    color: #c1272d;
    display: block;
    margin: 10px 0 10px;
}

@media (max-width: 768px) {
    label.error {
        line-height: 1.5;
        font-size: 3.4vw;
        margin: 5px 0 0;
    }
}

.form_privacy-policy {
    background: #e6e6e6;
    padding: 20px 20px 15px;
    margin-bottom: 45px;
}

@media (max-width: 768px) {
    .form_privacy-policy {
        padding: 4vw 3vw;
        margin-bottom: 4vw;
    }
}

.form_privacy-policy .ttl {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .form_privacy-policy .ttl {
        font-size: 3.4vw;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 2vw;
    }
}

.form_privacy-policy .agree_text p {
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .form_privacy-policy .agree_text p {
        font-size: 3.4vw;
    }
}

.form_privacy-policy .agree_text a {
    text-decoration: underline;
}

.form_privacy-policy .inner_box {
    height: 130px;
    background: white;
    overflow-y: scroll;
    border: 1px solid #b1b1b1;
    padding: 14px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .form_privacy-policy .inner_box {
        height: 32vw;
        padding: 4vw 3vw;
        margin-bottom: 2vw;
    }
}

.form_privacy-policy .inner_box .ttl {
    font-weight: bold;
    margin-bottom: 0;
}

.form_privacy-policy .inner_box p {
    margin-bottom: 20px;
    line-height: 1.64;
    font-size: 14px;
}

@media (max-width: 768px) {
    .form_privacy-policy .inner_box p {
        font-size: 3.3vw;
        margin-bottom: 3vw;
    }
}

.form_privacy-policy .inner_box ul {
    margin-left: 1em;
    margin-bottom: 20px;
    line-height: 1.64;
    list-style-position: outside;
}

@media (max-width: 768px) {
    .form_privacy-policy .inner_box ul {
        margin-left: 1em;
        margin-bottom: 3vw;
    }
}

.form_privacy-policy .inner_box ul > li {
    line-height: 1.64;
}

.form_privacy-policy .inner_box ul > li > ul {
    margin: 0 0 0 1em;
}

.form_privacy-policy .inner_box ul > li > ul > li {
    line-height: 1.64;
}

.form_privacy-policy .inner_box ul > li > ul > li > ul {
    margin: 0 0 0 1em;
}

.form_privacy-policy .inner_box .right_text {
    text-align: right;
}

.sec-form .sec-form__mailAttention {
    line-height: 1.6;
    text-align: center;
    margin-bottom: 25px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .sec-form .sec-form__mailAttention {
        text-align: left;
        margin-bottom: 8vw;
        font-size: 3.3vw;
    }
}

.require {
    color: #c1272d;
    font-weight: bold;
}

.agree_item {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    display: inline-block;
    margin-top: 4px;
}

.agree_item .wpcf7-list-item {
    margin-left: 0;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 16px;
    font-weight: bold;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-form.invalid .wpcf7-response-output {
    display: none;
}

.wpcf7-form.sent .wpcf7-response-output {
    display: none;
}

.page-contact .st-footer__pageTop,
.page-entry .st-footer__pageTop {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 30px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0 5px;
    background-image: url(../images/form/arrow-select.png);
    background-repeat: no-repeat;
    background-position: right center;
    width: 200px;
    font-size: 14px;
}

@media all and (-ms-high-contrast: none) {
    select {
        background-image: url(../images/form/arrow-select.png);
    }
}

@media (max-width: 768px) {
    select {
        width: 100%;
    }
}

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

@-moz-document url-prefix() {
    /* firefoxハック */
    #contact-table select {
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
        text-indent: 0.2em;
        background-image: none;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* chromeハック */
    #contact-table select {
        text-indent: 0.2em;
    }
}

@media all and (-ms-high-contrast: none) {
    .wrap_form .btn_send_narrow {
        padding: 17px 20px 12px;
    }
}

.thanks-text {
    margin: 50px 0;
    line-height: 2;
}

@media (max-width: 768px) {
    .thanks-text {
        margin: 9vw 0;
    }
}

.thanks-text.insert {
    font-weight: bold;
}

.thanks_btn {
    text-align: center;
}

.thanks_btn a {
    text-decoration: underline;
}

@media (hover: hover) {
    .thanks_btn a:hover {
        text-decoration: none;
    }
}

#autozip {
    display: none !important;
}

/*
---------------------------------------
entry
---------------------------------------
*/
.page-entry #page-top {
    display: none !important;
    opacity: 0 !important;
}

#entry {
    background: #f3ddda;
    padding: 70px 0 80px;
    margin-top: 60px;
}

@media (max-width: 768px) {
    #entry {
        padding: 5.73vw 0 10vw;
        margin-top: 7.73vw;
    }
}

#entry .entry__lead {
    max-width: 700px;
    margin: 0 auto;
}

#entry .entry__lead__img {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    #entry .entry__lead__img {
        margin-bottom: 3vw;
    }
}

#entry .entry__lead__txt {
    font-size: 15px;
    line-height: 1.64;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    #entry .entry__lead__txt {
        font-size: 3.36vw;
        margin-bottom: 6.6vw;
    }
}

.form_complete .btn-01 {
    text-align: center;
}

/**
* Foundation
* ========================== */
/*# sourceMappingURL=pages.css.map */
