@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
========================================================================== */
@import url("https://use.typekit.net/zwj6tva.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* Sections
========================================================================== */
body {
  margin: 0; }

article, aside, footer, header, nav, section {
  display: block; }

/**
* 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; }

/* Grouping content
========================================================================== */
figcaption, figure {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

main {
  display: block; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Links
========================================================================== */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

/* Text-level semantics
========================================================================== */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

ul, li, ol, dt, dd {
  list-style: none; }

/* Embedded content
========================================================================== */
audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

/* Forms
========================================================================== */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

input {
  overflow: visible; }

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

/* Interactive
========================================================================== */
details {
  display: block; }

summary {
  display: list-item; }

menu {
  display: block; }

/* Scripting
========================================================================== */
canvas {
  display: inline-block; }

template {
  display: none; }

/* Hidden
========================================================================== */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }

[data-whatinput='mouse'] button {
  outline: 0; }

pre {
  overflow: auto; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* clearfix */
/* HEADER */
/* BEM用のテスト構成
header__logo
header__btn
header__menu
header__ornament
*/
/* ** TYPE01 **
<li><a href=""><span class="date"></span><span class="category"></span><h* class="title"></h*></a></li>
*/
/* HEADER */
/* INFO */
/* [TYPE01-FORMAT]
<li class="item"><p>
<span class="item-date"></span>
<span class="item-category"></span>
<span class="item-title"></span>
</p></li><!-- /.item -->
*/
/* [TYPE02-FORMAT]
<li class="item"><a href="">
<div class="item-thumbnail"><img src="/common/images/noimage.png"></div>
<div class="item-info"><p class="item-title"></p></div>
</a></li><!-- /.item -->
*/
/* CONTACT FORM 7 */
/* MAILFORMPRO */
/* MW WP FORM */
.js-scroll {
  opacity: 0;
  margin-top: 50px;
  -webkit-transition: margin-top 1s ease, opacity 1s ease, background-color 1s ease, -webkit-box-shadow 1s ease;
  transition: margin-top 1s ease, opacity 1s ease, background-color 1s ease, -webkit-box-shadow 1s ease;
  transition: margin-top 1s ease, opacity 1s ease, box-shadow 1s ease, background-color 1s ease;
  transition: margin-top 1s ease, opacity 1s ease, box-shadow 1s ease, background-color 1s ease, -webkit-box-shadow 1s ease; }
  .js-scroll.fade_on {
    margin-top: 0;
    opacity: 1; }

.js-scroll2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease; }
  .js-scroll2.fade_on {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
html {
  line-height: 1.6; }
  @media screen and (min-width: 960px) {
    html {
      font-size: 16px; } }
  @media screen and (max-width: 959px) {
    html {
      font-size: 14px; } }

h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, th, td, address, li, dt, dd {
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px; }

/* =========================================================
	element style
========================================================= */
html, body {
  height: 100%; }

body {
  color: #212121;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }

input, textarea, button {
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }

a {
  color: #000; }

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

@media screen and (min-width: 960px) {
  .media-PC {
    display: block; } }
@media screen and (max-width: 959px) {
  .media-PC {
    display: none !important; } }

@media screen and (min-width: 960px) {
  .media-Tablet {
    display: none !important; } }
@media screen and (max-width: 959px) {
  .media-Tablet {
    display: block; } }

@media screen and (min-width: 768px) {
  .media-NoSP {
    display: block; } }
@media screen and (max-width: 767px) {
  .media-NoSP {
    display: none; } }

@media screen and (min-width: 768px) {
  .media-SP {
    display: none; } }
@media screen and (max-width: 767px) {
  .media-SP {
    display: block; } }

.fr {
  float: right; }

.fl {
  float: left; }

.imgC, .tC {
  text-align: center; }

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.tR {
  text-align: right; }

div.center {
  text-align: center; }

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.table {
  width: 100%; }
  .table tr {
    border-top: solid 1px #e5e5e5; }
    .table tr th {
      width: 150px;
      padding: 20px;
      font-weight: bold;
      font-size: 14px; }
      @media screen and (max-width: 959px) {
        .table tr th {
          width: 120px;
          text-align: left; } }
    .table tr td {
      padding: 20px 0;
      font-size: 14px;
      line-height: 1.6; }
    .table tr:last-child {
      border-bottom: solid 1px #e5e5e5; }
    .table tr:nth-child(odd) {
      background: #fafafa; }

.mt0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

@media screen and (min-width: 960px) {
  .mt30r-md {
    margin-top: -30px !important; } }
.mr0 {
  margin-right: 0 !important; }

.pr0 {
  padding-right: 0 !important; }

.clear {
  clear: both; }

.clear-fix {
  zoom: 1; }
  .clear-fix:before, .clear-fix:after {
    content: "";
    display: table;
    height: 0;
    visibility: hidden; }
  .clear-fix:after {
    clear: both; }

ul.list li {
  position: relative;
  padding-left: 1em;
  line-height: 1.6;
  font-size: 14px; }
  ul.list li a:hover {
    opacity: .6;
    text-decoration: none; }
  ul.list li:last-child {
    margin-bottom: 0; }
  ul.list li:before {
    position: absolute;
    display: block;
    content: '';
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    background: black;
    border-radius: 100%; }
@media screen and (max-width: 959px) {
  ul.list li {
    font-size: 14px; }
    ul.list li:before {
      top: 9px; } }

/* =========================================================
	general
========================================================= */
/* text */
span.bold {
  font-weight: bold; }
span.accent {
  color: #DB361A; }
span.underline {
  text-decoration: underline; }

p.left {
  text-align: left; }
p.right {
  text-align: right; }
p.center {
  text-align: center; }

.btn a {
  position: relative;
  display: inline-block;
  max-width: 315px;
  width: 100%;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: black;
  text-decoration: none;
  font-family: "linotype-didot", sans-serif;
  text-align: center;
  padding-top: 19px;
  font-size: 14px;
  letter-spacing: .12em;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease; }
  .btn a:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    border-bottom: 10px solid black;
    border-left: 10px solid transparent;
    -webkit-transition: .3s;
    transition: .3s; }
  .btn a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: black;
    -webkit-transition: width .3s ease;
    transition: width .3s ease; }
  .btn a:hover {
    background-color: #f5f5f5; }
    .btn a:hover:after {
      width: 100%; }
  @media screen and (max-width: 959px) {
    .btn a {
      height: 40px;
      padding-top: 14px;
      font-size: 12px; } }
  .btn a.store {
    max-width: 960px; }
  .btn a.company-detail {
    max-width: 480px;
    height: 75px;
    padding: 30px 10px;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 3px solid white;
    border-left: 3px solid white; }
    @media screen and (max-width: 959px) {
      .btn a.company-detail:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.05); } }
    @media screen and (min-width: 960px) {
      .btn a.company-detail {
        background-color: white;
        -webkit-transition: .3s;
        transition: .3s;
        /*&:hover{	
        	&:after{
        		transform: translate(-10px, -10px);
        		background-color: rgba(0,0,0,.05);
        	}
        }*/ }
        .btn a.company-detail:after {
          position: absolute;
          background-color: rgba(0, 0, 0, 0.02);
          max-width: 480px;
          width: 100%;
          height: 75px;
          display: block;
          left: 10px;
          top: 10px;
          -webkit-transition: all .9s ease;
          transition: all .9s ease; }
        .btn a.company-detail:hover:after {
          -webkit-transform: translate(-10px, -10px);
                  transform: translate(-10px, -10px);
          background-color: rgba(0, 0, 0, 0.05); } }
  .btn a .company-detail-caption {
    font: 10px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    display: block;
    text-align: right;
    margin-top: -14px; }
.btn.bkgray a:hover {
  background-color: white; }
.btn.center {
  text-align: center; }
.btn.center {
  text-align: center; }
.btn.center-store {
  text-align: center;
  padding: 0px 10px; }
.btn.white a {
  color: white;
  border: 1px solid white;
  -webkit-transition: .3s;
  transition: .3s; }
  .btn.white a:before {
    border-bottom: 10px solid white; }
  .btn.white a:after {
    content: none; }
  .btn.white a:hover {
    color: black;
    background: white; }
    .btn.white a:hover:before {
      border-bottom-color: black; }

.article__title h2 {
  text-align: center;
  font: normal 53px/1 "linotype-didot", sans-serif; }
  @media screen and (max-width: 959px) {
    .article__title h2 {
      font-size: 26px; } }
.article__title + .article__main {
  margin-top: 60px; }
  @media screen and (max-width: 959px) {
    .article__title + .article__main {
      margin-top: 30px; } }
.article + .article {
  padding-top: 150px; }
  @media screen and (max-width: 959px) {
    .article + .article {
      padding-top: 60px; } }

@media screen and (max-width: 959px) {
  .sitemap {
    width: calc(100vw - 60px);
    margin: 0 auto; } }
.sitemap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 959px) {
    .sitemap__list {
      display: block; } }
.sitemap__listinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
.sitemap__item li a {
  text-decoration: none; }
  .sitemap__item li a:hover {
    text-decoration: underline; }
.sitemap__item li:not(.parent) a {
  color: white;
  font-size: 12px;
  font-weight: 100;
  line-height: 1;
  opacity: .7;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
  @media screen and (max-width: 959px) {
    .sitemap__item li:not(.parent) a {
      font-size: 12px; } }
.sitemap__item li + li {
  margin-top: 7px; }
.sitemap__item li.parent a {
  color: white;
  display: block;
  font-size: 16px;
  line-height: 1;
  height: 14px;
  margin-bottom: 20px;
  font-family: "linotype-didot", sans-serif; }
  @media screen and (max-width: 959px) {
    .sitemap__item li.parent a {
      font-size: 14px; } }
.sitemap__item li .sitemap__childlist li a {
  color: white;
  font-size: 14px;
  line-height: 1;
  opacity: .7;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
  @media screen and (max-width: 959px) {
    .sitemap__item li .sitemap__childlist li a {
      font-size: 12px; } }
.sitemap__item li .sitemap__childlist li + li {
  margin-top: 10px; }
.sitemap__item + .sitemap__item {
  margin-left: 60px; }
.sitemap__item.noparent {
  padding-top: 33px;
  margin-left: 30px; }
.sitemap__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px; }
  .sitemap__nav li a {
    font-size: 16px;
    line-height: 1;
    font-family: "linotype-didot", sans-serif;
    text-decoration: none;
    color: white; }
    .sitemap__nav li a:hover {
      text-decoration: underline; }
    @media screen and (max-width: 959px) {
      .sitemap__nav li a {
        font-size: 14px; } }
  .sitemap__nav li + li {
    margin-left: 50px; }
  @media screen and (max-width: 959px) {
    .sitemap__nav {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .sitemap__nav li {
        width: 50%;
        margin-left: 0 !important;
        text-align: center;
        padding: 13px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
        .sitemap__nav li:nth-child(even) {
          border-left: 1px solid rgba(255, 255, 255, 0.2); } }
@media screen and (max-width: 959px) {
  .sitemap .spparent {
    position: relative;
    color: white;
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center; }
    .sitemap .spparent:before {
      content: "+";
      position: absolute;
      top: 14px;
      right: 20px;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.5); }
    .sitemap .spparent a {
      display: inline;
      color: white;
      font-size: 14px;
      line-height: 1;
      font-family: "linotype-didot", sans-serif;
      text-decoration: none; }
    .sitemap .spparent.on:before {
      content: "-"; }
  .sitemap .child {
    overflow: hidden;
    height: 0;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: height .3s ease;
    transition: height .3s ease; }
    .sitemap .child.on {
      height: auto;
      padding: 15px 10px 25px;
      text-align: center; }
    .sitemap .child ul li a {
      opacity: 1;
      letter-spacing: .15em; }
    .sitemap .child ul li + li {
      margin-top: 15px; }
  .sitemap dl:first-child .spparent {
    border-top: 1px solid rgba(255, 255, 255, 0.2); } }

.list-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (min-width: 960px) {
    .list-news {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .list-news__item {
    width: calc((100% - 40px)/2);
    margin-bottom: 40px; }
    @media screen and (max-width: 959px) {
      .list-news__item {
        width: 100%;
        padding: 0;
        margin-bottom: 20px; } }
    .list-news__item a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      height: 100%;
      text-decoration: none;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
      @media screen and (max-width: 959px) {
        .list-news__item a {
          padding: 0 30px 20px; } }
      .list-news__item a:before {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 10px;
        height: 10px;
        border-bottom: 10px solid black;
        border-left: 10px solid transparent;
        -webkit-transition: .3s;
        transition: .3s; }
      .list-news__item a:hover {
        opacity: .4; }
    .list-news__item .item__thumbnail {
      width: 160px; }
      @media screen and (max-width: 959px) {
        .list-news__item .item__thumbnail {
          width: 136px; } }
    .list-news__item .item__body {
      width: calc(100% - 175px); }
      @media screen and (max-width: 959px) {
        .list-news__item .item__body {
          width: calc(100% - 146px); } }
      .list-news__item .item__body h3 {
        font: normal 14px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
        line-height: 1.4;
        margin-top: -3px; }
        @media screen and (max-width: 959px) {
          .list-news__item .item__body h3 {
            font-size: 12px; } }
    .list-news__item .item__date {
      font: normal 10px/1 "linotype-didot", sans-serif;
      opacity: .5;
      margin-top: 10px; }
      @media screen and (min-width: 960px) {
        .list-news__item .item__date {
          font-size: 12px; } }
    .list-news__item .item__read {
      font: normal 10px/1.6 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
      margin-top: 4px; }
      @media screen and (min-width: 960px) {
        .list-news__item .item__read {
          font-size: 12px; } }
  .list-news.works .item__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .list-news.works .item__body h3 {
      font-size: 14px;
      font-weight: normal; }
      @media screen and (max-width: 959px) {
        .list-news.works .item__body h3 {
          font-size: 12px; } }
    @media screen and (max-width: 959px) {
      .list-news.works .item__body .item__date {
        padding-left: 0 !important; } }
  @media screen and (max-width: 959px) {
    .list-news.sp3 .list-news__item:nth-child(4) {
      display: none; } }

.list-service {
  max-width: 1467px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 960px) {
    .list-service .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 450px; }
      .list-service .item + .item {
        margin-top: 50px; } }
  @media screen and (max-width: 959px) {
    .list-service .item {
      padding: 0 20px; }
      .list-service .item + .item {
        margin-top: 40px; } }
  @media screen and (min-width: 960px) {
    .list-service .item__thumbnail {
      width: 50%;
      text-align: right;
      z-index: 1; }
      .list-service .item__thumbnail img {
        max-height: 450px;
        margin-top: -10px;
        margin-right: -20px;
        -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
                box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6); } }
  @media screen and (max-width: 1500px) {
    .list-service .item__thumbnail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .list-service .item__thumbnail img {
        margin-right: 0;
        margin-left: 20px; } }
  @media screen and (max-width: 959px) {
    .list-service .item__thumbnail {
      margin-bottom: 30px; }
      .list-service .item__thumbnail img {
        margin: 0; } }
  @media screen and (min-width: 960px) {
    .list-service .item__body {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 50%;
      padding-left: 70px; }
      .list-service .item__body:before {
        content: "";
        display: block;
        max-width: 712px;
        width: 100%;
        height: 100%;
        background: #f5f5f5;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; } }
  @media screen and (max-width: 1500px) {
    .list-service .item__body {
      padding-left: 50px; } }
  @media screen and (max-width: 959px) {
    .list-service .item__body {
      padding: 0 10px; } }
  .list-service .item__title {
    margin-bottom: 30px; }
    .list-service .item__title h3 {
      display: inline;
      font: normal 32px/1 "linotype-didot", sans-serif; }
    .list-service .item__title span {
      font: bold 12px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
      vertical-align: 5px;
      margin-left: 20px; }
    @media screen and (max-width: 959px) {
      .list-service .item__title {
        margin-bottom: 15px; }
        .list-service .item__title h3 {
          font-size: 16px; }
        .list-service .item__title span {
          display: none; } }
  .list-service .item__contents p {
    font: normal 15px/2 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    max-width: 450px; }
  .list-service .item__contents .btn {
    margin-top: 30px; }
  @media screen and (max-width: 959px) {
    .list-service .item__contents p {
      font-size: 12px;
      line-height: 1.6;
      margin: 0 auto; }
    .list-service .item__contents .btn {
      margin-top: 15px; } }
  @media screen and (min-width: 960px) {
    .list-service .item.rev {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-flow: row-reverse;
              flex-flow: row-reverse; }
      .list-service .item.rev .item__thumbnail {
        text-align: left; }
        .list-service .item.rev .item__thumbnail img {
          margin-right: auto;
          margin-left: -20px; }
      .list-service .item.rev .item__body {
        padding-left: 80px; }
        .list-service .item.rev .item__body:before {
          left: auto;
          right: 0; } }
    @media screen and (min-width: 960px) and (max-width: 1500px) {
      .list-service .item.rev .item__body {
        padding-left: 30px;
        padding-right: 50px; } }

.list-textnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -40px; }
  @media screen and (max-width: 959px) {
    .list-textnav {
      margin-bottom: 0; } }
  .list-textnav__item {
    width: calc((100% - 40px)/2);
    margin-bottom: 40px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
    @media screen and (max-width: 959px) {
      .list-textnav__item {
        width: 100%;
        margin-bottom: 0;
        border-bottom: 0; }
        .list-textnav__item:last-of-type {
          border-bottom: 1px solid #eee; } }
    .list-textnav__item a {
      display: block;
      position: relative;
      padding: 30px 10px 27px;
      text-decoration: none; }
      .list-textnav__item a p {
        font: normal 16px/1 "linotype-didot", sans-serif;
        letter-spacing: .2em; }
      .list-textnav__item a span {
        position: relative;
        margin-top: 5px;
        letter-spacing: .3em;
        opacity: .8;
        left: 1px;
        font: 100 10px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
      .list-textnav__item a:before {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 10px;
        height: 10px;
        border-bottom: 10px solid black;
        border-left: 10px solid transparent; }
      .list-textnav__item a:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fafafa;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        -webkit-transform: translate(10px, 10px);
                transform: translate(10px, 10px);
        z-index: -1; }
        @media screen and (max-width: 959px) {
          .list-textnav__item a:after {
            content: none; } }
      .list-textnav__item a:hover:after {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
        background: #F5F5F5; }

.list-imgnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .list-imgnav__item {
    width: calc((100% - 80px)/3);
    margin-bottom: 40px; }
    @media screen and (min-width: 960px) {
      .list-imgnav__item {
        margin-right: 40px; }
        .list-imgnav__item:nth-child(3n) {
          margin-right: 0; } }
    @media screen and (max-width: 959px) {
      .list-imgnav__item {
        width: 100%; } }
    .list-imgnav__item p {
      font: normal 20px/1 "linotype-didot", sans-serif;
      margin-top: 20px;
      text-align: center; }
      @media screen and (max-width: 959px) {
        .list-imgnav__item p {
          font-size: 16px; } }
    .list-imgnav__item h3 {
      font: normal 12px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
      text-align: center;
      margin-bottom: 20px;
      margin-top: 10px; }
    .list-imgnav__item .btn a {
      max-width: 100%; }
    .list-imgnav__item .item__contents {
      padding: 0 10px; }
    .list-imgnav__item .item__thumbnail {
      text-align: center; }

.flex-imgtxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 959px) {
    .flex-imgtxt {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media screen and (max-width: 959px) {
    .flex-imgtxt.sp-rev {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-flow: column-reverse;
              flex-flow: column-reverse; } }
  .flex-imgtxt .txt {
    position: relative;
    width: calc(50% - 90px); }
    @media screen and (max-width: 959px) {
      .flex-imgtxt .txt {
        width: 100%;
        padding: 0 10px; } }
    .flex-imgtxt .txt p {
      font: normal 14px/2 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
      .flex-imgtxt .txt p + ul, .flex-imgtxt .txt p + p {
        margin-top: 20px; }
    .flex-imgtxt .txt > div {
      position: relative; }
      .flex-imgtxt .txt > div:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 25px;
        right: 20px;
        background: #F5F5F5;
        z-index: -1; }
      @media screen and (max-width: 959px) {
        .flex-imgtxt .txt > div:before {
          content: none; } }
    .flex-imgtxt .txt.full {
      width: 100%; }
  .flex-imgtxt .img {
    width: 50%;
    margin-top: 30px; }
    @media screen and (max-width: 959px) {
      .flex-imgtxt .img {
        width: 100%; } }
    .flex-imgtxt .img.full {
      width: 100%;
      margin-top: 70px; }
      @media screen and (max-width: 959px) {
        .flex-imgtxt .img.full {
          margin-top: 30px; } }

.detail h3 {
  font: bold 20px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
  .detail h3 + p {
    margin-top: 20px; }
.detail p {
  font: normal 14px/2 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
  .detail p + ul, .detail p + p {
    margin-top: 5px; }
  .detail p + table {
    margin-top: 15px; }
  .detail p + h3 {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #ddd; }
.detail ul + h3 {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ddd; }

.post {
  max-width: 740px;
  padding: 0 20px;
  margin: 0 auto; }
  .post__title {
    padding: 3px 0 6px 20px;
    border-left: 3px solid #212121; }
    .post__title h2 {
      font: normal 20px/1.4 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
    .post__title p.date {
      font: normal 12px/1 "linotype-didot", sans-serif;
      color: #666;
      margin-top: 5px; }
  .post__main {
    padding-top: 40px;
    margin-top: 20px;
    border-top: 1px solid #DDDDDD; }
    .post__main p {
      font: normal 14px/2 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
    .post__main .btn {
      margin-top: 50px; }
    .post__main.news p {
      font: normal 14px/2 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
      @media screen and (max-width: 767px) {
        .post__main.news p {
          font-size: 14px; } }
    .post__main.news h3 {
      font-size: 20px !important;
      padding: 10px 5px;
      border-top: 1px solid #DDDDDD;
      border-bottom: 1px solid #DDDDDD;
      padding-left: 20px !important;
      background: #fafafa; }
      .post__main.news h3:before {
        content: none !important; }
    .post__main.news h4 {
      font-size: 20px;
      font-weight: bold; }
    .post__main.news h5 {
      font-size: 16px;
      font-weight: bold; }
    .post__main.news h4 {
      position: relative;
      padding-left: 30px; }
      .post__main.news h4:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 1px;
        width: 4px;
        height: 100%;
        background: #212121; }
    .post__main.news h3, .post__main.news h4, .post__main.news h5 {
      margin-top: 40px; }
    .post__main.news .content-top + h3, .post__main.news .content-top + h4, .post__main.news .content-top + h5 {
      margin-top: 0; }
    .post__main.news h3:before {
      height: calc(100% - 10px); }
    .post__main.news p + p,
    .post__main.news p + img,
    .post__main.news img + p,
    .post__main.news h3 + p,
    .post__main.news h4 + p,
    .post__main.news h5 + p {
      margin-top: 30px; }
    .post__main.news strong {
      font-weight: bold; }
    @media screen and (max-width: 959px) {
      .post__main.news h3 {
        font-size: 16px !important; }
      .post__main.news h4 {
        font-size: 16px; }
      .post__main.news h5 {
        font-size: 14px;
        font-weight: bold; }
      .post__main.news h3, .post__main.news h4, .post__main.news h5 {
        margin-top: 30px;
        padding-left: 15px; }
        .post__main.news h3:before, .post__main.news h4:before, .post__main.news h5:before {
          width: 2px; }
      .post__main.news p + img,
      .post__main.news img + p,
      .post__main.news h3 + p,
      .post__main.news h4 + p,
      .post__main.news h5 + p {
        margin-top: 15px; } }

.slider {
  max-width: 600px;
  margin: 0 auto 20px; }
  .slider .slide {
    max-width: 600px; }
    .slider .slide__inner {
      position: relative;
      padding-top: 75%;
      overflow: hidden; }
    .slider .slide img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px; }
    .slider .slick-dots li {
      position: relative;
      width: calc((100% - 40px)/5);
      margin-bottom: 10px;
      margin-right: 10px;
      height: 75px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .slider .slick-dots li {
          height: 11vw; } }
      .slider .slick-dots li img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .slider .slick-dots li:nth-child(5n) {
        margin-right: 0; }
  .slider.slide-branch .slide__inner {
    padding-top: 100%; }

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

/* =========================================================
	#wrapper
========================================================= */
/* =========================================================
 underpage
========================================================= */
body:not(#home-page) .article__main {
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }
  body:not(#home-page) .article__main.w1100 {
    max-width: 1140px; }
  body:not(#home-page) .article__main.w700 {
    max-width: 740px; }
  @media screen and (max-width: 959px) {
    body:not(#home-page) .article__main.sp-full {
      max-width: none;
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }
body:not(#home-page) .article__title.small {
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }
  body:not(#home-page) .article__title.small h2 {
    font: bold 20px/1.4 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    text-align: left; }
  body:not(#home-page) .article__title.small + .article__main {
    margin-top: 45px; }
  @media screen and (max-width: 959px) {
    body:not(#home-page) .article__title.small {
      padding-left: 30px;
      padding-right: 30px; }
      body:not(#home-page) .article__title.small h2 {
        font-size: 16px; }
      body:not(#home-page) .article__title.small + .article__main {
        margin-top: 25px; } }
  body:not(#home-page) .article__title.small.center h2 {
    text-align: center; }

/* =========================================================
	pagetitle
========================================================= */
.pagetitle {
  padding-top: 75px;
  border-bottom: solid 1px #DDDDDD; }
  @media screen and (max-width: 959px) {
    .pagetitle {
      padding-top: 50px; } }
  .pagetitle__inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 50px 20px; }
    @media screen and (max-width: 959px) {
      .pagetitle__inner {
        text-align: center;
        padding: 25px 20px; } }
  .pagetitle__enttl {
    font: normal 53px/1 "linotype-didot", sans-serif; }
    @media screen and (max-width: 959px) {
      .pagetitle__enttl {
        font-size: 30px; } }
  .pagetitle__title {
    display: inline;
    margin-left: 20px;
    font: normal 12px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
    @media screen and (max-width: 959px) {
      .pagetitle__title {
        display: block;
        margin-left: 0;
        margin-top: 5px; } }
  .pagetitle + .article {
    margin-top: 100px; }
    @media screen and (max-width: 959px) {
      .pagetitle + .article {
        margin-top: 60px; } }
  .pagetitle--imaged {
    padding-top: 60px;
    margin-bottom: 100px; }
    @media screen and (max-width: 959px) {
      .pagetitle--imaged {
        padding-top: 50px;
        margin-bottom: 60px; } }
    .pagetitle--imaged__parent {
      display: block;
      width: 100%;
      background: #F5F5F5;
      font: normal 14px/1 "linotype-didot", sans-serif;
      letter-spacing: .2em;
      padding: 15px 20px 12px;
      text-align: center;
      text-decoration: none;
      -webkit-transition: all .15s ease;
      transition: all .15s ease; }
      @media screen and (max-width: 959px) {
        .pagetitle--imaged__parent {
          font-size: 10px; } }
      .pagetitle--imaged__parent:hover {
        background: #ddd; }
    .pagetitle--imaged__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 450px;
      background-size: cover;
      background-position: center; }
      @media screen and (max-width: 959px) {
        .pagetitle--imaged__wrapper {
          height: 200px; } }
      .pagetitle--imaged__wrapper > div {
        max-width: 1300px;
        width: 100%;
        padding: 0 20px;
        margin: 0 auto; }
        @media screen and (max-width: 959px) {
          .pagetitle--imaged__wrapper > div {
            text-align: center; } }
      .pagetitle--imaged__wrapper p {
        font: normal 53px/1 "linotype-didot", sans-serif;
        color: white; }
        @media screen and (max-width: 959px) {
          .pagetitle--imaged__wrapper p {
            font-size: 30px; } }
      .pagetitle--imaged__wrapper h1 {
        margin-top: 20px;
        font: normal 16px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
        color: white;
        letter-spacing: .3em;
        margin-left: 4px; }
        @media screen and (max-width: 959px) {
          .pagetitle--imaged__wrapper h1 {
            font-size: 12px;
            margin-top: 5px; } }

.underpage-csr .pagetitle--imaged__wrapper,
.underpage-branch .pagetitle--imaged__wrapper,
.underpage-advantage .pagetitle--imaged__wrapper,
.underpage-outline .pagetitle--imaged__wrapper,
.underpage-history .pagetitle--imaged__wrapper,
.underpage-policy .pagetitle--imaged__wrapper,
.underpage-message .pagetitle--imaged__wrapper {
  background-image: url(/images/company/detail-bk01.jpg); }

#works-page .pagetitle--imaged__wrapper,
#stores-page.underpage-restaurant .pagetitle--imaged__wrapper {
  background-image: url(/images/store/detail-bk01.jpg); }

#stores-page.underpage-salon .pagetitle--imaged__wrapper {
  background-image: url(/images/store/detail-bk02.jpg); }

#stores-page.underpage-clinic .pagetitle--imaged__wrapper {
  background-image: url(/images/store/detail-bk03.jpg); }

#stores-page.underpage-apparel .pagetitle--imaged__wrapper {
  background-image: url(/images/store/detail-bk04.jpg?20210702); }

#stores-page.underpage-demolition .pagetitle--imaged__wrapper {
  background-image: url(/images/store/detail-bk05.jpg); }

#individuals-page.underpage-painting .pagetitle--imaged__wrapper {
  background-image: url(/images/individuals/detail-bk01.jpg); }

#individuals-page.underpage-reform .pagetitle--imaged__wrapper {
  background-image: url(/images/individuals/detail-bk02.jpg); }

#individuals-page.underpage-demolition .pagetitle--imaged__wrapper {
  background-image: url(/images/individuals/detail-bk03.jpg); }

#individuals-page.underpage-construction .pagetitle--imaged__wrapper {
  background-image: url(/images/individuals/detail-bk04.jpg); }

#individuals-page.underpage-interior .pagetitle--imaged__wrapper {
  background-image: url(/images/individuals/detail-bk05.jpg); }

#individuals-page.underpage-reduction .pagetitle--imaged__wrapper {
  background-image: url(/images/individuals/detail-bk06.jpg); }

#individuals-page.underpage-roof .pagetitle--imaged__wrapper {
  background-image: url(/images/individuals/detail-bk07.jpg); }

#individuals-page.underpage-exterior .pagetitle--imaged__wrapper {
  background-image: url(/images/individuals/detail-bk08.jpg); }

#individuals-page.underpage-mreform .pagetitle--imaged__wrapper {
  background-image: url(/images/individuals/detail-bk09.jpg); }

#individuals-page.underpage-other .pagetitle--imaged__wrapper {
  background-image: url(/images/individuals/detail-bk10.jpg); }

#office-page.underpage-restoration .pagetitle--imaged__wrapper {
  background-image: url(/images/office/detail-bk01.jpg); }

#office-page.underpage-refurbishment .pagetitle--imaged__wrapper {
  background-image: url(/images/office/detail-bk02.jpg); }

#office-page.underpage-facade .pagetitle--imaged__wrapper {
  background-image: url(/images/office/detail-bk03.jpg); }

#office-page.underpage-mansion .pagetitle--imaged__wrapper {
  background-image: url(/images/office/detail-bk04.jpg); }

#office-page.underpage-facility .pagetitle--imaged__wrapper {
  background-image: url(/images/office/detail-bk05.jpg); }

#office-page.underpage-hotel .pagetitle--imaged__wrapper {
  background-image: url(/images/office/detail-bk06.jpg); }

/* =========================================================
	fade
========================================================= */
#fade {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 99;
  -webkit-animation: fadeOut 1s;
          animation: fadeOut 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0;
    visibility: hidden; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0;
    visibility: hidden; } }
