<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.rinen {
width:92%;
height:auto;
	margin: auto;
padding: 0;
}
@media screen and (max-width: 600px) {
.rinen {
width:94%;
}
}
@media screen and (max-width: 480px) {
.rinen {
width:100%;
}
}
.rinen img {
width:100%;
height:auto;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	border: solid 1px rgba(0,0,0,0.2);
}
.pfk_logo {
	width: 60%;
	height: auto;
	margin: 0 auto 30px;
}
.pfk_logo&gt;img {
	width: 100%;
	height: auto;
	margin: auto;
}
.page_catch {
	font-size: 2.6rem;
	text-align: center;
	color: #8a5046;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
font-weight: 400;
	margin-bottom: 0.5em;
	letter-spacing: 3px;
	text-indent: 3px;
	font-feature-settings: "palt" 1;-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
}
@media screen and (max-width: 800px) {
.page_catch {
	font-size: 2.2rem;
	letter-spacing: 2px;
	text-indent: 2px;
}
}
@media screen and (max-width: 600px) {
.page_catch {
	font-size: 2.0rem;
	letter-spacing: 0;
	text-indent: 0;
}
}
.page_txt {
	font-size: 1.5rem;
	text-align: center;
	line-height: 2.1em;
}
@media screen and (max-width: 800px) {
.page_txt {
	font-size: 1.4rem;
	text-align: center;
	line-height: 2.1em;
}
	}
@media screen and (max-width: 600px) {
.page_txt {
	text-align: justify;
	font-size: 1.3rem;
}
}
.page_txt+.page_txt {
	margin-top: 1.0em;
}
.page_txt&gt;span {
	display: inline-block;
}
@media screen and (max-width: 600px) {
.page_txt&gt;span {
	display: inline;
}
	}
@media screen and (max-width: 600px) {
.page_txt br {
	display: none;
}
	}
.page_txt_l {
	font-size: 1.8rem;
	text-align: center;
	line-height: 2.1em;
	color: #84564a;
}
@media screen and (max-width: 1000px) {
.page_txt_l {
	font-size: 1.7rem;
}
	}
@media screen and (max-width: 800px) {
.page_txt_l {
	font-size: 1.7rem;
}
	}
@media screen and (max-width: 600px) {
.page_txt_l {
	text-align: justify;
	font-size: 1.4rem;
}
}
.page_txt_l&gt;span {
	display: inline-block;
}
.align-justify {
	text-align: justify;
}


.project {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
.project {
	display: block;
}
	}
