@charset "UTF-8";
/*! html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

img,
object,
embed {
  vertical-align: top;
}

.bold {
  font-weight: bold;
}

.mt30 {
  margin-top: 30px;
}

.variable {
  flex: 1;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #f7efe3;
  color: #333;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.4;
  text-size-adjust: 100%;
}

input,
textarea,
button,
pre {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

input,
textarea {
  font-size: 1rem;
}

:placeholder-shown,
::-webkit-input-placeholder {
  color: #d5d5d5;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
}
a:hover {
  color: #333;
}
a:active {
  color: #333;
}

hr {
  display: block;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  padding: 0;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px solid #d5d5d5;
}

canvas {
  vertical-align: bottom;
}

img {
  max-width: 100%;
  height: auto;
}

video {
  width: 100%;
}

strong {
  font-weight: bold;
}

a,
area,
button,
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

area {
  outline: none;
  cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

.l-container {
  padding-right: 12px;
  padding-left: 12px;
  padding-bottom: 60px;
}

.l-texture {
  overflow: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/bg_wave.png) no-repeat center bottom/contain;
}

.l-page {
  padding-top: 5vh;
  padding-bottom: 5vh;
  min-height: calc(100vh - 22px);
}

.l-ground {
  padding-top: 16px;
}

.l-section {
  margin-top: 40px;
}

.m-logo {
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
  zoom: 0.3;
}

.m-logo img {
  height: 60%;
  width: 60%;
}

.btn-utility {
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  border: 2px solid #4e4e4e;
  border-radius: 58px;
  background-image: -webkit-linear-gradient(
    90deg,
    rgba(95, 95, 95, 0.36078) 0%,
    rgba(175, 175, 175, 0.42) 37%,
    rgba(255, 255, 255, 0.53) 100%,
    white 100%
  );
  color: #515151;
  font-size: 47px;
  line-height: 105px;
  zoom: 0.3;
}

.btn-icon {
  border-radius: 24px;
  border: 1px solid #fbfbf6;
  background-color: #e761a4;
  color: #fcfaf2;
  font-weight: bold;
  line-height: 46px;
  box-shadow: 0px 1px 6px rgba(7, 0, 2, 0.3);
  padding: 5px;
}

.u-intro {
  /*  margin-bottom: 220px !important;*/
  padding-top: 16px;
}

.u-intro .btn-icon {
  border: none;
  font-size: 80%;
  line-height: 30px;
  padding: 7px;
}

.job_tag {
  /* float: left;*/
  display: inline-block;
  margin: 5px 3px;
}

.btn-submit {
  display: block;
  min-width: 170px;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 24px;
  border: 1px solid #fbfbf6;
  background-color: #e761a4;
  color: #fcfaf2;
  font-size: 19px;
  font-weight: bold;
  line-height: 46px;
  letter-spacing: 4px;
  box-shadow: 0px 1px 6px rgba(7, 0, 2, 0.3);
}
.btn-submit:not(:first-of-type) {
  margin-top: 22px;
}
.btn-submit.wide {
  padding-right: 50px;
  padding-left: 50px;
}
.btn-submit > i {
  zoom: 1;
}

.btn-fixation {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  display: block;
  height: 48px;
  border: 1px solid #fbfbf6;
  background-color: #e761a4;
  color: #fcfaf2;
  font-size: 19px;
  font-weight: bold;
  line-height: 46px;
  letter-spacing: 4px;
  box-shadow: 0px 1px 6px rgba(7, 0, 2, 0.3);
}

.btn-mini {
  display: block;
  width: 310px;
  border-radius: 63px;
  border: 3px solid #fff;
  background-color: #e761a4;
  box-shadow: 0px 8px 12.61px 0.39px rgba(7, 0, 2, 0.46);
  color: #fff !important;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  line-height: 112px;
  letter-spacing: 6px;
  zoom: 0.3;
}

.btn-edit {
  margin-right: 8px;
}
.btn-edit:not(:first-of-type) {
  margin-top: 126px;
}

