@charset "utf-8";

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}


/*------------------------------------------------------------------
	Universal Selector
------------------------------------------------------------------*/
* {
    font-style: normal;
    margin: 0;
    padding: 0;
    text-align: left;
	box-sizing: border-box;
}

/*------------------------------------------------------------------
	Base Settings
------------------------------------------------------------------*/


html {
    overflow-y: scroll;
}
body {
	position: relative;
    color: #333;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
p{
	line-height:1.8;

}
img{
    height: auto;
    max-width: 100% ;
    vertical-align:bottom;
    display: block;
    margin: 0 auto; /* 中央寄せ */
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
/*------------------------------------------------------------------
	Base Link Color Setting
------------------------------------------------------------------*/

a {
    color: #333;
}

a:hover {
    text-decoration: underline;
}
a:active {
    text-decoration: underline;
}
a img {
    border: medium none;
}

a:hover .fil,.fil2 a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* マージン・インデント
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.m1b { margin-bottom: 1px !important; }
.m2b { margin-bottom: 2px !important; }
.m3b { margin-bottom: 3px !important; }
.m4b { margin-bottom: 4px !important; }
.m5b { margin-bottom: 5px !important; }
.m6b { margin-bottom: 6px !important; }
.m7b { margin-bottom: 7px !important; }
.m8b { margin-bottom: 8px !important; }
.m9b { margin-bottom: 9px !important; }
.m10b { margin-bottom: 10px !important; }
.m13b { margin-bottom: 13px !important; }
.m15b { margin-bottom: 15px !important; }
.m20b { margin-bottom: 20px !important; }
.m25b { margin-bottom: 25px !important; }
.m30b { margin-bottom: 30px !important; }
.m35b { margin-bottom: 35px !important; }
.m40b { margin-bottom: 40px !important; }
.m45b { margin-bottom: 45px !important; }
.m50b { margin-bottom: 50px !important; }
.m60b { margin-bottom: 60px !important; }
.m80b { margin-bottom: 80px !important; }
.m10r{margin-right: 10px !important;}

.m5t { margin-top: 5px !important; }
.m10t { margin-top: 10px !important; }
.m20t { margin-top: 20px !important; }
.m30t { margin-top: 30px !important; }
.m40t { margin-top: 40px !important; }
.m50t { margin-top: 50px !important; }
.m70t { margin-top: 70px !important; }
.m80t { margin-top: 80px !important; }
.m90t { margin-top: 90px !important; }
.m100t { margin-top: 100px !important; }

/*sp時変更*/
.m10b-s { margin-bottom: 10px !important; }
.m20b-s { margin-bottom: 20px !important; }
.m30b-s { margin-bottom: 30px !important; }
.m40b-s { margin-bottom: 40px !important; }
.m50b-s { margin-bottom: 50px !important; }
.m60b-s { margin-bottom: 60px !important; }
.m70b-s { margin-bottom: 70px !important; }
.m80b-s { margin-bottom: 80px !important; }
.p01-s { padding-top:5%;padding-bottom:5%; }
.p02-s { padding-left:5%;padding-right: 5%; }
.p03-s { padding-top:10%;padding-bottom:10%; }
.p06-s { padding-top:7%;}
.p07-s { padding-top:2%; padding-bottom:7%; }
/* 位置クラス
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.clear { clear: both !important; }
.cen { text-align: center !important; }
.cen-pc{text-align:center !important;}
.left { text-align: left !important; }
.right { text-align: right !important; }
/* 投稿の画像配置 */
.f-left{float:left;}
.f-right{float:right;}
.f-left-pc {float: left;}
.f-right-pc {float: right;}
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */

.pc-dnon{display: none;}
.pc-dnon2{display: none;}

/* テキスト
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.bold { font-weight: bold !important; }
.txtRed { color: #ff001a !important; }
.txtBlue { color: #0e328d !important; }
.txtPink { color: #d8677e !important; }
.txtGold { color: #8b6c2e !important; }
.txtGray { color: #666666 !important; }
.txtWhite { color: #FFFFFF !important; }
.txtgreen { color: #6cb591 !important; }
.txtorenge{color:#e85f4c !important;}
.txtBlack{color: #333 !important;}
.txtBlown{color: #603a40 !important}
.txtYellow{color: #fdf131 !important;}

.txt10 { font-size: 77% !important; }
.txt11 { font-size: 92% !important; }
.txt13 { font-size: 109% !important; }
.txt14 { font-size: 117% !important; }
.txt15 { font-size: 125% !important; }
.txt17 { font-size: 142% !important; }
.txt18 { font-size: 150% !important; }
.txt20 { font-size: 167% !important; }

.lh01{line-height:1 !important;}
.lh02{line-height:2  !important;}
.lh03{line-height:2.5  !important;}
.f-min{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E", "メイリオ", Meiryo, serif;
}
.bg01{
	background: #f1ece8;
}/*ベージュ背景*/
.bg02{
	background: url("images/lp/bg01.png") repeat ;
	background-size:70%;
}
.bg03{
	background: #f1bcae;
}/*オレンジ背景*/
.bg04{
	background: #bce3d0;
}/*緑背景*/
.bg05{
	background: #f2a2ba;
}/*緑背景*/
.bg-top1{
	position: relative;
	padding-top: 10px;
}
.bg-top1::before{
	content: " ";
	display: block;
	width: 100%;
	height: 40px;
	margin-bottom: 30px;
	background: url("images/lp/hr01.png") repeat-x left top;
	background-size:40px;
}
.bg-top1.green::before{
	background: url("images/lp/hr02.png") repeat-x left top;
	background-size:40px;	
}
.bg-top1.pink::before{
	background: url("images/lp/hr03.png") repeat-x left top;
	background-size:40px;	
}
.oh{overflow:hidden;}
.blk{
	display:block;
}
.underline{
	text-decoration: underline;
}
.img100 {
    height: auto;
    width: 100%;
}
table{
	width:100%;
	border-top:solid 1px #d8677e;
	border-left:solid 1px #d8677e;
	background: #fff;
	 border-collapse: separate;/*collapseから変更*/
	border-radius: 5px;
  overflow: hidden;
}

table tr:first-of-type th{
	border-radius: 5px 0 0 0;
}
table tr:first-of-type td{
	border-radius:0 5px 0 0;
}
table tr:last-of-type th{
	border-radius:0 0 0 5px;
}
table tr:last-of-type td{
	border-radius:0 0 5px 0;
}
td,th{
	padding:10px;
	font-weight: normal;
}
table th{
	text-align: center;
	border-right:solid 1px #d8677e;
	border-bottom:solid 1px #d8677e;
	width: 25%;
}
table td{
	border-right:solid 1px #d8677e;
	border-bottom:solid 1px #d8677e;
}

ol li{
	list-style-type: decimal;
	margin-left: 20px;
}
/* タイトル装飾 */
.hstyle01{
	font-size:140%;
	font-weight: bold;
}
.hstyle02 span{
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	border-radius: 50px;
	font-size:115%;
	font-weight: bold;
}
.hstyle02 .bggreen{
	background: #6cb591;
}
.hstyle02 .bgorenge{
	background: #e85f4c;
}
.hstyle02 .bgpink{
	background: #e76c85;
}
/* 枠装飾 */
.link01 a{
	display: inline-block;
	min-width:200px;
	padding: 10px 40px 10px 20px;
	border: solid 1px #e76c85;
	background: #fff url("images/lp/list01.png") no-repeat right 15px center;
	background-size:15px;
	color: #e76c85;
	text-decoration: none;
	text-align: center;
	transition: 0.5s;
	border-radius: 10px;
}
.link01 a:hover{
	background: #fff url("images/lp/list01.png") no-repeat right 10px center;
	background-size:15px;
	transform: scale(1.03);
}
.link02 a{
	display: inline-block;
	width: 100%;
	max-width: 250px;
	padding: 15px 20px;
	background: #d8677e url("images/lp/list02.png") no-repeat right 25px center;
	background-size:8px;
	color: #fff;
	font-size:110%;
	text-decoration: none;
	text-align: center;
	transition: 0.5s;
	border-radius: 50px;
	box-shadow: 2px 2px 2px #a30a38;
}
.link02 a:hover{
	background: #d8677e url("images/lp/list02.png") no-repeat right 20px center;
	background-size:8px;
	transform: scale(1.03);
}

.boxstyle01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.boxstyle01.rev{
	flex-direction: row-reverse;
}
.boxstyle01.center{
	align-items: center;
}
.ulstyle01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ulstyle01 li{
	width: 47%;
}

.wid01{
	width:48%;
}
.wid02{
	width:50%;
}
.dlstyle01{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #ffebb1;
}
.dlstyle01 dt{
	width:25%;
	padding: 10px;
}
.dlstyle01 dd{
	width:75%;
	padding: 10px;
	font-size:85%;
}

/*------------------------------------------------------------------
	全体レイアウト
------------------------------------------------------------------*/
#main .container{
	background:#f1ece8;
	max-width: 500px;
	margin: 0 auto;
}

/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
header{
	display: none;
}

/* ========== Footer Accordion ========== */
footer{
	background: #fff;
	margin-bottom:60px;
	padding: 10px 5% 0;
}
footer p{
	line-height: 1.4;
	font-size:70%;
}
/* 見出し部分 */
.foot-acc h2 {
	margin-bottom:15px;
  position: relative;
  cursor: pointer;
  color: #fff;
}

/* + / - の表示 */
.foot-acc h2::before {
  content: "＋";
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 1.2em;
  transition: transform .3s;
}
.foot-acc.open h2::before {
  content: "−";
}

/* .inner の開閉アニメーション */
.foot-acc .inner {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all .4s ease;
}

.foot-acc.open .inner {
  max-height: 1000px; /* 十分に大きい値 */
  opacity: 1;
}

/* リスト */
.foot-acc .foot-list {
	border: solid 1px #ff001a;
	border-radius: 5px;
}
.foot-acc .foot-list li a {
  display: block;
  padding: 10px;
	border-bottom: solid 1px #ff001a;
  color: #333;
	font-size:90%;
	background: #fff url("images/lp/list01.png") no-repeat right 10px center;
	background-size:8px;
  text-decoration: none;
}
.foot-acc .foot-list li:first-of-type a{
	border-radius: 5px 5px 0 0;
}
.foot-acc .foot-list li:last-of-type a{
	border-radius: 0 0 5px 5px;
}
/* リスト */
.foot-acc .foot-list2 {
	border: solid 1px #ff001a;
  display: flex;
	flex-wrap: wrap;
	border-radius: 5px;
}
.foot-acc .foot-list2 li{
	width: 50%;
}
.foot-acc .foot-list2 li a {
  display: block;
  padding: 10px;
	border-bottom: solid 1px #ff001a;
  color: #333;
	font-size:90%;
	background: #fff;
  text-decoration: none;
	text-align: center;
}
.foot-acc .foot-list2 li:nth-of-type(even) a{
	border-left: solid 1px #ff001a;	
} 
.foot-acc .foot-list2 li:first-of-type a{
	border-radius: 5px 0 0 0;
}
.foot-acc .foot-list2 li:nth-of-type(2) a{
	border-radius: 0 5px 0 0;
}
.foot-acc .foot-list2 li:nth-last-child(2) a{
	border-radius: 0 0 0 5px;
}
.foot-acc .foot-list2 li:last-of-type a{
	border-radius: 0 0 5px 0;
}
 /*-----------footer------------*/
#entry{
	background: url("images/lp/entry_bg1.png") no-repeat center top;
	background-size:cover
}
#entry .en img{
	width: 45px;
	height: auto;
}
#entry .inner1{
	padding: 10% 10% 2%;
}
#entry .inner1 ul li a{
	color: #fff;
}
.footerlist {
	display: flex;
	justify-content: center; /* 中央揃え */
	gap: 15px;               /* li 同士の余白（調整可） */
	padding: 0;
	margin: 10px auto;
}

