@charset "UTF-8";
@font-face {
  font-family: Mplus;
  src: url(../fonts/MPLUSRounded1c-Regular.ttf);
}

@font-face {
  font-family: Mplus;
  src: url(../fonts/MPLUSRounded1c-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: Oswald;
  src: url(../fonts/Oswald-Regular.ttf);
}

@font-face {
  font-family: Oswald;
  src: url(../fonts/Oswald-Bold.ttf);
  font-weight: bold;
}

/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  transition: 0.3s all;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

img {
  max-width: 100%;
}

.sp-only {
  display: none;
}

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

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
.c-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 5;
  transition: 0.3s all;
  /* box-shadow: 0 0 5px #80808073; */
}

.c-header--shadow {
  box-shadow: 0 0 10px 2px #75747473;
}

.c-header1 {
  padding-top: 20px;
  padding-bottom: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: flex-end;
}

.c-header2 {
  margin: 14px 0;
}

.c-header__desc {
  margin-left: -25px;
}

.c-header__buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
}

.c-header__buttons-login,
.c-header__buttons-phone {
  background-color: gray;
  padding: 16px 0;
  width: 230px;
  height: 50px;
  border-radius: 10px;
}

.c-header__buttons-login a,
.c-header__buttons-phone a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
}

.c-header__buttons-login a i,
.c-header__buttons-phone a i {
  font-size: 1.8rem;
  margin-right: 5px;
}

.c-header__buttons-phone {
  background-color: #ff3988;
  font-family: Oswald;
}

.c-header__buttons-phone a {
  font-size: 2.4rem;
}

.c-header__buttons-login {
  margin-left: 10px;
  background-color: #00bad6;
}

.c-header__nav {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: baseline;
  align-items: baseline;
}

.c-header__nav a {
  display: block;
  width: 20%;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  border-left: 1px solid #e4e4e4;
}

.c-header__nav a:last-child {
  border-right: 1px solid #e4e4e4;
}

.c-header__nav a:hover {
  color: #00bad6;
}

@media only screen and (min-width: 768px) {
  .c-header__logo {
    transform: translateY(11px);
  }
}
@media only screen and (max-width: 768px) {
  .c-header {
    /* box-shadow: none; */
    max-width: 100%;
    /* overflow-x: hidden; */
    /* position: relative; */
  }

  .c-header__logo {
    margin-left: 15px;
    width: 30%;
  }

  .c-header__logo a {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .c-sp-header {
    position: relative;
  }

  .c-sp-header1 {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: center;
  }

  .c-sp-header2 {
    position: absolute;
    top: 55px;
    z-index: 3;
    right: 0;
    transform: translateX(100%);
    transition: 0.3s all;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: calc(100vh - 105px);
    overflow-y: scroll;
    background-color: white;
  }

  .c-sp-header2--show {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }

  .c-sp-header2 a {
    font-size: 1.6rem;
    display: block;
    color: white;
    padding: 14.5px 0;
    padding-left: 15px;
    position: relative;
    background-color: #74d5e5;
    margin-bottom: 3px;
  }

  .c-sp-header2--blue {
    background-color: #00bad6 !important;
  }

  .c-sp-header2--pink {
    background-color: #ff3988 !important;
  }

  .c-sp-header2 a:last-child {
    margin-bottom: 0;
  }

  .c-sp-header2 a span {
    position: absolute;
    font-size: 1.8rem;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
  }

  .c-sp-header1__button {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #00bad6;
    font-size: 3rem;
  }

  .c-sp-header1__button--hide {
    display: none !important;
  }
}

.c-sp-header__log-in {
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translatey(-50%);
  width: 26.5%;
}

.c-sp-header__log-in a {
  display: block;
  font-size: 1.3rem;
  color: white;
  background-color: #00bad6;
  padding: 8.1% 0%;
  width: 100%;
  text-align: center;
}

.c-sp-header__log-in a i{
  margin-right: 5%;
}

/* Main menu
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  padding-bottom: 50px;
}

.c-footer1 {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #fbfaf9;
}

.c-footer2 {
  background-color: #efede8;
  padding: 18px 0;
}

@media only screen and (max-width: 570px) {
  .c-footer2 {
    padding: 7.5px 0;
  }
}

.c-footer2 p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .c-footer2 p {
    font-size: 0.8rem;
  }
}

.c-footer3 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.c-footer3 a {
  display: block;
  color: white;
  background-color: #ff3988;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 8.5px 0;
}

.c-footer3 a i {
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .c-footer4 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 5;
  }

  .c-footer4 a {
    display: block;
    font-size: 1.4rem;
    color: white;
    font-weight: bold;
    width: 50%;
    background-color: #00bad6;
    text-align: center;
    padding: 14.5px 0;
  }

  .c-footer4 a i {
    margin-right: 5px;
  }

  .c-footer4 a:first-child {
    background-color: #ff3988;
    font-family: Oswald;
  }
}

.c-footer__nav {
  width: calc(100% - 340px);
  margin: 0 auto;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  align-items: baseline;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .c-footer__nav {
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

.c-footer__nav a {
  margin-left: 52px;
  border-bottom: 1px solid #a09f9f;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .c-footer__nav a {
    font-size: 0.9rem;
    margin-left: 0;
  }
}

.c-footer__nav a:hover {
  color: #00bad6;
  border-bottom: 2px solid #00bad6;
}

.c-footer__nav a:first-child,
.c-footer__nav a:nth-child(7n) {
  margin-left: 0;
}

@media only screen and (max-width: 768px) {
  .c-footer__nav a,
  .c-footer__nav a:nth-child(7n) {
    margin-left: 25px;
  }
  .c-footer__nav a:nth-child(6n) {
    margin-left: 0;
  }
}

/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/* Breadcrumb
------------------------------------------------------------*/
/* layout
------------------------------------------------------------*/
body {
  font-family: Mplus;
  font-size: 1.4rem;
  min-width: 1100px;
  font-feature-settings: "palt" 1;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }
}

main {
  padding-top: 139px;
  min-height: calc(100vh - 208px - 155px);
}

@media only screen and (max-width: 768px) {
  main {
    padding-top: 65px;
    min-height: calc(100vh - 77px - 65px);
  }
}

.l-container {
  width: 1100px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .l-container {
    max-width: 100%;
    padding: 0 10px;
  }

  .l-top{
    padding-top: 55px;
    min-height: calc(100vh - 77px - 55px);
  }
}

.l-page-up {
  position: fixed;
  bottom: 59px;
  right: 150px;
  cursor: pointer;
}

.l-services {
  padding-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .l-services {
    padding-bottom: 35px;
  }
}

.l-company-pf {
  padding-bottom: 70px;
}

@media only screen and (max-width: 768px) {
  .l-company-pf {
    padding-bottom: 35px;
  }
}

.l-template {
  padding-bottom: 150px;
}

.l-template .c-title {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .l-template {
    padding-bottom: 50px;
  }

  .l-template .c-title {
    margin-bottom: 20px;
  }
}

.l-policy {
  margin-bottom: 70px;
}

@media only screen and (max-width: 768px) {
  .l-policy {
    margin-bottom: 20px;
  }
}

