/* =================================
 Reset / Base
================================= */


/* Reset
---------------------------------------------------------- */

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

html {
    line-height: 1;
    scroll-behavior: smooth;
}

ol,
ul {
    list-style: none;
}

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

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

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

a img {
    border: none;
}

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

input[type='button'],
input[type='submit'] {
    -webkit-appearance: none;
}

body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

img {
    pointer-events: none;
    -webkit-user-drag: none;
    user-drag: none;
}


/* base
---------------------------------------------------------- */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: none;
}

body {
    width: 100%;
    line-height: 1.8;
    background-color: #fff;
    color: #4d565f;
    font-family: 'Zen Kaku Gothic New', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'palt';
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Shippori Mincho', serif;
    letter-spacing: .02em;
}

img {
    border-style: none;
    display: block;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

a,
a img,
button {
    transition: .4s;
}

a {
    display: block;
}

a:link {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
}

a:active {
    color: inherit;
}


/* clearfix
---------------------------------------------------------- */

.u-clearfix:after {
    content: '';
    clear: both;
    display: block;
}

.u-clr_ble {
    color: #1775a0;
}

.u-clr_lBle {
    color: #17bcc1;
}

.u-clr_dBle {
    color: #133432;
}

.u-clr_ylw {
    color: #e8c342;
}


/* common
---------------------------------------------------------- */

.u-only_sp {
    display: none;
}

.u-only_pc {
    display: block;
}

.u-td_u {
    text-decoration: underline;
}


/* header
---------------------------------------------------------- */

.l-header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 32px 40px;
}

.l-header_logo {
    width: 31.94vw;
    max-width: 460px;
    transition: 0.4s;
}

.l-header_access {
    font-weight: 500;
}


/* header contact
---------------------------------------------------------- */

.l-header_info {
    margin-right: 1.6667vw;
    color: #fff;
}

.l-header_info .-cont {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
}

.l-header_info .-head {
    margin-bottom: 5px;
}

.l-header_info .-btm {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.l-header_info .-btm dl:first-child {
    margin-right: 10px;
}

.l-header_info .-cont dt {
    display: inline-block;
    background-color: #315ca3;
    width: 56px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    margin-right: 8px;
}

.l-header_info .-cont dd {
    font-family: "Shippori Mincho", serif;
    font-size: 14px;
    font-size: 1.4rem;
}

.l-header_tel_num {
    color: #fff;
    font-size: 3.2rem;
    line-height: 1;
    font-family: "Bodoni Moda", serif;
    letter-spacing: .02em;
}

.l-header_tel_num::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 32px;
    margin-right: 8px;
    background: url(../img/ico_tel.svg) no-repeat;
    background-size: contain;
}

.l-header_tel_num .-txt {
    display: inline-block;
    pointer-events: none;
}

.l-header_contact_web {
    background: #171d3f;
    height: 48px;
    width: 180px;
    border-radius: 4px;
}

.l-header_contact_web a {
    position: relative;
    display: block;
    height: 100%;
    padding: 0 0 0 16px;
}

