@charset "UTF-8";
#contents .co_w100 {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

#contents .co_1180 {
  width: 94%;
  max-width: 1180px;
  margin: 0 auto;
}

#contents .co_880 {
  width: 94%;
  max-width: 880px;
  margin: 0 auto;
}

.menu--open {
    overflow: hidden
}

sup {
    vertical-align: super;
    font-size: .6em
}

.d-block{display:block !important;}

p.dash{
 background-image : linear-gradient(to right, #2F395D 12px, transparent 12px);
 background-size: 16px 2px;
 background-repeat: repeat-x; 
 background-position: left bottom;
}

hr.dash{
	border-top:#2F395D 2px dashed;
	margin:1em auto;
}

.new-navi-item{
width:100%;
margin:0.5rem auto; 
}



@media all and (min-width:451px) {
    .tel--link {
        pointer-events: none
    }
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.clearboth{
  clear:both;
}

body,
html {
    height: 100%
}

html {
    font-size: 16px
}

.w-100{width:100%;}
.w-90{width:90%;}
.w-80{width:80%;}
.w-75{width:75%;}
.w-66{width:66%;}
.w-50{width:50%;}
.w-48{width:48%;}
.w-33{width:33%;}
.w-25{width:25%;}
.w-20{width:20%;}
.w-10{width:10%;}

.ml-1{margin-left: 1%!important;}
.ml-2{margin-left: 2%!important;}
.ml-10{margin-left: 10%!important;}
.ml-20{margin-left: 20%!important;}
.mr-1{margin-right: 1%!important;}
.mr-2{margin-right: 2%!important;}
.mr-10{margin-right: 10%!important;}
.mr-20{margin-right: 20%!important;}

.mx-0{margin-left: 0!important; margin-right:0 !important}
.mx-1{margin-left: 1%!important; margin-right:1% !important}
.mx-2{margin-left: 2%!important; margin-right:2% !important}
.mx-auto{margin-left: auto!important; margin-right:auto !important}

.mt-1{margin-top: 1rem!important;}
.mt-2{margin-top: 2rem!important;}
.mt-3{margin-top: 3rem!important;}
.mt-4{margin-top: 4rem!important;}

.mb-0{margin-bottom: 0!important;}
.mb-1{margin-bottom: 1rem!important;}
.mb-2{margin-bottom: 2rem!important;}
.mb-3{margin-bottom: 3rem!important;}
.mb-4{margin-bottom: 4rem!important;}

.my-0{margin-top: 0!important;margin-bottom: 0!important;}
.my-1{margin-top: 1rem!important;margin-bottom: 1rem!important;}
.my-2{margin-top: 2rem!important;margin-bottom: 2rem!important;}

.py-1{padding-top:1rem  !important;; padding-bottom: 1rem !important;}
.py-05{padding-top:0.5rem !important; padding-bottom:0.5rem !important;}
.py-0{padding-top:0 !important; padding-bottom:0 !important;}
.px-1{padding-left:1rem !important; padding-right:1rem !important;}
.px-05{padding-left:0.5rem !important; padding-right:0.5rem !important;}
.px-0{padding-left:0 !important; padding-right:0 !important;}


/*btn*/
.switch_image {
    position: relative;
}

.switch_image img {
    transition: opacity 0.5s;
}
.switch_image:hover img:first-of-type {
    opacity: 0;
}
.switch_image img:last-of-type {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.switch_image:hover img:last-of-type {
    opacity: 1;
}

.text-red{color:#a72037;}
.font-bold{font-weight: 600;}

@media all and (max-width:1000px) {
    html {
        font-size: 15px
    }
}

@media all and (max-width:768px) {
    html {
        font-size: 14px
    }
}

@media all and (max-width:350px) {
    html {
        font-size: 13px
    }
}

body {
	background-color:#EAF0F4;
    text-align: left;
    color: #030303;
    font-family: "F+UD-筑紫明朝 R", "F+UD-TsukuMin R", serif;
    line-height: 1.75;
    /*letter-spacing: .05em;*/
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.new-bg {
    background-image: url(../images/top_202508/new-bg.png);
    background-repeat: repeat-y;
    background-size: cover;
}

a,
a img,
button {
    outline: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

img {
    vertical-align: baseline;
    max-width: 100%;
    height: auto
}

a {
    color: inherit
}

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

a:disabled,
button:disabled,
input:disabled {
    pointer-events: none
}

em,
i {
    font-style: normal
}

input[type=submit],
input[type=button] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
    display: none
}

input[type=submit]::focus,
input[type=button]::focus {
    outline-offset: -2px
}

input[type=submit],
input[type=button] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
    display: none
}

input[type=submit]::focus,
input[type=button]::focus {
    outline-offset: -2px
}

input[type=number] {
    -webkit-appearance: none;
    border-radius: 0;
    -moz-appearance: textfield
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]:focus {
    outline-offset: -2px
}

input[type=search]::-webkit-search-decoration {
    display: none
}

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

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    background: 0 0;
    font-family: inherit;
    font-weight: inherit
}

::-moz-selection {
    background-color: rgba(191, 171, 148, .5)
}

::selection {
    background-color: rgba(191, 171, 148, .5)
}

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    height: var(--swiper-navigation-size);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.container--view {
    max-width: 1180px;
    margin: auto
}

.container--middle {
    max-width: 880px;
    margin: auto
}

.container--narrow {
    max-width: 780px;
    margin: auto
}
.container--pages {
    max-width: 680px;
    margin: auto
}

.container--section {
    padding: 120px 80px
}

@media all and (max-width:1000px) {
    .container--section {
        padding: 100px 60px
    }
}

@media all and (max-width:768px) {
    .container--section {
        padding: 75px 40px
    }
}

@media all and (max-width:450px) {
    .container--section {
        padding: 50px 25px
    }
}

.container--section.section--bdr {
    border-top: 1px solid #615349;
    padding-top: 80px;
    padding-bottom: 80px
}

@media all and (max-width:1000px) {
    .container--section.section--bdr {
        padding-top: 65px;
        padding-bottom: 65px
    }
}

@media all and (max-width:768px) {
    .container--section.section--bdr {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media all and (max-width:450px) {
    .container--section.section--bdr {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.container--section+.container--section:not(.section--bdr) {
    padding-top: 0
}

.page--top .container--section {
    padding-top: 80px;
    padding-bottom: 80px
}

@media all and (max-width:768px) {
    .page--top .container--section {
        padding-top: 65px;
        padding-bottom: 65px
    }
}

@media all and (max-width:450px) {
    .page--top .container--section {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.container--col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media all and (max-width:1000px) {
    .container--col.col--min--lg {
        display: block
    }

    .container--col.col--min--lg .container__item+.container__item {
        margin-left: 0;
        margin-top: 20px
    }
}

@media all and (max-width:450px) {
    .container--col.col--min--lg .container__item+.container__item {
        margin-top: 10px
    }
}

@media all and (max-width:768px) {
    .container--col.col--min--md {
        display: block
    }

    .container--col.col--min--md .container__item+.container__item {
        margin-left: 0;
        margin-top: 20px
    }
}

@media all and (max-width:450px) {
    .container--col.col--min--md .container__item+.container__item {
        margin-top: 10px
    }
}

@media all and (max-width:450px) {
    .container--col.col--min--sm {
        display: block
    }

    .container--col.col--min--sm .container__item+.container__item {
        margin-left: 0;
        margin-top: 10px
    }
}

.container--col .container__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.container--col .container__item+.container__item {
    margin-left: 20px
}

@media all and (max-width:1000px) {
    .container--col .container__item+.container__item {
        margin-left: 15px
    }
}

@media all and (max-width:768px) {
    .container--col .container__item+.container__item {
        margin-left: 10px
    }
}

.container--navi--sec {
    padding: 80px 80px 0
}

@media all and (max-width:768px) {
    .container--navi--sec {
        padding: 65px 40px 0
    }
}

@media all and (max-width:450px) {
    .container--navi--sec { padding: 50px 25px 0;}
    .container--navi--sec.item3 { padding: 50px 15px 0;}
}

.container--photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media all and (max-width:768px) {
    .container--photo {
        display: block
    }
}

.container--photo+.container--photo {
    margin-top: 20px
}

@media all and (max-width:1000px) {
    .container--photo+.container--photo {
        margin-top: 10px
    }
}

.container--photo .photo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.container--photo .photo+.photo {
    margin-left: 20px
}

@media all and (max-width:1000px) {
    .container--photo .photo+.photo {
        margin-left: 10px
    }
}

@media all and (max-width:768px) {
    .container--photo .photo+.photo {
        margin-left: 0;
        margin-top: 10px
    }
}

.container--cnv {
    max-width: 980px;
    margin: auto
}

.pageheader {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 110px;
    padding: 0 0 0 20px;
    background-color: #fff;
    z-index: 3;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .15)
}

@media all and (max-width:1250px) {
    .pageheader {
        height: 90px
    }
}

@media all and (max-width:1000px) {
    .pageheader {
        height: 80px
    }
}

@media all and (max-width:768px) {
    .pageheader {
        height: 70px;
        padding: 0 0 0 15px
    }
}

@media all and (max-width:450px) {
    .pageheader {
        height: 60px
    }
}

@media all and (max-width:350px) {
    .pageheader {
        padding: 0 0 0 10px
    }
}

.pageheader--wrap:after {
    content: "";
    display: block;
    height: 125px;
	/* 250921 */
	margin:15px 0 -30px 0;
}

@media all and (max-width:1250px) {
/*    .pageheader--wrap:after { height: 90px;}*/
}

@media all and (max-width:1000px) {
    .pageheader--wrap:after {
        height: 80px
    }
}

@media all and (max-width:768px) {
    .pageheader--wrap:after {
        height: 70px
    }
}

@media all and (max-width:450px) {
    .pageheader--wrap:after {
        height: 60px
    }
}

.pageheader__logo {
    width: 275px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

@media all and (max-width:1350px) {
    .pageheader__logo {
        width: 200px
    }
}

@media all and (max-width:1000px) {
    .pageheader__logo {
        width: 185px
    }
}

@media all and (max-width:768px) {
    .pageheader__logo {
        width: 175px
    }
}

@media all and (max-width:450px) {
    .pageheader__logo {
        width: 135px
    }
}

@media all and (max-width:350px) {
    .pageheader__logo {
        width: 115px
    }
}

.pageheader__logo:hover {
    opacity: .8
}

.pageheader__cnv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 460px;
    height: 100%;
    margin: 0 0 0 auto
}

@media all and (max-width:1000px) {
    .menu--open .pageheader__cnv {
        visibility: hidden;
        pointer-events: none
    }
}

.pageheader__cnv .navi--cnv {
    width: 100%;
    height: 100%;
    padding: 15px 15px 15px 0
}

@media all and (max-width:1000px) {
    .pageheader__cnv .navi--cnv {
        padding: 0
    }
}

@media all and (min-width:1001px) {
    .pageheader__cnv .navi--cnv .navi__item+.navi__item {
        margin-left: 10px
    }
}

@media all and (max-width:1000px) {
    .pageheader__cnv .btn--cnv {
        /*font-size: 16px;*/
		font-size:1vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .pageheader__cnv .btn--cnv .icon--prefix {
        width: 3em;
        margin: 0 auto .25em
    }
}

@media all and (max-width:1000px) {
    .pageheader__cnv .btn--cnv {
        font-size: 13px
    }
}

@media all and (max-width:768px) {
    .pageheader__cnv .btn--cnv {
        font-size: 12px;
        white-space: nowrap
    }
}

@media all and (max-width:450px) {
    .pageheader__cnv .btn--cnv {
        font-size: 10px
    }

    .pageheader__cnv .btn--cnv .icon--prefix {
        width: 3.5em;
        margin: 0 auto .1em
    }
}

@media all and (max-width:1000px) {
    .pageheader__cnv .cnv--full {
        display: none
    }
}

@media all and (min-width:1001px) {
    .pageheader__cnv .cnv--simple {
        display: none
    }
}

.pageheader__menubtn {
    width: 100px;
    height: 100%;
    margin: 0;
}

.pageheader__cnv+.pageheader__menubtn {
    margin: 0
}

.menu--open .pageheader__menubtn {
    margin-left: auto
}

@media all and (min-width:1001px) {
    .pageheader__menubtn {
        display: none
    }
}

@media all and (max-width:768px) {
    .pageheader__menubtn {
        width: 85px;
		margin:0;
    }
}

@media all and (max-width:450px) {
    .pageheader__menubtn {
        width: 70px
    }
}

@media all and (max-width:350px) {
    .pageheader__menubtn {
        width: 60px
    }
}

.pagefooter { background-color: #F7F3F0; border-top: 1px solid #615349; padding: 0 80px; position: relative;}
.pagefooter_hd_wrap{ display: flex; justify-content: space-between; margin-bottom: 40px;}
.pagefooter_hd_wrap .pagefooter__pws{ flex-basis: 380px; margin-right: 15px;}
.ft_contact__details{ padding-top: 15px;}
.ft_contact__details p{ font-size: 15px; line-height: 1em; margin-bottom: 10px}
.ft_contact__details ul{ font-size: 11px; line-height: 1em;}
.ft_contact__details li{ display: inline-block; margin-right: 10px;}
.ft_contact__details .ft_tel img{ max-height: 36px;}

@media all and (max-width:1000px) {
    .pagefooter {
        padding: 0 60px
    }
}

@media all and (max-width:768px) {
	.pagefooter { padding: 0 40px;}
	.pagefooter_hd_wrap{ display: block;}
	.ft_contact__details{ padding-top: 15px; text-align: center;}
.ft_contact__details p{ font-size: 16px; margin-bottom: 15px}
.ft_contact__details li{ display: block; margin-right: 0; margin-bottom: 5px}
}

@media all and (max-width:450px) {
    .pagefooter {
        padding: 0 25px
    }
}

.pagefooter.form {
    border-top: none
}

.pagefooter .totop--fixedtrigger {
    position: absolute;
    top: 40px
}

@media all and (max-width:768px) {
    .pagefooter .totop--fixedtrigger {
        top: 30px
    }
}

.pagefooter__totop--fixed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .25);
    -webkit-transition: background-color .2s ease, opacity .4s ease;
    transition: background-color .2s ease, opacity .4s ease;
    opacity: 0;
    pointer-events: none;
    z-index: 1
}

@media all and (max-width:768px) {
    .pagefooter__totop--fixed {
        width: 40px;
        height: 40px;
        right: 20px;
        bottom: 30px;
        box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .25)
    }
}

@media all and (max-width:450px) {
    .pagefooter__totop--fixed {
        right: 15px
    }
}

.pagefooter__totop--fixed.on {
    opacity: 1;
    pointer-events: all
}

.pagefooter__totop--fixed.touch_ft {
    position: absolute;
    right: 40px;
    top: -51px
}

@media all and (max-width:768px) {
    .pagefooter__totop--fixed.touch_ft {
        right: 20px;
        top: -41px
    }
}

@media all and (max-width:450px) {
    .pagefooter__totop--fixed.touch_ft {
        right: 15px;
        top: -41px
    }
}

.form .pagefooter__totop--fixed {
    opacity: 1 !important;
    pointer-events: all !important
}

.pagefooter__totop--fixed .totop__icon {
    width: 35px
}

@media all and (max-width:768px) {
    .pagefooter__totop--fixed .totop__icon {
        width: 25px
    }
}

.pagefooter__totop--fixed .svg--fill {
    fill: #615349
}

.pagefooter__totop--fixed:hover {
    background-color: #615349
}

.pagefooter__totop--fixed:hover .svg--fill {
    fill: #fff
}

.pagefooter__totop {
    display: block;
    text-align: center;
    background-color: #615349;
    font-family: "FP-ヒラギノUD角ゴ StdN W6", HiraginoUDSansStdN-W6, sans-serif;
    color: #fff;
    margin: 0 -80px;
    padding: 1em 0 .75em;
    position: relative
}

.pagefooter__totop:before {
    content: "";
    display: block;
    width: 2em;
    height: 2em;
    margin: 0 auto .35em;
    background-image: url(../images/common/icon_totop_wh.svg);
    background-position: center center;
    background-size: 95%
}

@media all and (max-width:1000px) {
    .pagefooter__totop {
        margin: auto -60px
    }
}

@media all and (max-width:768px) {
    .pagefooter__totop {
        margin: auto -40px
    }
}

@media all and (max-width:450px) {
    .pagefooter__totop {
        margin: auto -25px
    }
}

.pagefooter__inner { padding: 0 0 90px;}

@media all and (max-width:1000px) {
    .pagefooter__inner {
        padding: 0 0 70px
    }
}

@media all and (max-width:768px) {
    .pagefooter__inner {
        padding: 35px 0
    }
}

/*.pagefooter__pws { margin: 35px auto 40px;}*/

/*.pagefooter__pws:first-child { margin-top: -35px;}*/

@media all and (max-width:768px) {
    .pagefooter__pws {
        display: none
    }
}

.pagefooter__pws a {
    display: block;
    /* max-width: 315px; */
    max-width: 420px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .15)
}

.pagefooter__pws a img {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
/*	width: 100%;*/
}

.pagefooter__pws a:hover img {
    opacity: .8
}

.pagefooter__copyright {
    font-family: din-2014, "FP-ヒラギノUD角ゴ StdN W3", HiraginoUDSansStdN-W3, sans-serif;
    background-color: #E8E8E8;
    font-size: 11px;
    line-height: 2;
    letter-spacing: .075em;
    text-align: center;
    padding: 1em .5em;
    margin: auto -80px
}

@media all and (max-width:1000px) {
    .pagefooter__copyright {
        margin: auto -60px
    }
}

@media all and (max-width:768px) {
    .pagefooter__copyright {
        margin: auto -40px;
        padding: 2.5em .5em
    }
}

@media all and (max-width:450px) {
    .pagefooter__copyright {
        font-size: 10px;
        letter-spacing: .05em;
        margin: auto -25px;
    }
}

.pagefooter__related {
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: .1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    padding: 1.5em 1em;
    margin: auto -80px
}

@media all and (max-width:1000px) {
    .pagefooter__related {
        margin: auto -60px;
        display: block
    }
}

@media all and (max-width:768px) {
    .pagefooter__related {
        margin: auto -40px;
        font-size: 11px;
        letter-spacing: 0
    }
}

@media all and (max-width:450px) {
    .pagefooter__related {
        margin: auto -25px;
        font-size: 10px
    }
}

.pagefooter__related li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}




@media only screen and (min-width:1001px) {
    .pagefooter__related li img{
        width: 100% !important;
    }
    .pagefooter__related li:nth-child(1){
        width: 18%;
        align-items: flex-end;
    }
    .pagefooter__related li:nth-child(2){
        width: 25%;
        align-items: flex-end;
    }
}

@media all and (max-width:1000px) {
    .pagefooter__related li {
        -webkit-box-pack: flex-start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        padding-left: 5vw;
        width: 100%;
    }
}


.pagefooter__related li+li {
    margin-left: 3em
}

@media all and (max-width:1000px) {
    .pagefooter__related li+li {
        margin-left: 0;
        margin-top: 1.5em
    }
}

.pagefooter__related .logo {
    display: block;
    /* height: 3.5em; */
    margin-top: -.5em
}

@media all and (max-width:1000px) {
    .pagefooter__related .logo {
        height: 3em;
        margin-top: -.25em
    }
}

@media all and (max-width:768px) {
    .pagefooter__related .logo{height: 100% !important;}
    /* .pagefooter__related li:nth-child(1) .logo{
        height: 100%;
    } */
    .pagefooter__related .logo img{width: 80% !important;}
    .pagefooter__related li:nth-child(1) img{
        width: 65% !important;
    }
    .pagefooter__related .logo {
        height: 3.5em;
        width: 100%;
    }
}

@media all and (max-width:350px) {
    .pagefooter__related .logo {
        height: 2.25em
    }
}

.pagefooter__related .logo img {
    width: auto;
    height: 100%
}

.pagefooter__related a {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.pagefooter__related a:hover {
    opacity: .8
}


/**** Top page ***/

.fv--toppage {
    height: calc(100% - 110px);
    position: relative
}

@media all and (max-width:1250px) {
    .fv--toppage {
        height: calc(100% - 90px)
    }
}

@media all and (max-width:1000px) {
    .fv--toppage {
        height: calc(100% - 80px)
    }
}

@media all and (max-width:768px) {
    .fv--toppage {
        height: calc(100% - 70px)
    }
}

@media all and (max-width:450px) {
    .fv--toppage {
        height: calc(100% - 60px)
    }
}

.fv--toppage .carousel--kv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fv--toppage .swiper-slide:after {
    content: "";
    display: block;
    height: 100%
}

.fv--toppage .fv__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 0 0 7.85714%;
    z-index: 1
}

@media all and (max-width:768px) {
    .fv--toppage .fv__inner {
        padding: 40px 0 0 7.33333%
    }
}

@media all and (max-width:450px) {
    .fv--toppage .fv__inner {
        padding: 30px 0 0 6.66667%
    }
}

.fv--toppage .fv__copy {
    font-family: "F+UD-筑紫明朝 R", "F+UD-TsukuMin R", serif;
    color: #fff;
    letter-spacing: .2em;
    line-height: 1.5;
    text-shadow: 0 0 5px rgba(0, 0, 0, .8)
}

@media all and (max-width:450px) {
    .fv--toppage .fv__copy {
        text-shadow: 0 0 3px rgba(0, 0, 0, .8)
    }
}

.fv--toppage .copy--title {
    font-size: 44px
}

@media all and (max-width:1000px) {
    .fv--toppage .copy--title {
        font-size: 40px
    }
}

@media all and (max-width:768px) {
    .fv--toppage .copy--title {
        font-size: 34px
    }
}

@media all and (max-width:450px) {
    .fv--toppage .copy--title {
        font-size: 7.75vw
    }
}

.fv--toppage .copy--lg {
    font-size: 44px
}

@media all and (max-width:1000px) {
    .fv--toppage .copy--lg {
        font-size: 36px
    }
}

@media all and (max-width:768px) {
    .fv--toppage .copy--lg {
        font-size: 28px
    }
}

@media all and (max-width:450px) {
    .fv--toppage .copy--lg {
        font-size: 5.5vw
    }
}

.fv--toppage .copy--sm {
    font-size: 26px;
    margin: .35em 0
}

@media all and (max-width:1000px) {
    .fv--toppage .copy--sm {
        font-size: 22px
    }
}

@media all and (max-width:768px) {
    .fv--toppage .copy--sm {
        font-size: 19px
    }
}

@media all and (max-width:450px) {
    .fv--toppage .copy--sm {
        font-size: 4vw
    }
}

.fv--toppage .fv__curtain {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #fff
}

.fv--second {
    height: 440px;
    position: relative;
	border-bottom: 12px #11335D solid;
	background-color:#11335D;
}

@media all and (max-width:768px) {
    .fv--second {
        height: 50vh
    }
}

@media all and (max-width:450px) {
    .fv--second {
        height: calc(100% - 60px)
    }
}

.fv--second .fv__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fv--second .fv__bg.bkLayer:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .65
}
.fv--second .fv__Cap{ position: absolute; bottom: 7px; right: 10px; color: #fff; font-size: 10px; text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 0.5px #000; font-family: "FP-ヒラギノUD角ゴ StdN W6",HiraginoUDSansStdN-W6,sans-serif; font-weight: bold;}

@supports (mix-blend-mode:multiply) {
    .fv--second .fv__bg.bkLayer:after {
        background-color: #615349;
        opacity: 1;
        mix-blend-mode: multiply
    }
}

.fv--second .fv__inner {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 0 80px
}

@media all and (max-width:1000px) {
    .fv--second .fv__inner {
        padding: 0 60px
    }
}

@media all and (max-width:768px) {
    .fv--second .fv__inner {
        padding: 0px
    }
}

@media all and (max-width:450px) {
    .fv--second .fv__inner {
        padding: 0px
    }
}

.fv--second .fv__inner .heading--page {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto
}

/*.fv--second .fv__title {
    text-align: center;
    width: 100%;
    position: relative;
    font-family: "F+UD-筑紫明朝 R", "F+UD-TsukuMin R", serif
}*/
.fv--second .fv__title {
    text-align: center;
    width: 60%;
	padding:0.2em 0;
    position: relative;
    font-family: "F+UD-筑紫明朝 R", "F+UD-TsukuMin R", serif;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+18,0.65+82,0+100 */
background: -moz-linear-gradient(left,  rgba(0,104,183,0) 0%, rgba(0,104,183,0.24) 18%, rgba(0,104,183,0.24) 82%, rgba(0,104,183,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,104,183,0) 0%,rgba(0,104,183,0.24) 18%,rgba(0,104,183,0.24) 82%,rgba(0,104,183,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,104,183,0) 0%,rgba(0,104,183,0.24) 18%,rgba(0,104,183,0.24) 82%,rgba(0,104,183,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */


}


@media all and (max-width:768px) {
.fv--second .fv__title{
	width:80%;
}
    .fv--second .fv__title .heading--page {
        margin-left: -25px;
        margin-right: -25px
    }
}

@media all and (max-width:450px) {
.fv--second .fv__title {
    text-align: center;
    width: 100%;
	padding:1em 0;
    position: relative;
    font-family: "F+UD-筑紫明朝 R", "F+UD-TsukuMin R", serif;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+18,0.65+82,0+100 */
background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 100%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

}
.fv--second .fv__title .heading--page {
        margin-left: -15px;
        margin-right: -15px
    }
}

.fv--second .fv__lead {
    text-align: center;
    margin: 0.5em auto;
    letter-spacing: .15em;
    line-height: 2.25
}

.fv--second .fv__lead:first-child {
    margin-top: 0
}

.fv--second .fv__lead:last-child {
    margin-bottom: 0
}

@media all and (max-width:450px) {
    .fv--second .fv__lead {
        margin: 1em auto
    }
}

.fv--second--noPh {
    height: 240px;
    background-color: #BFAB94
}

@media all and (max-width:768px) {
    .fv--second--noPh {
        height: 220px
    }
}

@media all and (max-width:450px) {
    .fv--second--noPh {
        height: 200px
    }
}

.fv--second--noPh .fv__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 80px
}

@media all and (max-width:1000px) {
    .fv--second--noPh .fv__inner {
        padding: 0 60px
    }
}

@media all and (max-width:768px) {
    .fv--second--noPh .fv__inner {
        padding: 0 40px
    }
}

@media all and (max-width:450px) {
    .fv--second--noPh .fv__inner {
        padding: 0 25px
    }
}

.fv--second--noPh .fv__inner .heading--page {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto
}

@media all and (max-width:768px) {
    .fv--second--noPh.form {
        height: 180px
    }
}

@media all and (max-width:450px) {
    .fv--second--noPh.form {
        height: 140px
    }
}



.fv--second--noPh.form .heading--page {
    font-family: 'Noto Serif JP', serif;
    text-align: center
}

.toppage--news .heading--section {
    margin-bottom: 0
}

.toppage--news .index__btn {
    max-width: 280px;
    margin: 3em 0
}

.toppage--news .index__btn:first-child {
    margin-top: 0
}

.toppage--news .index__btn:last-child {
    margin-bottom: 0
}

@media all and (max-width:768px) {
    .toppage--news .index__btn {
        max-width: none;
        margin: 2em 0
    }
}

.toppage--news .news__heading {
    width: 35.59322%;
    padding-right: 6.77966%
}

@media all and (max-width:1000px) {
    .toppage--news .news__heading {
        width: auto;
        padding: 0
    }
}

.toppage--news .news__list {
    width: 64.40678%
}

@media all and (max-width:1000px) {
    .toppage--news .news__list {
        width: auto
    }
}

@media all and (max-width:1000px) {
    .toppage--news .navi--news {
        margin: 60px auto
    }
}

@media all and (max-width:768px) {
    .toppage--news .navi--news {
        margin: 50px auto
    }
}

@media all and (max-width:450px) {
    .toppage--news .navi--news {
        margin: 30px auto
    }
}

@media all and (min-width:1001px) {
    .toppage--index {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.toppage--index+.toppage--index {
    margin-top: 80px;
    padding-top: 80px;
    border-top: 1px solid #BFAB94
}

@media all and (max-width:768px) {
    .toppage--index+.toppage--index {
        border-top: none;
        padding-top: 0;
        margin-top: 80px
    }
}

@media all and (max-width:450px) {
    .toppage--index+.toppage--index {
        margin-top: 50px
    }
}

.toppage--index .heading--section {
    margin-bottom: .75em
}

.toppage--index .index__btn {
    max-width: 380px;
    margin: 3em 0
}

.toppage--index .index__btn:first-child {
    margin-top: 0
}

.toppage--index .index__btn:last-child {
    margin-bottom: 0
}

@media all and (max-width:1000px) {
    .toppage--index .index__btn {
        margin: 2em 0
    }
}

@media all and (max-width:768px) {
    .toppage--index .index__btn {
        max-width: none
    }
}

@media all and (max-width:1000px) {
    .toppage--index .index__title .left {
        text-align: center !important
    }

    .toppage--index .index__title .heading--section i:after {
        left: 50%;
        margin-left: -34px
    }

    .toppage--index .index__title .index__btn {
        margin-left: auto;
        margin-right: auto
    }
}

@media all and (max-width:768px) {
    .toppage--index .index__title .left {
        text-align: left !important
    }

    .toppage--index .index__title .heading--section i:after {
        left: 0;
        margin-left: 0
    }
}

@media all and (max-width:350px) {
    .toppage--index .index__title .heading--md br {
        display: none
    }
}

@media all and (min-width:1001px) {
    .toppage--index .index__title {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 60px 40px 0 0
    }
}

.toppage--index .index__ph {
    height: 510px
}

@media all and (max-width:1000px) {
    .toppage--index .index__ph {
        height: 350px;
        margin-top: 40px
    }
}

@media all and (max-width:768px) {
    .toppage--index .index__ph {
        height: 300px;
        margin: 40px -40px 0
    }
}

@media all and (max-width:450px) {
    .toppage--index .index__ph {
        height: 250px;
        margin: 40px -25px 0
    }
}

@media all and (min-width:1001px) {
    .toppage--index .index__ph {
        -webkit-box-flex: 1.36;
        -webkit-flex: 1.36;
        -ms-flex: 1.36;
        flex: 1.36
    }
}

.toppage--index .ph {
    position: relative;
    height: 100%
}

@media all and (min-width:769px) {
    .toppage--magazine {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media all and (max-width:1000px) {
    .toppage--magazine .heading--lg {
        font-size: 24px
    }
}

@media all and (max-width:768px) {
    .toppage--magazine .heading--lg {
        font-size: 21px
    }
}

@media all and (max-width:450px) {
    .toppage--magazine .heading--lg {
        font-size: 19px
    }
}

.toppage--magazine .index__ph {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media all and (max-width:768px) {
    .toppage--magazine .index__ph {
        width: auto
    }
}

.toppage--magazine .index__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 40px
}

@media all and (max-width:1000px) {
    .toppage--magazine .index__title {
        padding: 0 0 0 25px
    }
}

@media all and (max-width:768px) {
    .toppage--magazine .index__title {
        padding: 0;
        margin-top: 30px
    }
}

.toppage--magazine .index__btn {
    max-width: none;
    margin-top: 2em
}

.toppage--magazine .index__ph {
    position: relative;
    height: 388px
}

@media all and (max-width:768px) {
    .toppage--magazine .index__ph {
        margin: auto auto 30px;
        height: 67.1875vw
    }
}

.toppage--magazine .ph {
    position: relative;
    height: 100%
}

.toppage--residence .heading--md {
    margin-bottom: 0
}

.toppage--residence .residence__btn {
    margin: 1.5em auto
}

.toppage--residence .residence__btn:first-child {
    margin-top: 0
}

.toppage--residence .residence__btn:last-child {
    margin-bottom: 0
}

.toppage--residence.container--col {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -80px
}

@media all and (max-width:768px) {
    .toppage--residence.container--col {
        margin-bottom: 0
    }
}

.toppage--residence .container__item {
    width: 49.15254%;
    margin-bottom: 80px
}

.toppage--residence .container__item:nth-child(2n) {
    margin-left: 1.69492%
}

@media all and (max-width:768px) {
    .toppage--residence .container__item {
        width: auto;
        margin-bottom: 0
    }

    .toppage--residence .container__item:nth-child(2n) {
        margin-left: 0
    }

    .toppage--residence .container__item+.container__item {
        margin-top: 60px
    }
}

@media all and (max-width:450px) {
    .toppage--residence .container__item+.container__item {
        margin-top: 40px
    }
}

.toppage--residence .residence__details {
    padding: 30px 20px 0
}

@media all and (max-width:768px) {
    .toppage--residence .residence__details {
        padding: 0;
        margin-top: 1.5em
    }
}

.toppage--residence .residence__ph {
    line-height: 1
}

.toppage--residence .residence__ph img {
    width: 100%
}

@media all and (max-width:768px) {
    .toppage--residence--wrap {
        margin-top: -65px;
        border-top: none !important
    }
}

@media all and (max-width:450px) {
    .toppage--residence--wrap {
        margin-top: -50px
    }
}

.toppage--cnv .heading--section {
    margin-top: 0
}

.toppage--cnv .cnv__ph {
    line-height: 1;
    margin: -65px -40px 60px
}

@media all and (max-width:450px) {
    .toppage--cnv .cnv__ph {
        margin: -50px -25px 40px
    }
}

.toppage--cnv .navi--cnv {
    width: 100%
}

@media all and (max-width:768px) {
    .toppage--cnv .navi--cnv {
        display: block
    }
}

.toppage--cnv .navi--cnv .navi__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.toppage--cnv .navi--cnv .navi__item+.navi__item {
    margin-left: 20px
}

@media all and (max-width:768px) {
    .toppage--cnv .navi--cnv .navi__item+.navi__item {
        margin: 30px auto 0
    }
}

@media all and (max-width:450px) {
    .toppage--cnv .navi--cnv .navi__item+.navi__item {
        margin: 20px auto 0
    }
}

.toppage--cnv .navi--cnv .btn--cnv {
    border-radius: 5px;
    height: 130px;
    font-size: 26px;
    line-height: 1.5;
    border-width: 2px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .3)
}

@media all and (max-width:1000px) {
    .toppage--cnv .navi--cnv .btn--cnv {
        font-size: 23px;
        height: 110px
    }
}

@media all and (max-width:768px) {
    .toppage--cnv .navi--cnv .btn--cnv {
        font-size: 21px;
        height: 95px
    }
}

@media all and (max-width:450px) {
    .toppage--cnv .navi--cnv .btn--cnv {
        font-size: 19px;
        height: 85px
    }
}

@media all and (max-width:350px) {
    .toppage--cnv .navi--cnv .btn--cnv {
        font-size: 17px
    }
}

.toppage--cnv .navi--cnv .btn--red .btn__icon {
    width: 2.5em
}

.toppage--cnv .navi--cnv .icon--prefix {
    margin-right: .75em
}

@media all and (max-width:768px) {
    .toppage--cnv--wrap {
        border-top: none !important
    }
}

.toppage--group .heading--md {
    margin-bottom: 2em
}

@media all and (max-width:768px) {
    .toppage--group .heading--md {
        margin-bottom: 1.5em
    }
}

/** brand value **/

.brand__value {
    display: inline-block
}

@media all and (-ms-high-contrast:none) {
    .brand__value {
        display: block;
        max-width: 920px;
        margin: auto
    }
}

.brand__value--wrap {
    margin: 80px auto;
    text-align: center
}

.brand__value--wrap:first-child {
    margin-top: 0
}

.brand__value--wrap:last-child {
    margin-bottom: 0
}

.brand__value .value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.brand__value .value+.value {
    margin-top: 40px
}

@media all and (max-width:1000px) {
    .brand__value .value+.value {
        margin-top: 35px
    }
}

@media all and (max-width:768px) {
    .brand__value .value+.value {
        margin-top: 30px
    }
}

@media all and (max-width:450px) {
    .brand__value .value+.value {
        margin-top: 20px
    }
}

.brand__value .value .value__num {
    font-size: 26px;
    text-align: center;
    line-height: 1;
    color: #BFAB94;
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #BFAB94;
    border-radius: 50%
}

@media all and (max-width:1000px) {
    .brand__value .value .value__num {
        font-size: 24px;
        width: 70px;
        height: 70px
    }
}

@media all and (max-width:768px) {
    .brand__value .value .value__num {
        font-size: 21px;
        width: 55px;
        height: 55px
    }
}

@media all and (max-width:450px) {
    .brand__value .value .value__num {
        font-size: 19px;
        width: 45px;
        height: 45px
    }
}

@media all and (max-width:350px) {
    .brand__value .value .value__num {
        font-size: 17px;
        width: 40px;
        height: 40px
    }
}

.brand__value .value .value__desc {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 0 1em
}

@media all and (max-width:768px) {
    .brand__value .value .value__desc {
        margin: 0 0 0 .75em
    }
}

.brand__concept {
    max-width: 960px;
    margin: auto
}

.brand__concept .concept__logo {
    max-width: 380px;
    margin: 80px auto
}

.brand__concept .concept__logo:first-child {
    margin-top: 0
}

.brand__concept .concept__logo:last-child {
    margin-bottom: 0
}

@media all and (max-width:1000px) {
    .brand__concept .concept__logo {
        max-width: 320px;
        margin: 70px auto
    }
}

@media all and (max-width:768px) {
    .brand__concept .concept__logo {
        max-width: 260px;
        margin: 60px auto
    }
}

@media all and (max-width:450px) {
    .brand__concept .concept__logo {
        max-width: 210px;
        margin: 50px auto
    }
}

@media all and (min-width:769px) {
    .brand__concept .concept {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.brand__concept .concept+.concept {
    margin-top: 100px
}

@media all and (max-width:1000px) {
    .brand__concept .concept+.concept {
        margin-top: 80px
    }
}

@media all and (max-width:768px) {
    .brand__concept .concept+.concept {
        margin-top: 65px
    }
}

@media all and (max-width:450px) {
    .brand__concept .concept+.concept {
        margin-top: 50px
    }
}

.brand__concept .concept .concept__heading {
    color: #615349;
    line-height: 1.15;
    letter-spacing: .1em
}

@media all and (max-width:768px) {
    .brand__concept .concept .concept__heading {
        padding-bottom: 1em
    }

    .brand__concept .concept .concept__heading:after {
        content: "";
        display: block;
        width: 200px;
        height: 1px;
        background-color: #615349;
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -100px
    }
}

@media all and (max-width:450px) {
    .brand__concept .concept .concept__heading:after {
        width: 100px;
        margin-left: -50px
    }
}

@media all and (min-width:769px) {
    .brand__concept .concept .concept__heading {
        border-right: 1px solid #615349;
        padding-right: .75em;
        width: 195px;
        margin: 0
    }
}

@media all and (min-width:1001px) {
    .brand__concept .concept .concept__heading {
        width: 220px
    }
}

@media all and (min-width:769px) {
    .brand__concept .concept .concept__desc {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 2.75em
    }
}

@media all and (min-width:1001px) {
    .brand__residence {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media all and (min-width:1001px) {
    .brand__residence .residence__heading {
        margin: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: 1em
    }
}

@media all and (min-width:1001px) {
    .brand__residence .residence__navi {
        width: 580px;
        margin-bottom: -20px
    }
}

.brand__residence .residence__navi .navi__item {
    width: calc((100% - 20px)/ 2);
    margin: 0 20px 20px 0
}

.brand__residence .residence__navi .navi__item:nth-child(2n) {
    margin-right: 0
}

@media all and (max-width:450px) {
    .brand__residence .residence__navi .navi__item {
        width: calc((100% - 10px)/ 2);
        margin: 0 10px 10px 0
    }
}

@media all and (max-width:350px) {
    .brand__residence .residence__navi .navi__item {
        width: 100%;
        margin: auto
    }

    .brand__residence .residence__navi .navi__item+.navi__item {
        margin-top: 10px
    }
}

.brand__residence .residence__navi .navi__item .btn--normal {
    min-height: 90px
}

@media all and (-ms-high-contrast:none) {
    .brand__residence .residence__navi .navi__item .btn--normal {
        height: 90px
    }
}

@media all and (max-width:768px) {
    .brand__residence .residence__navi .navi__item .btn--normal {
        min-height: 75px
    }
}

@media all and (-ms-high-contrast:none) and (max-width:768px) {
    .brand__residence .residence__navi .navi__item .btn--normal {
        height: 75px
    }
}

@media all and (max-width:450px) {
    .brand__residence .residence__navi .navi__item .btn--normal {
        min-height: 60px
    }
}

@media all and (-ms-high-contrast:none) and (max-width:450px) {
    .brand__residence .residence__navi .navi__item .btn--normal {
        height: 65px
    }
}


/**  photo **/

.style__photo {
    margin: 100px auto
}

.style__photo:first-child {
    margin-top: 0
}

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

@media all and (max-width:1000px) {
    .style__photo {
        margin: 80px auto
    }
}

@media all and (max-width:768px) {
    .style__photo {
        margin: 65px auto
    }
}

@media all and (max-width:450px) {
    .style__photo {
        margin: 50px -25px
    }
}

.style__photo .photo:after {
    content: "";
    display: block;
    padding-top: 68.10345%
}

@media all and (max-width:768px) {
    .style__photo .photo:after {
        padding-top: 50%
    }
}

@media all and (max-width:450px) {
    .style__photo .photo:after {
        padding-top: 68.10345%
    }
}

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

    .style__photo.photo--2 .container--photo+.container--photo,
    .style__photo.photo--2 .photo+.photo {
        margin-top: -1px
    }
}

@media all and (max-width:768px) {
    .style__photo.photo--3 {
        margin: 40px auto
    }
}

@media all and (max-width:450px) {
    .style__photo.photo--3 {
        margin: 30px auto
    }

    .style__photo.photo--3 .container--photo+.container--photo,
    .style__photo.photo--3 .photo+.photo {
        margin-top: 5px
    }
}

@media all and (max-width:768px) {
    .style__photo.photo--4 {
        margin: 40px auto
    }
}

@media all and (max-width:450px) {
    .style__photo.photo--4 {
        margin-left: auto;
        margin-right: auto
    }

    .style__photo.photo--4 .container--photo+.container--photo,
    .style__photo.photo--4 .photo+.photo {
        margin-top: 10px
    }

    .style__photo.photo--4 .photo__note {
        padding: 0
    }
}



/** Service discovery  **/
.kurashi_clm{
width:100%;
border:1px solid #11335D;
font-family: "FP-ヒラギノUD角ゴ StdN W6", HiraginoUDSansStdN-W6, sans-serif;
font-size:1em;
color:#11335D;
padding:1em;
}
.dining_clm{
width:100%;
background-color: #C9E7E5;
padding:1em;
/*text-align: center;*/
}
.info_clm{
width:100%;
border:1px solid #11335D;
padding:0.5em;
line-height: 1.6em;
}
.r-divider{
display:flex;
align-items: center;
color:#11335D;
}
.r-divider::after{
content:'';
height: 1px;
background-color:#11335D;
flex-grow:1;
margin-left:0.5em;
}
.partner-service{
color:#11335D;
}
.serv_dis_des{
width:38%;
float: left;
padding:0 1em;
}

.serv_dis_desc{
float: left;
border-left:2px solid #11335D;
padding:0 1em;
}
.serv_dis_ttl{
width:100px;
}
.serv_dis_ex{
font-size:20px;
text-align: left;
margin-bottom: 1em;
}
.serv_dis_copy{
font-size:16px;
text-align: left
}
.serv_dis_img{
width:60%;
float:left;
}

.style__discovery {
    border: 1px solid #004EA2;
    padding: 0px;
    margin: 50px auto;
	background-color: #FFFFFF;
}
.style__discovery_inner {
    padding: 100px;
}

.style__discovery:first-child {
    margin-top: 0
}

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

.serv_new01{
	background-color:#D4ECEA;
	clear:both;
}
.serv_new02{
	background-color:#EFEAC9;
	clear:both;
}
.serv_new03{
	background-color:#F9ECE3;
	clear:both;
}
@media all and (max-width:1280px) {
    .style__discovery {
        padding: 0px
    }
	.style__discovery_inner {
    	padding: 40px;
	}

}

@media all and (max-width:1000px) {
    .style__discovery {
        padding: 0px;
        margin: 80px auto
    }
	.style__discovery_inner {
    	padding: 40px;
	}
}

@media all and (max-width:768px) {
    .style__discovery {
        padding: 0px;
        margin: 65px auto
    }
	.style__discovery_inner {
    	padding: 30px;
	}
	.serv_dis_des{
		width:100%;
		float: none;
		/*border-left:2px solid #11335D;*/
		padding:0 1em;
	}
	.serv_dis_img{
		width:100%;
}

}

@media all and (max-width:450px) {
    .style__discovery {
        padding: 0px;
        margin: 50px auto
    }
	.style__discovery_inner {
    	padding: 20px;
	}

}

.style__discovery__title {
    max-width: 580px;
    margin: auto auto .5em
}

.style__discovery .discovery {
    margin: 100px auto
}

.style__discovery .discovery:first-child {
    margin-top: 0
}

.style__discovery .discovery:last-child {
    margin-bottom: 0
}

@media all and (max-width:1000px) {
    .style__discovery .discovery {
        margin: 80px auto
    }
}

@media all and (max-width:768px) {
    .style__discovery .discovery {
        margin: 65px auto
    }
}

@media all and (max-width:450px) {
    .style__discovery .discovery {
        margin: 50px auto
    }
}

@media all and (min-width:769px) {
    .style__discovery .discovery .discovery__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.style__discovery .discovery .discovery__item+.discovery__item {
    margin-top: 80px
}

@media all and (max-width:1000px) {
    .style__discovery .discovery .discovery__item+.discovery__item {
        margin-top: 70px
    }
}

@media all and (max-width:768px) {
    .style__discovery .discovery .discovery__item+.discovery__item {
        margin-top: 60px
    }
}

@media all and (max-width:450px) {
    .style__discovery .discovery .discovery__item+.discovery__item {
        margin-top: 50px
    }
}

.style__discovery .discovery .discovery__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 1.5em 0 20px;
    border-left: 2px solid #004EA2
}

@media all and (max-width:768px) {
    .style__discovery .discovery .discovery__text {
        padding: 0 0 0 15px
    }
}

@media all and (max-width:450px) {
    .style__discovery .discovery .discovery__text {
        padding: 0 0 0 10px;
        border-left: 1px solid #BFAB94
    }
}

.style__discovery .discovery .discovery__text .para {
    margin: 1em auto
}

@media all and (min-width:1281px) {
    .style__discovery .discovery .discovery__text .para {
        padding-right: 6%;
		font-size: 18px;
		line-height:2em;
    }
}

.style__discovery .discovery .discovery__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: .1em;
	border-bottom: #999 solid 1px;
}

.style__discovery .discovery .discovery__heading .heading--en {
    font-family: din-2014, "FP-ヒラギノUD角ゴ StdN W3", HiraginoUDSansStdN-W3, sans-serif;
    display: inline-block;
    font-size: 16px;
    line-height: 1.15;
    color: #11335D;
    margin-left: 1em
}

.style__discovery .discovery .discovery__ph {
    width: 380px
}

@media all and (max-width:1280px) {
    .style__discovery .discovery .discovery__ph {
        width: 50%
    }
}

@media all and (max-width:768px) {
    .style__discovery .discovery .discovery__ph {
        width: 100%
    }

    .style__discovery .discovery .discovery__ph:after {
        content: "";
        display: block;
        padding-top: 50%
    }
}

@media all and (max-width:450px) {
    .style__discovery .discovery .discovery__ph:after {
        padding-top: 66.57895%
    }
}

.style__discovery .discovery .discovery__note {
    margin: 60px auto
}

.style__discovery .discovery .discovery__note:first-child {
    margin-top: 0
}

.style__discovery .discovery .discovery__note:last-child {
    margin-bottom: 0
}

@media all and (max-width:1000px) {
    .style__discovery .discovery .discovery__note {
        margin: 40px auto
    }
}

@media all and (max-width:768px) {
    .style__discovery .discovery .discovery__note {
        margin: 1.5em auto
    }
}

@media all and (max-width:450px) {
    .style__discovery .discovery .discovery__note {
        margin: 1em auto
    }
}

.style__discovery .discovery .discovery__ph--ft {
    font-size: 0;
    line-height: 1;
    margin: 60px -100px -100px
}

@media all and (max-width:1280px) {
    .style__discovery .discovery .discovery__ph--ft {
        margin: 60px -60px -100px
    }
}

@media all and (max-width:1000px) {
    .style__discovery .discovery .discovery__ph--ft {
        margin: 50px -40px -75px
    }
}

@media all and (max-width:768px) {
    .style__discovery .discovery .discovery__ph--ft {
        margin: 40px -30px -60px
    }
}

@media all and (max-width:450px) {
    .style__discovery .discovery .discovery__ph--ft {
        margin: 25px -20px -40px
    }
}

/** location **/
#contents .area-guide {
	position: relative;
}
#contents .area-guide .area-guide-ttl{
	border-top: #2F395D 2px dashed;
    margin: 0 auto 2em 0;
    font-size: 30px;
    font-weight: 600;
    /*padding-left: 20px;*/
    position: relative;
    top: 0px;
    z-index: 10;
}
#contents .area-guide .area-guide-ttl .area-ico-img{
	float:left;
}
#contents .area-guide .area-guide-ttl img{
	vertical-align: middle;
    margin-right: 1em;
    margin-top: -20px;
    width: 160px;
}
#contents .area-guide .area-guide-ttl .ttl-txt{
	vertical-align: 24px;
	font-weight: 600;
}
#contents .area-guide .area-guide-spot{
	position: relative;
    top: -50px;
}
#contents .img .locCap {
    position: absolute;
    bottom: 2px;
    color: #fff;
    font-size: 16px;
    z-index: 2;
	font-family: "F+UD-筑紫明朝 R", "F+UD-TsukuMin R", serif;    font-weight: bold;
    /*background-color: #000;*/
    width: 100%;
    opacity: 0.9;
    padding: 5px;
    right: 0px;
    left: 0px;
    text-align: left;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0.2+100 */
background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.2) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#33000000',GradientType=1 ); /* IE6-9 */
}

#contents .area-guide .spot_g_ttl{
 	border-top: #93252a dashed 2px;
	width:100%;
	text-align: center;
	height: 40px;
	margin: 80px 0 20px 0;
}
#contents .area-guide .spot_g_ttl img{
	margin: -25px auto 0 auto;
	height: 44px;
}

#contents .area-guide .spot_g_subttl{
	display: block;
	width: 100%;
	margin: 20px 0 20px 0;
	color:#FFF;
	padding: 0.2em 1em;
	font-size: 20px;
	font-weight: 600;
	font-family: "FP-ヒラギノUD角ゴ StdN W6", HiraginoUDSansStdN-W6, sans-serif;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a84f3d+0,a84f3d+60,ffffff+100&1+0,1+86,0+100 */
background: -moz-linear-gradient(left,  rgba(168,79,61,1) 0%, rgba(168,79,61,1) 60%, rgba(225,193,187,1) 86%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(168,79,61,1) 0%,rgba(168,79,61,1) 60%,rgba(225,193,187,1) 86%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(168,79,61,1) 0%,rgba(168,79,61,1) 60%,rgba(225,193,187,1) 86%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a84f3d', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
#contents .area-guide .area-guide-spot_g{
	position: relative;
    top: 0;
	margin-bottom: 40px;
}

#contents .img .r-capt{
font-size: 12px;
float: right;
}
#contents .sc--box{
margin-top:2em;
}
#contents .loc_ico_access{
position:relative;
z-index:10;
top:-10px;
}
#contents .sc--box img.sc--mainimg{
object-fit:cover;
height:100%;
top:-128px;
z-index:0;
position:relative;
}
#contents .sc--box .sc--guide dt{
background-color: #2F395D;
padding: 0.2em 1em;
font-size: 24px;
color:#FFFFFF;
}
#contents .sc--box .sc--guide{
	position: relative;
	margin:0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c4cdd1+0,f0f4f7+31,f0f4f7+50,f0f4f7+68,c4cdd1+100 */
	background: #c4cdd1; /* Old browsers */