.l-archLayout {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

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

.l-archLayout__aside {
  width: 300px;
}

@media only screen and (max-width: 768px) {
  .l-archLayout__aside {
    order: 2;
  }
}

.l-archLayout__content {
  width: 770px;
}

@media only screen and (max-width: 768px) {
  .l-archLayout__content {
    order: 1;
  }

  .l-archLayout__aside,
  .l-archLayout__content {
    width: 100%;
  }
}

@media only screen and (min-width: 768px){
  .l-archLayout__content .c-box{
    height: 371px;
  }
}

.l-single,
.l-archive,
.l-profile {
  padding-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .l-single,
  .l-archive,
  .l-profile {
    padding-bottom: 20px;
  }
}

.l-introduce {
  background: url(../img/introduce-bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 108px;
}

@media only screen and (max-width: 768px) {
  .l-introduce {
    padding-bottom: 50px;
  }
}

.l-inquiry {
  margin-bottom: 40px;
}

.l-inquiry .c-table__form-line input{
  max-width: 100% !important;
}

.l-login {
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .l-login {
    margin-bottom: 30px;
  }
}

.l-login .c-register-box {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .l-login .c-register-box {
    margin-top: 20px;
  }
}

.l-login .c-register-box .c-btn01 {
  margin-top: 20px;
}

.l-pw-reset,
.l-register {
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .l-pw-reset {
    margin-bottom: 0;
  }
}

.l-application-cf {
  padding-bottom: 77px;
}

@media only screen and (max-width: 768px) {
  .l-application-cf {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 768px){
  .l-job-search{
    padding-bottom: 30px;
  }
}

.l-job-search .c-table--02 .c-custom-checkBox label{
  padding-left: 0;
}

.l-job-search .c-table--02 .c-custom-checkBox span::before{
  position: initial;
}

@media only screen and (max-width: 768px){
  .l-job-search .c-table__title--02 h3{
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 3%;
  }

  .l-job-search .p-jsearch-content .c-table__job-line p{
    font-size: 0.9rem;
  }
}


.l-block-screen{
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.l-block-screen::before{
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
@media only screen and (max-width: 768px){
  .c-sp-w100{
    width: 100%;
  }
}

.c-btn01 {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background-color: #cecece;
  color: white;
  font-size: 2rem;
  outline: none;
  border: none;
  border-radius: 30px;
  overflow: hidden;
  padding: 15px 0;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .c-btn01 {
    font-size: 1.2rem;
    padding: 5.5px 0;
  }
}

.c-btn01 i {
  font-size: 2.2rem;
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .c-btn01 i {
    font-size: 1.1rem;
    margin-right: 4px;
  }
}

.c-btn01--pink {
  /* background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fe3c89),
    to(#ff77ac)
  ); */
  background-image: linear-gradient(to top, #fe3c89, #ff77ac);
}

.c-btn01--blue {
  /* background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#08bcd7),
    to(#4dcfe2)
  ); */
  background-image: linear-gradient(to top, #08bcd7, #4dcfe2);
}

.c-btn01--orange,
.c-btn01--withdrawal {
  /* background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fe8715),
    to(#ffb476)
  ); */
  background-image: linear-gradient(to top, #fe8715, #ffb476);
}
/* {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fe8715),
    to(#ffb476)
  );
  background-image: linear-gradient(to top, #fe8715, #ffb476);
} */

@media only screen and (max-width: 768px) {
  .c-btn01--orange {
    font-size: 1.2rem;
    padding: 5.2% 0;
  }
}

.c-btn01--disable {
  /* background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#cecece),
    to(#f1f0f0)
  ); */
  background-image: linear-gradient(to top, #cecece, #f1f0f0);
  cursor: unset;
  pointer-events: none;
}
/* --- */
.c-table {
  background-color: #f7f7f7;
  border-radius: 10px;
  overflow: hidden;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .c-table {
    font-size: 1rem;
    border-radius: 5px;
  }
}

.c-table.c-table--02 {
  background-color: white;
}

.c-table.c-table--02 h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
}

.c-table.c-table--02 h3::before {
  display: block;
  content: "new";
  text-transform: uppercase;
  color: white;
  background-color: #ff3988;
  margin-right: 10px;
  font-size: 1.4rem;
  text-shadow: none;
  border-radius: 5px;
  padding: 0 10px;
}

@media only screen and (max-width: 768px) {
  .c-table.c-table--02 h3::before {
    margin-right: 3%;
    font-size: 1rem;
    padding: 0px 7px;
    border-radius: 5px;
  }
}

.c-table__title {
  background: url(../img/table-bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #c8f0f6;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.c-table__title.c-table__title--02 {
  background-image: none;
  justify-content: center;
  align-items: baseline;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  .c-table__title.c-table__title--02 {
    flex-wrap: wrap;
    padding: 10px 3%;
  }
}

.c-table__title.c-table__title--02 h3 {
  margin-right: 20px;
}

@media only screen and (max-width: 350px){
  .c-table__title.c-table__title--02 > .c-table__job-btn--small > .c-btn01 {
    font-size: 1.1rem;
  }
}

.c-table__title.c-table__title--02 > .c-table__job-btn {
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .c-table__title.c-table__title--02 > .c-table__job-btn {
    margin-right: 2%;
  }
}

.c-table__title.c-table__title--02 > .c-table__job-btn:last-child {
  margin-right: 0;
}

.c-table__title h3 {
  font-size: 2rem;
  text-shadow: white 2px 0px 0px, white 1.75517px 0.95885px 0px,
    white 1.0806px 1.68294px 0px, white 0.14147px 1.99499px 0px,
    white -0.83229px 1.81859px 0px, white -1.60229px 1.19694px 0px,
    white -1.97998px 0.28224px 0px, white -1.87291px -0.70157px 0px,
    white -1.30729px -1.5136px 0px, white -0.42159px -1.95506px 0px,
    white 0.56732px -1.91785px 0px, white 1.41734px -1.41108px 0px,
    white 1.92034px -0.55883px 0px;
}

@media only screen and (max-width: 768px) {
  .c-table__title h3 {
    font-size: 1.2rem;
  }
}

.c-table__title .c-table__required {
  font-size: 1.4rem;
  text-shadow: white 2px 0px 0px, white 1.75517px 0.95885px 0px,
    white 1.0806px 1.68294px 0px, white 0.14147px 1.99499px 0px,
    white -0.83229px 1.81859px 0px, white -1.60229px 1.19694px 0px,
    white -1.97998px 0.28224px 0px, white -1.87291px -0.70157px 0px,
    white -1.30729px -1.5136px 0px, white -0.42159px -1.95506px 0px,
    white 0.56732px -1.91785px 0px, white 1.41734px -1.41108px 0px,
    white 1.92034px -0.55883px 0px;
  color: #cc0000;
  margin-left: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .c-table__title .c-table__required {
    font-size: 1rem;
    margin-left: 5%;
  }
}

.c-table__icon {
  color: white;
  width: 50px;
  height: 50px;
  background-color: #00bad6;
  font-size: 2.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 20px;
}

@media only screen and (max-width: 768px){
  .c-table__icon{
    width: 40px;
    height: 40px;
    margin-right: 3%;
    font-size: 2rem;
  }
}

.c-table__icon img {
  max-width: 70%;
}

.c-table__content {
  box-sizing: border-box;
  padding: 20px;
  padding-top: 16px;
}

@media only screen and (max-width: 768px) {
  .c-table__content {
    padding: 3.5%;
    padding-top: 5%;;
  }
}

.c-table__arrows {
  position: relative;
}

.c-table__arrows .right,
.c-table__arrows .left {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #00bad6;
  font-size: 4rem;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 3%;
}

.c-table__arrows .right:hover,
.c-table__arrows .left:hover {
  opacity: 0.8;
}

.c-table__arrows .right {
  right: 0;
}

.c-table__arrows .left {
  left: 0;
}

.c-table__select {
  margin-bottom: 14px;
}

.c-table__select .item {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .c-table__select .item {
    padding-left: 17px;
    font-size: 0.9rem;
  }
}

.c-table__select .item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.c-table__select .item input:checked ~ span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  font-size: 2.2rem;
  color: #ff7800;
}

@media only screen and (max-width: 768px) {
  .c-table__select .item input:checked ~ span:before {
    font-size: 1.8rem;
  }
}

.c-table__select .item span:before {
  box-sizing: border-box;
  content: "";
  display: -webkit-box;
  display: flex;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #e7ecf2;
  border-radius: 5px;
  background-color: white;
  left: 0;
  top: 1px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .c-table__select .item span:before {
    width: 15px;
    height: 15px;
  }
}

.c-table__select:last-child {
  margin-bottom: 0;
}

.c-table__select b {
  display: block;
  margin-bottom: 3px;
}

.c-table__select b.border-bottom {
  padding-left: 15px;
  padding-bottom: 5px;
  border-bottom: 3px solid #00bad6;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .c-table__select b.border-bottom {
    padding-left: 3%;
    border-bottom: 2px solid #00bad6;
    margin-bottom: 3%;
  }
}

.c-table__select--flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  align-items: baseline;
}

.c-table__select--flex.health-physical-examination {
  max-width: 740px;
  padding-left: 15px;
}

@media only screen and (max-width: 768px) {
  .c-table__select--flex.health-physical-examination {
    padding-left: 0;
  }
}

.c-table__select--flex.time,
.c-table__select--flex.salary{
  margin-bottom: 30px;
}


.c-table__select--flex .item {
  width: 100px;
  max-width: 50%;
  margin-bottom: 9px;
}

.c-table__select--flex.health-clinic .item {
  width: 110px;
}



@media only screen and (max-width: 768px) {
  .c-table__select--flex .item {
    width: 19.8%;
    margin-right: calc(1% / 5);
  }

  .c-table__select--flex .item:last-child {
    margin-right: 0;
  }
}

.c-table__select--flex .item--w-110 {
  width: 110px;
}

.c-table__select--flex .item--w-200 {
  width: 200px;
}

@media only screen and (max-width: 768px) {
  .c-table__select--flex .item--w-110,
  .c-table__select--flex .item--w-200 {
    width: 19.8%;
  }
}

.c-table__select--flex2 {
  padding-left: 15px;
}

@media only screen and (max-width: 768px) {
  .c-table__select--flex2 {
    padding-left: 0;
  }
}

.c-table__select--flex2 .big-item {
  margin-bottom: 20px;
}

.c-table__select--flex2 .big-item:last-child {
  margin-bottom: 0;
}

.c-table__select--flex2 .big-item:last-child .list-item .item {
  margin-right: 0;
}

.c-table__select--flex2 .big-item__title {
  display: block;
}

.c-table__select--flex2 .big-item__title span {
  font-weight: bold;
}

.c-table__select--flex2 .big-item .list-item {
  padding-left: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
}

@media only screen and (max-width: 768px) {
  .c-table__select--flex2 .big-item .list-item {
    padding-left: 5%;
  }
}

.c-table__select--flex2 .big-item .list-item .item {
  padding-right: 0;
  margin-top: 10px !important;
  margin-right: calc(2% / 7);
  width: 14%;
}

@media only screen and (min-width: 768px) {
  .c-table__select--flex2 .big-item:last-child .list-item .item {
    margin-right: calc(4% / 6);
    width: 16%;
  }

  .c-table__select--flex2 .big-item .list-item .item:nth-child(7n) {
    margin-right: calc(4% / 6) !important;
  }

  .c-table__select--flex2 .big-item .list-item .item:nth-child(6n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .c-table__select--flex2 .big-item .list-item .item {
    padding-right: 0;
    margin-right: calc(2% / 4);
    margin-top: 2% !important;
    width: 24.5%;
  }
}

.c-table__select--flex2 .big-item .list-item .item:last-child,
.c-table__select--flex2 .big-item .list-item .item:nth-child(7n) {
  margin-right: 0;
}

.c-table__select--flex2 .big-item .list-item .item:nth-child(-n + 7) {
  margin-top: 0;
}

.c-table__search-form {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  position: relative;
}

.c-table__search-form input[type="search"] {
  width: 100%;
  height: 40px;
  outline: none;
  border: 1px solid #e7ecf2;
  padding: 0 15px;
}

@media only screen and (max-width: 768px){
  .c-table__search-form input[type="search"]{
    height: 25px;
  }
}

.c-table__search-form button {
  width: 40px;
  height: 40px;
  background-color: #00bad6;
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  outline: none;
  border: none;
  font-size: 1.6rem;
}

.c-table__border-bottom {
  padding: 10px;
  padding-left: 20px;
  border-bottom: 2px solid #d1d1d1;
}

@media only screen and (max-width: 768px) {
  .c-table__border-bottom {
    padding-left: 3%;
  }
}

.c-table__content .c-table__border-bottom:last-child {
  border-bottom: none;
}

.c-table__form-line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.c-table__form-line--mb {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .c-table__form-line {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.2rem;
  }

  .c-table__form-line .error {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    font-size: 1rem !important;
    padding: 3px;
    background-color: #ff6347a6;
    border-radius: 5px;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .c-table__form-line label {
    display: block;
    width: 160px;
    font-size: 1.6rem;
    letter-spacing: -1px;
    margin-right: 10px;
  }
}

.c-table__form-line label{
  display: block;
  width: 20%;
}

@media only screen and (max-width: 768px) {
  .c-table__form-line label {
    width: 100%;
    font-size: 1.1rem;
    margin-right: 3%;
  }
}

.c-table__form-line input,
.c-table__form-line p {
  width: calc(100% - 21%);
  margin-left: 1%;
  padding: 10px;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .c-table__form-line input,
  .c-table__form-line p {
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box;
    margin-left: 0;
  }
}

.c-table__form-line input {
  padding-right: 67px;
}

.c-table__login,
.c-table__pw-reset {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.c-table__pw-reset {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
}

.c-table__pw-reset .c-btn01 {
  margin-top: 30px;
}

@media only screen and (max-width: 678px) {
  .c-table__pw-reset .c-btn01 {
    margin-top: 15px;
  }
}

.c-table__pw-reset p {
  margin-bottom: 10px;
}

.c-table__login .c-table__select {
  text-align: center;
}

.c-table__fw-input {
  width: 100%;
}

.c-table__fg-pw {
  margin-top: 13px;
  width: 100%;
  text-align: center;
}

.c-table__fg-pw a {
  font-size: 1.6rem;
  color: #00bad6;
}

@media only screen and (max-width: 768px) {
  .c-table__fg-pw a {
    font-size: 1rem;
  }
}

.c-table__text-content {
  text-align: center;
}

.c-table__text-content p {
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .c-table__text-content p {
    font-size: 1rem;
  }
}

.c-table__phone-text {
  font-family: Oswald;
  font-size: 2.6rem;
  color: #ff3988;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .c-table__phone-text {
    font-size: 1.2rem;
  }
}

.c-table__content .input-unit {
  display: flex!important;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (max-width: 768px){
  .c-table__content .input-unit .c-custom-select{
    margin-bottom: 0;
  }
}

.c-table__content .input-unit input:first-child,
.c-table__content .input-unit .c-custom-select:first-child{
  margin-right: 5px;
}

.c-table__content textarea {
  outline: none;
  border: 1px solid #e5ebf2;
  padding: 4.4px 10px;
  font-size: 1.6rem;
  box-sizing: border-box;
  width: calc(100% - 220px);
  min-height: 75px;
}

@media only screen and (max-width: 768px) {
  .c-table__content textarea {
    outline: none;
    font-size: 1.2rem;
    width: 100%;
    min-height: 100px;
  }
}

.c-table__faq-content textarea {
  border-radius: 10px;
  border: 2px solid #00bad6;
  min-height: 100px;
}

.c-table__pw-reset input,
.c-table__content input[type="text"],
.c-table__content input[type="password"],
.c-table__content input[type="email"],
.c-table__content input[type="number"] {
  outline: none;
  box-sizing: border-box;
  border: 1px solid #e5ebf2;
  padding: 4.4px 10px;
  font-size: 1.6rem;
  max-width: 500px;
  box-sizing: border-box;
}

.c-table__regis-content input[type="text"] {
  max-width: 993px;
}

@media only screen and (max-width: 768px) {
  .c-table__pw-reset input,
  .c-table__content input[type="text"],
  .c-table__content input[type="password"],
  .c-table__content input[type="email"],
  .c-table__content input[type="number"] {
    font-size: 1.2rem;
    max-width: 100%;
    padding: 6px 10px;
  }
}

.c-table__pw-reset input {
  width: 100%;
}

/* Chrome, Safari, Edge, Opera */
.c-table__content input::-webkit-outer-spin-button,
.c-table__content input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.c-table__content input[type="number"] {
  -moz-appearance: textfield;
}

.c-table__content .w-190{
  width: 190px;
}

.c-table__content .w-200 {
  width: 200px;
}

.c-table__content .w-250 {
  width: 250px;
}

.c-table__content .w-300 {
  width: 300px;
}

.c-table__content .w-500 {
  width: 500px;
}

.c-table__content .w-full {
  width: calc(1060px - 87px);
}

@media only screen and (max-width: 768px) {
  .c-table__content .w-190,
  .c-table__content .w-200,
  .c-table__content .w-250,
  .c-table__content .w-300,
  .c-table__content .w-500,
  .c-table__content .w-full {
    width: 100%;
  }
}

.c-table__content .change-pw-btn {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #00bad6;
  color: white;
}

.c-table__content .change-pw-btn {
  width: 200px;
}

.c-table__content .edit-btn {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .c-table__content .edit-btn {
    margin-top: 15px;
  }
}

.c-table__content .text {
  margin-bottom: 20px;
  font-size: 1.6rem;
  padding-left: 20px;
}

@media only screen and (max-width: 768px) {
  .c-table__content .text {
    margin-bottom: 10px;
    font-size: 1.2rem;
    padding-left: 0;
  }
}

.c-table__content .line,
.c-table__content .input-group {
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.c-table__content .line {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #d1d1d1;
  padding-left: 20px;
}

.c-table__content .line--jobID ul{
  list-style: disc;
  list-style-position: inside;
}

@media screen and (min-width: 765px){
  .c-table__content .line--jobID{
    align-items: baseline;
  }
}

@media only screen and (max-width: 765px) {
  .c-table__content .line {
    padding: 1.5% 0;
    margin: 1.5% 0;
    border-bottom: 2px solid #d1d1d1;
  }
}

.c-table__content .line.timetable{
  padding-left: 20px;
}

@media only screen and (max-width: 765px){
  .c-table__content .line.timetable{
    padding-bottom: 0;
  }

  .c-table__content .line.timetable #timetable{
    flex-wrap: wrap;
  }

  .c-table__content .line.timetable #timetable .item{
    width: 100%;
  }
}

.c-table__content .line.timetable .item{
  width: 18%;
  margin-right: 10px;
}

@media only screen and (max-width: 765px){
  .c-table__content .line.timetable .item{
    margin-right: 0;
  }
}

.c-table__content .line.timetable .input-group .item:nth-child(5n){
  margin-right: 0;
}

.c-table__content .line.timetable .input-group .item:last-child{
  width: 23%;
}

.c-table__content .line--no-bor {
  border: none;
}

.c-table__content .line .label {
  display: block;
  box-sizing: border-box;
  width: 200px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -1px;
  padding-right: 10px;
}

@media only screen and (max-width: 768px) {
  .c-table__content .line .label {
    font-size: 1.2rem;
    margin-bottom: 10px;
    width: 100%;
    padding-right: 1%;
  }

  .c-table__content .line .label.label--no-mb{
    margin-bottom: 0;
  }
}

.c-table__content .line--no-ml .label {
  margin-left: 0;
}

.c-table__content .line__upload {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
  padding-left: 20px;
}

@media only screen and (max-width: 768px) {
  .c-table__content .line__upload {
    flex-direction: column;
    padding-left: 0;
  }

  .c-table__content .line__upload .upload-file:first-child {
    margin-bottom: 10px;
  }
}

.c-table__content .line__upload .upload-file {
  width: 487px;
}

@media only screen and (max-width: 768px) {
  .c-table__content .line__upload .upload-file {
    width: 100%;
  }
}

.c-table__content .line__upload .upload-file p {
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .c-table__content .line__upload .upload-file p {
    font-size: 1.2rem;
  }
}

.c-table__content .line__upload .box-text {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 50px;
  background-color: white;
  border-radius: 10px;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .c-table__content .line__upload .box-text {
    padding: 5% 10%;
    text-align: center;
  }
}

.c-table__content .line__upload .note-upload {
  box-sizing: border-box;
  width: 100%;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px dashed #cccccc;
  border-radius: 10px;
  margin-top: 35px;
  margin-bottom: 15px;
  background-color: white;
}

.c-table__content .line__upload .note-upload.is-dragover {
  background-color: #e6e4e4!important;
}

.c-table__content .line__upload .upload-btn {
  text-align: center;
}

.c-table__content .line__upload .upload-btn span {
  margin: 0 auto;
  color: white;
  background-color: #00bad6;
  padding: 4px 30px;
  border-radius: 15px;
  cursor: pointer;
}

.c-table__content .input-group .item {
  margin-right: 10px;
}

@media only screen and (max-width: 333px){
  .c-table__content .input-group .item.item--mt-333{
    margin-top: 1.5%;
  }
}

@media only screen and (max-width: 768px){
  .c-table__content .input-group .item {
    margin-bottom: 0;
  }

  .c-table__content .input-group .item.item--mt{
    display: block;
    margin-top: 1.5%!important;
  }

  .c-table__content .input-group .item.item--no-mr{
    margin-right: 0;
  }
}

.c-table__content .input-group .item:last-child {
  margin-right: 0;
}

.c-table__title02 {
  margin-top: 20px;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #ace5ed;
  padding: 3.5px 0;
  padding-left: 20px;
  border-radius: 10px;
}

@media only screen and (max-width: 768px){
  .c-table__title02{
    margin: 10px 0;
  }
}

.c-table__title02.c-table__title02--no-mt{
  margin-top: 0;
}
/* --- */

.c-table__profile-content .line.line--no-pt{
  padding-top: 0;
}

.c-table__profile-content .line {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding: 10px 0;
  padding-left: 20px;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .c-table__profile-content .line {
    padding-left: 0;
    margin-bottom: 0;
    flex-direction: column;
  }
}

.c-table__profile-content .line--no-bor {
  border-bottom: none !important;
}

.c-table__profile-content .line .label {
  box-sizing: border-box;
  letter-spacing: -1px;
  display: block;
  width: 185px;
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .c-table__profile-content .line .label {
    width: 100%;
    margin-right: 0;
  }

  .c-table__profile-content .line p{
    font-size: 1.2rem;
  }
}

.c-table__profile-content .edit-btn {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 30px;
}

/* --- */
@media only screen and (max-width: 768px) {
  .c-table__title02 {
    border-radius: 5px;
    padding-left: 10px;
  }
}

.c-table__title02__required {
  font-size: 1.2rem;
  color: #d20000;
}

.c-table__title02 h4 {
  font-size: 2.2rem;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .c-table__title02 h4 {
    font-size: 1.1rem;
  }
}

/* --- */
.c-table__search-box {
  padding-top: 14px;
}

@media only screen and (max-width: 768px){
  .c-table__search-box {
    padding-top: 0;
  }
}

.c-table__search-box .c-custom-select {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .c-table__search-box .c-custom-select {
    width: 40%;
    max-width: 100px;
  }
}

.c-table__search-box .line .label {
  width: 100px;
}

@media only screen and (max-width: 768px) {
  .c-table__search-box .line .label {
    width: 28%;
    margin-right: 1%;
    max-width: 120px;
  }

  .c-table__search-box .input-unit {
    width: 70%;
  }
}

.c-table__search-box .input-unit span {
  margin-left: 20px;
}

@media only screen and (max-width:768px){
  .c-table__search-box .input-unit span {
    margin-left: 0;
    display: block;
    width: 80%;
  }
}

.c-table__search-btn {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px){
  .c-table__search-btn {
    margin-top: 3.5%;
    margin-bottom: 2.5%;
  }
}

@media only screen and (max-width: 400px){
  .c-table__search-btn {
    margin-top: 7.5%;
    margin-bottom: 5.5%;
  }
}

.c-table__search-reset {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}

.c-table__search-reset input {
  width: 100%;
  border-radius: 20px;
  border: none;
  background-color: #cecece;
  color: white;
  text-align: center;
  font-size: 2rem;
  padding: 9px 0;
}

@media only screen and (max-width: 768px) {
  .c-table__search-reset input {
    font-size: 1.2rem;
  }
}

.c-table__job-btn {
  max-width: 320px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .c-table__job-btn {
    width: 49%;
  }
}

.c-table__tagList {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px){
  .c-table__tagList {
    margin-bottom: 0;
  }
}

.c-table__tagList .item {
  margin-right: 5px;
  height: 30px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px){
  .c-table__tagList .item {
    height: auto;
    margin-bottom: 3%;
    margin-right: 1%;
  }
}

.c-table__tagList .item:last-child {
  margin-right: 0;
}

.c-table__tagList .item span {
  font-size: 1.3rem;
  color: #00bad6;
  border: 1px solid #00bad6;
  border-radius: 12px;
  padding: 6.5px 17px;
  display: block;
}

@media only screen and (max-width: 768px){
  .c-table__tagList .item span {
    font-size: 0.9rem;
    border-radius: 20px;
    padding: 1% 10px;
  }
}

.c-table__job-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid #dedede;
  flex-wrap: wrap;
  position: relative;
}

.c-table__job-line.c-table__job-line--last .item:nth-child(1){
  width: 100%;
}

@media only screen and (max-width: 768px){
  .c-table__job-line.c-table__job-line--last .item p:first-child{
    width: 9%;
  }
}

.c-table__job-line .item {
  width: 49%;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding: 15px 0;
}

@media only screen and (max-width: 768px) {
  .c-table__job-line .item {
    padding: 2% 0;
  }
}

.c-table__job-line .item:nth-child(2) {
  border-left: 1px solid #dedede;
}

@media only screen and (max-width: 768px) {
  .c-table__job-line .item:nth-child(2) {
    width: 53%;
  }
  .c-table__job-line .item:nth-child(1) {
    width: 46%;
  }
}

.c-table__job-line .item p:first-child {
  box-sizing: border-box;
  width: 27%;
  margin-right: 5.8%;
  padding-left: 5px;
}

@media only screen and (max-width: 768px) {
  .c-table__job-line .item p:first-child {
    font-weight: bold;
  }
}

.c-table__job-line .item p:last-child {
  max-width: calc(100% - 27% - 5.8%);
}

.c-table__job-list-btn {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .c-table__job-list-btn {
    margin-top: 10px;
  }
}

.c-table__job-list-btn .c-table__job-btn:first-child {
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .c-table__job-list-btn .c-table__job-btn:first-child {
    margin-right: 2%;
  }

  .c-table__job-list-btn .c-btn01--orange {
    font-size: 1rem;
    padding: 7px 0;
  }
}

@media only screen and (max-width: 350px){
  .c-table__job-list-btn .c-btn01--orange {
    font-size: 0.9rem;
    padding: 8px 0;
  }
}

.c-table__content .c-table--02 {
  margin-bottom: 20px;
}

.c-table__content .c-table--02:last-child {
  margin-bottom: 0;
}

.c-table__check-all .c-custom-checkBox label{
  box-sizing: border-box;
  display: block;
  text-align: center;
  width: 190px;
  background-color: #00bad6;
  color: white;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 11.5px 0;
  padding-left: 25px;
  cursor: pointer;
}

@media only screen and (max-width: 768px){
  .c-table__check-all .c-custom-checkBox label{
    border-radius: 5px;
  }
}

.c-table__check-all .c-custom-checkBox label span::before{
  bottom: initial;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .c-table__check-all .c-custom-checkBox label{
    width: 40%;
    margin-bottom: 3%;
    text-align: left;
    padding: 2%;
    padding-left: 9%;
    min-width: 136px;
  }
}

@media only screen and (max-width: 350px) {
  .c-table__check-all .c-custom-checkBox label{
    width: 51%;
    padding-left: 13%;
  }
}

.c-table__confirm .c-table__confirm-line:last-child {
  margin-bottom: 0 !important;
}

.c-table__confirm-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dedede;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .c-table__confirm-line {
    padding-bottom: 3%;
    margin-bottom: 3%;
  }
}

.c-table__confirm-line-02 {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.c-table__confirm-line-02 p:first-child {
  width: 15%;
}

@media only screen and (max-width: 768px){
  .c-table__confirm-line-02 p:first-child {
    margin-right: 2%;
    width: 18%;
  }
}

.c-table__confirm-icon {
  width: 2%;
  color: #00bad6;
  cursor: pointer;
}

.c-table__confirm-content {
  width: 97%;
}

@media only screen and (max-width: 768px) {
  .c-table__confirm-content {
    width: 100%;
    order: 3;
  }
}

.c-table__confirm-url {
  min-width: 95px;
  width: 15%;
  color: #00bad6;
}

@media only screen and (max-width: 768px) {
  .c-table__confirm-icon,
  .c-table__confirm-url {
    margin-bottom: 3%;
  }
}

.c-table__completed {
  margin-bottom: 20px;
  padding: 0 70px;
  padding-top: 14px;
}

@media only screen and (max-width: 768px) {
  .c-table__completed {
    padding: 0;
    padding-top: 3%;
  }
}

.c-table__completed p:first-child {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .c-table__completed p:first-child {
    margin-bottom: 3%;
  }
}

.c-table__completed p:last-child {
  text-align: center;
}

.c-table__pu-btn{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
}

.c-table__pu-btn--guest{
  margin-top: 40px;
}

@media only screen and (max-width: 768px){
  .c-table__pu-btn{
    width: 100%;
  }
}

.c-table__pu-btn .c-btn01{
  width: 45%;
}

.c-table__pu-content{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  overflow-y: scroll;
  padding: 5px 0;
  height: 500px;
}

@media only screen and (max-width: 768px){
  .c-table__pu-content{
    height: 40vh;
    margin-bottom: 3%;
  }
}

.c-table__pu-content .c-table__arrows{
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 768px){
  .c-table__pu-content .c-table__arrows{
    width: 100%;
  }
}

.c-table__pu-content textarea{
  width: 100%;
  display: block;
  max-width: 100%;
  min-height: 400px;
}

@media only screen and (max-width: 768px){
  .c-table__pu-content textarea{
    min-height: 10vh;
  }
}

.c-table_experience{
  padding-left: 20px;
}

@media only screen and (max-width: 768px){
  .c-table_experience{
    padding-left: 0;
  }
}
/* --- */

.c-flex-02 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}

.c-flex-02 .item {
  max-width: 50%;
  min-width: 40%;
}

@media only screen and (max-width: 768px) {
  .c-flex-02 .item {
    max-width: 100%;
    width: 100%;
  }
}

.c-calendar-top {
  box-sizing: border-box;
  width: 350px;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .c-calendar-top {
    width: 90%;
    margin: 0 auto;
  }
}

.c-calendar-top table {
  width: 100%;
  background-color: #fff;
}

.c-calendar-top table,
.c-calendar-top th,
.c-calendar-top td,
.c-calendar-top tr {
  border: 1px solid #b3b3b3;
  border-collapse: collapse;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .c-calendar-top table,
  .c-calendar-top th,
  .c-calendar-top td,
  .c-calendar-top tr {
    font-size: 1.3rem;
  }
}

.c-calendar-top th,
.c-calendar-top td {
  padding: 6px 0;
  text-align: center;
}

.c-calendar-top td {
  height: 34px;
}

@media only screen and (max-width: 768px) {
  .c-calendar-top td {
    height: 25px;
    padding: 0 0;
  }
}

.c-calendar-top__title {
  color: white;
  background-color: #00bad6;
  font-weight: bold;
  padding: 8px 0;
}

.c-calendar-top__days th:first-child {
  background-color: #ffcce5;
}

.c-calendar-top__days th:last-child {
  background-color: #fff8cc;
}

.c-calendar-top--gray {
  background-color: #eaeaea;
}

.c-pick-up {
  padding: 0 20px;
  padding-top: 40px;
  padding-bottom: 58px;
  width: 265px;
  background-color: #f7f7f7;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-pick-up {
    width: 100%;
    padding: 0 2%;
    padding-top: 7%;
    padding-bottom: 10%;
  }
}

.c-pick-up--hidden{
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.c-pick-up__tags {
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 1.2rem;
  color: white;
}

@media only screen and (max-width: 768px) {
  .c-pick-up__tags {
    width: 100%;
    left: 2%;
  }
}

.c-pick-up__tags span {
  padding: 3.5px 4.5px;
  margin-right: 5px;
}

.c-pick-up__tags span:last-child{
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .c-pick-up__tags span {
    padding: 1.5px 2.5px;
    font-size: 0.8rem;
  }
}

.c-pick-up__tags--blue {
  background-color: #00bad6;
}

.c-pick-up__tags--pink {
  background-color: #ff3988;
}

.c-pick-up__title {
  height: 44px;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 768px) {
  .c-pick-up__title {
    font-size: 1rem;
    margin-bottom: 3%;
  }
}

.c-pick-up__infomation {
  width: 100%;
  background-color: white;
  padding: 10px 5px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .c-pick-up__infomation {
    padding: 5%;
    font-size: 0.9rem;
  }
}

.c-pick-up__infomation tr td {
  padding-bottom: 7px;
}

.c-pick-up__infomation tr:last-child td {
  padding-bottom: 0;
}

.c-pick-up__buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.c-pick-up__like {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #cbcbcb;
  color: white;
  font-size: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .c-pick-up__like {
    width: 26px;
    height: 26px;
    font-size: 1.2rem;
  }
}

.c-pick-up__like--actived {
  background-color: #ff7800;
}

.c-pick-up__add {
  width: calc(100% - 40px);
  height: 40px;
}

@media only screen and (max-width: 768px) {
  .c-pick-up__add {
    width: calc(100% - 26px);
    height: 26px;
  }
}

.c-pick-up__add a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #00bad6;
  color: white;
}

@media only screen and (max-width: 768px) {
  .c-pick-up__add a {
    font-size: 1rem;
  }
}

.c-section-border {
  border-top: 1px solid #00bad6;
  padding-top: 40px;
}

.c-title {
  background-color: #00bad6;
  color: white;
  border-radius: 10px;
  padding: 15.5px 0;
  padding-left: 40px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-top: 21px;
}

@media only screen and (max-width: 768px) {
  .c-title {
    margin-top: 0;
  }
}

.c-title--introduce {
  padding: 28.64px 0;
  padding-left: 40px;
}

.c-title--yellow-border{
  position: relative;
  overflow: hidden;
}

.c-title--yellow-border::before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #ffe400;
  left: 0;
  bottom: 7%;
}

@media only screen and (max-width: 768px) {
  .c-title--yellow-border::before {
    height: 3px;
  }
}

.c-title p {
  font-size: 2rem;
  margin-left: 20px;
}

.c-title h2 {
  font-size: 2.6rem;
}

.c-title--introduce h2 {
  font-size: 4.2rem;
}

@media only screen and (max-width: 768px) {
  .c-title {
    padding: 6.5px 0;
    padding-left: 20px;
    flex-direction: column;
  }

  .c-title h2 {
    font-size: 1.5rem;
  }

  .c-title p {
    font-size: 1rem;
    margin-left: 0;
    margin-top: 10px;
  }
}

.c-small-title {
  background-color: #b2eaf3;
  border-radius: 10px;
  padding: 3.5px 0;
  padding-left: 20px;
  margin-bottom: 20px;
  width: 95%;
  margin: 0 auto;
}

.c-small-title h3 {
  font-size: 2.2rem;
}

.c-breadcrumb {
  margin: 20px 0;
  font-size: 1.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding-left: 40px;
}

@media only screen and (max-width: 768px) {
  .c-breadcrumb {
    display: none;
  }
}

.c-breadcrumb a {
  color: #00bad6;
  margin-right: 10px;
}

.c-box {
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .c-box {
    padding: 15px 10px;
  }
}

.c-box__content {
  padding: 0 50px;
}

@media only screen and (max-width: 768px) {
  .c-box__content {
    padding: 0;
  }
}

.c-box__title {
  font-size: 2.2rem;
  background-color: #ace5ed;
  padding: 3.5px 0;
  padding-left: 20px;
  border-radius: 10px;
  text-align: left;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .c-box__title {
    font-size: 1.1rem;
    border-radius: 5px;
    padding-left: 10px;
    margin-bottom: 10px;
  }
}

.c-flow__item {
  width: 100%;
  height: 114px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: white;
  border-radius: 10px;
  /* overflow: hidden; */
  margin-bottom: 30px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-flow__item {
    height: 75px;
  }
}

.c-flow__item:last-child {
  margin-bottom: 0;
}

.c-flow__name {
  display: flex;
  font-size: 2.4rem;
  line-height: 1.25;
  width: 114px;
  height: 100%;
  text-align: center;
  background-color: #00bad6;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  border-radius: 10px 0 0 10px;
}

@media only screen and (max-width: 768px) {
  .c-flow__name {
    font-size: 1.2rem;
    width: 57px;
  }
}

.c-flow__desc {
  height: 100%;
  padding: 10px 20px;
  width: calc(100% - 114px);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .c-flow__desc {
    width: calc(100% - 57px);
    padding: 5px 10px;
    letter-spacing: -1px;
  }
}

.c-flow__desc p {
  width: 100%;
  line-height: 2;
  text-align: left;
  font-size: 1.6rem;
  letter-spacing: -1px;
}

@media only screen and (max-width: 768px) {
  .c-flow__desc p {
    font-size: 0.8rem;
    line-height: 1.35;
  }
}

.c-flow__arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(100%);
}

.c-flow__item:last-child .c-flow__arrow {
  display: none;
}

.c-aside {
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.c-aside h3 {
  font-size: 2rem;
  font-weight: bold;
  color: white;
  background-color: #00bad6;
  padding: 10px 10px;
  padding-left: 40px;
}

@media only screen and (max-width: 768px) {
  .c-aside h3 {
    font-size: 1.5rem;
    padding: 6.5px 5px;
    padding-left: 20px;
  }
}

.c-aside ul {
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  .c-aside ul {
    padding: 0 10px;
  }
}

.c-aside li {
  border-bottom: 1px solid #d1d1d1;
}

.c-aside li:last-child {
  border-bottom: none;
}

.c-aside li a {
  display: block;
  padding: 13px 0px;
  padding-left: 20px;
  font-size: 1.6rem;
  transition: 0.3s all;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .c-aside li a {
    padding: 10px 0px;
    padding-left: 10px;
    font-size: 1.2rem;
  }
}

.c-aside li a:hover {
  color: #00bad6;
}

.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}

@media only screen and (max-width: 768px) {
  .c-pagination {
    margin: 10px 0;
  }
}

.c-pagination .page-numbers {
  margin: 0 5px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  box-sizing: border-box;
  border: 1px solid #00bad6;
  border-radius: 10px;
  transition: 0.3s all;
}

@media only screen and (max-width: 768px) {
  .c-pagination .page-numbers {
    width: 35px;
    height: 35px;
    margin: 0 3px;
    font-size: 1.2rem;
    border-radius: 10%;
  }
}

.c-pagination .next,
.c-pagination .prev{
  color: #00bad6;
}

.c-pagination .page-numbers:hover,
.c-pagination .current {
  background-color: #00bad6;
  color: white;
}

.c-pagination__chevron {
  color: #00bad6;
}

.c-pagination .next,
.c-pagination .prev {
  border: none !important;
}

.c-pagination .next:hover,
.c-pagination .prev:hover {
  color: #00bad6 !important;
  background-color: initial !important;
}

.c-contact-box {
  width: 100%;
  max-width: 900px;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 20px 30px;
  text-align: center;
  margin: 20px auto;
}

@media only screen and (max-width: 867px) {
  .c-contact-box {
    padding: 3%;
  }
}

.c-contact-box p {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 867px) {
  .c-contact-box p {
    font-size: 1.2rem;
    margin-bottom: 5%;
  }
}

.c-contact-box__btns {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.c-contact-box__btns .c-btn01 {
  width: 48.5%;
}

@media only screen and (max-width: 867px) {
  .c-contact-box__btns .c-btn01:last-child {
    font-size: 1rem;
  }
}

.c-inquiry-step {
  width: 403px;
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  background-color: #f7f7f7;
  border-radius: 10px;
  overflow: hidden;
  margin: 20px auto;
}

@media only screen and (max-width: 768px) {
  .c-inquiry-step {
    width: 100%;
    margin: 10px auto;
    height: 40px;
  }
}

.c-inquiry-step--actived {
  background-color: #ff9600;
  color: white;
}

.c-inquiry-step--actived::before {
  background-image: linear-gradient(
    to top right,
    #ff9600 50%,
    transparent 50%
  ) !important;
}

.c-inquiry-step p {
  width: 185px;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .c-inquiry-step p {
    width: calc(50% - 32px);
  }
}

.c-inquiry-step p:last-child {
  width: calc(100% - 185px);
}

@media only screen and (max-width: 768px) {
  .c-inquiry-step p:last-child {
    width: calc(50% + 32px);
  }
}

.c-inquiry-step p::before {
  display: block;
  content: "";
  width: 32px;
  height: 100%;
  background-image: linear-gradient(to top right, #f7f7f7 50%, transparent 50%);
  position: absolute;
  right: 0;
  transform: translatex(99%);
  z-index: 1;
}

.c-inquiry-step p:last-child::before {
  display: none;
}
/* --- */
.c-policy-box__box {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 30px 55px;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .c-policy-box__box {
    margin-top: 10px;
  }
}

.c-policy-box ul {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .c-policy-box ul {
    margin-bottom: 10px;
  }
}

.c-policy-box li {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.c-policy-box li:first-child::before {
  content: "■";
}

.c-policy-box li::before {
  display: block;
  content: "※";
  margin-right: 3px;
}

.c-policy-box li p {
  font-size: 1.4rem;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .c-policy-box li p {
    font-size: 0.9rem;
  }
}

.c-policy-box__btn {
  width: 340px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .c-policy-box__btn {
    width: 70%;
  }
}

@media only screen and (max-width: 400px){
  .c-policy-box__btn {
    width: 100%;
  }
}

.c-policy-box__btn a {
  display: block;
  width: 100%;
  color: #00bad6;
  border: 2px solid #00bad6;
  text-align: center;
  background-color: white;
  padding: 6.2px 0;
  border-radius: 40px;
  box-sizing: border-box;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .c-policy-box__btn a {
    font-size: 1rem;
  }
}

.c-policy-box__notice {
  font-size: 1.6rem;
  color: #ff3988;
  margin-top: 20px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .c-policy-box__notice {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

/* --- */
.c-submit-button {
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-submit-button {
    width: 70%;
  }
}

.c-submit-button input {
  cursor: pointer;
}

.c-submit-button::before {
  display: block;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 50%;
  right: 50px;
  transform: translatey(-50%);
  position: absolute;
  color: white;
  font-size: 2rem;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .c-submit-button::before {
    right: 5%;
  }
}

.c-register-box {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.c-register-box .c-table__title {
  padding: 10px 0;
}

.c-register-box .c-table__title h3 {
  margin: 0 auto;
}
/* --- */
.c-custom-checkBox label {
  position: relative;
  padding-left: 25px;
}

.c-custom-checkBox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.c-custom-checkBox label span:before {
  box-sizing: border-box;
  content: "";
  display: -webkit-box;
  display: flex;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #e7ecf2;
  border-radius: 5px;
  background-color: white;
  left: 0;
  bottom: 0;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  overflow: hidden;
}

.c-custom-checkBox label input:checked ~ span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  font-size: 2.2rem;
  color: #ff7800;
}

/* --- */
.c-custom-radio {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
}

.c-custom-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.c-custom-radio span::before {
  box-sizing: border-box;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #e5ebf2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 1px;
}

.c-custom-radio input[type="radio"]:checked ~ span::before {
  content: "⬤";
  color: #00bad6;
}

.c-custom-select {
  position: relative;
  cursor: pointer;
  background-color: white;
}

@media only screen and (max-width: 768px) {
  .c-custom-select {
    margin-bottom: 10px;
    height: 30px;
    overflow: hidden;
  }
}

/* For IE10 */
.c-custom-select select::-ms-expand {
  display: none;
}

.c-custom-select select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

.c-custom-select select,
.c-custom-select p{
  font-size: 1.6rem;
  outline: none;
  padding: 4.6px 15px;
  padding-right: 45px;
  border: 2px solid #00bad6;
  border-right: none;
  border-radius: 5px;
  margin: 0!important;
  background-color: white;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .c-custom-select select,
  .c-custom-select p {
    border-radius: 3px;
    padding: 1.5% 25px;
    padding-left: 5px;
  }

  .c-custom-select p{
    font-size: 1.2rem;
    display: flex;
    align-items: center;
  }
}

.c-custom-select span {
  position: absolute;
  width: 30px;
  background-color: #00bad6;
  color: white;
  right: -2px;
  top: 0;
  bottom: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  margin: 0 !important;
  border-radius: 0 5px 5px 0;
}

@media only screen and (max-width: 768px) {
  .c-custom-select span {
    width: 26.19px !important;
    border-radius: 0 6px 6px 0;
    /*     	height: 100%; */
  }

  .c-custom-checkBox,
  .c-custom-radio,
  .c-custom-select select {
    font-size: 1.2rem;
  }
}

.c-notification {
  display: none;
  margin-bottom: 20px;
}

.c-has_del-icon {
  position: relative;
}

.c-del-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translatey(-50%);
  cursor: pointer;
}

.c-list-btn {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}

.c-list-btn__item {
  width: 49%;
}

@media only screen and (max-width: 768px) {
  .c-list-btn .c-list-btn__item:first-child {
    margin-bottom: 1%;
  }

  .c-list-btn__item {
    width: 100%;
  }
}

.c-owald {
  font-family: Oswald;
}

/* Drop drag func */
.c-dragBox__dragndrop,
.c-dragBox__uploading,
.c-dragBox__success,
.c-dragBox__error {
  display: none;
}

.c-dragBox__file{
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.c-dragBox.has-advanced-upload {
  background-color: white;
}

.c-dragBox.has-advanced-upload .c-dragBox__dragndrop {
  display: inline;
}



.c-dragBox.is-uploading .c-dragBox__input {
  visibility: none;
}
.c-dragBox.is-uploading .c-dragBox__uploading {
  display: block;
}

.c-dragBox__button {
  display: none;
}
.no-js .c-dragBox__button {
  display: block;
}

.c-pop-up{
  opacity: 1;
  width: 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.3s all;
  z-index: 7;
}

@media only screen and (max-width: 768px){
  .c-pop-up{
    width: 90%;
  }
}

.c-pop-up.c-pop-up--hide{
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.c-pop-up .c-table{
  min-height: 400px;
}

.c-pop-up .c-table .c-table__content{
  padding: 20px 70px;
}

@media only screen and (max-width: 768px){
  .c-pop-up .c-table .c-table__content{
    padding: 5% 3%;
  }
}

.c-pop-up .c-table .c-table__content .c-custom-radio{
  width: 50%;
}

/* --- */

.c-my-cld__date{
  transition: 0.3s all;
  cursor: pointer;
}

.c-my-cld__date--choose{
  background-color: #66d5e6;
  color: white;
}

.c-my-cld__btn{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 0 auto;
  margin-top: 15px;
  width: 70%;
}

.c-my-cld__btn .c-btn01{
  width: 45%;
  line-height: 1;
}
/*------------------------------------------------------------
other
------------------------------------------------------------*/
i.fa-phone-alt {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.wpfp-span {
  position: relative;
}

.wpfp-link::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#pu_login_required .c-table{
  min-height: 350px;
  max-height: 380px;
}

#pu_login_required .c-table__pu-content{
  height: 200px;
  overflow-y: initial;
}

@media only screen and (max-width: 768px){
  #pu_login_required .c-table{
    min-height: 20vh;
    max-height: initial;
  }

  #pu_login_required .c-table__pu-content{
    height: 15vh;
  }
}

#pu_login_required .c-table__pu-content{
  width: 100%;
  display: block;
}

@media only screen and (max-width: 768px){
  #exp_05_department_form{
    margin-right: 0;
  }

  #license_02_form,
  #educate_01_University_form,
  #educate_01_Address_form,
  #educate_02_University_form,
  #educate_02_Address_form,
  #educate_03_University_form,
  #educate_03_Address_form,
  #intership_place_form{
    margin-right: 0;
  }

  #license_02_form{
    margin-bottom: 1.5%;
  }

  #license_01_form{
    margin-bottom: 0;
  }
}

#near_sta_01_form,
#near_sta_02_form{
  width: 100px;
}

