@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

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

html {
	-webkit-text-size-adjust: 100%;
}
* {
	border: none;
	margin: 0px;
	padding: 0px;
	font-weight: inherit;
	font-size: inherit;
}
section, article, aside, dialog, figure, footer, header, hgroup, nav, li {
	display: block;
}
body {
	height: 100%;
	margin: 0;
	font-size: 18px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-align: center;
	color: #333;
}
a {
	color: #19509F;
	outline: none;
	text-decoration: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.noef a {
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
a:hover {
	color: #103469;
	cursor: pointer;
}
li {
	list-style-type: none;
}
img {
	vertical-align: top;
}

::selection {
	background: #103469; /* Safari */
}
::-moz-selection {
	background: #103469; /* Firefox */
}

/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* ---------- Common-Setting ---------- */

.b { font-weight: bold; }
.fl { float: left; display: inline; }
.fr { float: right; display: inline; }
.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }
.s { font-size: 85%; }
.clear { clear: both;}

.noto {
	font-family: 'Noto Sans Japanese',"メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
}
.serif {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}



/* ------------------------------
 Base END
------------------------------ */


#container {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#contents {
}
.wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	clear: both;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pcnone {
	display: none !important;
}
.contact-bnr {
	margin: 50px auto;
	width: 980px;
}
.contact-bnr a {
	display: block;
	background-color: #5FA31B;
	border-radius: 5px;
}
.contact-bnr a:hover {
	background-color: #538E17;
}
.contact-bnr a img {
	margin-top: -23px;
}
.contact-bnr.bnr-small a img {
	margin-top: -43px;
}


/* ------------------------------
 Header
------------------------------ */

#header .bg {
	background: url(img/header-bg.jpg) no-repeat center top;
	height: 756px;
}
#header .toparea {
	height: 110px;
}
#header .toparea h1 {
	float: left;
	margin-top: 10px;
}
#header .toparea .tel {
	float: right;
	margin-top: 20px;
}
#header .sp-telicon {
	display: none;
}
#header .mainarea {
	position: relative;
	height: 646px;
}
#header .mainarea .maintxt {
	position: absolute;
	bottom: 60px;
	left: 0;
}
#header .mainarea .maintxt2 {
	position: absolute;
	top: 0;
	right: 0;
}
#header .datearea {
	background: #fff;
	font-family: 'Noto Sans Japanese',"メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
}
#header .datearea .wrapper {
	display: table;
}
#header .datearea h2 {
	background-color: #103469;
	color: #fff;
	display: table-cell;
	font-size: 35px;
	font-weight: bold;
	padding: 25px;
	text-align: center;
	vertical-align: middle;
	width: 25%;
}

#header .datearea h2.sche {
	background-color: #103469;
	color: #fff;
	display: table-cell;
	font-size: 35px;
	font-weight: bold;
	padding: 25px;
	text-align: center;
	vertical-align: middle;
	width: 8%;
}
@-moz-document url-prefix() {
	#header .datearea h2.sche {
			width: 19%;
　　　　 }
}


#header .datearea .inner {
	display: table-cell;
	width: 50%;
/*	width: 75%;  開催日程が3日間の場合 */
}

/* 開催予定 6日間 */
#header .datearea ul {
	display: table;
	width: 1040px;
	margin: 0 auto;
	border-left: 1px dashed #aaa;
}
#header .datearea ul li {
 /* リストを横並びにする時 */	
 /* display: table-cell; */
	border-right: 1px dashed #aaa;
	box-sizing: border-box;
 /* width: 20%; */
	vertical-align: middle;
	position: relative;
	padding-top: 50px;
}
#header .datearea ul li:last-child {
}
#header .datearea ul li h3{
    background: #ec5503 none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
    padding: 10px 0px;
	text-align:center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
#header .datearea ul li .box_01{
	display: inline; /*　1箇所だけの時 */
/*	display: table;
*/	width: 100%;	
}
#header .datearea ul li .box_02 {
	display: table-cell;
	padding: 27px 17px;/*　1箇所だけの時 */
	
/*	padding: 21px 17px;
*/	vertical-align: top;
}

#header .datearea ul li .box_02 .place {
	margin-top: 10px;

}

#header .datearea ul li .box_02 .subtext {
	font-size: 16px;
	border: 1px dashed #103469;
	padding: 10px;
	margin: 20px 0 0;
}
#header .datearea ul li .box_02 .subtext a {
	font-weight: bold;
    font-size: 17px;
    background-color: #103469;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 4px;
}

#header .datearea ul li .iwamizawa {
	font-weight: bold;
	font-size: 20px;
	color: #ec5503;
}

#header .datearea ul li .kaigo {
	font-weight: bold;
	font-size: 20px;
	color: #ec5503;
	margin: 20px 0 0;
}

#header .datearea h3.nittei{
    background-color: #103469;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    padding: 7px 0;
    text-align: center;
    vertical-align: middle;
	display:block;
	width: 1040px;
	margin:0 auto;
}
#header .datearea .date02 {
	font-weight: bold;
	font-size: 17px;
}
#header .datearea .date02 span {
	color: #1F52A3;
	font-weight: bold;
	font-size: 27px;
	line-height: 1;
}
/* 開催予定 6日間  end*/