background: -webkit-linear-gradient(left, #c4cdd1 0%, #f0f4f7 31%, #f0f4f7 50%, #f0f4f7 68%, #c4cdd1 100%);
background: -o-linear-gradient(left, #c4cdd1 0%, #f0f4f7 31%, #f0f4f7 50%, #f0f4f7 68%, #c4cdd1 100%);
background: linear-gradient(to right, #c4cdd1 0%, #f0f4f7 31%, #f0f4f7 50%, #f0f4f7 68%, #c4cdd1 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4cdd1', endColorstr='#c4cdd1',GradientType=1 ); /* IE6-9 */

}

#contents .sc--box .sc--guide dd .sc--desc{
font-size:20px;
padding:1em 5%;
font-weight: 500;
line-height: 1.6em;
}

#contents .sc--box .sc--guide .sc--info{
	display: block;
    width: 90%;
    margin: 5%;
    font-size: 16px;
    /*padding: 0.5em 1em;
    font-weight: 500;
    background-color: #A09EA2;
    border: 1px solid #A07F77;*/
    line-height: 1.4em;
    color: #FFFFFF;
}
#contents .sc--box .sc--guide .sc--info--ttl{
	font-size:16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: 600;
}
#contents .sc--box .sc--guide .sc--guide--img{
	position: absolute;
    top: 11em;
    right: -27px;
    width: 50%;
}
#contents p.access{
font-size:36px;
text-indent: -0.6em;
line-height: 0.8em;
}
@media all and (max-width:1280px) {
#contents .sc--box .sc--guide .sc--guide--img{
    top: 12em;
}
}