#near_sta_04_form{
  width: 50px;
}

@media only screen and (max-width: 768px){
	  #near_sta_01_form,
	  #near_sta_02_form{
		width: 99.5%;
	}
}

@media only screen and (max-width: 768px){
	#birthday_data select{
		width: 86px;
		padding: 4.6px 10px;
    padding-right: 30px;
	}
}

@media only screen and (max-width: 768px){
	#address_01_box,
	#address_02_box .label{
		margin-bottom: 0;
	}

	#address_02_box{
		margin-top: 0
	}
}

@media only screen and (max-width: 768px){
	#near_sta_box .input-unit{
    padding-bottom: 3%;
    width: 100%;
  }

	#near_sta_box .input-unit:last-child{
    padding-bottom: 0;
    width: auto;
	}

	#near_sta_box .c-custom-select{
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 768px){
  #license_select_box select{
    width: 86px;
		padding: 4.6px 10px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 768px){
  #educate_01_box .input-group input[type='text']:first-child,
  #educate_02_box .input-group input[type='text']:first-child,
  #educate_03_box .input-group input[type='text']:first-child{
    margin-bottom: 0;
  }

  #educate_04_box .input-group input[type='text']:first-child{
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px){
  #exp_01_box .input-group input[type='text']:first-child,
  #exp_02_box .input-group input[type='text']:first-child,
  #exp_03_box .input-group input[type='text']:first-child,
  #exp_04_box .input-group input[type='text']:first-child{
    margin-right: 0;
  }

  #exp_01_box .input-group input[type='text']:last-child,
  #exp_02_box .input-group input[type='text']:last-child,
  #exp_03_box .input-group input[type='text']:last-child,
  #exp_04_box .input-group input[type='text']:last-child{
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px){
  #skill_01_box .input-group,
  #skill_02_box .input-group,
  #skill_03_box .input-group{
    width: 100%;
  }
}

