﻿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,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
    vertical-align: bottom;
    background: transparent
}

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

html {
    font-size: 62.5%
}

body {
    font-family: sans-serif;
    line-height: 1
}

ul,
ol {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

a {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    background: transparent;
    outline: none
}

img {
    vertical-align: bottom
}

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

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;
    width: 100%
}

th,
td {
    text-align: left;
    vertical-align: top
}

input,
select,
textarea {
    font-family: inherit
}

input[type="submit"] {
    cursor: pointer
}

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

html {
    overflow: auto
}

body {
    min-width: 320px;
    padding-top: 70px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: .05em;
    overflow: hidden
}

body.sg {
    height: auto
}

@media all and (min-width: 600px) {
    body {
        min-width: 1080px;
        padding-top: 110px;
        font-size: 1.6rem
    }
}

a {
    color: inherit;
    text-decoration: underline
}

@media all and (min-width: 600px) {
    a:hover {
        text-decoration: none
    }
}

img {
    width: 100%;
    height: auto
}

.l-wrapper {
    position: relative;
    background: #f2f7f7
}

.l-wrapper:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 216px;
    background: #e7efef
}

@media all and (min-width: 600px) {
    .l-wrapper:before {
        width: 860px
    }
}

.l-container {
    position: relative;
    z-index: 1
}

.u-media-query {
    display: none;
    font-family: 'sp'
}

@media all and (min-width: 600px) {
    .u-media-query {
        font-family: 'pc'
    }
}

@media all and (max-width: 599px) {
    .u-view-pc {
        display: none !important
    }
}

@media all and (min-width: 600px) {
    .u-view-sp {
        display: none !important
    }
}

.u-font-vollkorn {
    font-family: 'Vollkorn', serif;
    font-weight: 400;
    text-transform: uppercase
}

.u-font-serif {
    font-family: 'Noto Serif JP', serif;
    font-weight: 600
}

.u-alpha {
    display: block;
    text-decoration: none
}

@media all and (min-width: 600px) {
    .u-alpha {
        -webkit-transition: all .6s ease;
        transition: all .6s ease
    }

    .u-alpha:hover {
        opacity: .7
    }
}

.u-cf:after {
    content: "";
    display: block;
    clear: both
}

.u-inner {
    box-sizing: border-box
}

@media all and (max-width: 599px) {
    .u-inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media all and (min-width: 600px) {
    .u-inner {
        width: 100%;
        max-width: 1080px;
        margin: auto
    }
}

.l-breadcrumb {
    position: relative;
    z-index: 1;
    font-size: 1.4rem
}

.l-breadcrumb .breadcrumb-list {
    padding: 24px 0
}

.l-breadcrumb .breadcrumb-list__item {
    display: inline-block;
    margin-right: 5px
}

.l-breadcrumb .breadcrumb-list__item a {
    color: #173b61;
    text-decoration: none
}

.l-breadcrumb .breadcrumb-list__item+.breadcrumb-list__item {
    position: relative;
    padding-left: 22px
}

.l-breadcrumb .breadcrumb-list__item+.breadcrumb-list__item:before {
    position: absolute;
    top: 11px;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    margin-right: 4px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #aaadad
}

.ft-cv {
    position: relative;
    z-index: 1;
    background: url("../image/bg_contact01_sp.png") no-repeat top center/cover
}

.ft-cv__inner {
    padding-top: 40px;
    padding-bottom: 40px
}

.ft-cv__content {
    margin-top: 8px
}

.ft-cv__list {
    padding: 0 22px
}

.ft-cv__list-item+.ft-cv__list-item {
    margin-top: 10px
}

.ft-cv__list-item-tit {
    text-align: center;
    font-weight: 700
}

.ft-cv__list-item-tit:before {
    position: relative;
    top: -1px;
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 7px;
    border-radius: 50%;
    background: #9c8551
}

.ft-cv__list-item-btn {
    margin-top: 5px;
    line-height: 1
}

.ft-cv__list-item-btn-link {
    display: block;
    padding: 16px 0 17px;
    border-bottom: 2px solid #b7b7b7;
    background: #fff;
    text-align: center;
    text-decoration: none
}

.ft-cv__list-item-btn-tel {
    font-size: 2.4rem
}

.ft-cv__list-item-btn-tel:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background: url("../image/ico_tel01.png") no-repeat center/contain
}

.ft-cv__list-item-btn-time {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.5
}

.ft-cv__contact-btn {
    margin-top: 20px;
    padding: 20px 22px 0;
    border-top: 1px solid rgba(51, 51, 51, 0.1)
}

.ft-cv__contact-btn-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 60px;
    text-decoration: none;
    background-image: linear-gradient(45deg, #897547 0%, #897547 30%, #9c8551 60%, #9c8551 100%);
    color: #fff
}

.ft-cv__contact-btn-link-txt {
    font-weight: 500
}

.ft-cv__contact-btn-link-txt:before {
    position: relative;
    top: -1px;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background: url("../image/ico_mail01.png") no-repeat center/contain;
    vertical-align: middle
}

