@charset 'utf-8';
/*
style.css
*/

/*--format--*/
html{
	width: 100%;
    font-size: 62.5%;
}
body{
	width: 100%;
	color: #494749;
    line-height: 1.75;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    -webkit-text-size-adjust: 100%;
}
:focus {
  outline-color: #2171cc;
  outline: 3px double #2171cc #fff; /* 外側の枠線 */
  outline-offset: 3px; /* 枠線同士の距離感 */
/*  box-shadow:
    -2px -2px #fff, 2px -2px #fff, 2px 2px #fff, -2px 2px #fff;*/
	  z-index: 5;
}
.inquiry__icon{
	width: 14px;
}
a.skip {
    width: 1px;
    color: #222;
    font-size: 0.1%;
    line-height: 0.1;
    background-color: #fff;
    position: absolute;
    text-align: center;
    padding: 5px 0;
    top: auto;
    z-index: 9999;
  left: -9999px;
    background-color: #eee !important;
}
a.skip:focus {
    display: block;
    width: 99.99%;
    font-size: 1.6rem;
    line-height: 1.6;
    top: 0;
    left: 0;
}
ul,
ol{
    margin: 0.5em 0;
    margin-left: 1.5em;
}
a{
	color: #494749;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
img{
	width: 100%;
	height: auto;
	max-width: 100%;
}
.ta_c{
	text-align: center;
}
.img_col02 ul,
.img_col03 ul{
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    gap: 2em;
    flex-wrap: wrap;
}
img.max_694{
	max-width: 694px;
}
img.max_500{
	max-width: 500px;
}
img.max_300{
	max-width: 300px;
}
.bnr_adobe{
    width: 158px;
    margin-right: 0.5em;
}
.content_inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.content_inner02{
	width: 100%;
	max-width: 1490px;
	margin: 0 auto;
}
.content_inner p + p{
	margin-top: 1em;
}
.content_inner h2,
.content_inner02 h2{
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 3.5rem;
    margin-bottom: 1.4em;
    font-weight: normal;
}
.content_inner h2::after,
.content_inner02 h2::after{
	content: "";
	width: 55px;
	height: 1px;
	background: #494749;
	display: block;
    margin: 4px auto 0;
}
.content_inner a{
	text-decoration: underline;
}
.content_inner a:hover{
	text-decoration: none;
}
.btn_type01 a{
    border: 1px solid #494749;
    border-radius: 999px;
    padding: 14px 44px;
    min-width: 280px;
    text-align: center;
    display: inline-block;
    background: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center right 20px;
	text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.btn_type01 a:hover{
    background: #fbf0e1 url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
	text-decoration: underline;
}
.none1024{
	display: block;
}
.main_h1{
    background: url(../images/bg_midashi.png) #faebd9;
    background-repeat: no-repeat;
    background-position: center center;
}
.main_h1 h1{
    width: 100%;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    padding: 3.5em 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 3.5rem;
    font-weight: normal;
}
@media (max-width:1279px){
	.content_inner{
    padding: 0 20px;
	}
}
@media (max-width:1024px){
.none1024{
	display: none;
}
}
@media (max-width:768px){
/*
	body{
    font-size: 1.4rem;
	}
*/
	.content_inner h2, .content_inner02 h2{
    font-size: 2.4rem;
	}
	.btn_type01 a{
    min-width: 240px;
	}
	.main_h1{
    background-size: 100%;
	}
	.main_h1 h1{
    padding: 2em 20px;
    font-size: 2.4rem;
	}
}

/*--header nav--*/
#top-head{
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 300;
    padding: 3px 0;
}
.header_inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header_logo{
    line-height: 0;
}
#header_logo a{
    display: block;
}
#gnavi ul{
	list-style: none;
	display: flex;
    align-items: center;
	gap:2em;
    margin: 0;
}
#gnavi ul li a:hover{
	text-decoration: none;
    border-bottom: 1px solid #494749;
}
#gnavi ul .active{
    border-bottom: 1px solid #494749;
}
#sp_navi_box .js-navCloseToggle {
    display: none;
}
#sp_navi{
    display: none;
}
@media (max-width:1279px){
	#top-head{
    padding: 10px;
	}
    #sp_navi {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0 5px;
    }
    #panel-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        width: 100%;
        padding: 15px 0 5px;
        background: none;
        color: #222;
        text-decoration: none;
        min-width: 40px;
    }
    #panel-btn-icon {
        display: block;
        position: relative;
        top: 50%;
        width: 36px;
        height: 2px;
        background: #494749;
        transition: .2s;
    }
	
    #panel-btn-icon:before, #panel-btn-icon:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 36px;
        height: 2px;
        background: #494749;
        transition: .3s;
    }
    #panel-btn-icon::before {
        margin-top: -12px;
    }
    #panel-btn-icon::after {
        margin-top: 10px;
    }
    #panel-btn #sp_navi_label {
        font-size: 0.9rem;
        line-height: 1;
        margin-top: 2.2em;
    }
    #panel-btn .close {
        background: transparent;
    }
    #panel-btn .close:before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    #panel-btn .close:after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }
    #panel-btn .close:before, #panel-btn .close:after {
        margin-top: 0;
    }
	#sp_menu{
    position: relative;
    z-index: 200;
	}
	#sp_navi_box{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eee;
    width: 100vw;
    height: 100vh !important;
        z-index: 100;
        overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
	}
	#sp_navi_box::-webkit-scrollbar{
  display: none;
	}
	#sp_navi_box .js-navCloseToggle {
    display: block;
    margin: 0 auto;
    border: 1px solid #494749;
    border-radius: 999px;
    padding: 14px 44px;
    min-width: 280px;
    text-align: center;
    color: #494749;
	}
	#sp_navi_box .js-navCloseToggle span{
    color: #494749;
	}
	#gnavi{
    padding: 80px 60px;
	}
	#gnavi ul{
    flex-direction: column;
	}
}
@media (max-width:768px){
	#header_logo img{
        max-width: 240px;
	}
}


