@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/icomoon/fonts/icomoon.eot?jdb9sg");
  src: url("../fonts/icomoon/fonts/icomoon.eot?jdb9sg#iefix") format("embedded-opentype"), url("../fonts/icomoon/fonts/icomoon.ttf?jdb9sg") format("truetype"), url("../fonts/icomoon/fonts/icomoon.woff?jdb9sg") format("woff"), url("../fonts/icomoon/fonts/icomoon.svg?jdb9sg#icomoon") format("svg");
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bag:before {
  content: "\e913";
}

.icon-mail:before {
  content: "\e912";
}

.icon-entry:before {
  content: "\e910";
}

.icon-edit:before {
  content: "\e911";
}

.icon-login:before {
  content: "\e90f";
}

.icon-help:before {
  content: "\e90c";
}

.icon-friend_header:before {
  content: "\e90e";
}

.icon-info:before {
  content: "\e90d";
}

.icon-recruitment:before {
  content: "\e90b";
}

.icon-lock:before {
  content: "\e90a";
}

.icon-application:before {
  content: "\e909";
}

.icon-search_w:before {
  content: "\e908";
}

.icon-day:before {
  content: "\e903";
}

.icon-lang:before {
  content: "\e904";
}

.icon-pay:before {
  content: "\e905";
}

.icon-sector:before {
  content: "\e906";
}

.icon-type:before {
  content: "\e907";
}

.icon-pen:before {
  content: "\e900";
}

.icon-clock:before {
  content: "\e901";
}

.icon-star:before {
  content: "\e902";
}

@media screen and (max-width: 1024px) {
  main {
    padding-top: 58px;
  }
  * .pc {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  * .sp {
    display: none;
  }
}

/*
body {
  font-family: "Noto Sans JP", Arial, Helvetica, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro W3", Meiryo, "メイリオ", sans-serif;
  font-size: 16px;
  color: #222;
}
*/

@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.5;
}

a,
p,
li,
dt,
dd,
th,
td,
figcaption,
time {
  line-height: 1.75;
}

a {
  color: #222;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}


input[type="text"],
input[type="password"],
input[type="email"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 16px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
  outline: none;
}

input::-webkit-input-placeholder {
  color: #aaa;
}

input::-moz-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder {
  color: #aaa;
}

input::-ms-input-placeholder {
  color: #aaa;
}

input::placeholder {
  color: #aaa;
}

/* IE */
input:-ms-input-placeholder {
  color: #aaa;
}

/* Edge */
input::-ms-input-placeholder {
  color: #aaa;
}

select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  min-width: 80px;
  padding: 12px 6% 12px 12px;
  border-color: #ccc;
  border-radius: 10px;
  background: #fff url(../img/arrow01.svg) center right 20px no-repeat;
  font-size: 16px;
}

select:focus {
  outline: none;
}

button {
  cursor: pointer;
}

input[type="submit"] {
  font-family: "Noto Sans JP", Arial, Helvetica, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro W3", Meiryo, "メイリオ", sans-serif;
}

input[type="submit"]:hover {
  opacity: .7;
}

textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 8em;
  padding: 10px;
  border-color: #ccc;
  font-size: 16px;
}

textarea:focus {
  outline: none;
}

.narrowHeaderPageMain {
  padding-top: 75px;
}

