@charset "UTF-8";
/*!
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/
/**
 # Foundation
 */
/* Scss Document */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("../dist/css/myfont.css");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans Japanese', sans-serif,-apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #000;
  text-align: left;
  background-color: #FFF;
  font-size: 1.6rem;
  font-weight: normal;
}

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 600px) {
  .pc {
    display: none !important;
  }
}

.smp {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .smp {
    display: block !important;
  }
}

@media screen and (max-width: 600px) {
  body {
    font-size: 4.06vw;
    padding: 0;
  }
}

/**
 # Vendor CSS
 */
/**
 # Layout
 */
/*--------------------------------------------------------------
    # header.scss
--------------------------------------------------------------*/
.clearlance--box {
  height: 140px;
}

.l--header {
  background-color: #FFF;
  position: fixed;
  width: 100%;
  z-index: 500;
  top: 0;
  left: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  height: 140px;
}

.l--header__logoMark {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  position: absolute;
  top: 50px;
  left: 20px;
  width: 215px;
}

.l--header__logoMark a {
  display: block;
}

.l--header__logoMark img {
  width: 100%;
  vertical-align: bottom;
}

.l--header__logoMark:hover {
  opacity: 0.65;
}

.l--header__telMark {
  position: absolute;
  letter-spacing: -0.035em;
  top: 20px;
  right: 10px;
  font-weight: 700;
  font-size: 3.4rem;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.l--header__telMark em {
  font-size: 1.4rem;
  margin: 0 10px 0 0;
  letter-spacing: normal;
}

.l--header__contact {
  display: none;
}

.l--header__gmenu {
  position: absolute;
  right: 20px;
  bottom: 0;
}

.l--header__gmenu i {
  color: #ff4f00;
  margin: 0 0 0 10px;
  font-size: 1.3rem;
}

.l--header__gmenuList li {
  float: left;
  margin: 0;
}

.l--header__gmenuList > li > .l--header__dropMenu {
  background-color: #ff4f00;
  position: absolute;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100vw;
  right: -20px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.l--header__gmenuList > li:hover .l--header__dropMenu {
  opacity: 1.0;
  max-height: 9999px;
}

.l--header__gmenuList a {
  display: block;
  margin: 0 0 0 40px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  font-size: 1.5rem;
  color: #000;
  text-decoration: none;
  padding: 20px 5px;
  line-height: 1.0;
  font-weight: 500;
  position: relative;
}

.l--header__gmenuList a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #ff4f00;
  width: 0%;
  display: block;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.l--header__gmenuList a:hover:after {
  width: 100%;
}

.l--header__gmenuList a:hover .l--header__dropMenu {
  color: #666;
}

.l--header__gmenuList a.focus {
  position: relative;
}

.l--header__gmenuList a.focus:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #ff4f00;
  width: 100%;
  display: block;
}

.l--header__gmenu .l--header__dropMenuInner {
  width: 1120px;
  margin: 0 auto;
  border-bottom: 1px solid #9d4924;
}

.l--header__gmenu .l--header__dropMenuInner:last-child {
  border: none;
}

.l--header__gmenu .l--header__dropMenuInner ul {
  margin: 0;
  padding: 0;
}

.l--header__gmenu .l--header__dropMenuInner li {
  float: left;
  width: 50%;
  position: relative;
}

.l--header__gmenu .l--header__dropMenuInner li h3 {
  color: #FFF;
  font-size: 2.0rem;
  margin: 0 0 15px;
  line-height: 1.0;
  padding: 0;
}

.l--header__gmenu .l--header__dropMenuInner li p {
  color: #FFF;
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
}

.l--header__gmenu .l--header__dropMenuInner li:before {
  content: "\EA01";
  position: absolute;
  font-family: "myfont";
  display: block;
  color: #FFF;
  top: 40%;
  right: 2.5%;
}

.l--header__gmenu .l--header__dropMenuInner li a {
  display: block;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.l--header__gmenu .l--header__dropMenuInner li a:link {
  color: #FFF;
  text-decoration: none;
}

.l--header__gmenu .l--header__dropMenuInner li a:visited {
  color: #FFF;
  text-decoration: none;
}

.l--header__gmenu .l--header__dropMenuInner li a:hover {
  color: #9d4924 !important;
  text-decoration: none;
  opacity: 0.65;
}

.l--header__gmenu .dropMenu1Col li h3 {
  margin: 0;
}

.l--header.fixed {
  background-color: white;
  border-bottom: 1px solid #f5f5f5;
  height: 120px;
}

.l--header.fixed .l--header__logoMark {
  top: 20px;
}

.l--header.fixed .l--header__telMark {
  top: 10px;
}

.l--header.fixed .l--header__contact {
  top: 0px;
}

.l--header.fixed__gmenu {
  right: 20px;
  bottom: 0;
}

@media screen and (max-width: 900px) {
  .l--header__logoMark {
    top: 20px;
    left: 20px;
  }
  .l--header__gmenu {
    right: 0;
    left: 0;
  }
  .l--header__gmenuList > li > .l--header__dropMenu {
    width: 100%;
    right: 0;
  }
  .l--header__gmenu .l--header__dropMenuInner {
    width: auto;
  }
}

@media screen and (max-width: 600px) {
  .clearlance--box {
    height: 13.33333vw;
  }
  .l--header {
    height: 13.33333vw;
  }
  .l--header__logoMark {
    top: 4vw;
    left: 2.66667vw;
    width: 34.66667vw;
  }
  .l--header__telLink {
    position: absolute;
    top: 2.66667vw;
    right: 14.66667vw;
    width: 7.5vw;
  }
  .l--header__telLink img {
    width: 100%;
    vertical-align: bottom;
  }
  .l--header.fixed {
    height: 13.33333vw;
  }
  .l--header.fixed .l--header__logoMark {
    top: 4vw;
  }
}

/*--------------------------------------------------------------
    # content.scss
--------------------------------------------------------------*/
.cmn--container {
  margin: 0 auto;
  max-width: 1020px;
  position: relative;
}

.cmn--containerSecond {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 100px;
}

@media screen and (max-width: 900px) {
  .cmn--container {
    padding: 0 20px;
    max-width: 100%;
  }
  .cmn--containerSecond {
    max-width: inherit;
    width: auto;
    margin: 0 auto;
    padding: 0 20px 100px;
  }
}

@media screen and (max-width: 600px) {
  .cmn--container {
    padding: 0 5.33333vw;
  }
  .cmn--containerSecond {
    max-width: inherit;
    width: auto;
    margin: 0 auto;
    padding: 0 5.33333vw 10.66667vw;
  }
}

/*--------------------------------------------------------------
    # footer.scss
--------------------------------------------------------------*/
.l--footerLogo {
  padding: 140px 0 45px;
  background: url(../images/common/footer/obj_01.png);
  background-size: 80%;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.l--footerLogo aside {
  width: 210px;
  margin: 0 auto;
}

.l--footerLogo aside img {
  width: 100%;
  vertical-align: bottom;
}

.l--footerContent {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  background-color: #f6f6f6;
  padding: 50px 0 100px;
}

.l--footerContent__list {
  text-align: center;
  margin: 0 0 30px;
}

.l--footerContent__list li {
  display: inline-block;
  margin: 0 20px 20px;
}

.l--footerContent__list a {
  display: block;
  font-size: 1.3rem;
  padding: 0 0 0 15px;
  line-height: 1.0;
  position: relative;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.l--footerContent__list a:link {
  color: #333;
  text-decoration: none;
}

.l--footerContent__list a:visited {
  color: #333;
  text-decoration: none;
}

.l--footerContent__list a:hover {
  color: #333;
  text-decoration: underline;
  opacity: 0.45;
}

.l--footerContent__list a:before {
  content: "\EA01";
  position: absolute;
  font-family: "myfont";
  display: block;
  top: 15%;
  left: 0;
  font-size: 1.0rem;
}

.l--footerContent__meta {
  display: block;
  font-style: normal;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.0;
}

.l--footerContent__meta span {
  display: block;
  margin: 15px 0 0;
}

.l--footer__copyright {
  display: block;
  padding: 50px 0;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (max-width: 600px) {
  .l--footer .cmn--container {
    padding: 0;
  }
  .l--footerLogo {
    padding: 0 0 8vw;
  }
  .l--footerLogo aside {
    width: 57.33333vw;
  }
  .l--footerContent {
    padding: 6.66667vw 0;
  }
  .l--footerContent__list {
    margin: 0 0 6.66667vw;
    text-align: left;
  }
  .l--footerContent__list li {
    display: block;
    margin: 0 0 4vw;
    border-bottom: 1px solid #333;
  }
  .l--footerContent__list a {
    font-size: 3.33333vw;
    padding: 0 2.66667vw 2.66667vw 8vw;
  }
  .l--footerContent__list a:before {
    content: "\EA01";
    position: absolute;
    font-family: "myfont";
    display: block;
    top: 15%;
    left: 2.5%;
    font-size: 2.4vw;
  }
  .l--footerContent__meta {
    font-size: 3.2vw;
    line-height: 1.8;
  }
  .l--footerContent__meta span {
    display: block;
    margin: 4vw 0 0;
  }
  .l--footer__copyright {
    padding: 6.66667vw 0;
    font-size: 2.66667vw;
  }
}

/*    Page Top
------------------------------------*/
#page--top {
  margin: 0;
  z-index: 100;
  position: relative;
}

#page--top a {
  bottom: 2.5%;
  position: fixed;
  right: 2.5%;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  background-color: #ff4f00;
  text-decoration: none;
  margin: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

#page--top a:hover {
  background-color: #f6f6f6;
}

#page--top a:hover i {
  color: #ff4f00;
}

#page--top a i {
  color: #FFF;
  line-height: 70px;
  font-size: 1.6rem;
}

@media screen and (max-width: 900px) {
  #page--top a {
    width: 50px;
    height: 50px;
  }
  #page--top a i {
    line-height: 50px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 600px) {
  #page--top a {
    position: fixed;
    bottom: 2.66667vw;
    right: 2.66667vw;
    width: 10.66667vw;
    height: 10.66667vw;
  }
  #page--top a:hover {
    background-color: #f6f6f6;
  }
  #page--top a:hover i {
    color: #ff4f00;
  }
  #page--top a i {
    color: #FFF;
    line-height: 10.66667vw;
    font-size: 4vw;
  }
}