.btn-search {
  width: 320px;
  margin-left: 54px;
  border: 2px solid #4e4e4e;
  border-radius: 70px;
  background-color: #fcfaf2;
  font-size: 58px;
  font-weight: bold;
  text-align: center;
  line-height: 140px;
  cursor: pointer;
  zoom: 0.3;
}

.btn-add {
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: auto;
  border: none;
  border-radius: 50%;
  background-color: #8f82bc;
  box-shadow: 0 5px 10px 0 rgba(198, 168, 181, 0.55);
  cursor: pointer;
}
.btn-add::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 48px;
  margin: auto;
  background: url(../images/icon_plus.png) no-repeat left top;
  zoom: 0.3;
}

.button {
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #030000 0%, white 100%);
  background-image: -webkit-linear-gradient(90deg, #030000 0%, white 100%);
  background-image: -ms-linear-gradient(90deg, #030000 0%, white 100%);
  box-shadow: 0px 15px 30px 0px rgba(198, 168, 181, 0.55);
  position: absolute;
  left: 8113px;
  top: 4914px;
  width: 135px;
  height: 135px;
  z-index: 254;
}

.m-caption {
  display: flex;
  align-items: baseline;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: bold;
}
.m-caption label {
  font-weight: bold;
}
.m-caption .caption-note {
  margin-left: 8px;
  font-size: 15px;
}

.m-input {
  width: 100%;
  padding: 15px 12px;
  border: 1px solid #bdc1cc;
  background-color: #fcfaf2;
  font-size: 18px;
}

.m-textarea {
  width: 100%;
  height: 270px;
  padding: 20px 12px;
  border: 1px solid #bdc1cc;
  background-color: #fcfaf2;
  font-size: 18px;
}

.txt-error {
  display: none;
  margin-bottom: 16px;
  color: #e03c8a;
  text-align: center;
}
.txt-error.is-errored {
  display: block;
}

.icon-web,
.icon-pin,
.icon-address,
.icon-list {
  position: relative;
  width: 90px;
  height: 90px;
  margin-right: 6px;
  zoom: 0.3;
}
.icon-web::before,
.icon-pin::before,
.icon-address::before,
.icon-list::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: no-repeat left top;
}

.icon-web::before {
  width: 66px;
  height: 66px;
  background-image: url(../images/icon_web.png);
  background-size: 66px;
}

.icon-pin {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.icon-pin::before {
  top: 0;
  width: 46px;
  height: 67px;
  background-image: url(../images/icon_pin.png);
  background-size: 46px 67px;
}

.icon-address::before {
  width: 50px;
  height: 64px;
  background-image: url(../images/icon_address.png);
  background-size: 50px 64px;
}

.icon-list::before {
  width: 67px;
  height: 90px;
  background-image: url(../images/icon_list.png);
  background-size: 67px 90px;
}

.icon-check {
  display: inline-block;
  position: relative;
  width: 13px;
  height: 13px;
  margin-right: 10px;
}
.icon-check::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 13px;
  height: 13px;
  margin: auto;
  background: no-repeat left top;
  background-image: url(../images/icon_check.png);
  background-size: 13px;
}

.u-timebar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.u-timebar .timebar-label {
  margin-right: 16px;
  color: #e03c8a;
  font-size: 14px;
}
.u-timebar .timebar-content {
  font-size: 19px;
}
.u-timebar .timebar-content > span {
  margin-right: 3px;
  margin-left: 3px;
}

.u-pentagon {
  position: relative;
  width: 250px;
  height: 234px;
  margin: auto;
}
.u-pentagon label {
  position: absolute;
  cursor: pointer;
}
.u-pentagon .pentagon-top-center {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.u-pentagon .pentagon-middle-right {
  top: 54px;
  right: 0;
}
.u-pentagon .pentagon-middle-left {
  top: 54px;
  left: 0;
}
.u-pentagon .pentagon-bottom-right {
  bottom: 0;
  right: 28px;
}
.u-pentagon .pentagon-bottom-left {
  bottom: 0;
  left: 28px;
}
.u-pentagon input[type="checkbox"] {
  display: none;
}
.u-pentagon input[type="checkbox"]:checked + .pentagon-bike {
  background-image: url(../images/btn_bike_on.png);
}
.u-pentagon input[type="checkbox"]:checked + .pentagon-walk {
  background-image: url(../images/btn_walk_on.png);
}
.u-pentagon input[type="checkbox"]:checked + .pentagon-train {
  background-image: url(../images/btn_train_on.png);
}
.u-pentagon input[type="checkbox"]:checked + .pentagon-car {
  background-image: url(../images/btn_car_on.png);
}
.u-pentagon input[type="checkbox"]:checked + .pentagon-buss {
  background-image: url(../images/btn_buss_on.png);
}
.u-pentagon .pentagon-inner {
  width: 270px;
  height: 270px;
  zoom: 0.33;
}
.u-pentagon .pentagon-bike {
  background: url(../images/btn_bike_off.png) no-repeat left top/cover;
}
.u-pentagon .pentagon-walk {
  background: url(../images/btn_walk_off.png) no-repeat left top/cover;
}
.u-pentagon .pentagon-train {
  background: url(../images/btn_train_disabled.png) no-repeat left top/cover;
}
.u-pentagon .pentagon-car {
  background: url(../images/btn_car_off.png) no-repeat left top/cover;
}
.u-pentagon .pentagon-buss {
  background: url(../images/btn_buss_disabled.png) no-repeat left top/cover;
}

.u-kind {
  display: flex;
  justify-content: space-between;
  max-width: 425px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 32px;
  padding-right: 10px;
  padding-left: 10px;
}
.u-kind label {
  cursor: pointer;
}
.u-kind input[type="checkbox"] {
  display: none;
}
.u-kind input[type="checkbox"]:checked + .kind-bike {
  background-image: url(../images/btn_bike_on.png);
}
.u-kind input[type="checkbox"]:checked + .kind-walk {
  background-image: url(../images/btn_walk_on.png);
}
.u-kind input[type="checkbox"]:checked + .kind-train {
  background-image: url(../images/btn_train_on.png);
}
.u-kind input[type="checkbox"]:checked + .kind-car {
  background-image: url(../images/btn_car_on.png);
}
.u-kind .kind-inner {
  width: 220px;
  height: 220px;
  zoom: 0.3;
}
.u-kind .kind-bike {
  background: url(../images/btn_bike_off.png) no-repeat left top/cover;
}
.u-kind .kind-walk {
  background: url(../images/btn_walk_off.png) no-repeat left top/cover;
}
.u-kind .kind-train {
  background: url(../images/btn_train_off.png) no-repeat left top/cover;
}
.u-kind .kind-car {
  background: url(../images/btn_car_off.png) no-repeat left top/cover;
}

.u-checkbar {
  display: block;
  margin-top: 18px;
  cursor: pointer;
}
.u-checkbar .checkbar-input {
  display: none;
}
.u-checkbar .checkbar-input:checked + .checkbar-label::before {
  background-image: url(../images/bg_check_on.png);
}
.u-checkbar .checkbar-label {
  display: inline-flex;
  align-items: center;
}
.u-checkbar .checkbar-label::before {
  content: "";
  display: inline-block;
  width: 59px;
  height: 59px;
  margin-right: 18px;
  background: url(../images/bg_check_off.png) no-repeat left top/59px;
  zoom: 0.3;
}

.u-title {
  display: flex;
  align-items: flex-end;
  padding-bottom: 3px;
  border-bottom: 2px solid #8f82bc;
  font-size: 14px;
  font-weight: bold;
}

.u-intro {
  margin-bottom: 24px;
  padding-top: 16px;
}
.u-intro .intro-title {
  margin-bottom: 6px;
}
.u-intro .intro-name {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
}
.u-intro .intro-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  zoom: 0.3;
}
.u-intro .intro-txt {
  font-size: 15px;
}

.u-list {
  padding-top: 15px;
  padding-bottom: 15px;
}
.u-list .list-item {
  padding-right: 8px;
  padding-left: 8px;
}
.u-list .list-item:nth-child(odd) {
  background-color: #fff;
}

.u-groupset {
  display: flex;
  align-items: center;
  min-height: 50px;
}
.u-groupset dt {
  min-width: 84px;
  color: #8f82bc;
  font-size: 14px;
}
.u-groupset dd {
  flex: 1;
  position: relative;
  font-size: 14px;
  word-wrap: break-word;
}

.u-menu {
  margin-bottom: 24px;
}
.u-menu .menu-item,
.u-menu .menu-item2 {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 30px 20px 8px;
  border: solid #464646;
  border-width: 0 0 2px;
  background-color: transparent;
  font-size: 17px;
  text-align: left;
  cursor: pointer;
  outline: none;
  appearance: none;
}
.u-menu .menu-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 58px;
  width: 48px;
  height: 36px;
  background: url(../images/icon_triangle.png) no-repeat left top;
  transform: translateY(-50%);
  zoom: 0.3;
}
.u-menu .menu-content {
  display: none;
  padding: 10px;
  background-color: #ebe5dc;
}

