@charset "UTF-8";
/*---------------------------------------------------
    styles.min.css  2019.12
    Referrer：https://www.tanseisha.co.jp/contact/space  
---------------------------------------------------*/

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*!
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
.animsition,
.animsition-overlay {
    position: relative;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animsition-overlay-slide {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #ddd
}

.animsition-loading,
.animsition-loading:after {
    width: 32px;
    height: 32px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    border-radius: 50%;
    z-index: 100
}

.animsition-loading {
    background-color: transparent;
    border-top: 5px solid rgba(0, 0, 0, .2);
    border-right: 5px solid rgba(0, 0, 0, .2);
    border-bottom: 5px solid rgba(0, 0, 0, .2);
    border-left: 5px solid #eee;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-name: animsition-loading;
    animation-name: animsition-loading
}

@-webkit-keyframes animsition-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes animsition-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fade-in {
    -webkit-animation-name: fade-in;
    animation-name: fade-in
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fade-out {
    -webkit-animation-name: fade-out;
    animation-name: fade-out
}

@-webkit-keyframes fade-in-up {
    0% {
        -webkit-transform: translateY(500px);
        transform: translateY(500px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-up {
    0% {
        -webkit-transform: translateY(500px);
        transform: translateY(500px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.fade-in-up {
    -webkit-animation-name: fade-in-up;
    animation-name: fade-in-up
}

@-webkit-keyframes fade-out-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        opacity: 0
    }
}

@keyframes fade-out-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        opacity: 0
    }
}

.fade-out-up {
    -webkit-animation-name: fade-out-up;
    animation-name: fade-out-up
}

@-webkit-keyframes fade-in-up-sm {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-up-sm {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.fade-in-up-sm {
    -webkit-animation-name: fade-in-up-sm;
    animation-name: fade-in-up-sm
}

@-webkit-keyframes fade-out-up-sm {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0
    }
}

@keyframes fade-out-up-sm {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0
    }
}

.fade-out-up-sm {
    -webkit-animation-name: fade-out-up-sm;
    animation-name: fade-out-up-sm
}

@-webkit-keyframes fade-in-up-lg {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-up-lg {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.fade-in-up-lg {
    -webkit-animation-name: fade-in-up-lg;
    animation-name: fade-in-up-lg
}

@-webkit-keyframes fade-out-up-lg {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0
    }
}

@keyframes fade-out-up-lg {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0
    }
}

.fade-out-up-lg {
    -webkit-animation-name: fade-out-up-lg;
    animation-name: fade-out-up-lg
}

@-webkit-keyframes fade-in-down {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-down {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.fade-in-down {
    -webkit-animation-name: fade-in-down;
    animation-name: fade-in-down
}

@-webkit-keyframes fade-out-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(500px);
        transform: translateY(500px);
        opacity: 0
    }
}

@keyframes fade-out-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(500px);
        transform: translateY(500px);
        opacity: 0
    }
}

.fade-out-down {
    -webkit-animation-name: fade-out-down;
    animation-name: fade-out-down
}

@-webkit-keyframes fade-in-down-sm {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-down-sm {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.fade-in-down-sm {
    -webkit-animation-name: fade-in-down-sm;
    animation-name: fade-in-down-sm
}

@-webkit-keyframes fade-out-down-sm {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }
}

@keyframes fade-out-down-sm {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }
}

.fade-out-down-sm {
    -webkit-animation-name: fade-out-down-sm;
    animation-name: fade-out-down-sm
}

@-webkit-keyframes fade-in-down-lg {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-down-lg {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.fade-in-down-lg {
    -webkit-animation-name: fade-in-down;
    animation-name: fade-in-down
}

@-webkit-keyframes fade-out-down-lg {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0
    }
}

@keyframes fade-out-down-lg {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0
    }
}

.fade-out-down-lg {
    -webkit-animation-name: fade-out-down-lg;
    animation-name: fade-out-down-lg
}

@-webkit-keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.fade-in-left {
    -webkit-animation-name: fade-in-left;
    animation-name: fade-in-left
}

@-webkit-keyframes fade-out-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
        opacity: 0
    }
}

@keyframes fade-out-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
        opacity: 0
    }
}

.fade-out-left {
    -webkit-animation-name: fade-out-left;
    animation-name: fade-out-left
}

@-webkit-keyframes fade-in-left-sm {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-in-left-sm {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.fade-in-left-sm {
    -webkit-animation-name: fade-in-left-sm;
    animation-name: fade-in-left-sm
}

@-webkit-keyframes fade-out-left-sm {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0
    }
}

@keyframes fade-out-left-sm {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0
    }
}

.fade-out-left-sm {
    -webkit-animation-name: fade-out-left-sm;
    animation-name: fade-out-left-sm
}

@-webkit-keyframes fade-in-left-lg {
    0% {
        -webkit-transform: translateX(-1500px);
        transform: translateX(-1500px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-in-left-lg {
    0% {
        -webkit-transform: translateX(-1500px);
        transform: translateX(-1500px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.fade-in-left-lg {
    -webkit-animation-name: fade-in-left-lg;
    animation-name: fade-in-left-lg
}

@-webkit-keyframes fade-out-left-lg {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-1500px);
        transform: translateX(-1500px);
        opacity: 0
    }
}

@keyframes fade-out-left-lg {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-1500px);
        transform: translateX(-1500px);
        opacity: 0
    }
}

.fade-out-left-lg {
    -webkit-animation-name: fade-out-left-lg;
    animation-name: fade-out-left-lg
}

@-webkit-keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(500px);
        transform: translateX(500px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(500px);
        transform: translateX(500px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.fade-in-right {
    -webkit-animation-name: fade-in-right;
    animation-name: fade-in-right
}

@-webkit-keyframes fade-out-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(500px);
        transform: translateX(500px);
        opacity: 0
    }
}

@keyframes fade-out-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(500px);
        transform: translateX(500px);
        opacity: 0
    }
}

.fade-out-right {
    -webkit-animation-name: fade-out-right;
    animation-name: fade-out-right
}

@-webkit-keyframes fade-in-right-sm {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-in-right-sm {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.fade-in-right-sm {
    -webkit-animation-name: fade-in-right-sm;
    animation-name: fade-in-right-sm
}

@-webkit-keyframes fade-out-right-sm {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0
    }
}

@keyframes fade-out-right-sm {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0
    }
}

.fade-out-right-sm {
    -webkit-animation-name: fade-out-right-sm;
    animation-name: fade-out-right-sm
}

@-webkit-keyframes fade-in-right-lg {
    0% {
        -webkit-transform: translateX(1500px);
        transform: translateX(1500px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-in-right-lg {
    0% {
        -webkit-transform: translateX(1500px);
        transform: translateX(1500px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.fade-in-right-lg {
    -webkit-animation-name: fade-in-right-lg;
    animation-name: fade-in-right-lg
}

@-webkit-keyframes fade-out-right-lg {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(1500px);
        transform: translateX(1500px);
        opacity: 0
    }
}

@keyframes fade-out-right-lg {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(1500px);
        transform: translateX(1500px);
        opacity: 0
    }
}

.fade-out-right-lg {
    -webkit-animation-name: fade-out-right-lg;
    animation-name: fade-out-right-lg
}

@-webkit-keyframes rotate-in {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        opacity: 0
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        opacity: 1
    }
}

@keyframes rotate-in {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        opacity: 0
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        opacity: 1
    }
}

.rotate-in {
    -webkit-animation-name: rotate-in;
    animation-name: rotate-in
}

@-webkit-keyframes rotate-out {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        opacity: 1
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        opacity: 0
    }
}

@keyframes rotate-out {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        opacity: 1
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        opacity: 0
    }
}

.rotate-out {
    -webkit-animation-name: rotate-out;
    animation-name: rotate-out
}

@-webkit-keyframes rotate-in-sm {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        opacity: 0
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        opacity: 1
    }
}

@keyframes rotate-in-sm {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        opacity: 0
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        opacity: 1
    }
}

.rotate-in-sm {
    -webkit-animation-name: rotate-in-sm;
    animation-name: rotate-in-sm
}

@-webkit-keyframes rotate-out-sm {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        opacity: 1
    }

    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        opacity: 0
    }
}

@keyframes rotate-out-sm {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        opacity: 1
    }

    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        opacity: 0
    }
}

.rotate-out-sm {
    -webkit-animation-name: rotate-out-sm;
    animation-name: rotate-out-sm
}

@-webkit-keyframes rotate-in-lg {
    0% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        opacity: 0
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        opacity: 1
    }
}

@keyframes rotate-in-lg {
    0% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        opacity: 0
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        opacity: 1
    }
}

.rotate-in-lg {
    -webkit-animation-name: rotate-in-lg;
    animation-name: rotate-in-lg
}

@-webkit-keyframes rotate-out-lg {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        opacity: 1
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        opacity: 0
    }
}

@keyframes rotate-out-lg {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        opacity: 1
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        opacity: 0
    }
}

.rotate-out-lg {
    -webkit-animation-name: rotate-out-lg;
    animation-name: rotate-out-lg
}

