html {scroll-behavior: smooth;}

body {
  display: block!important;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}

a {
  text-decoration: none;
  color: inherit;
  transition: .3s;
}

a:hover {
  opacity: .7;
}

img {
  vertical-align: bottom;
}

.small {
  font-size: .7em;
}

.pc {
  display: inherit;
}

.sp {
  display: none;
}

@media screen and (max-width : 520px) {
  .pc {
    display: none;
  }

  .sp {
    display: inherit;
  }
}

mark {
  font-weight: bold;
  background: linear-gradient(transparent 50%, #FFEF82 50%);
}

.bold {
  font-weight: bold;
}


/* ヘッダー */

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 16px;
  position: fixed;
  width: 96%;
  max-width: 1000px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  padding: 1em;
  border-radius: 10px;
  z-index: 99;
}

header .header_logo {
  width: 15%;
}

header .header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
}

header .header_nav .header_btn {
  margin-left: auto;
  padding: .7em 2em;
  font-weight: bold;
  color: #fff;
  background-color: #FF9F29;
  text-align: center;
  border-radius: 999px;
  /* box-shadow: 0 3px 0 #DF7F09; */
  position: relative;
}

header .header_nav .header_btn::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  top: 50%;
  right: .7em;
  transform: translateY(-50%);
}

@media screen and (max-width : 520px) {
  header {
    font-size: 3.5vw;
    width: 100%;
    border-radius: 0;
    top: 0;
  }

  header .header_logo {
    width: 25%;
  }

  header .header_nav {
    width: 75%;
  }
}

/* ファーストビュー */