/**
 # Objects -  Compornent -
 */
/*
	blockquote.scss
---------------------------------------------------------------------------- */
.content blockquote {
  background-color: #F5F5F5;
  margin: 0;
  padding: 2.0rem 2.0rem 0.5rem;
  border-radius: 5px;
  margin: 0 0 3.0rem;
}

.content blockquote p {
  color: #666;
  font-size: 1.6rem;
}

.content blockquote p:before {
  content: " \f10d";
  font-family: FontAwesome;
  font-size: 1.8rem;
  margin: 0 1.0rem 0 0;
}

.content blockquote p:after {
  content: " \f10e";
  font-family: FontAwesome;
  font-size: 1.8rem;
  margin: 0 0 0 1.0rem;
}

@media screen and (max-width: 600px) {
  .content blockquote {
    padding: 2.66vw 2.66vw 0.56vw;
    margin: 0 0 3.0vw;
  }
  .content blockquote p {
    font-size: 3.8vw;
  }
  .content blockquote p:before {
    font-size: 3.8vw;
    margin: 0 1.56vw 0 0;
  }
  .content blockquote p:after {
    font-size: 3.8vw;
    margin: 0 0 0 1.56vw;
  }
}

/*
	btn.scss
---------------------------------------------------------------------------- */
.cmn__button01 {
  border: none;
  width: 220px;
  height: 60px;
  line-height: 6.0rem;
  box-sizing: border-box;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  position: relative;
}

