@charset "UTF-8";
/* 変数
**************************************************/
/* MIX IN
**************************************************/
/* ファンクション
**************************************************/
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

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

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

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

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

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

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

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

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

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* vue
**************************************************/
[v-cloak] {
  visibility: hidden;
}

pre.data_disp {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #333;
  color: #fff;
  z-index: 99990;
  font-size: 10px;
  height: 50vh;
  max-width: 500px;
  overflow: auto;
  opacity: 0.8;
  margin: 0;
}

pre.data_disp:hover {
  height: 100vh;
  opacity: 1;
}

/* html
**************************************************/
html, body {
  font-family: "メイリオ", meiryo, "游ゴシック Medium", sans-serif;
  font-size: 16px;
}

*, *:before, *:after {
  font-family: "メイリオ", meiryo, "游ゴシック Medium", sans-serif;
}

html, body {
  color: #383838;
}

a {
  text-decoration: none;
  color: #383838;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

a:hover, a:focus {
  opacity: .6;
}

p {
  margin: 0;
}

@media (max-width: 640px) {
  p {
    font-size: 14px;
  }
}

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

/* 共通パーツ
**************************************************/
/* フェードイン */
.fade-enter-active, .fade-leave-active {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

/* スライドイン */
.slide-in-enter-active, .slide-in-leave-active {
  -webkit-transition: all .35s;
  transition: all .35s;
}

.slide-in-enter, .slide-in-leave-to {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* レイアウト
**************************************************/
#container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  height: 100%;
  padding-top: 90px;
}

@media (min-width: 640px) and (max-width: 1080px) {
  #container {
    padding-top: 120px;
  }
}

@media (max-width: 640px) {
  #container {
    width: 100%;
    min-width: 375px;
    padding-top: 46px;
  }
}

/* コンテンツ
**************************************************/
#contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  position: relative;
}

@media (min-width: 640px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.comment {
  display: block;
  font-size: 14px;
  color: #858585;
}

@media (max-width: 640px) {
  .comment {
    margin-top: 5px;
    font-size: 12px;
  }
}

.breadcrumb {
  background-color: #f0f6ea;
}

.breadcrumb ul {
  margin: 0 auto;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1080px;
}

@media (max-width: 640px) {
  .breadcrumb ul {
    padding: 8px 12px;
  }
}

.breadcrumb ul li {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 640px) {
  .breadcrumb ul li {
    font-size: 11px;
  }
}

.breadcrumb ul li:nth-child(n+2):not(.first-child)::before {
  content: "＞";
  margin: 0 5px;
  font-size: 12px;
  line-height: 12px;
}

.breadcrumb ul li:last-child {
  color: #888;
}

@media (min-width: 640px) {
  .is_pc_none {
    display: none;
  }
}

@media (max-width: 640px) {
  .is_mobile_none {
    display: none;
  }
}

.page_title {
  margin: 70px auto;
  position: relative;
  max-width: 500px;
  text-align: center;
}

@media (max-width: 640px) {
  .page_title {
    margin: 40px auto;
    padding: 0 20px;
    overflow: hidden;
  }
}

.page_title::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20px;
  z-index: -1;
}

@media (max-width: 640px) {
  .page_title::after {
    background-size: 50% !important;
    top: 10px !important;
    left: 10% !important;
  }
}

.page_title p {
  margin-top: 40px;
  font-size: 18px;
}

@media (max-width: 640px) {
  .page_title img {
    max-height: 60px;
  }
}

.page_title + .title_copy {
  margin-top: 0;
  text-align: center;
}

.page_section {
  margin-top: 70px;
  margin-bottom: 70px;
}