.fv {
  width: 100%;
  padding: 120px 0 15px;
  height: auto;
  background-image: url(../../lp/img/fv_bg_pc.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.fv .fv_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.fv .fv_inner .fv_paragraph {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.fv .fv_inner .fv_paragraph .fv_paragraph_bg {
  padding: .3em;
  background-color: rgba(256, 256, 256, .7);
  border-bottom: solid 5px #3CAB84;
}

.fv .fv_inner .fv_paragraph .fv_paragraph_bg strong {
  font-size: 1.4em;
}

.fv .fv_inner .fv_paragraph2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: .7em;
}

.fv .fv_inner .fv_paragraph2 .fv_paragraph_bg2 {
  position: relative;
  padding: .3em .7em;
  background-color: #178d65;
  border-radius: 6px;
  letter-spacing: .1em;
}

.fv .fv_inner .fv_paragraph2 .fv_paragraph_bg2::before{
  position: absolute;
  content: "＼若いキャリアを支援！／";
  text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
  font-size: .8em;
  top: -1em;
  left: 0%;
  display: block;
  width: 100%;
  text-align: center;
  color: #E25B71;
}

.fv .fv_inner .fv_paragraph2 .fv_paragraph_bg2 strong{
  font-size: 1.2em;
  color: #eeed77;
}

.fv .fv_inner .fv_image {
  width: 50%;
  margin-bottom: 1rem;
}

.fv_btn_wrap {
  width: 50%;
  text-align: center;
}

.fv_btn_wrap a {
  display: block;
  width: 100%;
  padding: .7em 0;
  background-color: #FF9F29;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 5px 0 #DF7F09;
}

.fv_btn_wrap a .fv_btn_sub {
  font-size: .7em;
  line-height: 1em;
  margin-bottom: .3em;
  color: #FFEF82;
}

.fv_btn_wrap a .fv_btn_main {
  line-height: 1em;
}

@media screen and (max-width : 520px) {
  .fv {
    margin-top: 17vw;
    padding: 2vw 0 0;
    background-image: url(../../lp/img/fv_bg_sp.png);
    background-position: top center;
  }

  .fv .fv_inner {
    width: 96%;
  }

  .fv .fv_inner .fv_paragraph {
    font-size: 5.5vw;
  }

  .fv .fv_inner .fv_paragraph2 {
    font-size: 4vw;
    margin-top: 1em;
  }

  .fv .fv_inner .fv_image {
    width: 100%;
    margin-top: 30vw;
    margin-bottom: 0;
    transform: translateY(50%);
  }

  .fv_sp {
    background-image: url(../../lp/img/fv_bg.png);
    background-position: bottom;
    background-size: cover;
    padding: 18vw 0 4vw;
  }

  .fv_btn_wrap {
    width: 90%;
    margin: 0 auto;
  }

  .fv_btn_wrap a .fv_btn_sub {
    font-size: 3.5vw;
  }

  .fv_btn_wrap a .fv_btn_main {
    font-size: 4.5vw;
  }
}

@media screen and (min-width : 2000px) {
  .fv {
    background-color: #ddd;
    background-size: contain;
  }
}


/* コンテンツ */
.area1 {
  padding: 2rem 0 1rem;
}

.area1_question {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto 2rem;
}

.area1_question h2 {
  text-align: center;
}

.area1_question h2 i {
  color: #bbb;
}

.area1_question ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  border: solid 3px #188d65;
  border-radius: 15px;
  padding: 2rem;
  position: relative
}

.area1_question ul::after {
  position: absolute;
  content: "";
  width: 15%;
  height: 8rem;
  background-image: url(../../lp/img/question_man.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  bottom: -2rem;
  right: -2rem;
}

.area1_question ul li {
  width: calc((100% - 15px) / 2);
  font-weight: bold;
  list-style: none;
  font-size: 1.3rem;
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.area1_question ul li::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f14a";
  color: #188d65;
  margin-right: .5em;
}

.area1_question ul li.li_long {
  width: 100%;
}

.triangle {
  margin: 0 auto 2rem;
  border-style: solid;
  border-width: 50px 100px 0;
  border-color: #188d65 transparent transparent transparent;
  width: 0;
}

.area1_answer {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto 2rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

.area1_answer img {
  width: 6em;
  display: inline-block;
  margin-right: .5em;
  vertical-align: text-bottom;
}

.area1_answer strong {
  font-size: 1.4em;
}

.area1_answer_img {
  width: 90%;
  max-width: 500px;
  margin: 0 auto 1rem;
}

.area1_answer_img img{
  border-radius: 10px;
  box-shadow: 7px 7px 0 #3CAB84;

}

@media screen and (max-width : 520px) {
  .area1_question ul{
    padding: 5vw;
  }

  .area1_question ul::after {
    right: -2vw;
    bottom: -14vw;
    width: 100%;
    height: 25vw;
  }

  .area1_question ul li {
    width: 100%;
    font-size: 5vw;
  }

  .triangle {
    border-width: 10vw 20vw 0;
  }

  .area1_answer {
    font-size: 5vw;
  }

  .area1_answer_img img{
    box-shadow: 5px 5px 0 #3CAB84;
  }
}

.area2 {
  padding: 2rem 0;
  background-color: #e5f2ed;
  background: linear-gradient(-30deg,#c4eedd 20%,#e5f2ed 20%,#e5f2ed 80%,#c4eedd 80%);
}

.area2 .area2_reason {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  counter-reset: reason;
}

.area2 .area2_reason h2 {
  text-align: center;
  font-size: 2rem;
  filter: drop-shadow(3px 3px 0 #fff);
  margin-bottom: 1rem;
}

.area2 .area2_reason h2 img {
  width: 6em;
  display: inline-block;
  margin-right: .5em;
  vertical-align: text-bottom;
}

.area2 .area2_reason h2 strong {
  font-size: 1.4em;
}

.area2 .area2_reason .reason_card_wrap .reason_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  background-color: #fff;
  padding: 15px;
  border-radius: 30px 0 30px 0;
}

.area2 .area2_reason .reason_card_wrap .reason_card:not(:last-child){
  margin-bottom: 1rem;
}

.area2 .area2_reason .reason_card_wrap .reason_card .reason_image {
  width: 25%;
}

.area2 .area2_reason .reason_card_wrap .reason_card .reason_image img {
  border-radius: 15px 0 15px 0;
}

.area2 .area2_reason .reason_card_wrap .reason_card .reason_text {
  width: calc(75% - 10px);
}

.area2 .area2_reason .reason_card_wrap .reason_card .reason_text h3 {
  font-size: 1.3rem;
  border-bottom: solid 1px #ddd;
}

.area2 .area2_reason .reason_card_wrap .reason_card .reason_text h3::before {
  font-size: 2em;
  counter-increment: reason;
  content: '0' counter(reason);
  color: #188d65;
  margin-right: .2em;
  letter-spacing: -.05em;
}

.area2 .area2_reason .reason_card_wrap .reason_card .reason_text p {
  color: #646464;
  line-height: 1.75em;
}

@media screen and (max-width : 520px) {
  .area2 .area2_reason h2 {
    font-size: 6vw;
  }

  .area2 .area2_reason .reason_card_wrap .reason_card .reason_image,
  .area2 .area2_reason .reason_card_wrap .reason_card .reason_text {
    width: 100%;
  }

  .area2 .area2_reason .reason_card_wrap .reason_card .reason_text h3 {
    padding-bottom: .5em;
    margin-bottom: .5em;
  }

  .area2 .area2_reason .reason_card_wrap .reason_card .reason_text h3::before {
    content: '0' counter(reason) '\A';
    white-space: pre;
    line-height: .7em;
  }
}

.area3 {
  background-color: #fff;
  padding: 2rem 0;
}

.offer_content {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  border-radius: 15px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.6);
  background-image: url(../../lp/img/offer_img.png);
  background-position: center center;
  background-size: cover;
  background-blend-mode: darken;
  color: #fff;
}

.offer_content h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.offer_question {
  width: 96%;
  max-width: 550px;
  margin: 0 auto 2rem;
}

.offer_question p {
  text-align: left;
  line-height: 2em;
  font-size: 1.3rem;
}

.offer_question p:nth-of-type(even) {
  text-align: right;
}

.offer_answer {
  font-size: 1.7rem;
  font-weight: bold;
  margin: 0 auto 2rem;
}

.offer_btn_wrap {
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

.offer_btn_wrap a {
  display: block;
  width: 100%;
  padding: .7em 0;
  background-color: #FF9F29;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  border-radius: 10px;
  box-shadow: 0 5px 0 #DF7F09;
}

.offer_btn_wrap a .offer_btn_sub {
  font-size: .7em;
  line-height: 1em;
  margin-bottom: .3em;
  color: #FFEF82;
}

.offer_btn_wrap a .offer_btn_main {
  line-height: 1em;
}

@media screen and (max-width : 520px) {
  .offer_content {
    padding: 4.8vw;
  }

  .offer_content h2 {
    font-size: 6vw;
  }

  .offer_question p {
    font-size: 4vw;
  }

  .offer_answer {
    font-size: 5vw;
  }

  .offer_btn_wrap {
    width: 100%;
    margin: 0 auto;
  }

  .offer_btn_wrap a .offer_btn_sub {
    font-size: 3.5vw;
  }

  .offer_btn_wrap a .offer_btn_main {
    font-size: 4vw;
  }
}

.area4 {
  padding: 2rem 0;
  background-color: #f5f5f5;
}

.voice {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}

.voice h2 {
  text-align: center;
  text-shadow: 2px 2px 0 #fff;
  position: relative;
  padding-bottom: .5em;
  margin-bottom: 1em;
}

.voice h2::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #3CAB84;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.voice .swiper {
  overflow: hidden;
}

.voice .swiper-slide {
  position: relative;
}

.voice .swiper-slide button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border: solid 1px #ddd;
  color: #999;
  border-radius: 999px;
  background: #fff;
  padding: .3em 1em;
}

#voice .swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
#voice .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-size: contain;
  width: 40px;
  height: 40px;
  top: 60%;
}

#voice .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../../lp/img/next.png);
}