#header .datearea .inner > div {
	border-right: 1px dashed #aaa;
	display: table-cell;
/*	padding: 10px 20px;  開催日程が3日間の場合 */
	padding: 10px 36px;
}
#header .datearea .inner > div.box02 {
	border-right: 1px dashed #aaa;
	display: table-cell;
	padding: 21px 51px;
}

#header .datearea .date {
	font-weight: bold;
	font-size: 22px;
}
#header .datearea .date span {
	color: #1F52A3;
	font-weight: bold;
	font-size: 36px;
	line-height: 1;
}
#header .datearea .place {
	font-size: 14px;
}


/*--- ---*/



#header .meritarea {
	background: #19509f;
	padding-top: 25px;
}
#header .meritarea .wrapper > div {
	background-color: #fff;
/*	width: 487px;
*/
	width: 100%; /* TPRないとき */

	float: left;
	border-radius: 4px;
	overflow: hidden;
}
#header .meritarea .leftarea {
	margin-right: 6px;
}
#header .meritarea .hd {
	font-family: 'Noto Sans Japanese',"メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
	padding: 3px 8px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #EC5503;
}
#header .meritarea .rightarea .hd {
	background-color: #F6465C;
}
#header .meritarea .hd span {
	font-size: 26px;
}
#header .meritarea ul {
	padding: 10px 10px 10px 35px;
}
#header .meritarea ul li {
	margin-bottom: 5px;
	text-indent: -21px;
}
#header .meritarea ul li::before {
	content: "";
	background: url(img/merit-arrow1.png) no-repeat left center;
	background-size: contain;
	padding-left: 15px;
	margin-right: 5px;
}
#header .meritarea .rightarea ul li:before {
	background: url(img/merit-arrow2.png) no-repeat left center;
	background-size: contain;
}
#header .meritarea ul li:last-child {
	margin-bottom: 0;
}

#header .arrowarea {
	background: #19509F;
	height: 100px;
	padding-top: 23px;
	box-sizing: border-box;
	position: relative;
	clear: both;
}
#header .arrowarea::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 30px solid #19509F;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
}


/* -----OSAKA--------------------------------- */

#header .meritarea div.fullarea {
	background-color: #fff;
	width: 80%;
	margin: 0 auto;
	float: none;
	border-radius: 4px;
	overflow: hidden;
}
#header .meritarea div.fullarea ul {
	padding: 10px 10px 10px 200px;
}



/* ------------------------------
 section1
------------------------------ */

#section1 {
	background: url(img/about-bg.jpg) no-repeat fixed center top;
	position: relative;
	height: 1300px;
}
#section1 .wrapper {
	padding: 50px 0;
	text-align: center;
	color: #fff;
}
#section1 h1 {
	border-bottom: 1px solid #fff;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
#section1 h2 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 40px;
}



#section1 .point {
	margin: 0 auto 40px;
	width: 951px;
}
#section1 .point li {
	float: left;
	width: 297px;
	margin: 10px;
}
#section1 .bg {
	background-color: rgba(25,80,159,0.7);
	padding: 25px;
	border-radius: 15px;
}
#section1 .bg h2::before {
	color: #FFB232;
	font-weight: bold;
	content:"働きやすい職場です!!";
	display: block;
	font-size: 25px;
}
#section1 .txt {
	font-size: 21px;
}
#section1 .txt1 {
	margin-bottom: 40px;
}
#section1 .txt2 {
	
}
#section1 .image1 {
	float: right;
	padding-right: 70px;
}


/* ------------------------------
 section2
------------------------------ */


#section2 {
	background: #1C50A1 url(img/section2-bg.jpg) no-repeat fixed center top;
	padding: 40px 0;
}
#section2 .wrapper {
}
#section2 h1 {
	font-family: 'Noto Sans Japanese',"メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1.5;
}
#section2 h1::before {
	content: url(img/title-sun.png);
	padding-right: 10px;
	padding-top: 20px;
	vertical-align: middle;
}
#section2 .bg {
	background-color: #fff;
	padding: 40px;
	margin-bottom: 60px;
}
#section2 .promise .inner {
	background: #336600 url(img/promise-img.png) no-repeat right bottom;
	border-radius: 5px;
	padding: 30px;
	margin-bottom: 30px;
}
#section2 .promise .inner ul li {
	margin-bottom: 50px;
}
#section2 .promise .inner ul li:last-child {
	margin: 0;
}
#section2 .promise .rehabili-image {
	float: left;
}
#section2 .promise .rehabili {
	margin-left: 373px;
}
#section2 .promise .rehabili h2 {
	margin-bottom: 20px;
}
#section2 .promise .rehabili figure {
	margin-bottom: 15px;
}