/*--footer--*/
footer{
    padding: 40px 0 20px;
    background: url(../images/illust_09.png);
    background-repeat: no-repeat;
    background-position: bottom 40px left 40px;
        margin-top: 6em;
}
footer .content_inner{
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
        gap: 20px;
}
footer .company_name{
    font-size: 3.6rem;
    line-height: 1.35;
	margin-bottom: 20px;
}
footer .company_name span{
    font-size: 2.4rem;
	display: block;
}
footer .company_txt{
    font-size: 1.8rem;
}
footer .right_box .btn_type01{
    text-align: right;
    margin-bottom: 20px;
}
footer .right_box ul{
	list-style: none;
	display: flex;
    justify-content: flex-end;
	margin-bottom: 20px;
    margin-left: 0;
}
footer .right_box ul li::after{
	content: "|";
	display: inline-block;
	width: 0.5em;
	height: 1em;
	margin: 0 0.5em;
}
footer .right_box ul li:last-child::after{
	content: none;
}
footer .right_box ul a{
	text-decoration: underline;
}
footer .right_box ul a:hover{
	text-decoration: none;
}
@media (max-width:1599px){
	footer{
    background-position: bottom 40px left;
        padding-left: 170px;
        padding-right: 20px;
	}
}
@media (max-width:768px){
	footer{
    padding: 20px 0;
        background: none;
        margin-top: 40px;
	}
	footer .content_inner{
	}
	footer .company_name{
    font-size: 2.2rem;
	}
	footer .company_name span{
    font-size: 1.8rem;
	}
	footer .company_txt{
    font-size: 1.6rem;
	}
	footer .right_box ul{
    justify-content: center;
	}
	footer .copy_txt{
    font-size: 1.2rem;
	}
}
@media (max-width:599px){
	footer .content_inner{
    flex-direction: column;
        gap: 20px;
    align-items: center;
	}
	footer .right_box .btn_type01{
    text-align: center;
	}
}

