@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  font-size: 62.5%;
  line-height: normal;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  height: auto;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

td,
th {
  vertical-align: middle;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

li {
  list-style: none;
}

.company {
  padding: 4rem 0;
}
@media screen and (min-width: 640px) {
  .company {
    padding-top: 7rem;
  }
}
.company .company-inner {
  padding: 0 1rem;
  max-width: 750px;
  margin: 0 auto;
}
.company .company-inner table {
  display: block;
  border-spacing: 10px !important;
  border-collapse: separate !important;
  margin: 0 0 3rem 0;
}
@media screen and (min-width: 640px) {
  .company .company-inner table {
    margin: 0 0 5rem 0;
  }
}
.company .company-inner table tbody {
  display: block;
}
.company .company-inner table tbody tr {
  display: block;
  width: 100%;
  margin: 0 0 1rem 0;
}
@media screen and (min-width: 640px) {
  .company .company-inner table tbody tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 1rem 0;
  }
}
.company .company-inner table tbody tr th {
  font-size: 1.6rem;
  width: 100%;
  display: block;
  background: #009688;
  color: #fff;
  text-align: center;
  padding: 1rem;
  margin: 0 1rem 0 0;
}
@media screen and (min-width: 640px) {
  .company .company-inner table tbody tr th {
    font-size: 1.8rem;
    width: 30%;
    padding: 2rem;
  }
}
.company .company-inner table tbody tr td {
  font-size: 1.6rem;
  width: 100%;
  display: block;
  padding: 1rem;
  text-align: center;
  background: #E1F5F3;
  color: #009688;
}
@media screen and (min-width: 640px) {
  .company .company-inner table tbody tr td {
    font-size: 1.8rem;
    width: 70%;
    padding: 2rem;
    text-align: left;
  }
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 80%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 640px) {
  .map {
    padding-top: 60%;
  }
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.faq-top {
  padding: 4rem 0 0 0;
}
@media screen and (min-width: 640px) {
  .faq-top {
    padding: 4rem 0;
  }
}
.faq-top .faq-top-inner {
  max-width: 900px;
  padding: 0 1rem;
  margin: 0 auto;
}
.faq-top .faq-top-inner h2 {
  color: #009688;
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .faq-top .faq-top-inner h2 {
    font-size: 2.4rem;
    padding-top: 7rem;
  }
}
.faq-top .faq-top-inner ul {
  padding: 2rem 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 640px) {
  .faq-top .faq-top-inner ul {
    padding: 4rem 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.faq-top .faq-top-inner ul li {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 640px) {
  .faq-top .faq-top-inner ul li {
    width: 30%;
  }
}
.faq-top .faq-top-inner ul li a {
  text-align: center;
  padding: 0.5rem 0;
  display: block;
  color: #009688;
  font-size: 1.8rem;
  border: 2px solid #009688;
  border-radius: 6rem;
}
.faq-top .faq-top-inner ul li a a:hover {
  color: #fff;
  background-color: #009688;
}

.faq-main {
  padding: 0 0 5rem 0;
}
@media screen and (min-width: 640px) {
  .faq-main {
    padding: 0 0 10rem 0;
  }
}
.faq-main-inner {
  max-width: 900px;
  padding: 0 1rem;
  margin: 0 auto;
}
.faq-main-inner .faq-wrap {
  padding-top: 1rem;
}
.faq-main-inner .faq-wrap h3 {
  font-size: 2rem;
  color: #009688;
  font-weight: bold;
  padding: 8rem 0 1rem 0;
  margin: -6rem 0 1rem 0;
  display: block;
  border-bottom: 2px solid #009688;
}
@media screen and (min-width: 640px) {
  .faq-main-inner .faq-wrap h3 {
    padding: 12rem 0 1rem 0;
    margin: -9rem 0 1rem 0;
  }
}

.acd-label {
  color: #fff;
  font-size: 1.6rem;
  width: 100%;
  background: #009688;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  position: relative;
  padding: 2rem 3rem 2rem 1.8rem;
  cursor: pointer;
}

.acd-label:after {
  content: "\e5cf";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 4rem;
  font-weight: bold;
  position: absolute;
  width: 28px;
  height: 19px;
  right: 10px;
  top: 24%;
  margin: auto;
}

.acd-check:checked + .acd-label:after {
  content: "\e5ce";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 4rem;
  font-weight: bold;
  width: 28px;
  height: 19px;
  top: 22%;
  right: 10px;
  position: absolute;
}

.acd-content {
  display: flex;
  align-items: flex-start;
  height: 0;
  opacity: 0;
  padding: 0;
  transition: 0.5s;
  visibility: hidden;
}
.acd-content p {
  color: #009688;
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  visibility: visible;
  background: #E1F5F3;
  padding: 2rem 3rem;
}

.faq-contact-btn {
  color: #5C5C5C;
  font-size: 1.6rem;
  padding: 1.6rem 1rem;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-top: 3rem;
  border-radius: 10px;
  border: 2px solid #5C5C5C;
  width: 80%;
}
@media screen and (min-width: 640px) {
  .faq-contact-btn {
    width: 40%;
    margin-top: 6rem;
  }
}

.faq-cancel-txt {
  display: block;
  text-align: center;
  margin-top: 1rem;
}

.flow-top {
  padding: 5rem 0 0 0;
}
@media screen and (min-width: 640px) {
  .flow-top {
    padding: 4rem 0 4rem;
  }
}
.flow-top .flow-top-inner {
  max-width: 900px;
  padding: 0 1rem;
  margin: 0 auto;
}
.flow-top .flow-top-inner h2 {
  color: #009688;
  font-size: 2rem;
  text-align: center;
  padding-bottom: 2rem;
}
@media screen and (min-width: 640px) {
  .flow-top .flow-top-inner h2 {
    font-size: 2.4rem;
    padding: 7rem;
  }
}

.flow-wrap {
  padding: 4rem 0 2rem 0;
}
@media screen and (min-width: 640px) {
  .flow-wrap {
    padding: 4rem 0;
  }
}
.flow-wrap-inner {
  max-width: 900px;
  padding: 0 1rem;
  margin: 0 auto;
}

.flow-box {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  flex-direction: column-reverse;
  margin-bottom: 4rem;
}
@media screen and (min-width: 640px) {
  .flow-box {
    padding-bottom: 7rem;
    border-left: 5px solid #009688;
    justify-content: space-around;
    flex-direction: row;
    padding-left: 5%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 640px) {
  .flow-box-left {
    width: 65%;
  }
}
.flow-box-left .box-title {
  padding-left: 5px;
  display: flex;
  flex-direction: column;
}
.flow-box-left .box-title span {
  font-size: 1.8rem;
  color: #009688;
  font-weight: bold;
  padding-bottom: 5px;
  font-family: "Montserrat";
}
.flow-box-left .box-title h3 {
  font-size: 1.8rem;
  color: #009688;
  border-bottom: 2px solid #009688;
  padding-bottom: 2rem;
}
.flow-box-left p {
  font-size: 1.6rem;
  color: #5C5C5C;
  margin-bottom: 2rem;
  margin-top: 2rem;
  padding-left: 5px;
  line-height: 1.7;
}
.flow-box-left a {
  font-size: 1.6rem;
  color: #009688;
  border-bottom: 1px solid #009688;
  padding-bottom: 3px;
  padding-left: 5px;
}
.flow-box-left a:hover {
  color: #FFC636;
  border-bottom: 1px solid #FFC636;
}

@media screen and (min-width: 640px) {
  .flow-box::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #009688;
    border-radius: 50%;
    top: calc(0% - 1px);
    left: calc(0% - 8.5px);
  }
}
.flow-box-right {
  width: 50%;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .flow-box-right {
    width: 30%;
    margin-bottom: 0;
  }
}
.flow-box-right img {
  width: 80%;
  object-fit: cover;
}

.course-cta-text {
  text-align: center;
  margin-top: 8rem;
  margin-bottom: 7rem;
}
.course-cta-text a {
  width: 100%;
  position: relative;
  margin: 5rem auto 0 auto;
  cursor: pointer;
  font-size: 2rem;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  max-width: 450px;
  border-radius: 0.8rem;
  background: linear-gradient(45deg, #FD6E6A, #FFC600);
  padding: 2rem 1rem;
}
.course-cta-text a::after {
  position: absolute;
  display: inline-block;
  top: -30px;
  left: 25px;
  right: 25px;
  content: "登録は30秒で完了します。";
  color: #FD795D;
  font-size: 1.4rem;
  font-weight: bold;
  background: #fff;
  padding: 1rem;
  border: 2px solid #FD795D;
  border-radius: 6rem;
}
@media screen and (min-width: 640px) {
  .course-cta-text a {
    font-size: 2.4rem;
  }
  .course-cta-text a::after {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 821px) {
  .course-cta-text a {
    font-size: 2.4rem;
  }
  .course-cta-text a::after {
    font-size: 1.6rem;
  }
}

.login-form-inner {
  height: 100vh;
  padding: 5rem 1rem;
  position: relative;
  background-size: cover;
  background: linear-gradient(to right top, #FA8BFF 0%, #2BD2FF 40%, #2BFF88 100%);
}
@media screen and (min-width: 640px) {
  .login-form-inner {
    padding: 5rem 1rem;
    position: relative;
    background-size: cover;
    background: linear-gradient(to right top, #FA8BFF 0%, #2BD2FF 40%, #2BFF88 100%);
  }
}

.login-form-wrap {
  max-width: 1170px;
  margin: 0 auto;
}

.form-en-title {
  font-size: 3rem !important;
  font-family: "Montserrat";
  font-weight: 500;
  color: #009688;
  padding: 0 !important;
}

.login-form-item {
  margin: 0 auto;
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 3rem 2rem;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.login-form-item h2 {
  text-align: center;
  font-size: 1.6rem;
  color: #009688;
  margin-bottom: 2rem;
}
.login-form-item p {
  font-size: 2rem;
  color: #009688;
  text-align: center;
  padding: 1rem 0;
}
.login-form-item img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 640px) {
  .login-form-item {
    margin: 0 auto;
    display: block;
    width: 425px;
    background: rgba(255, 255, 255, 0.9);
    padding: 3rem;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  }
  .login-form-item h2 {
    font-size: 1.6rem;
    color: #009688;
    text-align: center;
    margin-bottom: 3rem;
  }
  .login-form-item p {
    font-size: 2rem;
    color: #009688;
    text-align: center;
    padding: 1rem 0;
  }
}

.info-login {
  position: relative;
}
.info-login label {
  display: block;
  color: #5C5C5C;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 0 0.8rem 0;
}
.info-login input {
  width: 100% !important;
  padding: 1rem;
  border-radius: 1rem;
  display: block;
  font-size: 1.6rem;
  background: #FFF;
  border: 2px solid #DDDDDD;
}
.info-login a {
  font-size: 1.2rem;
  margin: 1rem 0;
  display: block;
  color: #367BD9;
}

.mv-register {
  cursor: pointer;
  display: block;
  text-align: center;
  font-weight: 500;
  margin-top: 2rem;
  width: 100%;
  padding: 1.5rem;
  border-radius: 6rem;
  font-size: 1.6rem;
  background: linear-gradient(to right top, #FA8BFF 0%, #2BD2FF 40%, #2BFF88 100%);
  color: #fff;
}

.social-login {
  font-size: 1.4rem;
  font-weight: bold;
}
.social-login a {
  display: block;
  border: 0.2rem solid #DDDDDD;
  padding: 1rem 0;
  border-radius: 0.8rem;
  margin-bottom: 1rem;
  text-align: center;
  background: #fff;
}
.social-login a:last-child {
  margin-bottom: 0;
}

.wpum-google {
  position: relative;
}
.wpum-google span {
  position: absolute;
  top: 18%;
  left: 10%;
}
.wpum-google span::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../image/top/google-icon.svg");
  background-size: contain;
}

.fblogin-login {
  position: relative;
}
.fblogin-login span {
  position: absolute;
  top: 18%;
  left: 10%;
}
.fblogin-login span::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../image/top/fb-icon.svg");
  background-size: contain;
}

.login-video {
  width: 100%;
  height: 750px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
@media screen and (min-width: 640px) {
  .login-video {
    width: 100%;
    height: 750px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
  }
}

.login-video-pc {
  display: none;
}
@media screen and (min-width: 640px) {
  .login-video-pc {
    display: block;
  }
}

.login-video-sp {
  display: block;
}
@media screen and (min-width: 640px) {
  .login-video-sp {
    display: none;
  }
}

.login-video::after {
  content: "";
  width: 100%;
  height: 750px;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.login-video video {
  min-width: 100%;
  min-height: 600px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 640px) {
  .login-video video {
    min-width: 100%;
    min-height: 670px;
    width: auto;
    height: auto;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}

.login-item-text {
  font-size: 1.6rem !important;
}
.login-item-text a {
  font-size: 1.6rem !important;
  font-weight: bold;
  color: #009688;
}

.course-all-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
}

.course-select {
  padding: 3rem 2rem;
  background: #E1F5F3;
  border-radius: 1rem;
  margin: 4rem 0;
}
@media screen and (min-width: 1170px) {
  .course-select {
    padding: 4rem 5rem;
    background: #E1F5F3;
    border-radius: 1rem;
    margin: 8rem 0 7rem 0;
  }
}

.course-select-wrap {
  display: block;
}
@media screen and (min-width: 1170px) {
  .course-select-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.course-select-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin: 0 0 1rem 0;
}
.course-select-item p {
  font-size: 1.4rem;
}

.course-select-btn {
  width: 60%;
  text-align: center;
  border-radius: 0.8rem;
  border: 2px solid rgba(221, 221, 221, 0.8666666667);
  cursor: pointer;
  font-size: 1.4rem;
  background: #fff;
  padding: 1rem;
}
.course-select-btn::after {
  content: "\e5cf";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 2.5rem;
  font-weight: bold;
  position: absolute;
  width: 25px;
  height: 25px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 640px) {
  .course-select-btn {
    width: 300px;
    text-align: center;
    border-radius: 0.8rem;
    border: 2px solid rgba(221, 221, 221, 0.8666666667);
    cursor: pointer;
    font-size: 1.6rem;
    background: #fff;
    padding: 1rem;
  }
}

.course-item-btn {
  margin: 3rem 0 0 0;
}
.course-item-btn ul {
  display: block;
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) {
  .course-item-btn ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1.6rem;
  }
}
.course-item-btn ul li {
  margin: 0 0 1rem 0;
  text-align: center;
  display: block;
  width: 100%;
  cursor: pointer;
  border-radius: 0.5rem;
  border: 2px solid #5C5C5C;
  padding: 1rem 1rem;
}
.course-item-btn ul li:hover {
  background: #009688;
  border: 2px solid #009688;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .course-item-btn ul li {
    margin: 0 0 1rem 1rem;
    text-align: center;
    display: block;
    width: 150px;
    cursor: pointer;
    border-radius: 0.5rem;
    border: 2px solid #5C5C5C;
    padding: 0.5rem 1rem;
  }
  .course-item-btn ul li:hover {
    background: #009688;
    border: 2px solid #009688;
    color: #fff;
  }
}

.course-list-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
}

.course-title {
  font-size: 4rem !important;
  font-family: "Montserrat";
  font-weight: 500;
  color: #009688;
}
.course-title:after {
  content: "";
  margin: 1.5rem 0 4.5rem 0;
  display: block;
  background: #009688;
  width: 80px;
  height: 3px;
}

.course-list {
  padding: 0 0 4rem 0;
}

.course-list-text {
  margin: 0 0rem 0 0;
}
.course-list-text h2 {
  font-size: 2.4rem;
  color: #5C5C5C;
}
.course-list-text p {
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 3rem;
  margin: 2rem 0;
}
.course-list-text a {
  text-align: center;
  font-size: 1.4rem;
  border: 2px solid #5C5C5C;
  border-radius: 1rem;
  display: block;
  padding: 1.5rem;
  max-width: 100%;
}
.course-list-text a:hover {
  color: #fff;
  background: linear-gradient(45deg, #FD6E6A, #FFC600);
  border: 2px solid #FD795D;
}
@media screen and (min-width: 640px) {
  .course-list-text {
    margin: 0 5rem 0 0;
  }
  .course-list-text h2 {
    font-size: 2.4rem;
    color: #5C5C5C;
  }
  .course-list-text p {
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
    line-height: 3rem;
    margin: 2rem 0;
  }
  .course-list-text a {
    text-align: center;
    font-size: 1.4rem;
    border: 2px solid #5C5C5C;
    border-radius: 1rem;
    display: block;
    padding: 1.5rem;
    max-width: 260px;
  }
  .course-list-text a:hover {
    color: #fff;
    background: linear-gradient(45deg, #FD6E6A, #FFC600);
    border: 2px solid #FD795D;
  }
}

.course-list-item {
  width: 48%;
  margin: 0 0 4rem 0;
}
.course-list-item h3 {
  font-size: 1.8rem;
  margin: 1rem 0;
}
@media screen and (min-width: 640px) {
  .course-list-item {
    width: 30%;
  }
  .course-list-item h3 {
    font-size: 1.8rem;
    margin: 2rem 0;
  }
}

.use-point {
  color: #FFA427;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 2.5rem;
  margin: 1rem 0 0 0;
}
@media screen and (min-width: 640px) {
  .use-point {
    color: #FFA427;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 2.5rem;
    margin: 2rem 0 0 0;
  }
}

.course-des {
  font-size: 1.4rem;
  border-bottom: 2px solid #5C5C5C;
  padding: 0 0 1rem 0;
  letter-spacing: 0.05rem;
  line-height: 3rem;
}

.course-features p {
  letter-spacing: 0.05rem;
  line-height: 3rem;
  font-size: 1.4rem;
  margin: 1rem 0;
}
.course-features p span {
  margin: 0 1rem 0 0;
  color: #fff;
  background: #009688;
  display: inline-block;
  padding: 0 1rem;
}

.course-list-menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.course-list-menu::after {
  content: "";
  display: inline-block;
  width: 30%;
}
.course-list-menu::after {
  content: "";
  display: inline-block;
  width: 30%;
}

#Container .mix {
  display: none;
}

.hidden {
  display: none;
}

#mask {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

#modal {
  background: rgba(255, 255, 255, 0.8);
  width: 80%;
  padding: 24px;
  border-radius: 4px;
  position: fixed;
  top: 8%;
  left: 10%;
  right: 10%;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (min-width: 821px) {
  #modal {
    background: rgba(255, 255, 255, 0.7);
    width: 80%;
    padding: 24px;
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 10%;
    right: 10%;
    text-align: center;
    margin: 0 auto;
    z-index: 2;
  }
}

.course-modal ul li {
  background: #fff;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 999;
}

.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}

.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -30px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.modal-container02 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 999;
}

.modal-container02:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-container02.active {
  opacity: 1;
  visibility: visible;
}

.modal-body02 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}

.modal-close02 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -30px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.modal-content {
  background: rgba(255, 255, 255, 0.7);
  text-align: left;
  border-radius: 1rem;
  padding: 30px;
}

.entry-content-mv h1 {
  font-size: 2rem !important;
}
@media screen and (min-width: 640px) {
  .entry-content-mv h1 {
    font-size: 2.4rem !important;
  }
}

.entry-content {
  padding: 3rem 0;
}
@media screen and (min-width: 640px) {
  .entry-content {
    padding: 5rem 0;
  }
}

.entry-content-inner {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 1rem;
}
.entry-content-inner img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 2rem;
}
.entry-content-inner h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.entry-content-inner h3 {
  color: #fff;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
  display: block;
  background: #009688;
  margin-bottom: 2rem;
}
.entry-content-inner p {
  line-height: 1.8;
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
}
.entry-content-inner p:last-child {
  margin-bottom: 0rem;
}
@media screen and (min-width: 640px) {
  .entry-content-inner {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  .entry-content-inner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 2rem;
  }
  .entry-content-inner h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  .entry-content-inner h3 {
    color: #fff;
    padding: 1rem 0;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    display: block;
    background: #009688;
    margin-bottom: 2rem;
  }
  .entry-content-inner p {
    line-height: 1.8;
    letter-spacing: 0.2rem;
    margin-bottom: 2rem;
  }
  .entry-content-inner p:last-child {
    margin-bottom: 0rem;
  }
}

.testimonial-page-eyecatch {
  margin: 0rem 0 1rem 0;
}
.testimonial-page-eyecatch img {
  margin-bottom: 0.5rem !important;
}
@media screen and (min-width: 640px) {
  .testimonial-page-eyecatch {
    margin: 0rem 0 3rem 0;
  }
  .testimonial-page-eyecatch img {
    margin-bottom: 1rem !important;
  }
}

.entry-content-min-text {
  font-size: 1.2rem;
  text-align: center;
}

.entry-content-feed-inner {
  max-width: 830px;
  margin: 0 auto;
  padding: 0 1rem;
}
.entry-content-feed-inner h2 {
  display: block;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 640px) {
  .entry-content-feed-inner {
    max-width: 830px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  .entry-content-feed-inner h2 {
    display: block;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 5rem;
  }
}

.check-day-wrap label {
  background: #009688;
  display: inline-block;
  padding: 1rem 2rem;
}

.check-day-item {
  display: none;
}

.check-day {
  appearance: auto !important;
  display: none;
}

.sort-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 1rem;
  font-size: 1.6rem;
}

.check-day-item-img {
  border-radius: 50%;
  padding: 0.5rem;
  background: linear-gradient(to right top, #FA8BFF 0%, #2BD2FF 40%, #2BFF88 100%);
  line-height: 1rem;
}
.check-day-item-img img {
  border-radius: 50%;
  padding: 0.1rem;
  line-height: 1rem;
  object-fit: cover;
}

#fep-footer {
  display: none;
}

#fep-header {
  border: none;
}