@media all and (min-width: 600px) {
    .ft-cv {
        background-image: url("../image/bg_contact01_pc.png")
    }

    .ft-cv__inner {
        padding-top: 63px;
        padding-bottom: 64px
    }

    .ft-cv__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 33px
    }

    .ft-cv__content.is-center {
        width: 80%;
        margin-right: auto;
        margin-left: auto
    }

    .ft-cv__content.is-center .ft-cv__list {
        width: 50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .ft-cv__content.is-center .ft-cv__contact-btn {
        width: 50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .ft-cv__content.is-center .ft-cv__contact-btn-link {
        width: 319px;
        margin: auto
    }

    .ft-cv__list {
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(50% + 167px);
        padding: 0 48px 0 0
    }

    .ft-cv__list-item+.ft-cv__list-item {
        margin-top: 0
    }

    .ft-cv__list-item-tit {
        text-align: left;
        font-size: 1.6rem
    }

    .ft-cv__list-item-tit:before {
        top: -1px;
        width: 12px;
        height: 12px;
        margin-right: 10px
    }

    .ft-cv__list-item-btn {
        margin-top: 8px
    }

    .ft-cv__list-item-btn-link {
        padding: 0;
        border-bottom: 0;
        background-color: transparent;
        text-align: left
    }

    .ft-cv__list-item-btn-tel {
        font-size: 3.8rem;
        letter-spacing: .05em
    }

    .ft-cv__list-item-btn-tel:before {
        position: relative;
        top: 4px;
        width: 36px;
        height: 36px;
        margin-right: 10px
    }

    .ft-cv__list-item-btn-time {
        margin-top: 10px;
        font-size: 1.6rem
    }

    .ft-cv__contact-btn {
        box-sizing: border-box;
        width: calc(50% - 167px);
        margin-top: 0;
        padding: 16px 0 16px 53px;
        border-top: 0;
        border-left: 1px solid rgba(51, 51, 51, 0.1)
    }

    .ft-cv__contact-btn-link {
        position: relative;
        overflow: hidden;
        height: 80px
    }

    .ft-cv__contact-btn-link:before {
        position: absolute;
        top: -1px;
        bottom: -1px;
        left: 0;
        opacity: 0;
        content: "";
        display: block;
        width: 100%;
        background-image: linear-gradient(45deg, #a58d59 0%, #a58d59 30%, #bca165 60%, #bca165 100%);
        -webkit-transition: all .6s ease;
        transition: all .6s ease
    }

    .ft-cv__contact-btn-link:hover:before {
        opacity: 1
    }

    .ft-cv__contact-btn-link-txt {
        position: relative;
        z-index: 1
    }

    .ft-cv__contact-btn-link-txt:before {
        width: 32px;
        height: 32px;
        margin-right: 15px
    }
}

.l-footer {
    position: relative;
    z-index: 1;
    background: #173b61;
    color: #fff
}

.ft-pagetop {
    font-size: 1.1rem
}

.ft-pagetop__link {
    position: relative;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 50px;
    padding-top: 6px;
    background: #113254;
    color: #fff;
    text-align: center;
    text-decoration: none
}

.ft-pagetop__link:before {
    position: absolute;
    top: -5px;
    left: 50%;
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #fff
}

.ft-pagetop__link:after {
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%
}

@media all and (max-width: 599px) {
    .ft-pagetop {
        position: relative !important;
        z-index: 1;
        bottom: 0 !important
    }
}

@media all and (min-width: 600px) {
    .ft-pagetop {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: 75px;
        margin: 0 0 40px 0;
        font-size: 1.4rem;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: opacity .6s ease;
        transition: opacity .6s ease
    }

    .ft-pagetop.is-view {
        opacity: 1;
        visibility: visible
    }

    .ft-pagetop__link {
        height: auto;
        padding: 0;
        background-color: transparent;
        color: #173b61
    }

    .ft-pagetop__link:before {
        top: auto;
        bottom: 0;
        left: auto;
        right: 0;
        width: 100%;
        height: 1px;
        background: #173b61;
        -webkit-transition: all .6s ease;
        transition: all .6s ease
    }

    .ft-pagetop__link:hover:before {
        width: calc(100% + 10px)
    }

    .ft-pagetop__link:after {
        left: -8px;
        top: auto;
        bottom: -2px;
        background: #173b61;
        -webkit-transition: all .6s ease;
        transition: all .6s ease
    }

    .ft-pagetop__link:hover:after {
        left: -18px
    }
}

.ft-sitemap__inner {
    padding-top: 10px;
    padding-bottom: 10px
}

.ft-sitemap__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.3rem
}

.ft-sitemap__list-item-link {
    display: block;
    padding: 7px 15px;
    text-decoration: none
}

@media all and (min-width: 600px) {
    .ft-sitemap__inner {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .ft-sitemap__list {
        font-size: 1.4rem
    }

    .ft-sitemap__list-item-link {
        padding: 8px 19px 7px
    }
}

.ft-info {
    border-top: 2px solid #9c8551
}

.ft-info__inner {
    padding-top: 25px;
    padding-bottom: 25px
}

.ft-info__logo {
    width: 200px;
    margin: auto
}

.ft-info__address {
    margin-top: 18px;
    font-size: 1.3rem
}

.ft-info__address-item+.ft-info__address-item {
    margin-top: 16px
}

@media all and (min-width: 600px) {
    .ft-info {
        border-top-width: 1px
    }

    .ft-info.is_center {
        width: 80%;
        margin-left: auto;
        margin-right: auto
    }

    .ft-info.is_center .ft-info__logo {
        margin: 0 auto
    }

    .ft-info.is_center .ft-info__address {
        width: 50%
    }

    .ft-info__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 43px;
        padding-bottom: 43px
    }

    .ft-info__logo {
        width: 280px;
        margin: 0;
        padding: 5px 0 0 2px
    }

    .ft-info__address {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(50% + 110px);
        margin-top: 0;
        font-size: 1.4rem
    }

    .ft-info__address-item+.ft-info__address-item {
        margin-top: 0
    }
}

.ft-cr {
    padding-top: 6px;
    padding-bottom: 23px;
    text-align: center;
    font-size: 1rem;
    opacity: .4
}

@media all and (min-width: 600px) {
    .ft-cr {
        max-width: 1080px;
        margin: auto;
        padding-bottom: 54px;
        font-size: 1.3rem;
        text-align: right
    }
}

.l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    min-width: 320px;
    z-index: 2000;
    background: #fff
}

@media all and (min-width: 600px) {
    .l-header {
        width: 100%;
        height: 110px;
        min-width: 1080px
    }

    .l-header__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 1080px;
        margin: auto
    }
}

.l-header .hd-info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0
}

.l-header .hd-info__copy {
    position: relative;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 20px;
    padding: 0 15px;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    background: #173b61
}

.l-header .hd-info__campaign {
    padding: 0 15px;
    height: 20px;
    width: 100%;
    font-size: 1rem;
    text-align: right;
    background: #e7efef
}

.l-header .hd-info__logo {
    width: 190px;
    padding: 9px 0 0 15px
}

@media all and (max-width: 340px) {
    .l-header .hd-info__copy {
        padding: 0 10px;
        letter-spacing: -.01em
    }
}

@media all and (min-width: 600px) {
    .l-header .hd-info__inner {
        position: relative;
        padding: 33px 0 0
    }

    .l-header .hd-info__copy {
        position: absolute;
        top: 20px;
        left: 0;
        width: 1080px;
        height: auto;
        padding: 0;
        font-size: 1.1rem;
        background: transparent;
        color: #333;
        letter-spacing: .05em
    }

    .l-header .hd-info__campaign {
        position: absolute;
        top: 10px;
        right: -810px;
        width: auto;
        padding: 0;
        font-size: 1.2rem;
        text-align: right;
        background: transparent
    }

    .l-header .hd-info__logo {
        width: 270px;
        padding: 8px 0 0 0
    }
}

.l-header .nav-btn {
    position: absolute;
    top: 20px;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer
}

.l-header .nav-btn__line {
    position: absolute;
    left: 13px;
    width: 24px;
    height: 2px;
    content: '';
    background: #173b61;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.l-header .nav-btn__line:nth-child(1) {
    top: 15px
}

.l-header .nav-btn__line:nth-child(2) {
    top: 23px
}

.l-header .nav-btn__line:nth-child(3) {
    top: 31px
}

.l-header .nav-btn.is-open .nav-btn__line:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.l-header .nav-btn.is-open .nav-btn__line:nth-child(2) {
    opacity: 0
}

.l-header .nav-btn.is-open .nav-btn__line:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.l-nav {
    position: absolute;
    top: 85px;
    right: 0;
    z-index: 2;
    width: 230px;
    max-height: calc(100vh - 70px);
    background: #f2f7f7;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.l-nav .nav-list {
    font-size: 1.3rem
}

.l-nav .nav-list__item {
    border-style: solid;
    border-width: 0;
    border-color: #dde5eb
}

.l-nav .nav-list__item+.nav-list__item {
    border-width: 1px 0 0
}

.l-nav .nav-list__item+.nav-list__item:last-child {
    border-width: 1px 0
}

.l-nav .nav-list__item-link {
    display: block;
    padding: 11px 15px;
    text-decoration: none
}

.l-nav .nav-contact-btn {
    padding: 20px 15px;
    font-size: 1.2rem
}

.l-nav .nav-contact-btn__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 45px;
    text-decoration: none;
    background-image: linear-gradient(45deg, #897547 0%, #897547 30%, #9c8551 60%, #9c8551 100%);
    color: #fff
}

.l-nav .nav-contact-btn__link-txt {
    font-weight: 500
}

.l-nav .nav-contact-btn__link-txt:before {
    position: relative;
    top: 3px;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    background: url("../image/ico_mail01.png") no-repeat center/contain
}