@media all and (max-width:1000px) {
#contents .sc--box .sc--guide .sc--guide--img{
    top: 15em;
}
}

@media all and (max-width:768px) {
#contents .area-guide .area-guide-ttl img{
	vertical-align: middle;
    margin-right: 0.5em;
    margin-top: -30px;
    width: 100px;
}
#contents .sc--box .sc--guide .sc--guide--img{
    display:none;
}

#contents .area-guide .area-guide-ttl{
    padding-left: 0px;
	font-size: 24px;
}

#contents .area-guide .area-guide-spot{
	position: relative;
    top: -40px;
}
#contents .sc--box .sc--guide dd .sc--desc{
font-size:18px;
}
}
@media all and (max-width:580px) {
#contents .sc--box .sc--guide .sc--guide--img{
    display:none;
}

#contents p.access{
font-size:26px;
text-indent: -0.6em;
}
}

@media all and (max-width:450px) {
#contents .area-guide {
	margin-bottom:2em;
}
#contents .area-guide .area-guide-ttl img{
	vertical-align: middle;
    margin-right: 0.2em;
    margin-top: -55px;
    width: 80px;
	}
#contents .area-guide .area-guide-ttl{
    padding-left: 0px;
	font-size: 20px;
}
#contents .area-guide .area-guide-spot{
	position: relative;
    top: -10px;
}

}

