@charset "UTF-8";
/*-------------------------------------------------------------
トップページ
---------------------------------------------------------------*/
.index {
  position: relative;
  /*---------------------------------------
  KV
  ---------------------------------------*/
}
.index .k-copyWraper {
  position: absolute;
  top: 0%;
}
.index .k-copyInner {
  position: relative;
}
.index .k-copypadding {
  padding-top: 100vh;
}
.index .k-copyBox {
  position: absolute;
  bottom: 30%;
  width: 90vw;
  -webkit-transform: translate(6%, 0px);
          transform: translate(6%, 0px);
}
@media screen and (min-width:640px) {
  .index .k-copyBox {
    bottom: 20%;
  }
}
.index .k-copyBox .copy img {
  display: block;
}
.index .k-copyBox .copy .copy-01 {
  width: 40%;
  margin-bottom: 10px;
}
.index .k-copyBox .copy .copy-02 {
  width: 100%;
}
@media screen and (min-width:640px) {
  .index .k-copyBox .copy {
    width: 100%;
    margin: auto;
  }
  .index .k-copyBox .copy .copy-01 {
    width: 33%;
    margin-bottom: 10px;
  }
  .index .k-copyBox .copy .copy-02 {
    width: 80%;
    margin: auto;
  }
}
@media screen and (min-width:1025px) {
  .index .k-copyBox .copy {
    max-width: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
  .index .k-copyBox .copy .copy-01 {
    width: 28%;
    margin-bottom: 0;
  }
  .index .k-copyBox .copy .copy-02 {
    width: 67%;
  }
}
.index .k-copyBox .scrolldown {
  position: absolute;
  right: 2%;
  top: 160px;
  width: 15px;
  height: 100%;
  font-weight: bold;
}
@media screen and (min-width:1025px) {
  .index .k-copyBox .scrolldown {
    right: -1%;
    top: auto;
    bottom: 0;
  }
}
.index .k-copyBox .scrolldown:after {
  content: "";
  position: absolute;
  top: 104px;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  display: block;
  /*線の形状*/
  width: 1px;
  height: 40px;
  background: #FFF;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: pathmove 2s ease-in-out infinite;
          animation: pathmove 2s ease-in-out infinite;
  opacity: 0;
}
@media screen and (min-width:1025px) {
  .index .k-copyBox .scrolldown:after {
    top: 130px;
  }
}
.index .k-copyBox .scrolldown span {
  /*描画位置*/
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  /*テキストの形状*/
  color: #FFF;
  font-size: 10px;
  letter-spacing: 0.18em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-transform: uppercase;
  font-family: "Shippori Antique B1", sans-serif;
  z-index: 0;
}
@media screen and (min-width:1025px) {
  .index .k-copyBox .scrolldown span {
    font-size: 12px;
  }
}
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    opacity: 0;
  }
  30% {
    height: 40px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 170px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    opacity: 0;
  }
  30% {
    height: 40px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 170px;
    opacity: 0;
  }
}

