@charset "UTF-8";


/* ------------------------------------
* 
* リセット
* 
------------------------------------ */
html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, figure { padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; }
br { line-height: 1em; }
ol, ul { list-style: none; }
body { line-height: 1; font-weight: 400; font-style: normal; }
img { max-width: 100%; height: auto; }




/* ------------------------------------
* 
* clearfix
* 
------------------------------------ */
.clearfix::after { content: ''; display: table; clear: both; }




/* ------------------------------------
* 
* デフォルトスタイル
* 
------------------------------------ */
html {
  color: #000;
}
body {
  font-size: 14px;
  min-height: 100%;
}
main {
  overflow-x: hidden;
}
body,
.ja {
  font-family: "M PLUS 1p", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.en {
  font-family: 'Roboto Condensed', sans-serif;
}
.none {
  display: none !important;
}
.contentW {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .contentW {
    max-width: 1080px;
  }
  .contentW.type-small {
    max-width: 960px;
  }
  .contentW.type-medium {
    max-width: 1200px;
  }
  .contentW.type-large {
    max-width: 1440px;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .contentW {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
  }
}

/* ================================= */

li, dt, dd {
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

/* ================================= */

p, li, dt, dd {
  letter-spacing: 0.03em;
}
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.06em;
  font-weight: 800;
}
strong,
span,
a {
  letter-spacing: inherit;
}
.font-normal {
  font-weight: 400 !important;
}
.font-bold {
  font-weight: 800 !important;
}

p {
  line-height: 2;
}
p:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  p {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  p {
    margin-top: 30px;
  }
  [href^="tel"] {
    pointer-events: none;
  }
}

/* ================================= */

a {
  /*color: #000;*/
}

/* ================================= */

mark {
  background: linear-gradient(transparent 0%, #FFFF00 0%) !important;
}

/* ================================= */

.tc {
  text-align: center !important;
}



/* ------------------------------------
* 
* ヘッダー
* 
------------------------------------ */
.headerCmn {
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  position: relative;
}
.headerCmn .con-inner {
  padding-left: 30px;
  box-sizing: border-box;
}
.headerCmn .con-main {
  display: flex;
  height: 100px;
}
.headerCmn .p-logo {
  align-self: center;
}
.headerCmn .p-nav {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
.headerCmn .p-nav > ul {
  display: flex;
}
.headerCmn .p-nav > ul > li {
  display: flex;
  text-align: center;
  font-weight: 900;
}
.headerCmn .p-nav > ul > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  text-decoration: none;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
.headerCmn .p-navAccent {
  display: flex;
  flex-shrink: 0;
}
.headerCmn .p-navAccent > li {
  display: flex;
  text-align: center;
  font-weight: 900;
  font-size: 12px;
}
.headerCmn .p-navAccent > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
}
.headerCmn .p-navAccent .type-contact a {
  background-color: #E95513;
  border: solid 1px #E95513;
}
.headerCmn .p-navAccent .type-contact a:hover {
  color: #E95513;
  background-color: #fff;
}
.headerCmn .p-navAccent .type-ec a {
  background-color: #F39A00;
  border: solid 1px #F39A00;
}
.headerCmn .p-navAccent .type-ec a:hover {
  color: #F39A00;
  background-color: #fff;
}

@media (max-width: 1400px) {
  .headerCmn .p-logo img {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .headerCmn .con-inner {
    padding-left: 10px;
  }
  .headerCmn .p-logo {
    padding-right: 10px;
  }
  .headerCmn .con-main {
    justify-content: space-between;
    height: 80px;
  }
  .headerCmn .p-navAccent > li a {
    width: 90px;
  }
  .headerCmn .p-nav {
    display: none;
  }
}




/* ------------------------------------
* 
* フッター
* 
------------------------------------ */
.footerCmn {
  background-color: #F8F6F1;
  padding-top: 35px;
  padding-bottom: 100px;
  color: #1A1311;
}
.footerCmn .con-inner {
  padding-right: 30px;
  padding-left: 30px;
}
.footerCmn .con-main {
  display: flex;
  align-items: center;
}
.footerCmn .p-address {
  font-style: normal;
  line-height: 1.4;
}
.footerCmn .p-nav {
  flex-grow: 1;
  padding-left: 10px;
  padding-right: 10px;
}
.footerCmn .p-nav > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footerCmn .p-nav > ul > li {
  position: relative;
  padding-right: 3em;
}
.footerCmn .p-nav > ul > li::before {
  content: '\FF5C';
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.footerCmn .p-nav > ul > li:last-of-type {
  padding-right: 0;
}
.footerCmn .p-nav > ul > li:last-of-type::before {
  display: none;
}
.footerCmn .p-nav a {
  color: #1A1311;
  text-decoration: none;
}
.footerCmn .p-copyright {
  margin-top: 0;
}
.footerCmn .p-copyright small {
  font-size: 12px;
}
@media (min-width: 1400px) {
  .footerCmn .p-address__br {
    display: none;
  }
}
@media (min-width: 768px) {
  .footerCmn .p-address,
  .footerCmn .p-copyright {
    width: 25%;
  }
  .footerCmn .p-address strong {
    font-weight: normal;
  }
  .footerCmn .p-copyright {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .footerCmn {
    padding-bottom: 110px;
  }
  .footerCmn .con-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footerCmn .con-main {
    flex-direction: column;
  }
  .footerCmn .p-address {
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .footerCmn .p-nav {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
  }
  .footerCmn .p-nav ul li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .footerCmn .p-nav ul li::before {
    display: none;
  }
  .footerCmn .p-nav ul li a {
    display: block;
    background-color: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 15px 30px;
    position: relative;
  }
  .footerCmn .p-nav ul li a::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url('../img/icon/icon_arrow2_gray.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    width: 17px;
    height: 18px;
  }
  .footerCmn .p-logo {
    margin-bottom: 30px;
  }
}



/* ------------------------------------
* 
* タイトル
* 
------------------------------------ */
.title-1 {
  font-size: 32px;
  padding-top: 120px;
  margin-bottom: 100px;
  font-weight: 900;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.title-1__label {
  font-size: 24px;
  display: block;
  color: #E95513;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .title-1 {
    font-size: 22px;
    padding-top: 80px;
    margin-bottom: 40px;
  }
  .title-1__label {
    font-size: 18px;
  }
}

/* ================================= */

.title-2 {
  color: #E95513;
  font-size: 32px;
  padding-top: 120px;
  margin-bottom: 90px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .title-2 {
    font-size: 24px;
    padding-top: 80px;
    margin-bottom: 40px;
  }
}



/* ------------------------------------
* 
* ボタン
* 
------------------------------------ */
.p-form__btn button.button-1,
.button-1 {
  width: 480px;
  border-radius: 200px;
  box-sizing: border-box;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 80px;
  padding-left: 80px;
  font-size: 20px;
  font-weight: 700;
  color: #E95513;
  background: #fff;
  border: solid 2px #E95513;
  position: relative;
  cursor: pointer;
  box-shadow: none !important;
  max-width: none !important;
  text-shadow: none !important;
  text-align: left;
  text-decoration: none !important;
}
.button-1.type-small {
  font-size: 18px;
}
.p-form__btn button.button-1::before,
.p-form__btn button.button-1::after,
.button-1::before,
.button-1::after {
  content: '';
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 18px;
  right: 55px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.p-form__btn button.button-1::before,
.button-1::before {
  z-index: 2;
  background-image: url('../img/icon/icon_arrow2_orange.svg');
}
.p-form__btn button.button-1::after,
.button-1::after {
  z-index: 1;
  background-image: url('../img/icon/icon_arrow2_white.svg');
}
.p-form__btn button.button-1:hover,
.button-1:hover {
  background: #E95513;
  color: #fff;
}
.p-form__btn button.button-1:hover::before,
.button-1:hover::before {
  opacity: 0;
}
@media (max-width: 767px) {
  .p-form__btn button.button-1,
  .button-1 {
    width: 100%;
    display: block;
  }
  .button-1.type-small {
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    line-height: 1.2;
  }
}




/* ------------------------------------
* 
* お問い合わせパーツ
* 
------------------------------------ */
.parts-contact {
  background-color: #E95513;
}
.parts-contact .con-inner {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.parts-contact .con-inner::before {
  content: '';
  position: absolute;
  right: -128px;
  bottom: 0;
  background-image: url('../img/common/contact-img01.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 208px;
  height: 267px;
}
.parts-contact .con-head,
.parts-contact .con-main {
  padding-right: 60px;
}
.parts-contact .p-head-title {
  font-size: 30px;
  color: #fff;
}
.parts-contact .p-contact {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.parts-contact .p-contact p {
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
}
main .parts-contact .p-mail {
  margin-right: 20px;
}
.parts-contact .p-mail a {
  background-color: #fff;
  color: #E95513;
  text-decoration: none;
  padding: 18px 18px 18px 85px;
  box-sizing: border-box;
  display: block;
  border-radius: 12px;
  position: relative;
  border: solid 1px #fff;
  word-break: keep-all;
  box-shadow: 0 0 12px rgba(0,0,0,.24);
}
.parts-contact .p-mail a::before,
.parts-contact .p-mail a::after {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-size: contain;
  width: 51px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.parts-contact .p-mail a::before {
  background-image: url('../img/icon/icon_contact_orange.svg');
  z-index: 2;
}
.parts-contact .p-mail a::after {
  background-image: url('../img/icon/icon_contact_white.svg');
  z-index: 1;
}
.parts-contact .p-mail a:hover {
  background-color: transparent;
  color: #fff;
}
.parts-contact .p-mail a:hover::before {
  opacity: 0;
}
.parts-contact .p-tel {
  display: flex;
  align-items: center;
}
.parts-contact p.p-tel__text {
  color: #fff;
  font-size: 60px;
  letter-spacing: 0;
  line-height: 1.2;
  padding-right: 10px;
}
.parts-contact p.p-tel__text a {
  position: relative;
  padding-left: 70px;
  word-break: keep-all;
}
.parts-contact p.p-tel__text a::before,
.parts-contact p.p-tel__text a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background-size: contain;
  width: 60px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.parts-contact p.p-tel__text a::before {
  background-image: url('../img/icon/icon_tel_orange.svg');
  z-index: 2;
  opacity: 0;
}
.parts-contact p.p-tel__text a::after {
  background-image: url('../img/icon/icon_tel_white.svg');
  z-index: 1;
}
.parts-contact p.p-tel__meta {
  font-size: 16px;
  color: #fff;
  word-break: keep-all;
  line-height: 1.4;
}
.parts-contact .p-tel__metaTitle {
  font-size: 18px !important;
  display: block;
  quotes: '【' '】';
}
.parts-contact .p-tel__metaTitle::before {
  content: open-quote;
  padding-right: 0.3em;
}
.parts-contact .p-tel__metaTitle::after {
  content: close-quote;
  padding-left: 0.3em;
}
.parts-contact .p-tel a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .parts-contact .con-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .parts-contact .con-inner::before {
    /*right: -40px;*/
    right: 3%;
    background-size: contain;
    z-index: 1;
    background-position: right bottom;
    width: 140px;
    height: 200px;
  }
  .parts-contact .con-head {
    padding-right: 0;
  }
  .parts-contact .con-main {
    padding-right: 140px;
  }
  .parts-contact p .p-tel__metaTitle {
    text-align: center;
    display: inline-block;
    font-size: inherit;
  }
  .parts-contact .p-tel__metaTitle::before {
    padding-right: 0;
  }
  .parts-contact .p-tel__metaTitle::after {
    padding-left: 0;
  }
  .parts-contact .p-head-title {
    font-size: 16px;
  }
  .parts-contact .p-contact {
    flex-direction: column;
    align-items: flex-start;
  }
  main .parts-contact .p-mail {
    margin-left: 0;
    position: relative;
    left: -20px;
    width: 100%;
  }
  main .parts-contact .p-mail a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 73%;
  }
  .parts-contact .p-mail a {
    display: inline-block;
    padding-left: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .parts-contact .p-mail a::before,
  .parts-contact .p-mail a::after {
    width: 30px;
  }
  .parts-contact .p-tel {
    margin-left: 0;
    margin-right: auto;
    margin-top: 5px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .parts-contact p.p-tel__meta {
    line-height: 1.8;
    font-size: 10px !important;
  }
  .parts-contact p .p-tel__metaTitle {
    font-size: 10px !important;
  }
  .parts-contact p.p-tel__text {
    font-size: 28px;
    padding-right: 0;
    line-height: 0.4;
    margin-top: 5px;
  }
  .parts-contact p.p-tel__text a {
    padding-left: 32px;
  }
  .parts-contact p.p-tel__text a::before,
  .parts-contact p.p-tel__text a::after {
    height: 25px;
    width: 25px;
  }
  .parts-contact p .p-tel__metaTitleSp {
    font-size: 10px;
  }
}




/* ------------------------------------
* 
* TOPへ戻るパーツ
* 
------------------------------------ */
.parts-pagetop {
  position: fixed;
  bottom: 15px;
  right: 30px;
  z-index: 2000;
}
.parts-pagetop a {
  width: 64px;
  height: 64px;
  background-color: #F2993D;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  box-shadow: 1px 1px 6px rgba(0,0,0,.24);
  position: relative;
}
.parts-pagetop a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 5px;
  left: 0;
  margin: auto;
  background-image: url('../img/icon/icon_triangle_white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 33px;
  height: 28px;
}
.parts-pagetop a:hover {
  opacity: .7;
}
@media (max-width: 1200px) {
  .parts-pagetop {
    display: none;
  }
}




/* ------------------------------------
* 
* サンクスページ
* 
------------------------------------ */
.site-thanks .footerCmn {
  padding-bottom: 35px;
}
.sec-thanks {
  margin-bottom: 100px;
}