.project&gt;dt {
	width: 35%;
	margin-left: 5%;
}
@media screen and (max-width: 600px) {
.project&gt;dt {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
	}
.project&gt;dt&gt;img {
	width: 100%;
	height: auto;
}
.project&gt;dt&gt;p {
	margin-top: 1.0em;
	font-size: 1.3rem;
}
@media screen and (max-width: 600px) {
.project&gt;dt&gt;p {
	margin-top: 1.0em;
	font-size: 1.2rem;
}
	}
.project&gt;dd {
-webkit-flex: 1;  flex: 1;
}

.project&gt;dd .project_n {
	background-color: #e3bc43;
	display: inline-block;
	padding: 0.5em 1.0em;
	margin-bottom: 0.8em;
	font-size: 1.1rem;
	font-weight: 700;
	border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;
}



.project&gt;dd&gt;.page_txt {
	text-align: left;
}
.project&gt;dd&gt;.page_catch {
	text-align: left;
	font-size: 2.2rem;
}
@media screen and (max-width: 800px) {
.project&gt;dd&gt;.page_catch {
	font-size: 2.0rem;
}
}
@media screen and (max-width: 600px) {
.project&gt;dd&gt;.page_catch {
	font-size: 1.8rem;
}
}
.project&gt;dd&gt;ul {
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	font-size: 1.5rem;
	line-height: 2.1em;
	font-weight: 600;
}
@media screen and (max-width: 800px) {
.project&gt;dd&gt;ul {
	font-size: 1.4rem;
	line-height: 2.1em;
}
	}
@media screen and (max-width: 600px) {
.project&gt;dd&gt;ul {
	font-size: 1.3rem;
}
}
.project&gt;dd&gt;ul&gt;li {
	text-indent: -1.0em;
	margin-left: 1.0em;
	}
.project&gt;dd&gt;ul&gt;li&gt;b {
	color: #e3bc43;
	}

.project&gt;dd&gt;div {
background-color: #faf2dd;
	padding: 20px;
	margin-top: 30px;
	}
.project&gt;dd&gt;div&gt;p {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.6em;
	}
@media screen and (max-width: 800px) {
.project&gt;dd&gt;div&gt;p {
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.6em;
	}
		}
@media screen and (max-width: 600px) {
.project&gt;dd&gt;div&gt;p {
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.6em;
	}
		}
@media screen and (max-width: 480px) {
.project&gt;dd&gt;div&gt;p {
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.6em;
	}
		}
.project&gt;dd&gt;div&gt;p+p {
	margin-top: 1.0em;
	}
.project&gt;dd&gt;div&gt;p&gt;a {
	text-decoration: underline;
	}
.project&gt;dd&gt;div&gt;dl {
background-color: #FFF;
	padding: 15px 0;
	border-radius: 50px;-webkit-border-radius: 50px;-moz-border-radius: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
	font-size: 1.5rem;
	text-align: center;
	}
@media screen and (max-width: 480px) {
.project&gt;dd&gt;div&gt;dl {
	display: block;
	font-size: 1.4rem;
	}
	}
.project&gt;dd&gt;div&gt;dl&gt;dd {
	margin-left: 1.0em;
	}
@media screen and (max-width: 480px) {
.project&gt;dd&gt;div&gt;dl&gt;dd {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.0em;
	}
	}
.project&gt;dd&gt;div&gt;dl&gt;dd&gt;a {
	color: #FFF;
	background-color: #cf4a55;
	padding: 0.5em 1.0em;
		border-radius: 50px;-webkit-border-radius: 50px;-moz-border-radius: 50px;
	}

.project&gt;dd&gt;div&gt;dl&gt;dd&gt;a:hover {
	color: #FFF;
	background-color: #e3bc43;
	}


main .news {
width: 100%;
	background-color: #fdf9ef;
	margin-top: 30px;
	padding: 30px 45px;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
@media screen and (max-width: 600px) {
main .news {
width: 100%;
	background-color: #fdf9ef;
	margin-top: 20px;
	padding: 20px 30px;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
	}
main .news&gt;h3 {
width: 100%;
	background-color: #85574b;
	text-align: center;
	color: #FFF;
	font-size: 1.8rem;
	padding: 0.7em;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
main .news&gt;h3 {
width: 100%;
	font-size: 1.6rem;
}
}
@media screen and (max-width: 600px) {
main .news&gt;h3 {
width: 100%;
	font-size: 1.4rem;
}
}
main .news&gt;p {
width: 100%;
	text-align: center;
	font-size: 1.4rem;
	padding: 0.7em;
	margin-bottom: 10px;
	font-weight: 600;
}
@media screen and (max-width: 800px) {
main .news&gt;p{
width: 100%;
	font-size: 1.3rem;
}
}
@media screen and (max-width: 600px) {
main .news&gt;p {
width: 100%;
	font-size: 1.2rem;
}
}
main .news&gt;p&gt;span {
	display: inline-block;
}


main .news&gt;dl {
width: 100%;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	border-bottom: solid 1px rgba(0,0,0,0.15);
	padding: 17px 0;
}
@media screen and (max-width: 800px) {
main .news&gt;dl {
width: 100%;
	display: block;
	padding: 10px 0;
}
	}
main .news&gt;dl+dl {
	margin-top: -1px;
	
}
main .news&gt;dl&gt;dt {
	font-size: 1.4rem;
	white-space: nowrap;
	padding-right: 2.0em;
	font-weight: 900;
	padding-left: 0.5em;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	text-align: left;
	color: #cf4a55;
}
@media screen and (max-width: 600px) {
main .news&gt;dl&gt;dt {
width: 100%;
	font-size: 1.3rem;
	white-space: nowrap;
	padding-right: 3.0em;
	font-weight: 900;
	padding-left: 0.0em;
	margin-bottom: 3px;
}
	}
@media screen and (max-width: 480px) {
main .news&gt;dl&gt;dt {
width: 100%;
	font-size: 1.2rem;
	white-space: nowrap;
	padding-right: 3.0em;
	font-weight: 900;
	padding-left: 0.0em;
	margin-bottom: 3px;
}
	}
main .news&gt;dl&gt;dd {
width: 100%;
	font-size: 1.4rem;
	-webkit-flex: 1;  flex: 1;
	text-align: left;
}
@media screen and (max-width: 600px) {
main .news&gt;dl&gt;dd {
width: 100%;
	font-size: 1.3rem;
}
	}
@media screen and (max-width: 480px) {
main .news&gt;dl&gt;dd {
width: 100%;
	font-size: 1.2rem;
}
	}

.align-center {
    text-align: center;
}

.inductionbutton {
    display: inline-block;
    font-size: 1.8rem;
    background: #CF4A55;
    color: #fff !important;
    padding: 1% 4%;
    border-radius: 2px;
	margin-top: 2%;
	font-weight: 800;
}
@media screen and (max-width: 600px) {
.inductionbutton {
    font-size: 1.6rem;
}
}


#form-tbl{
	}

#form{
	width:100%;
	}

#form tr{
	}