@-webkit-keyframes flip-in-x {
    0% {
        -webkit-transform: perspective(550px) rotateX(90deg);
        transform: perspective(550px) rotateX(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform: perspective(550px) rotateX(0);
        transform: perspective(550px) rotateX(0);
        opacity: 1
    }
}

@keyframes flip-in-x {
    0% {
        -webkit-transform: perspective(550px) rotateX(90deg);
        transform: perspective(550px) rotateX(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform: perspective(550px) rotateX(0);
        transform: perspective(550px) rotateX(0);
        opacity: 1
    }
}

.flip-in-x {
    -webkit-animation-name: flip-in-x;
    animation-name: flip-in-x;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flip-out-x {
    0% {
        -webkit-transform: perspective(550px) rotateX(0);
        transform: perspective(550px) rotateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(550px) rotateX(90deg);
        transform: perspective(550px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flip-out-x {
    0% {
        -webkit-transform: perspective(550px) rotateX(0);
        transform: perspective(550px) rotateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(550px) rotateX(90deg);
        transform: perspective(550px) rotateX(90deg);
        opacity: 0
    }
}

.flip-out-x {
    -webkit-animation-name: flip-out-x;
    animation-name: flip-out-x;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flip-in-x-nr {
    0% {
        -webkit-transform: perspective(100px) rotateX(90deg);
        transform: perspective(100px) rotateX(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0);
        transform: perspective(100px) rotateX(0);
        opacity: 1
    }
}

@keyframes flip-in-x-nr {
    0% {
        -webkit-transform: perspective(100px) rotateX(90deg);
        transform: perspective(100px) rotateX(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0);
        transform: perspective(100px) rotateX(0);
        opacity: 1
    }
}

.flip-in-x-nr {
    -webkit-animation-name: flip-in-x-nr;
    animation-name: flip-in-x-nr;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flip-out-x-nr {
    0% {
        -webkit-transform: perspective(100px) rotateX(0);
        transform: perspective(100px) rotateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(90deg);
        transform: perspective(100px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flip-out-x-nr {
    0% {
        -webkit-transform: perspective(100px) rotateX(0);
        transform: perspective(100px) rotateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(90deg);
        transform: perspective(100px) rotateX(90deg);
        opacity: 0
    }
}

.flip-out-x-nr {
    -webkit-animation-name: flip-out-x-nr;
    animation-name: flip-out-x-nr;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flip-in-x-fr {
    0% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform: perspective(1000px) rotateX(0);
        transform: perspective(1000px) rotateX(0);
        opacity: 1
    }
}

@keyframes flip-in-x-fr {
    0% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform: perspective(1000px) rotateX(0);
        transform: perspective(1000px) rotateX(0);
        opacity: 1
    }
}

.flip-in-x-fr {
    -webkit-animation-name: flip-in-x-fr;
    animation-name: flip-in-x-fr;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flip-out-x-fr {
    0% {
        -webkit-transform: perspective(1000px) rotateX(0);
        transform: perspective(1000px) rotateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flip-out-x-fr {
    0% {
        -webkit-transform: perspective(1000px) rotateX(0);
        transform: perspective(1000px) rotateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }
}

.flip-out-x-fr {
    -webkit-animation-name: flip-out-x-fr;
    animation-name: flip-out-x-fr;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flip-in-y {
    0% {
        -webkit-transform: perspective(550px) rotateY(90deg);
        transform: perspective(550px) rotateY(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform: perspective(550px) rotateY(0);
        transform: perspective(550px) rotateY(0);
        opacity: 1
    }
}

@keyframes flip-in-y {
    0% {
        -webkit-transform: perspective(550px) rotateY(90deg);
        transform: perspective(550px) rotateY(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform: perspective(550px) rotateY(0);
        transform: perspective(550px) rotateY(0);
        opacity: 1
    }
}

.flip-in-y {
    -webkit-animation-name: flip-in-y;
    animation-name: flip-in-y;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flip-out-y {
    0% {
        -webkit-transform: perspective(550px) rotateY(0);
        transform: perspective(550px) rotateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(550px) rotateY(90deg);
        transform: perspective(550px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flip-out-y {
    0% {
        -webkit-transform: perspective(550px) rotateY(0);
        transform: perspective(550px) rotateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(550px) rotateY(90deg);
        transform: perspective(550px) rotateY(90deg);
        opacity: 0
    }
}

.flip-out-y {
    -webkit-animation-name: flip-out-y;
    animation-name: flip-out-y;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flip-in-y-nr {
    0% {
        -webkit-transform: perspective(100px) rotateY(90deg);
        transform: perspective(100px) rotateY(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform: perspective(100px) rotateY(0);
        transform: perspective(100px) rotateY(0);
        opacity: 1
    }
}

@keyframes flip-in-y-nr {
    0% {
        -webkit-transform: perspective(100px) rotateY(90deg);
        transform: perspective(100px) rotateY(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform: perspective(100px) rotateY(0);
        transform: perspective(100px) rotateY(0);
        opacity: 1
    }
}

.flip-in-y-nr {
    -webkit-animation-name: flip-in-y-nr;
    animation-name: flip-in-y-nr;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flip-out-y-nr {
    0% {
        -webkit-transform: perspective(100px) rotateY(0);
        transform: perspective(100px) rotateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(100px) rotateY(90deg);
        transform: perspective(100px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flip-out-y-nr {
    0% {
        -webkit-transform: perspective(100px) rotateY(0);
        transform: perspective(100px) rotateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(100px) rotateY(90deg);
        transform: perspective(100px) rotateY(90deg);
        opacity: 0
    }
}

.flip-out-y-nr {
    -webkit-animation-name: flip-out-y-nr;
    animation-name: flip-out-y-nr;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flip-in-y-fr {
    0% {
        -webkit-transform: perspective(1000px) rotateY(90deg);
        transform: perspective(1000px) rotateY(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform: perspective(1000px) rotateY(0);
        transform: perspective(1000px) rotateY(0);
        opacity: 1
    }
}

@keyframes flip-in-y-fr {
    0% {
        -webkit-transform: perspective(1000px) rotateY(90deg);
        transform: perspective(1000px) rotateY(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform: perspective(1000px) rotateY(0);
        transform: perspective(1000px) rotateY(0);
        opacity: 1
    }
}

.flip-in-y-fr {
    -webkit-animation-name: flip-in-y-fr;
    animation-name: flip-in-y-fr;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flip-out-y-fr {
    0% {
        -webkit-transform: perspective(1000px) rotateY(0);
        transform: perspective(1000px) rotateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(1000px) rotateY(90deg);
        transform: perspective(1000px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flip-out-y-fr {
    0% {
        -webkit-transform: perspective(1000px) rotateY(0);
        transform: perspective(1000px) rotateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(1000px) rotateY(90deg);
        transform: perspective(1000px) rotateY(90deg);
        opacity: 0
    }
}

.flip-out-y-fr {
    -webkit-animation-name: flip-out-y-fr;
    animation-name: flip-out-y-fr;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes zoom-in {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes zoom-in {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.zoom-in {
    -webkit-animation-name: zoom-in;
    animation-name: zoom-in
}

@-webkit-keyframes zoom-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes zoom-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.zoom-out {
    -webkit-animation-name: zoom-out;
    animation-name: zoom-out
}

@-webkit-keyframes zoom-in-sm {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes zoom-in-sm {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.zoom-in-sm {
    -webkit-animation-name: zoom-in-sm;
    animation-name: zoom-in-sm
}

@-webkit-keyframes zoom-out-sm {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes zoom-out-sm {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.zoom-out-sm {
    -webkit-animation-name: zoom-out-sm;
    animation-name: zoom-out-sm
}

@-webkit-keyframes zoom-in-lg {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes zoom-in-lg {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.zoom-in-lg {
    -webkit-animation-name: zoom-in-lg;
    animation-name: zoom-in-lg
}

@-webkit-keyframes zoom-out-lg {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes zoom-out-lg {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.zoom-out-lg {
    -webkit-animation-name: zoom-out-lg;
    animation-name: zoom-out-lg
}

@-webkit-keyframes overlay-slide-in-top {
    0% {
        height: 100%
    }

    100% {
        height: 0
    }
}

@keyframes overlay-slide-in-top {
    0% {
        height: 100%
    }

    100% {
        height: 0
    }
}

.overlay-slide-in-top {
    top: 0;
    height: 0;
    -webkit-animation-name: overlay-slide-in-top;
    animation-name: overlay-slide-in-top
}

@-webkit-keyframes overlay-slide-out-top {
    0% {
        height: 0
    }

    100% {
        height: 100%
    }
}

@keyframes overlay-slide-out-top {
    0% {
        height: 0
    }

    100% {
        height: 100%
    }
}

.overlay-slide-out-top {
    top: 0;
    height: 100%;
    -webkit-animation-name: overlay-slide-out-top;
    animation-name: overlay-slide-out-top
}

@-webkit-keyframes overlay-slide-in-bottom {
    0% {
        height: 100%
    }

    100% {
        height: 0
    }
}

@keyframes overlay-slide-in-bottom {
    0% {
        height: 100%
    }

    100% {
        height: 0
    }
}

.overlay-slide-in-bottom {
    bottom: 0;
    height: 0;
    -webkit-animation-name: overlay-slide-in-bottom;
    animation-name: overlay-slide-in-bottom
}

@-webkit-keyframes overlay-slide-out-bottom {
    0% {
        height: 0
    }

    100% {
        height: 100%
    }
}

@keyframes overlay-slide-out-bottom {
    0% {
        height: 0
    }

    100% {
        height: 100%
    }
}

.overlay-slide-out-bottom {
    bottom: 0;
    height: 100%;
    -webkit-animation-name: overlay-slide-out-bottom;
    animation-name: overlay-slide-out-bottom
}

@-webkit-keyframes overlay-slide-in-left {
    0% {
        width: 100%
    }

    100% {
        width: 0
    }
}

@keyframes overlay-slide-in-left {
    0% {
        width: 100%
    }

    100% {
        width: 0
    }
}

.overlay-slide-in-left {
    width: 0;
    -webkit-animation-name: overlay-slide-in-left;
    animation-name: overlay-slide-in-left
}

@-webkit-keyframes overlay-slide-out-left {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@keyframes overlay-slide-out-left {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

.overlay-slide-out-left {
    left: 0;
    width: 100%;
    -webkit-animation-name: overlay-slide-out-left;
    animation-name: overlay-slide-out-left
}

@-webkit-keyframes overlay-slide-in-right {
    0% {
        width: 100%
    }

    100% {
        width: 0
    }
}

@keyframes overlay-slide-in-right {
    0% {
        width: 100%
    }

    100% {
        width: 0
    }
}

.overlay-slide-in-right {
    right: 0;
    width: 0;
    -webkit-animation-name: overlay-slide-in-right;
    animation-name: overlay-slide-in-right
}

@-webkit-keyframes overlay-slide-out-right {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@keyframes overlay-slide-out-right {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

.overlay-slide-out-right {
    right: 0;
    width: 100%;
    -webkit-animation-name: overlay-slide-out-right;
    animation-name: overlay-slide-out-right
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: 700
}

@font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 100
}

@font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 200
}

body,
html {
    font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Arial, Meiryo, "M+ 1p", sans-serif
}

input[type=email],
input[type=submit],
input[type=text],
select,
textarea {
    font-family: inherit
}

body,
html {
    color: #333;
    font-size: 14px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width:640px) {

    body,
    html {
        min-width: 320px
    }
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    vertical-align: bottom;
    touch-callout: none;
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none
}

li,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

:focus {
    outline: 0
}

a {
    color: inherit;
    text-underline-position: under;
    -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
}

a:hover {
    -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
}

a:hover {
    color: #7b7b7b
}

.print-only {
    display: none !important
}

.pc-only {
    display: block !important
}

.pc-only--inlineblock {
    display: inline-block !important
}

.pc-only--inline {
    display: inline !important
}

.sp-only,
.sp-only--inline,
.sp-only--inlineblock {
    display: none !important
}

@media screen and (max-width:640px) {

    .pc-only,
    .pc-only--inline,
    .pc-only--inlineblock {
        display: none !important
    }

    .sp-only {
        display: block !important
    }

    .sp-only--inlineblock {
        display: inline-block !important
    }

    .sp-only--inline {
        display: inline !important
    }
}

.module-block0 {
    margin-top: 0 !important
}

.module-block1 {
    margin-top: 12px !important
}

.module-block2 {
    margin-top: 24px !important
}

.module-block3 {
    margin-top: 36px !important
}

.module-block4 {
    margin-top: 48px !important
}

.module-block5 {
    margin-top: 60px !important
}

.module-block6 {
    margin-top: 72px !important
}

.module-block7 {
    margin-top: 84px !important
}

.slick-loading .slick-list {
    background: #fff url(../images/ajax-loader.gif) center center no-repeat
}

.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    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
}

.slick-dots::after {
    clear: both;
    content: "";
    display: table
}

.slick-dots li button {
    display: block;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: #cfcfcf;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding: 0;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
}

.slick-dots li button:hover {
    -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
}

.slick-dots li button:hover {
    background: #666
}

.slick-dots li.slick-active button {
    background: #000
}

@media print,
screen and (min-width:641px) {
    .module-searchbox-wrapper {
        width: 250px;
        height: 26px
    }
}

.module-searchbox {
    position: relative;
    width: 100%;
    height: 100%
}

.module-searchbox::after {
    clear: both;
    content: "";
    display: table
}

.module-searchbox__input {
    width: 100%;
    height: 26px;
    padding-right: 27px;
    border: none;
    border-bottom: 1px solid #7b7b7b;
    border-radius: 0;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0
}

.module-searchbox__input::-webkit-input-placeholder {
    color: #333
}

.module-searchbox__input:-ms-input-placeholder {
    color: #333
}

.module-searchbox__input::-ms-input-placeholder {
    color: #333
}

.module-searchbox__input::placeholder {
    color: #333
}

@media screen and (max-width:640px) {
    .module-searchbox__input {
        font-size: 16px;
        height: 30px;
        padding-right: 33px;
        color: #fff;
        border-bottom: 1px solid #fff
    }

    .module-searchbox__input::-webkit-input-placeholder {
        color: #fff
    }

    .module-searchbox__input:-ms-input-placeholder {
        color: #fff
    }

    .module-searchbox__input::-ms-input-placeholder {
        color: #fff
    }

    .module-searchbox__input::placeholder {
        color: #fff
    }
}

@media screen and (max-width:640px) {
    .module-searchbox__input--white {
        color: #333;
        border-bottom: 1px solid #7b7b7b
    }

    .module-searchbox__input--white::-webkit-input-placeholder {
        color: #333
    }

    .module-searchbox__input--white:-ms-input-placeholder {
        color: #333
    }

    .module-searchbox__input--white::-ms-input-placeholder {
        color: #333
    }

    .module-searchbox__input--white::placeholder {
        color: #333
    }
}

.module-searchbox__button {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0
}

.module-searchbox__button::after {
    clear: both;
    content: "";
    display: table
}

.module-searchbox__button img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 14px
}

.module-text {
    margin: 24px 0;
    line-height: 1.875
}

.module-text--small {
    font-size: 12px !important
}

.module-text--medium {
    font-size: 14px !important
}

.module-text--large {
    font-size: 16px !important
}

.module-text--info{
    margin-top: 10px;
}

@media screen and (max-width:640px) {
    .module-text--large {
        font-size: 14px !important
    }
}

.module-text--x-large {
    font-size: 18px !important
}

@media screen and (max-width:640px) {
    .module-text--x-large {
        font-size: 16px !important
    }
}

.module-text--xx-large {
    font-size: 20px !important
}

@media screen and (max-width:640px) {
    .module-text--xx-large {
        font-size: 18px !important
    }
}

.module-text--strong {
    font-weight: 700
}

.module-text--aligncenter {
    text-align: center
}

.module-text--alignright {
    text-align: right
}

@media screen and (max-width:640px) {
    .module-text--alignleft-sp {
        text-align: left !important
    }

    .module-text--aligncenter-sp {
        text-align: center !important
    }

    .module-text--alignright-sp {
        text-align: right !important
    }
}

.module-text--red {
    color: #a61c2d
}

.module-form .module-text--red {
    padding-left: 16px;
}

.module-text--blue {
    color: #11568e
}

.module-text--padding-left {
    padding-left: 1.5em
}

.module-title4+.module-text {
    margin-top: 12px
}

.module-title5+.module-text {
    margin-top: 12px
}

.module-image+.module-text {
    margin-top: 12px
}

.module-leadtext {
    margin: 36px 0;
    font-size: 16px;
    line-height: 1.875
}

.module-leadtext--aligncenter {
    text-align: center
}

@media (max-width:800px) {
    .module-leadtext {
        font-size: 14px
    }
}

@media screen and (max-width:640px) {
    .module-leadtext {
        margin: 24px 0;
        line-height: 1.875
    }

    .module-leadtext--alignleft-sp {
        text-align: left !important
    }
}

.module-list {
    line-height: 1.875
}

.module-list li {
    padding-left: 1em;
    text-indent: -1em
}

.module-list--indent-2>li {
    padding-left: 2em;
    text-indent: -2em
}

.module-list--indent-3>li {
    padding-left: 3em;
    text-indent: -3em
}

.module-list--type-decimal li {
    list-style: decimal inside
}

.module-list--border-horizontal {
    padding: 1em 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9
}

.module-list--border-horizontal+.module-list--border-horizontal {
    border-top: none
}

.module-title1 {
    margin: 36px 0;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

.module-title1--white {
    color: #fff
}

@media screen and (max-width:640px) {
    .module-title1 {
        font-size: 24px
    }
}

.module-title2 {
    margin: 36px 0;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    line-height: 1.3
}

@media screen and (max-width:640px) {
    .module-title2 {
        font-size: 22px
    }
}

.module-title2--alignleft {
    text-align: left
}

.module-title2--white {
    color: #fff
}

.module-title3 {
    position: relative;
    margin: 36px 0 26px;
    padding-left: 18px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    border-left: 4px solid #333
}

.module-title3--white {
    color: #fff;
    border-color: #fff
}

.module-title3--strong {
    font-weight: 700
}

@media screen and (max-width:640px) {
    .module-title3 {
        margin: 29px 0 19px;
        font-size: 16px;
        padding-left: 12px
    }
}

.module-title-button {
    position: absolute;
    display: inline-block;
    top: -9px;
    color: #333;
    margin-left: 60px;
    width: 128px;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .16);
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .16);
    text-decoration: none;
    -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
}

.module-title-button:hover {
    -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
}

.module-title-button::after {
    margin-left: 10px;
    content: '';
    background-image: url(../images/icon-button__arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 9px;
    height: 14px;
    position: relative;
    top: 2px
}

.module-title-button::after {
    margin-left: 20px
}

.module-title-button:hover {
    background: #e7e7e7;
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .24)
}

@media screen and (max-width:640px) {
    .module-title-button {
        width: 104px;
        font-size: 14px;
        right: 0
    }
}

.module-title4 {
    margin: 36px 0 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5
}

.module-title5 {
    margin: 36px 0 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5
}

.module-button {
    width: 220px;
    height: 36px;
    color: #333;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .16);
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .16);
    text-decoration: none;
    display: block;
    -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
}

.module-button:hover {
    -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
}

.module-button::after {
    margin-left: 10px;
    content: '';
    background-image: url(../images/icon-button__arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 9px;
    height: 14px;
    position: relative;
    top: 2px
}

.module-button--gray {
    background: #262626;
    color: #fff;
    border: 1px solid #7b7b7b
}

.module-button--gray::after {
    margin-left: 10px;
    content: '';
    background-image: url(../images/icon-button__arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 9px;
    height: 14px;
    position: relative;
    top: 2px
}

.module-button--gray::after {
    background-image: url(../images/icon-button__arrow--gray.svg)
}

.module-button--gray:hover {
    color: #fff;
    background-color: rgba(108, 108, 108, .6)
}

.module-button--icon-plus::after {
    background-image: url(../images/icon-plus.svg);
    width: 12px;
    height: 12px
}

.module-button--icon-window::after {
    background-image: url(../images/icon-window.svg);
    width: 12px;
    height: 12px
}

.module-button--align-center {
    margin-left: auto;
    margin-right: auto
}

.module-button--align-right {
    margin-left: auto
}

input[type=submit].module-button {
    cursor: pointer;
    padding-right: 22px;
    background-image: url(../images/icon-button__arrow--gray.svg);
    background-position: 130px center;
    background-repeat: no-repeat;
    background-size: 9px 14px
}

/* input[type=submit].module-button[disabled=disabled] {
    pointer-events: none;
    background-color: #bfbfbf;
    border: 1px solid #bfbfbf
} */

input[type=submit].module-button--submit-en {
    background-position: 170px center
}

.module-tag {
    color: #333;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .16);
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .16);
    text-decoration: none;
    display: inline-block;
    padding: 8px 24px;
    line-height: 1.3;
    cursor: pointer
}

.module-tag--gray {
    background: #262626;
    color: #fff;
    border: 1px solid #7b7b7b
}

.module-tag--gray:hover {
    color: #fff;
    background-color: rgba(108, 108, 108, .6)
}

.module-tag--thick {
    padding: 13px 24px
}

.module-tag--icon-more::after {
    margin-left: 10px;
    content: '';
    background-image: url(../images/icon-button__arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 9px;
    height: 14px;
    position: relative;
    top: 2px
}

@media screen and (max-width:640px) {
    .module-tag {
        font-size: 14px;
        padding: 8px 20px
    }

    .module-tag--thick {
        padding: 8px 20px
    }
}

.module-taglist {
    margin: 24px 0 0
}

.module-taglist li {
    display: inline-block;
    margin: 0 15px 18px 0
}

.module-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 62px;
    border-bottom: 2px solid #333
}

.module-tab__item {
    width: 165px;
    margin-right: 11px
}

.module-tab__item a {
    -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    display: table;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    line-height: 1.3;
    border: 1px solid #e0e0e0;
    border-radius: 4px 4px 0 0;
    background: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .16);
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .16);
    position: relative
}

.module-tab__item a:hover {
    -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
}

@media (max-width:800px) {
    .module-tab__item a {
        font-size: 14px
    }
}

.module-tab__item a:hover {
    opacity: 1;
    background: #f1f1f1;
    color: #333
}

.module-tab__item a span {
    display: table-cell;
    vertical-align: middle
}

.module-tab__item--stay a {
    border: 1px solid #333;
    background: #333;
    color: #fff
}

.module-tab__item--stay a:hover {
    background: #333;
    color: #fff
}

@media screen and (max-width:640px) {
    .module-tab {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
        border-bottom: none
    }

    .module-tab__item {
        width: 31%;
        margin-right: 3.5%;
        margin-top: 12px
    }

    .module-tab__item a {
        display: table;
        width: 100%;
        height: 100%;
        min-height: 52px;
        padding: 5px 10px;
        font-size: 14px;
        border-radius: 4px
    }

    .module-tab__item:nth-child(1),
    .module-tab__item:nth-child(2),
    .module-tab__item:nth-child(3) {
        margin-top: 0
    }

    .module-tab__item:nth-child(3n) {
        margin-right: 0
    }
}

.module-datelist__item {
    position: relative;
    line-height: 1.5;
    margin: 10px 0 0
}

.module-datelist__item::after {
    clear: both;
    content: "";
    display: table
}

.module-datelist__item:first-child {
    margin-top: 0
}

.module-datelist__item__date {
    position: absolute;
    top: 0;
    width: 100px
}

.module-datelist__item__title {
    margin-left: 100px
}

@media screen and (max-width:640px) {
    .module-datelist__item {
        margin-top: 20px
    }

    .module-datelist__item__date {
        position: absolute;
        top: 0;
        width: 86px
    }

    .module-datelist__item__title {
        font-size: 13px;
        margin-left: 86px
    }
}

.module-image {
    margin: 0;
    text-align: center
}

.module-image img {
    max-width: 100%
}

.module-image--fullwidth img {
    width: 100%
}

.module-image__caption {
    margin: 12px 0 0;
    line-height: 1.5
}

.module-video {
    margin: 0;
    text-align: center
}

.module-video video {
    max-width: 100%;
    cursor: pointer
}

.module-video--fullwidth video {
    width: 100%;
    cursor: pointer
}

.module-imageblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 24px 0
}

.module-imageblock__item {
    width: 48%;
    margin-left: 4%
}

.module-imageblock__item:nth-child(odd) {
    margin-left: 0
}

.module-imageblock__item__image {
    margin: 0
}

.module-imageblock__item__image img {
    width: 100%
}

.module-imageblock__item__caption {
    margin: 12px 0 0;
    line-height: 1.5
}

@media screen and (max-width:640px) {
    .module-imageblock {
        display: block
    }

    .module-imageblock__item {
        width: 100%;
        margin-left: 0;
        margin-top: 35px
    }

    .module-imageblock__item:first-child {
        margin-top: 0
    }
}

.module-breadcrumbs {
    max-width: 1000px;
    margin: 30px auto 80px;
    line-height: 1.7;
    font-size: 12px;
    font-weight: 700
}

.module-breadcrumbs a {
    text-decoration: none
}

.module-breadcrumbs span {
    margin-right: 10px
}

@media (max-width:1000px) {
    .module-breadcrumbs {
        margin-left: 24px;
        margin-right: 24px
    }
}

@media screen and (max-width:640px) {
    .module-breadcrumbs {
        margin-bottom: 40px
    }
}

.main-section+.module-breadcrumbs {
    margin-top: 0
}

.main-section--background-gray+.module-breadcrumbs {
    margin-top: 65px
}

@media screen and (max-width:640px) {
    .main-section--background-gray+.module-breadcrumbs {
        margin-top: 25px
    }
}

.module-media1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.module-media1 .module-media__item {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 48.2%;
    margin: 36px 0 0;
    text-decoration: none
}

.module-media1 .module-media__item:nth-child(1),
.module-media1 .module-media__item:nth-child(2) {
    margin: 0
}

.module-media1 .module-media__item__image {
    width: 120px
}

.module-media1 .module-media__item__image__inner {
    background: #fff
}

.module-media1 .module-media__item__image__inner img {
    width: 100%
}

.module-media1 .module-media__item__body {
    width: -webkit-calc(100% - 137px);
    width: calc(100% - 137px)
}

.module-media1 .module-media__item__body::after {
    clear: both;
    content: "";
    display: table
}

.module-media1 .module-media__item__body__title {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 700
}

.module-media1 .module-media__item__body__text {
    margin: 15px 0;
    line-height: 1.5
}

.module-media1 .module-media__item__body__more {
    float: right;
    margin: 0;
    font-weight: 700;
    text-decoration: underline
}

.module-media1 .module-media__item:hover .module-media__item__image img {
    -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    -webkit-box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14);
    box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14);
    opacity: .68
}

.module-media1 .module-media__item:hover .module-media__item__image img:hover {
    -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
}

@media screen and (max-width:640px) {
    .module-media1 {
        display: block;
        margin-top: 0
    }

    .module-media1 .module-media__item {
        width: 100%;
        margin: 0;
        padding: 14px 0 10px;
        border-top: 1px solid #bfbfbf
    }
}

.module-media1--block {
    display: block
}

.module-media1--block .module-media__item {
    width: 70%;
    margin-top: 24px
}

.module-media1--block .module-media__item:nth-child(2) {
    margin-top: 24px
}

.module-media1--block .module-media__item__body__text {
    margin: 10px 0
}

.module-media1--block .module-media__item__body__text:last-child {
    margin-bottom: 0
}

.module-media1--block .module-media__item:hover .module-media__item__image img {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1
}

@media screen and (max-width:640px) {
    .module-media1--block .module-media__item {
        width: 100%;
        margin-top: 0 !important;
        border-top: none
    }
}

.module-media2 {
    width: 1000px;
    margin: 0 auto
}

.module-media2 .module-media__inner {
    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
}

.module-media2 .module-media__inner .module-media__item {
    display: block;
    width: 282px;
    margin: 36px 0 0 77px;
    text-decoration: none
}

.module-media2 .module-media__inner .module-media__item__image {
    background: #fff
}

.module-media2 .module-media__inner .module-media__item__image img {
    width: 100%
}

.module-media2 .module-media__inner .module-media__item__body__name {
    margin: 14px 0 10px;
    font-weight: 700;
    color: #000;
    text-decoration: underline
}

.module-media2 .module-media__inner .module-media__item__body__text {
    margin: 0;
    white-space: nowrap;
    font-size: 13px
}

.module-media2 .module-media__inner .module-media__item:hover .module-media__item__image img {
    -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    -webkit-box-shadow: 0 0 15px 4px rgba(0, 0, 0, .28);
    box-shadow: 0 0 15px 4px rgba(0, 0, 0, .28);
    opacity: .68
}

.module-media2 .module-media__inner .module-media__item:hover .module-media__item__image img:hover {
    -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
}

.module-media2 .module-media__inner .module-media__item:hover .module-media__item__body__name {
    color: #7b7b7b
}

.module-media2 .module-media__item:nth-child(-n+3) {
    margin-top: 0
}

.module-media2 .module-media__item:nth-child(3n+1) {
    margin-left: 0
}

@media (max-width:1000px) and (min-width:641px) {
    .module-media2 {
        width: 100%;
        max-width: 614px
    }

    .module-media2 .module-media__inner .module-media__item {
        margin-top: 36px !important;
        margin-left: -webkit-calc(100% - 282px*2);
        margin-left: calc(100% - 282px*2)
    }

    .module-media2 .module-media__inner .module-media__item:nth-child(-n+2) {
        margin-top: 0 !important
    }

    .module-media2 .module-media__inner .module-media__item:nth-child(odd) {
        margin-left: 0
    }
}

@media screen and (max-width:640px) {
    .module-media2 {
        width: 282px
    }

    .module-media2 .module-media__item {
        margin-top: 36px !important;
        margin-left: 0 !important
    }

    .module-media2 .module-media__item:nth-child(1) {
        margin-top: 0 !important
    }
}

.module-media3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.module-media3 .module-media__item {
    display: block;
    width: 48%;
    margin: 0;
    text-decoration: none;
    background: #f2f2f2
}

.module-media3 .module-media__item__image {
    background: #fff;
    overflow: hidden
}

.module-media3 .module-media__item__image img {
    -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    width: 100%
}

.module-media3 .module-media__item__image img:hover {
    -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
}

.module-media3 .module-media__item__body {
    padding: 17px 25px 23px
}

.module-media3 .module-media__item__body__title {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.5
}

.module-media3 .module-media__item__body__text {
    margin: 0 0 25px;
    line-height: 1.5
}

.module-media3 .module-media__item__body .module-button {
    margin: 0 auto;
    background: #070707
}

@media print,
screen and (min-width:641px) {
    .module-media3 .module-media__item:hover {
        -webkit-box-shadow: 0 0 15px 4px rgba(0, 0, 0, .28);
        box-shadow: 0 0 15px 4px rgba(0, 0, 0, .28)
    }

    .module-media3 .module-media__item:hover .module-media__item__image img {
        opacity: .68;
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }

    .module-media3 .module-media__item:hover .module-media__item__body .module-button {
        background-color: #6c6c6c
    }

    .module-media3 .module-media__item__image {
        position: relative;
        padding-top: 75%
    }

    .module-media3 .module-media__item__image img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto
    }
}

@media screen and (max-width:640px) {
    .module-media3 {
        display: block;
        margin-top: -5px;
        -webkit-tap-highlight-color: transparent
    }

    .module-media3 .module-media__item {
        width: 100%;
        margin: 30px 0 0
    }

    .module-media3 .module-media__item:first-child {
        margin: 0
    }

    .module-media3 .module-media__item__image {
        margin: 0 0 16px
    }

    .module-media3 .module-media__item__body__title {
        font-size: 18px
    }

    .module-media3 .module-media__item__body__text {
        margin: 0 0 20px
    }

    .module-media3 .module-media__item.scroll-focus--stay .module-media__item__image img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }

    .module-media3 .module-media__item.touch-focus--stay {
        -webkit-box-shadow: 0 0 15px 4px rgba(0, 0, 0, .28);
        box-shadow: 0 0 15px 4px rgba(0, 0, 0, .28)
    }

    .module-media3 .module-media__item.touch-focus--stay .module-media__item__image img {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
        opacity: .68
    }

    .module-media3 .module-media__item.touch-focus--stay .module-media__item__body .module-button {
        background-color: #6c6c6c
    }
}

.module-media3--gray .module-media__item {
    background: #070707
}

.module-media3--gray .module-media__item__body {
    color: #fff
}

.module-media4 .module-media__item::after {
    clear: both;
    content: "";
    display: table
}

.module-media4 .module-media__item__image {
    display: block;
    width: 253px;
    float: left
}

.module-media4 .module-media__item__image img {
    width: 100%
}

.module-media4 .module-media__item__text {
    margin: 0 0 35px;
    padding-left: 295px;
    font-size: 16px;
    line-height: 1.8
}

.module-media4 .module-media__item__name {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 0 0 25px;
    padding-left: 295px
}

.module-media4 .module-media__item__name__japanese {
    font-size: 26px;
    margin-right: 20px
}

.module-media4 .module-media__item__name__english {
    color: #666
}

.module-media4 .module-media__item__title {
    margin: 0;
    padding-left: 295px;
    color: #666;
    line-height: 1.5
}

.module-media4 .module-media__item__header {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 0 0 20px;
    padding-left: 295px;
    font-size: 22px;
    line-height: 1.5
}

.module-media4 .module-media__item__footer {
    margin: 50px 0 0;
    padding-left: 295px;
    font-size: 12px;
    line-height: 1.8
}

.module-media4 .module-media__item__footer span {
    display: block;
    font-weight: 700
}

.module-media4 .module-media__item+.module-media__item {
    margin-top: 48px
}

@media screen and (max-width:640px) {
    .module-media4 .module-media__item__image {
        width: 165px;
        margin: 0 20px 20px 0
    }

    .module-media4 .module-media__item__text {
        margin: 0 0 25px;
        padding-left: 0;
        font-size: 14px
    }

    .module-media4 .module-media__item__name {
        margin: 0 0 20px;
        padding-left: 0
    }

    .module-media4 .module-media__item__name__japanese {
        font-size: 20px;
        margin-right: 14px
    }

    .module-media4 .module-media__item__name__english {
        font-size: 12px
    }

    .module-media4 .module-media__item__title {
        padding-left: 0;
        font-size: 12px
    }

    .module-media4 .module-media__item__header {
        margin: 0 0 25px;
        padding-left: 0;
        font-size: 18px
    }

    .module-media4 .module-media__item__footer {
        clear: both;
        margin: 25px 0 0;
        padding-left: 0
    }
}

.module-media5 {
    margin: 24px 0 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.module-media5 .module-media__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50%;
    padding: 15px 0;
    border-bottom: 1px solid #e9e9e9
}

.module-media5 .module-media__item:nth-child(5),
.module-media5 .module-media__item:nth-child(6) {
    border-bottom: none
}

.module-media5 .module-media__item:nth-child(odd) {
    padding-right: 2%
}

.module-media5 .module-media__item:nth-child(even) {
    padding-left: 2%
}

.module-media5 .module-media__item__text {
    width: 45%
}

.module-media5 .module-media__item__text__title {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 23px 0;
    font-size: 22px;
    text-align: center
}

.module-media5 .module-media__item__text__category {
    margin: 0;
    line-height: 1.875
}

.module-media5 .module-media__item__link {
    width: 48%;
    max-width: 230px
}

.module-media5 .module-media__item__link__image {
    display: block;
    margin-bottom: 15px;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
}

.module-media5 .module-media__item__link__image:hover {
    -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
}

.module-media5 .module-media__item__link__image img {
    width: 100%;
    -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
}

.module-media5 .module-media__item__link__image img:hover {
    -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
}

.module-media5 .module-media__item__link__image:hover {
    opacity: .68
}

.module-media5 .module-media__item__link__image:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

.module-media5 .module-media__item__link .module-button {
    margin: 0 auto;
    max-width: 100%
}

@media screen and (max-width:640px) {
    .module-media5 {
        display: block;
        margin: 24px -24px 36px
    }

    .module-media5 .module-media__item {
        width: 100%;
        padding: 63px 24px 85px;
        position: relative
    }

    .module-media5 .module-media__item:nth-child(5),
    .module-media5 .module-media__item:nth-child(6) {
        border-bottom: 1px solid #e9e9e9
    }

    .module-media5 .module-media__item:nth-child(odd) {
        padding-right: 24px
    }

    .module-media5 .module-media__item:nth-child(even) {
        padding-left: 24px
    }

    .module-media5 .module-media__item__text {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px)
    }

    .module-media5 .module-media__item__text__title {
        margin: 0;
        font-size: 20px;
        width: 100%;
        position: absolute;
        top: 25px;
        left: 0
    }

    .module-media5 .module-media__item__link {
        width: 50%;
        max-width: 50%
    }

    .module-media5 .module-media__item__link__image {
        margin-bottom: 0
    }

    .module-media5 .module-media__item__link .module-button {
        position: absolute;
        bottom: 27px;
        left: -webkit-calc(50% - 110px);
        left: calc(50% - 110px)
    }
}

.module-media6 .module-media__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.module-media6 .module-media__inner .module-media__item {
    width: 30.6%;
    max-width: 306px;
    margin-left: 4.1%;
    margin-top: 60px
}

.module-media6 .module-media__inner .module-media__item:nth-child(3n+1) {
    margin-left: 0
}

.module-media6 .module-media__inner .module-media__item:nth-child(1),
.module-media6 .module-media__inner .module-media__item:nth-child(2),
.module-media6 .module-media__inner .module-media__item:nth-child(3) {
    margin-top: 0
}

.module-media6 .module-media__inner .module-media__item__image {
    display: block;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
}

.module-media6 .module-media__inner .module-media__item__image:hover {
    -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
}

.module-media6 .module-media__inner .module-media__item__image img {
    width: 100%;
    -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
}

.module-media6 .module-media__inner .module-media__item__image img:hover {
    -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
}

.module-media6 .module-media__inner .module-media__item__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin: 18px 0 0
}

.module-media6 .module-media__inner .module-media__item__caption,
.module-media6 .module-media__inner .module-media__item__catchcopy {
    line-height: 1.5;
    margin: 10px 0 0
}

.module-media6 .module-media__inner .module-media__item__link {
    display: block;
    margin: 15px 0 0;
    font-weight: 700;
    text-align: right;
    text-decoration: underline
}

.module-media6 .module-media__inner a.module-media__item {
    display: block;
    text-decoration: none
}

@media print,
screen and (min-width:641px) {
    .module-media6 .module-media__inner a.module-media__item:hover .module-media__item__image img {
        opacity: .68;
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }
}

.module-media6 .module-button {
    width: 362px;
    margin-top: 60px
}

@media print,
screen and (min-width:641px) {
    .module-media6 .module-media__item__image {
        position: relative;
        padding-top: 75%
    }

    .module-media6 .module-media__item__image--square {
        padding-top: 100%
    }

    .module-media6 .module-media__item__image img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto
    }
}

@media screen and (max-width:640px) {
    .module-media6 .module-media__inner {
        display: block
    }

    .module-media6 .module-media__inner .module-media__item {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-top: 40px
    }

    .module-media6 .module-media__inner .module-media__item:nth-child(2),
    .module-media6 .module-media__inner .module-media__item:nth-child(3) {
        margin-top: 40px
    }

    .module-media6 .module-media__inner .module-media__item__image {
        margin: 0 26px
    }

    .module-media6 .module-media__inner .module-media__item.scroll-focus--stay .module-media__item__image img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }

    .module-media6 .module-media__inner .module-media__item.touch-focus--stay {
        -webkit-tap-highlight-color: transparent
    }

    .module-media6 .module-media__inner .module-media__item.touch-focus--stay .module-media__item__image img {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
        opacity: .68
    }

    .module-media6 .module-button {
        width: 272px;
        margin-top: 40px
    }
}

@media screen and (max-width:640px) {
    .module-media6--align-width .module-media__inner .module-media__item__image {
        margin: 0
    }
}

.module-media7 .module-media__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #e9e9e9;
    padding: 24px
}

.module-media7 .module-media__item--nopadding {
    padding: 0
}

.module-media7 .module-media__item--noborder {
    border: none
}

.module-media7 .module-media__item__image {
    width: 32%
}

.module-media7 .module-media__item__image img {
    width: 100%
}

.module-media7 .module-media__item__body {
    width: 64%
}

.module-media7 .module-media__item__body__title {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 1.875
}

.module-media7 .module-media__item__body__detail {
    margin: 0;
    line-height: 1.875
}

@media screen and (max-width:640px) {
    .module-media7 {
        margin: 60px 0 0
    }

    .module-media7 .module-media__item {
        display: block
    }

    .module-media7 .module-media__item div:first-child {
        margin-bottom: 20px
    }

    .module-media7 .module-media__item__image {
        width: 100%
    }

    .module-media7 .module-media__item__body {
        width: 100%
    }

    .module-media7 .module-media__item__body__title {
        margin-bottom: 7px;
        font-size: 16px
    }
}

.module-media8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.module-media8 .module-media__item {
    width: 22%;
    margin-left: 4%
}

.module-media8 .module-media__item:first-child {
    margin-left: 0
}

.module-media8 .module-media__item .module-media__item__image {
    display: block;
    margin: 0 0 15px;
    overflow: hidden;
    -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
}

.module-media8 .module-media__item .module-media__item__image:hover {
    -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
}

.module-media8 .module-media__item .module-media__item__image img {
    width: 100%;
    -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
}

.module-media8 .module-media__item .module-media__item__image img:hover {
    -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
}

.module-media8 .module-media__item a.module-media__item__image:hover {
    opacity: .68
}

.module-media8 .module-media__item a.module-media__item__image:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

.module-media8 .module-media__item__title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5
}

.module-media8 .module-media__item__link {
    display: block;
    font-weight: 700;
    text-align: right
}

@media print,
screen and (min-width:641px) {
    .module-media8 a.module-media__item__image {
        position: relative;
        padding-top: 75%
    }

    .module-media8 a.module-media__item__image img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto
    }

    .module-media8 a.module-media__item__image--fullheight {
        padding-top: 0
    }

    .module-media8 a.module-media__item__image--fullheight img {
        position: static
    }
}

@media screen and (max-width:640px) {
    .module-media8 {
        left: -1px;
        margin-left: -25px;
        margin-right: -24px
    }

    .module-media8 .module-media__item {
        width: 50%;
        margin-left: 0;
        margin-top: 30px;
        border-left: 1px solid #fff
    }

    .module-media8 .module-media__item:nth-child(1),
    .module-media8 .module-media__item:nth-child(2) {
        margin-top: 0
    }

    .module-media8 .module-media__item__image {
        margin: 0 0 10px
    }

    .module-media8 .module-media__item__title {
        margin: 0 15px 5px;
        font-size: 14px
    }

    .module-media8 .module-media__item__link {
        margin: 0 15px
    }
}

.module-media9 {
    line-height: 1.5
}

@media print,
screen and (min-width:641px) {
    .module-media9 th {
        padding-right: 30px;
        vertical-align: top
    }

    .module-media9 td {
        vertical-align: top
    }
}

@media screen and (max-width:640px) {
    .module-media9 {
        width: 100%
    }

    .module-media9 th {
        display: block;
        margin-bottom: 15px;
        text-align: center
    }

    .module-media9 td {
        display: block
    }
}

.module-media10 .module-media__item::after {
    clear: both;
    content: "";
    display: table
}

.module-media10 .module-media__item__image {
    display: inline;
    float: left;
    margin: 0 24px 0 0
}

@media screen and (max-width:640px) {
    .module-media10 .module-media__item__image {
        margin: 0 16px 0 0
    }
}

.module-media10 .module-media__item__text {
    display: inline;
    line-height: 1.875
}

.module-media11 .module-media__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 36px 0
}

.module-media11 .module-media__item .module-media__item__image {
    width: 30%
}

.module-media11 .module-media__item .module-media__item__text {
    width: -webkit-calc(100% - 30% - 3%);
    width: calc(100% - 30% - 3%)
}

.module-media11 .module-media__item__image img {
    width: 100%
}

.module-media11 .module-media__item__text :first-child {
    margin-top: 0 !important
}

.module-media11 .module-media__item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.module-media11 .module-media__item--image-small .module-media__item__image {
    width: 20%
}

.module-media11 .module-media__item--image-small .module-media__item__text {
    width: -webkit-calc(100% - 20% - 3%);
    width: calc(100% - 20% - 3%)
}

.module-media11 .module-media__item--image-large .module-media__item__image {
    width: 40%
}

.module-media11 .module-media__item--image-large .module-media__item__text {
    width: -webkit-calc(100% - 40% - 3%);
    width: calc(100% - 40% - 3%)
}

.module-media11 .module-media__item--image-x-large .module-media__item__image {
    width: 50%
}

.module-media11 .module-media__item--image-x-large .module-media__item__text {
    width: -webkit-calc(100% - 50% - 3%);
    width: calc(100% - 50% - 3%)
}

@media screen and (max-width:640px) {
    .module-media11 .module-media__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .module-media11 .module-media__item__image {
        width: 100% !important
    }

    .module-media11 .module-media__item__text {
        width: 100% !important
    }

    .module-media11 .module-media__item__text :first-child {
        margin-top: 24px !important
    }
}

.module-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 36px 0 0
}

.module-card__item {
    width: 100%;
    padding: 23px 23px 59px;
    background-color: #fff;
    position: relative
}

.module-card__item__header__title {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 1.5
}

.module-card__item__header__text {
    margin: 0 0 20px;
    line-height: 1.8
}

.module-card__item__header__text--center {
    text-align: center
}

.module-card__item__button {
    position: absolute;
    bottom: 23px;
    left: 0;
    right: 0;
    margin: auto
}

.module-card__item__button a {
    margin: 0 auto
}

.module-card__item--col1-2 {
    width: 48.5%;
    margin-left: 3%
}

.module-card__item--col1-2:first-child {
    margin-left: 0
}

.module-card__item--col1-3 {
    width: 31.4%;
    margin-left: 2.9%
}

.module-card__item--col1-3:first-child {
    margin-left: 0
}

.module-card__item--col1-3 .module-card__item__button a {
    width: 70%
}

.module-card__item--float {
    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;
    padding: 23px
}

.module-card__item--float .module-card__item__header {
    width: 66%
}

.module-card__item--float .module-card__item__header__title {
    text-align: left
}

.module-card__item--float .module-card__item__header__text {
    margin: 0
}

.module-card__item--float .module-card__item__button {
    width: 28%;
    position: static
}

.module-card__item--float .module-card__item__button a {
    width: 83%
}

.module-card__item--background-gray {
    background-color: #f2f2f2
}

@media screen and (max-width:640px) {
    .module-card {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .module-card__item {
        padding: 23px
    }

    .module-card__item__header__title {
        font-size: 18px
    }

    .module-card__item__header__text {
        margin: 0 0 15px
    }

    .module-card__item__button {
        position: static
    }

    .module-card__item--col1-2 {
        width: 100%;
        margin-top: 25px
    }

    .module-card__item--col1-2:first-child {
        margin-top: 0
    }

    .module-card__item--col1-3 {
        width: 100%;
        margin-top: 25px
    }

    .module-card__item--col1-3:first-child {
        margin-top: 0
    }

    .module-card__item--col1-3 .module-card__item__button a {
        width: 220px
    }

    .module-card__item--float {
        display: block
    }

    .module-card__item--float .module-card__item__header {
        width: 100%
    }

    .module-card__item--float .module-card__item__header__title {
        text-align: center
    }

    .module-card__item--float .module-card__item__header__text {
        margin: 0 0 15px
    }

    .module-card__item--float .module-card__item__button {
        width: 100%;
        position: static
    }

    .module-card__item--float .module-card__item__button a {
        width: 220px
    }
}

.module-table1 {
    width: 100%;
    border-top: 1px solid #e9e9e9;
    line-height: 1.8;
    border-spacing: 0
}

.module-table1 th {
    width: 20%;
    min-width: 20%;
    padding: 15px 0;
    text-align: left;
    border-bottom: 1px solid #e9e9e9;
    vertical-align: top
}

.module-table1 td {
    width: 80%;
    padding: 15px 0;
    border-bottom: 1px solid #e9e9e9
}

.module-table1 td .module-table__data__title {
    margin: 25px 0 12px;
    border-left: 4px solid #888;
    padding-left: 8px;
    line-height: 100%
}

.module-table1 td .module-table__data__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.module-table1 td .module-table__data__block__item {
    margin: 0
}

.module-table1 td .module-table__data__block__item--col1-3 {
    width: 27%;
    padding-right: 15px
}

.module-table1 td .module-table__data__definitionlist {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 8px
}

.module-table1 td .module-table__data__definitionlist:first-child {
    margin-top: 0
}

.module-table1 td .module-table__data__definitionlist dt {
    display: none
}

.module-table1 td .module-table__data__definitionlist dd {
    position: relative
}

.module-table1 td .module-table__data__definitionlist dd::after {
    clear: both;
    content: "";
    display: table
}

.module-table1 td .module-table__data__definitionlist__name {
    position: absolute
}

.module-table1 td .module-table__data__definitionlist__post {
    display: block;
    padding-left: 8em;
    font-size: 12px
}

@media (max-width:1000px) {
    .module-table1 td .module-table__data__title {
        margin: 15px 0 8px
    }

    .module-table1 td .module-table__data__block__item--col1-3 {
        width: 33.333%;
        padding-right: 5px
    }

    .module-table1 td .module-table__data__block__item--col1-3 a {
        position: relative;
        padding-right: 40px
    }

    .module-table1 td .module-table__data__block__item--col1-3 a span {
        position: absolute;
        right: 0;
        top: 0
    }

    .module-table1 td .module-table__data__definitionlist__name {
        position: relative
    }

    .module-table1 td .module-table__data__definitionlist__post {
        padding-left: 0
    }
}

@media screen and (max-width:640px) {
    .module-table1 th {
        display: block;
        width: 100%;
        border-bottom: none;
        padding-bottom: 10px
    }

    .module-table1 td {
        display: block;
        width: 100%;
        padding-top: 0
    }

    .module-table1 td .module-table__data__block__item--col1-3 {
        width: 100%;
        margin-bottom: 3px;
        padding-right: 0
    }

    .module-table1 td .module-table__data__definitionlist {
        display: block;
        margin-top: 15px
    }

    .module-table1 td .module-table__data__definitionlist dt {
        width: auto
    }

    .module-table1 td .module-table__data__definitionlist dd {
        width: auto
    }
}

.module-table2__inner table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

.module-table2__inner table th {
    padding: 10px 15px;
    border: 1px solid #bfbfbf;
    text-align: center;
    line-height: 1.5;
    background-color: #f2f2f2;
    font-weight: 400
}

.module-table2__inner table td {
    padding: 10px 15px;
    border: 1px solid #bfbfbf;
    text-align: center;
    line-height: 1.5
}

.module-table2__inner table .module-table__tbody--th-alignleft th {
    text-align: left
}

.module-table2__inner table .module-table__tbody--th-alignright th {
    text-align: right
}

.module-table2__inner table .module-table__tbody--td-alignleft td {
    text-align: left
}

.module-table2__inner table .module-table__tbody--td-alignright td {
    text-align: right
}

.module-table2__inner table .module-table__cell--background-blue {
    background-color: #c8e4f2
}

.module-table2__inner table .module-table__cell--width-5 {
    width: 5%
}

.module-table2__inner table .module-table__cell--width-10 {
    width: 10%
}

.module-table2__inner table .module-table__cell--width-15 {
    width: 15%
}

.module-table2__inner table .module-table__cell--width-20 {
    width: 20%
}

.module-table2__inner table .module-table__cell--width-25 {
    width: 25%
}

.module-table2__inner table .module-table__cell--width-30 {
    width: 30%
}

.module-table2__inner table .module-table__cell--width-35 {
    width: 35%
}

.module-table2__inner table .module-table__cell--width-40 {
    width: 40%
}

.module-table2__inner table .module-table__cell--width-45 {
    width: 45%
}

.module-table2__inner table .module-table__cell--width-50 {
    width: 50%
}

.module-table2__inner table .module-table__cell--width-55 {
    width: 55%
}

.module-table2__inner table .module-table__cell--width-60 {
    width: 60%
}

.module-table2__inner table .module-table__cell--width-65 {
    width: 65%
}

.module-table2__inner table .module-table__cell--width-70 {
    width: 70%
}

.module-table2__inner table .module-table__cell--width-75 {
    width: 75%
}

.module-table2__inner table .module-table__cell--width-80 {
    width: 80%
}

.module-table2__inner table .module-table__cell--width-85 {
    width: 85%
}

.module-table2__inner table .module-table__cell--width-90 {
    width: 90%
}

.module-table2__inner table .module-table__cell--width-95 {
    width: 95%
}

.module-table2--ir-calendar tbody td {
    font-size: 13px
}

@media screen and (max-width:640px) {
    .module-table2 {
        position: relative
    }

    .module-table2::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
        width: 70px;
        height: 100%;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .8)));
        background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 100%);
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 100%)
    }

    .module-table2__inner {
        overflow-x: scroll;
        overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch
    }

    .module-table2__inner table {
        width: 800px
    }
}

.module-table3 {
    padding: 15px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9
}

.module-table3 table {
    width: 100%;
    line-height: 1.8;
    border-spacing: 0
}

.module-table3 table th {
    width: 26%;
    padding: 0 15px 0 0;
    font-weight: 400;
    text-align: left;
    vertical-align: top
}

.module-table3 table th span {
    display: inline-block;
    min-width: 50px
}

.module-table3 table th span+span {
    min-width: 35px;
    text-align: right
}

.module-table3 table td {
    width: 74%;
    padding: 0;
    vertical-align: top
}

@media screen and (max-width:640px) {
    .module-table3 table th {
        min-width: 100px
    }
}

.module-table3+.module-table3 {
    border-top: none
}

.module-definitionlist2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 15px;
    line-height: 1.8
}

.module-definitionlist2:first-child {
    margin-top: 0
}

.module-definitionlist2 dt {
    width: 26%;
    padding-right: 20px
}

.module-definitionlist2 dd {
    width: 74%
}

@media screen and (max-width:640px) {
    .module-definitionlist2 {
        display: block
    }

    .module-definitionlist2 dt {
        width: 100%
    }

    .module-definitionlist2 dd {
        width: 100%
    }
}

@media print,
screen and (min-width:641px) {
    .module-definitionlist2--search-result dt {
        width: 90%
    }

    .module-definitionlist2--search-result dd {
        width: 10%;
        text-align: right
    }
}

.module-container {
    width: 100%;
    margin: 24px auto 36px;
    padding: 25px;
    background-color: #fff
}

.module-container--background-gray {
    background-color: #f2f2f2
}

.module-container--border {
    border: 1px solid #e9e9e9
}

.module-container--nopadding {
    padding: 0
}

.module-container--large {
    max-width: 800px
}

.module-container--medium {
    max-width: 480px
}

.module-flexblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.module-flexblock__item {
    line-height: 1.8
}

.module-flexblock__item--col1-2 {
    width: 48%;
    margin-left: 4%;
    margin-top: 36px
}

.module-flexblock__item--col1-2:nth-child(odd) {
    margin-left: 0
}

.module-flexblock__item--col1-2:nth-child(1),
.module-flexblock__item--col1-2:nth-child(2) {
    margin-top: 0
}

@media screen and (max-width:640px) {
    .module-flexblock__item--col1-2 {
        width: 100%;
        margin-left: 0
    }

    .module-flexblock__item--col1-2:nth-child(2) {
        margin-top: 36px
    }
}

.module-flexblock__item--col1-4 {
    width: 22%;
    margin-top: 16px;
    margin-left: 4%;
    line-height: 1.5
}

.module-flexblock__item--col1-4:nth-child(4n+1) {
    margin-left: 0
}

.module-flexblock__item--col1-4:nth-child(1),
.module-flexblock__item--col1-4:nth-child(2),
.module-flexblock__item--col1-4:nth-child(3),
.module-flexblock__item--col1-4:nth-child(4) {
    margin-top: 0
}

@media screen and (max-width:640px) {
    .module-flexblock__item--col1-4 {
        width: 48%
    }

    .module-flexblock__item--col1-4:nth-child(odd) {
        margin-left: 0
    }

    .module-flexblock__item--col1-4:nth-child(3),
    .module-flexblock__item--col1-4:nth-child(4) {
        margin-top: 16px
    }
}

.module-showmore .module-flexblock__item--col1-4:nth-child(1),
.module-showmore .module-flexblock__item--col1-4:nth-child(2),
.module-showmore .module-flexblock__item--col1-4:nth-child(3),
.module-showmore .module-flexblock__item--col1-4:nth-child(4) {
    margin-top: 16px
}

.module-localnavi {
    margin: 72px 0 0
}

.module-localnavi__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.module-localnavi__list__title {
    margin-right: 15px;
    margin-top: 15px
}

.module-localnavi__list__title span {
    display: inline-block;
    padding: 5px 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 100%
}

.module-localnavi__list__link {
    margin-top: 15px
}

.module-localnavi__list__link a {
    -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    display: inline-block;
    padding: 5px 20px;
    color: #999;
    text-decoration: none;
    line-height: 100%;
    border-left: 1px solid #ccc
}

.module-localnavi__list__link a:hover {
    -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
}

.module-localnavi__list__link a:hover {
    opacity: .68
}

.module-localnavi__list__link:nth-child(2) a {
    border-left: none
}

.module-localnavi__list__link--stay a {
    color: #333
}

.module-contact {
    width: 1000px;
    margin: 60px auto 0;
    padding: 24px 24px 32px;
    background-color: #f2f2f2
}

.module-contact .module-title2 {
    margin: 0 auto 30px
}

.module-contact .module-leadtext {
    margin-top: 30px;
    margin-bottom: 20px
}

.module-contact .module-button {
    margin: 0 auto
}

@media (max-width:1000px) {
    .module-contact {
        width: -webkit-calc(100% - 48px);
        width: calc(100% - 48px);
        margin: 62px 24px
    }
}

@media screen and (max-width:640px) {
    .module-contact {
        width: 100%;
        margin: 0;
        padding: 40px 24px;
        border-top: 1px solid #bfbfbf
    }

    .module-contact .module-title2 {
        margin: 0 auto 20px
    }

    .module-contact .module-leadtext {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .module-contact .module-button {
        margin: 0 auto
    }
}

.module-hr {
    border: 0;
    border-top: 1px solid #bfbfbf;
    margin: 36px 0
}

@media screen and (max-width:640px) {
    .module-hr {
        margin: 26px 0
    }
}

.module-accordion__button {
    text-decoration: none
}

.module-accordion__button .module-title2 {
    margin-top: 0
}

.module-accordion__button:hover {
    color: #333
}

@media print,
screen and (min-width:641px) {
    .module-accordion__collapse {
        display: block !important
    }
}

@media screen and (max-width:640px) {
    .module-accordion__button {
        display: block;
        position: relative
    }

    .module-accordion__button::after {
        background-image: url(../images/icon-plus.svg);
        width: 12px;
        height: 12px
    }

    .module-accordion__button::after {
        content: '';
        display: block;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0
    }

    .module-accordion__button .module-title3 {
        position: relative
    }

    .module-accordion__button .module-title3::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: -20px;
        width: 100%;
        border-bottom: 1px solid #bfbfbf
    }

    .module-accordion__button .module-title2 {
        margin-bottom: 0
    }

    .module-accordion__collapse {
        display: none
    }

    .module-accordion--open .module-accordion__button {
        height: auto
    }

    .module-accordion--open .module-accordion__button::after {
        background-image: url(../images/icon-minus.svg);
        width: 14px;
        height: 3px
    }

    .module-accordion--open .module-accordion__button::after {
        top: 5px
    }

    .module-accordion--open .module-accordion__button .module-title3::before {
        display: none
    }
}

.module-showmore {
    width: 100%
}

.module-showmore__button {
    margin: 36px auto 0
}

.module-showmore__collapse {
    display: none
}

.module-label {
    display: inline-block;
    text-indent: 0;
    padding: 4px 6px 3px;
    background: #333;
    font-size: 10px;
    color: #fff;
    line-height: 100%;
    margin-left: 8px
}

.module-label--background-white {
    padding: 4px 10px 3px;
    background: #fff;
    border: 1px solid #c3c3c3;
    color: #333
}

.module-label--background-white.module-label--color-red {
    border: 1px solid #e7b8c6;
    color: #b01443
}

.module-label--margin-right {
    margin-left: 0;
    margin-right: 8px
}

.icon-more {
    margin-left: 10px;
    content: '';
    background: url(../images/icon-button__arrow.svg) no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 6px;
    height: 10px
}

.icon-window::after {
    margin-left: 10px;
    content: '';
    background-image: url(../images/icon-button__arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 9px;
    height: 14px;
    position: relative;
    top: 2px
}

.icon-window::after {
    background-image: url(../images/icon-window.svg);
    width: 16px;
    height: 16px
}

.overlay {
    display: block;
    position: relative
}

@media print,
screen and (min-width:641px) {
    .overlay::before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 10px;
        right: 10px;
        background: url(../images/icon-overlay__zoom.svg) no-repeat 0 0;
        background-size: 100%
    }
}

.module-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.module-overlay__shadow {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .7;
    z-index: 100
}

.module-overlay__inner {
    width: 80%;
    max-width: 1000px;
    height: auto;
    margin: auto;
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    z-index: 101;
    overflow: visible
}

.module-overlay__body {
    position: relative;
    text-align: center
}

.module-overlay__body__image {
    display: inline;
    width: auto;
    max-width: 100%;
    max-height: 800px
}

.module-overlay__body__button {
    -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    display: block;
    width: 32px;
    position: absolute;
    top: 16px;
    right: -52px;
    text-align: center
}

.module-overlay__body__button:hover {
    -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
}

.module-overlay__body__button img {
    width: 100%
}

.module-overlay__body__button:hover {
    opacity: .68
}

@media screen and (max-width:640px) {
    .module-overlay__inner {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px)
    }

    .module-overlay__body__button {
        top: 10px;
        right: -36px
    }
}

.page_input input[type="text"], .page_input input[type="password"] {
    width: 40%;
    height: 36px;
    padding: 10px;
    line-height: 100%;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    background: #fbfbfb;
    -webkit-box-shadow: 0 0 4px 2px #eee inset;
    box-shadow: 0 0 4px 2px #eee inset;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.module-textbox--width-80percent input[type="text"] {
    width: 80%
}

.module-textbox--width-70percent input[type="text"] {
    width: 70%
}

.module-textbox--width-55percent input[type="text"] {
    width: 55%
}

.module-textbox--width-18percent input[type="text"] {
    width: 18%
}

@media screen and (max-width:640px) {
    .page_input input[type="text"], .page_input input[type="password"] {
        padding: 8px;
        font-size: 16px;
        width: 100% !important
    }
}

.page_input textarea {
    width: 100%;
    height: 186px;
    padding: 10px;
    line-height: 150%;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    background: #fbfbfb;
    -webkit-box-shadow: 0 0 4px 2px #eee inset;
    box-shadow: 0 0 4px 2px #eee inset;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media screen and (max-width:640px) {
    .page_input textarea {
        font-size: 16px
    }
}

.module-selectbox-wrapper {
    position: relative
}

.module-selectbox-wrapper::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
    top: 7px;
    right: 15px;
    border: 5px solid transparent;
    border-top: 7px solid #666;
}

@media screen and (max-width:640px) {
    .module-selectbox-wrapper {
        display: block
    }

    .module-selectbox-wrapper::after {
        bottom: 0
    }
}

.module-selectbox {
    min-width: 45%;
    min-height: 36px;
    padding: 7px 25px 7px 17px;
    line-height: 20px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9e9e9));
    background-image: -webkit-linear-gradient(top, #fff, #e9e9e9);
    background-image: linear-gradient(to bottom, #fff, #e9e9e9);
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    white-space: normal
}

.module-selectbox::-ms-expand {
    display: none
}

@media screen and (max-width:640px) {
    .module-selectbox {
        font-size: 16px;
        width: 100% !important
    }
}

.module-checkbox__input {
    display: none
}

.module-checkbox__input:checked+.module-checkbox__label:after {
    opacity: 1
}

.module-checkbox__label {
    display: block;
    position: relative;
    padding-left: 28px;
    line-height: 1.3;
    cursor: pointer
}

.module-checkbox__label::after,
.module-checkbox__label::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    position: absolute;
    top: 1px;
    left: 0
}

.module-checkbox__label::before {
    border: 1px solid #bfbfbf;
    background: #f2f2f2
}

.module-checkbox__label::after {
    border: 1px solid #666;
    background: url(../images/icon-check.svg) #666 no-repeat 2px 4px;
    background-size: 12px auto;
    opacity: 0
}

.module-form table {
    width: 100%;
    /* border-bottom: 1px solid #e9e9e9 */
}

.module-form table tbody tr.module-form__item th {
    width: 26%;
    padding: 0 0 19px;
    text-align: left
}

.module-form table tbody tr.module-form__item td {
    width: 74%;
    padding: 0 0 19px
}

.module-form table tbody tr.module-form__item td .wpcf7-form-control-wrap {
    position: relative
}

.module-form table tbody tr.module-form__item td .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: inline-block;
    padding: 4px 8px;
    background: #a61c2d;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1
}

.module-form table tbody tr.module-form__item td .wpcf7-form-control-wrap .wpcf7-not-valid-tip::before {
    content: '';
    border: 8px solid transparent;
    border-bottom: 8px solid #a61c2d;
    border-left: none;
    position: absolute;
    left: 0;
    top: -15px
}

.module-form table tbody tr.module-form__item:first-child th {
    /* border-top: 1px solid #e9e9e9; */
    padding-top: 19px
}

.module-form table tbody tr.module-form__item:first-child td {
    /* border-top: 1px solid #e9e9e9; */
    padding-top: 19px
}

.module-form table tbody tr.module-form__item--name div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 740px
}

.module-form table tbody tr.module-form__item--name div p {
    width: 50%
}

.module-form table tbody tr.module-form__item--name div p label {
    display: inline-block;
    width: 9%;
    font-weight: 700
}

.module-form table tbody tr.module-form__item--postalcode td .module-form__item__crossbar,
.module-form table tbody tr.module-form__item--tel td .module-form__item__crossbar {
    display: inline-block;
    width: 4%;
    font-weight: 700;
    text-align: center
}

.module-form__agreement__contents {
    width: 100%;
    height: 155px;
    padding: 0 20px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    background: #fbfbfb;
    -webkit-box-shadow: 0 0 4px 2px #eee inset;
    box-shadow: 0 0 4px 2px #eee inset;
    overflow-y: scroll
}

.module-form__agreement__message {
    text-align: center
}

.module-form__agreement__checkbox {
    text-align: center
}

.module-form__agreement__checkbox .module-checkbox__label {
    display: inline-block
}

.module-form .wpcf7-response-output {
    margin: 24px 0 0;
    padding: 10px;
    line-height: 150%;
    text-align: center
}

.module-form .wpcf7-response-output.wpcf7-validation-errors {
    border: 2px solid #de0000;
    color: #de0000
}

.module-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    color: #398f14
}

@media screen and (max-width:640px) {
    .module-form {
        margin: 0 -24px
    }

    .module-form table tbody tr.module-form__item th {
        display: block;
        width: 100%;
        padding: 0 24px 10px
    }

    .module-form table tbody tr.module-form__item td {
        display: block;
        width: 100%;
        padding: 0 24px 19px
    }

    .module-form table tbody tr.module-form__item:first-child th {
        /* border-top: 1px solid #e9e9e9; */
        padding-top: 19px
    }

    .module-form table tbody tr.module-form__item:first-child td {
        border-top: none;
        padding-top: 0
    }

    .module-form table tbody tr.module-form__item--name div {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .module-form table tbody tr.module-form__item--name div p {
        width: 47%
    }

    .module-form table tbody tr.module-form__item--name div p::after {
        clear: both;
        content: "";
        display: table
    }

    .module-form table tbody tr.module-form__item--name div p label {
        float: left;
        padding: 11px 0;
        width: 25px
    }

    .module-form table tbody tr.module-form__item--name div p input {
        width: -webkit-calc(100% - 25px) !important;
        width: calc(100% - 25px) !important
    }

    .module-form table tbody tr.module-form__item--postalcode td input {
        width: 38% !important
    }

    .module-form table tbody tr.module-form__item--postalcode td .module-form__item__crossbar {
        width: 9%
    }

    .module-form table tbody tr.module-form__item--tel td::after {
        clear: both;
        content: "";
        display: table
    }

    .module-form table tbody tr.module-form__item--tel td input {
        display: block;
        float: left;
        /* width: 26% !important */
    }

    .module-form table tbody tr.module-form__item--tel td .module-form__item__crossbar {
        display: block;
        float: left;
        width: 11%;
        padding: 11px 0
    }

    .module-form table tbody tr.module-form__item--tel td .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
        padding: 4px 8px;
        top: 15px;
        left: -65px
    }

    .module-form__agreement {
        margin: 0 24px
    }

    .module-form__agreement__contents {
        height: 255px;
        overflow-y: scroll;
        overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch
    }

    .module-form__agreement__message {
        line-height: 175%;
        text-align: left
    }

    .module-form .wpcf7-response-output {
        margin: 24px
    }
}

.module-checkboxlist1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.module-checkboxlist1 li {
    width: 24%;
    margin-right: 1%;
    margin-top: 14px
}

.module-checkboxlist1 li:nth-child(1),
.module-checkboxlist1 li:nth-child(2),
.module-checkboxlist1 li:nth-child(3),
.module-checkboxlist1 li:nth-child(4) {
    margin-top: 0
}

@media screen and (max-width:640px) {
    .module-checkboxlist1 li {
        width: 100%;
        margin-right: 0;
        margin-top: 20px
    }

    .module-checkboxlist1 li:nth-child(2),
    .module-checkboxlist1 li:nth-child(3),
    .module-checkboxlist1 li:nth-child(4) {
        margin-top: 20px
    }
}

.module-showmore .module-checkboxlist1 {
    margin-top: 14px
}

@media screen and (max-width:640px) {
    .module-showmore .module-checkboxlist1 {
        margin-top: 20px
    }
}

.module-checkboxlist2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.module-checkboxlist2 li {
    display: inline-block;
    margin-right: 22px
}

@media (max-width:800px) {
    .module-checkboxlist2 li {
        margin-right: 15px
    }
}

@media (max-width:700px) {
    .module-checkboxlist2 li {
        margin-right: 10px
    }

    .module-checkboxlist2 li label {
        padding-left: 23px
    }
}

@media screen and (max-width:640px) {
    .module-checkboxlist2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .module-checkboxlist2 li {
        width: 48%;
        margin-right: 2%;
        margin-top: 20px
    }

    .module-checkboxlist2 li:nth-child(1),
    .module-checkboxlist2 li:nth-child(2) {
        margin-top: 0
    }
}

.module-fixedbanner {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 0;
    -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
}

.module-fixedbanner:hover {
    -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
}

.module-fixedbanner a {
    -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    display: inline-block;
    padding: 10px 15px;
    background: #11568e;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 150%;
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2)
}

.module-fixedbanner a:hover {
    -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
}

.module-fixedbanner a:hover {
    opacity: .68
}

@media screen and (max-width:640px) {
    body.sp-menu-open-fixed {
        position: fixed;
        width: 100%;
        height: 100%
    }
}

.animsition-loading__tanseisha {
    position: fixed;
    width: 200px;
    height: 200px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    background-image: url(data:image/png;base64,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);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation: fade-in .2s linear;
    animation: fade-in .2s linear
}

@media screen and (max-width:640px) {
    .animsition-loading__tanseisha {
        width: 100px;
        height: 100px
    }
}

.wrapper {
    overflow: hidden
}

@media print,
screen and (min-width:641px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 136px;
        z-index: 2;
        opacity: 1;
        border-top: 6px solid #000;
        background: #fff;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .header:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .header.hide {
        top: -136px;
        opacity: 0
    }

    .header__inner {
        position: relative;
        max-width: 1000px;
        height: 105px;
        margin: 0 auto 25px
    }

    .header__inner::after {
        clear: both;
        content: "";
        display: table
    }
}

@media print and (max-width:1000px),
screen and (min-width:641px) and (max-width:1000px) {
    .header__inner {
        margin: 0 4px 25px
    }
}

@media print,
screen and (min-width:641px) {
    .header-main {
        z-index: 1;
        position: absolute;
        left: 0;
        bottom: 5px;
        width: 18%;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .header-main:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .header-main:hover {
        opacity: .68
    }

    .header-main__drawer {
        display: none
    }

    .header-menu {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%
    }

    .header-menu__close {
        display: none
    }

    .header-globalnavi {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 78%;
        max-width: 765px;
        height: 26px
    }

    .header-globalnavi .header-globalnavi-list {
        position: relative;
        margin: 0;
        padding: 0
    }

    .header-globalnavi .header-globalnavi-list::after {
        clear: both;
        content: "";
        display: table
    }

    .header-globalnavi .header-globalnavi-list__item {
        display: block;
        float: left;
        width: 20%;
        height: 26px;
        line-height: 26px;
        overflow: hidden;
        background: #fff;
        font-size: 15px
    }
}

@media print and (max-width:720px),
screen and (min-width:641px) and (max-width:720px) {
    .header-globalnavi .header-globalnavi-list__item {
        font-size: 13px
    }
}

@media print,
screen and (min-width:641px) {
    .header-globalnavi .header-globalnavi-list__item__navi {
        position: relative;
        display: block;
        z-index: 2
    }

    .header-globalnavi .header-globalnavi-list__item__navi.current a {
        color: #fff;
        background: #333
    }

    .header-globalnavi .header-globalnavi-list__item__navi a {
        display: block;
        color: #333;
        font-weight: 700;
        text-decoration: none;
        text-align: center;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .header-globalnavi .header-globalnavi-list__item__navi a:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .header-globalnavi .header-globalnavi-list__item__navi.pc-open {
        color: #333 !important;
        background: #efefef !important
    }

    .header-globalnavi .header-globalnavi-list__item__navi.pc-open+.header-localnavi-list {
        visibility: visible;
        opacity: 1;
        margin-top: 8px;
        z-index: 1
    }

    .header-localnavi-list {
        visibility: hidden;
        position: absolute;
        opacity: 0;
        margin-left: 1px;
        margin-top: -13px;
        list-style: none;
        background: #fff;
        -webkit-box-shadow: 0 0 5px 2.5px rgba(0, 0, 0, .32);
        box-shadow: 0 0 5px 2.5px rgba(0, 0, 0, .32);
        z-index: 0;
        -webkit-transition: all .3s cubic-bezier(.23, 1, .32, 1) .1s;
        transition: all .3s cubic-bezier(.23, 1, .32, 1) .1s;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 500px
    }
}

@media print and (max-width:840px),
screen and (min-width:641px) and (max-width:840px) {
    .header-localnavi-list {
        width: 460px
    }
}

@media print and (max-width:768px),
screen and (min-width:641px) and (max-width:768px) {
    .header-localnavi-list {
        width: 400px
    }
}

@media print and (max-width:670px),
screen and (min-width:641px) and (max-width:670px) {
    .header-localnavi-list {
        width: 380px
    }
}

@media print,
screen and (min-width:641px) {
    .header-localnavi-list--right {
        right: 0
    }

    .header-localnavi-list__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50%
    }

    .header-localnavi-list__item a {
        width: 100%;
        height: 100%;
        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;
        padding: 16px 40px 16px 25px;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        text-decoration: none;
        position: relative;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .header-localnavi-list__item a::after {
        margin-left: 10px;
        content: '';
        background-image: url(../images/icon-button__arrow.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        width: 9px;
        height: 14px;
        position: relative;
        top: 2px
    }

    .header-localnavi-list__item a::after {
        margin: auto;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto
    }

    .header-localnavi-list__item a:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .header-localnavi-list__item a::after {
        right: 20px
    }

    .header-localnavi-list__item a:hover {
        color: #333;
        background: #efefef
    }

    .header-subnavi {
        position: absolute;
        top: 26px;
        right: 0;
        /* width: 590px; */
        height: 26px;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .header-subnavi:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .header-subnavi .header-subnavi-list {
        float: left;
        margin: 0;
        padding: 0
    }

    .header-subnavi .header-subnavi-list::after {
        clear: both;
        content: "";
        display: table
    }

    .header-subnavi .header-subnavi-list__item {
        display: block;
        float: left;
        width: 104px;
        height: 26px;
        line-height: 26px
    }

    .header-subnavi .header-subnavi-list__item a {
        display: block;
        color: #333;
        text-decoration: none;
        text-align: center;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .header-subnavi .header-subnavi-list__item a:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .header-subnavi .header-subnavi-list__item a:hover {
        background: #efefef
    }

    .header-subnavi__searchbox {
        float: right;
        width: 250px;
        height: 26px;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .header-subnavi__searchbox:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .header-subnavi__searchbox .module-searchbox__button {
        top: -9px;
        right: -9px
    }
}

@media print and (max-width:1000px),
screen and (min-width:641px) and (max-width:1000px) {
    .header-subnavi {
        /* width: 450px; */
        font-size: 12px
    }

    .header-subnavi .header-subnavi-list__item {
        width: 90px
    }

    .header-subnavi__searchbox {
        width: 160px;
        margin-right: 4px
    }

    .header-subnavi__searchbox .module-searchbox__input {
        text-align: left;
        font-size: 12px
    }
}

@media screen and (max-width:640px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        z-index: 2;
        opacity: 1;
        border-top: 3px solid #000;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .header:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .header.hide {
        top: -60px;
        opacity: 0
    }

    .header__inner {
        position: relative;
        height: 100%
    }

    body.sp-menu-open-fixed .header {
        height: 100%
    }

    .header-main {
        position: relative;
        padding: 10px 0 13px;
        background: #fff
    }

    .header-main__logo {
        text-align: center;
        height: 34px
    }

    .header-main__logo img {
        width: auto;
        height: 100%;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .header-main__logo img:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .header-main__logo img:hover {
        opacity: .68
    }

    .header-main__drawer {
        position: absolute;
        top: 12px;
        right: 24px;
        width: 34px;
        height: 34px;
        cursor: pointer
    }

    .header-main__drawer__image {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        height: 100%;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .header-main__drawer__image:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .header-main__drawer__image--menu {
        visibility: visible;
        opacity: 1
    }

    .header.sp-menu-open .header-main__drawer__image--menu {
        visibility: hidden;
        opacity: 0
    }

    .header-main__drawer__image--close {
        visibility: hidden;
        opacity: 0
    }

    .header.sp-menu-open .header-main__drawer__image--close {
        visibility: visible;
        opacity: 1
    }

    .header-menu {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        max-height: -webkit-calc(100% - 57px);
        max-height: calc(100% - 57px);
        -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .5s cubic-bezier(.23, 1, .32, 1) 0s;
        overflow-y: scroll;
        overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch
    }

    .header.sp-menu-open .header-menu {
        top: 57px;
        height: 100%;
        background: rgba(255, 255, 255, .3);
        opacity: 1;
        visibility: visible
    }

    .header-menu__close__button {
        height: 50px;
        line-height: 50px;
        color: #fff;
        background: #1d1d1d;
        text-align: center;
        cursor: pointer
    }

    .header-globalnavi {
        background: #3f3e3e
    }

    .header-globalnavi .header-globalnavi-list {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 16px
    }

    .header-globalnavi .header-globalnavi-list__item__navi {
        display: block;
        border-bottom: 1px solid #585757;
        height: 50px;
        line-height: 50px
    }

    .header-globalnavi .header-globalnavi-list__item__navi a,
    .header-globalnavi .header-globalnavi-list__item__navi span {
        display: block;
        padding: 0 24px;
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        position: relative
    }

    .header-globalnavi .header-globalnavi-list__item__navi a:hover,
    .header-globalnavi .header-globalnavi-list__item__navi span:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .header-globalnavi .header-globalnavi-list__item__navi a::after,
    .header-globalnavi .header-globalnavi-list__item__navi span::after {
        margin-left: 10px;
        content: '';
        background-image: url(../images/icon-button__arrow.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        width: 9px;
        height: 14px;
        position: relative;
        top: 2px
    }

    .header-globalnavi .header-globalnavi-list__item__navi a::after,
    .header-globalnavi .header-globalnavi-list__item__navi span::after {
        margin: auto;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto
    }

    .header-globalnavi .header-globalnavi-list__item__navi a::after,
    .header-globalnavi .header-globalnavi-list__item__navi span::after {
        background-image: url(../images/icon-button__arrow--gray.svg)
    }

    .header-globalnavi .header-globalnavi-list__item__navi a::after,
    .header-globalnavi .header-globalnavi-list__item__navi span::after {
        right: 24px
    }

    .header-globalnavi .header-globalnavi-list__item__navi span {
        position: relative
    }

    .header-globalnavi .header-globalnavi-list__item__navi span::after {
        margin-left: 10px;
        content: '';
        background-image: url(../images/icon-button__arrow.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        width: 9px;
        height: 14px;
        position: relative;
        top: 2px
    }

    .header-globalnavi .header-globalnavi-list__item__navi span::after {
        margin: auto;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto
    }

    .header-globalnavi .header-globalnavi-list__item__navi span::after {
        background-image: url(../images/icon-globalnavi__plus.svg)
    }

    .header-globalnavi .header-globalnavi-list__item__navi span::after {
        right: 24px
    }

    .header-globalnavi .header-globalnavi-list__item.open .header-globalnavi-list__item__navi span {
        background: #6c6c6c;
        position: relative
    }

    .header-globalnavi .header-globalnavi-list__item.open .header-globalnavi-list__item__navi span::after {
        margin-left: 10px;
        content: '';
        background-image: url(../images/icon-button__arrow.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        width: 9px;
        height: 14px;
        position: relative;
        top: 2px
    }

    .header-globalnavi .header-globalnavi-list__item.open .header-globalnavi-list__item__navi span::after {
        margin: auto;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto
    }

    .header-globalnavi .header-globalnavi-list__item.open .header-globalnavi-list__item__navi span::after {
        background-image: url(../images/icon-globalnavi__minus.svg)
    }

    .header-globalnavi .header-globalnavi-list__item.open .header-globalnavi-list__item__navi span::after {
        right: 24px
    }

    .header-globalnavi .header-globalnavi-list__item.open .header-localnavi-list__item::before {
        display: block
    }

    .header-globalnavi .header-globalnavi-list__item.open .header-localnavi-list__item a {
        max-height: 200px;
        padding-top: 16px;
        padding-bottom: 16px;
        color: #fff
    }

    .header-globalnavi .header-globalnavi-list__item.open .header-localnavi-list__item a::after {
        opacity: 1
    }

    .header-localnavi-list {
        margin: 0;
        padding: 0;
        list-style: none;
        background: #292929
    }

    .header-localnavi-list__item {
        position: relative;
        display: block;
        overflow: hidden
    }

    .header-localnavi-list__item::before {
        content: '';
        display: none;
        position: absolute;
        left: 42px;
        top: 0;
        width: 100%;
        height: 1px;
        background: #454545
    }

    .header-localnavi-list__item:first-child::before {
        display: none !important
    }

    .header-localnavi-list__item a {
        max-height: 0;
        position: relative;
        display: block;
        overflow: hidden;
        padding-left: 48px;
        padding-right: 48px;
        color: transparent;
        text-decoration: none;
        line-height: 1.5;
        position: relative;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .header-localnavi-list__item a::after {
        margin-left: 10px;
        content: '';
        background-image: url(../images/icon-button__arrow.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        width: 9px;
        height: 14px;
        position: relative;
        top: 2px
    }

    .header-localnavi-list__item a::after {
        margin: auto;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto
    }

    .header-localnavi-list__item a::after {
        background-image: url(../images/icon-button__arrow--gray.svg)
    }

    .header-localnavi-list__item a:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .header-localnavi-list__item a::after {
        right: 24px;
        opacity: 0;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .header-localnavi-list__item a::after:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .header-subnavi {
        background: #3f3e3e
    }

    .header-subnavi .header-subnavi-list {
        display: none
    }

    .header-subnavi__searchbox {
        padding: 30px 48px
    }
}

.main {
    border-top: 2px solid #bfbfbf;
    margin-top: 136px;
    position: relative
}

@media screen and (max-width:640px) {
    .main {
        margin-top: 60px;
        border-top: 1px solid #bfbfbf;
        padding-bottom: 60px
    }
}

.main-section__inner .module-title1 {
    margin-top: 0
}

@media print,
screen and (min-width:641px) {
    .main-section__inner {
        margin: 0 auto;
        padding: 62px 0;
        max-width: 1000px;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .main-section__inner:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }
}

@media print and (max-width:1000px),
screen and (min-width:641px) and (max-width:1000px) {
    .main-section__inner {
        margin: 0 24px
    }
}

@media screen and (max-width:640px) {
    .main-section__inner {
        padding: 40px 24px
    }
}

.main-section--border-top {
    border-top: 1px solid #bfbfbf
}

.main-section--border-bottom {
    border-bottom: 1px solid #bfbfbf
}

.main-section--background-gray {
    background-color: #f2f2f2
}

.main-section--nopadding .main-section__inner {
    padding-top: 0;
    padding-bottom: 0
}

.footer {
    position: relative;
    z-index: 1;
    color: #fff;
    background: #3d3b3d
}

@media print,
screen and (min-width:641px) {
    .footer__inner {
        margin: 0 auto;
        padding: 20px 0 10px;
        max-width: 1000px
    }
}

@media screen and (max-width:640px) {
    .footer__inner {
        padding: 30px 0 20px
    }
}

@media print,
screen and (min-width:641px) {
    .footer-navi-list {
        padding: 0 10px;
        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
    }

    .footer-navi-list__item {
        padding: 0 10px;
        border-left: 1px solid #bfbfbf
    }

    .footer-navi-list__item:first-child {
        border-left: none
    }

    .footer-navi-list__item a {
        color: #fff;
        text-decoration: none
    }

    .footer-navi-list__item a:hover {
        color: #7b7b7b;
        text-decoration: underline
    }
}

@media screen and (max-width:640px) {
    .footer-navi-list {
        margin: 0 32px 0 40px
    }

    .footer-navi-list__item {
        position: relative;
        margin-top: 20px;
        line-height: 1.5
    }

    .footer-navi-list__item:first-child {
        margin-top: 0
    }

    .footer-navi-list__item::before {
        content: '-';
        display: block;
        position: absolute;
        top: 0;
        left: -14px;
        margin: auto;
        width: 1em;
        height: 1em;
        line-height: 1.5
    }

    .footer-navi-list__item a {
        color: #fff;
        text-decoration: none
    }

    .footer-navi-list__item a:hover {
        color: #7b7b7b;
        text-decoration: underline
    }
}

.footer-copyright {
    margin: 0;
    text-align: center;
    font-size: 12px;
    margin-top: 20px
}

@media screen and (max-width:640px) {
    .footer-copyright {
        margin-top: 30px
    }
}

.gototop {
    position: fixed;
    z-index: 0;
    right: 0;
    width: 57px;
    height: 57px;
    opacity: 1;
    visibility: visible;
    background: #fff;
    -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
}

.gototop:hover {
    -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
}

.gototop__link__image {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
}

.gototop__link__image:hover {
    -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
}

.gototop__link__image:hover {
    opacity: .68
}

.gototop.hide {
    opacity: 0;
    visibility: hidden
}

.home .main {
    border-top: none
}

@media (max-width:1000px) {
    .home .main .main-section__inner {
        margin-left: 0;
        margin-right: 0
    }
}

.home .main .hero {
    position: relative;
    overflow: hidden
}

@media screen and (max-width:640px) {
    .home .main .hero {
        margin-left: -72px;
        margin-right: -72px
    }
}

.home .main .hero.enable-slides .hero-movie {
    display: none
}

.home .main .hero.enable-slides .hero-slides {
    display: block
}

.home .main .hero .hero-movie {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 50%
}

@media screen and (min-width:1281px) {
    .home .main .hero .hero-movie {
        padding-top: 640px
    }
}

.home .main .hero .hero-movie__movie {
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%
}

.home .main .hero .hero-slides {
    display: none;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 50%
}

@media screen and (min-width:1281px) {
    .home .main .hero .hero-slides {
        padding-top: 640px
    }
}

.home .main .hero .hero-slides .slick-list {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%
}

.home .main .hero .hero-slides .slick-list .hero-item__image {
    width: 100%
}

.home .main .hero .hero-message {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1000px;
    -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    -webkit-transition-duration: 3s;
    transition-duration: 3s
}

.home .main .hero .hero-message:hover {
    -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
}

.home .main .hero .hero-message.show {
    opacity: 1
}

@media print,
screen and (min-width:641px) {
    .home .main .pickup {
        position: relative;
        padding: 4px 0 62px;
        width: 100%;
        margin: 0 auto
    }

    .home .main .pickup .pickup-wrapper::after {
        clear: both;
        content: "";
        display: table
    }

    .home .main .pickup__list .slick-list {
        overflow: visible
    }

    .home .main .pickup__list__item {
        display: block;
        margin: 0 2px;
        max-width: 300px
    }

    .home .main .pickup__list__item__image {
        position: relative;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .pickup__list__item__image:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .pickup__list__item__image__photo {
        overflow: hidden
    }

    .home .main .pickup__list__item__image__photo img {
        width: 100%;
        height: auto;
        max-width: 300px;
        max-height: 200px;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .pickup__list__item__image__photo img:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .pickup__list__item__image::after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        top: 0;
        opacity: 0
    }

    .home .main .pickup__list__item__image::after:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .pickup__list__item__text {
        margin: 1em 12px 0 0
    }

    .home .main .pickup__list__item__text::after {
        clear: both;
        content: "";
        display: table
    }

    .home .main .pickup__list__item__text__label {
        float: left;
        font-size: 12px;
        height: 22px;
        background: #fff;
        border: 1px solid #c3c3c3;
        padding: 0 16px;
        line-height: 22px;
        margin-right: 10px;
        color: #333
    }

    .home .main .pickup__list__item__text__title {
        display: table-cell;
        font-size: 14px;
        line-height: 22px;
        color: #333;
        text-decoration: underline
    }
}

@media print and (max-width:1000px),
screen and (min-width:641px) and (max-width:1000px) {
    .home .main .pickup__list__item__text__title {
        display: inline;
        line-height: 24px
    }
}

@media print,
screen and (min-width:641px) {
    .home .main .pickup__list__item:hover .pickup__list__item__image {
        -webkit-box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14);
        box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14)
    }

    .home .main .pickup__list__item:hover .pickup__list__item__image img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }

    .home .main .pickup__list__item:hover .pickup__list__item__image::after {
        opacity: .32
    }

    .home .main .pickup__list__item:hover .pickup__list__item__text {
        opacity: .68
    }

    .home .main .pickup__arrow {
        position: absolute;
        top: 4px;
        z-index: 1;
        opacity: 0
    }

    .home .main .pickup__arrow img {
        height: 100%
    }

    .home .main .pickup__arrow:hover {
        opacity: 1
    }

    .home .main .pickup__arrow--prev {
        left: 0;
        text-align: left
    }

    .home .main .pickup__arrow--next {
        right: 0;
        text-align: right
    }

    .home .main .pickup__dots {
        margin-top: 45px
    }
}

@media screen and (max-width:640px) {
    .home .main .pickup {
        padding: 4px 0 40px
    }

    .home .main .pickup__list .slick-list {
        overflow: visible
    }

    .home .main .pickup__list__item {
        display: block;
        margin: 0 2px
    }

    .home .main .pickup__list__item__image {
        position: relative;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .pickup__list__item__image:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .pickup__list__item__image__photo {
        overflow: hidden
    }

    .home .main .pickup__list__item__image__photo img {
        width: 100%;
        height: auto;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .pickup__list__item__image__photo img:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .pickup__list__item__image::after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        top: 0;
        opacity: 0
    }

    .home .main .pickup__list__item__image::after:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .pickup__list__item__text {
        margin: 1em 10px 0 0
    }

    .home .main .pickup__list__item__text::after {
        clear: both;
        content: "";
        display: table
    }

    .home .main .pickup__list__item__text__label {
        float: left;
        font-size: 12px;
        height: 22px;
        background: #fff;
        border: 1px solid #c3c3c3;
        padding: 0 16px;
        line-height: 22px;
        margin-right: 10px;
        color: #333
    }

    .home .main .pickup__list__item__text__title {
        display: inline;
        font-size: 14px;
        line-height: 24px;
        color: #333;
        text-decoration: underline
    }

    .home .main .pickup__list__item.touch-focus--stay .pickup__list__item__image {
        -webkit-tap-highlight-color: transparent;
        -webkit-box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14);
        box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14)
    }

    .home .main .pickup__list__item.touch-focus--stay .pickup__list__item__image::after {
        opacity: .32
    }

    .home .main .pickup__list__item.touch-focus--stay .pickup__list__item__image img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }

    .home .main .pickup__list__item.touch-focus--stay .pickup__list__item__text {
        opacity: .68
    }

    .home .main .pickup__arrow {
        position: absolute;
        top: 0;
        z-index: 1;
        opacity: 0
    }

    .home .main .pickup__dots {
        margin-top: 25px
    }
}

@media print,
screen and (min-width:641px) {
    .home .main .top-solutions {
        padding: 62px 0;
        background: url(../images/top/top-bg__solutions.jpg) no-repeat top center;
        background-size: cover;
        color: #fff
    }

    .home .main .top-solutions .module-title1 {
        margin-top: 0
    }

    .home .main .top-solutions__message {
        max-width: 1000px;
        margin: 36px auto 60px;
        font-size: 16px;
        line-height: 1.875;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-solutions__message:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }
}

@media print and (max-width:1000px),
screen and (min-width:641px) and (max-width:1000px) {
    .home .main .top-solutions__message {
        margin-left: 24px;
        margin-right: 24px
    }
}

@media print and (max-width:800px),
screen and (min-width:641px) and (max-width:800px) {
    .home .main .top-solutions__message {
        font-size: 14px
    }
}

@media print,
screen and (min-width:641px) {
    .home .main .top-solutions .top-solutions-category {
        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
    }

    .home .main .top-solutions .top-solutions-category__item {
        width: 33.333%
    }

    .home .main .top-solutions .top-solutions-category__item:first-child {
        margin-left: 0
    }

    .home .main .top-solutions .top-solutions-category__item__image a {
        display: block;
        position: relative;
        display: block;
        position: relative;
        overflow: hidden;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-solutions .top-solutions-category__item__image a::after {
        content: '';
        display: block;
        top: 0;
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-solutions .top-solutions-category__item__image a::after:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-solutions .top-solutions-category__item__image a img {
        width: 100%;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-solutions .top-solutions-category__item__image a img:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }
}

@media print,
screen and (min-width:641px) and (min-width:641px) {
    .home .main .top-solutions .top-solutions-category__item__image a:hover {
        -webkit-box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14);
        box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14)
    }

    .home .main .top-solutions .top-solutions-category__item__image a:hover::after {
        opacity: .32
    }

    .home .main .top-solutions .top-solutions-category__item__image a:hover img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }
}

@media screen and (min-width:641px) and (max-width:640px) {
    .home .main .top-solutions .top-solutions-category__item__image a {
        -webkit-tap-highlight-color: transparent
    }

    .home .main .top-solutions .top-solutions-category__item__image a.scroll-focus--stay img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }

    .home .main .top-solutions .top-solutions-category__item__image a.touch-focus--stay {
        -webkit-box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14);
        box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14)
    }

    .home .main .top-solutions .top-solutions-category__item__image a.touch-focus--stay::after {
        opacity: .32
    }

    .home .main .top-solutions .top-solutions-category__item__image a.touch-focus--stay img {
        -webkit-transform: scale(1.08);
        transform: scale(1.08)
    }
}

@media print,
screen and (min-width:641px) {
    .home .main .top-solutions .top-solutions-category__item__image a:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-solutions .top-solutions-category__item__image a img {
        width: 100%;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-solutions .top-solutions-category__item__image a img:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-solutions .top-solutions-category__item__image a:hover {
        z-index: 1
    }

    .home .main .top-solutions .top-solutions-category__item__image a:hover img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }

    .home .main .top-solutions .top-solutions-category__item__name {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        padding-top: 20px;
        text-align: center;
        font-size: 14px
    }

    .home .main .top-solutions .top-solutions-category__item__catchcopy {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        padding: 10px 0;
        font-size: 24px;
        text-align: center;
        line-height: 1.58;
        font-weight: 700;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-solutions .top-solutions-category__item__catchcopy:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }
}

@media print and (max-width:1100px),
screen and (min-width:641px) and (max-width:1100px) {
    .home .main .top-solutions .top-solutions-category__item__catchcopy {
        font-size: 20px
    }
}

@media print and (max-width:920px),
screen and (min-width:641px) and (max-width:920px) {
    .home .main .top-solutions .top-solutions-category__item__catchcopy {
        font-size: 18px
    }
}

@media print and (max-width:830px),
screen and (min-width:641px) and (max-width:830px) {
    .home .main .top-solutions .top-solutions-category__item__catchcopy {
        font-size: 16px
    }
}

@media print and (max-width:740px),
screen and (min-width:641px) and (max-width:740px) {
    .home .main .top-solutions .top-solutions-category__item__catchcopy {
        font-size: 14px
    }
}

@media print,
screen and (min-width:641px) {
    .home .main .top-solutions .top-solutions-category__item__link {
        padding-top: 5px;
        text-align: center
    }

    .home .main .top-solutions .top-solutions-category__item__link a {
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        color: #fff;
        font-weight: 700
    }

    .home .main .top-solutions .top-solutions-category__item__link a:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-solutions .top-solutions-category__item__link a:hover {
        color: #7b7b7b
    }

    .home .main .top-solutions__button {
        padding-top: 51px;
        margin: 0 auto;
        width: 220px
    }
}

@media screen and (max-width:640px) {
    .home .main .top-solutions {
        padding: 40px 24px;
        background: #504f4f;
        color: #fff
    }

    .home .main .top-solutions .module-title1 {
        margin-top: 0
    }

    .home .main .top-solutions__message {
        margin: 36px 0 24px;
        font-size: 14px;
        line-height: 1.875;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-solutions__message:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-solutions .top-solutions-category {
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-solutions .top-solutions-category:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-solutions .top-solutions-category__item {
        padding: 24px 0;
        border-bottom: 1px solid #8e8d8d;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-solutions .top-solutions-category__item:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-solutions .top-solutions-category__item:first-child {
        border-top: 1px solid #8e8d8d
    }

    .home .main .top-solutions .top-solutions-category__item__image {
        margin: 0 24px 20px
    }

    .home .main .top-solutions .top-solutions-category__item__image a {
        display: block;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        max-width: 292px
    }

    .home .main .top-solutions .top-solutions-category__item__image a::after {
        content: '';
        display: block;
        top: 0;
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-solutions .top-solutions-category__item__image a::after:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-solutions .top-solutions-category__item__image a img {
        width: 100%;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-solutions .top-solutions-category__item__image a img:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }
}

@media screen and (max-width:640px) and (min-width:641px) {
    .home .main .top-solutions .top-solutions-category__item__image a:hover {
        -webkit-box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14);
        box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14)
    }

    .home .main .top-solutions .top-solutions-category__item__image a:hover::after {
        opacity: .32
    }

    .home .main .top-solutions .top-solutions-category__item__image a:hover img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }
}

@media screen and (max-width:640px) and (max-width:640px) {
    .home .main .top-solutions .top-solutions-category__item__image a {
        -webkit-tap-highlight-color: transparent
    }

    .home .main .top-solutions .top-solutions-category__item__image a.scroll-focus--stay img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }

    .home .main .top-solutions .top-solutions-category__item__image a.touch-focus--stay {
        -webkit-box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14);
        box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14)
    }

    .home .main .top-solutions .top-solutions-category__item__image a.touch-focus--stay::after {
        opacity: .32
    }

    .home .main .top-solutions .top-solutions-category__item__image a.touch-focus--stay img {
        -webkit-transform: scale(1.08);
        transform: scale(1.08)
    }
}

@media screen and (max-width:640px) {
    .home .main .top-solutions .top-solutions-category__item__name {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        text-align: center;
        font-size: 16px
    }

    .home .main .top-solutions .top-solutions-category__item__catchcopy {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        margin: 15px -24px;
        font-size: 20px;
        text-align: center;
        line-height: 1.58;
        font-weight: 700;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-solutions .top-solutions-category__item__catchcopy:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-solutions .top-solutions-category__item__link {
        text-align: center
    }

    .home .main .top-solutions .top-solutions-category__item__link a {
        color: #fff;
        font-weight: 700
    }

    .home .main .top-solutions__button {
        margin: 36px auto 0;
        width: 90%;
        max-width: 292px
    }

    .home .main .top-solutions__button .module-button {
        width: 100%
    }
}

.home .main .top-news .top-newslist:first-child {
    margin-top: 0 !important
}

.home .main .top-news .top-newslist .module-title3 {
    margin-top: 0;
    margin-bottom: 36px
}

@media screen and (min-width:641px) and (max-width:1000px) {
    .home .main .top-news {
        display: block;
        margin: 0 24px
    }
}

@media print,
screen and (min-width:641px) {
    .home .main .top-news .top-newslist {
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        margin-top: 50px
    }

    .home .main .top-news .top-newslist:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }
}

@media screen and (min-width:641px) and (max-width:1000px) {
    .home .main .top-news .top-newslist {
        width: 100%;
        margin-top: 50px
    }
}

@media screen and (max-width:640px) {
    .home .main .top-news .top-newslist {
        margin-top: 45px
    }

    .home .main .top-news .top-newslist .module-title3 {
        margin-bottom: 29px
    }
}

@media print,
screen and (min-width:641px) {
    .home .main .top-banners {
        margin-top: 60px
    }

    .home .main .top-banners .top-banners-list {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .home .main .top-banners .top-banners-list::after {
        clear: both;
        content: "";
        display: table
    }

    .home .main .top-banners .top-banners-list__item {
        float: left;
        margin-top: 4%;
        margin-left: 8%;
        width: 28%
    }

    .home .main .top-banners .top-banners-list__item:nth-child(3n+1) {
        margin-left: 0
    }

    .home .main .top-banners .top-banners-list__item:nth-child(-n+3) {
        margin-top: 0
    }

    .home .main .top-banners .top-banners-list__item img {
        width: 100%;
        height: auto;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-banners .top-banners-list__item img:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-banners .top-banners-list__item img:hover {
        -webkit-box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14);
        box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14);
        opacity: .68
    }

    .home .main .top-banners .top-minibanners-list {
        margin: 32px 0 0;
        padding: 0;
        list-style: none;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-banners .top-minibanners-list:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-banners .top-minibanners-list::after {
        clear: both;
        content: "";
        display: table
    }

    .home .main .top-banners .top-minibanners-list__item {
        float: left;
        margin-left: 25px;
        height: 54px;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-banners .top-minibanners-list__item:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-banners .top-minibanners-list__item:first-child {
        margin-left: 0
    }

    .home .main .top-banners .top-minibanners-list__item img {
        width: auto;
        height: 100%;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-banners .top-minibanners-list__item img:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-banners .top-minibanners-list__item img:hover {
        opacity: .68
    }
}

@media print and (max-width:1000px),
screen and (min-width:641px) and (max-width:1000px) {
    .home .main .top-banners .top-banners-list {
        margin: 50px 20px 0
    }

    .home .main .top-banners .top-minibanners-list {
        margin: 32px 20px 0
    }

    .home .main .top-banners .top-minibanners-list__item {
        height: 50px
    }
}

@media screen and (max-width:640px) {
    .home .main .top-banners {
        margin: 40px auto 0;
        max-width: 280px
    }

    .home .main .top-banners .top-banners-list {
        margin-top: 36px
    }

    .home .main .top-banners .top-banners-list__item {
        margin-top: 24px
    }

    .home .main .top-banners .top-banners-list__item:first-child {
        margin-top: 0
    }

    .home .main .top-banners .top-banners-list__item img {
        width: 100%;
        height: auto;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-banners .top-banners-list__item img:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-banners .top-banners-list__item img:hover {
        -webkit-box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14);
        box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14);
        opacity: .68
    }

    .home .main .top-banners .top-minibanners-list {
        margin-top: 36px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .home .main .top-banners .top-minibanners-list__item {
        height: 70px
    }

    .home .main .top-banners .top-minibanners-list__item img {
        width: auto;
        height: 100%;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-banners .top-minibanners-list__item img:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .home .main .top-banners .top-minibanners-list__item img:hover {
        opacity: .68
    }
}

.home .main .emergency--level2 {
    max-width: 1000px;
    margin: 155px auto 0;
    padding: 25px;
    border: 2px solid #bfbfbf
}

.home .main .emergency--level2>:first-child {
    margin-top: 0
}

.home .main .emergency--level2>:last-child {
    margin-bottom: 0
}

@media (max-width:1000px) {
    .home .main .emergency--level2 {
        margin-left: 24px;
        margin-right: 24px
    }
}

@media screen and (max-width:640px) {
    .home .main .emergency--level2 {
        margin-top: 90px;
        margin-bottom: 10px
    }
}

.home .main .emergency--level3 {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 12px 15px;
    border: 1px solid #bfbfbf;
    background: #fff
}

.home .main .emergency--level3 .emergency-block--mode-exclamation {
    padding-left: 42px;
    background: url(../images/icon-exclamation.svg) no-repeat 0 0;
    background-size: 28px
}

.home .main .emergency--level3 .emergency-title {
    padding-top: 3px;
    font-size: 18px;
    font-weight: 700
}

.home .main .emergency--level3 .emergency-contents-title {
    margin-top: 8px;
    font-size: 16px;
    line-height: 150%
}

.home .main .emergency--level3 .emergency-contents-text {
    margin-top: 4px;
    font-size: 16px;
    line-height: 150%
}

@media (max-width:1000px) {
    .home .main .emergency--level3 {
        width: -webkit-calc(100% - 48px);
        width: calc(100% - 48px)
    }
}

@media screen and (max-width:640px) {
    .home .main .emergency--level3 {
        top: 0;
        width: 100%;
        border-left: none;
        border-right: none
    }

    .home .main .emergency--level3 .emergency-title {
        font-size: 16px
    }

    .home .main .emergency--level3 .emergency-contents-title {
        font-size: 14px
    }

    .home .main .emergency--level3 .emergency-contents-text {
        font-size: 14px
    }
}

.page-solution .main .soltop-category {
    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 screen and (max-width:640px) {
    .page-solution .main .soltop-category {
        display: block;
        width: 272px;
        margin: 0 auto
    }
}

.page-solution .main .soltop-category__item {
    margin-left: 2%;
    width: 32%;
    max-width: 320px;
    padding-bottom: 7%;
    background: url(../images/icon-cube.png) no-repeat top center;
    background-size: contain
}

.page-solution .main .soltop-category__item:first-child {
    margin-left: 0
}

@media screen and (max-width:640px) {
    .page-solution .main .soltop-category__item {
        margin-left: 0;
        margin-bottom: 26px;
        width: 100%;
        max-width: 100%;
        padding: 0;
        background-size: 217px auto;
        height: 251px
    }
}

.page-solution .main .soltop-category__item__name {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #20899f
}

@media screen and (max-width:640px) {
    .page-solution .main .soltop-category__item__name {
        padding-top: 18px;
        font-size: 16px
    }
}

.page-solution .main .soltop-category__item__catchcopy {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 10px 0;
    font-size: 24px;
    text-align: center;
    line-height: 1.58;
    font-weight: 700
}

@media (max-width:1000px) {
    .page-solution .main .soltop-category__item__catchcopy {
        font-size: 20px
    }
}

@media (max-width:900px) {
    .page-solution .main .soltop-category__item__catchcopy {
        font-size: 18px
    }
}

@media (max-width:800px) {
    .page-solution .main .soltop-category__item__catchcopy {
        font-size: 16px
    }
}

@media (max-width:740px) {
    .page-solution .main .soltop-category__item__catchcopy {
        font-size: 14px
    }
}

@media screen and (max-width:640px) {
    .page-solution .main .soltop-category__item__catchcopy {
        padding: 0;
        font-size: 20px;
        margin: 16px -10px
    }
}

.page-solution .main .soltop-category__item__leadtext {
    padding: 15px 0 18px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 1.8
}

@media (max-width:1000px) {
    .page-solution .main .soltop-category__item__leadtext {
        font-size: 14px;
        padding: 14px 0 16px
    }
}

@media (max-width:900px) {
    .page-solution .main .soltop-category__item__leadtext {
        font-size: 12px;
        padding: 13px 0 15px
    }
}

@media (max-width:800px) {
    .page-solution .main .soltop-category__item__leadtext {
        font-size: 10px;
        padding: 12px 0 14px
    }
}

@media (max-width:700px) {
    .page-solution .main .soltop-category__item__leadtext {
        font-size: 8px;
        padding: 11px 0 13px
    }
}

@media screen and (max-width:640px) {
    .page-solution .main .soltop-category__item__leadtext {
        padding: 0;
        font-size: 16px;
        margin: 0 -10px
    }
}

.page-solution .main .soltop-category__item__button {
    margin: 0 auto;
    width: 71.89542483660131%;
    min-width: 180px
}

@media screen and (max-width:640px) {
    .page-solution .main .soltop-category__item__button {
        margin: 15px auto 0;
        width: 220px
    }
}

.page-solution .main .soltop-category__item__button .module-button {
    width: 100%;
    -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
}

.page-solution .main .soltop-category__item__button .module-button:hover {
    -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
}

.page-solution .main .soltop-category__item__button .module-button:hover {
    border: 1px solid #81817f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4f4f4d), to(#333330));
    background-image: -webkit-linear-gradient(top, #4f4f4d, #333330);
    background-image: linear-gradient(to bottom, #4f4f4d, #333330);
    color: #fff
}

.page-solution .main .soltop-category__item__button .module-button:hover::after {
    margin-left: 10px;
    content: '';
    background-image: url(../images/icon-button__arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 9px;
    height: 14px;
    position: relative;
    top: 2px
}

.page-solution .main .soltop-category__item__button .module-button:hover::after {
    background-image: url(../images/icon-button__arrow--gray.svg)
}

@media (max-width:1000px) {
    .page-solution .main .soltop-category__item__button .module-button {
        font-size: 14px;
        height: 34px;
        line-height: 32px
    }
}

@media (max-width:800px) {
    .page-solution .main .soltop-category__item__button .module-button {
        font-size: 12px;
        height: 32px;
        line-height: 30px
    }
}

@media screen and (max-width:640px) {
    .page-solution .main .soltop-category__item__button .module-button {
        font-size: 16px;
        height: 36px;
        line-height: 34px
    }
}

.page-solution .main .soltop-works {
    background-color: #404040
}

.page-solution .main .soltop-works__inner {
    padding: 62px 0;
    margin: 0 auto;
    max-width: 1000px;
    background: url(../images/works-arrow.png) no-repeat 0 0;
    background-size: 100% auto
}

@media (max-width:1000px) {
    .page-solution .main .soltop-works__inner {
        margin: 0 24px
    }
}

@media screen and (max-width:640px) {
    .page-solution .main .soltop-works__inner {
        padding: 0;
        background: 0 0;
        margin: 0
    }
}

.page-solution .main .soltop-works-category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-solution .main .soltop-works-category__item {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 48%;
    margin-bottom: 40px;
    background-color: #2c2c2a
}

.page-solution .main .soltop-works-category__item::after {
    content: '';
    display: block;
    top: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
}

.page-solution .main .soltop-works-category__item::after:hover {
    -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
}

.page-solution .main .soltop-works-category__item img {
    width: 100%;
    -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
}

.page-solution .main .soltop-works-category__item img:hover {
    -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
}

@media print,
screen and (min-width:641px) {
    .page-solution .main .soltop-works-category__item:hover {
        -webkit-box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14);
        box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14)
    }

    .page-solution .main .soltop-works-category__item:hover::after {
        opacity: .32
    }

    .page-solution .main .soltop-works-category__item:hover img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }
}

@media screen and (max-width:640px) {
    .page-solution .main .soltop-works-category__item {
        -webkit-tap-highlight-color: transparent
    }

    .page-solution .main .soltop-works-category__item.scroll-focus--stay img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }

    .page-solution .main .soltop-works-category__item.touch-focus--stay {
        -webkit-box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14);
        box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14)
    }

    .page-solution .main .soltop-works-category__item.touch-focus--stay::after {
        opacity: .32
    }

    .page-solution .main .soltop-works-category__item.touch-focus--stay img {
        -webkit-transform: scale(1.08);
        transform: scale(1.08)
    }
}

.page-solution .main .soltop-works-category__item::after {
    display: none
}

.page-solution .main .soltop-works-category__item:hover {
    -webkit-box-shadow: 0 0 12px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, .25)
}

.page-solution .main .soltop-works-category__item:hover img {
    opacity: .68
}

.page-solution .main .soltop-works-category__item:hover .module-button--gray {
    background: rgba(108, 108, 108, .6)
}

@media (max-width:900px) {
    .page-solution .main .soltop-works-category__item {
        margin-bottom: 30px
    }
}

@media (max-width:700px) {
    .page-solution .main .soltop-works-category__item {
        margin-bottom: 20px
    }
}

@media screen and (max-width:640px) {
    .page-solution .main .soltop-works-category__item {
        display: block;
        width: 50%;
        margin-bottom: 0;
        background-color: #20201d;
        border-top: 1px solid #fff;
        text-decoration: none
    }

    .page-solution .main .soltop-works-category__item:nth-child(odd) {
        border-right: 1px solid #fff
    }
}

.page-solution .main .soltop-works-category__item__image {
    width: 42%;
    max-width: 200px;
    background: #fff;
    overflow: hidden
}

.page-solution .main .soltop-works-category__item__image img {
    width: 100%
}

@media screen and (max-width:640px) {
    .page-solution .main .soltop-works-category__item__image {
        width: 100%;
        max-width: 100%;
        background: 0 0
    }
}

.page-solution .main .soltop-works-category__item__body {
    width: 58%
}

@media screen and (max-width:640px) {
    .page-solution .main .soltop-works-category__item__body {
        width: 100%;
        padding-bottom: 12px
    }
}

.page-solution .main .soltop-works-category__item__body__title {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 20px 0;
    font-size: 22px;
    color: #fff;
    text-align: center
}

@media (max-width:1000px) {
    .page-solution .main .soltop-works-category__item__body__title {
        margin: 17px 0;
        font-size: 20px
    }
}

@media (max-width:900px) {
    .page-solution .main .soltop-works-category__item__body__title {
        margin: 14px 0;
        font-size: 18px
    }
}

@media (max-width:800px) {
    .page-solution .main .soltop-works-category__item__body__title {
        margin: 11px 0;
        font-size: 16px
    }
}

@media (max-width:700px) {
    .page-solution .main .soltop-works-category__item__body__title {
        margin: 8px 0;
        font-size: 14px
    }
}

@media screen and (max-width:640px) {
    .page-solution .main .soltop-works-category__item__body__title {
        margin: 0;
        padding: 15px 0;
        font-size: 16px
    }
}

.page-solution .main .soltop-works-category__item__body .module-button {
    width: 77.5%;
    margin: 0 auto
}

@media (max-width:1000px) {
    .page-solution .main .soltop-works-category__item__body .module-button {
        font-size: 14px;
        height: 34px;
        line-height: 32px
    }
}

@media (max-width:800px) {
    .page-solution .main .soltop-works-category__item__body .module-button {
        font-size: 12px;
        height: 32px;
        line-height: 30px
    }
}

@media screen and (max-width:640px) {
    .page-solution .main .soltop-works-category__item__body .module-button {
        width: 80%;
        font-size: 16px;
        height: 36px;
        line-height: 34px
    }
}

.page-solution .main .soltop-works-category__item:hover .module-button {
    border: 1px solid #81817f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4f4f4d), to(#333330));
    background-image: -webkit-linear-gradient(top, #4f4f4d, #333330);
    background-image: linear-gradient(to bottom, #4f4f4d, #333330);
    color: #fff
}

.page-solution .main .soltop-works-category__item:hover .module-button::after {
    margin-left: 10px;
    content: '';
    background-image: url(../images/icon-button__arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 9px;
    height: 14px;
    position: relative;
    top: 2px
}

.page-solution .main .soltop-works-category__item:hover .module-button::after {
    background-image: url(../images/icon-button__arrow--gray.svg)
}

.page-solution .main .soltop-works-intro {
    margin-bottom: 22px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4
}

@media screen and (max-width:640px) {
    .page-solution .main .soltop-works-intro {
        margin-bottom: 0;
        font-size: 14px;
        padding: 26px 18px;
        background-color: #333;
        line-height: 1.8
    }
}

.page-solution .main .soltop-works-recent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 23px 25px 10px;
    background-color: #212121
}

@media screen and (max-width:640px) {
    .page-solution .main .soltop-works-recent {
        display: block;
        padding: 20px 24px;
        background-color: #262626
    }
}

.page-solution .main .soltop-works-recent__title {
    width: 122px;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

@media screen and (max-width:640px) {
    .page-solution .main .soltop-works-recent__title {
        width: 100%;
        margin: 0 0 20px;
        text-align: center
    }
}

.page-solution .main .soltop-works-recent__body {
    width: -webkit-calc(100% - 122px);
    width: calc(100% - 122px)
}

.page-solution .main .soltop-works-recent__body__list {
    margin: 0
}

.page-solution .main .soltop-works-recent__body__list li {
    display: inline-block;
    margin: 0 23px 10px 0;
    list-style: none
}

.page-solution .main .soltop-works-recent__body__list li a {
    -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    color: #fff
}

.page-solution .main .soltop-works-recent__body__list li a:hover {
    -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
}

.page-solution .main .soltop-works-recent__body__list li a:hover {
    color: #7b7b7b
}

@media screen and (max-width:640px) {
    .page-solution .main .soltop-works-recent__body {
        width: 100%
    }

    .page-solution .main .soltop-works-recent__body__list {
        padding: 0
    }

    .page-solution .main .soltop-works-recent__body__list li {
        margin: 0 30px 20px 0
    }
}

.page-solution .main .soltop-service {
    width: 87.9%;
    margin: 0 auto
}

@media screen and (max-width:640px) {
    .page-solution .main .soltop-service {
        width: 272px
    }
}

.page-solution .main .soltop-service__contents {
    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;
    background: url(../images/service-flow.png) no-repeat 0 0;
    background-size: 100% auto;
    padding-top: 7.8%
}

@media screen and (max-width:640px) {
    .page-solution .main .soltop-service__contents {
        display: block;
        background: url(../images/sp/service-flow.png) no-repeat 0 0;
        background-size: 90px auto;
        padding-top: 35px;
        height: 437px;
        margin-bottom: 15px
    }
}

.page-solution .main .soltop-service__contents__item {
    width: 22%
}

.page-solution .main .soltop-service__contents__item--step4 {
    margin-right: 3%
}

@media screen and (max-width:640px) {
    .page-solution .main .soltop-service__contents__item {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .page-solution .main .soltop-service__contents__item--step1 {
        margin-bottom: 7px
    }

    .page-solution .main .soltop-service__contents__item--step1 .soltop-service__contents__item__title {
        padding-top: 45px
    }

    .page-solution .main .soltop-service__contents__item--step2 {
        margin-bottom: 5px
    }

    .page-solution .main .soltop-service__contents__item--step2 .soltop-service__contents__item__title {
        padding-top: 25px
    }

    .page-solution .main .soltop-service__contents__item--step3 {
        margin-bottom: 2px
    }

    .page-solution .main .soltop-service__contents__item--step3 .soltop-service__contents__item__title {
        padding-top: 24px
    }

    .page-solution .main .soltop-service__contents__item--step4 {
        margin-bottom: 10px
    }

    .page-solution .main .soltop-service__contents__item--step4 .soltop-service__contents__item__title {
        padding-top: 30px
    }
}

.page-solution .main .soltop-service__contents__item__title {
    margin: 0;
    padding: 0 0 25% 25px;
    font-size: 18px;
    font-weight: 700;
    color: #000
}

.page-solution .main .soltop-service__contents__item__title .pc-only {
    display: inline !important
}

@media (max-width:1000px) {
    .page-solution .main .soltop-service__contents__item__title {
        padding-left: 20px;
        font-size: 17px
    }
}

@media (max-width:900px) {
    .page-solution .main .soltop-service__contents__item__title {
        padding-left: 15px;
        font-size: 16px
    }
}

@media (max-width:800px) {
    .page-solution .main .soltop-service__contents__item__title {
        padding-left: 10px;
        font-size: 15px
    }
}

@media (max-width:700px) {
    .page-solution .main .soltop-service__contents__item__title {
        padding-left: 5px;
        font-size: 14px
    }
}

@media screen and (max-width:640px) {
    .page-solution .main .soltop-service__contents__item__title {
        margin: 0 0 0 19px;
        padding: 0;
        font-size: 14px;
        text-align: center;
        width: 71px
    }

    .page-solution .main .soltop-service__contents__item__title .pc-only {
        display: none !important
    }
}

.page-solution .main .soltop-service__contents__item__list li {
    margin-bottom: 10px;
    padding-left: 16px;
    color: #000;
    position: relative;
    line-height: 1.4
}

.page-solution .main .soltop-service__contents__item__list li::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #0179b6;
    position: absolute;
    top: 3px;
    left: 0
}

@media (max-width:1000px) {
    .page-solution .main .soltop-service__contents__item__list li {
        font-size: 13px
    }

    .page-solution .main .soltop-service__contents__item__list li::before {
        width: 9px;
        height: 9px
    }
}

@media (max-width:800px) {
    .page-solution .main .soltop-service__contents__item__list li {
        font-size: 11px
    }

    .page-solution .main .soltop-service__contents__item__list li::before {
        width: 7px;
        height: 7px
    }
}

@media screen and (max-width:640px) {
    .page-solution .main .soltop-service__contents__item__list {
        width: 172px
    }

    .page-solution .main .soltop-service__contents__item__list li {
        margin-bottom: 4px;
        padding-left: 14px;
        font-size: 12px
    }

    .page-solution .main .soltop-service__contents__item__list li::before {
        width: 8px;
        height: 8px;
        top: 20%
    }
}

.page-solution .main .soltop-service__note {
    margin: 0;
    color: #666;
    text-align: right
}

@media (max-width:1000px) {
    .page-solution .main .soltop-service__note {
        font-size: 13px
    }
}

@media (max-width:800px) {
    .page-solution .main .soltop-service__note {
        font-size: 11px
    }
}

@media screen and (max-width:640px) {
    .page-solution .main .soltop-service__note {
        text-align: left;
        line-height: 1.875;
        font-size: 14px
    }
}

.page-solution-category .main .solcat-main {
    padding: 62px 0 35px
}

.page-solution-category .main .solcat-main__header {
    text-align: center
}

.page-solution-category .main .solcat-main__header__name {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 21px;
    color: #20899f;
    margin: 0 0 15px
}

.page-solution-category .main .solcat-main__header__title {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 38px;
    margin: 0 0 35px
}

.page-solution-category .main .solcat-main__header__catchcopy {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 48px
}

.page-solution-category .main .solcat-main__visual {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.page-solution-category .main .solcat-main__visual__item {
    width: 33.333%
}

.page-solution-category .main .solcat-main__visual__item__image {
    display: block;
    width: 100%
}

.page-solution-category .main .solcat-main__visual__item__caption {
    display: block;
    margin-top: 7px;
    padding: 0 20px;
    line-height: 1.5;
    font-size: 12px;
    color: #666;
    text-align: center
}

@media (max-width:1000px) {
    .page-solution-category .main .solcat-main__header {
        margin: 0 20px
    }
}

@media (max-width:800px) {
    .page-solution-category .main .solcat-main__header__name {
        font-size: 19px
    }

    .page-solution-category .main .solcat-main__header__title {
        font-size: 36px
    }

    .page-solution-category .main .solcat-main__header__catchcopy {
        font-size: 18px
    }

    .page-solution-category .main .solcat-main__visual__item__caption {
        font-size: 10px
    }
}

@media screen and (max-width:640px) {
    .page-solution-category .main .solcat-main {
        padding: 40px 0;
        background: url(../images/icon-cube.png) no-repeat center 10px;
        background-size: 218px auto
    }

    .page-solution-category .main .solcat-main__header__name {
        font-size: 20px;
        margin: 0 0 20px
    }

    .page-solution-category .main .solcat-main__header__title {
        font-size: 26px;
        margin: 0 0 15px;
        line-height: 1.3
    }

    .page-solution-category .main .solcat-main__header__catchcopy {
        line-height: 1.5;
        font-size: 16px;
        margin: 0 0 22px
    }

    .page-solution-category .main .solcat-main__visual__item {
        width: 50%
    }

    .page-solution-category .main .solcat-main__visual__item:nth-of-type(3) {
        display: none
    }

    .page-solution-category .main .solcat-main__visual__item__caption {
        font-size: 12px
    }
}

.page-solution-category .main .solcat-summary__salespoint {
    background-color: #f2f2f2;
    margin-bottom: 65px
}

.page-solution-category .main .solcat-summary__salespoint__inner {
    margin: 0 auto;
    padding: 35px 0;
    width: 100%;
    max-width: 1000px;
    position: relative
}

.page-solution-category .main .solcat-summary__salespoint__inner::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    border: 36px solid transparent;
    border-top: 31px solid #f2f2f2;
    position: absolute;
    bottom: -67px;
    left: -webkit-calc(50% - 36px);
    left: calc(50% - 36px)
}

.page-solution-category .main .solcat-summary__salespoint__catchcopy {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 25px
}

.page-solution-category .main .solcat-summary__salespoint__block {
    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
}

.page-solution-category .main .solcat-summary__salespoint__title {
    width: 41%;
    margin: 0;
    padding-right: 6%;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    text-align: right
}

.page-solution-category .main .solcat-summary__salespoint__list {
    width: 59%
}

.page-solution-category .main .solcat-summary__salespoint__list__item {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    font-weight: 700;
    padding: 10px 0 10px 25px;
    position: relative
}

.page-solution-category .main .solcat-summary__salespoint__list__item::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-color: #20899f;
    border-radius: 12px;
    position: absolute;
    top: 15px;
    left: 0
}

.page-solution-category .main .solcat-summary__solution__inner {
    margin: 0 auto;
    padding: 0 0 60px;
    width: 100%;
    max-width: 1000px
}

.page-solution-category .main .solcat-summary__solution__title {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 700;
    color: #20899f;
    text-align: center
}

.page-solution-category .main .solcat-summary__solution__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-solution-category .main .solcat-summary__solution__list__item {
    width: 50%;
    padding-right: 20px;
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.4
}

@media (max-width:800px) {
    .page-solution-category .main .solcat-summary__salespoint__inner {
        padding-left: 24px;
        padding-right: 24px
    }

    .page-solution-category .main .solcat-summary__salespoint__title {
        font-size: 18px
    }

    .page-solution-category .main .solcat-summary__salespoint__list__item {
        font-size: 20px
    }

    .page-solution-category .main .solcat-summary__solution__inner {
        padding-left: 24px;
        padding-right: 24px
    }

    .page-solution-category .main .solcat-summary__solution__title {
        font-size: 18px
    }

    .page-solution-category .main .solcat-summary__solution__list__item {
        font-size: 14px
    }
}

@media screen and (max-width:640px) {
    .page-solution-category .main .solcat-summary__salespoint {
        margin-bottom: 36px
    }

    .page-solution-category .main .solcat-summary__salespoint__inner {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .page-solution-category .main .solcat-summary__salespoint__inner::before {
        border: 20px solid transparent;
        border-top: 18px solid #f2f2f2;
        bottom: -38px;
        left: -webkit-calc(50% - 20px);
        left: calc(50% - 20px)
    }

    .page-solution-category .main .solcat-summary__salespoint__catchcopy {
        font-size: 20px
    }

    .page-solution-category .main .solcat-summary__salespoint__block {
        display: block
    }

    .page-solution-category .main .solcat-summary__salespoint__title {
        width: 100%;
        margin: 0 0 15px;
        padding-left: 0;
        font-size: 18px;
        line-height: 1.1;
        text-align: center
    }

    .page-solution-category .main .solcat-summary__salespoint__list {
        width: 100%;
        padding-left: 0;
        background: 0 0
    }

    .page-solution-category .main .solcat-summary__salespoint__list__item {
        font-size: 18px;
        padding: 7px 0 7px 30px;
        background-size: 15px auto
    }

    .page-solution-category .main .solcat-summary__salespoint__list__item::before {
        top: 11px
    }

    .page-solution-category .main .solcat-summary__solution__inner {
        padding-bottom: 40px
    }

    .page-solution-category .main .solcat-summary__solution__title {
        margin: 0 0 15px;
        font-size: 20px;
        text-align: left
    }

    .page-solution-category .main .solcat-summary__solution__list {
        display: block
    }

    .page-solution-category .main .solcat-summary__solution__list__item {
        width: 100%;
        padding-right: 0;
        margin-top: 15px;
        font-size: 14px;
        line-height: 1.5
    }
}

.page-solution-category .main .solcat-works {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.page-solution-category .main .solcat-works--commercial {
    background-image: url(../images/works-bg--commercial.jpg)
}

.page-solution-category .main .solcat-works--culture {
    background-image: url(../images/works-bg--culture.jpg)
}

.page-solution-category .main .solcat-works--communication {
    background-image: url(../images/works-bg--communication.jpg)
}

.page-solution-category .main .solcat-works__card {
    margin: -16px 0 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #78797a;
    border-left: 1px solid #78797a
}

.page-solution-category .main .solcat-works__card__item {
    position: relative;
    display: block;
    width: 33.333%;
    padding: 23px 30px 74px;
    background-color: #f0f0f0;
    border-right: 1px solid #78797a;
    border-bottom: 1px solid #78797a;
    text-decoration: none
}

.page-solution-category .main .solcat-works__card__item__title {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 400;
    text-align: center
}

.page-solution-category .main .solcat-works__card__item__text {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.5
}

.page-solution-category .main .solcat-works__card__item .module-button {
    width: 66%;
    margin: auto;
    position: absolute;
    bottom: 23px;
    left: 0;
    right: 0
}

.page-solution-category .main .solcat-works__card__item:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, .25);
    z-index: 1
}

.page-solution-category .main .solcat-works__card__item:hover .solcat-works__card__item__title {
    color: #7b7b7b
}

.page-solution-category .main .solcat-works__card__item:hover .solcat-works__card__item__text {
    color: #7b7b7b
}

.page-solution-category .main .solcat-works__card__item:hover .module-button {
    background-color: #e7e7e7
}

@media (max-width:800px) {
    .page-solution-category .main .solcat-works__card__item__title {
        font-size: 18px
    }

    .page-solution-category .main .solcat-works__card__item__text {
        font-size: 14px
    }

    .page-solution-category .main .solcat-works__card__item .module-button {
        font-size: 14px
    }
}

@media screen and (max-width:640px) {
    .page-solution-category .main .solcat-works__card {
        margin: -5px 0 30px;
        display: block;
        border-top: 1px solid #78797a;
        border-left: 1px solid #78797a;
        border-right: 1px solid #78797a
    }

    .page-solution-category .main .solcat-works__card__item {
        width: 100%;
        padding: 23px;
        border-right: none;
        border-bottom: 1px solid #78797a
    }

    .page-solution-category .main .solcat-works__card__item__title {
        margin: 0 0 15px;
        font-size: 20px
    }

    .page-solution-category .main .solcat-works__card__item__text {
        margin: 0 0 15px;
        font-size: 14px
    }

    .page-solution-category .main .solcat-works__card__item .module-button {
        width: 220px;
        margin: 0 auto;
        position: static;
        font-size: 16px
    }
}

.single-works .main .worksdetail-mainvisual .module-image img {
    width: auto;
    max-height: 600px
}

@media screen and (max-width:640px) {
    .single-works .main .worksdetail-mainvisual {
        margin: 0 -24px
    }
}

.page-company .main .comtop-title {
    margin-top: 60px;
    font-size: 20px;
    font-weight: 700;
    text-align: center
}

@media screen and (max-width:640px) {
    .page-company .main .comtop-title {
        margin-top: 50px;
        font-size: 16px
    }
}

.page-company .main .comtop-block {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-top: 20px;
    padding: 23px;
    border: 1px solid #bfbfbf;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1.7
}

@media screen and (max-width:640px) {
    .page-company .main .comtop-block {
        margin-top: 15px;
        padding: 15px 20px;
        font-size: 22px;
        line-height: 1.5
    }
}

@media print,
screen and (min-width:641px) {
    .page-company .main .comtop-origin {
        margin-top: 35px
    }

    .page-company .main .comtop-origin::after {
        clear: both;
        content: "";
        display: table
    }

    .page-company .main .comtop-origin__text {
        float: left;
        width: 74%;
        margin-top: -36px
    }

    .page-company .main .comtop-origin__image {
        float: right;
        width: 22%;
        text-align: center
    }

    .page-company .main .comtop-origin__image img {
        width: 100%;
        max-width: 165.5px
    }
}

@media screen and (max-width:640px) {
    .page-company .main .comtop-origin {
        margin-top: 25px;
        margin-bottom: 40px
    }

    .page-company .main .comtop-origin__image {
        margin-top: 40px;
        text-align: center
    }

    .page-company .main .comtop-origin__image img {
        width: 100%;
        max-width: 138px
    }
}

.page-ir .main .irtop-news {
    position: relative
}

.page-ir .main .irtop-news-button {
    position: absolute;
    top: -9px;
    left: 170px
}

@media (max-width:800px) {
    .page-ir .main .irtop-news-button {
        left: 145px
    }
}

.page-ir .main .irtop-news-button .module-button {
    display: inline-block;
    min-width: 128px;
    width: auto;
    margin-left: 30px;
    padding: 0 20px
}

.page-ir .main .irtop-news-button .module-button--news {
    margin-left: 0 !important
}

@media (max-width:800px) {
    .page-ir .main .irtop-news-button .module-button {
        min-width: 70px;
        margin-left: 10px;
        padding: 0 10px
    }
}

@media screen and (max-width:640px) {
    .page-ir .main .irtop-news-button {
        position: static;
        left: 0;
        top: 0;
        margin-bottom: 24px
    }

    .page-ir .main .irtop-news-button .module-button {
        font-size: 14px
    }

    .page-ir .main .irtop-news-button .module-button--news {
        position: absolute;
        top: -9px;
        left: 145px
    }

    .page-ir .main .irtop-news-button .module-button--rss {
        margin-left: 0
    }
}

.page-ir .main .irtop-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-ir .main .irtop-card__item {
    width: 31.4%;
    margin-right: 2.9%;
    margin-top: 29px;
    padding: 23px;
    background: #fff
}

.page-ir .main .irtop-card__item:first-child {
    margin-left: 0
}

.page-ir .main .irtop-card__item:nth-child(1),
.page-ir .main .irtop-card__item:nth-child(2),
.page-ir .main .irtop-card__item:nth-child(3) {
    margin-top: 0
}

.page-ir .main .irtop-card__item:nth-child(3n) {
    margin-right: 0
}

.page-ir .main .irtop-card__item__title {
    margin: 0 0 15px;
    font-size: 20px;
    text-align: center
}

.page-ir .main .irtop-card__item__list li {
    position: relative;
    margin-top: 5px;
    padding-left: 12px
}

.page-ir .main .irtop-card__item__list li::before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 4px
}

.page-ir .main .irtop-card__item__list li a {
    line-height: 1.8
}

@media screen and (max-width:640px) {
    .page-ir .main .irtop-card {
        display: block
    }

    .page-ir .main .irtop-card__item {
        width: 100%;
        margin-right: 0;
        margin-top: 23px
    }

    .page-ir .main .irtop-card__item:first-child {
        margin-top: 0
    }

    .page-ir .main .irtop-card__item:nth-child(1),
    .page-ir .main .irtop-card__item:nth-child(2),
    .page-ir .main .irtop-card__item:nth-child(3) {
        margin-top: 23px
    }

    .page-ir .main .irtop-card__item__title {
        font-size: 18px
    }

    .page-ir .main .irtop-card__item__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .page-ir .main .irtop-card__item__list li {
        width: 48%
    }
}

.page-ir .main .irtop-buttonlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 62px
}

@media screen and (max-width:640px) {
    .page-ir .main .irtop-buttonlist {
        display: block;
        margin-top: 40px
    }

    .page-ir .main .irtop-buttonlist a {
        margin: 23px auto 0
    }

    .page-ir .main .irtop-buttonlist a:first-child {
        margin-top: 0
    }
}

@media print,
screen and (min-width:641px) {
    .page-ir-mail .main .ir-mail-form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .page-ir-mail .main .ir-mail-form__block__input {
        margin-bottom: 24px
    }

    .page-ir-mail .main .ir-mail-form__block__input::after {
        clear: both;
        content: "";
        display: table
    }

    .page-ir-mail .main .ir-mail-form__block__input label {
        float: left;
        display: block;
        width: 25%;
        padding: 11px 0;
        font-weight: 700
    }

    .page-ir-mail .main .ir-mail-form__block__input input {
        float: right;
        display: block
    }

    .page-ir-mail .main .ir-mail-form__block__button {
        text-align: right
    }

    .page-ir-mail .main .ir-mail-form__block__button input {
        margin-left: 20px;
        padding-left: 36px;
        padding-right: 36px
    }

    .page-ir-mail .main .ir-mail-form__block--register {
        width: 46%
    }

    .page-ir-mail .main .ir-mail-form__block--emailchange {
        width: 48%
    }
}

@media screen and (max-width:640px) {
    .page-ir-mail .main .ir-mail-form {
        border-top: 1px solid #e9e9e9;
        width: -webkit-calc(100% + 48px);
        width: calc(100% + 48px);
        margin: 0 -24px
    }

    .page-ir-mail .main .ir-mail-form__block {
        padding: 0 24px 24px;
        border-bottom: 1px solid #e9e9e9
    }

    .page-ir-mail .main .ir-mail-form__block__input {
        margin-bottom: 19px
    }

    .page-ir-mail .main .ir-mail-form__block__input::after {
        clear: both;
        content: "";
        display: table
    }

    .page-ir-mail .main .ir-mail-form__block__input label {
        float: left;
        padding: 10px 0;
        font-weight: 700
    }

    .page-ir-mail .main .ir-mail-form__block__input input {
        float: right
    }

    .page-ir-mail .main .ir-mail-form__block__button {
        text-align: right
    }

    .page-ir-mail .main .ir-mail-form__block__button input {
        margin-left: 15px;
        padding-left: 30px;
        padding-right: 30px
    }
}

.single-post .main .single-post-wrapper {
    margin: 0 auto;
    max-width: 800px;
    font-weight: 500
}

.single-post .main .single-post-header {
    position: relative;
    margin: 24px 0
}

.single-post .main .single-post-header__date {
    line-height: 20px;
    height: 20px;
}

.single-post .main .single-post-header__sns {
    position: absolute;
    top: 0;
    right: 0
}

.page-en-search .main #ss-main,
.page-search .main #ss-main {
    font-family: inherit;
    width: 100%;
    margin-top: 24px
}

.page-en-search .main #ss-main #ss-form,
.page-search .main #ss-main #ss-form {
    display: none
}

.page-en-search .main #ss-main #ss-content #ss-navi,
.page-search .main #ss-main #ss-content #ss-navi {
    margin-bottom: 24px;
    padding: 24px;
    background-color: #f2f2f2;
    border: none
}

@media screen and (max-width:640px) {

    .page-en-search .main #ss-main #ss-content #ss-navi .ss-navi-right,
    .page-search .main #ss-main #ss-content #ss-navi .ss-navi-right {
        margin-top: 10px
    }
}

.page-en-search .main #ss-main #ss-content #ss-ad-result,
.page-search .main #ss-main #ss-content #ss-ad-result {
    padding: 0 0 10px 0;
    margin-bottom: 24px
}

.page-en-search .main #ss-main #ss-content #ss-ad-result::after,
.page-search .main #ss-main #ss-content #ss-ad-result::after {
    clear: both;
    content: "";
    display: table
}

.page-en-search .main #ss-main #ss-content #ss-ad-result .ss-ad-item,
.page-search .main #ss-main #ss-content #ss-ad-result .ss-ad-item {
    padding: 10px 10px 0;
    margin-bottom: 0;
    min-height: 132px
}

.page-en-search .main #ss-main #ss-content #ss-ad-result .ss-ad-item::after,
.page-search .main #ss-main #ss-content #ss-ad-result .ss-ad-item::after {
    clear: both;
    content: "";
    display: table
}

@media screen and (max-width:640px) {

    .page-en-search .main #ss-main #ss-content #ss-ad-result .ss-ad-item,
    .page-search .main #ss-main #ss-content #ss-ad-result .ss-ad-item {
        min-height: auto
    }
}

@media screen and (min-width:769px) {

    .page-en-search .main #ss-main #ss-content #ss-ad-result .ss-ad-item .ss-ad-page,
    .page-search .main #ss-main #ss-content #ss-ad-result .ss-ad-item .ss-ad-page {
        width: -webkit-calc(100% - 190px);
        width: calc(100% - 190px)
    }
}

@media screen and (max-width:640px) {

    .page-en-search .main #ss-main #ss-content #ss-ad-result .ss-ad-item .ss-ad-page,
    .page-search .main #ss-main #ss-content #ss-ad-result .ss-ad-item .ss-ad-page {
        display: block;
        margin-bottom: 0;
        margin-left: 0;
        width: auto
    }
}

.page-en-search .main #ss-main #ss-content #ss-result .ss-pagination span,
.page-search .main #ss-main #ss-content #ss-result .ss-pagination span {
    display: inline-block;
    width: auto;
    margin: 3px
}

.page-en-search .main #ss-main #ss-content #ss-result #ss-not-found,
.page-search .main #ss-main #ss-content #ss-result #ss-not-found {
    margin-top: 36px;
    margin-bottom: 36px;
    font-size: 18px;
    line-height: 1.5
}

.page-en-search .main #ss-main #ss-content #ss-result #ss-not-found #ss-hint,
.page-search .main #ss-main #ss-content #ss-result #ss-not-found #ss-hint {
    margin-top: 36px;
    font-size: 16px;
    font-weight: 700
}

.page-en-search .main #ss-main #ss-content #ss-result #ss-not-found #ss-hint-message,
.page-search .main #ss-main #ss-content #ss-result #ss-not-found #ss-hint-message {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.8
}

.page-en-search .main #ss-main #ss-content #ss-result #ss-not-found #ss-hint-message li,
.page-search .main #ss-main #ss-content #ss-result #ss-not-found #ss-hint-message li {
    margin-left: 20px
}

.grecaptcha-badge {
    display: none !important;
    bottom: 100px !important
}

body[class*=page-contact-] .grecaptcha-badge {
    display: block !important
}

body.is-en {
    font-family: Arial, sans-serif
}

@media print,
screen and (min-width:641px) {
    body.is-en .header-subnavi {
        width: 486px
    }
}

@media print and (max-width:1000px),
screen and (min-width:641px) and (max-width:1000px) {
    body.is-en .header-subnavi {
        width: 360px
    }
}

@media print,
screen and (min-width:641px) {
    body.is-en .header-subnavi__searchbox .module-searchbox__input {
        font-size: 16px
    }
}

@media print and (max-width:1000px),
screen and (min-width:641px) and (max-width:1000px) {
    body.is-en .header-subnavi__searchbox .module-searchbox__input {
        font-size: 12px
    }
}

@media print,
screen and (min-width:641px) {
    body.is-en .header-globalnavi-list__item__navi a {
        font-size: 18px;
        font-weight: 400
    }
}

@media print and (max-width:1000px),
screen and (min-width:641px) and (max-width:1000px) {
    body.is-en .header-globalnavi-list__item__navi a {
        font-size: 15px
    }
}

@media screen and (max-width:640px) {
    body.is-en .header-subnavi__searchbox .module-searchbox__input {
        border-color: #7b7b7b
    }

    body.is-en .header-subnavi__searchbox .module-searchbox__input::-webkit-input-placeholder {
        color: #7b7b7b
    }

    body.is-en .header-subnavi__searchbox .module-searchbox__input:-ms-input-placeholder {
        color: #7b7b7b
    }

    body.is-en .header-subnavi__searchbox .module-searchbox__input::-ms-input-placeholder {
        color: #7b7b7b
    }

    body.is-en .header-subnavi__searchbox .module-searchbox__input::placeholder {
        color: #7b7b7b
    }
}

@media print,
screen and (min-width:641px) {
    body.is-en .footer__inner {
        padding: 20px 0
    }

    body.is-en .footer-navi-list__item {
        padding: 0 5px;
        border: none
    }

    body.is-en .footer-navi-list__item a {
        font-size: 10px
    }

    body.is-en .footer-copyright {
        margin-top: 14px
    }
}

@media screen and (max-width:640px) {
    body.is-en .footer__inner {
        padding: 20px 0
    }

    body.is-en .footer-navi-list {
        margin: 0;
        text-align: center
    }

    body.is-en .footer-navi-list__item {
        display: inline-block;
        margin: 0;
        padding: 0 5px;
        line-height: 1
    }

    body.is-en .footer-navi-list__item::before {
        display: none
    }

    body.is-en .footer-navi-list__item a {
        font-size: 10px
    }

    body.is-en .footer-copyright {
        margin-top: 14px
    }
}

body.is-en .module-title1 {
    font-size: 38px;
    letter-spacing: .03em;
    font-family: serif
}

@media screen and (max-width:640px) {
    body.is-en .module-title1 {
        font-size: 24px
    }
}

body.is-en .module-title2 {
    font-size: 32px
}

@media screen and (max-width:640px) {
    body.is-en .module-title2 {
        font-size: 22px
    }
}

body.is-en .module-title3 {
    font-size: 20px
}

@media screen and (max-width:640px) {
    body.is-en .module-title3 {
        font-size: 18px
    }
}

body.is-en .module-text {
    line-height: 1.5
}

body.is-en .module-leadtext {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: .03em
}

@media (max-width:800px) {
    body.is-en .module-leadtext {
        font-size: 16px
    }
}

body.is-en .module-button:hover {
    background-color: rgba(51, 51, 51, .3);
    color: #fff
}

body.is-en .module-button--icon-plus:hover::after {
    background-image: url(../images/icon-globalnavi__plus.svg)
}

body.is-en .module-tag:hover {
    background: #e7e7e7
}

body.is-en .module-media4 .module-media__item__header {
    font-family: serif
}

body.is-en .module-media5 .module-media__item__text__title {
    font-family: serif
}

body.is-en .module-media5 .module-media__item__text__category {
    line-height: 1.5
}

body.is-en .module-media6 .module-media__inner .module-media__item__link {
    font-size: 16px
}

.page-en .main {
    border-top: none
}

@media (max-width:1000px) {
    .page-en .main .main-section__inner {
        margin-left: 0;
        margin-right: 0
    }
}

.page-en .main .hero {
    position: relative;
    overflow: hidden
}

@media screen and (max-width:640px) {
    .page-en .main .hero {
        margin-left: -72px;
        margin-right: -72px
    }
}

.page-en .main .hero.enable-slides .hero-movie {
    display: none
}

.page-en .main .hero.enable-slides .hero-slides {
    display: block
}

.page-en .main .hero .hero-movie {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 50%
}

@media screen and (min-width:1281px) {
    .page-en .main .hero .hero-movie {
        padding-top: 640px
    }
}

.page-en .main .hero .hero-movie__movie {
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%
}

.page-en .main .hero .hero-slides {
    display: none;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 50%
}

@media screen and (min-width:1281px) {
    .page-en .main .hero .hero-slides {
        padding-top: 640px
    }
}

.page-en .main .hero .hero-slides .slick-list {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%
}

.page-en .main .hero .hero-slides .slick-list .hero-item__image {
    width: 100%
}

.page-en .main .hero .hero-message {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1000px;
    -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    -webkit-transition-duration: 3s;
    transition-duration: 3s
}

.page-en .main .hero .hero-message:hover {
    -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
}

.page-en .main .hero .hero-message.show {
    opacity: 1
}

@media print,
screen and (min-width:641px) {
    .page-en .main .pickup {
        position: relative;
        padding: 4px 0 62px;
        width: 100%;
        margin: 0 auto
    }

    .page-en .main .pickup .pickup-wrapper::after {
        clear: both;
        content: "";
        display: table
    }

    .page-en .main .pickup__list .slick-list {
        overflow: visible
    }

    .page-en .main .pickup__list__item {
        display: block;
        margin: 0 2px;
        max-width: 300px
    }

    .page-en .main .pickup__list__item__image {
        position: relative;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .pickup__list__item__image:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .pickup__list__item__image__photo {
        overflow: hidden
    }

    .page-en .main .pickup__list__item__image__photo img {
        width: 100%;
        height: auto;
        max-width: 300px;
        max-height: 200px;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .pickup__list__item__image__photo img:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .pickup__list__item__image::after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        top: 0;
        opacity: 0
    }

    .page-en .main .pickup__list__item__image::after:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .pickup__list__item__text {
        margin: 1em 12px 0 0
    }

    .page-en .main .pickup__list__item__text::after {
        clear: both;
        content: "";
        display: table
    }

    .page-en .main .pickup__list__item__text__label {
        float: left;
        font-size: 14px;
        height: 22px;
        background: #fff;
        border: 1px solid #c3c3c3;
        padding: 0 16px;
        line-height: 20px;
        margin-right: 10px;
        color: #333
    }

    .page-en .main .pickup__list__item__text__title {
        display: inline;
        font-size: 16px;
        line-height: 24px;
        color: #333;
        text-decoration: underline
    }

    .page-en .main .pickup__list__item:hover .pickup__list__item__image {
        -webkit-box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14);
        box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14)
    }

    .page-en .main .pickup__list__item:hover .pickup__list__item__image img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }

    .page-en .main .pickup__list__item:hover .pickup__list__item__image::after {
        opacity: .32
    }

    .page-en .main .pickup__list__item:hover .pickup__list__item__text {
        opacity: .68
    }

    .page-en .main .pickup__arrow {
        position: absolute;
        top: 4px;
        z-index: 1;
        opacity: 0
    }

    .page-en .main .pickup__arrow img {
        height: 100%
    }

    .page-en .main .pickup__arrow:hover {
        opacity: 1
    }

    .page-en .main .pickup__arrow--prev {
        left: 0;
        text-align: left
    }

    .page-en .main .pickup__arrow--next {
        right: 0;
        text-align: right
    }

    .page-en .main .pickup__dots {
        margin-top: 45px
    }
}