#section2 .imagearea {
	width: 350px;
	float: right;
}
#section2 .imagearea img:first-child {
	margin-bottom: 10px;
}
#section2 .leftarea {
	width: 520px;
}
#section2 .bg .txt {
}
#section2 .massage .bigtxt {
	font-size: 28px;
	color: #FF9900;
	font-family: 'Noto Sans Japanese',"メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 0;
}
#section2 .massage h2 {
	border-top: 1px dotted #333;
	padding-top: 30px;
	margin-top: 30px;
	margin-bottom: 15px;
}
#section2 .adviser {
	font-size: 15px;
	margin-top: 30px;
	border-top: 1px dotted #333;
	padding-top: 30px;
}
#section2 .adviser img {
	float: left;
	padding-right: 20px;
}
#section2 .adviser .name {
	font-family: 'Noto Sans Japanese',"メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: right;
	margin-bottom: 20px;
	font-size: 18px;
}
#section2 .adviser .name .adviser-name {
	font-weight: bold;
	font-size: 24px;
	color: #1A509F;
}
#section2 .work figure {
	float: right;
	margin-left: 30px;
}
#section2 .work h2 {
	margin-bottom: 25px;
}
#section2 .imagearea2 {
	width: 472px;
	margin-top: 20px;
}
#section2 .imagearea2 img {
	float: left;
	width: 49%;
}
#section2 .imagearea2 img:first-child {
	margin-right: 2%;
}


/* ------------------------------
 section3
------------------------------ */

#section3 {
	background-color: #FFC94A;
	padding: 30px 0 50px;
}
#section3 .caution {
	text-align: center;
	font-size: 15px;
	margin: 15px 0;
	font-weight: bold;
}
#section3 #flow h1 {
	margin-bottom: 30px;
	text-align: center;
}
#section3 .flow {
	margin-right: -20px;
}

#section3 .flow li {
	background-color: #fff;
	margin-right: 20px;
	margin-bottom: 40px;
	width: 230px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}
#section3 .flow.column1 li,
#section3 .flow.column3 li {
	float: left;
}
#section3 .flow.column2 li {
	float: right;
}
#section3 .flow.column1 li::after,
#section3 .flow.column3 li::after {
	content: url(img/flow-arrow-right.png);
	position: absolute;
	right: -37px;
	top: 150px;
	z-index: 10;
}
#section3 .flow.column2 li::after {
	content: url(img/flow-arrow-left.png);
	position: absolute;
	left: -52px;
	top: 150px;
	z-index: 10;
}
#section3 .flow.column1 li:last-child::after,
#section3 .flow.column2 li:last-child::after,
#section3 .flow.column3 li:last-child::after {
	content:"";
}
#section3 .flow.column1 li:last-child .image::after,
#section3 .flow.column2 li:last-child .image::after {
	content: url(img/flow-arrow-bottom.png);
	position: absolute;
	z-index: 10;
	right: 90px;
	bottom: -56px;
}
#section3 .flow .inner {
	padding: 10px;
}
#section3 .flow .title {
	background-color: #D02F2F;
	color: #FFF;
	font-weight: bold;
	font-family: 'Noto Sans Japanese',"メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
	padding: 5px 10px;
	text-align: center;
	font-size: 22px;
	letter-spacing: 0;
	white-space: nowrap;
}
#section3 .flow .title span {
	display: none;
}
#section3 .flow .image img {
	max-width: 100%;
}
#section3 .flow .txt {
	font-size: 15px;
	margin-bottom: 15px;
}

/*-- --*/


#section3 #oshigoto h1 {
	text-align: center;
	margin-bottom: -17px;
}
#section3 #oshigoto .bg {
	background-color: #fff;
	border-radius: 5px;
	padding: 40px;
}
#section3 #oshigoto ul {
}
#section3 #oshigoto ul li {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px dashed #666;
}
#section3 #oshigoto ul li:last-child {
	border: none;
	padding: 0;
	margin: 0;
}
#section3 #oshigoto h2 {
	margin-bottom: 20px;
	font-family: 'Noto Sans Japanese',"メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 19px;
}
#section3 #oshigoto h2 img {
	float: left;
	margin-right: 15px;
}
#section3 #oshigoto h2 span {
	color: #19509F;
	font-weight: bold;
	font-size: 30px;
	display: inline-block;
	margin: 0 5px 0 10px;
}
#section3 #oshigoto .imagearea {
	width: 340px;
	float: right;
	margin-left: 20px;
}
#section3 #oshigoto .imagearea img:first-child {
	margin-bottom: 15px;
}
#section3 #oshigoto .textarea p {
	margin-bottom: 10px;
	font-size: 15px;
}



/* ------------------------------
 section4
------------------------------ */


#section4 {
	background: #fff url(img/section4-bg.jpg) no-repeat fixed center top;
	padding: 40px 0 100px;
}
#section4 h1 {
	font-family: 'Noto Sans Japanese',"メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
	font-size: 45px;
	font-weight: bold;
	color: #333;
	margin-bottom: 30px;
	line-height: 1.5;
}
#section4 h1::before {
	content: url(img/title-sun.png);
	padding-right: 10px;
	padding-top: 20px;
	vertical-align: middle;
}
#section4 #gaiyou {
	margin-bottom: 80px;
}
#section4 #gaiyou ul {
}
#section4 #gaiyou li {
	border-bottom: 1px dashed #666;
	width: 900px;
	margin: 0 auto 40px;
	padding-bottom: 40px;
}




