@charset "utf-8";
/* body
----------------------------------------------- */
body {
  margin: 0;
}
/* iframe
----------------------------------------------- */
.iframe {
  border: 0;
  width: 100%;
}
/* container
----------------------------------------------- */
#conteiner {
  max-width: 1000px;
  margin: 0 auto;
}
/* .container {
	margin: 0 26px;
	padding: 30px 0 0;
} */
/* form-wrapper
----------------------------------------------- */
/* .form-wrapper {
	padding: 0 0 60px;
	margin-left:auto;
	margin-right:auto;
	max-width:calc(100% - 60px);
} */
/* general-conetnt
----------------------------------------------- */
.general-conetnt p {
  margin-top: 0;
}
.general-conetnt p span {
  margin: 10px 0;
  font-size: 20px !important;
  font-weight: 700;
  letter-spacing: 0.08em;
}
/* form
----------------------------------------------- */
/* initial */
.form input[type="text"], .form input[type="email"], .form input[type="submit"], .form select, .form textarea {
  line-height: normal;
  outline: none;
  border-radius: 0;
  background: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form select::-ms-expand {
  display: none;
}
.form#pardot-form > *:first-child {
  margin-top: 0 !important;
}
.form#pardot-form .col-form-label {
  display: block;
  margin: 50px 0 15px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 24px;
}
.form#pardot-form label.col-form-label span:after {
  display: inline-block;
  content: "任意";
  margin: 0 0 0 5px;
  width: 34px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 20px;
  text-align: center;
  vertical-align: 1px;
  background-color: #999;
  border-radius: 2px;
}
.form#pardot-form .form-group.required label.col-form-label span:after {
  content: "必須";
  background-color: #c71220;
}
.form#pardot-form .form-group.form-group:first-child > label:first-child {
  margin-top: 0 !important;
}
.form#pardot-form label.col-form-label:after {
  display: block;
  content: "";
  margin: 5px 0 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 18px;
}
/* input common */
.form#pardot-form .form-field-inner input, .form#pardot-form .form-field-inner textarea, .form#pardot-form .form-field-inner select, .form#pardot-form .form-field-inner input[type="checkbox"] + label {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.08em;
}
.form#pardot-form .form-field-inner input[type="text"], .form#pardot-form .form-field-inner textarea {
  margin: 0;
  padding: 12px 20px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  box-sizing: border-box;
  transition-property: border-color;
  transition-duration: 0.25s;
}
.form#pardot-form .form-field-inner input:focus, .form#pardot-form .form-field-inner textarea:focus {
  background-color: #fff;
  border-color: #000;
  outline: 0;
}
.form#pardot-form .form-field-description {
  margin: 5px 0 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 18px;
}
.form#pardot-form .form-field-inner input::placeholder {
  color: #999;
}
.form#pardot-form .form-field-inner input:-ms-input-placeholder {
  color: #999;
}
.form#pardot-form .form-field-inner input::-ms-input-placeholder {
  color: #999;
}
/* input column */
.form#pardot-form .form-group .form-field-outer.last_name, .form#pardot-form .form-group .form-field-outer.Furigana_sei {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form#pardot-form .form-group .form-field-outer.last_name .form-field-inner, .form#pardot-form .form-group .form-field-outer.Furigana_sei .form-field-inner {
  width: calc(50% - 10px);
}
/* input textarea */
.form#pardot-form .form-field-inner textarea {
  height: 160px;
}
/* input select */
.form#pardot-form .pd-select .form-field-inner select {
  padding: 10px 49px 10px 20px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background-image: url(https://storage.pardot.com/810133/36117/ic_select.png);
  background-repeat: no-repeat;
  background-size: 49px 88px;
  background-position: right center;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.form#pardot-form .pd-select .form-field-inner select::-ms-expand {
  display: none;
}
.form#pardot-form .pd-select .form-field-inner select:focus {
  outline: 0;
}
/* input checkbox */
.form#pardot-form .pd-checkbox .form-field-inner input[type="checkbox"] {
  display: none;
}
.form#pardot-form .pd-checkbox .form-field-inner input[type="checkbox"] + label {
  position: relative;
  display: block;
  margin: 18px 0 0;
  padding: 2px 0 0 35px;
  cursor: pointer;
}
.form#pardot-form .pd-checkbox .form-field-inner input[type="checkbox"] + label:before, .form#pardot-form .pd-checkbox .form-field-inner input[type="checkbox"] + label:after {
  display: block;
  content: "";
  position: absolute;
}
.form#pardot-form .pd-checkbox .form-field-inner input[type="checkbox"] + label:before {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  transition-property: background-color, border-color;
  transition-duration: 0.25s;
}
.form#pardot-form .pd-checkbox .form-field-inner input[type="checkbox"] + label:after {
  top: 7px;
  left: 7px;
  width: 10px;
  height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  transition-property: opacity;
  transition-duration: 0.25s;
}
.form#pardot-form .pd-checkbox .form-field-inner input[type="checkbox"]:checked + label:before {
  background-color: #c71220;
  border-color: #c71220;
}
.form#pardot-form .pd-checkbox .form-field-inner input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
/* after-form-content
----------------------------------------------- */
form#pardot-form .after-form-content {
  margin: 45px 0;
}
form#pardot-form .after-form-framebox {
  background: #f5f5f5;
  padding: 20px 30px;
}
/* form#pardot-form .after-form-content p span{
	font-size:12px;
} */
form#pardot-form .after-form-content .after-form-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
/* note
----------------------------------------------- */
form#pardot-form .after-form-content ul {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  padding-inline-start: 0;
}
form#pardot-form .after-form-content li {
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 0 12px;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 18px;
  z-index: 1;
}
form#pardot-form .after-form-content li:before {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #999;
  z-index: 1;
}
form#pardot-form .after-form-content a {
  color: #006699;
  text-decoration: none;
  font-size: 12px;
}
form#pardot-form .after-form-content a:hover {
  color: #0099dd;
}
form#pardot-form .after-form-content span {
  font-size: 16px !important;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.08em;
  line-height: 36px;
}
form#pardot-form .after-form-content span a {
  color: #006699;
  text-decoration: none;
}
/* submit
----------------------------------------------- */
.form-submit {
  margin: 20px auto 0;
  max-width: 320px;
}
.form-submit input[type="submit"] {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.08em;
  line-height: 60px;
  background-color: #c71220;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
/* form-error
----------------------------------------------- */
form#pardot-form .alert-danger.form-error {
  margin: 45px 0 0;
  color: #c71220;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 30px;
}
/* input text textarea */
.form#pardot-form .error .form-field-inner input[type="text"], .form#pardot-form .error .form-field-inner textarea {
  background-color: #fcf3f4;
  border-color: #e9a0a6;
}
/* input select */
.form#pardot-form .pd-select.error .form-field-inner select {
  background-color: #fcf3f4;
  background-image: url(https://storage.pardot.com/810133/36115/ic_select_error.png);
  border-color: #e9a0a6;
}
/* form-field-description */
.form#pardot-form .form-field-description.error {
  color: #c71220;
  font-size: 16px;
  line-height: 24px;
}
.article {
  display: grid;
  display: -ms-grid;
  grid-template-columns: calc(100% - 340px) 340px;
  grid-template-rows: auto auto;
  -ms-grid-columns: calc(100% - 340px) 340px;
  -ms-grid-rows: auto auto;
  margin: 0 0 120px;
}
.detail .catchcopy, .catchcopy, .detail .is-style-catchcopy, .is-style-catchcopy, .detail .wp-block-quote p, .wp-block-quote p {
  margin: 0px 0 20px;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 38px;
  text-align: inherit;
}
.detail p.em, .detail p .em, .detail .em, .em {
  color: #c71220;
}
/* h3 */
.detail h3, .detail .h3 {
  margin: 50px 0 20px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 36px;
  border-top: none;
  border-bottom: none;
}
.detail ul, .ul {
  margin: 20px 0 0 1.25em;
  padding: 0;
}
.detail ul li, .ul li {
  list-style: disc;
}
.detail ul li ul, .ul li ul {
  margin: 15px 0 0;
}
.detail ul li li, .ul li li {
  padding: 0 0 0 1.3em;
  text-indent: -1.3em;
  list-style: none;
}
.detail ul li li:before, .ul li li:before {
  display: inline-block;
  content: "-";
  margin: -2px 0 0;
  width: 1em;
  text-indent: 0;
  vertical-align: top;
}
.framebox, .boxlayout {
  margin-top: 30px;
}
.catchcopy + .framebox, .is-style-catchcopy + .framebox, .catchcopy + .boxlayout, .is-style-catchcopy + .boxlayout {
  margin-top: 40px;
}
.framebox__column {
  margin: 0 0 20px;
  padding: 30px;
  border: 4px solid #f5f5f5;
  border-radius: 8px;
  box-sizing: border-box;
}
.framebox__column > *:first-child {
  margin-top: 0 !important;
}
.framebox__column > *:last-child {
  margin-bottom: 0 !important;
}
.framebox--2column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0 -20px;
}
.framebox--2column .framebox__column {
  margin: 0 0 20px 20px;
  width: calc(50% - 20px);
}
.framebox--3column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0 -20px;
}
.framebox--3column .framebox__column {
  margin: 0 0 20px 20px;
  width: calc(33.33% - 20px);
}
.framebox--base .framebox__column {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
}
.framebox--note .framebox__column {
  border-color: #fcf3f4;
  background-color: #fcf3f4;
}
.formBottom {
  display: none;
}
.formRight {
  display: inline;
}
/* pc
----------------------------------------------- */
@media print, screen and (min-width:768px) {
  /* article
	----------------------------------------------- */
  .article {
    grid-template-columns: calc(100% - 560px) 560px;
    grid-template-rows: auto auto;
    -ms-grid-columns: calc(100% - 560px) 560px;
    -ms-grid-rows: auto auto;
    padding: 0 55px;
  }
  .article__main {
    margin: 0 40px 0 0;
    grid-column: 1 / 2;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
  }
  .article__side {
    grid-column: 2 / 3;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
  }
  .sidebox {
    position: relative;
    margin: 0 0 40px;
    border-radius: 10px;
    border: 4px solid #f5f5f5;
    box-sizing: border-box;
    z-index: 1;
  }
  .sidebox:after {
    display: block;
    content: "";
    position: absolute;
    top: -4px;
    left: 30px;
    width: 30px;
    height: 4px;
    background-color: #c71220;
    z-index: 1;
  }
  .sidebox--form {
    padding: 45px 30px;
  }
  .bl_header_contact .contact__box {
    padding-top: 10px;
  }
  .wBdr {
    border-left: 3px solid #EDF0E9;
    border-right: 3px solid #EDF0E9;
  }
  /* retina
	----------------------------------------------- */
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {}
}
/* pc hover
----------------------------------------------- */
@media only screen and (min-width:450px) {
  /* after-form-content
	----------------------------------------------- */
  form#pardot-form .after-form-content span a:hover {
    color: #0099dd;
  }
  /* submit
	----------------------------------------------- */
  .form-submit input[type="submit"] {
    transition-property: color, background-color;
    transition-duration: 0.25s;
  }
  /* hover */
  .form-submit:hover input[type="submit"] {
    color: #fff;
    background-color: #d2414d;
  }
}
@media only screen and (max-width:1200px) {
  .formRight {
    display: none;
  }
  .formBottom {
    display: inline;
  }
  .article {
    display: block;
    margin: 0;
  }
  .article__main {
    margin: 0;
  }
  .contact__box {
    display: flex;
    align-items: center;
  }
  .contact__txt1 {
    text-align: center;
  }
  .contact__content2 .contact__txt1 {
    display: block;
    font-size: 12px;
	  margin-bottom:1em;
  }
  .contact__content2 .contact__box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width:992px) {
  .contact__item_l {
    width: 40px;
    height: 33px;
    vertical-align: top;
  }
  .contact__txt2 {
    color: #FFF;
    letter-spacing: 1.28px;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    margin: -4px 0 4px 10px;
  }
  .contact__txt3 {
    color: #FFF;
    letter-spacing: 0.48px;
    font-size: 10px;
    line-height: 1;
    margin: 0 0 0 10px;
  }
}
/* mobile
----------------------------------------------- */
@media only screen and (max-width:767px) {
  /* article
	----------------------------------------------- */
  .pc {
    display: none !important;
  }
  .article {
    display: block;
    margin: 0;
  }
  .article__main {
    margin: 0 0 50px;
  }
  .contact__title {
    display: none;
  }
  .contact__plate {
    left: -50%;
    right: 109%;
    margin: 0 0 0 0;
    transform-origin: right bottom;
  }
  .contact__content {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .contact__txt1 {
    display: none;
  }
  .contact__box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact__main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px;
    height: 100%;
    padding: 0 3%;
  }
  .contact__text {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1.4px;
    margin-bottom: 14%;
  }
  .detail .catchcopy, .catchcopy {
    margin: 20px 0 15px;
    font-size: 21px;
    line-height: 31px;
  }
  .framebox__column {
    margin: 0 0 20px;
    padding: 30px;
    border: 4px solid #f5f5f5;
    border-radius: 8px;
    box-sizing: border-box;
  }
}
/* form - resoponsive
----------------------------------------------- */
@media only screen and (max-width:450px) {
  .contact__content2 {
    padding-bottom: 0;
  }
  .detail h3, .detail .h3 {
    margin: 20px 0 15px;
    font-size: 21px;
    line-height: 31px;
    padding: 0;
  }
  .sidebox--form {
    padding: 45px 20px;
  }
  .sidebox {
    position: relative;
    margin: 0 0 40px;
    border-radius: 10px;
    border: 4px solid #f5f5f5;
    box-sizing: border-box;
    z-index: 1;
  }
  .sidebox:after {
    display: block;
    content: "";
    position: absolute;
    top: -4px;
    left: 30px;
    width: 30px;
    height: 4px;
    background-color: #c71220;
    z-index: 1;
  }
  .contact__plate {
    left: -50%;
    right: 112%;
    margin: 0 0 0 0;
    transform-origin: right bottom;
  }
  .contact__content {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .contact__txt1 {
    display: none;
  }
  .contact__box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact__main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px;
    height: 100%;
    padding: 0 5%;
  }
  .contact__text {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1.4px;
    margin-bottom: 3.5em;
  }
  /* form
	----------------------------------------------- */
  /* input column */
  .form#pardot-form .form-group .form-field-outer.last_name, .form#pardot-form .form-group .form-field-outer.Furigana_sei {
    display: block;
  }
  .form#pardot-form .form-group .form-field-outer.last_name .form-field-inner, .form#pardot-form .form-group .form-field-outer.Furigana_sei .form-field-inner {
    margin: 10px 0 0;
    width: 100%;
  }
  /* submit
	----------------------------------------------- */
  .form-submit {
    margin: 20px auto 0;
    max-width: initial;
  }
}