@media screen and (max-width: 750px) {
.sp_hidden {
	display: none
}
.pc_hidden {
	display: inline
}
p{
	padding:0;
	margin:0;}
/*font-face*/
@font-face{
    font-family:'condenseicon';
    src: url('../font/CONDENSEicon.ttf') format('truetype'),url('../font/CONDENSEicon.otf') format('opentype'),url('../font/CONDENSEicon.woff') format('woff');
}
@font-face {
    font-family: 'LigatureSymbols';
    src: url('../font/LigatureSymbols-2.11.eot');
    src: url('../font/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('../font/LigatureSymbols-2.11.woff') format('woff'),
         url('../font/LigatureSymbols-2.11.ttf') format('truetype'),
         url('../font/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	-webkit-text-size-adjust: none;
	font-family: 'Noto Sans JP', sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color:#222 !important;
	font-size:12pt !important;
	line-height:160% !important;
	text-align:left;
	letter-spacing:1pt;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

img{
	max-width: 100%;
	height:auto;
}
img,iframe{vertical-align:bottom;}

#wrap{
	background:#fff;}

#ind #contents{
	margin:0px auto 0;
	padding:0 0px;
	}
.sec #contents{
	padding:20px 10px;
	}
.sec #contents img{
	max-width: 100%;
	width:auto;
	}	
ol{margin:0;padding:0;}
ul{margin:0;padding:0;}
ol.un{padding-bottom:20px;}
ol.un li{margin-left:1.5em;}

.table_basic { border-collapse: separate; border-spacing: 1px; background: #ddd; border-style: none; width:100%;table-layout: fixed;}
.table_basic th { background-color: #f3f3f3; padding:10px; font-weight: normal;text-align:left;display:block; width:100% !important;}
.table_basic td { background-color: #FFF; padding:10px;  display:block;width:100% !important;}
.table_basic td .full{
	width:100%;
}
.table_basic td textarea{
	width:100% !important;
	height:120px;}

.scrool-table table{
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.table_scrool { border-collapse: separate; border-spacing: 1px; background: #ddd; border-style: none; width:100%;}
.table_scrool th { background-color: #f3f3f3; padding:8px; font-weight: normal; border-top: 1px solid #FFF;text-align:left;}
.table_scrool td { background-color: #FFF; padding:8px; border-top: 1px solid #FFF;}
.table_scrool td img{
	
}

.right{ text-align:right;}
.cen{ text-align:center;}
.sp_no{ display:none}
/*----------------------------------------ヘッダ----------------------------------------*/
#ind header .head_spimg02{
     display: none;
}
#ind header .head_spimg02 img{
     display: none;
}
#ind header .box,
#ind header p.add{
    display: none;
}
header .sp_nav{
	position:fixed;
	bottom:0;
	width:100%;
display:flex;
background:#7294FF;
z-index:999999;

	}
header .sp_nav li{
	flex:1;
	padding:12px 0;
	}
header .sp_nav li + li{
	border-left:1px solid #dbdbdb;
	}
header .sp_nav li a{
	color:#fff;
	display:block;
    text-align: center;
	}
header .sp_nav li:nth-child(1) a:before {
font-family: FontAwesome;
content: "\f095";
font-weight:normal;
font-size:16pt;
}
header .sp_nav li:nth-child(2) a:before {
font-family: FontAwesome;
content: "\f0e0";
font-weight:normal;
font-size:16pt;
}
header .sp_nav li:nth-child(3) a:before {
font-family: FontAwesome;
content: "\f0c9";
font-weight:normal;
font-size:16pt;
}
header .sp_nav li a span{
	font-size:10pt;
	line-height:1.4;
	padding-top:6px;
	display:block;
}
.sec header img{
	}
.sec header .head_spimg01{
     display: none;
}
.sec header .box{
    display: none;
	}
.sec header p.add{
    display: none;
}
/*----------------------------------------Ｇナビ----------------------------------------*/
nav {display:none;}
/*----------------------------------------フッタ----------------------------------------*/
footer{
	background:#f6f6f6;
	text-align:center;
	}
footer .line{
	background:linear-gradient(to right, #7294FF 25%, #7294FF 50%, #7294FF 75%);
	height:6px;
	}
footer .fcon{
	margin-top:20px;
	margin-bottom:15px;
	}
footer .fcon .tel{
	color:#7294FF;
    margin-bottom: 25px;
	}
footer .fcon .tel span{
	font-weight:600;
	font-size:20pt;
	line-height:1;
	}
footer .fcon .tel span:before{
	font-family: 'LigatureSymbols';
	content: "\E100";
	line-height:1;
	margin-right:5px;
	font-weight:300;
	}
footer .fcon .tel p{
	line-height:1;
	font-size:10pt;
    padding-top: 6px;
	}
footer .fcon .mail{
	}
footer .fcon .mail a{
	display:inline-block;
	background:#7294FF;
	color:#fff;
	line-height:1;
	padding:15px 40px;
    font-size:12pt;
	}
footer .fcon .mail a span{
	display:flex;
	align-items: center;
	justify-content: center;
	}

footer .fcon .mail a span:before{
	font-family: 'LigatureSymbols';
	content: "\E08a";
	line-height:1;
	margin-right:6px;
	font-weight:300;
	margin-top:3px;
	font-size:20pt;
	}
footer p.add{
	padding-bottom:20px;
}
footer .insta{
	padding-bottom:30px;
	}

footer .insta a{
	background:#fff;
	display:inline-block;
	line-height:1;
	padding:18px 87px;
	color:#f53859;
	border:1px solid #d3d3d3;
	}
footer .insta a span{
	background:url(../img/3721672-instagram_108066.svg) no-repeat center left / 36px 30px;
	padding-left:40px;
	font-weight:500;
	} 
footer ul{
    display: none;
	}
.page_top {
	background:#e52bbb;
	position:fixed;
	bottom:76px;
	right:0px;
	display:none;
}
.page_top img{
	display:none;
	width:60px;
	height:60px;
}
.copy{
	text-align:center;
	font-size:9pt;
	padding:15px 0 110px;
}
/*----------------------------------------index----------------------------------------*/

#index01{
	background:url(../img/index01_bg.png) no-repeat center bottom / cover;
	text-align:center;
	display:flex;
	justify-content: center;
	flex-flow: column;
    padding: 40px 15px 60px;
	}
#index01 span{
	color:#7294FF;
	font-size:300;
	font-size:18pt;
	letter-spacing:3pt;
	padding-bottom:20px;
	display:block;
    line-height: 1.5;
	}
    #index01 p{
        text-align: left;
    }
#index02{
	padding:30px 0px;
	}	
#index02 ol{
	}
#index02 ol li{
	margin-bottom:30px;
	}
