@charset "UTF-8";

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
  font-family: Noto Serif Myanmar;
}

body {
  align-items: center;
  padding-top: 105px;
  padding-bottom: 40px;
  background-color: #F8F9FA;
}

body.-top-login, body.-profile {
  padding-top: 0;
  background-color: #ffffff;
}

@media screen and (max-width: 480px) {
  body {
    padding-top: 40px;
  }
}

.form-signin {
  background-color: #ffffff;
  width: 100%;
  max-width: 480px;
  padding: 35px 0 15px;
  margin: auto;
  margin-bottom: 7rem;
}

/*余白がないなるのを防止*/
@media screen and (max-width: 500px) {
  .form-signin {
    max-width: 450px;
    margin-bottom: 8rem;
  }
}

@media screen and (max-width: 480px) {
  .form-signin {
    max-width: 345px;
    margin-bottom: 8rem;
  }
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative !important;
  box-sizing: border-box;
  height: auto;
  padding: 15px;
  font-size: 16px;
  max-width: 400px;
  width: 100%;
  margin: auto;
}

.form-signin .form-control:focus {
  z-index: 2;
}
/*
.form-signin input[type="email"] {
  margin-bottom: 1rem;
  border-radius: 4px;
  border: 1px solid #8D8D8D;
}
*/
.password-block {
  margin-bottom: 8px;
  border-radius: 4px;
  border: 1px solid #8D8D8D;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  line-height: 3;
  height: 56px;
}

.form-signin input[type="password"]{
  outline: none;
}
.password-block i{
  color: #8D8D8D;
}
@media screen and (max-width: 480px) {
  .password-block {
  }
}

/* .form-signin input[type="password"] {
  margin-bottom: 8px;
  border-radius: 4px;
  border: 1px solid #8D8D8D;
  display: block;
  content: "" !important;
  background-size: 19.3px 15.4px;
  background-repeat: no-repeat;
  background-position: 360px 20px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .form-signin input[type="password"] {
    background-position: 270px 20px;
  }
} */

.form-register {
  font-family: auto;
  width: 100%;
  max-width: 480px;
  padding: 40px;
  padding-bottom: 0;
  margin: auto;
  margin-bottom: 30px;
  background-color: #ffffff;
}

.form-register .checkbox {
  font-weight: 400;
}

.form-register .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 14px;
  font-size: 14px;
  border: 1px solid #8D8D8D;
}

.form-register .form-control:focus {
  z-index: 2;
}