@media screen and (max-width: 1024px) {
  .narrowHeaderPageMain {
    padding-top: 58px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 0;
}

@media screen and (max-width: 1024px) {
  .inner {
    min-width: 90%;
    max-width: 90%;
  }
}


.blue {
  color: #007fc1;
}

.btn,
.btnChild {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .btn,
  .btnChild {
    margin-top: 30px;
  }
}

.btn a,
.btn p,
.btnChild a,
.btnChild p {
  display: inline-block;
  padding: 12px 140px;
  border: 3px solid #007fc1;
  border-radius: 200px;
  background: #007fc1;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media screen and (max-width: 768px) {
  .btn a,
  .btn p,
  .btnChild a,
  .btnChild p {
    padding: 6px 30px;
  }
}

.btn a:hover,
.btn p:hover,
.btnChild a:hover,
.btnChild p:hover {
  background: #fff;
}

.btn a:hover span,
.btn p:hover span,
.btnChild a:hover span,
.btnChild p:hover span {
  color: #007fc1;
}

.btn a:hover span::before,
.btn p:hover span::before,
.btnChild a:hover span::before,
.btnChild p:hover span::before {
  right: -5px;
}

.btn span,
.btnChild span {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .btn span,
  .btnChild span {
    font-size: 18px;
  }
}

.btn span::before,
.btnChild span::before {
  position: absolute;
  top: calc(50% - 14px);
  right: 0;
  width: auto;
  height: auto;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
  content: '\f054';
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btnChild {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .btnChild {
    margin-top: 30px;
  }
}

.btnNoArrow * {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 200px;
  background: #007fc1;
  font-size: 12px;
  color: #fff;
  letter-spacing: 1px;
}

.btnNoArrow a:hover {
  opacity: .7;
}

.inputBtn {
  position: relative;
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .inputBtn {
    margin-top: 30px;
  }
}

.inputBtn input {
  padding: 12px 60px;
  border: 3px solid #007fc1;
  border-radius: 200px;
  background: #007fc1;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 2px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media screen and (max-width: 768px) {
  .inputBtn input {
    padding: 6px 30px;
    font-size: 16px;
  }
}

.inputBtn i {
  position: absolute;
  top: 24px;
  left: calc(50% + 115px);
  font-size: 20px;
  color: #fff;
}

.fitImg {
  height: 100%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
  object-fit: cover;
}

.pageHeader {
  padding: 172px 0 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .pageHeader {
    padding: 60px 0;
  }
}

.pageHeader h2 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 2px;
}

.pageHeader i {
  display: block;
  margin-bottom: 10px;
}

.spPageHeader {
  padding: 60px 0;
  background: #dff0ff;
  text-align: center;
}

.spPageHeader h2 {
  font-size: 24px;
  font-weight: 500;
  color: #007fc1;
  letter-spacing: 2px;
}

.spPageHeader i {
  display: block;
  margin-bottom: 10px;
}

.pageContent:not(.singleContent) {
  padding-top: 60px;
}

@media screen and (max-width: 600px) {
  .pageContent:not(.singleContent) {
    padding-top: 30px;
  }
}

.pageContent > *:not(:first-child) {
  margin-top: 60px;
}

@media screen and (max-width: 600px) {
  .pageContent > *:not(:first-child) {
    margin-top: 30px;
  }
}

.pageContent > :last-child {
  padding-bottom: 240px;
}

@media screen and (max-width: 600px) {
  .pageContent > :last-child {
    padding-bottom: 144px;
  }
}

.breadcrumb {
  border-bottom: 1px solid #007fc1;
}

.breadcrumb ol {
  -ms-flex-pack: end;
  padding: 8px 0;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb li {
  list-style: none;
  font-size: 12px;
}

.breadcrumb a {
  position: relative;
  display: block;
  padding-right: 30px;
}

.breadcrumb a:hover {
  opacity: .7;
}

.breadcrumb a::before {
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  width: auto;
  height: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f054';
}

.breadcrumb .home {
  color: #007fc1;
  text-decoration: underline;
}

.secTtl {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
}

@media screen and (max-width: 600px) {
  .secTtl {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.secTtl span {
  display: block;
  font-size: 14px;
  color: #ccc;
  letter-spacing: 1.5px;
}

.goDetailBox {
  display: block;
}

.goDetailBox:hover {
  color: #007fc1;
}

#search .flex {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  #search .flex {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  #search .flex > *:not(:first-child) {
    margin-top: 20px;
  }
}

#search select {
  padding: 25px 6% 25px 20px;
}

@media screen and (max-width: 1024px) {
  #search select {
    width: 100%;
  }
}

#search input[name="keyword"] {
  width: auto;
}

@media screen and (max-width: 1024px) {
  #search input[name="keyword"] {
    width: 100%;
  }
}

#search i {
  width: 50px;
  height: 50px;
  margin: 0 20px;
  border-radius: 50px;
  background: #007fc1;
  text-align: center;
}

#search i::before {
  line-height: 50px;
  color: #fff;
}

#search button {
  display: block;
  margin-left: 35px;
  padding: 17px 60px 17px 30px;
  border: none;
  border-radius: 10px;
  background: #007fc1 url(../img/search_w.svg) center right 30px no-repeat;
  background-size: 26px auto;
  font-size: 24px;
  color: #fff;
  letter-spacing: 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media screen and (max-width: 1024px) {
  #search button {
    width: 50%;
    margin-left: 0;
  }
}

#search button:hover {
  opacity: .7;
}