/*
------------------------------------------------------------*/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
/* @media only screen and (max-width:768px){
	.p-top__box{
		display: none;
	}
} */

.p-top__title {
  font-weight: bold;
  color: white;
  background-color: #00bad6;
  width: 250px;
  height: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 30px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .p-top__title {
    width: 35.5%;
    height: 25px;
    max-width: 150px;
    min-width: 130px;
    margin-bottom: 2%;
  }
}

.p-top__title h2 {
  font-size: 2.6rem;
}

@media only screen and (max-width: 768px) {
  .p-top__title h2 {
    font-size: 1.3rem;
  }
}

.p-top__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
}

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

.p-top__content1 {
  width: 825px;
}

.p-top__content2 {
  width: 245px;
}

@media only screen and (max-width: 768px) {
  .p-top__content1,
  .p-top__content2 {
    width: 100%;
  }
}

.p-top__calendars{
  align-items: flex-start;
}

.p-top__content2 a {
  display: block;
  margin-bottom: 10px;
  border: 10px;
  overflow: hidden;
}

.p-top__content2 a img {
  width: 100%;
}

.p-top__item1 {
  margin-bottom: 20px;
}

.p-top__item1 .c-flex-02 .item:first-child {
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .p-top__item1 .c-flex-02 .item:first-child {
    margin-right: 0;
  }
}