#section4 #gaiyou li div.interview {
    border: 2px dashed #103469;
    border-radius: 5px;
    background-color: #fff;
    width: 72%;
	margin: 20px 0;
	padding: 20px;
    text-align: center;
}

#section4 #gaiyou li div.interview p {
	font-size: 20px;
    color: #ec5503;
    font-weight: bold;
}

#section4 #gaiyou li div.interview dl {
    margin: 0 35px 30px 35px;
}

#section4 #gaiyou li div.interview dl.iwamizawa_dl {
	border-bottom: solid 1px #ec5503;
	padding-bottom: 28px;
	margin-bottom: 10px;
}

#section4 #gaiyou li div.interview dl dt {
	font-weight: bold;
    font-size: 16px;	
    background-color: #ec5503b8;
    color: #fff;
    padding: 3px 0;
	margin: 20px 0 5px;
    border-radius: 4px;	
}

#section4 #gaiyou li div.interview dl dd {
	font-size: 14px;
}

#section4 #gaiyou li .interview a {
	display: inline-block;
	font-weight: bold;
    font-size: 17px;
    background-color: #103469;
    color: #fff;
    padding: 5px 15px;
    margin: 10px 0 0 15px;
    border-radius: 4px;
}
#section4 #gaiyou li .interview a:hover {
	opacity: 0.7;	
}

#section4 #gaiyou ul li:last-child {
	margin-bottom: 0;
	padding: 0;
	border: none;
}
#section4 #gaiyou .image {
	float: right;
	padding: 0 0 30px 20px;
}
#section4 #gaiyou .date {
	font-weight: bold;
	font-size: 30px;
}
#section4 #gaiyou .date span {
	color: #19509F;
	font-size: 45px;
}
#section4 #gaiyou .place {
	margin-bottom: 20px;
}

#section4 #gaiyou .kaigo {
	font-weight: bold;
	font-size: 20px;
	color: #ec5503;
	margin-bottom: 30px;
}


#section4 #gaiyou .sapporo .date::before {
	content: "[札幌]";
	font-size: 32px;
	font-weight: bold;
	margin-right: 10px;
	display: block;
	float: left;
	padding: 10px 0 70px 0;
}
#section4 #gaiyou .hakodate .date::before {
	content: "[函館]";
	font-size: 32px;
	font-weight: bold;
	margin-right: 10px;
	display: block;
	float: left;
	padding: 10px 0 70px 0;
}
#section4 #gaiyou .map {
	border: 1px solid #333;
	clear: both;
	width: 900px;
	height: 260px;
}
#section4 .time{
	margin:15px 0;
	background: #fff;
	padding:22px 18px;
	border:1px solid #333;
	width:auto;
}
#section4 .time{
	width: auto;
}
#section4 #gaiyou ul.sche li{
    border-bottom: none;
    margin: 0 auto 8px;
    padding-bottom: 8px;
    width: auto;
	float:left;
	font-size: 17px;
	font-weight: bold;
}
#section4 .time p.caution{
	color: #E40003;
}
/* -----OSAKA--------------------------------- */

#section4 #gaiyou .osaka .date::before {
}


/* ------------------------------
 Form
------------------------------ */

#form span.caution{
	font-size: 12px;
}

#form .bg {
	background-color: rgba(255,255,255,0.8);
	padding: 20px 40px 50px;
}

form#mailformpro {
	font-size: 16px;
	padding: 0;
}
table.inputform {
	width: 100%;
	margin: 0 0 30px 0;
	clear: both;
	border-collapse: collapse;
}
table.inputform tr {
	border-bottom: 1px solid #ccc;
}
table.inputform th {
	text-align: left;
	white-space: nowrap;
	font-weight: normal;
	vertical-align: middle;
	padding: 20px 40px;
	margin-bottom: 5px;
}
table.inputform td {
	padding: 20px 40px;
}
table.inputform tr:nth-child(odd) th,
table.inputform tr:nth-child(odd) td {
}
table.inputform textarea {
	height: 120px !important;
	width: 100% !important;
}
table.inputform input[type="text"],
table.inputform input[type="tel"],
table.inputform input[type="email"],
table.inputform textarea {
	width: 100%;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 1px;
	box-sizing: border-box;
	padding: 6px;
	vertical-align: middle;
	border-radius: 3px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1)inset;
}

table.inputform input[type=radio],
table.inputform input[type=checkbox] {
	vertical-align: middle;
}
select {
	border: 1px solid #CCC;
	border-radius: 2px;
	padding: 2px;
	vertical-align: middle;
}
table.inputform input.noborder {
	border: none;
}
table.inputform ul {
	overflow: hidden;
}
table.inputform ul.float li {
	float: left;
	padding-right: 10px;
}
.hissu {
	padding: 2px 8px;
	color: #FFFFFF;
	background-color: #5FA31B;
	font-size: 15px;
	border-radius: 3px;
	letter-spacing: 0.2em;
	vertical-align: middle;
	margin-right: 10px;
}
.mfp_err {
	clear: both;
}

.zipsearch {
	display: inline-block;
	background-color: #aaa;
	padding: 4px 8px;
	font-size: 12px;
	letter-spacing: 1px;
	color: #fff;
	border-radius: 2px;
	vertical-align: middle;
}

