mv_btnmv_btnmv_btnmv_btnmv_btnmv_btnmv_btnmv_btnmv_btnmv_btnmv_btnmv_btnmv_btnmv_btnmv_btnmv_btn@charset "utf-8";
/* CSS Document */
/*--------------------------------------------------------------
	Base
--------------------------------------------------------------*/
html, body {
  position: relative;
  width: 100vw;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  scroll-padding-top: 9vh;
}
a {
  text-decoration: none;
  transition: .3s;
}
a:hover {
  opacity: .7;
}
.container_1285 {
  width: 1285px;
  margin: 0 auto;
}
.container_1000 {
  width: 1000px;
  margin: 0 auto;
}
.mt1r {
  margin-top: 1rem;
}
.mt2r {
  margin-top: 2rem;
}
.mt3r {
  margin-top: 3rem;
}
.mt4r {
  margin-top: 4rem;
}
.mb1r {
  margin-bottom: 1rem;
}

@media (min-width:769px) {
  .sp {
    display: none !important;
  }
}

@media (max-width:768px) {
  .pc {
    display: none !important;
  }
  .container_1285, .container_1000 {
    width: calc(100% - 2rem);
    padding: 0 1rem;
  }
  img {
    width: 100%;
  }
  .mt4r {
    margin-top: 2rem;
  }
}
span.bold {
  font-weight: bold;
}
span.red {
  color: #e62323;
}
.bg_blue {
  background-color: #059fed;
  color: #fff;
}
.bg_green {
  background-color: #90be3d;
  color: #fff;
}

/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
header {
  z-index: 5;
  position: fixed;
  width: 100%;
  padding: 1.5rem 0;
}
header a {
  color: #000;
  text-decoration: none;
}
.head_logo {
  display: flex;
  justify-content: space-between;
}
.head_logo img.logo {
  width: 234px;
}
.head_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.head_nav a {
  margin-right: 2.5rem;
}
.head_nav .btn {
  width: calc(180px - 1rem);
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-left: 1rem;
}
.btn::after {
  font-family: "Material Icons";
  content: '\e5cf';
  color: #fff;
  font-size: 1.5rem;
  position: absolute;
  right: 0.2rem;
}
.head_nav .btn::after {
  transform: rotate(-90deg);
}

.hamburger {
  display: none;
}
.change_color {
  background-color: rgba(255, 255, 255, .8);
  transition: 0.5s;
}

@media (max-width:768px) {
  .head_logo img.logo {
    width: 40vw;
  }
  .head_nav {
    display: none;
  }
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 11;
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  .hamburger.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(3) {
    opacity: 0;
  }
  .head_nav {
    display: block;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    color: #000;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    padding-top: 2rem;
    height: 100vh;
  }
  .head_nav a {
    width: 100%;
    display: block;
    font-size: 18px;
    padding: 1rem 0;
  }
  .head_nav a:first-of-type, .head_nav a:nth-of-type(2), .head_nav a:nth-of-type(3) {
    border-bottom: 1px solid #000;
  }
  .head_nav .btn {
    margin: 0 auto;
    width: 45vw;
  }
  .head_nav .btn.bg_blue {
    margin-top: 2rem;
  }
  .head_nav a {
    width: 100%;
    display: block;
    font-size: 18px;
    padding: 1rem 0;
  }
  .head_nav a img {
    width: 10vw;
  }
  /* このクラスを、jQueryで付与・削除する */
  .head_nav.active {
    transform: translateY(0%);
  }
}