.p-top__item1 .c-flex-02 .item:last-child {
  margin-right: 0 !important;
}

.p-top__item2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
}

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

.p-top__item2-item:first-child {
  width: 255px;
}

.p-top__item2-item:last-child {
  width: 550px;
}

@media only screen and (max-width: 768px) {
  .p-top__item2-item:first-child,
  .p-top__item2-item:last-child {
    width: 100%;
  }

  .p-top__item2-item:first-child {
    margin-bottom: 3%;
  }
}

.p-top__item2-tab01 .c-table__select--flex .item:nth-child(odd) {
  margin-right: 15px;
}

.p-top__item2-tab01 .c-table__select--flex .item:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .p-top__item2-tab01 .c-table__select--flex .item:nth-child(odd) {
    margin-right: 0px;
  }

  .p-top__item2-tab01 .c-table__select--flex .item:nth-last-child(-n + 2) {
    margin-bottom: initial;
  }

  .p-top__item2-tab01 .c-table__select--flex .item:nth-last-child(-n + 5) {
    margin-bottom: 0 !important;
  }
}

.p-top__item2-tab02 {
  margin-bottom: 20px;
}

.p-top__item2-tab02 .c-table__select--flex {
  margin-top: 14px;
  margin-bottom: 7px;
}

.p-top__item2-tab02 .c-table__select--flex .item {
  width: 127px;
  box-sizing: border-box;
  padding-right: 10px;
}

@media only screen and (max-width: 768px) {
  .p-top__item2-tab02 .c-table__select--flex .item {
    width: 24.5%;
    padding-right: 0;
    margin-right: calc(2% / 4);
  }

  .p-top__item2-tab02 .c-table__select--flex .item:last-child {
    margin-right: 0;
  }
}

.p-top__item2-tab02 .c-table__select--flex .item:nth-child(4n) {
  padding-right: 0;
}

.p-top__item2-tab02 .c-table__select--flex .item:nth-last-child(-n + 4) {
  margin-bottom: 0;
}

.p-top__item2-tab03 {
  margin-bottom: 20px;
}

.p-top__item2-tab03 .c-table__select {
  margin-bottom: 42px;
}

@media only screen and (max-width: 768px) {
  .p-top__item2-tab03 .c-table__select {
    margin-bottom: 3%;
  }
}

.p-top__item2-tab03 .c-table__select:last-child {
  margin-bottom: 0;
}

.p-top__item2-tab03 .c-table__select .c-table__select--flex {
  padding-left: 15px;
}

@media only screen and (max-width: 768px) {
  .p-top__item2-tab03 .c-table__select .c-table__select--flex {
    padding-left: 0;
  }
}

.p-top__item2-tab03 .c-table__select:first-child .c-table__select--flex .item {
  width: auto;
  margin-right: 26px;
  margin-bottom: 9px;
}

.p-top__item2-tab03
  .c-table__select:first-child
  .c-table__select--flex
  .item:last-child {
  margin-right: 0;
}

.p-top__item2-tab03 .c-table__select:last-child .c-table__select--flex .item {
  width: auto;
  margin-right: 38px;
}

.p-top__item2-tab03
  .c-table__select:last-child
  .c-table__select--flex
  .item:nth-child(5n + 0) {
  margin-right: 0;
}

.p-top__item2-tab03
  .c-table__select:last-child
  .c-table__select--flex
  .item:nth-last-child(-n + 5) {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .p-top__item2-tab03 .c-table__select:first-child .c-table__select--flex .item,
  .p-top__item2-tab03 .c-table__select:last-child .c-table__select--flex .item {
    width: initial;
    margin-right: 0;
  }

  .p-top__item2-tab03
    .c-table__select:first-child
    .c-table__select--flex
    .item {
    width: 20%;
    margin-right: calc(1% / 4);
  }

  .p-top__item2-tab03
    .c-table__select:first-child
    .c-table__select--flex
    .item:first-child {
    width: 39%;
  }

  .p-top__item2-tab03 .c-table__select:last-child .c-table__select--flex .item {
    width: 24.5%;
    margin-right: calc(2% / 4);
  }
}

.p-top__item3 {
  margin-bottom: 20px;
}

.p-top__item3 .c-table__select--flex {
  padding-left: 15px;
}

@media only screen and (max-width: 768px) {
  .p-top__item3 .c-table__select--flex {
    padding-left: 0;
  }
}

.p-top__item3 .c-table__select--flex .item {
  width: 128px;
  padding-right: 10px;
}

@media only screen and (max-width: 768px) {
  .p-top__item3 .c-table__select--flex .item {
    width: 24.5%;
    margin-right: calc(2% / 4);
  }
}

.p-top__item3 .c-table__select--flex .item:nth-child(6n) {
  padding-right: 0;
}

.p-top__item3 .c-table__select--flex .item:last-child {
  width: auto;
}

.p-top__item4 {
  margin-bottom: 20px;
}

.p-top__item4 .c-table__select--flex .item {
  width: auto;
  margin-right: 45px;
}

@media only screen and (max-width: 768px) {
  .p-top__item4 .c-table__select--flex .item {
    width: 32%;
    margin-right: calc(4% / 3);
  }
}

.p-top__item5 {
  margin-bottom: 50px;
}

.p-top__item6 {
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .p-top__item1,
  .p-top__item3,
  .p-top__item4,
  .p-top__item5 {
    margin-bottom: 4%;
  }

  .p-top__item6 {
    margin-bottom: 8%;
  }
}