.u-field {
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
.u-field.is-column {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 13px;
}
.u-field.is-column .field-label {
  margin-bottom: 6px;
}
.u-field.is-column .field-content {
  width: 100%;
}
.u-field .field-group {
  width: 100%;
  background-color: rgba(254, 223, 225, 0.5);
  padding: 20px 12px 8px;
  border-bottom: 1px solid #f8bedb;
}
.u-field .field-label {
  min-width: 90px;
  margin-right: 8px;
  font-size: 18px;
}
.u-field .field-content {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.u-field .is-required {
  margin-left: 3px;
  vertical-align: super;
  color: #c9171e;
}
.u-field .field-delete {
  margin-top: 16px;
  color: #515151;
  font-size: 15px;
}

.u-rangebar {
  display: flex;
  align-items: center;
  max-width: 365px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
.u-rangebar .rangebar-col {
  margin-left: 12px;
  color: #e761a4;
  font-size: 10px;
  text-align: center;
  line-height: 1.2;
}
.u-rangebar .rangebar-val0,
.u-rangebar .rangebar-val1,
.u-rangebar .rangebar-val2,
.u-rangebar .rangebar-val3,
.u-rangebar .rangebar-val4 {
  font-size: 24px;
  font-weight: bold;
}

.u-choice {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.u-choice .choice-input {
  display: none;
}
.u-choice .choice-input:checked + .choice-label {
  background-color: #e761a4;
  color: #fff;
}
.u-choice .choice-label {
  width: 320px;
  margin-right: 54px;
  border: 2px solid #4e4e4e;
  border-radius: 70px;
  background-color: #fcfaf2;
  font-size: 58px;
  font-weight: bold;
  text-align: center;
  line-height: 140px;
  cursor: pointer;
  zoom: 0.3;
}

.u-file {
  display: flex;
  align-items: flex-start;
  margin-top: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.u-file .file-img {
  width: 28.8296041308%;
}
.u-file .file-col {
  flex: 1;
  text-align: right;
}
.u-file .file-input {
  display: none;
}
.u-file .file-txt {
  margin-top: 10px;
  font-size: 13px;
}
.u-file .file-button {
  margin-top: 0;
  line-height: 116px;
  font-size: 58px;
}

.u-twin {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}
.u-twin.pack {
  justify-content: flex-start;
}
.u-twin.pack .twin-middle {
  margin-right: 16px;
  width: 36.1445783133%;
}
.u-twin.pack .twin-short {
  width: 27.5387263339%;
}
.u-twin .twin-middle {
  width: 56.9707401033%;
}
.u-twin .twin-short {
  width: 37.1772805508%;
}

.u-trio {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}
.u-trio .trio-middle {
  width: 36.1445783133%;
}
.u-trio .trio-short {
  width: 27.5387263339%;
}

.u-select {
  position: relative;
  width: 100%;
}
.u-select select {
  width: 100%;
  padding: 20px 12px;
  border: 1px solid #bdc1cc;
  border-radius: 0;
  background-color: #fcfaf2;
  font-size: 18px;
  appearance: none;
}
.u-select::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 7px 0 7px;
  border-color: #91989f transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}

.u-heatsink {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 20px 12px;
  border-bottom: 1px solid #8f82bc;
  background-color: #fcfaf2;
}
.u-heatsink::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 80px;
  width: 27px;
  height: 45px;
  background: url(../images/icon_arrow.png) no-repeat left top;
  transform: translateY(-50%);
  zoom: 0.3;
}
.u-heatsink .heatsink-week {
  margin-right: 30px;
  font-size: 20px;
  font-weight: bold;
}
.u-heatsink .heatsink-week.theme-sunday {
  color: #c9171e;
}
.u-heatsink .heatsink-week.theme-saturday {
  color: #113285;
}
.u-heatsink .heatsink-time {
  font-size: 20px;
  font-weight: normal;
}

.u-drumroll {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 425px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-right: 12px;
  padding-left: 12px;
}
.u-drumroll select {
  border: none;
  background-color: inherit;
  color: #8f82bc;
  font-size: 26px;
  font-weight: bold;
}
.u-drumroll .drumroll-txt {
  margin-top: 26px;
  font-size: 14px;
}

.u-textbar {
  padding: 20px;
  background-color: #fcfaf2;
  font-size: 15px;
}

.u-datebar {
  padding: 20px;
  background-color: #e1d8d4;
  font-size: 16px;
  font-weight: bold;
}

.u-tutorial {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.u-tutorial > p {
  margin-bottom: 12px;
}
.u-tutorial .tutorial-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  zoom: 0.3;
}
.u-tutorial .tutorial-content {
  max-width: 425px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
.u-tutorial .tutorial-button {
  margin-top: 15px;
}

.u-hero {
  padding-top: 30px;
}
.u-hero .hero-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  height: 90%;
  width: 90%;
  zoom: 0.3;
}
.u-hero .hero-btn {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  float: left;
}

.u-invite {
  margin-bottom: 15px;
  text-align: center;
}
.u-invite .invite-base {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.3;
}
.u-invite .invite-txt {
  padding-right: 6px;
  padding-left: 6px;
  color: #e761a4;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #f1e31d 60%);
}
.u-invite .invite-sub {
  margin-top: 11px;
  font-size: 11px;
}

.u-part .part-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  zoom: 0.3;
}
.u-part .part-item {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}
.u-part .part-label {
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.u-part .part-txt {
  padding-right: 6px;
  padding-left: 6px;
  color: #e761a4;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #f1e31d 60%);
}
.u-part .part-content {
  max-width: 425px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
.u-part .part-button {
  margin-top: 35px;
}
.u-part .part-bottom {
  padding-bottom: 80px;
}
.u-part .part-lead {
  margin-bottom: 18px;
  color: #e03c8a;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.u-catalog.inline {
  width: 100%;
}
.u-catalog.inline .catalog-item {
  padding-right: 0;
  padding-left: 0;
  border-bottom-color: #707070;
}
.u-catalog.inline .catalog-txt {
  font-weight: normal;
}
.u-catalog .catalog-head {
  padding: 20px;
  background-color: #e1d8d4;
  font-size: 16px;
  font-weight: bold;
}
.u-catalog .catalog-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #464646;
}
.u-catalog .catalog-txt {
  flex: 1;
  padding-right: 20px;
  font-weight: bold;
}

.u-calendar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.u-calendar .calendar-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.u-calendar .calendar-container {
  position: relative;
  z-index: 2;
  padding-top: 40px;
}
.u-calendar .calendar-parts {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}
.u-calendar .calendar-parts button,
.u-calendar .calendar-parts a {
  margin-right: 40px;
  margin-left: 40px;
}
.u-calendar .calendar-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #f7efe3;
  opacity: 0.9;
}

.u-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-tabs a {
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #f7efe3;
  font-weight: bold;
  text-align: center;
  line-height: 44px;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}
.u-tabs a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  height: 6px;
  background-color: #fee0e2;
}
.u-tabs a.is-active {
  background-color: #fee0e2;
}
.u-tabs a.is-active::before {
  background-color: #e761a4;
}

.u-panel {
  display: none;
}
.u-panel.is-active {
  display: block;
}

.m-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
}
.m-dots li {
  width: 6px;
  height: 6px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
  background-color: #ddccd2;
}
.m-dots li.is-active {
  background-color: #8f82bc;
}

.u-checksheet {
  display: block;
  padding: 18px 4px;
  border-bottom: 2px solid #464646;
}
.u-checksheet:last-of-type {
  margin-bottom: 30px;
}
.u-checksheet .checksheet-input {
  display: none;
}
.u-checksheet .checksheet-input:checked + .checksheet-label::before {
  background-image: url(../images/bg_check_on.png);
}
.u-checksheet .checksheet-label {
  display: block;
  position: relative;
}
.u-checksheet .checksheet-label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 59px;
  height: 59px;
  margin-right: 18px;
  background: url(../images/bg_check_off.png) no-repeat left top/59px;
  transform: translateY(-50%);
  zoom: 0.3;
}