#form tr th{
	font-size:1.5rem;
	width:25%;
	padding-bottom:20px;
	padding-top:20px;
	border-bottom:#B3B3B3 1px solid;
	font-weight: 500;
	}


#form tr td{
	width:60%;
	font-size:1.5rem;
	padding-bottom:20px;
	padding-top:20px;
	border-bottom:#B3B3B3 1px solid;
text-align: left;
font-weight: 500;
	}

#form tr td span{
font-size: 90%;
color: #E60003;
}

#form label {
font-weight: 500;
line-height: 250%;
}

#form input{
	font-size:1.5rem;
	border-radius:5px;
	border:#999 1px solid;
	background:#F7F8F8;
	margin-bottom:5px;
	margin-top:5px
	}

#form input[type="text"] {
width: 98%;
padding: 1.5% 1%;
}

#form [disabled=""] {
display: none;
}




.op{
opacity: 0.5;
}
	
#form select{
	border-radius:5px;
	font-size:1.5rem;
	padding: 1.5% 1%;
	border:#999 1px solid;
	background:#F7F8F8;
	}
	
#form textarea{
	border-radius:5px;
	font-size:1.5rem;
	padding:1%;
	border:#999 1px solid;
	background:#F7F8F8;
	width:98%;
	}
	
.btn_02{
border: none;
width: 350px;
display: block;
background: url("../img/page/btn_ba_r.png") no-repeat center center;
background-size: 100% 100%;
color: #fff;
font-size: 2.0rem;
font-weight: 700;
text-align: center;
padding: 1.5% 0 2% 0;
position: relative;
margin: 0 auto;
}

.btn_03{
border: none;
width: 350px;
display: block;
background: url("../img/page/btn_ba.png") no-repeat center center;
background-size: 100% 100%;
color: #fff;
font-size: 2.0rem;
font-weight: 700;
text-align: center;
padding: 1.5% 0 2% 0;
position: relative;
margin: 0 auto;
}

.msg{
color: #ED1E79;
font-weight: 700;
}

.btn_section{
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.btn_section div{
margin: 1%;
}

.btn_section div input{
padding: 5% 0 6% 0;
}


#form input[class="address"] {
width: 20%;
}

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

#form-tbl{
	}

#form{
	width:100%;
	}

#form tr{
	}

#form tr th{
display: block;
	font-size:1.5rem;
	width:100%;
	padding-bottom:5px;
	padding-top:10px;
	border-bottom: none;
	font-weight: 500;
	}


#form tr td{
display: block;
	width:100%;
	font-size:1.3rem;
	padding-bottom:10px;
	padding-top:0px;
	border-bottom:#B3B3B3 1px solid;
text-align: left;
font-weight: 500;
	}

#form label {
font-weight: 500;
line-height: 200%;
}