.pagerUtil {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-top: 30px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .pagerUtil {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

.pager {
  -ms-flex-pack: end;
  width: calc(100% - 360px);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 600px) {
  .pager {
    width: 100%;
    margin-top: 30px;
  }
}

.pager li {
  margin-left: 3px;
  list-style: none;
}

.pager li * {
  display: block;
  padding: 5px 8px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 12px;
  line-height: 1;
}

.pager li a:hover {
  border-color: #007fc1;
  background: #007fc1;
  color: #fff;
}

.pager li span {
  border-color: #007fc1;
  background: #007fc1;
  color: #fff;
}

.pager .arrow a {
  color: #999;
}

.sidebar {
  width: 250px;
  margin-left: 40px;
}

@media screen and (max-width: 1024px) {
  .sidebar {
    margin: 30px 0 0;
  }
}

.sidebar > * {
  margin-top: 30px;
}

.sidebar .banner li + li {
  margin-top: 10px;
}

.sidebar .banner a:hover {
  opacity: .7;
}

.sidebar #searchBox input {
  padding: 10px;
  font-size: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar #searchBox input:focus {
  outline: none;
}

.sidebar #searchBox button {
  width: 44px;
  margin-left: 8px;
  border: none;
  background: #007fc1;
  font-family: "Noto Sans JP", Arial, Helvetica, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro W3", Meiryo, "メイリオ", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.sidebar #searchBox button:hover {
  opacity: .7;
}

.sidebar h6 {
  padding: 10px 0;
  background: #eee;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.sidebar section ul a {
  position: relative;
  display: block;
  padding: 10px 0;
  border-bottom: 1px dotted #7f7f7f;
  font-size: 12px;
}

.sidebar section ul a:hover {
  border-bottom: 1px solid #007fc1;
  color: #007fc1;
}

.sidebar section ul i {
  margin-right: 8px;
  font-size: 10px;
  color: #007fc1;
}

.sidebar section .btnNoArrow {
  margin-top: 15px;
  text-align: center;
}

.userBox .inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px;
  border: 2px solid #eee;
}

@media screen and (max-width: 600px) {
  .userBox .inner {
    padding: 0;
    border: none;
  }
}

.userBox h3 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}

.inputBox {
  margin-top: 30px;
}

.inputBox dl + dl {
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .inputBox dl + dl {
    margin-top: 20px;
  }
}

.inputBox dt {
  margin-bottom: 5px;
  font-weight: 700;
}

.inputBox dt span {
  display: inline-block;
  margin-left: 5px;
  padding: 0 12px;
  border-radius: 100px;
  font-size: 11px;
  color: #fff;
  letter-spacing: 1px;
}

.inputBox dt .req {
  background: #007fc1;
}

.inputBox dt .any {
  background: #888;
}

#registRule {
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 150px;
  margin-top: 60px;
  padding: 30px;
  background: #f7f7f7;
}

#registRule > p {
  margin-bottom: 15px;
  border-bottom: 1px dotted #7a7a7a;
  font-weight: 500;
  letter-spacing: 1px;
}

#registRule div {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 1px;
}

#registRule h4 {
  margin: 20px 0 5px;
  font-size: 14px;
}

.registSubbox {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 1px;
}

.registSubbox {
  font-size: 14px;
  text-align: center;
}

.registSubbox > p {
  margin-bottom: 10px;
}

.tableList {
  margin-top: 20px;
}

.tableList * {
  font-size: 14px;
  letter-spacing: 1px;
}

.tableList .ttl {
  background: #f5fafc;
  font-weight: 700;
  color: #007fc1;
}

.tableList .ttl .col01,
.tableList .ttl .col02 {
  position: relative;
}

.tableList .ttl .col01::before,
.tableList .ttl .col02::before {
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: calc(100% - 20px);
  background: #ccc;
  content: "";
}

.tableList [class^="col"] {
  padding: 15px 20px;
  text-align: center;
}

.tableList .col01 {
  width: 70px;
  font-weight: 700;
}

.tableList .col02 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tableList .col03 {
  width: 120px;
}

