@charset "utf-8";
html, body {
	overflow-x: hidden!important; /* Prevent scroll on narrow devices */
}
body {
	font-size: 16px;
	font-family: 'Noto Sans','Noto Sans CJK JP','Noto Sans CJK JP Subset',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	line-height: 1.5;
	text-align: left;
	padding-top: 0;
	-webkit-text-size-adjust: none;
}
a {
	color: #dd294d;
	text-decoration: none;
}
i {
	color: #dd294d;
	text-decoration: none;
}
.tx_link{
	text-decoration: underline;
}
.tx_link i{
	color: #dd294d;
}
.innr {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.link_btn{
	padding:0 15px;
	margin-bottom:30px;
	height:70px;
	line-height: 70px;
	font-size:20px;
	display: block;
	width:40%;
	margin-right:1.5%;
	background: #6ad2e0;
	border: 1px solid #dd294d;
	box-sizing: border-box;
	color:#fff;
}
.link_btn:nth-child(2n){
	margin-right:0;
}
.link_btn:after{
    content: "\f138";
    font-family: "Font Awesome 5 Free";
	font-weight: bold;
	float: right;
	color: #dd294d;
	color: #fff;
	font-size:24px;
}
.link_btn:hover{
	opacity: 0.8;
}
@media screen and (min-width:769px) {
.only-sp {
	display: none !important;
}
.link_btn{
	min-width: 360px;
}
}

@media screen and (max-width:768px) {
.only-pc {
	display: none !important;
}
.link_btn{
	height:60px;
	line-height: 60px;
	margin-bottom:15px;
}
}
@media screen and (max-width:460px) {
.link_btn{
	width:100%;
	margin-right:0;
}
}
/*header
========================================*/

#header .innr {
	position: relative;
	max-width: 90%;
}

#header .logo a{
	display: block;
    margin:30px 0;
	width:217px;
	height:60px;
}
#header .logo a img{
	width: 100%;
	height:auto;
}
.contactset {
	position: fixed;
	top: 30px;
	right:3%;
	z-index: 1;
}
.entry_btn{
	display:block;
	line-height: 1;
	padding:0.9em;
	background: #fff;
	font-size:20px;
	color:#fff;
	font-weight: bold;
	background: #dd294d;
	border: 2px solid #dd294d;
	border-radius:30px;
}
.entry_btn:hover{
	color:#dd294d;
	background: #fff;
}
.entry_btn i{
	color:#fff;
}
.entry_btn:hover i{
	color:#dd294d;
}
#menu{
	border-left: 2px solid #666;
    position: absolute;
    right: 300px;
    top: 48px;
}
#menu a{
	display: inline-block;
	border-right:2px solid #666;
	padding:0 1em;
}
#topmain {
	height: 600px;
    background: url(/common/img/main_top.jpg) no-repeat;
    background-size: cover;
    background-position: center;
	display: flex;
    justify-content: center;
    align-items: center;
}
#topmain .title{
	font-weight: bold;
	font-size:40px;
}
#topmain .title span{
	color:#dd294d;
	display: inline-block;
    padding-bottom: 0.5em;
	line-height: 1.2;
	font-size:120%;
}
#topmain_recruit {
	height: 600px;
    background: url(/common/img/main_recruit.jpg) no-repeat;
    background-size: cover;
    background-position: center;
	display: flex;
    align-items: center;
}
#topmain_recruit .title{
	text-align: center;
	font-weight: bold;
	font-size:40px;
	width:47%;
	padding:0 50% 0 3%;
}