#form input{
	font-size:1.5rem;
	border-radius:5px;
	border:#999 1px solid;
	background:#F7F8F8;
	margin-bottom:5px;
	margin-top:5px
	}

#form input[type="text"] {
width: 98%;
padding: 1.5% 1%;
}


#form [disabled=""] {
display: none;
}




.op{
opacity: 0.5;
}
	
#form select{
	border-radius:5px;
	font-size:1.5rem;
	padding: 1.5% 1%;
	border:#999 1px solid;
	background:#F7F8F8;
	}
	
#form textarea{
	border-radius:5px;
	font-size:1.5rem;
	padding:1%;
	border:#999 1px solid;
	background:#F7F8F8;
	width:98%;
	}
	

.btn_03{
border: none;
width: 48%;
display: block;
background: url("../img/page/btn_ba.png") no-repeat center center;
background-size: 100% 100%;
color: #fff;
font-size: 2.0rem;
font-weight: 700;
text-align: center;
padding: 1% 0 1.5% 0;
position: relative;
margin: 0 auto;
}

.btn_02{
border: none;
width: 48%;
display: block;
background: url("../img/page/btn_ba_r.png") no-repeat center center;
background-size: 100% 100%;
color: #fff;
font-size: 1.5rem;
font-weight: 700;
text-align: center;
padding: 1% 0 1.5% 0;
position: relative;
margin: 0 auto;
}

.btn_section{
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.btn_section div{
margin: 1%;
width: 48%;
}

.btn_section div input{
font-size: 1.5rem;
width: 100%;
padding: 3% 0 4% 0;
}
}

section .award_t {
	text-align: left;
	font-size: 1.8rem;
		color: #8a5046;
	margin-bottom: 0.8em;
	margin-top: 2.0em;
}
@media screen and (max-width: 800px) {
section .award_t  {
	font-size: 1.6rem;
}
}
@media screen and (max-width: 600px) {
section .award_t  {
	font-size: 1.4rem;
}
}
section .award_t i {
	margin-right: 4px;
	color: #c8a063;
}
section .plan_table {
	margin: auto;
	margin-top: 1.0em;
	font-size: 1.5rem;
	color: #5B4E42;
	width: 70%;
}
@media screen and (max-width: 800px) {
	section .plan_table {
	font-size: 1.4rem;
		width: 100%;
}	
}
@media screen and (max-width: 600px) {
	section .plan_table {
	font-size: 1.3rem;
}	
}
section .plan_table th {
	font-weight: 800;
	padding-right: 2.0em;
	padding-top: 0.6em;	
	width: 5em;
	white-space: nowrap;
}
@media screen and (max-width: 600px) {
section .plan_table th {
display: block;
}
	}
section .plan_table td {
	padding-top: 0.6em;
	
}
@media screen and (max-width: 600px) {
section .plan_table td {
display: block;
	padding-top: 0.1em;
}
	}
section .plan_h3 {
	font-size: 2.0rem;
	text-align: center;
	margin: 2.0em auto 1.0em;
	color: #FFF;
	letter-spacing: 5px;
	text-indent: 5px;
}
@media screen and (max-width: 800px) {
section .plan_h3 {
	font-size: 1.6rem;
}
	}
@media screen and (max-width: 600px) {
section .plan_h3 {
	font-size: 1.4rem;
	margin: 0em auto 0.5em;
}
	}
section ul+.plan_h3 {
	margin-top: 2.0em;
}
section .plan_h3&gt;span {
	background-color: #87613A;
	display: inline-block;
	padding: 0.4em 1.0em 0.3em;
	text-align: center;
}
section .plan_catch {
	font-size: 2.0rem;
	text-align: center;
	color: #5B4E42;
}
section .plan_h4 {
	font-size: 1.6rem;
	text-align: left;
	color: #5B4E42;
	margin: auto;
	padding-bottom: 0.3em;
	margin-bottom: 0.85em;
	border-bottom: 1px solid #5B4E42;
	width: 70%;
}
@media screen and (max-width: 800px) {
section .plan_h4 {
	font-size: 1.5rem;
	width: 100%;
}
	}