.tableList .cont {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.tableList .cont [class^="col"] {
  border-bottom: 1px solid #ccc;
}

.tableList .cont .col02 {
  text-align: left;
}

.tableList .cont a {
  text-decoration: underline;
}

.tableList .cont a:hover {
  text-decoration: none;
}

.mypageBox .mypageHeader {
  padding: 10px 30px;
  border-radius: 20px 20px 0 0;
  background: #007fc1;
}

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

.mypageBox .mypageHeader * {
  color: #fff;
}

.mypageBox .mypageHeader .name {
  font-size: 18px;
  letter-spacing: 2px;
}

@media screen and (max-width: 1024px) {
  .mypageBox .mypageHeader .name {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .mypageBox .mypageHeader .name {
    font-size: 15px;
  }
}

.mypageBox .mypageHeader .name span {
  margin-left: 5px;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .mypageBox .mypageHeader .name span {
    font-size: 22px;
  }
}

.mypageBox .mypageDetail {
  -ms-flex-align: start;
  padding: 60px;
  border: 1px solid #ccc;
  -webkit-box-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .mypageBox .mypageDetail {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .mypageBox .mypageDetail {
    padding: 0;
    border: none;
  }
}

.mypageBox aside {
  width: 260px;
}

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

.mypageBox aside > *:not(:first-child) {
  margin-top: 20px;
}

.mypageBox aside .mainMenu li + li {
  margin-top: 10px;
}

.mypageBox aside .mainMenu li a {
  padding: 10px 0;
}

.mypageBox aside .mainMenu li i {
  margin-bottom: 0;
}

.mypageBox .subMenu {
  position: relative;
  overflow: hidden;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.mypageBox .subMenu::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #007fc1;
  content: "";
}

.mypageBox .subMenu a {
  position: relative;
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
}

.mypageBox .subMenu a:hover {
  border-bottom-color: #007fc1;
  color: #007fc1;
}

.mypageBox .subMenu a:hover::before {
  color: #007fc1;
}

.mypageBox .subMenu a::before {
  position: absolute;
  top: calc(50% - 13px);
  right: 10px;
  width: auto;
  height: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: rgba(0, 127, 193, 0.5);
  content: '\f054';
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.mypageBox .mypageDetailMain {
  margin-left: 25px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mypageBox .mypageDetailMain .userBox {
  margin-left: 20px;
}

.mypageBox .mypageDetailMain h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
}

.mypageBox .mypageDetailMain h3:not(:first-of-type) {
  margin-top: 60px;
}

.mypageBox .mypageDetailMain .allPage {
  font-size: 14px;
  font-weight: 700;
  color: #999;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .mypageBox .mypageDetailMain .allPage {
    text-align: left;
  }
}

.mypageBox .mypageDetailMain .allPage span {
  margin: 0 5px;
  color: #007fc1;
}

.mypageBox #jobContent .resultBox .jobHeader .img {
  background: #eee;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 600px) {
  .mypageBox #jobContent .resultBox .jobHeader .img {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.mypageBox #jobContent .resultBox .jobHeader .tx {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

@media screen and (max-width: 600px) {
  .mypageBox #jobContent .resultBox .jobHeader .tx {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.mypageBox #jobContent .resultBox .jobBox {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .mypageBox #jobContent .resultBox .jobBox {
    padding: 0;
    border: none;
  }
}

.mypageBox #jobContent .resultBox .detail dt {
  text-align: left;
}

.mypageBox .pager {
  width: 100%;
}

.mypageBox .mainMenu li i {
  display: block;
  margin-bottom: 8px;
  font-size: 34px;
  color: #007fc1;
}

.mypageBox .mainMenu li a {
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 20px 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.mypageBox .mainMenu li a:hover {
  border-color: #007fc1;
  background: #007fc1;
  color: #fff;
}

.mypageBox .mainMenu li a:hover i {
  color: #fff;
}

.mypageBox .mainMenu li a:hover::before {
  border-color: #007fc1;
  background: #007fc1;
}

.mypageBox .mainMenu li a::before {
  position: absolute;
  z-index: -1;
  top: 1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #ccc;
  content: "";
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.mypageBox .mainMenu.flex {
  -ms-flex-pack: justify;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mypageBox .mainMenu.flex li {
  width: calc(50% - 8px);
}

.mypageBox .mainMenu.flex li:nth-child(n+3) {
  margin-top: 16px;
}

.mypageBox .mainMenu.flex li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  line-height: 1.4;
}

.mypageBox .userBox {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  padding: 20px 0;
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  align-items: center;
}

.mypageBox .userBox > *:not(:first-child) {
  margin-top: 10px;
}

.mypageBox .userBox .img {
  overflow: hidden;
  width: 124px;
  height: 124px;
  border-radius: 124px;
  background: #f5fafc url(../img/type.svg) no-repeat center;
  background-size: 50px, auto;
}

.mypageBox .userBox .name {
  font-size: 14px;
}

.mypageBox .userBox .mail {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #007fc1;
  text-decoration: underline;
}

.mypageBox .userBox .mail:hover {
  text-decoration: none;
}

.mypageBox .userBox .btn a {
  padding: 0 20px;
}

.mypageBox .userBox .btn span {
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #favoriteContent,
  #historyContent,
  #watchContent,
  #editContent,
  #mailContent,
  #leaveContent,
  #workhistoryContent,
  #entryContent {
    padding-top: 0;
  }
  #favoriteContent .inner,
  #historyContent .inner,
  #watchContent .inner,
  #editContent .inner,
  #mailContent .inner,
  #leaveContent .inner,
  #workhistoryContent .inner,
  #entryContent .inner {
    width: 100%;
    min-width: 100%;
    max-width: none;
  }
  #favoriteContent .mypageDetailMain,
  #historyContent .mypageDetailMain,
  #watchContent .mypageDetailMain,
  #editContent .mypageDetailMain,
  #mailContent .mypageDetailMain,
  #leaveContent .mypageDetailMain,
  #workhistoryContent .mypageDetailMain,
  #entryContent .mypageDetailMain {
    margin-left: 0;
  }
  #favoriteContent .mypageDetailMain > *:not(h3),
  #historyContent .mypageDetailMain > *:not(h3),
  #watchContent .mypageDetailMain > *:not(h3),
  #editContent .mypageDetailMain > *:not(h3),
  #mailContent .mypageDetailMain > *:not(h3),
  #leaveContent .mypageDetailMain > *:not(h3),
  #workhistoryContent .mypageDetailMain > *:not(h3),
  #entryContent .mypageDetailMain > *:not(h3) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5%;
    padding-left: 5%;
  }
  #favoriteContent .mypageDetailMain > h3,
  #historyContent .mypageDetailMain > h3,
  #watchContent .mypageDetailMain > h3,
  #editContent .mypageDetailMain > h3,
  #mailContent .mypageDetailMain > h3,
  #leaveContent .mypageDetailMain > h3,
  #workhistoryContent .mypageDetailMain > h3,
  #entryContent .mypageDetailMain > h3 {
    margin-bottom: 15px;
    padding: 10px 5%;
    background: #007fc1;
    font-size: 24px;
    color: #fff;
  }
}