/*--------------------------------------------------------------
	MV
--------------------------------------------------------------*/
.mv {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 640px;
  position: relative;
  top: 100px;
}
.mv p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 2rem;
}
.mv p:last-of-type {
  margin-bottom: 0;
}
.mv_re_bg_box {
  position: relative;
  width: 100%;
  height: 640px;
  margin: 0 auto;
  overflow: hidden;
}
.mv_re_bg_box.mv_box01 {
  background: url(../images/mv_re02_back.jpg);
}
.mv_re_bg_box.mv_box02 {
  background: url("../images/mv_re02_back02.jpg");
}
.mv_bg {
  background: url(../images/mv_re_woman.png) no-repeat;
  background-position: bottom right;
  height: 640px;
}
.mv_bg_02 {
  background: url(../images/mv_re_woman02.png) no-repeat;
  background-position: bottom right;
  height: 640px;
}
.mv_catch {
  text-align: left;
  padding: 5vh 0;
  position: relative;
}
.mv_catch p:last-of-type {
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.4);
}
.mv_btn {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border: 1px solid #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 460px;
  height: 100px;
  margin: 3vh 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv_btn::after {
  font-family: "Material Icons";
  content: '\e5cf';
  color: #fff;
  font-size: 1.5rem;
  position: absolute;
  top: 2.5rem;
  right: 2rem;
}
.mv_btn img {
  margin-right: 0.5vw;
}
.mv_btn span {
  margin-top: 0.5rem;
  font-size: 1.1rem;
}
.mv_btn.btn_green {
  background: #8bc63e;
}
.mv_btn.btn_blue {
  background: #34a1d4;
}
@media (max-width:768px) {
  .mv {
    height: 50vh;
    top: 10vh;
  }
  .mv_re_bg_box {
    background-size: cover;
    background-position: center;
    height: 50vh;
  }
  .box_flex {
    flex-direction: column;
  }
  .mv_bg, .mv_bg_02 {
    background-size: 65%;
    background-position: 40vw 3vh;
    height: 100%;
  }
  .mv_catch {
    width: 100%;
  }
  .mv_catch_img {
    width: 55vw;
  }
  .sp_btn_wrap {
    background: #fff;
    width: 90%;
    z-index: 3;
    position: absolute;
    top: 42vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.8rem;
    box-sizing: border-box;
  }
  .sp_btn_wrap img {
    width: 20vw;
    margin-top: 0.5vh;
    margin-right: 0.5vh;
  }
  .mv_btn {
    font-size: 5vw;
    text-align: left;
    width: 80vw;
    height: 80px;
    box-sizing: border-box;
    margin-top: 1vh;
    margin-right: 0 !important;
    margin-bottom: 1vh;
  }
  .mv_btn::after {
    font-size: 2rem;
    position: absolute;
    top: 22px;
    right: 0.2rem;
  }
  .mv_btn div {
    margin-right: 3vw;
  }
  .mv_btn span {
    font-size: 0.9rem;
  }
  .mv p {
    font-size: 14px;
  }
}
/*--------------------------------------------------------------
	Main
--------------------------------------------------------------*/
main {
  margin-top: 100px;
}
section .btn_wrap {
  width: 440px;
  margin: 0 auto;
}
section .btn {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  margin: 1rem auto;
  padding: 0.5rem 0 0;
  width: 440px;
  height: 92px;
  border-radius: 10px;
  font-size: 20px;
  line-height: 30px;
}
section .btn::after {
  font-family: "Material Icons";
  content: '\e5cf';
  color: #fff;
  font-size: 2.5rem;
  position: absolute;
  right: 0.5rem;
  bottom: 2rem;
}
section .btn .bold {
  font-size: 26px;
}
section .re_btn {
  color: #fff;
  font-weight: bold;
  width: 530px;
  border: 1px solid #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  margin: 10vh 0 0;
}
.re_btn p {
  margin-right: 3vw;
}
.re_btn div {
  margin-bottom: 3.5vh;
  font-size: 1.5rem;
}
.re_btn div img {
  margin-right: 0.3vw;
}
.re_btn span {
  margin-top: 0.5rem;
  font-size: 1rem;
}
.re_btn.btn_green {
  background: #8bc63e;
}
.re_btn.btn_blue {
  background: #34a1d4;
}
@media (max-width:768px) {
  section .btn_wrap {
    width: 90%;
  }
  section .btn {
    width: 100%;
    font-size: 16px;
    padding: 0 1.5rem 0 0;
    box-sizing: border-box;
  }
  section h2 img {
    height: 28vw;
    width: auto;
  }
  .re_btn div img {
    width: 5rem;
  }
  .re_btn p {
    margin-right: 2vw;
  }
  .re_btn span {
    font-size: 0.8rem;
  }
  .re_btn div {
    margin-bottom: 1.5vh;
    font-size: 1.2rem;
  }
}
/*--------------------------------------------------------------
		Main - section00
	--------------------------------------------------------------*/
.sec0_introduction {
  padding: 10vh 0;
  text-align: center;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(240, 240, 245, 1) 5px, rgba(240, 240, 245, 1) 10px);
}
.sec00_introduction {
  padding: 10vh 0;
  text-align: center;
  background-size: auto auto;
}
.sec00_introduction ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 5vh 0;
}
.sec00_introduction ul:first-of-type li {
  width: calc((100% / 4) - 3rem);
  height: 200px;
  padding: 1.2rem;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #90be3d;
}
.sec00_introduction li p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2rem;
}
.sec00_introduction li p span {
  font-size: 20px;
}
.sec00_introduction li p:last-of-type {
  margin-top: 0.5rem;
}
.introduction_text {
  margin-top: 2.5vh;
}
.introduction_text:last-of-type {
  margin-top: 5vh;
}
@media (max-width:768px) {
  .sec0_introduction, .sec00_introduction {
    padding: 10vh 0 8vh;
  }
  .sec00_introduction ul {
    margin: 2vh 0;
  }
  .sec00_introduction ul:first-of-type li, .sec00_introduction ul:last-of-type li {
    width: 42vw;
    height: 42vw;
    margin: 1rem 0;
    padding: 1rem 0;
    justify-content: center;
  }
  .sec00_introduction ul:first-of-type li img {
    width: 17vw;
  }
  .sec00_introduction li p {
    font-size: 3.5vw;
    line-height: 1rem;
  }
  .sec00_introduction li p span {
    font-size: 4vw;
  }
  .introduction_text {
    margin-top: 1vh;
  }
  .introduction_text:last-of-type {
    margin-top: 3vh;
  }
}
/*--------------------------------------------------------------
		Main - section01
	--------------------------------------------------------------*/
