@charset "UTF-8";
/* ---------------------------
 * PC and Mobile
 * --------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* Preload images */
body:after {
    content: url(/common/images/close.png) url(/common/images/loading.gif) url(/common/images/prev.png) url(/common/images/next.png);
    display: none;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/common/images/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(/common/images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(/common/images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(/common/images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

html {
    font-size: 62.5%;
}

body {
    word-break: break-all;
    word-wrap: break-word;
    background-color: #fff;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    line-height: 1.87;
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 200;
    color: #333;
}

body.apology-form {
    width: 800px;
    margin: 0 auto;
}

body.apology-form h2 {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    margin: 40px 0 30px;
}

a {
    text-decoration: underline;
    color: #333;
}

strong {
    font-weight: 500;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

ul {
    list-style: none;
    padding-left: 0;
}

.clear {
    clear: both !important;
}

.mincho {
    font-family: YuMincho, "游明朝", serif;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-indent {
    text-indent: -1em;
    margin: 0 0 0 1em;
}

.font12 {
    font-size: 12px;
    font-size: 1.2rem;
}

.font13 {
    font-size: 13px;
    font-size: 1.3rem;
}

.font14 {
    font-size: 14px;
    font-size: 1.4rem;
}

.font15 {
    font-size: 15px;
    font-size: 1.5rem;
}

.font-thin {
    font-weight: 100;
}

.font-light {
    font-weight: 200;
}

.font-regular {
    font-weight: 300;
}

.font-medium {
    font-weight: 500;
}

.font-bold {
    font-weight: 700;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    transition: .3s;
    transform: translateY(-100%);
}

.header .announce-area {
    border: 1px solid #ed4245;
    background: #fff;
    text-align: center;
    margin-bottom: 5px;
}

.header .announce-area__txt {
    margin: 0;
}

.header .announce-area__txt a {
    display: block;
    text-decoration: none;
    color: #ed4245;
    padding: 10px 0;
}

.header .announce-area__txt a:hover {
    opacity: .8;
}

.header .announce-area__txt a span {
    vertical-align: middle;
    position: relative;
}

.header .announce-area__txt a span:first-child {
    font-size: 10px;
    font-size: 1rem;
    color: #fff;
    background: #ed4245;
    padding: 5px;
    margin-right: 10px;
}

.header .announce-area__txt a span:first-child+span:after {
    content: "";
    position: absolute;
    margin: auto;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    right: -20px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #ed4245;
    border-right: 1px solid #ed4245;
    transform: rotate(45deg);
}

.header__inner {
    overflow: hidden;
    color: #fff;
    position: relative;
}

.header__logoBlock {
    float: left;
}

.header__logo {
    margin: 0;
    font-size: 1px;
    text-indent: -9999px;
}

.header__logo a {
    display: block;
    background-image: url(/common/images/logo_header.png);
    background-repeat: no-repeat;
}

.header__text {
    margin: 0;
    line-height: 1.4;
    font-weight: 200;
    font-size: 10px;
    font-size: 1rem;
}

.header__menu {
    float: right;
    overflow: hidden;
}

.header__menuList {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 200;
}

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

.header__menuList li {
    float: left;
}

.header__menuList a {
    display: block;
    color: #fff;
    position: relative;
    text-decoration: none;
}

.header__menuList a:after {
    opacity: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 3px;
    left: 0;
    transform: translateY(3px);
    transition: .2s;
}

.header__menuList a:hover:after {
    opacity: 1;
    transform: translateY(0);
}

body.is-fixed .header:before {
    transform: translateY(0);
}

body.is-fixed .header__logo a {
    background-image: url(/common/images/logo_header_black.png);
}

body.is-fixed .header__text {
    opacity: 0;
}

body.is-fixed .header__menuList a {
    color: #333;
}

body.is-fixed .header__menuList a:after {
    background-color: #333;
}

body.is-fixed .header__menuList li:last-child a {
    border: 1px solid #333;
}

body.is-fixed .header__menuList li:last-child a:hover {
    background-color: #333;
    color: #fff;
}

body.is-fixed .header__inner,
body.is-open .header__inner {
    z-index: 15;
}

body.is-fixed .menuButton__link,
body.is-open .menuButton__link {
    color: #333;
    background-color: #fff;
    border: 1px solid #333;
}

body.is-fixed .menuButton__icon,
body.is-open .menuButton__icon {
    background: #333;
}

body.is-fixed .menuButton__icon:before,
body.is-fixed .menuButton__icon:after,
body.is-open .menuButton__icon:before,
body.is-open .menuButton__icon:after {
    background: #333;
}

.visual {
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

.visual__slidWrap {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 1;
    height: 100%;
}

.visual__img {
    text-align: center;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: absolute;
    top: 0;
    left: 0;
}

.visual__img img {
    display: none;
    width: 100%;
    max-width: none;
}

.visual__img.areaVisual {
    background-image: url(/common/images/area_main.jpg);
}

.visual__img.contactVisual {
    background-image: url(/common/images/contact_main.jpg);
}

.visual__img.maintenanceVisual {
    background-image: url(/common/images/maintenance_main.jpg);
}

.visual__img.modelhouseVisual {
    background-image: url(/common/images/modelhouse_main.jpg);
}

.visual__img.planVisual {
    background-image: url(/common/images/plan_main.jpg);
}

.visual__img.specVisual {
    background-image: url(/common/images/spec_main.jpg);
}

.visual__img.technicalVisual {
    background-image: url(/common/images/technical_main.jpg);
}

.visual__img.worksVisual {
    background-image: url(/common/images/works_main.jpg);
}

.visual__img.partnerVisual {
    background-image: url(/common/images/partner_main.jpg);
}

.visual__img.partner-briefingVisual {
    background-image: url(/common/images/partner-briefing_main.jpg);
}

.visual__slidList {
    height: 100%;
}

.visual__slideImg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.visual__slideImg.visualImg01 {
    background-image: url(/common/images/visual01.jpg);
}

.visual__slideImg.visualImg02 {
    background-image: url(/common/images/visual02.jpg);
}

.visual__slideImg.visualImg03 {
    background-image: url(/common/images/visual03.jpg);
}

.visual__slideImg.visualImg04 {
    background-image: url(/common/images/visual04.jpg);
}

.visual__inner {
    overflow: hidden;
    z-index: 2;
    color: #fff;
}

.visual__title {
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    font-weight: 300;
    box-sizing: border-box;
}

.visual__title>span>span {
    font-weight: 900;
}

.visual__logo img {
    display: block;
    max-width: 100%;
}

.visual__button {
    position: absolute;
    z-index: 2;
}

.visual__button a {
    position: relative;
    font-weight: 500;
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.7);
    transition: opacity, .2s;
    box-sizing: border-box;
}

.visual__button a:before {
    content: "";
    background-image: url(/common/images/icon_calculator.png);
    background-repeat: no-repeat;
    position: absolute;
}

.visual__button a:hover {
    opacity: .6;
}

.visual__scroll {
    position: absolute;
    z-index: 2;
}

.visual__scroll img {
    display: block;
    max-width: 100%;
}

.subNav {
    text-align: center;
    border-bottom: 1px solid #bac1c4;
}

.subNav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

.subNav__list a {
    display: block;
    text-decoration: none;
    position: relative;
    color: #333;
}

.categoryNav {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    background-color: #f1f2f3;
    border: 1px solid #d6dbd0;
    box-sizing: border-box;
}

.categoryNav__list {
    list-style: none;
    margin: 0;
    font-size: 0;
    color: #768489;
}

.categoryNav__list li {
    box-sizing: border-box;
}

.categoryNav__list a {
    display: inline-block;
    text-decoration: none;
    padding: 13px 0;
    color: #768489;
}

.wrap {
    overflow: hidden;
    min-width: 320px;
}

.content {
    padding-top: 1px;
}

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

.content__side {
    background-color: #f1f2f3;
    box-sizing: border-box;
}

.section>.section {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

strong {
    color: #768489;
    font-weight: 700;
}

a.lightboxImg {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    transition: .2s;
}

a.lightboxImg img {
    vertical-align: top;
}

a.lightboxImg:hover {
    opacity: .6;
}

a.lightboxImg:before {
    content: "";
    width: 70px;
    height: 70px;
    background-color: #b0b5b8;
    transform: rotate(45deg);
    position: absolute;
}

a.lightboxImg:after {
    content: "＋";
    line-height: 1;
    color: #fff;
    position: absolute;
}

.maintenanceImg {
    max-width: 390px;
    margin-right: auto;
    margin-left: auto;
}

.contentBottom {
    border-top: 1px solid #d9d9d9;
    background-color: #fafafa;
    overflow: hidden;
}

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

.footer {
    position: relative;
    border-top: 2px solid #768489;
    color: #768489;
}

.footer__inner {
    overflow: hidden;
    position: relative;
}

.footer__text {
    margin: 0 0 35px;
    font-size: 14px;
    font-size: 1.4rem;
}

.footer__copyright {
    letter-spacing: 2px;
}

.footer__copyright small {
    font-weight: 300;
    font-size: 12px;
    font-size: 1.2rem;
}

.footer__area {
    clear: both;
    margin: 0;
    line-height: 1.5;
}

.footer__area dt {
    white-space: nowrap;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
}

.footer__area dd {
    font-size: 12px;
    font-size: 1.2rem;
}

.footer__button {
    width: 190px;
    vertical-align: top;
    display: inline-block;
    border: 1px solid #768489;
    color: #768489;
    text-align: center;
    padding: 0;
    margin-left: 17px;
    line-height: 48px;
    text-decoration: none;
    transition: .2s;
    box-sizing: border-box;
}

.footer__button img {
    width: 16px;
}

.footer__button.typeFB {
    font-size: 1px;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    background-image: url(/common/images/icon_fb.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

.footer__button.typeFB:hover {
    background-image: url(/common/images/icon_fb_white.png);
}

.footer__button:hover {
    background-color: #768489;
    color: #fff;
}

.top-back {
    opacity: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 5;
    transition: .5s;
}

.top-back img {
    display: block;
}

.top-back.show {
    opacity: 1;
}

.top-back.show:hover {
    opacity: .6;
}

.top-back.stop {
    position: absolute;
    bottom: auto;
    top: -85px;
}

.comingBanner{
    background-color: #F1F2F3;
}
.comingBanner p{
    margin: 0;
    text-indent: -1.8em;
    padding-left: 1.8em;
}
.comingBanner p::before{
    content: "";
    background-image: url(../images/coming_icon.png);
    background-size: 100%;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 10px;
}

.headingType1 {
    font-weight: 500;
    text-align: center;
    text-indent: -1em;
}

.headingType1 i {
    display: inline-block;
    vertical-align: top;
}

.headingType1 img {
    display: block;
    width: auto;
}

.headingType1 span {
    vertical-align: top;
}

.headingType1.is-new:after {
    content: "NEW";
    display: inline-block;
    vertical-align: top;
    background-color: #ed4245;
    color: #fff;
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-indent: 0;
    font-weight: 200;
    font-size: 10px;
    font-size: 1rem;
}

.headingType1.typeLeftAlign span {
    display: inline-block;
    text-align: left;
    text-indent: 0;
}

.headingType2 {
    border: 1px solid #768489;
    color: #768489;
    font-weight: 300;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.headingType2__unit,
.headingType2__equal {
    font-weight: 900;
}

.headingType3 {
    font-weight: 300;
    color: #768489;
    border: 1px solid #768489;
    margin-top: 0;
    line-height: 1.2;
}

.headingType4 {
    line-height: 1.44;
    color: #768489;
    font-weight: 500;
}

.headingType5 {
    margin-top: 0;
    line-height: 1.3;
    font-weight: 500;
    position: relative;
    border-bottom: 1px dotted #768489;
}

.headingType5:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #768489;
    position: absolute;
    left: 0;
}

.headingType6 {
    margin-top: 0;
    text-align: center;
    color: #768489;
    font-weight: 300;
    position: relative;
    line-height: 1.4;
}

.headingType6:before {
    content: "";
    background-image: url(/common/images/icon_square.png);
    background-repeat: no-repeat;
    background-size: 15px;
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
}

.buttonGroup1 {
    text-align: center;
}

.buttonGroup2 {
    text-align: center;
    font-size: 0;
}

.buttonType1 {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    line-height: 1.3;
    color: #768489;
    background-color: #fff;
    border: 1px solid #768489;
    transition: .2s;
    box-sizing: border-box;
}

.buttonType1:after {
    content: "";
    position: absolute;
    margin: auto;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #768489;
    border-right: 1px solid #768489;
    transform: rotate(45deg);
}

.buttonType1:hover {
    background-color: #768489;
    color: #fff;
}

.buttonType1:hover:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.buttonType2 {
    display: inline-block;
    position: relative;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.9);
    border: 0;
    border: 1px solid #ed4245;
    background-color: #ed4245;
    transition: .2s;
    box-sizing: border-box;
}

.buttonType2:after {
    content: "";
    position: absolute;
    margin: auto;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    right: 22px;
    width: 26px;
    height: 26px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.buttonType2:hover {
    background-color: #fff;
    color: #ed4245;
}

.buttonType2:hover:after {
    border-top: 1px solid #ed4245;
    border-right: 1px solid #ed4245;
}

.buttonType3 {
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.9);
    border: 0;
    border: 1px solid #ed4245;
    background-color: #ed4245;
    transition: .2s;
    box-sizing: border-box;
}

.buttonType3 span {
    display: inline-block;
    text-align: left;
    position: relative;
}

.buttonType3 span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-repeat: no-repeat;
    transition: .2s;
}

.buttonType3.typeMail span:before {
    background-image: url(/common/images/icon_mail.png);
}

.buttonType3.typeSimulation span:before {
    background-image: url(/common/images/icon_price.png);
}

.buttonType3.typeEvent span:before {
    background-image: url(/common/images/icon_calendar.png);
}

.buttonType3:hover {
    background-color: #fff;
    color: #ed4245;
}

.buttonType3:hover.typeMail span:before {
    background-image: url(/common/images/icon_mail_red.png);
}

.buttonType3:hover.typeSimulation span:before {
    background-image: url(/common/images/icon_price_red.png);
}

.buttonType3:hover.typeEvent span:before {
    background-image: url(/common/images/icon_calendar_red.png);
}

.buttonType4 {
    background-color: #e2ebf4;
    display: inline-block;
    position: relative;
    text-decoration: none;
    text-align: center;
    transition: .2s;
    box-sizing: border-box;
}

.buttonType4:before {
    content: "";
    background-color: #637f8a;
    position: absolute;
    top: 0;
    right: 0;
    transition: .2s;
}

.buttonType4:after {
    content: "";
    position: absolute;
    margin: auto;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    right: 22px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.buttonType4:hover {
    background-color: #637f8a;
    color: #fff;
}

.buttonType5 {
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    line-height: 1.3;
    color: #fff;
    border: 0;
    background-color: #768489;
    transition: .2s;
    box-sizing: border-box;
}

.buttonType5 span {
    display: inline-block;
    text-align: left;
    position: relative;
}

.buttonType5 span>span {
    padding-left: 0;
}

.buttonType5 span>span:before {
    display: none;
}

.buttonType5 span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-repeat: no-repeat;
}

.buttonType5.typeMail span:before {
    background-image: url(/common/images/icon_mail.png);
}

.buttonType5.typeTel span:before {
    background-image: url(/common/images/icon_tel.png);
}

.buttonType5:before {
    content: "";
    background-color: #566469;
    position: absolute;
    top: 0;
    right: 0;
    transition: .2s;
}

.buttonType5:after {
    content: "";
    position: absolute;
    margin: auto;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.buttonType5:hover {
    background-color: #566469;
}

.buttonType6 {
    display: inline-block;
    position: relative;
    font-weight: 200;
    text-align: center;
    text-decoration: none;
    line-height: 1.3;
    color: #fff;
    background-color: #ed4245;
    border: 1px solid #ed4245;
    border-radius: 0;
    transition: .2s;
    box-sizing: border-box;
}

.buttonType6:after {
    content: "";
    position: absolute;
    margin: auto;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    right: 25px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.buttonType6:hover {
    background-color: #fff;
    color: #ed4245;
}

.buttonType6:hover:after {
    border-top: 1px solid #ed4245;
    border-right: 1px solid #ed4245;
}

.buttonType6.typeButtom:after {
    transform: rotate(135deg);
}

.buttonType6 input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
}

.buttonType7 {
    display: inline-block;
    position: relative;
    font-weight: 200;
    text-align: center;
    text-decoration: none;
    line-height: 1.3;
    color: #ed4245;
    background-color: #fff;
    border: 1px solid #ed4245;
    border-radius: 0;
    transition: .2s;
    box-sizing: border-box;
    margin-right: 20px;
}

.buttonType7:after {
    content: "";
    position: absolute;
    margin: auto;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    left: 25px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #ed4245;
    border-right: 1px solid #ed4245;
    transform: rotate(-135deg);
}

.buttonType7:hover {
    background-color: #ed4245;
    color: #fff;
}

.buttonType7:hover:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.buttonType7.typeButtom:after {
    transform: rotate(135deg);
}

.buttonType7 input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
}

.multiBlockType1__text {
    -ms-flex: 1;
    flex: 1;
}

.multiBlockType1__text p {
    margin: 0;
}

.multiBlockType1__img img {
    display: block;
}

.multiBlockType2 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.multiBlockType2__heading {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 500;
}

.multiBlockType2__description {
    margin-top: 0;
    margin-bottom: 0;
}

.multiBlockType2__numbering {
    display: table;
    margin-bottom: 10px;
}

.multiBlockType2__numbering .multiBlockType2__heading {
    display: table-cell;
    vertical-align: top;
    padding-top: 15px;
}

.multiBlockType2__num {
    display: table-cell;
    vertical-align: top;
    width: 60px;
}

.multiBlockType2__num i {
    display: block;
    text-align: center;
    width: 50px;
    line-height: 50px;
    background-color: #bac1c4;
    color: #fff;
    font-style: normal;
    font-size: 30px;
    font-size: 3rem;
}

.multiBlockType3__item {
    border-style: solid;
    border-color: rgba(118, 132, 137, 0.2);
    box-sizing: border-box;
}

.multiBlockType3__heading {
    font-weight: 500;
    margin-top: 0;
    text-align: center;
}

.multiBlockType3__description {
    color: #768489;
    font-weight: 300;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.57;
}

.bx-controls {
    display: none;
}

.itemSlider {
    position: relative;
}

.itemSlider__item>a {
    text-decoration: none;
}

.itemSlider__inner {
    position: relative;
}

.itemSlider__main {
    position: absolute;
    left: 50%;
}

.itemSlider__list {
    margin: 0;
}

.itemSlider__control {
    position: absolute;
    top: 50%;
}

.itemSlider__control a {
    display: block;
    position: relative;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}

.itemSlider__control a:after {
    content: "";
    position: absolute;
    margin: auto;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
}

.itemSlider__control.prev a:after {
    transform: rotate(-135deg);
}

.itemSlider__control.next a:after {
    transform: rotate(45deg);
}

.itemSlider__itemInner {
    overflow: hidden;
}

.itemSlider__img {
    float: left;
}

.itemSlider__text {
    overflow: hidden;
}

.itemSlider__category {
    background-color: #ed4245;
    color: #fff;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: 300;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
}

.itemSlider__name {
    font-weight: 700;
    margin: 0 0 5px;
}

.itemSlider__description {
    color: #768489;
    margin: 0;
}

.menuList__list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.menuList__list li {
    float: left;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    box-sizing: border-box;
}

.menuList__list a {
    display: block;
    text-decoration: none;
    color: #768489;
    transition: .2s;
}

.menuList__list a:hover {
    opacity: .6;
}

.menuList__list i {
    display: block;
    margin-bottom: 15px;
}

.menuList__list img {
    width: 60px;
    height: 60px;
}

.planImg1__item {
    box-sizing: border-box;
}

.planImg2__item {
    box-sizing: border-box;
}

.planMenu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.planMenu__list li {
    overflow: hidden;
}

.planMenu__list a {
    display: block;
    position: relative;
    background-color: #768489;
    color: #fff;
    text-decoration: none;
    transition-duration: .3s;
    box-sizing: border-box;
}

.planMenu__list a:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    display: block;
    position: absolute;
    left: 50%;
}

.planMenu__list a:after {
    content: "";
    position: absolute;
    margin: auto;
    vertical-align: middle;
    left: 0;
    right: 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(135deg);
}

.planMenu__list a:hover {
    background-color: rgba(118, 132, 137, 0.7);
}

.planMenu__list .en {
    font-weight: 500;
}

.planHead__description p {
    margin-top: 0;
    margin-bottom: 0;
}

.planList__mainImg {
    font-size: 0;
    border: 1px solid #d9d9d9;
    text-align: center;
    box-sizing: border-box;
}

.planList__heading {
    background-color: #768489;
    color: #fff;
    margin-top: 0;
    font-weight: 200;
    overflow: hidden;
    line-height: 1.2;
}

.planList__heading span {
    display: inline-block;
    vertical-align: top;
}

.planList__img {
    font-size: 0;
    text-align: center;
    margin-bottom: 60px;
}

.planList__img li {
    display: inline-block;
}

.planList__img li:nth-child(1),
.planList__img li:nth-child(2),
.planList__img li:nth-child(3) {
    margin-top: 0;
}

.planList__img li:nth-child(1),
.planList__img li:nth-child(3n+1) {
    margin-left: 0;
}

.planList__img li:nth-child(3n) {
    margin-right: 0;
}

.planList__price {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1;
}

.planList__price span {
    font-weight: 300;
}

.planList__notes {
    margin-top: 0;
    margin-bottom: 0;
}

.typeList .typeList__list {
    text-align: center;
    letter-spacing: -.4em;
    margin: 20px 0;
}

.typeList .typeList__list .typeList__item {
    width: 213px;
    margin: 0 10px;
    display: inline-block;
    letter-spacing: normal;
    font-size: 16px;
    font-size: 1.6rem;
    background: #194f63;
    padding-top: 31px;
    transition-duration: 0.3s;
}

.typeList .typeList__list .typeList__item:first-child {
    margin-left: 0;
}

.typeList .typeList__list .typeList__item:last-child {
    margin-right: 0;
}

.typeList .typeList__list .typeList__item span {
    display: block;
    line-height: 1.42;
}

.typeList .typeList__list .typeList__item span:first-child,
.typeList .typeList__list .typeList__item span:last-child {
    display: block;
}

.typeList .typeList__list .typeList__item span:first-child {
    margin-bottom: 10px;
}

.typeList .typeList__list .typeList__item span:nth-child(2) {
    line-height: 1;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
}

.typeList .typeList__list .typeList__item span:last-child {
    background: #637f8a;
    padding: 10px;
    margin-top: 31px;
    position: relative;
}

.typeList .typeList__list .typeList__item span:last-child:before {
    content: "";
    position: absolute;
    left: 40px;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.typeList .typeList__list .typeList__item a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.typeList .typeList__list .typeList__item:hover {
    opacity: 0.7;
}

.worksList {
    overflow: hidden;
}

.worksList p.works__none {
    color: #768489;
    font-size: 16px;
    font-size: 1.6rem;
}

.worksList__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.worksList__item {
    border: 1px solid #bac1c4;
    padding: 4px;
    box-sizing: border-box;
    transition: .2s;
}

.worksList__item a {
    display: block;
    text-decoration: none;
}

.worksList__item.is-new .worksList__inner:before {
    display: block;
}

.worksList__inner {
    position: relative;
    transition: .2s;
    box-sizing: border-box;
}

.worksList__inner:before {
    display: none;
    content: "NEW";
    background-color: #ed4245;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.worksList__inner:hover {
    opacity: .6;
}

.worksList__img {
    text-align: center;
}

.worksList__text p {
    margin: 0;
    text-align: center;
}

.worksBanner {
    overflow: hidden;
}

.worksBanner__item {
    transition: .2s;
}

.worksBanner__item:hover {
    opacity: .6;
}

.worksBanner__inner {
    display: block;
    text-decoration: none;
    color: #fff;
}

.worksBanner__item {
    position: relative;
}

.worksBanner__img {
    display: block;
}

.worksBanner__text {
    text-align: center;
    background-color: rgba(25, 79, 99, 0.9);
    position: absolute;
    box-sizing: border-box;
}

.worksBanner__heading {
    margin: 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
}

.worksBanner__button {
    margin: 0;
    border: 1px solid #fff;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    width: 137px;
    line-height: 31px;
    display: inline-block;
    padding: 0 14px 0 20px;
    box-sizing: border-box;
}

.worksBanner__button:before {
    content: "";
    position: absolute;
    margin: auto;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    left: 21px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.worksHead {
    border-top: 1px solid #bac1c4;
    border-bottom: 1px dotted #bac1c4;
}

.worksHead__data {
    margin: 0;
}

.worksHead__button {
    text-decoration: none;
    display: inline-block;
    position: relative;
    border: 1px solid #768489;
    background-color: #768489;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 38px;
    padding: 0 25px 0 15px;
    transition: .2s;
    box-sizing: border-box;
}

.worksHead__button:after {
    content: "";
    position: absolute;
    margin: auto;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    transition: .2s;
}

.worksHead__button:hover {
    background-color: #fff;
    color: #768489;
}

.worksHead__button:hover:after {
    border-top: 1px solid #768489;
    border-right: 1px solid #768489;
}

.worksBody__description p {
    margin: 0;
}

.worksBody__imgs {
    margin-right: auto;
    margin-left: auto;
}

.worksBody__img {
    text-align: center;
    font-size: 0;
}

.worksBody__img:first-child {
    margin-top: 0;
}

.worksBottom {
    margin-right: auto;
    margin-left: auto;
}

.areaList__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.areaList__item {
    position: relative;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.areaList__img {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.areaList__name {
    margin-top: 0;
}

.areaList__data {
    margin-top: 0;
}

.areaList__data a {
    transition: .2s;
}

.areaList__data a:hover {
    opacity: .6;
}

.areaList__button:last-child {
    margin-bottom: 0;
}

.areaList__button .buttonType5 {
    display: block;
    padding-left: 0;
}

.eventListHead {
    margin: 0;
    text-align: center;
    font-size: 0;
    border-bottom: 1px solid #bac1c4;
}

.eventListHead__img {
    display: inline-block;
    vertical-align: top;
}

.eventListHead__title {
    display: inline-block;
    vertical-align: top;
}

.eventList__link {
    font-size: 0;
}

.eventList__img {
    width: 100px;
    height: 100px;
    display: inline-block;
    overflow: hidden;
    transition: .2s;
}

.eventList__img:hover {
    opacity: .6;
}

.eventList__img img {
    vertical-align: top;
}

.eventList__item {
    position: relative;
    border-bottom: 1px dotted #768489;
}

.eventList__item.is-new:before {
    display: none;
    font-size: 10px;
    font-size: 1rem;
    content: "NEW";
    background-color: #ed4245;
    color: #fff;
    text-align: center;
}

#event-none {
    margin: 50px 0;
}

.eventList__text {
    padding-right: 10px;
}

.eventList__text p {
    margin: 0;
}

.eventList__text p:first-child {
    text-indent: -.5em;
    margin-left: .5em;
}

.eventList__text a {
    display: inline-block;
    text-decoration: none;
    transition: .2s;
}

.eventList__text a:hover {
    opacity: .6;
}

.eventDetailHead {
    border-top: 1px solid #bac1c4;
    border-bottom: 1px dotted #bac1c4;
}

.eventDetailHead__text p {
    margin: 0;
}

.eventDetailHead__link {
    font-size: 0;
}

.eventDetailHead__img {
    width: 70px;
    display: inline-block;
    transition: .2s;
}

.eventDetailHead__img:hover {
    opacity: .6;
}

.eventDetailBody__description p {
    margin: 0;
}

.eventDetailBody__imgs {
    margin-right: auto;
    margin-left: auto;
}

.eventDetailBottom {
    margin-right: auto;
    margin-left: auto;
}

.eventDetailBottom .buttonType3 {
    display: block;
}

.sideAreaList {
    margin-top: 0;
    margin-bottom: 20px;
    list-style: none;
    line-height: 1;
}

.sideAreaList a {
    transition: .2s;
}

.sideAreaList a:hover {
    opacity: .6;
}

.sideAreaList dt {
    font-weight: 300;
    color: #768489;
    position: relative;
}

.sideAreaList dt:before {
    content: "";
    background-image: url(/common/images/icon_calendar_green.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}

.sideAreaList dt a {
    color: #768489;
}

.sideAreaList dd {
    margin: 0;
    padding-left: 17px;
    position: relative;
    box-sizing: border-box;
}

.sideAreaList dd a {
    color: #333;
}

.sideAreaList dd:before {
    content: "";
    position: absolute;
    margin: auto;
    vertical-align: middle;
    top: 5px;
    left: 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #768489;
    border-right: 1px solid #768489;
    transform: rotate(45deg);
}

.sideAreaList a {
    text-decoration: none;
}

.presentBlock {
    background-color: #f2f2f2;
}

.presentBlock__text {
    text-align: center;
}

.presentBlock__text p {
    margin: 0;
}

.presentBlock__button [class^="buttonType"] {
    display: block;
    max-width: 310px;
    margin-right: auto;
    margin-left: auto;
}

.mailform--typeA {
    border-top: 0;
}

.mailform__heading {
    box-sizing: border-box;
}

.mailform-description {
    border: 1px solid #768489;
    color: #768489;
    text-align: center;
    padding: 30px 30px 20px;
}

.mailform-description__text {
    font-weight: bold;
    margin: 0 0 10px;
}

.mailform-description__subtext {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
}

.mailform__input--typeA .mwform-radio-field:not(:last-child) {
    margin-bottom: 20px;
}

.mailform__caution {
    font-size: 14px;
    font-size: 1.4rem;
    color: #ed4245;
    margin: 0;
    padding-left: 1em;
    text-indent: -1em;
}

.mailform__subButton a {
    text-decoration: none;
    display: inline-block;
    position: relative;
    border: 1px solid #888;
    background-color: #888;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 40px;
    margin-bottom: 15px;
    padding: 3px 45px 3px 20px;
    transition: .2s;
}

.mailform__subButton a:after {
    content: "";
    position: absolute;
    margin: auto;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.mailform__subButton a:hover {
    background-color: #fff;
    color: #888;
}

.mailform__subButton a:hover:after {
    border-top: 1px solid #888;
    border-right: 1px solid #888;
}

.mailform__badge {
    display: inline-block;
    font-style: normal;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    background-color: #ed4245;
}

.mailform__badge.typeAny {
    background-color: #888;
}

.subtext {
    margin-right: 10px;
}

.placeholder {
    display: inline;
    color: #888;
    font-size: 14px;
    font-size: 1.4rem;
}

.inputText {
    display: inline-block;
    border: 1px solid #bac1c4;
    margin-right: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.inputText input {
    border: 0;
    box-shadow: none;
    width: 100%;
    padding: 10px;
    line-height: 1;
    box-sizing: border-box;
}

.textarea {
    border: 1px solid #bac1c4;
    background-color: #fff;
}

.textarea textarea {
    display: block;
    width: 100%;
    border: 0;
    box-shadow: none;
    padding: 10px;
    box-sizing: border-box;
}

.mwform-checkbox-field {
    display: inline-block;
    position: relative;
    line-height: 15px;
    margin-right: 30px;
    margin-bottom: 10px;
    cursor: pointer;
}

.mwform-checkbox-field input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    position: relative;
    outline: 0;
    line-height: 1;
    vertical-align: top;
}

.mwform-checkbox-field input:checked:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 1px;
    background-image: url(/common/images/icon_check.png);
    background-repeat: no-repeat;
    background-size: 15px;
}

.mwform-checkbox-field input:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #bac1c4;
    box-sizing: border-box;
    vertical-align: top;
    margin-top: 1px;
}

.mwform-checkbox-field label {
    display: inline-block;
}

.inline__block input {
    opacity: 0;
    position: absolute;
}

.inline__block input:checked+span:after {
    display: block;
}

.inline__block span {
    position: relative;
    display: inline-block;
    padding-left: 22px;
}

.inline__block span:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #bac1c4;
    position: absolute;
    top: 8px;
    left: 0;
    box-sizing: border-box;
}

.inline__block span:after {
    display: none;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 8px;
    background-image: url(/common/images/icon_check.png);
    background-repeat: no-repeat;
    background-size: 15px;
}

.checkboxWrap .checkbox label {
    font-weight: 300;
    background-color: #f1f2f3;
    padding: 15px 20px 11px 15px;
}

.checkboxWrap .checkbox label:before {
    left: 15px;
}

.checkboxWrap .checkbox label:after {
    top: 15px;
    left: 15px;
}

.inline__type .mwform-checkbox-field:first-child {
    display: block;
}

.inline__type .mwform-checkbox-field:first-child label {
    display: inline-block;
    font-weight: 300;
    background-color: #f1f2f3;
    padding: 15px 20px 11px 15px;
}

.inline__type .mwform-checkbox-field:after {
    content: "";
    display: block;
}

.mwform-radio-field {
    display: inline-block;
    position: relative;
    line-height: 15px;
    margin-right: 30px;
    margin-bottom: 10px;
    cursor: pointer;
}

.mwform-radio-field input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    outline: 0;
    line-height: 1;
}

.mwform-radio-field input:checked:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    position: absolute;
    left: 4px;
    top: 6px;
    background-color: #888;
}

.mwform-radio-field input:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #bac1c4;
    box-sizing: border-box;
    vertical-align: top;
    margin-top: 2px;
}

.mwform-radio-field label {
    display: inline-block;
    position: relative;
}

.mailform__frame {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
    border: 1px solid #bac1c4;
    box-sizing: border-box;
}

.mailform__frame h2 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
}

.mailform__frame h3 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px dotted #bac1c4;
    margin-top: 0;
    margin-bottom: 15px;
}

.mailform__frame p {
    font-size: 14px;
    font-size: 1.4rem;
}

.mailform__frame hr {
    margin: 40px 0;
    border: 0;
}

.mailform__break {
    text-align: center;
}

.mailform__break .checkbox {
    margin-right: 0;
}

.mailform__button {
    text-align: center;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important;
}

.mwform-checkbox-field label,
.mwform-radio-field label {
    font-weight: 200 !important;
}

.mw_wp_form .error {
    line-height: 1;
    padding-top: 3px;
}

.errorMessage+.inputText {
    margin-top: 10px;
}

.mw_wp_form_confirm .inputText,
.mw_wp_form_confirm .textarea {
    border: 0;
}

.mw_wp_form_confirm .placeholder,
.mw_wp_form_confirm .mailform__subButton,
.mw_wp_form_confirm .mailform__item.typePrivacy {
    display: none;
}

.mw_wp_form_confirm .confirm-hide {
    display: none;
}

.mw_wp_form_confirm .mailform-visitdate {
    border-top: 0;
}

.mw_wp_form_input .confirm-show {
    display: none;
}

.contact-info {
    margin: -29px 144px 35px;
    padding: 24px;
    border: 1px solid #d6273a;
    color: #d6273a;
    font-size: 14px;
    font-size: 1.4rem;
}

.contact-info__heading {
    margin: 0 0 17px;
    text-align: center;
    font-weight: bold;
}

.contact-info__text {
    margin: 0;
    line-height: 1.7;
}

.contact-info a {
    color: #d6273a;
}

.contact-info.mt0 {
    margin-top: 0;
}

.mailform-visitdate {
    margin-top: 20px;
    border-top: 1px dotted #333;
}

.mailform-visitdate input {
    width: 130px;
}

.mailform-visitdate__heading {
    margin-bottom: 30px;
}

.mailform-visitdate__text {
    margin: 0;
    padding-left: 1em;
    text-indent: -1em;
}

.mailform-visitdate__text:first-child {
    margin-top: 30px;
}

.mailform-visitdate__confirm {
    margin-bottom: 0;
}

.mailform-visitdate__confirm+p {
    margin-top: 0;
}

.imgListType1 {
    overflow: hidden;
}

.imgListType1__list {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.imgListType1__list li {
    display: inline-block;
    overflow: hidden;
}

.imgListType2 {
    overflow: hidden;
}

.imgListType2__list {
    text-align: center;
    font-size: 0;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: -20px;
}

.imgListType2__list li {
    display: inline-block;
    width: 180px;
    margin: 0 10px 20px;
}

.imgBlockType1__text p {
    margin-top: 0;
    margin-bottom: 0;
}

.linkList__list {
    margin: 0;
    padding: 0;
}

.linkList__list li {
    position: relative;
    line-height: 1.4;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.linkList__list li:before {
    content: "";
    position: absolute;
    margin: auto;
    vertical-align: middle;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    border-top: 1px solid #768489;
    border-right: 1px solid #768489;
    transform: rotate(45deg);
}

.linkList__list a {
    text-decoration: none;
    transition: .2s;
}

.linkList__list a:hover {
    opacity: .6;
}

.bannerList {
    overflow: hidden;
}

.bannerList__item {
    box-sizing: border-box;
}

.bannerList__inner {
    margin: 0;
    padding: 0;
    border: 1px solid #919799;
    box-sizing: border-box;
}

.bannerList__inner dt {
    background: #919799;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
}

.bannerList__inner dd {
    margin: 0;
    padding: 12px 5px;
}

.bannerList__inner dd p {
    margin: 6px;
    text-align: center;
    line-height: 1.5;
}

.bannerList__inner img {
    display: block;
    max-width: 280px;
    margin: 0 auto;
}

.pageControl {
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    position: relative;
}

.pageControl__item,
.wp-pagenavi>a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #768489;
    position: relative;
    transition: .2s;
    box-sizing: border-box;
}

.pageControl__item:before,
.wp-pagenavi>a:before {
    content: "";
    position: absolute;
    margin: auto;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    border-top: 1px solid #768489;
    border-right: 1px solid #768489;
}

.pageControl__item:hover,
.wp-pagenavi>a:hover {
    background-color: #768489;
    color: #fff;
}

.pageControl__item:hover:before,
.wp-pagenavi>a:hover:before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.pageControl__item.prev,
.pageControl__item.previouspostslink,
.wp-pagenavi>a.prev,
.wp-pagenavi>a.previouspostslink {
    padding-left: 20px;
}

.pageControl__item.prev:before,
.pageControl__item.previouspostslink:before,
.wp-pagenavi>a.prev:before,
.wp-pagenavi>a.previouspostslink:before {
    left: 15px;
    transform: rotate(-135deg);
}

.pageControl__item.next,
.pageControl__item.nextpostslink,
.wp-pagenavi>a.next,
.wp-pagenavi>a.nextpostslink {
    padding-right: 20px;
}

.pageControl__item.next:before,
.pageControl__item.nextpostslink:before,
.wp-pagenavi>a.next:before,
.wp-pagenavi>a.nextpostslink:before {
    right: 15px;
    transform: rotate(45deg);
}

.pageControl__item.back,
.wp-pagenavi>a.back {
    padding-right: 20px;
}

.pageControl__item.back:before,
.wp-pagenavi>a.back:before {
    right: 15px;
    transform: rotate(45deg);
}

.partner-sidenav {
    position: fixed;
    right: 0;
    top: calc(50% - 141px);
    z-index: 10;
}

.partner-sidenav__item {
    text-align: center;
    position: relative;
}

.partner-sidenav__item:first-child {
    margin-bottom: 20px;
}

.partner-sidenav__item--estimate .partner-sidenav__link {
    background: #ed4245;
}

.partner-sidenav__item--entry .partner-sidenav__link {
    background: #768489;
}

.partner-sidenav__link {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    transition: all .5s;
}

.partner-sidenav__link:hover {
    opacity: .6;
}

.partner-sidenav__logo {
    position: absolute;
    top: 20px;
    right: 0;
    margin: 0;
}

.partner-sidenav__inner {
    padding: 24px 15px 20px 10px;
}

.partner-sidenav__text {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.4rem;
    margin: 0;
}

.partner-sidenav__text:after {
    display: block;
    margin-top: 15px;
}

.partner-sidenav__text--estimate:after {
    content: url(/common/images/icon_calculator_white.png);
}

.partner-sidenav__text--entry:after {
    content: url(/common/images/icon_partner_white.png);
}

.partner-description {
    background: #f1f2f4;
    padding: 60px 50px 40px;
    margin-bottom: 90px;
}

.partner-description__heading {
    color: #768489;
    font-size: 20px;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    margin: 0;
    font-weight: 500;
}

.partner-description__heading:after {
    content: "";
    width: 60px;
    height: 1px;
    display: block;
    margin: 30px auto;
    background: #768489;
}

.partner-description__text {
    margin-bottom: 30px;
}

.partner-description-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}

.partner-description-list__date {
    color: #fff;
    background: #768489;
    display: block;
    padding: 3px 20px;
    text-align: center;
    margin-bottom: 10px;
}

.partner-description-list__info {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
}

.partner-description-list__info dt {
    min-width: 3em;
}

.partner-description-list__info dd {
    margin: 0;
    white-space: nowrap;
}

.partner-description-list .buttonGroup1 {
    margin-top: 20px;
}

.partner-description-list .buttonType1 {
    min-width: 170px;
}

.partner-description-list .buttonType1:after {
    right: 15px;
}

.partner-caution {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 50px;
}

.partner-caution__inner {
    width: 680px;
    margin: 0 auto;
}

.partner-caution__notice {
    color: #ed4245;
    border: 1px solid #ed4245;
    margin: 0 0 10px;
    padding: 3px 10px;
    text-align: center;
    font-weight: 500;
}

.partner__notice {
    font-size: 14px;
    font-size: 1.4rem;
}

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

    /* ---------------------------
 * Tablet
 * --------------------------- */
    .tb-hide {
        display: none;
    }

    body.apology-form {
        width: 90%;
    }

    .header {
        padding-right: 30px;
        padding-left: 30px;
    }

    .header__logo {
        padding-top: 30px;
    }

    .header__menu {
        display: none;
    }

    .menuButton {
        float: right;
        margin-top: 30px;
        font-size: 10px;
        font-size: 1rem;
        text-align: center;
        line-height: 1;
    }

    .menuButton__link {
        display: block;
        text-decoration: none;
        color: #fff;
        height: 52px;
        width: 52px;
        padding-top: 9px;
        border: 1px solid #fff;
        box-sizing: border-box;
    }

    .menuButton__link:after {
        content: "Menu";
    }

    body.is-open .menuButton__link:after {
        content: "Close";
    }

    .menuButton__button {
        display: inline-block;
        position: relative;
        width: 52px;
        height: 20px;
        margin: 0 0 4px;
    }

    .menuButton__icon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 26px;
        height: 1px;
        margin: -2px 0 0 -13px;
        background: #fff;
        transition: .2s;
    }

    .menuButton__icon:before,
    .menuButton__icon:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 26px;
        height: 1px;
        background: #fff;
        transition: .3s;
    }

    .menuButton__icon:before {
        margin-top: -8px;
    }

    .menuButton__icon:after {
        margin-top: 6px;
    }

    .menuButton__icon.close {
        background: transparent !important;
    }

    .menuButton__icon.close:before,
    .menuButton__icon.close:after {
        margin-top: 0;
    }

    .menuButton__icon.close:before {
        transform: rotate(-45deg);
    }

    .menuButton__icon.close:after {
        transform: rotate(-135deg);
    }

    body.is-open .spNav {
        transform: translateY(0);
        position: fixed;
    }

    .spNav {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        font-weight: 500;
        font-size: 15px;
        font-size: 1.5rem;
        z-index: 10;
        transform: translateX(100%);
        transition: .2s;
    }

    .spNav__inner {
        background-color: rgba(255, 255, 255, 0.95);
        width: 270px;
        height: 100%;
        padding-top: 102px;
        position: absolute;
        top: 0;
        right: 0;
        overflow: auto;
        box-sizing: border-box;
    }

    .spNav__List {
        clear: both;
        list-style: none;
        margin: 0;
        padding: 0;
        border-top: 1px solid #768489;
    }

    .spNav__List li {
        border-bottom: 1px solid #768489;
    }

    .spNav__List a {
        display: block;
        text-decoration: none;
        position: relative;
        line-height: 48px;
        padding: 0 0 0 20px;
    }

    .spNav__List a:after {
        content: "";
        position: absolute;
        margin: auto;
        vertical-align: middle;
        top: 0;
        bottom: 0;
        right: 30px;
        width: 8px;
        height: 8px;
        border-top: 1px solid #768489;
        border-right: 1px solid #768489;
        transform: rotate(45deg);
    }

    .spNav__banners {
        padding: 18px 30px 0 18px;
    }

    .spNav__banner {
        display: block;
        border: 1px solid #768489;
        color: #333;
        text-decoration: none;
        line-height: 42px;
        margin-bottom: 8px;
        text-align: center;
        box-sizing: border-box;
    }

    .spNav__logo {
        font-size: 0;
        text-align: center;
        padding: 20px 0 30px;
    }

    .spNav__logo img {
        width: 122px;
    }

    .visual.typeTOP .visual__title {
        margin-top: 270px;
    }

    .visual.typeTOP .visual__button {
        bottom: 107px;
    }

    .visual__title {
        margin: 210px auto 0;
        font-size: 38px;
        font-size: 3.8rem;
    }

    .visual__titleText {
        display: block;
        margin-bottom: 15px;
    }

    .visual__titleEqual {
        display: inline-block;
        vertical-align: top;
        line-height: 34px;
        font-weight: 500;
    }

    .visual__logo {
        display: inline-block;
        vertical-align: top;
    }

    .visual__button {
        bottom: 25px;
        left: 50%;
        right: auto;
        margin-left: -60px;
    }

    .visual__button a {
        padding-top: 50px;
        width: 120px;
        height: 120px;
        line-height: 1.4;
        font-size: 12px;
        font-size: 1.2rem;
    }

    .visual__button a:before {
        top: 15px;
    }

    .visual__scroll {
        width: 60px;
        height: 60px;
        left: 50%;
        bottom: 30px;
        margin-left: -30px;
    }

    .breadcrumb {
        display: none;
    }

    .subNav {
        margin: 0 30px 0 0;
    }

    .subNav__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -1px;
    }

    .subNav__list li {
        width: 33.3333333%;
        display: -ms-flexbox;
        display: flex;
        line-height: 1.28;
        font-size: 14px;
        font-size: 1.4rem;
        border-right: 1px solid #bac1c4;
        border-bottom: 1px solid #bac1c4;
        box-sizing: border-box;
    }

    .subNav__list a {
        width: 100%;
        height: 100%;
        padding: 13px 5px;
        min-height: 60px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        box-sizing: border-box;
    }

    .subNav__text {
        display: inline-block;
        width: 100%;
    }

    .categoryNav {
        margin-top: 35px;
        margin-bottom: 75px;
        margin-right: 30px;
        margin-left: 30px;
    }

    .categoryNav.typeBottom {
        margin-bottom: 125px;
    }

    .categoryNav__list {
        padding: 15px 20px;
    }

    body.is-open {
        overflow: hidden;
    }

    .content__main {
        margin-top: 80px;
    }

    .content__main.type2column {
        margin-bottom: 0;
    }

    .content__column {
        margin-top: -45px;
    }

    .content__side {
        padding: 35px 30px 45px;
    }

    .section {
        padding-right: 30px;
        padding-left: 30px;
    }

    .sectionType1 {
        margin-bottom: 40px;
    }

    .sectionType2 {
        margin-bottom: 60px;
    }

    .sectionType3 {
        margin-bottom: 120px;
    }

    .sectionType4 {
        margin-bottom: 75px;
    }

    .sectionType5 {
        margin-bottom: 80px;
    }

    .sectionAnchor {
        margin-top: -92px;
        padding-top: 92px;
    }

    .imgLarge {
        margin-bottom: 20px;
    }

    .maintenanceImg {
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .contentBottom__inner {
        margin: 40px auto 120px;
    }

    .footer__inner {
        padding: 40px 40px 50px;
    }

    .footer__logo {
        margin-bottom: 25px;
    }

    .footer__link {
        float: right;
        margin-bottom: 65px;
    }

    .footer__copyright {
        margin-bottom: 5px;
    }

    .headingType1.typeMarginM {
        margin-bottom: 55px;
    }

    .headingType1.typeMarginL {
        margin-bottom: 70px;
    }

    .headingType2 {
        padding: 17px 0;
        font-size: 24px;
        font-size: 2.4rem;
    }

    .headingType2__logo img {
        height: 24px;
    }

    .headingType2__unit {
        padding: 0 8px;
    }

    .headingType2__equal {
        padding: 0 10px 0 10px;
    }

    .headingType4.typeTBSmall {
        font-size: 20px;
        font-size: 2rem;
    }

    .buttonGroup2.col3 [class^="button"] {
        width: 100%;
        margin-top: 20px;
    }

    .buttonGroup2.col3 [class^="button"]:nth-child(1) {
        margin-top: 0;
    }

    .buttonType1 {
        padding: 14px 30px 14px 30px;
    }

    .buttonType5 {
        padding: 22px 90px 0 40px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .buttonType5 span:before {
        margin-top: -14px;
    }

    .buttonType6 {
        padding: 14px 30px 14px 30px;
    }

    .mailform__button .buttonType6 {
        padding: 0;
    }

    .multiBlockType1 {
        margin-bottom: 45px;
    }

    .multiBlockType1.typeTBdestroy {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .multiBlockType1.typeTBdestroy .multiBlockType1__text {
        width: 100%;
    }

    .multiBlockType1.typeTBdestroy .multiBlockType1__text p {
        margin-bottom: 15px;
    }

    .multiBlockType1.typeTBdestroy .multiBlockType1__img {
        width: 100%;
        padding-left: 0;
    }

    .multiBlockType1.typeTBdestroy .multiBlockType1__img img {
        margin: 0 auto;
    }

    .multiBlockType1__img {
        width: 330px;
        padding-left: 15px;
    }

    .multiBlockType2.typeTBFix .multiBlockType2__img,
    .multiBlockType2.typeTBFix .multiBlockType2__text {
        width: 200px;
        margin-right: auto;
        margin-left: auto;
    }

    .multiBlockType2__item {
        margin-top: 30px;
    }

    .multiBlockType2__item:nth-child(odd) {
        padding-right: 10px;
    }

    .multiBlockType2__item:nth-child(even) {
        padding-left: 10px;
    }

    .multiBlockType2__img {
        text-align: center;
        margin-bottom: 15px;
    }

    .multiBlockType2__img a.lightbox:before {
        right: -35px;
        bottom: -35px;
    }

    .multiBlockType2__img a.lightbox:after {
        bottom: 8px;
        right: 6px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .multiBlockType2__heading {
        text-align: center;
    }

    .multiBlockType3 {
        margin-bottom: 60px;
    }

    .multiBlockType3__item {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
        padding: 20px 60px 30px;
    }

    .itemSlider__inner {
        height: 320px;
    }

    .itemSlider__control.prev {
        left: -102px;
    }

    .itemSlider__control.next {
        right: -102px;
    }

    .itemSlider__img {
        width: 320px;
    }

    .itemSlider__text {
        padding-top: 100px;
        padding-left: 20px;
        padding-right: 50px;
    }

    .menuList__list {
        margin-right: -10px;
        margin-left: -10px;
    }

    .menuList__list li {
        width: 25%;
        margin: 70px 0 0 0;
    }

    .menuList__list li:nth-child(1),
    .menuList__list li:nth-child(2),
    .menuList__list li:nth-child(3),
    .menuList__list li:nth-child(4) {
        margin-top: 0;
    }

    .planImg1 {
        overflow: hidden;
        margin-top: 20px;
        margin-bottom: 60px;
    }

    .planImg1__item {
        width: 50%;
        float: left;
    }

    .planImg1__item:nth-child(odd) {
        padding-right: 20px;
    }

    .planImg1__item:nth-child(even) {
        padding-left: 20px;
    }

    .planImg1__item.typePC {
        display: none;
    }

    .planMenu {
        margin: 30px 50px 60px;
    }

    .planMenu__list {
        width: auto;
    }

    .planMenu__list li {
        width: calc(33% - 6px);
    }

    .planMenu__list a {
        height: 126px;
        padding: 25px 5px 0;
    }

    .planMenu__list a:before {
        width: 45px;
        height: 45px;
        bottom: -22.5px;
        margin-left: -22.5px;
    }

    .planMenu__list a:after {
        bottom: 6px;
        width: 9px;
        height: 9px;
    }

    .planMenu__list .ja {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .planMenu__list .en {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .planMenu__list .typeLine3 a {
        padding: 11px 5px 0;
    }

    .planMenu__list .typeLine3 .ja {
        margin-bottom: 5px;
    }

    .construction-area__section{
        margin-bottom: 70px;
    }
    .construction-area__section:first-child{
        margin-top: 100px;
    }
    .construction-area__section:last-child{
        margin-bottom: 100px;
    }

    .construction__block {
        padding: 20px 0;
        margin-bottom: 50px;
    }
    .construction__item:first-child{
        margin-right: 40px;
    }
    /* .construction__item.typeA{
        margin-top: 5px;
    } */

    .planHead {
        margin-bottom: 50px;
    }

    .planHead__img {
        width: 330px;
    }

    .planHead__mainImg {
        margin: 0 auto 15px;
    }

    .planHead__logoImg {
        margin: 0 auto;
    }

    .planHead__description {
        padding-right: 25px;
    }

    .planList {
        margin-bottom: 60px;
    }

    .planList__heading {
        padding: 12px 10px;
        margin-bottom: 35px;
        text-align: center;
    }

    .planList__heading.typeTB {
        display: block;
    }

    .planList__heading.typePC {
        display: none;
    }

    .planList__body {
        max-width: 483px;
        margin-right: auto;
        margin-left: auto;
    }

    .planList__mainImg {
        margin-bottom: 20px;
    }

    .planList__img {
        width: 452px;
        margin-right: auto;
        margin-left: auto;
    }

    .planList__price {
        text-align: center;
    }

    .planList__notes {
        text-align: center;
        margin-bottom: 30px;
    }

    .typeList .typeList__list .typeList__item {
        width: 166px;
        margin: 0 6px;
        padding: 11px 5px 0;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .typeList .typeList__list .typeList__item span:nth-child(2) {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .typeList .typeList__list .typeList__item span:last-child {
        margin-top: 11px;
        margin-right: -5px;
        margin-left: -5px;
    }

    .typeList .typeList__list .typeList__item span:last-child:before {
        left: 20px;
    }

    .worksList {
        margin-bottom: 50px;
    }

    .worksList__list {
        max-width: 632px;
        margin-right: auto;
        margin-left: auto;
    }

    .worksList__item {
        width: 290px;
        margin-top: 52px;
    }

    .worksList__item:nth-child(odd) {
        margin-right: 52px;
    }

    .worksList__item:nth-child(1),
    .worksList__item:nth-child(2) {
        margin-top: 0;
    }

    .worksList__inner:before {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 63px;
        width: 63px;
    }

    .worksBanner {
        max-width: 635px;
        margin-right: auto;
        margin-left: auto;
    }

    .worksBanner__item {
        width: 290px;
        float: left;
    }

    .worksBanner__item:first-child {
        margin-right: 55px;
    }

    .worksBanner__img.typePC {
        display: none;
    }

    .worksBanner__text {
        left: 0;
        right: 0;
        bottom: 0;
        height: 137px;
    }

    .worksBanner__heading {
        margin-top: 28px;
        margin-bottom: 20px;
    }

    .worksBody__imgs {
        max-width: 680px;
        margin-bottom: 45px;
    }

    .worksBody__img {
        margin-top: 35px;
    }

    .worksBottom {
        max-width: 680px;
    }

    .worksBottom .buttonType3 {
        display: block;
    }

    .areaList__list {
        max-width: 680px;
        margin-right: auto;
        margin-left: auto;
    }

    .areaList__item {
        width: 330px;
    }

    .areaList__item:nth-child(odd) {
        margin-right: 20px;
    }

    .eventListHead {
        padding-bottom: 25px;
    }

    .eventDetailBody__imgs {
        max-width: 680px;
    }

    .eventDetailBottom {
        margin-top: 40px;
        max-width: 680px;
        padding-bottom: 30px;
    }

    .eventDetailBottom.typePC {
        display: none;
    }

    .sideAreaList {
        font-size: 0;
        margin-bottom: 20px;
    }

    .sideAreaList dt {
        margin-bottom: 35px;
    }

    .sideAreaList dd {
        width: 20%;
        display: inline-block;
        margin-bottom: 35px;
    }

    .presentBlock {
        max-width: 490px;
        margin-right: auto;
        margin-left: auto;
    }

    .presentBlock__text {
        padding-bottom: 50px;
    }

    .mw_wp_form {
        padding-top: 108px;
        margin-top: -108px;
    }

    .mailform {
        margin-right: auto;
        margin-left: auto;
    }

    .mailform__heading {
        padding-bottom: 7px;
        border-bottom: 1px dotted #333;
        margin-bottom: 20px;
    }

    .mailform__input,
    .mailform__text {
        margin-bottom: 25px;
    }

    .mailform__break {
        padding-bottom: 30px;
        border-bottom: 1px dotted #333;
    }

    .imgListType1 {
        margin-top: 30px;
    }

    .imgListType1__list {
        margin-right: -33px;
        margin-bottom: -30px;
    }

    .imgListType1__list li {
        width: 145px;
        height: 145px;
        margin: 0 33px 30px 0;
    }

    .imgListType2 {
        margin-bottom: 60px;
    }

    .imgBlockType1__img {
        max-width: 45%;
    }

    .linkList {
        max-width: 480px;
        margin-right: auto;
        margin-left: auto;
    }

    .linkList__list li {
        width: 50%;
    }

    .linkList__list li:nth-child(odd) {
        padding-right: 10px;
    }

    .bannerList {
        margin-bottom: -20px;
    }

    .bannerList__item {
        width: 50%;
        margin-bottom: 10px;
    }

    .bannerList__item:nth-child(odd) {
        text-align: right;
        padding-right: 13px;
    }

    .bannerList__item:nth-child(even) {
        text-align: left;
        padding-left: 13px;
    }

    .pageControl {
        max-width: 680px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .pageControl.typePC {
        display: none;
    }

    .partner-description-list {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .partner-description-list__item {
        width: 100%;
    }

    .partner-description-list__item:not(:last-child) {
        margin: 0 0 10px;
    }

    .partner-caution {
        padding: 50px 0;
    }

    .partner-caution__inner {
        width: auto;
    }
}

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

    /* ---------------------------
 * Mobile
 * --------------------------- */
    body {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .sp-hide {
        display: none !important;
    }

    .sp-show {
        display: inline-block !important;
    }

    .textM {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .textSPS {
        display: inline-block;
        line-height: 1.5;
        font-size: 12px;
        font-size: 1.2rem;
    }

    .header {
        padding-right: 20px;
        padding-left: 20px;
    }

    .header .announce-area__txt a {
        padding: 0;
    }

    .header .announce-area__txt a span:first-child {
        display: block;
        margin: 0;
    }

    .header .announce-area__txt a span:first-child+span {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .header .announce-area__txt a span:first-child+span:after {
        width: 8px;
        height: 8px;
    }

    .header__logo {
        padding-top: 20px;
    }

    .header__logo a {
        width: 160px;
        height: 17px;
        background-size: 160px auto;
    }

    .header__text {
        opacity: 0;
        text-indent: -9999px;
    }

    .menuButton {
        margin-top: 20px;
    }

    .spNav {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .spNav__inner {
        width: 240px;
        padding-top: 90px;
    }

    .spNav__List a:after {
        right: 20px;
    }

    .spNav__banners {
        padding: 18px 19px 0 19px;
    }

    .visual {
        height: 350px;
    }

    .visual.typeTOP {
        height: 460px;
    }

    .visual.typeTOP .visual__title {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        margin-top: -80px;
    }

    .visual.typeTOP .visual__button {
        bottom: 147px;
    }

    .visual__img {
        height: 350px;
    }

    .visual__title {
        margin: 155px auto 0;
        font-size: 18px;
        font-size: 1.8rem;
    }

    .visual__titleText {
        margin-bottom: 8px;
    }

    .visual__titleUnit {
        margin: 0 7px;
    }

    .visual__titleEqual {
        line-height: 16px;
        padding-right: 5px;
    }

    .visual__logo img {
        width: 147px;
    }

    .visual__button {
        bottom: 20px;
        left: 50%;
        right: auto;
        margin-left: -100px;
    }

    .visual__button br {
        display: none;
    }

    .visual__button a {
        padding-top: 0;
        padding-left: 20px;
        width: 200px;
        height: 48px;
        line-height: 48px;
    }

    .visual__button a:before {
        left: 15px;
        top: 17px;
        width: 10px;
        height: 16px;
        background-size: 10px;
    }

    .visual__button.typePC {
        display: none;
    }

    .visual__scroll {
        bottom: 70px;
    }

    .breadcrumb {
        display: none;
    }

    .subNav {
        margin: 0;
    }

    .categoryNav {
        margin: 0 0 35px 0;
        border-left: 0;
        border-right: 0;
    }

    .categoryNav.typeBottom {
        margin-bottom: 100px;
    }

    .categoryNav__list {
        padding: 0;
        margin-bottom: -1px;
        font-size: 14px;
        font-size: 1.4rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .categoryNav__list li {
        width: 50%;
        border-bottom: 1px solid #d6dbd0;
    }

    .categoryNav__list li:nth-child(odd) {
        border-right: 1px solid #d6dbd0;
    }

    .categoryNav__list a {
        padding: 12px 0;
        display: block;
        transition: .2s;
    }

    .categoryNav__list a:hover {
        background-color: rgba(255, 255, 255, 0.6);
    }

    .content__main {
        margin-top: 35px;
    }

    .content__column {
        margin-top: -10px;
    }

    .content__side {
        padding: 30px 20px 55px;
    }

    .section {
        padding-right: 20px;
        padding-left: 20px;
    }

    .sectionType1 {
        margin-bottom: 40px;
    }

    .sectionType2 {
        margin-bottom: 40px;
    }

    .sectionType4 {
        margin-bottom: 40px;
    }

    .sectionType5 {
        margin-bottom: 40px;
    }

    a.lightboxImg:before {
        right: -45px;
        bottom: -45px;
    }

    a.lightboxImg:after {
        bottom: 4px;
        right: 4px;
        font-size: 10px;
        font-size: 1rem;
    }

    .imgLarge {
        margin-bottom: 10px;
    }

    .maintenanceImg {
        margin-top: 25px;
        margin-bottom: 40px;
    }

    .contentBottom__inner {
        margin: 25px auto 100px;
    }

    .footer {
        border-top: 0;
    }

    .footer__inner {
        padding: 20px 20px 100px;
    }

    .footer__link {
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }

    .footer__button {
        margin-left: 0;
        margin-right: 10px;
    }

    .footer__text {
        font-size: 13px;
        font-size: 1.3rem;
        margin-bottom: 35px;
        line-height: 1.4;
    }

    .footer__logo {
        text-align: center;
        margin-bottom: 15px;
    }

    .footer__logo img {
        width: 280px;
    }

    .footer__copyright {
        font-size: 10px;
        font-size: 1rem;
        letter-spacing: .5px;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer__copyright span {
        font-weight: 200;
    }

    .footer__area dt {
        margin: 0 0 8px;
        text-align: center;
    }

    .footer__area dd {
        margin: 0;
    }

    .top-back {
        position: static;
        width: 100%;
        height: 45px;
        background: #768489;
    }

    .top-back img {
        max-height: 100%;
        margin: 0 auto;
    }

    .top-back.stop {
        position: static;
    }

    .comingBanner{
        padding: 20px;
        margin-bottom: 40px;
    }
    .comingBanner p::before{
        width: 17px;
        height: 17px;
    }

    .headingType1 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.3;
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 14px;
    }

    .headingType1.is-new:after {
        display: block;
        margin-top: 10px;
        margin-right: auto;
        margin-left: auto;
    }

    .headingType1.typeMarginM {
        margin-bottom: 35px;
    }

    .headingType1.typeMarginL {
        margin-bottom: 35px;
    }

    .headingType1 i {
        padding-top: 0;
        padding-right: 5px;
    }

    .headingType1 img {
        height: 27px;
    }

    .headingType2 {
        padding: 8px 0;
        line-height: 1;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .headingType2__text {
        display: block;
        margin-bottom: 8px;
    }

    .headingType2__equal {
        display: inline-block;
        vertical-align: top;
        line-height: 14px;
    }

    .headingType2__logo {
        display: inline-block;
        vertical-align: top;
    }

    .headingType2__logo img {
        display: block;
        height: 14px;
    }

    .headingType3 {
        font-size: 20px;
        font-size: 2rem;
        padding: 12px 10px;
        margin-bottom: 25px;
        text-align: center;
    }

    .headingType3.typeSPS {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.75;
        padding: 4px 5px;
        margin-bottom: 15px;
    }

    .headingType4 {
        font-size: 18px;
        font-size: 1.8rem;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .headingType4.typeTBSmall {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .headingType5 {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 0 0 10px 17px;
        margin-bottom: 15px;
    }

    .headingType5:before {
        top: 7px;
    }

    .headingType6 {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    .headingType6:before {
        margin-top: 2px;
        margin-right: 8px;
    }

    .buttonGroup2.col3 [class^="button"] {
        margin-top: 10px;
    }

    .buttonType1 {
        padding: 14px 25px 14px 10px;
    }

    .buttonType1:after {
        right: 10px;
    }

    .buttonType2 {
        font-size: 16px;
        font-size: 1.6rem;
        display: block;
        line-height: 1.37;
        padding: 13px 35px 13px 25px;
    }

    .buttonType2:after {
        width: 15px;
        height: 15px;
        right: 10px;
    }

    .buttonType3 {
        padding: 13px 10px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .buttonType3 span {
        padding-left: 25px;
    }

    .buttonType3 span:before {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        background-size: auto 20px;
    }

    .buttonType4 {
        display: block;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 45px;
        padding-right: 45px;
        max-width: 280px;
        margin-right: auto;
        margin-left: auto;
    }

    .buttonType4:before {
        width: 45px;
        height: 45px;
    }

    .buttonType4:after {
        width: 8px;
        height: 8px;
        right: 18px;
    }

    .buttonType5 {
        height: 45px;
        padding: 13px 55px 0 10px;
    }

    .buttonType5 span {
        padding-left: 28px;
    }

    .buttonType5 span:before {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        background-size: auto 20px;
    }

    .buttonType5:before {
        width: 45px;
        height: 45px;
    }

    .buttonType5:after {
        width: 8px;
        height: 8px;
        right: 18px;
    }

    .buttonType6 input,
    .apology-form .buttonType6 a {
        width: 100%;
        font-size: 14px;
        font-size: 1.4rem;
        padding: 14px 25px 14px 10px;
    }

    .buttonType6 input:after,
    .apology-form .buttonType6 a:after {
        right: 10px;
    }

    .apology-form .buttonType6 a {
        display: inline-block;
        color: #fff;
        text-decoration: none;
    }

    .buttonType7 input {
        width: 100%;
        font-size: 14px;
        font-size: 1.4rem;
        padding: 14px 25px 14px 10px;
    }

    .buttonType7 input:after {
        right: 10px;
    }

    .multiBlockType1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .multiBlockType1__text p {
        margin-bottom: 15px;
    }

    .multiBlockType1__img {
        width: 100%;
        padding-left: 0;
    }

    .multiBlockType2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .multiBlockType2__item {
        margin-top: 35px;
    }

    .multiBlockType2__item:nth-child(1) {
        margin-top: 0;
    }

    .multiBlockType2__item:nth-child(odd) {
        padding-right: 0;
    }

    .multiBlockType2__item:nth-child(even) {
        padding-left: 0;
    }

    .multiBlockType2__heading {
        margin-bottom: 10px;
    }

    .multiBlockType3 {
        margin-bottom: 40px;
    }

    .multiBlockType3__item {
        border-width: 12px;
        padding: 20px 0;
    }

    .multiBlockType3__heading {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 15px;
    }

    .multiBlockType3__img {
        margin-bottom: 10px;
        margin-right: 34px;
        margin-left: 34px;
        text-align: center;
    }

    .multiBlockType3__description {
        margin-right: 34px;
        margin-left: 34px;
    }

    .itemSlider {
        margin: 15px 0 0;
    }

    .itemSlider__inner {
        height: 160px;
    }

    .itemSlider__main {
        width: 960px;
        margin-left: -480px;
    }

    .itemSlider__control {
        margin-top: -37px;
    }

    .itemSlider__control a {
        width: 74px;
        height: 74px;
    }

    .itemSlider__control a:after {
        width: 16px;
        height: 16px;
    }

    .itemSlider__control.prev {
        left: -57px;
    }

    .itemSlider__control.prev a:after {
        right: 7px;
    }

    .itemSlider__control.next {
        right: -57px;
    }

    .itemSlider__control.next a:after {
        left: 7px;
    }

    .itemSlider__img {
        width: 160px;
    }

    .itemSlider__text {
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 50px;
    }

    .itemSlider__category {
        font-size: 7px;
        font-size: 0.7rem;
        line-height: 14px;
        min-width: 42px;
        margin-bottom: 10px;
    }

    .itemSlider__name {
        font-size: 10px;
        font-size: 1rem;
        margin-bottom: 3px;
        line-height: 1.5;
    }

    .itemSlider__description {
        font-size: 8px;
        font-size: 0.8rem;
    }

    .menuList {
        margin-bottom: 30px;
    }

    .menuList__list {
        margin-right: 0;
        margin-left: 0;
    }

    .menuList__list li {
        width: 100%;
        font-size: 14px;
        font-size: 1.4rem;
        text-align: left;
        border: 1px solid #768489;
        line-height: 44px;
        margin: 7px 0 0;
    }

    .menuList__list li:nth-child(2),
    .menuList__list li:nth-child(3),
    .menuList__list li:nth-child(4) {
        margin-top: 7px;
    }

    .menuList__list br {
        display: none;
    }

    .menuList__list a {
        overflow: hidden;
        padding: 0 15px 0 10px;
        position: relative;
    }

    .menuList__list a:after {
        content: "";
        position: absolute;
        margin: auto;
        vertical-align: middle;
        top: 0;
        bottom: 0;
        right: 10px;
        width: 9px;
        height: 9px;
        border-top: 1px solid #768489;
        border-right: 1px solid #768489;
        transform: rotate(45deg);
    }

    .menuList__list i {
        float: left;
        width: 30px;
        margin-right: 15px;
        margin-bottom: 0;
    }

    .menuList__list img {
        display: block;
        margin-top: 8px;
        width: auto;
        height: auto;
    }

    .planImg1 {
        margin: 20px 17px 35px;
    }

    .planImg1__item {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
        float: none;
        text-align: center;
    }

    .planImg1__item:nth-child(odd) {
        padding-right: 0;
        margin-bottom: 25px;
    }

    .planImg1__item:nth-child(even) {
        padding-left: 0;
    }

    .planImg2 {
        margin: 20px 17px 35px;
    }

    .planImg2__item {
        max-width: 350px;
        margin: 0 auto;
    }

    .planImg2__item.typePC {
        display: none;
    }

    .planMenu {
        margin: 25px 0 40px;
    }

    .planMenu__list li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .planMenu__list .ja {
        display: none;
    }

    .planMenu__list .en {
        font-weight: 300;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .planMenu__list a {
        padding: 0 10px;
        height: auto;
        line-height: 44px;
    }

    .planMenu__list a:before {
        border-radius: 0;
        width: 45px;
        height: 45px;
        right: 0;
        bottom: auto;
        top: 0;
        left: auto;
    }

    .planMenu__list a:after {
        bottom: auto;
        top: 16px;
        right: 16px;
        left: auto;
    }

    .planMenu__list .typeLine3 a {
        padding-top: 0;
    }

    .construction-area__section{
        margin-bottom: 40px;
    }
    .construction-area__section:first-child{
        margin-top: 90px;
    }
    .construction-area__section:last-child{
        margin-bottom: 70px;
    }
    .construction-area__Title{
        margin: 0;
        font-size: 2.2rem;
        font-weight: 500;
    }
    .construction-area__subTitle{
        margin: 0;
        font-size: 2.6rem;
        font-weight: 500;
        color: #333333;
        border-bottom: 1px solid #BAC1C4;
    }
    .construction-area__text{
        text-indent: -1em;
        padding-left: 1em;
    }

    .construction__block {
        border-top: 1px solid #BAC1C4;
        border-bottom: 1px solid #BAC1C4;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 0;
        margin-bottom: 30px;
    }
    .construction__item p{
        margin: 0;
        font-size: 12px;
        font-size: 1.2rem;
    }
    .construction__item p.typeA{
        margin-bottom: 5px;
    }
    .construction__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
    }
    .construction__item:first-child{
        margin-right: 20px;
    }
    .construction__item{
        margin-right: auto;
    }
    .construction__item.typeA{
        margin-top: 10px;
        margin-right: 0;
    }
    .construction__badge{
        background-color: #F1F2F3;
        padding: 0 3px;
        font-size: 12px;
        font-size: 1.2rem;
        margin-right: 1em;
    }
    .construction__badge:last-child{
        margin-right: 0;
    }
    .construction__link{
        display: block;
        background: #F1F2F3;
        text-decoration: none;
        padding: 0 8px;
        padding-right: 34px;
        position: relative;
    }
    .construction__link:before{
        content: "";
        background: #768489;
        position: absolute;
        width: 26px;
        right: 0;
        top: 0;
        height: 100%;
        display: inline-block;
    }
    .construction__link:after{
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 0.5%;
        width: 6px;
        height: 6px;
        margin: 0 10px;
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        transform: translateY(-50%) rotate(45deg);
    }

    .planHead {
        margin-bottom: 30px;
    }

    .planHead__img {
        width: auto;
        margin-bottom: 20px;
    }

    .planHead__mainImg {
        width: 180px;
        margin-bottom: 10px;
    }

    .planHead__logoImg {
        width: 170px;
    }

    .planHead__description {
        padding-right: 0;
    }

    .planList {
        margin-bottom: 30px;
    }

    .planList__heading {
        text-align: left;
        padding: 10px 10px;
        margin-bottom: 25px;
        border-left: 5px solid #556469;
        font-size: 18px;
        font-size: 1.8rem;
    }

    .planList__heading span {
        font-size: 14px;
        font-size: 1.4rem;
        margin: 3px 0 0 5px;
    }

    .planList__mainImg {
        margin-bottom: 20px;
    }

    .planList__img {
        text-align: left;
        width: 280px;
    }

    .planList__img li {
        width: 86px;
        margin: 10px 5px 0;
    }

    .planList__price {
        text-align: left;
        font-weight: 500;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .planList__price span {
        padding: 0 5px 0 0;
        font-size: 32px;
        font-size: 3.2rem;
    }

    .planList__notes {
        text-align: left;
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 15px;
    }

    .typeList .typeList__list {
        margin: 0;
    }

    .typeList .typeList__list .typeList__item {
        width: 100%;
        margin: 0 0 10px;
        padding: 15px 0;
        font-size: 16px;
        font-size: 1.6rem;
        position: relative;
    }

    .typeList .typeList__list .typeList__item:before,
    .typeList .typeList__list .typeList__item:after {
        content: "";
        position: absolute;
    }

    .typeList .typeList__list .typeList__item:before {
        width: 45px;
        height: 100%;
        top: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.2);
    }

    .typeList .typeList__list .typeList__item:after {
        right: 17px;
        top: 50%;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(135deg);
    }

    .typeList .typeList__list .typeList__item span {
        display: block;
        line-height: 1.42;
    }

    .typeList .typeList__list .typeList__item span:first-child,
    .typeList .typeList__list .typeList__item span:last-child {
        display: none;
    }

    .typeList .typeList__list .typeList__item span:nth-child(2) {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .typeList .typeList__list .typeList__item a {
        color: #fff;
        text-decoration: none;
        display: block;
    }

    .typeList .typeList__list .typeList__item:hover {
        opacity: 0.7;
    }

    .worksList {
        margin-bottom: 30px;
    }

    .worksList__list {
        max-width: 280px;
    }

    .worksList__item {
        width: 280px;
        margin-top: 22px;
    }

    .worksList__item:nth-child(2) {
        margin-top: 22px;
    }

    .worksList__inner:before {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 60px;
        width: 60px;
    }

    .worksList__text {
        padding-top: 13px;
        padding-bottom: 12px;
    }

    .worksList__text p {
        line-height: 1.78;
    }

    .worksBanner {
        max-width: 280px;
    }

    .worksBanner__item {
        width: 280px;
        float: none;
    }

    .worksBanner__item:first-child {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .worksBanner__text {
        height: 132px;
    }

    .worksHead {
        padding-top: 20px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .worksHead__button {
        margin-bottom: 15px;
    }

    .worksBody__imgs {
        margin-bottom: 25px;
    }

    .worksBody__img {
        margin-top: 15px;
    }

    .worksBody__description {
        margin-bottom: 20px;
    }

    .worksBottom .buttonType3 {
        display: block;
    }

    .areaList__list {
        max-width: 280px;
    }

    .areaList__item {
        width: 280px;
        margin-top: 30px;
    }

    .areaList__item:first-child {
        margin-top: 0;
    }

    .areaList__item:nth-child(odd) {
        margin-right: 0;
    }

    .areaList__heading {
        margin-bottom: 25px;
    }

    .areaList__img {
        width: 205px;
        margin-bottom: 20px;
    }

    .areaList__img img {
        width: auto;
        height: 192px;
    }

    .areaList__name {
        margin-bottom: 5px;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .areaList__button {
        margin-bottom: 12px;
    }

    .areaList__button .buttonType5 {
        padding-right: 45px;
    }

    .eventListHead {
        padding-bottom: 25px;
    }

    .eventListHead__img {
        padding-right: 10px;
    }

    .eventListHead__img img {
        width: auto;
        height: 83px;
    }

    .eventListHead__title {
        font-size: 20px;
        font-size: 2rem;
        line-height: 83px;
    }

    .eventList__item {
        padding-top: 18px;
        padding-bottom: 20px;
    }

    .eventList__item.is-new:before {
        display: block;
        width: 40px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .eventList__text {
        margin-bottom: 10px;
    }

    .eventList__link {
        text-align: center;
    }

    .eventList__img:first-child {
        margin-right: 5px;
    }

    .eventList__img:last-child {
        margin-left: 5px;
    }

    .eventDetailHead {
        padding-top: 18px;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }

    .eventDetailHead__link {
        text-align: center;
    }

    .eventDetailHead__img:first-child {
        margin-right: 5px;
    }

    .eventDetailHead__img:last-child {
        margin-left: 5px;
    }

    .eventDetailHead__text {
        text-align: center;
        margin-bottom: 15px;
    }

    .eventDetailBody__description {
        margin-bottom: 20px;
    }

    .eventDetailBottom {
        margin-top: 30px;
        padding-bottom: 20px;
    }

    .eventDetailBottom .single__btnsimulation {
        margin-bottom: 20px;
    }

    .sideAreaList dt {
        font-size: 16px;
        font-size: 1.6rem;
        padding-left: 28px;
        margin-bottom: 25px;
        line-height: 20px;
    }

    .sideAreaList dt:before {
        width: 20px;
        height: 20px;
        background-size: 20px;
        top: 0;
    }

    .sideAreaList dd {
        width: 50%;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .presentBlock__text {
        padding-top: 30px;
        padding-bottom: 15px;
    }

    .presentBlock__text .headingType1 {
        margin-bottom: 10px;
    }

    .presentBlock__text p {
        margin-bottom: 20px;
    }

    .presentBlock__button {
        padding-right: 15px;
        padding-left: 15px;
    }

    .mw_wp_form {
        padding-top: 92px;
        margin-top: -92px;
    }

    .apology-form .mailform__button {
        margin-top: 5%;
    }

    .mailform__subButton a {
        padding: 3px 35px 3px 15px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .mailform__heading {
        padding-left: 40px;
    }

    .mailform-description {
        margin-left: -40px;
    }

    .mailform__badge {
        font-size: 10px;
        font-size: 1rem;
        width: 30px;
        line-height: 17px;
        margin-left: -40px;
    }

    .inputText.sizeS {
        width: 140px;
    }

    .inputText.sizeM {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .inputText.sizeL {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .textarea textarea {
        height: 170px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .mailform__break {
        margin-bottom: 20px;
    }

    .mailform__frame {
        height: 290px;
        padding: 20px;
        margin-bottom: 30px;
    }

    .mailform__button [class^="buttonType"] {
        display: block;
        width: 100%;
    }

    .mw_wp_form_input .mailform__button .buttonType7 {
        display: none;
    }

    .mailform__button .buttonType7 {
        margin-bottom: 20px;
    }

    .mwform-checkbox-field input:before {
        margin-top: 0;
    }

    .mwform-checkbox-field input:checked:after {
        top: 0;
    }

    .mwform-radio-field input:before {
        margin-top: 0;
    }

    .mwform-radio-field input:checked:after {
        top: 4px;
    }

    .contact-info {
        margin-right: 0;
        margin-left: 0;
    }

    .imgListType1 {
        margin-top: 30px;
    }

    .imgListType1__list {
        margin-right: -20px;
        margin-bottom: -15px;
    }

    .imgListType1__list li {
        width: 130px;
        height: 130px;
        margin: 0 20px 15px 0;
    }

    .imgListType2 {
        margin-bottom: 30px;
    }

    .imgListType2__list {
        margin-bottom: -10px;
    }

    .imgListType2__list li {
        margin-bottom: 10px;
    }

    .imgBlockType1__img {
        max-width: none;
    }

    .imgBlockType1__text {
        margin-top: 15px;
    }

    .linkList__list li {
        width: 100%;
        font-size: 14px;
        font-size: 1.4rem;
        padding-left: 15px;
    }

    .linkList__list li:before {
        top: 6px;
    }

    .bannerList {
        max-width: 390px;
        margin-right: auto;
        margin-left: auto;
    }

    .bannerList__item {
        width: auto;
        margin-bottom: 20px;
        text-align: center;
    }

    .bannerList__item:nth-child(odd) {
        text-align: start;
        padding-right: 0;
    }

    .bannerList__item:nth-child(even) {
        text-align: start;
        padding-left: 0;
    }

    .bannerList__item img {
        max-width: 100%;
    }

    .pageControl {
        height: 50px;
        max-width: none;
        margin-bottom: 0;
        border-top: 1px solid #768489;
        border-bottom: 1px solid #768489;
    }

    .pageControl__item,
    .wp-pagenavi>a {
        line-height: 1.28;
        padding-top: 8px;
        height: 50px;
    }

    .pageControl__item:before,
    .wp-pagenavi>a:before {
        width: 5px;
        height: 5px;
    }

    .pageControl__item.prev,
    .pageControl__item.previouspostslink,
    .wp-pagenavi>a.prev,
    .wp-pagenavi>a.previouspostslink {
        width: 25%;
        padding-top: 15px;
        padding-left: 10px;
        float: left;
    }

    .pageControl__item.next,
    .pageControl__item.nextpostslink,
    .wp-pagenavi>a.next,
    .wp-pagenavi>a.nextpostslink {
        width: 25%;
        padding-top: 15px;
        padding-right: 10px;
        float: right;
    }

    .pageControl__item.back,
    .wp-pagenavi>a.back {
        width: 50%;
        border-left: 1px solid #768489;
        border-right: 1px solid #768489;
        position: absolute;
        top: 0;
        left: 25%;
    }

    .partner-sidenav {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .partner-sidenav__item {
        width: 48%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }

    .partner-sidenav__item:first-child {
        margin-bottom: 0;
    }

    .partner-sidenav__link {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
        height: 100%;
    }

    .partner-sidenav__logo {
        display: none;
    }

    .partner-sidenav__inner {
        padding: 10px 30px;
        width: 100%;
        box-sizing: border-box;
    }

    .partner-sidenav__text {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
    }

    .partner-sidenav__text:after {
        margin-top: 0;
    }

    .partner-description-list {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .partner-description-list__item {
        width: 100%;
    }

    .partner-description-list__item:not(:last-child) {
        margin: 0 0 10px;
    }
}

@media screen and (min-width: 740px) {

    /* ---------------------------
 * PC & Tablet
 * --------------------------- */
    .textM {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .header__logo {
        margin-bottom: 5px;
    }

    .header__logo a {
        width: 224px;
        height: 25px;
        background-size: 224px auto;
    }

    .visual {
        height: 500px;
    }

    .visual.typeTOP {
        height: 850px;
    }

    .visual__titleUnit {
        margin: 0 15px;
    }

    .visual__logo {
        padding-left: 15px;
    }

    .visual__logo img {
        width: 315px;
    }

    .visual__button a {
        border-radius: 100%;
    }

    .visual__button a:before {
        width: 20px;
        height: 29px;
        background-size: 20px auto;
        left: 50%;
        margin-left: -10px;
    }

    .visual__button.typeSP {
        display: none;
    }

    .categoryNav__list {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .categoryNav__list li {
        display: inline-block;
        line-height: 1;
    }

    .categoryNav__list li:after {
        content: "|";
        margin: 0 20px 0 25px;
    }

    .categoryNav__list li:last-child:after {
        display: none;
    }

    a.lightboxImg:before {
        right: -40px;
        bottom: -40px;
    }

    a.lightboxImg:after {
        bottom: 7px;
        right: 5px;
        font-size: 12px;
        font-size: 1.2rem;
    }

    .footer__logo img {
        width: 300px;
    }

    .footer__area {
        display: table;
    }

    .footer__area dt {
        display: table-cell;
        padding-right: 13px;
        border-right: 2px solid #768489;
    }

    .footer__area dd {
        display: table-cell;
        padding-left: 13px;
    }

    .comingBanner{
        padding: 10px 20px;
        margin-bottom: 40px;
    }
    .comingBanner p::before{
        width: 20px;
        height: 20px;
    }

    .headingType1 {
        font-size: 26px;
        font-size: 2.6rem;
        margin-top: 0;
        margin-bottom: 30px;
        line-height: 1.46;
    }

    .headingType1 i {
        padding-right: 10px;
        padding-top: 5px;
    }

    .headingType1 img {
        height: 31px;
    }

    .headingType1.is-new:after {
        margin-top: 3px;
        margin-left: 15px;
    }

    .headingType2 {
        margin: 20px 0 25px;
    }

    .headingType2__text {
        line-height: 28px;
    }

    .headingType2__logo {
        display: inline-block;
        line-height: 1;
    }

    .headingType2__logo img {
        width: auto;
    }

    .headingType3 {
        font-size: 30px;
        font-size: 3rem;
        padding: 16px 20px;
        margin-bottom: 35px;
    }

    .headingType4 {
        font-size: 22px;
        font-size: 2.2rem;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .headingType5 {
        font-size: 24px;
        font-size: 2.4rem;
        padding: 0 0 10px 20px;
        margin-bottom: 15px;
    }

    .headingType5:before {
        top: 10px;
    }

    .headingType6 {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .headingType6:before {
        margin-top: 6px;
        margin-right: 7px;
    }

    .buttonType1 {
        min-width: 400px;
    }

    .buttonType2 {
        font-size: 20px;
        font-size: 2rem;
        padding: 23px 65px 23px 55px;
    }

    .buttonType3 {
        padding: 19px 10px;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .buttonType3 span {
        padding-left: 35px;
    }

    .buttonType3 span:before {
        width: 28px;
        height: 28px;
        margin-top: -14px;
        background-size: auto 28px;
    }

    .buttonType3.sizeL {
        padding: 22px 10px;
        font-size: 18px;
        font-size: 1.8rem;
    }

    .buttonType4 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 50px;
        padding-right: 20px;
        width: 500px;
    }

    .buttonType4:before {
        width: 50px;
        height: 50px;
    }

    .buttonType5 {
        height: 60px;
    }

    .buttonType5 span {
        padding-left: 35px;
    }

    .buttonType5 span:before {
        width: 28px;
        height: 28px;
        background-size: 28px;
    }

    .buttonType5:before {
        width: 60px;
        height: 60px;
    }

    .buttonType5:after {
        right: 25px;
    }

    .buttonType6 {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .buttonType7 {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .multiBlockType1 {
        display: -ms-flexbox;
        display: flex;
    }

    .multiBlockType1.typeReverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .multiBlockType1.typeReverse .multiBlockType1__img {
        padding-left: 0;
        padding-right: 20px;
    }

    .multiBlockType2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 60px;
    }

    .multiBlockType2.typeTBFix {
        margin-top: 40px;
    }

    .multiBlockType2__item {
        width: 50%;
        box-sizing: border-box;
    }

    .multiBlockType2__item:nth-child(1),
    .multiBlockType2__item:nth-child(2) {
        margin-top: 0;
    }

    .multiBlockType2__heading {
        margin-bottom: 13px;
    }

    .multiBlockType3__item {
        width: 480px;
        border-width: 20px;
    }

    .multiBlockType3__heading {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 20px;
        margin-right: -20px;
    }

    .multiBlockType3__img {
        margin-bottom: 15px;
    }

    .itemSlider {
        margin: 55px 0 0;
    }

    .itemSlider__main {
        width: 1800px;
        margin-left: -900px;
    }

    .itemSlider__control {
        margin-top: -72px;
    }

    .itemSlider__control a {
        width: 144px;
        height: 144px;
    }

    .itemSlider__control a:after {
        width: 32px;
        height: 32px;
    }

    .itemSlider__control.prev {
        left: -72px;
    }

    .itemSlider__control.prev a:after {
        right: 20px;
    }

    .itemSlider__control.next {
        right: -72px;
    }

    .itemSlider__control.next a:after {
        left: 20px;
    }

    .itemSlider__itemInner {
        width: 600px;
    }

    .itemSlider__category {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        min-width: 84px;
        margin: 0 0 20px;
    }

    .itemSlider__name {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.5;
    }

    .menuList {
        margin-bottom: 70px;
    }

    .planImg2 {
        width: 680px;
        margin: 30px auto 40px;
    }

    .planImg2__item.typeSP {
        display: none;
    }

    .planMenu__list {
        font-size: 0;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
    }

    .planMenu__list:not(:last-child) {
        margin-bottom: 12px;
    }

    .planMenu__list li:first-child {
        margin-left: 0;
    }

    .planMenu__list li:last-child {
        margin-right: 0;
    }

    .planMenu__list span {
        display: block;
        text-align: center;
    }

    .planMenu__list .ja {
        line-height: 1.42;
    }

    .planMenu__list .en {
        line-height: 1;
    }

    .construction-area__Title{
        margin: 0;
        font-size: 2.2rem;
        font-weight: 500;
    }
    .construction-area__subTitle{
        margin: 0;
        font-size: 2.6rem;
        font-weight: 500;
        color: #333333;
        border-bottom: 1px solid #BAC1C4;
    }
    .construction-area__text{
        text-indent: -1em;
        padding-left: 1em;
    }

    .construction__block {
        border-top: 1px solid #BAC1C4;
        border-bottom: 1px solid #BAC1C4;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
    }
    .construction__item p{
        margin: 0;
    }
    .construction__list {
        display: -ms-flexbox;
        display: flex;
        margin: 0;
    }
    .construction__item{
        margin-right: auto;
    }
    .construction__item.typeA{
        margin-right: 0;
    }
    .construction__badge{
        background-color: #F1F2F3;
        margin-right: 1em;
        padding: 0 6px;
    }
    .construction__badge:last-child{
        margin-right: 0;
    }
    .construction__link{
        display: block;
        background: #F1F2F3;
        text-decoration: none;
        padding: 0 8px;
        padding-right: 36px;
        position: relative;
        transition: 0.5s;
    }
    .construction__link:hover{
        opacity: 0.6;
    }
    .construction__link:before{
        content: "";
        background: #768489;
        position: absolute;
        width: 30px;
        right: 0;
        top: 0;
        height: 100%;
        display: inline-block;
    }
    .construction__link:after{
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 1%;
        width: 8px;
        height: 8px;
        margin: 0 10px;
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        transform: translateY(-50%) rotate(45deg);
    }

    .planHead {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .planHead__img {
        font-weight: 1px;
    }

    .planHead__mainImg {
        min-width: 190px;
        text-align: right;
    }

    .planHead__mainImg img {
        width: 100%;
    }

    .planHead__logoImg {
        width: 208px;
    }

    .planHead__description {
        -ms-flex: 1;
        flex: 1;
    }

    .planList__heading {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .planList__heading span {
        font-size: 16px;
        font-size: 1.6rem;
        margin: 4px 0 0 5px;
    }

    .planList__img li {
        width: 140px;
        margin: 16px 8px 0;
    }

    .planList__price {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .planList__price span {
        padding: 0 5px 0 0;
        font-size: 40px;
        font-size: 4rem;
    }

    .planList__notes {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .worksList__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .worksList__img {
        width: 100%;
    }

    .worksList__text {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .worksList__text p {
        line-height: 1.81;
    }

    .worksHead {
        padding-top: 25px;
        padding-bottom: 22px;
        margin-bottom: 30px;
    }

    .worksHead__button {
        margin-right: 20px;
    }

    .worksHead__data {
        display: inline-block;
        line-height: 40px;
    }

    .worksBody__description {
        margin-bottom: 30px;
    }

    .areaList__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .areaList__item {
        margin-top: 65px;
        padding-bottom: 75px;
    }

    .areaList__item:nth-child(1),
    .areaList__item:nth-child(2) {
        margin-top: 0;
    }

    .areaList__heading {
        margin-bottom: 40px;
    }

    .areaList__name {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .areaList__img {
        width: 240px;
        margin-bottom: 20px;
    }

    .areaList__img img {
        width: auto;
        height: 224px;
    }

    .areaList__data {
        line-height: 1.62;
    }

    .areaList__bottom {
        width: 100%;
    }

    .areaList__button {
        margin-bottom: 15px;
    }

    .areaList__button .buttonType5 {
        padding-right: 60px;
    }

    .eventListHead__img {
        margin-right: 20px;
    }

    .eventListHead__img img {
        width: auto;
        height: 125px;
    }

    .eventListHead__title {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 125px;
    }

    .eventList__item {
        display: -ms-flexbox;
        display: flex;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .eventList__item.is-new {
        padding-left: 60px;
    }

    .eventList__item.is-new:before {
        display: block;
        width: 40px;
        line-height: 40px;
        position: absolute;
        left: 0;
    }

    .eventList__text {
        -ms-flex: 1;
        flex: 1;
    }

    .eventList__link {
        text-align: right;
        width: 210px;
    }

    .eventList__img {
        margin-left: 10px;
    }

    .eventList__img:first-child {
        margin-left: 0;
    }

    .eventDetailHead {
        display: -ms-flexbox;
        display: flex;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    .eventDetailHead__text {
        -ms-flex: 1;
        flex: 1;
        padding-top: 8px;
    }

    .eventDetailHead__link {
        width: 150px;
        text-align: right;
    }

    .eventDetailHead__img {
        margin-left: 10px;
    }

    .eventDetailHead__img:first-child {
        margin-left: 0;
    }

    .eventDetailBody__description {
        margin-bottom: 30px;
    }

    .eventDetailBody__img {
        margin-top: 35px;
    }

    .eventDetailBody__img:first-child {
        margin-top: 0;
    }

    .sideAreaList dt {
        font-size: 18px;
        font-size: 1.8rem;
        padding-left: 30px;
        line-height: 22px;
    }

    .sideAreaList dt:before {
        width: 22px;
        height: 22px;
        background-size: 22px;
        top: 0;
    }

    .sideAreaList dd {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .presentBlock__text {
        padding-top: 45px;
    }

    .presentBlock__text .headingType1 {
        margin-bottom: 10px;
    }

    .presentBlock__text p {
        margin-bottom: 25px;
    }

    .presentBlock__img {
        width: 490px;
    }

    .mailform__heading {
        padding-left: 44px;
    }

    .mailform-description {
        margin-left: -44px;
    }

    .mailform__badge {
        font-size: 12px;
        font-size: 1.2rem;
        width: 34px;
        line-height: 19px;
        margin-left: -44px;
    }

    .inputText.sizeS {
        width: 140px;
    }

    .inputText.sizeM {
        width: 300px;
    }

    .inputText.sizeL {
        width: 100%;
        margin-right: 0;
    }

    .textarea textarea {
        height: 120px;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .mailform__frame {
        max-width: 980px;
        padding: 25px 35px;
        margin-bottom: 25px;
        height: 215px;
    }

    .mailform__button {
        padding-top: 40px;
    }

    .mailform__button [class^="buttonType"] {
        width: 350px;
    }

    .mailform__button input,
    .apology-form .mailform__button a {
        background: none;
        border: 0;
        width: 100%;
        padding: 19px 50px 19px 40px;
    }

    .apology-form .mailform__button a {
        box-sizing: border-box;
        display: inline-block;
        color: #fff;
        text-decoration: none;
        padding-left: 20px;
    }

    .apology-form .mailform__button a:hover {
        color: #ed4245;
    }

    .mw_wp_form_input .mailform__button .buttonType7 {
        display: none;
    }

    .imgBlockType1 {
        overflow: hidden;
    }

    .imgBlockType1.imgLeLeft .imgBlockType1__img {
        float: left;
        margin-right: 15px;
    }

    .imgBlockType1.imgLeRight .imgBlockType1__img {
        float: right;
        margin-left: 15px;
    }

    .linkList {
        margin-top: 40px;
    }

    .linkList__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .linkList__list li {
        font-size: 16px;
        font-size: 1.6rem;
        padding-left: 15px;
    }

    .bannerList__item {
        display: inline-block;
    }

    .bannerList__inner {
        width: 310px;
        display: inline-block;
    }

    .pageControl {
        height: 50px;
    }

    .pageControl__item,
    .wp-pagenavi>a {
        border: 1px solid #768489;
        line-height: 48px;
    }

    .pageControl__item:before,
    .wp-pagenavi>a:before {
        width: 8px;
        height: 8px;
    }

    .pageControl__item.prev,
    .pageControl__item.previouspostslink,
    .wp-pagenavi>a.prev,
    .wp-pagenavi>a.previouspostslink {
        width: 94px;
        float: left;
    }

    .pageControl__item.next,
    .pageControl__item.nextpostslink,
    .wp-pagenavi>a.next,
    .wp-pagenavi>a.nextpostslink {
        width: 94px;
        float: right;
    }

    .pageControl__item.back,
    .wp-pagenavi>a.back {
        width: 332px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -166px;
    }
}

@media screen and (min-width: 1025px) {

    /* ---------------------------
 * PC
 * --------------------------- */
    .pc-hide {
        display: none !important;
    }

    .header {
        padding-right: 40px;
        padding-left: 40px;
    }

    body.is-fixed .header:before {
        height: auto;
        bottom: 20px;
    }

    .header__logo {
        padding-top: 40px;
    }

    .menuButton {
        display: none;
    }

    .header__menu {
        float: right;
        padding-top: 25px;
        position: relative;
    }

    .header__menu a.header__partnerlink {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 10px;
        font-size: 1rem;
        display: block;
        width: 186px;
        text-align: center;
        padding: 0 0;
        color: #758489;
        background: #fff;
        text-decoration: none;
    }

    .header__menuList li {
        float: left;
        margin-left: 20px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .header__menuList li:last-child a {
        border: 1px solid #fff;
        padding: 0 15px;
        transition: .2s;
    }

    .header__menuList li:last-child a:after {
        opacity: 0;
    }

    .header__menuList li:last-child a:hover {
        background-color: #fff;
        color: #768489;
    }

    .header__menuList a {
        line-height: 40px;
    }

    .spNav {
        display: none;
    }

    .visual.typeTOP .visual__title {
        margin-top: 390px;
    }

    .visual__title {
        display: table;
        margin: 240px auto 0;
        font-size: 38px;
        font-size: 3.8rem;
    }

    .visual__titleText,
    .visual__titleEqual,
    .visual__logo {
        display: table-cell;
        vertical-align: middle;
    }

    .visual__button {
        top: 110px;
        right: 40px;
    }

    .visual__button a {
        padding-top: 50px;
        width: 152px;
        height: 152px;
        line-height: 1.5;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .visual__button a:before {
        top: 15px;
    }

    .visual__scroll {
        width: 80px;
        height: 80px;
        left: 50%;
        bottom: 30px;
        margin-left: -40px;
    }

    .breadcrumb {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 15px 40px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        z-index: 1;
    }

    .breadcrumb__list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .breadcrumb__item {
        display: inline-block;
        font-size: 14px;
        font-size: 1.4rem;
        color: #fff;
        position: relative;
        padding-right: 15px;
        margin-right: 5px;
        line-height: 1;
    }

    .breadcrumb__item:after {
        content: "";
        position: absolute;
        margin: auto;
        vertical-align: middle;
        top: 0;
        bottom: 0;
        right: 0;
        width: 7px;
        height: 7px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
    }

    .breadcrumb__item:last-child:after {
        display: none;
    }

    .breadcrumb__item a {
        position: relative;
        color: #fff;
        text-decoration: none;
    }

    .breadcrumb__item a:before {
        display: none;
        content: "";
        background-image: url(/common/images/icon_home_white.png);
        background-repeat: no-repeat;
        background-size: 12px;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 4px;
        left: 0;
    }

    .breadcrumb__item:first-child a {
        padding-left: 20px;
    }

    .breadcrumb__item:first-child a:before {
        display: block;
    }

    .subNav__list {
        display: table;
        margin: 0 auto;
    }

    .subNav__list li {
        display: table-cell;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1;
        white-space: nowrap;
    }

    .subNav__list a {
        padding: 35px 35px 40px;
    }

    .subNav__list a:after {
        content: "";
        position: absolute;
        margin: auto;
        vertical-align: middle;
        left: 0;
        bottom: 25px;
        right: 0;
        width: 7px;
        height: 7px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        transform: rotate(135deg);
        transition: .2s;
    }

    .subNav__list a:hover:after {
        bottom: 21px;
    }

    .categoryNav {
        width: 980px;
        margin-top: 45px;
        margin-bottom: 75px;
    }

    .categoryNav.typeBottom {
        margin-bottom: 90px;
    }

    .categoryNav__list {
        padding: 9px 20px;
    }

    .content__main {
        margin-top: 80px;
    }
    .content__main.typeA {
        margin-top: 130px;
    }

    body.top .content__main {
        margin-top: 100px;
    }

    .content__inner {
        width: 980px;
        margin: 0 auto;
    }

    .content__column {
        margin-top: -10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .content__rightBody {
        width: 740px;
    }

    .content__side {
        width: 200px;
        padding: 20px;
    }

    .sectionType1 {
        margin-bottom: 70px;
    }

    .sectionType2 {
        margin-bottom: 90px;
    }

    .sectionType3 {
        margin-bottom: 120px;
    }

    .sectionType4 {
        margin-bottom: 75px;
    }

    .sectionType5 {
        margin-bottom: 120px;
    }

    .sectionAnchor {
        margin-top: -118px;
        padding-top: 118px;
    }

    .imgLarge {
        margin-bottom: 40px;
    }

    .contentBottom__inner {
        width: 980px;
        margin: 40px auto 80px;
    }

    .maintenanceImg {
        margin-top: 40px;
        margin-bottom: 70px;
    }

    .footer__inner {
        padding: 45px 40px 50px;
    }

    .footer__link {
        position: absolute;
        top: 50px;
        right: 40px;
    }

    .footer__logo {
        margin-bottom: 20px;
    }

    .footer__copyright {
        margin-bottom: 20px;
    }

    .headingType1.typeMarginM {
        margin-bottom: 65px;
    }

    .headingType1.typeMarginL {
        margin-bottom: 90px;
    }

    .headingType2 {
        padding: 13px 0;
        font-size: 30px;
        font-size: 3rem;
    }

    .headingType2__logo img {
        height: 28px;
    }

    .headingType2__unit {
        padding: 0 15px;
    }

    .headingType2__equal {
        padding: 0 20px 0 15px;
    }

    .buttonGroup2 {
        margin-right: -13px;
        margin-left: -12px;
    }

    .buttonGroup2.col3 [class^="button"] {
        display: inline-block;
        width: 310px;
        margin-right: 13px;
        margin-left: 12px;
    }

    .buttonType1 {
        padding: 13px 30px 13px 30px;
    }

    .buttonType5 {
        padding: 20px 90px 0 40px;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .buttonType5 span:before {
        margin-top: -14px;
    }

    .buttonType6 {
        padding: 13px 50px 13px 40px;
    }

    .mailform__button .buttonType6 {
        padding: 0;
    }

    .multiBlockType1 {
        margin-bottom: 65px;
    }

    .multiBlockType1__img {
        /* width: 480px; */
        width: 340px;
        padding-left: 20px;
    }

    .multiBlockType2__item {
        margin-top: 25px;
        overflow: hidden;
    }

    .multiBlockType2__item:nth-child(odd) {
        padding-right: 20px;
    }

    .multiBlockType2__item:nth-child(even) {
        padding-left: 20px;
    }

    .multiBlockType2__img {
        width: 150px;
        float: left;
        margin-right: 20px;
        margin-bottom: 1.6em;
    }

    .multiBlockType2__img img {
        width: 150px;
    }

    .multiBlockType2__text {
        overflow: hidden;
    }

    .multiBlockType3 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .multiBlockType3__item {
        padding: 20px 60px 30px;
    }

    .itemSlider__inner {
        height: 360px;
    }

    .itemSlider__img {
        width: 360px;
    }

    .itemSlider__text {
        padding-top: 130px;
        padding-left: 12px;
        padding-right: 50px;
    }

    .menuList__list li {
        width: 180px;
        margin-top: 100px;
        margin: 100px 10px 0;
    }

    .menuList__list li:nth-child(1),
    .menuList__list li:nth-child(2),
    .menuList__list li:nth-child(3),
    .menuList__list li:nth-child(4),
    .menuList__list li:nth-child(5) {
        margin-top: 0;
    }

    .menuList__list li:nth-child(1) {
        margin-left: 0;
    }

    .menuList__list li:nth-child(5n) {
        margin-right: 0;
    }

    .menuList__list li:nth-child(6n) {
        clear: left;
        margin-left: 0;
    }

    .planImg1 {
        width: 932px;
        margin: 30px auto 60px;
    }

    .planImg1__item.typeTB {
        display: none;
    }

    .planMenu {
        margin: 40px 0;
    }

    .planMenu__list {
        width: 880px;
    }

    .planMenu__list:not(:last-child) {
        margin-bottom: 20px;
    }

    .planMenu__list li {
        width: calc(33% - 10px);
    }

    .planMenu__list a {
        height: 180px;
        padding: 40px 5px 0;
    }

    .planMenu__list a:before {
        width: 65px;
        height: 65px;
        bottom: -32.5px;
        margin-left: -32.5px;
    }

    .planMenu__list a:after {
        bottom: 9px;
        width: 12px;
        height: 12px;
    }

    .planMenu__list .ja {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    .planMenu__list .en {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .construction-area__section{
        margin-bottom: 70px;
    }
    .construction-area__section:first-child{
        margin-top: 100px;
    }
    .construction-area__section:last-child{
        margin-bottom: 100px;
    }

    .construction__block {
        padding: 20px 0;
        margin-bottom: 60px;
    }
    .construction__item:first-child{
        margin-right: 40px;
    }

    .planHead {
        margin-bottom: 60px;
    }

    .planHead__img {
        width: 452px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .planHead__mainImg {
        padding-right: 20px;
    }

    .planHead__description {
        padding-right: 45px;
    }

    .planList {
        margin-bottom: 70px;
    }

    .planList__heading {
        padding: 7px 10px;
        margin-bottom: 10px;
    }

    .planList__heading.typeTB {
        display: none;
    }

    .section__plan {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .planList__notes {
        margin-bottom: 35px;
    }

    .worksList {
        margin-bottom: 75px;
    }

    .worksList__item {
        width: 230px;
        margin: 20px 20px 0 0;
    }

    .worksList__item:nth-child(1),
    .worksList__item:nth-child(2),
    .worksList__item:nth-child(3),
    .worksList__item:nth-child(4) {
        margin-top: 0;
    }

    .worksList__item:nth-child(4n) {
        margin-right: 0;
    }

    .worksList__inner:before {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 50px;
        width: 50px;
    }

    .worksBanner__item {
        width: 450px;
        float: left;
    }

    .worksBanner__item:first-child {
        margin-right: 30px;
        margin-left: 25px;
    }

    .worksBanner__img.typeTB {
        display: none;
    }

    .worksBanner__text {
        top: 0;
        right: 0;
        bottom: 0;
        width: 200px;
    }

    .worksBanner__heading {
        margin-top: 65px;
        margin-bottom: 20px;
    }

    .worksBody__imgs {
        max-width: 800px;
        margin-bottom: 65px;
    }

    .worksBody__img {
        margin-top: 40px;
    }

    .worksBottom .buttonType3 {
        width: 680px;
    }

    .areaList__item {
        width: 450px;
    }

    .areaList__item:nth-child(odd) {
        margin-right: 80px;
    }

    .eventListHead {
        padding-bottom: 35px;
    }

    .eventDetailBottom {
        margin: 60px 30px 0 265px;
        padding-bottom: 60px;
    }

    .eventDetailBottom .single__btnsimulation {
        margin-bottom: 20px;
    }

    .eventDetailBottom.typeTB {
        display: none;
    }

    .sideAreaList {
        margin-bottom: 40px;
    }

    .sideAreaList dt {
        margin-bottom: 15px;
    }

    .sideAreaList dd {
        margin-bottom: 22px;
    }

    .presentBlock__inner {
        display: -ms-flexbox;
        display: flex;
    }

    .presentBlock__text {
        -ms-flex: 1;
        flex: 1;
    }

    .mw_wp_form {
        padding-top: 120px;
        margin-top: -120px;
    }

    .mailform {
        border-top: 1px dotted #333;
    }

    .mailform--typeA {
        border-top: 0;
    }

    .mailform__item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px dotted #333;
        padding: 25px 0 20px;
    }

    .mailform__item--typeA {
        border-bottom: 0;
    }

    .mailform__item--typeB {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .mailform__heading {
        width: 370px;
    }

    .mailform-description {
        width: 280px;
    }

    .mailform__input,
    .mailform__text {
        -ms-flex: 1;
        flex: 1;
    }

    .mailform__input--typeA {
        margin-top: 50px;
    }

    .mailform__break {
        width: 100%;
        padding-top: 25px;
    }

    .imgListType1 {
        margin-top: 60px;
    }

    .imgListType1__list {
        margin-right: -57px;
        margin-bottom: -50px;
    }

    .imgListType1__list li {
        width: 150px;
        height: 150px;
        margin: 0 57px 50px 0;
    }

    .imgListType2 {
        margin-bottom: 80px;
    }

    .linkList__list li {
        width: 25%;
        padding-right: 10px;
    }

    .linkList__list li:nth-child(4n) {
        padding-right: 0;
    }

    .bannerList {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: -10px;
    }

    .bannerList__item {
        margin: 0 12.5px;
    }

    .pageControl {
        max-width: 740px;
        margin-top: 55px;
        margin-bottom: 170px;
    }

    .pageControl.typeTB {
        display: none;
    }

    .partner-description-list__item:only-child {
        width: 450px;
    }

    .partner-description-list__item:not(:only-child) {
        width: 280px;
        margin: 0 10px;
    }
}


.contact_attention {
    padding: 15px 20px;
    background: #fae2e6;
    margin: -10px 0 20px;
}
@media screen and (max-width: 1024px) {
  .contact_attention br{
    display: none;
  }
}