@media all and (max-width: 599px) {
    .l-nav {
        overflow: auto;
        -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
        transform: translateX(120%)
    }

    .l-nav::-webkit-scrollbar {
        display: none
    }

    .l-nav.is-open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@media all and (min-width: 600px) {
    .l-nav {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(1080px - 270px);
        background: transparent;
        padding: 20px 0 0
    }

    .l-nav .nav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 1.6rem;
        padding-right: 12px
    }

    .l-nav .nav-list__item {
        border-width: 0
    }

    .l-nav .nav-list__item+.nav-list__item {
        border-width: 0
    }

    .l-nav .nav-list__item+.nav-list__item:last-child {
        border-width: 0
    }

    .l-nav .nav-list__item-link {
        position: relative;
        padding: 26px 14px 36px
    }

    .l-nav .nav-list__item-link:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        content: "";
        display: block;
        width: 70px;
        height: 4px;
        margin-left: -35px;
        background: #173b61;
        -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all .6s ease;
        transition: all .6s ease
    }

    .l-nav .nav-list__item-link:hover:after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1)
    }

    .l-nav .nav-contact-btn {
        width: 190px;
        padding: 17px 0 0;
        font-size: 1.6rem
    }

    .l-nav .nav-contact-btn__link {
        position: relative;
        overflow: hidden;
        height: 50px
    }

    .l-nav .nav-contact-btn__link:before {
        position: absolute;
        top: -1px;
        bottom: -1px;
        left: 0;
        opacity: 0;
        content: "";
        display: block;
        width: 100%;
        background-image: linear-gradient(45deg, #a58d59 0%, #a58d59 30%, #bca165 60%, #bca165 100%);
        -webkit-transition: all .6s ease;
        transition: all .6s ease
    }

    .l-nav .nav-contact-btn__link:hover:before {
        opacity: 1
    }

    .l-nav .nav-contact-btn__link-txt {
        position: relative;
        z-index: 1
    }

    .l-nav .nav-contact-btn__link-txt:before {
        top: 4px;
        width: 20px;
        height: 20px;
        margin-right: 10px
    }
}

.nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1000
}

@media all and (min-width: 600px) {
    .nav-overlay {
        display: none !important
    }
}

.l-main-img {
    color: #fff;
    height: 100vh;
    overflow: hidden;
    width: 100vw;  /* 新增:占满整个视口宽度 */
    margin-left: calc(-50vw + 50%);  /* 新增:突破容器限制 */
    position: relative;  /* 新增 */
}

.l-main-img__inner {
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;  /* 新增:取消最大宽度限制 */
}

.l-main-img__area-txt {
    position: absolute;
    left: 50%;  /* 改这里 */
    top: 50%;   /* 改这里 */
    transform: translate(-50%, -50%);  /* 新增 */
    padding: 0 15px;
    width: 90%;  /* 新增 */
    text-align: center;  /* 新增 */
    z-index: 10;  /* 新增 */
}

/* .l-main-img__area-txt:before {
    position: absolute;
    top: 19px;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 1px;
    background: #fff
}

.l-main-img__area-txt:after {
    position: absolute;
    top: 7px;
    left: -3px;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%
} */

.l-main-img__copy {
    font-size: 2.6rem;
    line-height: 1.5;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    letter-spacing: .05em
}

.l-main-img__txt {
    font-size: 1.4rem;
    font-weight: 500;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    letter-spacing: .05em
}
.l-main-img__area-img {
    position: absolute;  /* 新增 */
    top: 0;  /* 新增 */
    left: 0;  /* 新增 */
    width: 100%;  /* 新增 */
    height: 100%;  /* 新增 */
}

.l-main-img__area-img img {
    width: 100%;  /* 新增 */
    height: 100%;  /* 新增 */
    object-fit: cover;  /* 新增:保持比例填充 */
    object-position: center;  /* 新增:居中显示 */
}

@media all and (max-width: 340px) {
    .l-main-img__copy {
        font-size: 2.3rem
    }

    .l-main-img__txt {
        font-size: 1.2rem
    }
}

@media all and (min-width: 600px) {
    .l-main-img__area-img img {
             /* 删除或注释掉原来的这三行 */
        /* width: 1920px; */
        /* max-width: 1920px; */
        /* margin-left: -420px; */
        
        /* 保持这些新样式 */
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .l-main-img__area-txt {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 30px 4px
    }

    .l-main-img__copy {
        font-size: 4rem
    }

    .l-main-img__txt {
        margin: 22px 0 0;
        font-size: 1.6rem
    }
}

.l-sub-img {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 175px;
    background: #173b61 no-repeat center/cover;
    color: #fff;
    text-align: center;
    line-height: 1.5
}

.l-sub-img__head-txt {
    font-size: 2.6rem;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    letter-spacing: .05em
}

.l-sub-img__head-en {
    font-size: 1.4rem;
    text-transform: uppercase
}

@media all and (min-width: 600px) {
    .l-sub-img {
        height: 350px
    }

    .l-sub-img__head {
        padding-bottom: 6px
    }

    .l-sub-img__head-txt {
        font-size: 4rem
    }

    .l-sub-img__head-en {
        margin-top: 4px;
        font-size: 1.8rem
    }
}

.secSidebar {
    margin-bottom: 20px;
    padding: 0 15px
}

@media all and (min-width: 600px) {
    .secSidebar {
        margin-bottom: 25px;
        padding: 0
    }
}

.c-btn01__link {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 63px;
    text-decoration: none
}

.c-btn01__link-txt {
    position: relative;
    font-weight: 500
}

.c-btn01__link-txt:after {
    position: relative;
    top: -2px;
    content: "";
    display: inline-block;
    width: 32px;
    height: 8px;
    margin-left: 10px;
    background: url("../image/ico_arw01.png") no-repeat center/cover
}

@media all and (min-width: 600px) {
    .c-btn01__link {
        height: 77px;
        padding-top: 2px;
        -webkit-transition: all .6s ease;
        transition: all .6s ease
    }

    .c-btn01__link:hover {
        color: #173b61
    }

    .c-btn01__link-txt:after {
        top: -2px;
        right: 0;
        margin-left: 20px;
        -webkit-transition: all .6s ease;
        transition: all .6s ease
    }

    .c-btn01__link:hover .c-btn01__link-txt:after {
        right: -10px
    }
}

.c-btn02 {
    margin: 20px auto 0;
    max-width: 260px
}

.c-btn02__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -6px
}

.c-btn02__list.is-column-only-pc {
    padding: 0 42px;
    margin-right: 0;
    margin-left: 0
}

.c-btn02__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 12px 0 13px;
    text-decoration: none;
    background-image: linear-gradient(45deg, #173b61 0%, #173b61 30%, #285482 60%, #285482 100%);
    color: #fff;
    text-align: center;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.c-btn02__link-txt {
    font-weight: 500
}

.c-btn02__link:after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    display: block;
    width: 32px;
    height: 8px;
    margin-top: -4px;
    background: url("../image/ico_arw01_white.png") no-repeat center/cover
}

.c-btn02.is-anchor {
    max-width: 100%
}

.c-btn02.is-anchor .c-btn02__link:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 18px;
    height: 5px
}

.c-btn02__list .c-btn02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 12px);
    margin: 0 6px
}

.c-btn02__list .c-btn02:nth-child(n+3) {
    margin-top: 12px
}

.c-btn02__list .c-btn02__link {
    width: 100%;
    padding: 10px 20px
}

.c-btn02__list.is-column-only-pc .c-btn02 {
    width: 100%;
    margin: 0
}