#voice .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../../lp/img/prev.png);
}

.voice_popUp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .7);
  z-index: 999;
}

.voice_popUp .voice_content {
  width: 90%;
  max-width: 500px;
  margin: 50vh auto auto;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 25px;
  position: relative;
  border-radius: 10px;
}

.voice_popUp .voice_content::before {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  content: "\f00d";
  padding: .5em;
  background-color: #fff;
  color: #999;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  line-height: .7em;
  top: 0;
  right: 0;
  transform: translate(30%, -30%);
  border-radius: 50%;
}

.voice_popUp .voice_content h3 {
  color: #3CAB84;
}

.voice_popUp .voice_content .popUp_job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  /* justify-content: space-between; */
  margin: 0 auto 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 2px #ddd;
  font-weight: bold;
  color: #999;
}

.popUp_job_before span {
  font-size: .8em;
}

.popUp_job_after {
  color: #333;
}

.popUp_job_after span {
  font-size: .8em;
}

.voice_popUp .voice_content p {
  line-height: 1.75em;
  color: #555;
}

.voice_popUp .voice_content p:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (max-width : 520px) {
  .voice h2 {
    margin-bottom: .5em;
  }

  #voice .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev,
  #voice .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    width: 8vw;
    height: 8vw;
  }

  .voice .swiper-slide button {
    font-size: 4vw;
  }

  .voice_popUp .voice_content p {
    font-size: 3.5vw;
  }
}

.area5 {
  padding: 2rem 0;
  position: relative;
}