.footerlist li a{
    list-style: none;
    font-size:85%;
}

#footerFloatingMenu {
	max-width: 500px;
    width: 100%;
    position: fixed;
    left: 50%;
    bottom: 0px;
	transform: translateX(-50%);
    z-index:8;
    text-align: center;
}
 
#footerFloatingMenu ul {
    display: flex;
	background: #e76c85;
} 
	#footerFloatingMenu ul li{
		width: 33.3%;
		height: 50px;
		line-height: 1;
	}
	#footerFloatingMenu ul li:first-child{
		border-right:solid 1px #fff;
	background: #f0b94a;
	}
	#footerFloatingMenu ul li:nth-child(2){
		border-right:solid 1px #fff;
	background: #6cb591;
	}
#footerFloatingMenu ul li:nth-child(3){
	background: #e76c85;
	}
	#footerFloatingMenu ul li a{
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		text-decoration: none;
		text-align: center;
		padding:5px 0;
		color: #fff;
		font-size:11px;
	}

	#footerFloatingMenu ul li:first-of-type img{
		width: 31px;
	}
#footerFloatingMenu ul li:nth-of-type(2) img{
	margin-top: 1px;
		width: 24px;
	}
#footerFloatingMenu ul li:nth-of-type(3) img{
	margin-top: 3px;
		width: 30px;
	}
