@charset "UTF-8";
/* ANIMATION
============================= */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes fadeInAndSlideRight {
  /* loading */
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
  }
}
@keyframes fadeInAndSlideRight {
  /* loading */
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
  }
}
@-webkit-keyframes fadeInAndSlideTop {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
  }
}
@keyframes fadeInAndSlideTop {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
  }
}
@-webkit-keyframes fadeInAndSlideLeftAll {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes fadeInAndSlideLeftAll {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes loading {
  0% {
    opacity: 0.3;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes loading {
  0% {
    opacity: 0.3;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
/* Reset
================================ */
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: 100%;
  margin: 0;
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl,
ol,
ul,
dt,
dd {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  list-style-image: none;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

em,
i {
  font-style: normal;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* LAYOUT
================================ */
html {
  scroll-behavior: smooth;
}

body {
  letter-spacing: 0.1em;
}

#wrapper {
  min-width: 1200px;
}

a {
  transition: 0.3s opacity ease;
}
a:hover, a:focus, a:active {
  opacity: 0.6;
  text-decoration: none;
}

/* common */
.sp-on {
  display: none;
}

.sp-off {
  display: block;
}

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

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

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

/* header */
#ghead {
  border-bottom: 1px solid #000;
  position: relative;
}
#ghead:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  background: #000;
  bottom: -5px;
}
#ghead #ghead-inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100px;
}
#ghead #hlogo {
  flex-grow: 3;
}
#ghead #hlink {
  display: flex;
}
#ghead #hlink li {
  margin-right: 25px;
}
#ghead #hlink li a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 5px 0 5px 40px;
}
#ghead #hlink li a img {
  display: block;
}
#ghead #hlink li.hlink-contact a {
  background: url(../img/head_mail.png) left center no-repeat;
  background-size: 32px auto;
}
#ghead #hlink li.hlink-instagram a {
  background: url(../img/head_instagram.png) left center no-repeat;
  background-size: 30px auto;
}
#ghead #hmenu {
  width: 40px;
}
#ghead #hmenu a {
  display: block;
  width: 40px;
  height: 22px;
  position: relative;
}
#ghead #hmenu a span {
  display: block;
  height: 2px;
  width: 40px;
  background: #000;
  position: absolute;
  transition: 0.2s all ease-out;
}
#ghead #hmenu a span:nth-child(2) {
  top: 10px;
}
#ghead #hmenu a span:nth-child(3) {
  top: 20px;
}
#ghead #hmenu.open-menu {
  position: fixed;
  right: 50px;
  top: 60px;
  z-index: 1000;
}
#ghead #hmenu.open-menu a span:nth-child(1) {
  transform: rotate(30deg) translateY(11px);
}
#ghead #hmenu.open-menu a span:nth-child(2) {
  opacity: 0;
}
#ghead #hmenu.open-menu a span:nth-child(3) {
  transform: rotate(-30deg) translateY(-11px);
}
#ghead #gnavi {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 900;
  transition: all 0.3s ease-out;
  background: url(../img/hlogo.png) center 60px no-repeat #fff;
  background-size: 316px auto;
  padding-top: 200px;
}
#ghead #gnavi .gnavi-list {
  margin: 0 auto;
  width: 720px;
  display: flex;
  flex-wrap: wrap;
}
#ghead #gnavi .gnavi-list li {
  opacity: 0;
  visibility: hidden;
  width: 200px;
  margin: 0 20px 20px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
#ghead #gnavi .gnavi-list li img {
  display: block;
}
#ghead #gnavi .gnavi-list li a {
  color: #000;
  display: block;
}
#ghead #gnavi .gnavi-list li:hover, #ghead #gnavi .gnavi-list li:focus, #ghead #gnavi .gnavi-list li:active {
  text-decoration: none;
}
#ghead #gnavi .gnavi-contact {
  opacity: 0;
  visibility: hidden;
  margin-top: 40px;
  text-align: center;
  padding-bottom: 30px;
}
#ghead #gnavi .gnavi-copy {
  opacity: 0;
  visibility: hidden;
  text-align: center;
  font-size: 0.75rem;
}
#ghead #gnavi.show {
  opacity: 1;
  visibility: visible;
}
#ghead #gnavi.show .gnavi-list li {
  -webkit-animation: fadeIn forwards ease-out 1s;
          animation: fadeIn forwards ease-out 1s;
}
#ghead #gnavi.show .gnavi-list li:nth-child(1) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#ghead #gnavi.show .gnavi-list li:nth-child(2) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
#ghead #gnavi.show .gnavi-list li:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#ghead #gnavi.show .gnavi-list li:nth-child(4) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
#ghead #gnavi.show .gnavi-list li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#ghead #gnavi.show .gnavi-list li:nth-child(6) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
#ghead #gnavi.show .gnavi-contact {
  -webkit-animation: fadeIn forwards ease-out 1s;
          animation: fadeIn forwards ease-out 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#ghead #gnavi.show .gnavi-copy {
  -webkit-animation: fadeIn forwards ease-out 1s;
          animation: fadeIn forwards ease-out 1s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

#container {
  padding: 100px 0 50px;
}

/* footer 
============================== */
#gfoot #fban {
  width: 1200px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}
#gfoot #fban li {
  width: 32%;
}
#gfoot #fban li a {
  display: block;
  border-radius: 10px;
  background: #fcee21;
  color: #000;
  display: flex;
  height: 120px;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#gfoot #fban li a span {
  margin-right: 20px;
}
#gfoot #fban li a .fban-about {
  background: url(../img/fban_about.png) center center no-repeat;
  background-size: contain;
  width: 60px;
  height: 38px;
}
#gfoot #fban li a .fban-maintenance {
  background: url(../img/fban_maintenance.png) center center no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}
#gfoot #fban li a .fban-instagram {
  background: url(../img/head_instagram.png) center center no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}
#gfoot #finfo {
  position: relative;
  border-bottom: 1px solid #000;
}
#gfoot #finfo:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20px;
  top: 0;
  left: 0;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 8px, rgb(0, 0, 0) 8px, rgb(0, 0, 0) 9px);
}
#gfoot #finfo .finfo-inner {
  width: 1200px;
  margin: 0 auto;
  height: 190px;
  display: flex;
  align-items: center;
}
#gfoot #finfo .ftxt {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding: 0 20px;
}
#gfoot #finfo .fcontact {
  flex-grow: 3;
  text-align: center;
}
#gfoot #fnavi {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
#gfoot #fnavi li a {
  font-size: 0.875rem;
  margin: 0 25px;
  color: #000;
  position: relative;
}
#gfoot #fnavi li a:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #000;
  top: 2px;
  right: -25px;
}
#gfoot #fnavi li:last-child a:after {
  display: none;
}
#gfoot #fcopy {
  text-align: center;
  font-size: 0.875rem;
  padding-bottom: 20px;
}

/* TOP
============================== */
.format-top .loading {
  position: fixed;
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.format-top .loading img {
  -webkit-animation: loading 1s forwards alternate ease-out infinite;
          animation: loading 1s forwards alternate ease-out infinite;
}
.format-top #wrapper {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.format-top.load-complete .loading {
  display: none;
}
.format-top.load-complete #wrapper {
  visibility: visible;
  opacity: 1;
}
.format-top #container {
  padding: 100px 0;
}