/*---------------------------------------
コンテンツ
---------------------------------------*/
.contents {
  position: relative;
  /*---------------------------------------
  news
  ---------------------------------------*/
  /*---------------------------------------
  questionnaire
  ---------------------------------------*/
}
.contents .pd {
  padding-left: 24px;
  padding-right: 24px;
}
.contents .sectionTtl {
  color: #FFF;
  font-family: "Shippori Antique B1", sans-serif;
}
.contents .sectionTtl h2 {
  color: #FFF;
  font-size: 2rem;
  font-family: "Shippori Antique B1", sans-serif;
  line-height: 0.7em;
  margin-bottom: 0.35em;
  text-transform: uppercase;
}
.contents .sectionTtl .small {
  font-size: 1.06rem;
  font-weight: 400;
}
@media screen and (min-width:1025px) {
  .contents .sectionTtl h2 {
    font-size: 2.66rem;
    font-family: "Shippori Antique B1", sans-serif;
    line-height: 0.7em;
    margin-bottom: 0.35em;
    text-transform: uppercase;
  }
  .contents .sectionTtl .small {
    font-size: 1.06rem;
    font-weight: 400;
  }
}
.contents .news {
  margin-top: 80px;
  background-color: rgba(39, 39, 39, 0.7019607843);
  padding: 5em 24px;
}
.contents .news .sectionTtl h2 {
  position: relative;
}
.contents .newsBtn {
  margin-bottom: 1.5em;
}
.contents .newsBtn a {
  background-color: #BE271E;
  color: #FFF;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 18px;
}
.contents .newsBtn a:after {
  content: "";
  background-image: url(../img/cmn/arrow-w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 4px;
  height: 8px;
  display: inline-block;
  margin-left: 5px;
}
.contents .newsFeed {
  margin: 0;
}
.contents .newsFeed li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFF;
  border-top: 1px solid #FFF;
  padding: 18px 0;
}
.contents .newsFeed li:last-child {
  border-bottom: 1px solid #FFF;
}
.contents .newsFeed li time {
  font-size: 1.06rem;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.contents .newsFeed li a {
  color: #31211E;
  font-size: 1rem;
  color: #FFF;
}
.contents .newsFeed li a p {
  margin-bottom: 0;
}
@media screen and (min-width:640px) {
  .contents .news .newWarp {
    max-width: 600px;
    margin: auto;
  }
}
@media screen and (min-width:1025px) {
  .contents .news {
    padding: 5.3em 24px;
  }
  .contents .news .sectionTtl {
    padding-left: 3.3em;
  }
  .contents .news .sectionTtl h2:before {
    content: "";
    display: inline-block;
    background-color: #FFF;
    width: 0.83em;
    height: 1px;
    position: absolute;
    left: -1.2em;
    top: 50%;
    -webkit-transform: translate(0px, 50%);
            transform: translate(0px, 50%);
  }
  .contents .news .newWarp {
    max-width: 960px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contents .newsBtn {
    padding-left: 3.3em;
  }
  .contents .newsBox {
    width: 19%;
  }
  .contents .newsTxt {
    width: 65%;
  }
  .contents .newsFeed li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contents .newsFeed li time {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .contents .newsFeed li a {
    position: relative;
    width: 76%;
  }
  .contents .newsFeed li a:after {
    content: "";
    display: inline-block;
    background-image: url(../img/cmn/arrow-w.svg);
    width: 8px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
@media screen and (min-width:1280px) {
  .contents .news .newWarp {
    max-width: 1010px;
  }
}
.contents .questionnaire {
  padding-top: 6.3em;
  padding-bottom: 5.3em;
  background-image: url(../img/index/questionnaire_bg.png);
  background-size: cover;
  background-position: top left;
}
.contents .questionnaire .sectionTtl {
  text-align: center;
  margin-bottom: 3em;
}
.contents .questionnaireSubttl {
  text-align: center;
  margin-bottom: 1.4em;
}
.contents .questionnaireSubttl h3 {
  font-family: "Shippori Antique B1", sans-serif;
  font-size: 1.3rem;
  color: #FFF;
  text-align: center;
  display: inline-block;
  margin-bottom: 0.3em;
  line-height: 1.4;
  font-weight: 300;
}
.contents .questionnaireSubttl h3 span {
  display: inline-block;
  margin-bottom: 10px;
}
.contents .questionnaireSubttl h3 span:after {
  content: "";
  display: block;
  border: 0.5px solid #FFF;
  margin-top: 0.4em;
}
.contents .questionnaireTxt {
  color: #FFF;
  width: 85%;
  margin: auto;
  margin-bottom: 2em;
  line-height: 2em;
  font-size: 1.2rem;
}
.contents .questionnaireTxt .br {
  display: none;
}
.contents .questionnaireTxt2 {
  color: #FFF;
  margin-bottom: 3em;
  line-height: 1.6em;
  font-size: 1.1rem;
}
.contents .questionnaireTxt2 .br {
  display: none;
}
.contents .questionnaireBtn {
  text-align: center;
}
.contents .questionnaireBtn a {
  font-size: 1.06em;
  color: #FFF;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #FFF;
  padding: 1em 1.5em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents .questionnaireBtn a:after {
  content: "";
  background-image: url(../img/cmn/arrow-w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 4px;
  height: 8px;
  display: inline-block;
  margin-left: 5px;
}
@media screen and (min-width:640px) {
  .contents .questionnaireWarp {
    max-width: 600px;
    margin: auto;
  }
  .contents .questionnaireTxt {
    width: 90%;
    text-align: center;
  }
  .contents .questionnaireTxt .br {
    display: block;
  }
}
@media screen and (min-width:1025px) {
  .contents .questionnaire {
    padding-top: 9.7em;
  }
}
@media screen and (min-width:1025px) and (min-width:1025px) {
  .contents .questionnaire {
    position: relative;
  }
  .contents .questionnaire:before {
    content: "";
    display: block;
    background-color: #FFF;
    width: 1px;
    height: 110px;
    position: absolute;
    top: 0;
    left: 50%;
  }
}
@media screen and (min-width:1025px) {
  .contents .questionnaireSubttl h3 span {
    margin-bottom: 0;
  }
}
@media screen and (min-width:1025px) {
  .contents .questionnaireTxt {
    width: 100%;
    line-height: 2.4;
  }
}
@media screen and (min-width:1025px) {
  .contents .questionnaireBtn a {
    padding: 24px 40px;
  }
}

/*---------------------------------------
lower page
---------------------------------------*/
.lower {
  line-height: 1.7;
}
@media screen and (min-width:1280px) {
  .lower {
    font-size: 16px;
  }
  .lower header {
    background: #BE271E;
  }
}
.lower .mainImg {
  position: relative;
}
.lower .mainImg .kv {
  height: auto;
}
.lower .mainImg .kv .kvImgPC {
  display: none;
}
@media screen and (min-width:1025px) {
  .lower .mainImg .kv .kvImgSP {
    display: none;
  }
  .lower .mainImg .kv .kvImgPC {
    display: block;
  }
}
.lower .mainImg .kvImg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width:1025px) {
  .lower .mainImg .kvImg {
    background-position: left;
  }
}
.lower .pageTtl {
  width: 100%;
  padding: 8.3em 12px 5em;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  color: #FFF;
}
.lower .pageTtl h2 {
  font-size: 1.8rem;
  line-height: 1.4;
}
.lower .pageTtl h2 .small {
  font-family: "Shippori Antique B1", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
}
@media screen and (min-width:1025px) {
  .lower .pageTtl {
    padding: 16.3em 12px 10em;
  }
  .lower .pageTtl h2 {
    font-size: 2.1rem;
  }
}
.lowerBtn {
  text-align: center;
  margin-top: 1.5em;
}
.lowerBtn a {
  font-size: 1.06em;
  color: #BE271E;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #BE271E;
  padding: 1em 1.5em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
}
.lowerBtn a:after {
  content: "";
  background-image: url(../img/cmn/arrow-red-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 4px;
  height: 8px;
  display: inline-block;
  margin-left: 5px;
}
.lowerBtn a:hover {
  opacity: 0.4;
}

.lower .contents section {
  padding-top: 5.3em;
  padding-bottom: 4em;
  background-color: #FFF;
}

.lower .sectionBody {
  width: 100%;
  margin: auto;
}
.lower .sectionBody .leadText {
  background-color: rgba(39, 39, 39, 0.7019607843);
  padding: 40px 64px;
  font-size: 112%;
  line-height: 2;
  width: 80%;
  margin: auto;
}
@media screen and (min-width:640px) {
  .lower .sectionBody {
    width: 80%;
    max-width: 640px;
  }
}
@media screen and (min-width:1025px) {
  .lower .sectionBody {
    max-width: 960px;
  }
}

.lower .sectionTtl {
  color: #BE271E;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 48px;
}

.lower .pd {
  padding-left: 24px;
  padding-right: 24px;
}

.w80 {
  width: 100%;
  margin: auto;
}
@media screen and (min-width:1025px) {
  .w80 {
    width: 80%;
  }
}

@media screen and (min-width:640px) {
  .col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .col2 > * {
    width: 50%;
  }
}
/*-------------------------------------------------------------
トップページ
---------------------------------------------------------------*/
.lower {
  position: relative;
}
.lower .contents .eid__entry__title a {
  color: #BE271E;
}
.lower .contents .wrapper {
  background-color: #FFF;
}
.lower .contents .Newinner {
  margin: auto;
  max-width: 960px;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lower .contents .Newinner .mg {
  padding: 0 24px;
}
.lower .contents .Newinner .articleWrap {
  max-width: 640px;
}
.lower .contents .Newinner .articleWrap .article {
  margin-bottom: 30px;
  padding: 0;
  padding-top: 80px;
}
.lower .contents .Newinner .articleWrap .article h3 {
  color: #BE271E;
  margin-bottom: 24px;
  font-size: 24px;
}
.lower .contents .Newinner .articleWrap .article .articleText .twitter-share-button {
  color: #BE271E;
}
.lower .contents .Newinner .articleWrap .article .articleInfo {
  margin-top: 64px;
  margin-bottom: 40px;
}
.lower .contents .Newinner .articleWrap .article .articleInfo a {
  color: #BE271E;
}
.lower .contents .Newinner .sideBox section {
  margin: auto;
  margin-bottom: 32px;
  margin-top: 24px;
  color: #BE271E;
  padding-bottom: 0;
  padding-top: 0;
}
.lower .contents .Newinner .sideBox section:first-child {
  margin-top: 80px;
}
.lower .contents .Newinner .sideBox section:last-child {
  margin-bottom: 0px;
  padding-bottom: 80px;
}
.lower .contents .Newinner .sideBox section h3 {
  color: #FFF;
  padding: 10px;
  background-color: #BE271E;
  text-align: center;
  border-radius: 2px;
}
.lower .contents .Newinner .sideBox section form .search {
  padding: 8px;
  border: 1px solid #BE271E;
  margin-right: 4px;
  border-radius: 2px;
}
.lower .contents .Newinner .sideBox section form .searchBtn {
  background-color: #BE271E;
  color: #FFF;
  border: none;
  padding: 9px 20px;
  border-radius: 4px;
  font-weight: bold;
}
@media screen and (min-width:640px) {
  .lower .contents .Newinner .sideBox section form .search {
    width: 65%;
  }
}
@media screen and (min-width:1025px) {
  .lower .contents .Newinner .sideBox section form .search {
    width: 70%;
  }
}
.lower .contents .Newinner .sideBox section ul {
  margin-bottom: 0;
}
.lower .contents .Newinner .sideBox section ul li {
  padding: 12px;
  padding-bottom: 20px;
}
.lower .contents .Newinner .sideBox section ul li a {
  color: #BE271E;
}
@media screen and (min-width:640px) {
  .lower .contents .Newinner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .lower .contents .Newinner .sideBox section {
    width: 230px;
  }
}
@media screen and (min-width:1025px) {
  .lower .contents .Newinner .articleWrap {
    width: 640px;
  }
  .lower .contents .Newinner .sideBox section {
    width: 275px;
  }
}

/*---------------------------------------
lower page
---------------------------------------*/
.lower .error .errorContent {
  background-color: #FFF;
}
.lower .error .errorContent .errorTxt p {
  margin-bottom: 1.857em;
  font-size: 1.06rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.lower .error .errorContent .errorTxt p a {
  color: #BE271E;
}
.lower .error .errorContent .errorTxt .topBtn {
  text-align: center;
  margin-bottom: 1.857em;
}
.lower .error .errorContent .errorTxt .topBtn a {
  color: #BE271E;
  border-radius: 2px;
  border: 1px solid #BE271E;
  text-decoration: none;
  padding: 1.3em 2.3em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower .error .errorContent .errorTxt .topBtn a::before {
  content: "";
  display: inline-block;
  background-image: url(../img/cmn/arrow-red.svg);
  width: 6px;
  height: 12px;
  margin-right: 15px;
}

/*-------------------------------------------------------------
トップページ
---------------------------------------------------------------*/
.lower {
  position: relative;
}
.lower .aboutTxt {
  margin-bottom: 2em;
  font-size: 16px;
  line-height: 1.8;
}
.lower .aboutTxt .Ttl {
  font-size: 17px;
  margin-bottom: 1.4em;
  line-height: 1.8;
}
.lower .aboutTxt .Ttl .br {
  display: none;
}
@media screen and (min-width:1025px) {
  .lower .aboutTxt {
    font-size: 17px;
    line-height: 2;
  }
  .lower .aboutTxt .Ttl {
    text-align: center;
    font-size: 18px;
  }
  .lower .aboutTxt .Ttl .br {
    display: block;
  }
  .lower .aboutTxt .Txt {
    width: 80%;
    margin: auto;
    margin-bottom: 1em;
  }
}
.lower .aboutNote {
  padding: 16px 16px 16px 2em;
}
.lower .aboutNote p {
  padding-left: 1em;
  text-indent: -1.8em;
  margin-bottom: 1.5em;
  font-size: 0.9em;
}
.lower .aboutNote p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width:1025px) {
  .lower .aboutNote {
    padding: 24px 24px 24px 2.4em;
  }
  .lower .aboutNote p {
    margin-bottom: 0.8em;
  }
}

/*-------------------------------------------------------------
トップページ
---------------------------------------------------------------*/
.lower {
  position: relative;
}
.lower .activityWarp {
  margin-bottom: 4em;
}
.lower .activityTxt {
  margin-bottom: 3em;
}
.lower .activityTxt .br {
  display: none;
}
@media screen and (min-width:640px) {
  .lower .activityTxt .br {
    display: block;
  }
}
@media screen and (min-width:1025px) {
  .lower .activityTxt {
    width: 80%;
    margin: auto;
    margin-bottom: 3em;
  }
}
.lower .activityQuestionnaire {
  text-align: center;
}
.lower .activityQuestionnaire .first {
  text-align: left;
}
@media screen and (min-width:640px) {
  .lower .activityQuestionnaire .first {
    text-align: center;
  }
}
.lower .activityImgTtl {
  margin-bottom: 1.5em;
}
.lower .activityImgTtl .br {
  display: none;
}
.lower .activityImg figure img {
  width: 100%;
}
.lower .activityImgWarp01 {
  margin-bottom: 2em;
}
.lower .activityImgWarp01 figure figcaption {
  margin-top: 0.7em;
  font-size: 0.9em;
}
.lower .activityImgWarp02 figure {
  margin-bottom: 1em;
}
.lower .activityImgWarp02 figure figcaption {
  margin-top: 0.7em;
  font-size: 0.8rem;
  line-height: 1.5;
}
@media screen and (min-width:640px) {
  .lower .activityImgWarp02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.7em;
  }
  .lower .activityImgWarp02 figure {
    width: 49%;
    margin-bottom: 1em;
  }
}
@media screen and (min-width:1025px) {
  .lower .activityImgTtl {
    text-align: center;
  }
  .lower .activityImgTtl .br {
    display: block;
  }
  .lower .activityImgWarp02 figure {
    width: 32%;
    margin-bottom: 1em;
  }
}

.lower .cotactLower section {
  background-color: #FFF;
}
.lower .cotactLower .contactStep {
  text-align: center;
  margin: auto;
}
@media screen and (min-width:640px) {
  .lower .cotactLower .contactStep {
    max-width: 640px;
  }
}
@media screen and (min-width:1025px) {
  .lower .cotactLower .contactStep {
    max-width: 960px;
  }
}
.lower .cotactLower .contactStep .step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 2.4em;
  list-style-type: none;
  max-width: 100%;
  padding: 0;
}
.lower .cotactLower .contactStep .step .stepCaption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: center;
  background-color: #e3e1e1;
  font-weight: 700;
}
.lower .cotactLower .contactStep .step .stepCaption:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 100%;
  top: 0;
  right: -15px;
  -webkit-clip-path: polygon(0 0, 3px 0, 100% 50%, 3px 100%, 0 100%);
          clip-path: polygon(0 0, 3px 0, 100% 50%, 3px 100%, 0 100%);
  background-color: #e3e1e1;
  z-index: 2;
}
.lower .cotactLower .contactStep .step .stepCaption:after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 100%;
  top: 0;
  right: -18px;
  -webkit-clip-path: polygon(0 0, 2px 0, 100% 50%, 2px 100%, 0 100%);
          clip-path: polygon(0 0, 2px 0, 100% 50%, 2px 100%, 0 100%);
  z-index: 1;
  background: #fff;
  z-index: 1;
}
.lower .cotactLower .contactStep .step .stepContact {
  background-color: #BE271E;
  color: #FFF;
  padding: 10px 10px 10px 10px;
}
.lower .cotactLower .contactStep .step .stepContact:before {
  content: "";
  background-color: #BE271E;
  z-index: 2;
}
.lower .cotactLower .contactStep .step .stepConfirm {
  padding: 10px 10px 10px 25px;
}
.lower .cotactLower .contactStep .step .stepThanks {
  padding: 10px 10px 10px 25px;
}
.lower .cotactLower .contactStep .step .stepThanks:before {
  display: none;
}
.lower .cotactLower .contactTxt {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 2em;
}
.lower .cotactLower .contactTxt .br {
  display: none;
}
@media screen and (min-width:1025px) {
  .lower .cotactLower .contactTxt .br {
    display: block;
  }
}
.lower .cotactLower .formTable {
  width: 100%;
}
.lower .cotactLower .formTable tr {
  border-bottom: 1px solid #D6D4C6;
  display: block;
  width: 100%;
  margin-top: 1.5em;
}
.lower .cotactLower .formTable tr:first-child {
  margin-top: 0;
}
.lower .cotactLower .formTable tr td {
  display: block;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 1.5em;
}
.lower .cotactLower .formTable tr td input {
  border: 1px solid #D6D4C6;
  width: 100%;
  padding: 8px 12px;
  border-radius: 3px;
  margin: 0;
  letter-spacing: 0.08em;
  max-width: 100%;
}
.lower .cotactLower .formTable tr td textarea {
  border: 1px solid #D6D4C6;
  width: 100%;
  padding: 8px 12px;
  border-radius: 3px;
  margin: 0;
  letter-spacing: 0.08em;
}
.lower .cotactLower .formTable tr td input[type=checkbox],
.lower .cotactLower .formTable tr td input[type=radio] {
  width: auto;
  margin-right: 8px;
}
.lower .cotactLower .formTable tr .radio li {
  margin-bottom: 0.6em;
}
.lower .cotactLower .formTable tr .radio li label {
  margin-bottom: 0;
}
.lower .cotactLower .formTable tr .checkbox li {
  margin-bottom: 0.6em;
}
.lower .cotactLower .formTable tr .checkbox li label {
  margin-bottom: 0;
}
@media screen and (min-width:1025px) {
  .lower .cotactLower .formTable tr .radio li {
    margin-bottom: 0.2em;
  }
  .lower .cotactLower .formTable tr .checkbox li {
    margin-bottom: 0.2em;
  }
  .lower .cotactLower .formTable tr .checkbox li label {
    margin-bottom: 0;
  }
}
.lower .cotactLower .formTable tr th {
  letter-spacing: 0.15em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.lower .cotactLower .formTable tr th:last-child {
  margin-top: 0;
}
.lower .cotactLower .formTable tr th .required {
  font-size: 80%;
  padding: 4px 8px;
  border-radius: 2px;
  background-color: #C72600;
  color: #ffffff;
  line-height: 0;
  font-weight: normal;
  margin-left: 10px;
}
.lower .cotactLower .formTable tr th .any {
  font-size: 80%;
  padding: 4px 8px;
  border-radius: 2px;
  background-color: #31211E;
  color: #FFF;
  line-height: 0;
  font-weight: normal;
  margin-left: 10px;
}
.lower .cotactLower .inquiry-item tr th {
  font-size: 1.3rem;
  color: #BE271E;
  display: block;
  margin-bottom: 1em;
}
.lower .cotactLower .inquiry-item tr td ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 0.8em;
}
@media screen and (min-width:1025px) {
  .lower .cotactLower .inquiry-item tr td ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}
.lower .cotactLower .customer {
  font-size: 1.3rem;
  color: #C72600;
  font-weight: 700;
  margin-top: 3em;
  margin-bottom: 0.8em;
}
.lower .cotactLower .formBtn {
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.lower .cotactLower .formBtn input[type=button],
.lower .cotactLower .formBtn input[type=reset],
.lower .cotactLower .formBtn input[type=submit] {
  display: block;
  font-size: 1.15em;
  font-weight: normal;
  background-color: #BE271E;
  color: #ffffff;
  cursor: pointer;
  padding: 20px 40px;
  border-radius: 0;
  border: none;
  letter-spacing: 0.3em;
  text-indent: 0.5em;
  width: 100%;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}
.lower .cotactLower .formBtn input.btnBack {
  font-size: 1em;
  border: 1px solid #D6D4C6;
  background-color: #FFF;
  color: #4F403D;
  padding: 16px 24px;
  width: 80%;
}
.lower .cotactLower .consent {
  margin-top: 2em;
  margin-bottom: 2em;
  font-weight: 700;
}
@media screen and (min-width:1025px) {
  .lower .cotactLower .formTable tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lower .cotactLower .formTable tr:last-child {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lower .cotactLower .formTable tr th {
    width: 30%;
    vertical-align: middle;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 0;
  }
  .lower .cotactLower .formTable tr td {
    width: 70%;
    display: table-cell;
    vertical-align: middle;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 0px;
    margin-bottom: 0em;
  }
  .lower .cotactLower .formTable tr td .formM {
    width: 20em;
  }
  .lower .cotactLower .formTable tr td .formL {
    width: 30em;
  }
  .lower .cotactLower .inquiry-item tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lower .cotactLower .inquiry-item tr th {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 24px;
  }
  .lower .cotactLower .inquiry-item tr td {
    width: 100%;
    padding-top: 0;
  }
  .lower .cotactLower .customer {
    margin-bottom: 0.8em;
  }
  .lower .cotactLower .formBtn input[type=button],
.lower .cotactLower .formBtn input[type=reset],
.lower .cotactLower .formBtn input[type=submit] {
    width: 50%;
  }
  .lower .cotactLower .formBtn input.btnBack {
    font-size: 0.9em;
    width: 40%;
  }
}
.lower .cotactLower .confirm .contactStep .step .stepContact {
  background-color: #e3e1e1;
  color: #31211E;
  padding: 10px 10px 10px 10px;
}
.lower .cotactLower .confirm .contactStep .step .stepContact:before {
  background-color: #e3e1e1;
  z-index: 4;
}
.lower .cotactLower .confirm .contactStep .step .stepConfirm {
  background-color: #BE271E;
  color: #FFF;
}
.lower .cotactLower .confirm .contactStep .step .stepConfirm:before {
  background-color: #BE271E;
  z-index: 4;
}
.lower .cotactLower .confirm .contactStep .step .stepThanks:before {
  display: none;
}
.lower .cotactLower .confirm .formTable tr:first-child {
  border-top: 1px solid #D6D4C6;
  padding-top: 1.5em;
  margin-top: 1.5em;
}
@media screen and (min-width:1025px) {
  .lower .cotactLower .confirm .formTable tr th,
.lower .cotactLower .confirm .formTable tr td {
    margin-bottom: 1.5em;
  }
  .lower .cotactLower .confirm .formBtn {
    padding: 2em;
  }
}
.lower .cotactLower .confirm .confirmTxt {
  font-weight: 700;
}
@media screen and (min-width:640px) {
  .lower .cotactLower .confirm .confirmTxt {
    text-align: left;
  }
  .lower .cotactLower .confirm .confirmTxt .br {
    display: none;
  }
}
.lower .cotactLower .thanks .contactStep .step .stepContact {
  background-color: #e3e1e1;
  color: #31211E;
  padding: 10px 10px 10px 10px;
}
.lower .cotactLower .thanks .contactStep .step .stepContact:before {
  background-color: #e3e1e1;
  z-index: 4;
}
.lower .cotactLower .thanks .contactStep .step .stepConfirm {
  background-color: #e3e1e1;
  color: #31211E;
}
.lower .cotactLower .thanks .contactStep .step .stepConfirm:before {
  background-color: #e3e1e1;
  z-index: 4;
}
.lower .cotactLower .thanks .contactStep .step .stepThanks {
  background-color: #BE271E;
  color: #FFF;
}
.lower .cotactLower .thanks .contactStep .step .stepThanks:before {
  display: none;
}
.lower .cotactLower .thanks .mainTxt {
  margin-bottom: 2.5em;
}
@media screen and (min-width:1025px) {
  .lower .cotactLower .thanks .mainTxt {
    text-align: center;
  }
}
.lower .cotactLower .thanks .thanksTel {
  color: #BE271E;
  font-weight: 700;
  padding-top: 1em;
}
.lower .cotactLower .thanks .thanksError p {
  margin-bottom: 0;
}
@media screen and (min-width:1025px) {
  .lower .cotactLower .thanks .thanksError {
    padding-top: 2em;
  }
  .lower .cotactLower .thanks .thanksError p {
    text-align: center;
    margin-bottom: 1em;
  }
  .lower .cotactLower .thanks .thanksError .errorList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lower .cotactLower .thanks .thanksError .thanksTel {
    font-size: 1.1rem;
  }
}/*# sourceMappingURL=pages.css.map */