.c-btn02__list.is-column-only-pc .c-btn02+.c-btn02 {
    margin-top: 10px
}

@media all and (min-width: 600px) {
    .c-btn02 {
        max-width: 280px;
        margin: 42px 0 0 0
    }

    .c-btn02__list {
        margin: 0 -8px
    }

    .c-btn02__list.is-column-only-pc {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        margin-right: 0;
        margin-left: 0
    }

    .c-btn02__list.is-column-only-pc .c-btn02 {
        margin: 0 10px
    }

    .c-btn02__list.is-column-only-pc .c-btn02+.c-btn02 {
        margin-top: 0
    }

    .c-btn02__link {
        overflow: hidden;
        padding: 16px 0
    }

    .c-btn02__link:after {
        right: 15px;
        -webkit-transition: all .6s ease;
        transition: all .6s ease
    }

    .c-btn02__link:before {
        position: absolute;
        top: -1px;
        bottom: -1px;
        left: 0;
        opacity: 0;
        content: "";
        display: block;
        width: 100%;
        background-image: linear-gradient(45deg, #285686 0%, #285686 30%, #37689c 60%, #37689c 100%);
        -webkit-transition: all .6s ease;
        transition: all .6s ease
    }

    .c-btn02__link:hover:before {
        opacity: 1
    }

    .c-btn02__link:hover:after {
        right: 5px
    }

    .c-btn02__link-txt {
        position: relative;
        z-index: 1
    }

    .c-btn02.is-anchor .c-btn02__link:hover:after {
        right: 15px;
        margin-top: 5px
    }

    .c-btn02__list .c-btn02 {
        width: calc(25% - 16px);
        margin: 0 8px
    }

    .c-btn02__list .c-btn02:nth-child(n+3) {
        margin-top: 0
    }

    .c-btn02__list .c-btn02:nth-child(n+5) {
        margin-top: 16px
    }

    .c-btn02__list .c-btn02__link {
        padding: 16px 10px
    }
}

.c-btn03 {
    max-width: 260px;
    margin: auto
}

.c-btn03+.c-btn03 {
    margin-top: 10px
}

.c-btn03__link {
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    text-decoration: none
}

.c-btn03__link-txt {
    font-weight: 500
}

@media all and (min-width: 600px) {
    .c-btn03 {
        max-width: 340px;
        width: calc(33.333% - 30px);
        margin: 0 15px 20px
    }

    .c-btn03__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px
    }

    .c-btn03+.c-btn03 {
        margin-top: 0
    }
}

.c-color-fox {
    color: #9c8551
}

.c-color-navy {
    color: #173b61
}

.c-color-white {
    color: #fff
}

.c-faq01 {
    background: #fff
}

.c-faq01+.c-faq01 {
    margin-top: 10px
}

.c-faq01__head {
    position: relative;
    padding: 15px 52px 15px 58px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    cursor: pointer;
    letter-spacing: .05em
}

.c-faq01__head-ico {
    position: absolute;
    top: 18px;
    left: 20px;
    line-height: 1;
    font-size: 2.5rem
}

.c-faq01__head:after {
    box-sizing: border-box;
    position: absolute;
    top: 22px;
    right: 20px;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #7a7d7d;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.c-faq01__head.is-active:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.c-faq01__content {
    position: relative;
    border-top: 1px solid #dde5eb;
    padding: 13px 22px 13px 58px;
    letter-spacing: .05em
}

@media all and (min-width: 600px) {
    .c-faq01__head {
        padding: 23px 100px 24px 86px;
        font-size: 1.8rem
    }

    .c-faq01__head-ico {
        top: 24px;
        left: 40px;
        font-size: 2.8rem
    }

    .c-faq01__head:after {
        top: 28px;
        right: 42px;
        width: 12px;
        height: 12px
    }

    .c-faq01__head.is-active:after {
        top: 35px
    }

    .c-faq01__content {
        padding: 23px 22px 23px 87px;
        font-size: 1.5rem
    }
}

.c-form01 {
    padding: 1px 30px 35px;
    background: #fff
}

.c-form01__error-msg {
    margin-bottom: 15px
}

.c-form01 .error {
    display: block;
    color: #f00;
    font-weight: 500
}

.c-form01 #zip_btn_postcode {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 46%;
    margin-left: 4%;
    max-width: 100%;
    height: 35px;
    margin: auto;
    background-image: linear-gradient(45deg, #897547 0%, #897547 30%, #9c8551 60%, #9c8551 100%);
    color: #fff;
    border: 0;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    white-space: nowrap;
    border-radius: 0;
    line-height: 1.8;
    cursor: pointer
}

.c-form01__table tr {
    border-style: solid;
    border-color: #dde5eb
}

.c-form01__table tr+tr {
    border-width: 1px 0 0
}

.c-form01__table tr:last-child {
    border-width: 1px 0
}

.c-form01__table th {
    position: relative;
    overflow: hidden;
    padding: 20px 0 8px;
    font-weight: 700;
    line-height: 1.64
}

.c-form01__table td {
    padding: 7px 0 20px
}

.c-form01__table input[type="text"],
.c-form01__table input[type="tel"],
.c-form01__table input[type="email"],
.c-form01__table input[type="num"],
.c-form01__table textarea,
.c-form01__table select {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    font-size: 1.6rem;
    background: #eaeaea;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0
}

.c-form01__table .radioWrap {
    display: block;
    line-height: 1.5
}

.c-form01__table .radioWrap+.radioWrap {
    margin-top: 13px
}

.c-form01__table .radioWrap label span {
    position: relative;
    padding-left: 30px;
    font-weight: 500
}

.c-form01__table .radioWrap label span:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #eaeaea;
    border-radius: 50%
}

.c-form01__table .radioWrap label input:checked+span:after {
    position: absolute;
    top: 5px;
    left: 6px;
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #9c8551
}

.c-form01__table .checkWrap {
    display: block;
    line-height: 1.5
}

.c-form01__table .checkWrap+.checkWrap {
    margin-top: 13px
}

.c-form01__table .checkWrap label span {
    position: relative;
    padding-left: 30px;
    font-weight: 500
}

.c-form01__table .checkWrap label span:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #eaeaea
}

.c-form01__table .checkWrap label input:checked+span:after {
    position: absolute;
    top: 6px;
    left: 5px;
    content: "";
    border-left: 2px solid #9c8551;
    border-bottom: 2px solid #9c8551;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    width: 7px;
    height: 4px
}

.c-form01__table input[type="radio"],
.c-form01__table input[type="checkbox"] {
    display: none
}

.c-form01__table textarea {
    resize: vertical;
    height: 225px
}

.c-form01__label {
    position: absolute;
    top: 20px;
    right: 0;
    box-sizing: border-box;
    float: right;
    display: block;
    width: 48px;
    padding: 1px;
    background: #ccc;
    text-align: center;
    font-size: 1.2rem
}

.c-form01__label.is-required {
    background: #9c8551;
    color: #fff;
    font-weight: 700
}