.top-mainvisual {
  margin: 0 auto 100px;
  width: 1200px;
}
.top-mainvisual h2 {
  margin-bottom: 70px;
}
.top-mainvisual .mv-cap {
  position: relative;
  font-family: fot-tsukuardgothic-std, "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.5;
  width: 700px;
  margin: 0 auto;
  padding: 40px 0;
}
.top-mainvisual .mv-cap:before, .top-mainvisual .mv-cap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  background: url(../img/mv_line.png) center center no-repeat;
  background-size: auto 12px;
  left: 0;
}
.top-mainvisual .mv-cap:before {
  top: 0;
}
.top-mainvisual .mv-cap:after {
  bottom: 0;
}

.top-feature {
  width: 1200px;
  margin: 0 auto;
}
.top-feature.feature01 {
  background: url(../img/top_feature_bg01.jpg) 100px top no-repeat;
  background-size: 1077px 518px;
  padding: 60px 0 0 45px;
  min-height: 518px;
}
.top-feature.feature02 {
  background: url(../img/top_feature_bg02.jpg) left top no-repeat;
  background-size: 1101px 534px;
  padding: 100px 0 0 560px;
  min-height: 534px;
  margin-bottom: 100px;
}
.top-feature h2 {
  font-size: 2.25rem;
  font-family: fot-tsukuardgothic-std, "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
.top-feature h2:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 19px;
  background: url(../img/top_midashi01.png) left top no-repeat;
  background-size: contain;
  vertical-align: super;
  margin-right: 15px;
}
.top-feature h2:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 19px;
  background: url(../img/top_midashi02.png) left top no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 15px;
}
.top-feature p {
  line-height: 2.3;
  padding-left: 45px;
}
.top-feature .link {
  margin-top: 100px;
}

.top-select .select-head {
  width: 1200px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
}
.top-select .select-head h2 {
  width: 600px;
}
.top-select .select-head .select-head-txt {
  width: 550px;
  position: relative;
}
.top-select .select-head .select-head-txt:before, .top-select .select-head .select-head-txt:after {
  content: "";
  position: absolute;
  left: 0;
  background: url(../img/top_select_line.png) left center no-repeat;
  background-size: 550px 2px;
  width: 100%;
  height: 2px;
}
.top-select .select-head .select-head-txt h3 {
  padding-top: 25px;
  font-size: 1.5rem;
}
.top-select .select-head .select-head-txt p {
  padding-bottom: 25px;
}
.top-select .select-photo h2 {
  width: 1200px;
  margin: 0 auto 50px;
  font-size: 2rem;
  font-family: fot-tsukuardgothic-std, "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: center;
}
.top-select .select-photo h2:before, .top-select .select-photo h2:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 36px;
  vertical-align: middle;
}
.top-select .select-photo h2:before {
  background: url(../img/select-photo-ttl01.png) left top no-repeat;
  background-size: contain;
  margin-right: 20px;
}
.top-select .select-photo h2:after {
  background: url(../img/select-photo-ttl02.png) left top no-repeat;
  background-size: contain;
  margin-left: 20px;
}
.top-select .select-photo .top-slider .slick-list {
  height: 267px !important;
}
.top-select .select-photo .top-slider li {
  width: 400px !important;
  height: 267px !important;
}
.top-select .select-photo .top-slider li a {
  display: block;
}
.top-select .select-photo .top-slider .slick-prev,
.top-select .select-photo .top-slider .slick-next {
  position: absolute;
  display: block;
  background: #000;
  border: none;
  color: #fff;
  width: 50px;
  height: 50px;
  cursor: pointer;
  top: 108px;
  z-index: 9999;
}
.top-select .select-photo .top-slider .slick-prev:before,
.top-select .select-photo .top-slider .slick-next:before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  margin-top: -4px;
  transition: 0.3s all ease-out;
}
.top-select .select-photo .top-slider .slick-prev {
  left: calc((100vw - 1200px) / 2);
}
.top-select .select-photo .top-slider .slick-prev:before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  right: 20px;
  transform: rotate(-45deg);
}
.top-select .select-photo .top-slider .slick-next {
  right: calc((100vw - 1200px) / 2);
}
.top-select .select-photo .top-slider .slick-next:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 20px;
  transform: rotate(45deg);
}
.top-select .link {
  width: 1200px;
  margin: 0 auto;
  text-align: right;
  margin-top: 50px;
}

.scroll-effect {
  visibility: hidden;
  opacity: 0;
}
.scroll-effect.on-effect {
  -webkit-animation: fadeInAndSlideTop 1s ease-out forwards;
          animation: fadeInAndSlideTop 1s ease-out forwards;
}

/* ABOUT
============================== */
.container-about {
  width: 1200px;
  margin: 0 auto;
}

.about-ttl {
  background: url(../img/about/about_ttl_icon.png) left 5px no-repeat;
  background-size: 61px auto;
  padding: 0 0 50px 80px;
}
.about-ttl h1 {
  font-family: "Roboto Slab", "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 2.25rem;
  letter-spacing: 0;
  line-height: 1.2;
}
.about-ttl small {
  font-size: 1.125rem;
  display: block;
  line-height: 1.2;
}

.about-img {
  margin-bottom: 60px;
}

.about-catch {
  background: url(../img/about/about_bg.jpg) right 30px top no-repeat;
  background-size: 594px auto;
  margin-bottom: 100px;
  padding: 230px 0 230px 50px;
  font-size: 1.5rem;
  font-family: fot-tsukuardgothic-std, "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
}