.errorDispAll * {
  font-size: 14px;
  color: #d62828;
}

.errorDispOne {
  font-size: 14px;
  color: #d62828;
}

.datepicker {
  border: 1px solid #ccc;
  background: #fff;
}

.relation {
  padding-bottom: 60px;
  border-bottom: 1px solid #ddd;
}

.relation h5 {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #007fc1;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2px;
}

@media screen and (max-width: 1024px) {
  #spSiteHeader {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    background: #007fc1;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  }
  #spSiteHeader .headerLogo {
    margin-right: auto;
  }
  #spSiteHeader .headerLogo img {
    width: auto;
    height: 58px;
  }
  #spHeaderUtil {
    -ms-flex-align: center;
    margin-left: auto;
    -webkit-box-align: center;
    align-items: center;
  }
  #spHeaderUtil li {
    height: 100%;
  }
  #spHeaderUtil a {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    height: 100%;
    padding: 0 10px;
    color: #fff;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (max-width: 1024px) and (max-width: 600px) {
  #spHeaderUtil a {
    padding: 0 1.5vw;
  }
}

@media screen and (max-width: 1024px) {
  #spHeaderUtil a * {
    line-height: 1;
  }
  #spHeaderUtil span {
    margin-top: 5px;
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 600px) {
  #spHeaderUtil span {
    font-size: 11px;
  }
}

@media screen and (max-width: 1024px) {
  #spNav {
    position: relative;
    width: 60px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 600px) {
  #spNav {
    width: 50px;
  }
}