.ui-datepicker-header {
  position: relative;
  background: url(../images/bg_texture.png) repeat left top/20px;
}
.ui-datepicker-header > a {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 54px;
  background: no-repeat left top;
  text-indent: -9999px;
  transform: translateY(-50%);
  zoom: 0.33;
}

.ui-datepicker-prev {
  left: 34px;
  background-image: url(../images/icon_prev.png) !important;
}

.ui-datepicker-next {
  right: 34px;
  background-image: url(../images/icon_next.png) !important;
}

.ui-datepicker-title {
  margin-bottom: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
}
.ui-datepicker-title > span {
  font-weight: bold;
}

.ui-datepicker-calendar {
  width: 100%;
  max-width: 415px;
  margin-right: auto;
  margin-left: auto;
  border: 1px #745399 solid;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 9px 9px 0 0;
}
.ui-datepicker-calendar tr:last-child td {
  border: none;
}
.ui-datepicker-calendar th {
  padding: 5px;
  border: #745399 solid;
  border-width: 0 0 1px 0;
  background-color: #fcfaf2;
  color: #745399;
  font-size: 10px;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
}
.ui-datepicker-calendar th:first-child {
  border-radius: 8px 0 0 0;
}
.ui-datepicker-calendar th:last-child {
  border-radius: 0 8px 0 0;
}
.ui-datepicker-calendar th.ui-datepicker-week-end:first-of-type {
  color: #f00;
}
.ui-datepicker-calendar td {
  border: 1px #745399 solid;
  border-width: 0 0 1px 0;
  background-color: #fcfaf2;
  color: #ddd;
  text-align: center;
}
.ui-datepicker-calendar td > a {
  color: #745399;
}
.ui-datepicker-calendar td.ui-datepicker-other-month {
  background-color: #dbd6e2;
  color: #bfb7d3;
}
.ui-datepicker-calendar td.ui-datepicker-other-month > a {
  color: #bfb7d3;
}
.ui-datepicker-calendar .ui-state-default {
  display: block;
  padding: 8px 5px;
  font-weight: normal;
  line-height: 150%;
}
.ui-datepicker-calendar .ui-state-active {
  position: relative;
  z-index: 0;
  background: url(../images/bg_circle.png) no-repeat center center/28px;
}

