@charset "UTF-8";
.pc {
  display: block;
}

.sp {
  display: none;
}

.header {
  position: relative;
}
.header__mainvisual .pic {
  position: relative;
  z-index: 2;
  text-align: center;
}
.header__mainvisual .inner {
  position: relative;
  z-index: 3;
  width: 1100px;
}
.header__mainvisual .logo {
  position: absolute;
  top: 20px;
  right: 0;
}
.header__mainvisual::before, .header__mainvisual::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
}
.header__navi {
  position: relative;
  height: 60px;
  background: #2c2828;
}
.header__navi .list {
  display: flex;
  margin: 0 auto;
  width: 1100px;
}
.header__navi .item a {
  display: block;
}
.header__navi .item a > * {
  transition: all .7s;
}
.header__navi .item a:hover > * {
  opacity: .35;
}
.header__navi.headroom--not-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

.footer .f-copyright {
  padding: 10px 0;
  background: #2c2828;
  text-align: center;
  font-size: 10px;
  color: #b8b8b8;
}

.js-accordion-title {
  position: relative;
}
.js-accordion-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20.5%;
}
.js-accordion-contents {
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  height: 0;
  max-height: 0;
}
.js-accordion.is-open > .js-accordion-title::before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  will-change: rotate;
}
.js-accordion.is-open .js-accordion-contents {
  will-change: transform;
}

/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:		form.scss
Note:			フォームSCSSファイル

Creation:	2020/12/01.

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

0.	共通使用変数定義
1.	ブラウザデフォルトスタイルリセット
2.	共通部分
3.	original

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
0.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
dl,
form,
fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
  color: #333;
}

