@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@300;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url("https://fonts.googleapis.com/earlyaccess/hannari.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@1,400;1,700&display=swap");
@import url(fontawesome-all.min.css);
/*----------------------------------------------------
  SCSS
----------------------------------------------------*/
/* カラー設定 */
/*  reset
----------------------------------------------------*/
@import url(fix.css);
* {
  -webkit-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  outline: 1px solid transparent;
}

@​media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.001s;
            animation-duration: 0.001s;
    -webkit-transition-duration: 0.001s;
            transition-duration: 0.001s;
  }
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  font-size: 0.625rem;
}

body {
  text-rendering: optimizeLegibility;
  margin: 0;
  background-color: transparent;
  color: #4c4c4c;
  font-family: "Noto Serif JP", メイリオ, Meiryo, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro,sans-serif";
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0 0;
}

a, a:link {
  color: #37d;
  text-decoration: none;
}

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}

.bk {
  color: #000;
}

.red {
  color: #e60012;
}

p, p > span {
  font-size: 1.4rem;
  line-height: 1.5em;
  letter-spacing: 1px;
}

picture {
  display: block;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

section#container-fluid {
  position: relative;
}

.cnt {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

a {
  word-break: break-all;
  outline: 0;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

a {
  color: #37d;
}

button:focus {
  outline: 0;
  background-color: transparent;
  border: 0 solid transparent;
}

* > span {
  font-size: inherit;
}

address {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 1px;
}

@media screen and (max-width: 320px) {
  a, p, li, dt, dd, th, td, address {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }

  * span {
    font-size: inherit;
  }
}
h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td, span, a {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

form {
  display: block;
  width: 100%;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

input[type=text], input[type=email], input[type=password], input[type=tel] {
  padding: 1rem 0.5rem;
  line-height: 2.5em;
  height: 2.5em;
}
input[type=text], input[type=email], input[type=password], input[type=date] {
  border: solid 1px #ccc;
  border-radius: 3px;
  display: inline-block;
  margin: 0 6px 10px 0;
  min-height: 30px;
}

select {
  border: solid 1px #ccc;
  border-radius: 3px;
  display: inline-block;
  padding: inherit 0.5rem;
  min-height: 30px;
  font-size: 1.4rem;
}

textarea {
  border: solid 2px #ccc;
  border-radius: 3px;
  padding: 1rem;
  min-height: 12em;
  display: block;
  width: 100%;
  font-size: 1.4rem;
}

input[type=submit] {
  border: solid #ddd 1px;
  border-radius: 5px;
  padding: 0 1em;
  height: 2.2em;
  line-height: 2.2em;
  font-size: 1.6rem;
}

/*  common
----------------------------------------------------*/
.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 0;
}

.container {
  max-width: 100%;
  width: 100%;
  position: relative;
}
.container .row {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.container .row p.entryBtn {
  width: 92%;
  max-width: 600px;
  margin: -1rem auto 3px;
  position: relative;
  z-index: 99999;
}
.container .row p.entryBtn:after {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 1.3em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 10px;
  height: 10px;
  margin: auto 0;
}
.container .row p.entryBtn a {
  background-color: #e8546b;
  border-radius: 1em;
  color: #fff;
  display: block;
  font-size: 5.5vw;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 3em;
  height: 3em;
  padding: 0;
  text-align: center;
  text-shadow: 1px 1px 0px #111;
}
.container .row p.entryBtn a:active {
  -webkit-filter: saturate(130%);
          filter: saturate(130%);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media screen and (min-width: 768px) {
  .container .row p.entryBtn a {
    font-size: 24px;
  }
  .container .row p.entryBtn a:hover {
    -webkit-filter: saturate(130%);
            filter: saturate(130%);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}

/* main{
  min-height: 100%;
  height:100%;
  display: block;
  width: 100%;
  max-width:960px;
  margin: 0 auto;
  margin-bottom:100px;
  position: relative;
  >section{
  }
  * p, * a,* li{
    font-size: 1.4rem;
    @include mq-md {
      font-size: 16px;
    }
    span{
      font-size:inherit;
    }
  }
}//main */
.cnt, [class^=cnt] {
  display: block;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .cnt, [class^=cnt] {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.bnr {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.wFit {
  width: calc(100% + 40px);
  margin: 0 -20px 0 -20px;
}

.waves {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
  z-index: 99;
}

.parallax > use {
  -webkit-animation: move-forever 35s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
          animation: move-forever 35s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}

.parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 23s;
          animation-duration: 23s;
}

.parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 28s;
          animation-duration: 28s;
}

.parallax > use:nth-child(4) {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-animation-duration: 37s;
          animation-duration: 37s;
}

@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}

@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}
.waves_t {
  position: relative;
  width: 100%;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
  z-index: 99;
}

.parallax_t > use {
  -webkit-animation: move-forever_t 37s cubic-bezier(0.5, 0.35, 0.5, 0.65) infinite;
          animation: move-forever_t 37s cubic-bezier(0.5, 0.35, 0.5, 0.65) infinite;
}

.parallax_t > use:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
}

.parallax_t > use:nth-child(2) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
}

.parallax_t > use:nth-child(3) {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
}

.parallax_t > use:nth-child(4) {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
}

@-webkit-keyframes move-forever_t {
  0% {
    -webkit-transform: translate3d(90px, 0, 0);
            transform: translate3d(90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-85px, 0, 0);
            transform: translate3d(-85px, 0, 0);
  }
}

@keyframes move-forever_t {
  0% {
    -webkit-transform: translate3d(90px, 0, 0);
            transform: translate3d(90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-85px, 0, 0);
            transform: translate3d(-85px, 0, 0);
  }
}
.waveHeader {
  margin-top: -16vh;
}
@media screen and (min-width: 360px) {
  .waveHeader {
    margin-top: -6em;
  }
}
@media screen and (min-width: 576px) {
  .waveHeader {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .waveHeader {
    margin-top: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .waveHeader {
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .waveHeader {
    margin-top: -40px;
  }
}

.accbox {
  width: 100%;
}
.accbox > input {
  display: none;
}
.accbox > label {
  display: block;
  margin: 0;
  padding: 0 2em;
  color: #fff;
  font-weight: bold;
  border-bottom: solid 1px #fff;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.accbox > label:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: rgba(85, 125, 217, 0.7);
  font-size: 1.2em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
}
.accbox .accshow {
  /*animation->height設定しない*/
  max-height: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s, max-height 0.5s;
  transition: opacity 0.5s, max-height 0.5s;
}
.accbox input.acco:checked + label:after {
  content: "";
  font-family: "Font Awesome 5 Free";
}
.accbox input.acco:checked + label + .accshow {
  /*animation->heightを設定しない*/
  max-height: 200vh;
  opacity: 1;
  -webkit-transition: opacity 0.2s, max-height 0.5s;
  transition: opacity 0.2s, max-height 0.5s;
}

@-webkit-keyframes textAnime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes textAnime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*-- header --*/
header {
  margin: 0 auto 0;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-image: url(../images/header_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 380px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  header {
    min-height: 550px;
  }
}
@media screen and (min-width: 1024px) {
  header {
    min-height: 600px;
  }
}
@media screen and (min-width: 1280px) {
  header {
    min-height: 800px;
  }
}
header .logo {
  max-width: 332px;
  width: 40%;
  margin: 2em auto 0.5em;
}
header .headerCat1 {
  color: #fff;
  font-family: "M PLUS 1p";
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0px 0px 3px #e8546b, 0px 0px 5px #e8546b;
}
@media screen and (min-width: 768px) {
  header .headerCat1 br {
    display: none;
  }
}
header div.title {
  width: 100%;
  margin: 5vw auto 5vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  header div.title {
    margin-top: 7em;
  }
}
header div.title:before {
  content: "“マッサージ師募集！”";
  color: #fff;
  font-size: 7.5vw;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 0;
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  text-shadow: -1px -1px 3px #fff, 1px 1px 3px #fff, -1px 1px 3px #fff, 1px -1px 3px #fff, -3px -3px 5px #fff, 3px 3px 5px #fff, -3px 3px 5px #fff, 3px -3px 5px #fff, -3px -3px 15px #fff, 3px 3px 15px #fff, -3px 3px 15px #fff, 3px -3px 15px #fff;
}
@media screen and (min-width: 768px) {
  header div.title:before {
    font-size: 55px;
  }
}
header div.title > h1 {
  background: -webkit-linear-gradient(60deg, #12d6df, #557dd9, #fa0f32, #e8546b);
  background-size: 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: textAnime 15s infinite;
          animation: textAnime 15s infinite;
  color: #e8546b;
  font-size: 7.5vw;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.5;
  width: 100%;
  margin: auto auto;
  padding: 0;
  position: relative;
  z-index: 9;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(255, 255, 255, 0.6));
          filter: drop-shadow(10px 10px 10px rgba(255, 255, 255, 0.6));
}
@media screen and (min-width: 768px) {
  header div.title > h1 {
    font-size: 55px;
  }
}
header div.title span {
  display: inline-block;
  width: 20vw;
  height: 20vw;
  position: relative;
  text-align: center;
  margin: auto auto;
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}
header div.title span:before {
  content: "";
  display: inline-block;
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  background-color: rgba(232, 84, 107, 0.4);
  position: absolute;
  top: -0.2em;
  left: -0.2em;
  z-index: -1;
}
header div.title span:after {
  content: "";
  display: inline-block;
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  z-index: 0;
}
header .headerCat2 {
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 0px 3px #557dd9, 0px 0px 5px #557dd9;
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  header .headerCat2 {
    font-size: 24px;
  }
}
header .headerCat3 {
  color: #fff;
  width: 90%;
  font-size: 4vw;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.7;
  margin: 0 auto 2em;
  text-align: center;
  position: relative;
  text-shadow: 0px 0px 3px #557dd9, 0px 0px 5px #557dd9;
}
@media screen and (min-width: 768px) {
  header .headerCat3 {
    font-size: 24px;
  }
}

footer {
  background-color: #e8546b;
  padding: 1em 0 2em;
}
footer p.copy {
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  display: block;
  text-align: center;
  line-height: 1;
  margin: 15px 0 0;
}

#pagetopBtn {
  overflow: hidden;
  border-radius: 50%;
  position: fixed !important;
  z-index: 9999;
  text-align: center;
  text-decoration: none;
  -webkit-transform: rotateY(270deg);
          transform: rotateY(270deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 55px;
  width: 55px;
  bottom: 20px;
  right: 15px;
}
#pagetopBtn a {
  background-color: #f4b1b1;
  color: #fff;
  font-size: 10px;
  font-family: "Dosis";
  font-weight: 300;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 55px;
  height: 55px;
  width: 55px;
  display: block;
}
#pagetopBtn::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  position: relative;
  top: -57px;
}

@media screen and (min-width: 768px) {
  #pagetopBtn {
    height: 75px;
    width: 75px;
    bottom: 20px;
    right: 25px;
  }
  #pagetopBtn a {
    color: #fff;
    font-size: 13px;
    font-family: "Dosis";
    font-weight: 300;
    text-decoration: none;
    letter-spacing: 2px;
    line-height: 75px;
    height: 75px;
    width: 75px;
    display: block;
  }
  #pagetopBtn:hover {
    text-decoration: none;
  }
  #pagetopBtn::after {
    content: "";
    font-family: FontAwesome;
    font-size: 18px;
    top: -70px;
  }
}
@media screen and (min-width: 1024px) {
  footer {
    padding: 0;
  }
  footer p.copy {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    line-height: 60px;
    height: 60px;
    margin: 0;
  }
}
section[id^=sec] {
  z-index: 0;
  position: relative;
  outline-offset: 0;
}
section[id^=sec] .container {
  margin-top: -10px;
  padding: 30px 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section[id^=sec] .container {
    padding: 100px 0;
  }
}
section[id^=sec] .container .row {
  position: relative;
  z-index: 2;
}
section[id^=sec] .container .row [class^=ccl] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto 10em;
  height: 30vw;
  max-height: 250px;
  z-index: 0;
}
section[id^=sec] .container .row [class^=ccl]:before {
  content: "";
  display: inline-block;
  width: 30vw;
  height: 30vw;
  max-width: 250px;
  max-height: 250px;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
section[id^=sec] .container .row [class^=ccl] h2 {
  font-size: 1.8em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 5px;
  line-height: 1.5;
  padding: 0;
  margin: auto auto;
  display: -ms-grid;
  display: grid;
  place-items: center;
  z-index: 1;
}
section[id^=sec] .container .row .cclB {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto 10em;
  height: 30vw;
  max-height: 250px;
  z-index: 0;
}
section[id^=sec] .container .row .cclB:before {
  content: "";
  display: inline-block;
  width: 30vw;
  height: 30vw;
  max-width: 250px;
  max-height: 250px;
  border-radius: 50%;
  border: solid 1px rgba(85, 125, 217, 0.3);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
section[id^=sec] .container .row .cclB h2 {
  color: #557dd9;
  font-size: 1.8em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 5px;
  line-height: 1.5;
  padding: 0;
  z-index: 1;
  text-shadow: 0px 0px 3px #557dd9, 0px 0px 15px #557dd9;
}
section[id^=sec] .container .row .cclR, section[id^=sec] .container .row .cclY {
  width: 100%;
  position: relative;
  text-align: center;
  height: 30vw;
  max-height: 250px;
  margin: 0 auto 10em;
  z-index: 0;
}
section[id^=sec] .container .row .cclR:before, section[id^=sec] .container .row .cclY:before {
  content: "";
  display: inline-block;
  width: 30vw;
  height: 30vw;
  max-width: 250px;
  max-height: 250px;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.8);
  z-index: 0;
}
section[id^=sec] .container .row .cclR h2, section[id^=sec] .container .row .cclY h2 {
  color: #fff;
  font-size: 1.8em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 5px;
  line-height: 1.5;
  padding: 0;
  position: relative;
  z-index: 1;
  text-shadow: 0px 0px 3px #e8546b, 0px 0px 3px #e8546b, 0px 0px 3px #e8546b, 0px 0px 3px #e8546b, 0px 0px 7px #e8546b, 0px 0px 7px #e8546b, 0px 0px 7px #e8546b, 0px 0px 15px #e8546b, 0px 0px 15px #e8546b, 0px 0px 15px #e8546b;
}
@media screen and (min-width: 768px) {
  section[id^=sec] .container .row .cclR h2, section[id^=sec] .container .row .cclY h2 {
    font-size: 24px;
  }
}
section[id^=sec] .container .row .cclY h2 {
  color: #ffa;
  font-size: 2em;
}
section[id^=sec] .container .row .ttls {
  color: #e8546b;
  font-weight: bold;
  font-size: 1.6em;
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  width: 100%;
  height: 1.8em;
  line-height: 1.8em;
  padding: 0 1em;
  margin-bottom: 20px;
}
section[id^=sec] .container .row > p,
section[id^=sec] .container .row > div > p {
  margin-bottom: 2em;
  letter-spacing: 2px;
}
section[id^=sec] .paraBG1 {
  background-image: url(../images/sec02_bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  width: 100%;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
section[id^=sec] .paraBG2 {
  background-image: url(../images/sec04_bg1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  width: 100%;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
section[id^=sec] .paraBG3 {
  background-image: url(../images/sec06_bg1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  width: 100%;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

#sec01 .container {
  background-color: #fff;
  padding: 30px 0;
  margin-top: 0;
}
#sec01 .container .row .ccl1 {
  display: inline-block;
  width: 40vw;
  height: 40vw;
  max-width: 300px;
  max-height: 300px;
  border-radius: 50%;
  background-color: rgba(85, 125, 217, 0.4);
  position: relative;
  margin: 0 auto 6em;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
#sec01 .container .row .ccl1 p {
  color: #fff;
  font-family: "Dosis";
  font-size: 1.7em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 5px;
  width: 100%;
  margin: auto auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  #sec01 .container .row .ccl1 p {
    font-size: 24px;
  }
}
#sec01 .container .row ul {
  overflow: hidden;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  #sec01 .container .row ul {
    overflow: visible;
    min-height: 100vh;
  }
}
#sec01 .container .row ul li {
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
#sec01 .container .row ul li > img {
  height: 100%;
  width: auto;
  max-width: unset;
}
#sec01 .container .row ul li:nth-child(1) {
  width: 60vw;
  height: 60vw;
  max-width: 460px;
  max-height: 460px;
  left: -5vw;
}
@media screen and (min-width: 768px) {
  #sec01 .container .row ul li:nth-child(1) {
    width: 50vw;
    height: 50vw;
  }
}
@media screen and (min-width: 1024px) {
  #sec01 .container .row ul li:nth-child(1) {
    margin-top: 60px;
  }
}
#sec01 .container .row ul li:nth-child(2) {
  width: 65vw;
  height: 65vw;
  max-width: 480px;
  max-height: 480px;
  margin-top: -3em;
  left: 40vw;
}
@media screen and (min-width: 768px) {
  #sec01 .container .row ul li:nth-child(2) {
    width: 45vw;
    height: 45vw;
    margin-top: 0;
    left: unset;
    right: 2vw;
  }
}
#sec01 .container .row ul li:nth-child(3) {
  width: 60vw;
  height: 60vw;
  max-width: 460px;
  max-height: 460px;
}
@media screen and (min-width: 768px) {
  #sec01 .container .row ul li:nth-child(3) {
    width: 45vw;
    height: 45vw;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  #sec01 .container .row ul li:nth-child(3) {
    margin-top: 4em;
  }
}
@media screen and (min-width: 1024px) {
  #sec01 .container .row ul li:nth-child(3) {
    margin-top: 60px;
  }
}
#sec01 .container .row ul li:nth-child(4) {
  width: 45vw;
  height: 45vw;
  max-width: 430px;
  max-height: 430px;
  margin-top: -5em;
  left: 57vw;
}
@media screen and (min-width: 768px) {
  #sec01 .container .row ul li:nth-child(4) {
    margin-top: 2em;
    left: unset;
    right: -5vw;
  }
}
@media screen and (min-width: 1024px) {
  #sec01 .container .row ul li:nth-child(4) {
    margin-top: 30px;
  }
}

