@charset "UTF-8";
/*
====================
IMPORT
====================
*/
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-style: normal;
  /*  font-weight: normal;*/
  font-size: 100%;
  vertical-align: baseline; }

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

blockquote,
q {
  quotes: none; }

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

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input,
textarea {
  margin: 0;
  padding: 0; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

caption,
th {
  text-align: left; }

th {
  font-weight: normal; }

a:active {
  color: inherit; }

a:focus {
  outline: none; }

a {
  text-decoration: none;
  color: inherit; }

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

video {
  vertical-align: bottom;
  width: 100%;
  height: auto; }

textarea {
  resize: vertical; }

/*
============================
GENERAL CONTENTS
============================
*/
* {
  box-sizing: border-box;
  line-height: 1.4; }
  *::before, *::after {
    box-sizing: inherit;
    line-height: inherit; }

body {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  color: #323232;
  -webkit-text-size-adjust: 100%;
  position: relative;
  text-align: left; }

.inner {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 940px; }

p {
  line-height: 1.5; }

input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit; }

.sp {
  display: none; }

@media screen and (max-width: 767px) {
  .sp {
    display: block; } }
/*
============================
MAIN CONTENTS
============================
*/
.header {
  padding: 20px 0; }

.header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }

.btn--nav {
  display: none; }

.header__first {
  font-size: 12px;
  font-weight: normal;
  display: none; }

.header__nav__list {
  display: -ms-flexbox;
  display: flex; }
  .header__nav__list a {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold; }
  .header__nav__list li:last-of-type a {
    padding-right: 0; }

.footer {
  background-color: #323232;
  color: #fff;
  padding: 40px 0 15px;
  font-size: 13px; }

.footer__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.footer__about {
  line-height: 1.6; }
  .footer__about dt {
    margin: 0 0 20px; }
  .footer__about dd {
    margin: 0 0 10px; }

.footer__txt {
  font-size: 12px; }

.footer__nav {
  display: -ms-flexbox;
  display: flex; }
  .footer__nav ul {
    margin: 0 0 0 40px; }
  .footer__nav li {
    margin: 0 0 10px; }

.footer__copy {
  font-size: 12px;
  display: block;
  text-align: center;
  padding: 40px 20px 0px; }

.lower {
  padding: 0 0 100px; }
  .lower p + p {
    margin-top: 20px; }

.sec--common01 {
  padding: 60px 0; }

.sec--contact .inner {
  text-align: center; }

.sec--contact__tel-wrap {
  margin: 0 0 10px; }

.sec--contact__tel {
  font-weight: bold;
  padding: 0 0 0 40px;
  background: url(../img/icon_tel_black.svg) no-repeat 0 50%/30px auto;
  line-height: 1.6;
  font-size: 30px;
  display: inline-block; }

