@charset "UTF-8";
/* ---------------------------------------
  基本情報
-----------------------------------------*/
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-family: "TsukuGoPr5-R", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  text-align: left;
  color: #1A1A1A;
  word-break: break-word;
  overflow-wrap: break-word;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
  color: #1A1A1A;
}

textarea {
  resize: vertical;
}

select::-ms-expand {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a.-ul {
  transition: opacity 0.3s;
  cursor: pointer;
}
a.-ul:hover {
  opacity: 0.7;
}
a.-ul:hover {
  text-decoration: underline;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

*, *:after, *:before {
  box-sizing: border-box;
}

@media print {
  table {
    break-inside: avoid;
  }
}
/* responsive
--------------------------------*/
@media print, screen and (min-width: 744px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 743px) {
  .pc {
    display: none !important;
  }
}
/* base
--------------------------------*/
h1, h2, h3, h4, h5,
p, dt, dd, li, th, td,
input, button, textarea, select {
  font-size: 1.4rem;
  line-height: 2.1;
}

main {
  position: relative;
  overflow: hidden;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

.wrap {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
.wrap.-m {
  max-width: 960px;
}
.wrap.-s {
  max-width: 800px;
}
@media screen and (max-width: 743px) {
  .wrap {
    width: 90%;
  }
}

@media print, screen and (min-width: 744px) {
  body {
    min-width: 1000px;
  }
}
@media screen and (max-width: 743px) {
  body {
    -webkit-text-size-adjust: 100%;
  }

  img {
    width: 100%;
  }

  .sp-tac {
    text-align: center !important;
  }

  .sp-tar {
    text-align: right !important;
  }

  .sp-tal {
    text-align: left !important;
  }
}
.color_red {
  color: #FF3131;
}

.link_blue {
  color: #1900FF;
  text-decoration: underline;
}

.tsukugo_b {
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
}

.tsukugo_pr5m {
  font-family: "TsukuGoPr5-M", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.tsukugo_pr5d {
  font-family: "TsukuGoPr5-D", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.tsukugo_pr5r {
  font-family: "TsukuGoPr5-R", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}

/* ---------------------------------------------
  header
-----------------------------------------------*/
.header {
  background-color: #FFF9B1;
  width: 100%;
  height: 105px;
}
@media screen and (max-width: 743px) {
  .header {
    height: 55px;
  }
}
#index .header .text {
  display: none;
}
.header .logo {
  padding-top: 36px;
  width: 249px;
}
@media screen and (max-width: 743px) {
  .header .logo {
    padding-top: 15px;
    width: 156px;
  }
}
.header .langage-link {
  position: relative;
  display: inline-block;
  font-family: "TsukuGoPr5-D", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  margin-top: 25px;
  text-decoration: underline;
  transition: opacity 0.3s;
  cursor: pointer;
}
.header .langage-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 743px) {
  .header .langage-link {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    margin-top: 10px;
  }
}
.header .langage-link::before {
  position: absolute;
  content: "";
  background: url("../img/common/icn_lang_arrow.svg") no-repeat center center/contain;
  width: 8px;
  height: 8px;
  right: -15px;
  top: .55em;
}

/* header終了 */
/* heading level
--------------------------------------*/
.c-txt-h2 {
  font-size: 2.6rem;
  line-height: 1.5;
}
.c-txt-h2.-center {
  text-align: center;
}

.c-txt-h3 {
  font-size: 1.8rem;
  line-height: 1.5;
}

.c-txt-h4 {
  font-size: 1.6rem;
  line-height: 1.5;
}

.c-txt {
  font-size: 1.8rem;
  line-height: 1.5;
}
.c-txt.-fs16 {
  font-size: 1.6rem;
  line-height: 1.375;
}

.c-caption {
  font-size: 1.2rem;
  line-height: 1.75;
}

.c-notes {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-left: 1rem;
}
.c-notes::before {
  position: absolute;
  content: "*";
  left: 0;
}
.c-notes.-sm {
  font-size: 1.3rem;
  line-height: 1.2307692308;
}
.c-notes.-fs16 {
  font-size: 1.6rem;
  line-height: 1.375;
}
.c-notes.-red::before {
  color: #FF3131;
}

/* top-title page-title
--------------------------------------*/
.c-top-title,
.c-page-title {
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-top-title.-smtype,
.c-page-title.-smtype {
  font-weight: 100;
}
.c-top-title.-sm,
.c-page-title.-sm {
  font-size: 6.6rem;
}
.c-top-title.-sm2,
.c-page-title.-sm2 {
  font-size: 6.8rem;
}
.c-top-title.-nowrap,
.c-page-title.-nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 743px) {
  .c-top-title,
  .c-page-title {
    font-size: 4.8rem;
    line-height: 1.0416666667;
  }
  .c-top-title.-nowrap,
  .c-page-title.-nowrap {
    white-space: normal;
  }
  .c-top-title.-sm, .c-top-title.-sm2,
  .c-page-title.-sm,
  .c-page-title.-sm2 {
    font-size: 4.8rem;
  }
}

.c-top-subtitle,
.c-page-subtitle {
  font-size: 2.3rem;
  line-height: 1.347826087;
  background: #FFF9B1;
  text-align: center;
  padding: 16px 8px 20px;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 743px) {
  .c-top-subtitle,
  .c-page-subtitle {
    text-align: left;
    line-height: 1.2173913043;
  }
}

.c-top-headline {
  position: relative;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1;
  margin-bottom: 55px;
}
@media screen and (max-width: 743px) {
  .c-top-headline {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 35px !important;
  }
}
.c-top-headline::before, .c-top-headline::after {
  position: absolute;
  content: "";
  height: 3px;
  bottom: -15px;
}
@media screen and (max-width: 743px) {
  .c-top-headline::before, .c-top-headline::after {
    bottom: -10px;
  }
}
.c-top-headline::before {
  background: #FFE139;
}
@media screen and (max-width: 743px) {
  .c-top-headline::before {
    width: 100% !important;
  }
}
.c-top-headline::after {
  background: #191919;
  width: 62px;
  left: 131px;
}
@media screen and (max-width: 743px) {
  .c-top-headline::after {
    width: 33% !important;
    left: inherit !important;
    right: 0;
  }
}
.c-top-headline.-message::before {
  width: 136px;
  left: 0;
}
.c-top-headline.-message::after {
  width: 67px;
  left: 136px;
}
.c-top-headline.-flowchart::before {
  /*
    width: 349px;
  */
  width: 131px;
  left: 0;
}
.c-top-headline.-flowchart::after {
  /*
    width: 167px;
    left: 349px;
  */
  width: 62px;
  left: 131px;
}
.c-top-headline.-fee::before {
  width: 275px;
  left: 0;
}
.c-top-headline.-fee::after {
  width: 133px;
  left: 275px;
}
.c-top-headline.-benefits::before {
  width: 491px;
  left: 0;
}
.c-top-headline.-benefits::after {
  width: 173px;
  left: 491px;
}
.c-top-headline.-form::before {
  width: 282px;
  left: 0;
}
.c-top-headline.-form::after {
  width: 137px;
  left: 282px;
}
.c-top-headline.-freeconsul {
  /*
  @include deviceSP{
    font-size: 2.2rem;
    line-height: (30/22);
  }
  */
}
.c-top-headline.-freeconsul::before {
  width: 480px;
  left: 0;
}
.c-top-headline.-freeconsul::after {
  width: 233px;
  left: 480px;
}
.c-top-headline.-cases::before {
  width: 370px;
  left: 0;
}
.c-top-headline.-cases::after {
  width: 140px;
  left: 370px;
}

/* button-primary
--------------------------------------*/
.c-button-primary {
  text-align: center;
}
.c-button-primary__link {
  font-size: 1.8rem;
  line-height: 1.3888888889;
  color: #1A1A1A;
  background: #ffffff;
  border: 1px solid #1A1A1A;
  border-radius: 9999px;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  transition: 0.3s;
  padding: 3px 12px 8px;
  position: relative;
  /*
  @include deviceSP{
    font-size: 1.4rem;
    max-width: 300px;
    height: 60px;
  }
  */
}
.c-button-primary__link:hover {
  color: #ffffff;
  background: #1A1A1A;
  border-color: #1A1A1A;
}
.c-button-primary__link.-arrow::before {
  position: absolute;
  content: "";
  background: url("../img/common/icn_btn_arrow_blk.svg") no-repeat center center/contain;
  width: 14px;
  height: 14px;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
}
.c-button-primary__link.-arrow:hover::before {
  background: url("../img/common/icn_btn_arrow_white.svg") no-repeat center center/contain;
}
.c-button-primary__link.-exlink {
  text-align: left;
  font-size: 1.6rem;
}
.c-button-primary__link.-exlink::after {
  position: absolute;
  content: "";
  background: url("../img/common/icn_exlink_blk.svg") no-repeat center center/contain;
  width: 17px;
  height: 17px;
  left: 1.3rem;
  top: 50%;
  transform: translateY(-50%);
}
.c-button-primary__link.-exlink:hover::after {
  background: url("../img/common/icn_exlink_white.svg") no-repeat center center/contain;
}
.c-button-primary__link.-pink {
  width: 198px;
  height: 53px;
  background: #FF96BB;
  border-color: #FF96BB;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.1428571429;
  letter-spacing: -.016em;
  padding-left: 5.4rem;
  justify-content: flex-start;
  text-align: left;
}
@media screen and (max-width: 743px) {
  .c-button-primary__link.-pink {
    width: 44.533vw;
    padding-left: 5.2rem;
    padding-top: .7rem;
    padding-bottom: 1rem;
  }
}
.c-button-primary__link.-pink::before {
  position: absolute;
  content: "";
  background: url("../img/common/icn_mail_pink.svg") no-repeat center center/contain;
  width: 30px;
  height: 30px;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}
.c-button-primary__link.-pink:hover {
  opacity: 56%;
}
.c-button-primary__link.-tel {
  width: 240px;
  height: 53px;
  background-color: transparent;
  border: none;
  color: #ffffff;
  padding-left: 5.9rem;
  text-align: left;
}
@media screen and (max-width: 743px) {
  .c-button-primary__link.-tel {
    width: 46.4vw;
    background: #0E9E2A;
    border-color: #0E9E2A;
    padding-top: 1rem;
    padding-left: 4.5rem;
    padding-bottom: 1rem;
  }
}
.c-button-primary__link.-tel .text {
  font-size: 1.2rem;
  line-height: 1.3333333333;
  display: block;
}
@media screen and (max-width: 743px) {
  .c-button-primary__link.-tel .text {
    font-size: 1rem;
    margin-bottom: 2%;
  }
}
.c-button-primary__link.-tel .telnum {
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: -.016em;
  display: block;
}
@media screen and (max-width: 743px) {
  .c-button-primary__link.-tel .telnum {
    font-size: 1.55rem;
    white-space: nowrap;
  }
}
.c-button-primary__link.-tel::before {
  position: absolute;
  content: "";
  background: url("../img/common/icn_tel_green.svg") no-repeat center center/contain;
  width: 38px;
  height: 38px;
  left: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 743px) {
  .c-button-primary__link.-tel::before {
    width: 30px;
  }
}
.c-button-primary__link.-tel:hover {
  opacity: 56%;
}
.c-button-primary__link .sm {
  font-size: 1.5rem;
}

.c-button-form__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  width: 335px;
  height: 60px;
  border-radius: 9999px;
  padding: 11px 90px 9px;
  transition: 0.3s;
  cursor: pointer;
}
.c-button-form__link:hover {
  opacity: 56%;
}
.c-button-form__link.-edit {
  background: #CBCBCB;
}
.c-button-form__link.-send {
  background: #FFE139;
}

.c-tel-link {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-tel-link[href*="tel:"] {
    pointer-events: none;
  }
}

/* p-common-mv　下層共通mv
--------------------------------------*/
.p-common-mv {
  position: relative;
  height: 210px;
  display: flex;
  justify-content: center;
  padding-top: 50px;
  background: #FFF9B1;
}
@media screen and (max-width: 743px) {
  .p-common-mv {
    height: auto;
    padding-bottom: 50px;
  }
}
.p-common-mv.-pages {
  padding-top: 20px;
}
.p-common-mv.-pages .wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 743px) {
  .p-common-mv.-pages {
    padding-bottom: 32px;
  }
}
.p-common-mv-ttl {
  color: #1A1A1A;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.3333333333;
  text-align: center;
}
.-pages .p-common-mv-ttl {
  font-size: 4.1rem;
}
@media screen and (max-width: 743px) {
  .-pages .p-common-mv-ttl {
    font-size: 3rem;
  }
}
.p-common-mv-cate {
  display: inline-block;
  font-size: 2.6rem;
  line-height: 1.3;
  color: #ffffff;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  background: #1A1A1A;
  text-align: center;
  margin: 0 auto 5px;
  padding: 0 4.5% .26em;
}
@media screen and (max-width: 743px) {
  .p-common-mv-cate {
    font-size: 2rem;
  }
}

/* form
--------------------------------------*/
.form {
  width: 100%;
  margin: auto;
}
.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form textarea,
.form select {
  width: 100%;
  height: 37px;
  border-radius: 13px;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #707070;
  font-size: 1.6rem;
  line-height: 1.6875;
  font-family: "TsukuGoPr5-R", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}
.form input[type="text"]::placeholder,
.form input[type="tel"]::placeholder,
.form input[type="email"]::placeholder,
.form textarea::placeholder,
.form select::placeholder {
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.375;
  font-family: "TsukuGoPr5-R", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}
.form textarea {
  max-width: 653px;
  height: 242px;
  padding: 15px;
}
@media screen and (max-width: 743px) {
  .form textarea {
    margin-top: 5px;
  }
}
.form .c-req {
  font-size: 1.9rem;
  color: #FF3131;
}
.form .select-wrap {
  position: relative;
  width: 100%;
}
.form .select-wrap:before {
  content: '';
  position: absolute;
  right: 1.5rem;
  top: 1.4rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 11px 0 11px;
  border-color: #1A1A1A transparent transparent transparent;
  pointer-events: none;
  z-index: 1;
}
.form .c-check input {
  position: absolute;
  visibility: hidden;
  width: 1px;
  top: 0;
  left: 0;
}
.form .c-check span {
  display: block;
  text-align: center;
  background: #E8E8E8;
  width: 335px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  position: relative;
  padding-left: 14rem;
  padding-bottom: .1em;
}
.form .c-check span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 3.5rem;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #494949;
  border-radius: 5px;
}
.form .c-check span::after {
  content: '';
  position: absolute;
  top: 45%;
  left: 4.4rem;
  top: 45%;
  left: 4.4rem;
  width: 0.8rem;
  height: 1.5rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.form .c-check input:checked + span {
  background: #FFE139;
}
.form .c-check input:checked + span::before {
  background: #ffffff;
}
.form .c-check input:checked + span::after {
  opacity: 1;
  border-color: #FF3131;
}
.form dl {
  display: flex;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 743px) {
  .form dl {
    display: block;
  }
}
.form dt, .form dd {
  width: 100%;
  border-bottom: 1px dashed #1A1A1A;
}
.form dt {
  max-width: 310px;
  padding: 48px 0;
  font-size: 1.9rem;
  line-height: 1.1578947368;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 743px) {
  .form dt {
    max-width: inherit;
    padding: 30px 0 0;
    border: none;
  }
}
.-confirm .form dt {
  max-width: 390px;
  padding: 36px 0;
}
@media screen and (max-width: 743px) {
  .-confirm .form dt {
    max-width: inherit;
    padding: 28px 0 8px;
  }
}
.form dd {
  max-width: 670px;
  padding: 40px 0 40px 20px;
}
@media screen and (max-width: 743px) {
  .form dd {
    max-width: inherit;
    padding: 5px 0 25px 0;
  }
}
.-confirm .form dd {
  max-width: 580px;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 35px 190px 35px 20px;
}
@media screen and (max-width: 743px) {
  .-confirm .form dd {
    padding: 5px 0 30px 0;
  }
}
.form dd p.error {
  color: red;
  font-size: 1.4rem;
  font-weight: bold;
}
.form dd.-cont {
  padding: 15px 0 15px 30px;
  font-size: 1.7rem;
  line-height: 1.7647058824;
}
.form dd > p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.form dd > p + p {
  margin-top: 30px;
}
.form dd a {
  transition: opacity 0.3s;
  cursor: pointer;
}
.form dd a:hover {
  opacity: 0.7;
}
.form .agree {
  text-align: center;
}
.form .agree-box {
  margin-top: 50px;
}
@media screen and (max-width: 743px) {
  .form .agree-box {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
.form .agree-box .error {
  width: 335px;
  margin: 0;
  text-align: center;
}
.form .c-button-form {
  margin-top: 60px;
}
@media screen and (max-width: 743px) {
  .form .c-button-form {
    margin-top: 40px;
  }
}
.form .btn-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 713px;
  margin: 0 auto;
}
@media screen and (max-width: 743px) {
  .form .btn-set {
    display: block;
  }
}
.form .btn-set .c-button-form {
  margin-top: 40px;
}
@media screen and (max-width: 743px) {
  .form .btn-set .c-button-form + .c-button-form {
    margin-top: 25px;
  }
}

/* breadcrumb
--------------------------------------*/
.c-breadcrumb {
  padding: 28px 0 8px;
}
@media screen and (max-width: 743px) {
  .c-breadcrumb {
    padding: 8px 0 3px;
  }
}
.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
}
.c-breadcrumb__li {
  font-size: 1.2rem;
  line-height: 2.0833333333;
  position: relative;
  padding-right: 20px;
}
.c-breadcrumb__li:last-child {
  padding-right: 0;
}
.c-breadcrumb__li:last-child::after {
  display: none;
}
.c-breadcrumb__li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #1A1A1A;
  border-right: 1px solid #1A1A1A;
  margin-top: 1px;
  width: 6px;
  height: 6px;
}
.c-breadcrumb__li a {
  color: #1A1A1A;
}

/* margin
--------------------------------------*/
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}