@media screen and (max-width:1240px) {
#header .logo a{
	display: block;
    margin:10px 0 40px 0;
}
.contactset {
    top: 10px;
}
#menu{
    right: 3%;
    top: 76px;
}
#menu a{
	font-size:14px;
}
#topmain {
	height: 500px;
}
#topmain .title{
	font-size:30px;
}
#topmain_recruit {
	height: 500px;
}
#topmain_recruit .title{
	font-size:30px;
}
}
@media screen and (min-width:769px) {
.menubtn {
	display: none;
}
}
@media screen and (max-width:1024px) {
#topmain {
	height: 500px;
}
#topmain .title{
	font-size:3vw;
}
#topmain_recruit {
	height: 500px;
}
#topmain_recruit .title{
	font-size:3vw;
}
}
@media screen and (max-width:768px) {
.logo {
	font-weight: lighter;
	width: 100%;
	color: #dd294d;
	font-size: 19px;
    position: relative;
    line-height: 1.4;
}
#header .logo a{
    height:40px;
	width:143.22px;
	margin:10px 0;
}
.menubtn {
	position: fixed;
	right: 0;
	top: 0;
	background: #dd294d;
	z-index: 91;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	text-align: center;
}
#menu.togmenu {
	display: none;
}
.menubtn i {
	color: #fff;
}
#menu {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 80;
	padding:0;
	height:auto;
	line-height: 1.5;
	border-left: 0px;
}
#menu a {
	line-height: 1;
	display: block;
	border-top: 2px solid #ccc;
	border-right: 0px;
	padding: 15px;
	position: relative;
	box-sizing: border-box;
	font-size: 16px;
	width: 100%;
}
#menu a:last-child {
	border-top: 0px;
	background: #dd294d;
	color:#fff;
}
#menu a:last-child i{
	color:#fff;
}
#header .contactset {
	position: fixed;
	top: inherit;
	bottom:10px;
	left: 0;
	display: none;
	z-index: 90;
	width: 100%;
	box-sizing: border-box;
	padding: 0 74px 0 10px;
	text-align: center;
	font-size: 18px;
}
.entry_btn,.entry_btn i{
    font-size: 18px;
    box-shadow: none;	
}
#topmain {
	height: 400px;
}
#topmain .title {
    font-size: 20px;
}
#topmain_recruit {
	height: 400px;
	background: url(/common/img/main_recruit.jpg) no-repeat;
    background-size: cover;
    background-position: 60% center;
}
#topmain_recruit .title {
    font-size: 20px;
    width: 65%;
    padding: 0 0 0 3%;
}
}

@media screen and (max-width:480px) {
#topmain {
	height: 300px;
}
#topmain .title {
    font-size: 18px;
}
#topmain_recruit {
	height: 300px;
}
#topmain_recruit .title {
    font-size: 16px;
}
}

@media screen and (max-width:370px) {
}
/*contents
========================================*/

main {
	
}
main section {
	padding:60px 0;
}
main h1,
main h2 {
    font-weight: bold;
	margin-bottom: 30px;
	font-size: 30px;
}
main h1,
main h2 {
    font-weight: bold;
	margin-bottom: 30px;
	font-size: 30px;
	color:#dd294d;
	text-align: center;
}
main h1 span,main h2 span {
    color:#666666;
	font-size:20px;
	display: block;
	padding-bottom:20px;
	margin-bottom:15px;
	line-height: 1;
	position: relative;
}
main h1 span:after,main h2 span:after {
    content:"";
	width:60px;
	height:2px;
	position: absolute;
	left:50%;
	bottom:0;
	margin-left:-30px;
	background:#666;
}
main h2.txt_gray{
	color:#666;
}
main h3 {
	color: #dd294d;
    font-weight: bold;
	margin-bottom: 30px;
	font-size:24px;
}
main h4 {
	font-size:20px;
    font-weight: bold;
	margin-bottom: 15px;
}
main p {
	line-height: 2;
	margin-bottom: 30px;
}
.pm0 {
	margin-bottom: 0 !important;
}
.bg_pink{
	background:#ffeded;
}
.bg_gray{
	background:#f4f4f4;
}
.fbox{
	display:flex;
	flex-wrap:wrap;
}
.ph_left,.ph_right{
	justify-content: space-between;
    align-items: flex-start;
}
.ph_left img,.ph_right img{
    width: 25%;
	max-width: 300px;
    height: auto;
}
.ph_left .text,.ph_right .text{
    width: 72%;
}
.set_3{
	justify-content: space-between;
}
.set_3 div{
	width:31.333%;
}
.set_3 div img{
	width:100%;
	height:auto;
	margin-bottom:20px
}
.set_3 div h3{
	color:#000;
	margin-bottom:20px;
}
.ph1{
	width:50%;
	margin:0 auto 30px;
}
.ph1 img{
	width:100%;
}
.ph2 {
    margin-bottom: 30px;
}
.ph2 li {
    width: 48.5%;
    float: left;
    margin-right: 3%;
    text-align: center;
    line-height: 2;
}
.ph2 li:nth-child(2n) {
    margin-right: 0;
}
.ph2 li img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
/*下層ページ*/
.dlwrap{
	margin-bottom:30px;
}
.dlwrap{
	border-top: 2px dotted #ccc;
}
.dlwrap dl{
	border-bottom: 2px dotted #ccc;
	padding: 20px 0;
}
.dlwrap dt{
	float: left;
	width: 150px;
}
.dlwrap dd{
	padding-left: 150px;
}
.arrow-down{
	text-align: center;
	color:#17a740;
	font-size: 40px;
    line-height: 1;
}
.ul_style, .ol_style {
    margin-bottom: 30px;
}
.ul_style li {
    list-style: disc;
    margin-left: 1.5em;
    line-height: 2;
}
.ol_style li {
    margin-left: 1.5em;
    line-height: 2;
}