.p-top__search-button {
  width: 405px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .p-top__search-button {
    width: 70%;
    margin-bottom: 3%;
  }
}

.p-top__reset-button {
  width: 200px;
  padding: 9px 0;
}

@media only screen and (max-width: 768px) {
  .p-top__reset-button {
    width: 40%;
    font-size: 1.1rem;
  }
}

.p-top__pick-up {
  padding: 40px 0;
}

@media only screen and (max-width: 768px) {
  .p-top__pick-up {
    padding-bottom: 3%;
    padding-top: 8%;
  }
}

.p-top__pick-up-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 768px){
  .p-top__pick-up-content{
    justify-content: space-between;
  }
}

.p-top__pick-up-content .c-pick-up{
  margin-right: calc((100% - (265px * 3)) / 2);
}

.p-top__pick-up-content .c-pick-up:last-child{
  margin-right: 0;
}

@media only screen and (max-width: 768px){
  .p-top__pick-up-content .c-pick-up{
    margin-right: 0;
  }

  .p-top__pick-up-content .c-pick-up:nth-child(3){
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .p-top__pick-up-content .c-pick-up {
    width: 49%;
  }
}

.p-top__first-bonus {
  margin-bottom: 26px;
}

@media only screen and (max-width: 768px) {
  .p-top__first-bonus {
    padding-bottom: 3%;
    padding-top: 8%;
    margin-bottom: 0;
  }
}

.p-top__first-bonus-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
}

.p-top__first-bonus-image {
  width: 340px;
  height: 225px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .p-top__first-bonus-image {
    height: initial;
  }
}

.p-top__first-bonus-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .p-top__first-bonus-image img {
    width: 100%;
    height: initial;
    -o-object-fit: initial;
    object-fit: initial;
  }
}

.p-top__first-bonus-text {
  line-height: 1.6;
  width: 467px;
}

@media only screen and (max-width: 768px) {
  .p-top__first-bonus-image,
  .p-top__first-bonus-text {
    width: 49%;
  }
}

.p-top__first-bonus-text p {
  height: 147px;
  overflow-y: hidden;
  text-overflow: ellipsis;
  margin-bottom: 56px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 768px) {
  .p-top__first-bonus-text p {
    height: initial;
    font-size: 1rem;
    margin-bottom: 3%;
  }
}

.p-top__first-bonus-text a {
  color: #00bad6;
  padding-bottom: 2px;
  border-bottom: 1px solid #00bad6;
}

.p-top__first-bonus-button {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .p-top__first-bonus-button a {
    font-size: 0.9rem;
  }
}

.p-top__notice {
  padding: 40px 0;
}

@media only screen and (max-width: 768px) {
  .p-top__notice {
    padding-bottom: 3%;
    padding-top: 8%;
  }
}

.p-top__notice-content {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 20px;
  font-size: 1.4rem;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .p-top__notice-content {
    margin-top: 5%;
    font-size: 0.9rem;
  }
}

.p-top__notice-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
  .p-top__notice-item {
    margin-bottom: 2%;
    justify-content: space-between;
  }
}

.p-top__notice-item:last-child {
  margin-bottom: 0;
}

.p-top__notice-tag {
  font-size: 1.2rem;
  background-color: gray;
  color: white;
  padding: 3px 5px;
  margin-right: 10px;
  width: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-top__notice-tag {
    font-size: 0.9rem;
    margin-right: 0;
    width: 20%;
  }
}

.p-top__notice-tag--blue {
  background-color: #00bad6;
}

.p-top__notice-tag--pink {
  background-color: #ff3988;
}

.p-top__notice-tag--orange {
  background-color: #ff7800;
}

.p-top__notice-date {
  margin-right: 22px;
}

@media only screen and (max-width: 768px) {
  .p-top__notice-date {
    margin-right: 0;
    width: 26%;
  }
}

@media only screen and (max-width: 380px) {
  .p-top__notice-date {
    width: 34%;
    margin-right: 0.5%;
  }
}

.p-top__notice-text {
  max-width: 520px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 768px) {
  .p-top__notice-text {
    width: 52%;
  }
}

@media only screen and (max-width: 380px) {
  .p-top__notice-text {
    width: 45%;
    margin-left: 0.5%;
  }
}

.p-top__notice-more {
  font-size: 1.6rem;
  color: #00bad6;
  border-bottom: 1px solid #00bad6;
  padding-bottom: 1px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translatey(-150%);
}

.p-top__list-banner a {
  display: block;
  width: 100%;
  margin: 3% 0;
}

.p-top__list-banner a img {
  width: 100%;
}

.p-top__list-banner a:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .p-top__notice-more {
    font-size: 0.9rem;
  }
}

.p-top__widgets {
  padding-top: 20px;
  padding-bottom: 45px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .p-top__widgets {
    justify-content: space-between;
    padding-top: 5%;
    padding-bottom: 8%;
  }
}

.p-top__widgets a {
  position: relative;
  margin-right: 25px;
}

@media only screen and (max-width: 768px) {
  .p-top__widgets a {
    margin-right: 0;
    width: 49%;
  }
}

.p-top__widgets a:last-child {
  margin-right: 0;
}

.p-top__widgets a:last-child p {
  left: 60%;
}

@media only screen and (max-width: 768px) {
  .p-top__widgets a:last-child p {
    left: initial;
    right: 3%;
  }
}

.p-top__widgets a p {
  position: absolute;
  color: white;
  line-height: 1.7;
  font-size: 2.4rem;
  top: 50%;
  left: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .p-top__widgets a p {
    font-size: 1.2rem;
    left: initial;
    right: 3%;
  }
}

.p-top__register-btn {
  display: block;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fe3c89),
    to(#ff77ac)
  );
  background-image: linear-gradient(to top, #fe3c89, #ff77ac);
  font-size: 2.2rem;
  color: white;
  width: 100%;
  padding: 34.5px 0;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 10px;
}

.p-top__register-btn i {
  margin-right: 10px;
}