/* =========================================================
	header
========================================================= */
.header {
  position: fixed;
  height: 60px;
  width: 100%;
  background: white;
  z-index: 90; }
  @media screen and (max-width: 959px) {
    .header {
      height: 50px; } }
  .header__logo {
    display: inline-block;
    padding-top: 15px;
    padding-left: 30px; }
    @media screen and (max-width: 959px) {
      .header__logo {
        padding-left: 20px;
        padding-top: 11px; } }
    .header__logo a:hover {
      opacity: .4; }
  .header__btn {
    position: absolute;
    right: 30px;
    top: 8px;
    z-index: 101; }
    @media screen and (max-width: 959px) {
      .header__btn {
        right: 10px;
        top: 5px; } }
  .header__menu--expandable {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 100;
    background: black;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    will-change: opacity, transform; }
    .header__menu--expandable.on {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
      @media screen and (max-width: 959px) {
        .header__menu--expandable.on {
          overflow-y: scroll;
          display: block; } }

.menu-btn {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer; }
  .menu-btn__icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 2px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: black;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .menu-btn__icon:after, .menu-btn__icon:before {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: black;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .menu-btn__icon:after {
      -webkit-transform: translate(0, 400%);
              transform: translate(0, 400%); }
    .menu-btn__icon:before {
      -webkit-transform: translate(0, -400%);
              transform: translate(0, -400%); }
  .menu-btn.on .menu-btn__icon {
    background: transparent; }
    .menu-btn.on .menu-btn__icon:before {
      background-color: white;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .menu-btn.on .menu-btn__icon:after {
      background-color: white;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
.menu__logo {
  text-align: center;
  padding-bottom: 80px; }
  @media screen and (max-width: 959px) {
    .menu__logo {
      min-width: 200px;
      width: 40vw;
      margin: 0 auto;
      padding-top: 100px; } }
.menu__copyright {
  text-align: center;
  color: white;
  margin-top: 30px; }
  .menu__copyright p {
    font-size: 12px;
    font-family: "linotype-didot", sans-serif;
    letter-spacing: .12em;
    opacity: .6; }
    @media screen and (max-width: 959px) {
      .menu__copyright p {
        font-size: 10px; } }

/* =========================================================
	footer
========================================================= */
.footer {
  background: black;
  padding-top: 80px;
  margin-top: 150px; }
  @media screen and (max-width: 959px) {
    .footer {
      padding-top: 40px;
      margin-top: 60px; } }
  .footer__logo {
    position: relative;
    margin: 0 auto 80px;
    width: 200px; }
    @media screen and (max-width: 959px) {
      .footer__logo {
        margin-bottom: 40px; } }
  .footer__copyright {
    padding: 30px 0;
    text-align: center;
    color: white; }
    .footer__copyright p {
      font-size: 12px;
      font-family: "linotype-didot", sans-serif;
      letter-spacing: .12em;
      opacity: .6; }
      @media screen and (max-width: 959px) {
        .footer__copyright p {
          font-size: 10px; } }

/* home page
========================================================= */
#home-page .mv {
  position: relative;
  padding-top: 60px;
  width: 100%;
  z-index: 1; }
  @media screen and (max-width: 959px) {
    #home-page .mv {
      padding-top: 50px; } }
  #home-page .mv__bk {
    position: relative;
    width: 100%;
    height: calc(100vh - 60px);
    overflow: hidden; }
    #home-page .mv__bk:before {
      content: "";
      display: block;
      background: rgba(0, 0, 0, 0.4);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0; }
    #home-page .mv__bk video {
      width: 100%;
      min-width: 100%;
      min-height: 100%;
      z-index: -1;
      -o-object-fit: cover;
         object-fit: cover; }
      @media screen and (min-width: 960px) {
        #home-page .mv__bk video.sp {
          display: none !important; } }
      @media screen and (max-width: 959px) {
        #home-page .mv__bk video.pc {
          display: none !important; } }
    @media screen and (max-width: 959px) {
      #home-page .mv__bk {
        height: 290px; } }
  #home-page .mv__copy {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: calc(100% - 60px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1; }
    @media screen and (max-width: 959px) {
      #home-page .mv__copy {
        height: calc(100% - 50px); } }
    #home-page .mv__copy img {
      width: 560px; }
      @media screen and (max-width: 959px) {
        #home-page .mv__copy img {
          width: 250px; } }
