@charset "UTF-8";
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.inner_m {
  width: auto;
  margin: 0 5.33%;
}

.inner_p {
  width: 100%;
  padding: 0 5.33%;
}

#anchor01,
#anchor02,
#anchor03,
#anchor04,
#anchor05,
#anchor06 {
  margin-top: -65px;
  padding-top: 65px;
}

/*header*/
header {
  height: 65px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.95);
}

.header_inner {
  height: 65px;
  position: relative;
  z-index: 150;
  pointer-events: none;
}

header h1 {
  display: block;
  width: 235px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -117px;
  margin-top: -19px;
}

header h1 img {
  vertical-align: top;
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #000;
  text-align: center;
  transform: translateY(-130%);
  transition: all 0.8s;
  width: 100%;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
}

nav.globalMenuSp ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #333;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
}

nav.globalMenuSp.active {
  transform: translateY(0%);
}

.navToggle {
  display: block;
  position: absolute;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 3;
  text-align: center;
}

.navToggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 2px #313131;
  transition: 0.35s ease-in-out;
  left: 6px;
}

.navToggle span:nth-child(1) {
  top: 9px;
}

.navToggle span:nth-child(2) {
  top: 18px;
}

.navToggle span:nth-child(3) {
  top: 27px;
}

.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  transform: rotate(-45deg);
}

.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 18px;
  transform: rotate(45deg);
}

.Bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #d84363;
  z-index: 1000;
}

ul.Bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}

.Bottom li {
  width: 33%;
  padding: 2% 0;
  text-align: center;
}

.Bottom li:nth-child(2) {
  border-right: #fff 1px solid;
  border-left: #fff 1px solid;
}

.Bottom img {
  width: 5.5rem;
  margin: auto;
}

/*mv*/
.mv {
  margin-bottom: 6%;
}

/*sec01*/
.sec01 {
  background: url(../img/bg_sec01_01.jpg) no-repeat left bottom;
  background-size: 100%;
}

.sec01 .inner_m {
  padding-bottom: 4%;
  border-bottom: 1px solid #dcdcdc;
}

.sec01 .sec01_ttl {
  width: 61%;
  margin: 0 auto 4%;
}

.sec01 .sec01_catch {
  margin-bottom: 4%;
  letter-spacing: 4px;
  line-height: 1.3;
  font-size: 2.25rem;
  font-weight: normal;
  text-align: center;
  font-feature-settings: "palt";
}

.sec01 .sec01_catch .pink {
  font-size: 3.5rem;
  font-weight: normal;
}

.sec01 .bottom {
  padding-top: 7%;
  padding-bottom: 15%;
}

.sec01 .sec01_bottomCatch {
  margin-bottom: 5.5%;
}

/*sec02*/
.sec02 {
  padding: 4% 0 0;
  background: url(../img/bg_sec02_01.jpg) no-repeat left top;
  background-size: 100%;
}

.sec02 .sec02_ttl {
  width: 91.3%;
  margin: 0 auto 4%;
}

/*.sec03*/
.sec03 {
  margin-bottom: 8%;
}

/*cv*/
.cv {
  padding-bottom: 5%;
  border-bottom: 18px solid #e74367;
}

.cv_top {
  margin-bottom: 6%;
  padding: 4% 0;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  background-color: #e74367;
  letter-spacing: 1px;
}

.cv .cv_inner {
  margin-bottom: 4%;
  overflow: hidden;
  text-align: center;
}

.cv dl {
  width: 35%;
  display: inline-block;
}

.cv dl.left {
  margin-right: 4%;
}