#fep-content {
  margin-top: 40px;
  padding-top: 10px;
  border-bottom: none;
  border-right: none;
  border-left: none;
}

.fep-table-row {
  padding: 10px;
}

.fep-table > div {
  display: block;
}

.fep-bulk-action > select,
.fep-filter > select {
  display: block;
  width: 100%;
  height: 45px;
  font-size: 14px;
  color: #555555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  letter-spacing: 0.5px;
}

.testimonial-all {
  padding: 3rem 0;
}
@media screen and (min-width: 640px) {
  .testimonial-all {
    padding: 6rem 0;
  }
}

.testimonial-all-inner {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 1rem;
}
.testimonial-all-inner p {
  text-align: left;
  margin-bottom: 3rem;
  line-height: 2;
}
@media screen and (min-width: 640px) {
  .testimonial-all-inner p {
    text-align: center;
    margin-bottom: 6rem;
    line-height: 2;
  }
}

.testimonial-all-item-wrap {
  display: block;
}
@media screen and (min-width: 640px) {
  .testimonial-all-item-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

.testimonial-all-item {
  width: 100%;
  background: #009688;
  border-radius: 20px;
  padding: 0 0 2rem 0;
  margin-bottom: 2rem;
}
.testimonial-all-item h3 {
  padding: 2.5rem 2.5rem 0 2.5rem;
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
}
.testimonial-all-item p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 1.5rem 2.5rem;
  text-align: left !important;
  margin-bottom: 0 !important;
}
.testimonial-all-item a {
  position: relative;
  color: #009688;
  font-size: 1.8rem;
  text-align: center;
  background: #fff;
  display: block;
  padding: 1rem;
  margin: 0 2.5rem;
  border-radius: 1rem;
  border: 2px solid #009688;
}
.testimonial-all-item a:hover {
  background: #009688;
  color: #fff;
  border: 2px solid #fff;
}
.testimonial-all-item a::before {
  font-family: "Material Icons";
  font-size: 2.8rem;
  font-weight: bold;
  content: "\e5e1";
  position: absolute;
  top: 20%;
  right: 15px;
  margin: auto;
}
.testimonial-all-item img {
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 640px) {
  .testimonial-all-item {
    width: 48%;
    background: #009688;
    border-radius: 20px;
    padding: 0 0 3rem 0;
    margin-bottom: 0;
  }
  .testimonial-all-item h3 {
    padding: 2.5rem 2.5rem 0 2.5rem;
    font-size: 2.2rem;
    color: #fff;
    text-align: center;
  }
  .testimonial-all-item p {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 1.5rem 2.5rem;
    text-align: left !important;
    margin-bottom: 0 !important;
  }
  .testimonial-all-item a {
    position: relative;
    color: #009688;
    font-size: 1.8rem;
    text-align: center;
    background: #fff;
    display: block;
    padding: 1rem;
    margin: 0 2.5rem;
    border-radius: 1rem;
    border: 2px solid #009688;
  }
  .testimonial-all-item a:hover {
    background: #009688;
    color: #fff;
    border: 2px solid #fff;
  }
  .testimonial-all-item a::before {
    font-family: "Material Icons";
    font-size: 2.8rem;
    font-weight: bold;
    content: "\e5e1";
    position: absolute;
    top: 20%;
    right: 15px;
    margin: auto;
  }
  .testimonial-all-item img {
    border-radius: 20px 20px 0 0;
  }
}