#sec02 .container {
  background-color: #fff;
  padding: 30px 0 120px;
  margin-top: -15vh;
}
#sec02 .container .row {
  padding-top: 10em;
}
#sec02 .container .row > p {
  color: #fff;
}

#sec03 .container {
  background-color: #fff;
  margin-top: 1em;
  padding: 30px 0;
}
#sec03 .container .row p:nth-child(n+1):nth-child(-n+4) {
  text-align: center;
}

#sec04 {
  position: relative;
}
#sec04 .container {
  background-color: #fff;
  padding: 30px 0 120px;
  margin-top: -15vh;
}
#sec04 .container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/sec04_bg2.png) no-repeat;
  background-position: center 15vh;
  background-size: contain;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#sec04 .container .row {
  padding-top: 10em;
}
#sec04 .container .row > p {
  color: #fff;
  margin-bottom: 2em;
}
#sec04 > svg.waves {
  bottom: -2px;
}

#sec05 {
  margin-top: 0;
}
#sec05 .container {
  background-color: #fff;
  margin-top: 1em;
  padding: 30px 0;
}
#sec05 .container .row > ul {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #sec05 .container .row > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#sec05 .container .row > ul li {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 50%;
  width: 60vw;
  height: 60vw;
  line-height: 2;
  margin: 0 auto 2em;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  #sec05 .container .row > ul li {
    width: 235px;
    height: 235px;
  }
}
#sec05 .container .row > ul li:nth-child(1) {
  background-color: #00babf;
}
#sec05 .container .row > ul li:nth-child(2) {
  background-color: #557dd9;
}
#sec05 .container .row > ul li:nth-child(3) {
  background-color: #e8546b;
}