.area5::before,
.area5::after{
  content: "";
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.area5::before{
  background-image: url(../../lp/img/bg_left.jpg);
  left: 0;
}

.area5::after{
  background-image: url(../../lp/img/bg_right.jpg);
  right: 0;
}

.hurdle {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto 2rem;
  text-align: center;
}

.hurdle h2 {
  font-size: 2rem;
  line-height: 1.3em;
  color: #188d65;
}

.hurdle p {
  font-size: 1.4rem;
  margin: 1em 0;
}

.hurdle p i {
  color: #999;
}

.hurdle p .fa-caret-right {
  color: #3CAB84;
  margin: 0 .5em;
}

.hurdle p img {
  width: 6em;
  display: inline-block;
  margin-left: .5em;
  margin-right: .5em;
  vertical-align: text-bottom;
}

.hurdle p .bold {
  color: #3CAB84;
}

.hurdle p strong {
  color: #FF9F29;
  font-size: 1.2em;
}

.hurdle p .frame_wrap{
  padding: 0 .3em;
  background-color: #3CAB84;
  color: #fff;
  border-radius: 5px;
  line-height: 2em;
}

.hurdle ul {
  margin: 1rem auto;
  padding: 0;
}

.hurdle ul li {
  list-style: none;
  font-weight: bold;
  line-height: 2.6em;
  background-color: #f7f4e1;
  border-radius: 999px;
  font-size: 1.7rem;
  width: 70%;
  margin: 0 auto;
  position: relative;
  margin-left: 13%;
}

.hurdle ul li:nth-child(even){
  margin-left: auto;
  margin-right: 13%;
}

.hurdle ul li:not(:last-of-type) {
  margin-bottom: 1em;
}

.hurdle ul li::before{
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  top: -12px;
  left: -10px;
  border-radius: 18px 0 6px 18px/18px 0 1px 18px;
  box-shadow: -3px -20px 0 -5px #f7f4e1 inset;
}

.hurdle ul li:nth-child(even):before{
  left: auto;
  right: -10px;
  border-radius: 0 18px 18px 6px/0 18px 18px 1px;
  box-shadow: inset 3px -20px 0 -5px #f7f4e1;
}

@media screen and (max-width : 520px) {
  .area5::before,
  .area5::after {
    top: 35vw;
    width: 35%;
  }
  .hurdle h2 {
    font-size: 6vw;
  }

  .hurdle p {
    font-size: 4.5vw;
  }

  .hurdle ul li {
    width: 96%;
    font-size: 5vw;
    margin-left: auto!important;
    margin-right: auto!important;
  }

  .hurdle ul li::before{
    width: 20px;
  }
}

.table_wrap {
  width: 96%;
  max-width: 1000px;
  overflow-x: scroll;
  margin: 0 auto;
}

.table_wrap table {
  width: 100%;
  border-collapse: collapse;
}

.table_wrap table th,
.table_wrap table td {
  border: solid 1px #ddd;
  text-align: center;
  vertical-align: middle;
  padding: 1em 0;
}

.table_wrap table th {
  background-color: #f7f7f7;
}

.table_wrap table th img {
  display: inline;
  width: 6em;
}

.table_wrap table th:nth-child(2),
.table_wrap table td:nth-child(2) {
  border-left: solid 4px #3CAB84;
  border-right: solid 4px #3CAB84;
}

.table_wrap table th:nth-child(2) {
  background-color: #3CAB84;
}

.table_wrap table td:nth-child(2) {
  background-color: #fffde8;
  color: #3CAB84;
  font-weight: bold;
}

.table_wrap table tr:first-child th:nth-child(2) {
  border-top: solid 4px #3CAB84;
}

.table_wrap table tr:last-child td:nth-child(2) {
  border-bottom: solid 4px #3CAB84;
}

.table_wrap table td strong{
  color: #FF9F29;
  font-size: 1.1em;
}

.teacher {
  width: 96%;
  max-width: 1000px;
  margin: 2rem auto;
  background-color: #f7f4e1;
  padding: 1.5em 1em;
  border-radius: 1.5em;
  position: relative;
}

.teacher::before,
.teacher::after{
  position: absolute;
  bottom: 0;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  content: "";
}

.teacher::before {
  background-image: url(../../lp/img/teacher2.png);
  left: -2%;
  width: 13%;
}

.teacher::after {
  background-image: url(../../lp/img/teacher1.png);
  right: -2%;
  width: 15%;
}

.teacher h2{
  text-align: center;
  margin-bottom: .5em;
  filter: drop-shadow(3px 3px 0 #fff);
}

.teacher h2 img{
  width: 6em;
  display: inline-block;
  margin-right: .5em;
  vertical-align: text-bottom;
}

.teacher_content p{
  line-height: 2em;
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width : 520px) {
  .table_wrap table {
    font-size: 3.7vw;
    width: 120vw;
  }

  .table_wrap table th:nth-child(1),
  .table_wrap table td:nth-child(1) {
    position: sticky;
    left: 0;
    width: 22vw;
    /* color: #fff;
    background: #333; */
  }

  .table_wrap table th:nth-child(1)::before,
  .table_wrap table td:nth-child(1)::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border-bottom: solid 1px #ddd;
  }

  .table_wrap table td:nth-child(1)::before {
    border-bottom: solid 1px #ddd;
  }

  .table_wrap table th:nth-child(2),
  .table_wrap table td:nth-child(2) {
    position: sticky;
    left: 22vw;
  }

  .table_wrap table th:nth-child(2) {
    border-width: 1px;
  }

  .table_wrap table th:nth-child(2)::before,
  .table_wrap table td:nth-child(2)::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-left: solid 4px #3CAB84;
    border-right: solid 4px #3CAB84;
  }

  .table_wrap table th:nth-child(2)::before {
    border-bottom: none;
  }

  .table_wrap table th:nth-child(1),
  .table_wrap table td:nth-child(1),
  .table_wrap table th:nth-child(2),
  .table_wrap table td:nth-child(2),
  .table_wrap table tr:first-child th:nth-child(2),
  .table_wrap table tr:last-child td:nth-child(2) {
    border: none;
  }

  .table_wrap table tr:first-child th:nth-child(2)::before {
    border-top: solid 4px #3CAB84;
  }

  .table_wrap table tr:last-child td:nth-child(2):before {
    border-bottom: solid 4px #3CAB84;
  }

  .teacher{
    width: 90%;
  }

  .teacher h2{
    font-size: 4.8vw;
  }

  .teacher_content p{
    width: 80%;
  }

  .teacher::before {
    width: 20%;
    bottom: -3%;
    left: -6%;
  }

  .teacher::after {
    width: 22%;
    bottom: -3%;
    right: -6%;
  }
}

.merit {
  width: 100%;
  max-width: 600px;
  margin: 1rem auto 0;
  background-image: url(../../lp/img/meritBg.jpg);
  background-size: cover;
  background-position: 50% 65%;
}