.entry-content-feed {
  padding: 3rem 0;
  background: #E1F5F3;
}
@media screen and (min-width: 640px) {
  .entry-content-feed {
    padding: 5rem 0;
    background: #E1F5F3;
  }
}

.entry-content-feed-inner {
  max-width: 830px;
  margin: 0 auto;
  padding: 0 1rem;
}
.entry-content-feed-inner h2 {
  display: block;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 3rem;
  color: #009688;
}
@media screen and (min-width: 640px) {
  .entry-content-feed-inner {
    max-width: 830px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  .entry-content-feed-inner h2 {
    display: block;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 5rem;
  }
}

.recruite-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
}

.recruite-select {
  padding: 1rem;
  margin: 1rem 0;
}
@media screen and (min-width: 640px) {
  .recruite-select {
    padding: 3rem;
    margin: 4rem 0;
  }
}

.recruite-select-wrap {
  display: block;
  padding: 2rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 1rem;
}
.recruite-select-wrap h2 {
  font-size: 1.8rem;
  margin: 0 0 1rem 0;
  display: flex;
}
.recruite-select-wrap h2::before {
  font-family: "Material Icons";
  content: "\e8b6";
  font-size: 2.8rem;
  font-weight: bold;
  color: #000;
}
.recruite-select-wrap select {
  width: 100%;
  cursor: pointer;
  display: block;
  font-size: 1.8rem;
  padding: 1rem 4rem 1rem 2rem;
  border-radius: 1rem;
  border: 2px solid #000;
}
@media screen and (min-width: 640px) {
  .recruite-select-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 1rem;
  }
  .recruite-select-wrap h2 {
    font-size: 2.2rem;
    margin: 0 3rem;
    position: relative;
  }
  .recruite-select-wrap h2::before {
    top: 18%;
    left: -35px;
    font-family: "Material Icons";
    content: "\e8b6";
    font-size: 2.8rem;
    font-weight: bold;
    color: #000;
    position: absolute;
  }
  .recruite-select-wrap select {
    cursor: pointer;
    display: block;
    font-size: 1.8rem;
    padding: 1rem 4rem 1rem 2rem;
    border-radius: 1rem;
    border: 2px solid #000;
  }
}