#footerFloatingMenu ul li div{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5px;

}


/*------------モーダル-----------------*/

.modal {
  display: none;
  height: 300px;
  position: fixed;
  bottom:50px;
  width: 100%;
  z-index: 999;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  position: absolute;
  width: 100%;
}

.modal__content {
  left: 50%;
  padding:10% 10% 5%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
	height: 100%;
	overflow: auto;
	
}
.modal__content ul{
	max-width:250px;
	margin: 0 auto;
}
.modal__content ul li a {
	position: relative;
  display: block;
  padding: 10px 10%;
  text-decoration: none;
  background: #ff001a;
  color: #fff;
  margin-bottom: 15px;
	text-align: center;
	border-radius: 20px;
	font-size:95%;
}
.modal__content ul li a::before{
	content: " ";
	position: absolute;
	right:10px;
	top:50%;
	transform: translateY(-50%);
	width: 7px;
	height: 10px;
	background: url("images/lp/list02.png") no-repeat center center;
	background-size:100%;
}
.modal__content ul.f-tel a {
  background: #f0b94a url("images/lp/c_tel.png") no-repeat 12% center;
  background-size: 15px;

}
.modal__content ul.f-line a {
  background: #6cb591 url("images/lp/c_line.png") no-repeat 10px center;
  background-size: 20px;
}
.modal__content ul.f-mail a {
  background: #e76c85 url("images/lp/c_mail.png") no-repeat 15px center;
  background-size: 18px;
}

