@charset "utf-8";

/* =======================================

	BASE

======================================= */
html{
	font-size: 62.5%;
}
body {
	width: 100%;
	font-family :"Poppins","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-size: 1.6rem;
	color: #1a1a1a;
	line-height: 1.6;
	-webkit-text-size-adjust: none;
}
/* リンク */
a:link {color: #FFF;}
a:visited {color: #FFF;}
a:hover, a:active, a:focus {color: #d8d8d8;}
a{-webkit-tap-highlight-color:rgba(0,0,0,0);}
/* 画像 */
img{width: 100%; max-width:750px;}

/* =======================================

	LAYOUT

======================================= */
.l-header{}
.l-contact{
	width: 96%;
	margin: 5% auto 0;
}
.l-section{
	margin: 10% 0 0;
}
.l-block{
	width: 96%;
	margin: 5% auto 0;
}
.l-footer {
    text-align: center;
    background-color: #ffffff;
}

/* =======================================

	MODULE

======================================= */

/*==== タイトル ====*/
h1{
	background-color: #000;
	color: #FFF;
	font-size: 1.2rem;
	text-align: center;
}
h2{margin: 0 0 4%;}
h3{margin: 10% auto 2%;}
h4{
	font-size: 2.1rem;
    font-weight: bold;
}
/*==== テキスト ====*/
.txt-01{
	font-size: 1.6rem;
	width: 90%;
    margin: 0 auto;
    text-align: left;
}
.txt-02{
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: center;
}
.txt-03{
	font-size: 2.1rem;
	line-height: 1.5;
	text-align: center;
}
.txt-03{
	font-size: 2.1rem;
	line-height: 1.5;
	text-align: center;
}
.underline{border-bottom: dotted 3px orange;}
.font-bold{font-weight: bold;}
.font-color_pk{color: #ff009c;}

/*==== 影 ====*/
.shadow{box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);}

/* =======================================

	CONTENTS

======================================= */
/*=========== 背景 ===========*/
#wrapper {
    background-image: url(../images/bg_dot.png);
    padding-bottom: 60px;
}
/*=========== ヘッダー ===========*/
.job-type{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
}
.job-type li{
	width: 20%;
}
/*=========== ポイント① ===========*/
/*=========== ポイント② ===========*/
/*=========== ポイント③ ===========*/
/*=========== ポイント④ ===========*/
.measures{}
.measures li{text-align: center;}
.measures li > img{
	width: 32%;
	margin: 8px 0;
}
.measures li h4 {
    margin-bottom: 7px;
}
.measures li p {
    margin-bottom: 21px;
}
/*=========== ポイント⑤ ===========*/
.catchcopy {
	margin:10px 0 15px 0; 
}
.treatment{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap:wrap;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	width: 96%;
    margin: 0 auto 18px;
}
.treatment li{
	width: 32.5%;
	line-height: 1.2;
	text-align: center;
	background-color: #fffaba;
	color: #ff8a00;
	font-size: 1.4rem;
	margin: 0.5% 0;
	padding: 3% 1%;
}
.treatment li span{
	display: block;
	position: relative;
	top: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*=========== 入店までの流れ ===========*/
#cl-step ul li > img {
    padding: 15px 0 4px;
}
.flex_step {
    display: flex;
    color: #00b0ff;
    width: 90%;
    margin: 0 auto 8px;
    -webkit-align-items: center;
    align-items: center;
}
.flex_step img {
    width: 17%;
    height: 17%;
    margin-right: 8px;
}
.txt-orange {
    color: #f39700;
    border: 2px solid #f39700;
    padding: 6px 6px;
    width: 90%;
    margin: 6px auto 0;
    font-size: 15px;
}
/*=========== 先輩の声 ===========*/
#cl-voice {
    background-image: url(../images/voice_bg.png);
    background-repeat: no-repeat;
    padding: 23px 0;
}
.voice_inner {
    width: 92%;
    margin: 0 auto;
    padding: 18px;
    background-color: #ffffff;
}
.voice_inner p {
    width: 100%;
    padding: 12px 0;
}
/*=========== フッター ===========*/
.l-footer hr {
    height: 8px;
    background: linear-gradient(-63deg,transparent 42%,#333 46%, #333 78%,transparent 50%);
    background-size: 16px 24px;
    border: none;
}
footer.l-footer p {
    padding: 7% 36% 10%;
}
.l-footer img {
    width: 100%;
}
/* コピーライト */
footer.l-footer address {
    background-color: #000000;
    color: #ffffff;
    font-size: 11px;
    padding: 5px 0;
}
/* =======================================

	FORM

======================================= */
.form_inner {
    width: 92%;
    margin: 27px auto;
    padding: 15px;
    background-color: #ffffff;
}
.form_inner h2 {
    width: 60%;
    margin: 20px auto;
}
.form_inner h2+p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
}
.form_inner dt {
    width: 100%;
    font-size: 3.6vw;
    color: #000000;
    margin-bottom: 2px;
    font-weight: bold;
    letter-spacing: 1px;
}
.form_inner dt span {
    display: inline-block;
    background-color: #ff009c;
    border-radius: 3px;
    color: #ffffff;
    font-size: 10px;
    padding: 0 4px 0 7px;
    letter-spacing: 5px;
    margin: -1px 0 0 5px;
}
.form_inner dd {
    padding-bottom: 12px;
    font-size: 15px;
    color: #000000;
}
input[type="text"] ,
input[type="number"],
input[type="tel"],
input[type="email"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 9px 0 10px 10px;
    border-radius: 3px;
    font-size: 4vw;
    border: 1px solid #d2d2d3;
    font-size: 17px;
    background-color: #eeeeee;
}
input#age {
    width: 30%;
}
textarea {
    width: 100%;
    height: 150px;
    border-radius: 3px;
    padding: 9px 0 10px 10px;
    font-size: 4vw;
    border: 1px solid #d2d2d3;
    font-size: 17px;
    line-height: 1.3;
    background-color: #eeeeee;
}
input::placeholder,
textarea::placeholder {
  color: #dddddd;
}
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: none;    
    display: inline-block;
	  padding: 0.5em 1em;
	  text-decoration: none;
	  background: #ff009c;/*ボタン色*/
	  color: #FFF;
	  border-bottom: solid 4px #9e0061;
	  border-radius: 3px;
	  font-size:18px;
}
.gray_btn {
    -webkit-appearance : none;
    width: 100%;
    background: #ccc;
    text-align: center;
    color: #999;
    font-size: 5vw;
    font-weight: bold;
    border: none;
    margin-top: 10px;
    padding: 15px 0;
    border-radius: 40px;
}
.recaptcha_policy {
  color: #999;
  padding-top: 5px;
}
.recaptcha_policy a:link, a:visited, a:hover, a:active {
  color: #00f;
}
/*=========== モーダル ===========*/
#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;
}
/* =======================================

	固定メニュー

======================================= */
.pagetop {
    position: fixed;
    right: 3px;
    bottom: 65px;
    width: 60px;
    z-index: 10;
}
.footer_fixed {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 10;
}
.flex_foot {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background-color: #ffffff;
}
.flex_foot li {
    width: 20.8%;
    text-align: center;
}
.flex_foot li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    line-height: 1.3;
}
.flex_foot li a img {
    width: 47%;
    vertical-align: middle;
}
.foot_tel,
.foot_mail {
    background-color: #00a0e9;
}
.foot_line {
    background-color: #0ecb2d;
}
.foot_form {
    background-color: #ff029d;
    width: 36% !important;
}

.d_none {
    display: none !important;
}