@media (max-width: 320px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 551px) and (max-width: 1100px) {
  html {
    font-size: calc(.625rem + ((1vw - (550px / 100)) * (100 * ((20 - 10) / (1100 - 550)))));
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
  font-size: inherit;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

button {
  margin: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

th,
td {
  padding: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

iframe {
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body > img {
  display: none;
}

/*----------------------------------------------------------------------
2.	共通部分
----------------------------------------------------------------------*/
.header__mainvisual {
  background: url(../../img/pc/form_counseling_title_bg1.jpg) left top repeat-x;
}
.header__mainvisual .inner {
  margin: -420px auto 0;
  height: 420px;
}
.header__mainvisual::before {
  right: 50%;
  left: 0;
  background: url(../../img/pc/form_counseling_title_bg1.jpg) left top repeat-x;
}
.header__mainvisual::after {
  right: 0;
  left: 50%;
  background: url(../../img/pc/form_counseling_title_bg2.jpg) left top repeat-x;
}
.header__lead {
  display: flex;
  align-items: center;
  height: 200px;
  line-height: 1.5;
  font-size: 20px;
}

.m-form {
  margin: 0 auto;
  width: 1000px;
}

form legend {
  display: none;
}
form table {
  width: 100%;
}

.m-button {
  display: flex;
  justify-content: center;
  padding: 120px 0 180px;
}

/*----------------------------------------------------------------------
3.	original
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
	INPUT
----------------------------------------------------------------------*/
.input .header__progress {
  background: linear-gradient(to right, #a28870 50%, #f2f2f2 51%);
  text-align: center;
}
.input .header__lead {
  justify-content: center;
}
.input .input-form-text {
  line-height: 1.5;
  font-size: 10px;
  margin-bottom: 46px;
  text-align: center;
  cursor: pointer;
}
.input .input-form-text a {
  text-decoration: underline;
}
.input .input-form {
  margin-bottom: 80px;
}
.input .input-form-wrapper {
  color: #333;
}
.input .input-form-wrapper .input-form-item {
  border-top: 1px solid #d9d9da;
}
.input .input-form-wrapper .input-form-item > * {
  font-size: 20px;
}
.input .input-form-wrapper .input-form-item:last-child {
  border-bottom: 1px solid #d9d9da;
}
.input .input-form-wrapper .input-form-item:nth-child(odd), .input .input-form-wrapper .input-form-item.odd.odd, .input .input-form-wrapper .input-form-item:nth-child(even), .input .input-form-wrapper .input-form-item.even.even {
  background: none;
}
.input .input-form-wrapper .input-form-item :nth-child(odd) > *,
.input .input-form-wrapper .input-form-item :nth-child(even) > *, .input .input-form-wrapper .input-form-item.odd.odd th, .input .input-form-wrapper .input-form-item.odd.odd td, .input .input-form-wrapper .input-form-item.even.even th, .input .input-form-wrapper .input-form-item.even.even td {
  background-color: inherit;
  background-image: none;
}
.input .input-form-wrapper .input-form-item .formError.fixed .formErrorContent,
.input .input-form-wrapper .input-form-item .errMsg {
  background-color: #d1000f;
}
.input .input-form-wrapper .input-form-label,
.input .input-form-wrapper .input-form-input {
  border: 0;
  background: none;
}
.input .input-form-wrapper .input-form-label {
  border-right: 1px solid #d9d9da;
  font-weight: bold;
}
.input .input-form-wrapper .input-form-input li {
  margin-right: 0;
}
.input .input-form-wrapper tbody tr:last-child th,
.input .input-form-wrapper tbody tr:last-child td {
  border-bottom: 0;
}
.input .input-form-wrapper textarea,
.input .input-form-wrapper input[type='text'],
.input .input-form-wrapper input[type='email'],
.input .input-form-wrapper input[type='submit'],
.input .input-form-wrapper input[type='number'],
.input .input-form-wrapper input[type='tel'] {
  border: 1px solid #d9d9da;
  color: #333;
}
.input .input-form-wrapper input:not([type=radio]):not([type=checkbox]) {
  height: 45px;
}
.input .input-form-wrapper input:not([type=radio]):not([type=checkbox]),
.input .input-form-wrapper .input-form .input-form-wrapper textarea {
  color: #333;
}
.input .input-form-wrapper .required .input-form-label {
  background-image: none;
}
.input .input-form-wrapper .required .input-form-label label::after {
  content: '';
  float: right;
  width: 61px;
  height: 24px;
  background: url(../../img/pc/form_required_ok.png) left bottom no-repeat;
  background-position: left top;
}
.input .input-form-wrapper .required.is-empty .input-form-label label::after {
  content: '';
  float: right;
  width: 51px;
  height: 24px;
  background: url(../../img/pc/form_required.png) left bottom no-repeat;
  background-position: left top;
}
.input .input-form-wrapper .required.err .input-form-label label::after {
  content: '';
  float: right;
  width: 51px;
  height: 24px;
  background: url(../../img/pc/form_required_ng.png) left bottom no-repeat;
  background-position: left top;
}
.input .input-form-wrapper .operation,
.input .input-form-wrapper .name,
.input .input-form-wrapper .email,
.input .input-form-wrapper .tel {
  height: 90px;
}
.input .input-form-wrapper .date .ui-datepicker-trigger {
  height: 42px;
}
.input .p-privacypolicy {
  padding-bottom: 135px;
}
.input .p-privacypolicy .inner > .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.input .p-privacypolicy .inner > .title::before {
  content: none;
}
.input .p-privacypolicy .inner > .title::after {
  content: '';
  display: block;
  margin-top: 10px;
  width: 26px;
  height: 13px;
  background: url(../../img/pc/privacypolicy_arrow.png) left top no-repeat;
}
.input .p-privacypolicy .inner > .contents .box__inner {
  margin-top: 25px;
}
.input .p-privacypolicy .inner > .contents .box__inner.first {
  margin-top: 0;
}
.input .p-privacypolicy .inner > .contents .box__title {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}
.input .p-privacypolicy .inner > .contents p,
.input .p-privacypolicy .inner > .contents li {
  line-height: 1.5;
  font-size: 10px;
}
.input .p-privacypolicy .inner > .contents ul {
  margin-top: 10px;
}
.input .p-privacypolicy .inner > .contents li {
  padding-left: 30px;
  text-indent: -30px;
}
.input .p-privacypolicy .inner > .contents .reception {
  margin-top: 10px;
  padding-left: 10px;
  line-height: 1.5;
}
.input .p-privacypolicy .inner > .contents .reception__title {
  text-indent: -10px;
}
.input .p-privacypolicy .inner > .contents .reception .tel > * {
  display: inline-block;
  padding-top: .5rem;
}
.input .p-privacypolicy .inner.is-open > .title::before {
  content: none;
}
.input .p-privacypolicy .inner.is-open > .title::after {
  transform: rotate(-180deg);
}

/*----------------------------------------------------------------------
	CONFIRMATION
----------------------------------------------------------------------*/
.confirmation .header__progress {
  background: linear-gradient(to right, #f2f2f2 50%, #f2f2f2 51%);
  text-align: center;
}
.confirmation .header__lead {
  justify-content: center;
  text-align: center;
}
.confirmation .m-button {
  justify-content: space-between;
}
.confirmation .form-item {
  height: 90px;
  border-top: 1px solid #d9d9da;
}
.confirmation .form-item:last-child {
  border-bottom: 1px solid #d9d9da;
}
.confirmation .item-inner {
  display: flex;
  align-items: center;
}
.confirmation .form-label {
  padding-left: 60px;
  width: 319px;
}
.confirmation .form-label label {
  font-size: 16px;
  color: #a9aeb8;
}
.confirmation .form-input,
.confirmation .form-input em {
  padding: 10px 60px 10px 0;
  width: 741px;
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  word-break: break-all;
}

/*----------------------------------------------------------------------
	SEND
----------------------------------------------------------------------*/
.send .header__progress {
  background: linear-gradient(to right, #f2f2f2 50%, #a28870 51%);
  text-align: center;
}
.send .header__lead {
  justify-content: center;
  margin: 0 auto;
  width: 1000px;
  text-align: center;
}
.send .m-address {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding: 0 60px;
  height: 90px;
  border-top: 1px solid #d9d9da;
  border-bottom: 1px solid #d9d9da;
}
.send .m-address-title {
  width: 259px;
  font-size: 16px;
  color: #a9aeb8;
}
.send .m-address-contents {
  width: 741px;
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  word-break: break-all;
}
.send .m-attention {
  color: #333;
}
.send .m-attention-title {
  margin-bottom: 30px;
  padding: 10px 0 10px 40px;
  background: url(../../img/pc/form_attention_title_bg.png) left top no-repeat;
  font-size: 18px;
}
.send .m-attention-text {
  line-height: 1.875;
  font-size: 16px;
}
.send .m-attention-text a {
  color: #333;
  text-decoration: underline;
}
.send .m-attention-item {
  padding-left: 10px;
  text-indent: -10px;
  line-height: 1.875;
  font-size: 16px;
}
.send .m-attention-item::before {
  content: '●';
}

/*# sourceMappingURL=form.css.map */