.c-form01__postcode {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-form01__postcode-prefix {
    width: 22px
}

.c-form01__postcode-input {
    width: calc(100% - 22px)
}

.c-form01__postcode-input .inputWrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.c-form01__postcode-input .inputWrap input {
    display: inline-block;
    width: 50%
}

.c-form01__address {
    margin-top: 10px
}

.c-form01__address .inputWrap {
    display: block
}

.c-form01__address .inputWrap+.inputWrap {
    margin-top: 10px
}

.c-form01__txt {
    margin-bottom: 10px;
    font-weight: 500
}

.c-form01__sub {
    display: block;
    font-size: 1.2rem;
    font-weight: 400
}

.c-form01__area-privacy {
    margin-top: 30px;
    padding: 18px 24px 18px;
    border: 2px solid #dde5eb
}

.c-form01__area-privacy-head {
    margin-bottom: 5px;
    font-weight: 700
}

.c-form01__area-privacy-txt {
    font-weight: 500
}

.c-form01__area-privacy-attention {
    margin-top: 2px;
    font-size: 1.3rem;
    font-weight: 500;
    color: #7a7d7d
}

.c-form01__area-btn {
    margin-top: 30px
}

.c-form01__area-btn a {
    display: block;
    margin-bottom: 20px;
    text-decoration: none
}

.c-form01__area-btn button,
.c-form01__area-btn input[type="button"] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 260px;
    max-width: 100%;
    height: 70px;
    margin: auto;
    background-image: linear-gradient(45deg, #897547 0%, #897547 30%, #9c8551 60%, #9c8551 100%);
    color: #fff;
    border: 0;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    border-radius: 0;
    line-height: 1.8;
    cursor: pointer
}

@media all and (max-width: 599px) {

    .c-form01 table,
    .c-form01 tbody,
    .c-form01 tr,
    .c-form01 th,
    .c-form01 td {
        display: block
    }
}

@media all and (min-width: 600px) {
    .c-form01 {
        padding: 24px 100px 80px
    }

    .c-form01 #zip_btn_postcode {
        height: 40px;
        font-size: 1.4rem
    }

    .c-form01__error-msg {
        margin-bottom: 30px;
        text-align: center
    }

    .c-form01__table th {
        box-sizing: border-box;
        width: 230px;
        letter-spacing: 0;
        padding: 33px 0 32px
    }

    .c-form01__table td {
        padding: 25px 0 25px 30px
    }

    .c-form01__table input[type="text"],
    .c-form01__table input[type="tel"],
    .c-form01__table input[type="email"],
    .c-form01__table input[type="num"],
    .c-form01__table textarea,
    .c-form01__table select {
        height: 40px;
        padding: 0 15px
    }

    .c-form01__table input.form_name {
        width: 300px
    }

    .c-form01__table input.form_mail {
        width: 500px
    }

    .c-form01__table input.form_tel {
        width: 150px
    }

    .c-form01__table input.form_address {
        width: 500px
    }

    .c-form01__table .radioWrap {
        display: inline-block;
        font-size: 1.5rem;
        margin: 10px 55px 14px 0
    }

    .c-form01__table .radioWrap+.radioWrap {
        margin-top: 0
    }

    .c-form01__table .radioWrap label span:before {
        width: 22px;
        height: 22px
    }

    .c-form01__table .radioWrap label input:checked+span:after {
        top: 5.5px;
        left: 6.5px;
        width: 10px;
        height: 10px
    }

    .c-form01__table .checkWrap {
        display: inline-block;
        font-size: 1.5rem;
        margin: 10px 55px 14px 0
    }

    .c-form01__table .checkWrap+.checkWrap {
        margin-top: 0
    }

    .c-form01__table .checkWrap label span:before {
        width: 22px;
        height: 22px
    }

    .c-form01__table .checkWrap label input:checked+span:after {
        top: 5px;
        border-left-width: 3px;
        border-bottom-width: 3px;
        width: 8px;
        height: 5px
    }

    .c-form01__table textarea {
        height: 180px
    }

    .c-form01__label {
        top: 33px;
        padding: 2px;
        font-size: 1.3rem
    }

    .c-form01__postcode {
        width: 305px
    }

    .c-form01__postcode-prefix {
        width: 26px
    }

    .c-form01__postcode-input {
        width: calc(100% - 26px)
    }

    .c-form01__txt {
        margin-bottom: 13px
    }

    .c-form01__sub {
        font-size: 1.4rem
    }

    .c-form01__area-privacy {
        margin-top: 50px;
        padding: 42px 48px 40px;
        font-size: 1.5rem
    }

    .c-form01__area-privacy-head {
        margin-bottom: 6px
    }

    .c-form01__area-privacy-attention {
        margin-top: 1px;
        font-size: 1.4rem
    }

    .c-form01__area-btn {
        margin-top: 50px
    }

    .c-form01__area-btn button,
    .c-form01__area-btn input[type="button"] {
        width: 356px;
        height: 80px;
        font-size: 1.6rem;
        letter-spacing: .05em;
        -webkit-transition: all .6s ease;
        transition: all .6s ease
    }

    .c-form01__area-btn button:hover,
    .c-form01__area-btn input[type="button"]:hover {
        opacity: .8
    }
}

.c-head01 {
    position: relative;
    padding-top: 26px;
    text-align: center
}

.c-head01:before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    display: block;
    width: 0;
    height: 18px;
    border-left: 1px solid
}

.c-head01.is-no-border {
    margin-bottom: 25px;
    padding-top: 0
}

.c-head01.is-no-border:before {
    display: none
}

.c-head01__en {
    font-size: 1.1rem;
    line-height: 1.1
}

.c-head01__tit {
    margin-top: 2px;
    font-size: 2.1rem;
    line-height: 1.6
}

.c-head01__txt {
    margin-top: 12px;
    font-weight: 500;
    text-align: left
}

@media all and (min-width: 600px) {
    .c-head01 {
        padding-top: 48px
    }

    .c-head01:before {
        height: 30px
    }

    .c-head01.is-no-border {
        margin-bottom: 46px
    }

    .c-head01__en {
        font-size: 1.5rem
    }

    .c-head01__tit {
        margin-top: 2px;
        font-size: 3.4rem;
        letter-spacing: .05em
    }

    .c-head01__txt {
        margin-top: 33px;
        text-align: center
    }
}

.c-head02 {
    position: relative;
    padding-top: 26px;
    text-align: center
}

.c-head02:before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    display: block;
    width: 0;
    height: 18px;
    border-left: 1px solid
}

.c-head02__en {
    font-size: 1.1rem;
    line-height: 1.1
}

.c-head02__tit {
    margin-top: 2px;
    font-size: 2.1rem;
    line-height: 1.6
}

.c-head02__txt {
    margin-top: 12px;
    text-align: left
}

@media all and (min-width: 600px) {
    .c-head02 {
        padding: 4px 0 0 20px;
        text-align: left
    }

    .c-head02:before {
        top: 0;
        left: 0;
        height: 70px
    }

    .c-head02__en {
        font-size: 1.5rem
    }

    .c-head02__tit {
        margin-top: 2px;
        font-size: 3.4rem;
        letter-spacing: .05em
    }

    .c-head02__txt {
        margin: 37px 0 0 -20px
    }
}

.c-head03 {
    position: relative;
    padding: 0 0 10px 13px;
    margin-bottom: 15px;
    font-size: 1.9rem;
    line-height: 1.5;
    font-weight: 600
}

.c-head03:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 80%;
    background: #9c8551
}

.c-head03:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #173b61
}

@media all and (min-width: 600px) {
    .c-head03 {
        padding-bottom: 15px;
        margin-bottom: 30px;
        font-size: 2.4rem
    }

    .c-head03:before {
        height: 75%
    }
}

.c-section01 {
    border-style: solid;
    border-width: 3px 1px 1px;
    border-color: #9c8551 #173b61 #173b61
}

.c-section01__head {
    padding: 7px 10px 10px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    background: #173b61
}

.c-section01__content {
    padding: 20px;
    background: #fff
}