.about-style {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
.about-style h2 {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}
.about-style ul li {
  background: url(../img/about/about_style_icon.png) left top no-repeat;
  background-size: 32px auto;
  padding: 0 0 10px 40px;
  font-size: 1.5rem;
  font-family: fot-tsukuardgothic-std, "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
}
.about-style ul li span {
  display: inline-block;
  background: url(../img/about/about_style_line.png) left bottom no-repeat;
  background-size: auto 3px;
  padding: 3px 0;
}

.about-data {
  background: url(../img/about/about_data_bg.png) center top no-repeat;
  background-size: 1000px auto;
  width: 1000px;
  min-height: 442px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
  padding: 80px 50px 65px;
}
.about-data .about-data-left {
  padding-top: 40px;
}
.about-data .about-data-left h2 {
  font-size: 2.25rem;
  font-family: "Roboto Slab", "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 40px;
}
.about-data .about-data-left table th,
.about-data .about-data-left table td {
  border-bottom: 1px solid #000;
  text-align: left;
  font-weight: normal;
  padding: 12px 0 5px;
}
.about-data .about-data-left table th {
  padding-right: 30px;
  white-space: nowrap;
}
.about-data .about-data-left table td br {
  display: none;
}
.about-data .about-data-right {
  margin-left: 40px;
}
.about-data .about-data-right .about-daihyo {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.about-data .about-data-right .about-daihyo h3 {
  font-size: 1.125rem;
  font-family: fot-tsukuardgothic-std, "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  padding-left: 20px;
}
.about-data .about-data-right .about-message {
  font-size: 14px;
  line-height: 2;
  font-weight: normal;
  letter-spacing: 0.01em;
}

/* FEATURE
============================== */
.container-feature {
  width: 1200px;
  margin: 0 auto;
}

.feature-ttl {
  padding: 100px 600px 140px 90px;
  background: url(../img/feature/feature_img01.png) right center no-repeat;
  background-size: 466px auto;
}
.feature-ttl h1 {
  font-size: 2.25rem;
  font-family: fot-tsukuardgothic-std, "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.feature-ttl h1:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 19px;
  background: url(../img/top_midashi01.png) left top no-repeat;
  background-size: contain;
  vertical-align: super;
  margin-right: 15px;
}
.feature-ttl h1:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 19px;
  background: url(../img/top_midashi02.png) left top no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 15px;
}

.feature-cnt h2 {
  font-size: 1.5rem;
  font-family: fot-tsukuardgothic-std, "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.feature-cnt p {
  line-height: 2.3;
}
.feature-cnt.feature01 {
  padding: 170px 0 260px 580px;
  background: url(../img/feature/feature_img02.png) 140px center no-repeat;
  background-size: 320px auto;
}
.feature-cnt.feature02 {
  margin: 0 0 120px;
  padding: 0 0 300px 50px;
  background: url(../img/feature/feature_img03.png) right bottom no-repeat;
  background-size: 758px auto;
}

.feature-slider {
  width: 1200px;
  margin: 0 auto;
}
.feature-slider .slick-list {
  height: 267px !important;
}
.feature-slider li {
  width: 400px !important;
  height: 267px !important;
}
.feature-slider li a {
  display: block;
}
.feature-slider .slick-prev,
.feature-slider .slick-next {
  position: absolute;
  display: block;
  background: #000;
  border: none;
  color: #fff;
  width: 50px;
  height: 50px;
  cursor: pointer;
  top: 108px;
  z-index: 9999;
}
.feature-slider .slick-prev:before,
.feature-slider .slick-next:before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  margin-top: -4px;
  transition: 0.3s all ease-out;
}
.feature-slider .slick-prev {
  left: 0;
}
.feature-slider .slick-prev:before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  right: 20px;
  transform: rotate(-45deg);
}
.feature-slider .slick-next {
  right: 0;
}
.feature-slider .slick-next:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 20px;
  transform: rotate(45deg);
}

/* FLOW
============================== */
.container-flow {
  width: 1200px;
  margin: 0 auto;
}

.flow-ttl {
  padding: 130px 0 140px 560px;
  background: url(../img/flow/flow_ttl.png) 140px center no-repeat;
  background-size: 325px auto;
}
.flow-ttl h1 {
  font-size: 2.25rem;
  font-family: fot-tsukuardgothic-std, "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
}
.flow-ttl h1:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 19px;
  background: url(../img/top_midashi01.png) left top no-repeat;
  background-size: contain;
  vertical-align: super;
  margin-right: 15px;
}
.flow-ttl h1:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 19px;
  background: url(../img/top_midashi02.png) left top no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 15px;
}

.flow-cnt h2 {
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  padding: 0 0 0 50px;
}
.flow-cnt p {
  font-size: 0.875rem;
  line-height: 2;
  padding: 0 0 0 50px;
}
.flow-cnt .flow-step {
  margin-bottom: 10px;
  padding: 0;
}

.flow01 {
  padding: 110px 0 20px 50px;
  background: url(../img/flow/flow_img01.png) 470px top no-repeat;
  background-size: 345px auto;
}

.flow02 {
  padding: 0 0 170px 640px;
  background: url(../img/flow/flow_img02.png) 300px 70px no-repeat;
  background-size: 309px auto;
}

.flow03 {
  padding: 0 0 130px 50px;
  background: url(../img/flow/flow_img03.png) 670px top no-repeat;
  background-size: 337px auto;
}

.flow04 {
  padding: 20px 0 100px 640px;
  background: url(../img/flow/flow_img04.png) 260px top no-repeat;
  background-size: 325px auto;
}

/* SELECT HOUSE
============================== */
.container-sh {
  width: 1200px;
  margin: 0 auto;
}

.sh-img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.sh-img img {
  display: block;
}

.sh-plan {
  margin-bottom: 90px;
}
.sh-plan .sh-plan-head {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
  padding: 10px 0;
  margin-bottom: 25px;
}
.sh-plan .sh-plan-head:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: -5px;
}
.sh-plan .sh-plan-head h2 {
  font-size: 3rem;
  font-family: fot-tsukuardgothic-std, "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
}
.sh-plan .sh-plan-head h2 span {
  background: linear-gradient(transparent 80%, rgb(252, 238, 33) 80%);
}
.sh-plan .sh-plan-head p {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: normal;
}
.sh-plan .sh-plan-detail {
  display: flex;
  justify-content: space-between;
}