.cmnWrapper {
  margin: 3.9vw 0;
  text-align: center;
  letter-spacing: -0.4em;
}

.cmnWrapper li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 1.70vw;
}

.cmn__button01 {
  background-color: #ff4f00;
  font-weight: 400;
  font-size: 1.3rem;
  border-radius: 30px;
  line-height: 5.5rem;
  border-bottom: 5px solid #8c2b00;
}

.cmn__button01:link {
  color: #FFF;
  text-decoration: none;
}

.cmn__button01:visited {
  color: #FFF;
  text-decoration: none;
}

.cmn__button01:hover {
  color: #FFF;
  text-decoration: none;
  border-bottom: 5px solid #000;
  background-color: #8c2b00;
}

@media screen and (max-width: 600px) {
  .cmn__button01 {
    width: 38.66667vw;
    height: 10.66667vw;
    line-height: 10.66667vw;
    box-sizing: border-box;
    text-align: center;
    font-size: 3.73333vw;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
    position: relative;
  }
  .cmnWrapper {
    margin: 3.9vw 0;
    text-align: center;
    letter-spacing: -0.4em;
  }
  .cmnWrapper li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 1.70vw;
  }
  .cmn__button01 {
    background-color: #ff4f00;
    font-weight: 400;
    border-radius: 5.33333vw;
    line-height: 9.33333vw;
    border-bottom: 3px solid #8c2b00;
  }
  .cmn__button01:link {
    color: #FFF;
    text-decoration: none;
  }
  .cmn__button01:visited {
    color: #FFF;
    text-decoration: none;
  }
  .cmn__button01:hover {
    color: #FFF;
    text-decoration: none;
    border-bottom: 5px solid #000;
    background-color: #8c2b00;
  }
}

/*
    display.scss
---------------------------------------------------------------------------- */
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

/*
    form.scss
---------------------------------------------------------------------------- */
/*
    headline.scss
---------------------------------------------------------------------------- */
.headlineBox {
  background-color: #f6f6f6;
  text-align: center;
  padding: 60px 0;
  line-height: 1.0;
  margin: 0 0 65px;
}