.location--column {
	border:#2F395D 1px solid;
	margin:0;
	padding:2em;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c4cdd1+0,f0f4f7+31,f0f4f7+50,f0f4f7+68,c4cdd1+100 */
	background: #c4cdd1; /* Old browsers */
background: -webkit-linear-gradient(left, #c4cdd1 0%, #f0f4f7 31%, #f0f4f7 50%, #f0f4f7 68%, #c4cdd1 100%);
background: -o-linear-gradient(left, #c4cdd1 0%, #f0f4f7 31%, #f0f4f7 50%, #f0f4f7 68%, #c4cdd1 100%);
background: linear-gradient(to right, #c4cdd1 0%, #f0f4f7 31%, #f0f4f7 50%, #f0f4f7 68%, #c4cdd1 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4cdd1', endColorstr='#c4cdd1',GradientType=1 ); /* IE6-9 */

}
.location--column f20 {
	line-height: 1.6em;
}

.location--column .sst_award {
	border:#947F28 1px solid;
	background-color: #FCF3D6;
}

.location--column .sst_award dt{
	padding: 1em;
	border-bottom:#947F28 1px solid; 
	color:#947F28;
	margin-bottom:1em;
	font-weight: 600;
}

.location--column .sst_award dd{
	padding-left: 2em;
	text-indent: -1em;
}
.location--column .sst_award dd:before{
	content:"■";
}

/** commonspace **/
.com_sumai dt{
width:120px;
margin-right:1%;
float:left;
}
.com_sumai dd{
width:calc( 100% - 148px);
font-size:24px;
font-weight: 600;
border-top:#2F395D 2px dashed;
border-bottom:#2F395D 2px dashed;
float:right;
}


.comspace--card {
	border:#2F395D 1px solid;
	margin:0;
	padding:0;
}
.comspace--card dt{
	background-color: #2F395D;
	font-size:20px;
	padding:0.1em 0.2em;
	color:#FFFFFF;
}
.comspace--card dd{
	padding:0.2em;
	font-size:16px;
}

.comspace--card > .img{
	line-height: 0;
}
.com--garden{
	padding: 1.6em 1em;
	background-image: url(../images/commonspace/garden_bg.png);
	background-size: cover;
}
@media all and (max-width:1280px) {
}

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

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

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



/** Process **/


@media all and (min-width:769px) {
    .process__requirement {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.process__requirement .requirement .list--bullet {
    margin: 1em auto
}

.process__requirement .requirement .list--bullet:first-child {
    margin-top: 0
}

.process__requirement .requirement .list--bullet:last-child {
    margin-bottom: 0
}

.process__flow {
    counter-reset: flow_num 0
}

.process__flow .flow {
    padding: 40px 0;
    border-bottom: 1px solid #004EA2
}

@media all and (min-width:769px) {
    .process__flow .flow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.process__flow .flow:first-child {
    padding-top: 0
}

.process__flow .flow .flow__heading {
	text-align: left;
    padding: 0 0.5em 0 1.5em;
    width: 260px
}

@media all and (max-width:768px) {
    .process__flow .flow .flow__heading {
        width: auto;
        padding: 0 0 0 1em
    }
}

.process__flow .flow .flow__heading:before {
    display: inline-block;
    width: 1.5em;
    margin-left: -1.5em;
    counter-increment: flow_num 1;
    content: counter(flow_num) ".";
    color: #004EA2;
    white-space: nowrap
}

@media all and (max-width:768px) {
    .process__flow .flow .flow__heading:before {
        width: 1em;
        margin-left: -1em
    }
}

.process__flow .flow .flow__desc {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 1.5em;
    border-left: 2px solid #004EA2;
}

.process__flow .flow .flow__desc .para {
    margin: .5em auto
}

.process__flow .flow .flow__desc .para:first-child {
    margin-top: 0
}

.process__flow .flow .flow__desc .para:last-child {
    margin-bottom: 0
}

.process__flow .flow .flow__desc--lg {
    width: 100%;
    margin: 1.5em auto
}

.process__flow .flow .flow__desc--lg:first-child {
    margin-top: 0
}

.process__flow .flow .flow__desc--lg:last-child {
    margin-bottom: 0
}

@media all and (max-width:650px) {
    .process__flow .flow .navi--cnv {
        display: block
    }
}

.process__flow .flow .navi--cnv .navi__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media all and (max-width:650px) {
    .process__flow .flow .navi--cnv .navi__item+.navi__item {
        margin-top: 10px
    }
}

@media all and (min-width:651px) {
    .process__flow .flow .navi--cnv .navi__item+.navi__item {
        margin-left: 20px
    }
}

.process__flow .flow .navi--cnv .btn--cnv {
    height: 130px;
    border-radius: 5px;
     font-size: 20px; 
    font-size: 22px;
    line-height: 1.5;
    /* -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start; */
    justify-content: center;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .3)
}

@media all and (max-width:1000px) {
    .process__flow .flow .navi--cnv .btn--cnv {
        font-size: 18px;
        height: 85px
    }
}

@media all and (max-width:768px) {
    .process__flow .flow .navi--cnv .btn--cnv {
        font-size: 16px;
        height: 95px
    }
}

@media all and (max-width:650px) {
    .process__flow .flow .navi--cnv .btn--cnv {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media all and (max-width:450px) {
    .process__flow .flow .navi--cnv .btn--cnv {
        font-size: 14px;
        /* height: 60px; */
        height: 85px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.process__flow .flow .navi--cnv .btn__icon {
    width: 3em
}

.process__system .system__heading {
    text-align: left
}

.process__system .system__overview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 20px;
    line-height: 1.5;
    counter-reset: overview_num 0
}

@media all and (max-width:1000px) {
    .process__system .system__overview {
        font-size: 18px
    }
}

@media all and (max-width:450px) {
    .process__system .system__overview {
        font-size: 16px
    }
}

.process__system .system__overview .overview__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

@media all and (max-width:768px) {
    .process__system .system__overview .overview__item {
        padding: 10px 15px
    }
}

@media all and (max-width:450px) {
    .process__system .system__overview .overview__item {
        padding: 10px
    }
}

.process__system .system__overview .overview__item span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: auto;
    display: inline-block
}

.process__system .system__overview .overview__item+.overview__item {
    margin-left: 20px
}

@media all and (max-width:450px) {
    .process__system .system__overview .overview__item+.overview__item {
        margin-left: 10px
    }
}

.process__system .system__overview .overview__item.overview--1 {
    -webkit-box-flex: 1.35;
    -webkit-flex: 1.35;
    -ms-flex: 1.35;
    flex: 1.35
}

@media all and (max-width:850px) {
    .process__system .system__overview .overview__item.overview--1 {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        width: 100%;
        margin-bottom: 20px
    }
}

@media all and (max-width:450px) {
    .process__system .system__overview .overview__item.overview--1 {
        margin-bottom: 10px
    }
}

@media all and (max-width:850px) {
    .process__system .system__overview .overview__item.overview--2 {
        margin-left: 0
    }
}

.process__system .system__overview .overview__item:before {
    counter-increment: overview_num 1;
    content: counter(overview_num);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #11335D;
    color: #fff;
    font-size: 16px;
    line-height: 1
}

@media all and (max-width:768px) {
    .process__system .system__overview .overview__item:before {
        width: 35px;
        height: 35px;
        font-size: 13px
    }
}

@media all and (max-width:450px) {
    .process__system .system__overview .overview__item:before {
        width: 30px;
        height: 30px;
        font-size: 12px
    }
}

.process__system .system__flow {
    counter-reset: system_num 0;
    margin: 60px auto
}

.process__system .system__flow:first-child {
    margin-top: 0
}

.process__system .system__flow:last-child {
    margin-bottom: 0
}

.process__system .system__flow .flow+.flow {
    margin-top: 80px
}

@media all and (max-width:768px) {
    .process__system .system__flow .flow+.flow {
        margin-top: 65px
    }
}

@media all and (max-width:450px) {
    .process__system .system__flow .flow+.flow {
        margin-top: 50px
    }
}

.process__system .system__flow .flow .system__heading {
    position: relative;
    padding-left: calc(40px + .5em)
}

@media all and (max-width:768px) {
    .process__system .system__flow .flow .system__heading {
        padding-left: calc(35px + .5em)
    }
}

@media all and (max-width:450px) {
    .process__system .system__flow .flow .system__heading {
        padding-left: calc(30px + .5em)
    }
}

.process__system .system__flow .flow .system__heading:before {
    counter-increment: system_num 1;
    content: counter(system_num);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #11335D;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0
}

@media all and (max-width:768px) {
    .process__system .system__flow .flow .system__heading:before {
        width: 35px;
        height: 35px;
        font-size: 13px
    }
}

@media all and (max-width:450px) {
    .process__system .system__flow .flow .system__heading:before {
        width: 30px;
        height: 30px;
        font-size: 12px
    }
}

.process__system .system__flow .flow .box--blue .heading--md,
.process__system .system__flow .flow .box--blue .heading--sm {
    margin: .25em auto;
}

.bd--blue {
	border-bottom:#11335D 1px solid;
}

.process__system .system__flow .flow .box--blue .heading--md:first-child,
.process__system .system__flow .flow .box--blue .heading--sm:first-child {
    margin-top: 0
}

.process__system .system__flow .flow .box--blue .heading--md:last-child,
.process__system .system__flow .flow .box--blue .heading--sm:last-child {
    margin-bottom: 0
}

.process__system .system__flow .flow .box--blue .para {
    line-height: 1.75;
    margin: .25em auto
}

.process__system .system__flow .flow .box--blue .para:first-child {
    margin-top: 0
}

.process__system .system__flow .flow .box--blue .para:last-child {
    margin-bottom: 0
}

.process__system .system__flow .flow .breakdown .breakdown__item {
    padding: 25px 0;
    border-top: 1px solid #11335D
}

.process__system .system__flow .flow .breakdown .breakdown__item:last-child {
    border-bottom: 1px solid #11335D
}

@media all and (max-width:450px) {
    .process__system .system__flow .flow .breakdown .breakdown__item {
        padding: 20px 0
    }
}

@media all and (min-width:651px) {
    .process__system .system__flow .flow .breakdown .breakdown__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media all and (min-width:651px) {
    .process__system .system__flow .flow .breakdown .breakdown__item dt {
        width: 200px;
        padding-right: 1em
    }
}

.process__system .system__flow .flow .breakdown .breakdown__item dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: 2px solid #004EA2;
	padding-left: 1em;
}

.process__system .system__flow .flow .breakdown .breakdown__item .heading--md,
.process__system .system__flow .flow .breakdown .breakdown__item .heading--sm {
    margin: .25em auto;
}

.process__system .system__flow .flow .breakdown .breakdown__item .heading--md:first-child,
.process__system .system__flow .flow .breakdown .breakdown__item .heading--sm:first-child {
    margin-top: 0
}

.process__system .system__flow .flow .breakdown .breakdown__item .heading--md:last-child,
.process__system .system__flow .flow .breakdown .breakdown__item .heading--sm:last-child {
    margin-bottom: 0
}

.process__system .system__flow .flow .breakdown .breakdown__item .para {
    line-height: 1.75;
    margin: .25em auto
}

.process__system .system__flow .flow .breakdown .breakdown__item .para:first-child {
    margin-top: 0
}

.process__system .system__flow .flow .breakdown .breakdown__item .para:last-child {
    margin-bottom: 0
}


/** Contact block **/

.contact--wrap {
    margin: 80px auto
}

.contact--wrap:first-child {
    margin-top: 0
}

.contact--wrap:last-child {
    margin-bottom: 0
}

@media all and (max-width:1000px) {
    .contact--wrap {
        margin: 60px auto
    }
}

@media all and (max-width:768px) {
    .contact--wrap {
        margin: 50px auto
    }
}

@media all and (max-width:450px) {
    .contact--wrap {
        margin: 40px auto
    }
}

.contact__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0;
    border-top: 1px solid #BFAB94
}

@media all and (max-width:768px) {
    .contact__block:last-child {
        border-bottom: 1px solid #BFAB94
    }
}

@media all and (min-width:769px) {
    .contact__block:last-child {
        padding-bottom: 0
    }
}

@media all and (max-width:1000px) {
    .contact__block {
        padding: 40px 0
    }
}

@media all and (max-width:768px) {
    .contact__block {
        padding: 30px 0 50px;
        display: block
    }
}

@media all and (max-width:450px) {
    .contact__block {
        padding: 30px 0 40px
    }
}

.contact__block.block--request {
    display: block
}

.contact__block.block--request:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.contact__block.block--request .contact__ph {
    width: auto;
    max-width: 400px;
    margin: 2.5em auto 3em
}

@media all and (max-width:768px) {
    .contact__block.block--request .contact__ph {
        max-width: 300px
    }
}

@media all and (max-width:450px) {
    .contact__block.block--request .contact__ph {
        max-width: 225px;
        margin: 2em auto
    }
}

.contact__block .contact__details {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.contact__block .contact__ph {
    width: 280px;
    margin-left: 20px;
    line-height: 1
}

@media all and (max-width:768px) {
    .contact__block .contact__ph {
        width: 46.875%;
        margin: 0
    }
}

@media all and (max-width:450px) {
    .contact__block .contact__ph {
        width: 31.25%
    }
}

.contact__block .contact__tel {
    max-width: 460px
}

@media all and (max-width:1000px) {
    .contact__block .contact__tel {
        max-width: 400px
    }
}

@media all and (max-width:768px) {
    .contact__block .contact__tel {
        max-width: 320px
    }
}

@media all and (max-width:450px) {
    .contact__block .contact__tel {
        max-width: 240px
    }
}

.contact__block .contact__info {
    margin: 1em auto 0
}

.contact__block .contact__info:first-child {
    margin-top: 0
}

.contact__block .contact__info:last-child {
    margin-bottom: 0
}

.contact__block .contact__info ul {
    line-height: 1.5
}

.contact__block .contact__info ul li+li {
    margin-top: .5em
}

@media all and (max-width:768px) {
    .contact__block .contact__info {
        font-size: 14px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 2em auto
    }

    .contact__block .contact__info ul {
        margin-left: 1.5em
    }
}

@media all and (max-width:450px) {
    .contact__block .contact__info {
        font-size: 12px;
        margin: 1.5em auto
    }

    .contact__block .contact__info ul {
        margin-left: 1em
    }
}

.contact__block .contact__btn {
    background-color: #eee;
    width: 100%;
    max-width: 580px;
    margin: 40px auto
}

.contact__block .contact__btn:first-child {
    margin-top: 0
}

.contact__block .contact__btn:last-child {
    margin-bottom: 0
}

@media all and (max-width:1000px) {
    .contact__block .contact__btn {
        max-width: 500px
    }
}

@media all and (max-width:768px) {
    .contact__block .contact__btn {
        margin: 30px auto
    }
}

@media all and (max-width:450px) {
    .contact__block .contact__btn {
        margin: 20px auto
    }
}

.contact__block .contact__btn .btn--cnv {
    border-radius: 5px;
    font-size: 26px;
    height: 130px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .3);
    border-width: 2px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: .75em
}

@media all and (max-width:1000px) {
    .contact__block .contact__btn .btn--cnv {
        font-size: 22px;
        height: 110px
    }
}

@media all and (max-width:768px) {
    .contact__block .contact__btn .btn--cnv {
        font-size: 18px;
        height: 80px;
        border-width: 1px
    }
}

@media all and (max-width:450px) {
    .contact__block .contact__btn .btn--cnv {
        font-size: 16px;
        height: 60px
    }
}

@media all and (max-width:350px) {
    .contact__block .contact__btn .btn--cnv {
        font-size: 14px
    }
}

@media all and (max-width:768px) {
    .contact__block .contact__btn .btn--red br {
        display: none
    }
}

@media all and (max-width:450px) {
    .contact__block .contact__btn .btn--red .btn__icon {
        width: 2em
    }

    .contact__block .contact__btn .btn--red br {
        display: inline
    }
}

.contact__note {
    margin: 80px auto;
    padding: 50px;
    background-color: #F7F3F0;
    border: 1px solid #615349
}

@media all and (max-width:1000px) {
    .contact__note {
        margin: 60px auto;
        padding: 40px
    }
}

@media all and (max-width:768px) {
    .contact__note {
        margin: 50px auto;
        padding: 30px
    }
}

@media all and (max-width:450px) {
    .contact__note {
        margin: 40px auto;
        padding: 30px 20px
    }
}


/** Terms block **/

.terms__block {
    padding: 60px 0;
    border-bottom: 1px solid #615349
}

@media all and (max-width:1000px) {
    .terms__block {
        padding: 50px 0
    }
}

@media all and (max-width:768px) {
    .terms__block {
        padding: 40px 0
    }
}

@media all and (max-width:450px) {
    .terms__block {
        padding: 30px 0
    }
}

.terms__block.intro {
    padding-bottom: 0;
    border-bottom: none
}

.terms__ref {
    background-color: #F7F3F0;
    padding: 35px 40px
}

@media all and (max-width:768px) {
    .terms__ref {
        padding: 25px 30px
    }
}

@media all and (max-width:450px) {
    .terms__ref {
        padding: 20px
    }
}

.terms__ref .ref__desc {
    font-size: 16px
}

@media all and (max-width:768px) {
    .terms__ref .ref__desc {
        font-size: 15px
    }
}

@media all and (max-width:450px) {
    .terms__ref .ref__desc {
        font-size: 14px
    }
}

.terms__ref .ref__desc+.ref__desc {
    margin-top: .5em
}

@media all and (max-width:768px) {
    .terms__ref .ref__desc+.ref__desc {
        margin-top: .25em
    }
}

.terms__end {
    text-align: right;
    margin: 4em auto;
    line-height: 2
}

.terms__end:first-child {
    margin-top: 0
}

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

@media all and (max-width:768px) {
    .terms__end {
        margin: 3em auto
    }
}

@media all and (max-width:450px) {
    .terms__end {
        margin: 2em auto
    }
}

.terms__end span {
    display: inline-block;
    text-align: left
}

.terms__btn {
    margin: 100px auto;
    padding-bottom: 25px
}

.terms__btn:first-child {
    margin-top: 0
}

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

@media all and (max-width:1000px) {
    .terms__btn {
        padding-bottom: 50px
    }
}

@media all and (max-width:768px) {
    .terms__btn {
        margin: 75px auto
    }
}

@media all and (max-width:450px) {
    .terms__btn {
        margin: 50px auto
    }
}

.terms__btn .btn--normal {
    max-width: 380px;
    margin: auto;
    padding-left: 3.5em
}

@media all and (max-width:768px) {
    .terms__btn .btn--normal {
        padding-left: 1.5em;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}


/** elements **/

.heading--lg,
.heading--md,
.heading--page,
.heading--section,
.heading--sm {
    font-family: "F+UD-筑紫明朝 R", "F+UD-TsukuMin R", serif;
    font-weight: 400;
    text-align: center
}

.left.heading--lg,
.left.heading--md,
.left.heading--page,
.left.heading--section,
.left.heading--sm {
    text-align: left !important
}

.right.heading--lg,
.right.heading--md,
.right.heading--page,
.right.heading--section,
.right.heading--sm {
    text-align: right !important
}

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

    .center--lg.heading--lg,
    .center--lg.heading--md,
    .center--lg.heading--page,
    .center--lg.heading--section,
    .center--lg.heading--sm {
        text-align: center !important
    }
}

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

    .left--lg.heading--lg,
    .left--lg.heading--md,
    .left--lg.heading--page,
    .left--lg.heading--section,
    .left--lg.heading--sm {
        text-align: left !important
    }
}

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

    .left--lg.heading--lg,
    .left--lg.heading--md,
    .left--lg.heading--page,
    .left--lg.heading--section,
    .left--lg.heading--sm {
        margin-left: auto;
        margin-right: auto
    }
}

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

    .right--lg.heading--lg,
    .right--lg.heading--md,
    .right--lg.heading--page,
    .right--lg.heading--section,
    .right--lg.heading--sm {
        text-align: right !important
    }
}

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

    .right--lg.heading--lg,
    .right--lg.heading--md,
    .right--lg.heading--page,
    .right--lg.heading--section,
    .right--lg.heading--sm {
        margin-left: auto;
        margin-right: auto
    }
}

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

    .center--md.heading--lg,
    .center--md.heading--md,
    .center--md.heading--page,
    .center--md.heading--section,
    .center--md.heading--sm {
        text-align: center !important
    }
}

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

    .left--md.heading--lg,
    .left--md.heading--md,
    .left--md.heading--page,
    .left--md.heading--section,
    .left--md.heading--sm {
        text-align: left !important
    }
}

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

    .left--md.heading--lg,
    .left--md.heading--md,
    .left--md.heading--page,
    .left--md.heading--section,
    .left--md.heading--sm {
        margin-left: auto;
        margin-right: auto
    }
}

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

    .right--md.heading--lg,
    .right--md.heading--md,
    .right--md.heading--page,
    .right--md.heading--section,
    .right--md.heading--sm {
        text-align: right !important
    }
}

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

    .right--md.heading--lg,
    .right--md.heading--md,
    .right--md.heading--page,
    .right--md.heading--section,
    .right--md.heading--sm {
        margin-left: auto;
        margin-right: auto
    }
}

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

    .center--sm.heading--lg,
    .center--sm.heading--md,
    .center--sm.heading--page,
    .center--sm.heading--section,
    .center--sm.heading--sm {
        text-align: center !important
    }
}

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

    .left--sm.heading--lg,
    .left--sm.heading--md,
    .left--sm.heading--page,
    .left--sm.heading--section,
    .left--sm.heading--sm {
        text-align: left !important;
        margin-left: auto;
        margin-right: auto
    }
}

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

    .right--sm.heading--lg,
    .right--sm.heading--md,
    .right--sm.heading--page,
    .right--sm.heading--section,
    .right--sm.heading--sm {
        text-align: right !important;
        margin-left: auto;
        margin-right: auto
    }
}