.merit h2 {
  background-color: #3CAB84;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.2em;
  padding: .5em 0;
  margin: 0 auto 1rem;
  position: relative;
}

.merit h2::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 15px 20px 0;
  border-color: #3CAB84 transparent transparent transparent;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
}

.merit h2 strong {
  color: #ffe749;
  font-size: 1.2em;
}

.merit .merit_content {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background-image: url(../../lp/img/merit_people.png);
  background-size: 62% auto;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 1rem 1rem 3.5rem;
}

.merit .merit_content p {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1em;
}

.merit .merit_content p .merit_p_bg {
  background-color: #fff;
  display: inline-block;
  margin-bottom: 5px;
  padding: .3em .5em;
}

.merit .merit_content p strong {
  color: #3CAB84;
  font-size: 1.5em;
}

.merit .merit_content p .merit_percent {
  color: #FF9E2A;
  font-size: 4em;
  line-height: 1em;
  text-shadow: 0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff;
  /* filter: drop-shadow(0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff); */
}

@media screen and (max-width : 520px) {
  .merit h2 {
    font-size: 4.5vw;
  }

  .merit .merit_content {
    padding: 3vw 3vw 12vw;
  }

  .merit .merit_content p {
    font-size: 4.5vw;
  }

  .merit .merit_content p .merit_percent {
    font-size: 3.2em;
  }
}

/* --------------------------------テスト----------------------------------------- */
.talk {
  width: 100%;
  max-width: 600px;
  margin: 1rem auto 0;
  background-image: url(../../lp/img/meritBg.jpg);
  background-size: cover;
  background-position: 50% 65%;
}

.talk h2 {
  background-color: #3CAB84;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.2em;
  padding: .5em 0;
  margin: 0 auto 1rem;
  position: relative;
}

.talk h2 strong {
  color: #ffe749;
  font-size: 1.2em;
}

.talk .talk_content {
  width: 100%;
  height: 260px;
  max-width: 600px;
  margin: 0 auto;
  background-image: url(../../lp/img/merit_people.png);
  background-size: 62% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 1rem 1rem 3.5rem;
  position: relative;
}

.talk .talk_content p{
  display: inline-block;
  background-color: #fff;
  padding: .5em 1em;
  border-radius: 1.5em;
  position: absolute;
  font-weight: bold;
  font-size: 1.25rem;
}

.talk .talk_content p.talk_fukidashiLeft {
  left: 5%;
  top: 5%;
}

.talk .talk_content p.talk_fukidashiRight {
  right: 5%;
  top: 0;
}

.talk .talk_content p .talk_arrow {
  display: block;
  height: 1.5em;
  width: 2em;
  box-shadow: inset 1em 3px 0 -5px #fff;
  border-radius: 0 0 2em 2em;
  margin: 0 auto -1.5em 66%;
}

.talk .talk_content p.talk_fukidashiRight .talk_arrow {
  transform: scale(-1,1);
  margin: 0 72% -1.5em auto;
}

@media screen and (max-width : 520px) {
  .talk h2 {
    font-size: 4.5vw;
  }

  .talk .talk_content {
    height: 48vw;
    padding: 3vw 2vw 12vw;
  }

  .talk .talk_content p {
    font-size: 3.9vw;
  }

  .talk .talk_content p.talk_fukidashiLeft {
    left: 2vw;
  }

  .talk .talk_content p.talk_fukidashiRight {
    right: 2vw;
  }

  /* .talk .talk_content p .talk_arrow {
    border-radius: 0 0 10px 40px;
  } */
}

/* --------------------------------/テスト----------------------------------------- */

.area6 {
  padding: 2rem 0;
  background-color: #f5f5f5;
}

.flow {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.flow h2 {
  text-align: center;
  text-shadow: 2px 2px 0 #fff;
  position: relative;
  padding-bottom: .5em;
  margin-bottom: 1em;
}

.flow h2::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #3CAB84;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.flow h2 strong {
  color: #3CAB84;
  font-size: 1.2em;
}

.flow>p {
  text-align: center;
  margin: 0 auto 1rem;
}

.flow table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.flow table th,
.flow table td {
  text-align: center;
  vertical-align: middle;
}

.flow table th {
  width: 300px;
  background-color: #3CAB84;
  color: #fff;
  position: relative;
  padding: 2em 0 1em;
}

.flow table th::after{
  content: "";
  position: absolute;
  bottom: calc(-1em + .5px);
  left: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 1em 150px 0;
  z-index: 10;
}

.flow table td {
  width: 700px;
  background-color: #fff;
  padding: 1.5em 0 1.5em;
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  padding-right: 4em;
}

.flow table tr:not(:last-child) td{
  border-bottom: solid 1px #ddd;
}

.flow table tr:nth-child(1) th {
  background-color: #e5f2ed;
  color: #3CAB84;
  padding-top: 1em;
}

.flow table tr:nth-child(1) th::after{
  border-top-color: #e5f2ed;
}

.flow table tr:nth-child(2) th {
  background-color: #c0e4d7;
  color: #3CAB84;
}

.flow table tr:nth-child(2) th::after {
  border-top-color: #c0e4d7;
}