#index02 ol li div{
	background:#f6f6f6;
	text-align:center;
	color:#7294FF;
	padding:26px 10px 30px;
	}
#index02 ol li div p{
	display:flex;
	align-items: center;
	justify-content: center;
	line-height:1;
	margin-bottom:24px;
	}
#index02 ol li div p span{
	font-size:22pt;
	line-height:1;
	margin:0 5px;
	}
#index02 ol li div a{
	display:inline-block;
	background:#7294FF;
	color:#fff;
	line-height:1;
	padding:14px 40px;
	border-radius:100px;
	}
/*--------------------------------------------------------------------------------*/

h2{
	color: #7294FF;
    display: block;
    text-align: center;
    font-size: 20pt;
	margin-bottom:30px;
    font-weight: 300;
	display: flex;
	align-items: center;
	letter-spacing:2pt;
	}
h2:before, h2:after {
content: "";
flex-grow: 1;
height: 8px;
background: #f4f4f4;
display: block;
}
h2:before {
margin-right: .8em;
}
h2:after {
margin-left: .8em;
}

h3{
	color:#fff;
	font-size:13pt;
	font-weight:400;
	padding:12px 10px;
	margin:0 0px 20px;
	background: linear-gradient(to right, #7294FF, #7294FF);
	position: relative;
	border-radius:6px;
	}
h4{
	color:#7294FF;
	background:#f7f7f7;
	margin-bottom:15px;
	font-weight:500;
	padding:15px;
	border-radius:6px;
}		
.mbs{
	margin-bottom:10px;
	}
.mbm{
	margin-bottom:25px;
	}
.mbl{
	margin-bottom:40px;
	}

.num{}
.num li{
	padding:0 0 5px;
	margin-left:2em;
	list-style-type:decimal;
	}
.disc{}
.disc li{
	padding:0 0 5px;
	margin-left:2em;
	list-style-type:disc;
	}
.check{padding-left: 1em; /* 文章のスタート位置。li:beforeが入るスペースを確保*/}
.check li{
	position: relative;
	padding:5px 0 5px 0.4em;
	}
.check li:before {
font-family: FontAwesome;
content: "\f058";
position: absolute;
left: -1em; /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
color:#69a41a;
}
.map{
    position: relative;
width: 100%;
padding-top: 56.25%;
	}
.map iframe{
    position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
	}

body.sec {
	background:
	url(../img/bg_sankaku1_sec.jpg) no-repeat left top,
	url(../img/bg_sankaku2_sec.jpg) no-repeat right top;
}
.gbox{
	background:#f7f7f7;
	padding:10px;
	border-radius:6px;
	}
.gbox span{
	display:block;
	color:#69a41a;
	font-weight:500;
	margin-bottom:15px;
	}
/*-----------------------------------------service---------------------------------------*/
#service{
	}