.heading--lg,
.heading--md,
.heading--sm {
    position: relative;
    z-index: 0
}

.heading--lg i,
.heading--md i,
.heading--sm i {
    display: inline-block;
    background-color: #fff;
    padding: 0 1em
}

.heading--lg i:before,
.heading--md i:before,
.heading--sm i:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #615349;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1
}

.left.heading--lg i,
.left.heading--md i,
.left.heading--sm i {
    padding-left: 0
}

.right.heading--lg i,
.right.heading--md i,
.right.heading--sm i {
    padding-right: 0
}

.heading--page {
    font-size: 44px;
    line-height: 1.25;
    letter-spacing: .05em
}

@media all and (max-width:1000px) {
    .heading--page {
        font-size: 39px
    }
}

@media all and (max-width:768px) {
    .heading--page {
        font-size: 34px
    }
}

@media all and (max-width:450px) {
    .heading--page {
        font-size: 29px
    }
}

@media all and (max-width:350px) {
    .heading--page {
        font-size: 25px
    }
}

.heading--section {
    font-size: 44px;
    line-height: 1.4;
    margin: 1.5em auto
}

.heading--section:first-child {
    margin-top: 0
}

.heading--section:last-child {
    margin-bottom: 0
}

@media all and (max-width:1000px) {
    .heading--section {
        font-size: 39px
    }
}

@media all and (max-width:768px) {
    .heading--section {
        font-size: 34px
    }
}

@media all and (max-width:450px) {
    .heading--section {
        font-size: 24px;
        letter-spacing: 0
    }
}

@media all and (max-width:350px) {
    .heading--section {
        font-size: 26px
    }
}

.heading--section i {
    display: inline-block;
    position: relative;
    padding-bottom: .7em
}

.heading--section i:after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: 0;
    background: -webkit-linear-gradient(left, #BFAB94 0, #BFAB94 75%, #615349 75%, #615349 100%);
    background: linear-gradient(90deg, #BFAB94 0, #BFAB94 75%, #615349 75%, #615349 100%)
}

@media all and (max-width:1000px) {
    .heading--section i:after {
        width: 68px;
        margin-left: -34px
    }
}

@media all and (max-width:768px) {
    .heading--section i:after {
        width: 54px;
        margin-left: -27px
    }
}

@media all and (max-width:450px) {
    .heading--section i:after {
        width: 40px;
        height: 1px;
        margin-left: -20px
    }
}

.heading--section.chr--left i:after,
.heading--section.left i:after {
    left: 0;
    margin-left: 0
}

.heading--section.chr--right i:after,
.heading--section.right i:after {
    left: auto;
    right: 0;
    margin-left: 0
}

.heading--lg {
    font-size: 36px;
    line-height: 1.4;
    margin: 1em auto
}

.heading--lg:first-child {
    margin-top: 0
}

.heading--lg:last-child {
    margin-bottom: 0
}

@media all and (max-width:1000px) {
    .heading--lg {
        font-size: 32px
    }
}

@media all and (max-width:768px) {
    .heading--lg {
        font-size: 28px
    }
}

@media all and (max-width:450px) {
    .heading--lg {
        font-size: 24px;
        margin: .75em auto
    }
}

@media all and (max-width:350px) {
    .heading--lg {
        font-size: 22px
    }
}

.heading--lg small {
    font-size: .72222em
}

@media all and (max-width:450px) {
    .heading--lg small {
        font-size: .79167em
    }
}

@media all and (max-width:768px) {
    .heading--lg.md--md {
        font-size: 21px;
        line-height: 1.6
    }
}

@media all and (max-width:450px) {
    .heading--lg.md--md {
        font-size: 19px
    }
}

.heading--md {
    font-size: 26px;
    line-height: 1.6;
    margin: 1em auto
}

.heading--md:first-child {
    margin-top: 0
}

.heading--md:last-child {
    margin-bottom: 0
}

@media all and (max-width:1000px) {
    .heading--md {
        font-size: 24px
    }
}

@media all and (max-width:768px) {
    .heading--md {
        font-size: 21px
    }
}

@media all and (max-width:450px) {
    .heading--md {
        font-size: 19px
    }
}

@media all and (max-width:350px) {
    .heading--md {
        font-size: 17px
    }
}

.navi--sitemap+.heading--md {
    margin-top: 100px
}

.heading--sm {
    font-size: 20px;
    line-height: 1.6;
    margin: .75em auto
}

.heading--sm:first-child {
    margin-top: 0
}

.heading--sm:last-child {
    margin-bottom: 0
}

@media all and (max-width:1000px) {
    .heading--sm {
        font-size: 18px
    }
}

@media all and (max-width:768px) {
    .heading--sm {
        font-size: 17px
    }
}

@media all and (max-width:450px) {
    .heading--sm {
        font-size: 16px
    }
}

@media all and (max-width:350px) {
    .heading--sm {
        font-size: 15px
    }
}


/** Para **/

.para {
    text-align: justify;
    line-height: 2;
    margin: 1.5em auto
}

.para:first-child {
    margin-top: 0
}

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

.para--narrow {
    text-align: justify;
    line-height: 1.5;
    margin: 1.25em auto
}

.para--narrow:first-child {
    margin-top: 0
}

.para--narrow:last-child {
    margin-bottom: 0
}

.para--small {
    display: block;
    font-size: 12px;
    text-align: justify;
    line-height: 2;
    margin: .75em auto
}

.para--small:first-child {
    margin-top: 0
}

.para--small:last-child {
    margin-bottom: 0
}

.para--note {
    font-family: "FP-ヒラギノUD角ゴ StdN W3", HiraginoUDSansStdN-W3, sans-serif;
    font-size: 10px;
    line-height: 2;
    margin: .5em auto;
    text-align: justify;
    letter-spacing: .05em
}

.para--note:first-child {
    margin-top: 0
}

.para--note:last-child {
    margin-bottom: 0
}

@media all and (max-width:768px) {
    .para--note {
        line-height: 1.75
    }
}

.photo {
    position: relative;
    font-size: 0;
    line-height: 1
}

.photo__cap {
    font-family: "FP-ヒラギノUD角ゴ StdN W3", HiraginoUDSansStdN-W3, sans-serif;
    font-size: 16px;
    line-height: 1.15;
    display: inline-block;
    color: #615349;
    background-color: #F7F3F0;
    padding: .35em 1em;
    position: absolute;
    top: 0;
    left: 0
}

@media all and (max-width:1000px) {
    .photo__cap {
        font-size: 15px
    }
}

@media all and (max-width:768px) {
    .photo__cap {
        font-size: 14px;
        padding: .35em .75em
    }
}

@media all and (max-width:350px) {
    .photo__cap {
        font-size: 13px
    }
}

.photo__cap--ft {
    font-family: "FP-ヒラギノUD角ゴ StdN W3", HiraginoUDSansStdN-W3, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.15;
    display: inline-block;
    padding: 1em;
    position: absolute;
    bottom: 0;
    right: 0
}

@media all and (max-width:768px) {
    .photo__cap--ft {
        display: none
    }
}

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

    .photo__note,
    .photo__para {
        padding: 0 25px
    }
}

.list--bullet,
.list--order {
    margin: 1.5em auto;
    font-size: 16px
}

.list--bullet:first-child,
.list--order:first-child {
    margin-top: 0
}

.list--bullet:last-child,
.list--order:last-child {
    margin-bottom: 0
}

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

    .list--bullet,
    .list--order {
        font-size: 15px
    }
}

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

    .list--bullet,
    .list--order {
        font-size: 14px
    }
}

.list--bullet li+li,
.list--order li+li {
    margin-top: .5em
}

.list--bullet li>ol,
.list--bullet li>ul,
.list--order li>ol,
.list--order li>ul {
    margin: .75em auto
}

.list--bullet li>ol:last-child,
.list--bullet li>ul:last-child,
.list--order li>ol:last-child,
.list--order li>ul:last-child {
    margin-bottom: 1.25em
}

.list--bullet li>ol li+li,
.list--bullet li>ul li+li,
.list--order li>ol li+li,
.list--order li>ul li+li {
    margin-top: .5em
}

.list--bullet li {
    position: relative;
    padding-left: 1.5em
}

@media all and (max-width:768px) {
    .list--bullet li {
        padding-left: 1.25em
    }
}

.list--bullet li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #11335D;
    position: absolute;
    top: .55em;
    left: 0
}

@media all and (max-width:768px) {
    .list--bullet li:before {
        left: 0
    }
}

.list--bullet.bullet--bdr li:before {
    background-color: transparent;
    border: 2px solid #BFAB94
}

.list--order {
    counter-reset: cnt
}

.list--order li {
    position: relative;
    padding-left: 2.5em;
    counter-increment: cnt
}

.list--order li:before {
    display: inline-block;
    width: 2.5em;
    content: counter(cnt) ".";
    margin-left: -2.5em
}

.list--order.bracket li:before {
    content: "("counter(cnt) ") "
}

.list--note {
    font-family: "FP-ヒラギノUD角ゴ StdN W3", HiraginoUDSansStdN-W3, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    margin: 1.5em auto
}

.list--note:first-child {
    margin-top: 0
}

.list--note:last-child {
    margin-bottom: 0
}

@media all and (max-width:768px) {
    .list--note {
        margin: 1em auto
    }
}

.list--note li {
    padding-left: 1.15em
}

.list--note li:before {
    content: "※";
    display: inline-block;
    width: 1em;
    margin-right: .15em;
    margin-left: -1.15em
}

.list--note li+li {
    margin-top: .25em
}


/** Navi  **/


.navi--header {
    letter-spacing: 0;
    line-height: 1.3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 1.5em
}

@media all and (max-width:1350px) {
    .navi--header {
        margin-left: .75em
    }
}

@media all and (max-width:1250px) {
    .navi--header {
        font-size: 15px
    }
}

@media all and (max-width:1000px) {
    .navi--header {
        display: none
    }
}

.navi--header .navi__item {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    font-weight: 500;
}


.navi--header .navi__item+.navi__item {
    border-left: 1px solid #BFAB94
}

.navi--header .navi__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .25em 1em;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.navi--header .navi__item a:hover {
    color: #BFAB94
}

.navi--header .navi__item.active a{
    color: #BFAB94;
    pointer-events: none;
}

.navi--breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden
}

@media all and (max-width:768px) {
    .navi--breadcrumb {
        font-size: 14px
    }
}

.navi--breadcrumb .navi__item {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 50vw;
    overflow: hidden;
    text-overflow: ellipsis
}

.navi--breadcrumb .navi__item a {
    display: block;
    padding: 1px
}

.navi--breadcrumb .navi__item a:hover {
    text-decoration: underline
}

.navi--breadcrumb .navi__item+.navi__item {
    position: relative;
    margin-left: 1.5em;
    padding-left: 2.5em
}

@media all and (max-width:768px) {
    .navi--breadcrumb .navi__item+.navi__item {
        margin-left: .5em;
        padding-left: 1.5em
    }
}

.navi--breadcrumb .navi__item+.navi__item:before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background-image: url(../images/common/icon_arrowedge_brwn.svg);
    position: absolute;
    top: 0;
    left: 0
}

.navi--sitemap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 1.75;
    margin-right: -20px
}

@media all and (max-width:768px) {
    .navi--sitemap {
        font-size: 15px
    }
}

@media all and (max-width:650px) {
    .navi--sitemap {
        display: block;
        margin: auto
    }
}

@media all and (max-width:450px) {
    .navi--sitemap {
        font-size: 14px
    }
}

.navi--sitemap .navi__item {
    width: calc((100% - 60px)/ 3);
    margin: -1px 20px 0 0;
    border-top: 1px solid #BFAB94;
    border-bottom: 1px solid #BFAB94
}

@media all and (max-width:1000px) {
    .navi--sitemap .navi__item {
        width: calc((100% - 40px)/ 2)
    }
}

@media all and (max-width:650px) {
    .navi--sitemap .navi__item {
        width: auto;
        margin: -1px auto 0
    }
}

.navi--sitemap .navi__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    padding: 0 3em 0 1em;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    position: relative
}

.navi--sitemap .navi__item a:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/common/icon_link_brwn.svg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -12px
}

@media all and (max-width:768px) {
    .navi--sitemap .navi__item a:after {
        right: 10px
    }
}

.navi--sitemap .navi__item a[target="_blank"]:after {
    background-image: url(../images/common/icon_external_brwn.svg)
}

.navi--sitemap .navi__item a:hover {
    color: #BFAB94
}

@media all and (max-width:1000px) {
    .navi--sitemap .navi__item a {
        height: 70px
    }
}

@media all and (max-width:768px) {
    .navi--sitemap .navi__item a {
        height: 60px;
        padding: 0 3em 0 .5em
    }
}

.navi--sitemap .navi__item.lg {
    font-size: 20px;
    width: 100%
}

@media all and (max-width:1000px) {
    .navi--sitemap .navi__item.lg {
        font-size: 18px
    }
}

@media all and (max-width:768px) {
    .navi--sitemap .navi__item.lg {
        font-size: 17px
    }
}

@media all and (max-width:650px) {
    .navi--sitemap .navi__item.lg a {
        height: 110px
    }
}

@media all and (max-width:450px) {
    .navi--sitemap .navi__item.lg {
        font-size: 16px
    }
}

.navi--sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
	justify-content: space-between;
}

@media all and (max-width:768px) {
    .navi--sec {
        margin-bottom: -15px
    }
}

@media all and (max-width:450px) {
    .navi--sec {
        margin-bottom: -10
    }
}

.navi--sec .navi__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 20px 0;
}

.navi--sec .navi__item+.navi__item {
    margin-left: 20px;
}

@media all and (max-width:1000px) {
    .navi--sec .navi__item {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        width: calc((100% - 20px)/ 2);
        margin: 0 20px 20px 0
    }

    .navi--sec .navi__item+.navi__item {
        margin-left: 0
    }

    .navi--sec .navi__item:nth-child(2n) {
        margin-right: 0
    }
}

@media all and (max-width:768px) {
    .navi--sec .navi__item {
        width: calc((100% - 15px)/ 2);
        margin: 0 15px 15px 0
    }
}

@media all and (max-width:450px) {
    .navi--sec .navi__item { width: calc((100% - 10px)/ 2); margin: 0 10px -20px 0;}
    .item3 .navi--sec .navi__item { width: calc((100% - 10px)/ 3); margin: 0 5px 10px 0;}
	.item3 .navi--sec .navi__item:last-child{ margin-right: 0;}
	.item3 .left--md.btn--anchor,
	.item3 .left--md.btn--cnv,
	.item3 .left--md.btn--link,
	.item3 .left--md.btn--normal{ font-size: 11px;}
}

.navi--sec .btn--normal {
    font-size: 20px
}

@media all and (max-width:1280px) {
    .navi--sec .btn--normal {
        font-size: 18px
    }
}

@media all and (max-width:1000px) {
    .navi--sec .btn--normal {
        font-size: 16px
    }
}

@media all and (max-width:768px) {
    .navi--sec .btn--normal {
        font-size: 15px
    }
}

@media all and (max-width:450px) {
    .navi--sec .btn--normal {
        font-size: 12px
    }
}

@media all and (max-width:350px) {
    .navi--sec .btn--normal {
        font-size: 13px
    }
}

.navi--sec .adj--brand1 {
    display: none
}

@media all and (max-width:550px) {
    .navi--sec .adj--brand1 {
        display: inline
    }
}

@media all and (max-width:375px) {
    .navi--sec .adj--brand1 {
        display: none
    }
}

.navi--other {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px auto
}

.navi--other:first-child {
    margin-top: 0
}

.navi--other:last-child {
    margin-bottom: 0
}

@media all and (max-width:768px) {
    .navi--other {
        margin: 35px auto
    }
}

@media all and (max-width:450px) {
    .navi--other {
        margin: 25px auto
    }
}

@media all and (max-width:1000px) {
    .navi--other.other--page {
        display: block
    }
}

@media all and (max-width:1000px) {
    .navi--other.other--page .navi__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 120px
    }
}

@media all and (max-width:768px) {
    .navi--other.other--page .navi__item {
        height: 100px
    }
}

@media all and (max-width:450px) {
    .navi--other.other--page .navi__item {
        height: 75px
    }
}

