@charset "utf-8";
/* CSS Document */

body {
    position: relative;
    left: 0;
    overflow-x: hidden;
}
#slide_menu{
    position: fixed;
    top: 0;
    left: -500px;
    width: 500px;
    height: 100%;
    background: #fad0e3;
}
#slide_menu li{
	padding:20px;
	font-size:34px;
	line-height:1.5em;
	text-align:left;
	border-bottom:solid 1px #573731;
	color:#573731;
	font-weight:bold;
}

/* -----------------
	共通項目
---------------- */

.pc-only{
	display: none;
}


.wrapper{
	width:640px;
	margin:0 auto;
	font-family:"Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
header{
	padding:15px 15px;
	position:relative;
	text-align:center;
	height:90px;
	border-bottom:solid 1px #d6d6d6;
}
header h1{
	margin-top:20px;
}
header .button-toggle{
	width: 65px;
	position: absolute;
	left: 21px;
	top: 29px;
}
header .tel{
	background: url(../images/tel_ico.png) no-repeat 0 center;
	/*width: 160px;*/
	padding-left:35px;
	position: absolute;
	color: #573731;
	font-weight: bold;
	font-family : Arial,'ＭＳ Ｐゴシック',sans-serif;
	right: 15px;
	top: 10px;
	font-size: 23px;
	text-align:left;
}
header .info {
	position: absolute;
	left: 493px;
	top: 47px;
	width: 145px;
}
header .info li{
	float:left;
	margin-right:10px;
}
.middle_bn{
	overflow:hidden;
	margin:30px auto;
	width:600px;
}
.middle_bn li{
	float:left;
}
.middle_bn li:first-child{
	margin-right:20px;
}
.contact_area{
	background:#fffae8;
	border-top:solid 1px #573731;
	border-bottom:solid 1px #573731;
	padding:30px 0;
	text-align:center;
}
.contact_area h4{
	color:#573731;
	font-weight:bold;
	font-size:36px;
	line-height:1.5em;
}

footer .foot_menu {
	border-top: solid 1px #e61874;
}
footer .foot_menu li{
	background:url(../images/triangle_ico_pk.png) no-repeat 600px center;
	border-bottom: solid 1px #e61874;
	padding:20px;
	font-size:28px;
}
footer .copy{
	background:#e61874;
	color:#fff;
	text-align:center;
	font-size:28px;
	padding:30px 0 250px 0;
}
.ttl{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	color:#e61874;
	padding:45px 0 45px 0;
	line-height:1.2em;
}
.contact .ttl span{
	font-size:28px;
    display: block;
	color:#e61874;
}

/* 下固定　ボタン */
.btm_nav h3{
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	margin-bottom:20px;
	font-size:26px;
}
.btm_nav{
	background-color: rgba(80,80,80,0.8);
	padding:20px;
	position:fixed;
	bottom:0px;
	width:100%;
	overflow:hidden;
}
.btm_nav li{
	margin-right:2%;
	float:left;
	width:30%;
}
.btm_nav li img{
	width:100%;
}

.btm_nav li:last-child{
	margin-right:0px;
}
.btm_nav small{
	color:#fff;
	font-size:20px;
}

/* ----------------
	 index.html
------------------- */
.what_list{
	background:#e61874;
	padding:30px 20px;
}
.what_list h3{
	color:#fff;
	text-align:center;
	font-size:36px;
	margin:10px 0 30px 0;
	font-weight:bold;
}
.what_list li{
	background:url(../images/triangle_ico_pk.png) no-repeat 560px center #fff;
	padding:20px;
	margin:10px 0;
	color:#e61874;
	font-weight:bold;
	font-size:32px;
}
.different_list{
	background:#573731;
	padding:30px 20px;
}
.different_list h3{
	color:#fff;
	text-align:center;
	font-size:36px;
	margin:10px 0 30px 0;
	font-weight:bold;
}
.different_list li{
	background:url(../images/triangle_ico_bn.png) no-repeat 560px center #fff;
	padding:20px;
	margin:10px 0;
	color:#573731;
	font-weight:bold;
	font-size:32px;
}
.what_ttl{
	background:#e61874;
	color:#fff;
	text-align:center;
	font-size:36px;
	font-weight:bold;
	padding:40px 0;
}
.what_answer{
	padding:0 20px 20px 20px;
	font-size:28px;
	line-height:1.8em;
}
.what_answer dt{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	color:#e61874;
}
.merit01 {
	border-top: dotted 1px #e61874;
	border-bottom: dotted 1px #e61874;
	overflow:hidden;
	width:600px;
	margin:0 auto;
	padding:10px 0 ;
}
.merit {
	border-bottom: dotted 1px #e61874;
	overflow:hidden;
	width:600px;
	margin:0 auto;
	padding:10px 0;
}
.merit01 dt,.merit dt{
	float:left;
	margin-right:20px;
}
.merit01 dd{
	float:left;
	font-size:44px;
	color:#573731;
	font-weight:bold;
	padding:40px 0 0 0;
	line-height:1.2em;
}
.merit dd{
	float:left;
	font-size:44px;
	color:#573731;
	font-weight:bold;
	padding:10px 0 0 0;
	line-height:1.2em;
}
.diffrent_area{
	background:#fffeb6;
	padding:20px;
	margin:30px 0;
}
.diffrent_area h4{
	text-align:center;
	margin:0 0 30px 0;
}
.different_ttl{
	background:#573731;
	padding:20px;
	font-size:36px;
	font-weight:bold;
	color:#fff;
	line-height:1.8em;
	text-align:center;
}
.different_ttl span{
	background:#e61874;
	display:block;
	color:#fff;
	font-size:33px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	width:250px;
	margin:0 auto;
}

.diffrent_area dl{
	border:solid 2px #573731;
	background:#fff;
	margin:0 0 30px 0;
}
.diffrent_area dt{
	color:#e61874;
	font-size:36px;
	text-align:center;
	font-weight:bold;
	line-height:1.3em;
}
.diffrent_area .pd0{
	padding:0;
}
.diffrent_area dd{
	font-size:28px;
	padding:20px;
	line-height:1.8em;
}
.diffrent_area .area_bar{
	background:#573731;
	color:#fff;
	margin-bottom:20px;
	text-align:center;
}
.diffrent_area .ph{
	float:left;
}
.diffrent_area .area_detail{
	border:none;
	overflow:hidden;
	margin:0;
}
.diffrent_area .area_detail dt{
	color:#323232;
	text-align:left;
	padding-left:20px;
}

.diffrent_area .area_detail dt span{
	background:#ea4690;
	color:#fff;
	padding:0 10px;
	margin-right:10px;
}
.diffrent_area .more_btn{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background:#e61874;
	color:#fff;
	font-weight:bold;
	padding:10px 0;
	text-align:center;
}

/* ----------------
	 faq
------------------- */
.faq .faq_list{
	padding:20px;
	width:560px;
	overflow:hidden;
	margin:0 auto 30px auto;
	border-bottom:dotted 1px #573731;
}
.faq .faq_list dt{
	background:url(../images/faq/q_ico.png) no-repeat 0 0;
	height:75px;
	margin-bottom:20px;
	padding:30px 0 0 90px;
	font-size:28px;
	font-weight:bold;
}
.faq .faq_list dd{
	background:url(../images/faq/a_ico.png) no-repeat 0 0;
	padding-left:90px;
	font-size:28px;
	line-height:1.8em;
}

/* ----------------
	 office
------------------- */

.office_detail{
	padding:20px;
	font-size:28px;
}
.office_detail dt{
	font-weight:bold;
	margin-bottom:10px;
}
.office_detail dt span{
	background:#ea4690;
	color:#fff;
	padding: 5px 10px;
	font-weight:bold;
	margin-right:10px;
	line-height:1.8em;
}
.office_detail dd{
	line-height:1.8em;
}
.office_table {
	background: #f5efed;
	font-size:28px;
	border-top: 1px solid #573731;
	border-bottom: 1px solid #573731;
	border-top: none;
	width: 600px;
	margin:0 auto 40px auto;
	display: flex;
	flex-wrap: wrap;
}
.office_table dt{
   border-top: 1px solid #333;
	width: 23%;
	padding:2% 3%;
	text-align: center;
	line-height:1.5em;
}
.office_table dd{
   background: #fff;
	border-top: 1px solid #333;
	padding:2% 3%;
	line-height:1.5em;
	width: 65%;
}
.office .point_bar{
	background:#573731;
	color:#fff;
	text-align:center;
	padding:20px 0;
	margin:0 20px;
	font-size:28px;
}
.point_box{
	box-shadow:0px 0px 6px 3px #f3f3f3;
	-moz-box-shadow:0px 0px 6px 3px #f3f3f3;
	-webkit-box-shadow:0px 0px 6px 3px #f3f3f3;
	width:560px;
	margin:30px auto 0 auto;
	padding:20px;
	overflow:hidden;
	font-size:28px;
}
.point_box p{
	width:216px;
	float:left;
	margin:0 20px 0 0;
}
.point_box dl{
	float:left;
	width:324px;
	line-height:1.5em;
}
.point_box dt{
	font-weight:bold;
}


/* ----------------
	 experience
------------------- */
.experience .txt{
	line-height:1.5em;
	font-size:28px;
	margin:20px;
}
.taiken_point{
	margin:20px;
}
.taiken_point dl{
	margin-bottom:30px;
}
.taiken_point dt{
	color:#fff;
	background:#e61874;
	padding:20px;
	margin:0 0 20px 0;
	font-size:28px;
	font-weight:bold;
}
.taiken_point dd{
	font-size:28px;
	margin:20px 0 0 0;
	line-height:1.5em;
}
.taiken_point dd .pink{
	color:#e61874;
	font-weight:bold;
}
.red{
	color:#ff0000;
	font-weight:bold;
}
.taiken_point dd span{
	font-weight:bold;
}


/* ----------------
	 contact
------------------- */
.contact .info_btn{
	overflow:hidden;
	width:590px;
	margin:0 auto;
    text-align: center;
}
.contact .inner2 h4{
	margin:10px 20px 0px 20px;
	font-size:20px;
    text-align: center;
}

.contact .info_btn li{
	display: inline-block;
    font-size: 0;
}
.contact .info_btn li:first-child{
    margin-right: 5px;
}
.contact h3{
	font-size:24px;
	font-weight:bold;
    text-align: center;
	margin:60px 20px 5px 20px;
}
.contact dl{
	padding:35px 35px;
}
.contact dl:first-child{
    margin-top: 30px;
}
.contact .bg{
	background:#fbfbfb;
}
.contact dt{
	font-size:24px;
	margin-bottom:8px;
}
.contact dd{
	font-size:24px;
}
.contact dd span{
	font-size:14px;
	line-height: 1.5em;
	padding: 10px 0 0 0;
	display: block;
}
.contact .attend_gmail{
	margin:20px 0;
	display:block;
	line-height:1.5em;
}
.contact input,
.contact textarea{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:20px 3%;
	font-size:30px;
    width: 94%;
	border:solid 1px #d0d0d0;
}
select{
    width: 20%;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:10px;
	font-size:24px;
	border:solid 1px #d0d0d0;
}
.contact .btn{
	width:600px;
	margin:0 auto;
}
.send_btn{
	background:#e61874;
	color:#fff;
	width:90% !important;
	font-weight:bold;
	font-size:38px !important;
	cursor:pointer;
	padding:15px 0 !important;
	margin:0px auto 90px auto;
	border:solid 1px #e61874 !important;
    display: block;
}
.back_btn{
	background:#919191;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	border:solid 1px #919191 !important;
}
.contact_btn{
	background:#e61874;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	border:solid 1px #e61874 !important;
}
.contact_area .inner2 h4{
	margin:0px 20px 0px 20px;
	font-size:28px;
    font-weight: bold;
    text-align: center;
}
.mynumber{
    border: solid 15px #fbfbfb;
    width: 80%;
    margin: 20px auto  20px auto;
    padding: 4%;
}
.thanks_box h4{
	margin: 15px 0 50px 0 !important;
	display: block;
}
.thanks_box p{
	max-width: 600px;
	margin: 0px auto 100px auto;
	font-size: 22px;
	line-height: 1.5em;
}
.thanks_box p span{
	color: #ff0000;
}
.thanks_box .attention{
	border:solid 5px  #ff0000;
	padding: 20px 5%;
	color: #ff0000;
	max-width: 600px;
	width: 82%;
	margin: 0px auto 150px auto;
	font-size: 24px;
	line-height: 1.5em;
}

.mynumber h3{
    text-align: left;
    margin: 0;
}
.mynumber h4{
    text-align: left !important;
    margin: 2% 0 !important;
    padding: 0 0 0 12%;
    color: #ff0000;
    font-weight: bold;
    line-height: 1.2rem;
    background: url("../images/contact/icon_att.png") no-repeat 0 0;
}
.mynumber p{
    font-size: 0.9rem;
}
.flow{
    background: #fff5fa;
    border-top: solid 1px #573731;
    border-bottom: solid 1px #573731;
    text-align: center;
}
.flow {
    padding: 80px 0;
    text-align: center;
}
.flow h3{
    font-size: 32px;
    color: #e61874;
    margin: 0px 0 40px 0;
}
.flow h4{
    color: #dc0029;
    font-size: 30px;
    margin: 40px 0 15px 0;
    font-weight: bold;
    line-height: 1.2em;
}
.flow h4 span{
    color: #dc0029;
    font-size: 30px;
    background: url("../images/contact/underline.gif") repeat-x 0 bottom;
    padding: 0 5px;
}
.flow h5{
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5em;
}
a.flow_link{
    text-decoration: underline;
    text-align: right;
    display: block;
    padding-right: 5%;
    margin-top: 5px;
    font-size: 16px;
}
a.flow_link:before{
    content: "■";
}
.btn_open{
    font-weight: normal !important;
    font-size: 24px !important;
    color: #222222 !important; 
    margin: 10px 0 !important;
    text-decoration: underline;
}
.btn_close{
    border: solid 3px #fff;
    width: 70%;
    margin: 30px auto;
    padding: 18px 0;
    color: #fff;
    text-align: center;
    font-size: 25px;
    display: block;
}
.modal{
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
}
.modal_content{
    width:90%;
    margin:80px auto;
    padding:0px;
    position:relative;
    animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}
}
.modal_content img{
    width: 100%;
}


/* ----------------
	 privacy
------------------- */
.privacy_list{
	padding:20px;
	font-size:28px;
	line-height:1.5em;
}
.privacy_list dt{
	font-weight:bold;
}
.privacy_list dt:before{
	content:"●";
}
.privacy_list dd{
	margin:0 0 30px 0;
	border-bottom:dotted 1px #464646;
	padding:0 0 20px 0;
}
.privacy_list dd ul{
	margin:10px 0 0 0;
	font-size:24px;
}
.privacy_list dd li{
	padding-left:20px;
}
.privacy_list dd li:before{
	content:"※";
}


/* ----------------
	company
------------------- */
h3.thought_ttl{
	line-height: 1.2em;
}
.representative_greeting span{
	background:linear-gradient(transparent 70%, #FFF47F 0%);
	padding: 0 5px;
}