.flow table tr:nth-child(3) th {
  background-color: #78c9ac;
}

.flow table tr:nth-child(3) th::after {
  border-top-color: #78c9ac;
}

.flow table tr:nth-child(4) th {
  background-color: #5cbb99;
}

.flow table tr:nth-child(4) th::after {
  border-top-color: #5cbb99;
}

.flow table tr:nth-child(5) th {
  background-color: #3CAB84;
}

.flow table td strong{
  color: #FF9F29;
  font-size: 1.2em;
}

.flow table td::after{
  content: "";
  height: 3.6em;
  width: 3.6em;
  position: absolute;
  top: 50%;
  right: .5em;
  transform: translateY(-50%);
  background-size: contain;
  border-radius: 10px;
  background-image: url(../../lp/img/flow_1.jpg);
}

.flow table tr:nth-child(1) td::after{background-image: url(../../lp/img/flow_1.jpg);}
.flow table tr:nth-child(2) td::after{background-image: url(../../lp/img/flow_2.jpg);}
.flow table tr:nth-child(3) td::after{background-image: url(../../lp/img/flow_3.jpg);}
.flow table tr:nth-child(4) td::after{background-image: url(../../lp/img/flow_4.jpg);}
.flow table tr:nth-child(5) td::after{background-image: url(../../lp/img/flow_5.jpg);}

.regulation {
  width: 100%;
  max-width: 1000px;
  margin: 1rem auto 0;
  padding: 1em 0;
  border-radius: 10px;
  /* box-shadow: 5px 5px 5px rgba(0, 0, 0, .1) inset ,  -5px -5px 5px #fff inset; */
  background: #fff;
  border: solid 3px #3CAB84;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: url(../../lp/img/regulationBg.png);
  background-repeat: no-repeat;
  background-size: 23% auto;
  background-position: 93% 100%;
}

.regulation h2 {
  text-align: center;
  color: #178d65;
  position: relative;
  width: 30%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  align-items: center;
  justify-content: center;
}

.regulation h2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ddd;
  width: 2px;
  height: 100px;
}

.regulation ul {
  width: 70%;
  margin: .5em 0;
}

.regulation ul li {
  line-height: 2em;
  list-style: none;
}

.regulation ul li::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f058";
  color: #178d65;
  font-weight: bold;
  margin-right: 1em;
}


@media screen and (max-width : 520px) {
  .flow h2 {
    font-size: 5vw;
    margin-bottom: .5em;
  }

  .flow>p{
    font-size: 4vw;
  }

  .flow table{
    width: 96%;
  }

  .flow table th{
    width: 30%;
  }

  .flow table td{
    font-size: 4vw;
    width: 70%;
  }

  .flow table th::after{
    border-width: 1em 14.5vw 0;
  }

  .regulation {
    width: 96%;
    padding-bottom: 30vw;
    background-size: 55% auto;
    background-position: 80% 100%;
  }

  .regulation h2 {
    width: 100%;
    padding-bottom: .5em;
  }

  .regulation h2::after {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateY(0%)translateX(-50%);
    height: 2px;
    width: 70%;
  }

  .regulation ul {
    width: 100%;
    padding: 0 1.5em;
  }

  .regulation ul li {
    font-size: 4vw;
  }
}

.area7 {
  background-color: #fff;
  padding: 2rem 0;
}

.area8 {
  background-color: #e5f2ed;
  padding: 2rem 0;
}

.area8 #contact{
  width: 96%;
  max-width: 1000px;
  background-color: #fff;
  padding: 2rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  margin: 0 auto;
  content: "";
}

.area8 #contact h2::before{
	content: " ";
	margin-top: -90px;
	height: 90px;
	display: block;
	visibility: hidden;
}

.area_company {
  background-image: url(../../lp/img/companyBg.jpg);
  background-size: cover;
  padding: 2rem 0;
}

.area_company .table_legal{
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
  width: 96%;
  max-width: 700px;
  margin: 0 auto 1rem;
}

footer{
  background-color: #e3aaaa;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}

footer .footer_content{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

footer .footer_content ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}

footer .footer_content ul li{
  list-style: none;
  padding: 0 1em;
  position: relative;
}

footer .footer_content ul li:not(:last-child)::after{
  position: absolute;
  content: "/";
  top: 0;
  right: -.25em;
}

@media screen and (max-width : 520px) {
  footer .footer_content ul li{
    font-size: 3.5vw;
  } 
}

/* コンタクトフォーム */
#contact {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 2rem 0 0;
}

#contact h1,h2#form{
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}

#contact h1::after,h2#form::after{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #3CAB84;
  bottom: calc(-2rem - 5px);
  left: calc(50% - 5px);
}

h2#form .form_baloon {
  position: absolute;
  top: 1em;
  left: 10%;
  width: 150px;
}

#contact .form_appeal{
  text-align: center;
  font-weight: bold;
}

#contact form {
  width: 100%;
}

#contact form > p{
  margin:0 auto 1.5rem;
  line-height: 2em;
}