#modal01 .text,#modal02 .text{
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}
.close {
  margin: 0 auto;
  margin-top: 30px;
}

.close a {
  width: 100px;
  margin: 10px auto;
  display: block;
  text-align: center;
  text-decoration: none;
  background: #fff;
  padding: 5px 10px;
  color: #1a1a1a;
  border-radius: 5px;
}

/* -----------------本文 ----------------- */
#message{
	background: #fff url("images/lp/alice_bg1.png") no-repeat center top 10%;
	background-size:100%;
}
#message .text{
	padding-top:10px;
	padding-bottom: 20px;
	background:#f1ece8 url("images/lp/bonus_bg1.png") no-repeat center center;
	background-size:96%;
}
#message h2{
	font-size:115%;
	font-weight: bold;
}
#message h2 div.cen{
	margin-top: 5px;
}
#reason .en img{
	width: 57px;
	height: auto;
}
#reason .inner1{
	padding-top: 8%;
	padding-bottom: 3%;
	background: url("images/lp/reason_bg1.png") no-repeat center top 1%;
	background-size:98%;
}
#reason .inner1 ul{
	position: relative;
	height: 330px;
	background: url("images/lp/reason_img1.png") no-repeat center top;
	background-size:cover;
}
#reason .inner1 ul li{
	padding: 10px;
	background: #f2a2ba;
	color: #fff;
	font-size:3.7vw;
	font-weight: bold;
	text-shadow: 1px 2px 2px #d07792;
}
#reason .inner1 ul li:first-of-type{
	position: absolute;
	top:13%;
	right:0;
}
#reason .inner1 ul li:nth-of-type(2){
	position: absolute;
	top:29%;
	right:0;
}
#reason .inner1 ul li:nth-of-type(3){
	position: absolute;
	bottom:22%;
	left:0;
}
#reason .inner1 ul li:nth-of-type(4){
	position: absolute;
	bottom:5%;
	left:0;
}
#job .inner1{
	background: url("images/lp/job_bg1.png") no-repeat right 5% top 20%;
	background-size:94%;
}
#job .en img{
	width: 24px;
	height: auto;
}
#job .inner1 .text{
	padding: 40% 5% 30%;
	background: url("images/lp/job_bg3.png") no-repeat center top;
	background-size:100%;
	font-size:4vw;
}
#job .inner1 .text p{
	text-shadow: 0 0 3px #fff,0 0 5px #fff,0 0 5px #fff;
	line-height: 1.6;
}
#job .inner2 .slider1 .chatbg{
	padding: 15px;
	background: #fff;
	border-radius: 15px;
}
#job .inner2 .slider1 li .text{
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url("images/lp/text_bg1.png") no-repeat center bottom;
	background-size:82%;
	text-align: center;
}
#job .slick-dots li.slick-active button:before{
	color: #6cb591;
}
#job .slick-dots{
	margin-top: 5px;
}
#strength .hstyle01{
	text-shadow: 2px 2px 0 #e85f4c; 
}
#strength .en img{
	width: 71px;
	height: auto;
}
#strength h3:nth-of-type(odd){
	padding-right: 5%;
}
#strength h3:nth-of-type(even){
	padding-left: 5%;
}
#strength .text1{
	font-size:4vw;
}
#strength .inner1 .nenrei{
	padding:15% 7%;
	background: url("images/lp/fukugyou_bg1.png") no-repeat center center;
	background-size:100%;
}
#strength .inner1 .nenrei .text{
	font-size:3.8vw;
}
#feature .en img{
	width: 61px;
	height: auto;
}
#feature .ulstyle01 li{
	margin-bottom: 20px;
}
#feature .ulstyle01 .photo{
	position: relative;
	margin-bottom: 10px;
}
#feature .ulstyle01 .photo h3{
	position: absolute;
	left: 3%;
	bottom: 5%;
	width: 94%;
	background: #f2a2ba;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	text-shadow: 1px 1px 1px #d07792;
}
#feature .ulstyle01 p{
	line-height: 1.5;
	font-size:95%;
}
#feature .inner3 h3{
	padding: 0 20%;
	margin-bottom: -10px;
}