.cv dt {
  margin-bottom: 4%;
  padding: 3% 8%;
  font-size: 1.3rem;
  font-weight: bold;
  color: #ff6699;
  text-align: center;
  background-color: #ffdbe2;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}

.cv dd a {
  color: #959595;
}

.cv .cv_btn {
  display: table;
  margin: 0 auto;
  padding: 2% 6%;
  font-size: 1.4rem;
  font-weight: bold;
  background: url(../img/bg_cvBtn01.jpg) no-repeat left top;
  background-size: cover;
  color: #fff;
  letter-spacing: 2px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-bottom: 2px solid #cccccc;
}

/*sec04*/
.sec04 {
  padding-bottom: 8%;
}

.sec04 .sec04_ttl {
  margin-bottom: 2%;
  color: #5c5c5c;
  font-weight: normal;
  text-align: center;
  line-height: 1.68;
  font-size: 2.5rem;
}

.sec04 .sec04_ttl span {
  display: inline;
  background: linear-gradient(transparent 70%, #ecf7ff 70%);
}

.sec04 .sec04_bottomTxt {
  width: 89.3%;
  display: block;
  margin: 0 auto;
  padding: 2% 4%;
  background: url(../img/bg_sec04_bottomTxt01.jpg) no-repeat left top;
  background-size: cover;
  font-size: 1.4rem;
  text-align: center;
  font-weight: normal;
  color: #fff;
  letter-spacing: 2px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

/*sec05*/
.sec05 {
  margin-bottom: 8%;
  background-color: #e74468;
}

.sec05 .sec05_ttl {
  display: block;
  padding-top: 8%;
  margin-bottom: 4%;
  text-align: center;
  line-height: 1.28;
  font-size: 2.5rem;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: normal;
}

.sec05 .sec05_listNum {
  margin-bottom: 4%;
  width: 100%;
  display: table;
}

.sec05 .sec05_listNum .num {
  display: table-cell;
  vertical-align: middle;
}

.sec05 .sec05_listNum .num span {
  display: block;
  width: 12vw;
  height: 12vw;
  line-height: 12vw;
  font-size: 1.9rem;
  background: #fff;
  color: #d5516a;
  text-align: center;
  font-weight: normal;
  border-radius: 50vw;
  -webkit-border-radius: 50vw;
  -moz-border-radius: 50vw;
}

.sec05 .sec05_listNum .txt {
  width: inherit;
  padding-left: 4%;
  color: #fff;
  font-size: 1.7rem;
  display: table-cell;
  vertical-align: middle;
}

/*sec05_01*/
.sec05 .sec05_01 {
  padding-bottom: 10%;
}

.sec05 .sec05_01 .img {
  width: 51%;
  padding-left: 1%;
  float: right;
}

.sec05 .txt {
  color: #fff;
}

.sec05 .sec05_01 .cv_btn {
  margin-top: 3%;
  padding: 2% 0;
  display: block;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #588fad;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 3px 0 #813154;
}

.sec05 .sec05_01 .cv_btn span {
  font-weight: normal;
}

/*sec05_02*/
.sec05_02 {
  padding: 8% 0;
  background-color: #d94162;
}

.sec05_02 .attendance_box {
  display: table;
  width: 100%;
  margin-top: 2%;
  border: 1px solid #fff;
}

.sec05_02 .attendance_box .left,
.sec05_02 .attendance_box .right {
  display: table-cell;
  vertical-align: middle;
}

.sec05_02 .attendance_box .left {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #d94162;
  background-color: #fff;
  white-space: nowrap;
}

.sec05_02 .attendance_box .right {
  padding: 2% 4%;
  line-height: 1.4;
  font-size: 1.3rem;
  color: #fff;
}

.sec05_02 .attendance_box .right span {
  font-size: 1.7rem;
  font-weight: bold;
}

/*sec05_03*/
.sec05_03 {
  padding: 8% 0;
}

/*sec06*/
.sec06 {
  padding: 8% 0 4%;
}

.sec06 .sec06_ttl {
  width: 61%;
  margin: 0 auto 4%;
}

.sec06 .underline_pink {
  display: inline;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ff668b 70%);
}

/*fee*/
.fee .fee_ttl,
.sec09 .reception_ttl {
  margin-bottom: 4%;
  padding: 2% 0;
  background-color: #1f1f1f;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 2px;
  font-weight: lighter;
}

.fee ul {
  overflow: hidden;
}

.fee .fee_list {
  position: relative;
  border: 3px solid #D94161;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.fee .fee_list h4 {
  margin-bottom: 2%;
  font-size: 1.2rem;
}

.fee .fee_list p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #d94162;
}

.fee .fee_list:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7vw 0 0 7vw;
  border-color: transparent transparent transparent #d94162;
  left: 0;
  bottom: 0;
}

.fee01 {
  margin-top: 7%;
  margin-bottom: 7%;
}

