@charset "UTF-8";

body {
  padding-top: 78px;
}
.header--mypage {
  height: 78px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
.header--mypage__inner {
  display: flex;
  padding-left: 25px;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  background-color: #fff;
}
.header--mypage__logo {
  width: 60px;
}
.header--mypage__logo-img{
}
.header--mypage__nav-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
.header--mypage__account{
  font-size: 16px;
  font-weight: bold;
  margin-right: 25px;
}
.mypage__mypage__account-img {
  margin-right: 8px;
}
.header--mypage__btn-wrap {
  height: 100%;
}
.header--mypage__btn-link {
  height: 100%;
  display: block;
}
.header--mypage__btn {
  height: 100%;
  width: 78px;
  background-color: #DCE2E3;
  font-size: 12px;
  font-weight: bold;
  padding-top: 35px;
  text-align: center;
  background-image: url(../img/mypage-client/icon_logout.svg);
  background-repeat: no-repeat;
  background-position: center 19px;
}
.mypage__layout1 {
  display: flex;
  justify-content: space-between;
  background-color: #F8F8F8;
}
.mypage__layout1--2 {
  justify-content: flex-start;
}
.mypage__layout1--3 {
  justify-content: center;
}
.mypage__menu-wrap{
  width: 220px;
}
.mypage__menu-section{
  background-color: #6AA89C;
}
.mypage__menu-wrap--admin .mypage__menu-section{
  background-color: #8696BF;
}
.mypage__menu-list {
  border-bottom: 1px solid #fff;
}
.mypage__menu-item {
  padding: 15px 20px;
}
.mypage__menu-item-link{
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.mypage__menu-item-img {
  vertical-align: baseline;
  margin-right: 9px;
}
.mypage__menu-line {
  padding: 10px;
}
.mypage__menu-line-img{
}
.mypage__menu-password {
  margin-top: 100px;
  padding: 25px 20px;
  color: #fff;
}
.mypage__menu-password-img{
  vertical-align: baseline;
  margin-right: 9px;
}
.mypage__content-wrap {
  width: calc(100% - 220px);
  padding: 30px 30px 100px 30px;
}
.mypage__content-wrap2 {
  width: 1000px;
}

.mypage__task-list-wrap {
  width: 940px;
}
.mypage__task-list {
  margin-top: 10px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  width: 940px;
}
.mypage__task-item {
  width: 450px;
  border-radius: 5px;
}
.mypage__task-item2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mypage__task-item2 .btn{
  height: 45px;
}
.mypage__task-ttl {
  background-color: #6AA89C;
  border-radius: 5px 5px 0 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 6px 0;
}
.mypage__task-body {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  padding: 10px;
}
.mypage__task-text {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  margin-top: 10px;
}
.mypage__task-text .en{
  font-size: 50px;
  font-weight: 500;
  margin: 0 5px;
  color: #6AA89C;
}
.mypage__task-text .zero{
  color: #6AA89C;
}
.mypage__task-link {
  text-align: center;
  margin-top: 5px;
}
.mypage__task-link .link4 {
  font-size: 18px;
  color: #6AA89C;
  background-image: url(../img/icon_arrow_right_trianle_green.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px;
  background-size: 10px;
}
.mypage__selection-wrap,
.mypage__message-wrap {
  margin-top: 35px;
}
.mypage__news-wrap {
  margin-top: 60px;
}
.mypage__news-list {
  margin-top: 15px;
}
.mypage__news-item {
  display: flex;
  padding: 20px 0;
  border-top: 1px solid var(--border1);
}
.mypage__news-time {
  color: #009A9A;
  font-weight: 500;
  letter-spacing: 1.6px;
  width: 8em;
}
.mypage__news-text {
  width: calc(100% - 8em);
}
.action-btn-wrap {
  margin-top: 25px;
}
.action-btn-wrap .btn--add {
  height: 45px;
  font-weight: bold;
  background-image: url(../img/icon_add.svg);
  background-repeat: no-repeat;
  background-position: 25px center;
  padding-left: 50px;
  text-align: left;
}
.search-btn-wrap {
  margin-top: 20px;
  display: flex;
  gap: 0 5px;
  font-size: 15px;
}
.search-btn-wrap .input-text2 {
  width: 224px;
  height: 36px;
  font-size: inherit;
}
.search-btn2-wrap .input-text2 {
  width: 568px;
  height: 36px;
  font-size: inherit;
}
.search-btn-wrap .input-select {
  max-width: 150px;
  height: 36px;
  font-weight: normal;
  font-size: inherit;
}
.search-btn-wrap .btn {
  width: 93px;
  height: 36px;
  font-size: 15px;
  padding: 0;
}
.mypage-table-wrap {
  margin-top: 20px;
}
.mypage-table {
  font-size: 15px;
  width: 100%;
}
.mypage-th {
  padding: 10px 20px;
  text-align: left;
  background-color: #A4D1C8;
  color: #fff;
}
.mypage-table--job .mypage-th:nth-child(1) {
  border-radius: 5px 0 0 0;
  min-width: 7em;
}
.mypage-table--job .mypage-th:nth-child(2) {
  min-width: 10em;
}
.mypage-table--job .mypage-th:nth-child(3){
}
.mypage-table--job .mypage-th:nth-child(4) {
  min-width: 6em;
}
.mypage-table--job .mypage-th:nth-child(5) {
  width: 12em;
}
.mypage-table--job .mypage-th:nth-child(6) {
  width: 7em;
}
.mypage-table--job .mypage-th:nth-child(7) {
  width: 185px;
}
.mypage-th:first-child{
  border-radius: 5px 0 0 0;
}
.mypage-th:last-child{
  border-radius: 0 5px 0 0;
}
.mypage-table--applied {
  margin-top: 10px;
}
.mypage-table--applied .mypage-th:nth-child(1){
  width: 20%;
}
.mypage-table--applied .mypage-th:nth-child(2){
  width: 25%;
}
.mypage-table--applied .mypage-th:nth-child(3){
  width: 15%;
}
.mypage-table--applied .mypage-th:nth-child(4){
  width: 15%;
}
.mypage-table--applied .mypage-th:nth-child(5){
  width: 25%;
}

.mypage-table--applied2 .mypage-th:nth-child(1){
  /* width: 15%; */
}
.mypage-table--applied2 .mypage-th:nth-child(2){
  /* width: 20%; */
}
.mypage-table--applied2 .mypage-th:nth-child(3){
  /* width: 15%; */
  width: 13em;
}
.mypage-table--applied2 .mypage-th:nth-child(4){
  /* width: 12%; */
  width: 8em;
}
.mypage-table--applied2 .mypage-th:nth-child(5){
  /* width: 25%; */
}
.mypage-table--applied2 .mypage-th:nth-child(6){
  /* width: 18%; */
  width: 7em;
}
.mypage-table--brand .mypage-th:nth-child(1){
  
}
.mypage-table--brand .mypage-th:nth-child(2){
  width: 10em;
}
.mypage-table--brand .mypage-th:nth-child(3){
  width: 10em;
}
.mypage-table--scout-result .mypage-th:nth-child(1){
  width: 5em;
}
.mypage-table--scout-result .mypage-th:nth-child(2){
  width: 6em;
}
.mypage-table--scout-result .mypage-th:nth-child(3) {
  width: 10em;
}
.mypage-table--scout-result .mypage-th:nth-child(4){
}
.mypage-table--scout-result .mypage-th:nth-child(5){
}
.mypage-table--scout-result .mypage-th:nth-child(6){
}
.mypage-table--scout-result .mypage-th:nth-child(7){
  width: 9em;
}
.mypage-table--scout-result .mypage-th:nth-child(8){
  width: 9em;
}
.mypage-table--scout-result .mypage-th:nth-child(9){
  width: 13em;
}

.mypage-table--new .mypage-th:nth-child(1){
  width: 70px;
}
.mypage-table--new .mypage-th:nth-child(2){
  width: 120px;
}
.mypage-table--new .mypage-th:nth-child(3){
  min-width: 10em;
}
.mypage-table--new .mypage-th:nth-child(4) {
  min-width: 10em;
}
.mypage-table--new .mypage-th:nth-child(5){
}
.mypage-table--new .mypage-th:nth-child(6){
  
}
.mypage-table--new .mypage-th:nth-child(7){
  width: 165px;
}

.mypage-table--drafts .mypage-th:nth-child(1){
  width: 120px;
}
.mypage-table--drafts .mypage-th:nth-child(2){
  min-width: 10em;
}
.mypage-table--drafts .mypage-th:nth-child(3) {
  min-width: 10em;
}
.mypage-table--drafts .mypage-th:nth-child(4){
}


.mypage-table tr:nth-child(even) .mypage-td{
  background-color: #FCFCFC;
}
.mypage-table tr:nth-child(odd) .mypage-td{
  background-color: #F5F5F5;
}
.mypage-td{
  padding: 10px 20px;
}
.mypage-table tr:last-child .mypage-td:first-child{
  border-radius: 0 0 5px 0;
}
.mypage-table tr:last-child .mypage-td:last-child{
  border-radius: 0 0 0 5px;
}
.mypage-no{
  font-size: 11px;
  color: #868686;
}
.mypage-th__link{
  color: #6AA89C;
}
.mypage-td .flex-column {
  gap: 10px 0;
}
.mypage-table--new .mypage-td .btn {
  height: 36px;
}
.icon--green3 {
  background-color: rgb(0, 154, 154, 0.1);
  color: #009A9A;
}
.icon--gray{
  border: 1px solid #6AA89C;
  background-color: #E0E5E9;
  color: #6AA89C;
}
.icon--gray2{
  background-color: #E0E5E9;
  color: #6AA89C;
}
.icon--red2{
  background-color: rgb(224, 128, 129, 0.1);
  color: #E08081;
}
.job-ttl-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.job-ttl-btn-wrap{
  display: flex;
  gap: 0 10px;
}
.job-ttl-btn-wrap .btn {
  height: 45px;
  font-size: 16px;
}
.mypage--section {
  margin-top: 20px;
}
@media screen and (max-width:1640px) {
  .client-job-wrap .flex-row4 .flex-item{
    width: calc(33% - 10px);
  }
}
@media screen and (max-width:1550px) {
  .client-job-wrap .flex-row4 .flex-item{
    width: calc(50% - 10px);
  }
}
.job_form_btn-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgb(0,0,0, 0.4);
  padding: 20px;
  align-items: center;
  gap: 0 15px;
  display: flex;
}
.mypage--client .ttl9 {
  background-color: #6AA89C;
}
.mypage--form-wrap {
  padding: 20px 30px 30px;
  box-shadow: 0px 0px 20px #00000019;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
}
.mypage--form-wrap .form__th1,
.mypage--form-wrap .form__td1 {
  border-top: 0;
  border-bottom: 1px solid var(--border1);
  text-align: left;
}
.mypage__task-wrap2 {
  margin-top: 35px;
}
.mypage__selection-wrap {
  margin-top: 30px;
}
.mypage__selection-wrap .flex-between {
  align-items: center;
}
.mypage__selection-wrap .flex-between .btn {
  border-radius: 5px;
  font-size: 15px;
  height: 36px;
}
.mypage__selection-list {
  margin-top: 10px;
  display: flex;
  background-color: #E9F7F4;
  border-radius: 5px;
  width: 940px;
}
.mypage__selection-item {
  width: 200px;
  padding: 15px 0 10px 49px;
  position: relative;
  height: 130px;
}
.mypage__selection-item::after {
  content: "";
  width: 49px;
  height: 148px;
  background-image: url(../img/mypage-client/bg_arrow_gray.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: -5px;
  right: -49px;
}
.mypage__selection-item:first-child {
  padding: 15px 0 10px;
  width: 145px;
}
.mypage__selection-item:last-child {
  padding: 15px 0 10px 49px;
  width: 200px;
}
.mypage__selection-item:last-child .mypage__selection-link {
  text-align: right;
  padding-right: 20px;
}
.mypage__selection-item:last-child::after {
  display: none;
}
.mypage__selection-ttl {
  width: 104px;
  text-align: center;
  margin: 0 auto;
  background-color: #6AA89C;
  border-radius: 17px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 0;
}
.mypage__selection-text {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  margin-top: 5px;
}
.mypage__selection-text .en{
  font-size: 50px;
  font-weight: 500;
  margin: 0 5px;
}
.mypage__selection-link{
  text-align: center;
}
.mypage__selection-link .link4 {
  color: #6AA89C;
  background-image: url(../img/icon_arrow_right_trianle_green.svg);
}
.mypage-td-name {
  font-size: 18px;
  color: #6AA89C;
  font-weight: bold;
}
.mypage-td-info {
  font-size: 12px;
}
.mypage-td-ttl {
  font-size: 15px;
}
.mypage-td-sub-ttl {
  font-size: 12px;
  color: #A5A5A5;
}
.mypage-td .input-select {
  height: 36px;
  padding-left: 10px;
  font-weight: normal;
}
.mypage-td .input-textarea2 {
  height: 6em;
  font-size: 15px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #C3C3C3;
  padding: 5px;
}


.list-tab-wrap {
  display: flex;
  justify-content: space-between;
}
.btn-tab {
  width: 460px;
  height: 42px;
  border-radius: 5px 5px 0 0;
  background-color: #D9D9D9;
  font-size: 17px;
  font-weight: bold;
}
.btn-tab._toggle-open2 {
  color: #009A9A;
  border-top: 4px solid #6AA89C;
  background-color: #fff;
  color: #6AA89C;
}
.list-tab-content-wrap {
}
.list-tab-content-wrap._toggle-open2 {
  display: block;
}
.list-tab-content-inner {
  background-color: #fff;
  padding: 40px 25px;
}
.list-tab-content-inner--admin {
  width: 940px;
}
.list-tab-wrap{
}
.btn-tab{
}
.btn-tab._toggle-open2{
  display: block;
}
.list-tab-content-wrap {
  display: none;
}
.list-tab-content-wrap._toggle-open2{
  display: block;
}
.list-tab-content-inner{
  box-shadow: 0px 0px 20px #00000019;
  border-radius: 0 5px 5px 5px;
}
.applied__data-wrap {
  border: 2px solid #6AA89C;
  border-radius: 5px;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
}
.applied__data-left{
  width: 430px;
}
.applied__data-kana {
  font-size: 12px;
}
.applied__data-prof {
  display: flex;
  gap: 0 10px;
}
.applied__data-prof-left {
  width: calc(100% - 100px);
}
.applied__data-prof-onerow .applied__data-prof-left {
  width: 100%;
}
.applied__data-prof-right {
  width: 100px;
  height: 133px;
}
.applied__data-prof-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.applied__data-name {
  font-size: 20px;
  color: #6AA89C;
  font-weight: bold;
}
.applied__data-dl {
  font-size: 12px;
  border-top: 1px solid var(--border1);
  border-bottom: 1px solid var(--border1);
  margin-top: 5px;
  padding: 5px 0;
  line-height: 1.6;
}
.applied__data-dl-block {
  display: flex;
}
.applied__data-dt {
  width: 9.5em;
  color: #6AA89C;
  font-weight: 500;
  position: relative;
}
.applied__data-dt::before {
  content: "：";
  position: absolute;
  right: 0;
}
.applied__data-dd {
  width: calc(100% - 9.5em);
}
.applied__data-info {
  margin-top: 10px;
  font-size: 12px;
  background-color: #E9F7F4;
  padding: 10px;
  border-radius: 5px;
}
.applied__data-info .ttl6{
  font-size: 12px;
}
.applied__data-right{
  width: 386px;
  background-color: #E9F7F4;
  border-radius: 5px;
  padding: 15px;
}
.applied__data-info .applied__data-dl {
  border-top: 1px solid var(--border1);
  border-bottom: 0;
}
.applied__data-info .applied__data-dt {
  width: 5em;
}
.applied__data-info .applied__data-dd {
  width: calc(100% - 5em);
}
.applied__data-status-wrap{
}
.applied__data-dl2 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.applied__data-dl2-block{
}
.applied__data-dt2 {
  font-size: 12px;
  font-weight: 500;
}
.applied__data-dd2 {
  font-size: 15px;
  margin-top: 5px;
}
.applied__data-dd2 .input-select {
  height: 40px;
  padding-left: 10px;
}
.applied__data-dl2-block:last-child {
  width: 100%;
}
.applied__data-dd2 .input-textarea2{
  width: 100%;
  height: 125px;
  padding: 10px;
}
.btn--calendar{
  padding-right: 40px;
}
.applied__data-btn-wrap {
  margin-top: 30px;
}
.applied__data-btn-wrap .btn {
  width: 275px;
  height: 54px;
  border-radius: 27px;
}
.applied__data-dl-btn-wrap{
  margin-top: 30px;
}
.applied__data-dl-btn-wrap .btn {
  width: 293px;
  height: 43px;
  background-image: url(../img/icon_download.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 15px;
}
.list-tab-content-inner .ttl9 {
  background-color: #6AA89C;
}
.list-tab-content-inner .mypage--section-wrap {
  margin-top: 30px;
}
.list-tab-content-inner--message {
  padding-top: 10px;
}
.message_name {
  padding: 5px 20px;
  background-color: #C6E5DF;
  font-weight: bold;
}
.applied__data-btn-wrap2 {
  margin-top: 50px;
}

.message__form-message {
  background-color: #E9F7F4;
  padding: 50px 20px;
  height: 55vh;
  overflow-y: scroll;
}
.message__form-message-consultant {
  display: flex;
  position: relative;
}
.message__form-img-wrap {
  height: 53px;
  width: 53px;
}
.message__form-img {
  border-radius: 50%;
}
.message__form-message-message {
  width: 505px;
  background-color: #fff;
  padding: 30px 20px;
  font-size: 15px;
  margin-left: 15px;
  border-radius: 5px;
}
.message__form-message-admin {
  width: 940px;
  padding: 25px;
  background-color: #fff;
}
.message__form-message-time-wrap {
    position: absolute;
    left: 542px;
    bottom: 0;
    font-size: 15px;
    font-weight: 500;
}
.message__form-message-user {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
* + .message__form-message-consultant,
* + .message__form-message-user {
  margin-top: 35px;
}
.message__form-message-user .message__form-message-message {
  background-color: #6AA89C;
  color: #fff;
}
.message__form-message-user .message__form-message-time-wrap {
  /* left: 265px; */
  left: 228px;
}
.message__form-input-wrap {
  background-color: #C6E5DF;
  padding: 20px 30px;
  border-radius: 0 0 5px 5px;
}
.message__form-input-text{
  font-size: 13px;
}
.message__form-input-wrap .icon-list {
  margin-top: 5px;
}
.message__form-input-wrap .icon4 {
  border: 2px solid #6AA89C;
  color: #6AA89C;
}
.message__form-input {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  height: 133px;
}
.message__form-input .input-textarea2 {
  width: 729px;
  height: 100%;
}
.message__form-input .btn{
  width: 84px;
  height: 100%;
  background-color: #6AA89C;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.message-list {
  background-color: #fff;
}
.message-item {
  border-top: 1px solid var(--border1);
  padding: 20px 25px;
}
.message-item:first-child {
  border-top: 0;
}
.message-item-link {
  display: flex;
}
.message-item-img-wrap {
  width: 78px;
  height: 78px;
}
.message-item-img{
  border-radius: 50%;
}
.message-item-text-wrap {
  width: calc(100% - 78px);
  padding-left: 10px;
}
.message-item-top {
}
.message-item-top-list-wrap {
}
.message-item-top-list-inner {
  display: flex;
  gap: 0 10px;
  justify-content: space-between;
}
.message-item-top-list {
  display: flex;
  gap: 0 10px;
}
.message-item-top-time{
  font-size: 15px;
  color: #939393;
}
.message-item-name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  color: #6AA89C;
}
.message-item-ttl{
  font-size: 19px;
  font-weight: 500;
}
.message-item-description{
  font-size: 15px;
  margin-top: 5px;
}
.message-item .applied__data-dl {
  border-top: 0;
  border-bottom: 0;
  padding: 5px 15px;
  background-color: #E9F7F4;
  border-radius: 5px;
}
.message-item .applied__data-dt {
  width: 5em;
}
.message-item .applied__data-dd {
  width: calc(100% - 5em);
}
.scout__search-wrap {
  margin-top: 30px;
}
.scout__search-wrap .form__table1 {
}
.scout__search-btn-wrap {
  margin-top: 70px;
}
.scout__search-btn-wrap .en{
  color: #E08081;
  font-size: 35px;
  font-weight: 500;
}
.scout__search-wrap ._child-item{
  display: none;
}
.scout__search-btn-wrap .btn{
  margin-top: 10px;
  height: 45px;
  font-size: 16px;
  border-radius: 23px;
}
.mypage__content-wrap .form__btn-wrap{
  margin-top: 50px;
}
.mypage__content-wrap .form__btn-wrap .btn{
  width: 275px;
  height: 54px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 27px;
}
.employment-type-ttl {
  width: 9em;
}
.btn--add2 {
  height: 45px;
  font-size: 16px;
}
.station-list {
  position: relative;
}
.custom-select-wrap {
  position: absolute;
  background-color: #fff;
  z-index: 10;
  border: 1px solid var(--border2);
  top: 0;
  overflow-y: scroll;
  max-height: 11em;
}
.custom-select {
  padding: 10px;
  cursor: pointer;
}
.custom-select:hover {
  background-color: var(--green1);
}

.scout__navi-wrap {
  background-color: #E9F7F4;
  border-radius: 5px;
  padding: 20px;
  display: flex;
}
.scout__navi-text-wrap {
  display: flex;
  align-items: center;
}
.scout__navi-text1 {
  font-weight: bold;
}
.scout__navi-text1 .min {
  display: block;
  font-size: 11px;
}
.scout__navi-text2 {
  font-size: 15px;
  font-weight: bold;
  margin-left: 10px;
  line-height: 1;
}
.scout__navi-text2 .en {
  font-size: 42px;
}
.scout__navi-bnt-wrap {
  margin-left: 30px;
}
.scout__navi-bnt-wrap .btn {
  height: 45px;
}
.scout__condition-wrap {
  margin-top: 30px;
}
.scout__condition-pager {
  font-weight: bold;
  font-size: 15px;
}
.scout__condition-wrap .input-text2 {
  width: 324px;
}
.scout__condition {
  margin-top: 10px;
}
.scout__condition .btn{
  height: 36px;
  font-size: 15px;
}
.scout__sort {
  margin-top: 10px;
}
.scout__sort .bold{
  font-size: 15px;
}
.scout__sort .input-select {
  margin-top: 10px;
}
.scout__sort .btn {
  height: 45px;
}
.scout__search-wrap .btn {
  height: 45px;
}
.icon-new {
  font-size: 12px;
  color: #E08081;
  border: 1px solid #E08081;
  border-radius: 9px;
  padding: 0 5px;
}
.scout__profile-wrap {
  background-color: #E9F7F4;
  border-radius: 5px;
  padding: 30px 20px;
}
.scout__profile {
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #6AA89C;
  padding: 25px;
}
.scout__profile:nth-child(n + 2) {
  margin-top: 2em;
}
.scout__profile-name {
  font-size: 28px;
  font-weight: bold;
  color: #6AA89C;
}
.dl2 {
  border-top: 1px solid var(--border1);
  border-bottom: 1px solid var(--border1);
}
.dl2-block {
  display: flex;
  padding: 5px 0
}
.dt2 {
  width: 9em;
  color: #6AA89C;
  font-size: 12px;
}
.scout__profile .dt2 {
  width: 10em;
  color: #6AA89C;
  font-size: 12px;
  position: relative;
}
.scout__profile .dt2::before {
  content: "：";
  position: absolute;
  right: 0;
}
.dd2 {
  width: calc(100% - 10em);
  font-size: 12px;
}
.scout__profile-btn-wrap {
  margin-top: 50px;
  text-align: center;
}
.scout__profile-btn-wrap .btn {
  width: 275px;
  height: 54px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 27px;
}

.dl3 {
  font-size: 15px;
}
.dl3-block {
}
.dt3 {
  font-weight: bold;
  position: relative;
}
.dd3 {
  margin-top: 5px;
}

.dl4 {
}
.dl4-block {
}
.dt4 {
}
.dd4 {
  margin-top: 5px;
}
.dd4 .btn {
  height: 36px;
}
.scout__form-wrap .dl3{
  margin-top: 25px;
}
.scout__form-wrap .dt3{
  margin-top: 30px;
}
.scout__form-wrap .dl4-block{
  margin-top: 30px;
}
.scout__form-wrap .dl4-block:first-child{
  margin-top: 10px;
}
.scout__job-title-wrap {
  margin-top: 25px;
  font-weight: 500;
  font-size: 20px;
  box-shadow: 4px 4px 4px #0000000A;
  border: 1px solid #CDD6DD;
  padding: 20px 30px;
  background-color: #fff;
  margin-bottom: 20px;
}
.scout__job-title-wrap .mini {
  font-size: 14px;
}
.scout__confirm {
  margin-top: 60px;
}
.scout__confirm__navi {
  display: flex;
}
.scout__confirm__tab-btn {
  width: 415px;
  height: 50px;
  color: #000000;
  font-size: 17px;
  background-color: #E3DEDC;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
}
.scout__confirm__tab-btn._toggle-open2 {
  background-color: #fff;
  color: #6AA89C;
  border-top: 4px solid #6AA89C;
}
.scout__confirm__list-wrap {
  box-shadow: 0px 0px 20px var(--boxshadow2);
  border-radius: 0px 0px 5px 5px;
  padding: 25px 30px 30px;
  background-color: #fff;
  margin: 0;
}
.scout__confirm__list-inner {
  display: none;
}
.scout__confirm__list-inner._toggle-open2{
  display: block;
}
.scout__confirm-ttl {
  font-size: 18px;
}
.scout__confirm-body {
  margin-top: 10px;
  font-size: 15px;
}
.scout__confirm__list-wrap .link2 {
  font-size: 15px;
  color: #009A9A;
}
.scout__confirm__list-inner .details__top-left {
  width: 100%;
}
.scout__profile-count {
  font-size: 20px;
  font-weight: bold;
}
.client-list {
  background-color: #fff;
  padding: 0 30px;
}
.client-item{
  padding: 20px 0;
  color: #6AA89C;
}
.client-item:nth-child(n + 2){
  border-top: 1px solid var(--border1);
}
.client-item-compay{
  font-size: 20px;
  font-weight: bold;
}
.client-item-address{
  font-size: 16px;
}
.client-search {
  display: flex;
  gap: 0 5px;
}
.client-search .btn {
  background-color: #6AA89C;
  border: 1px solid #0E3C71;
  border-radius: 5px;
  width: 130px;
  font-size: 20px;
  position: relative;
  background-position: 25px;
}
.mypage__backlink {
  font-weight: bold;
}
.search-text {
  background-color: #F5E461;
}
._prev {
  background-image: url("../img/arrow_top_black.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 15px;
  display: inline-block;
  margin-right: 1em;
}
._next {
  background-image: url("../img/arrow_bottom_black.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 15px;
  display: inline-block;
  margin-left: 1em;
}
.mypage .required {
  background-color: #E08081;
}
.mypage__profile-point,
.mypage__profile-point2 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #009A9A;
  cursor: pointer;
}
.mypage__profile-point2 {
  margin-top: 35px;
}
.mypage__profile-point-img {
  vertical-align: bottom;
}
@media screen and (max-width:560px) {body {
  padding-top: 12.5vw;
}
.header--mypage {
    height: 12.5vw;
}
.header--mypage__inner {
  padding-left: 5.36vw;
}
.header--mypage__logo {
  width: 9vw;
}
.header--mypage__btn-link {
  display: none;
}
.mypage__mypage__account-img {
  margin-right: 1.43vw;
  width: 7.32vw;
}
.header--mypage__account {
  font-size: 2.86vw;
  margin-right: 4.46vw;
}
.mypage__content-wrap {
  width: 100%;
  padding: 7.14vw 5.36vw;
}
.mypage__menu-wrap {
  display: none;
  position: fixed;
  top: 12.5vw;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.mypage__menu-section {
  padding: 5.36vw 7.14vw 10.71vw;
}
.mypage__menu-item {
  padding: 2.68vw 3.57vw;
}
.mypage__menu-item-link {
  font-size: 3.57vw;
}
.mypage__menu-item-img {
  margin-right: 1.61vw;
  width: 3.5vw;
}
.mypage__menu-line {
  padding: 0;
  margin-top: 7.14vw;
}
.mypage__menu-line-img {
  width: 57.14vw;
}
.mypage__menu-password {
  margin-top: 5.36vw;
  padding: 0;
  font-size: 3.21vw;
  font-weight: bold;
}
.mypage__task-list {
  margin-top: 1.79vw;
  gap: 0 3.57vw;
}
.mypage__task-item {
  width: 42.5vw;
  border-radius: 0.89vw;
}
.mypage__task-ttl {
  border-radius: 0.89vw 0.89vw 0 0;
  font-size: 3.57vw;
  padding: 1.79vw 0;
}
.mypage__task-body {
  border-radius: 0 0 0.89vw 0.89vw;
  padding: 2.68vw 1.79vw;
}
.mypage__task-text {
  font-size: 3.21vw;
  margin-top: 1.79vw;
}
.mypage__task-text .en {
  font-size: 8.93vw;
  margin: 0 0.89vw;
}
.mypage__task-link {
  text-align: right;
  margin-top: 0.89vw;
}
.mypage__task-link .link4 {
  font-size: 3.21vw;
  padding-right: 2.68vw;
  background-size: 1.79vw;
}
.mypage__selection-wrap {
  margin-top: 7.14vw;
}
.mypage__selection-wrap, .mypage__message-wrap {
  margin-top: 7.14vw;
}
.mypage__news-wrap {
  margin-top: 7.14vw;
}
.mypage__news-list {
  margin-top: 1.79vw;
}
.mypage__news-item {
  padding: 2.68vw 0;
}
.mypage__news-text {
  width: 100%;
}
.action-btn-wrap {
  margin-top: 4.46vw;
}
.action-btn-wrap .btn--add {
  height: 10.36vw;
  background-position: 4.46vw center;
  font-size: 3.21vw;
  background-size: 2.86vw;
  border-radius: 0.54vw;
  padding: 0 4.46vw;
  background-image: none;
}
.search-btn-wrap {
  margin-top: 5.36vw;
  gap: 2.68vw;
  font-size: 3.57vw;
  flex-wrap: wrap;
}
.search-btn-wrap .input-text2 {
  width: 100%;
  height: 10.71vw;
  font-size: inherit;
}
.search-btn-wrap .input-select {
  max-width: none;
  min-width: none;
  height: 10.71vw;
}
.search-btn-wrap .input-select:nth-of-type(1),
.search-btn-wrap .input-select:nth-of-type(2) {
  width: 43.21vw;
}
.search-btn-wrap .input-select:nth-of-type(3),
.search-btn-wrap .input-select:nth-of-type(4) {
  width: 27.86vw;
}
.search-btn-wrap--message .input-select:nth-of-type(1),
.search-btn-wrap--message .input-select:nth-of-type(2),
.search-btn-wrap--message .input-select:nth-of-type(3) {
  width: 27.86vw;
}
.search-btn-wrap--message .input-select:nth-of-type(4),
.search-btn-wrap--message .input-select:nth-of-type(5) {
  width: 27.86vw;
}
.search-btn-wrap .btn {
  width: 27.86vw;
  height: 10.71vw;
  font-size: 3.57vw;
}
.search-btn-wrap--message .btn {
  width: 27.86vw;
  height: 10.71vw;
  font-size: 3.57vw;
}
.mypage-table--job{
  border-top: 2.86vw solid #A4D1C8;
  border-radius: 0.89vw 0.89vw 0 0;
  margin-top: 2.68vw;
}
.mypage-table--job-inner {
  padding: 2.68vw 4.46vw;
}
.mypage-table--job-inner:nth-child(odd){
  background-color: #FCFCFC;
}
.mypage-table--job-inner:nth-child(even){
  background-color: #F5F5F5;
}
.mypage-table-name{
}
.mypage-table-no {
  font-size: 2.86vw;
  color: #868686;
}
.mypage-table-ttl {
  color: #6AA89C;
  margin-top: 0.89vw;
  font-weight: 500;
}
.mypage-table-bottom {
  margin-top: 0.89vw;
  display: flex;
}
.mypage-table-link {

}
.mypage-table-type-wrap {
  display: flex;
  width: calc(100% - 15vw);
  flex-wrap: wrap;
  padding-right: 0.89vw;
  /* border-right: 0.18vw solid var(--border2); */
  gap: 0.89vw;
}
.mypage-table-type {
}
.mypage-table--job .mypage-table-icon {
  display: flex;
  flex-wrap: wrap;
  gap: 0.89vw;
}
.mypage-table--job .icon6 {
  font-size: 3.21vw;
  padding: 0.71vw 2.68vw;
  border-radius: 3.04vw;
}
.mypage-table-duplicate {
  width: 15vw;
  padding-left: 0.89vw;
}
.mypage-table-duplicate-txt {
  font-size: 0.9em;
  margin-left: 1vw;
}
.mypage-table-btn-wrap {
  display: flex;
  gap: 3.57vw;
  margin-top: 1.79vw;
  justify-content: flex-end;
}
.mypage-table-btn-wrap .flex-wrap.flex-gap10{
  gap: 0 6vw;
}
.mypage-table-btn-wrap .btn {
  margin: 0;
  border-radius: 0.89vw;
  height: 8.21vw;
}
.job-ttl-wrap {
  flex-direction: column;
  gap: 3.57vw 0;
  align-items: flex-start;
}
.job-ttl-btn-wrap {
  gap: 1.79vw 0;
  flex-direction: column;
}
.job-ttl-btn-wrap .btn {
  height: 10.71vw;
  font-size: 3.21vw;
}
.mypage--section {
  margin-top: 5.36vw;
}
.client-job-wrap .flex-row4 .flex-item{
  width: 100%;
  padding: 0;
}
.job_form_btn-wrap {
  position: sticky;
  bottom: 0;
  left: 0;
  width: calc(100% + 10.71vw);
  background-color: rgb(0,0,0, 0.4);
  margin-left: -5.36vw;
  padding: 3.57vw;
  flex-direction: column;
  align-items: center;
  gap: 2.68vw 0;
}
.form__btn-text-link {
  font-size: 3.57vw;
}
.mypage__selection-list {
  margin-top: 1.79vw;
  background-color: inherit;
  border-radius: 0.89vw;
  width: 100%;
  flex-wrap: wrap;
  gap: 3.57vw;
}
.mypage__selection-item {
  width: 42vw;
  padding: 3.57vw 1.79vw 3.57vw;
  height: auto;
  background-color: #E9F7F4;
  border-radius: 0.89vw;
}
.mypage__selection-item:first-child,
.mypage__selection-item:last-child {
  padding: 3.57vw 1.79vw 3.57vw;
  width: 42vw;
}
.mypage__selection-item::after {
  display: none;
}
.mypage__selection-ttl {
  width: 28.93vw;
  border-radius: 3.04vw;
  font-size: 3.57vw;
  padding: 0.54vw 0;
}
.mypage__selection-link {
  text-align: right;
}
.mypage__selection-link .link4 {
  font-size: 3.21vw;
  padding-right: 2.68vw;
  background-size: 1.79vw;
}
.mypage__selection-text {
  font-size: 3.21vw;
  margin-top: 1.79vw;
}
.mypage__selection-text .en {
  font-size: 8.93vw;
  margin: 0 0.89vw;
} 
.mypage__selection-wrap .flex-between .btn {
  border-radius: 0.89vw;
  font-size: 3.21vw;
  height: 10.71vw;
}
.mypage-table--applied{
  border-top: 2.86vw solid #A4D1C8;
  border-radius: 0.89vw 0.89vw 0 0;
  margin-top: 5.36vw;
}
.mypage-table--applied-inner {
  padding: 3.57vw;
  background-color: #fff;
  border-radius: 0 0 0.89vw 0.89vw;
}
.mypage-table--applied-dl{
  padding: 3.57vw 4.46vw;
}
.mypage-table--applied-dl:nth-child(odd){
  background-color: #F5F5F5;
}
.mypage-table--applied-dl:nth-child(n + 2) {
  margin-top: 5.36vw;
}
.mypage-table--applied-block.flex-between {
  flex-direction: row;
}
.mypage-table--applied-block2 {
  width: 50%;
}
.mypage-table--applied-block:nth-child(n + 2) {
  margin-top: 2.68vw;
  align-items: flex-start;
}
.mypage-table--applied-dt {
  font-weight: bold;
  font-size: 3.21vw;
}
.mypage-table--applied-dd {
  margin-top: 0.89vw;
  position: relative;
  font-size: 3.21vw;
}
.mypage-table--applied-name {
  font-size: 6.07vw;
  color: #6AA89C;
  font-weight: bold;
}
.mypage-table--applied-info {
  font-size: 3.21vw;
}
.mypage-table--applied-type{
  font-size: 3.57vw;
  color: #A5A5A5;
}
.mypage-table--applied-ttl{
  font-size: 3.57vw;
  /* color: #6AA89C; */
  color: inherit;
}
.mypage-table--applied-date{
  font-size: 2.86vw;
  color: #A5A5A5;
}
.mypage-table--applied-dd .input-select {
  height: 10.71vw;
  width: 36.61vw;
}
.mypage-table--applied-dd .input-textarea2 {
  height: 23.75vw;
  background-color: #fff;
  padding: 1.79vw;
  border: 0.18vw solid #434343;
}
.mypage-table--applied-block-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mypage-table--applied .btn--dl {
  background-image: url(../img/icon_download.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 3.57vw) center;
  height: 6.43vw;
  background-size: 3.04vw;
  padding: 0 7.14vw 0 3.57vw;
  font-size: 3.21vw;
}
.applied__data-dd2 {
  font-size: 3.57vw;
  margin-top: 0.89vw;
}
.btn-tab {
  width: 43.21vw;
  height: 8.93vw;
  border-radius: 0.89vw 0.89vw 0 0;
  font-size: 3.21vw;
}
.btn-tab._toggle-open2 {
  border-top: 0.71vw solid #6AA89C;
}
.list-tab-content-inner {
  padding: 4.46vw 3.57vw;
}
.applied__data-wrap {
  border: 0.36vw solid #6AA89C;
  border-radius: 0.89vw;
  padding: 3.57vw;
  flex-direction: column;
  gap: 4.46vw 0;
}
.applied__data-left {
  width: 100%;
}
.applied__data-prof-left {
  width: calc(100% - 20vw);
}
.applied__data-prof-right {
  width: 20vw;
  height: 25vw;
}
.applied__data-kana {
  font-size: 3.57vw;
  font-weight: 500;
}
.applied__data-name {
  font-size: 5.71vw;
}
.applied__data-dl {
  font-size: 3.21vw;
  margin-top: 1.79vw;
  padding: 1.79vw 0;
}
.applied__data-info {
  margin-top: 2.68vw;
  font-size: 3.57vw;
  padding: 2.68vw;
  border-radius: 0.89vw;
}
.applied__data-info .ttl6 {
  font-size: 3.21vw;
}
.applied__data-info .applied__data-dl {
  font-size: 3.57vw;
}
.applied__data-right {
  width: 100%;
  border-radius: 0.89vw;
  padding: 2.68vw;
}
.applied__data-dl2 {
  gap: 3.57vw 2.68vw;
}
.applied__data-dt2 {
  font-size: 3.21vw;
}
.applied__data-dd2 .input-select {
  height: 10.71vw;
  padding-left: 1.79vw;
  width: 27.68vw;
}
.applied__data-dd2 .input-textarea2 {
  width: 100%;
  height: 25vw;
  padding: 1.79vw;
}
.applied__data-dl-btn-wrap {
  margin-top: 5.36vw;
}
.applied__data-dl-btn-wrap .btn {
  width: 60.71vw;
  height: 10.71vw;
  background-position: calc(100% - 3.57vw) center;
  background-size: 3.04vw;
}
.sticky__btn {
  gap: 4.46vw 0;
  flex-direction: column;
}
.mypage--form-wrap .form__th1 {
  border-bottom: 0;
}
.message_name {
  padding: 0.89vw 3.57vw;
}
.applied__data-btn-wrap2 {
  margin-top: 8.93vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.46vw 0;
}
.applied__data-btn-wrap .btn {
  width: 78.57vw;
  height: 15.36vw;
  border-radius: 7.68vw;
  font-size: 4.46vw;
  letter-spacing: 2.0.89vw;
}
.message__form-message {
  padding: 6.25vw 3.57vw;
  height: 40vh;
  height: 40dvh;
}
.message__form-img-wrap {
  height: 9.46vw;
  width: 9.46vw;
}
.message__form-message-message {
  width: 59.82vw;
  padding: 3.57vw;
  font-size: 3.57vw;
  margin-left: 0;
  border-radius: 0.89vw;
}
* + .message__form-message-consultant,
* + .message__form-message-user {
  margin-top: 2.68vw;
}
.message__form-message-time-wrap {
  bottom: 0;
  font-size: 2.5vw;
  left: 61.64vw;
}
.message__form-message-user .message__form-message-time-wrap {
  left: 0;
  font-size: 2.5vw;
}
.message__form-input-wrap {
  padding: 4.46vw 3.57vw;
  border-radius: 0 0 0.89vw 0.89vw;
}
.message__form-input-text {
  font-size: 3.57vw;
}
.message__form-input-wrap .icon-list {
  margin-top: 1.79vw;
}
.message__form-input {
  margin-top: 1.79vw;
  height: auto;
  flex-direction: column;
  gap: 2.68vw 0;
}
.message__form-input .input-textarea2 {
  width: 100%;
  height: 40vw;
}
.message__form-input .btn {
  width: 100%;
  height: 10.71vw;
  border-radius: 0.89vw;
  font-size: 3.57vw;
}
.message-item-text-wrap {
  width: 100%;
  padding-left: 0;
}
.message-item-img-wrap {
  width: 13.93vw;
  height: 13.93vw;
}
.message-item-top {
  justify-content: flex-start;
  display: flex;
}
.message-item-top-list-wrap {
  padding-left: 1.79vw;
  width: calc(100% - 13.93vw);
}
.message-item-top-list-inner {
  gap: 0 1.79vw;
}
.message-item-top-time {
  font-size: 3.21vw;
}
.message-item-name {
  font-size: 5.36vw;
  margin-top: 0.89vw;
}
.message-item-description {
  font-size: 3.57vw;
  margin-top: 2.68vw;
}
.message-item .applied__data-dl {
  padding: 2.68vw;
  border-radius: 0.89vw;
}
.applied__data-dl-block {
  font-size: 3.21vw;
}
.form__th1 {
  border-top: 0 !important;
}
.form__td1 {
  border-bottom: 0.18vw solid #f0f0f0 !important;
}
.scout__search-btn-wrap {
  margin-top: 8.93vw;
  font-size: 3.93vw;
  font-weight: 500;
}
.scout__search-btn-wrap .en {
  font-size: 10.71vw;
}
.scout__search-btn-wrap .btn {
  margin-top: 1.79vw;
  height: 15.36vw;
  font-size: 4.46vw;
  box-shadow: 0vw 0.54vw 1.07vw #00000029;
  border-radius: 7.68vw;
  width: 78.57vw;
  letter-spacing: 2.0.89vw;
}
.mypage__content-wrap .form__btn-wrap .btn {
  width: 78.57vw;
  height: 15.36vw;
  box-shadow: 0vw 0.54vw 1.07vw #00000029;
  border-radius: 7.68vw;
  letter-spacing: 2.0.89vw;
}
.search-btn2-wrap .input-text2 {
  width: 66.07vw;
  height: 10.71vw;
}
.search-btn2-wrap {
  justify-content: space-between;
  gap: 0;
}
.search-btn2-wrap .btn {
  width: 20.71vw;
  height: 10.71vw;
  font-size: 3.57vw;
}
.mypage__selection2-wrap {
  margin-top: 4.46vw;
}
.mypage-table--brand .mypage-th:nth-child(1) {
  width: auto;
}
.mypage-table--brand .mypage-th:nth-child(2) {
  width: 25vw;
}
.mypage-table--brand .mypage-th:nth-child(3) {
  width: 23vw;
}
.mypage-table--brand .mypage-th {
  padding: 1.79vw 3.57vw;
  font-size: 3.57vw;
}
.mypage-table--brand .mypage-td {
  padding: 1.79vw 3.57vw;
  font-size: 3.57vw;
}

.scout__confirm__list-inner .details__top-ttl {
  width: 100%;
}

.mypage__task-list-wrap {
  width: 100%;
}
.mypage__task-list {
  width: 100%;
}
.mypage__task-item2 .btn {
  height: auto;
  padding: 1.79vw 3.57vw;
}
.green-text {
  color: #6AA89C;
}
.scout__search-list {
  gap: 2.68vw 0;
}
.scout__search-list .flex-item {
  width: 50%;
}
.input-child-wrap {
  margin-top: 0.5em;
  padding-left: 1.5em;
  border-top: 0.18vw solid var(--border1);
  padding-top: 0.5em;
}
.scout__result-title {
  flex-direction: column;
  gap: 6.25vw 0;
}
.scout__navi-wrap {
  border-radius: 0.89vw;
  padding: 3.57vw;
  flex-direction: column;
  gap: 0.89vw 0;
  width: 100%;
}
.scout__navi-text-wrap {
  display: flex;
  justify-content: space-between;
}
.scout__navi-text1 .min {
  font-size: 2.68vw;
}
.scout__navi-text2 {
  font-size: 3.21vw;
  margin-left: 0;
}
.scout__navi-text2 .en {
  font-size: 8.57vw;
}
.scout__navi-bnt-wrap {
  margin-left: 0;
  display: flex;
  justify-content: flex-end;
}
.scout__condition-wrap {
  margin-top: 3.57vw;
}
.scout__condition-pager {
  font-size: 3.21vw;
}
.scout__condition {
  margin-top: 1.79vw;
  flex-direction: column;
  gap: 1.79vw 0;
  align-items: flex-end;
}
.scout__condition .flex-gap10 {
  gap: 2.68vw 3.57vw;
}
.scout__condition .btn {
  height: 10.71vw;
  font-size: 3.57vw;
}
.scout__sort .bold {
  font-size: 3.21vw;
}
.scout__sort {
  margin-top: 1.79vw;
  align-items: flex-end;
}
.mypage-table--applied-name-wrap {
  display: flex;
  align-items: center;
  gap: 0 1.79vw;
}
.mypage-table--applied-name-wrap .input-checkbox + label {
  position: inherit;
}
.sp .mypage-table--appliede .input-checkbox + label::after {
  top: 0.9em;
}
.sp .mypage-table--appliede .input-checkbox + label::before {
  top: 0.7em;
}
.mypage-table--applied-name-wrap .name {
  font-size: 6.07vw;
  color: #6AA89C;
}
.icon-new {
  font-size: 2.86vw;
  border-radius: 2.68vw;
  padding: 0 0.89vw;
}
.mypage-table--applied--scout .icon6 {
  font-size: 3.21vw;
  padding: 0.71vw 4.46vw;
  border-radius: 4.46vw;
}
.scout__favorite-img {
  width: 3.57vw;
}
.mypage-table--applied--scout .mypage-table--applied-block.flex-between {
  align-items: flex-start;
}
.scout__profile-wrap {
  border-radius: 0.89vw;
  padding: 5.36vw 3.57vw;
}
.scout__profile {
  border-radius: 0.89vw;
  padding: 4.46vw;
}
.scout__profile-name {
  font-size: 5.71vw;
}
.scout__profile .dl2-block {
  padding: 1.79vw 0;
}
.scout__profile .dt2 {
  font-size: 3.21vw;
}
.scout__profile .dd2 {
  font-size: 3.21vw;
}
.scout__form-wrap .dl3 {
  margin-top: 4.46vw;
  box-shadow: 0vw 0vw 3.57vw #0000001A;
  border-radius: 0.89vw;
  background-color: #fff;
  padding: 3.57vw;
  font-size: 3.57vw;
}
.scout__form-wrap .dt3 {
  margin-top: 0;
}
.scout__form-wrap .dl3-block:nth-child(n + 2) {
  margin-top: 2.68vw;
  padding-top: 2.68vw;
  border-top: 0.18vw solid var(--border1);
}
.scout__form-wrap .dl4-block {
  margin-top: 2.68vw;
  padding-top: 2.68vw;
}
.scout__form-wrap .dd4 {
  margin-top: 0.89vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.57vw 0;
}
.scout__form-wrap .dd4 .btn {
  height: 6.43vw;
}
.scout__form-wrap .btn--green2 {
  border-radius: 7.68vw;
}
.scout__confirm__tab-btn._toggle-open2 {
  border-top: 0.71vw solid #6AA89C;
}
.scout__confirm__tab-btn {
  font-size: 3.93vw;
}
.scout__confirm-ttl {
  font-size: 3.93vw;
}
.scout__confirm-body {
  margin-top: 3.57vw;
  font-size: 3.57vw;
}
.scout__confirm-wrap .link2 {
  font-size: 3.57vw;
}
.scout__confirm-wrap .table1.mt2 {
  margin-top: 1em;
}
.scout__confirm__list-wrap .link2 {
  font-size: 3.57vw;
}
.scout__job-title-wrap {
  margin-top: 4.46vw;
  font-size: 4.29vw;
  box-shadow: 0.71vw 0.71vw 0.71vw #0000000A;
  padding: 3.57vw 5.36vw;
  margin-bottom: 3.57vw;
}
.scout__job-title-wrap .mini {
  font-size: 3.21vw;
}

.mypage__profile-point-img {
  width: 5.89vw;
}
.mypage__profile-point, .mypage__profile-point2 {
  margin-top: 3.57vw;
  font-size: 4.29vw;
}
}