@media screen and (max-width: 743px) {
  .sp-mg10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
/* floating */
.p-inquiry-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.82);
  z-index: 98;
  transition: 0.3s;
  transform: translate3d(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 743px) {
  .p-inquiry-btn {
    display: block;
    height: auto;
    padding: 4% 0;
  }
}
.p-inquiry-btn .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 743px) {
  .p-inquiry-btn .wrap {
    flex-wrap: wrap;
    width: 95%;
  }
}
.p-inquiry-btn.btn-we .wrap {
  justify-content: center;
}
.p-inquiry-btn.btn-we .wrap .btn-wrap {
  padding-right: 0;
}
.p-inquiry-btn .hours {
  font-size: 1.4rem;
  line-height: 0.7368421053;
  font-family: "TsukuGoPro-B", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  padding: 0 30px;
  color: #ffffff;
}
@media screen and (max-width: 743px) {
  .p-inquiry-btn .hours {
    font-size: 1.2rem;
    line-height: 0.8571428571;
    padding: 1% 0 0;
  }
}
.p-inquiry-btn .hours .num {
  font-size: 1.6rem;
  line-height: 1.3125;
}
@media screen and (max-width: 743px) {
  .p-inquiry-btn .hours .num {
    font-size: 1.4rem;
  }
}
.p-inquiry-btn .hours .sm {
  font-size: 1.0rem;
  line-height: 1.4;
}
@media screen and (max-width: 743px) {
  .p-inquiry-btn .hours {
    width: 100%;
  }
}
.p-inquiry-btn .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 60px;
}
@media screen and (max-width: 743px) {
  .p-inquiry-btn .btn-wrap {
    width: 100%;
    padding-right: 0;
    justify-content: center;
  }
}
.p-inquiry-btn .c-button-primary + .c-button-primary {
  margin-left: 1rem;
}
.p-inquiry-btn.is-show {
  visibility: visible;
  opacity: 1;
}
.p-inquiry-btn.is-hide {
  opacity: 0;
}
.p-inquiry-btn.is-banhide {
  opacity: 0 !important;
  display: none;
}
.p-inquiry-btn.is-hide.is-show {
  visibility: visible;
  opacity: 1;
}