#sec06 {
  position: relative;
}
#sec06 .container {
  background-color: #fff;
  padding: 30px 0 160px;
  margin-top: -15vh;
}
#sec06 .container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/sec06_bg2.png) no-repeat;
  background-position: center top;
  background-size: 120% auto;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#sec06 .container .row {
  padding-top: 10em;
}
#sec06 .container .row > p {
  color: #fff;
}

#sec07 {
  margin-top: 7px;
}
#sec07 .container {
  margin-top: -10px;
  background-color: #e8546b;
  border-bottom: solid 1px #e8546b;
  padding: 60px 0;
}
#sec07 .container .row > div > p {
  color: #fff;
}

#sec08 .container {
  background-color: #e8546b;
  border-bottom: solid 1px #e8546b;
  margin-top: -2px;
  padding: 30px 0;
}
#sec08 .container .row .recruit-detail {
  margin-top: 2em;
}
#sec08 .container .row .recruit-detail dl {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #sec08 .container .row .recruit-detail dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: solid 1px #fff;
  }
}
#sec08 .container .row .recruit-detail dl dt, #sec08 .container .row .recruit-detail dl dd {
  padding: 0.2em 0.5em;
  font-size: 1.4rem;
  font-family: "M PLUS 1p";
  text-align: left;
}
@media screen and (min-width: 768px) {
  #sec08 .container .row .recruit-detail dl dt, #sec08 .container .row .recruit-detail dl dd {
    padding-bottom: 8px;
  }
}
#sec08 .container .row .recruit-detail dl dt {
  background-color: rgba(255, 255, 255, 0.7);
  color: #e8546b;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #sec08 .container .row .recruit-detail dl dt {
    color: #fff;
    background-color: transparent;
    width: 20%;
  }
}
#sec08 .container .row .recruit-detail dl dd {
  color: #fff;
}
@media screen and (min-width: 768px) {
  #sec08 .container .row .recruit-detail dl dd {
    width: 80%;
  }
}

