@charset "utf-8";
/* CSS Document */

body {
    font-family: Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, "Noto Sans Japanese", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    /*font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;*/
    /*font-family: "Noto Serif Japanese", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", メイリオ, Meiryo, serif;*/
    padding: 0px;
	margin: 0px;
}
* {
	padding: 0px;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
}
img {
	border:none;
	width:100%;
}
a {
    text-decoration: none;
}
ul {
    list-style: none;
}
.mt10 {
    margin-top: 10px;
}
/*
**********************************************************************/
article {
    width: 100%;
}
.hidden {
    overflow: hidden;
}
h1 {
    background: #ef319b;
    color: #FFF;
    text-align: center;
    font-size: 3.5vw;
    font-weight: normal;
    padding: 5px 0;
}
.white {
    background: #FFF;
    position: relative;
}
.inner {
    width: 94%;
    margin: 0 auto;
}
.spacer {
    padding: 20px 0;
}
.spacer02 {
    padding: 20px 0 0 0;
}
/* main
**********************************************************************/
.main_img {
    /*padding-top: 20px;*/
    position: relative;
    height: 83vh;
}
.main_bg {
    background: url("../images/main_bg.jpg");
    /*position: relative;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-size: cover;
    text-align: center;
    /*padding-bottom: calc(100%/(750*1000));*/
    /*padding-top: calc(1103 / 750 * 100%);*/ /*(画像縦サイズ / 画像横サイズ * 100%)*/
    height: 90vh;
}
.parts01 {
    position: absolute;
    /*position: fixed;*/
    /*top: 220px;*/
    /*top: 37vh;*/
    top: 31vh;
    left: 12%;
    width: 80%;
}
.parts02 {
    position: absolute;
    /*position: fixed;*/
    /*top: 360px;*/
    /*top: 58vh;*/
    top: 52vh;
    left: 7.5%;
    width: 85%;
}
.parts03 {
    position: absolute;
    top: 38px;
    right: 3%;
    width: 33%;
}
/*.parts04 {
    position: absolute;
    bottom: 0vh;
    right: 38.5%;
    width: 25%;
}*/
.parts04 {
    position: absolute;
    /*top: -44px;*/
    top: -45px;
    right: 38%;
    width: 24%;
    z-index: 11;
}
/*
*********************************************************************/
h2 {
    background:linear-gradient(#e4017f, #ff62a8);
    text-align: center;
    font-size: 5vw;
    font-weight: bold;
    color: #fff100;
    padding: 12px 0;
}
.flex_area {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 15px auto;
}
.btn01 {
    display: block;
    width: 48.5%;
    border-radius: 7px;
    text-align: center;
    color: #FFF;
    font-size: 4.5vw;
    font-weight: bold;
    padding: 10px 0;
}
.bgColor01 {
    background: #009e96;
}
.bgColor02 {
    background: #f39800;
}
h3.ttl {
    text-align: center;
    font-size: 4vw;
}
h3.ttl:before {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 14px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
    background-image: url(../images/ttl_item.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -3px;
}
h3.ttl:after {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 14px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
    background-image: url(../images/ttl_item02.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -3px;
}
h4.ttl02 {
    text-align: center;
    font-size: 5.6vw;
    font-weight: bold;
    color: #ee319a;
    padding-bottom: 10px;
    letter-spacing: -0.06rem;
    line-height: 1.5;
}
.txt {
    text-align: center;
    font-size: 3.8vw;
    line-height: 1.8;
}
.txt span {
    color: #ee319a;
}
.frame {
    text-align: left;
    font-size: 11vw;
    font-weight: bold;
    border-radius: 5px;
    width: 70%;
    margin: 0 auto 15px auto;
    padding: 5px 0 5px 25px;
}
.frameColor01 {
    color: #00a1e9;
    border: 3px solid #00a1e9;
}
.frameColor02 {
    color: #f39801;
    border: 3px solid #f39801;
}
.frame .small {
    font-size: 6vw;
    padding-left: 2px;
}
.frame .small02 {
    font-size: 6.9vw;
    padding-left: 2px;
}
.maru {
    display: inline-block;
    background: #00a1e9;
    width: 36px;
    height: 36px;
    line-height: 37px;
    border-radius: 50%;
    color: #FFF;
    font-size: 3.3vw;
    text-align: center;
    vertical-align: middle;
    margin-right: 5px;
}
.maru02 {
    display: inline-block;
    background: #f39801;
    width: 36px;
    height: 36px;
    line-height: 37px;
    border-radius: 50%;
    color: #FFF;
    font-size: 3.3vw;
    text-align: center;
    vertical-align: middle;
    margin-right: 5px;
}
.lady_box {
    display: flex;
    justify-content: space-between;
    position: relative;
    border: 3px solid #c9c9c9;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 8px 2% 2px 2%;
}
.lady_box figure {
    width: 30%;
}
.lady_box .icon01 {
    position: absolute;
    top: -19px;
    right: -11px;
    width: 18%;
}
.detail_area {
    width: 68.5%;
}
.detail_area .name {
    font-size: 5vw;
    font-weight: bold;
}
.detail_area .name span {
    font-size: 3.2vw;
    font-weight: normal;
    padding-left: 5px;
}
.inner_flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.l_flex {
    width: 39%;
}
.lady_icon {
    text-align: center;
    color: #FFF;
    font-size: 3.8vw;
    background: #f154af;
    padding: 3px 0;
    margin-bottom: 5px;
    border-radius: 3px;
}
.lady_icon02 {
    text-align: center;
    color: #FFF;
    font-size: 3.8vw;
    background: #00a0ea;
    padding: 3px 0;
    border-radius: 3px;
}
.r_flex {
    width: 59%;
}
.salary {
    position: relative;
    text-align: left;
}
.salary span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 0.5em;
    padding: 0 0.5em;
    background-color: #fff;
    text-align: left;
    color: #f49900;
    font-size: 3.5vw;
    font-weight: bold;
}
.salary::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #f49900;
}
.price {
    font-size: 4.5vw;
    font-weight: bold;
    color: #f49900;
}
.price span {
    font-size: 12vw;
    padding: 0 2px 0 0;
}

/*
***************************************************/
.dots_box {
    background: url("../images/bg_dots.jpg") repeat;
    border: 2px solid #fd3e86;
    box-sizing: border-box;
    padding: 20px 5%;
    margin: 20px auto;
}
h3.ttl03 {
    text-align: center;
    font-size: 3.7vw;
}
.txt02 {
    text-align: left;
    font-size: 4vw;
    line-height: 1.8;
}
.bg_pink {
    position: relative;
    background: #ffeaf7;
    border-radius: 7px;
    padding: 25px 4%;
    margin-top: 50px;
}
.pink_box {
    background: #f2349f;
    text-align: center;
    color: #FFF;
    font-size: 4.5vw;
    font-weight: bold;
    padding: 10px 0;
    border-radius: 7px;
    margin-bottom: 10px;
}
.pink_box:nth-of-type(3) {
    margin-bottom: 0;
    height: 45px;
    padding-top: 27px;
}
.icon02 {
    position: absolute;
    top: -65px;
    right: -25px;
    width: 33%;
}
.bg_yellow {
    background: #fff79a;
    border-radius: 7px;
    padding: 20px 4%;
    margin-bottom: 10px;
}
.pink_txt {
    color: #ee319a;
    text-align: center;
    font-size: 4.8vw;
    font-weight: bold;
    padding-top: 10px;
}
.pink_price {
    color: #ee319a;
    text-align: center;
    font-size: 6.5vw;
    font-weight: bold;
}
.pink_price span {
    font-size: 20vw;
    padding: 0 5px;
}
.bg_white {
    background: #fff;
    border-radius: 7px;
    padding: 15px 4%;
    margin-bottom: 10px;
}
.bg_white:first-of-type {
    margin-top: 15px;
}
.ttl04 {
    text-align: center;
    font-size: 6.5vw;
    font-weight: bold;
    color: #ee319a;
    margin-bottom: 10px;
}
.blue_txt {
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
    color: #00a0ea;
}
.center_img {
    display: block;
    width: 70%;
    margin: 20px auto;
}
/*
*****************************************************/
.shadow_box {
    padding: 20px 4% 30px 4%;
    box-shadow: 0 0 6px #999;
    margin-bottom: 20px;
}
.shadow_box:first-of-type {
    margin-top: 20px;
}
.step_icon {
    width: 15%;
    margin: 0 auto;
}
.step_img {
    width: 35%;
    margin: 15px auto 10px auto;
}
.txt03 {
    text-align: center;
    font-size: 3.4vw;
    line-height: 1.9;
}
/*
*****************************************************/
.bg_grid {
    background: url("../images/bg_grid.jpg") repeat;
}
.flex_faq {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.flex_faq02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.flex_faq .icon,
.flex_faq02 .icon {
    width: 15%;
}
.balloon {
    position: relative;
    display: inline-block;
    margin: 1em 0 1em 15px;
    padding: 7px 10px;
    width: 78%;
    color: #ec319a;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #ec319a;
    border-radius: 3px;
    box-sizing: border-box;
}
.balloon:before {
    content: "";
    position: absolute;
    top: 58%;
    left: -24px;
    margin-top: -12px;
    border: 6px solid transparent;
    border-right: 19px solid #FFF;
    z-index: 2;
}
.balloon:after {
    content: "";
    position: absolute;
    top: 58%;
    left: -33px;
    margin-top: -14px;
    border: 8px solid transparent;
    border-right: 24px solid #ec319a;
    z-index: 1;
}
.balloon p {
    margin: 0;
    padding: 0;
    font-size: 5vw;
    font-weight: bold;
}
.balloon02 {
    position: relative;
    display: inline-block;
    margin: 0.1em 0 0.1em 15px;
    padding: 7px 10px;
    width: 78%;
    color: #333;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #00abf2;
    border-radius: 3px;
    box-sizing: border-box;
}
.balloon02:before {
    content: "";
    position: absolute;
    top: 30px;
    left: -24px;
    margin-top: -12px;
    border: 6px solid transparent;
    border-right: 19px solid #FFF;
    z-index: 2;
}
.balloon02:after {
    content: "";
    position: absolute;
    top: 30px;
    left: -33px;
    margin-top: -14px;
    border: 8px solid transparent;
    border-right: 24px solid #00abf2;
    z-index: 1;
}
.balloon02 p {
    margin: 0;
    padding: 0;
    font-size: 3.5vw;
    font-weight: bold;
}
/*
**********************************************************/
.border_box {
    border: 2px solid #ec319a;
    box-sizing: border-box;
    padding: 25px 12%;
}
/*　form
**********************************************************/
.bg_pink02 {
    background: #fff8fc;
}
form {
    padding: 25px 0;
}
.form_area {}
.form_area dt {
    padding-bottom: 3px;
}
.form_area dd {
    padding-bottom: 13px;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
    padding: 8px 5px 8px 8px;
    width: 93%;
    font-size: 16px;
    background: #fff;
    -webkit-appearance : none;
    border: 1px solid #f1f1f1;
}
button {
    -webkit-appearance : none;
    width: 100%;
    background: #00a1e9;
    text-align: center;
    color: #FFF;
    font-size: 5vw;
    border: none;
    margin-top: 10px;
    padding: 15px 0;
    border-radius: 40px;
}
.gray_btn {
    -webkit-appearance : none;
    width: 100%;
    background: #ccc;
    text-align: center;
    color: #666;
    font-size: 5vw;
    font-weight: bold;
    border: none;
    margin-top: 10px;
    padding: 10px 0;
    border-radius: 40px;
}
textarea {
    width: 93%;
    height: 150px;
    background: #fff;
    border: 1px solid #f1f1f1;
    font-size: 16px;
    padding: 8px 5px 8px 8px;
}
.hissu {
    background: #ec319a;
    color: #FFF;
    font-size: 3.5vw;
    padding: 1px 4px;
    border-radius: 4px;
    margin-left: 10px;
}
.recaptcha_policy {
  color: #999;
  padding-top: 5px;
  text-align: center;
}
.recaptcha_policy a:link, a:visited, a:hover, a:active {
  color: #00f;
}
/* footer
*******************************************************/
footer {
    background: #ee319a;
    padding: 35px 0 80px 0;
}
.f_logo {
    display: block;
    width: 50%;
    margin: 0 auto;
    padding-bottom: 25px;
}
footer small {
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 3.5vw;
}
/* フローティング
**************************************************/
.floating {
    position: fixed;
    left: 3px;
    bottom: 65px;
    display: none;
    width: 60px;
    z-index: 10;
}
/* footerFixed 
***************************************/
.footer_fixed {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 10;
    display: none;
}
.flex_foot {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    /*align-items: center;
    height: 70px;*/
}
.flex_foot li {
    width: 25%;
    border-right: 2px solid #FFF;
    box-sizing: border-box;
}
.flex_foot li:nth-child(-n+2) {
    background: -moz-linear-gradient(top, #e5007f, #ff63aa);
    background: -webkit-linear-gradient(top, #e5007f, #ff63aa);
    background: linear-gradient(to bottom, #e5007f, #ff63aa);
}
.flex_foot li:nth-child(3) {
    background: -moz-linear-gradient(top, #074993, #01a3d4);
    background: -webkit-linear-gradient(top, #074993, #01a3d4);
    background: linear-gradient(to bottom, #074993, #01a3d4);
}
.flex_foot li:last-child {
    background: -moz-linear-gradient(top, #109603, #15cc02);
    background: -webkit-linear-gradient(top, #109603, #15cc02);
    background: linear-gradient(to bottom, #109603, #15cc02);
    border-right: none;
}
.flex_foot li a {
    display: block;
    color: #fff;
}
.flex_foot li .img {
    width: 25%;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
}
.flex_foot li .img2 {
    width: 30%;
    margin: 0 auto;
    padding-top: 17.5px;
    text-align: center;
}
.flex_foot li .img3 {
    width: 46%;
    margin: 0 auto;
    padding-top: 17px;
    text-align: center;
}
.flex_foot li .text {
    text-align: center;
    font-size: 4.5vw;
    font-weight: bold;
}
.flex_foot li .text02 {
    text-align: center;
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 1.3;
    padding-top: 18px;
}
/* effect
**************************************************************/
.reflection-img{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
} 
.reflection {
    height: 100%;
    width: 45px;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflection 2.5s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2.5s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2.5s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2.5s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 2.5s ease-in-out infinite;
}
 
@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}
/* Thanksモーダル
**************************************************/
#thanks {
    z-index: 30;
}
.inner_thanks {
    padding: 50px 30px 0 30px;
}
.inner_thanks p {
    text-align: center;
    font-size: 6vw;
    padding-bottom: 15px;
}
.inner_thanks .inner_thanks02 {
    text-align: left;
    font-size: 4.5vw;
    padding-bottom: 15px;
}
.inner_thanks .txt {
    text-align: left;
    font-size: 4.5vw;
}
.closeBtn {
    border: 2px solid #FFF;
    border-radius: 5px;
    text-align: center;
    padding: 8px 0;
    font-size: 4.2vw;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 10px;
}
.changed {
    display: none;
}