#shop .en img{
	width: 37px;
	height: auto;
}
#shop .hstyle01{
	text-shadow: 2px 2px 0 #6cb591; 
}
.pointinner{
	padding:20px;
	background: #fff;
	border-radius: 10px;
}
#shop .slick-dots li.slick-active button:before{
	color: #6cb591;
}
#shop .slick-dots{
	margin-top: 0;
}
#chatroom .inner1{
	background: url("images/lp/chatroom_bg1.png") no-repeat center top 2%;
	background-size:90%;
}
#chatroom .en img{
	width: 76px;
	height: auto;
}
#chatroom .slider2 li{
	position: relative;
}
#chatroom .slider2 li .text{
	position: absolute;
	left: 0;
	bottom:10%;
	width: 100%;
	text-align:center;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
}
#system .en img{
	width: 52px;
	height: auto;
}
#system .hstyle01{
	text-shadow: 2px 2px 0 #e76c85; 
}
#system .inner1{
	background: url("images/lp/system_bg1.png") no-repeat center top;
	background-size:96%;
}
#system ul{
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	background: url("images/lp/system_bg2.png") no-repeat center top;
	background-size: 100%;
}
#system ul li{
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;	
}
#system ul li:first-of-type{
	margin-left: 26%;
	margin-right: 26%;
}
#system ul li:nth-of-type(2),#system ul li:nth-of-type(3){
	margin-top: -15px;
}
#flow .en img{
	width: 39px;
	height: auto;
}
#flow ul li{
	position: relative;
	margin-bottom: 30px;
	padding: 20px 0;
	background: #fff;
	border-radius: 10px;
}
#flow ul li::after{
	content: " ";
	position: absolute;
	left: 50%;
	bottom:-22px;
	transform: translateX(-50%);
	background: url("images/lp/arrow.png") no-repeat center bottom;
	background-size:100%;
	width: 28px;
	height: 14px;
}
#flow ul li:last-of-type::after{
	content: none;
}
#flow ul li .step{
	margin-bottom: 20px;
	position: relative;
	display: flex;
	align-items: center;
}
#flow ul li figure{
	width: 40%;
}
#flow ul li .step .ttl{
	width: 60%;
	padding:0 20px;
}
#flow ul li .step .ttl span{
	display: block;
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
	font-size:5vw;
}
#flow ul li p{
	line-height: 1.5;
}
#question{
	padding-top: 10%;
}
#question .en img{
	width: 70px;
	height: auto;
}
#mensetsu{
	padding-bottom: 10%;
	position: relative;
}
#mensetsu::before{
	content: " ";
	width: 100%;
	height: 80%;
	position: absolute;
	left:0;
	bottom:0;
	background: url("images/lp/bg01.png") repeat ;
	background-size:70%;
	z-index: 1;
}
#mensetsu h2,#mensetsu h3,#mensetsu .p02-s{
	position: relative;
	z-index: 2;
}