.recruite-select-item {
  position: relative;
}
.recruite-select-item::after {
  top: 32%;
  right: 8px;
  font-family: "Material Icons";
  content: "\e5cf";
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  position: absolute;
}

.recruite-item {
  display: block;
  margin-bottom: 6rem;
}
.recruite-item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto 1rem auto;
}
@media screen and (min-width: 640px) {
  .recruite-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 6rem;
  }
  .recruite-item img {
    width: 48%;
    height: 300px;
    object-fit: contain;
    margin: 0 2rem 0 0;
  }
}

.recruite-item-text h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.recruite-item-text a {
  font-family: "Montserrat";
  width: 100%;
  display: block;
  margin-top: 1rem;
  font-size: 2rem;
  background: #009688;
  color: #fff;
  font-weight: bold;
  padding: 1rem 4rem;
  position: relative;
  border: 1px solid #009688;
}
.recruite-item-text a:hover {
  background: #fff;
  color: #009688;
}
.recruite-item-text a::after {
  top: 32%;
  right: 8px;
  font-family: "Material Icons";
  content: "\e5cc";
  font-size: 1.8rem;
  font-weight: bold;
  position: absolute;
}
@media screen and (min-width: 640px) {
  .recruite-item-text h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  .recruite-item-text a {
    width: 50%;
    display: block;
    margin-top: 1rem;
    font-size: 2rem;
    background: #009688;
    color: #fff;
    font-weight: bold;
    padding: 0.5rem 4rem;
    position: relative;
    border: 1px solid #009688;
  }
  .recruite-item-text a:hover {
    background: #fff;
    color: #009688;
  }
  .recruite-item-text a::after {
    top: 32%;
    right: 8px;
    font-family: "Material Icons";
    content: "\e5cc";
    font-size: 1.8rem;
    font-weight: bold;
    position: absolute;
  }
}