/* ---------- label override ---------- */

.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea {
    box-shadow: 0 0 5px rgba(0,0,0,0.1) inset;
}

form#mailformpro label {
	white-space: nowrap;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	display: block;
	margin: 6px;
}
form#mailformpro label.mfp_checked {
	padding: 4px 10px 4px 8px;
	background-color: rgba(254,153,0,.1);
	border: #FE9900 1px solid;
}
form#mailformpro label.mfp_not_checked {
	padding: 4px 10px 4px 8px;
	border: #ddd 1px solid;
	background-color: #fff;
}


/* ---------- button override ---------- */

.mfp_element_all {
	max-width: none;
}
#mfp_buttons p {
	text-align: center;
	width: auto;
	margin: 0 auto;
	box-shadow: none;
}
#mfp_buttons button#btn_confirm {
	border: none;
	border-radius: 4px;
	background: #FE9900;
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	font-family: inherit;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	padding: 0;
	text-shadow: none;
	vertical-align: middle;
}
#mfp_buttons button#btn_confirm:hover {
	border: none;
	background-color: #E66200;
	text-shadow: 0 0 8px #fff;
	box-shadow: none;
}

/* ---------- confirm.css override ---------- */

div#mfp_phase_confirm {
    /*margin-bottom: 70px;*/
}
div#mfp_phase_confirm h4 {
	font-size: 26px;
	font-weight: bold;
	color: #E66200;
	text-shadow: 0 0 4px rgba(230, 98, 0, 0.3);
	padding: 10px 0px 4px 0px;
	text-align: center;
	margin: 0 0 20px;
}

table#mfp_confirm_table {
	border-bottom: #bbb 1px dotted;
	width: 90%;
	margin: 0 auto;
}
table#mfp_confirm_table tr th {
	width: 25%;
	white-space: nowrap;
	padding: 10px 10px 10px 30px;
	font-weight: 700;
}
table#mfp_confirm_table tr td {
	padding: 10px 15px;
}
table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
	font-size: 14px;
	text-align: left;
	border-top: #bbb 1px dotted;
}
table#mfp_confirm_table tr.mfp_colored {
    background-color: #f7f7f7;
}

.mfp_buttons {
	margin-top: 30px;
}
div.mfp_buttons button {
	padding: 10px 10px;

	border: none;
	height: auto!important;
	color: #FFFFFF;
	font-size: 18px;
	border-radius: 5px;
	box-shadow: 0 2px 6px #ccc;
	cursor: pointer;
	font-family: inherit;
	margin: 0 10px;
	text-align: center;
	text-shadow: none;
}
div.mfp_buttons button#mfp_button_send {
	width: 220px;
	background: #FE9900;
	font-weight: bold;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
div.mfp_buttons button#mfp_button_send:hover {
	background: #E66200;
}
div.mfp_buttons button#mfp_button_cancel {
	width: 160px;
	background: #AAA;
}
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover {
	box-shadow: 0 3px 7px #aaa;
}



/* ------------------------------
 Form - Thanks
------------------------------ */

#thanksarea {
	background: #fff url(img/section4-bg.jpg) no-repeat fixed center top;
	padding: 100px 0;
}
#thanksarea h1 {
	font-family: 'Noto Sans Japanese',"メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
	font-size: 45px;
	font-weight: bold;
	color: #333;
	margin-bottom: 30px;
	line-height: 1.5;
}
#thanksarea h1::before {
	content: url(img/title-sun.png);
	padding-right: 10px;
	padding-top: 20px;
	vertical-align: middle;
}
#thanksarea .txt p {
	margin-bottom: 15px;
}
#thanksarea .back {
	margin: 50px 0 10px;
}
#thanksarea .back a {
	padding: 10px 10px;
	background-color: #aaa;
	color: #FFFFFF;
	font-size: 18px;
	border-radius: 5px;
	text-align: center;
}
.thanks #footer {
	height: 45px;
}
.thanks #footer .wrapper {
	height: 25px;
}


/* ------------------------------
 Footer
------------------------------ */

#footer {
	background-color: #fff;
	height: 95px;
}
#footer .wrapper {
	height: 70px;
	margin-top: 25px;
	position: relative;
}
#footer h1 {
	float: left;
}
#footer #copyright {
	position: absolute;
	right: 0;
	bottom: 0;
}
#footer #copyright small {
	font-size: 14px;
}









/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 959px){


body {
	font-size: 14px;
}

.spnone {
	display: none !important;
}
.pcnone {
	display: block !important;
}

.wrapper {
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}
.contact-bnr {
	width: auto;
	margin: 30px 10px;
}
.contact-bnr img {
	width: 100%;
}
.contact-bnr a img {
	margin-top: -14px;
}



/* ------------------------------
 Header
------------------------------ */


#header .bg {
	background-size: cover;
	height: 400px;
}
#header .toparea {
	height: 65px;
}
#header .toparea h1 {
}
#header .toparea h1 img {
	width: 180px;
	height: auto;
}
#header .toparea .tel {
	margin-top: 13px;
}
#header .toparea .tel img {
	width: 165px;
	height: auto;
}
#header .sp-telicon {
	display: block;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