/* ----------------- FAQ Accordion ----------------- */
.faq-sec {
	padding: 15px;
	background: #fff;
	border-radius: 5px;
}

/* 見出し（全体を開閉） */
.faq-sec .ttl {
  cursor: pointer;
  position: relative;
  font-weight: bold;
	font-size:110%;
}
.faq-sec .ttl::after {
  content: " ";
  position: absolute;
	top:3px;
  right: 10px;
	background: url("images/lp/open.png") no-repeat center center;
	background-size:100%;
	width:15px;
	height: 15px;
  transition: transform .3s;
}
.faq-sec.open .ttl::after {
	background: url("images/lp/close.png") no-repeat center center;
	background-size:100%;
}

/* 内側のアコーディオン（dtクリックでdd開閉） */
.faq-sec .inner {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all .4s ease;
}
.faq-sec.open .inner {
  max-height: 1000px; /* 充分な高さを指定 */
  opacity: 1;
}

.faq-sec dl {
  margin-top:10px;
	padding: 2px 0;
	font-size:90%;
}
.faq-sec dt {
	position: relative;
  cursor: pointer;
	padding: 10px 25px 10px 55px;
	background: url("images/lp/q.png")no-repeat left 10px center;
	background-size:35px;
	font-weight: bold;
}
.faq-sec dt::after {
  content: "＋";
  position: absolute;
  right:10px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  transition: transform .3s;
	font-size:110%;
	color: #333;
}
.faq-sec dt.open::after {
  content: "−";
}

.faq-sec dd {
  display: none;
	margin-top: 10px;
	padding:0px 10px 10px 55px;
	background: url("images/lp/a.png") no-repeat left 10px top;
	background-size:35px;
  line-height: 1.6;
  color: #333;
}
.faq-sec dd.open {
  display: block;
}
/*----------------フォーム--------------------*/