.job-area {
  color: #0e71eb;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.job-area::before {
  top: 32%;
  right: 8px;
  font-family: "Material Icons";
  content: "\e177";
  font-size: 2.2rem;
  font-weight: bold;
  color: #0e71eb;
}
@media screen and (min-width: 640px) {
  .job-area {
    color: #0e71eb;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
  }
  .job-area::before {
    top: 32%;
    right: 8px;
    font-family: "Material Icons";
    content: "\e177";
    font-size: 2.2rem;
    font-weight: bold;
    color: #0e71eb;
  }
}

.job-tag {
  font-size: 1.4rem;
  border: 1px solid #000;
  margin: 0.5rem;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
}
.job-tag::before {
  font-family: "Material Icons";
  content: "\f05b";
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-right: 0.5rem;
}
@media screen and (min-width: 640px) {
  .job-tag {
    font-size: 1.6rem;
    border: 1px solid #000;
    margin: 0.5rem;
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
  }
  .job-tag::before {
    font-family: "Material Icons";
    content: "\f05b";
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    margin-right: 0.5rem;
  }
}

.job-entry-content {
  padding: 4rem 0;
}

.job-entry-content-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 1rem;
}
.job-entry-content-inner h2 {
  font-size: 2.4rem;
}
.job-entry-content-inner .job-area {
  margin: 1rem 0;
}
.job-entry-content-inner h3 {
  font-size: 2.2rem;
  border-bottom: 1px solid #333;
  padding-bottom: 0.5rem;
}
.job-entry-content-inner ul {
  margin: 1rem 0 2rem 0;
}
.job-entry-content-inner ul li {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 2rem;
}

