@charset "UTF-8";
/*============================================================
　変数
============================================================*/
/*============================================================
　mixin
============================================================*/
/*メディアクエリ呼び出し方
.example {
    color: blue;
    @include mq() { // 引数を省略（初期値はspの599px）
        color: yellow;
    }
    @include mq(tb) { // 引数を個別に指定
        color: red;
    }
}
------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);
/*呼び出し方--------------------------------------------------
@include font-face('volvo', '../../webfonts/volvo-bold', bold（weight）, null（style）, ttf（type）);
.example {
    @include fontsize(12);
}
a {
    @include linkcolor(#3cf);
}
------------------------------------------------------------*/
/*フォントフェイス
------------------------------------------------------------*/
/*フォントファミリー
------------------------------------------------------------*/
/*フォントサイズ
------------------------------------------------------------*/
/*リンクカラー
------------------------------------------------------------*/
/*hタグ共通
------------------------------------------------------------*/
/*ベンダープレフィックス
.example {
    @include ProprtySetPrefix(transition, 0.5s);
    または
    @include ValueSetPrefix(display, flex);
}
------------------------------------------------------------*/
/*透明度
.example {
    @include opacity(0.5);
}
------------------------------------------------------------*/
/*ポジションabsolute
.example {
    @include absolute(5px, 20px, 10px, 15px);
    または
    @include absolute($top:0, $left:0);
}
------------------------------------------------------------*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block; }

img a {
  outline: none; }

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em; }

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

label {
  cursor: pointer; }

address {
  font-style: normal; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px); }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }
@font-face {
  font-family: "icomoon";
  src: url("../webfonts/icomoon.eot");
  src: url("../webfonts/icomoon.eot?#iefix") format("eot"), url("../webfonts/icomoon.woff") format("woff"), url("../webfonts/icomoon.svg") format("svg"), url("../webfonts/icomoon.ttf") format("ttf"); }
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  /* 基準を10px */ }
  @media (max-width: 559px) {
    html {
      font-size: 56.25%; } }

/*
@media only screen and (min-width:651px) {651以上のスマホ・タブレット
    html {
        font-size: 71.4286%;16px基準
    }
}
@media only screen and (min-width:961px) {961以上のタブレット・PC
    html {
        font-size: 75.8929%;17px基準
    }
}
*/
body {
  font-family: "Roboto", Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1a1a1a;
  line-height: 1.85;
  text-align: left;
  text-rendering: optimizeSpeed;
  min-height: 100vh; }

h1, h2, h3, h4, h5 {
  line-height: 1.5;
  margin-bottom: 1em; }