.c-section01__list {
    margin-top: -15px
}

@media all and (max-width: 599px) {
    .c-section01__list.is-tax {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .c-section01__list.is-tax .c-section01__list-item:nth-child(even) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.c-section01__list-item {
    position: relative;
    padding: 9px 5px 9px 15px;
    border-bottom: 1px solid #dde5eb
}

.c-section01__list-item:before {
    position: absolute;
    top: 18px;
    left: 0;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #9c8551;
    border-radius: 50%
}

@media all and (min-width: 600px) {
    .c-section01__head {
        padding: 11px 10px 14px;
        font-size: 2rem
    }

    .c-section01__content {
        padding: 40px 50px
    }

    .c-section01__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin: -20px -15px 0
    }

    .c-section01__list-item {
        box-sizing: border-box;
        width: calc(50% - 30px);
        margin: 0 15px;
        padding: 13px 5px 13px 16px;
        letter-spacing: 0
    }

    .c-section01__list-item:before {
        top: 24px
    }
}

.c-set01 {
    margin-bottom: 23px
}

.c-set01__img {
    padding-bottom: 14px
}

@media all and (min-width: 600px) {
    .c-set01 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 50px
    }

    .c-set01__img {
        width: calc(50% - 50px);
        padding-bottom: 0;
        padding-top: 8px
    }

    .c-set01 .c-set01__img+.c-set01__area-txt {
        width: 50%
    }

    .c-set01__area-txt {
        font-size: 1.5rem;
        letter-spacing: .06em
    }
}

.c-staff01__item {
    padding: 30px 30px 22px;
    background: #fff
}

.c-staff01__item.is_noimg .c-staff01__item-head-area-txt {
    margin-top: 0
}

.c-staff01__item+.c-staff01__item {
    margin-top: 15px
}

.c-staff01__item-head-img {
    width: 140px;
    margin: auto
}

.c-staff01__item-head-area-txt {
    margin-top: 25px
}

.c-staff01__item-head-position {
    font-size: 1.2rem;
    line-height: 1.1;
    letter-spacing: -.5em
}

.c-staff01__item-head-position-item {
    display: inline-block;
    padding: 5px 12px;
    color: #fff;
    background: #173b61;
    letter-spacing: .05em;
    text-align: center;
    margin: 0 5px 3px 0
}

.c-staff01__item-head-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    font-size: 1.9rem;
    font-weight: 700
}

.c-staff01__item-head-name-en {
    margin-left: 10px;
    font-size: 1.2rem;
    font-weight: 500
}

.c-staff01__item-head-data {
    margin-top: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #7a7d7d
}

.c-staff01__item-txt {
    margin-top: 15px
}

.c-staff01__item-txt-head {
    position: relative;
    margin-bottom: 7px;
    padding-left: 12px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700
}

.c-staff01__item-txt-head:before {
    position: absolute;
    top: 6px;
    left: 0;
    bottom: 3px;
    content: "";
    display: block;
    width: 2px;
    background: #173b61
}

.c-staff01__item-txt-content {
    font-weight: 500
}

.c-staff01__item-txt-item {
    position: relative;
    padding-left: 15px;
    font-weight: 500
}

.c-staff01__item-txt-item:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
    display: inline-block
}

@media all and (min-width: 600px) {
    .c-staff01 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px
    }

    .c-staff01.is-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .c-staff01__item {
        box-sizing: border-box;
        width: calc(50% - 30px);
        width: calc((100% - 30px) / 3);
        padding: 25px
    }

    .c-staff01__item.is_noimg .c-staff01__item-head-area-txt {
        margin-top: 0;
        padding-left: 0
    }

    .c-staff01__item+.c-staff01__item {
        margin-left: 15px;
        margin-top: 0
    }

    .c-staff01__item-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: 200px
    }

    .c-staff01__item-head-img {
        width: 120px;
        margin: 0
    }

    .c-staff01__item-head-area-txt {
        box-sizing: border-box;
        width: calc(100% - 120px);
        margin-top: 0;
        padding-left: 20px
    }

    .c-staff01__item-head-position {
        font-size: 1.3rem
    }

    .c-staff01__item-head-position-item {
        padding: 5px 12px
    }

    .c-staff01__item-head-name {
        margin-top: 3px;
        font-size: 2.4rem
    }

    .c-staff01__item-head-name-en {
        margin-left: 15px;
        font-size: 1.3rem
    }

    .c-staff01__item-head-data {
        margin-top: 2px;
        font-size: 1.4rem
    }

    .c-staff01__item-txt {
        margin-top: 0
    }

    .c-staff01__item-txt-head {
        margin-bottom: 8px;
        font-size: 1.8rem
    }

    .c-staff01__item-txt-head:before {
        top: 6px;
        bottom: 3px
    }

    .c-staff01__item-txt-content {
        font-size: 1.5rem
    }
}

.c-tab01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-tab01__item {
    margin-right: 5px;
    padding: 5px 10px
}

.c-tab01__item.is-active {
    background: #333;
    color: #fff
}

@media all and (max-width: 599px) {

    .c-table01.is-block-sp table,
    .c-table01.is-block-sp thead,
    .c-table01.is-block-sp tbody,
    .c-table01.is-block-sp tr,
    .c-table01.is-block-sp th,
    .c-table01.is-block-sp td {
        display: block
    }

    .c-table01.is-block-sp th {
        padding: 9px 20px;
        width: 100%;
        text-align: left
    }
}

.c-table01 th,
.c-table01 td {
    padding: 9px 20px;
    border-style: solid;
    border-width: 1px 0;
    border-color: #dde5eb;
    letter-spacing: 0
}

.c-table01 th {
    box-sizing: border-box;
    width: 125px;
    padding: 9px 0;
    background: #173b61;
    color: #fff;
    text-align: center;
    font-weight: 500;
    vertical-align: middle
}

@media all and (min-width: 600px) {

    .c-table01 th,
    .c-table01 td {
        padding: 17px 28px
    }

    .c-table01 th {
        width: 252px;
        padding: 9px 0
    }
}

.c-toggle-tit01 {
    position: relative;
    padding: 10px 50px 10px 15px;
    background: #333;
    color: #fff
}

.c-toggle-tit01:before,
.c-toggle-tit01:after {
    position: absolute;
    top: 50%;
    right: 15px;
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    background: #fff;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.c-toggle-tit01:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.c-toggle-tit01.is-active:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

@media all and (min-width: 600px) {
    .js-anime-elem[data-anime="fadein"] {
        opacity: 0;
        -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
        transform: translateY(60px);
        -webkit-transition: all .6s ease;
        transition: all .6s ease
    }

    .js-anime-elem[data-anime="fadein"].is_animated {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.js-switch-tab {
    cursor: pointer
}

.js-switch-content {
    display: none
}

.js-switch-content.is-active {
    display: block
}

.js-toggle-trigger {
    cursor: pointer
}

.js-toggle-content {
    display: none
}

#contact .l-sub-img {
    background-image: url("../image/bg_mv01_sp.png")
}

@media all and (min-width: 600px) {
    #contact .l-sub-img {
        background-image: url("../image/bg_mv01_pc.png")
    }
}

.contact-form__inner {
    padding-top: 48px;
    padding-bottom: 40px
}

.contact-form__content {
    margin-top: -8px
}

@media all and (min-width: 600px) {
    .contact-form__inner {
        padding-top: 28px;
        padding-bottom: 100px
    }
}

.contact-form-tel {
    padding: 30px;
    background: #fff;
    margin-bottom: 40px
}

.contact-form-tel__head {
    color: #b30000;
    font-size: 1.7rem;
    text-align: center;
    margin-bottom: 25px
}

.contact-form-tel__list-item+.contact-form-tel__list-item {
    border-top: 1px solid #b7b7b7;
    padding-top: 20px;
    margin-top: 4px
}

.contact-form-tel__list-item-tit {
    text-align: center;
    font-weight: 700
}

.contact-form-tel__list-item-tit:before {
    position: relative;
    top: -1px;
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 7px;
    border-radius: 50%;
    background: #9c8551
}

.contact-form-tel__list-item-btn {
    margin-top: 5px;
    line-height: 1
}

.contact-form-tel__list-item-btn-link {
    display: block;
    padding: 16px 0 17px;
    background: #fff;
    text-align: center;
    text-decoration: none
}

.contact-form-tel__list-item-btn-tel {
    font-size: 2.4rem
}

.contact-form-tel__list-item-btn-tel:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background: url("../image/ico_tel01.png") no-repeat center/contain
}