#sec09 .container {
  background-color: #e8546b;
  border-bottom: solid 1px #e8546b;
  margin-top: -2px;
  padding: 30px 0;
}
#sec09 .container .row .faq {
  border-radius: 1em;
  background-color: #fffccc;
  padding: 20px;
}
#sec09 .container .row .faq .accbox {
  border-radius: 0.7em;
  background-color: #fff;
  padding: 2em 0 1.5em;
  margin-bottom: 20px;
}
#sec09 .container .row .faq .accbox label {
  color: #557dd9;
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 0 2em 0.6em 4em;
  margin-bottom: 0;
  position: relative;
  width: 100%;
}
#sec09 .container .row .faq .accbox label:before {
  content: "Q";
  color: rgba(85, 125, 217, 0.4);
  display: inline-block;
  font-size: 3em;
  font-family: "Dosis";
  font-weight: bold;
  margin-top: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  top: 0;
  left: 15px;
  position: absolute;
}
#sec09 .container .row .faq .accbox .accshow {
  font-size: 1.4rem;
  border-top: dashed #eeeeee 1px;
  padding: 0 1em 0 4em;
  position: relative;
  width: 100%;
  min-height: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#sec09 .container .row .faq .accbox .accshow:before {
  content: "A";
  color: rgba(232, 84, 107, 0.4);
  display: inline-block;
  font-size: 3em;
  font-family: "Dosis";
  font-weight: bold;
  top: 0;
  left: 15px;
  position: absolute;
}
#sec09 .container .row .faq .accbox input.acco:checked + label + .accshow {
  min-height: 55px;
  padding: 1em 1em 0 4em;
}