.sec--contact__btn-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.sec--contact__btn {
  color: #fff;
  background-color: #c23b2d;
  height: 100px;
  line-height: 100px;
  font-size: 20px;
  display: block;
  width: calc(50%);
  text-align: center; }
  .sec--contact__btn + .sec--contact__btn {
    border-left: 1px solid #fff; }

.ttl--common01 {
  font-size: 24px;
  text-align: center;
  margin: 0px 0 40px; }
  .ttl--common01 span {
    display: inline-block;
    padding: 0 0 15px;
    border-bottom: 2px solid #c23b2d; }

ul.list--common02 {
  margin: 20px 0 0; }
  ul.list--common02 li {
    padding-left: 1em;
    text-indent: -1em; }

.sec--lower {
  padding: 90px 0 0; }

.lower__ttl01 {
  color: #fff;
  background: url(../img/label_bg.jpg) no-repeat 50% 50%/cover;
  height: 300px;
  text-align: center;
  padding: 115px 10px; }
  .lower__ttl01 h1 {
    font-size: 36px;
    letter-spacing: 0.25em; }
  .lower__ttl01 span {
    font-size: 16px;
    display: block;
    line-height: 1.4;
    margin-top: 5px; }

.lower__ttl02 {
  font-size: 24px;
  padding: 0 0 30px;
  margin: 30px 0 20px;
  position: relative; }
  .lower__ttl02::before, .lower__ttl02::after {
    position: absolute;
    content: "";
    display: block;
    bottom: 20px;
    border-bottom: 80px solid #c23b2d;
    z-index: -1; }
  .lower__ttl02::before {
    right: 100%;
    width: 100%; }
  .lower__ttl02::after {
    left: 0;
    width: 34px; }

.lower__ttl03 {
  border-left: 5px solid #c23b2d;
  padding-left: 20px;
  margin: 10px 0; }

.first {
  text-align: center;
  margin: 60px 0 0; }

.list--common01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .list--common01 dt,
  .list--common01 dd {
    padding: 20px 0;
    border-bottom: 1px solid #f7f7f7; }
    .list--common01 dt:last-of-type,
    .list--common01 dd:last-of-type {
      border: none; }
  .list--common01 dt {
    width: calc(200px); }
  .list--common01 dd {
    width: calc(100% - 200px); }

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  background: #bdbdbd;
  padding: 10px 20px;
  display: block;
  width: 100%; }

textarea {
  height: 200px; }

button {
  width: 200px;
  height: 50px;
  line-height: 50px;
  display: block;
  background-color: #c23b2d;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 40px auto 0;
  cursor: pointer; }

.required {
  color: #c23b2d;
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 12px; }

.box {
  overflow: hidden; }

.box__txt {
  width: 50%;
  padding: 0 20px 0 0;
  float: left; }

.box__img {
  width: 50%;
  float: right; }

.box2 {
  margin: 20px 0 0;
  background-color: #f7f7f7;
  padding: 15px 30px 30px; }

.map-wrap {
  position: relative;
  padding-top: 420px;
  margin: 40px 0 0; }
  .map-wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

a.link {
  text-decoration: underline;
  color: #c23b2d;
  display: block;
  margin: 10px 0; }

.img {
  margin-top: 50px;
  width: 70%; }

.form__firsrt {
  margin: 0 0 20px; }

.error {
  color: #c23b2d;
  font-size: 14px; }

.erea-list {
  background-color: #f7f7f7;
  padding: 30px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 50px; }
  .erea-list li {
    padding: 10px 12px; }
  .erea-list a {
    color: #c23b2d;
    position: relative;
    padding-left: 1em;
    text-decoration: underline; }
    .erea-list a::before {
      position: absolute;
      content: "";
      display: block;
      color: #323232;
      left: 0;
      top: 0.2em;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 5px 0 5px;
      border-color: #323232 transparent transparent transparent; }

.erea-table {
  margin: 20px 0 40px; }
  .erea-table th,
  .erea-table td {
    padding: 20px;
    vertical-align: middle; }
  .erea-table th {
    font-weight: bold; }
  .erea-table tr + tr {
    border-top: 1px solid #ccc; }

@media screen and (max-width: 767px) {
  body {
    font-size: 14px; }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px 0;
    background-color: #fff;
    z-index: 999; }

  .header__inner {
    padding-right: 0; }

  .header__to-top {
    width: 120px; }

  .btn--nav {
    cursor: pointer;
    background-color: #c23b2d;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    display: block;
    position: relative; }
    .btn--nav span {
      background-color: #fff;
      height: 2px;
      left: 10px;
      width: 30px;
      position: absolute;
      -ms-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      transform-origin: center; }
      .btn--nav span:nth-of-type(1) {
        top: 14px; }
      .btn--nav span:nth-of-type(2) {
        top: 24px; }
      .btn--nav span:nth-of-type(3) {
        top: 34px; }
    .btn--nav.show span:nth-of-type(1) {
      top: 24px;
      transform: rotate(45deg); }
    .btn--nav.show span:nth-of-type(2) {
      opacity: 0; }
    .btn--nav.show span:nth-of-type(3) {
      top: 24px;
      transform: rotate(-45deg); }

  .header__nav {
    background-color: #fff;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    padding: 20px 0;
    text-align: center;
    height: calc(100vh - 50px); }
    .header__nav a {
      padding: 15px 20px !important; }

  .header__nav__list {
    display: block; }

  .footer__inner {
    display: block; }

  .footer__txt {
    font-size: 11px; }

  .footer__about dt {
    width: 150px; }

  .footer__nav {
    display: block;
    margin: 20px 0 0; }
    .footer__nav ul {
      margin: 0px 0; }

  .footer__copy {
    padding-top: 20px; }

  article {
    margin-top: 50px; }

  .lower {
    padding-bottom: 50px; }

  .sec--common01 {
    padding: 40px 0; }

  .sec--lower {
    padding: 40px 0 10px; }

  .ttl--common01 {
    font-size: 20px;
    margin-bottom: 30px; }

  .lower__ttl01 {
    height: 200px;
    padding: 72px 20px; }
    .lower__ttl01 h1 {
      font-size: 26px; }
    .lower__ttl01 span {
      font-size: 12px; }

  .lower__ttl02 {
    font-size: 20px;
    margin-bottom: 10px; }
    .lower__ttl02::before, .lower__ttl02::after {
      border-bottom-width: 60px; }

  .list--common01 {
    display: block; }
    .list--common01 dt,
    .list--common01 dd {
      width: 100%; }
    .list--common01 dt {
      border-bottom: none;
      padding-bottom: 0;
      font-weight: bold; }
    .list--common01 dd {
      padding-top: 10px; }

  .sp--fs18 {
    font-size: 18px !important; }

  .img {
    width: 100%;
    margin-top: 30px; }

  .erea-table th,
  .erea-table td {
    display: block; }
  .erea-table th {
    padding-top: 30px;
    padding-bottom: 20px; }
  .erea-table td {
    padding-top: 0; }
    .erea-table td:nth-of-type(2) {
      text-align: left; }
    .erea-table td:last-of-type {
      padding-bottom: 30px; } }
/*
============================
UNDER CONTENTS
============================
*/
/*
============================
index
============================
*/
#top {
  padding: 0 0 80px; }
  #top p {
    text-align: center;
    line-height: 1.8; }
    #top p + p {
      margin-top: 20px; }