.contact-form-tel__list-item-btn-time {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.5
}

@media all and (min-width: 600px) {
    .contact-form-tel {
        padding: 50px;
        margin-bottom: 60px
    }

    .contact-form-tel__head {
        font-size: 2.5rem;
        margin-bottom: 25px
    }

    .contact-form-tel__list {
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 48px 0 0;
        margin: 0 auto;
        gap: 40px;
        border: 1px solid #dde5eb;
        padding: 40px 0;
        width: 880px
    }

    .contact-form-tel__list-item+.contact-form-tel__list-item {
        margin-top: 0;
        padding-top: 0;
        border-top: 0
    }

    .contact-form-tel__list-item-tit {
        text-align: left;
        font-size: 1.6rem
    }

    .contact-form-tel__list-item-tit:before {
        top: -1px;
        width: 12px;
        height: 12px;
        margin-right: 10px
    }

    .contact-form-tel__list-item-btn {
        margin-top: 8px
    }

    .contact-form-tel__list-item-btn-link {
        padding: 0;
        border-bottom: 0;
        background-color: transparent;
        text-align: left
    }

    .contact-form-tel__list-item-btn-tel {
        font-size: 3.8rem;
        letter-spacing: .05em
    }

    .contact-form-tel__list-item-btn-tel:before {
        position: relative;
        top: 4px;
        width: 36px;
        height: 36px;
        margin-right: 10px
    }

    .contact-form-tel__list-item-btn-time {
        margin-top: 10px;
        font-size: 1.6rem
    }
}

#faq .l-sub-img {
    background-image: url("../image/bg_mv01_sp1.png")
}

@media all and (min-width: 600px) {
    #faq .l-sub-img {
        background-image: url("../image/bg_mv01_pc1.png")
    }
}

.faq-sec__inner {
    padding-top: 50px;
    padding-bottom: 40px
}

.faq-sec__head {
    margin-top: 26px
}

@media all and (min-width: 600px) {
    .faq-sec__inner {
        padding-top: 27px;
        padding-bottom: 100px
    }

    .faq-sec__head {
        margin-top: 60px
    }
}

@-webkit-keyframes moveLine {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(110%);
        transform: translateY(110%)
    }
}

@keyframes moveLine {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(110%);
        transform: translateY(110%)
    }
}

.home-policy {
    position: relative
}

.home-policy:before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    content: "";
    display: block;
    width: 216px;
    height: 24px;
    background: #e7efef
}

.home-policy__inner {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 40px
}

.home-policy__inner:before {
    position: absolute;
    top: 36px;
    left: 50%;
    z-index: 1;
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 36px);
    background: #f2f7f7
}