@media screen and (max-width: 600px) {
section .plan_h4 {
	font-size: 1.4rem;
}
	}
section .plan_ul {
	margin: auto;
	width: 70%;
	color: #5B4E42;
}
@media screen and (max-width: 800px) {
section .plan_ul {
	width: 100%;
}
	}
section .plan_ul li {
font-size: 1.5rem;
}
@media screen and (max-width: 600px) {
section .plan_ul li {
font-size: 1.4rem;
}
	}
@media screen and (max-width: 480px) {
section .plan_ul li {
font-size: 1.25rem;
}
	}
section .plan_ul li+li {
margin-top: 10px;
}
section .plan_ul li b {
display: inline-block;
	width: 10em;
	padding-right: 2.0em;
	white-space: nowrap;
	font-weight: 800;
}
@media screen and (max-width: 480px) {
section .plan_ul li b {
display: block;
	width: auto;
}
	}
section .plan_catch {
	font-size: 2.6rem;
	text-align: center;
	color: #8a5046;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
font-weight: 400;
	margin-bottom: 0.5em;
	letter-spacing: 3px;
	text-indent: 3px;
	font-feature-settings: "palt" 1;-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
}
@media screen and (max-width: 800px) {
section .plan_catch {
	font-size: 2.2em;
	letter-spacing: 2px;
	text-indent: 2px;
}
}
@media screen and (max-width: 600px) {
section .plan_catch {
	font-size: 1.8rem;
	letter-spacing: 1px;
	text-indent: 1px;
}
}
@media screen and (max-width: 480px) {
section .plan_catch {
	font-size: 1.5rem;
	letter-spacing: 1px;
	text-indent: 1px;
}
}
main section.align-center {
	text-align: center;
}
section .recruit_data01 {
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 0;
}
section .recruit_data01+.recruit_data01 {
	margin-top: 60px;
}
section div&gt;.recruit_table01 {
	margin: auto;
	font-size: 1.5rem;
	color: #5B4E42;
	border: solid 1px #CCC;
	margin-bottom: 10px;
	width: 100%;
}
@media screen and (max-width: 800px) {
section div&gt;.recruit_table01 {
	font-size: 1.4rem;
		width: 100%;
}	
}
@media screen and (max-width: 600px) {
section div&gt;.recruit_table01 {
	font-size: 1.3rem;
}	
}
section div&gt;.recruit_table01 th {
	font-weight: 800;
	padding-right: 2.0em;
	padding: 0.6em;	
	width: 5em;
	white-space: nowrap;
	border: solid 1px #CCC;
	background-color: rgba(227,188,66,0.3);
	text-align: center;
}
section div&gt;.recruit_table01 th&gt;span {
	display: inline-block;
}
section div&gt;.recruit_table01 td {
	padding: 0.6em;	
	border: solid 1px #CCC;
	
}
section div&gt;.recruit_table01 td&gt;span {
	display: inline-block;
}

section div&gt;.recruit_table02 {
	margin: auto;
	font-size: 1.5rem;
	color: #5B4E42;
	border: solid 1px #CCC;
	margin-bottom: 10px;
	width: 100%;
}
@media screen and (max-width: 800px) {
section div&gt;.recruit_table02 {
	font-size: 1.4rem;
		width: 100%;
}	
}
@media screen and (max-width: 600px) {
section div&gt;.recruit_table02 {
	font-size: 1.3rem;
}	
}
section div&gt;.recruit_table02 th {
	font-weight: 800;
	padding-right: 2.0em;
	padding: 1.0em;	
	width: 5em;
	white-space: nowrap;
	border: solid 1px #CCC;
	background-color: rgba(227,188,66,0.3);
	text-align: left;
}
@media screen and (max-width: 600px) {
section div&gt;.recruit_table02 th {
	display: block;
	width: 100%;
	width: 100%;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
}
	}
section div&gt;.recruit_table02 th&gt;span {
	display: inline-block;
}
section div&gt;.recruit_table02 td {
	padding: 1.0em;	
	border: solid 1px #CCC;
	
}
@media screen and (max-width: 600px) {
section div&gt;.recruit_table02 td {
	display: block;
	width: 100%;
	border-left: none;
	border-right: none;
}
	}