/* Range
   ========================================================================== */
.range-field {
  position: relative;
}

input[type="range"],
input[type="range"] + .thumb {
  user-select: none;
  cursor: pointer;
}

input[type="range"] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}
input[type="range"]:focus {
  outline: none;
}

input[type="range"] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #26a69a;
  margin-left: 7px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
}
input[type="range"] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #26a69a;
  font-size: 0;
  transform: rotate(45deg);
}
input[type="range"] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}
input[type="range"] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}

input[type="range"] {
  -webkit-appearance: none;
}

input[type="range"]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

input[type="range"]::-webkit-slider-thumb {
  border: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #26a69a;
  transition: box-shadow 0.3s;
  box-shadow: 0 3px 4px 1px rgba(7, 0, 2, 0.19);
  -webkit-appearance: none;
  background-color: #e761a4;
  transform-origin: 50% 50%;
  margin: -11px 0 0 0;
}

.keyboard-focused input[type="range"]:focus:not(.active)::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

input[type="range"] {
  /* fix for FF unable to apply focus style bug  */
  /*required for proper track sizing in FF*/
}

input[type="range"]::-moz-range-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

input[type="range"]::-moz-focus-inner {
  border: 0;
}

input[type="range"]::-moz-range-thumb {
  border: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #26a69a;
  transition: box-shadow 0.3s;
  box-shadow: 0 3px 4px 1px rgba(7, 0, 2, 0.19);
  margin-top: -5px;
}