.sh-step {
  margin-bottom: 60px;
}
.sh-step__inner {
  margin: 0 auto;
  text-align: center;
}
.sh-step__item img {
  width: 16rem;
}
.sh-step__item h2 {
  margin-top: 10px;
  font-size: 2.25rem;
  line-height: 2;
  letter-spacing: normal;
  font-family: fot-tsukuardgothic-std, "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.sh-step__item ul {
  margin-top: 67px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.sh-step__item ul li {
  width: 170px;
  max-width: 100%;
}
.sh-step__item ul li img {
  width: initial !important;
  max-width: 100% !important;
}
.sh-step__item ul li span {
  font-family: "Roboto Slab", "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 20px;
  display: inline-block;
  text-transform: uppercase;
}
.sh-step__item ul li:not(:first-child) {
  margin-left: 75px;
}
.sh-step__item ul li:nth-child(4) {
  width: 240px !important;
  max-width: 100%;
}
.sh-step__item:not(:first-child) {
  margin-top: 95px;
}
.sh-step__item--2 ul {
  align-items: center;
}
.sh-step__item--2 ul li {
  width: 400px !important;
  max-width: 100%;
}
.sh-step__item--2 .second {
  margin-top: 0 !important;
}

.sh-list h2 {
  position: relative;
  border-top: #000000 1px solid;
  border-bottom: #000000 1px solid;
  padding: 20px 0;
  margin-bottom: 60px;
  font-size: 2.25rem;
  font-family: fot-tsukuardgothic-std, "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: center;
}
.sh-list h2:before, .sh-list h2:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 36px;
  vertical-align: middle;
}
.sh-list h2:before {
  background: url(../img/select-photo-ttl01.png) left top no-repeat;
  background-size: contain;
  margin-right: 20px;
}
.sh-list h2:after {
  background: url(../img/select-photo-ttl02.png) left top no-repeat;
  background-size: contain;
  margin-left: 20px;
}
.sh-list h2 img {
  position: absolute;
  right: 5%;
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  width: 30px;
  height: 15px;
}
.sh-list h2 .top-line {
  content: "";
  position: absolute;
  width: 100%;
  top: 3px;
  left: 0;
  height: 1px;
  background: #000;
}
.sh-list h2:hover {
  cursor: pointer;
}
.sh-list .sh-list-cnt {
  padding: 0 100px 60px;
}
.sh-list .sh-list-cnt h3 {
  position: relative;
  font-size: 2.25rem;
  font-family: "Roboto Slab", "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  line-height: 1.2;
}
.sh-list .sh-list-cnt h3:before {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 1px;
  background: #000;
  left: -100px;
  top: 22px;
}
.sh-list .sh-list-cnt h3 i {
  font-size: 0.875rem;
  font-weight: normal;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.sh-list .sh-list-cnt small {
  display: block;
  font-size: 1rem;
  margin-bottom: 30px;
}
.sh-list .sh-list-cnt .sh-3column,
.sh-list .sh-list-cnt .sh-4column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sh-list .sh-list-cnt .sh-3column li,
.sh-list .sh-list-cnt .sh-4column li {
  margin-bottom: 30px;
}
.sh-list .sh-list-cnt .sh-3column li .sh-list-icon,
.sh-list .sh-list-cnt .sh-4column li .sh-list-icon {
  display: block;
  margin-bottom: 5px;
}
.sh-list .sh-list-cnt .sh-3column li .sh-list-icon img,
.sh-list .sh-list-cnt .sh-4column li .sh-list-icon img {
  display: inline-block;
  margin-right: 10px;
}
.sh-list .sh-list-cnt .sh-3column li .sh-list-img,
.sh-list .sh-list-cnt .sh-4column li .sh-list-img {
  display: block;
}
.sh-list .sh-list-cnt .sh-3column li .sh-list-img img,
.sh-list .sh-list-cnt .sh-4column li .sh-list-img img {
  display: block;
}
.sh-list .sh-list-cnt .sh-3column li .sh-list-title,
.sh-list .sh-list-cnt .sh-4column li .sh-list-title {
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
}
.sh-list .sh-list-cnt .sh-3column li {
  width: 313px;
}
.sh-list .sh-list-cnt .sh-4column li {
  width: 228px;
}

.sh-list__js-accordion-wrapper {
  display: none;
}

.sh-list__js-accordion-wrapper.open {
  display: block;
}

.js-accordion img {
  transform: rotate(-90deg) !important;
  transition: all 0.7s ease 0s;
}

.js-accordion img.active {
  transform: rotate(0deg) !important;
  top: 50% !important;
}

.simulation-select-cnt span {
  font-size: 12px;
}

/* MAINTENANCE
============================== */
.maintenance-ttl {
  width: 1200px;
  margin: 0 auto;
  padding: 140px 0 240px 0;
  background: url(../img/maintenance/maintenance_img01.png) 740px top no-repeat;
  background-size: 304px auto;
}
.maintenance-ttl h1 {
  font-size: 2.25rem;
  font-family: fot-tsukuardgothic-std, "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.maintenance-ttl h1:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 19px;
  background: url(../img/top_midashi01.png) left top no-repeat;
  background-size: contain;
  vertical-align: super;
  margin-right: 15px;
}
.maintenance-ttl h1:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 19px;
  background: url(../img/top_midashi02.png) left top no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 15px;
}

.maintenance-catch {
  font-size: 1.125rem;
  font-family: fot-tsukuardgothic-std, "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: center;
  margin-bottom: 90px;
}

.maintenance-detail {
  background: url(../img/maintenance/maintenance_img02.jpg) center top no-repeat;
  background-size: 1920px auto;
  padding: 400px 0 50px;
}
.maintenance-detail .detail-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 70px 100px;
  background: #fff;
}
.maintenance-detail .detail-inner h2 {
  font-size: 1.125rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.maintenance-detail .detail-inner .detail-cnt-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.maintenance-detail .detail-inner .detail-cnt-wrap .detail-cnt {
  width: 31%;
  margin-bottom: 30px;
}
.maintenance-detail .detail-inner .detail-cnt-wrap .detail-cnt h3 {
  background: #fcee21;
  border-radius: 20px;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 5px 20px;
  margin-bottom: 10px;
}
.maintenance-detail .detail-inner .detail-cnt-wrap .detail-cnt ul {
  list-style: disc;
  margin: 0 0 0 40px;
}
.maintenance-detail .detail-inner .detail-cnt-wrap .detail-cnt ul li {
  margin-bottom: 5px;
}

.maintenance-slider {
  position: relative;
  margin-bottom: 100px;
}
.maintenance-slider .slick-list {
  height: 240px !important;
}
.maintenance-slider li {
  width: 320px !important;
  height: 240px !important;
}
.maintenance-slider li a {
  display: block;
}
.maintenance-slider .slick-prev,
.maintenance-slider .slick-next {
  position: absolute;
  display: block;
  background: #000;
  border: none;
  color: #fff;
  width: 50px;
  height: 50px;
  cursor: pointer;
  top: 108px;
  z-index: 9999;
}
.maintenance-slider .slick-prev:before,
.maintenance-slider .slick-next:before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  margin-top: -4px;
  transition: 0.3s all ease-out;
}
.maintenance-slider .slick-prev {
  left: calc((100vw - 1200px) / 2);
}
.maintenance-slider .slick-prev:before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  right: 20px;
  transform: rotate(-45deg);
}
.maintenance-slider .slick-next {
  right: calc((100vw - 1200px) / 2);
}
.maintenance-slider .slick-next:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 20px;
  transform: rotate(45deg);
}

/* SIMULATION
============================== */
#simulation-head {
  background: #fcee21;
  border-radius: 30px;
  margin-bottom: 50px;
  padding: 10px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#simulation-head h2 {
  font-size: 2rem;
  font-family: fot-tsukuardgothic-std, "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.2;
}
#simulation-head:after {
  content: "";
  position: absolute;
  border: 32px solid transparent;
  border-top-color: #fcee21;
  bottom: -64px;
  left: 50%;
  margin-left: -16px;
}

#simulation-cnt {
  margin-bottom: 90px;
  display: flex;
  justify-content: space-between;
}
#simulation-cnt #simulation-area {
  width: 820px;
  height: 477px;
  background: url(../../img/simulation/base.png) center center no-repeat;
  background-size: cover;
  position: relative;
}
#simulation-cnt #simulation-area img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#simulation-cnt #simulation-select {
  width: 350px;
}
#simulation-cnt #simulation-select .simulation-select-cnt h3 {
  background: #fcee21;
  text-align: center;
  border-radius: 20px;
  padding: 5px 20px;
  margin-bottom: 15px;
}
#simulation-cnt #simulation-select .simulation-select-cnt ul {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}
#simulation-cnt #simulation-select .simulation-select-cnt ul li {
  width: 60px;
  font-size: 0.875rem;
  text-align: center;
  letter-spacing: -0.1em;
}
#simulation-cnt #simulation-select .simulation-select-cnt ul li a {
  display: block;
  color: #000;
  padding: 3px;
}
#simulation-cnt #simulation-select .simulation-select-cnt ul li a.selected {
  background: #efefef;
  border-radius: 5px;
}
#simulation-cnt #simulation-select .simulation-select-cnt ul li a img {
  display: block;
  margin: 0 auto 5px;
  border-radius: 50%;
}

/* CONTACT
============================== */
.container-contact {
  width: 1200px;
  margin: 0 auto;
}

.contact-ttl {
  background: url(../img/contact/contact_ttl.png) left 5px no-repeat;
  background-size: 61px auto;
  padding: 0 0 50px 80px;
}
.contact-ttl h1 {
  font-family: "Roboto Slab", "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 2.25rem;
  letter-spacing: 0;
  line-height: 1.2;
}
.contact-ttl small {
  font-size: 1.125rem;
  display: block;
  line-height: 1.2;
}