.form-register input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-register input[type="password"] {
  margin-bottom: 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.form-register input[type="password"]::placeholder {
  color: #989898;
  font-size: 18px;
  font-weight: bold;
  font-family: Noto Sans JP;
}

.form-signin-inner {
  font-family: auto;
  max-width: 400px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 480px) {
  .form-signin-inner {
    max-width: 307px;
  }
}

.login-title {
  color: #000000;
  font-weight: bold !important;
  margin-bottom: 1.3rem !important;
  margin-top: 2.5rem !important;
  font-size: 28px;
}

.inputEmail-text {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.5rem;
}

.input-password {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.5rem;
}

.password-text {
  font-size: 12px;
  text-align: right !important;
  /*margin-bottom: 25px !important;*/
  margin-bottom: 20px !important;
  color: #8D8D8D;
}

.btn-lg-signin {
  font-size: 14px;
  font-weight: bold;
  padding: 12.5px;
  margin-bottom: 1rem !important;
}

.btn-register-signin {
  color: #2077BA;
  background-color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  padding: 12.5px;
  border: 2px solid #2077BA;
}

.form-signin.-email {
  margin-bottom: 6rem !important;
}

@media screen and (max-width: 480px) {
  .form-signin.-email {
    padding-bottom: 25px;
    margin-bottom: 8rem !important;
  }
}

.form-sentSigninEmail-inner {
  max-width: 400px;
  width: 100%;
  margin: auto;
}

.form-sentSigninEmail-image {
  text-align: center;
}

.form-sentSigninEmail-title {
  font-family: Noto Sans JP;
  color: #000000;
  font-size: 28px;
  list-style: 1.6;
  font-weight: bold !important;
  text-align: center;
  margin-bottom: 2.5rem !important;
}

@media screen and (max-width: 480px) {
  .form-sentSigninEmail-title {
    margin-bottom: 20px !important;
  }
}

.sentSigninEmail-text {
  font-size: 16px;
  font-family: Noto Sans JP;
  color: #000000;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 30px !important;
  margin-top: 0 !important;
}

@media screen and (max-width: 480px) {
  .sentSigninEmail-text {
    padding: 0 20px;
    margin-bottom: 28px !important;
  }
}

.sentSigninEmail-text span {
  font-weight: bold;
}

.sentSigninEmail-text.-last {
  margin-bottom: 40px !important;
}

.sentSigninEmail-text br {
  display: block;
}

@media screen and (max-width: 480px) {
  .sentSigninEmail-text br {
    display: none !important;
  }
}

.btn-to-top {
  color: #ffffff !important;
  background-color: #1F77BA;
  font-size: 18px;
  font-weight: bold;
  padding: 21.5px;
  margin-bottom: 25px !important;
}

@media screen and (max-width: 480px) {
  .btn-to-top {
    display: block;
    width: 100% !important;
    max-width: 307px;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .btn-to-top.-complete {
    display: block;
    width: 100% !important;
    max-width: 400px;
    margin: auto;
  }
}

.form-signin.-checkid {
  margin-bottom: 15rem !important;
  padding-bottom: 35px;
}

.form-checkid-inner {
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.form-checkid-image {
  text-align: center;
}

.form-checkid-title {
  font-family: Noto Sans JP;
  color: #000000;
  text-align: center;
  font-weight: bold !important;
}

.form-checkid-text {
  font-size: 16px;
  color: #000000;
  font-family: Noto Sans JP;
  margin-bottom: 25px !important;
}

@media screen and (max-width: 480px) {
  .form-checkid-text {
    padding: 0 20px;
    margin-bottom: 35px !important;
  }
}

.form-checkid-text.-last {
  margin-bottom: 45px !important;
  line-height: 1.6;
}

@media screen and (max-width: 480px) {
  .form-register.-info {
    max-width: 345px;
    padding: 45px 0 20px;
    margin-bottom: 60px;
  }
}

.form-register.-info-inner {
  max-width: 400px;
  padding: 40px 0;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 480px) {
  .form-register.-info-inner {
    max-width: 307px;
  }
}

@media screen and (max-width: 480px) {
  .progressbar {
    width: 96% !important;
    margin-top: 25px !important;
  }
}

.progressbar-text {
  font-family: Noto Sans JP;
  font-size: 16px;
  white-space: nowrap;
  position: relative;
}

.progressbar-text span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  }

@media screen and (max-width: 480px) {
  .progressbar-text {
    font-size: 13px;
  }
}

.reginfo-title {
  font-size: 28px;
  font-weight: bold !important;
  font-family: Noto Sans JP;
}

.input-flex {
  display: flex;
  margin-bottom: -10px;
  margin-top: 10px;
}

.school-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.school-flex div:nth-of-type(1) {
  -webkit-flex-basis: 350px;
  flex-basis: 350px;
}
.school-flex div:nth-of-type(2) {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.event-school-flex {
  margin-top: 32px !important;
  margin-bottom: 0px !important;
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 20px !important;
}

.event-school-flex div:nth-of-type(1) {
  margin-left: 1px !important;
  -webkit-flex-basis: 350px;
  flex-basis: 350px;
}
.event-school-flex div:nth-of-type(2) {
  margin-left: 20px !important;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.name-flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .name-flex {
    flex-direction: column;
  }
}

.name-form {
  width: 48.5%;
}

@media screen and (max-width: 480px) {
  .name-form {
    width: 100%;
  }
}

.form-label {
  margin-bottom: 5px !important;
  margin-top: 3px;
}

@media screen and (max-width: 480px) {
  .form-label.-second {
    margin-top: 20px;
  }
}

.form-label-reginfo {
  color: #252525;
  font-size: 12px !important;
  font-weight: 400;
  font-family: Noto Sans JP;
  margin-left: 5px;
}

.reginfo-checkbox {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 768px) {
  .form-field-text {
    width: calc(100% / 3);
  }
}

.form-check-input[type=radio] {
  width: 18px;
  height: 18px;
}

.form-check-label {
  font-size: 14px;
}

.form-control-birthday {
  display: block;
  content: "" !important;
  background-image: url(/assets/img/reginfo-date.png);
  background-size: 24px 22.9px;
  background-repeat: no-repeat;
  background-position: 360px 15px;
  width: 100%;
}

.btn-saved {
  font-family: Noto Sans JP;
  color: #2077BA;
  background-color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  width: 100% !important;
  max-width: 400px;
  padding: 19.5px;
  border: 2px solid #2077BA;
  margin-bottom: 10px !important;
  margin-top: 20px;
}

.form-register.-questionnaire {
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .form-register.-questionnaire {
    max-width: 345px;
    padding: 40px 0 20px;
    background-color: #F8F9FA;
    margin-bottom: -10px;
  }
}

.form-register.-questionnaire-inner {
  max-width: 400px;
  padding: 40px 0;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 480px) {
  .form-register.-questionnaire-inner {
    max-width: 307px;
    background-color: #F8F9FA;
  }
}

.questionnaire-title {
  color: #000000;
  font-size: 18px;
  font-weight: bold !important;
  font-family: Noto Sans JP;
  margin-top: 0 !important;
  margin-bottom: 40px !important;
  line-height: 1.4;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 480px) {
  .sp-only {
    display: block;
  }
}

.questionnaire-tag-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

.questionnaire-tag-text {
  font-size: 12px;
  font-family: Noto snas JP;
  color: #656565;
  cursor: pointer;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 12px;
}

.questionnaire-tag-text.active {
  color: #ffffff;
}

.profile-tag-item,.job-counselor-tag-item {
  width: calc(92%/3);
  background: #fff;
  border: 2px solid #BFBFBF;
  text-align: center;
  border-radius: 4px;
  padding: 24px 0 !important;
  margin-bottom: 8px !important;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 480px) {
  .profile-tag-item,.job-counselor-tag-item {
    width: calc(92%/2) !important;
    padding: 20px 0 !important;
    margin-bottom: 12px !important;
  }
}

.profile-tag-item.active,.job-counselor-tag-item.active {
  background-color: #2177BB;
  border: 2px solid #2177BB;
  color: #ffffff;
  display: block !important;
  content: "" !important;
  background-image: url(/assets/img/icon-checked-blue.png) !important;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 102px 3px;
}

@media screen and (max-width: 480px) {
  .profile-tag-item.active,.job-counselor-tag-item.active {
    background-size: 16.3px 16.3px;
    background-position: 117px 4px;
  }
}

.btn-saved {
  font-family: Noto Sans JP;
  color: #2077BA;
  background-color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  width: 100% !important;
  max-width: 400px;
  padding: 21px;
  border: 2px solid #2077BA;
  margin-bottom: 10px !important;
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  .btn-saved {
    margin-top: 0;
  }
}

.btn-next {
  font-family: Noto Sans JP;
  background-color: #2077BA;
  color: #FFFFFF;
  font-size: 18px;
  width: 100% !important;
  max-width: 400px;
  font-weight: bold;
  border: 2px solid #2077BA;
}

.btn-next2 {
  font-family: Noto Sans JP;
  background-color: #FFFFFF;
  color: #2077BA;
  font-size: 18px;
  width: 100% !important;
  max-width: 400px;
  font-weight: bold;
  border: 2px solid #2077BA;
}
.btn-next2:hover {
  font-family: Noto Sans JP;
  background-color: #2077BA;
  color: #FFFFFF;
  font-size: 18px;
  width: 100% !important;
  max-width: 400px;
  font-weight: bold;
  border: 2px solid #2077BA;
}

.btn-next.-questionnaire, .btn-next.-regid, .btn-next.-subinfo {
  padding: 19.5px;
  margin-bottom: 20px !important;
}

.btn-next2.-questionnaire, .btn-next2.-regid, .btn-next2.-subinfo {
  padding: 19.5px;
  margin-bottom: 20px !important;
}

.btn-next.-signup {
  padding: 19px;
  margin-bottom: 10px !important;
}

.btn-next.-reginfo {
  padding: 19.5px;
}

.btn-next2.-signup {
  padding: 19px;
  margin-bottom: 15px !important;
}

.btn-next2.-reginfo {
  padding: 19.5px;
}

.back-button {
  font-size: 12px;
  font-weight: 400;
  font-family: Noto Sans JP;
  color: #8BAECE;
  display: block;
  text-align: center;
  text-decoration: none;
  margin-top: 0;
}

.form-register.-subinfo {
  margin-bottom: 30px;
  padding: 0;
}

@media screen and (max-width: 480px) {
  .form-register.-subinfo {
    max-width: 345px;
    background-color: #ffffff;
    margin-bottom: 50px;
    padding: 0;
  }
}

.form-register.-subinfo-inner {
  max-width: 400px;
  padding: 40px 0;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 480px) {
  .form-register.-subinfo-inner {
    max-width: 307px;
    background-color: #ffffff;
  }
}

.regsubinfo-title {
  color: #000000;
  font-size: 28px;
  font-weight: bold !important;
  font-family: Noto Sans JP;
  margin-bottom: 40px !important;
}

@media screen and (max-width: 480px) {
  .regsubinfo-title {
    margin-bottom: 35px !important;
  }
}

.form-label.-regsubinfo {
  color: #000000;
  font-size: 18px;
  font-weight: bold !important;
  font-family: Noto Sans JP;
  margin-bottom: 5px !important;
}

.file-wrap {
  max-width: 400px;
  padding: 3px;
  line-height: 1.5;
  border: 1px solid #8D8D8D;
  border-radius: 4px;
}


.input-file-label {
  font-size: 14px;
  font-family: Noto Sans JP;
  color: #262A2E;
  text-align: center;
  background-color: #F7F7F7;
  border-radius: 4px;
  padding: 13.5px;
  cursor: pointer;
}

.example-flex {
  display: flex;
  padding-left: 0 !important;
  margin-top: 5px;
  margin-bottom: 10px;
}

.example-item {
  cursor: pointer;
  color: #252525;
  background-color: #F7F7F7;
  list-style: none;
  font-size: 12px;
  font-family: Noto Sans JP;
  font-weight: 400;
  padding: 6px 10px;
  border-radius: 4px;
  margin-right: 10px;
}

@media screen and (max-width: 480px) {
  .example-item {
    font-size: 8px;
  }
}
.example-item.active {
  color: #ffffff;
  background-color: #2077BA;
}

textarea {
  resize: none;
}

.introduction-textarea {
  resize: none;
  margin-bottom: 25px;
}

.introduction-textarea::placeholder {
  font-size: 18px;
  color: #262A2E;
  font-family: Noto Sans JP;
  font-weight: 400 !important;
}

@media screen and (max-width: 480px) {
  .introduction-textarea::placeholder {
    font-size: 16px;
  }
}

.form-control.-regsubinfo {
  color: #262A2E;
  font-size: 18px;
  font-family: Noto Sana JP;
  font-weight: 400;
  margin-bottom: 20px;
}

.profile-tag-title {
  display: inline-block !important;
  color: #000000;
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: bold !important;
  text-align: left !important;
  margin-bottom: 30px !important;
  margin-top: 25px !important;
}

@media screen and (max-width: 480px) {
  .profile-tag-title {
    margin-bottom: 15px !important;
  }
}

.hash-tag-title {
  display: inline-block !important;
  color: #000000;
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: bold !important;
  text-align: left !important;
  margin-bottom: 20px !important;
  margin-top: 25px !important;
}

.tag-selected {
  border-bottom: 1px solid #E4E4E4;
}

.tag-selected.-first {
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  .tag-selected.-first {
    margin-top: 0;
  }
}

.tag-selected.-second {
  margin-bottom: -30px;
}

@media screen and (max-width: 480px) {
  .tag-selected.-second {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.tag-selected-text {
  font-size: 12px !important;
  font-family: Noto Sans JP;
  font-weight: 400;
  color: #262A2E;
  text-align: left;
  margin-bottom: 10px;
}

.tag-input-text {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  font-family: Noto Sans JP;
  color: #BFBFBF;
  margin-bottom: 25px;
  margin-top: 10px;
  border: none;
}

@media screen and (max-width: 480px) {
  .tag-input-text {
    margin-bottom: 10px;
    margin-top: 5px;
  }
}

/* complete */
.form-signin.-complete {
  background-color: #ffffff;
  width: 100%;
  max-width: 1080px;
  padding: 65px 0 40px;
  margin: auto;
  margin-bottom: 15rem;
}

@media screen and (max-width: 1024px) {
  .form-signin.-complete {
    max-width: 768px;
    margin-bottom: 8rem;
  }
}

@media screen and (max-width: 768px) {
  .form-signin.-complete {
    max-width: 470px;
    margin-bottom: 8rem;
  }
}

@media screen and (max-width: 480px) {
  .form-signin.-complete {
    max-width: 345px;
    margin-bottom: 8rem;
    padding: 40px 0 35px;
    margin-bottom: 3rem;
  }
}

.form-complete-inner {
  width: 100%;
  max-width: 654px;
  margin: auto;
}

@media screen and (max-width: 480px) {
  .form-complete-inner {
    max-width: 307px;
  }
}

.form-complete-image {
  text-align: center;
}

.form-complete-img {
  width: 269px;
  height: auto;
}

.form-complete-title {
  font-size: 28px;
  font-family: Noto Sans JP;
  color: #000000;
  text-align: center;
  font-weight: bold !important;
  margin: 70px 0 35px !important;
}

.form-complete-text {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #000000;
  font-family: Noto Sans JP;
  font-weight: 400;
  margin: auto;
  text-align: center !important;
  margin-bottom: 30px !important;
}

.form-complete-text.-fisrt {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 480px) {
  .form-complete-text.-fisrt {
    margin-bottom: 35px !important;
  }
}

.form-complete-text.-second {
  margin-top: 0 !important;
}

/* company */
.form-signin.-company {
  background-color: #ffffff;
  width: 100%;
  max-width: 1080px;
  padding: 65px 0 40px;
  margin: auto;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .form-signin.-company {
    max-width: 768px;
    margin-bottom: 8rem;
  }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
  .form-signin.-company {
    max-width: 470px;
    margin-bottom: 3rem;
    padding: 35px 20px 40px;
  }
}

@media screen and (max-width: 480px) {
  .form-signin.-company {
    max-width: 345px;
    margin-bottom: 8rem;
    padding: 40px 0 35px;
    margin-bottom: 3rem;
  }
}

.form-company-inner {
  width: 100%;
  max-width: 654px;
  margin: auto;
}

@media screen and (max-width: 480px) {
  .form-company-inner {
    max-width: 307px;
  }
}

.form-company-image {
  text-align: center;
  margin-bottom: 40px !important;
}

@media screen and (max-width: 768px) {
  .form-company-image {
    margin-bottom: 40px !important;
  }
}

.form-company-img {
  width: 269px;
  height: auto;
}

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

.form-company-img.-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .form-company-img.-sp {
    display: block;
    text-align: center;
    margin: auto;
    width: 206px;
  }
}

.form-company-title {
  display: block;
  font-size: 28px;
  font-family: Noto Sans JP;
  color: #000000;
  text-align: center;
  font-weight: bold !important;
  margin: 0 0 25px !important;
}

@media screen and (max-width: 768px) {
  .form-company-title {
    display: block;
    font-size: 28px;
    font-family: Noto Sans JP;
    color: #000000;
    text-align: center;
    font-weight: bold !important;
    margin: 0 0 25px !important;
  }
}

.form-company-text {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #000000;
  font-family: Noto Sans JP;
  font-weight: 400;
  line-height: 1.6;
  margin: auto;
  text-align: left !important;
  margin-bottom: 30px !important;
}

.form-company-text.-fisrt {
  margin-bottom: 0 !important;
}

.form-company-text.-second {
  margin-top: 0 !important;
}

.form-flex {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 20px !important;
}

.form-flex.-last {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .form-flex.-last {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .form-flex {
    flex-direction: column;
    margin-bottom: 0 !important;
  }
}

.name-form.-company {
  display: flex;
  align-items: center;
  width: unset;
}

@media screen and (max-width: 768px) {
  .name-form.-company {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .input-name {
    width: 100%;
    margin-bottom: 10px;
  }
}

.name-form.-name {
  font-size: 18px;
  font-weight: bold !important;
  font-family: Noto Sans JP;
  color: #000000;
  width: 20%;
}

.form-label.-name {
  margin-right: 10px;
}

.form-label.-name.-second {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .form-label.-name.-second {
    margin-left: 0;
  }
}

.form-label.-company {
  width: 22%;
}

@media screen and (max-width: 768px) {
  .form-label.-company {
    width: 100%;
  }
}

.form-control.-comapny {
  width: 100% !important;
  max-width: 504px !important;
  border: 1px solid #8D8D8D;
}

.company-form {
  width: 78%;
}

@media screen and (max-width: 768px) {
  .company-form {
    width: 100%;
  }
}

.form-signin.-company .form-control {
  position: relative !important;
  box-sizing: border-box;
  height: auto;
  padding: 15px;
  font-size: 16px;
  max-width: 504px;
  width: 100%;
  margin: auto;
  border: 1px solid #8D8D8D;
}

/*
.form-signin.-company input[type="email"] {
  margin-bottom: 1rem;
  border-radius: 4px;
  border: 1px solid #8D8D8D;
}*/

.input-flex-wrap {
  display: block;
  margin-bottom: 50px;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .input-flex-wrap {
    margin-bottom: 40px;
  }
}

.input-flex.-company {
  display: flex;
  width: 217px;
  margin-left: 150px;
}

.input-flex.-company.-first {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .input-flex.-company {
    margin-left: 0;
  }
}

.company-checkbox {
  width: 20px;
  height: 20px;
}

.form-label-agreement {
  color: #252525;
  font-size: 12px !important;
  font-weight: 400;
  font-family: Noto Sans JP;
  margin-left: 5px;
}

.form-label-agreement span {
  color: #1F77BA;
  cursor: pointer;
}

.confirm-btn {
  display: block;
  width: 100% !important;
  max-width: 307px !important;
  margin: auto;
  color: #ffffff !important;
  background-color: #1F77BA;
  font-size: 18px;
  font-weight: bold;
  padding: 21.5px;
  margin-bottom: 25px !important;
}

@media screen and (max-width: 480px) {
  .confirm-btn {
    display: block;
    width: 100% !important;
    max-width: 307px;
    margin: auto;
  }
}

/* tutorial */
.form-register.-tutorial {
  max-width: 980px;
  padding-bottom: 6rem;
}

@media screen and (max-width: 480px) {
  .form-register.-tutorial {
    padding: 40px 0 0;
  }
}

.container-fluid.-tutorial {
  margin-top: 3rem;
}
.read-more-content.-tutorial{
  height: 150px;
}
.read-more-content.-tutorial::before{
  height: 80px;
}

/* regId */
.form-register.-regid {
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  .form-register.-regid {
    max-width: 345px;
    background-color: #ffffff;
    margin-bottom: 60px;
    padding: 40px 0 0;
  }
}

.form-register.-regid-inner {
  max-width: 400px;
  padding: 30px 0 40px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 480px) {
  .form-register.-regid-inner {
    max-width: 307px;
    padding: 30px 0 55px;
  }
}

.regid-title {
  font-size: 28px;
  font-weight: bold !important;
  font-family: Noto Sans JP;
  margin-top: 5px !important;
  margin-bottom: 50px !important;
}

@media screen and (max-width: 480px) {
  .regid-title {
    margin-bottom: 40px !important;
  }
}

.regid-text {
  color: #000000;
  font-size: 16px;
  font-family: Noto Sans JP;
  font-weight: 400 !important;
  text-align: left !important;
  line-height: 1.6;
}

@media screen and (max-width: 480px) {
  .regid-text.-first {
    margin-bottom: 40px !important;
  }
}

.regid-text.-second {
  margin-top: 15px;
  margin-bottom: 0 !important;
}

.regid-text.-third {
  margin-top: 25px;
  margin-bottom: 15px !important;
}

@media screen and (max-width: 480px) {
  .regid-text.-third {
    margin-bottom: 30px !important;
  }
}

.regid-text.-fourth {
  font-size: 12px;
  font-weight: 400;
  font-family: Noto Sans JP;
  color: #252525;
  margin-bottom: 25px;
}

@media screen and (max-width: 480px) {
  .regid-text.-fourth {
    margin-bottom: 30px;
  }
}

.regid-text.-fourth span {
  color: #1F77BA;
}

.regid-list {
  padding-left: 20px;
}

@media screen and (max-width: 480px) {
  .regid-list {
    padding-left: 15px;
  }
}

.regid-list .regid-list-item {
  list-style: none;
  font-size: 16px;
  font-family: Noto Sans JP;
  font-weight: 400;
  color: #000000;
  line-height: 1.6;
  position: relative;
}

.regid-list li {
  position: relative;
}

.regid-list li::before {
  position: absolute;
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #000000;
  border-radius: 50%;
  top: 13px;
  left: -13px;
}

.back-button.-regid {
  margin-bottom: -10px;
}

/* top_login */
@media screen and (max-width: 480px) {
  .w-sp-100 {
    width: 100% !important;
  }
}

.top-loginSearch-form {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 480px) {
  .top-loginSearch-form {
    margin-bottom: 15px !important;
  }
}

.top-login-serchbbox {
  padding-bottom: 40px !important;
}

.form-control.-top-login {
  border: 1px solid #CED4D9;
  border-radius: 5px !important;
  display: block;
  content: "" !important;
  background-image: url(/assets/img/icon-search-bluebtn.png) !important;
  background-size: 13.5px 14.5px !important;
  background-repeat: no-repeat !important;
  background-position: 13px 17px !important;
  width: 100% !important;
}

.form-control.-top-login::placeholder {
  font-size: 16px !important;
  font-family: Noto Serif Myanmar;
  font-weight: 400;
  color: #707070 !important;
}

.top-loginSearch {
  background-color: #F8F9FA;
  border-top: 2px solid #2077BA;
  padding: 60px 0 0;
}

@media screen and (max-width: 480px) {
  .top-loginSearch {
    padding-top: 30px;
  }
}

.top-loginSearch-inner {
  max-width: 1137px;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin: auto;
}

.top-loginSearch-form {
  width: 100%;
  max-width: 624px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .top-loginSearch-form {
    margin-top: 15px !important;
  }
}

.top-loginSearch-tabWrap {
  width: 100%;
  margin: auto;
  display: flex;
}

.top-loginSearch-tab {
  display: inline-block;
  width: 100%;
  max-width: 559px;
  font-size: 16px;
  font-family: Noto Serif Myanmar;
  font-weight: bold !important;
  text-align: center;
  padding: 25px 0 10px;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .top-loginSearch-tab {
    font-size: 14px;
    padding: 15px 0 5px;
  }
}

.top-loginSearch-tab.active {
  background-color: #2077BA;
  color: #ffffff;
}

.top-loginSearch-tab.-left {
  border-top-left-radius: 4px;
}

.top-loginSearch-tab.-right {
  border-top-right-radius: 4px;
}

input[type=radio].top-loginSearch-tabRadio {
  display: none;
}

.cardList-wrap {
  display: flex;
  background-color: #ffffff;
  margin-bottom: 20px;
  margin-right: 20px;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.cardList-wrap:nth-child(3n) {
  margin-right: 0;
}

.cardItem-wrap {
  display: flex;
  flex-direction: column;
}

.profTag-flex {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.top-loginSearch-cardItem {
  display: inline-block;
  width: 202px;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
}

.accontTag-text {
  color: #2077BA;
  font-size: 10px;
  font-weight: bold !important;
  font-family: Noto Serif Myanmar;
  cursor: pointer;
  padding: 4px 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  outline: unset!important;
  border-radius: 4px;
}

.talk-requested {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.column-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .column-list {
    flex-direction: column;
  }
}

.column-item {
  width: calc((100% / 3) - 15px);
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 4px;
  margin-right: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}

@media screen and (max-width: 1023px) {
  .column-item {
    width: calc((100% / 2) - 15px);
  }
}

@media screen and (max-width: 768px) {
  .column-item {
    width: 100%;
    margin-bottom: 15px;
  }
}

.column-item-img {
  position: absolute;
  width: 63px;
  height: 60px;
  top: 10px;
  left: 10px;
}

.column-item-box {
  padding: 5px 10px 10px 85px;
}

.column-profTag {
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  background-color: #2077BA;
  color: #ffffff;
  padding: 0 7px;
  border-radius: 15px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.profTag-text {
  font-size: 10px !important;
  font-family: Noto Serif Myanmar;
  font-weight: 400;
  cursor: pointer;
}

.column-accontFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.column-accontName {
  font-size: 14px;
  font-family: Noto Serif Myanmar;
  font-weight: bold !important;
  color: #2077BA;
  margin-top: 1rem;
  margin-bottom: 0 !important;
}

.column-accontTag {
  border: 1px solid #2077BA;
  border-radius: 4px;
  padding: 0 12px;
  position: relative;
  width: 33%;
  height: 20px;
}

.column-item--text {
  font-size: 10px;
  font-family: Noto Serif Myanmar;
  font-weight: 400;
  margin-left: auto;
  margin-right: 10px;
  margin-bottom: 5px;
}

.hashTag-flex {
  display: flex;
}

.hashTag-flex.-profile {
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.column-item-hashTag {
  color: #262A2E;
  font-size: 10px;
  font-weight: bold !important;
  font-family: Noto Serif Myanmar;
  margin-right: 5px;
}

.column-item-hashTag:nth-child(4n) {
  margin-right: 0;
}

.top-login-page-link {
  color: #2077BA !important;
  border-radius: 0 !important;
  margin-right: 5px;
}

.top-login-page-link.active {
  color: #ffffff !important;
  background-color: #2077BA !important;
}

.top-login-pagination {
  padding-top: 25px !important;
  padding-bottom: 43px !important;
}

@media screen and (max-width: 768px) {
  .top-login-pagination {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

/* signup */
.form-signin.-signup {
  font-family: auto;
  background-color: #ffffff;
  width: 100%;
  max-width: 480px;
  padding: 40px 0 40px;
  margin: auto;
  margin-bottom: 75px;
}

@media screen and (max-width: 1024px) {
  .form-signin.-signup {
    margin-bottom: 8rem;
  }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
  .form-signin.-signup {
    max-width: 470px;
    margin-bottom: 3rem;
    padding: 35px 20px 40px;
  }
}

@media screen and (max-width: 480px) {
  .form-signin.-signup {
    max-width: 345px;
    margin-bottom: 8rem;
    padding: 40px 0 60px;
    margin-bottom: 90px;
  }
}

.form-signup-inner {
  width: 100%;
  max-width: 480px;
  margin: auto;
  padding: 0 40px !important;
}

@media screen and (max-width: 480px) {
  .form-signup-inner {
    max-width: 307px;
    padding: 0 !important;
  }
}

.signup-title {
  font-size: 28px;
  font-weight: bold !important;
  font-family: Noto Sans JP;
  color: #000000;
  margin-bottom: 20px !important;
}

.signup-title.-modal {
  margin-bottom: 40px !important;
}

.signup-text {
  color: #000000;
  font-size: 16px;
  font-family: Noto Sans JP;
  font-weight: 400 !important;
  text-align: left;
  margin-bottom: 40px;
}

.form-label.-signup {
  font-size: 18px;
  display: block !important;
  text-align: left !important;
  font-weight: bold !important;
  font-family: Noto Sans JP;
}

.form-signin.-signup input[type="email"] {
  margin-bottom: 1rem;
  border-radius: 4px;
  border: 1px solid #8D8D8D;
}

.input-flex.-signup {
  display: flex;
}

.input-flex.-signup.-first {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .input-flex.-signup {
    margin-left: 0;
  }
}

/* モーダルウインドウ */
.modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.57);
  overflow: auto;
  z-index: 10000;
}

.modal-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  cursor: pointer !important;
  border: none;
}

.modal-line {
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #262A2E;
  transform: rotate(45deg);
}

.modal-line::after {
  display: block;
  content: "";
  width: 25px;
  height: 2px;
  background-color: #262A2E;
  transform: rotate(-90deg);
}

.modal-contents {
  position: absolute;
  width: 100%;
  max-width: 800px;
  height: 85vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: 12000;
  overflow-y: auto;
}

@media screen and (max-width: 1024px) {
  .modal-contents {
    max-width: 470px;
  }
}

@media screen and (max-width: 480px) {
  .modal-contents {
    max-width: 354px;
    height: 98vh;
  }
}

.modal-contents-inner {
  padding: 60px 30px 50px;
  overflow-y: auto;
  height: 78vh;
}

@media screen and (max-width: 480px) {
  .modal-contents-inner {
    height: 95vh;
  }
}

.modal-text-wrap {
  padding: 2rem 0;
}
.modal-contents-text {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  text-align: left;
  line-height: 1.6;
}

.modal-contents-text.-first {
  margin-bottom: 40px !important;
}

/* profile */
.back-btn-onlySP {
  color: #595757;
  display: none;
  font-family: Noto Serif Myanmar;
  font-size: 14px;
  font-weight: bold !important;
  margin-left: 5px;
  margin-bottom: 15px;
  background-color: #f8f9fa !important;
}

@media screen and (max-width: 768px) {
  .back-btn-onlySP {
    display: block;
  }
}

.container.-profile {
  padding: 60px 0 10px 0 !important;
}

@media screen and (max-width: 768px) {
  .container.-profile {
    padding-top: 20px !important;
  }
}

.profile-inner {
  max-width: 810px;
  padding-left: 10px;
  padding-right: 10px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .profile-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.justify-content-between {
  justify-content: space-between;
}

.btn-bottom-sticky {
  display: none;
}

@media screen and (max-width: 768px) {
  .btn-bottom-sticky {
    display: block;
    font-size: 16px;
    font-weight: bold !important;
    font-family: Noto Sans JP;
    color: #2077BA;
    background-color: #ffffff;
    z-index: 30000;
    border: 1px solid #2077BA;
    padding: 12px 0;
    border-radius: 4px;
    width: 100%;
    position: fixed;
    bottom: 20px;
    left: 0;
  }
}

.card-body.-profile-left {
  width: 57%;
  /* height: 677px; */
  height: fit-content;
  margin-right: 15px;
  border-radius: 14px;
  padding: 25px 30px 60px 25px !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .card-body.-profile-left {
    width: 375px;
    height: fit-content;
    /* height: 700px; */
  }
}

@media screen and (max-width: 768px) {
  .card-body.-profile-left {
    margin-right: 0;
    height: fit-content;
    padding: 16px !important;
  }
}

.card-body.-profile-right {
  padding: 25px 20px 50px;
  width: 38%;
  /* height: 974px; */
  height: fit-content;
  border-radius: 14px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .card-body.-profile-right {
    width: 230px;
  }
}

@media screen and (max-width: 768px) {
  .card-body.-profile-right {
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  .card-body.-profile-right {
    width: 345px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

.card-item-list {
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 10px;
}

.card-item-list.-bodrernone {
  border-bottom: none;
}

.card-item-img.-left img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.card-item-img.-right img {
  width: 45px;
  height: 45px;
}

.card-item-wrap {
  margin-left: 10px;
  margin-top: 8px;
}

.card-item-date {
  font-family: Noto Serif Myanmar;
  font-size: 10px;
  font-weight: 400;
  color: #BFBFBF;
  margin-bottom: 5px;
}

.flex.-cardItem {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 15px;
}

.flex.-cardItem.-right {
  justify-content: unset;
  margin-bottom: 0;
}

.flex.-email {
  display: flex;
  align-items: center;
}

.card-item-email {
  border: 1px solid #BFBFBF;
  padding: 1px 6px;
  border-radius: 50%;
  margin-right: 10px;
}

.card-item-emailImg {
  width: 15.3px;
  height: 12px;
  margin: auto;
}

.card-accontTag {
  border: 1px solid #2077BA;
  border-radius: 4px;
  padding: 0 20px;
}

.card-item-acccontName {
  font-weight: bold;
  color: #262A2E;
  line-height: 1;
  text-align: left;
  font-family: Noto Serif Myanmar;
}

.card-item-acccontName.-left {
  font-size: 16px;
}

.card-item-acccontName.-right {
  font-size: 12px;
}

.card-itemTag-flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.card-itemTag-flex div {
  width: calc(100%/3);
}
.card-itemTag {
  display: inline-block;
  font-size: 10px;
  font-family: Noto Sans Jp;
  background-color: #2077BA;
  color: #ffffff;
  padding: 4px;
  border-radius: 15px;
  cursor: pointer;
  margin-bottom: 0;
  width: 90%;
}

.card-itemText {
  font-size: 12px;
  font-family: Noto Serif Myanmar;
  font-weight: 400;
  color: #262A2E;
  line-height: 1.75;
  text-align: left !important;
}

.card-itemText.-second {
  margin-bottom: 0px !important;
}

.card-itemText.-right {
  margin-bottom: 5px !important;
}

.card-item-hashTag {
  color: #262A2E;
  font-size: 12px;
  font-weight: bold !important;
  font-family: Noto Serif Myanmar;
  margin-right: 10px;
}

/* TODO: ito birthdayのみしかない */
.card-item-birthday {
  color: #000000;
  font-size: 16px;
  font-family: Noto Sans Jp;
  text-align: left;
  font-family: Noto Sans JP;
  font-weight: bold !important;
  margin-bottom: 5px;
}

.card-item-birthday span {
  font-size: 12px;
  font-family: Noto Serif Myanmar;
  color: #262A2E;
  font-weight: 400;
  margin-left: 20px;
}

.sns-flex {
  display: flex;
  margin-bottom: 30px !important;
}

.sns-text {
  color: #000000;
  font-size: 16px;
  font-family: Noto Sans Jp;
  text-align: left;
  font-family: Noto Sans JP;
  font-weight: bold !important;
  margin-right: 50px;
}

.sns-img {
  width: 17.4px;
  height: 14.4px;
  margin-right: 10px;
}

.card-item-question {
  font-size: 16px;
  font-weight: bold !important;
  font-family: Noto Sans JP;
  color: #000000;
  line-height: 1.5;
  text-align: left !important;
  margin-bottom: 15px !important;
}

.card-item-review {
  font-size: 16px;
  font-weight: bold !important;
  font-family: Noto Sans JP;
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}

.card-item-review.-second {
  margin-top: 50px !important;
}

.display-none{
  display: none;
}