input[type="range"]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

.keyboard-focused input[type="range"]:focus:not(.active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

input[type="range"]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

input[type="range"]::-ms-fill-lower {
  background: #777;
}

input[type="range"]::-ms-fill-upper {
  background: #ddd;
}

input[type="range"]::-ms-thumb {
  border: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #26a69a;
  transition: box-shadow 0.3s;
  box-shadow: 0 3px 4px 1px rgba(7, 0, 2, 0.19);
}

.keyboard-focused input[type="range"]:focus:not(.active)::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

.u-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

p.part-sub {
  display: block;
  width: 288px;
  margin: 2px auto;
}

p.for_login {
  display: block;
  clear: both;
  text-align: center;
}

.for_login a {
  text-decoration: underline;
}

.has-error {
  border-color: #ff3636;
  -webkit-box-shadow: 0 0 2px 0 #ff3636;
  box-shadow: 0 0 2px 0 #ff3636;
}

.signup-page {
  position: absolute;
  text-align: right;
  font-size: 24px;
  padding-right: 10px;
  font-weight: bold;
  color: #e761a4;
  top: 4px;
  margin-left: 290px;
}

.back-btn {
  top: 15px;
  position: absolute;
  margin-left: 10px;
}

.text-vali-error {
  color: #ff3636;
}

.notice_date {
  color: #745399;
  font-size: 14px;
}

.notice_title {
  font-size: 14px;
  margin-top: 10px;
}

.notice_text {
  font-size: 16px;
}

.no_notice {
  margin-left: 10px;
}

input[type="text"] {
  outline: 1px;
}

/* Navigation styles for department-member header */
.u-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 75rem) {
  .u-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
  }
}