section div&gt;.recruit_table02 td&gt;span {
	display: inline-block;
}
section div .recruit_table02 td b {
	color: #e2bd43;
}
section div&gt;.recruit_table02 td table+p {
	margin-top: 0.5em;
	
}
section div&gt;.recruit_table02 td table+p strong {
	font-size: 1.1em;
	
}

section div .recruit_table03 {
	margin: auto;
	font-size: 1.5rem;
	color: #5B4E42;
	border: none;
	margin-bottom: 0px;
	width: 100%;
}
@media screen and (max-width: 800px) {
section div .recruit_table03 {
	font-size: 1.4rem;
		width: 100%;
}	
}
@media screen and (max-width: 600px) {
section div .recruit_table03 {
	font-size: 1.3rem;
}	
}
section div .recruit_table03 th {
	font-weight: 800;
	padding-right: 2.0em;
	padding: 0.2em 0;	
	width: 5em;
	white-space: nowrap;
	border: none;
	background-color: #FFF;
	text-align: left;
	vertical-align: top;
	padding-right: 2.0em;
}
section div .recruit_table03 th&gt;span {
	display: inline-block;
}

section div .recruit_table03 th&gt;b {
	color: #e2bd43;
}

section div .recruit_table03 td {
	padding: 0.2em 0;	
	border: none;
	text-align: left;
	
}
section div .recruit_table03 td&gt;span {
	display: inline-block;
}
section div p.indent-1 {
	text-indent: -1.0em;
	margin-left: 1.0em;
}
section div .map h3 {
	font-size: 1.9rem;
	text-align: center;
	color: #cf4954;
	margin-bottom: 3px;
}
@media screen and (max-width: 800px) {
section div .map h3 {
	font-size: 1.8rem;
}
}
@media screen and (max-width: 600px) {
section div .map h3 {
	font-size: 1.6rem;
}
}
section div .map p {
	font-size: 1.5rem;
	margin-top: 0;
}
.GoogleMap{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 50%;/*比率をお好みで*/
	margin-top: 10px;
}
.GoogleMap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*2023.02.15追加*/
section div .recruit_h3 {
	font-size: 4.8rem;
	margin-top: 0;
	font-feature-settings: "palt" 1;-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
	color: #c44853;
	letter-spacing: 2px;
	text-indent: 2px;
	margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
section div .recruit_h3 {
	font-size: 4.8rem;
}
	}
@media screen and (max-width: 800px) {
section div .recruit_h3 {
	font-size: 4.6vw;
		letter-spacing: 1px;
	text-indent: 1px;
	margin-bottom: 5px;
}
	}
@media screen and (max-width: 600px) {
section div .recruit_h3 {
	font-size: 6.0vw;
		letter-spacing: 1px;
	text-indent: 1px;
	margin-bottom: 5px;
}
	}
section div.rinen p+p {
	margin-top: 20px;
}
@media screen and (max-width: 600px) {
section div.rinen p+p {
	margin-top: 10px;
}
	}
.open_img {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
	margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
.open_img {
	margin-bottom: 25px;
}
	}
@media screen and (max-width: 600px) {
.open_img {
	margin-bottom: 20px;
}
	}
.open_img&gt;li {
	width: 50%;
	height: auto;
}
@media screen and (max-width: 600px) {
.open_img&gt;li {
	width: 100%;
	height: auto;
}
	}
.open_img&gt;li:first-child {
	width: 100%;
	height: auto;
}
.open_img&gt;li img {
	width: 100%;
	height: auto;
}
.open_img&gt;li&gt;ul {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
}
.open_img&gt;li&gt;ul&gt;li {
	width: 50%;
}



section .head_line {
	text-align: center;
}
@media screen and (max-width: 800px) {
section .head_line {
	text-align: center;
}
	}
@media screen and (max-width: 600px) {
section .head_line {
	text-align: center;
}
	}
