@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap");
/* reset.css
--------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

*,
*:visited,
*:focus,
*:active,
button {
  color: #000;
  text-decoration: none;
  outline: 0;
}

ul,
li {
  list-style: none;
}

address {
  font-style: normal;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

blockquote,
q {
  quotes: none;
}

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

iframe {
  border: none;
}

input[type=reset] {
  border: none;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: button;
  appearance: button;
}

input[type=reset]::-webkit-search-decoration {
  display: none;
}

input[type=reset]:focus {
  outline-offset: -2px;
}

input[type=button],
input[type=text],
input[type=submit],
input[type=image] {
  appearance: none;
  border-radius: 0;
}

input[type=password]:disabled {
  background-color: #F2F2F2;
}

button,
select,
textarea {
  appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

input[type=text] {
  padding: 0;
}

select::-ms-expand {
  display: none;
}

/* clearfix */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
  content: ".";
}

/* Media Queries
--------------------------------------------------*/
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

/*common
--------------------------------------------------*/
body {
  background-color: #F2F2F2 !important;
  font-family: "M PLUS Rounded 1c", sans-serif !important;
}

/*margin
--------------------------------------------------*/
.mt_5 {
  margin-top: 5px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_80 {
  margin-top: 80px;
}

.ml_5 {
  margin-left: 5px;
}

.ml_10 {
  margin-left: 10px;
}

/*text
--------------------------------------------------*/
a,
a:visited {
  color: #0070DB;
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.txt_left {
  text-align: left;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.label_xxs, .label_xs, .label_s, .label_m, .dropdown-group .dropdown-menu .dropdown-item a, .footer .footer_menu, .header .inner .left .menu_list, .btn_sq_black, .btn_sq_white, .btn_secondary, .btn_primary, .label_l, .project_list .sort input[type=text].form_text > *,
.project_list .sort .form_text > *, input[type=text].form_password, input[type=text].form_text,
input[type=email].form_password,
input[type=email].form_text,
input[type=password].form_password,
input[type=password].form_text,
select.form_password,
select.form_text, .label_l_pc, .label_xl, .label_xl_pc {
  line-height: 1;
}

.label_xl_pc {
  font-size: 24px;
  font-weight: bold;
}

.label_xl {
  font-size: 18px;
}

.label_l_pc {
  font-size: 20px;
  font-weight: bold;
}

.label_l, .project_list .sort input[type=text].form_text > *,
.project_list .sort .form_text > *, input[type=text].form_password, input[type=text].form_text,
input[type=email].form_password,
input[type=email].form_text,
input[type=password].form_password,
input[type=password].form_text,
select.form_password,
select.form_text {
  font-size: 16px;
}

.label_m, .dropdown-group .dropdown-menu .dropdown-item a, .footer .footer_menu, .header .inner .left .menu_list, .btn_sq_black, .btn_sq_white, .btn_secondary, .btn_primary {
  font-size: 14px;
}

.label_s {
  font-size: 12px;
}

.label_xs {
  font-size: 10px;
}

.label_xxs {
  font-size: 8px;
}

.body_xl_pc {
  font-size: 24px;
  line-height: 1.5;
}

.body_xl {
  font-size: 18px;
  line-height: 28px;
}

.body_l_pc {
  font-size: 20px;
  line-height: 1.5;
}

.body_l {
  font-size: 16px;
  line-height: 1.5;
}

.body_m {
  font-size: 14px;
  line-height: 22px;
}

.body_s, .footer .inner, .aleat {
  font-size: 12px;
  line-height: 1.5;
}

.body_xs {
  font-size: 10px;
  line-height: 1.6;
}

.txt_or {
  color: #FF8E06;
}

.txt_pk {
  color: #BE0C68;
}

.lv1 {
  font-size: 54px;
  font-weight: bold;
  line-height: 1;
}

.lv2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .lv2 {
    font-size: 20px;
  }
}

/*button 
--------------------------------------------------*/
.btn_secondary, .btn_primary {
  padding: 15px 20px;
  border-radius: 5px;
  font-weight: bold;
  white-space: nowrap;
}
.disable.btn_secondary, .disable.btn_primary {
  background-color: #CCCCCC;
  cursor: inherit;
}

.btn_primary {
  background-color: #BE0C68;
  color: white;
}
@media (hover: hover) and (pointer: fine) {
  .btn_primary:not(.disable):hover {
    background-color: #980A53;
    transition: 0.3s ease;
  }
}

.btn_secondary {
  background-color: #F8E7F0;
  color: #BE0C68;
}
@media (hover: hover) and (pointer: fine) {
  .btn_secondary:not(.disable):hover {
    background-color: #F1C9DE;
    transition: 0.3s ease;
  }
}

.btn_sq_black, .btn_sq_white {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border-radius: 5px;
  white-space: nowrap;
}
.disable.btn_sq_black, .disable.btn_sq_white {
  color: #7F7F7F;
  background-color: #F2F2F2;
  cursor: inherit;
}
@media (hover: hover) and (pointer: fine) {
  .btn_sq_black:hover, .btn_sq_white:hover {
    transition: 0.3s ease;
  }
}
.icon.btn_sq_black, .icon.btn_sq_white {
  padding: 11px 15px;
}
.icon.btn_sq_black:before, .icon.btn_sq_white:before {
  content: "";
  display: inline-block;
  background-size: contain;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.btn_sq_white {
  background-color: white;
  border: 1px solid #CCCCCC;
}
@media (hover: hover) and (pointer: fine) {
  .btn_sq_white:hover {
    background-color: #F2F2F2;
  }
}
.btn_sq_white.icon.export:before {
  background-image: url("../images/export_b.svg");
}
.btn_sq_white.icon.edit:before {
  background-image: url("../images/edit.svg");
}
.btn_sq_white.icon.del:before {
  background-image: url("../images/delete.svg");
}
.btn_sq_white.icon.copy:before {
  background-image: url("../images/copy_b.svg");
}
.btn_sq_white.icon.copy.disable:before {
  background-image: url("../images/copy_g.svg");
}
.btn_sq_white.icon.save:before {
  background-image: url("../images/save_b.svg");
}
.btn_sq_white.icon.save.disable:before {
  background-image: url("../images/save_g.svg");
}
.btn_sq_white.icon.share:before {
  background-image: url("../images/share_b.svg");
}
.btn_sq_white.icon.diversity:before {
  background-image: url("../images/diversity.svg");
}
.btn_sq_white.icon.handyman:before {
  background-image: url("../images/handyman.svg");
}
.btn_sq_white.icon.settings:before {
  background-image: url("../images/settings.svg");
}
.btn_sq_white.icon.ai {
  background-image: url("../images/btn_ai_bg.png");
  background-size: 100% auto;
  background-position: center;
}
.btn_sq_white.icon.ai:before {
  background-image: url("../images/ai.svg");
}
@media (hover: hover) and (pointer: fine) {
  .btn_sq_white.icon.ai:hover {
    background-color: white;
    background-image: url("../images/btn_ai_bg_hover.png");
    background-size: 100% auto;
    background-position: center;
  }
}
.btn_sq_white.icon.manual {
  border: none;
}
.btn_sq_white.icon.manual:before {
  background-image: url("../images/manual.svg");
}
.btn_sq_white.icon.lang {
  border: none;
}
.btn_sq_white.icon.lang:before {
  background-image: url("../images/language.svg");
}
.btn_sq_white.icon.download:before {
  background-image: url("../images/download.svg");
}
.btn_sq_white.icon.template:before {
  background-image: url("../images/template.svg");
}
.btn_sq_white.icon.calendar:before {
  background-image: url("../images/calendar_month.svg");
}

.btn_sq_black {
  background-color: #000000;
  color: white;
  border: 1px solid #000000;
}
@media (hover: hover) and (pointer: fine) {
  .btn_sq_black:hover {
    background-color: #4D4D4D;
  }
}
.btn_sq_black.icon.export:before {
  background-image: url("../images/export_w.svg");
}
.btn_sq_black.icon.add:before {
  background-image: url("../images/add_w.svg");
}
.btn_sq_black.icon.send:before {
  background-image: url("../images/send_w.svg");
}

.wrap_pulldown_btn {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.wrap_pulldown_btn .pulldown_btn {
  position: absolute;
  top: 49px;
  right: -8px;
  display: inline-flex;
  flex-direction: column;
  border-radius: 5px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
}
.wrap_pulldown_btn .pulldown_btn .btn_sq_white {
  justify-content: flex-start;
  white-space: nowrap;
  border-radius: 0;
  border-top: none;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #CCCCCC;
}
.wrap_pulldown_btn .pulldown_btn .btn_sq_white:first-child {
  border-radius: 5px 5px 0 0;
  border-top: 1px solid #E5E5E5;
}
.wrap_pulldown_btn .pulldown_btn .btn_sq_white:last-child {
  border-radius: 0 0 5px 5px;
  border-bottom: 1px solid #E5E5E5;
}

/*pagination
--------------------------------------------------*/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5px;
  list-style-type: none;
  margin-top: 10px;
  padding: 0;
}
.pagination li img {
  width: 10px;
  height: 10px;
}
.pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  height: 34px;
  padding: 9px;
  border-radius: 4px;
  background-color: #F2F2F2;
  color: #000000;
  border: 1px solid #CCCCCC;
  text-decoration: none;
  transition: 0.3s ease;
}
.pagination li.current > a {
  background-color: #F8E7F0;
  color: #BE0C68;
  border: 1px solid #F1C9DE;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .pagination li:hover a {
    background-color: #E5E5E5;
  }
  .pagination li:hover.current > a {
    background-color: #F8E7F0;
  }
}

/*link_list
--------------------------------------------------*/
.link_list {
  border-top: 1px solid #CCCCCC;
}
.link_list .link_list_btn {
  border-bottom: 1px solid #CCCCCC;
}
.link_list .link_list_btn a {
  font-size: 14px;
  text-align: left;
  display: block;
  text-decoration: none;
  color: #000000;
  padding: 16px 40px 16px 10px;
  position: relative;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .link_list .link_list_btn a:hover {
    background-color: #F2F2F2;
  }
}
.link_list .link_list_btn a::after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background-image: url(/assets/images/arrow_forward.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
}

/*form
--------------------------------------------------*/
input[type=text].form_password, input[type=text].form_text,
input[type=email].form_password,
input[type=email].form_text,
input[type=password].form_password,
input[type=password].form_text,
select.form_password,
select.form_text {
  width: 100%;
  max-width: 400px;
  height: 44px;
  padding: 0 10px;
  background-color: white;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
}
input[type=text].form_password::placeholder, input[type=text].form_text::placeholder,
input[type=email].form_password::placeholder,
input[type=email].form_text::placeholder,
input[type=password].form_password::placeholder,
input[type=password].form_text::placeholder,
select.form_password::placeholder,
select.form_text::placeholder {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #7F7F7F;
}
input[type=text].form_password:focus, input[type=text].form_text:focus,
input[type=email].form_password:focus,
input[type=email].form_text:focus,
input[type=password].form_password:focus,
input[type=password].form_text:focus,
select.form_password:focus,
select.form_text:focus {
  border: 1px solid #4D9BE6;
}
input[type=text].error.form_password, input[type=text].error.form_text,
input[type=email].error.form_password,
input[type=email].error.form_text,
input[type=password].error.form_password,
input[type=password].error.form_text,
select.error.form_password,
select.error.form_text {
  background-color: #FFF2F2;
  border: 1px solid #FF7F7F;
}
input[type=text].error.form_password::placeholder, input[type=text].error.form_text::placeholder,
input[type=email].error.form_password::placeholder,
input[type=email].error.form_text::placeholder,
input[type=password].error.form_password::placeholder,
input[type=password].error.form_text::placeholder,
select.error.form_password::placeholder,
select.error.form_text::placeholder {
  color: #000000;
}
.wrap_pw {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 400px;
}
.wrap_pw .atta_pw {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 5px;
  right: 5px;
  padding: 5px;
  border-radius: 5px;
}
@media (hover: hover) and (pointer: fine) {
  .wrap_pw .atta_pw:hover {
    background-color: #F2F2F2;
    transition: 0.3s ease;
  }
}
.wrap_pw .atta_pw .icon_pw {
  width: 24px;
  height: 24px;
}

/*select
--------------------------------------------------*/
select.form_text {
  width: auto;
}

.selectbox {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.selectbox::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #1C1B1F;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}

.selectbox select {
  appearance: none;
  padding: 13px 30px 13px 10px;
  border-radius: 4px;
  cursor: pointer;
}

/*checkbox
--------------------------------------------------*/
.checkbox_wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}

/*line
--------------------------------------------------*/
.line {
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
}

/*aleat
--------------------------------------------------*/
.aleat {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: left;
}
.aleat.error {
  color: #BE0C68;
  background-color: #F8E7F0;
}

/*status
--------------------------------------------------*/
.display_order,
.status {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.display_order input[type=text].form_text,
.display_order .form_text,
.status input[type=text].form_text,
.status .form_text {
  height: 32px;
  font-size: 14px;
}
.display_order label,
.status label {
  cursor: default;
}
.display_order .selectbox select,
.status .selectbox select {
  padding: 7px 39px 7px 10px;
}

/*header
--------------------------------------------------*/
.header {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: white;
  border-bottom: 2px solid #E5E5E5;
  z-index: 1000;
}
.header .inner {
  height: 83px;
  margin: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header .inner {
    margin: 0 20px;
  }
}
.header .inner .left {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.header .inner .left .menu_list {
  font-weight: bold;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 0;
  border-radius: 5px;
  overflow: hidden;
}
.header .inner .left .menu_list li {
  padding: 5px;
}
.header .inner .left .menu_list li a {
  text-decoration: none;
  display: inline-block;
  color: #000000;
  padding: 10px;
  border-radius: 5px;
}
@media (hover: hover) and (pointer: fine) {
  .header .inner .left .menu_list li:hover {
    color: #BE0C68;
    background: #F1C9DE;
    transition: 0.3s ease;
  }
}
.header .inner .left .article {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.header .inner .right {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.header .inner .left .article {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
}
@media screen and (max-width: 768px) {
  .header .inner .right {
    gap: 5px;
  }
  .header .inner .right .btn_sq_white,
.header .inner .right .btn_secondary {
    display: none;
  }
}
.header .inner .right .user_icon {
  background-image: url(/assets/images/user-bg.svg);
  background-size: cover;
  display: block;
  height: 44px;
  width: 44px;
  border: 1px solid #7F7F7F;
  border-radius: 22px;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
}
.header .inner .right .user_icon img {
  width: 100%;
}
.header .inner .right .icon_nav {
  display: none;
  width: 32px;
  height: 32px;
  background-image: url(/assets/images/menu.svg);
  background-repeat: no-repeat;
}
.header .inner .right .icon_nav.close {
  background-image: url(/assets/images/close.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .header .inner .right .icon_nav {
    display: inherit;
    margin-left: 10px;
  }
}
.header .inner.ttl {
  height: auto;
  border-top: 1px solid #E5E5E5;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .header .inner.ttl {
    height: 113px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
  }
}
.header .inner.ttl .left {
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .header .inner.ttl .left {
    max-width: 100%;
  }
}
.header .inner.ttl .left .ttl_txt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header .inner.ttl .right {
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .header .inner.ttl .right {
    width: 100%;
  }
}
.header .inner.ttl.project .left {
  flex-direction: column;
  align-items: normal;
  gap: 5px;
  margin: 15px 0;
}
.header .inner.ttl.project .left t-check-date {
  display: flex;
  align-items: center;
  gap: 8px;
}

/*sp nav
--------------------------------------------------*/
.sp_nav {
  display: none;
  position: sticky;
  top: 70px;
  width: 100%;
  background-color: white;
  z-index: 2;
  padding: 20px;
}
.sp_nav .article + .article {
  margin-top: 20px;
}
.sp_nav .btn_secondary {
  width: 100%;
}
.sp_nav .btn_sq_white {
  width: 100%;
  padding: 6px 8px;
  justify-content: flex-start;
}
.sp_nav .btn_sq_white + .btn_sq_white {
  margin-top: 10px;
}
.sp_nav .sp_menu {
  font-size: 14px;
  line-height: 1;
}
.sp_nav .sp_menu a {
  color: #000000;
  text-decoration: none;
}
.sp_nav .sp_menu::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(/assets/images/arrow_forward_ios.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.sp_nav .sp_menu + .sp_menu {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sp_nav {
    display: block;
  }
}

/*footer
--------------------------------------------------*/
.footer {
  width: 100%;
  background-color: #F2F2F2;
  z-index: 3;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 0 20px;
  }
}
.footer .inner {
  box-sizing: border-box;
  padding: 19px 10px 20px;
  border-top: 1px solid #000000;
}
.footer .footer_menu {
  display: inline-block;
  margin-right: 20px;
}
.footer .footer_menu a {
  color: #000000;
  text-decoration: none;
}
.footer .footer_menu::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(/assets/images/arrow_forward_ios.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

/*langswitch*/
.langswitch {
  font-size: 14px;
  padding-top: 20px;
}
.langswitch .langswitch_ttl {
  font-weight: bold;
  margin-right: 10px;
  position: relative;
  padding-left: 25px;
  text-align: left;
  margin-bottom: 10px;
}
.langswitch .langswitch_ttl::before {
  content: "";
  background-image: url(../../assets/images/language.svg);
  display: inline-block;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0;
}
.langswitch .langswitch_wap {
  display: flex;
  width: 100%;
}
.langswitch .langswitch_wap .langswitch_btn {
  height: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
  overflow: visible;
}
.langswitch .langswitch_wap .langswitch_label {
  width: 50%;
  padding: 5px 10px;
  display: block;
  background: #fff;
  border: 1px solid #E5E5E5;
  transition: 0.3s ease;
}
.langswitch .langswitch_wap .langswitch_label:first-of-type {
  border-radius: 5px 0 0 5px;
  border-right: none;
}
.langswitch .langswitch_wap .langswitch_label:last-of-type {
  border-radius: 0 5px 5px 0;
}
@media screen and (min-width: 769px) {
  .langswitch .langswitch_wap .langswitch_label:hover {
    background: #F1C9DE;
  }
}
.langswitch .langswitch_wap input:checked + .langswitch_label {
  color: #BE0C68;
  background: #F1C9DE;
}

.langswitchS {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
.langswitchS .langswitchS_ttl {
  display: none;
}
@media screen and (min-width: 769px) {
  .langswitchS .langswitchS_ttl {
    display: inline-block;
    font-size: 10px;
    margin-right: 5px;
  }
}
.langswitchS .langswitchS_btn {
  height: 40px;
  width: 40px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-image: url(../../assets/images/language.svg);
  background-size: 30px 30px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
  transition: 0.3s ease;
}
@media screen and (min-width: 769px) {
  .langswitchS .langswitchS_btn:hover {
    background-color: #F1C9DE;
    background-image: url(../../assets/images/language.svg);
  }
}
.langswitchS .langswitchS_btn .langswitchS_label {
  opacity: 0;
  height: 100%;
  width: 100%;
  background: transparent;
}
.langswitchS .langswitchS_btn .langswitchS_label .langswitchS_select {
  height: 100%;
  width: 100%;
  display: block;
  opacity: 0;
}

.header .langswitchS_label {
  line-height: 1.4;
}

/*page
--------------------------------------------------*/
.container {
  padding: 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
.container .ttl .body_xl_pc {
  line-height: 1;
}
.container.top .inner, .container.project_list .inner, .container.privacy .inner, .container.setting_holiday .inner {
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0px auto;
  padding: 40px 0;
}
.container.project {
  padding: 0 0 58px;
}
.container.project .inner {
  padding-bottom: 0;
}
.container.privacy {
  text-align: left;
}
.container.privacy ul,
.container.privacy li {
  list-style: inherit;
  margin-left: 8px;
}
.container.privacy ol {
  list-style: decimal;
  margin-left: 8px;
}

.inner.narrow {
  width: 400px;
  margin: 0px auto;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .inner.narrow {
    width: 100%;
  }
}
.inner.narrow button {
  width: 100%;
  max-width: 400px;
  margin-top: 20px;
}
.inner.narrow .subscription button {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .container.project_list .inner {
    padding: 20px 0;
  }
}
.card {
  background-color: white;
  padding: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .card {
    padding: 20px;
  }
}

.project_list input[type=checkbox] {
  transform: scale(1.5);
}
.project_list .ttl {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .project_list .ttl {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.project_list .ttl .btn_sq_black {
  height: 32px;
}
.project_list .sort {
  margin-top: 20px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .project_list .sort {
    margin-top: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.project_list .sort input[type=text].form_text,
.project_list .sort .form_text {
  height: 32px;
  max-width: 300px;
  font-size: 14px;
}
.project_list .sort .left {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 10px;
}
.project_list .sort .left .btn_sq_white {
  height: 32px;
}
.project_list .sort .right {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
@media screen and (max-width: 1000px) {
  .project_list .sort .right {
    flex-direction: column;
    gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  .project_list .sort .right {
    width: 100%;
  }
}
.project_list .sort .right .form_text.search {
  width: 300px;
}
@media screen and (max-width: 1000px) {
  .project_list .sort .right .form_text.search {
    width: 100%;
    max-width: none;
  }
}
.project_list .sort .right .article {
  display: flex;
  gap: 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .project_list .sort .right .article {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .project_list .sort .right .article .selectbox {
    width: 100%;
  }
}
.project_list .sort .right .status .form_text {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .project_list .sort .right .display_order .form_text,
.project_list .sort .right .status .form_text {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .project_list .sort .right .display_order,
.project_list .sort .right .status {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    flex: 1;
  }
}

.privacy .card, .cardlist .card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 5px solid #fff;
  gap: 10px;
  text-align: left;
  padding: 0 0;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  box-sizing: border-box;
}

.cardlist .card {
  padding: 15px 15px 15px 5px;
}
.cardlist .card a {
  text-decoration: none;
  display: block;
  width: 100%;
}
.cardlist .card .project_permission {
  border-radius: 0 0 5px 5px;
  padding: 5px;
  font-size: 10px;
  position: absolute;
  top: -5px;
  left: 50px;
  line-height: 100%;
}
.cardlist .card .project_permission._owner {
  background: #F8E7F0;
  color: #BE0C68;
}
.cardlist .card .project_permission._reader,
.cardlist .card .project_permission._editor {
  background: #E5E5E5;
  color: #000000;
}
.cardlist .card .body_xl {
  color: #000000;
  display: block;
}
@media screen and (max-width: 1000px) {
  .cardlist .card {
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    padding: 15px 5px 5px 5px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cardlist .card:hover {
    border: 5px solid #F1C9DE;
    transition: 0.3s ease;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 768px) {
  .cardlist .card:hover {
    border: 5px solid #fff;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cardlist .card:hover .body_xl {
    color: #BE0C68;
    transition: 0.3s ease;
  }
}
.cardlist .card .dropdown-group .dropdown-menu {
  z-index: 2;
}
.cardlist .card .left {
  display: flex;
  align-items: center;
  min-width: 0;
}
.cardlist .card .left .checkbox {
  margin-right: 15px;
}
.cardlist .card .left .article + a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 82px;
  padding-left: 10px;
  border-left: 1px solid #CCCCCC;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cardlist .card .left .article + a .article {
  overflow: inherit;
  text-overflow: inherit;
}
.cardlist .card .left .article + a p {
  overflow: inherit;
  text-overflow: inherit;
}
.cardlist .card .right .status {
  width: 378px;
  align-items: center;
  flex-direction: row;
  gap: 5px;
}
.cardlist .card .right .status .selectbox {
  flex-grow: 1;
}
.cardlist .card .right .status .selectbox .form_text {
  width: 300px;
  max-width: none;
}
@media screen and (max-width: 1000px) {
  .cardlist .card .right .status .selectbox .form_text {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .cardlist .card .right .status {
    width: auto;
  }
}
.cardlist .card .right .project {
  padding: 0 10px 10px 10px;
}
.cardlist .card + .card {
  margin-top: 10px;
}

.privacy .card {
  flex-direction: column;
  gap: 0;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .privacy .card {
    padding: 20px;
  }
}

/*プロジェクトを削除・エクポート・名前の変更*/
.project_control_btn {
  display: flex;
  margin-bottom: 0;
  align-items: center;
  padding: 15px 15px 15px 0;
}
@media screen and (max-width: 1000px) {
  .project_control_btn {
    width: 100%;
    padding: 0px 15px 15px 15px;
  }
}
.project_control_btn .project_control_item a {
  color: inherit;
}
@media screen and (max-width: 1000px) {
  .project_control_btn .project_control_item {
    width: 33.3%;
  }
  .project_control_btn .project_control_item .btn_sq_white {
    width: 100%;
  }
}
.project_control_btn .project_control_item + .project_control_item {
  margin-left: 5px;
}

.project_list .project_control_btn {
  padding: 5px 0 0 0;
}
@media screen and (max-width: 768px) {
  .project_list .btn_sq_white.icon::before {
    display: none;
  }
  .project_list .project_control_btn {
    gap: 5px;
  }
  .project_list .project_control_item {
    margin-right: 0;
    flex: 1;
  }
}

/*ドロップダウンメニュー*/
.dropdown-group {
  position: relative;
}
.dropdown-group .dropdown-menu {
  display: none;
  position: absolute;
  z-index: 4;
  left: 100%;
  transform: translate(-100%, 5px);
  width: max-content;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  overflow: hidden;
}
.dropdown-group .dropdown-menu .dropdown-item {
  background: #fff;
  border-bottom: 1px solid #CCCCCC;
}
.dropdown-group .dropdown-menu .dropdown-item a {
  display: block;
  text-decoration: none;
  color: #000000;
  padding: 15px 20px;
}
.dropdown-group .dropdown-menu .dropdown-item:last-of-type {
  border: none;
}
@media (hover: hover) and (pointer: fine) {
  .dropdown-group .dropdown-menu .dropdown-item:hover {
    background: #F2F2F2;
    transition: 0.3s ease;
  }
}
.dropdown-group .dropdown-menu.show {
  display: block;
}

.subscription {
  background-color: #FFF4E6;
  margin-top: 20px;
  padding: 20px;
  border-radius: 5px;
}
.subscription button {
  margin-top: 10px;
}

/*プロジェクト詳細*/
.container.project {
  text-align: left;
}

/*休日設定*/
.setting_holiday {
  /*flatpickr override*/
}
.setting_holiday .card {
  text-align: left;
  margin: 20px auto 0;
  max-width: 800px;
}
.setting_holiday .target_date_wrap {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 5px;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .setting_holiday .target_date_wrap {
    flex-direction: column;
  }
}
.setting_holiday .target_date_wrap .target_date {
  flex-grow: 1;
  max-height: 298px;
  overflow-y: scroll;
  background-color: #F2F2F2;
  padding: 10px;
  border-radius: 8px;
}
.setting_holiday .target_date_wrap .target_date .form_line {
  display: flex;
  gap: 5px;
}
.setting_holiday .target_date_wrap .target_date .form_line .form_text {
  max-width: 150px;
}
.setting_holiday .target_date_wrap .target_date .form_line + .form_line {
  margin-top: 5px;
}
.setting_holiday .btn_group {
  width: 100%;
  max-width: 320px;
  margin: 20px auto 0;
}
.setting_holiday .btn_group .btn_primary,
.setting_holiday .btn_group .btn_sq_white {
  width: 100%;
}
.setting_holiday .flatpickr.hidden .flatpickr-input {
  display: none;
}
.setting_holiday .flatpickr-calendar {
  box-shadow: none;
  border: 1px solid #E5E5E5;
}
.setting_holiday .flatpickr-current-month .numInputWrapper {
  width: 4.5rem;
}
.setting_holiday .btn_sq_black,
.setting_holiday select.form_text {
  width: 150px;
}

.invite_member,
.select_member {
  display: flex;
  align-items: center;
  gap: 10px;
}
.invite_member .left,
.select_member .left {
  flex-grow: 1;
}
.invite_member .left .selectbox,
.select_member .left .selectbox {
  width: 100%;
}
.invite_member .left select.form_text,
.select_member .left select.form_text {
  width: 100%;
  max-width: none;
}
.invite_member .right,
.select_member .right {
  display: flex;
  align-items: center;
  gap: 5px;
}
.invite_member .right .btn_sq_black,
.invite_member .right select.form_text,
.select_member .right .btn_sq_black,
.select_member .right select.form_text {
  width: 150px;
}
.invite_member input[type=email].form_text,
.select_member input[type=email].form_text {
  max-width: none;
}
@media screen and (max-width: 768px) {
  .invite_member,
.select_member {
    flex-direction: column;
    align-items: flex-start;
  }
  .invite_member .left,
.select_member .left {
    width: 100%;
  }
  .invite_member input[type=email].form_text,
.select_member input[type=email].form_text {
    width: 100%;
  }
}

.team_member_list {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.team_member_list .team_member {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding: 0 10px;
  text-align: left;
}
.team_member_list .team_member:nth-child(odd) {
  background-color: #F2F2F2;
}
.team_member_list .team_member .body_l,
.team_member_list .team_member select.form_text {
  width: 150px;
}

.selectbox.other_member {
  width: 100%;
}
.selectbox.other_member select.form_text {
  width: 100%;
  max-width: none;
}

.other_member input[type=email].form_text {
  width: auto;
  flex-grow: 1;
}
.other_member .btn_sq_black {
  width: 150px;
}

.maintenance .ttl {
  margin-top: 40px;
}

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