.l-header_contact_web a::after {
    content: "";
    display: block;
    background-image: url(../img/arw_gld.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 9px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}

.l-header_web_txt {
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.l-header_web_txt img {
    width: 20px;
    display: inline-block;
    margin-right: 8px;
}

.l-header_web_sub {
    color: #fff;
    display: block;
    font-size: 1.6rem;
    line-height: 1;
}


/* footer
---------------------------------------------------------- */

.l-footer {
    background: #f2f6fa;
    text-align: center;
    margin-bottom: 72px;
}

.l-footer_copyright {
    color: #171d3f;
    font-size: 1.2rem;
    line-height: 60px;
    letter-spacing: 0.02em;
    font-family: "Shippori Mincho", serif;
}


/* =================================
 PC common
================================= */

@media screen and (min-width: 768px) {
    /* base
  ---------------------------------------------------------- */
    html {
        overflow: auto;
    }
    /* common
  ---------------------------------------------------------- */
    a:hover {
        opacity: .8;
    }
    /* layout
  ---------------------------------------------------------- */
    .l-cont_w {
        width: 100%;
        max-width: 1460px;
        padding: 0 10px;
        margin: 0 auto;
    }
    .l-cont_l {
        width: 100%;
        max-width: 1360px;
        padding: 0 20px;
        margin: 0 auto;
    }
    .l-cont_m {
        width: 100%;
        max-width: 1200px;
        padding: 0 20px;
        margin: 0 auto;
    }
    .l-cont_s {
        width: 100%;
        max-width: 1040px;
        padding: 0 20px;
        margin: 0 auto;
    }
    /* header
  ---------------------------------------------------------- */
    .l-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .l-header_access {
        display: inline-block;
        margin: 0 0 0 25px;
        padding: 0 16px;
        color: #2d6254;
        font-size: 1.5rem;
        line-height: 2.8rem;
        background: #dfe9ea;
        vertical-align: bottom;
    }
    /* header contact
  ---------------------------------------------------------- */
    .l-header_contact {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        align-items: center;
    }
    .l-header_contact li {
        display: inline-block;
        vertical-align: middle;
    }
    .l-header_contact .l-header_contact_tel {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        align-items: center;
        margin-right: 1.5972vw;
    }
    .l-header_info .-cont {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .l-header_tel_num {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    /* .l-header_contact_web {
        height: 80px;
        width: 120px;
        margin: 0 0 0 16px;
    } */
}

@media screen and (max-width: 1260px) {
    .l-header_contact .l-header_contact_tel {
        display: block;
        text-align: left;
    }
    .l-header_contact .l-header_tel_num {
        justify-content: flex-start;
        margin-top: 10px;
    }
}


/* =================================
  IE common
================================= */


/* =================================
  PC min common
================================= */

@media only screen and (min-width: 768px) {}


/* =================================
  TAB common
================================= */

@media screen and (max-width: 1099px) and (min-width: 768px) {
    .l-header {
        /* height: 60px; */
        padding: 24px 40px;
    }
    .l-header_logo {
        /* width: 220px;
        height: 41px; */
        /* margin: 0 0 0 20px; */
    }
    .l-header_tel_num {
        font-size: 3rem;
    }
    .l-header_info {
        font-size: 1.1rem;
    }
    .l-header_contact_web {
        width: 150px;
    }
    .l-header_web_sub {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 860px) and (min-width: 768px) {
    .l-header {
        padding: 24px 20px;
    }
    .l-header_info .-cont {
        font-size: 10px;
        font-size: 1.0rem;
    }
    .l-header_info .-cont dd {
        font-size: 12px;
        font-size: 1.2rem;
    }
}


/* =================================
 SP common
================================= */

@media screen and (max-width: 767px) {
    /* common
  ---------------------------------------------------------- */
    .u-only_sp {
        display: block;
    }
    .u-only_pc {
        display: none;
    }
    html {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    body {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6;
    }
    img {
        display: block;
        margin: 0 auto;
    }
    /* layout
  ---------------------------------------------------------- */
    .l-cont_w {
        width: 100%;
        padding: 0 4%;
        margin: 0 auto;
    }
    .l-cont_l {
        width: 100%;
        padding: 0 4%;
        margin: 0 auto;
    }
    .l-cont_m {
        width: 100%;
        max-width: 1100px;
        padding: 0 4%;
        margin: 0 auto;
    }
    .l-cont_s {
        width: 100%;
        padding: 0 6%;
        margin: 0 auto;
    }
    /* header
  ---------------------------------------------------------- */
    .l-header {
        height: 50px;
        text-align: center;
        position: absolute;
        /* background-color: #fff; */
        padding: 14px 4%;
    }
    .l-header_logo {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        padding-left: unset;
    }
    .l-header_contact {
        display: none;
    }
    /* .l-header_access {
        color: #7e6f68;
        font-size: 1.4rem;
    }
    .l-header_contact .l-header_contact_tel {
        text-align: center;
    }
    .l-header_tel_num {
        color: #171d3f;
        line-height: 1;
        display: inline-block;
        font-family: "Bodoni Moda", serif;
        text-align: center;
    }
    .l-header_tel_num::before {
        height: 24px;
        background-image: url(../img/ico_tel_blue.svg);
    }
    .l-header_tel_num a {
        display: inline-block;
        padding-top: 9px;
        font-size: 20px;
    } */
    /* header contact
  ---------------------------------------------------------- */
    /* .l-header_contact {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        align-items: stretch;
        position: fixed;
        right: 0;
        bottom: -1px;
        left: 0;
        background: #fff;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    }
    .l-header_contact_tel {
        -webkit-box-flex: 1;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #fff;
        width: 45%;
    }
    .l-header_tel_num {
        font-size: 22px;
        position: relative;
    }
    .l-header_tel_num a {
        padding-left: 20px;
        white-space: nowrap;
        pointer-events: unset;
    }
    .l-header_tel_num::before {
        width: 15px;
        position: absolute;
        top: 8px;
        left: 0;
        height: 20px;
        margin: 0 5px 0 0;
    }
    .l-header_info {
        display: none;
    }
    .l-header_contact_web {
        width: 45%;
    }
    .l-header_contact_web a {
        padding: 8px 0;
    }
    .l-header_web_txt {
        padding: unset;
        font-size: 1.8rem;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        top: 0;
    }
    .l-header_web_txt::before {
        left: 12px;
    }
    .l-header_web_sub {
        margin: 0 0 0 8px;
        font-size: 1.6rem;
        white-space: nowrap;
    }
    .l-header_contact_web {
        height: 56px;
        border-radius: 0;
    }
    .l-header_web_txt img {
        width: 23px;
        margin: unset;
    }
    .l-header_contact_web a::after {
        display: none;
    }
    .l-header_contact_top {
        width: 10%;
        background: #c2ad6b;
    }
    .l-header_contact_top a {
        display: block;
        position: relative;
        z-index: 999;
        width: 100%;
        height: 100%;
    }
    .l-header_contact_top a::after {
        position: absolute;
        content: "";
        width: 16px;
        height: 20px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: url("../img/arw_pagetop.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    } */
    /* footer
  ---------------------------------------------------------- */
    .l-footer {
        padding: 0;
        margin-bottom: 64px;
    }
    .l-footer_copyright {
        font-size: 3.2vw;
        line-height: 40px;
    }
}


/* =================================
 iphone5s,SE common
================================= */

@media screen and (max-width: 320px) {}


/* fixbnr
  ---------------------------------------------------------- */

.c-fix_bnr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 8px 8px 40px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

@media screen and (max-width: 767px) {
    .c-fix_bnr {
        padding: 4px;
        display: block;
        height: 64px;
    }
}

.c-fix_bnr_logo {
    width: 31.94vw;
    max-width: 460px;
}

.c-fix_bnr_cv {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

@media screen and (max-width: 767px) {
    .c-fix_bnr_cv {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
}

.c-fix_bnr_tel {
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .c-fix_bnr_tel,
    .c-fix_bnr_web {
        margin: 0;
        width: calc((100% - 60px) / 2);
    }
    .c-fix_bnr_tel {
        text-align: center;
    }
    .c-fix_bnr_web {
        margin-right: 4px;
    }
}

.c-fix_bnr_tel .l-header_tel_num {
    font-size: 2.6rem;
    line-height: 1;
    font-family: "Bodoni Moda", serif;
    letter-spacing: .02em;
    color: #171d3f;
    cursor: text;
}

.l-header_tel_num a {
    cursor: text;
}

@media screen and (max-width: 767px) {
    .c-fix_bnr_tel .l-header_tel_num {
        font-size: 1.8rem;
        font-family: "Bodoni Moda", serif;
        display: inline-block;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.c-fix_bnr_tel .l-header_tel_num::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 24px;
    margin-right: 8px;
    background: url(../img/ico_tel_blue.svg) no-repeat;
    background-size: contain;
}

@media screen and (max-width: 767px) {
    .c-fix_bnr_tel .l-header_tel_num::before {
        content: "";
        display: inline-block;
        width: 14px;
        height: 24px;
        margin-right: 8px;
        background: url(../img/ico_tel_blue.svg) no-repeat;
        background-size: contain;
    }
}

.c-fix_bnr_web a {
    display: inline-flex;
    background-color: #171d3f;
    height: 56px;
    width: auto;
    border-radius: 6px;
    padding: 0 56px 0 20px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .c-fix_bnr_tel .l-header_tel_num::before {
        content: "";
        display: inline-block;
        width: 14px;
        height: 24px;
        margin-right: 8px;
        background: url(../img/ico_tel_blue.svg) no-repeat;
        background-size: contain;
    }
}

.c-fix_bnr_web a::after {
    content: "";
    display: block;
    background-image: url(../img/arw_gld.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 13px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .c-fix_bnr_web a::after {
        display: none;
    }
    .c-fix_bnr_web a {
        padding: 0 10px 0 14px;
        width: 100%;
    }
    .l-header_web_txt img {
        margin: 0;
        margin-right: 5px;
    }
    .l-header_web_txt {
        justify-content: center;
    }
}

.c-fix_bnr_web .l-header_web_sub {
    color: #fff;
    display: block;
    font-size: 2rem;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .c-fix_bnr_web .l-header_web_sub {
        font-size: 1.4rem;
    }
}

.c-btn_pageup {
    width: 56px;
    height: 56px;
    z-index: 9999;
    background-color: #c2ad6b;
    border-radius: 6px;
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .c-btn_pageup {
        margin: 0;
    }
}

.c-btn_pageup a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.c-btn_pageup a::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/arw_pagetop.svg);
    background-size: cover;
}