@media all and (max-width:1000px) {
    .navi--other.other--page .navi__item+.navi__item {
        margin-top: 30px
    }
}

@media all and (max-width:768px) {
    .navi--other.other--page .navi__item+.navi__item {
        margin-top: 20px
    }
}

@media all and (max-width:450px) {
    .navi--other.other--page .navi__item+.navi__item {
        margin-top: 10px
    }
}

@media all and (max-width:1000px) {
    .navi--other.other--page .navi__ph {
        width: 50%;
        border-radius: 5px 0 0 5px
    }
}

@media all and (max-width:768px) {
    .navi--other.other--page .navi__ph {
        width: 40%
    }
}

@media all and (max-width:450px) {
    .navi--other.other--page .navi__ph {
        width: 31.25%;
        border-radius: 3px 0 0 3px
    }
}

@media all and (max-width:1000px) {
    .navi--other.other--page .navi__title {
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media all and (max-width:1000px) {
    .navi--other.other--page .navi__title .btn--normal,
	.navi--other.other--page .navi__title .btn--simple{
        margin: 0;
        height: 100%;
        border-radius: 0 5px 5px 0
    }
}

@media all and (max-width:450px) {
    .navi--other.other--page .navi__title .btn--normal,
	.navi--other.other--page .navi__title .btn--simple{
        border-radius: 0 3px 3px 0
    }
}

.navi--other .navi__item {
    display: block
}

@media all and (min-width:1001px) {
    .navi--other .navi__item {
        width: calc((100% - 45px)/ 3);
        margin: 0 15px 15px 0
    }

/*	.navi--other .navi__item .img--fit { height: auto;}*/
    .navi--other .navi__item:nth-child(3n) {
        margin-right: 0
    }
}

@media all and (-ms-high-contrast:none) and (min-width:1001px) {
    .navi--other .navi__item {
        width: calc(((100% - 45px)/ 3) - 1px)
    }
}

.navi--other .navi__item:hover .btn--normal {
    color: #615349;
    background-color: #fff
}

.navi--other .navi__item:hover .btn__icon--link {
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%)
}

.navi--other .navi__ph {
    font-size: 0;
    line-height: 1;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: relative
}

.navi--other .navi__ph:after {
    content: "";
    display: block;
    padding-top: 66.42857%
}

.navi--other .navi__title {
    font-weight: 600
}
.navi--other .navi__title .mb0{
	  margin-bottom: 0px;
}

.navi--other .navi__title .btn--normal,
.navi--other .navi__title .btn--simple{
    box-shadow: none;
    border-radius: 0 0 5px 5px;
    margin-top: -1px;
		font-size: 15px;
}

.navi--cnv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.navi--cnv .navi__item a {
    font-family: "FP-ヒラギノUD角ゴ StdN W6",HiraginoUDSansStdN-W6,sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
/*    font-weight: bold;*/
}

.navi--news .navi__item {
    padding: 1.5em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid #615349
}

@media all and (max-width:768px) {
    .navi--news .navi__item {
        display: block
    }
}

.navi--news .navi__item:last-child {
    border-bottom: 1px solid #615349
}

@media all and (min-width:769px) {
    .navi--news .navi__item:hover .news__title i {
        border-bottom: 1px solid #030303
    }
}

.navi--news .navi__item .news__date {
    padding-right: 4em;
    color: #615349;
    font-family: din-2014, "FP-ヒラギノUD角ゴ StdN W3", HiraginoUDSansStdN-W3, sans-serif;
    font-weight: 400;
    font-style: normal
}

@media all and (max-width:768px) {
    .navi--news .navi__item .news__date {
        padding: 0;
        margin-bottom: .5em
    }
}

.navi--news .navi__item .news__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.navi--news.news--list {
    font-size: 20px;
    padding-bottom: 125px
}

@media all and (max-width:1000px) {
    .navi--news.news--list {
        font-size: 17px;
        padding-bottom: 75px
    }
}

@media all and (max-width:768px) {
    .navi--news.news--list {
        font-size: 16px;
        padding-bottom: 25px
    }
}

@media all and (max-width:450px) {
    .navi--news.news--list {
        font-size: 14px
    }
}

.navi--news.news--list .navi__item {
    padding: 2em 0
}

.navi--news.news--list .navi__item:first-child {
    border-top: none
}

@media all and (max-width:768px) {
    .navi--news.news--list .navi__item:last-child {
        border-bottom: none
    }
}

.navi--group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px
}

.navi--group .navi__item {
    width: calc((100% - (20px * 3))/ 4);
    margin: 0 20px 20px 0;
    line-height: 1;
    font-size: 0;
    position: relative
}

.navi--group .navi__item:nth-child(4n) {
    margin-right: 0
}

@media all and (max-width:1000px) {
    .navi--group .navi__item {
        width: calc((100% - (20px * 2))/ 3)
    }

    .navi--group .navi__item:nth-child(4n) {
        margin-right: 20px
    }

    .navi--group .navi__item:nth-child(3n) {
        margin-right: 0
    }
}

@media all and (max-width:768px) {
    .navi--group .navi__item {
        width: calc((100% - 10px)/ 2);
        margin: 0 10px 10px 0
    }

    .navi--group .navi__item:nth-child(3n),
    .navi--group .navi__item:nth-child(4n) {
        margin-right: 10px
    }

    .navi--group .navi__item:nth-child(2n) {
        margin-right: 0
    }
}

.navi--group .navi__item:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #615349;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}

.navi--group .navi__item a img {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.navi--group .navi__item a:hover img {
    opacity: .8
}

.navi--pagefooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media all and (max-width:1100px) {
    .navi--pagefooter {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -30px
    }
}

@media all and (max-width:768px) {
    .navi--pagefooter {
        display: block;
        margin: 0
    }
}

.navi--pagefooter>.navi__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 20px
}

.navi--pagefooter > .navi__item > .navi__item_child {
    margin: 0 0 20px 0;
}

.navi--pagefooter>.navi__item.col3 {
    -webkit-box-flex: 3.15;
    -webkit-flex: 3.15;
    -ms-flex: 3.15;
    flex: 3.15
}

.navi--pagefooter>.navi__item:last-child {
    margin-right: 0
}

@media all and (max-width:1100px) {
    .navi--pagefooter>.navi__item {
        width: calc((100% - 20px)/ 2);
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        margin: 0 20px 30px 0
    }

    .navi--pagefooter>.navi__item:nth-child(2n) {
        margin-right: 0
    }
}

@media all and (max-width:768px) {
    .navi--pagefooter>.navi__item {
        width: 100%;
        margin: 0
    }
}

@media all and (max-width:1100px) {
    .navi--pagefooter>.navi__item .adj1 {
        display: none
    }
}

@media all and (min-width:1251px) {
    .navi--pagefooter>.navi__item .adj1 {
        display: none
    }
}

.navi--pagefooter+.navi--pagefooter {
    margin-top: 40px
}

@media all and (max-width:1000px) {
    .navi--pagefooter+.navi--pagefooter {
        margin-top: 30px
    }
}

@media all and (max-width:768px) {
    .navi--pagefooter+.navi--pagefooter {
        margin-top: 0;
        border-bottom: 1px solid #615349
    }
}

.navi--pagefooter .navi__heading {
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: .075em;
    margin-bottom: .75em;
    padding-bottom: .75em;
    border-bottom: 1px solid #615349
}

@media all and (max-width:1000px) {
    .navi--pagefooter .navi__heading {
        font-size: 16px
    }
}

@media all and (max-width:768px) {
    .navi--pagefooter .navi__heading {
        font-size: 15px;
        border-bottom: none;
        border-top: 1px solid #615349
    }

    .navi--pagefooter .navi__heading.accordion__btn--md {
        margin: 0;
        padding: 1.5em 2em 1.5em 10px
    }
	.navi--pagefooter .navi__heading.non-accordion__btn{ padding-bottom: 0;margin-bottom: 0;}
    .navi--pagefooter .navi__heading.non-accordion__btn a {
			display: block;
        margin: 0;
        padding: 1.5em 2em 1.5em 10px
    }
	
	
}

@media all and (max-width:450px) {
    .navi--pagefooter .navi__heading {
        font-size: 14px
    }
}

.navi--pagefooter .navi__sub {
    line-height: 1.5
}

@media all and (max-width:1280px) {
    .navi--pagefooter .navi__sub {
        font-size: 15px
    }
}

.navi--pagefooter .navi__sub.col3 {
    font-family: "FP-ヒラギノUD角ゴ StdN W3", HiraginoUDSansStdN-W3, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media all and (max-width:1100px) {
    .navi--pagefooter .navi__sub.col3 {
        display: block
    }
}

.navi--pagefooter .navi__sub.col3>.navi__item {
    font-size: 12px;
    width: calc((100% - 40px)/ 3);
    margin: 0 20px 10px 0
}

.navi--pagefooter .navi__sub.col3>.navi__item:nth-child(3n) {
    margin-right: 0
}

.navi--pagefooter .navi__sub.col3>.navi__item+.navi__item {
    margin-top: 0
}

@media all and (max-width:1100px) {
    .navi--pagefooter .navi__sub.col3>.navi__item {
        width: auto;
        margin: auto
    }

    .navi--pagefooter .navi__sub.col3>.navi__item+.navi__item {
        margin-top: .5em
    }
}

@media all and (max-width:768px) {
    .navi--pagefooter .navi__sub>.navi__item {
        border-top: 1px solid #BFAB94
    }
}

.navi--pagefooter .navi__sub>.navi__item+.navi__item {
    margin-top: .4em
}

@media all and (max-width:768px) {
    .navi--pagefooter .navi__sub>.navi__item+.navi__item {
        margin-top: 0
    }
}

.navi--pagefooter .navi__sub>.navi__item a {
    display: inline-block;
    padding-left: 1.5em;
    position: relative
}

@media all and (max-width:768px) {
    .navi--pagefooter .navi__sub>.navi__item a {
        display: block;
        padding: 1.25em 2em 1.25em 10px
    }
}

.navi--pagefooter .navi__sub>.navi__item a:before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background-image: url(../images/common/icon_arrow_brwn.svg);
    background-size: 95%;
    background-position: center center;
    position: absolute;
    top: .25em;
    left: 0
}

@media all and (max-width:768px) {
    .navi--pagefooter .navi__sub>.navi__item a:before {
        background-image: url(../images/common/icon_arrow_brwn-dark.svg);
        left: auto;
        right: .4em;
        top: 50%;
        margin-top: -.5em
    }
}

.navi--pagefooter .navi__sub>.navi__item a:hover {
    color: #615349
}

@media all and (min-width:769px) {
    .navi--pagefooter .navi__sub>.navi__item a:hover {
        text-decoration: underline
    }
}

.navi--pagefooter .navi__sub>.navi__item a[target="_blank"] {
    padding-right: 1.5em
}

@media all and (max-width:768px) {
    .navi--pagefooter .navi__sub>.navi__item a[target="_blank"]:before {
        display: none
    }
}

@media all and (min-width:1101px) {
    .navi--pagefooter .navi__sub>.navi__item a[target="_blank"] {
        white-space: nowrap
    }
}

.navi--pagefooter .navi__sub>.navi__item a[target="_blank"]:after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background-image: url(../images/common/icon_external.svg);
    background-size: 95%;
    background-position: center center;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -.5em
}

@media all and (max-width:768px) {
    .navi--pagefooter .navi__sub>.navi__item a[target="_blank"]:after {
        width: 1.5em;
        height: 1.5em;
        right: .15em;
        top: 50%;
        margin-top: -.75em
    }
}

.navi--pagefooter--sm {
    font-family: "FP-ヒラギノUD角ゴ StdN W3", HiraginoUDSansStdN-W3, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media all and (max-width:768px) {
    .navi--pagefooter--sm+.navi--pagefooter--sm {
        border-top: 1px solid #615349
    }
}

@media all and (max-width:350px) {
    .navi--pagefooter--sm {
        font-size: 11px
    }
}

.navi--pagefooter--sm--wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #615349;
    padding: 1.5em 1em
}

.navi--pagefooter+.navi--pagefooter--sm--wrap {
    margin-top: 65px
}

@media all and (max-width:450px) {
    .navi--pagefooter+.navi--pagefooter--sm--wrap {
        margin-top: 50px
    }
}

.navi--pagefooter--sm--wrap:last-child {
    margin-bottom: -35px
}

@media all and (max-width:768px) {
    .navi--pagefooter--sm--wrap {
        display: block;
        margin: 0 -40px;
        padding: 0;
        border-bottom: 1px solid #615349
    }
}

@media all and (max-width:450px) {
    .navi--pagefooter--sm--wrap {
        margin: 0 -25px
    }
}

.navi--pagefooter--sm .navi__item {
    margin: 0 1em
}

@media all and (max-width:768px) {
    .navi--pagefooter--sm .navi__item {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0
    }

    .navi--pagefooter--sm .navi__item+.navi__item {
        border-left: 1px solid #615349
    }
}

@media all and (min-width:769px) {
    .navi--pagefooter--sm .navi__item {
        white-space: nowrap
    }
}

.navi--pagefooter--sm .navi__item a {
    display: block;
    padding: .25em
}

@media all and (max-width:768px) {
    .navi--pagefooter--sm .navi__item a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        width: 100%;
        height: 100%;
        padding: 1.25em .5em;
        position: relative
    }

    .navi--pagefooter--sm .navi__item a:after {
        content: "";
        display: block;
        width: 1.2em;
        height: 1.2em;
        background-image: url(../images/common/icon_arrow_brwn-dark.svg);
        background-size: 95%;
        background-position: center center;
        position: absolute;
        top: 50%;
        right: 1em;
        margin-top: -.6em
    }
	.navi--pagefooter--sm .navi__item a.exlink:after{background-image: url(../images/commmon/icon_external.svg);}
}

@media all and (max-width:450px) {
  .navi--pagefooter--sm .navi__item a{letter-spacing: 0; padding: 1.25em 1em 1.25em .2em; font-size: 11px;}
    .navi--pagefooter--sm .navi__item a:after {
        right: .1em
    }
}

.navi--pagefooter--sm .navi__item a:hover {
    color: #615349
}

@media all and (min-width:769px) {
    .navi--pagefooter--sm .navi__item a:hover {
        text-decoration: underline
    }
}

.navi--menu {
    padding: 80px 0;
    font-size: 17px;
    line-height: 1.5
}

@media all and (max-width:768px) {
    .navi--menu {
        padding: 60px 0;
        font-size: 16px
    }
}

@media all and (max-width:450px) {
    .navi--menu {
        padding: 40px 0
    }
}

@media all and (max-width:350px) {
    .navi--menu {
        font-size: 15px
    }
}

.navi--menu .navi__item {
    border-top: 1px solid #BFAB94
}

.navi--menu .navi__item:last-child {
    border-bottom: 1px solid #BFAB94
}

.navi--menu .navi__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 75px;
    padding: 0 3em 0 15px;
    position: relative
}

.navi--menu .navi__item.active a{
    color: #BFAB94;
}

@media all and (max-width:768px) {
    .navi--menu .navi__item a {
        height: 65px
    }
}

.navi--menu .navi__item a:after {
    content: "";
    display: block;
    width: 1.8em;
    height: 1.8em;
    background-image: url(../images/common/icon_circle_arrow_brwn.svg);
    background-size: 100%;
    background-position: center center;
    position: absolute;
    top: 50%;
    right: .5em;
    margin-top: -.9em
}

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

    .navi--menu _::-webkit-full-page-media,
    .navi--menu _:future,
    :root .navi--menu a {
        white-space: nowrap
    }
}


/** elements **/

.box--blue {
    padding: 25px 30px;
    background-color: #FFFFFF;
    border: 1px solid #004EA2
}

@media all and (max-width:1000px) {
    .box--blue {
        padding: 25px
    }
}

@media all and (max-width:768px) {
    .box--blue {
        padding: 20px
    }
}

@media all and (max-width:450px) {
    .box--blue {
        padding: 15px 20px
    }
}

.residence__ph {
    font-size: 0;
    line-height: 1
}

@media all and (max-width:768px) {
    .residence--cnv .residence.container__item+.residence.container__item {
        margin-top: 60px
    }
}

@media all and (max-width:450px) {
    .residence--cnv .residence.container__item+.residence.container__item {
        margin-top: 40px
    }
}

.residence--cnv .residence__details {
    padding: 30px 20px 0
}

@media all and (max-width:1000px) {
    .residence--cnv .residence__details {
        padding: 20px 10px 0
    }
}

@media all and (max-width:768px) {
    .residence--cnv .residence__details {
        padding: 20px 0 0
    }
}

.residence__list {
    max-width: 980px;
    margin: auto
}

.heading--section+.residence__list {
    margin-top: 120px
}

@media all and (max-width:1000px) {
    .heading--section+.residence__list {
        margin-top: 100px
    }
}

@media all and (max-width:768px) {
    .heading--section+.residence__list {
        margin-top: 60px
    }
}

@media all and (max-width:450px) {
    .heading--section+.residence__list {
        margin-top: 45px
    }
}

.residence__list .residence {
    padding: 50px 0;
    border-bottom: 1px solid #BFAB94
}

.residence__list .residence:last-child {
    border-bottom: none;
}

@media all and (max-width:768px) {
    .residence__list .residence .residence__details {
        margin-top: 1.5em
    }

    .residence__list .residence .heading--md {
        margin-bottom: .5em
    }

    .residence__list .residence .para {
        margin-top: 1em
    }
}

@media all and (max-width:450px) {
    .residence__list .residence .residence__details {
        margin-top: 1em
    }
}