#home-page .cnt-company {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px; }
  @media screen and (max-width: 959px) {
    #home-page .cnt-company {
      padding: 60px 20px; } }
  #home-page .cnt-company:before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 63.3vw;
    height: 100%;
    background: #f5f5f5;
    z-index: -1; }
    @media screen and (max-width: 959px) {
      #home-page .cnt-company:before {
        display: none; } }
  #home-page .cnt-company .company__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  #home-page .cnt-company .company__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(575 / 1920 * 100%);
    margin-left: calc(155 / 1920 * 100%); }
    @media screen and (max-width: 959px) {
      #home-page .cnt-company .company__txt {
        width: 100%;
        margin-left: 0; } }
  #home-page .cnt-company .company__img {
    max-width: 1057px;
    width: calc(1057 / 1920 * 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #home-page .cnt-company .company__img img {
      width: 100%;
      min-height: 602px;
      -o-object-fit: cover;
         object-fit: cover; }
    @media screen and (max-width: 959px) {
      #home-page .cnt-company .company__img {
        width: 100%;
        max-width: 430px;
        margin: 30px auto; }
        #home-page .cnt-company .company__img img {
          min-height: 0; } }
  @media screen and (max-width: 959px) {
    #home-page .cnt-company .company__head {
      text-align: center; } }
  #home-page .cnt-company .company__head h2 {
    display: inline-block;
    font: normal 53px/1 "linotype-didot", sans-serif; }
    @media screen and (max-width: 959px) {
      #home-page .cnt-company .company__head h2 {
        font-size: 24px;
        text-align: center; } }
  #home-page .cnt-company .company__head span {
    font: bold 12px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    vertical-align: 10px;
    margin-left: 20px; }
    @media screen and (max-width: 959px) {
      #home-page .cnt-company .company__head span {
        display: none; } }
  #home-page .cnt-company .company__body {
    margin-top: 40px; }
    @media screen and (max-width: 959px) {
      #home-page .cnt-company .company__body {
        margin-top: 25px;
        padding: 0 10px; } }
    #home-page .cnt-company .company__body p {
      width: 400px;
      font: normal 15px/2 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
      @media screen and (max-width: 959px) {
        #home-page .cnt-company .company__body p {
          font-size: 12px;
          line-height: 1.6;
          width: 100%; } }
    #home-page .cnt-company .company__body .btn {
      margin-top: 40px; }
      @media screen and (max-width: 959px) {
        #home-page .cnt-company .company__body .btn {
          margin-top: 30px;
          text-align: center; } }