@media screen and (max-width:640px) {
    .page-en .main .pickup {
        padding: 4px 0 40px
    }

    .page-en .main .pickup__list .slick-list {
        overflow: visible
    }

    .page-en .main .pickup__list__item {
        display: block;
        margin: 0 2px
    }

    .page-en .main .pickup__list__item__image {
        position: relative;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .pickup__list__item__image:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .pickup__list__item__image__photo {
        overflow: hidden
    }

    .page-en .main .pickup__list__item__image__photo img {
        width: 100%;
        height: auto;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .pickup__list__item__image__photo img:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .pickup__list__item__image::after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        top: 0;
        opacity: 0
    }

    .page-en .main .pickup__list__item__image::after:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .pickup__list__item__text {
        margin: 1em 10px 0 0
    }

    .page-en .main .pickup__list__item__text::after {
        clear: both;
        content: "";
        display: table
    }

    .page-en .main .pickup__list__item__text__label {
        float: left;
        font-size: 12px;
        height: 22px;
        background: #fff;
        border: 1px solid #c3c3c3;
        padding: 0 16px;
        line-height: 22px;
        margin-right: 10px;
        color: #333
    }

    .page-en .main .pickup__list__item__text__title {
        display: inline;
        font-size: 14px;
        line-height: 24px;
        color: #333;
        text-decoration: underline
    }

    .page-en .main .pickup__list__item.touch-focus--stay .pickup__list__item__image {
        -webkit-tap-highlight-color: transparent;
        -webkit-box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14);
        box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14)
    }

    .page-en .main .pickup__list__item.touch-focus--stay .pickup__list__item__image::after {
        opacity: .32
    }

    .page-en .main .pickup__list__item.touch-focus--stay .pickup__list__item__image img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }

    .page-en .main .pickup__list__item.touch-focus--stay .pickup__list__item__text {
        opacity: .68
    }

    .page-en .main .pickup__arrow {
        position: absolute;
        top: 0;
        z-index: 1;
        opacity: 0
    }

    .page-en .main .pickup__dots {
        margin-top: 25px
    }
}

