@charset "UTF-8";
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
@import "https://fonts.googleapis.com/earlyaccess/hannari.css";

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  padding: 0;
  margin: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden],
template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input {
  border-radius: 0;
}
[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
[type="number"] {
  width: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
button,
select {
  text-transform: none;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
html.is-fixedArea {
  overflow-y: hidden;
}
body {
  position: relative;
  margin: 0 auto;
  min-width: 0;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Yu Gothic Medium, Yu Gothic, "游ゴシック", YuGothic,
    "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro,
    Hiragino Kaku Gothic ProN, sans-serif;
  line-height: normal;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #fff;
  overflow-x: hidden;
}
/* body:after {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  bottom: -50%;
  width: 100%;
  height: 200%;
  background: transparent;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  will-change: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  pointer-events: none;
  z-index: 500;
} */
h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
}
sub,
sup {
  margin-right: 2px;
  font-size: 11px;
}
sub {
  vertical-align: sub;
}
sup {
  top: 3px;
  vertical-align: super;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
hr {
  margin: 20px 0;
}
p {
  margin: 20px 0;
}
p:empty {
  margin: 0;
}
b:not([class]),
strong:not([class]) {
  font-weight: 700;
}
i:not([class]),
em:not([class]) {
  font-style: italic;
  font-style: oblique;
}
b,
strong {
  font-weight: 700;
}
i,
em {
  font-style: normal;
}
i:not([class]),
em:not([class]) {
  font-style: italic;
  font-style: oblique;
}
li {
  display: block;
}
ol {
  margin-left: 1.5em;
}
ol li {
  display: list-item;
}
figcaption {
  margin: 5px 0 0;
  font-size: 12px;
}
iframe {
  max-width: 100%;
  max-height: 100%;
}
area {
  border: none;
  outline: none;
}
blockquote {
  position: relative;
  display: block;
  margin: 10px;
  padding: 30px 10px;
  line-height: 1.6;
  background-color: #f8f8f8;
}
table {
  font-size: 100%;
}
th,
td {
  word-wrap: break-word;
  white-space: normal;
}
th {
  white-space: nowrap;
  font-weight: 400;
}
table,
table:not([class]) {
  display: table;
  width: 100%;
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
  border-collapse: collapse;
}
table caption,
table:not([class]) caption {
  padding: 8px;
  color: #333;
  font-weight: 700;
  background-color: #ececec;
}
table th,
table td,
table:not([class]) th,
table:not([class]) td {
  padding: 10px 5px;
  text-align: left;
  vertical-align: top;
  color: inherit;
  border: 1px solid #ececec;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
}
table th p,
table th dl,
table th ul,
table th ol,
table td p,
table td dl,
table td ul,
table td ol,
table:not([class]) th p,
table:not([class]) th dl,
table:not([class]) th ul,
table:not([class]) th ol,
table:not([class]) td p,
table:not([class]) td dl,
table:not([class]) td ul,
table:not([class]) td ol {
  margin-top: 10px;
}
table th p:first-child,
table th dl:first-child,
table th ul:first-child,
table th ol:first-child,
table td p:first-child,
table td dl:first-child,
table td ul:first-child,
table td ol:first-child,
table:not([class]) th p:first-child,
table:not([class]) th dl:first-child,
table:not([class]) th ul:first-child,
table:not([class]) th ol:first-child,
table:not([class]) td p:first-child,
table:not([class]) td dl:first-child,
table:not([class]) td ul:first-child,
table:not([class]) td ol:first-child {
  margin-top: 0;
}
table th > :first-child,
table td > :first-child,
table:not([class]) th > :first-child,
table:not([class]) td > :first-child {
  margin-top: 0;
}
table td,
table:not([class]) td {
  padding-left: 10px;
  padding-right: 10px;
}
table thead th,
table tfoot th,
table tbody th,
table:not([class]) thead th,
table:not([class]) tfoot th,
table:not([class]) tbody th {
  font-weight: 400;
  background-color: #f8f8f8;
}
table thead th:empty,
table thead td:empty,
table tfoot th:empty,
table tfoot td:empty,
table tbody th:empty,
table tbody td:empty,
table:not([class]) thead th:empty,
table:not([class]) thead td:empty,
table:not([class]) tfoot th:empty,
table:not([class]) tfoot td:empty,
table:not([class]) tbody th:empty,
table:not([class]) tbody td:empty {
  background-color: transparent;
}
table .cm,
table:not([class]) .cm {
  text-align: center;
  vertical-align: middle;
}
dl:first-child {
  margin-top: 0;
}
dl > dt {
  position: relative;
  padding-bottom: 0.3em;
  font-weight: 700;
  border-bottom: 1px solid #676767;
}
dl > dd {
  padding: 0.5em 0 0 1em;
}
ol,
ul {
  margin-left: 2em;
}
ol > li,
ul > li {
  display: list-item;
  margin: 5px 0 0;
}
a {
  color: #333;
  cursor: pointer;
  border: none;
  outline: none;
}
a:active,
a:hover {
  outline-width: 0;
}
input,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
button {
  border: none;
  cursor: pointer;
  font-family: inherit;
  background-color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
button:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
input,
select,
textarea {
  width: 100%;
  padding: 3px 8px;
  vertical-align: middle;
  color: inherit;
  font-size: 16px !important;
  border: 1px solid #c3c3c3;
  background-color: #fff;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
input:placeholder-shown,
textarea:placeholder-shown {
  color: #b2b2b2;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b2b2b2;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b2b2b2;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b2b2b2;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b2b2b2;
}
input:focus,
textarea:focus {
  background-color: #fffbcc;
}
input:focus:placeholder-shown,
textarea:focus:placeholder-shown {
  color: #b2b2b2;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #b2b2b2;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #b2b2b2;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #b2b2b2;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #b2b2b2;
}
input[type="radio"] + span,
input[type="checkbox"] + span {
  position: relative;
  cursor: pointer;
}
textarea {
  padding: 10px;
  min-height: 130px;
  font-size: 16px;
  line-height: 1.6;
  resize: vertical;
  border-radius: 5px;
}
input[disabled="disabled"],
select[disabled="disabled"],
textarea[disabled="disabled"],
.disabledCmnt {
  color: #676767 !important;
  border-color: #ececec !important;
  background-color: #f8f8f8 !important;
}
.sgWrapper .sgGNav_list,
.sgWrapper .sgSection_mods {
  margin-left: 0;
  list-style-type: none;
}
.sgWrapper .sgGNav_list > li,
.sgWrapper .sgSection_mods > li {
  margin: 0;
}
h2,
h3,
h4,
h5 {
  position: relative;
  font-weight: 700;
  line-height: 1.4;
}
h2 {
  margin: 35px 0;
  font-size: 20px;
  font-size: 2rem;
  padding: 0.25em 0;
  color: #434343;
  border-bottom: solid 3px #10aeaa;
}
h3 {
  margin: 30px 0;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.25em 0.5em;
  color: #434343;
  border-left: solid 5px #10aeaa;
}
h4 {
  margin: 25px 0;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0.4em 0.5em;
  background: #10aeaa;
}
h5 {
  margin: 25px 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #10aeaa;
}

.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
  -webkit-perspective: 1000;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  -webkit-transform: translateZ(0);
}
.bx-wrapper {
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/bxslider/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../img/bxslider/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../img/bxslider/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../img/bxslider/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../img/bxslider/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.entryForm {
  position: relative;
}
.entryForm_headline {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none;
  border-bottom-color: transparent;
  border-left-color: transparent;
  background-color: transparent;
  background: none;
  background-color: rgba(255, 255, 255, 0);
  margin: 0 0 0.6em;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 700;
  border-left: 4px solid #10aeaa;
}
.entryForm_headline-must {
  padding-right: 50px;
  position: relative;
}
.entryForm_headline-must:after {
  content: "必須";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  padding: 0 8px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #fa6482;
}
.entryForm_contents {
  padding: calc(10px / 2) calc(40px / 2) 0;
}
.entryForm_error {
  display: none;
  margin: 0.5em auto 0;
  padding: 0.2em 1em;
  color: #fa6482;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  border: 1px solid #fa6482;
  background-color: #fbd5d6;
}
.entryForm_error#error-area,
.entryForm_error#error-schedule {
  margin-left: calc(40px / 2);
  margin-right: calc(40px / 2);
}
.entryFormFooter {
  position: relative;
  margin: 20px auto 0;
  padding: 0 calc(40px / 2);
}
.entryFormBtn {
  text-align: center;
}
.entryFormBtn .entryNext,
.entryFormBtn .entrySubmit {
  margin: auto;
  display: block;
  position: relative;
  padding: 10px;
  width: calc(420px / 2);
  height: calc(90px / 2);
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  background: url(../img/bg_btn.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: visible;
  text-decoration: none;
}
.entryFormBtn .entrySubmit {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 95%;
  height: auto;
  font-size: 16px;
  font-size: 1.6rem;
  background: #fa6482 url(../img/bg_stripe-opacity10.png) repeat;
  border-radius: 4px;
}
.entryFormBtn .prevBtn {
  margin-top: 10px;
  padding: 0.5em;
  display: inline-block;
  color: #676767;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: underline;
}
.entryFormSticky {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.entryFormSticky.is-fadeOut {
  padding: 0;
  height: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.entryFormSticky.is-fadeIn {
  padding: 0.5em;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  -webkit-box-shadow: -2px -2px 1px rgba(255, 255, 255, 0.5);
  box-shadow: -2px -2px 1px rgba(255, 255, 255, 0.5);
  height: auto;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  pointer-events: auto;
}
.entryFormSticky.is-fadeIn .entryFormBtn .prevBtn {
  color: #fff;
}
.entryFormSticky.is-hide {
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  pointer-events: none;
}
.entryFormSticky.is-show {
  display: block;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  pointer-events: auto;
}
.entryForm_slider {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}
.entryForm .bx-viewport .entryForm_slider {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}
.entryForm_entryArea {
  background-color: #fff;
}
.entryForm .bx-wrapper {
  margin-bottom: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
/* .entryForm .bx-viewport {
  padding-bottom: 1em;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
} */
.entryForm .bx-pager {
  position: relative;
  bottom: auto;
  padding: 0;
}

.statusbtn-wrap input,
.status-modalWrapper input {
  width: auto;
  padding: 0;
  border: unset;
  background-color: unset;
}

.entryFormField {
  border: none;
}
.entryFormField_table {
  margin-top: 15px;
  display: block;
  border: none;
}
.entryFormField_table > * {
  margin: 0;
  padding: 0;
  border: none;
}
.entryFormField_th,
.entryFormField_td {
  display: block;
  font-weight: 400;
}
.entryFormField_th {
  font-weight: 700;
  border: none;
}
.entryFormField_th-must {
  padding-right: 50px;
  position: relative;
}
/*
.entryFormField_th-must:after {
  content: "必須";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  padding: 0 8px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #fa6482;
}
*/
.entryFormField_td {
  vertical-align: middle;
  background-color: #fff;
}
.entryFormField_title {
  margin: 0 0 calc(16px / 2);
  color: #10aeaa;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
}
.entryFormField input,
.entryFormField select,
.entryFormField textarea {
  padding-top: 4px;
  height: calc(68px / 2);
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 2px;
}
.formStep + .entryFormField {
  margin-top: calc(56px / 2);
}

.formStep {
  margin: calc(30px / 2) 0;
  padding: 0 0.5em;
}
.formStep_inner {
  position: relative;
  margin: 0;
  height: calc(60px / 2);
  line-height: calc(60px / 2);
  list-style-type: none;
  background-color: #ececec;
}
.formStep_inner > * {
  margin: 0;
  padding: 0;
}
.formStep_inner:after {
  content: "0%完了";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: gray;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}
.formStep_step {
  position: relative;
  display: block;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #ffd800;
  -webkit-transition: color 0.5s ease-in, width 0.5s ease-in;
  transition: color 0.5s ease-in, width 0.5s ease-in;
}
.formStep_step em {
  font-style: normal;
}
.formStep_step-step00 {
  width: 0;
  background-color: transparent;
}
.formStep_step-step00 > span {
  display: none;
}
.formStep_step-step25 {
  width: 25%;
}
.formStep_step-step50 {
  width: 50%;
}
.formStep_step-step75 {
  width: 75%;
}
.formStep_step-step100 {
  width: 100%;
}
.formStep_step-step49 {
  width: 49%;
}
.formStep_step-step99 {
  width: 99%;
}
.formStep.is-stepZeroNon .formStep_inner:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gFooterCopys {
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
.gFooterCopys_txt {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.gFooterPMark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.3em 0 0;
  padding: 0.5em;
  background-color: #f9f9f9;
}
.gFooterPMark > * {
  margin-left: 20px;
}
.gFooterPMark > *:first-child {
  margin-left: 0;
}
.gFooterPMark > * p {
  margin: 0;
}
.gFooterPMark_mark {
  width: 40px;
}
.gFooterPMark_body {
  font-size: 12px;
  font-size: 1.2rem;
}
.gFooterPMark_txt {
  line-height: 1.2;
}
.gFooterPMark_link {
  position: relative;
  display: inline-block;
  margin-top: 0.1em;
  padding: 0.2em 0.2em 0.2em 1em;
  color: #333;
  font-weight: 700;
  text-decoration: none;
}
.gFooterPMark_link:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #676767;
  border-right: 1px solid #676767;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pageTop {
  position: fixed;
  right: 5px;
  bottom: 0;
  text-align: center;
  z-index: 50;
}
.pageTop_btn {
  margin: 0;
  display: inline-block;
  text-align: right;
}
.pageTop_btn > a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  background-color: rgba(67, 67, 67, 0.7);
  border: 1px solid rgba(103, 103, 103, 0.3);
}
.pageTop_btn > a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: calc(-14px / 2 + 4px);
  margin-left: calc(-14px / 2);
  width: 14px;
  height: 14px;
  border-top: 2px solid #ececec;
  border-right: 2px solid #ececec;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pageTop_btn > a > span {
  text-indent: -9999px;
  display: none;
  white-space: nowrap;
  overflow: hidden;
  display: none\9;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/*============================================================
PC用
============================================================*/
@media screen and (min-width: 769px) {
  body {
    min-width: calc(1260px);
    font-size: 16px;
    font-size: 1.6rem;
  }
  blockquote {
    margin: 20px;
    padding: 25px 50px;
    line-height: 1.8;
  }
  table th,
  table td,
  table:not([class]) th,
  table:not([class]) td {
    padding: 14px 18px;
  }
  a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  a:hover img {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    display: inline-block;
    zoom: 1;
  }
  a img {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  a,
  button {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  a:hover,
  button:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  .label.label_radio > input + span:before,
  .label.label_radio > input:checked + span:after,
  .label.label_checkbox > input + span:before,
  .label.label_checkbox > input:checked + span:after {
    margin-top: 4px !important;
  }

  select {
    padding: 2px 12px;
    min-height: 34px;
    height: auto;
    line-height: inherit;
    font-size: 16px;
    font-size: 1.6rem;
  }
  select {
    padding-right: 20px;
  }
  textarea {
    min-height: 180px;
  }
  h2 {
    margin: 45px 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
  h3 {
    margin: 40px 0;
    font-size: 22px;
    font-size: 2.2rem;
    padding: 0.4em 0.5em;
  }
  h4 {
    margin: 35px 0;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0.6em 0.7em;
  }
  h5 {
    margin: 30px 0;
    font-size: 17px;
    font-size: 1.7rem;
  }

  .pc-hidden,
  .tab-only,
  .sp-only {
    display: none !important;
  }

  .mainLayout {
    margin: auto;
  }

  .entryForm_inner {
    margin: auto;
    max-width: 950px;
  }
  .entryForm_headline {
    padding: 6px 10px 6px calc(28px);
    font-size: 16px;
    font-size: 1.6rem;
  }
  .entryForm_headline-must {
    padding-left: 62px;
  }
  .entryForm_headline-must:after {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .entryForm_headline-must:after {
    right: auto;
    left: 10px;
  }
  .entryForm_contents {
    padding: calc(10px) calc(30px) 0;
  }
  .entryForm_error#error-area,
  .entryForm_error#error-schedule {
    margin-left: 30px;
    margin-right: 30px;
  }
  .entryFormFooter {
    margin-top: 30px;
    padding: 0 calc(40px);
  }
  .entryFormBtn {
    text-align: center;
  }
  .entryFormBtn .entrySubmit {
    width: 300px;
    height: auto;
    padding-bottom: 12px;
  }
  .entryFormBtn .prevBtn {
    margin-top: 10px;
    padding: 0.5em;
    display: inline-block;
    color: #676767;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: underline;
  }

  .entryFormField {
    border: none;
    border-top: 1px solid #ececec;
  }
  .entryFormField_table {
    margin: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    border-top: none;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
  }
  .entryFormField_table > * {
    display: table-cell;
  }
  .entryFormField_th,
  .entryFormField_td {
    display: table-cell;
    padding: 8px 12px;
    border-bottom: 1px solid #ececec;
  }
  .entryFormField_th {
    width: 280px;
    min-width: 280px;
    background-color: #f9f9f9;
  }
  .entryFormField_th-must {
    padding-right: 60px;
  }
  /*
  .entryFormField_th-must:after {
    font-size: 13px;
    font-size: 1.3rem;
  }
  */
  .entryFormField_title {
    margin-top: 10px;
  }
  .entryFormField input,
  .entryFormField select,
  .entryFormField textarea {
    height: calc(34px);
    font-size: 16px;
    font-size: 1.6rem;
  }
  .entryFormField input,
  .entryFormField select {
    /* width: 80%; */
  }
  .formStep + .entryFormField {
    margin-top: calc(36px);
  }
  .gFooterCopys {
    border-top: 1px solid #ececec;
  }
  .gFooterPMark {
    padding: 0.8em 1em;
  }
  .gFooterPMark > * {
    margin-left: 20px;
  }
  .gFooterPMark_mark {
    width: 60px;
  }
  .gFooterPMark_body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .gFooterPMark_link:before {
    top: 10px;
    width: 6px;
    height: 6px;
  }
  .pageTop {
    right: 15px;
    bottom: 15px;
  }
  .pageTop_btn > a {
    display: inline-block;
    width: 50px;
    height: 50px;
  }
  .pageTop_btn > a:before {
    margin-top: calc(-20px / 2 + 4px);
    margin-left: calc(-20px / 2);
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  a img:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  a,
  button {
    -webkit-transition: none;
    transition: none;
  }
  a:hover,
  button:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@media all and (-ms-high-contrast: none) {
  select::-ms-expand {
    display: block;
  }
  select {
    padding: 0 0 0 10px;
  }
}

/*
追記用CSSとして使用
============================================================*/

/*============================================================
エリア選択時、ボタンを追従するためのエリア

190318追加
============================================================*/

.entryFormStickyNext {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  width: 100%;

  height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.entryFormStickyNext.is-fadeOut {
  padding: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.entryFormStickyNext.is-fadeIn {
  padding: 0.5em;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  -webkit-box-shadow: -2px -2px 1px rgba(255, 255, 255, 0.5);
  box-shadow: -2px -2px 1px rgba(255, 255, 255, 0.5);

  height: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.entryFormStickyNext.is-hide {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.entryFormStickyNext.is-show {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/*============================================================
姓名分離フォームCSS

210405追加
============================================================*/
.name-list,
.kana-list {
  list-style: none;
  display: flex;
  margin-top: auto;
  margin-right: 0;
  margin-bottom: auto;
  margin-left: 0;
  width: 100%;
}

.name-list li,
.kana-list li {
  width: 50%;
}

.name-list input,
.kana-list input {
  width: calc((100% - 50px));
}

.name-list li:nth-child(2),
.kana-list li:nth-child(2) {
  margin-left: 10px;
}

@media screen and (min-width: 769px) {
  .name-list,
  .kana-list {
    /* width: 80%; */
  }

  /* 項目名の調整用 */
  .entryFormField_title-position {
    height: 32px;
    line-height: 32px;
  }
}

/*============================================================
利用規約モーダルウィンドウ

190603追加
============================================================*/
/* -----------------------------------------------------
// 利用規約
// -------------------------------------------------- */
.privacy {
  padding: 15px 15px 0;
  /* height: 130px; */
  -webkit-overflow-scrolling: touch;
}

.privacy > dl > dd {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.privacy > dl > dd > p {
  margin-bottom: 16px;
}

/* モーダルCSS */
#openModal {
  color: #fa6482;
  cursor: pointer;
}

.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding: 10px;
  background-color: #fff;
}

.closeModal {
  color: #fff;
  position: absolute;
  top: -5rem;
  right: 0;
  cursor: pointer;
  font-size: 3rem;
}

@media screen and (min-width: 769px) {
  .privacy {
    /* border: 3px solid #e4e4e4; */
    box-sizing: border-box;
    /* border-radius: 6px; */
    padding: 20px 20px 0;
    /* height: 180px; */
    overflow: auto;
  }

  .privacy > dl > dt {
    font-weight: bold;
    margin-bottom: 8px;
  }

  .privacy > dl > dd {
    border-bottom: 1px solid #eee;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .privacy > dl > dd > p {
    margin-bottom: 16px;
  }

  .privacy > dl > dd:last-child {
    border: none;
    margin-bottom: 0;
  }
  /* .closeModal {
    top: -0.5rem;
  } */
}

.entryFormBtn > p {
  color: #333;
}

.formTerms_iframeInner,
.formTerms_iframe {
  height: 340px;
}

.formTerms_title {
  font-size: 16px;
  font-size: 1.6rem;
}

/*============================================================
ステップ1フォーム　ボタン遷移形式用

191203追加
============================================================*/
h2.entryForm_statusbtn_headline {
  border: none;
  border-left: solid 4px #10aeaa;
  padding: 10px;
  margin: 25px auto 10px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  width: fit-content;
}

h2.entryForm_statusbtn_headline span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
}

@media screen and (max-width: 480px) {
  h2.entryForm_statusbtn_headline {
    margin: 5px auto 15px;
  }
}

.formStep_step em {
  font-style: normal;
}

.formStep_step-step00 {
  width: 130px;
  background-color: transparent;
}

.formStep_step-step00 > span {
  display: inline;
}

.statusbtn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
}

@media screen and (max-width: 480px) {
  .statusbtn-wrap {
    padding: 0 10px;
    column-gap: 10px;
  }
}

/*============================================================
ステップ1フォーム
============================================================*/
[class^="status-btn"],
[class^="branch-btn"] {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(255, 240, 225);
  border: 1px solid rgb(16, 174, 170);
  width: 355px;
  height: 50px;
  border-radius: 100vh;
  font-size: 1.8rem;
  color: rgb(16, 174, 170);
  cursor: pointer;
  position: relative;
  font-weight: 700;
}

[class^="status-btn"]:hover,
[class^="branch-btn"]:hover {
  background: rgb(16, 174, 170);
  color: rgb(255, 255, 255);
}

[class^="status-btn"]:active,
[class^="branch-btn"]:active {
  background: rgb(16, 174, 170);
  color: rgb(255, 255, 255);
}

[class^="status-btn"]:focus,
[class^="branch-btn"]:focus {
  background: rgb(16, 174, 170);
  color: rgb(255, 255, 255);
}

.status-btn08-01,
.status-btn08-02,
.status-btn20-01,
.status-btn20-02,
.status-btn08_02-01,
.status-btn08_02-02,
.status-btn20_02-01,
.status-btn20_02-02 {
  margin-bottom: 15px;
}

.entryFormBtn [class^="branchPrev"],
.entryFormBtn .prevBtn02 {
  margin-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline;
}


.status-modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  text-align: center;
}

.status-closeModal {
  position: absolute;
  top: -1.5rem;
  right: -2rem;
  cursor: pointer;
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .status-modalWrapper {
    width: 100%;
    left: 49%;
  }

  .status-closeModal {
    top: -3.5rem;
    right: 1rem;
  }
}

/*============================================================
共通用

190328追加
============================================================*/

.textb {
  font-weight: 700;
}

.disp-hidden {
  display: none;
}

.br_pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .br_pc {
    display: block;
  }

  .br_sp {
    display: none;
  }
}

/*============================================================
休業お知らせ用
201222追加
============================================================*/
.holiday-closing-notice {
  width: 600px;
  background-color: #fff;
  border: solid 2px #10aeaa;
  margin: 20px auto 50px;
  padding: 10px;
  line-height: 22px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  .holiday-closing-notice {
    width: 85%;
  }
}

.holiday-closing-notice-title {
  font-weight: bold;
  font-size: 18px;
}

.holiday-closing-notice p {
  /* margin-bottom: 10px; */
}

.holiday-closing-notice-underline {
  border-bottom: solid;
  border-color: #10aeaa;
  border-width: 2px;
  padding: 0 3px;
}

/*============================================================
ローディングアイコン
210416追加
============================================================*/
#overlay {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #10aeaa solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

/*============================================================
ニートフォームステップ1画像
============================================================*/
.entryForm_entryArea {
  float: none;
  list-style: none;
  max-width: 1110px;
  width: 100%;
  z-index: 50;
  display: block;
}
/* .portalAbout_leads_neet {
  margin-bottom: 0;
  padding: calc(38px) 0;
  height: 40vh;
  max-height: calc(410px);
  background: url(../images/shared/portal/top/neet-form_pc-1.jpg) top center
    no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .portalAbout_leads_neet {
    background: url(../images/shared/portal/top/neet-form_sp-1.jpg) top center
      no-repeat;
    background-size: cover !important;
    max-height: calc(410px / 2);
  }
} */
/*フッター*/
.gFooterCopys {
  height: 25vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0 auto;
}

.gFooterTosho_img {
  background-image: url(../img/tosho.png);
  height: 75%;
  background-size: contain;
  background-position: center;
}

.gFotterTosho_txt {
  display: flex;
  height: 50%;
  text-align: start;
  font-size: 1.4rem;
  flex-direction: column;
  justify-content: center;
}

.gFotterTosho_txt p {
  margin: 0;
}

@media screen and (max-width: 480px) {
  .gFooterTosho_img {
    width: 20%;
  }
  .gFotterTosho_txt {
    width: 70%;
  }
}

@media screen and (min-width: 481px) {
  .gFooterTosho_img {
    width: 8%;
  }
  .gFotterTosho_txt {
    width: 40%;
  }
}

/*============================================================
フォームステップ 3ステップタイプ
============================================================*/
.formStep_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 5px;
  row-gap: 1em;
  text-align: center;
  color: #fff;
  margin: 15px 10px 0;
}

@media screen and (max-width: 480px) {
  .formStep_wrap {
    margin: 20px 10px;
  }
}

.step_bar {
  background-color: #d9d9d9;
}

.step1_bar_active,
.step2_bar_active,
.step3_bar_active,
.step4_bar_active {
  background-color: #10aeaa;
}