#home-page .cnt-news {
  max-width: 1000px;
  width: 100%;
  margin: 150px auto; }
  @media screen and (max-width: 959px) {
    #home-page .cnt-news {
      margin: 0 0 60px; } }
  #home-page .cnt-news__title h2 {
    font: normal 40px/1 "linotype-didot", sans-serif;
    text-align: center; }
    @media screen and (max-width: 959px) {
      #home-page .cnt-news__title h2 {
        font-size: 26px; } }
  #home-page .cnt-news__body {
    margin-top: 50px; }
    @media screen and (max-width: 959px) {
      #home-page .cnt-news__body {
        margin-top: 30px; } }
    @media screen and (max-width: 959px) {
      #home-page .cnt-news__body .btn {
        margin-top: 20px; } }
@media screen and (max-width: 959px) {
  #home-page .cnt-service {
    padding: 60px 0;
    background: #f5f5f5; } }
#home-page .cnt-works .btn {
  margin-top: 30px; }
#home-page .cnt-works .article__main p {
  max-width: 450px;
  margin: 0 auto;
  font: normal 15px/2 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
@media screen and (max-width: 959px) {
  #home-page .cnt-works .article__main {
    padding: 0 20px; }
    #home-page .cnt-works .article__main p {
      margin-top: 20px;
      font-size: 12px;
      padding: 0 10px; } }