.top__mv {
  margin-bottom: 20px;
  height: 450px;
  background: url(../img/label_bg.jpg) no-repeat 50% 50%/cover;
  color: #fff;
  text-align: center;
  position: relative; }
  .top__mv > * {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
  .top__mv h1 {
    font-size: 30px; }
  .top__mv span {
    font-size: 12px;
    margin-top: 10px;
    display: block; }

.top__name {
  font-weight: normal;
  line-height: 1.4;
  display: block;
  margin: 10px 0 0; }

.concept__list01 li {
  margin: 60px 0 0; }
.concept__list01 h3 {
  font-size: 20px;
  margin: 0 0 25px;
  position: relative;
  border-bottom: 1px solid #323232;
  padding: 0 0 10px; }
  .concept__list01 h3::before {
    position: absolute;
    content: "";
    display: block;
    border-style: solid;
    width: 110px;
    height: 60px;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #c23b2d #c23b2d;
    opacity: 0.4;
    bottom: 26%;
    left: -5%;
    transform: rotate(-45deg);
    z-index: -1; }
  .concept__list01 h3 span {
    display: inline-block; }
    .concept__list01 h3 span:nth-of-type(2) {
      font-size: 12px;
      padding: 0 0 0 20px;
      color: #616161; }

.message p {
  text-align: left !important; }

.message__img {
  width: 70%;
  float: right;
  margin: 0 30px 40px 0; }

.box--red {
  background-color: #c23b2d;
  color: #fff;
  font-weight: bold;
  padding: 40px;
  width: 52%;
  margin: -320px 0 0;
  float: left; }

.message--txt {
  margin-top: 30px; }

@media screen and (max-width: 767px) {
  .top__mv {
    height: 300px; }

  #top {
    padding-bottom: 40px; }

  .sec--contact__btn-wrap {
    display: block; }

  .sec--contact__btn {
    width: 100%;
    font-size: 16px;
    height: 50px;
    line-height: 50px; }
    .sec--contact__btn + .sec--contact__btn {
      border-top: 1px solid #fff;
      border-left: none; }

  .concept__list01 li {
    margin-top: 30px; }
  .concept__list01 h3 {
    font-size: 18px;
    margin: 0 0 15px; }
    .concept__list01 h3::before {
      width: 90px;
      height: 50px;
      border-width: 0 0 15px 15px;
      left: -3%; }
    .concept__list01 h3 span:nth-of-type(2) {
      padding: 5px 0 0 0;
      font-size: 10px; }

  .box__txt {
    width: 100%;
    float: none;
    padding: 0 0 20px; }

  .box__img {
    width: 100%;
    float: none; }

  .map-wrap {
    height: 150px; }

  .box--red,
  .message__img {
    float: none; }

  .box--red {
    width: 100%;
    margin: 0 0 20px;
    padding: 20px 15px; }

  .message__img {
    width: 100%;
    margin: 0; } }