@media print,
screen and (min-width:641px) {
    .page-en .main .top-solutions {
        padding: 62px 0;
        background: url(../images/top-bg__solutions.jpg) no-repeat top center;
        background-size: cover;
        color: #fff
    }

    .page-en .main .top-solutions .module-title1 {
        margin-top: 0
    }

    .page-en .main .top-solutions__message {
        max-width: 1000px;
        margin: 36px auto 45px;
        font-size: 16px;
        line-height: 1.875;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-solutions__message:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }
}

@media print and (max-width:1000px),
screen and (min-width:641px) and (max-width:1000px) {
    .page-en .main .top-solutions__message {
        margin-left: 24px;
        margin-right: 24px
    }
}

@media print and (max-width:800px),
screen and (min-width:641px) and (max-width:800px) {
    .page-en .main .top-solutions__message {
        font-size: 14px
    }
}

@media print,
screen and (min-width:641px) {
    .page-en .main .top-solutions .top-solutions-category {
        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;
        margin: 50px 0
    }

    .page-en .main .top-solutions .top-solutions-category__item {
        width: 33.333%
    }

    .page-en .main .top-solutions .top-solutions-category__item:first-child {
        margin-left: 0
    }

    .page-en .main .top-solutions .top-solutions-category__item__image a {
        display: block;
        position: relative;
        display: block;
        position: relative;
        overflow: hidden;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-solutions .top-solutions-category__item__image a::after {
        content: '';
        display: block;
        top: 0;
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-solutions .top-solutions-category__item__image a::after:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-solutions .top-solutions-category__item__image a img {
        width: 100%;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-solutions .top-solutions-category__item__image a img:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }
}

@media print,
screen and (min-width:641px) and (min-width:641px) {
    .page-en .main .top-solutions .top-solutions-category__item__image a:hover {
        -webkit-box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14);
        box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14)
    }

    .page-en .main .top-solutions .top-solutions-category__item__image a:hover::after {
        opacity: .32
    }

    .page-en .main .top-solutions .top-solutions-category__item__image a:hover img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }
}