#header .sp-telicon a {
	background-color: #e50012;
	border-radius: 3px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	height: 35px;
	padding: 5px;
	width: 55px;
}
#header .sp-telicon a img {
	width: 43px;
	height: auto;
}
#header .mainarea {
	height: 335px;
}
#header .mainarea img {
	width: 100%;
}
#header .mainarea .maintxt {
	bottom: 30px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 560px;
}
#header .mainarea .maintxt2 {
	width: 240px;
}


#header .datearea .wrapper {
	margin: 0;
}
#header .datearea h2 {
	font-size: 23px;
	padding: 3px;
}
#header .datearea .inner > div {
	padding: 10px 15px;
}

#header .datearea .inner > div.box02 {
	padding: 10px 15px;
}



#header .datearea .date {
	font-size: 16px;
}
#header .datearea .date span {
	font-size: 28px;
}



#header .meritarea {
	padding-top: 20px;
}
#header .meritarea .wrapper > div {
	width: 100%; /*TPRないとき */

/*	width: 49.5%;
*/}
#header .meritarea .leftarea {
	margin-right: 1%;
}
#header .meritarea .hd {
	font-size: inherit;
}
#header .meritarea .hd span {
	font-size: 20px;
}
#header .arrowarea {
	height: 65px;
	padding-top: 16px;
}
#header .arrowarea img {
	width: 500px;
	height: auto;
}
#header .arrowarea::after {
	bottom: -18px;
	border-top: 18px solid #19509F;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
}



/* -----OSAKA--------------------------------- */

#header .meritarea div.fullarea {
	background-color: #fff;
	width: 80%;
	margin: 0 auto;
	float: none;
	border-radius: 4px;
	overflow: hidden;
}
#header .meritarea div.fullarea ul {
	padding: 10px 10px 10px 50px;
}






/* ------------------------------
 section1
------------------------------ */

#section1 {
	height: auto;
	background-attachment: scroll;
	background-size: cover;
}
#section1 .wrapper {
}
#section1 h1 {
	width: 400px;
	margin: 0 auto 30px;
}
#section1 h1 img {
	width: 100%;
}
#section1 h2 {
	font-size: 26px;
}
#section1 .point {
	width: auto;
}
#section1 .point img {
	width: 100%;
}
#section1 .point li {
	margin: 0;
	padding: 1%;
	width: 33%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#section1 .bg {
	border-radius: 10px;
	padding: 15px;
}
#section1 .bg h2::before {
	font-size: 20px;
}
#section1 .txt {
	font-size: 16px;
}
#section1 .image1 {
	padding-right: 0;
}




/* ------------------------------
 section2
------------------------------ */

#section2 {
	padding: 30px 0 20px;
	background-image: none;
}
#section2 .wrapper {
}
#section2 h1 {
	font-size: 34px;
}
#section2 h1::before {
	background: url(img/title-sun.png) no-repeat left center;
	background-size: contain;
	content: "";
	padding-left: 40px;
}
#section2 .bg {
	padding: 20px;
}
#section2 .bg img {
	width: 100%;
	height: auto;
}
#section2 .promise .inner {
	background-image: none;
}
#section2 .promise .inner ul li {
	margin-bottom: 30px;
}
#section2 .promise .rehabili-image {
	float: none;
	margin-bottom: 30px;
	width: 100%;
}
#section2 .promise .rehabili {
	margin-left: 0;
}
#section2 .promise .rehabili h2 img {
	width: 300px;
}
#section2 .promise .rehabili figure {
	text-align: center;
}
#section2 .promise .rehabili figure img {
	width: auto;
}

#section2 .imagearea {
	float: none;
	width: auto;
	margin-bottom: 20px;
}
#section2 .imagearea img {
	width: 48%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#section2 .imagearea img:first-child {
	margin-bottom: 0;
	margin-right: 2%;
}
#section2 .leftarea {
	width: auto;
}
#section2 .massage .bigtxt {
	font-size: 24px;
}
#section2 .massage h2 img {
	width: 300px;
}
#section2 .adviser img {
	width: auto;
}
#section2 .work figure {
	float: none;
	width: 387px;
	margin: 0 auto 30px auto;
}
#section2 .work h2 img {
	width: 300px;
}
#section2 .imagearea2 {
	width: auto;
}
#section2 .imagearea2 img {
	width: 49%;
}



/* ------------------------------
 section3
------------------------------ */


#section3 {
	background-color: #FFC94A;
	padding: 15px 0;
}
#section3 img {
	width: 100%;
}
#section3 #flow h1 {
	margin: 0 20px 25px;
}
#section3 .flow {
	margin: 0;
}
#section3 .flow li {
	width: 48%;
	margin: 1%;
}
#section3 .flow.column1 li::after,
#section3 .flow.column2 li::after,
#section3 .flow.column3 li::after {
	content: "";
}
#section3 .flow.column1 li:last-child .image::after,
#section3 .flow.column2 li:last-child .image::after {
	content: "";
}
#section3 .flow .title span {
	display: inline-block;
	margin-right: 8px;
}


/*-- --*/