#secForm .container {
  background-color: #e8546b;
  padding: 30px 0;
}
#secForm .container .row #formCnt {
  position: relative;
  width: calc(100% + 40px);
  margin-right: -20px;
  margin-left: -20px;
  /* p.chktxt1{
    font-size:1em;
    font-weight: bold;
    margin-bottom: 1em !important;
    display: block;
  }
  .checkLabel{
    label{
      line-height: 24px;
      height: 24px;
      margin-right: 1em;
      margin-bottom: 10px;
      display: block;
      width:100%;
      font-size:3.6vw;
    }
    .checkbox {
      display: none;
    }
    .checkbox-icon {
      position: relative;
      top: 0.35em;
      left: 0;
      display: inline-block;
      margin-right:5px;
      width: 1.5em;
      height: 1.5em;
      background: rgba(0,0,0, .1);
      border-radius: 4px;
    }
    .checkbox:checked + .checkbox-icon {
      background: $ci1;
    }
    .checkbox:checked + .checkbox-icon::before {
      content: "";
      display: block;
      position: absolute;
      top: 40%;
      left: 55%;
      width: 40%;
      height: 4px;
      border-radius: 2px;
      transform: translate(-6px, 5px) rotateZ(-135deg);
      transform-origin: 2px 2px;
      background: #FFFFFF;
    }
    .checkbox:checked + .checkbox-icon::after {
      content: "";
      display: block;
      position: absolute;
      top: 40%;
      left: 55%;
      width: 76%;
      height: 4px;
      border-radius: 2px;
      transform: translate(-6px, 5px) rotateZ(-45deg);
      transform-origin: 2px 2px;
      background: #FFFFFF;
    }

    .check p.schTxt{
      display: block;
    }
  } */
}
#secForm .container .row #formCnt .form-group:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.2);
}
#secForm .container .row #formCnt .form-group {
  width: 100%;
  padding: 20px 15px 25px;
  margin: 0 auto;
  position: relative;
  font-size: 14px;
}
#secForm .container .row #formCnt .form-group p {
  font-family: "M PLUS 1p";
  color: #fff;
}
#secForm .container .row #formCnt .form-group p label {
  color: #fff;
}
#secForm .container .row #formCnt .form-group p + p {
  margin-top: 15px;
}
#secForm .container .row #formCnt .form-group span.red {
  background: #e60012;
  padding: 4px 10px;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