.headlineBox__jp {
  margin: 0 0 20px;
  line-height: 1.0;
  font-size: 2.6rem;
}

.headlineBox__en {
  margin: 0;
  line-height: 1.0;
  font-size: 1.6rem;
  color: #ff4f00;
  font-family: "Roboto", sans-serif;
}

.second h2 {
  letter-spacing: 0.15em;
  padding: 10px 0 10px 20px;
  margin: 0 0 30px -20px;
  border-left: 10px solid #ff4f00;
  line-height: 1.5;
  font-size: 2.2rem;
}

.second h3 {
  padding: 15px;
  background-color: #f6f6f6;
  font-size: 2.0rem;
  margin: 0 0 30px;
}

.second h4 {
  font-size: 1.8rem;
  color: #ff4f00;
  margin: 0 0 30px;
}

@media screen and (max-width: 600px) {
  .headlineBox {
    padding: 10.66667vw 0;
    margin: 0 0 10.66667vw;
  }
  .headlineBox__jp {
    margin: 0 0 4vw;
    font-size: 5.6vw;
  }
  .headlineBox__en {
    font-size: 3.2vw;
  }
  .second h2 {
    padding: 2.66667vw 0 2.66667vw 5.33333vw;
    margin: 0 0 5.33333vw -5.44vw;
    font-size: 4.8vw;
  }
  .second h3 {
    padding: 2.66667vw;
    background-color: #f6f6f6;
    font-size: 4vw;
    margin: 0 0 4vw;
  }
  .second h4 {
    font-size: 4vw;
    margin: 0 0 4vw;
  }
}

/*
	hr.scss
---------------------------------------------------------------------------- */
.content hr {
  border: 0;
  height: 1px;
  background: #333;
  background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
  background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
  background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
  background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

/*
	images.scss
---------------------------------------------------------------------------- */
/*
    list.scss
---------------------------------------------------------------------------- */
ul {
  margin: 0 0 3.0rem;
  padding: 0;
  list-style-position: none;
}

ul li {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 600px) {
  ul {
    margin: 0 0 6.66667vw;
  }
  ul li {
    margin: 0 0 2.66667vw;
    padding: 0;
    font-size: 3.2vw;
  }
}

ol {
  margin: 0 0 3.0rem;
  padding: 0;
  counter-reset: my-counter;
  list-style: none;
}

ol li {
  margin: 0 0 20px;
  padding: 0 0 0 30px;
  position: relative;
  font-size: 1.4rem;
}

ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #ff4f00;
  color: #FFF;
  display: block;
  float: left;
  line-height: 2.0rem;
  margin-left: -3.0rem;
  text-align: center;
  height: 2.0rem;
  width: 2.0rem;
  border-radius: 50%;
}

@media screen and (max-width: 600px) {
  ol li {
    margin: 0 0 2.66667vw;
    font-size: 3.2vw;
    padding: 0 0 0 8vw;
  }
  ol li:before {
    line-height: 5.33333vw;
    margin-left: -get_vw(40);
    text-align: center;
    height: 5.33333vw;
    width: 5.33333vw;
    border-radius: 50%;
  }
}

/*
    table.scss
---------------------------------------------------------------------------- */
table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table th {
  vertical-align: top;
  padding: 30px 20px 15px;
  font-size: 1.5rem;
  font-weight: normal;
  border-bottom: 1px solid #333;
}

table td {
  vertical-align: top;
  padding: 30px 20px 15px;
  font-size: 1.5rem;
  border-bottom: 1px solid #ff4f00;
}

@media screen and (max-width: 600px) {
  table th {
    padding: 5.33333vw 2.66667vw 2.66667vw;
    font-size: 3.2vw;
    width: 30%;
  }
  table td {
    padding: 5.33333vw 2.66667vw 2.66667vw;
    font-size: 3.2vw;
  }
}

/*
    _text.scss
---------------------------------------------------------------------------- */
p {
  line-height: 2.0;
  font-size: 1.4rem;
  margin: 0 0 40px;
}

@media screen and (max-width: 600px) {
  p {
    font-size: 3.2vw;
    margin: 0 0 5.33333vw;
  }
}

/**
 # Objects -  project -
 */