.under_wrap{
  background: linear-gradient(#fcf7f1, #ffffff);
	position: relative;
}
.page_block{
	padding: 6em 0 0;
}
.page_block .content_inner h2{
	text-align: center;
    font-size: 2.4rem;
}
.page_block .content_inner h3{
    margin: 1.5em 0 0.3em;
    font-size: 1.8rem;
}
@media (max-width:768px){
.page_block{
	padding: 4em 0 0;
}
.page_block .content_inner h2{
    font-size: 2.3rem;
        margin-bottom: 1.2em;
}
.page_block .content_inner h3{
    font-size: 1.8rem;
    margin: 1.2em 0 0.6em;
}
}

/*--page_about--*/
.page_about .img_txt{
    display: flex;
    gap: 60px;
}
.page_about .img_txt .illust_about{
    min-width: 400px;
}
.page_about .img_txt p + p{
	margin-top: 1em;
}
.page_about .img_txt .name{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1em;
}
.page_about .img_txt .name img{
	height: 20px;
	width: auto;
}
.page_about .work_list{
    display: flex;
    gap: 60px;
	position: relative;
}
.page_about .work_list .left_box{
    max-width: 400px;
}
.page_about .work_list .right_box{
    width: calc(100% - 460px);
}
.page_about .work_list .right_box ol,
.page_about .work_list .right_box ul{
	list-style: none;
	margin: 0;
}
.page_about .work_list .right_box ol > li + li{
	margin-top: 30px;
}
.page_about .work_list .right_box ol li h3{
    font-size: 2.2rem;
    margin-bottom: 10px;
}
.page_about .work_list .right_box ol li h3 span{
    color: #418444;
    margin-right: 1em;
}
.page_about .work_list .right_box ol li .works{
	display: flex;
    gap: 30px;
}
.page_about .work_list .right_box .faci_list{
    list-style-type: disc;
    margin-left: 1.5em;
    margin-top: 1em;
}
.page_about .work_list .right_box .works .txt_box{
    width: calc(100% - 300px);
}
.page_about .work_list .right_box .works .img_box{
    max-width: 300px;
}
@media (max-width:1024px){
	.page_about .work_list{
    flex-direction: column;
	}
	.page_about .work_list .left_box{
    margin: 0 auto;
	}
	.page_about .work_list .right_box{
		width: 100%;
	}
}
@media (max-width:768px){
	.page_about .img_txt{
    flex-direction: column;
        gap: 20px;
	}
	.page_about .img_txt .illust_about{
    min-width: auto;
	}
	.page_about .work_list{
    gap: 20px;
	}
	.page_about .work_list .right_box ol li h3{
    font-size: 2.0rem;
	}
	.page_about .work_list .right_box ol li .works{
        gap: 20px;
        flex-direction: column;
	}
	.page_about .work_list .right_box .works .txt_box{
        width: 100%;
	}
}

/*--page_facility--*/
.page_facility .facility_block01 ul{
	display: flex;
    margin: 0;
    list-style: none;
    justify-content: center;
    gap: 2em;
    flex-wrap: wrap;
}
.page_facility .facility_block01 ul li a{
    border: 1px solid #494749;
    border-radius: 999px;
    padding: 14px 44px;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
	text-decoration: none;
	position: relative;
}
.page_facility .facility_block01 ul li a::after{
	content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 6px solid #494749;
  border-bottom: 0;
	position: absolute;
	bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  visibility: hidden;
	opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.page_facility .facility_block01 ul li a:hover{
    background: #fbf0e1;
}
.page_facility .facility_block01 ul li a:hover::after{
  visibility: visible;
	opacity: 1;
}
.page_facility .facility_list ul{
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
}
.page_facility .facility_list ul li{
    width: calc(100% / 4 - 45px);
    display: flex;
    flex-direction: column;
}
.page_facility .facility_list ul li h3{
	margin-top: 0;
}
.page_facility .facility_list ul li h3 .txt_s{
	font-size: 1.3rem;
}
.page_facility .facility_list ul li .btn_type01{
    margin-top: 1em;
}
.page_facility .facility_list ul li .btn_type01 a{
    min-width: 100%;
}
.page_facility .facility_list ul li .data_box{
    padding-top: 1em;
    margin-top: 1em;
    border-top: 1px solid #494749;
}
.page_facility .facility_list ul li .data_box p + p{
	margin-top: 0;
}
@media (max-width:1024px){
	.page_facility .facility_list ul li{
    width: calc(100% / 3 - 40px);
	}
}
@media (max-width:768px){
	.page_facility .facility_block01 ul{
    gap: 1em;
	}
	.page_facility .facility_block01 ul li a{
    padding: 8px 40px;
	}
	.page_facility .facility_list ul{
    gap: 40px;
	}
	.page_facility .facility_list ul li{
        width: calc(100% / 2 - 20px);
	}
}
@media (max-width:499px){
	.page_facility .facility_list ul{
    gap: 20px;
	}
	.page_facility .facility_list ul li{
		width: 100%;
        margin-bottom: 40px;
	}
}

/*--page_company--*/
.page_company .company_block01 table,
.page_company .company_block02 table,
.page_company .company_block06 table{
    border-collapse: collapse;
    border: 1px solid #CCC;
    width: 100%;
}
.page_company .company_block01 table th,
.page_company .company_block02 table th,
.page_company .company_block06 table th{
    border: 1px solid #CCC;
    text-align: left;
    vertical-align: top;
    padding: 3px 6px 3px 6px;
	background: #fbf0e1;
    width: 18em;
    min-width: 150px;
}
.page_company .company_block01 table td,
.page_company .company_block02 table td,
.page_company .company_block06 table td{
    padding: 3px 6px 3px 6px;
    border: 1px solid #CCC;
    vertical-align: top;
	background: #fff;
}
.page_company .company_block03 .gmap iframe{
	width: 100%;
}
.page_company .company_block04 .mess_photo{
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
.page_company .company_block04 .mess_photo img{
    max-width: 170px;
}
.page_company .company_block04 .txt_left{
    text-align: right;
}
.page_company .company_block05 h3{
    font-size: 2.4rem;
    text-align: center;
    border-bottom: 1px solid #fbf0e1;
    padding: 1em;
}
.page_company .company_block05 .img_rinen{
	text-align: center;
}
.page_company .company_block05 .img_rinen img{
	max-width: 694px;
}
.page_company .company_block06 .images{
	margin-top: 40px;
}
.page_company .company_block06 .images ul{
    margin: 0;
    display: flex;
	gap:30px;
	list-style: none;
    justify-content: space-evenly;
}
.page_company .company_block06 .images ul img{
	max-height: 300px;
}
@media (max-width:768px){
.page_company .company_block01 table th,
	.page_company .company_block02 table th,
	.page_company .company_block06 table th{
    width: auto;
    min-width: 110px;
	}
}

/*--page_recruit--*/
.page_recruit #mainVisual .slides{
    list-style: none;
}
.page_recruit .recruit_block01 p{
	text-align: center;
}
.page_recruit .recruit_block02 ul{
	margin: 0;
	list-style: none;
	display: flex;
    flex-wrap: wrap;
    gap: 1em;
}
.page_recruit .recruit_block02 ul li{
    background: #fbf0e1;
    padding: 1em;
    border-radius: 4px;
}
.tab_tit{
  background-color: transparent;
}

.interviewBlock .tab_nav {
  display: flex;
}
.interviewBlock .tab_nav .tab_switch {
  display: block;
  position: relative;
  text-align: center;
  color: #333;
  text-decoration: none;
  font-size: 1.6rem;
  padding: 20px 5px;
  width: 25%;
  border: none;
  line-height: 1.8;
  cursor: pointer;
}
.interviewBlock .tab_nav .tab_switch.active {
    background: #fbf0e1;
}
.interviewBlock .tab_nav .tab_switch img{
	max-width: 150px;
}
.interviewBlock .tab_nav .tab_switch p + p{
	margin: 0;
}
.interviewBlock .tab_area .tab_area_inner{
    border-top: 5px solid #fbf0e1;
}

.interviewBlock .tab_area .tab_content {
  display: none !important;
}
.interviewBlock .tab_area .tab_content[aria-hidden=false] {
  display: block !important;
}
@media (max-width:768px){
	.interviewBlock .tab_nav .tab_switch p.name{
    font-size: 1.2rem;
	}
	.interviewBlock .tab_nav .tab_switch p.kikan{
    font-size: 1.2rem;
	}
	.page_recruit .recruit_block01 ul{
    gap: 1em;
	}
	.page_recruit .recruit_block01 ul li a{
    padding: 8px 40px;
	}
.page_recruit .recruit_block03 table th,
	.page_recruit .recruit_block04 table th{
    width: auto;
    min-width: 110px;
	}
}

/*--page_contact--*/
.page_contact .page_block .content_inner{
    max-width: 50em;
}
.page_contact .form_wrap{
    margin-top: 60px;
}
.page_contact .form_wrap .form_item{
    display: flex;
    flex-direction: column;
	margin-bottom: 2em;
}
.page_contact .form_wrap .form_item .check_area{
    line-height: 1;
}
.page_contact .form_wrap .form_item label{
    font-size: 1.8rem;
}
.page_contact .form_wrap .form_item label .form_necessary{
    font-size: 1.4rem;
    margin-left: 1em;
    color: #d41717;
}
.page_contact .form_wrap .form_item input,
.page_contact .form_wrap .form_item textarea{
    background: #fff;
    border: 1px solid #494749;
    border-radius: 8px;
    padding: 16px;
}
.page_contact .form_wrap .form_item #name{
    max-width: 30em;
}
.page_contact .form_wrap .form_item #email{
    max-width: 30em;
}
.page_contact .form_wrap .form_item #tel{
    max-width: 30em;
}
.page_contact .form_wrap .form_item #message{
    max-width: 50em;
}
.page_contact .form_wrap .form_item #agree{
    width: 1em;
    height: 1em;
}
.page_contact .form_wrap .form_item .check_area label{
    margin-top: 2px;
}
.page_contact .form_wrap .form_item .check_area label a{
	text-decoration: underline;
}
.page_contact .form_wrap .form_item .check_area label a:hover{
	text-decoration: none;
}
.page_contact .form_wrap .submitBtn_wrap{
	text-align: center;
}
.page_contact .form_wrap #submitBtn:disabled{
    color: #505050;
    background: #c8c8c8 url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center right 20px;
    border: 1px solid #c8c8c8;
}
.page_contact .form_wrap #submitBtn:disabled:hover{
	text-decoration: none;
    background: #c8c8c8 url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center right 20px;
}
.page_contact .form_wrap #submitBtn{
    border: 1px solid #494749;
    border-radius: 999px;
    padding: 14px 44px;
    min-width: 280px;
    text-align: center;
    display: inline-block;
    background: #fff url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center right 20px;
	text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.page_contact .form_wrap #submitBtn:hover{
    background: #fbf0e1 url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
	text-decoration: underline;
}
.page_contact .form_wrap .error-message{
    color: #d41717;
}
@media (max-width:768px){
	.page_contact .form_wrap .form_item label{
    font-size: 1.6rem;
	}
	.page_contact .form_wrap{
		margin-top: 40px;
	}
	.page_contact .form_wrap .form_item input, .page_contact .form_wrap .form_item textarea{
    padding: 10px;
	}
}