#secForm .container .row #formCnt .form-group input[type=text], #secForm .container .row #formCnt .form-group input[type=tel], #secForm .container .row #formCnt .form-group input[type=email] {
  width: 90%;
}
#secForm .container .row #formCnt .form-group input, #secForm .container .row #formCnt .form-group select, #secForm .container .row #formCnt .form-group textarea {
  border-radius: 7px;
  font-family: sans-serif;
  font-size: 13px;
}
#secForm .container .row #formCnt .form-group select, #secForm .container .row #formCnt .form-group input {
  margin-top: 6px;
  display: inline-block;
}
#secForm .container .row #formCnt .form-group textarea {
  min-height: 12em;
}
#secForm .container .row #formCnt .form-group input.zip {
  width: 8em;
}
#secForm .container .row #formCnt .form-group select.pref {
  width: 50%;
}
@media screen and (min-width: 768px) {
  #secForm .container .row #formCnt .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #secForm .container .row #formCnt .form-group p:nth-child(1) {
    width: 20%;
  }
  #secForm .container .row #formCnt .form-group p:nth-child(2) {
    width: 80%;
  }
  #secForm .container .row #formCnt .form-group p + p {
    margin-top: 0;
  }
}
#secForm .container .row #formCnt .form-group.form-end {
  display: block !important;
}
#secForm .container .row #formCnt .form-group.form-end > p:nth-child(1) {
  width: 100%;
  text-align: center;
}
#secForm .container .row #formCnt label.confirm::after {
  position: absolute;
  top: 25%;
  right: 10px;
}
#secForm .container .row #formCnt label.fix::after {
  position: absolute;
  top: 25%;
  left: 10px;
}
#secForm .container .row #formCnt label.submit::after {
  position: absolute;
  top: 25%;
  right: 10px;
}
#secForm .container .row #formCnt dl#submit {
  padding: 3em 5%;
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
}
#secForm .container .row #formCnt dt {
  float: left;
}
#secForm .container .row #formCnt dd {
  float: right;
}
#secForm .container .row #formCnt button[type=submit] {
  position: relative;
  border-radius: 0.5em;
  padding: 0 2.5em 0 1.3em;
  height: 3.6em;
  min-height: 3.6em;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #555;
}
#secForm .container .row #formCnt button.btn-confirm {
  color: #fff;
  background-color: #557dd9;
  border-color: #557dd9;
  font-family: "M PLUS 1p";
}
#secForm .container .row #formCnt button.btn-fix {
  color: #fff;
  background-color: #557dd9;
  border-color: #557dd9;
  font-family: "M PLUS 1p";
}
#secForm .container .row #formCnt button.btn-submit {
  color: #fff;
  background-color: #00babf;
  border-color: #00babf;
  font-family: "M PLUS 1p";
}
#secForm .container .row #formCnt button::after {
  display: block;
  content: "";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 30%;
  right: 1em;
  width: 10px;
  height: 10px;
  margin: 0;
}
#secForm .container .row #formCnt label.fix button[type=submit] {
  padding: 0 1.3em 0 2.5em;
}
#secForm .container .row #formCnt label.fix button::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  right: 0;
  left: 1em;
}
#secForm .container .row #formCnt .formTxt {
  color: #fff;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 0 1em;
}
#secForm .container .row #formCnt .formTxt span {
  font-size: 1.4rem;
}
#secForm .container .row #formCnt .guidelines {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.5rem 1rem;
  margin-bottom: 3em;
}
#secForm .container .row #formCnt .guidelines h3 {
  font-size: 1.4em;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 15px;
}
#secForm .container .row #formCnt .guidelines ul li {
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1.2em;
}
#secForm .container .row #formCnt #sendMsg {
  padding: 6em inherit;
}
#secForm .container .row #formCnt #sendMsg h2 {
  color: #fff;
  font-size: 2em;
  margin-bottom: 2em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #secForm .container .row #formCnt #sendMsg h2 {
    text-align: center;
  }
}
#secForm .container .row #formCnt #sendMsg p {
  text-align: left;
  color: #fff;
  margin-bottom: 12em;
}
@media screen and (min-width: 768px) {
  #secForm .container .row #formCnt #sendMsg p {
    text-align: center;
  }
}

.topBtn {
  text-align: center;
  margin: 0 auto 100px;
}
.topBtn a {
  border-radius: 1.5em;
  background-color: #fc5500;
  color: #fff;
  font-size: 16px;
  height: 3em;
  line-height: 3em;
  padding: 0 20px;
  min-width: 10em;
  display: inline-block;
  margin: 0 auto;
}

@media screen and (max-width: 360px) {
  #formCnt button[type=submit] {
    font-size: 14px !important;
  }

  #formCnt button::after {
    right: 10px !important;
  }

  #formCnt .container .row .checkLabel label {
    font-size: 13px;
    white-space: nowrap;
    letter-spacing: 0;
  }
}