#home-page .cnt-works .article__main .img {
  text-align: center; }
#home-page .cnt-works .article__main .works-img {
  display: block;
  height: 146px;
  width: 100%;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center;
  background-repeat-y: no-repeat;
  background-image: url(/images/index/img06@2x.jpg?20210630); }

@media screen and (max-width: 959px) {
  #works-page .sp-full p {
    padding-left: 30px;
    padding-right: 30px;
    line-height: 1.6; } }
#works-page p + ul {
  margin-top: 40px; }

#contact-page .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 959px) {
    #contact-page .tel {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  #contact-page .tel__header {
    padding: 20px 30px;
    background: #f5f5f5; }
    @media screen and (max-width: 959px) {
      #contact-page .tel__header {
        width: 100%; } }
  #contact-page .tel__body {
    width: calc(100% - 265px); }
    #contact-page .tel__body a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 20px 30px;
      background: #212121;
      text-decoration: none; }
      #contact-page .tel__body a:hover {
        opacity: .6; }
    @media screen and (max-width: 959px) {
      #contact-page .tel__body {
        width: 100%; } }
  #contact-page .tel__ttlen {
    font: normal 20px/1 "linotype-didot", sans-serif; }
  #contact-page .tel__ttlja {
    margin-top: 7px;
    font: normal 12px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    opacity: .5; }
  #contact-page .tel__num {
    font: bold 20px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    color: white; }
  #contact-page .tel__desc {
    margin-top: 7px;
    font: 100 12px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    color: white; }