.u-nav li {
  border-bottom: 1px solid #ef9493;
}

@media (min-width: 75rem) {
  .u-nav li {
    border-bottom: none;
  }
}

.u-nav .nav-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
  color: #fff !important;
  font-weight: bold;
  line-height: 50px;
}

@media (min-width: 75rem) {
  .u-nav .nav-link {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 12px;
  }
}

@media (min-width: 75rem) {
  .u-nav .nav-link.is-active::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 5px;
    background-color: #fff;
  }
}

.u-nav .nav-icon {
  margin-right: 20px;
}

@media (min-width: 75rem) {
  .u-nav .nav-icon {
    margin-right: 6px;
  }
}

.u-utility {
  display: -ms-flexbox;
  display: flex;
  margin-right: 2px;
  padding-top: 15px;
  padding-bottom: 15px;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 75rem) {
  .u-utility {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.u-utility .utility-item {
  padding-right: 8px;
  padding-left: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}

.u-utility .utility-item:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.utility_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-size: contain;
  padding-top: 5px;
}

.u-utility .utility-link {
  color: #9fbcff;
  text-decoration: underline;
}

.u-utility .utility-link:hover {
  text-decoration: none;
}

.u-navbar {
  position: relative;
  z-index: 4;
  padding-left: 24px;
  padding-right: 19px;
  background-color: #ef9493;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

@media (min-width: 75rem) {
  .u-navbar {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 24px;
  }
}

.u-navbar.is-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 5;
}

.navbar-inner-employer {
  max-width: 1250px !important;
}

.u-navbar .navbar-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1440px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.u-navbar .navbar-logo {
  margin-right: 38px;
}

.u-navbar .navbar-button {
  position: absolute;
  right: 15px;
  bottom: 12px;
}

@media (min-width: 75rem) {
  .u-navbar .navbar-button {
    position: inherit;
    right: inherit;
    bottom: inherit;
  }
}

.u-navbar .navbar-toggle {
  display: inline-block;
}

@media (min-width: 75rem) {
  .u-navbar .navbar-toggle {
    display: none;
  }
}

.u-drawer {
  display: none;
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin: auto;
  background-color: #fff;
}

@media (min-width: 75rem) {
  .u-drawer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: inherit;
    width: 100%;
    padding-top: 0;
    background-color: inherit;
  }
}