.job-page-eyecatch {
  padding: 2rem 0 2rem 0;
}

.job-feed-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}
.job-feed-inner h2 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.job-feed-inner .recruite-item {
  align-items: flex-start !important;
}
.job-feed-inner .recruite-item img {
  height: auto !important;
}

.job-feed-title {
  display: flex;
  align-items: center;
}
.job-feed-title::before {
  content: "";
  display: inline-block;
  background: #009688;
  width: 8px;
  height: 30px;
  margin-right: 2rem;
}

.entry-btn {
  display: block;
  max-width: 300px;
  font-size: 2.8rem;
  font-family: "Montserrat";
  background: #009688;
  color: #fff;
  text-align: center;
  padding: 1rem 2rem;
  margin: 0 auto;
  border: 2px solid #009688;
}
.entry-btn:hover {
  background: #fff;
  color: #009688;
}

.contact {
  padding: 3rem 0;
}
@media screen and (min-width: 640px) {
  .contact {
    padding: 6rem 0;
  }
}

.contact-inner {
  max-width: 750px;
  padding: 0 1rem;
  margin: 0 auto;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.contact-wrap h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
.contact-wrap p {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 640px) {
  .contact-wrap h2 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 3rem;
  }
  .contact-wrap p {
    text-align: center;
    margin-bottom: 3rem;
  }
}