#contact-page .article.pt100 {
  padding-top: 100px; }
#contact-page .article__main.form p {
  font: normal 14px/2 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
#contact-page .form .mw_wp_form .error-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  background: rgba(236, 24, 52, 0.1);
  border: 1px solid #ec1834;
  color: #ec1834;
  text-align: center; }
#contact-page .form .mw_wp_form.mw_wp_form_error .error-area {
  display: block; }
#contact-page .form .mw_wp_form .confilm-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  margin-top: 60px;
  background: rgba(18, 124, 179, 0.1);
  border: 1px solid #127CB3;
  color: #127CB3;
  text-align: center; }
#contact-page .form .mw_wp_form.mw_wp_form_confirm .confilm-area {
  display: block; }
#contact-page .form .mw_wp_form dl .error {
  display: inline-block;
  margin-top: 20px;
  margin-right: 8px;
  color: #ec1834;
  padding: 13px 13px 15px;
  background: rgba(236, 24, 52, 0.1); }
  #contact-page .form .mw_wp_form dl .error + .error {
    left: 200px; }
#contact-page .form .mw_wp_form dd {
  position: relative; }
#contact-page .form .mw_wp_form dt {
  position: relative;
  font-size: 18px;
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 24px;
  border-bottom: 1px solid #DDDDDD; }
  #contact-page .form .mw_wp_form dt:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 24px;
    background: black;
    top: 50%;
    left: 0; }
  #contact-page .form .mw_wp_form dt span.must {
    display: inline-block;
    margin-left: 8px;
    padding: 5px 10px 6px;
    border-radius: 2px;
    border: 1px solid black;
    color: black;
    font-size: 14px;
    line-height: 1; }
#contact-page .form .mw_wp_form dd.flex-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #contact-page .form .mw_wp_form dd.flex-col4 > span:not(.error) {
    width: calc((100% - 30px)/4); }
    #contact-page .form .mw_wp_form dd.flex-col4 > span:not(.error):nth-of-type(4) {
      padding-right: 0; }
    @media screen and (max-width: 959px) {
      #contact-page .form .mw_wp_form dd.flex-col4 > span:not(.error) {
        width: 100%;
        padding-left: 0;
        margin: 0;
        margin-top: 8px; } }
#contact-page .form .mw_wp_form dd.flex-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #contact-page .form .mw_wp_form dd.flex-col3 > span:not(.error) {
    width: calc((100% - 20px) / 3); }
    #contact-page .form .mw_wp_form dd.flex-col3 > span:not(.error):nth-of-type(3) {
      padding-right: 0; }
  #contact-page .form .mw_wp_form dd.flex-col3 > input {
    width: calc((100% - 20px) / 3);
    padding-right: 8px; }
    #contact-page .form .mw_wp_form dd.flex-col3 > input:nth-of-type(3) {
      margin-right: 0; }
  @media screen and (max-width: 600px) {
    #contact-page .form .mw_wp_form dd.flex-col3 > span:not(.error) {
      width: 100%;
      margin-left: 0; }
    #contact-page .form .mw_wp_form dd.flex-col3 > input {
      width: 100%;
      margin-left: 0; } }
  #contact-page .form .mw_wp_form dd.flex-col3 p.caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    #contact-page .form .mw_wp_form dd.flex-col3 p.caption span {
      display: block;
      font-size: 12px;
      line-height: 1.6;
      margin-top: 10px; }
#contact-page .form .mw_wp_form dd.flex-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #contact-page .form .mw_wp_form dd.flex-col2 > span:not(.error) {
    width: calc((100% - 8px)/2); }
    #contact-page .form .mw_wp_form dd.flex-col2 > span:not(.error):nth-of-type(2) {
      padding-right: 0; }
  #contact-page .form .mw_wp_form dd.flex-col2 > input {
    width: calc((100% - 8px)/2);
    padding-right: 8px; }
    #contact-page .form .mw_wp_form dd.flex-col2 > input:nth-of-type(2) {
      margin-right: 0; }
#contact-page .form .mw_wp_form .mwform-radio-field-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 15px 15px 15px 45px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background-color: #F5F5F5;
  font-size: 16px !important;
  cursor: pointer; }
  #contact-page .form .mw_wp_form .mwform-radio-field-text:before, #contact-page .form .mw_wp_form .mwform-radio-field-text:after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: ''; }
  #contact-page .form .mw_wp_form .mwform-radio-field-text:before {
    opacity: 0; }
  #contact-page .form .mw_wp_form .mwform-radio-field-text:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    left: 15px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #bbb;
    border-radius: 2px;
    background: white; }
  #contact-page .form .mw_wp_form .mwform-radio-field-text:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    left: 21px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: black;
    z-index: 1; }
  #contact-page .form .mw_wp_form .mwform-radio-field-text:after {
    border-radius: 100%; }
#contact-page .form .mw_wp_form .mwform-zip-field {
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #contact-page .form .mw_wp_form .mwform-zip-field input {
    margin: 0 10px !important; }
#contact-page .form .mw_wp_form input[type=radio] {
  display: none; }