@media all and (min-width:769px) {
    .residence__list .residence {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .residence__list .residence .residence__ph {
        width: 48.97959%
    }

    .residence__list .residence .residence__details {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: 20px
    }
}

.news__date {
    letter-spacing: .2em
}

.news__title {
    line-height: 2
}


/** breadcrumb **/

.breadcrumb {
    font-family: "FP-ヒラギノUD角ゴ StdN W3", HiraginoUDSansStdN-W3, sans-serif;
    padding: 15px 80px;
    background-color: #F7F3F0;
    border-top: 1px solid #BFAB94;
    border-bottom: 1px solid #BFAB94
}

@media all and (max-width:1000px) {
    .breadcrumb {
        padding: 15px 60px
    }
}

@media all and (max-width:768px) {
    .breadcrumb {
        padding: 15px 40px
    }
}

@media all and (max-width:450px) {
    .breadcrumb {
        padding: 15px 25px
    }
}

.breadcrumb.display--block--md {
    border: none
}

.section--bdr+.breadcrumb.display--block--md {
    margin-top: -50px
}

@media all and (max-width:450px) {
    .section--bdr+.breadcrumb.display--block--md {
        margin-top: -40px
    }
}



/** cnv **/

.cnv--ft {
    margin: 80px auto;
    padding: 40px;
    border: 1px solid #615349;
    background-color: #F7F3F0
}

.cnv--ft:first-child {
    margin-top: 0
}

.cnv--ft:last-child {
    margin-bottom: 0
}

@media all and (max-width:1000px) {
    .cnv--ft {
        padding: 30px
    }
}

@media all and (max-width:768px) {
    .cnv--ft {
        margin: 80px -40px;
        padding: 40px 40px;
        border-left: none;
        border-right: none
    }
}

@media all and (max-width:450px) {
    .cnv--ft {
/*
        margin: 80px -25px;
        padding: 30px 25px;
*/
        margin: 80px 0;
        padding: 30px 0;
    }
}

@media all and (min-width:1001px) {
    .cnv--ft {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        /* adđ */
        flex-wrap: wrap;
    }
}

.cnv--ft .cnv__text {
    padding-right: 30px
}

.cnv--ft .cnv__text * {
    text-align: left
}

@media all and (max-width:1000px) {
    .cnv--ft .cnv__text {
        padding-right: 0
    }

    .cnv--ft .cnv__text * {
        text-align: center
    }
}

.cnv--ft .navi--cnv {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media all and (max-width:1280px) {
    .cnv--ft .navi--cnv {
        display: block
    }
}

@media all and (max-width:1000px) {
    .cnv--ft .navi--cnv {
        margin-top: 30px
    }
}

@media all and (max-width:768px) {
    .cnv--ft .navi--cnv {
        margin-top: 20px
    }
}

.cnv--ft .navi--cnv .navi__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cnv--ft .navi--cnv .navi__item+.navi__item {
    margin-left: 20px
}

@media all and (max-width:1280px) {
    .cnv--ft .navi--cnv .navi__item+.navi__item {
        margin-left: 0;
        margin-top: 20px
    }
}

@media all and (max-width:768px) {
    .cnv--ft .navi--cnv .navi__item+.navi__item {
        margin-left: 0;
        margin-top: 15px
    }
}

.cnv--ft .navi--cnv .btn--cnv {
    border-radius: 5px;
    height: 130px;
    /* font-size: 25px; */
    font-size: 26px;
    line-height: 1.5;
    border-width: 2px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .3)
}

@media all and (max-width:1280px) {
    .cnv--ft .navi--cnv .btn--cnv {
        font-size: 24px;
        height: 110px
    }
}

@media all and (max-width:1000px) {
    .cnv--ft .navi--cnv .btn--cnv {
        font-size: 22px;
        height: 100px
    }
}

@media all and (max-width:768px) {
    .cnv--ft .navi--cnv .btn--cnv {
        font-size: 20px;
        height: 95px
    }
}

@media all and (max-width:450px) {
    .cnv--ft .navi--cnv .btn--cnv {
        font-size: 18px;
        height: 85px
    }
}

@media all and (max-width:350px) {
    .cnv--ft .navi--cnv .btn--cnv {
        font-size: 17px
    }
}

.cnv--ft .navi--cnv .btn--red .btn__icon {
    width: 2.5em;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.cnv--ft .navi--cnv .icon--prefix {
    margin-right: .5em
}


/** accordion **/

.accordion {
    max-height: 99999px
}

.accordion--md {
    max-height: 99999px
}

@media all and (max-width:768px) {
    .accordion--md {
        display: none
    }
}

@media all and (min-width:769px) {
    .accordion--md {
        display: block !important
    }
}

@media all and (max-width:768px) {
    .accordion__btn--md,
		.non-accordion__btn a{
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        position: relative;
        max-height: 99999px
    }

    .accordion__btn--md:after,
    .accordion__btn--md:before,
		.non-accordion__btn a:before{
        content: "";
        display: block;
        width: 2em;
        height: 2em;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -1em;
        background-size: 95%;
        background-position: center center
    }

    .accordion__btn--md:before {
        background-image: url(../images/common/icon_accordion_open.svg)
    }

    .accordion__btn--md:after {
        background-image: url(../images/common/icon_accordion_close.svg);
        opacity: 0
    }

    .accordion__btn--md.open:before {
        opacity: 0
    }

    .accordion__btn--md.open:after {
        opacity: 1
    }
		.non-accordion__btn a:before {
        background-image: url(../images/common/arrow.svg);
		
	}
}


/** BTN  **/

.btn--anchor,
.btn--link,
.btn--normal {
  /*background-color: #897d76;*/
  padding: 40px 0;
  color: #fff;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#465c7e+0,85addc+30,85addc+50,85addc+70,465c7e+100 */
background: #465c7e; /* Old browsers */
/*background: -moz-linear-gradient(left,  #465c7e 0%, #85addc 30%, #85addc 50%, #85addc 70%, #465c7e 100%); *//* FF3.6-15 */
/*background: -webkit-linear-gradient(left,  #465c7e 0%,#85addc 30%,#85addc 50%,#85addc 70%,#465c7e 100%);*/ /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to right,  #465c7e 0%,#85addc 30%,#85addc 50%,#85addc 70%,#465c7e 100%); *//* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#465c7e', endColorstr='#465c7e',GradientType=1 ); /* IE6-9 */
margin-bottom: 40px;
/*border: 1px solid #615349;*/
color: #fff;
font-family: "FP-ヒラギノUD角ゴ StdN W6", HiraginoUDSansStdN-W6, sans-serif;
font-size: 16px;
line-height: 1.6
}

.btn--simple{
background: #2E385B;
color: #fff;
font-family: "FP-ヒラギノUD角ゴ StdN W6", HiraginoUDSansStdN-W6, sans-serif;
font-size: 16px;
line-height: 1.6;
}
.btn--anchor:hover,
.btn--link:hover,
.btn--normal:hover,
.btn--simple:hover{
background: none;
border:1px solid #465c7e;
}

.btn--link2,
.btn--bukken {
    background-color: #615349;
    border: 1px solid #615349;
    color: #fff;
    font-family: "FP-ヒラギノUD角ゴ StdN W6", HiraginoUDSansStdN-W6, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}
.btn--link2:hover,
.btn--bukken:hover {
	background: none;
}

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

    .btn--anchor,
    .btn--link,
    .btn--link2,
    .btn--normal,
	.btn--simple,
	.btn--bukken {
        font-size: 15px;
        line-height: 1.5
    }
}

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

    .btn--anchor,
    .btn--link,
    .btn--link2,
    .btn--normal,
	.btn--simple,
	.btn--bukken {
        font-size: 14px;
        line-height: 1.4
    }
}

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

    .btn--anchor,
    .btn--link,
    .btn--normal,
	.btn--simple,
	.btn--bukken {
        font-size: 13px
    }
}

.btn--anchor .svg--fill,
.btn--link .svg--fill,
.btn--link2 .svg--fill,
.btn--normal .svg--fill,
.btn--simple .svg--fill,
.btn--bukken .svg--fill{
    fill: #fff
}

.btn--anchor:hover,
.btn--link:hover,
.btn--normal:hover,
.btn--simple:hover{
    color: #465c7e;
    background-color: #fff
}
.btn--link2:hover{
    color: #615349;
    background-color: #fff
}


.btn--anchor:hover .svg--fill,
.btn--link:hover .svg--fill,
.btn--link2:hover .svg--fill,
.btn--normal:hover .svg--fill
.btn--simple:hover .svg--fill{
    fill: #615349
}

.btn--icon--suffix.btn--anchor,
.btn--icon--suffix.btn--link,
.btn--icon--suffix.btn--link2,
.btn--icon--suffix.btn--normal,
.btn--icon--suffix.btn--simple,
.btn--icon--suffix.btn--bukken {
    padding-right: 2.2em
}

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

    .btn--icon--suffix.btn--anchor,
    .btn--icon--suffix.btn--link,
    .btn--icon--suffix.btn--link2,
    .btn--icon--suffix.btn--bukken,
    .btn--icon--suffix.btn--normal,
	.btn--icon--suffix.btn--simple{
        padding-right: 2.5em
    }
}

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

    .btn--icon--suffix.btn--anchor,
    .btn--icon--suffix.btn--link,
    .btn--icon--suffix.btn--link2,
    .btn--icon--suffix.btn--bukken,
    .btn--icon--suffix.btn--normal,
	.btn--icon--suffix.btn--simple{
        padding-left: 10%
    }
}

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

    .btn--icon--suffix.btn--anchor,
    .btn--icon--suffix.btn--link,
    .btn--icon--suffix.btn--link2,
    .btn--icon--suffix.btn--bukken,
    .btn--icon--suffix.btn--normal,
	.btn--icon--suffix.btn--simple{
        padding-right: 2em
    }
}

.btn--anchor,
.btn--cnv,
.btn--link,
.btn--link2,
.btn--bukken,
.btn--normal,
.btn--simple{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5em;
    position: relative;
    -webkit-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease
}

.left.btn--anchor,
.left.btn--cnv,
.left.btn--link,
.left.btn--link2,
.left.btn--bukken,
.left.btn--normal,
.left.btn--simple{
    padding-left: 1.2em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

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

    .left.btn--anchor,
    .left.btn--cnv,
    .left.btn--link,
    .left.btn--link2,
    .left.btn--bukken,
    .left.btn--normal,
	.left.btn--simple{
        padding-left: 1em
    }
}

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

    .left.btn--anchor,
    .left.btn--cnv,
    .left.btn--link,
    .left.btn--link2,
    .left.btn--bukken,
    .left.btn--normal,
	.left.btn--simple{
        padding-left: .75em
    }
}

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

    .left--md.btn--anchor,
    .left--md.btn--cnv,
    .left--md.btn--link,
    .left--md.btn--link2,
    .left--md.btn--bukken,
    .left--md.btn--normal,
	.left--md.btn--simple{
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        padding-left: 1em
    }
}

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

    .left--md.btn--anchor,
    .left--md.btn--cnv,
    .left--md.btn--link,
    .left--md.btn--link2,
    .left--md.btn--bukken,
    .left--md.btn--normal,
	.left--md.btn--simmple{
        padding-left: .75em
    }
}

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

    .left--sm.btn--anchor,
    .left--sm.btn--cnv,
    .left--sm.btn--link,
    .left--sm.btn--link2,
    .left--sm.btn--bukken,
    .left--sm.btn--normal,
	.left--sm.btn--simmple{
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        padding-left: 1em
    }
}

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

    .left--sm.btn--anchor,
    .left--sm.btn--cnv,
    .left--sm.btn--link,
    .left--sm.btn--link2,
    .left--sm.btn--bukken,
    .left--sm.btn--normal,
	.left--sm.btn--simple{
        padding-left: .75em
    }
}

.btn--anchor,
.btn--link,
.btn--link2,
.btn--bukken,
.btn--normal,
.btn--simple{
    min-height: 60px;
    border-radius: 5px;
    /*box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .3)*/
}

@media all and (-ms-high-contrast:none) {

    .btn--anchor,
    .btn--link,
    .btn--link2,
    .btn--bukken,
    .btn--normal,
	.btn--simple{
        height: 60px
    }
}

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

    .btn--anchor,
    .btn--link,
    .btn--link2,
    .btn--bukken,
    .btn--normal,
	.btn--simple{
        min-height: 55px;
        box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .3)
    }
}

@media all and (-ms-high-contrast:none) and (max-width:768px) {

    .btn--anchor,
    .btn--link,
    .btn--link2,
    .btn--bukken,
    .btn--normal,
	.btn--simple{
        height: 55px
    }
}

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

    .btn--anchor,
    .btn--link,
    .btn--link2,
    .btn--bukken,
    .btn--normal,
	.btn--simple{
        min-height: 50px
    }
}

@media all and (-ms-high-contrast:none) and (max-width:450px) {

    .btn--anchor,
    .btn--link,
    .btn--link2,
    .btn--bukken,
    .btn--normal,
	.btn--simple{
        height: 55px
    }
}

.btn--anchor .btn__icon,
.btn--link .btn__icon,
.btn--link2 .btn__icon,
.btn--bukken .btn__icon,
.btn--normal .btn__icon,
.btn--simple .btn__icon{
    display: block
}

.btn--anchor .btn__icon--anchor,
.btn--anchor .btn__icon--link,
.btn--link .btn__icon--anchor,
.btn--link .btn__icon--link,
.btn--link2 .btn__icon--anchor,
.btn--link2 .btn__icon--link,
.btn--bukken.btn__icon--anchor,
.btn--bukken .btn__icon--link,
.btn--normal .btn__icon--anchor,
.btn--normal .btn__icon--link,
.btn--simple .btn__icon--anchor,
.btn--simple .btn__icon--link{
    display: block
}

.btn--anchor .btn__icon--anchor.icon--suffix,
.btn--anchor .btn__icon--link.icon--suffix,
.btn--link .btn__icon--anchor.icon--suffix,
.btn--link .btn__icon--link.icon--suffix,
.btn--link2 .btn__icon--anchor.icon--suffix,
.btn--link2 .btn__icon--link.icon--suffix,
.btn--bukken .btn__icon--anchor.icon--suffix,
.btn--bukken .btn__icon--link.icon--suffix,
.btn--normal .btn__icon--anchor.icon--suffix,
.btn--normal .btn__icon--link.icon--suffix,
.btn--simple .btn__icon--anchor.icon--suffix,
.btn--simple .btn__icon--link.icon--suffix{
    width: 1.5em;
    margin-top: -.75em
}

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

    .btn--anchor .btn__icon--anchor.icon--suffix,
    .btn--anchor .btn__icon--link.icon--suffix,
    .btn--link .btn__icon--anchor.icon--suffix,
    .btn--link .btn__icon--link.icon--suffix,
    .btn--link2 .btn__icon--anchor.icon--suffix,
    .btn--link2 .btn__icon--link.icon--suffix,
    .btn--bukken .btn__icon--anchor.icon--suffix,
    .btn--bukken .btn__icon--link.icon--suffix,
    .btn--normal .btn__icon--anchor.icon--suffix,
    .btn--normal .btn__icon--link.icon--suffix,
	.btn--simple .btn__icon--anchor.icon--suffix,
    .btn--simple .btn__icon--link.icon--suffix{
        width: 1.6em;
        margin-top: -0.8em
    }
}

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

    .btn--anchor .btn__icon--anchor.icon--suffix,
    .btn--anchor .btn__icon--link.icon--suffix,
    .btn--link .btn__icon--anchor.icon--suffix,
    .btn--link .btn__icon--link.icon--suffix,
    .btn--link2 .btn__icon--anchor.icon--suffix,
    .btn--link2 .btn__icon--link.icon--suffix,
    .btn--bukken .btn__icon--anchor.icon--suffix,
    .btn--bukken .btn__icon--link.icon--suffix,
    .btn--normal .btn__icon--anchor.icon--suffix,
    .btn--normal .btn__icon--link.icon--suffix,
	.btn--simple .btn__icon--anchor.icon--suffix,
    .btn--simple .btn__icon--link.icon--suffix{
        width: 1.6em;
        margin-top: -.8em
    }
}

.btn--anchor .btn__icon--anchor,
.btn--link .btn__icon--anchor,
.btn--link2 .btn__icon--anchor,
.btn--bukken .btn__icon--anchor,
.btn--normal .btn__icon--anchor,
.btn--simple .btn__icon--anchor{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.btn--anchor .icon--suffix,
.btn--link .icon--suffix,
.btn--link2 .icon--suffix,
.btn--bukken .icon--suffix,
.btn--normal .icon--suffix,
.btn--simple .icon--suffix{
    position: absolute;
    top: 50%;
    width: 2em;
    right: 1em;
    margin-top: -1em
}

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

    .btn--anchor .icon--suffix,
    .btn--link .icon--suffix,
    .btn--link2 .icon--suffix,
    .btn--bukken .icon--suffix,
    .btn--normal .icon--suffix,
	.btn--simple .icon--suffix{
        right: .75em
    }
}

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

    .btn--anchor .icon--suffix,
    .btn--link .icon--suffix,
    .btn--link2 .icon--suffix,
    .btn--bukken .icon--suffix,
    .btn--normal .icon--suffix,
	.btn--simple .icon--suffix{
        right: .5em
    }
}

.btn--anchor .icon--prefix,
.btn--link .icon--prefix,
.btn--link2 .icon--prefix,
.btn--bukken .icon--prefix,
.btn--normal .icon--prefix,
.btn--simple .icon--prefix{
    margin-right: .75em;
    width: 2.25em
}

.btn--link .btn__icon--anchor,
.btn--link .btn__icon--link,
.btn--link2 .btn__icon--anchor,
.btn--link2 .btn__icon--link{
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.btn--link:hover .btn__icon--link,
.btn--link2:hover .btn__icon--link{
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%)
}

.btn--link:hover .btn__icon--anchor,
.btn--link2:hover .btn__icon--anchor{
    -webkit-transform: rotate(90deg) translateX(20%);
    -ms-transform: rotate(90deg) translateX(20%);
    transform: rotate(90deg) translateX(20%)
}

.btn--anchor {
    min-height: 90px
}

@media all and (-ms-high-contrast:none) {
    .btn--anchor {
        height: 90px
    }
}

@media all and (max-width:1000px) {
    .btn--anchor {
        min-height: 80px
    }
}

@media all and (-ms-high-contrast:none) and (max-width:1000px) {
    .btn--anchor {
        height: 80px
    }
}

@media all and (max-width:768px) {
    .btn--anchor {
        min-height: 75px
    }
}

@media all and (-ms-high-contrast:none) and (max-width:768px) {
    .btn--anchor {
        height: 75px
    }
}

@media all and (max-width:450px) {
    .btn--anchor {
        min-height: 60px
    }
}

@media all and (-ms-high-contrast:none) and (max-width:450px) {
    .btn--anchor {
        height: 65px
    }
}

.btn--anchor .btn__icon--anchor,
.btn--anchor .btn__icon--link {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.btn--anchor:hover .btn__icon--link {
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%)
}

.btn--anchor:hover .btn__icon--anchor {
    -webkit-transform: rotate(90deg) translateX(20%);
    -ms-transform: rotate(90deg) translateX(20%);
    transform: rotate(90deg) translateX(20%)
}

.btn--cnv {
    font-family: "FP-ヒラギノUD角ゴ StdN W6", HiraginoUDSansStdN-W6, sans-serif;
    /*font-size: 17px;*/
	font-size:0.9vw;
    letter-spacing: .1em;
    text-align: left;
    line-height: 1.25;
    padding: .5em
}

@media all and (max-width:1000px) {
    .btn--cnv {
        font-size: 16px
    }
}

.btn--cnv .icon--prefix {
    margin-right: .5em;
    width: 2.25em
}

.btn--red {
    border: 1px solid #87121C;
    background-color: #87121C;
    color: #fff
}