.u-drawer.is-show {
  display: block;
}

.u-drawer .drawer-inner {
  position: relative;
  background-color: #43425d;
}

@media (min-width: 75rem) {
  .u-drawer .drawer-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: inherit;
  }
}

.btn-menu {
  display: inline-block;
  position: relative;
  width: 34px;
  height: 34px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width: 62rem) {
  .btn-menu {
    display: none;
  }
}

.btn-menu > i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.icon-menu {
  width: 24px;
  height: 16px;
  background-image: url(../images/btn_menu.png);
}

.l-topicbar {
  padding: 11px 0;
  border-bottom: 1px solid #e3e3e3;
  background-color: #f4b3b1;
  color: #fff;
}

.u-topicpath {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1208px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 23px;
}

.breadcrumb {
  font-size: 16px;
}

.icon-report {
  width: 14px;
  height: 16px;
  background-image: url(../images/icon_report.png);
  display: inline-block;
}

.u-holder .holder-footer {
  padding-top: 24px;
  border-top: 1px solid #e8e9ec;
  text-align: center;
}

.u-modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  background-color: rgba(0, 0, 0, 0.4);
}

.u-modal.is-show {
  display: flex;
}

.u-modal .modal-window {
  position: relative;
  width: 100%;
  max-width: 714px;
  max-height: 100%;
  overflow-y: auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.u-modal .modal-body {
  padding-top: 30px;
  padding-bottom: 24px;
}

/* テーブルスタイル */
.table th,
.table td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}

.table th,
.table td {
  vertical-align: middle;
  max-width: 150px;
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px solid #dee2e6;
}

.table th {
  padding: 7px 0.75rem;
  color: #808495;
  font-size: 11px;
  font-weight: normal;
}

.table td {
  position: relative;
  padding: 0.75rem;
  font-size: 14px;
  margin-left: 3px;
}

.table thead th {
  vertical-align: bottom;
  background-color: #f4f4f7;
}

.table thead tr:not(:first-child) th {
  background-color: #e1e1e8;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table [colspan] {
  text-align: center;
}

.table [rowspan] {
  vertical-align: middle;
}

.table .int {
  text-align: right;
}

.table .multiple {
  max-width: 184px;
  text-align: left;
  white-space: normal;
}

.table .table {
  background-color: #fff;
}

.table .status-link {
  margin-right: 5px;
  text-decoration: underline;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}
/*# sourceMappingURL=main.css.map */