#contact form > p .required {
  background-color: #F94C66;
  color: #fff;
  font-weight: bold;
  padding: 0 .5em;
  margin-left: .5em;
  border-radius: 3px;
}


#contact form > p input{
  width: 100%;
  border: solid 1px #ddd;
  border-radius: 5px;
  padding: 0 .5em;
}

#contact form > p input::placeholder{
  color: #bbb;
}

#contact form .consent{
  line-height: 1.5em;
}

#contact form .consent a{
  text-decoration: underline;
}

#contact form .submit-btn_wrap{
  text-align: center;
}

#contact form .submit-btn {
  width: 50%;
  font-size: 1.3rem;
  line-height: 2.4em;
  cursor: pointer;
  background-color: #3CAB84;
  color: #fff;
  font-weight: bold;
  position: relative;
  transition: .3s;
  border: solid 2px #3CAB84;
  border-radius: 999px;
}

#contact form .submit-btn:hover {
  cursor: pointer;
  background-color: #fff;
  color: #3CAB84;
}

#contact .thanks {
  text-align: center;
}

#contact .thanks p{
  line-height: 1.75em;
}

#contact .thanks .thanks_complete{
  font-size: 1.3em;
  font-weight: bold;
  color: #3CAB84;
}

#contact .thanks .back_btn {
  margin: 2rem 0;
}

#contact .thanks .back_btn a{
  padding: .5em 1em;
  background-color: #eee;
  color: #777;
  border: solid 1px #ddd;
  border-radius: 5px;
  line-height: 2em;
}

@media screen and (max-width : 520px) {
  #contact,.area8 #contact {
    padding: 5vw;
  }

  #contact h1,h2#form{
    font-size: 6vw;
    margin-bottom: 10vw;
  }

  #contact h1::after, h2#form::after{
    bottom: calc(-5vw - 5px);
  }

  h2#form .form_baloon {
    left: -8%;
    width: 35%;
  }

  #contact form > p{
    font-size: 4vw;
  }

  #contact form .submit-btn{
    font-size: 4.5vw;
    width: 90%;
    line-height: 50px;
  }

  #contact form > p input{
    font-size: 5vw;
    line-height: 2em;
  }
}

.wpcf7 form.sent .wpcf7-response-output{
  display: none!important;
}

.wpcf7-spinner{
  display: inline!important;
}

div.wpcf7 .ajax-loader{
  display: inline!important;
  margin: 0!important;
}

#main{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0 15px;
}

.mainH1{
  text-align: center;
  margin-bottom: 2em;
  position: relative;
}

.mainH1::after{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e3aaaa;
  bottom: calc(-2rem - 5px);
  left: calc(50% - 5px);
}

.table_legal table{
  border-collapse: collapse;
}

.table_legal table th,
.table_legal table td{
  border: solid 1px #ddd;
  padding: 1em;
}

.table_legal table td{
  background-color: #fff;
}

.table_legal table td:first-child{
  background-color: #f7f7f7;
}

.table_legal table td a{
  color: #00d;
  text-decoration: underline;
}

@media screen and (max-width : 520px) {
  .mainH1{
    font-size: 7vw;
  }

  .table_legal table{
    font-size: 3.5vw;
  }
}

.area9 {
  background-color: #fff;
  padding: 2rem 0;
}

.area9 .qa {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
}

.area9 .qa h2 {
  text-align: center;
  text-shadow: 2px 2px 0 #fff;
  position: relative;
  padding-bottom: .5em;
  margin-bottom: 1em;
}

.area9 .qa h2::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #3CAB84;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.area9 .qa .qa_container .qa_card{
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  padding: .5em 1em;
  margin: 0 auto 10px;
}

.area9 .qa .qa_container .qa_card h3{
  line-height: 2em;
  position: relative;
  text-indent: -1.5em;
  padding: .3em 1.5em;
  line-height: 1.2em;
  transition: 0.2s;
}

.area9 .qa .qa_container .qa_card h3::before{
  content: "Q.";
  color: #188d65;
  margin-right: .5em;
}

.area9 .qa .qa_container .qa_card h3::after{
  font-family: 'Font Awesome 5 Free'; 
  content: "\f055";
  color: #ccc;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: .2s;
}

.area9 .qa .qa_container .qa_card h3.qa_btn_active{
  border-bottom: solid 1px #ddd;
  margin-bottom: .5em;
  padding-bottom: 1em;
}

.area9 .qa .qa_container .qa_card h3.qa_btn_active::after{
  content: "\f056";
}