.contact-catch {
  padding: 50px 0 150px 600px;
  background: url(../img/contact/contact_img.png) 130px top no-repeat;
  background-size: 395px auto;
}
.contact-catch h2 {
  font-size: 1.5rem;
  font-family: fot-tsukuardgothic-std, "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact-catch p {
  font-size: 0.875rem;
  line-height: 2;
}

.contact-tel {
  width: 800px;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 15px;
  padding: 0 30px 30px;
  margin-bottom: 80px;
  text-align: center;
}
.contact-tel h2 {
  position: relative;
  top: -20px;
  font-size: 1.5rem;
  font-family: fot-tsukuardgothic-std, "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  display: inline-block;
  background: #fff;
  padding: 0 20px;
}
.contact-tel .tel-number {
  font-size: 3.75rem;
  font-family: "Roboto Slab", "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}
.contact-tel .tel-number span {
  background: url(../img/contact/contact_tel.png) left center no-repeat;
  background-size: 62px auto;
  padding: 5px 0 5px 80px;
}
.contact-tel .tel-note {
  font-size: 1.125rem;
}
.contact-tel .tel-note small {
  font-size: 0.875rem;
}

.contact-desc {
  font-size: 1.125rem;
  font-family: fot-tsukuardgothic-std, "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin-bottom: 60px;
}

#contact-form h2 {
  font-size: 1.5rem;
  font-family: fot-tsukuardgothic-std, "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
#contact-form h2:after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  background: #000;
  left: 50%;
  margin-left: -25px;
  bottom: -10px;
}

.contact-category {
  text-align: center;
  margin-bottom: 40px;
}
.contact-category label {
  margin: 0 20px;
  display: inline-block;
  font-size: 0.875rem;
}

.form-group {
  display: flex;
  justify-content: space-between;
}
.form-group.stripe-bg {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgb(239, 239, 239) 4px, rgb(239, 239, 239) 9px);
}
.form-group .form-label {
  width: 440px;
  padding: 15px 0 15px 200px;
  font-size: 0.875rem;
}
.form-group .form-label .require {
  background: #fcee21;
  display: inline-block;
  padding: 2px 10px;
  margin: 0 0 0 10px;
  border-radius: 5px;
}
.form-group .form-ctrl {
  width: 760px;
  padding: 10px 200px 10px 0;
}
.form-group .form-ctrl input {
  border: 1px solid #000;
  height: 40px;
  padding: 10px 20px;
  width: 100%;
}
.form-group .form-ctrl textarea {
  border: 1px solid #000;
  padding: 10px 20px;
  width: 100%;
  height: 190px;
}

.contact-submit {
  margin-top: 50px;
  text-align: center;
}
.contact-submit button,
.contact-submit a {
  position: relative;
  margin: 0 10px;
  padding: 20px 10px;
  display: inline-block;
  background: #fcee21;
  color: #000;
  font-size: 1.125rem;
  font-weight: bold;
  border: none;
  width: 300px;
  border-radius: 10px;
}
.contact-submit button:disabled,
.contact-submit a:disabled {
  background: #999;
}
.contact-submit button.submit-back,
.contact-submit a.submit-back {
  background: #cccccc;
}

/* clear
================================ */
.clearfix {
  content: "";
  clear: both;
  display: block;
}