.p-top__login-btn {
  display: block;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#08bcd7),
    to(#4dcfe2)
  );
  background-image: linear-gradient(to top, #08bcd7, #4dcfe2);
  font-size: 2.2rem;
  color: white;
  width: 100%;
  padding: 13.5px 0;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 10px;
}

.p-top__login-btn i {
  margin-right: 10px;
}

/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-about {
  line-height: 2;
}

.p-mainvisual {
  width: 1320px;
  height: 700px;
  border-radius: 20px;
  position: relative;
  margin: 0 auto;
  background: url(../img/mainvisual-bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
  margin-bottom: -227px;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .p-mainvisual {
    width: 100%;
    height: 302px;
    border-radius: 0;
    margin-bottom: -20%;
  }
}

.p-mainvisual__desc {
  position: absolute;
  box-sizing: border-box;
  bottom: 246px;
  right: 110px;
}

@media only screen and (max-width: 768px) {
  .p-mainvisual__desc {
    bottom: 30%;
    right: 2%;
    width: 65%;
  }
}

.p-mainvisual__desc p {
  font-size: 2.4rem;
  color: white;
  background-color: rgba(0, 186, 214, 0.5);
  font-weight: bold;
  padding: 26px;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .p-mainvisual__desc p {
    font-size: 1.2rem;
    padding: 3% 5%;
  }
}

.p-mainvisual__desc p::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: rgba(0, 186, 214, 0.5);
  top: -10px;
  left: -10px;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .p-mainvisual__desc p::before {
    top: 0;
    left: 0;
    transform: translateX(-2%) translateY(-10%);
  }
}

/* ---Services--- */
.p-services__desc {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .p-services__desc {
    margin-bottom: 20px;
  }
}

.p-services__desc h3 {
  margin-bottom: 55px;
  font-size: 2.2rem;
}

@media only screen and (max-width: 768px) {
  .p-services__desc h3 {
    font-size: 1.2rem;
    margin-bottom: 23px;
  }
}

.p-services__descText {
  font-size: 1.6rem;
  margin-bottom: 35px;
}

@media only screen and (max-width: 768px) {
  .p-services__descText {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 15px;
  }
}

.p-services__buttons {
  width: 870px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media only screen and (max-width: 768px) {
  .p-services__buttons {
    width: 100%;
  }
}

.p-services__buttonsItem {
  width: 400px;
}

@media only screen and (max-width: 768px) {
  .p-services__buttonsItem {
    max-width: 50%;
    width: 48%;
  }
}

.p-services__buttonsItem p {
  margin-bottom: 10px;
  height: 42px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .p-services__buttonsItem p {
    font-size: 8px;
    height: 21px;
    margin-bottom: 15px;
    letter-spacing: -1px;
  }

  .p-services__buttonsItem .c-btn01 {
    font-size: 1rem;
  }
}

.p-services__content {
  margin-top: 30px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .p-services__content {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.p-services__steps-list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 35px;
}

@media only screen and (max-width: 768px) {
  .p-services__steps-list {
    flex-direction: column;
    margin: 10px 0;
  }
}

.p-services__step {
  width: 300px;
  text-align: left;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .p-services__step {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }
}

.p-services__step-image {
  width: 300px;
  height: 300px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .p-services__step-image {
    width: 150px;
    height: 100px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .p-services__step p {
    max-width: 55%;
    font-size: 0.9rem;
    line-height: 1.67;
  }
}

.p-services__step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-services__step-image h4 {
  position: absolute;
  width: 100%;
  bottom: 0;
  color: white;
  background-color: #00bad6;
  font-size: 2.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .p-services__step-image h4 {
    font-size: 1.1rem;
  }
}

.p-services__step-image h4 span {
  display: block;
  font-size: 3.2rem;
  width: 60px;
  text-align: center;
  border-right: 1px solid white;
  box-sizing: content-box;
  font-family: Oswald;
  font-weight: bold;
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .p-services__step-image h4 span {
    font-size: 1.6rem;
    margin-right: 10px;
    width: 30px;
  }
}

.p-services__required {
  padding: 30px;
  margin-bottom: 30px;
  background-color: white;
  border-radius: 10px;
  text-align: left;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .p-services__required {
    padding: 15px;
  }
}

.p-services__required b span {
  margin-right: 1px;
}

.p-services__requiredDesc,
.p-services__required b {
  font-size: 1.6rem;
  line-height: 2;
}

.p-services__requiredDesc {
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .p-services__required b,
  .p-services__requiredDesc {
    font-size: 0.9rem;
    line-height: 1.7;
  }

  .p-services__requiredDesc {
    margin-bottom: 10px;
  }
}

.p-services__requiredList {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.p-services__requiredItem {
  width: 280px;
  height: 185px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 10px;
}

@media only screen and (max-width: 768px) {
  .p-services__requiredItem {
    width: 31%;
    height: 110px;
    padding: 2%;
  }
}

.p-services__requiredItem img {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .p-services__requiredItem img {
    width: 60%;
  }
}

.p-services__requiredItem p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
  letter-spacing: -1px;
}

@media only screen and (max-width: 768px) {
  .p-services__requiredItem p {
    font-size: 1rem;
    line-height: 1.3;
  }
}

.p-services__requiredItem p span {
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .p-services__requiredItem p span {
    font-size: 0.9rem;
  }
}

.p-services__flow {
  padding-bottom: 20px;
}

.p-services__find-job {
  width: 400px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .p-services__find-job {
    width: 57%;
  }
}

/* ---Company-profile--- */
.p-company-pf__desc {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .p-company-pf__desc {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

.p-company-pf__main-info {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .p-company-pf__main-info {
    margin-bottom: 5%;
  }
}

.p-company-pf__main-info .c-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .p-company-pf__main-info .c-box {
    flex-direction: column;
    align-items: center;
  }
}

.p-company-pf__main-info1 {
  width: 300px;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .p-company-pf__main-info1 {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
  }
}

.p-company-pf__main-info1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-company-pf__main-info2 {
  width: 730px;
}

@media only screen and (max-width: 768px) {
  .p-company-pf__main-info2 {
    width: 100%;
  }
}

.p-company-pf__main-info2 li,
.p-company-pf__employment .c-box li {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  border-bottom: 1px solid #d1d1d1;
  padding-left: 20px;
}

@media only screen and (max-width: 768px) {
  .p-company-pf__main-info2 li,
  .p-company-pf__employment .c-box li {
    padding-left: 3%;
  }

  .p-company-pf__main-info2 li,
  .p-company-pf__employment .c-box li {
    position: relative;
  }

  .p-company-pf__main-info2 li::before,
  .p-company-pf__employment .c-box li::before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #d1d1d1;
    top: 0;
    left: 32%;
    transform: translateX(-50%);
  }
}

.p-company-pf__main-info2 li:last-child,
.p-company-pf__employment li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.p-company-pf__main-info2 li p {
  box-sizing: border-box;
  padding: 10px 0;
}

@media only screen and (max-width: 768px) {
  .p-company-pf__main-info2 li p {
    padding: 3% 0;
  }
}

.p-company-pf__main-info2 li p,
.p-company-pf__employment .c-box li p {
  text-align: left;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .p-company-pf__main-info2 li p,
  .p-company-pf__employment .c-box li p {
    font-size: 1rem;
  }
}

.p-company-pf__main-info2 li p:first-child {
  width: 160px;
  padding-right: 15px;
}

@media only screen and (max-width: 768px) {
  .p-company-pf__main-info2 li p:first-child {
    width: 30%;
  }

  .p-company-pf__main-info2 li p:last-child {
    width: 70%;
    padding-left: 15px;
  }
}

.p-company-pf__employment {
  margin-bottom: 25px;
}

.p-company-pf__employment .c-box li p:first-child {
  width: 150px;
  margin-right: 15px;
}

@media only screen and (max-width: 768px) {
  .p-company-pf__employment .c-box li p {
    padding: 10px 0;
  }

  .p-company-pf__employment .c-box li p:first-child,
  .p-company-pf__employment .c-box li p:last-child {
    box-sizing: border-box;
  }

  .p-company-pf__employment .c-box li p:first-child {
    width: 40%;
    padding-left: 15px;
  }

  .p-company-pf__employment .c-box li p:last-child {
    width: 60%;
    padding-right: 15px;
  }
}

.p-company-pf__employment .c-title {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .p-company-pf__employment .c-title {
    margin-bottom: 5%;
  }
}

.p-company-pf__contact {
  text-align: center;
}

.p-company-pf__contact p {
  font-size: 1.6rem;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .p-company-pf__contact p {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}

.p-company-pf__contactButton {
  width: 400px;
  margin: 0 auto;
}

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

/* ---Templatey--- */

.p-template {
  margin-top: 75px;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .p-template {
    font-size: 1rem;
    margin-top: 30px;
  }
}

.p-template ul,
.p-template ol {
  margin-left: 25px;
}

@media only screen and (max-width: 768px) {
  .p-template ul,
  .p-template ol {
    margin-left: 0;
  }
}

.p-template ul li,
.p-template ol li {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin: 5px;
}

.p-template--blue-text {
  color: #00bad6;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.p-template__title01 {
  font-size: 2rem;
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .p-template__title01 {
    margin-bottom: 10px;
  }
}

.p-template01 {
  margin-bottom: 65px;
}

@media only screen and (max-width: 768px) {
  .p-template01 {
    margin-bottom: 20px;
  }
}

.p-template__title02 {
  font-size: 1.6rem;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .p-template__title02 {
    margin-bottom: 20px;
  }
}

.p-template__list01 {
  margin-bottom: 45px;
}

@media only screen and (max-width: 768px) {
  .p-template__list01 {
    margin-bottom: 15px;
  }
}

.p-template__list01 li::before {
  content: "⬤";
  color: #00bad6;
  display: inline-block;
  margin-right: 2px;
}

.p-template__list02 {
  counter-reset: count;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .p-template__list02 {
    margin-bottom: 20px;
  }
}

.p-template__list02 li::before {
  counter-increment: count;
  content: counter(count) ".";
  color: #00bad6;
  display: inline-block;
  margin-right: 2px;
  font-weight: bold;
}

.p-template__box {
  width: 900px;
  margin-left: 25px;
  background-color: #e5f8fb;
  padding: 40px 45px;
  border-radius: 10px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .p-template__box {
    width: calc(100% - 20px);
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 20px 25px;
  }
}

.p-template__list03 {
  width: 730px;
}

@media only screen and (max-width: 768px) {
  .p-template__list03 {
    width: 100%;
  }
}

.p-template__list03 li {
  padding-bottom: 8px;
  border-bottom: 1px solid #d1d1d1;
}

@media only screen and (max-width: 768px) {
  .p-template__list03 li {
    align-items: baseline !important;
  }
}

.p-template__list03 li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.p-template__list03 li p:first-child {
  width: 120px;
  margin-right: 15px;
  padding-left: 20px;
}

.p-template__list03 li p:last-child {
  width: calc(100% - 135px);
}

/* ---Policy Privacy--- */
.p-policy__box {
  background-color: #e5f8fb;
  padding: 40px 45px;
  border-radius: 10px;
  font-size: 1.6rem;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .p-policy__box {
    padding: 20px 10px;
    font-size: 0.9rem;
    margin-top: 10px;
  }
}

.p-policy--blue-text {
  color: #00bad6;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 1px;
  /* 	position: relative; */
}

@media only screen and (max-width: 768px) {
  .p-policy--blue-text {
    font-size: 1rem;
  }
}

/* .p-policy--blue-text::before{
	position: absolute;
	content: '';
	display: block;
	bottom:0;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: #00bad6;
} */

.p-policy__part01 {
  margin-bottom: 40px;
}

.p-policy__part02,
.p-policy__part03,
.p-policy__part04,
.p-policy__part05 {
  margin-bottom: 20px;
}

.p-policy__box ul {
  margin-top: 10px;
}

.p-policy__box li {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 5px;
}

.p-policy__box ul li:last-child {
  margin-bottom: 0px;
}

.p-policy__box li::before {
  content: "⬤";
  color: #00bad6;
  display: inline-block;
  margin-right: 2px;
}

.p-policy__part06 {
  width: 400px;
  max-width: 100%;
  background-color: white;
  border-radius: 10px;
  padding: 20px 25px;
}

@media only screen and (max-width: 768px) {
  .p-policy__part06 {
    padding: 10px 15px;
  }
}

.p-policy__part06-contactNumber {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin: 1px 0;
}

@media only screen and (max-width: 768px) {
  .p-policy__part06-contactNumber {
    margin: 2px 0;
  }
}

.p-policy__part06-contactNumber p:first-child {
  margin-right: 20px;
}

.p-policy__part06-contactNumber span {
  font-family: Oswald;
}

/* ---Archive--- */

.p-archive__list li {
  border-bottom: 1px solid #d1d1d1;
}

.p-archive__list li:last-child {
  border-bottom: none;
}

.p-archive__list li a {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding: 7px 0;
  padding-left: 20px;
}

@media only screen and (max-width: 768px) {
  .p-archive__list li a {
    padding: 7px 0;
    padding-left: 5px;
  }
}

.p-archive__list li a p:last-child {
  font-size: 1.4rem;
  width: 490px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 768px) {
  .p-archive__list li a p:last-child {
    font-size: 1rem;
    width: 55%;
  }
}

.p-archive__list li a p:first-child {
  font-size: 1.6rem;
  margin-right: 25px;
}

@media only screen and (max-width: 768px) {
  .p-archive__list li a p:first-child {
    font-size: 1rem;
    margin-right: 10px;
  }
}

.p-archive__tag {
  display: block;
  width: 70px;
  padding: 3px 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.2rem;
  margin-right: 30px;
  background-color: #00bad6;
  color: white;
}

@media only screen and (max-width: 768px) {
  .p-archive__tag {
    width: 50px;
    margin-right: 10px;
    font-size: 0.8rem;
  }
}

.p-archive__tag--pink {
  background-color: #ff3988;
}

.p-archive__tag--orange {
  background-color: #ff7800;
}
/* ---Single--- */
.p-single__infor {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .p-single__infor {
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 10px;
    margin-bottom: 20px;
  }
}

.p-single__infor p:first-child {
  font-size: 1.6rem;
  margin-right: 20px;
}

.p-single__infor p:last-child {
  font-size: 2rem;
  font-weight: bold;
  margin-left: 20px;
}

@media only screen and (max-width: 768px) {
  .p-single__infor p:last-child {
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
}

.p-single__infor span {
  font-size: 1.2rem;
  padding: 3px 5px;
  background-color: #00bad6;
  color: white;
}

.p-single__thumbnail {
  width: 100%;
  height: 450px;
  margin-bottom: 25px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .p-single__thumbnail {
    height: 50%;
    margin-bottom: 15px;
    max-height: 300px;
  }
}

.p-single__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-single__content {
  text-align: left;
}

.p-single__content p {
  font-size: 1.6rem;
  line-height: 1.75;
}

@media only screen and (max-width: 768px) {
  .p-single__content p {
    font-size: 1.2rem;
  }
}

.p-single__buttons {
  width: 404px;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .p-single__buttons {
    width: 100%;
    margin: 15px 0;
    font-size: 1.2rem;
  }
}

.p-single__pn-btns {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .p-single__pn-btns {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .p-single__pn-btns .p-single__btn:first-child {
    margin-bottom: 10px;
  }
}

.p-single__pn-btns .p-single__btn:first-child a::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  left: 20px;
  top: 50%;
  transform: translatey(-50%);
}

.p-single__pn-btns .p-single__btn:last-child a::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  right: 20px;
  top: 50%;
  transform: translatey(-50%);
}

.p-single__btn a {
  display: block;
  width: 170px;
  color: #00bad6;
  border: 2px solid #00bad6;
  text-align: center;
  font-weight: bold;
  border-radius: 20px;
  padding: 6px 0;
  position: relative;
  transition: 0.3s all;
}

@media only screen and (max-width: 768px) {
  .p-single__btn {
    width: 100%;
  }

  .p-single__btn a {
    width: 100%;
    box-sizing: border-box;
    padding: 4px 0;
  }
}

.p-single__btn a:hover {
  background-color: #00bad6;
  color: white;
}

.p-single_rt-btn {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #00bad6;
  color: white;
  border-radius: 20px;
  padding: 8px 0;
  position: relative;
}

.p-single_rt-btn::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  left: 115px;
  top: 50%;
  transform: translatey(-50%);
}

@media only screen and (max-width: 768px) {
  .p-single_rt-btn::before {
    left: 20px;
  }
}

/* ---Introduce--- */
.p-introduce__logo {
  margin-bottom: 20px;
  margin-top: 30px;
}

.p-introduce__box {
  width: 100%;
  box-sizing: border-box;
  background-color: white;
  border-radius: 10px;
  padding: 50px;
  padding-top: 0;
}

@media only screen and (max-width: 768px) {
  .p-introduce__box {
    padding: 20px 10px;
    padding-top: 0;
  }
}

.p-introduce__box01 {
  padding-top: 50px;
  position: relative;
  margin-top: 47px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .p-introduce__box01 {
    padding-top: 20px;
    margin-top: 27px;
    margin-bottom: 15px;
  }
}

.p-introduce__box01::before {
  content: "";
  background: url(../img/doctor-01.png) no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 84px;
  transform: translatey(-98%);
  width: 219px;
  height: 232px;
}

@media only screen and (max-width: 768px) {
  .p-introduce__box01::before {
    width: 100px;
    height: 106px;
    right: 10px;
  }
}

.p-introduce__desc {
  font-size: 2rem;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 95px;
}

@media only screen and (max-width: 768px) {
  .p-introduce__desc {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}

.p-introduce__promote {
  padding: 65px 50px;
  padding-bottom: 30px;
  position: relative;
  background-color: #ffe9ee;
  border-radius: 10px;
}

@media only screen and (max-width: 768px) {
  .p-introduce__promote {
    padding: 30px 10px;
    padding-bottom: 15px;
  }
}

.p-introduce__prmTitle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatey(-50%) translatex(-50%);
  max-width: 480px;
  padding: 10px 64px;
  background: url(../img/introduce-prmTitle.png) no-repeat;
  background-size: 100%;
  background-position: center center;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-introduce__prmTitle {
    padding: 10px;
    width: 70%;
  }
}

.p-introduce__prmTitle h3 {
  font-size: 5rem;
  color: white;
}

@media only screen and (max-width: 768px) {
  .p-introduce__prmTitle h3 {
    font-size: 1.2rem;
  }
}

.p-introduce__prmDesc {
  text-align: center;
  font-size: 2rem;
  line-height: 1.7;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .p-introduce__prmDesc {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}

.p-introduce__prmBanner {
  width: 555px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 53px;
}

@media only screen and (max-width: 768px) {
  .p-introduce__prmBanner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 260px;
  }
}

.p-introduce__prmBanner::before,
.p-introduce__prmBanner::after {
  display: block;
  position: absolute;
  bottom: -6px;
}

.p-introduce__prmBanner::before {
  content: url(../img/doctor-02.png);
  left: 0;
  -ms-transform: translateX(-100%) translateX(-45px); /* IE 11 */
  transform: translateX(calc(-100% - 45px));
}

.p-introduce__prmBanner::after {
  content: url(../img/doctor-03.png);
  right: 0;
  -ms-transform: translateX(100%) translateX(45px); /* IE 11 */
  transform: translateX(calc(100% + 45px));
}

@media only screen and (max-width: 768px) {
  .p-introduce__prmBanner::before,
  .p-introduce__prmBanner::after {
    display: block;
    position: absolute;
    bottom: 0;
  }

  .p-introduce__prmBanner::before {
    content: url(../img/doctor-02.png);
    left: 50%;
    transform: translateX(-100%) translatey(105%);
  }

  .p-introduce__prmBanner::after {
    content: url(../img/doctor-03.png);
    right: 50%;
    transform: translateX(100%) translatey(105%);
  }
}

.p-introduce__prmStepsList {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  counter-reset: Step;
}

@media only screen and (max-width: 768px) {
  .p-introduce__prmStepsList {
    flex-wrap: wrap;
  }
}

.p-introduce__prmStepsList figure {
  width: 200px;
  counter-increment: Step;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .p-introduce__prmStepsList figure {
    width: 100%;
    counter-increment: Step;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7%;
  }

  .p-introduce__prmStepsList figure:last-child {
    margin-bottom: 0;
  }
}

.p-introduce__prmStepsList figcaption p {
  font-size: 1.6rem;
  line-height: 1.376;
}

@media only screen and (max-width: 768px) {
  .p-introduce__prmStepsList figcaption {
    width: calc(100% - (100px + 4%));
  }

  .p-introduce__prmStepsList figcaption p {
    font-size: 0.9rem;
  }
}

@media only screen and (min-width: 500px) and (max-width: 768px) {
  .p-introduce__prmStepsList figcaption {
    width: calc(100% - (150px + 4%));
  }
}

.p-introduce__prmStepImg {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  text-align: center;
  background-color: white;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .p-introduce__prmStepImg {
    width: 100px;
    height: 100px;
  }

  .p-introduce__prmStepImg img {
    width: 25%;
  }
}

@media only screen and (min-width: 500px) and (max-width: 768px) {
  .p-introduce__prmStepImg {
    width: 150px;
    height: 150px;
  }
}

.p-introduce__prmStepImg::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "step\A"counter(Step);
  white-space: pre; /* or pre-wrap */
  position: absolute;
  width: 70px;
  height: 70px;
  text-transform: uppercase;
  color: white;
  background-color: #00bad6;
  border-radius: 50%;
  text-align: center;
  font-size: 2rem;
  top: 0;
  left: 50%;
  transform: translatex(-50%) translatey(-50%);
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .p-introduce__prmStepImg::before {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}

/* .p-introduce__prmStepImg::before::last-letter{
	font-size: 3rem;
} */

.p-introduce__prmStepImg h4 {
  font-size: 2rem;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #00bad6;
  color: white;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 10px;
  border-radius: 0 0 10px 10px;
}

@media only screen and (max-width: 768px) {
  .p-introduce__prmStepImg h4 {
    font-size: 1rem;
    padding: 2px 3px;
  }
}

.p-introduce__box02 {
  padding: 0;
  padding-bottom: 50px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .p-introduce__box02 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.p-introduce__box02 ul {
  padding: 0 50px;
  margin-top: 30px;
  counter-reset: Intro-list;
}

@media only screen and (max-width: 768px) {
  .p-introduce__box02 ul {
    padding: 0 10px;
    margin-top: 15px;
  }
}

.p-introduce__box02 ul li {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 15px;
}

.p-introduce__box02 ul li p {
  font-size: 1.6rem;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .p-introduce__box02 ul li {
    margin-bottom: 10px;
  }

  .p-introduce__box02 ul li:last-child {
    margin-bottom: 0;
  }

  .p-introduce__box02 ul li p {
    font-size: 0.9rem;
  }
}

.p-introduce__box02 ul li:last-child {
  margin-bottom: 0;
}

.p-introduce__box02 ul li::before {
  display: block;
  counter-increment: Intro-list;
  content: counter(Intro-list) ".";
  font-size: 1.6rem;
  margin-right: 3px;
}

.p-introduce__box02 h3 {
  font-size: 2rem;
  background-color: #00bad6;
  color: white;
  padding-left: 50px;
  border-radius: 10px 10px 0 0;
}

@media only screen and (max-width: 768px) {
  .p-introduce__box02 h3 {
    font-size: 1rem;
    background-color: #00bad6;
    color: white;
    padding-left: 10px;
    border-radius: 10px 10px 0 0;
  }
}

.p-introduce__btn {
  width: 460px;
  height: 80px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .p-introduce__btn {
    width: 100%;
  }
}

.p-introduce__btn a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: #ff3988;
  color: white;
  font-family: Oswald;
  font-weight: bold;
  font-size: 6rem;
  border-radius: 10px;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .p-introduce__btn a {
    font-size: 2rem;
  }
}
/* ---Inquiry--- */
.p-inquiry__btns {
  display: none;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 20px;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .c-submit-button {
  display: none;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .p-inquiry__btns {
  display: flex;
}

.c-table__form-line br {
  display: none;
}

.p-inquiry__btns .c-btn01 {
  width: 48%;
}

.p-inquiry__completed {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .p-inquiry__completed {
    font-size: 1rem;
    margin-top: 30px;
  }
}

.p-inquiry__return-btn {
  width: 100%;
  max-width: 500px;
  margin: 20px auto;
}

@media only screen and (max-width: 768px) {
  .p-inquiry__return-btn {
    width: 70%;
    margin: 10px auto;
    margin-top: 30px;
  }
}

/* ---Login--- */

.p-login {
  margin-top: 40px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.p-login .wpmem_msg {
  width: 100%;
}

.p-login legend {
  display: none;
}

.p-login #wpmem_login fieldset {
  margin-bottom: 0;
}

.p-login #wpmem_login fieldset label {
  display: none;
}

.p-login #wpmem_login fieldset .button_div label {
  display: inline;
}

.p-login #wpmem_login .div_text,
.p-login #wpmem_login .button_div {
  padding: 0;
  width: 100%;
}

.p-login #wpmem_login .button_div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.p-login #wpmem_login .button_div input[type="submit"] {
  width: 100%;
}

.p-login #wpmem_login input[type="password"],
.p-login #wpmem_login input[type="text"],
.p-login #wpmem_reg input[type="email"] {
  all: unset;
  width: 100%;
  font-size: 1.6rem;
  box-sizing: border-box;
  padding: 8px;
  margin-bottom: 10px;
  border: 2px solid #e5ebf2;
  outline: none;
  background-color: white;
}

@media only screen and (max-width: 768px) {
  .p-login #wpmem_login input[type="password"],
  .p-login #wpmem_login input[type="text"],
  .p-login #wpmem_reg input[type="email"] {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .p-login {
    margin-top: 20px;
  }
}