#service ol{
	background:#f7f7f7;
	padding:10px 5px 1px;
	display:flex;
	flex-wrap: wrap;
	margin-bottom:30px;
	}
#service ol li{
	width:calc(100% / 2 - 10px);
	margin:0 5px 10px;
	}
/*----------------------------------------flow---------------------------------------*/
#flow ol{
	margin-bottom:40px;
	}

#flow ol li{
	border-bottom:1px dotted #ccc;
	padding:10px 0px;
	}
#flow ol li span{
	color:#7294FF;
	display:block;

	}
#flow .box{
	background:#f9f9f9;
	padding:15px;
	border-radius:0px;
	}
#flow .box .tit{
	background:#f9f9f9;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #7294FF;
	color:#7294FF;
	font-size:14pt;
	}
#flow .box .tit span{
	display:block;
	background:#7294FF;
	font-size:12pt;
	color:#fff;
	text-align:center;
	padding:5px 20px;
    margin-bottom: 15px;
	border-radius:4px;
	}
#flow .box .pic{
	}
#flow .box .pic img{
	border-radius:10px;
	}
#flow .box .txt{
    padding-bottom: 15px;
	}
#flow .box .txt p{
	padding-bottom:14px;
	}
#flow .box .txt a{
	}
#flow .box .txt a:before {
	font-family: FontAwesome;
	content: "\f138";
	margin-right:5px;
}
#flow .box .txt strong{
	font-weight:normal;
	color:#7294FF;
	}
#flow .box .txt div.inbox{
	font-weight:normal;
	color:#7294FF;
	border:1px dotted #7294FF;
	background:#fff;
	padding:10px;
	display:inline-block;
	}
#flow .arrow{
	text-align:center;
	padding:5px;
	}
#flow .arrow:before {
	font-family: FontAwesome;
	content: "\f107";
	font-size:40pt;
	line-height:1;
	color:#b6d6dc;
}

#flow .box2{
	border-radius:10px;
	}
#flow .box2 .pic{
    padding-bottom: 15px;
	}
#flow .box2 .pic img{
	border-radius:10px;
	}
#flow .box2 .txt{
	}
/*----------------------------------------faq---------------------------------------*/
#faq .menu{
	margin-bottom:40px;
	background:#f6f6f6;
	padding:10px 10px 1px;
	}
#faq .menu li{
	margin:0px 0px 10px;
    text-align: center;
}
#faq .menu li a{
	display:block;
	padding:15px 10px;
	color:#7294FF;
	background:#fff;
	border-radius:6px;
    transition: 0.5s;
}
#faq .menu li a:before {
    font-family: "Font Awesome 5 Free";
    content:"\f358";
    font-weight: 900;
	margin-right:7px;
}
#faq .menu li a:hover{
	color:#fff;
	background:#7294FF;
}
.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer;
}

.accordion-container .article-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-weight: normal;
  color: #7294FF;
  cursor: pointer;
  padding:15px 50px 15px 10px;
	border-bottom:1px dotted #ddd;
}

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
	background:#f6f6f6;
	transition: 0.6s ;
}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
}

.article-title{
  position: relative;
}

.article-title:after {
  position: absolute;
  right: 15px;
  top: 30%;
  font-family: "Font Awesome 5 Free";
	font-weight:900;
content: "\f0fe";

margin-right:5px;
color:#7294FF;
}

.article-title.open:after {
	font-family: "Font Awesome 5 Free";
	font-weight:900;
content: "\f146";
margin-right:5px;
color:#7294FF;
}

.accordion-content {
  display: none;
  padding-left: 2.3125em;
  text-align:left;
  padding:10px 60px  10px  20px ;
}

/* CSS for CodePen */
.accordion-container {
  width:100%;
  margin: 20px auto 46px;
}


#faq .box{
	background:url(../img/flow_icon1.png) no-repeat bottom 0px left 20px / 80px,url(../img/flow_icon2.png) no-repeat bottom 0px right 10px / 90px,#f9f9f9;
	padding:30px 10px;
	margin-bottom:0px;
	text-align:center;
	margin-top:15px;
	border-radius:10px;
	}
#faq .box div{
	font-size:14pt;
	margin-bottom:15px;
	color:#7294FF;
	letter-spacing:2pt;
	}
#faq .box span.tel{
	font-weight:600;
	font-size:22pt;
	line-height:1;
	color:#7294FF;
	}
#faq .box span.tel:before{
	font-family: 'LigatureSymbols';
	content: "\E100";
	line-height:1;
	margin-right:5px;
	font-weight:300;
	}