.block{
	background: #f4f4f4;
	border:2px solid #ccc;
	padding:40px 40px 0.1px;
	position: relative;
	margin-top: 60px;
}
.block_title{
	font-size: 30px;
    font-weight: bold;
    padding: 0.5em;
    line-height: 1;
    position: absolute;
    top: -1em;
    left: 50%;
    margin-left: -3.5em;
    background: #dd294d;
    color: #fff;
}
.block h2:before{
	background: none;
	height: 0;
}
.flow_item{
	margin-left:35px;
	padding-bottom:40px;
	padding-left:60px;
	border-left:5px solid #dd294d;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}
.block .flow_item:last-child{
	padding-bottom:0;
	margin-bottom:40px;
}
.flow_item img{
	width:27%;
	height:auto;
}
.flow_item .text{
	width:70%;
}
.flow_item h3{
	margin-bottom:1em;
}
.flow_item.flow_01:before,.flow_item.flow_03:before,.flow_item.flow_04:before,.flow_item.flow_05:before{
	content:"9:00";
	font-size:20px;
	width:80px;
	height:80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #dd294d;
	color:#fff;
	position: absolute;
	top:0;
	left:-40px;
	border-radius: 50%;
} 
.flow_item.flow_03:before{
	content:"13:00";
} 
.flow_item.flow_04:before{
	content:"14:00";
} 
.flow_item.flow_05:before{
	content:"18:00";
} 
.link_wrap .link_btn{
	margin:0 auto;
}
.block_list li{
	position:relative;
	counter-increment: number;
	margin-bottom:30px;
	line-height: 2;
	background: #f7f7f7;
    padding: 50px 30px 30px;
}
.block_list li:before{
    content:counter(number,decimal-leading-zero);
	font-size: 30px;
	line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
	padding-bottom: 5px;
    border-bottom: 4px solid #dd294d;
	font-family: "A-OTF UD新ゴ Pro", A-OTF UD Shin Go Pro, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.block_list li img{
	float:right;
	margin:0 0 15px 15px;
}
.block_list li p:last-child{
	margin-bottom:0;
}
.block_list_innr{
	display: none;
}
.read_more,.close{
	margin-bottom:0;
	cursor: pointer;
}
.read_more:hover,.close:hover{
	text-decoration: underline;
}
.read_more.active{
	display: none;
}
.tel_number{
	font-size: 24px;
    color: #dd294d;
}

.link_wrap{
	text-align: center;
}
.dl_wrap{
    border-top: 1px solid #ccc;
}
.dl_wrap dl{
	width:100%;
	display: flex;
	flex-wrap:wrap;
	line-height: 2;
	border-bottom: 1px solid #ccc;
}
.dl_wrap dl:nth-child(odd) {
    background: #fff;
}
.dl_wrap dt,.dl_wrap dd{
	padding:10px;
	box-sizing: border-box;
}
.dl_wrap dt{
    width:30%;
	font-weight:bold;
	background:#96969633;
}
.dl_wrap dd{
    width:70%;
}
.dl_wrap2{
    border-top: 1px solid #ffc9cf;
}
.dl_wrap2 dl{
	width:100%;
	display: flex;
	flex-wrap:wrap;
	line-height: 2;
	border-bottom: 1px solid #ffc9cf;
}
.dl_wrap2 dl:nth-child(odd) {
    background: #fff;
}
.dl_wrap2 dt,.dl_wrap2 dd{
	padding:10px;
	box-sizing: border-box;
}
.dl_wrap2 dt{
    width:30%;
	font-weight:bold;
	background:#dd294d1a;
}
.dl_wrap2 dd{
    width:70%;
}
@media screen and (min-width:789px) {
main h2.txt_gray{
	font-size:26px;
}
}
@media screen and (max-width:1024px) {
.set_3 div{
	width:48.5%;
	margin-bottom:20px;
}
.set_3 div:last-child{
	margin-bottom:0;
}
}
@media screen and (max-width:768px) {
main {

}	
main p {
	margin-bottom: 20px;
}
main section {
	padding: 40px 0;
}
main h1,main h2{
	font-size: 20px;
	margin-bottom: 20px;
}
main h1 span,main h2 span{
	font-size: 16px;
	margin-bottom: 20px;
}
main h3 {
	margin-bottom: 20px;
	font-size:18px;
}
main h4 {
	margin-bottom: 20px;
}
.arrow-down {
    font-size: 30px;
}
table.table01 th, table.table01 td{
	padding:7px;
	font-size:14px;
}
.ph_left img,.ph_right img{
    width: 100%;
    display: block;
    margin: 0 auto 20px;
}
.ph_left .text,.ph_right .text{
    width: 100%;
}
.ph_right .text{
    order:2;
}
.ph_right img{
    order:1;
}
.set_3 div{
	width:100%;
}
.dl_wrap dt,.dl_wrap dd,.dl_wrap2 dt,.dl_wrap2 dd{
    width:100%;
}
.block{
	padding:20px 20px 0.1px;
	margin-top: 40px;
}
.block_title{
	font-size: 20px;
}
.flow_item {
    margin-left: 20px;
    padding-bottom: 0;
    padding-left: 40px;
}
.block .flow_item:last-child{
    padding-bottom: 0;
    margin-bottom: 20px;
}
.flow_item.flow_01:before, .flow_item.flow_03:before, .flow_item.flow_05:before {
    font-size: 16px;
    width: 50px;
    height: 50px;
	left: -27px;
}
.flow_item img{
    width:100%;
	max-width: 300px;
	margin-bottom:15px;
}
.flow_item .text {
    width: 100%;
}
.ul_stle, .ol_style {
    margin-bottom: 15px;
}
.ph2 {
    margin-bottom: 15px;
}
.ph1{
	width:70%;
	margin:0 auto 15px;
}
.unkerlink{
	margin-top: -70px;
    padding-top: 70px;
}
}

@media screen and (max-width:460px) {
.ph-left p,.ph-right p {
	float:none;
	width:100%;
}
.ph-left img, .ph-right img {
	margin-right: 0;
	width: 80%;
	display: block;
	float: none;
	margin: 0 auto 15px;
}
.ph2 {
    margin-bottom: 0;
}
.ph2 li {
    text-align: center;
    margin-bottom: 15px;
    line-height: 2;
	width:100%;
	margin-right:0;
}

.dl_wrap dt,.dl_wrap dd,.dl_wrap2 dt,.dl_wrap2 dd{
	padding:7px;
}
}
/*パンくず --------------------*/

#kuzu {
	position: absolute;
	top: -3em;
	font-size: 14px;
}
#kuzu ol li {
	display: inline-block;
}
#kuzu ol li a:after {
	color: #dd294d;
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: bold;
	margin: 0 0.5em;
}
#kuzu ol li:last-child a {
	color: #333;
}
#kuzu ol li:last-child a:after {
	content: '';
	margin: 0;
}