@media screen and (min-width:641px) and (max-width:640px) {
    .page-en .main .top-solutions .top-solutions-category__item__image a {
        -webkit-tap-highlight-color: transparent
    }

    .page-en .main .top-solutions .top-solutions-category__item__image a.scroll-focus--stay img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }

    .page-en .main .top-solutions .top-solutions-category__item__image a.touch-focus--stay {
        -webkit-box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14);
        box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14)
    }

    .page-en .main .top-solutions .top-solutions-category__item__image a.touch-focus--stay::after {
        opacity: .32
    }

    .page-en .main .top-solutions .top-solutions-category__item__image a.touch-focus--stay img {
        -webkit-transform: scale(1.08);
        transform: scale(1.08)
    }
}

@media print,
screen and (min-width:641px) {
    .page-en .main .top-solutions .top-solutions-category__item__image a:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-solutions .top-solutions-category__item__image a img {
        width: 100%;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-solutions .top-solutions-category__item__image a img:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-solutions .top-solutions-category__item__image a:hover {
        z-index: 1
    }

    .page-en .main .top-solutions .top-solutions-category__item__image a:hover img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }

    .page-en .main .top-solutions .top-solutions-category__item__catchcopy {
        font-family: serif;
        padding: 30px 0 25px;
        font-size: 26px;
        text-align: center;
        line-height: 1.58;
        font-weight: 700;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-solutions .top-solutions-category__item__catchcopy:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }
}