#section3 #oshigoto h1 {
	margin: 30px 10px -17px 0;
}
#section3 #oshigoto .bg {
	padding: 20px;
}
#section3 #oshigoto ul {
}
#section3 #oshigoto ul li {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #666;
}
#section3 #oshigoto ul li:last-child {
	border: none;
	padding: 0;
	margin: 0;
}
#section3 #oshigoto h2 {
}
#section3 #oshigoto h2 img {
	width: auto;
}
#section3 #oshigoto h2 span {
}
#section3 #oshigoto .imagearea {
	float: none;
	width: auto;
	margin: 0 0 20px 0;
	text-align: center;
}
#section3 #oshigoto .imagearea img {
	width: 48%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#section3 #oshigoto .imagearea img:first-child {
	margin-bottom: 0;
	margin-right: 2%;
}



/* ------------------------------
 section4
------------------------------ */


#section4 {
	background-attachment: scroll;
	background-size: cover;
}
#section4 h1 {
	font-size: 34px;
}
#section4 h1::before {
	background : url(img/title-sun.png) no-repeat left center;
	background-size: contain;
	content: "";
	padding-left: 40px;
	margin-right: 5px;
}
#section4 #gaiyou {
	margin-bottom: 80px;
}
#section4 #gaiyou ul {
}
#section4 #gaiyou li {
	width: auto;
}

#section4 #gaiyou li div.interview dl {
	width: auto;
}

#section4 #gaiyou .sapporo .date::before,
#section4 #gaiyou .hakodate .date::before {
	float: none;
	padding: 0;
}

#section4 #gaiyou .map {
	width: 100%;
	overflow: hidden;
}

#section4 #gaiyou .mapbtn {
	border: 1px solid #19509F;
	border-radius: 4px;
	overflow: hidden;
	margin: 20px 0;
}
#section4 #gaiyou .mapbtn a {
	background-color: #19509F;
	color: #fff;
	display: block;
	line-height: 20px;
	padding: 7px 10px;
	position: relative;
}
#section4 #gaiyou .mapbtn a::after {
	position: absolute;
	right: 10px;
	top: 10px;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}



/* ------------------------------
 Form
------------------------------ */

#form .bg {
	padding: 10px 10px 30px;
}
table.inputform tr,
table.inputform th,
table.inputform td {
	display: block;
}
table.inputform tr {
	padding: 8px 0;
}
table.inputform th {
	margin-bottom: 0;
}
table.inputform td,
table.inputform th {
	padding: 8px 3px;
}



/* ------------------------------
 Form - Thanks
------------------------------ */

#thanksarea {
	padding: 50px 10px;
}
#thanksarea h1 {
	font-size: 25px;
}
#thanksarea h1::before {
	content: "";
}



/* ------------------------------
 Footer
------------------------------ */

#footer {
	height: 70px;
}
#footer .wrapper {
	height: 50px;
}
#footer h1 {
}
#footer h1 img {
	width: 180px;
	height: auto;
}
#footer #copyright {
}
#footer #copyright small {
	font-size: 12px;
}

/* ------------------------------
 	開催日程（6日間あるケース）
------------------------------ */

#header .datearea ul {
	border-left: none;
	width: 100%;
}
#header .datearea h3.nittei{
	width: 100%;
}
#header .datearea ul li .box_02{
   box-sizing: border-box;	
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   padding: 10px 15px;
}
#header .datearea .date02{
	font-size: 16px;
	
}
#header .datearea .date02 span{
	font-size: 24px;	
}

}




/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 645px )
 
------------------------------------------------------------------------------------------------------------------------ */



@media only screen and (max-width: 644px){


.contact-bnr a img {
	margin-top: -10px;
}

/* ------------------------------
 Header
------------------------------ */

#header .bg {
	background: #F8F9FA url("img/header-bg-sp_20190322.png") no-repeat scroll center bottom;
	background-size: contain;
	height: 200px;
}
#header .bg.osaka {
	background: #F8F9FA url("img/osaka/header-bg-sp.png") no-repeat scroll center bottom;
	background-size: contain;
	height: 200px;
}

#header .toparea h1 {
}
#header .toparea h1 img {
	width: 110px;
}
#header .toparea .tel {
	display: none;
}
#header .mainarea {
	display: none;
}


#header .datearea {
	height: auto;
}
#header .datearea .wrapper {
	display: block;
}
#header .datearea .inner {
	display: block;
	width: 100%;
}
#header .datearea h2 {
	display: block;
	width: auto;
	height: auto;
	font-size: inherit;
}
#header .datearea h2 br {
	display: none;
}
#header .datearea .inner > div {
	display: block;
	text-align: center;
	border-right: none;
	border-bottom: 1px dashed #aaa;
}

#header .datearea .inner > div.box02 {
	display: block;
	text-align: center;
	border-right: none;
	border-bottom: 1px dashed #aaa;
}

/* 開催予定 6日間 */
#header .datearea h3.nittei{
	width: 100%;
	font-size: 24px;
}

#header .datearea ul {
	display: block;
	text-align: center;
	border-left: none;
	width: 100%;
	
}
#header .datearea ul li {
    display: block;
	text-align: center;