.btn--red .svg--fill {
    fill: #fff
}

.btn--red:hover {
    color: #87121C;
    background-color: #fff
}

.btn--red:hover .svg--fill {
    fill: #87121C
}

.btn--blue {
    border: 1px solid #002B64;
    background-color: #002B64;
    color: #fff
}

.btn--blue .svg--fill {
    fill: #fff
}

.btn--blue:hover {
    color: #002B64;
    background-color: #fff
}

.btn--blue:hover .svg--fill {
    fill: #002B64
}


/** Menu  **/

.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 2;
    padding: 100px 80px;
    overflow-y: auto;
    display: none;
    opacity: 0
}

@media all and (min-width:1001px) {
    .menu {
        opacity: 0 !important;
        display: none !important
    }
}

@media all and (max-width:1000px) {
    .menu {
        padding: 80px 60px
    }
}

@media all and (max-width:768px) {
    .menu {
        padding: 65px 40px
    }
}

@media all and (max-width:450px) {
    .menu {
        padding: 50px 25px
    }
}

.menu .navi--cnv {
    position: relative
}

.menu .navi--cnv:after {
    content: "";
    display: block;
    height: 80px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0
}

@media all and (max-width:768px) {
    .menu .navi--cnv:after {
        height: 65px
    }
}

@media all and (max-width:450px) {
    .menu .navi--cnv:after {
        height: 50px
    }
}

@media all and (max-width:768px) {
    .menu .navi--cnv {
        display: block
    }
}

.menu .navi--cnv .navi__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.menu .navi--cnv .navi__item+.navi__item {
    margin-left: 20px
}

.menu .navi--cnv .navi__item .btn--cnv {
    padding: .75em 1em;
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15)
}

.menu .navi--cnv .navi__item .btn--cnv .icon--prefix {
    width: 2.5em
}

@media all and (max-width:768px) {
    .menu .navi--cnv .navi__item .btn--cnv {
        font-size: 15px
    }

    .menu .navi--cnv .navi__item+.navi__item {
        margin-left: 0;
        margin-top: 20px
    }
}

@media all and (max-width:450px) {
    .menu .navi--cnv .navi__item .btn--cnv {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 14px
    }

    .menu .navi--cnv .navi__item+.navi__item {
        margin-top: 10px
    }
}

.menu__btn {
    background-color: #fff;
    color: #615349;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.menu__btn span {
    display: block;
    width: 50px;
    height: 3px;
    background-color: #615349;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

.menu__btn span:nth-of-type(1) {
    top: 17px
}

.menu__btn span:nth-of-type(2) {
    top: 28px
}

.menu__btn span:nth-of-type(3) {
    top: 40px
}

@media all and (max-width:768px) {
    .menu__btn span {
        width: 44px;
        height: 2px;
        margin-left: -22px
    }

    .menu__btn span:nth-of-type(1) {
        top: 15px
    }

    .menu__btn span:nth-of-type(2) {
        top: 25px
    }

    .menu__btn span:nth-of-type(3) {
        top: 36px
    }
}

@media all and (max-width:450px) {
    .menu__btn span {
        width: 34px;
        margin-left: -17px
    }

    .menu__btn span:nth-of-type(1) {
        top: 14px
    }

    .menu__btn span:nth-of-type(2) {
        top: 23px
    }

    .menu__btn span:nth-of-type(3) {
        top: 32px
    }
}

.menu__btn .btn__text {
    font-family: "FP-ヒラギノUD角ゴ StdN W6", HiraginoUDSansStdN-W6, sans-serif;
    display: block;
    line-height: 1;
    font-size: 11px;
    text-align: center;
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 100%
}

.menu__btn .btn__text:before {
    content: "メニュー"
}

@media all and (max-width:768px) {
    .menu__btn .btn__text {
        font-size: 10px;
        bottom: 12px;
        letter-spacing: 0
    }
}

@media all and (max-width:450px) {
    .menu__btn .btn__text {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
        bottom: 8px
    }
}

.menu--open .menu__btn span:nth-of-type(1) {
    -webkit-transform: rotate(27deg);
    -ms-transform: rotate(27deg);
    transform: rotate(27deg);
    top: 29px
}

.menu--open .menu__btn span:nth-of-type(2) {
    opacity: 0
}

.menu--open .menu__btn span:nth-of-type(3) {
    -webkit-transform: rotate(-27deg);
    -ms-transform: rotate(-27deg);
    transform: rotate(-27deg);
    top: 29px
}

@media all and (max-width:768px) {
    .menu--open .menu__btn span:nth-of-type(1) {
        top: 25px
    }

    .menu--open .menu__btn span:nth-of-type(3) {
        top: 25px
    }
}

@media all and (max-width:450px) {
    .menu--open .menu__btn span:nth-of-type(1) {
        top: 22px
    }

    .menu--open .menu__btn span:nth-of-type(3) {
        top: 22px
    }
}

.menu--open .menu__btn .btn__text:before {
    content: "閉じる"
}


/** SVG **/

.svg--icon,
.svg--logo-pws,
.svg--tel,
.svg--title_discovery {
    display: block;
    position: relative
}

.svg--icon:after,
.svg--logo-pws:after,
.svg--tel:after,
.svg--title_discovery:after {
    content: "";
    display: block;
    width: 100%
}

.svg--icon img,
.svg--icon svg,
.svg--logo-pws img,
.svg--logo-pws svg,
.svg--tel img,
.svg--tel svg,
.svg--title_discovery img,
.svg--title_discovery svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.svg--fill,
.svg--fill--blk,
.svg--fill--blue,
.svg--fill--brwn,
.svg--fill--brwn-dark,
.svg--fill--brwn-pale,
.svg--fill--red,
.svg--fill--wh {
    -webkit-transition: fill .2s ease;
    transition: fill .2s ease
}

.svg--fill--wh {
    fill: #fff
}

.svg--fill--blk {
    fill: #030303
}

.svg--fill--red {
    fill: #87121C
}

.svg--fill--blue {
    fill: #002B64
}

.svg--fill--brwn {
    fill: #BFAB94
}
/*202210*/
.svg--fill--brwn-dark {
    fill: #465c7e
}

.svg--fill--brwn-pale {
    fill: #F7F3F0
}

.svg--icon:after {
    padding-top: 100%
}

.svg--logo-pws:after {
    /* padding-top: 29.28901% */
    padding-top: 19.28901%
}

.svg--title_discovery:after {
    padding-top: 7.24138%
}

.svg--tel:after {
    padding-top: 9.82533%
}


/** base elements **/

.bg--wh {
    background-color: #fff
}

.bg--blk {
    background-color: #030303
}

.bg--red {
    background-color: #87121C
}

.bg--blue {
    background-color: #002B64
}

.bg--brwn {
    background-color: #BFAB94
}

.bg--brwn-dark {
    background-color: #615349
}

.bg--brwn-pale {
    background-color: #F7F3F0
}

.bg--cnv {
    background-color: #F7F3F0;
    position: relative;
    z-index: 0
}

.bg--cnv:before {
    content: "";
    width: 33.85714vw;
    height: 100%;
    background-image: url(../images/process/bg_cnv.jpg);
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0
}

@media all and (max-width:768px) {
    .bg--cnv:before {
        display: none
    }
}

.bg--cnv:after {
    content: "";
    display: block;
    width: 33.85714vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: -webkit-linear-gradient(left, #F7F3F0 0, rgba(247, 243, 240, 0) 50%, rgba(247, 243, 240, 0) 100%);
    background: linear-gradient(90deg, #F7F3F0 0, rgba(247, 243, 240, 0) 50%, rgba(247, 243, 240, 0) 100%)
}

@media all and (max-width:768px) {
    .bg--cnv:after {
        display: none
    }
}

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

.chr--sans {
    font-family: "FP-ヒラギノUD角ゴ StdN W3", HiraginoUDSansStdN-W3, sans-serif
}

.chr--bold {
    font-family: "FP-ヒラギノUD角ゴ StdN W6", HiraginoUDSansStdN-W6, sans-serif;
    font-weight: 700
}

.chr--serif {
    font-family: "F+UD-筑紫明朝 R", "F+UD-TsukuMin R", serif
}

.chr--justify {
    text-align: justify
}

@media all and (max-width:768px) {
    .chr--justify--md {
        text-align: justify !important
    }
}

@media all and (max-width:450px) {
    .chr--justify--sm {
        text-align: justify !important
    }
}

.chr--left {
    text-align: left
}

@media all and (max-width:768px) {
    .chr--left--md {
        text-align: left !important
    }
}

@media all and (max-width:450px) {
    .chr--left--sm {
        text-align: left !important
    }
}

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

@media all and (max-width:768px) {
    .chr--center--md {
        text-align: center !important
    }
}

@media all and (max-width:450px) {
    .chr--center--sm {
        text-align: center !important
    }
}

.chr--right {
    text-align: right
}

@media all and (max-width:768px) {
    .chr--right--md {
        text-align: right !important
    }
}

@media all and (max-width:450px) {
    .chr--right--sm {
        text-align: right !important
    }
}

.chr--wh {
    color: #fff
}

.chr--blk {
    color: #030303
}

.chr--red {
    color: #87121C
}

.chr--blue {
    color: #002B64
}

.chr--brwn {
    color: #BFAB94
}

.chr--brwn-dark {
    color: #615349
}

.chr--brwn-pale {
    color: #F7F3F0
}

.chr--nobreak {
    display: inline-block
}


/** responsive appearance **/

@media all and (max-width:1000px) {
    .display--none--lg {
        display: none !important
    }
}

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

@media all and (max-width:450px) {
    .display--none--sm {
        display: none !important
    }
}

@media all and (max-width:350px) {
    .display--none--min {
        display: none !important
    }
}

.display--inline--lg {
    display: none !important
}

@media all and (max-width:1000px) {
    .display--inline--lg {
        display: inline !important
    }
}

.display--inline--md {
    display: none !important
}

@media all and (max-width:768px) {
    .display--inline--md {
        display: inline !important
    }
}

.display--inline--sm {
    display: none !important
}

@media all and (max-width:450px) {
    .display--inline--sm {
        display: inline !important
    }
}

.display--inline--min {
    display: none !important
}

@media all and (max-width:350px) {
    .display--inline--min {
        display: inline !important
    }
}

.display--block--lg {
    display: none !important
}

@media all and (max-width:1000px) {
    .display--block--lg {
        display: block !important
    }
}

.display--block--md {
    display: none !important
}

@media all and (max-width:768px) {
    .display--block--md {
        display: block !important
    }
}

.display--block--sm {
    display: none !important
}

@media all and (max-width:450px) {
    .display--block--sm {
        display: block !important
    }
}

.display--block--min {
    display: none !important
}

@media all and (max-width:350px) {
    .display--block--min {
        display: block !important
    }
}

.display--flex--lg {
    display: none !important
}

@media all and (max-width:1000px) {
    .display--flex--lg {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.display--flex--md {
    display: none !important
}

@media all and (max-width:768px) {
    .display--flex--md {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.display--flex--sm {
    display: none !important
}

@media all and (max-width:450px) {
    .display--flex--sm {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.display--flex--min {
    display: none !important
}

@media all and (max-width:350px) {
    .display--flex--min {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}


/** image **/

.img--fit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;'
}

.img--fit.fit--top {
    object-position: 50% 0;
    font-family: 'object-fit: cover; object-position: 50% 0%;'
}

.img--fit.fit--bottom {
    object-position: 50% 100%;
    font-family: 'object-fit: cover; object-position: 50% 100%;'
}

.img--fit.fit--left {
    object-position: 0 50%;
    font-family: 'object-fit: cover; object-position: 0% 50%;'
}

.img--fit.fit--right {
    object-position: 100% 50%;
    font-family: 'object-fit: cover; object-position: 100% 50%;'
}

.img--contain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
    font-family: 'object-fit: contain; object-position: 50% 50%;'
}


/** pararax **/

.js--inview--fadeIn {
    opacity: 0
}

.js--inview--fadeIn-up {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

@media all and (max-width:768px) {
    .js--inview--fadeIn-up {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }
}

.js--inview--fadeIn-up.heading--page {
    -webkit-transform: translateY(.5em);
    -ms-transform: translateY(.5em);
    transform: translateY(.5em)
}

.js--inview--img-scale {
    overflow: hidden
}

.js--inview--img-scale img {
    -webkit-transform: scale(1.05) translateY(-20px);
    -ms-transform: scale(1.05) translateY(-20px);
    transform: scale(1.05) translateY(-20px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media all and (max-width:768px) {
    .js--inview--img-scale img {
        -webkit-transform: scale(1.05) translateY(-10px);
        -ms-transform: scale(1.05) translateY(-10px);
        transform: scale(1.05) translateY(-10px)
    }
}

/*# sourceMappingURL=style.css.map */

.blabla_whilte{
    background-color: #fff;
    margin:  auto -80px;
    padding: 10px 0;
}

#ft_logo {
    width: 100%;
    margin: 0 auto 0;
    display: block;
    }
    #ft_logo .ft_logo {
    display: block;
    vertical-align: bottom;
    text-align: center;
    }
    #ft_logo .ft_logo span {
    font-size: 10px;
    color: #666;
    vertical-align: text-top;
    display: inline;
    }
    #ft_logo .ft_logo img {
    height: 44px;
    }

@media only screen and (min-width:769px) {
    #ft_logo {
        max-width: 1000px;
			width: 100%;
        margin: 0 auto 0;
        display: table;
        table-layout: fixed;
        border-collapse: separate;
        border-spacing: 10px 0px;
        }
    #ft_logo .ft_logo {
        display: table-cell;
        width: 50%;
        vertical-align: sub;
        text-align: center;
        }
        #ft_logo .ft_logo span {
        font-size: 10px;
        color: #666;
        vertical-align: text-top;
        display: inline;
        }
        #ft_logo .ft_logo img {
        height: 44px;
        }
        
}

@media only screen and (max-width:768px){
	
.blabla_whilte{ margin:  auto -25px; padding: 10px 0;}
	#ft_logo .ft_logo span{ display: block; transform: translateY(10px);}
/*	.navi--other.other--page .img--fit{ height: 135%;}*/
}


/*------ 202509 renew common -----*/

@media all and (min-width:769px) {
.new-navi-item{
width:30%;
margin:0.5rem 1.5%; 
}
/*#contents .co_1180{
width:84%;
max-width:1180px;
margin:0 auto;
}*/



.residence__btn>.left.btn--link {
width:50%;
float: left;
}



}

.col--h4{
display: block;
font-size: 20px;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-weight: 600;
text-align: center;
border-bottom: 1px solid #1f4d9b;
}
/*-- for sp --*/

/*#contents .co_1180{
width:100%;
max-width:1180px;
margin:0 auto;
}*/

.new--btn1,
.new--btn2:hover{
display: block;
width:100%;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
color:#EEE;
text-align: center;
background: linear-gradient(to right, #465c7e 0%,#85addc 40%,#85addc 60%,#465c7e 100%);
border:2px solid #0C2170;
padding: 0.5rem;
}

.new--btn2,
.new--btn1:hover{
display: block;
width:100%;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
color:#0C2170;
text-align: center;
background: linear-gradient(to right, #C4CDD1 0%,#F0F4F7 40%,#F0F4F7 60%,#C4CDD1 100%);
border:2px solid #0C2170;
padding: 0.5rem;
}

/* for plan */
.new--btnp1,
.new--btnp2,
.new--btnp3,
.new--btnp1_current:hover,
.new--btnp2_current:hover,
.new--btnp3_current:hover{
display: block;
width:100%;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
color:#0C2170;
text-align: center;
background: linear-gradient(to right, #C4CDD1 0%,#F0F4F7 40%,#F0F4F7 60%,#C4CDD1 100%);
border:2px solid #0C2170;
padding: 0.5rem;
}

.new--btnp1_current,
.new--btnp1:hover{
display: block;
width:100%;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
color:#FFFFFF;
text-align: center;
background: linear-gradient(to right, #0b5cd2 0%,#4aadff 40%,#4aadff 60%,#0b5cd2 100%);
border:2px solid #0C2170;
padding: 0.5rem;
}

.new--btnp2_current,
.new--btnp2:hover{
display: block;
width:100%;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
color:#FFFFFF;
text-align: center;
background: linear-gradient(to right, #c05400 0%,#ff9744 40%,#ff9744 60%,#c05400 100%);
border:2px solid #0C2170;
padding: 0.5rem;
}

.new--btnp3_current,
.new--btnp3:hover{
display: block;
width:100%;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
color:#FFFFFF;
text-align: center;
background: linear-gradient(to right, #006100 0%,#00b250 40%,#00b250 60%,#006100 100%);
border:2px solid #0C2170;
padding: 0.5rem;
}


h2.block--title{
display: block;
width:100%;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
color:#EEE;
text-align: center;
padding: 0.5rem;
background: linear-gradient(to right, #465c7e 0%,#85addc 40%,#85addc 60%,#465c7e 100%);
border:none;
}

h2.block--title_p1{
display: block;
width:100%;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-weight: 800 !important;
line-height: 2.2rem;
color:#FFF;
text-align: center;
padding: 0.5rem;
background: linear-gradient(to right, #0b5cd2 0%,#4aadff 40%,#4aadff 60%,#0b5cd2 100%);
border:none;
}

h2.block--title_p2{
display: block;
width:100%;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-weight: 800 !important;
line-height: 2.2rem;
color:#FFF;
text-align: center;
padding: 0.5rem;
background: linear-gradient(to right, #c05400 0%,#ff9744 40%,#ff9744 60%,#c05400 100%);
border:none;
}

h2.block--title_p3{
display: block;
width:100%;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-weight: 800 !important;
line-height: 2.2rem;
color:#FFF;
text-align: center;
padding: 0.5rem;
background: linear-gradient(to right, #006100 0%,#00b250 40%,#00b250 60%,#006100 100%);
border:none;
}
h2 .drct{
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-weight: 600 !important;
}
h2 .d-d{
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-size: 2rem;
font-weight: 800 !important;
}

.residence__btn>.left.btn--link {
  min-height: 46px;
  margin-bottom: 0;
  /* padding: 0; */
  margin: 0 auto;
  max-width: 350px;
  width: 80%;
  min-width: 150px;
}
.residence__btn>.btn--link {
  background-color: #4ab7e2;
}

.residence__btn>.btn--link:hover {
  background-color: #fff;
  border: 1px solid #4ab7e2;
  color: #4ab7e2;
}

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

.new--btn1{
padding: 1.2rem;
}

.new--btn1:hover{
padding: 1.2rem;
}

.new--btn2{
padding: 1.2rem;
}
.new--btn2:hover{
padding: 1.2rem;
}




}
/* ----- 202509renew common end -----*/