@media print and (max-width:1100px),
screen and (min-width:641px) and (max-width:1100px) {
    .page-en .main .top-solutions .top-solutions-category__item__catchcopy {
        font-size: 20px
    }
}

@media print and (max-width:920px),
screen and (min-width:641px) and (max-width:920px) {
    .page-en .main .top-solutions .top-solutions-category__item__catchcopy {
        font-size: 18px
    }
}

@media print and (max-width:830px),
screen and (min-width:641px) and (max-width:830px) {
    .page-en .main .top-solutions .top-solutions-category__item__catchcopy {
        font-size: 16px
    }
}

@media print and (max-width:740px),
screen and (min-width:641px) and (max-width:740px) {
    .page-en .main .top-solutions .top-solutions-category__item__catchcopy {
        font-size: 14px
    }
}

@media print,
screen and (min-width:641px) {
    .page-en .main .top-solutions .top-solutions-category__item__link {
        text-align: center
    }

    .page-en .main .top-solutions .top-solutions-category__item__link a {
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        color: #fff;
        font-size: 16px;
        font-weight: 700
    }

    .page-en .main .top-solutions .top-solutions-category__item__link a:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-solutions .top-solutions-category__item__link a:hover {
        color: #7b7b7b
    }

    .page-en .main .top-solutions__button {
        margin: 0 auto;
        width: 220px
    }

    .page-en .main .top-solutions__button a:hover {
        background-color: rgba(51, 51, 51, .3);
        border-color: #7e8181;
        color: #fff
    }

    .page-en .main .top-solutions__button a:hover::after {
        margin-left: 10px;
        content: '';
        background-image: url(../images/icon-button__arrow.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        width: 9px;
        height: 14px;
        position: relative;
        top: 2px
    }

    .page-en .main .top-solutions__button a:hover::after {
        background-image: url(../images/icon-button__arrow--gray.svg)
    }
}

@media screen and (max-width:640px) {
    .page-en .main .top-solutions {
        padding: 40px 24px;
        background: #504f4f;
        color: #fff
    }

    .page-en .main .top-solutions .module-title1 {
        margin-top: 0
    }

    .page-en .main .top-solutions__message {
        margin: 36px 0 24px;
        font-size: 14px;
        line-height: 1.875;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-solutions__message:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-solutions .top-solutions-category {
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        margin-top: 36px
    }

    .page-en .main .top-solutions .top-solutions-category:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-solutions .top-solutions-category__item {
        padding: 36px 0;
        border-bottom: 1px solid #8e8d8d;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-solutions .top-solutions-category__item:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-solutions .top-solutions-category__item:first-child {
        border-top: 1px solid #8e8d8d
    }

    .page-en .main .top-solutions .top-solutions-category__item__image {
        margin: 0 24px 20px
    }

    .page-en .main .top-solutions .top-solutions-category__item__image a {
        display: block;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        max-width: 292px
    }

    .page-en .main .top-solutions .top-solutions-category__item__image a::after {
        content: '';
        display: block;
        top: 0;
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-solutions .top-solutions-category__item__image a::after:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-solutions .top-solutions-category__item__image a img {
        width: 100%;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-solutions .top-solutions-category__item__image a img:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }
}

@media screen and (max-width:640px) and (min-width:641px) {
    .page-en .main .top-solutions .top-solutions-category__item__image a:hover {
        -webkit-box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14);
        box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14)
    }

    .page-en .main .top-solutions .top-solutions-category__item__image a:hover::after {
        opacity: .32
    }

    .page-en .main .top-solutions .top-solutions-category__item__image a:hover img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }
}