input[type=text],input[type=email],textarea{
	width:100%;
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
	border:none;
	border-radius: 3px;
}
input[type=date]{
	width:100%;
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
	border:none;
	border-radius: 3px;
}
input[type=text]#nenrei{
	width: 80px;
	text-align: center;
	margin-right: 10px;
}
input[type=checkbox]{
	margin-right: 5px;
}
input[type=radio]{
	margin-right: 5px;
}
textarea{
	height:200px;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
select{
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
	font-size:90%;
	border:none;
	color: #333;
}

.select01 {
    display: inline-flex;
    align-items: center;
    position: relative;
  width: 100%;
}
.select01::after {
    position: absolute;
    right: 10px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.select01 select {
    appearance: none;
    padding:10px 30px 10px 10px;
	border:none;
	border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
  width: 100%;
}
input::placeholder,textarea::placeholder {
  color: #aaa;
}
input[type=submit]{
	display: inline-block;
	min-width:150px;
	padding: 10px 30px 10px 20px;
	border: solid 1px #ff001a;
	background: #fff url("images/lp/list01.png") no-repeat right 15px center;
	background-size:10px;
	color: #ff001a;
	text-decoration: none;
	text-align: center;
	transition: 0.5s;
	border-radius: 50px;
}
input[type=submit]:hover{
	background: #fff url("images/lp/list01.png") no-repeat right 10px center;
	background-size:10px;
	transform: scale(1.03);
}

@media (max-width: 320px) {
	body{
		font-size:14px;
	}
	.se-dnon{
		display:none;
	}
}
/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
↑spサイズ
----------------------------------
↓pcサイズ
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/
@media (min-width: 500px) {
html {
		background: url("images/lp/pc_mainbg1.jpg") no-repeat ;
		background-size:cover;
		background-attachment: fixed;
}
body {
    font-size: 18px;
		background:url("images/lp/pc_mainbg2.png")repeat-y center top;
		background-size:100%;
		background-attachment: fixed;
	}
	.header-wrap{
		max-width: 500px;
		margin: 0 auto;
		background: none;
	}
	#reason .inner1 ul{
		height: 450px;
	}
	#reason .inner1 ul li,#job .inner1 .text,#strength .inner1 .nenrei .text{
		font-size:100%;
	}
	#job .inner1 .text{
		padding: 50% 10% 30%;
	}
	#strength .text1{
		padding:0 5%;
		font-size:100%;
	}
	#strength .inner1 .nenrei{
		padding: 16% 7%;
	}
	#chatroom .slider2 li .text{
		font-size:120%;
	}
	#chatroom .ulstyle01 li{
		margin-bottom: 20px;
	}
	#flow ul li .step .ttl span{
		font-size:130%;
	}
	.faq-sec dl{
		font-size:100%;
	}
	.modal{
		width: 500px;
		left: 50%;
		margin-left: -250px;
	}
}

@media (min-width: 1100px) {
	body{
		position: relative;
	}
	#main{
		padding-top: 3%;
	}
	#main .container{
		position: relative;
		z-index: 2;
		border-radius: 30px 30px 0 0;
		box-shadow: 0 0 10px #f8dfd8;
	}
	#main .container #topimage img{
		border-radius: 30px 30px 0 0;		
	}
	header{
		display: block;
		position:fixed;
		left: 2%;
		top:0;
		width: 35%;
		height: 100%;
		z-index: 2;
	}
	header .logo{
		width: 300px;
		height: 300px;
		position: absolute;
		left: 50%;
		top:50%;
		transform: translate(-50%,-50%);
	}
	header .logo .logoimg{
		position: absolute;
		left: 50%;
		top:37%;
		transform: translateX(-50%);
		width: 130px;
		z-index: 2;
	}
	@keyframes rotateAnimation {
	  from {
		transform: rotate(0deg);
	  }
	  to {
		transform: rotate(360deg);
	  }
	}

	/* 回転する要素のスタイル */
	.anime1 {
	  animation: rotateAnimation 80s linear infinite;
	}
	

}