.fee01 .fee_list {
  width: 48%;
  padding: 6% 0;
  margin-bottom: 2%;
  text-align: center;
}

.fee01 .fee_list:nth-child(odd) {
  float: left;
}

.fee01 .fee_list:nth-child(even) {
  float: right;
}

.fee02 .fee_list {
  width: 100%;
  padding: 4% 0;
  margin-bottom: 2%;
  text-align: center;
}

/*sec08*/
.sec08 {
  padding-top: 4%;
  padding-bottom: 8%;
  background: url(../img/bg_sec08_01.jpg) no-repeat left top;
  background-size: cover;
}

.sec08 .sec01_ttl {
  margin-bottom: 2%;
}

.sec08 .inner_m {
  padding: 8% 4% 8% 5%;
  background-color: rgba(255, 255, 255, 0.8);
}

.sec08 li {
  width: 100%;
  margin-bottom: 12%;
  display: table;
}

.sec08 li:last-child {
  margin-bottom: 0;
}

.sec08 .review_list .img,
.sec08 .review_list .review_cont {
  display: table-cell;
  vertical-align: top;
}

.sec08 .review_list .img {
  width: 36%;
}

.sec08 .review_list .review_cont {
  padding-left: 3%;
  width: 64%;
}

.sec08 .review_catch {
  margin-bottom: 3%;
  font-size: 1.6rem;
  color: #ff6699;
  font-weight: bold;
}

.sec08 .review_list .txt {
  margin-bottom: 4%;
  line-height: 1.45;
  font-size: 1.1rem;
}

.sec08 .review_list .review_attendance {
  margin-bottom: 1%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #3c3839;
}

.sec08 .review_list .review_income {
  font-size: 1.3rem;
  font-weight: bold;
  color: #ff6699;
}

.sec08 .review_list .review_income span {
  font-size: 2.4rem;
}

/*sec09*/
.sec09 {
  padding-bottom: 12%;
}

.sec09 .reception_list h4 {
  padding: 3% 0;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}

.sec09 .reception_list .reception_listCont {
  padding: 4% 0;
}

.sec09 .reception_list .reception_listCont .num,
.sec09 .reception_list .reception_listCont .txt {
  color: #fff;
}

.sec09 .reception_list .num {
  margin-bottom: 2%;
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: 2px;
}

.sec09 .reception_list.top {
  margin-bottom: 4%;
}

.sec09 .reception_list.top h4 {
  background-color: #6c6543;
}

.sec09 .reception_list.top .reception_listCont {
  background-color: #a29761;
}

.sec09 .reception_list.bottom h4 {
  background-color: #4e831f;
}

.sec09 .reception_list.bottom .reception_listCont {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  padding: 16px;
  background-color: #62aa1d;
  overflow: hidden;
}

.sec09 .reception_list.bottom .left {
  flex-basis: 30%;
}

.sec09 .reception_list.bottom .right {
  margin-left: 16px;
}

.sec09 .reception_list.bottom .right .num {
  text-align: left;
}

.sec09 .reception_list .reception_listCont .txt {
  margin: 0 auto;
  line-height: 1.33;
  display: table;
  font-size: 1.2rem;
}

/*sec10*/
.sec10 {
  padding-top: 10%;
  padding-bottom: 10%;
  position: relative;
  background-color: #f1f1f1;
}

.sec10 .sec10_ttl {
  padding: 2% 8%;
  display: table;
  margin: 0 auto;
  background-color: #1f1f1f;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  position: absolute;
  top: -4vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  letter-spacing: 2px;
  font-weight: lighter;
}

.form-box {
  font-size: 1.6rem;
  display: block;
  text-align: left;
}

.label {
  margin-bottom: 3%;
}

input,
select {
  display: block;
  margin-bottom: 6%;
}

.form {
  margin: 0 auto;
}

.must {
  margin-left: 0.5em;
  color: #c93636;
  font-size: 80%;
}

.sec10 table .contact input[name=email] {
  margin-top: 2%;
}

.sec10 table .contact input[name=contact],
.sec10 table .place input[name=work],
.sec10 table .experience input[name=experience] {
  margin-left: 2%;
}

.sec10 table .contact input[name=contact]:first-child,
.sec10 table .place input[name=work]:first-child,
.sec10 table .place input[name=work]:nth-of-type(4),
.sec10 table .experience input[name=experience]:first-child {
  margin-left: 0;
}