@media screen and (max-width:640px) and (max-width:640px) {
    .page-en .main .top-solutions .top-solutions-category__item__image a {
        -webkit-tap-highlight-color: transparent
    }

    .page-en .main .top-solutions .top-solutions-category__item__image a.scroll-focus--stay img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }

    .page-en .main .top-solutions .top-solutions-category__item__image a.touch-focus--stay {
        -webkit-box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14);
        box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14)
    }

    .page-en .main .top-solutions .top-solutions-category__item__image a.touch-focus--stay::after {
        opacity: .32
    }

    .page-en .main .top-solutions .top-solutions-category__item__image a.touch-focus--stay img {
        -webkit-transform: scale(1.08);
        transform: scale(1.08)
    }
}

@media screen and (max-width:640px) {
    .page-en .main .top-solutions .top-solutions-category__item__catchcopy {
        font-family: serif;
        margin: 15px -24px;
        font-size: 20px;
        text-align: center;
        line-height: 1.58;
        font-weight: 700;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-solutions .top-solutions-category__item__catchcopy:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-solutions .top-solutions-category__item__link {
        text-align: center
    }

    .page-en .main .top-solutions .top-solutions-category__item__link a {
        color: #fff;
        font-size: 16px;
        font-weight: 700
    }

    .page-en .main .top-solutions__button {
        margin: 36px auto 0;
        width: 90%;
        max-width: 292px
    }

    .page-en .main .top-solutions__button .module-button {
        width: 100%
    }
}

@media print,
screen and (min-width:641px) {
    .page-en .main .top-message__title {
        font-size: 32px;
        text-align: center
    }

    .page-en .main .top-message__text {
        margin-top: 40px;
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (max-width:640px) {
    .page-en .main .top-message__title {
        font-size: 22px;
        text-align: center;
        line-height: 1.5
    }

    .page-en .main .top-message__text {
        margin-top: 30px;
        font-size: 16px;
        line-height: 1.6
    }
}

@media print,
screen and (min-width:641px) {
    .page-en .main .top-banners {
        margin-top: 60px
    }

    .page-en .main .top-banners .top-banners-list {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .page-en .main .top-banners .top-banners-list::after {
        clear: both;
        content: "";
        display: table
    }

    .page-en .main .top-banners .top-banners-list__item {
        float: left;
        margin-top: 4%;
        margin-left: 8%;
        width: 28%
    }

    .page-en .main .top-banners .top-banners-list__item:nth-child(3n+1) {
        margin-left: 0
    }

    .page-en .main .top-banners .top-banners-list__item:nth-child(-n+3) {
        margin-top: 0
    }

    .page-en .main .top-banners .top-banners-list__item img {
        width: 100%;
        height: auto;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-banners .top-banners-list__item img:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-banners .top-banners-list__item img:hover {
        -webkit-box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14);
        box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14);
        opacity: .68
    }

    .page-en .main .top-banners .top-minibanners-list {
        margin: 32px 0 0;
        padding: 0;
        list-style: none;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-banners .top-minibanners-list:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-banners .top-minibanners-list::after {
        clear: both;
        content: "";
        display: table
    }

    .page-en .main .top-banners .top-minibanners-list__item {
        float: left;
        margin-left: 25px;
        height: 54px;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-banners .top-minibanners-list__item:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-banners .top-minibanners-list__item:first-child {
        margin-left: 0
    }

    .page-en .main .top-banners .top-minibanners-list__item img {
        width: auto;
        height: 100%;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-banners .top-minibanners-list__item img:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-banners .top-minibanners-list__item img:hover {
        opacity: .68
    }
}

@media print and (max-width:1000px),
screen and (min-width:641px) and (max-width:1000px) {
    .page-en .main .top-banners .top-banners-list {
        margin: 50px 20px 0
    }

    .page-en .main .top-banners .top-minibanners-list {
        margin: 32px 20px 0
    }

    .page-en .main .top-banners .top-minibanners-list__item {
        height: 50px
    }
}

@media screen and (max-width:640px) {
    .page-en .main .top-banners {
        margin: 40px auto 0;
        max-width: 280px
    }

    .page-en .main .top-banners .top-banners-list {
        margin-top: 36px
    }

    .page-en .main .top-banners .top-banners-list__item {
        margin-top: 24px
    }

    .page-en .main .top-banners .top-banners-list__item:first-child {
        margin-top: 0
    }

    .page-en .main .top-banners .top-banners-list__item img {
        width: 100%;
        height: auto;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-banners .top-banners-list__item img:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-banners .top-banners-list__item img:hover {
        -webkit-box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14);
        box-shadow: 0 0 21px 7px rgba(0, 0, 0, .14);
        opacity: .68
    }

    .page-en .main .top-banners .top-minibanners-list {
        margin-top: 36px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .page-en .main .top-banners .top-minibanners-list__item {
        height: 70px
    }

    .page-en .main .top-banners .top-minibanners-list__item img {
        width: auto;
        height: 100%;
        -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-banners .top-minibanners-list__item img:hover {
        -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    .page-en .main .top-banners .top-minibanners-list__item img:hover {
        opacity: .68
    }
}

@media print,
screen and (min-width:641px) {
    .page-en-company .main .comtop-origin {
        margin-top: 35px
    }

    .page-en-company .main .comtop-origin::after {
        clear: both;
        content: "";
        display: table
    }

    .page-en-company .main .comtop-origin__text {
        float: left;
        width: 74%;
        margin-top: -36px
    }

    .page-en-company .main .comtop-origin__image {
        float: right;
        width: 22%;
        text-align: center
    }

    .page-en-company .main .comtop-origin__image img {
        width: 100%;
        max-width: 97px
    }
}

@media screen and (max-width:640px) {
    .page-en-company .main .comtop-origin {
        margin-top: 25px;
        margin-bottom: 40px
    }

    .page-en-company .main .comtop-origin__image {
        margin-top: 40px;
        text-align: center
    }

    .page-en-company .main .comtop-origin__image img {
        width: 100%;
        max-width: 97px
    }
}

.page-en-services .main .soltop-service {
    width: 87.9%;
    margin: 0 auto
}

@media screen and (max-width:640px) {
    .page-en-services .main .soltop-service {
        width: 272px
    }
}

.page-en-services .main .soltop-service__contents {
    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;
    background: url(../images/service-flow.png) no-repeat 0 0;
    background-size: 100% auto;
    padding-top: 3.8%;
    margin-bottom: 25px
}

@media screen and (max-width:640px) {
    .page-en-services .main .soltop-service__contents {
        display: block;
        background: url(../images/sp/service-flow.png) no-repeat 0 0;
        background-size: 90px auto;
        padding-top: 35px;
        height: 437px;
        margin-bottom: 15px
    }
}

.page-en-services .main .soltop-service__contents__item {
    width: 22%;
    position: relative;
    padding-bottom: 45px
}

@media screen and (max-width:640px) {
    .page-en-services .main .soltop-service__contents__item {
        width: 100%;
        padding-bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.page-en-services .main .soltop-service__contents__item__title {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: #000
}

.page-en-services .main .soltop-service__contents__item__title .pc-only {
    display: inline !important
}

@media (max-width:1000px) {
    .page-en-services .main .soltop-service__contents__item__title {
        font-size: 17px
    }
}

@media (max-width:900px) {
    .page-en-services .main .soltop-service__contents__item__title {
        font-size: 16px
    }
}

@media (max-width:800px) {
    .page-en-services .main .soltop-service__contents__item__title {
        font-size: 15px
    }
}

@media (max-width:700px) {
    .page-en-services .main .soltop-service__contents__item__title {
        font-size: 14px
    }
}

@media screen and (max-width:640px) {
    .page-en-services .main .soltop-service__contents__item__title {
        margin: 0 0 0 19px;
        padding: 0;
        font-size: 13px;
        text-align: center;
        white-space: nowrap;
        width: 67px
    }

    .page-en-services .main .soltop-service__contents__item__title .pc-only {
        display: none !important
    }
}

.page-en-services .main .soltop-service__contents__item__list li {
    margin-bottom: 10px;
    padding-left: 16px;
    color: #000;
    position: relative;
    line-height: 1.4
}

.page-en-services .main .soltop-service__contents__item__list li::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #0179b6;
    position: absolute;
    top: 3px;
    left: 0
}

@media (max-width:1000px) {
    .page-en-services .main .soltop-service__contents__item__list li {
        font-size: 13px
    }

    .page-en-services .main .soltop-service__contents__item__list li::before {
        width: 9px;
        height: 9px
    }
}

@media (max-width:800px) {
    .page-en-services .main .soltop-service__contents__item__list li {
        font-size: 11px
    }

    .page-en-services .main .soltop-service__contents__item__list li::before {
        width: 7px;
        height: 7px
    }
}

@media screen and (max-width:640px) {
    .page-en-services .main .soltop-service__contents__item__list {
        width: 172px
    }

    .page-en-services .main .soltop-service__contents__item__list li {
        margin-bottom: 1px;
        padding-left: 14px;
        font-size: 11px
    }

    .page-en-services .main .soltop-service__contents__item__list li::before {
        width: 8px;
        height: 8px
    }
}

.page-en-services .main .soltop-service__contents__item .module-button {
    width: 90%;
    position: absolute;
    bottom: 0
}

@media print,
screen and (min-width:641px) {

    .page-en-services .main .soltop-service__contents__item--step1 .soltop-service__contents__item__title,
    .page-en-services .main .soltop-service__contents__item--step3 .soltop-service__contents__item__title {
        padding-top: .8em;
        padding-bottom: 2em;
        text-align: center
    }
}

@media print and (max-width:1000px),
screen and (min-width:641px) and (max-width:1000px) {

    .page-en-services .main .soltop-service__contents__item--step1 .soltop-service__contents__item__title,
    .page-en-services .main .soltop-service__contents__item--step3 .soltop-service__contents__item__title {
        padding-top: .6em
    }
}

@media print and (max-width:800px),
screen and (min-width:641px) and (max-width:800px) {

    .page-en-services .main .soltop-service__contents__item--step1 .soltop-service__contents__item__title,
    .page-en-services .main .soltop-service__contents__item--step3 .soltop-service__contents__item__title {
        padding-top: .4em
    }
}

@media print and (max-width:700px),
screen and (min-width:641px) and (max-width:700px) {

    .page-en-services .main .soltop-service__contents__item--step1 .soltop-service__contents__item__title,
    .page-en-services .main .soltop-service__contents__item--step3 .soltop-service__contents__item__title {
        padding-top: .2em
    }
}

@media print,
screen and (min-width:641px) {

    .page-en-services .main .soltop-service__contents__item--step2 .soltop-service__contents__item__title,
    .page-en-services .main .soltop-service__contents__item--step4 .soltop-service__contents__item__title {
        padding-top: 2em;
        padding-bottom: 3em;
        margin-left: 3em
    }
}

@media print and (max-width:1000px),
screen and (min-width:641px) and (max-width:1000px) {

    .page-en-services .main .soltop-service__contents__item--step2 .soltop-service__contents__item__title,
    .page-en-services .main .soltop-service__contents__item--step4 .soltop-service__contents__item__title {
        padding-top: 1.7em;
        margin-left: 2.8em
    }
}

@media print and (max-width:800px),
screen and (min-width:641px) and (max-width:800px) {

    .page-en-services .main .soltop-service__contents__item--step2 .soltop-service__contents__item__title,
    .page-en-services .main .soltop-service__contents__item--step4 .soltop-service__contents__item__title {
        padding-top: 1.5em;
        margin-left: 2.5em
    }
}

@media print and (max-width:700px),
screen and (min-width:641px) and (max-width:700px) {

    .page-en-services .main .soltop-service__contents__item--step2 .soltop-service__contents__item__title,
    .page-en-services .main .soltop-service__contents__item--step4 .soltop-service__contents__item__title {
        padding-top: 1.3em;
        margin-left: 2em
    }
}

@media print,
screen and (min-width:641px) {
    .page-en-services .main .soltop-service__contents__item--step1 .soltop-service__contents__item__title {
        margin-left: -3em
    }

    .page-en-services .main .soltop-service__contents__item--step3 .soltop-service__contents__item__title {
        margin-left: -1em
    }

    .page-en-services .main .soltop-service__contents__item--step4 {
        margin-right: 3%
    }
}

@media screen and (max-width:640px) {
    .page-en-services .main .soltop-service__contents__item--step1 {
        margin-bottom: 28px
    }

    .page-en-services .main .soltop-service__contents__item--step1 .soltop-service__contents__item__title {
        padding-top: 45px
    }

    .page-en-services .main .soltop-service__contents__item--step2 {
        margin-bottom: 11px
    }

    .page-en-services .main .soltop-service__contents__item--step2 .soltop-service__contents__item__title {
        padding-top: 42px
    }

    .page-en-services .main .soltop-service__contents__item--step3 {
        margin-bottom: 6px
    }

    .page-en-services .main .soltop-service__contents__item--step3 .soltop-service__contents__item__title {
        padding-top: 23px
    }

    .page-en-services .main .soltop-service__contents__item--step4 {
        margin-bottom: 10px
    }

    .page-en-services .main .soltop-service__contents__item--step4 .soltop-service__contents__item__title {
        padding-top: 35px
    }
}

.page-en-services .main .soltop-service__note {
    margin: 0;
    color: #666;
    text-align: right
}

@media (max-width:1000px) {
    .page-en-services .main .soltop-service__note {
        font-size: 13px
    }
}

@media (max-width:800px) {
    .page-en-services .main .soltop-service__note {
        font-size: 11px
    }
}

@media screen and (max-width:640px) {
    .page-en-services .main .soltop-service__note {
        text-align: left;
        line-height: 1.5;
        font-size: 14px
    }
}

.page-en-services-addon-global_projects .main .hero {
    margin-top: 48px
}

.page-en-services-addon-global_projects .main .hero .module-flexblock .module-title2 {
    margin-top: 0
}

.page-en-services-addon-global_projects .main .hero .module-flexblock a {
    display: block;
    text-decoration: none
}

.page-en-services-addon-global_projects .main .hero .module-flexblock a img {
    -webkit-transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all 450ms cubic-bezier(.23, 1, .32, 1) 0s
}

.page-en-services-addon-global_projects .main .hero .module-flexblock a .module-text {
    margin-top: 24px
}

.page-en-services-addon-global_projects .main .hero .module-flexblock a .module-text--alignright {
    text-decoration: underline
}

.page-en-services-addon-global_projects .main .hero .module-flexblock a:hover img {
    -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .2s cubic-bezier(.23, 1, .32, 1) 0s;
    -webkit-box-shadow: 0 0 15px 4px rgba(0, 0, 0, .28);
    box-shadow: 0 0 15px 4px rgba(0, 0, 0, .28);
    opacity: .68
}

@media screen and (max-width:640px) {
    .page-en-services-addon-global_projects .main .hero {
        margin-top: 0
    }

    .page-en-services-addon-global_projects .main .hero .module-flexblock__item:first-child {
        border-bottom: 1px solid #bfbfbf
    }

    .page-en-services-addon-global_projects .main .hero .module-flexblock a .module-text {
        margin: 12px 0
    }

    .page-en-services-addon-global_projects .main .hero .module-flexblock a .module-text--alignright {
        margin-bottom: 24px
    }
}

@media screen and (max-width:640px) {
    .page-en-services-addon-global_projects .main .flow {
        position: relative
    }

    .page-en-services-addon-global_projects .main .flow::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
        width: 70px;
        height: 100%;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .8)));
        background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 100%);
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 100%)
    }

    .page-en-services-addon-global_projects .main .flow__inner {
        overflow-x: scroll;
        overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch
    }

    .page-en-services-addon-global_projects .main .flow__inner .module-container {
        width: 600px
    }
}

.single-projects .main .module-title1 {
    max-width: 800px;
    margin: 0 auto
}

.single-projects .main .module-title1 .module-label {
    margin-right: 20px;
    padding: 9px 10px 8px;
    font-family: Arial, sans-serif;
    font-size: 20px;
    vertical-align: top
}

@media screen and (max-width:640px) {
    .single-projects .main .module-title1 .module-label {
        margin-right: 15px;
        padding: 6px 10px 5px;
        font-size: 12px
    }
}

.single-projects .main .worksdetail-mainvisual .module-image img {
    width: auto;
    max-height: 600px
}

@media screen and (max-width:640px) {
    .single-projects .main .worksdetail-mainvisual {
        margin: 0 -24px
    }
}

.page-en-contact .grecaptcha-badge {
    display: block !important
}

@media print {
    .wrapper {
        margin: 0 auto;
        width: 1000px
    }

    .header {
        position: relative;
        opacity: 1 !important;
        top: 0 !important;
        height: auto
    }

    .header__inner {
        height: 40px;
        margin: 25px 4px
    }

    .header__inner .header-main {
        bottom: 0
    }

    .header .header-menu {
        display: none !important
    }

    .main {
        margin-top: 0
    }

    .footer .footer-navi-list {
        display: none !important
    }

    .gototop {
        display: none !important
    }

    .overlay::before {
        display: none
    }

    .page-break-before {
        page-break-before: always
    }

    .print-only {
        display: block !important
    }

    .screen-only {
        display: none !important
    }
}

/*---------------------------------
    shanon add  2019.12
---------------------------------*/
/* 共通ヘッダーとコンテンツ間調整 */
.ss_contents{
	margin-top: 10px;
}