.contact-wrap {
  padding: 3rem 2rem 2rem 2rem;
  background: #fff;
}
@media screen and (min-width: 640px) {
  .contact-wrap {
    padding: 4rem;
    background: #fff;
  }
}

.contact-step-label {
  margin-bottom: 1.8rem;
}
.contact-step-label label {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.contact-step-label label::after {
  font-size: 1.2rem;
  color: #df6224;
  display: inline-block;
  padding: 0 0.5rem;
  border: 1px solid #df6224;
  border-radius: 0.5rem;
  margin-left: 1.5rem;
}
.contact-step-label input {
  padding: 0 1.5rem;
  display: block;
  width: 100%;
  height: 40px;
  font-size: 1.8rem;
  background: #fff;
  border-radius: 0.8rem;
  border: 1px solid #DDD;
}
.contact-step-label textarea {
  border: 1px solid #DDD;
  border-radius: 8px;
  color: #333;
  font-size: 1.6rem;
  padding: 5px 2%;
  width: 100%;
  position: relative;
  background: #fff;
  appearance: none;
}
@media screen and (min-width: 640px) {
  .contact-step-label {
    margin-bottom: 3rem;
  }
  .contact-step-label label {
    display: block;
    font-size: 1.6rem;
  }
  .contact-step-label label::after {
    font-size: 1.2rem;
    color: #df6224;
    display: inline-block;
    padding: 0 0.5rem;
    border: 1px solid #df6224;
    border-radius: 0.5rem;
    margin-left: 1.5rem;
  }
  .contact-step-label input {
    padding: 0 1.5rem;
    display: block;
    width: 100%;
    height: 40px;
    font-size: 1.8rem;
    background: #fff;
    border-radius: 0.8rem;
    border: 1px solid #DDD;
  }
  .contact-step-label textarea {
    border: 1px solid #DDD;
    border-radius: 8px;
    color: #333;
    font-size: 1.6rem;
    padding: 5px 2%;
    width: 100%;
    position: relative;
    background: #fff;
    appearance: none;
  }
}

.required::after {
  content: "必須";
  color: #cb0241;
  width: 60px;
  display: block;
  padding: 0 1rem;
  margin-left: 5%;
  margin-top: 0.5rem;
  text-align: center;
  font-weight: normal;
}

.box_pri {
  border-radius: 8px;
  height: 150px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 1rem 1rem;
}
.box_pri p {
  text-align: left !important;
}
.box_pri h4 {
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 640px) {
  .box_pri {
    border-radius: 8px;
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 2rem 1rem;
  }
  .box_pri p {
    text-align: left !important;
  }
  .box_pri h4 {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
}

.box_check {
  margin: 1.5rem auto;
}
.box_check label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box_check label input {
  appearance: auto !important;
  margin-right: 1rem;
}
.box_check label span {
  font-size: 1.4rem;
}

.submit {
  font-size: 1.6rem;
  background: #009688;
  color: #fff;
  padding: 2rem;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 1rem;
  margin-top: 2rem;
  letter-spacing: 0.2rem;
  border: 1px solid #009688;
}
.submit:hover {
  background: #009688;
  color: #fff;
}

.contact-step-label br {
  display: none;
}


.wpum-password-recovery-form p br {
  display: none;
}
.wpum-password-recovery-form input {
  width: 100% !important;
  padding: 0.8rem 1rem;
  border-radius: 1rem;
  display: block;
  font-size: 1.6rem;
  background: #FFF;
  border: 2px solid #DDD;
}
.wpum-password-recovery-form .button {
  display: block;
  color: #5C5C5C;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 1.5rem 0 0 0;
  background: linear-gradient(to top, #E6BD54, #F3DFA9);
  padding: 1rem 1rem;
  text-align: center;
  border: 2px solid #C09636;
  border-radius: 0.8rem;
}

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