@media screen and (max-width: 1024px) {
  #spNav::before {
    position: absolute;
    top: 28px;
    right: 20px;
    width: 20px;
    height: 2px;
    background: #fff;
    content: "";
  }
  #spNav::after {
    position: absolute;
    top: 21px;
    right: 20px;
    width: 20px;
    height: 12px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
  }
  #my-menu {
    background: #002b42;
  }
  #my-menu .mm-title {
    font-size: 16px;
  }
  #siteHeader {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  #spSiteHeader {
    display: none;
  }
  #siteHeader {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    -ms-flex-align: center;
    width: 100%;
    background: #007fc1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1024px) {
  #siteHeader {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  #siteHeader * {
    color: #fff;
  }
  #siteHeader .nav a {
    position: relative;
    display: block;
    margin-top: 15px;
    padding: 0 1vw 30px 1vw;
    line-height: 1;
    text-align: center;
  }
  #siteHeader .nav a:hover::before {
    color: #fff;
  }
  #siteHeader .nav a::before {
    position: absolute;
    bottom: 0;
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #80c4e6;
    content: '\f078';
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  #siteHeader .user {
    -ms-flex-align: center;
    border-left: 1px solid #fff;
    -webkit-box-align: center;
    align-items: center;
  }
  #siteHeader .user li:not(.login) {
    -ms-flex-align: center;
    height: 100%;
    border-right: 1px solid #fff;
    -webkit-box-align: center;
    align-items: center;
  }
  #siteHeader .user li:not(.login) a {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    padding: 0 1vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
  }
  #siteHeader .user li:not(.login) a:hover {
    opacity: .7;
  }
  #siteHeader .user li:not(.login) i {
    height: 28px;
  }
  #siteHeader .user li:not(.login) i::before {
    font-size: 28px;
    color: #fff;
  }
  #siteHeader .user li:not(.login) .icon-pen::before {
    font-size: 24px;
  }
  #siteHeader .user li:not(.login) span {
    margin-top: 4px;
    font-size: 12px;
  }
  #siteHeader .user .login {
    margin: 0 1vw;
  }
  #siteHeader .user .login a {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 2vw;
    border: 2px solid #fff;
    border-radius: 100px;
    background: #007fc1;
  }
  #siteHeader .user .login a:hover span::after {
    right: -5px;
    color: #fff;
  }
  #siteHeader .user .login span {
    position: relative;
    padding-right: 15px;
    font-size: 14px;
    line-height: 1;
  }
  #siteHeader .user .login span::after {
    position: absolute;
    top: calc(50% - 7px);
    right: 0;
    width: auto;
    height: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255, 255, 255, 0.5);
    content: '\f054';
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .headerLogo {
    margin-right: auto;
  }
}

#pageTop {
  position: absolute;
  top: -150px;
  right: 0;
  width: 90px;
  height: 90px;
}

@media screen and (max-width: 768px) {
  #pageTop {
    top: -120px;
    width: 60px;
    height: 60px;
  }
}

#pageTop a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90px;
  height: 90px;
  border: 3px solid #007fc1;
  border-radius: 90px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #pageTop a {
    width: 60px;
    height: 60px;
    border-radius: 60px;
  }
}

#pageTop a:hover {
  background: #007fc1;
}

#pageTop a:hover::before {
  top: 10px;
  color: #fff;
}

#pageTop a::before {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Free";
  font-size: 32px;
  font-weight: 900;
  color: #007fc1;
  content: '\f077';
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media screen and (max-width: 768px) {
  #pageTop a::before {
    top: 10px;
    font-size: 25px;
  }
}

#siteFooter {
  padding-top: 40px;
  background: #444;
}

#siteFooter .inner {
  position: relative;
}

#siteFooter .logo {
  text-align: center;
}

#siteFooter nav {
  margin: 40px -12px 0;
}

@media screen and (max-width: 768px) {
  #siteFooter nav {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

#siteFooter section {
  padding: 0 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#siteFooter section li a {
  position: relative;
  display: block;
  padding: 12px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 2px;
}

#siteFooter section li a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

#siteFooter section li a:hover::before {
  right: 0;
}

#siteFooter section li a::before {
  position: absolute;
  top: 12px;
  right: 5px;
  width: auto;
  height: auto;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  content: '\f054';
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#siteFooter h6 {
  padding: 10px 0;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  color: #444;
  text-align: center;
  letter-spacing: 2px;
}

#siteFooter .sns {
  -ms-flex-pack: center;
  margin-top: 30px;
  -webkit-box-pack: center;
  justify-content: center;
}

#siteFooter .sns li {
  margin: 0 10px;
}

#siteFooter .sns a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #fff;
  text-align: center;
}

#siteFooter .sns a:hover {
  opacity: .7;
}

#siteFooter .sns i {
  font-size: 28px;
  line-height: 60px;
}

#siteFooter .sns .fa-twitter-square {
  color: #1da1f3;
}

#siteFooter .sns .fa-facebook-square {
  color: #0075fb;
}

#siteFooter .sns .icon-pen {
  color: #007fc1;
}

#siteFooter small {
  display: block;
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 1px;
}
/*# sourceMappingURL=common.css.map */