#contact-page .form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:after {
  border-color: black; }
#contact-page .form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:before {
  opacity: 1; }
#contact-page .form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text {
  background: black;
  color: white; }
#contact-page .form .mw_wp_form input[type=file] {
  margin-top: 20px; }
#contact-page .form .mw_wp_form input[type="text"], #contact-page .form .mw_wp_form input[type="email"], #contact-page .form .mw_wp_form input[type="url"], #contact-page .form .mw_wp_form textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 10px;
  border: solid 1px #DDDDDD;
  background: #F5F5F5;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px; }
  @media screen and (max-width: 959px) {
    #contact-page .form .mw_wp_form input[type="text"], #contact-page .form .mw_wp_form input[type="email"], #contact-page .form .mw_wp_form input[type="url"], #contact-page .form .mw_wp_form textarea {
      margin-top: 8px; } }
#contact-page .form .mw_wp_form .mwform-tel-field {
  width: 100%; }
#contact-page .form .mw_wp_form .mwform-tel-field input[type="text"] {
  width: 120px; }
  @media screen and (max-width: 959px) {
    #contact-page .form .mw_wp_form .mwform-tel-field input[type="text"] {
      width: calc((100% - 32px)/3); } }
#contact-page .form .mw_wp_form select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  padding: 11px 0 10px 15px;
  font-weight: 400;
  cursor: pointer;
  background: none;
  z-index: 1;
  line-height: 24px;
  border: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  font-size: 18px !important;
  border: 1px solid #DDDDDD;
  background-color: #F5F5F5;
  border-radius: 5px; }
#contact-page .form .contact-policy {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background: #F5F5F5; }
  #contact-page .form .contact-policy .section {
    margin-top: 30px; }
  #contact-page .form .contact-policy .section-title {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 24px;
    border: 0; }
    #contact-page .form .contact-policy .section-title:before {
      content: "";
      position: absolute;
      width: 3px;
      height: 24px;
      background: #E60012;
      top: 0;
      left: 0; }
    #contact-page .form .contact-policy .section-title + .section-main {
      margin-top: 15px; }
  #contact-page .form .contact-policy .inner {
    max-height: 200px;
    overflow-y: scroll; }
  @media screen and (max-width: 767px) {
    #contact-page .form .contact-policy {
      padding: 15px; } }
#contact-page .form .button {
  text-align: center;
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    #contact-page .form .button {
      margin-top: 30px; } }
#contact-page .form input[type="submit"] {
  background: black;
  color: white;
  border: 0;
  padding: 20px;
  min-width: 365px;
  font: bold 1rem/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color .15s ease;
  transition: background-color .15s ease; }
  @media screen and (max-width: 959px) {
    #contact-page .form input[type="submit"] {
      padding: 15px 20px;
      min-width: 300px; } }
  #contact-page .form input[type="submit"]:hover {
    background: #212121; }
#contact-page .form .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 959px) {
    #contact-page .form .btns {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-flow: wrap-reverse;
              flex-flow: wrap-reverse; } }
@media screen and (min-width: 960px) {
  #contact-page .form .mw_wp_form_confirm .btns .button:nth-of-type(1) {
    margin-right: 40px; } }
#contact-page .form p + .mw_wp_form {
  margin-top: 50px; }
#contact-page .form .address {
  padding: 15px; }
  #contact-page .form .address dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px; }
    @media screen and (max-width: 767px) {
      #contact-page .form .address dl {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    #contact-page .form .address dl dt {
      width: 20%;
      border: 0;
      margin-bottom: 0;
      padding: 0 0 0 10px; }
      #contact-page .form .address dl dt:before {
        height: 100%;
        opacity: .6; }
      @media screen and (max-width: 767px) {
        #contact-page .form .address dl dt {
          width: 100%;
          margin-bottom: 10px; }
          #contact-page .form .address dl dt .error {
            margin-top: 0;
            margin-left: 10px;
            font-size: 13px;
            padding: 7px 10px 8px; } }
    #contact-page .form .address dl dd {
      width: 80%; }
      #contact-page .form .address dl dd input {
        margin: 0 !important; }
      @media screen and (max-width: 767px) {
        #contact-page .form .address dl dd {
          width: 100%; } }
#contact-page .form .col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    #contact-page .form .col3 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  #contact-page .form .col3 .mwform-radio-field {
    width: 100%; }
    @media screen and (max-width: 767px) {
      #contact-page .form .col3 .mwform-radio-field {
        margin-left: 0; } }
#contact-page .form .error-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  background: rgba(236, 24, 52, 0.1);
  border: 1px solid #ec1834;
  color: #ec1834;
  text-align: center; }
#contact-page .form.mw_wp_form_error .error-area {
  display: block; }
#contact-page .form .confilm-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  margin-top: 60px;
  background: rgba(18, 124, 179, 0.1);
  border: 1px solid #127CB3;
  color: #127CB3;
  text-align: center; }
#contact-page .form.mw_wp_form_confirm .confilm-area {
  display: block; }
#contact-page .form .form-title {
  margin-top: 30px; }
  #contact-page .form .form-title h3 {
    margin: 0 !important; }
#contact-page .form .contact-tel dt {
  padding-bottom: 10px;
  border-bottom: 2px solid #DDDDDD;
  font-size: 1.1em;
  font-weight: 600; }
#contact-page .form .contact-tel dd span {
  color: black;
  font-size: 2.5em;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    #contact-page .form .contact-tel dd span {
      display: block; } }
  #contact-page .form .contact-tel dd span i {
    margin-right: 5px;
    font-size: 0.8em; }
#contact-page .form .step {
  display: table;
  table-layout: fixed;
  background: #fff; }
  #contact-page .form .step .item {
    display: table-cell;
    width: 33.3333%;
    padding: 30px 30px 20px;
    vertical-align: top;
    border-right: 1px dashed #DDDDDD;
    text-align: center; }
    #contact-page .form .step .item:last-child {
      border-right: none; }
  @media screen and (max-width: 959px) {
    #contact-page .form .step {
      display: block; }
      #contact-page .form .step .item {
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px dashed #DDDDDD; }
        #contact-page .form .step .item:last-child {
          border: none; } }
  #contact-page .form .step h4 {
    margin-bottom: 15px;
    color: black;
    font-size: 18px;
    font-weight: 600; }
    #contact-page .form .step h4 span {
      display: block;
      width: 30px;
      margin: 0 auto 5px;
      background: black;
      color: #fff;
      font-size: 16px;
      line-height: 31px;
      border-radius: 15px; }
  #contact-page .form .step i {
    display: block;
    margin: 0 auto 15px;
    color: black;
    font-size: 80px; }