#sec01 {
  padding: 7vh 0 5rem;
  text-align: center;
  color: #fff;
  background-size: cover;
}
.sec01_whats {
  background: url(../images/whats_bg.jpg) no-repeat;
}
.sec01_whats02 {
  background: url(../images/whats_bg02.jpg) no-repeat;
}
@media (max-width:768px) {
  .sec01_whats {
    padding: 8vh 0;
  }
}
/*--------------------------------------------------------------
		Main - section02
	--------------------------------------------------------------*/
.mailmaga_contents {
  margin: 5rem 0 2.5rem;
}
.mailmaga_contents p {
  font-size: 20px;
  font-weight: bold;
}
.mailmaga_contents .note {
  color: #b4b4b4;
  font-size: 14px;
}
.mailmaga_contents span {
  color: #ffff00;
  background: linear-gradient(transparent 60%, #059fed 60%);
}
@media (max-width:768px) {
  .mailmaga_contents {
    margin: 2rem 0;
  }
  .mailmaga_contents p {
    font-size: 3.8vw;
  }
  .mailmaga_contents .note {
    font-size: 3vw;
  }
}
/*--------------------------------------------------------------
		Main - section03
	--------------------------------------------------------------*/
.approach_contents {
  margin: 3rem 0 2.5rem;
}
.approach_contents p {
  font-size: 24px;
  font-weight: bold;
}
.approach_flex {
  display: flex;
  justify-content: space-around;
}
.approach_flex p {
  font-size: 18px;
}
@media (max-width:768px) {
  .approach_contents p {
    font-size: 3.8vw;
  }
  .approach_flex {
    flex-direction: column;
  }
  .approach_contents {
    margin: 2rem 0 1rem;
  }
}
/*--------------------------------------------------------------
		Main - section04
	--------------------------------------------------------------*/
.sec04_price {
  padding: 5rem 0;
  text-align: center;
}
.price_txt {
  margin-top: 2rem;
}
.price_txt02 {
  text-align: left;
  margin-top: 2rem;
  font-size: 14px;
}
@media (max-width:768px) {
  .sec04_price {
    padding: 3rem 0;
  }
  section.sec04_price .btn_wrap {
    width: 95%;
  }
  .price_txt {
    margin-top: 3vh;
  }
}
/*--------------------------------------------------------------
		Main - section05
	--------------------------------------------------------------*/
.sec05_faq {
  padding: 5rem 0;
  text-align: center;
  background-color: #f0f0f5;
}
.panel ul {
  margin-top: 4rem;
}
.panel ul li {
  padding: 2rem 5rem;
  margin-top: 2rem;
  position: relative;
  background-color: #fff;
  text-align: left;
  font-size: 18px;
}
.panel ul li dt {
  position: relative;
  padding: 0 0 1rem 2rem;
  border-bottom: 1px solid #000;
}
.panel ul li dt:before {
  display: block;
  content: 'Q.';
  line-height: 1;
  position: absolute;
  top: .3rem;
  left: 0;
}
.panel ul li dd {
  position: relative;
  padding: 1rem 0 0 2rem;
}
.panel ul li dd:before {
  display: block;
  content: 'A.';
  line-height: 1;
  position: absolute;
  top: 1.3rem;
  left: 0;
}
.faq_company.panel ul li dt {
  color: #059fed;
}
.faq_job.panel ul li dt {
  color: #90be3d;
}
@media (max-width:768px) {
  .sec05_faq {
    padding: 3rem 0 2rem;
  }
  .panel ul {
    margin-top: 3rem;
  }
  .panel ul li {
    padding: 2rem;
    font-size: 16px;
  }
}
/*--------------------------------------------------------------
		Main - section06
	--------------------------------------------------------------*/
.sec06_entryform {
  background-image: url("../images/entryform_back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5rem 0;
  text-align: center;
}
.entryform_txt {
  margin-top: 5rem;
  font-size: 24px;
  font-weight: 700;
}
.entryform_txt p:last-of-type {
  margin-top: 3rem;
}
.entryform_txt .underline {
  text-decoration: underline;
}
.entryform_company, .entryform_job {
  background-color: #fff;
  padding: 2rem 1.5rem 2rem;
  border-radius: 5px;
  margin: 3rem auto 0;
  width: 50%;
}
.entryform_company h3, .entryform_job h3 {
  font-size: 32px;
}
.entryform_company h3 {
  color: #059fed;
}
.entryform_job h3 {
  color: #90be3d;
}
span.red a {
  color: #e62323;
}
.checkbox_txt {
  font-size: 16px;
  font-weight: 700;
  color: #c80000;
  margin-bottom: 1rem;
}
input[type=checkbox] {
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
#checkbox_input, #checkbox_input02 {
  margin: 0 0.5rem 1rem;
}
.checkbox {
  margin: 2rem auto 0;
}
.btn_link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  transition: .3s;
}
.btn_check {
  position: relative;
  margin: auto;
  width: 513px;
  border-radius: 50px;
  font-size: 32px;
  font-weight: 700;
  padding: 1rem;
}
.btn_check:after {
  font-family: 'Material Icons';
  color: #fff;
  font-size: 50px;
  position: absolute;
  right: 18px;
  bottom: 18px;
}
.btn_link_event {
  pointer-events: none;
  opacity: .5;
}
#checkbox_input:checked ~ .btn_link_event, #checkbox_input02:checked ~ .btn_link_event {
  pointer-events: auto;
  opacity: 1;
}
section.sec06_entryform .btn::after {
  transform: rotate(-90deg);
}
@media (max-width:768px) {
  .sec06_entryform {
    padding: 3rem 0 2rem;
  }
  .entryform_txt {
    margin-top: 2rem;
    font-size: 1rem;
  }
  .entryform_txt p:last-of-type {
    margin-top: 1rem;
  }
  .entryform_company, .entryform_job {
    padding: 2rem 1rem;
    width: 100%;
    box-sizing: border-box;
  }
  .entryform_job {
    margin-top: 2rem;
  }
  .entryform_company h3, .entryform_job h3 {
    font-size: 24px;
  }
  .btn_check {
    width: 100%;
    font-size: 16px;
    padding: 0 1.5rem 0 0;
    box-sizing: border-box;
  }
  section .btn .bold {
    font-size: 20px;
  }
  .btn_link {
    width: 100%;
  }
  section .btn::after {
    right: -0.2rem;
  }
}
/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
footer {
  background: #000;
  padding: 40px 0;
  text-align: center;
  color: #fff;
}
footer p:nth-of-type(1) {
  margin-bottom: 20px;
}
footer p:nth-of-type(2) {
  margin-bottom: 40px;
}
footer p:nth-of-type(3) {
  font-size: 12px;
}
.footer_link {
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
}
@media (max-width:768px) {
  footer img {
    width: auto;
  }
}