.sec10 table .time input[name=first] {
  margin-bottom: 3%;
}

.sec10 table .time input {
  display: inline-block;
}

.sec10 table .place input[name=work] {
  margin: 3% 0;
}

.sec10 .place {
  margin-bottom: 3%;
}

.sec10 .place th {
  margin-bottom: 0;
}

.sec10 td small {
  display: block;
  line-height: 1.4;
  font-size: 80%;
  margin-bottom: 3%;
}

.sec10 input[type=submit] {
  display: table;
  width: 60%;
  margin: 20px auto;
  padding: 2% 10%;
  font-size: 1.4rem;
  font-weight: bold;
  background: url(../img/bg_cvBtn01.jpg) no-repeat left top;
  background-size: cover;
  color: #fff;
  letter-spacing: 2px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-bottom: 2px solid #cccccc;
}

.form-select {
  display: flex;
  flex-wrap: wrap;
}
.form-select .title {
  display: block;
  width: 600px;
  margin-bottom: 2%;
}
@media (max-width: 768px) {
  .form-select .title {
    width: 78.125vw;
  }
}
.form-select-check {
  display: flex;
  margin-bottom: 4%;
  margin-right: 4%;
}

.sec10 tr.time input {
  width: auto;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit] {
  -webkit-appearance: none;
}

input,
select {
  width: 100%;
  padding: 1% 2%;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

textarea {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}

input[type=radio] {
  position: relative;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  box-sizing: border-box;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-color: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 1.2rem;
  box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  cursor: pointer;
}

input[type=radio]:checked:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #CC0000;
  border-radius: 12px;
}

.thanks {
  text-align: center;
}

.thanks h1 {
  margin: 80px 0;
  font-size: 28px;
  padding: 0 20px;
  line-height: 1.4;
}

.thanks p {
  line-height: 1.6;
  margin-bottom: 60px;
  padding: 0 20px;
}

.thanks div {
  font-size: 20px;
  width: 90%;
  margin: 40px auto 100px;
  background: #658eaa;
  border-radius: 6px;
  text-align: center;
  padding: 10px 0 8px 0;
  line-height: 28px;
  letter-spacing: 1px;
  box-shadow: 0px 5px 0px #456275;
  font-weight: bold;
}

.thanks a {
  color: #fff;
}

/* footer */
footer {
  padding: 6% 0 13%;
  background-color: #e74367;
}

footer .footer_logo {
  width: 56%;
  display: block;
  margin: 0 auto 6%;
}

footer ul {
  width: 70%;
  margin: 0 auto 8%;
}

footer ul li {
  margin-bottom: 2%;
  width: 100%;
  display: table;
}

footer ul li .ttl {
  width: 21vw;
  text-align: center;
  padding: 6% 9%;
  font-size: 1.2rem;
  background-color: #fff;
  color: #e74367;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  display: block;
}

footer ul li a {
  width: 55vw;
  padding-left: 3%;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 2px;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

footer small.mincho {
  display: block;
  text-align: center;
  margin: 6% auto 0;
  font-size: 0.9rem;
  color: #fff;
}

.drawer {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  pointer-events: none;
  transition: all 0.6s;
}

.drawer.overlay {
  opacity: 1;
  pointer-events: auto;
  z-index: 5;
}

.fixed {
  overflow: hidden;
}

.hhw-banner img {
  display: block;
  width: auto;
  margin: 32px auto;
}

.link-banner {
  width: 100%;
  padding: 30px 10px;
  box-sizing: border-box;
}

.link-banner img {
  width: auto;
  max-width: 100%;
}

.text02 {
  display: none;
}

/********************************************
* Now Loading
********************************************/
#form-load {
  display: none;
}

.loader {
  margin: 0 auto;
  border: 12px solid #fafafa;
  border-radius: 50%;
  border-top: 12px solid #3498db;
  width: 100px;
  height: 100px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.load1 {
  animation: sk-scaleout 1s infinite ease-in-out;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 201;
  text-align: center;
  background-color: #b1b1b1;
  color: #ffffff;
  opacity: 0.8;
  width: 800px;
}

.load1 p {
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}

/**/