p {
  margin-bottom: 1em; }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.mt20 {
  margin-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

.mt30 {
  margin-top: 30px; }

.mb30 {
  margin-bottom: 30px; }

.mt40 {
  margin-top: 40px; }

.mb40 {
  margin-bottom: 40px; }

.mt50 {
  margin-top: 50px; }

.mb50 {
  margin-bottom: 50px; }

.mt60 {
  margin-top: 60px; }

.mb60 {
  margin-bottom: 60px; }

.mt70 {
  margin-top: 70px; }

.mb70 {
  margin-bottom: 70px; }

.mt80 {
  margin-top: 80px; }

.mb80 {
  margin-bottom: 80px; }

.mt90 {
  margin-top: 90px; }

.mb90 {
  margin-bottom: 90px; }

.mt100 {
  margin-top: 100px; }

.mb100 {
  margin-bottom: 100px; }

.br-pc {
  display: inline; }
  @media (max-width: 559px) {
    .br-pc {
      display: none; } }
.br-sp {
  display: none; }
  @media (max-width: 559px) {
    .br-sp {
      display: inline; } }

/*
.case__align--center {
    text-align: center;
    @include mq(sp) {
        text-align: left;
    }
}
*/
.tel--address {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  margin: 0 0 1em 0; }
  @media (max-width: 559px) {
    .tel--address {
      font-size: 33.3333333333px;
      font-size: 3.3333333333rem;
      line-height: 1.2;
      text-align: center; } }
  .tel--address a {
    text-decoration: none;
    color: #b90b0b; }
    .tel--address a:hover, .tel--address a:active, .tel--address a:focus {
      color: #f33737; }
    .tel--address a::before {
      font-family: "icomoon";
      font-weight: 400;
      padding-right: 5px;
      content: "\e923"; }
  .tel--address span {
    font-size: 20px;
    font-size: 2rem;
    margin-left: 0.5em; }
    @media (max-width: 559px) {
      .tel--address span {
        font-size: 16px;
        font-size: 1.6rem;
        margin-left: 0; } }

.header {
  height: 70px;
  background: #ffffff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 50px 5px; }
  @media (max-width: 959px) {
    .header {
      flex-flow: column wrap;
      justify-content: center;
      height: auto;
      min-height: 50px;
      padding: 7px 30px; } }
  .header__inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 959px) {
      .header__inner {
        flex-flow: column nowrap; } }
  .header .logo {
    width: 120px;
    height: auto;
    margin: 0; }
    @media (max-width: 559px) {
      .header .logo {
        width: 100px;
        margin: 10px 0; } }
  .header__copy {
    color: #252525;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 5px 0;
    font-weight: 500; }
    @media (max-width: 559px) {
      .header__copy {
        font-size: 13px;
        font-size: 1.3rem;
        text-align: center; } }

.gotop {
  position: fixed;
  z-index: 100;
  bottom: 60px;
  right: 3%; }
  .gotop img {
    width: 50px;
    height: auto; }

.footer {
  padding: 20px 50px; }
  @media (max-width: 959px) {
    .footer {
      padding: 10px 30px; } }
  @media (max-width: 559px) {
    .footer {
      padding: 10px 20px; } }
  .footer__inner {
    max-width: 1180px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 959px) {
      .footer__inner {
        flex-flow: column nowrap; } }
  .footer__nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    .footer__nav--item {
      font-size: 13px;
      font-size: 1.3rem;
      margin: 0 12px; }
      .footer__nav--item a {
        color: #333333;
        text-decoration: none; }
        .footer__nav--item a:hover, .footer__nav--item a:active, .footer__nav--item a:focus {
          color: #666666; }
        .footer__nav--item a::before {
          font-size: 12px;
          font-size: 1.2rem;
          font-family: "icomoon";
          content: "\e911";
          padding-right: 4px; }
  .footer__box {
    margin: 0 0 0 auto;
    text-align: right; }
    @media (max-width: 559px) {
      .footer__box {
        margin: 15px auto 0; } }
    .footer__box img {
      max-width: 190px;
      height: auto;
      margin: 0 0 5px auto; }
      @media (max-width: 559px) {
        .footer__box img {
          max-width: 120px;
          margin: 0 auto 10px; } }
    .footer__box p {
      font-size: 11px;
      font-size: 1.1rem; }
  .footer .copyright {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0; }

main {
  margin: 0;
  padding: 0;
  position: relative; }

.hero {
  width: 100%;
  height: auto;
  position: relative; }
  .hero__img--fit {
    width: 100%;
    height: auto; }

.inner {
  max-width: 1440px;
  margin: 0 auto; }
  .inner.inner--md {
    max-width: 1180px; }
  .inner.inner--sm {
    max-width: 960px; }
  @media (max-width: 959px) {
    .inner {
      width: auto; } }

.sec__heading {
  font-family: "Roboto Condensed", Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .03em;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  /*&::before {
      display: block;
      content: "01.";
      padding-right: 0.25rem;
  }*/ }
  @media (max-width: 559px) {
    .sec__heading {
      font-size: 14px;
      font-size: 1.4rem;
      margin: 10px 0 40px; } }
  .sec__heading::after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    width: 4%;
    height: 4px;
    display: block;
    content: "";
    background: #252525; }
  .sec__heading span {
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: 500; }
    @media (max-width: 559px) {
      .sec__heading span {
        font-size: 24px;
        font-size: 2.4rem; } }

.sec__lead {
  font-family: "Roboto Condensed", Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center; }
  @media (max-width: 559px) {
    .sec__lead {
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 0.5em;
      text-align: left; } }

.sec__subheadline {
  font-size: 20px;
  font-size: 2rem;
  text-align: center; }

.btn {
  font-size: 14px;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  width: auto;
  max-width: auto; }
  @media (max-width: 959px) {
    .btn {
      width: 100%;
      max-width: auto;
      min-width: auto; } }
  .btn a {
    color: #ffffff;
    width: 100%;
    display: block;
    padding: 12px;
    text-decoration: none;
    background-color: #655e5e;
    border: 1px solid #655e5e;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    transition: color 0.2s ease 0s, border 0.4s; }
    @media (max-width: 959px) {
      .btn a {
        padding: 1.5em; } }
    .btn a span {
      position: relative;
      z-index: 2; }
      .btn a span::before {
        font-family: "icomoon";
        padding-right: 10px;
        font-size: 14px;
        font-size: 1.4rem;
        content: "\e911"; }
  .btn a:hover {
    border: 1px solid #7f7777; }
  .btn a::after {
    background-color: #7f7777;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate3d(-100%, 0px, 0px);
    transition: transform 0.4s cubic-bezier(0.48, 0.18, 0, 0.98) 0s, -webkit-transform 0.4s cubic-bezier(0.48, 0.18, 0, 0.98) 0s;
    width: 100%;
    z-index: 1; }
  .btn a:hover::after {
    transform: translate3d(0px, 0px, 0px); }
  @media (max-width: 559px) {
    .btn {
      font-size: 21px;
      font-size: 2.1rem;
      font-feature-settings: "palt";
      font-weight: 500;
      text-align: center;
      line-height: 1.2;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: center;
      margin: 20px 0 0 0;
      width: auto;
      max-width: auto; } }
  @media (max-width: 559px) and (max-width: 959px) {
    .btn {
      width: 100%;
      max-width: auto;
      min-width: auto; } }
  @media (max-width: 559px) {
      .btn a {
        color: #ffffff;
        width: 100%;
        display: block;
        padding: 12px;
        text-decoration: none;
        background-color: #655e5e;
        border: 1px solid #655e5e;
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
        transition: color 0.2s ease 0s, border 0.4s; } }
    @media (max-width: 559px) and (max-width: 959px) {
      .btn a {
        padding: 1.5em; } }
  @media (max-width: 559px) {
        .btn a span {
          position: relative;
          z-index: 2; }
          .btn a span::before {
            font-family: "icomoon";
            padding-right: 10px;
            font-size: 14px;
            font-size: 1.4rem;
            content: "\e911"; }
      .btn a:hover {
        border: 1px solid #7f7777; }
      .btn a::after {
        background-color: #7f7777;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        transform: translate3d(-100%, 0px, 0px);
        transition: transform 0.4s cubic-bezier(0.48, 0.18, 0, 0.98) 0s, -webkit-transform 0.4s cubic-bezier(0.48, 0.18, 0, 0.98) 0s;
        width: 100%;
        z-index: 1; }
      .btn a:hover::after {
        transform: translate3d(0px, 0px, 0px); } }

.cta {
  width: 100%;
  max-width: 1440px;
  margin: 60px auto 0;
  padding: 30px 40px 20px;
  background: #ffffff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center; }
  @media (max-width: 959px) {
    .cta {
      margin: 20px auto 0;
      padding: 20px; } }
  .cta__heading {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px; }
  .cta__block {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center; }
    .cta__block--tel {
      font-family: "Roboto Condensed", Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 600;
      text-align: center;
      width: 48%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      align-items: center; }
      @media (max-width: 959px) {
        .cta__block--tel {
          width: 100%;
          flex-flow: column wrap; } }
      .cta__block--tel p {
        margin: 0; }
      .cta__block--tel address {
        font-size: 45px;
        font-size: 4.5rem;
        font-weight: 700;
        margin: 0 0 0 4%; }
        @media (max-width: 559px) {
          .cta__block--tel address {
            font-size: 37.5px;
            font-size: 3.75rem;
            line-height: 1.2;
            text-align: center; } }
        .cta__block--tel address a {
          text-decoration: none;
          color: #b90b0b; }
          .cta__block--tel address a:hover, .cta__block--tel address a:active, .cta__block--tel address a:focus {
            color: #f33737; }
          .cta__block--tel address a::before {
            font-family: "icomoon";
            font-weight: 400;
            padding-right: 5px;
            content: "\e923"; }
        .cta__block--tel address span {
          font-size: 22.5px;
          font-size: 2.25rem;
          margin-left: 0.5em; }
          @media (max-width: 559px) {
            .cta__block--tel address span {
              font-size: 18px;
              font-size: 1.8rem;
              margin-left: 0; } }
    .cta__block--form {
      width: 48%; }
      @media (max-width: 959px) {
        .cta__block--form {
          width: 100%; } }
      .cta__block--form .btn {
        font-size: 21px;
        font-size: 2.1rem;
        font-feature-settings: "palt";
        font-weight: 500;
        text-align: center;
        line-height: 1.2;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        margin: 20px 0;
        width: auto;
        max-width: auto; }
        @media (max-width: 959px) {
          .cta__block--form .btn {
            width: 100%;
            max-width: auto;
            min-width: auto; } }
        .cta__block--form .btn a {
          color: #ffffff;
          width: 100%;
          display: block;
          padding: 12px;
          text-decoration: none;
          background-color: #655e5e;
          border: 1px solid #655e5e;
          box-sizing: border-box;
          overflow: hidden;
          position: relative;
          transition: color 0.2s ease 0s, border 0.4s; }
          @media (max-width: 959px) {
            .cta__block--form .btn a {
              padding: 1.5em; } }
          .cta__block--form .btn a span {
            position: relative;
            z-index: 2; }
            .cta__block--form .btn a span::before {
              font-family: "icomoon";
              padding-right: 10px;
              font-size: 24px;
              font-size: 2.4rem;
              content: "\e92c";
              padding-right: 15px; }
        .cta__block--form .btn a:hover {
          border: 1px solid #7f7777; }
        .cta__block--form .btn a::after {
          background-color: #7f7777;
          content: "";
          display: block;
          height: 100%;
          position: absolute;
          top: 0;
          right: 0;
          transform: translate3d(-100%, 0px, 0px);
          transition: transform 0.4s cubic-bezier(0.48, 0.18, 0, 0.98) 0s, -webkit-transform 0.4s cubic-bezier(0.48, 0.18, 0, 0.98) 0s;
          width: 100%;
          z-index: 1; }
        .cta__block--form .btn a:hover::after {
          transform: translate3d(0px, 0px, 0px); }
        @media (max-width: 959px) {
          .cta__block--form .btn {
            font-size: 21px;
            font-size: 2.1rem;
            font-feature-settings: "palt";
            font-weight: 500;
            text-align: center;
            line-height: 1.2;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-flow: row nowrap;
            justify-content: center;
            align-items: center;
            margin: 20px 0;
            width: auto;
            max-width: auto;
            font-size: 17px;
            font-size: 1.7rem; } }
  @media (max-width: 959px) and (max-width: 959px) {
    .cta__block--form .btn {
      width: 100%;
      max-width: auto;
      min-width: auto; } }
        @media (max-width: 959px) {
            .cta__block--form .btn a {
              color: #ffffff;
              width: 100%;
              display: block;
              padding: 12px;
              text-decoration: none;
              background-color: #655e5e;
              border: 1px solid #655e5e;
              box-sizing: border-box;
              overflow: hidden;
              position: relative;
              transition: color 0.2s ease 0s, border 0.4s; } }
    @media (max-width: 959px) and (max-width: 959px) {
      .cta__block--form .btn a {
        padding: 1.5em; } }
        @media (max-width: 959px) {
              .cta__block--form .btn a span {
                position: relative;
                z-index: 2; }
                .cta__block--form .btn a span::before {
                  font-family: "icomoon";
                  padding-right: 10px;
                  font-size: 19px;
                  font-size: 1.9rem;
                  content: "\e92c";
                  padding-right: 15px; }
            .cta__block--form .btn a:hover {
              border: 1px solid #7f7777; }
            .cta__block--form .btn a::after {
              background-color: #7f7777;
              content: "";
              display: block;
              height: 100%;
              position: absolute;
              top: 0;
              right: 0;
              transform: translate3d(-100%, 0px, 0px);
              transition: transform 0.4s cubic-bezier(0.48, 0.18, 0, 0.98) 0s, -webkit-transform 0.4s cubic-bezier(0.48, 0.18, 0, 0.98) 0s;
              width: 100%;
              z-index: 1; }
            .cta__block--form .btn a:hover::after {
              transform: translate3d(0px, 0px, 0px); } }

.store {
  padding: 80px 50px;
  text-align: left;
  color: #ffffff;
  background: #252525; }
  @media (max-width: 959px) {
    .store {
      padding: 40px 30px; } }
  @media (max-width: 559px) {
    .store {
      padding: 20px 20px;
      text-align: left; } }
  .store .sec__heading {
    font-weight: 400; }
    .store .sec__heading span {
      font-size: 30px;
      font-size: 3rem; }
    .store .sec__heading::after {
      background: #ffffff; }
  .store .store__box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start; }
    .store .store__box--item ul {
      margin: 15px 0 0;
      padding: 0;
      list-style: none; }
      .store .store__box--item ul li {
        font-size: 14px;
        font-size: 1.4rem; }
        .store .store__box--item ul li:first-child {
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 500;
          margin-bottom: 10px; }

.brands {
  padding: 80px 50px;
  text-align: left;
  background: #f5f5f5; }
  @media (max-width: 959px) {
    .brands {
      padding: 40px 30px; } }
  @media (max-width: 559px) {
    .brands {
      padding: 20px 20px;
      text-align: left; } }
  .brands img.logoskymark {
    max-width: 350px;
    margin: 0 auto 0px; }
    @media (max-width: 559px) {
      .brands img.logoskymark {
        width: 100%;
        max-width: 100%; } }
  .brands img.logobransmark {
    max-width: 650px;
    margin: 0 auto 0px; }
    @media (max-width: 559px) {
      .brands img.logobransmark {
        width: 100%;
        max-width: 100%; } }

.contact {
  padding: 80px 50px;
  text-align: left;
  background: #f5f5f5; }
  @media (max-width: 959px) {
    .contact {
      padding: 40px 30px; } }
  @media (max-width: 559px) {
    .contact {
      padding: 20px 20px;
      text-align: left; } }
  .contact__txt {
    text-align: center; }
    @media (max-width: 559px) {
      .contact__txt {
        text-align: left; } }
  .contact .summary__ttl {
    font-size: 20px;
    font-size: 2rem;
    margin: 1em 0 0.5em; }
  .contact .summary__list {
    width: 100%;
    margin-bottom: 3em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch; }
    .contact .summary__list dt, .contact .summary__list dd {
      padding: 10px 5px;
      border-bottom: 1px solid #252525; }
    .contact .summary__list dt {
      font-family: "Roboto Condensed", Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      width: 30%; }
      @media (max-width: 559px) {
        .contact .summary__list dt {
          width: 100%; } }
    .contact .summary__list dd {
      width: 70%; }
      @media (max-width: 559px) {
        .contact .summary__list dd {
          width: 100%; } }
      .contact .summary__list dd span {
        font-size: 11px;
        font-size: 1.1rem; }
  .contact .form__ttl {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 500;
    text-align: center;
    margin: 30px 0 1em;
    padding: 12px;
    color: #ffffff;
    background: #252525;
    position: relative; }
    @media (max-width: 559px) {
      .contact .form__ttl {
        margin: 1em 0; } }
    .contact .form__ttl:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -7px;
      border: 7px solid transparent;
      border-top: 10px solid #252525; }
  .contact .requirements {
    text-align: center;
    margin: 30px auto; }
    @media (max-width: 559px) {
      .contact .requirements {
        margin: 15px auto; } }
    .contact .requirements .descBox {
      text-align: left;
      margin: 2% 0 4%;
      padding: 4%;
      border: 1px solid #d5d5d5;
      background: #fff;
      max-height: 250px;
      overflow-y: scroll; }

.thanks {
  padding: 80px 50px;
  text-align: left;
  background: #f5f5f5; }
  @media (max-width: 959px) {
    .thanks {
      padding: 40px 30px; } }
  @media (max-width: 559px) {
    .thanks {
      padding: 20px 20px;
      text-align: left; } }

.ac__area {
  margin: 0 auto 2em;
  padding: 0; }
  .ac__area--box {
    margin: 0;
    padding: 0; }
  .ac__area input {
    display: none; }
  .ac__area label {
    color: #252525;
    display: block;
    cursor: pointer;
    padding: 10px 15px;
    border: 1px solid #655e5e;
    box-sizing: border-box; }
    .ac__area label::after {
      font-family: "icomoon";
      content: '\e91c';
      float: right; }
  .ac__area label:hover {
    color: #252525;
    border: 1px solid #252525;
    background: #f0eeef;
    text-decoration: underline; }
    .ac__area label:hover::after {
      color: #252525; }
  .ac__area--content {
    text-align: left;
    height: 0;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
    transition: 0.2s; }
  .ac__area input:checked + label {
    color: #ffffff;
    border: 1px solid #655e5e;
    background: #655e5e;
    text-decoration: none; }
  .ac__area input:checked + label::after {
    content: '\e91a'; }
  input:checked + label + .ac__area--content {
    height: auto;
    padding: 10px;
    box-sizing: border-box; }