section .head_line h3 {
	text-align: center;
	font-size: 3.6rem;
	line-height: 1.6em;
	display: inline-block;
	margin: auto auto;
	position: relative;
	padding: 0 3.0em;
	font-feature-settings: "palt" 1;-webkit-font-feature-settings: 'palt' 1; // for Android 4.4font-feature-settings: 'palt' 1;
	color: #cf4a55;
	margin-bottom: 1.0em;
}
@media screen and (max-width: 1000px) {
section .head_line h3 {
	font-size: 2.6rem;
}
	}
@media screen and (max-width: 800px) {
section .head_line h3 {
	font-size: 2.2rem;
}
	}
@media screen and (max-width: 600px) {
section .head_line h3 {
	font-size: 1.8rem;
}
	}
@media screen and (max-width: 480px) {
section .head_line h3 {
	font-size: 1.6rem;
}
	}
section .head_line h3:before {
	content: "「";
	position: absolute;
	left: 0;
	top:10px;
	font-size: 3.0em;
	font-weight: 300;
	color: #cf4a55;
}
section .head_line h3:after {
	content: "」";
	position: absolute;
	right: 0;
	bottom:10px;
	font-size: 3.0em;
	font-weight: 300;
	color: #cf4a55;
}
#news&gt;div+div {
margin-top: 45px;
padding-top: 45px;
}
@media screen and (max-width: 800px) {
#news&gt;div+div {
	text-align: center;
margin-top: 30px;
padding-top: 30px;
}
	}
@media screen and (max-width: 600px) {
#news&gt;div+div {
	text-align: center;
margin-top: 20px;
padding-top: 20px;
}
	}
#news&gt;div+div {
 background-image : linear-gradient(to right, #000 2px, transparent 2px);
 background-size: 10px 2px;
 background-repeat: repeat-x;
}

section .head_line p.read {
	
	line-height: 1.6em;
	margin-bottom: 0.8em;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.6em;
}
@media screen and (max-width: 800px) {
section .head_line p.read {
	font-size: 1.6rem;
	line-height: 1.6em;
}
	}
@media screen and (max-width: 600px) {
section .head_line p.read {
	text-align: justify;
	font-size: 1.4rem;
	line-height: 1.6em;
}
	}
section .head_line p.read_l {
	margin-top: 0.5em;
	line-height: 2.9em;
	margin-bottom: 0.8em;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.6em;
	font-weight: 800;
}
@media screen and (max-width: 1000px) {
section .head_line p.read {
	font-size: 2.2rem;
	line-height: 1.6em;
}
	}
@media screen and (max-width: 800px) {
section .head_line p.read {
	font-size: 1.8rem;
	line-height: 1.6em;
}
	}
@media screen and (max-width: 600px) {
section .head_line p.read {
	text-align: justify;
	font-size: 1.6rem;
	line-height: 1.6em;
}
	}
section .head_line p.txt {
		line-height: 1.6rem;
	margin-bottom: 0.8em;
		text-align: justify;
	font-size: 1.4rem;
	line-height: 1.6em;
}
@media screen and (max-width: 800px) {
section .head_line p.txt {
	font-size: 1.3rem;
	line-height: 1.6em;
}
	}
@media screen and (max-width: 480px) {
section .head_line p.txt {
	font-size: 1.2rem;
	line-height: 1.6em;
}
	}
section .head_line p.txt a {
	color: #cf4a55;
}
section .head_line p.txt a:hover {
	color: #7b584e;
}


@media screen and (max-width: 600px) {
section .head_line p span {
	display: inline;
}
}
section .head_line dl {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
@media screen and (max-width: 800px) {
section .head_line dl {
	display: block;
	margin-top: 20px;
}
	}


section .head_line dl&gt;dt {
	width: 49%;
}
@media screen and (max-width: 800px) {
section .head_line dl&gt;dt {
	width: 100%;
}
	}
section .head_line dl&gt;dt&gt;img {
	width: 100%;
	height: auto;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	border: solid 1px rgba(0,0,0,0.2);
}
section .head_line dl&gt;dd {
	width: 49%;
}
@media screen and (max-width: 800px) {
section .head_line dl&gt;dd {
	width: 100%;
	margin-top: 20px;
}
	}
.align-justy {
	text-align: justify;
}
</pre></body></html>