#faq .box p{
	display:block;
	padding-top:15px;
	}
    #faq .box p span{
        display: none;
    }
/*-----------------------------------message--------------------------------------------*/
#message .box{
	background:#f0f9ff url(../img/message_bg.png) no-repeat center bottom ;
	text-align:left;
	margin-bottom:30px;
    padding: 0px 10px 210px;
	}
#message .box span{
	color:#36a1d6;
	font-size:300;
	font-size:18pt;
	letter-spacing:2pt;
	padding-bottom:20px;
	padding-top:20px;
	display:block;
    line-height: 1.5;
    text-align:center;
	}
#message ol{}
#message ol li{
	padding:0 0 5px;
	margin-left:2em;
	list-style-type:disc;
	}
/*----------------------------------------recruit---------------------------------------*/


#recruit .box{
	background:#f9f9f9;
	padding:15px ;
	display:flex;
	justify-content: space-between;
	}
#recruit .box .tit{
	background:#f9f9f9;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #7294FF;
	color:#7294FF;
	font-size:14pt;
	}
#recruit .box .tit span,
#recruit .box .tit2 span{
	display:block;
	background:#7294FF;
	font-size:12pt;
	color:#fff;
	text-align:center;
	padding:5px 20px;
    margin-bottom: 15px;
	border-radius:4px;
	}

#recruit .box .tit2{
	background:#f9f9f9;
	color:#7294FF;
	font-size:14pt;
	}
#recruit .box .txt{
	width:100%;
	}
#recruit .box .txt p{
	padding-bottom:14px;
	}
#recruit .box .txt a{
	}
#recruit .box .txt a:before {
	font-family: FontAwesome;
	content: "\f138";
	margin-right:5px;
}
#recruit .box .txt strong{
	font-weight:normal;
	color:#7294FF;
	}
#recruit .box .txt div.inbox{
	font-weight:normal;
	color:#7294FF;
	border:1px dotted #7294FF;
	background:#fff;
	padding:10px;
	display:inline-block;
	}
#recruit .arrow{
	text-align:center;
	padding:5px;
	}
#recruit .arrow:before {
	font-family: FontAwesome;
	content: "\f107";
	font-size:40pt;
	line-height:1;
	color:#b6d6dc;
}
/*-----------------------------------contact---------------------------------------------*/

#contact .box{
	background:url(../img/flow_icon1.png) no-repeat bottom 0px left 30px / 60px,url(../img/flow_icon2.png) no-repeat bottom 0px right 20px / 70px,#f9f9f9;
	padding:20px;
	color:#7294FF;
	margin-bottom:30px;
	text-align:center;
	margin-top:25px;
	border-radius:10px;
	}
#contact .box span{
	font-weight:600;
	font-size:22pt;
	line-height:1;
	}
#contact .box span:before{
	font-family: 'LigatureSymbols';
	content: "\E100";
	line-height:1;
	margin-right:5px;
	font-weight:300;
	}
#contact .box p{
	line-height:1.5;
	display:block;
	padding-top:15px;
	}
#contact .btn{
	text-align:center;
	}
#contact .btn a{
	display:inline-block;
	background:#7294FF;
	color:#fff;
	line-height:1;
	padding:20px 50px;
	border-radius:100px;
	}
	
	
/*-----------------------------------link---------------------------------------------*/
#link ol {
	}
#link ol li{
	padding:15px 0 15px 10px;
	}
#link ol li + li{
	border-top:1px dotted #ddd;
	}
#link ol li a{
	display:block;
	padding-top:7px;
	margin-left:20px;
	}
#link ol li:before {
	font-family: FontAwesome;
	content: "\f0da";
	margin-right:10px;
	color:#7294FF;
	}
#link .box{
	}
	
/*-----------------------------------policy---------------------------------------------*/
#policy p{
	margin-bottom:30px;
}

#al1,
#al2,
#al3,
#al4,
#al5,
#al6,
#al7,
#al8,
#al9,
#al10,
#al11,
#al12 {
}




}


/* ========================================
   レスポンシブ対応
   ======================================== */

@media (max-width: 968px) {
  .recruit-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .recruit-intro p {
    font-size: 16px;
  }
  
.recruit-section h4 span{
	font-size: 16px;
}
}

@media (max-width: 768px) {
  .recruit-section h4 {
    font-size: 18px;
  }
.recruit-section h4 span{
	font-size: 14px;
}
  
  .recruit-list a {
    padding: 14px 16px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .recruit-intro {
    margin: 20px auto 40px;
  }
  
  .recruit-intro p {
    font-size: 15px;
  }
  
  .recruit-container {
    gap: 30px;
    margin-bottom: 40px;
  }
  
  .recruit-list {
    gap: 10px;
  }
}