@media screen and (min-width:769px) {
#kuzu {
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
}
}

@media screen and (max-width:768px) {
#kuzu {
	padding: 0 0 15px;
	margin: 0 auto;
	position: initial;
}
#kuzu ol li {
	display: inline;
}
}
/*footer
========================================*/

#footer {
	text-align: center;
	border-top: 5px solid #dd294d;
}
#footer .innr {
	padding: 40px 0;
}
#footer .logo {
	padding: 0 0 20px;
}
#footer .contact {
	margin: 0 0 20px;
	display: flex;
	justify-content: center;
}
#footer .entry_btn {
	max-width: 240px;
}
.f_list {
	
}
.f_list a{
	line-height: 2;
	display: inline-block;
    padding: 0 0.5em;
}
.f_list a, .f_list a i{
	color: #333;
}
.f_list a:hover,.f_list a:hover i{
	color:#666;
}

.copyright {
	text-align: center;
	color: #333;
	padding-bottom:40px;
}
.pagetop {
	display: none;
	width: 60px;
    height: 60px;
    position: fixed;
    bottom: 10px;
    right: 30px;
    cursor: pointer;
    z-index: 99;
    background: #dd294d;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}
.pagetop i {
	color: #fff;
	font-size: 20px;
}
.pagetop:hover {
	box-sizing: border-box;
	border:2px solid #dd294d;
	background:#fff;
}
.pagetop:hover i {
	color: #dd294d;
}
@media screen and (max-width:768px) {
#footer .innr {
	padding: 30px 0;
}
#footer .logo {
	padding: 0 0 10px;
}
#footer .logo img{
	width:150px;
	height:auto;
}
.copyright {
	text-align: center;
	padding-bottom:94px;
}
.pagetop {
	width:54px;
	height:54px;
	right: 10px;
	bottom: 10px;
}
}
/*メールフォーム
================================================*/
.mailform {
	margin-bottom: 15px;
	display: flex;
	flex-wrap:wrap;
}
form#mailformpro {
	padding: 0;
}
div.mfp_ok {
	display: none !important;
}
div.mfp_err {
	padding: 0;
	background-image: none;
	background: #ffeded;
    color: #dd294d;
    padding: 5px;
}
.problem {
	background-color: #f7f7f7;
}
.must {
	background-color: #dd294d;
	padding: 4px 0.7em;
    border-radius: 15px;
	border: 0px;
	text-shadow: none;
	box-shadow: none;
	background-image: none;
	float:none;
	display: inline-block;
	color:#fff;
	font-size:14px;
}
form#mailformpro dl dt, form#mailformpro dl dd {
	font-size: 16px;
	text-align: left;
}
form#mailformpro dl dt {
	width: 30%;
	padding:10px;
	font-weight: bold;
	box-sizing:border-box;
	background: #96969633;
}
form#mailformpro dl dt.mfp_colored {
	background: #e1e1e1;
}
form#mailformpro dl dd {
	width: 70%;
	padding: 10px;
	box-sizing:border-box;
	border-top: solid 1px #CCC;
}
form#mailformpro label.mfp_not_checked {
	border: 0px;
}
form#mailformpro label.mfp_checked, form#mailformpro label.mfp_not_checked {
	border: 0px;
	background-color: transparent;
	box-shadow: none;
}
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
	box-shadow: none;
	padding: 10px;
	text-shadow: none;
	font-size:16px;
}
.mfp_element_select-one {
	width: 140px;
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
	background: #dd294d;
	border: 0px;
	color: #fff;
	text-shadow: none;
	font-size: 20px;
	
	
    background: #dd294d;
    border: 0px;
    color: #fff;
    text-shadow: none;
    font-size: 20px;
	font-weight: bold;
    line-height: 1;
    padding: 0.9em;
    border-radius: 30px;
    min-width: 240px;
	border: 2px solid #dd294d;
}
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
	background: #fff;
	color:#dd294d;
	box-shadow: none;
}
div#mfp_phase_confirm h4 {
	text-align: left;
	font-weight: bold;
    margin-bottom: 30px;
    font-size: 20px;
}
.mfp_colored {
	background-color: #f4f4f4;
}
table#mfp_confirm_table tr{
	border-top:1px solid #ccc;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #f4f4f4;
}
table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
	font-size: 15px;
	padding: 15px 10px;
}
table#mfp_confirm_table tr th{
	font-weight:bold;
	background: #96969633;
	width:30%;
}
table#mfp_confirm_table tr td{
	width:70%;
}
table#mfp_confirm_table{
	border-top: 0px;
}
form#mailformpro label {
	white-space: normal;
}
div.mfp_buttons{
	padding-top:20px;
}
table#mfp_confirm_table{
	border-bottom:1px solid #ccc;
}
@media screen and (min-width :768px) {
.must {
	float:right;
}
}
@media screen and (max-width :800px) {
.must {
	margin: 0 5px 0 0;
}
	
div#mfp_phase_confirm h4 {
	margin-bottom: 15px;
    font-size: 18px;
}
table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
	padding: 10px;
	box-sizing: border-box;
}
form#mailformpro dl dt,form#mailformpro dl dd {
	width: 100%;
	box-sizing: border-box;
}
.mfp_element_select-one {
	width: auto;
}
	div.mfp_buttons button{
			font-size:20px;
}
table#mfp_confirm_table{
	border-bottom:2px solid #ccc;
}
	#mfp_button_send{
		margin-bottom:10px;
	}
	
	
}