@media (max-width: 640px) {
  .page_section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.page_section.is_borderTop {
  padding-top: 70px;
  border-top: 1px solid #94C465;
}

@media (max-width: 640px) {
  .page_section.is_borderTop {
    padding-top: 40px;
  }
}

.page_section .innerWidth_l {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1080px;
}

@media (max-width: 640px) {
  .page_section .innerWidth_l {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page_section .innerWidth_l > p {
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 640px) {
  .page_section .innerWidth_l > p {
    margin-bottom: 10px;
  }
}

a.btn {
  padding: 12px 60px;
  display: inline-block;
  background-color: #595757;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 640px) {
  a.btn {
    font-size: 18px;
  }
}

a.btn.btn_contact {
  margin: 0 20px;
  padding: 18px 48px;
}

@media (max-width: 640px) {
  a.btn.btn_contact {
    padding: 14px 24px;
  }
}

/* 住宅会社ロゴ一覧
　 ※TOP、区画情報、ギャラリーページで使用
**************************************************/
.company {
  text-align: center;
}

.company .company_list {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  gap: 0 10px;
}

@media (max-width: 640px) {
  .company .company_list {
    padding-bottom: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 0;
  }
}

.company .company_list + .company_list {
  border-top: 1px solid #cacaca;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  gap: 0 10px;
}

@media (max-width: 640px) {
  .company .company_list + .company_list {
    padding-top: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 0;
    border-top: none;
  }
}

@media (max-width: 640px) {
  .company .company_list > div {
    width: 48%;
  }
}

.company .company_list img {
  max-height: 50px;
}

.company .btn {
  margin-top: 40px;
}

/* アニメーション
**************************************************/
@-webkit-keyframes bg-change {
  0% {
    background-position: center bottom;
    -webkit-filter: opacity(0%);
    filter: opacity(0%);
  }
  100% {
    background-position: center 15%;
    -webkit-filter: opacity(100%);
    filter: opacity(100%);
  }
}
@keyframes bg-change {
  0% {
    background-position: center bottom;
    -webkit-filter: opacity(0%);
    filter: opacity(0%);
  }
  100% {
    background-position: center 15%;
    -webkit-filter: opacity(100%);
    filter: opacity(100%);
  }
}

@-webkit-keyframes other-change {
  0% {
    -webkit-filter: opacity(0%);
    filter: opacity(0%);
  }
  100% {
    -webkit-filter: opacity(100%);
    filter: opacity(100%);
  }
}

@keyframes other-change {
  0% {
    -webkit-filter: opacity(0%);
    filter: opacity(0%);
  }
  100% {
    -webkit-filter: opacity(100%);
    filter: opacity(100%);
  }
}

/* コンポーネント
**************************************************/
/* 変数
**************************************************/
/* MIX IN
**************************************************/
/* ファンクション
**************************************************/
/* fixed_menu
**************************************************/
#fixed_menu {
  position: fixed;
  top: 120px;
  right: -14px;
  z-index: 10;
  -webkit-transition: all .3s 0s ease;
  transition: all .3s 0s ease;
}

@media (max-width: 640px) {
  #fixed_menu {
    display: none;
  }
}

#fixed_menu ul {
  margin: 0;
  padding: 0;
}

#fixed_menu li {
  list-style: none;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

#fixed_menu li:hover, #fixed_menu li:focus {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

#fixed_menu li:not(:first-child) {
  margin-top: 10px;
}

#fixed_menu li a {
  display: block;
  width: 100%;
  height: 100%;
}

/* 変数
**************************************************/
/* MIX IN
**************************************************/
/* ファンクション
**************************************************/
/* footer
**************************************************/
.contact_section {
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
  background-color: #94C465;
}

.contact_section a {
  background-color: #fff;
  color: #383838;
}

#footer {
  padding: 20px 0;
  background-color: #007F41;
}

#footer > * {
  color: #fff;
}

#footer .footer_content {
  margin: 0 auto;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1080px;
}

@media (max-width: 640px) {
  #footer .footer_content {
    margin: 0 20px;
  }
}

#footer .footer_content ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 640px) and (max-width: 1080px) {
  #footer .footer_content ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  #footer .footer_content ul {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#footer .footer_content ul li {
  list-style: none;
  line-height: 1;
}

#footer .footer_content ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 640px) {
  #footer .footer_content ul li:not(:last-child) {
    padding-bottom: 10px;
    border-right: none;
  }
}