.area9 .qa .qa_container .qa_card p{
  line-height: 2em;
  margin-bottom: .5em;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.area9 .qa .qa_container .qa_card p::before{
  content: "A.";
  color: #F94C66;
  font-weight: bold;
  margin-right: .5em;
}

.qa_hidden{
  display: none;
}

@media screen and (max-width : 520px) {
  .area9 .qa .qa_container .qa_card h3{
    font-size: 4vw;
  }

  .area9 .qa .qa_container .qa_card p{
    font-size: 3.7vw;
  }
}

.reserve_content {
  width: 100%;
  max-width: 1000px;
  margin: 1rem auto;
  padding: 1rem 0;
  background: linear-gradient(-45deg,#e5f2ed 25%,#d9efe6 25%,#d9efe6 50%,#e5f2ed 50%,#e5f2ed 75%,#d9efe6 75%);
  background-size: 16px 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.reserve_content table {
  width: 70%;
  margin: 0 auto;
  border-collapse: collapse;
}

.reserve_content table tr th,
.reserve_content table tr td {
  border: solid 1px #ddd;
  text-align: center;
  font-size: 1.1rem;
  padding: .7em 0;
  font-weight: bold;
  line-height: 1.1em;
}

.reserve_content table tr th{
  background-color: #188d65;
  color: #fff;
  width: 30%;
}

.reserve_content table tr td{
  background-color: #fff;
  width: 70%;
}

.reserve_content table tr td .reserve_full {
  background-color: #F94C66;
  color: #fff;
  font-weight: bold;
  padding: 0.2em .5em;
  margin-left: 0.5em;
  border-radius: 3px;
}

.reserve_content table.reserve_end tr td {
  background-color: #f7f7f7;
}

.reserve_content table.reserve_empty {
  width: 80%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  margin-bottom: 1rem;
}

.reserve_content table.reserve_empty tr th {
  font-size: 1.3em;
}

.reserve_content table.reserve_empty tr td {
  color: #F94C66;
  font-size: 1.3em;
}

.reserve_content .reserve_comment {
  width: 60%;
  margin: 2rem auto;
  background-color: #fff;
  padding: 1em 15% 1em 1em;
  position: relative;
  border: solid 2px #ccc;
  border-radius: 16px;
}

.reserve_content .reserve_comment::before {
  position: absolute;
  content: "";
  width: 40%;
  height: 200px;
  background-image: url(../../lp/img/reserve_woman.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  right: -5%;
  bottom: -50px;
}

.reserve_content .reserve_comment strong {
  color: #FF9F29;
  font-size: 1.1em;
}

@media screen and (max-width : 520px) {
  .reserve_content table {
    width: 86%;
  }
  
  .reserve_content table tr th,
  .reserve_content table tr td {
    font-size: 3.5vw;
  }

  .reserve_content table.reserve_empty {
    width: 96%;
  }

  .reserve_content table.reserve_empty tr th,
  .reserve_content table.reserve_empty tr td {
    font-size: 4.2vw;
  }

  .reserve_content .reserve_comment {
    width: 96%;
    font-size: 3.7vw;
    margin: 1rem auto 0;
  }

  .reserve_content .reserve_comment::before {
    width: 42vw;
    right: 0;
    bottom: 0;
  }

  .reserve_content .reserve_comment strong {
    font-size: 1.2em;
  }
}

.area6_1 {
  padding: 2rem 0;
  background-image: url(../../lp/img/flowBg.jpg);
  background-size: cover;
  background-position: bottom;
}

.flow .flow_container {
  padding: 1rem;
  margin: 0 auto 2rem;
  border-radius: 16px;
  position: relative;
}

.flow .flow_container > img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.flow .flow_container .flow_float {
  text-align: center;
  position: absolute;
  background: radial-gradient(circle,#f3f3f3 35%,transparent 35%);
  background-position: center;
  background-size: contain;
  padding: 3em 0;
  font-size: 1.25rem;
  font-weight: bold;
  filter: drop-shadow(0 0 2px #fff);
}

.flow .flow_container .flow_float strong {
  color: #3CAB84;
  font-size: 1.1em;
}

.flow .flow_container .flow_float_1 {
  top: 32%;
  left: 26%;
}

.flow .flow_container .flow_float_2 {
  bottom: 17%;
  right: 13%;
}

.flow_container_summary {
  width: 60%;
  background-color: #fff;
  border: solid 2px #3CAB84;
  border-radius: 16px;
  padding: 1em 0;
  font-size: 1.3rem;
  position: relative;
}

.flow_container_summary::before,
.flow_container_summary::after {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20%;
  height: 175px;
  content: "";
  position: absolute;
}
.flow_container_summary::before {
  top: -25%;
  left: 0;
  background-image: url(../../lp/img/flow_summary_man.png);
}
.flow_container_summary::after {
  bottom: -25%;
  right: 0;
  background-image: url(../../lp/img/flow_summary_woman.png);
}

.flow_container_summary strong {
  font-size: 1.3em;
  color: #FF9E2A;
}

@media screen and (max-width : 1000px) {
  .flow .flow_container .flow_float {
    font-size: 2vw;
  }
}

@media screen and (max-width : 520px) {
  .flow .flow_container {
    padding: 1rem 0;
    width: 98%;
  }
  .flow .flow_container > img {
    width: 100%;
  }

  .flow .flow_container .flow_float {
    font-size: 3vw;
  }

  .flow .flow_container .flow_float_1 {
    top: 30%;
    left: 20%;
  }
  
  .flow .flow_container .flow_float_2 {
    bottom: 2%;
    right: 0%;
  }

  .flow_container_summary {
    width: 98%;
  }
}

.evand_logo {
  width: 6em;
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  vertical-align: text-bottom;
}