/* for Smartphone
================================ */
@media only screen and (max-width: 640px) {
  #wrapper {
    min-width: 375px;
  }
  /* common */
  .sp-on {
    display: block;
  }
  .sp-off {
    display: none;
  }
  /* header */
  #ghead #ghead-inner {
    width: auto;
    height: auto;
    padding: 10px 30px 10px 15px;
  }
  #ghead #hlogo img {
    width: 132px;
  }
  #ghead #hlink li {
    margin-right: 10px;
  }
  #ghead #hlink li a {
    padding: 0;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
  }
  #ghead #hlink li a img {
    display: none;
  }
  #ghead #hlink li.hlink-contact a {
    background: url(../img/head_mail.png) center center no-repeat;
    background-size: 24px auto;
  }
  #ghead #hlink li.hlink-instagram a {
    background: url(../img/head_instagram.png) center center no-repeat;
    background-size: 20px auto;
  }
  #ghead #hmenu {
    width: 30px;
  }
  #ghead #hmenu a {
    display: block;
    width: 30px;
    height: 22px;
    position: relative;
  }
  #ghead #hmenu a span {
    display: block;
    height: 2px;
    width: 30px;
    background: #000;
    position: absolute;
    transition: 0.2s all ease-out;
  }
  #ghead #hmenu a span:nth-child(2) {
    top: 10px;
  }
  #ghead #hmenu a span:nth-child(3) {
    top: 20px;
  }
  #ghead #hmenu.open-menu {
    right: 25px;
    top: 14px;
  }
  #ghead #gnavi {
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    background-position: center 40px;
    background-size: 200px auto;
    padding-top: 100px;
  }
  #ghead #gnavi .gnavi-list {
    margin: 0 10px;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #ghead #gnavi .gnavi-list li {
    width: 140px;
    margin: 0 10px 10px;
    overflow: hidden;
    text-align: center;
    font-size: 0.75rem;
  }
  #ghead #gnavi .gnavi-contact {
    margin-top: 20px;
    padding-bottom: 10px;
  }
  #ghead #gnavi .gnavi-contact img {
    width: 240px;
  }
  #ghead #gnavi .gnavi-copy {
    font-size: 0.625rem;
  }
  #ghead #gnavi.show {
    opacity: 1;
    visibility: visible;
  }
  #ghead #gnavi.show .gnavi-list li {
    -webkit-animation: fadeIn forwards ease-out 1s;
            animation: fadeIn forwards ease-out 1s;
  }
  #ghead #gnavi.show .gnavi-list li:nth-child(1) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  #ghead #gnavi.show .gnavi-list li:nth-child(2) {
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
  }
  #ghead #gnavi.show .gnavi-list li:nth-child(3) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  #ghead #gnavi.show .gnavi-list li:nth-child(4) {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }
  #ghead #gnavi.show .gnavi-list li:nth-child(5) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  #ghead #gnavi.show .gnavi-list li:nth-child(6) {
    -webkit-animation-delay: 0.55s;
            animation-delay: 0.55s;
  }
  #ghead #gnavi.show .gnavi-contact {
    -webkit-animation: fadeIn forwards ease-out 1s;
            animation: fadeIn forwards ease-out 1s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  #ghead #gnavi.show .gnavi-copy {
    -webkit-animation: fadeIn forwards ease-out 1s;
            animation: fadeIn forwards ease-out 1s;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
  #container {
    padding: 50px 0;
  }
  /* TOP
  ================================ */
  .format-top #container {
    padding: 30px 0;
  }
  .top-mainvisual {
    margin: 0 10px 20px;
    width: auto;
  }
  .top-mainvisual h2 {
    margin-bottom: 20px;
  }
  .top-mainvisual .mv-cap {
    width: auto;
    font-size: 0.75rem;
    line-height: 2;
    margin: 0 30px;
    padding: 20px 0;
  }
  .top-feature {
    width: auto;
    margin: 0 10px 0 20px;
  }
  .top-feature.feature01 {
    background: url(../img/top_feature_bg01_sp.jpg) left top no-repeat;
    background-size: 320px auto;
    padding: 10px 0;
    min-height: initial;
  }
  .top-feature.feature02 {
    background: url(../img/top_feature_bg02_sp.jpg) left bottom 20px no-repeat;
    background-size: 320px auto;
    padding: 10px 0;
    min-height: initial;
    margin-bottom: 30px;
  }
  .top-feature.feature02 h2 {
    letter-spacing: 0 !important;
  }
  .top-feature h2 {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  .top-feature h2:before {
    width: 12px;
    height: 10px;
    background: url(../img/top_midashi01.png) left top no-repeat;
    background-size: contain;
    vertical-align: super;
    margin-right: 10px;
  }
  .top-feature h2:after {
    width: 12px;
    height: 10px;
    background: url(../img/top_midashi02.png) left top no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
  }
  .top-feature p {
    padding-left: 25px;
    font-size: 0.75rem;
    line-height: 2;
  }
  .top-feature .link {
    margin-top: 280px;
    text-align: right;
  }
  .top-feature .link img {
    width: 200px;
  }
  .top-select .select-head {
    width: auto;
    flex-wrap: wrap;
    margin: 0 0 30px;
    padding: 0 30px;
  }
  .top-select .select-head h2 {
    width: auto;
    margin-bottom: 30px;
  }
  .top-select .select-head .select-head-txt {
    width: auto;
  }
  .top-select .select-head .select-head-txt h3 {
    padding-top: 15px;
    font-size: 1.125rem;
  }
  .top-select .select-head .select-head-txt p {
    padding-bottom: 15px;
    font-size: 0.75rem;
  }
  .top-select .select-photo h2 {
    width: auto;
    margin: 0 auto 50px;
    font-size: 1.125rem;
    position: relative;
  }
  .top-select .select-photo h2:before {
    position: absolute;
    bottom: 5px;
    left: 30px;
  }
  .top-select .select-photo h2:after {
    position: absolute;
    bottom: 5px;
    right: 30px;
  }
  .top-select .select-photo .top-slider .slick-list {
    height: auto !important;
  }
  .top-select .select-photo .top-slider li {
    width: 50vw !important;
    height: auto !important;
  }
  .top-select .select-photo .top-slider .slick-prev,
.top-select .select-photo .top-slider .slick-next {
    width: 35px;
    height: 35px;
    top: 30px;
  }
  .top-select .select-photo .top-slider .slick-prev:before,
.top-select .select-photo .top-slider .slick-next:before {
    width: 7px;
    height: 7px;
  }
  .top-select .select-photo .top-slider .slick-prev {
    left: 0;
  }
  .top-select .select-photo .top-slider .slick-prev:before {
    right: 15px;
  }
  .top-select .select-photo .top-slider .slick-next {
    right: 0;
  }
  .top-select .select-photo .top-slider .slick-next:before {
    right: 15px;
  }
  .top-select .link {
    width: auto;
    margin: 30px 30px 0;
  }
  .top-select .link img {
    width: 220px;
  }
  /* footer 
  ============================== */
  #gfoot #fban {
    width: auto;
    margin: 0 30px 30px;
    display: flex;
    flex-wrap: wrap;
  }
  #gfoot #fban li {
    width: 100%;
    margin-bottom: 10px;
  }
  #gfoot #fban li a {
    height: 60px;
    font-size: 0.875rem;
  }
  #gfoot #fban li a span {
    margin-right: 20px;
  }
  #gfoot #fban li a .fban-about {
    width: 40px;
    height: 26px;
  }
  #gfoot #fban li a .fban-maintenance {
    width: 40px;
    height: 40px;
  }
  #gfoot #fban li a .fban-instagram {
    width: 40px;
    height: 40px;
  }
  #gfoot #finfo:before {
    height: 12px;
    background-size: auto auto;
    background-color: rgb(255, 255, 255);
    background-image: repeating-linear-gradient(90deg, transparent, transparent 4px, rgb(0, 0, 0) 4px, rgb(0, 0, 0) 5px);
  }
  #gfoot #finfo .finfo-inner {
    width: auto;
    height: auto;
    padding: 40px 30px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #gfoot #finfo .flogo {
    width: 80px;
    height: 80px;
  }
  #gfoot #finfo .ftxt {
    font-size: 0.75rem;
    padding: 0 0 0 20px;
  }
  #gfoot #finfo .fcontact {
    margin-top: 10px;
  }
  #gfoot #fnavi {
    flex-wrap: wrap;
    padding: 15px 0;
  }
  #gfoot #fnavi li a {
    font-size: 0.625rem;
    margin: 0 15px;
  }
  #gfoot #fnavi li a:after {
    top: 2px;
    right: -15px;
  }
  #gfoot #fnavi li:nth-child(3) a:after {
    display: none;
  }
  #gfoot #fcopy {
    text-align: center;
    font-size: 0.875rem;
    padding-bottom: 30px;
  }
  /* free
  ================================ */
  /* about
  ================================ */
  .container-about {
    width: auto;
    margin: 0;
  }
  .about-ttl {
    background: url(../img/about/about_ttl_icon.png) left 5px no-repeat;
    background-size: 30px auto;
    margin: 0 30px;
    padding: 0 0 30px 40px;
  }
  .about-ttl h1 {
    font-size: 1.125rem;
  }
  .about-ttl small {
    font-size: 0.75rem;
  }
  .about-img {
    margin-bottom: 30px;
  }
  .about-catch {
    background-position: center bottom;
    background-size: 300px auto;
    margin-bottom: 50px;
    padding: 0 30px 290px 30px;
    font-size: 1rem;
    letter-spacing: normal;
  }
  .about-style {
    margin-bottom: 50px;
  }
  .about-style h2 {
    margin-bottom: 20px;
  }
  .about-style h2 img {
    width: 236px;
  }
  .about-style ul li {
    background-size: 16px auto;
    padding: 0 0 10px 20px;
    font-size: 0.75rem;
  }
  .about-style ul li span {
    background-size: auto 2px;
    padding: 3px 0;
  }
  .about-data {
    background: url(../img/about/about_data_bg_sp.png) center top no-repeat;
    background-size: 320px auto;
    width: 320px;
    min-height: 448px;
    margin: 0 auto 50px;
    padding: 40px 30px 30px;
    flex-wrap: wrap;
  }
  .about-data .about-data-left {
    padding: 0 0 20px;
  }
  .about-data .about-data-left h2 {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
  .about-data .about-data-left table th,
.about-data .about-data-left table td {
    font-size: 0.75rem;
    padding-top: 5px;
  }
  .about-data .about-data-left table th {
    padding-right: 20px;
  }
  .about-data .about-data-left table td br {
    display: block;
  }
  .about-data .about-data-right {
    margin-left: 0;
  }
  .about-data .about-data-right .about-daihyo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .about-data .about-data-right .about-daihyo img {
    width: 90px;
  }
  .about-data .about-data-right .about-daihyo h3 {
    font-size: 0.875rem;
    font-family: fot-tsukuardgothic-std, "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 700;
    padding-left: 20px;
  }
  .about-data .about-data-right .about-message {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
  /* feature
  ================================ */
  .container-feature {
    width: auto;
    margin: 0;
  }
  .feature-ttl {
    padding: 200px 0 50px 0;
    background-position: top center;
    background-size: 220px auto;
    text-align: center;
  }
  .feature-ttl h1 {
    font-size: 1.125rem;
  }
  .feature-ttl h1:before {
    width: 12px;
    height: 10px;
    background: url(../img/top_midashi01.png) left top no-repeat;
    background-size: contain;
    vertical-align: super;
    margin-right: 10px;
  }
  .feature-ttl h1:after {
    width: 12px;
    height: 10px;
    background: url(../img/top_midashi02.png) left top no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
  }
  .feature-cnt h2 {
    font-size: 1rem;
  }
  .feature-cnt p {
    font-size: 0.75rem;
    line-height: 2;
  }
  .feature-cnt.feature01 {
    padding: 220px 30px 50px 30px;
    background-position: center top;
    background-size: 128px auto;
  }
  .feature-cnt.feature02 {
    margin: 0 0 50px;
    padding: 160px 30px 0 30px;
    background: url(../img/feature/feature_img03_sp.png) center top no-repeat;
    background-size: 315px auto;
  }
  .feature-slider {
    width: auto;
    margin: 0;
  }
  .feature-slider .slick-list {
    height: auto !important;
  }
  .feature-slider li {
    width: 50vw !important;
    height: auto !important;
  }
  .feature-slider .slick-prev,
.feature-slider .slick-next {
    width: 35px;
    height: 35px;
    top: 30px;
  }
  .feature-slider .slick-prev:before,
.feature-slider .slick-next:before {
    width: 7px;
    height: 7px;
  }
  .feature-slider .slick-prev {
    left: 0;
  }
  .feature-slider .slick-prev:before {
    right: 15px;
  }
  .feature-slider .slick-next {
    right: 0;
  }
  .feature-slider .slick-next:before {
    right: 15px;
  }
  /* flow
  ================================ */
  .container-flow {
    width: auto;
    margin: 0;
  }
  .flow-ttl {
    padding: 150px 30px 50px 30px;
    background-position: center top;
    background-size: 182px auto;
  }
  .flow-ttl h1 {
    font-size: 1.125rem;
  }
  .flow-ttl h1:before {
    width: 12px;
    height: 10px;
    background: url(../img/top_midashi01.png) left top no-repeat;
    background-size: contain;
    vertical-align: super;
    margin-right: 10px;
  }
  .flow-ttl h1:after {
    width: 12px;
    height: 10px;
    background: url(../img/top_midashi02.png) left top no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
  }
  .flow-cnt h2 {
    font-size: 1rem;
    padding: 0 0 0 25px;
  }
  .flow-cnt p {
    font-size: 0.75rem;
    padding: 0 0 0 25px;
  }
  .flow-cnt .flow-step img {
    width: 87px;
  }
  .flow01 {
    padding: 120px 30px 50px 30px;
    background-position: right 30px top;
    background-size: auto 160px;
  }
  .flow02 {
    padding: 140px 30px 50px 30px;
    background-position: right 30px top;
    background-size: auto 180px;
  }
  .flow03 {
    padding: 90px 30px 50px 30px;
    background-position: right 30px top;
    background-size: auto 130px;
  }
  .flow04 {
    padding: 120px 30px 50px 30px;
    background-position: right 30px top;
    background-size: auto 160px;
  }
  /* select house
  ================================ */
  .container-sh {
    width: auto;
    margin: 0;
  }
  .sh-img {
    display: flex;
    justify-content: space-between;
    margin: 0 30px 30px;
    flex-wrap: wrap;
  }
  .sh-plan {
    margin: 0 30px 20px;
  }
  .sh-plan .sh-plan-head {
    flex-wrap: wrap;
    padding: 15px 0;
    margin-bottom: 30px;
  }
  .sh-plan .sh-plan-head h2 {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
  }
  .sh-plan .sh-plan-head p {
    font-size: 0.75rem;
  }
  .sh-plan .sh-plan-detail {
    flex-wrap: wrap;
  }
  .sh-plan .sh-plan-detail img {
    margin-bottom: 20px;
  }
  .sh-step {
    margin-bottom: 30px;
  }
  .sh-step__item img {
    width: 16rem;
  }
  .sh-step__item h2 {
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: normal;
    font-family: fot-tsukuardgothic-std, "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .sh-step__item ul {
    margin-top: 30px;
    display: flex;
    text-align: center;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .sh-step__item ul li {
    width: 40%;
    max-width: 40%;
    text-align: center;
    margin: 0 auto;
  }
  .sh-step__item ul li img {
    width: initial !important;
    max-width: 100% !important;
    display: block;
  }
  .sh-step__item ul li span {
    font-family: "Roboto Slab", "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
  }
  .sh-step__item ul li:not(:first-child) {
    margin: 0 auto;
  }
  .sh-step__item ul li:nth-child(4) {
    width: 40% !important;
    max-width: 100%;
  }
  .sh-step__item ul li:nth-child(3), .sh-step__item ul li:nth-child(4) {
    margin-top: 20px;
  }
  .sh-step__item:not(:first-child) {
    margin-top: 60px;
  }
  .sh-step__item--2 ul {
    align-items: center;
    display: flex !important;
    flex-wrap: nowrap !important;
  }
  .sh-step__item--2 ul li {
    width: 250px !important;
    max-width: 100%;
  }
  .sh-step__item--2 .second {
    margin-top: 0 !important;
  }
  .sh-list h2 {
    margin-bottom: 20px;
    font-size: 1.125rem;
  }
  .sh-list h2:before, .sh-list h2:after {
    width: 12px;
    height: 18px;
  }
  .sh-list h2:before {
    margin-right: 7px;
  }
  .sh-list h2:after {
    margin-left: 7px;
  }
  .sh-list h2 img {
    right: 2%;
    top: 47%;
    width: 20px;
    height: 10px;
  }
  .sh-list .sh-list-cnt {
    padding: 0 30px 30px;
  }
  .sh-list .sh-list-cnt h3 {
    position: relative;
    font-size: 1.125rem;
  }
  .sh-list .sh-list-cnt h3:before {
    width: 20px;
    left: -30px;
    top: 12px;
  }
  .sh-list .sh-list-cnt h3 i {
    font-size: 0.625rem;
    display: block;
  }
  .sh-list .sh-list-cnt small {
    display: block;
    font-size: 0.625rem;
    margin-bottom: 10px;
  }
  .sh-list .sh-list-cnt .sh-3column,
.sh-list .sh-list-cnt .sh-4column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sh-list .sh-list-cnt .sh-3column li,
.sh-list .sh-list-cnt .sh-4column li {
    margin-bottom: 10px;
  }
  .sh-list .sh-list-cnt .sh-3column li .sh-list-icon,
.sh-list .sh-list-cnt .sh-4column li .sh-list-icon {
    display: block;
    margin-bottom: 5px;
  }
  .sh-list .sh-list-cnt .sh-3column li .sh-list-icon img,
.sh-list .sh-list-cnt .sh-4column li .sh-list-icon img {
    vertical-align: middle;
    margin-right: 5px;
    height: 12px;
    width: auto;
  }
  .sh-list .sh-list-cnt .sh-3column li .sh-list-title,
.sh-list .sh-list-cnt .sh-4column li .sh-list-title {
    font-size: 0.75rem;
    padding: 3px 10px;
  }
  .sh-list .sh-list-cnt .sh-3column li {
    width: 48%;
  }
  .sh-list .sh-list-cnt .sh-4column li {
    width: 48%;
  }
  /* maintenance
  ================================ */
  .maintenance-ttl {
    width: auto;
    margin: 0;
    padding: 160px 0 20px 0;
    background-position: center top;
    background-size: 124px auto;
  }
  .maintenance-ttl h1 {
    font-size: 1.125rem;
    text-align: center;
  }
  .maintenance-ttl h1:before {
    width: 12px;
    height: 10px;
    background: url(../img/top_midashi01.png) left top no-repeat;
    background-size: contain;
    vertical-align: super;
    margin-right: 10px;
  }
  .maintenance-ttl h1:after {
    width: 12px;
    height: 10px;
    background: url(../img/top_midashi02.png) left top no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
  }
  .maintenance-catch {
    font-size: 0.75rem;
    margin-bottom: 30px;
  }
  .maintenance-detail {
    background-size: auto 150px;
    padding: 120px 0 0;
  }
  .maintenance-detail .detail-inner {
    width: auto;
    margin: 0 20px;
    padding: 20px;
  }
  .maintenance-detail .detail-inner h2 {
    font-size: 0.875rem;
    padding-bottom: 10px;
  }
  .maintenance-detail .detail-inner .detail-cnt-wrap .detail-cnt {
    width: 48%;
    margin-bottom: 20px;
  }
  .maintenance-detail .detail-inner .detail-cnt-wrap .detail-cnt h3 {
    border-radius: 20px;
    font-size: 0.75rem;
    padding: 5px 15px;
    margin-bottom: 10px;
  }
  .maintenance-detail .detail-inner .detail-cnt-wrap .detail-cnt ul {
    list-style: disc;
    margin: 0 0 0 30px;
  }
  .maintenance-detail .detail-inner .detail-cnt-wrap .detail-cnt ul li {
    margin-bottom: 5px;
    font-size: 0.75rem;
  }
  .maintenance-slider {
    margin-bottom: 50px;
  }
  .maintenance-slider .slick-list {
    height: auto !important;
  }
  .maintenance-slider li {
    width: 50vw !important;
    height: auto !important;
  }
  .maintenance-slider .slick-prev,
.maintenance-slider .slick-next {
    width: 35px;
    height: 35px;
    top: 50%;
    margin-top: -17px;
  }
  .maintenance-slider .slick-prev:before,
.maintenance-slider .slick-next:before {
    width: 7px;
    height: 7px;
  }
  .maintenance-slider .slick-prev {
    left: 0;
  }
  .maintenance-slider .slick-prev:before {
    right: 15px;
  }
  .maintenance-slider .slick-next {
    right: 0;
  }
  .maintenance-slider .slick-next:before {
    right: 15px;
  }
  /* simulation
  ================================ */
  #simulation-head {
    border-radius: 10px;
    margin: 0 30px 30px;
    padding: 10px 20px;
    display: block;
  }
  #simulation-head h2 {
    font-size: 1.125rem;
    text-align: left;
  }
  #simulation-head p {
    text-align: right;
    font-size: 0.75rem;
  }
  #simulation-head::after {
    border: 16px solid transparent;
    bottom: -32px;
    margin-left: -8px;
  }
  #simulation-cnt {
    display: block;
  }
  #simulation-cnt #simulation-area {
    width: 100%;
    height: 0;
    padding-bottom: 53.13%;
    margin-bottom: 40px;
  }
  #simulation-cnt #simulation-select {
    width: auto;
    margin: 0 30px 0;
  }
  #simulation-cnt #simulation-select-cnt h3 {
    background: #fcee21;
    text-align: center;
    border-radius: 20px;
    padding: 5px 20px;
    margin-bottom: 15px;
  }
  #simulation-cnt #simulation-select-cnt ul {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
  }
  #simulation-cnt #simulation-select-cnt ul li {
    width: 60px;
    font-size: 0.875rem;
    text-align: center;
    letter-spacing: normal;
  }
  #simulation-cnt #simulation-select-cnt ul li a {
    color: #000;
  }
  #simulation-cnt #simulation-select-cnt ul li img {
    display: block;
    margin: 0 auto 5px;
  }
  /* contact
  ================================ */
  .container-contact {
    width: auto;
    margin: 0;
  }
  .contact-ttl {
    background-size: 30px auto;
    margin: 0 30px;
    padding: 0 0 30px 40px;
  }
  .contact-ttl h1 {
    font-size: 1.125rem;
  }
  .contact-ttl small {
    font-size: 0.75rem;
  }
  .contact-catch {
    padding: 150px 20px 30px 20px;
    background-position: center top;
    background-size: 176px auto;
    letter-spacing: normal;
  }
  .contact-catch h2 {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
  .contact-catch p {
    font-size: 0.75rem;
  }
  .contact-tel {
    width: auto;
    margin: 0 20px;
    padding: 0 10px 10px;
    margin-bottom: 20px;
    text-align: center;
  }
  .contact-tel h2 {
    top: -15px;
    font-size: 0.875rem;
    padding: 0 10px;
  }
  .contact-tel .tel-number {
    font-size: 1.875rem;
    font-family: "Roboto Slab", "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .contact-tel .tel-number span {
    background: url(../img/contact/contact_tel.png) left center no-repeat;
    background-size: 62px auto;
    padding: 5px 0 5px 80px;
  }
  .contact-tel .tel-note {
    font-size: 0.75rem;
  }
  .contact-tel .tel-note small {
    font-size: 0.625rem;
  }
  .contact-desc {
    font-size: 0.75rem;
    margin-bottom: 30px;
    padding: 0 20px;
  }
  #contact-form h2 {
    font-size: 0.875rem;
    margin-bottom: 30px;
  }
  #contact-form h2:after {
    width: 26px;
    margin-left: -13px;
    bottom: -5px;
  }
  .contact-category {
    text-align: left;
    margin-bottom: 20px;
  }
  .contact-category label {
    display: block;
    padding: 0;
  }
  .form-group {
    margin-bottom: 0;
    flex-direction: column;
  }
  .form-group .form-label {
    width: 100%;
    padding: 10px 30px 5px;
    font-size: 0.75rem;
  }
  .form-group .form-ctrl {
    width: 100%;
    padding: 0 30px 10px;
  }
  .form-group .form-ctrl input {
    height: 30px;
  }
  .form-group .form-ctrl textarea {
    height: 150px;
  }
  .contact-submit {
    padding: 30px 30px 0;
  }
  .contact-submit button,
.contact-submit a {
    position: relative;
    margin: 0 0 10px;
    padding: 10px 20px;
    font-size: 1rem;
    width: 100%;
  }
  /* clear
  ================================ */
  .clearfix {
    content: "";
    clear: both;
    display: block;
  }
  /* media end */
}