#footer .footer_content ul a {
  margin-left: 12px;
  margin-right: 12px;
  color: #fff;
  font-size: 12px;
  -webkit-transition: .3s;
  transition: .3s;
}

#footer .footer_content ul a:hover, #footer .footer_content ul a:focus {
  opacity: .4;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 640px) {
  #footer .footer_content ul a {
    margin: 0;
  }
}

.tool {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 10px;
}

@media (min-width: 640px) and (max-width: 1080px) {
  .tool {
    margin: 20px 0;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.tool a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42px;
  height: 42px;
}

.copyright {
  margin-top: 5px;
  text-align: center;
  font-size: 11px;
}

@media (max-width: 640px) {
  .copyright {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

/* 変数
**************************************************/
/* MIX IN
**************************************************/
/* ファンクション
**************************************************/
/* header
**************************************************/
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 90px;
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(50, 50, 50, 0.25);
  box-shadow: 0 2px 10px 0 rgba(50, 50, 50, 0.25);
  -webkit-transition: all .3s 0s ease;
  transition: all .3s 0s ease;
}

@media (min-width: 640px) and (max-width: 1080px) {
  #header {
    height: 120px;
  }
}

@media (max-width: 640px) {
  #header {
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  }
}

.header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

@media (min-width: 640px) and (max-width: 1080px) {
  .header_menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.header_menu a.menu {
  padding: 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (min-width: 640px) and (max-width: 1080px) {
  .header_menu a.menu {
    height: 60px;
    line-height: 1;
  }
}

.header_menu a.menu:hover, .header_menu a.menu:focus {
  background-color: rgba(148, 196, 101, 0.15);
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.header_menu a.menu span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
}

.header_menu a.menu span:first-child {
  color: #606060;
}

.header_menu a.menu span:last-child {
  color: #B5B5B6;
  font-size: 12px;
  font-weight: normal;
}

@media (min-width: 640px) and (max-width: 1080px) {
  .header_menu a.menu span:last-child {
    margin-top: 5px;
  }
}

.header_content {
  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;
  margin: 0 auto;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1080px;
}

.header_content .header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  max-width: 200px;
  height: 100%;
}

.header_content_s {
  padding: 0 10px;
  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;
  position: relative;
  height: 100%;
}

.header_content_s .header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 140px;
  height: 100%;
}

.header_content_s .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.header_content_s .menu > .menu_list {
  margin: 0;
  padding: 30px 30px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 75vw;
  height: inherit;
  background-color: rgba(0, 127, 65, 0.8);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #fff;
  z-index: 100;
}

.header_content_s .menu > .menu_list > ul {
  margin: 0;
  padding: 0;
}

.header_content_s .menu > .menu_list > ul li {
  list-style: none;
}

.header_content_s .menu > .menu_list > ul li > a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
}

.header_content_s .menu > .menu_list > ul li > a:active {
  color: rgba(255, 255, 255, 0.6);
}

.header_content_s .menu > .menu_list > ul li + li {
  padding-top: 25px;
}

.header_content_s .menu_btn {
  line-height: 1;
}

.header_content_s .menu_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_content_s .menu_contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.header_content_s .menu_contact a + a {
  margin-left: 5px;
}

/* list
**************************************************/
ul {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

ul li {
  list-style: none;
}

/* table
**************************************************/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 18px;
}

@media (max-width: 640px) {
  table {
    font-size: 12px;
  }
}

table tbody tr {
  border-top: 1px solid #cacaca;
}

table tbody tr:last-child {
  border-bottom: 1px solid #cacaca;
}

table tbody th, table tbody td {
  padding: 10px 20px;
}

@media (max-width: 640px) {
  table tbody th, table tbody td {
    padding: 5px 10px;
  }
}

table tbody th {
  text-align: left;
  font-weight: normal;
  background-color: #EFEFEF;
}

@media (max-width: 640px) {
  table tbody th {
    white-space: nowrap;
  }
}