/*--page_news--*/
.page_news .news_list ul{
    list-style: none;
    margin: 0;
}
.page_news .news_list ul li{
    border-bottom: 1px solid #494749;
    padding: 1em 10px;
    display: block;
}
.page_news .news_list ul li a{
	text-decoration: none;
}
.page_news .news_list ul li .title{
    margin-top: 0;
}
.page_news .news_list ul li a .title{
	text-decoration: underline;
}
.page_news .news_list .pagination{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.page_news .news_list .pagination button{
    padding: 2px 10px;
    background: #fbf0e1;
    margin: 8px;
    height: 2em;
}
.page_news .news_list .pagination button:disabled{
    color: initial;
    background: #e0e0e0;
}
.page_news .news_list .pagination .page-links{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width:768px){
	.page_news .news_list .pagination{
    margin: 30px 20px 0;
    flex-wrap: wrap;
	}
	.page_news .news_list .pagination button{
    margin: 5px;
	}
}


/*--page_top--*/
.page_top .main_img{
	max-width: 1782px;
	margin: 0 auto;
}
.page_top .top_news{
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 100px;
}
.page_top .top_news .content_inner{
	position: relative;
}
.page_top .top_news .content_inner::after{
	content: "";
	width: 201px;
	height: 89px;
    background: url(../images/illust_01.png);
    background-repeat: no-repeat;
	position: absolute;
    top: 20px;
    right: -200px;
}
.page_top .top_news h2{
	text-align: center;
    margin-bottom: 1.2em;
}
.page_top .top_news .news_content{
	display: flex;
	gap:60px;
}
.page_top .top_news .news_list{
	width: calc(100% - 310px);
}
.page_top .top_news .news_list ul{
	list-style: none;
	margin: 0;
}
.page_top .top_news .news_list li{
	border-bottom: 1px solid #494749;
    padding: 1em 10px;
    display: block;
}
.page_top .top_news .news_list li a{
	text-decoration: none;
}
.page_top .top_news .news_list li .title{
    margin-top: 0;
}
.page_top .top_news .news_list li a .title{
	text-decoration: underline;
}
.page_top .top_news .news_list li a:hover .title{
	text-decoration: none;
}
.page_top .top_news .news_list .btn_type01{
    text-align: right;
    margin-top: 34px;
    position: relative;
    z-index: 20;
}
.page_top .top_news .news_list .btn_type01 a{
    background: url(../images/arrow.png) #fff;
    background-repeat: no-repeat;
    background-position: center right 20px;
	text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.page_top .top_news .news_list .btn_type01 a:hover{
    background: #fbf0e1 url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
	text-decoration: underline;
}
.page_top .top_news .sns_box{
	width: 250px;
	box-sizing: border-box;
    position: relative;
    z-index: 10;
}
.page_top .top_news .sns_box iframe{
    max-width: 250px !important;
    min-width: auto !important;
}
@media (max-width:1349px){
	.page_top .top_news .content_inner::after{
    right: -20px;
	}
}
@media (max-width:1279px){
	.page_top .top_news{
    padding-left: 20px;
    padding-right: 20px;
	}
}
@media (max-width:1024px){
	.page_top .top_news{
        padding-left: 60px;
        padding-right: 60px;
	}
}
@media (max-width:768px){
	.page_top .top_news{
        padding-left: 20px;
        padding-right: 20px;
	}
	.page_top .top_news .content_inner::after{
        right: -30px;
        background-size: 100%;
        top: 0;
        width: 100px;
        height: 44px;
	}
	.page_top .top_news .news_content{
    flex-direction: column;
	}
	.page_top .top_news .news_list{
		width: 100%;
	}
	.page_top .top_news .news_list .btn_type01{
    text-align: center;
	}
	.page_top .top_news .sns_box{
    margin: 0 auto;
    width: 100%;
    max-width: 340px;
	}
	.page_top footer{
		padding: 20px;
	}
	.page_top .top_news .sns_box iframe{
    margin: 0px auto 12px !important;
    max-width: 320px !important;
	}
}

.page_top .top_about{
	position: relative;
}
.page_top .top_about::before{
	content: "";
    width: 240px;
    height: 170px;
    background: url(../images/illust_02.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -140px;
    left: 80px;
    z-index: 10;
}
.page_top .top_about::after{
	content: "";
    width: 145px;
    height: 154px;
    background: url(../images/illust_03.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -30px;
    right: 100px;
    z-index: 10;
}
.page_top .top_about_inner{
	padding: 160px 0;
    background: #faebd9;
    position: relative;
    overflow: hidden;
}
.page_top .top_about .txt_area .sub_title{
    font-size: 2.4rem;
}
.page_top .top_about .txt_area p{
    margin-top: 2em;
}
.page_top .top_about .txt_area .btn_type01{
	margin-top: 5em;
    text-align: right;
}
.page_top .top_about .txt_area .btn_type01 a{
    background: url(../images/arrow.png)  #f8ebdb;
	background-repeat: no-repeat;
    background-position: center right 20px;
	text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.page_top .top_about .txt_area .btn_type01 a:hover{
    background: #fff url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
	text-decoration: underline;
}
.page_top .top_about .content_inner{
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 10;
}
.page_top .top_about .content_inner .txt_area{
    max-width: 510px;
}
.page_top .top_about .illust_about{
    position: absolute;
    top: 0;
    top: 50%;
    left: calc(-20% - 100px);
    left: -210px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.page_top .top_about .illust_about img{
    max-width: none;
    width: 100%;
    padding-right: 400px;
}
@media (max-width:1279px){
	.page_top .content_inner{
    padding: 0;
	}
	.page_top .top_about_inner{
    padding-left: 20px;
    padding-right: 20px;
	}
}
@media (max-width:1024px){
	.page_top .top_about_inner{
        padding-right: 60px;
	}
	.page_top .top_about .content_inner .txt_area{
    max-width: 400px;
	}
	.page_top .top_about .illust_about img{
    padding-right: 230px;
	}
}
@media (max-width:768px){
	.page_top .top_about_inner{
    padding: 60px 20px;
	}
	.page_top .top_about .content_inner{
    flex-direction: column;
    align-items: center;
	}
	.page_top .top_about::before{
    background-size: 50%;
    left: 10px;
    top: -70px;
	}
	.page_top .top_about::after{
        background-size: 100%;
        width: 72px;
        height: 77px;
        right: 10px;
	}
	.page_top .top_about .content_inner .txt_area{
    max-width: none;
		text-align: center;
	}
	.page_top .top_about .txt_area h2{
        font-size: 2.3rem;
	}
	.page_top .top_about .txt_area .sub_title{
        font-size: 2.0rem;
	}
	.page_top .top_about .illust_about{
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    -webkit-transform: none;
        padding-top: 100%;
	}
	.page_top .top_about .illust_about img{
    padding-right: 0;
        min-width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}
}
@media (max-width:499px){
	.page_top .top_about .illust_about img{
        min-width: 700px;
	}
}

.page_top .under_wrap::before{
	content: "";
    width: 162px;
    height: 187px;
    background: url(../images/illust_05.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -70px;
    left: 190px;
    z-index: 10;
}
.page_top .under_wrap::after{
	content: "";
    width: 189px;
    height: 216px;
    background: url(../images/illust_04.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -200px;
    right: 100px;
}
.page_top .top_facility{
  background: url(../images/illust_06.png), url(../images/illust_07.png);
	background-repeat: no-repeat;
    background-position: top 250px left 30px, bottom left 150px;
}
.page_top .top_facility .content_inner02{
    display: flex;
    padding: 80px 0;
    align-items: center;
}
.page_top .top_facility .left_box{
    margin-right: 60px;
    margin-left: 145px;
    padding: 0 40px;
}
.page_top .top_facility .left_box h2{
    display: inline-block;
}
.page_top .top_facility .left_box p + p{
	    margin-top: 2em;
}
.page_top .top_facility .left_box .btn_type01{
    margin-top: 5em;
	text-align: right;
}
.page_top .top_facility .right_box{
    min-width: 738px;
}
@media (max-width:1599px){
	.page_top .under_wrap::after{
    right: 10px;
	}
	.page_top .under_wrap::before{
        left: 50px;
	}
	.page_top .top_facility{
    background-position: top 250px left -50px, bottom left 20px;
	}
}
@media (max-width:1349px){
	.page_top .top_facility .right_box{
		min-width: 700px;
	}
}
@media (max-width:1279px){
	.page_top .top_facility .right_box{
        min-width: 460px;
	}
}
@media (max-width:1024px){
	.page_top .top_facility{
        background-position: top 50% left -50px, bottom left 20px;
	}
	.page_top .top_facility .content_inner02{
    flex-direction: column;
        padding: 120px 60px;
	}
	.page_top .top_facility .left_box{
    padding: 0 0 40px;
        margin: 0;
	}
	.page_top .top_facility .right_box{	
    min-width: auto;
    width: 100%;
    max-width: 680px;
	}
}
@media (max-width:768px){
	.page_top .under_wrap::after{
        right: 10px;
        background-size: 100%;
        width: 94px;
        height: 107px;
    top: -120px;
	}
	.page_top .top_about .txt_area .btn_type01{
    text-align: center;
        margin-top: 34px;
	}
	.page_top .under_wrap::before{
        left: 10px;
        background-size: 100%;
        width: 73px;
        height: 93px;
        top: -50px;
	}
	.page_top .top_facility{
		background-size: 82px 100px, 97px 56px;
        background-position: top 20px right 30px, bottom left 20px;
	}
	.page_top .top_facility .content_inner02{
        padding: 60px 20px;
	}
	.page_top .top_facility .left_box{
    text-align: center;
	}
	.page_top .top_facility .left_box .btn_type01{
    text-align: center;
        margin-top: 34px;
	}
}

.page_top .top_recruit{
	margin: 40px 0;
}
.page_top .top_recruit .content_inner02{
    display: flex;
    background: #fff;
    border-radius: 0 30px 30px 0;
	position: relative;
}
.page_top .top_recruit .content_inner02::before{
	content: "";
    width: 91px;
    height: 63px;
    background: url(../images/illust_08.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
    right: 30px;
}
.page_top .top_recruit .left_box{
	min-width: 820px;
}
.page_top .top_recruit .right_box{
	padding: 60px;
}
.page_top .top_recruit .right_box h2{
	display: inline-block;
}
.page_top .top_recruit .right_box .sub_title{
    font-size: 2.4rem;
}
.page_top .top_recruit .right_box p + p{
	    margin-top: 2em;
}
.page_top .top_recruit .right_box .btn_type01{
	margin-top: 5em;
    text-align: right;
}
@media (max-width:1599px){
	.page_top .top_recruit{
    padding-right: 20px;
	}
}
@media (max-width:1279px){
	.page_top .top_recruit .left_box{
    min-width: 620px;
	}
}
@media (max-width:1024px){
	.page_top .top_recruit .content_inner02{
    flex-direction: column;
	}
	.page_top .top_recruit .left_box{
    order: 2;
    min-width: auto;
    width: 100%;
    max-width: 680px;
        margin: 0 auto;
	}
}
@media (max-width:768px){
	.page_top .top_recruit{
        padding: 0 20px;
        margin-bottom: 0;
	}
	.page_top .top_recruit .content_inner02{
    border-radius: 30px 30px 0 0;
	}
	.page_top .top_recruit .content_inner02::before{
        background-size: 100%;
        width: 44px;
        height: 31px;
    top: -10px;
    right: 20px;
	}
	.page_top .top_recruit .right_box{
        padding: 20px 20px 40px;
        text-align: center;
	}
	.page_top .top_recruit .right_box .sub_title {
    font-size: 1.8rem;
}
	.page_top .top_recruit .right_box .btn_type01{
    text-align: center;
        margin-top: 34px;
	}
}


