body .is-topshow {
  visibility: hidden;
  opacity: 0;
}
body.is-fadeoff .is-topshow {
  visibility: visible;
  opacity: 1;
}

/* ---------------------------------------------
  footer
-----------------------------------------------*/
.footer {
  background: #1A1A1A;
}
.footer .wrap {
  padding: 50px 0 6px;
}
@media screen and (max-width: 743px) {
  .footer .wrap {
    padding: 36px 0 6px;
  }
}
.footer .footer-main * {
  font-family: "TsukuGoPr5-D", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.footer .footer-main .text,
.footer .footer-main .area {
  font-size: 1.5rem;
  line-height: 1.4666666667;
}
@media screen and (max-width: 743px) {
  .footer .footer-main .text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.footer .footer-main .copy {
  font-size: 1rem;
  line-height: 2.2;
  margin-top: 35px;
}
@media screen and (max-width: 743px) {
  .footer .footer-main .copy {
    margin-top: 25px;
  }
}
.footer .footer-main .logo {
  margin: 12px auto 40px;
  width: 278px;
}
@media screen and (max-width: 743px) {
  .footer .footer-main .logo {
    margin: 10px auto 25px;
    width: 278px;
  }
}

/* ------------------------------
    clearfix
------------------------------ */
.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* End Hack */

/*# sourceMappingURL=common.css.map */