#contact-page .form dl {
  display: table;
  width: 100%;
  margin: 0px;
  padding: 20px 0px;
  border-bottom: 1px dotted #e5e5e5; }
  #contact-page .form dl:first-of-type {
    border-top: 1px dotted #e5e5e5; }
  #contact-page .form dl .error {
    display: inline-block;
    margin-top: 20px;
    margin-right: 8px;
    color: #ef2027;
    padding: 13px 13px 15px;
    background: rgba(236, 24, 52, 0.1); }
    #contact-page .form dl .error + .error {
      left: 200px; }
  #contact-page .form dl dt:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  #contact-page .form dl dt.num {
    position: relative;
    padding-left: 40px; }
    #contact-page .form dl dt.num:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      background: #ef2027;
      border-radius: 15px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      line-height: 28px;
      text-align: center;
      padding: 0 0 0 2px; }
      @media screen and (max-width: 959px) {
        #contact-page .form dl dt.num:before {
          width: 26px;
          height: 26px;
          font-size: 14px;
          line-height: 24px;
          top: 35%;
          padding: 1px 0 0 0; } }
  #contact-page .form dl p.red {
    color: #DB361A; }
  #contact-page .form dl:nth-child(2) dt.num:before {
    content: "1"; }
  #contact-page .form dl:nth-child(3) dt.num:before {
    content: "2"; }
  #contact-page .form dl:nth-child(4) dt.num:before {
    content: "3"; }
  #contact-page .form dl:nth-child(5) dt.num:before {
    content: "4"; }
  #contact-page .form dl:nth-child(6) dt.num:before {
    content: "5"; }
  #contact-page .form dl:nth-child(7) dt.num:before {
    content: "6"; }
  #contact-page .form dl:nth-child(8) dt.num:before {
    content: "7"; }
  #contact-page .form dl:nth-child(9) dt.num:before {
    content: "8"; }
  #contact-page .form dl:nth-child(10) dt.num:before {
    content: "9"; }
  #contact-page .form dl dd,
  #contact-page .form dl dt {
    display: table-cell;
    font-size: 100%;
    text-align: left;
    vertical-align: middle;
    padding: 0px;
    border-width: initial !important;
    border-style: none !important;
    border-color: initial !important;
    -o-border-image: initial !important;
       border-image: initial !important; }
    #contact-page .form dl dd .must,
    #contact-page .form dl dt .must {
      float: right; }
    @media screen and (max-width: 959px) {
      #contact-page .form dl dd,
      #contact-page .form dl dt {
        display: block;
        font-size: 14px !important; }
        #contact-page .form dl dd .must,
        #contact-page .form dl dt .must {
          font-size: 11px !important; } }
  #contact-page .form dl dt {
    width: 300px; }
    @media screen and (max-width: 959px) {
      #contact-page .form dl dt {
        width: 100%; } }
  #contact-page .form dl dd {
    padding-left: 20px; }
    @media screen and (max-width: 959px) {
      #contact-page .form dl dd {
        padding-left: 0 !important; } }
  @media screen and (max-width: 767px) {
    #contact-page .form dl dd.flex-col2 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #contact-page .form dl dd.flex-col2 > span:not(.error), #contact-page .form dl dd.flex-col2 > input {
        width: 100%;
        margin-left: 0; } }
  #contact-page .form dl dd.flex-col2 + span.error {
    margin-left: 20px; }
    @media screen and (max-width: 959px) {
      #contact-page .form dl dd.flex-col2 + span.error {
        margin-left: 0; } }
  #contact-page .form dl.sub > dd {
    position: relative; }
    #contact-page .form dl.sub > dd dl {
      padding: 10px 0;
      border: 0; }
      #contact-page .form dl.sub > dd dl dt {
        width: 130px; }
        @media screen and (max-width: 959px) {
          #contact-page .form dl.sub > dd dl dt {
            width: 100%; } }
#contact-page .form input[type="number"], #contact-page .form input[type="text"], #contact-page .form input[type="email"], #contact-page .form input[type="url"], #contact-page .form input[type="tel"], #contact-page .form textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 10px;
  border: solid 1px #DDDDDD;
  background: #F4F5F7;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px !important; }
#contact-page .form input.short {
  width: 130px !important; }
  @media screen and (max-width: 959px) {
    #contact-page .form input.short {
      width: 120px !important; } }
#contact-page .form select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  padding: 11px 0 10px 15px;
  font-weight: 400;
  cursor: pointer;
  background: none;
  z-index: 1;
  line-height: 24px;
  border: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  font-size: 18px !important;
  border: 1px solid #DDDDDD;
  background-color: white;
  border-radius: 5px; }
#contact-page .form input[type=radio], #contact-page .form input[type=checkbox] {
  display: none; }
#contact-page .form .mwform-checkbox-field-text,
#contact-page .form .mwform-radio-field-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 15px 15px 15px 45px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background-color: white;
  font-size: 16px !important;
  cursor: pointer; }
  #contact-page .form .mwform-checkbox-field-text:before, #contact-page .form .mwform-checkbox-field-text:after,
  #contact-page .form .mwform-radio-field-text:before,
  #contact-page .form .mwform-radio-field-text:after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: ''; }
  #contact-page .form .mwform-checkbox-field-text:before,
  #contact-page .form .mwform-radio-field-text:before {
    opacity: 0; }
  #contact-page .form .mwform-checkbox-field-text:after,
  #contact-page .form .mwform-radio-field-text:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    left: 15px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #bbb;
    border-radius: 2px;
    background: white; }
  #contact-page .form .mwform-checkbox-field-text:before,
  #contact-page .form .mwform-radio-field-text:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    left: 21px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: black;
    z-index: 1; }
  #contact-page .form .mwform-checkbox-field-text:after,
  #contact-page .form .mwform-radio-field-text:after {
    border-radius: 100%; }
@media screen and (max-width: 959px) {
  #contact-page .form .mwform-checkbox-field,
  #contact-page .form .mwform-radio-field {
    margin-top: 10px; } }
#contact-page .form input[type=checkbox],
#contact-page .form input[type=radio] {
  display: none; }
#contact-page .form input[type=checkbox]:checked + .mwform-checkbox-field-text:after,
#contact-page .form input[type=radio]:checked + .mwform-radio-field-text:after {
  border-color: black; }
#contact-page .form input[type=checkbox]:checked + .mwform-checkbox-field-text:before,
#contact-page .form input[type=radio]:checked + .mwform-radio-field-text:before {
  opacity: 1; }
#contact-page .form input[type=file] {
  margin-top: 20px; }
#contact-page .form .button {
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    #contact-page .form .button:first-of-type {
      margin-top: 15px; } }
#contact-page .form .button input {
  display: block;
  max-width: 270px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  text-align: center; }
  #contact-page .form .button input:hover {
    opacity: 0.8; }
  @media screen and (max-width: 767px) {
    #contact-page .form .button input {
      width: 200px !important;
      min-width: 0;
      height: 40px;
      font-size: 14px; } }
#contact-page .form .flex-c2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #contact-page .form .flex-c2 > span:not(.error) {
    width: calc((100% - 8px)/2); }
    #contact-page .form .flex-c2 > span:not(.error):nth-of-type(2) {
      padding-right: 0; }
  #contact-page .form .flex-c2 > input {
    width: calc((100% - 8px)/2);
    padding-right: 8px; }
    #contact-page .form .flex-c2 > input:nth-of-type(2) {
      margin-right: 0; }
  @media screen and (max-width: 959px) {
    #contact-page .form .flex-c2 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #contact-page .form .flex-c2 > input, #contact-page .form .flex-c2 > span:not(.error) {
        width: 100%;
        padding: 0;
        margin-left: 0; } }

.underpage-branch .article__main p,
.underpage-service .article__main p {
  font: normal 14px/2 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }

.underpage-branch .flex-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .underpage-branch .flex-col2 .item {
    width: calc(50% - 20px); }
    .underpage-branch .flex-col2 .item h3 {
      font-size: 14px;
      letter-spacing: .12em;
      font-weight: normal;
      margin-top: 10px;
      text-align: right;
      opacity: .8; }
  @media screen and (max-width: 959px) {
    .underpage-branch .flex-col2 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .underpage-branch .flex-col2 .item {
        width: 100%; }
        .underpage-branch .flex-col2 .item h3 {
          margin-bottom: 20px; }
        .underpage-branch .flex-col2 .item + .item {
          margin-top: 40px; } }
.underpage-branch .cnt-pict {
  padding-top: 100px; }
  @media screen and (max-width: 959px) {
    .underpage-branch .cnt-pict {
      padding-top: 60px; } }

.bnr--SNS {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 100px; }
  @media screen and (max-width: 959px) {
    .bnr--SNS {
      margin-top: 45px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .bnr--SNS img {
    text-align: center;
    margin: 10px; }
    @media screen and (max-width: 959px) {
      .bnr--SNS img {
        margin: 0px; } }
  .bnr--SNS a {
    margin: 0 10px; }

@media print {
  * html body {
    zoom: .7; } }

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