.home-policy__inner:after {
    position: absolute;
    top: 36px;
    left: 50%;
    z-index: 1;
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 36px);
    background: -webkit-gradient(linear, left top, left bottom, from(#173b61), color-stop(74%, #355576), color-stop(92%, #adbdc7), to(transparent));
    background: linear-gradient(to bottom, #173b61 0%, #355576 74%, #adbdc7 92%, transparent 100%);
    -webkit-animation: moveLine 3s cubic-bezier(0.895, 0.03, 0.685, 0.22) 2s infinite normal none running;
    animation: moveLine 3s cubic-bezier(0.895, 0.03, 0.685, 0.22) 2s infinite normal none running
}

.home-policy__content {
    position: relative;
    padding: 25px 30px 15px;
    background: #fff
}

.home-policy__content:after {
    position: absolute;
    top: -26px;
    left: 50%;
    z-index: 2;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #173b61;
    border-radius: 50%
}

.home-policy__ico {
    position: absolute;
    top: -5px;
    right: 5px;
    z-index: 3;
    width: 64px
}

.home-policy__head {
    position: relative;
    z-index: 2;
    padding: 23px 0 18px;
    text-align: center;
    background: #fff
}

.home-policy__head-en {
    font-size: 1.1rem;
    line-height: 1.1
}

.home-policy__head-tit {
    margin-bottom: 12px;
    font-size: 2.1rem;
    line-height: 1.6
}

.home-policy__head-txt {
    text-align: left
}

@media all and (min-width: 600px) {
    .home-policy:before {
        width: 860px;
        height: 71px
    }

    .home-policy__inner {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .home-policy__inner:before {
        top: 81px;
        height: calc(100% - 81px)
    }

    .home-policy__inner:after {
        top: 71px;
        height: calc(100% - 81px)
    }

    .home-policy__content {
        padding: 58px 30px
    }

    .home-policy__content:after {
        top: -29px
    }

    .home-policy__ico {
        top: -20px;
        right: 20px;
        width: 128px
    }

    .home-policy__head {
        padding: 23px 0 18px
    }

    .home-policy__head-en {
        font-size: 1.5rem
    }

    .home-policy__head-tit {
        margin-top: 2px;
        margin-bottom: 24px;
        font-size: 3rem;
        letter-spacing: .05em
    }

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

.home-service {
    border-top: 3px solid #9c8551
}

.home-service__area-head {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 174px;
    background: url("../image/bg_service01_sp.png") no-repeat center/cover
}

.home-service__inner {
    margin-top: -30px;
    padding-bottom: 40px
}

.home-service__list-item {
    background: #fff
}

.home-service__list-item+.home-service__list-item {
    margin-top: 30px
}

.home-service__list-item-content {
    position: relative;
    padding: 47px 12px 0
}

.home-service__list-item-ico {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 68px
}

.home-service__list-item-tit {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center
}

.home-service__list-item-en {
    margin-top: 5px;
    font-size: 1.1rem;
    line-height: 1.1;
    text-align: center
}

.home-service__list-item-txt {
    margin-top: 12px;
    padding: 0 20px 20px
}

.home-service__list-item-btn {
    border-top: 1px solid #dde5eb
}

@media all and (min-width: 600px) {
    .home-service {
        border-top-width: 5px
    }

    .home-service__area-head {
        height: 375px;
        padding-bottom: 58px;
        background-image: url("../image/bg_service01_pc.png")
    }

    .home-service__inner {
        margin-top: -114px;
        padding-bottom: 100px
    }

    .home-service__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px
    }

    .home-service__list-item {
        width: calc(50% - 30px);
        margin: 0 15px
    }

    .home-service__list-item+.home-service__list-item {
        margin-top: 0
    }

    .home-service__list-item+.home-service__list-item:nth-child(n+3) {
        margin-top: 30px
    }

    .home-service__list-item-content {
        padding: 48px 20px 0
    }

    .home-service__list-item-ico {
        width: 80px
    }

    .home-service__list-item-tit {
        font-size: 2.4rem
    }

    .home-service__list-item-en {
        margin-top: 7px;
        font-size: 1.3rem
    }

    .home-service__list-item-txt {
        margin-top: 8px;
        padding: 0 20px 15px;
        letter-spacing: 0
    }
}

.home-office {
    overflow: hidden
}

.home-office__inner {
    padding-right: 0;
    padding-left: 30px;
    padding-bottom: 64%
}

.home-office__content {
    position: relative;
    padding: 50px 35px 80px 30px;
    background: rgba(255, 255, 255, 0.8)
}

.home-office__area-img {
    position: absolute;
    top: calc(100% - 50px);
    left: 50%;
    width: 100%;
    margin-left: -15px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media all and (min-width: 600px) {
    .home-office__inner {
        position: relative;
        padding-left: 0;
        padding-bottom: 100px
    }

    .home-office__inner:before {
        position: absolute;
        top: 0;
        bottom: 100px;
        left: 0;
        width: 100vw;
        content: "";
        display: block;
        background: rgba(255, 255, 255, 0.8)
    }

    .home-office__content {
        padding: 180px 0 197px 50%;
        background-color: transparent
    }

    .home-office__en {
        position: absolute;
        top: 105px;
        right: -280px
    }

    .home-office__area-img {
        top: 100px;
        left: -280px;
        width: 760px;
        margin-left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@media all and (min-width: 600px) and (max-width: 1025px) {
    .home-office__inner:before {
        width: 100%
    }

    .home-office__content {
        padding-right: 15px
    }

    .home-office__en {
        width: 30%;
        right: 0
    }
}

#office .l-sub-img {
    background-image: url("../image/bg_mv01_sp2.png")
}

@media all and (min-width: 600px) {
    #office .l-sub-img {
        background-image: url("../image/bg_mv01_pc2.png")
    }
}

.office-message__inner {
    padding-top: 50px;
    padding-bottom: 18px
}

.office-message__content {
    padding: 38px 30px;
    background: rgba(255, 255, 255, 0.8)
}

.office-message__head.is-no-border {
    margin-bottom: 13px
}

.office-message__txt {
    font-weight: 500
}

.office-message__name {
    font-weight: 700;
    text-align: right
}

.office-message__name img {
    margin-right: 12px
}

@media all and (min-width: 600px) {
    .office-message__inner {
        padding-top: 26px;
        padding-bottom: 48px
    }

    .office-message__content {
        padding: 100px 93px
    }

    .office-message__head.is-no-border {
        margin-bottom: 32px
    }

    .office-message__txt {
        font-size: 1.5rem;
        letter-spacing: .05em
    }

    .office-message__name {
        margin: 19px 0 0;
        font-size: 1.5rem
    }

    .office-message__name img {
        margin-right: 20px
    }
}

.office-member__inner {
    padding-top: 18px;
    padding-bottom: 40px
}

.office-member__head.is-no-border {
    margin-bottom: 20px
}

@media all and (min-width: 600px) {
    .office-member__inner {
        padding-top: 50px;
        padding-bottom: 100px
    }

    .office-member__head.is-no-border {
        margin-bottom: 40px
    }
}

.office-firm {
    background: rgba(255, 255, 255, 0.8)
}

.office-firm__inner {
    padding-top: 36px;
    padding-bottom: 40px
}

.office-firm__head.is-no-border {
    margin-bottom: 16px
}

.office-firm__list-btn {
    margin-top: 30px
}

@media all and (min-width: 600px) {
    .office-firm__inner {
        padding-top: 98px;
        padding-bottom: 100px
    }

    .office-firm__head.is-no-border {
        margin-bottom: 41px
    }

    .office-firm__list-btn {
        margin-top: 60px
    }
}

.office-organization {
    background: url("../image/bg_organization01_sp.png") no-repeat bottom center/cover
}

.office-organization__inner {
    padding-top: 36px;
    padding-bottom: 40px
}

.office-organization__head.is-no-border {
    margin-bottom: 20px;
    color: #fff
}

@media all and (min-width: 600px) {
    .office-organization {
        background-image: url("../image/bg_organization01_pc.png")
    }

    .office-organization__inner {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .office-organization__head.is-no-border {
        margin-bottom: 40px
    }
}

.office-access__inner {
    padding-top: 36px;
    padding-bottom: 35px
}

.office-access__head.is-no-border {
    margin-bottom: 20px
}

.office-access__list-item {
    background: #fff
}

.office-access__list-item+.office-access__list-item {
    margin-top: 23px
}

.office-access__list-item-map {
    position: relative
}

.office-access__list-item-map:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 80%
}

.office-access__list-item-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.office-access__list-item-name {
    margin: 16px 0 8px;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.5
}

.office-access__list-item-root {
    margin-top: 5px;
    font-size: 1.2rem;
    padding-left: 20px;
    position: relative
}

.office-access__list-item-root:before {
    background: #173b61;
    content: "";
    height: 2px;
    position: absolute;
    top: 11px;
    left: 0;
    width: 10px
}

.office-access__list-item-bold {
    display: block;
    font-size: 1.4rem;
    font-weight: bold
}

.office-access__list-item-area-txt {
    padding: 14px 30px 30px
}

@media all and (min-width: 600px) {
    .office-access__inner {
        padding-top: 100px;
        padding-bottom: 92px
    }

    .office-access__head.is-no-border {
        margin-bottom: 40px
    }

    .office-access__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px
    }

    .office-access__list.is_center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .office-access__list-item {
        width: calc(50% - 30px);
        margin: 0 15px
    }

    .office-access__list-item+.office-access__list-item {
        margin-top: 0
    }

    .office-access__list-item-map:before {
        padding-top: 380px
    }

    .office-access__list-item-name {
        margin: 20px 0 6px;
        font-size: 2.4rem
    }

    .office-access__list-item-root {
        font-size: 1.4rem
    }

    .office-access__list-item-root:before {
        top: 14px;
        width: 14px
    }

    .office-access__list-item-bold {
        font-size: 1.6rem
    }

    .office-access__list-item-area-txt {
        padding: 20px 45px 45px
    }
}

#service .l-sub-img {
    background-image: url("../image/bg_mv01_sp3.png")
}

@media all and (min-width: 600px) {
    #service .l-sub-img {
        background-image: url("../image/bg_mv01_pc3.png")
    }
}

.service-anchor__inner {
    padding-top: 50px;
    padding-bottom: 55px
}

@media all and (min-width: 600px) {
    .service-anchor__inner {
        padding-top: 28px;
        padding-bottom: 100px
    }
}

.service-sec {
    padding: 0 15px
}

.service-sec:last-child {
    padding-bottom: 40px
}

.service-sec+.service-sec {
    margin-top: 40px
}

.service-sec__inner {
    position: relative;
    padding: 62px 30px 35px;
    background: rgba(255, 255, 255, 0.8)
}

.service-sec__ico {
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 66px
}

.service-sec__btn {
    margin-top: 30px
}

@media all and (min-width: 600px) {
    .service-sec {
        padding: 0
    }

    .service-sec:last-child {
        padding-bottom: 100px
    }

    .service-sec+.service-sec {
        margin-top: 100px
    }

    .service-sec__inner {
        padding: 80px 100px 80px
    }

    .service-sec__ico {
        top: -30px;
        width: 80px
    }

    .service-sec__btn {
        margin-top: 50px
    }
}