/*
    menu.scss
---------------------------------------------------------------------------- */
@media screen and (max-width: 600px) {
  .burger--wrap {
    height: 5.00vw;
    width: 8vw;
    position: absolute;
    top: 3.33333vw;
    right: 2.66667vw;
  }
  .burger {
    width: 8vw;
    height: 6vw;
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    right: 0;
    z-index: 9999;
    cursor: pointer;
  }
  .burger .line {
    width: 100%;
    height: 1.5px;
    background: #ff4f00;
    transition: 0.3s;
  }
  .burger::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1.5px;
    top: 0;
    right: 0;
    background: #ff4f00;
    transition: 0.6s;
  }
  .burger::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1.5px;
    bottom: 0;
    right: 0;
    background: #ff4f00;
    transition: 0.6s;
  }
  .navigation {
    top: 0;
    z-index: 300;
    width: 60vw;
    height: 100vh;
    position: fixed;
    right: -100vw;
    transition: 0.6s;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .navigation .navigation--content {
    background-color: #ff4f00;
    padding: 0 0 5.33333vw;
  }
  .navigation__button {
    width: 80vw;
    margin: 4vw auto 0;
    padding: 4vw 0;
    display: block;
    background-color: #ff4f00;
    height: 5.33333vw;
    line-height: 5.33333vw;
    border-radius: 5px;
    text-align: center;
    font-size: 3.73333vw;
  }
  .navigation__button:link {
    color: #FFF;
    text-decoration: none;
  }
  .navigation__button:visited {
    color: #FFF;
    text-decoration: none;
  }
  .navigation__button:hover {
    color: #FFF;
    text-decoration: none;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation ul li a {
    display: block;
    text-align: left;
    margin: 0;
    padding: 4vw;
    color: #FFF;
    line-height: 1.5;
    font-size: 3.2vw;
    border-bottom: 1px solid #8c2b00;
    text-decoration: none;
  }
  .burger-active::before {
    transform: rotate(135deg);
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #FFF;
  }
  .burger-active::after {
    transform: rotate(-135deg);
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #FFF;
  }
  .burger-active > .line {
    transform: scale(0);
  }
  .nav-active {
    right: 0;
  }
  .burger-active .line {
    background-color: #FFF;
  }
}

/**
 # Objects -  pages -
 */
/*--------------------------------------------------------------
    # _home.scss
--------------------------------------------------------------*/
/*     Keyvisual
--------------------------------------------------------------*/
.home--keyVisual {
  width: 100%;
  height: 700px;
  position: relative;
  z-index: 10;
  margin: 0;
  background: url(../images/second/home/main.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0;
}

.home--keyVisual__headTitle {
  overflow: hidden;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 900px) {
  .home--keyVisual {
    width: auto;
    height: 400px;
    position: relative;
    z-index: 10;
    margin: 0;
    background: url(../images/second/home/main.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  .home--keyVisual {
    width: 100%;
    height: 86.66667vw;
    background: url(../images/second/home/main_smp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
  }
}

/*     Section
--------------------------------------------------------------*/
.home section {
  padding: 100px 0 150px;
}

@media screen and (max-width: 900px) {
  .home section {
    padding: 80px 0 100px;
  }
}

@media screen and (max-width: 600px) {
  .home section {
    padding: 12vw 0 13.33333vw;
  }
}

/*     Headline
--------------------------------------------------------------*/
.home--headlineBox {
  padding: 0 0 25px;
  margin: 0 0 40px;
  line-height: 1.0;
  position: relative;
  text-align: center;
}

.home--headlineBox:after {
  position: absolute;
  height: 4px;
  bottom: 0;
  left: 47.5%;
  width: 5.0%;
  background-color: #ff4f00;
  display: block;
  content: "";
}

.home--headlineBox__jp {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 20px;
  display: block;
}

.home--headlineBox__en {
  font-size: 1.9rem;
  font-family: "Roboto", sans-serif;
  display: block;
  color: #ff4f00;
}

.caution--headlineBox__jp a {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 20px;
  display: block;
  text-align: center;
  color: #ff0000;
  text-decoration:none;

}

@media screen and (max-width: 600px) {
  .home--headlineBox {
    padding: 0 0 4vw;
    margin: 0 0 8vw;
  }
  .home--headlineBox:after {
    left: 44.5%;
    width: 9.33333vw;
  }
  .home--headlineBox__jp {
    font-size: 4.8vw;
    margin: 0 0 4vw;
  }
  .home--headlineBox__en {
    font-size: 3.2vw;
  }
}
  .caution--headlineBox__jp {
    font-size: 4.8vw;
    margin: 0 0 4vw;
  }
/*     About
--------------------------------------------------------------*/
.home--about p {
  font-size: 1.9rem;
  text-align: center;
  line-height: 2.0;
  margin: 0;
}

@media screen and (max-width: 900px) {
  .home--about p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 600px) {
  .home--about p {
    font-size: 4.26667vw;
    text-align: left;
  }
  .home--about p br {
    display: none;
  }
}

/*     News
--------------------------------------------------------------*/
.home--news {
  background-color: #f6f6f6;
}

.home--newsBox {
  margin: 0 auto;
  width: 830px;
}

.home--newsBoxList {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #dcdcdc;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.home--newsBoxList dt {
  width: 15.5%;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ff4f00;
  line-height: 1.8;
  display: table-cell;
}

.home--newsBoxList dd {
  width: 83.5%;
  margin: 0;
  padding: 0;
  line-height: 1.8;
  display: table-cell;
}

.home--newsBoxList:last-child {
  margin: 0;
}


@media screen and (max-width: 900px) {
  .home--newsBox {
    margin: 0 auto;
    width: auto;
  }
  .home--newsBoxList {
    margin: 0 0 6.66667vw;
    padding: 0 0 2.66667vw;
    border-bottom: 1px solid #dcdcdc;
    display: block;
    table-layout: inherit;
    width: auto;
  }
  .home--newsBoxList dt {
    width: auto;
    font-size: 4vw;
    display: block;
    margin: 0 0 3.33333vw;
    line-height: 1.0;
  }
  .home--newsBoxList dd {
    width: auto;
    line-height: 1.8;
    display: block;
    font-size: 3.33333vw;
  }
  .home--newsBoxList:last-child {
    margin: 0;
  }
}

/*     Service
--------------------------------------------------------------*/
.home--serviceBox {
  float: left;
  background-color: #f6f6f6;
  width: 23.66%;
  margin: 0 1.78% 0 0;
}

.home--serviceBox:last-child {
  margin: 0;
}

.home--serviceBox__inner {
  padding: 40px 0 15px;
}

.home--serviceBox__icon {
  display: block;
  text-align: center;
  width: 100px;
  margin: 0 auto 40px;
}

.home--serviceBox__icon img {
  width: 100%;
  vertical-align: bottom;
}

.home--serviceBox__title {
  font-size: 2.0rem;
  letter-spacing: -0.045em;
  font-weight: 400;
  color: #ff4f00;
  padding: 0 0 15px;
  margin: 0 0 20px;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
}

.home--serviceBox__text {
  font-size: 1.3rem;
  line-height: 1.8;
  text-align: center;
}

.home--serviceBox .cmn__button01 {
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .home--serviceBox {
    width: 23.66%;
  }
  .home--serviceBox__title {
    font-size: 1.6rem;
    margin: 0 0 10px;
  }
  .home--serviceBox__text {
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: left;
    padding: 0 10px;
  }
  .home--serviceBox__text br {
    display: none;
  }
  .home--serviceBox .cmn__button01 {
    margin: 0 auto;
    width: 160px;
  }
}

@media screen and (max-width: 600px) {
  .home--serviceBox {
    width: 48.55%;
    margin: 0 2.89% 2.89% 0;
  }
  .home--serviceBox:last-child {
    margin: 0 0 2.89%;
  }
  .home--serviceBox:nth-child(2n) {
    margin: 0 0 2.89%;
  }
  .home--serviceBox__inner {
    padding: 4vw 0;
  }
  .home--serviceBox__icon {
    width: 24vw;
    margin: 0 auto 6.66667vw;
  }
  .home--serviceBox__title {
    font-size: 4vw;
    padding: 0 0 2.66667vw;
    margin: 0 0 2.66667vw;
  }
  .home--serviceBox__text {
    font-size: 3.2vw;
    text-align: left;
  }
  .home--serviceBox .cmn__button01 {
    margin: 0 auto;
    width: 37.33333vw;
  }
}

/*--------------------------------------------------------------
    # _page_style.scss
--------------------------------------------------------------*/
/*     Config & Common
--------------------------------------------------------------*/
.fadein {
  opacity: 0.0;
  transform: translate(0, 10px);
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*     Common [Catch]
--------------------------------------------------------------*/
.cmn--catch {
  font-size: 2.2rem;
  margin: 0 0 40px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .cmn--catch {
    font-size: 4.26667vw;
    margin: 0 0 5.33333vw;
    text-align: left;
  }
  .cmn--catch br {
    display: none;
  }
}

/*     Common [Banner]
--------------------------------------------------------------*/
.cmn--banner {
  margin: 0 0 100px;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
}

.cmn--banner a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  display: block;
}

.cmn--banner a:link {
  text-decoration: none;
}

.cmn--banner a:visited {
  text-decoration: none;
}

.cmn--banner a:hover {
  text-decoration: none;
}

.cmn--banner__inner {
  padding: 50px 0;
  text-align: center;
}

.cmn--banner__button {
  margin: 0 auto;
  width: 240px;
  height: 60px;
  line-height: 6.0rem;
  position: relative;
}

.cmn--banner__button:before {
  content: "\EA04";
  position: absolute;
  font-family: "myfont";
  display: block;
  top: 0;
  right: 5.5%;
  font-size: 1.3rem;
}

.cmn--banner h3 {
  margin: 0 0 30px;
  padding: 0;
  line-height: 1.0;
  font-size: 2.4rem;
}

.cmn--banner p {
  margin: 0 0 25px;
  padding: 0;
  font-size: 1.4rem;
}

.cmn--parkContact {
  width: 50%;
  float: left;
  background-color: #f6f6f6;
  color: #333;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.cmn--parkContact .cmn--banner__button {
  border: 2px solid #333;
  color: #333;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.cmn--parkContact:hover {
  background-color: #000;
  color: #FFF;
}

.cmn--parkContact:hover .cmn--banner__button {
  border: 2px solid #FFF;
  color: #FFF;
}

.cmn--normalContact {
  width: 50%;
  float: left;
  background-color: #ff4f00;
  color: #FFF;
}

.cmn--normalContact .cmn--banner__button {
  border: 2px solid #FFF;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.cmn--normalContact:hover {
  background-color: #000;
  color: #FFF;
}

.cmn--normalContact:hover .cmn--banner__button {
  border: 2px solid #FFF;
  color: #FFF;
}

@media screen and (max-width: 900px) {
  .cmn--banner {
    margin: 0 0 50px;
  }
  .cmn--banner__inner {
    padding: 25px 0;
  }
  .cmn--banner h3 {
    margin: 0 0 30px;
    padding: 0;
    line-height: 1.0;
    font-size: 2.2rem;
  }
  .cmn--banner p {
    margin: 0 0 25px;
    padding: 0 20px;
    font-size: 1.2rem;
  }
  .cmn--parkContact {
    width: 50%;
    float: left;
    background-color: #f6f6f6;
    color: #333;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
  }
  .cmn--parkContact .cmn--banner__button {
    border: 2px solid #333;
    color: #333;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
  }
  .cmn--parkContact:hover {
    background-color: #000;
    color: #FFF;
  }
  .cmn--parkContact:hover .cmn--banner__button {
    border: 2px solid #FFF;
    color: #FFF;
  }
  .cmn--normalContact {
    width: 50%;
    float: left;
    background-color: #ff4f00;
    color: #FFF;
  }
  .cmn--normalContact .cmn--banner__button {
    border: 2px solid #FFF;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
  }
  .cmn--normalContact:hover {
    background-color: #000;
    color: #FFF;
  }
  .cmn--normalContact:hover .cmn--banner__button {
    border: 2px solid #FFF;
    color: #FFF;
  }
}

@media screen and (max-width: 600px) {
  .cmn--banner {
    margin: 0 0 20vw;
    border: none;
  }
  .cmn--banner__inner {
    padding: 6.66667vw 0;
    text-align: center;
  }
  .cmn--banner__button {
    width: 64vw;
    height: 10.66667vw;
    line-height: 10.66667vw;
  }
  .cmn--banner__button:before {
    right: 5.5%;
    font-size: 2.66667vw;
  }
  .cmn--banner h3 {
    margin: 0 0 4vw;
    font-size: 4.8vw;
  }
  .cmn--banner p {
    margin: 0 0 5.33333vw;
    padding: 0;
    font-size: 3.2vw;
  }
  .cmn--parkContact {
    width: auto;
    float: none;
  }
  .cmn--normalContact {
    width: auto;
    float: none;
  }
}

/*     Common[Box]
--------------------------------------------------------------*/
.second--cBox {
  width: 800px;
  margin: 0 auto 30px;
  border: 10px solid #f6f6f6;
  box-sizing: border-box;
}

.second--cBox__inner {
  background-color: #FFF;
  padding: 20px;
}

.info--box {
  width: 800px;
  margin: 0 auto 30px;
}

.info--box__inner {
  padding: 20px;
}

.second--flowBox {
  box-sizing: border-box;
  border: 2px solid #5499bd;
  margin: 0 0 30px;
  padding: 10px;
}

.second--flowBox__inner {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.second--flowBox__title {
  background-color: #5499bd;
  display: table-cell;
  width: 20%;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  height: 100px;
}

.second--flowBox__content {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}

.second--flowBox__content p {
  margin: 0;
}

.second--flowArrow {
  margin: 0 auto 30px;
  width: 50px;
}

.second--flowArrow img {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 900px) {
  .second--cBox {
    width: 100%;
  }
  .info--box {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .second--cBox {
    width: 100%;
    margin: 0 auto 5.33333vw;
  }
  .second--cBox__inner {
    background-color: #FFF;
    padding: 4vw;
  }
  .info--box {
    width: 100%;
    margin: 0 auto 5.33333vw;
  }
  .info--box__inner {
    padding: 0;
  }
  .second--flowBox {
    margin: 0 0 5.33333vw;
    padding: 2.66667vw;
  }
  .second--flowBox__title {
    width: 40%;
    height: 16vw;
    font-size: 4vw;
  }
  .second--flowBox__content {
    padding: 2.66667vw;
  }
  .second--flowArrow {
    margin: 0 auto 30px;
    width: 50px;
  }
  .second--flowArrow img {
    width: 100%;
    vertical-align: bottom;
  }
}

/*     Service
--------------------------------------------------------------*/
.service--figureBox {
  width: 600px;
  margin: 100px auto 60px;
}

.service--figureBox img {
  width: 100%;
  vertical-align: bottom;
}

.service--figureBoxAdd {
  width: 800px;
  margin: 0 auto 60px;
}

.service--figureBoxAdd img {
  width: 100%;
  vertical-align: bottom;
}

.second--cBox__figureBox {
  width: 600px;
  margin: 30px auto;
}

.second--cBox__figureBox img {
  width: 100%;
  vertical-align: bottom;
}

.service--figurePhoto {
  width: 100%;
  margin: 0 auto 80px;
}

.service--figurePhoto img {
  width: 100%;
  vertical-align: bottom;
}

.service--condominium .info--box {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 50%;
}

.service--condominium .service--figureBox {
  width: 40%;
}

.service--condominium .service--figureBoxC {
  float: right;
  width: 140px;
  padding: 10px;
}

.service--condominium .service--figureBoxC img {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 900px) {
  .service--figureBox {
    width: 100%;
  }
  .service--figureBoxAdd {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .service--figureBox {
    width: 90%;
    margin: 10.66667vw auto;
  }
  .second--cBox__figureBox {
    width: 100%;
    margin: 4vw auto;
  }
  .service--figurePhoto {
    width: 100%;
    margin: 0 auto 8vw;
  }
  .service--condominium .info--box {
    padding: 0 0 26.66667vw;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 50%;
  }
  .service--forusers .cmn__button01 {
    width: 48vw;
  }
  .service--condominium .service--figureBoxC {
    width: 25%;
    padding: 2.66667vw;
  }
}

/*     Contact
--------------------------------------------------------------*/
.contact fieldset {
  padding: 60px;
  border: none;
  margin: 0;
  border: 2px solid #f6f6f6;
  background-color: #FFF;
}

.contact table {
  margin: 0 0 80px;
}

.contact p {
  margin: 0;
}

.contact input[type="text"] {
  border: 2px solid #CCC;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  margin: 0 0 5px;
}

.contact textarea {
  border: 2px solid #CCC;
  padding: 5px;
  border-radius: 5px;
  width: 100%;
  height: 200px;
}

.contact .radio {
  margin: 0 20px 0 0;
}

.contact--lead {
  margin: 0 0 30px !important;
}

.contact .control-group {
  text-align: center;
  margin: 0 0 30px;
}

.contact .btn-primary {
  width: 240px;
  display: block;
  margin: 0 auto;
  height: 60px;
  line-height: 6.0rem;
  border: none;
  background-color: #ff4f00;
  color: #FFF;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.contact .btn-primary:hover {
  background-color: #000;
}

.contact em {
  color: #FF0000;
}

.contact .error {
  margin: 60px 0 0;
}

@media screen and (max-width: 600px) {
  .contact fieldset {
    padding: 2.66667vw;
  }
  .contact table {
    margin: 0 0 8vw;
  }
  .contact input[type="text"] {
    padding: 2.66667vw;
    width: 80%;
    margin: 0;
  }
  .contact textarea {
    padding: 2.66667vw;
    width: 80%;
    height: 32vw;
  }
  .contact .radio {
    margin: 0 0 4vw;
    display: block;
  }
  .contact--lead {
    margin: 0 0 4vw !important;
  }
  .contact .control-group {
    margin: 0 0 4vw;
  }
  .contact .control-group label {
    font-size: 3.2vw;
  }
  .contact .btn-primary {
    width: 80%;
    height: 13.33333vw;
    line-height: 13.33333vw;
  }
}

/**
 # Objects -  utility -
 */
/*========== utility.scss ==========*/
.u-radius5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.u-radiusC {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 600px) {
  .pc {
    display: none !important;
  }
}

.smp {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .smp {
    display: block !important;
  }
}

/*# sourceMappingURL=style.css.map */