/*	width: 50%;*/
	width: 100%;
	float: left;
	border-bottom: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 0;
}
#header .datearea ul li h3 {
	position: static;
}
#header .datearea ul li.full {
	clear: both;
	width: 100%;
}
#header .datearea ul li .box_01 {
}
#header .datearea ul li .box_02 {
	/*border-right:1px dashed #aaa;*/
	width: auto;
	padding: 10px 5px;
	display: block;
}
#header .datearea .date02 {
	font-weight: bold;
	font-size: 14px;
}
#header .datearea .date02 span {
	color: #1F52A3;
	font-weight: bold;
	font-size: 23px;
	line-height: 1;
}

/* 開催予定 6日間 end*/

#header .meritarea .wrapper > div {
	width: auto;
	float: none;
}
#header .meritarea .leftarea {
	margin: 0 0 15px 0;
}
#header .arrowarea {
	height: 50px;
	padding-top: 14px;
}
#header .arrowarea img {
	width: 310px;
}
#header .arrowarea::after {
	bottom: -10px;
	border-top: 10px solid #19509F;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}



/* ------------------------------
 section1
------------------------------ */

#section1 .wrapper {
	padding: 30px 0;
}
#section1 h1 {
	width: 240px;
}
#section1 h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
#section1 .point {
	margin-bottom: 20px;
}
#section1 .txt {
	font-size: inherit;
	text-align: left;
}
#section1 .txt br {
	display: none;
}
#section1 .bg h2::before {
	font-size: 14px;
}
#section1 .image1 img {
	width: 70px;
}


/* ------------------------------
 section2
------------------------------ */


#section2 h1 {
	font-size: 22px;
	margin-bottom: 15px;
	line-height: 1;
}
#section2 h1::before {
	padding-left: 25px;
	margin-right: 5px;
}
#section2 .bg {
	padding: 10px;
	margin-bottom: 35px;
}
#section2 .wrapper:last-child .bg {
	margin-bottom: 0;
}
#section2 .promise .inner {
	padding: 10px;
	margin-bottom: 15px;
}
#section2 .promise .inner ul li {
	margin-bottom: 20px;
}
#section2 .promise .rehabili h2 img {
	width: 220px;
}
#section2 .promise .rehabili figure img {
	width: 100%;
}
#section2 .imagearea img:first-child {
	margin-right: 1%;
}
#section2 .massage .bigtxt {
	font-size: 18px;
}
#section2 .massage h2 {
	margin-top: 20px;
	padding-top: 20px;
}
#section2 .massage h2 img {
	width: 220px;
}
#section2 .adviser {
	margin-top: 20px;
	padding-top: 20px;
}
#section2 .adviser img {
	width: 90px;
	padding-right: 10px;
}
#section2 .adviser .name {
	font-size: 13px;
	text-align: left;
}
#section2 .adviser .name .adviser-name {
	font-size: 19px;
	display: block;

}
#section2 .work figure {
	width: auto;	
}
#section2 .work h2 img {
	width: 220px;
}


/* ------------------------------
 section3
------------------------------ */


#section3 #flow h1 {
	margin: 0 0 10px;
}
#section3 .caution {
	text-align: left;
}
#section3 .flow li {
	width: auto;
	margin: 0 0 15px 0;
}
#section3 .flow .txt {
	height: auto !important;
}
#section3 #oshigoto h1 {
	margin: 10px 0;
}
#section3 #oshigoto .bg {
	padding: 10px;
}
#section3 #oshigoto ul li {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#section3 #oshigoto h2 {
	font-size: inherit;
	margin-bottom: 10px;
}
#section3 #oshigoto h2 img {
	width: 30px;
	margin-right: 5px;
}
#section3 #oshigoto h2 span {
	font-size: 20px;
}



/* ------------------------------
 section4
------------------------------ */

#section4 {
	padding: 40px 0;
}
#section4 #gaiyou .image {
	display: none;
}
#section4 h1 {
	line-height: 1;
	font-size: 24px;
	margin-bottom: 20px;
}
#section4 h1::before {
	padding-left: 30px;
}
#section4 #gaiyou li {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#section4 #gaiyou .date {
	font-size: 16px;
}
#section4 #gaiyou .date span {
	font-size: 24px;
}
#section4 #gaiyou .sapporo .date::before,
#section4 #gaiyou .hakodate .date::before {
	font-size: 16px;
}

#section4 #gaiyou .map {
	display: none;
}


#section4 #gaiyou li div.interview {
	width: auto;
}


/* ------------------------------
 Form
------------------------------ */


form#mailformpro label {
	font-size: 14px;
	white-space: normal;
}
table.inputform td,
table.inputform th {
	padding: 3px;
}
#mfp_buttons button#btn_confirm {
	width: 250px;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
}

#section4 #gaiyou ul.sche li{
	font-size: 15px;

}

/* ------------------------------
 Footer
------------------------------ */

#footer {
	height: auto;
}
#footer h1 {
	float: none;
	text-align: center;
}
#footer h1 img {
	width: 140px;
}
#footer .wrapper {
	height: auto;
	margin-top: 15px;
}
#footer #copyright {
	position: static;
	text-align: center;
	margin: 15px 0 10px;
}

#header .datearea ul li:last-child {
    width: 100%; /*　会場が 3会場あるとき */
}



}