.p-login .c-table__title {
  padding: 10px 0;
}

.p-login .c-table__title h3 {
  margin: 0 auto;
}

/* ---Reset Password--- */
.p-pw-reset {
  max-width: 100%;
  width: 700px;
  margin: 0 auto;
}

.p-pw-reset .c-table {
  padding-top: 30px;
}

@media only screen and (max-width: 768px) {
  .p-pw-reset .c-table {
    padding-top: 1.5px;
  }
}

.p-pw-reset #reset_notification {
  font-weight: bold;
  color: #ff3988;
  font-size: 2rem;
  padding-bottom: 2px;
  border-bottom: 2px solid #ff3988;
}

@media only screen and (max-width: 768px) {
  .p-pw-reset #reset_notification {
    font-size: 1.2rem;
  }
}

.p-pw-reset__hidden-box {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
/* ---Register Page--- */
.p-register__notification{
  font-weight: bold;
  color: #00bad6;
}

.p-register__desc {
  text-align: center;
  margin: 20px 0;
}

@media only screen and (max-width: 768px){
  .p-register__desc {
    font-size: 1.2rem;
  }
}

.p-register__table01,
.p-register__table02 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .p-register__table02 input,
  .p-register__table03 input {
    margin: 10px 0;
  }

  .p-register__table03 .timetable .item {
    margin-bottom: 10px;
  }
}

.p-register__table04 {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}

.p-register__submit-btn {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .p-register__submit-btn {
    margin-top: 10px;
  }
}

.p-register__submit-btn::before {
  display: block;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  color: white;
  pointer-events: none;
  top: 50%;
  right: 40px;
  transform: translatey(-50%);
}

@media only screen and (max-width: 768px) {
  .p-register__submit-btn::before {
    right: 10%;
  }
}

.p-register__goback-btn {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.p-register__goback-btn a {
  display: block;
  width: 100%;
  padding: 4px 0;
  box-sizing: border-box;
  border-radius: 20px;
  border: 2px solid #00bad6;
  color: #00bad6;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin-top: 40px;
  transition: 0.3s all;
}

.p-register__goback-btn span:hover {
  background-color: #00bad6;
  color: white;
}

.p-register__goback-btn span i {
  margin-right: 5px;
}

/* ---Profile--- */
.p-profile__table01,
.p-profile__table02 {
  margin-bottom: 30px;
}
/* --Profile tab01-- */


/* --- */
.p-profile__tab {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  border-bottom: 2px solid #00bad6;
}

.p-profile__tab .p-profile__tablinks {
  margin-right: 10px;
}

.p-profile__tab .p-profile__tablinks:last-child {
  margin-right: 0px;
}

@media only screen and (max-width: 768px) {
  .p-profile__tab .p-profile__tablinks {
    margin-right: 1%;
  }
}

.p-profile__tablinks {
  background-color: white;
  color: #00bad6;
  font-size: 2rem;
  font-weight: bold;
  width: 200px;
  height: 48px;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  border: 2px solid #00bad6;
  border-bottom: none;
  cursor: pointer;
  transition: 0.3s all;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .p-profile__tablinks {
    font-size: 1rem;
    width: 85px;
  }
}

.p-profile__tablinks--actived,
.p-profile__tablinks:hover {
  color: white;
  background-color: #00bad6;
}

.p-profile__tablinks--actived {
  cursor: initial;
}

.p-profile__tabContent {
  padding-top: 30px;
  display: none;
}

.p-profile__tabContent .p-jsearch-content {
  padding-top: 0;
}

.p-profile__tabContent.p-profile__tabContent--show {
  display: block;
}

@media only screen and (max-width: 768px) {
  .p-profile__tabContent {
    padding-top: 15px;
  }
}

.p-profile__stepList,
.p-profile__btn {
  max-width: 100%;
  width: 400px;
  margin: 0 auto;
}

.p-profile__btn {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .p-profile__btn {
    margin-top: 10px;
  }
}

.p-profile__withdrawal-desc {
  text-align: center;
  font-size: 1.6rem;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.p-profile__withdrawal-desc span {
  color: red;
  font-size: 1.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .p-profile__withdrawal-desc {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .p-profile__withdrawal-desc,
  .p-profile__withdrawal-desc span {
    font-size: 1.2rem;
  }
}

.p-profile__list-btn {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 30px;
}

.p-profile__list-btn-item {
  width: 47.5%;
}
/* --- */
@media only screen and (max-width: 768px){
  .p-jsearch-condition .c-table .c-table__search-box .label{
    margin-bottom: 0;
  }
}

.p-jsearch-content {
  padding-top: 60px;
}

.p-jsearch-content .c-table--02 .c-custom-checkBox label{
  padding-left: 0;
}

.p-jsearch-content .c-table--02 .c-custom-checkBox span::before{
  position: initial;
}

@media only screen and (max-width: 768px){
  .p-jsearch-content {
    padding-top: 7%;
  }
}

.p-jsearch-content__01-text {
  font-size: 1.6rem;
}

.p-jsearch-content__01-text span {
  font-size: 2.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .p-jsearch-content__01-text {
    font-size: 1.2rem;
    margin-bottom: 3%;
  }

  .p-jsearch-content__01-text span {
    font-size: 1.4rem;
  }
}

.p-jsearch-content__01 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

@media only screen and (max-width: 768px) {
  .p-jsearch-content__01 {
    flex-direction: column;
  }
}

.p-jsearch-content__01-group {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  margin-bottom: 40px;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .p-jsearch-content__01-group {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}

.p-jsearch-content__01-group .p-jsearch-content__01-item {
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .p-jsearch-content__01-group .p-jsearch-content__01-item {
    margin-left: 1.5%;
    width: 100%;
    max-width: 115px;
  }
}

.p-jsearch-content__01-group .p-jsearch-content__01-item:first-child {
  margin-left: 0;
}

.p-jsearch-content__01-item {
  box-sizing: border-box;
  display: block;
  width: 150px;
  text-align: center;
  color: #00bad6;
  font-size: 1.6rem;
  border: 1px solid #00bad6;
  border-radius: 10px;
  padding: 7px 0;
  cursor: pointer;
  transition: 0.3s all;
}

@media only screen and (max-width: 768px) {
  .p-jsearch-content__01-item {
    font-size: 1.2rem;
    width: 20%;
    padding: 1.5% 0;
  }
}

.p-jsearch-content__01-item:hover,
.p-jsearch-content__01-item.active {
  background-color: #00bad6;
  color: white;
}

.p-applica__list-btn {
  width: 840px;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .p-applica__list-btn {
    width: 100%;
    margin-bottom: 3%;
  }
}

.p-applica__desc {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .p-applica__desc {
    font-size: 1.2rem;
    margin-bottom: 3%;
  }
}

/* FAQ form box (profile page) */

@media only screen and (max-width: 768px){
  .p-profile__faqForm .c-custom-select{
    width: 100%;
    margin-bottom: 0;
  }

  .p-profile__faqForm .line:first-child{
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}


/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/

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