@charset "utf-8";

/*=================================================================================
    ヘッダー（通常）
=================================================================================*/
.saiyou header nav ul li a {
    background: url("../images/saiyou/saiyou-orange-arrow.png") no-repeat left center;
}
.saiyou header nav ul li.active a {
}
.saiyou header nav ul li.li04 a {
    background: url(../images/saiyou/saiyou-nav_home.png) no-repeat 27px top;
}
.saiyou header {
    border-bottom: none;
}

.saiyou header .subLink {
    width: 100%;
    max-width: 484px;
    z-index: 1;
    float: right;
	  position: relative;
}
.saiyou header .subLink li.li02 {
    width: auto;
    max-height: auto;
    overflow: hidden;
}
.saiyou header .subLink li.li01, header .subLink li.li02 {
    max-height: none;
}
.saiyou header .subLink li.li03 {
    margin-top: 10px;
}
.saiyou header nav ul li.li03 img {
    width: 239px;
    height: 37px;
}
.saiyou header .subLink li.li03 {
    width: auto;
}

.saiyou header nav ul li.li01 {
    width: 15.35%;
}
.saiyou header nav ul li.li02 {
    width: 14.35%;
}
.saiyou header nav ul li.li03 {
    width: 13.62%;
}
.saiyou header nav ul li.li04 {
    width: 13.36%;
}
.saiyou header nav ul li.li05 {
    width: 12.62%;
}
.saiyou header nav ul li.li06 {
    width: 15.7%;
}
.saiyou header nav ul li.li07 {
    width: 14.5%;
}
.saiyou header .subLink li.li01 img {
    margin-top: 0;
}
.saiyou header .subLink li.li02 img {
    margin-top: 0;
}
.saiyouTop #visual .pc {
    height: 630px;
}

/*　マウスオーバーでアンダーライン（メニュー）　*/
header nav ul li.li01 a:after,
header nav ul li.li02 a:after,
header nav ul li.li03 a:after,
header nav ul li.li05 a:after,
header nav ul li.li06 a:after, 
header nav ul li.li07 a:after {
    content: "　";
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 3px;
    background: #DC681B;
    transition: all 0.5s ease 0s;
    width: 0;
}
header nav ul li.li01:hover a:after,
header nav ul li.li02:hover a:after,
header nav ul li.li03:hover a:after,
header nav ul li.li05:hover a:after,
header nav ul li.li06:hover a:after,
header nav ul li.li07:hover a:after{
    width:100%;
}
.saiyouMessage header nav ul li.li01 a:after,
.saiyouWorkabout header nav ul li.li02 a:after,
.saiyouInterview header nav ul li.li03 a:after, 
.saiyouSyain-bosyu header nav ul li.li05 a:after, 
.saiyouPart-bosyu header nav ul li.li06 a:after, 
.saiyouQa header nav ul li.li07 a:after {
    width: 100%;
}

/*=================================================================================
    ヘッダー（固定）
=================================================================================*/
.saiyou header.fixed {
    background-color: #EC6E1A;
	  margin-top: 0px;
      height:120px;
}
.saiyou header.fixed nav{
    top:26px;
}
.saiyou header.fixed nav ul li.li04 a {
    background: url(../images/saiyou/nav_home_fixed.png) no-repeat 27px top;
}
.saiyou header.fixed nav ul li.li04 a {
}
.saiyou header.fixed nav ul li a {
    background: url(../images/icn_circle_arrow_right_white.png) no-repeat left center;
    color: #fff;
}
.saiyou header.fixed nav ul li a {
    background: url("../images/saiyou/saiyou-white-arrow.png") no-repeat left center; 
    color: #fff;
}

.saiyou header.fixed .subLink{
    z-index: 0;
}
.saiyou header.fixed .subLink li.li01 {
    display: none;
}
.saiyou header.fixed .subLink li.li02 {
    position: relative;
    top: 114px;
    right: -236px;
    width: 242px;
    height: 60px;
}

.saiyou header.fixed .subLink li.li02 {
	  overflow: inherit;
}
.saiyou header.fixed nav ul {
    top: -10px;
}
header.fixed nav ul li.li01 a:after, 
header.fixed nav ul li.li02 a:after,
header.fixed nav ul li.li03 a:after,
header.fixed nav ul li.li05 a:after,
header.fixed nav ul li.li06 a:after,
header.fixed nav ul li.li07 a:after {
    background: #fff;
}
/*=================================================================================
    フッター（共通）
=================================================================================*/
.saiyou footer {
    background-color: #fff;
    border-top: 2px solid #EC6E1A;
    margin-top: 90px;
    padding-top: 40px;
	  padding-bottom: 90px;
}
/*=================================================================================
    パンくずナビ（共通）
=================================================================================*/
.saiyou #pankuzu {
    max-width: 1200px;
    margin: -20px auto 40px auto;
    font-size: 14px;
    font-size: 1.4rem;
}

/*=================================================================================
    テキストのハイライト（共通）
=================================================================================*/

.saiyou .highlight {
    background: linear-gradient(transparent 50%, #FDFC96 0%);
    line-height: 1.3em;
}
/*=================================================================================
    コラム（共通）
=================================================================================*/
.saiyou #contents .column {
	  background-color: #ffffdd;
    border: 1px solid #E16B1F;
    border-radius: 5px;
    max-width: 910px;
    min-height: 200px;
    clear: both;
    margin: 50px auto 0 auto;
    padding: 15px 15px 15px 200px;
    position: relative;
}
.saiyou #contents .column h3 {
    color: #E16B1F;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;
}
.saiyou #contents .column p {
    /*color: #2ca338;*/
    font-size: 16px;
    font-size: 1.6rem;
	  line-height: 30px;
    /*font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;*/
}
.saiyou #contents .column:before {
    content: "　";
    background: url(../images/saiyou/saiyou-column.png) no-repeat left top;
    position: absolute;
    width: 195px;
    height: 252px;
    left: -8px;
    top: 16px;
}
/*=================================================================================
    トップページ（ヴィジュアル）
=================================================================================*/
.saiyouTop #visual {
    margin-bottom: 60px;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.saiyou #visual {
	  border-top: 2px solid #EA7627;
}
/*=================================================================================
    トップページ（サイトリンクボタン）
=================================================================================*/
.saiyouTop .siteLinkBtn {
    clear: both;
    border-top: none;
    padding-top: 0; 
}
.saiyouTop .siteLinkBtn li a i img {
    width: 13px;
	  height: 13px;
}
.saiyouTop .siteLinkBtn li a i {
    font-weight: bold;
}
/*=================================================================================
    トップページ（ニュース一覧）
=================================================================================*/
.saiyouTop .newsBl {
    width: auto;
    float: none;
    margin-top: 60px;
    margin-bottom: 110px;
}
.saiyouTop .newsBl dl {
	  padding: 1.5% 1.5% 0 1.0%;
}
.saiyouTop .newsBl h2:before {
    content: "　";
    position: absolute;
    width: 14%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #EC6E1A;
}
/*=================================================================================
    トップページ（slickスライダー）
=================================================================================*/

/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
img {
    max-width: 100%;
     height: auto;
}


* {
min-height:0;
min-width : 0;
}

/*=================================================================================
    トップページ（コンテンツ）
=================================================================================*/
.saiyouTop #contents {
    margin: -10px auto 0;
}
/*=================================================================================
    メッセージページ（コンテンツ）
=================================================================================*/
.saiyouMessage {
	background: #fff url("../images/saiyou/saiyou-message-pc-bg.jpg") no-repeat fixed center center;
}
.saiyouMessage #visual {
    margin-bottom: 60px;
    width: 100%;
}
.saiyouMessage #visual img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.saiyouMessage #contents {
	font-size: 18px;
    font-size: 1.8rem;
    color: #2e2119;
}
.saiyouMessage #contents {
    max-width: 1400px;
    padding: 0 100px;
    margin: 0 auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    position: relative;
}
.saiyouMessage #contents .bgBl {
    background: #fff;
}
.saiyouMessage #contents h1 {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    font-size: 4.0rem;
    color: #23ac38;
    margin-bottom: 35px;
}
.saiyouMessage #contents h1 p {
    font-size: 40px;
    font-size: 4.0rem;
}
.saiyouMessage #contents h1 .highlight {
    background: linear-gradient(transparent 60%, #FDFC96 0%);
    background-position: 20px -10px;
    line-height: 1.3em;
}
.saiyouMessage #contents p {
    font-size: 18px;
    line-height: 35px;
}
.saiyouMessage #contents h1 span {
    position: relative;
    z-index: 5;
}
.saiyouMessage #contents .imageText {
	  display: flex;
}
.saiyouMessage #contents .conB .imageText {
	  display: flex;
	  flex-direction: row-reverse;
}
.saiyouMessage #contents .conG .imageText {
	  display: flex;
	  flex-direction: row-reverse;
}
.saiyouMessage #contents .imageText .imageRight {
    flex: 1;
}
.saiyouMessage #contents .imageText .textLeft {
    flex: 1;
	  margin-right: 40px;
}
.saiyouMessage #contents .imageText .imageLeft {
	  flex: 1;
	  margin-right: 50px;
}
.saiyouMessage #contents .imageText .textRight {
    flex: 1;
}
.saiyouMessage #contents .conB {
	 margin-top: 50px;
}
.saiyouMessage #contents .conC {
	 margin-top: 50px;
}
.saiyouMessage #contents .conD {
	 margin-top: 50px;
}
.saiyouMessage #contents .conE {
	 margin-top: 50px;
}
.saiyouMessage #contents .conF {
	 margin-top: 50px;
}
.saiyouMessage #contents .conG {
	 margin-top: 50px;
}
.saiyouMessage #contents .conG .saiyou-message-name img {
    max-width: 62%;
    height: auto;
    display: block;
	  margin-left: auto;
}

.slide01 a {
	width: 1500px;
	height: auto;
	background: url(../images/saiyou/saiyou-slide01_bg_pc.png) no-repeat center center;
}
/*=================================================================================
    仕事内容ページ（コンテンツ）
=================================================================================*/
.saiyouWorkabout {
	background: #fff url("../images/saiyou/saiyou-workabout-pc-bg.jpg") no-repeat fixed center center;
}
.saiyouWorkabout #visual {
    margin-bottom: 60px;
    width: 100%;
}
.saiyouWorkabout #visual img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.saiyouWorkabout #contents {
	font-size: 18px;
    font-size: 1.8rem;
    color: #2e2119;
}
.saiyouWorkabout #contents {
    max-width: 1350px;
    padding: 0 100px;
    margin: 0 auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    position: relative;
}
.saiyouWorkabout #contents .bgBl {
    background: #fff;
}
.saiyouWorkabout #contents h1 {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    font-size: 4.0rem;
    color: #23ac38;
    margin-bottom: 35px;
}
.saiyouWorkabout #contents h1 p {
    font-size: 40px;
    font-size: 4.0rem;
}
.saiyouWorkabout #contents h1 .highlight {
    background: linear-gradient(transparent 60%, #FDFC96 0%);
    background-position: 20px -10px;
    line-height: 1.3em;
}
.saiyouWorkabout #contents h2 {
    font-weight: bold;
    font-size: 40px;
    font-size: 3.0rem;
    color: #23ac38;
    margin-bottom: 15px;
}
.saiyouWorkabout #contents p {
    font-size: 18px;
    line-height: 35px;
}
.saiyouWorkabout #contents h1 span {
    position: relative;
    z-index: 5;
}
.saiyouWorkabout #contents .workabout-time {
    background-color: #EC6E1A;
    display: block;
	display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    border-radius: 5px;
    width: 110px;
    color: #fff;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 5px;
}
.saiyouWorkabout #contents .saiyou-line {
    margin-top: 40px;
}
.saiyouWorkabout #contents .imageText {
	  display: flex;
}
.saiyouWorkabout #contents .conB .imageText {
	  display: flex;
}
.saiyouWorkabout #contents .conG .imageText {
	  display: flex;
}
.saiyouWorkabout #contents .conH .imageText {
	  display: flex;
	  flex-direction: row-reverse;
}
.saiyouWorkabout #contents .imageText .imageRight {
    flex: 1;
}
.saiyouWorkabout #contents .imageText .imageRight img {
	  max-width: 90%;
}
.saiyouWorkabout #contents .conH .imageText .imageRight img {
     max-width: 100%; 
}
.saiyouWorkabout #contents .imageText .textLeft {
    flex: 1;
	  margin-right: 40px;
}
.saiyouWorkabout #contents .imageText .imageLeft {
	  flex: 1;
	  margin-right: -20px;
}
.saiyouWorkabout #contents .imageText .imageLeft img {
	  max-width: 90%;
}
.saiyouWorkabout #contents .imageText .textRight {
    flex: 1;
}
.saiyouWorkabout #contents .conA  {
	 margin-top: 100px;
}
.saiyouWorkabout #contents .conB {
	 margin-top: 100px;
}
.saiyouWorkabout #contents .conC {
	 margin-top: 100px;
}
.saiyouWorkabout #contents .conD {
	 margin-top: 100px;
}
.saiyouWorkabout #contents .conE {
	 margin-top: 100px;
}
.saiyouWorkabout #contents .conF {
	 margin-top: 100px;
}
.saiyouWorkabout #contents .conG {
	 margin-top: 100px;
}
.saiyouWorkabout #contents .conH {
	 margin-top: 100px;
}
.saiyouWorkabout #contents .conI {
	 margin-top: 100px;
}

/*=================================================================================
    パートの募集ページ（コンテンツ）
=================================================================================*/
.saiyouPart-bosyu {
	background: #fff url("../images/saiyou/saiyou-part_bosyu-pc-bg.jpg") no-repeat fixed center center;
}
.saiyouPart-bosyu #visual {
    margin-bottom: 60px;
    width: 100%;
}
.saiyouPart-bosyu #visual img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.saiyouPart-bosyu #contents {
	font-size: 18px;
    font-size: 1.8rem;
    color: #2e2119;
}
.saiyouPart-bosyu #contents {
    max-width: 1300px;
    padding: 0 100px;
    margin: 0 auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    position: relative;
}
.saiyouPart-bosyu #contents .bgBl {
    background: #fff;
}
.saiyouPart-bosyu #contents h1 {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    font-size: 4.0rem;
    color: #23ac38;
    margin-bottom: 35px;
}
.saiyouPart-bosyu #contents h1 p {
    font-size: 40px;
    font-size: 4.0rem;
}
.saiyouPart-bosyu #contents h1 .highlight {
    background: linear-gradient(transparent 60%, #FDFC96 0%);
    background-position: 20px -10px;
    line-height: 1.3em;
}
.saiyouPart-bosyu #contents h2 {
    font-weight: bold;
    font-size: 40px;
    font-size: 3.0rem;
    color: #23ac38;
    margin-bottom: 15px;
}
.saiyouPart-bosyu #contents h3 {
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    color: #23ac38;
}
.saiyouPart-bosyu #contents p {
    font-size: 18px;
    line-height: 35px;
}
.saiyouPart-bosyu #contents h1 span {
    position: relative;
    z-index: 5;
}
.saiyouPart-bosyu #contents .workabout-time {
    background-color: #EC6E1A;
    display: block;
    border-radius: 5px;
    width: 110px;
    color: #fff;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
	  margin-bottom: 5px;
}
.saiyouPart-bosyu #contents .saiyou-line {
    margin-top: 30px;
}
.saiyouPart-bosyu #contents .imageText {
	  display: flex;
	  flex-direction: row-reverse;
	  margin-top: 40px;
}
.saiyouPart-bosyu #contents .imageText {
    flex-direction: inherit;
}
.saiyouPart-bosyu .conB #contents .imageText {
    display: flex;
    flex-direction: inherit;
}
.saiyouPart-bosyu #contents .conA .imageText {
	  display: block;
}
.saiyouPart-bosyu #contents .conB .imageText {
	  display: flex;
    flex-direction: inherit;
}
.saiyouPart-bosyu #contents .conG .imageText {
	  display: flex;
}
.saiyouPart-bosyu #contents .conH .imageText {
	  display: flex;
	  flex-direction: row-reverse;
}
.saiyouPart-bosyu #contents .conA .imageText .imageRight {
    float: right;
    margin-left: 40px;
	  width: 48%;
}
.saiyouPart-bosyu #contents .imageText .imageRight {
    flex: 1;
}
.saiyouPart-bosyu #contents .imageText .imageRight img {
	  max-width: 90%;
}
.saiyouPart-bosyu #contents .conA .imageText .imageRight img {
    max-width: 530px;
}
.saiyouPart-bosyu #contents .imageText .textLeft {
	  margin-right: 40px;
}
.saiyouPart-bosyu #contents .saiyou-syosaiBtn {
    margin-top: 10px;
}	
.saiyouPart-bosyu #contents .saiyou-syosaiBtn img {
    width: 400px;
    margin: 10px auto 0;
    display: block;
}	
.saiyouPart-bosyu #contents .conA .imageText .textLeft {
    width: 100%;
}
.saiyouPart-bosyu #contents .imageText .imageLeft {
	  flex: 1;
	  margin-right: -20px;
}
.saiyouPart-bosyu #contents .imageText .imageLeft {
    flex: none;
    margin-right: 40px;
}
.saiyouPart-bosyu #contents .conB .imageText .imageLeft {
    /* float: left; */
    flex: none;
    margin-right: 40px;
}
.saiyouPart-bosyu #contents .imageText .imageLeft img {
	  max-width: 90%;
}
.saiyouPart-bosyu #contents .conD .imageText .imageLeft img {
    max-width: 160px;
}
.saiyouPart-bosyu #contents .conB .imageText .imageLeft img {
    max-width: 168px;
}
.saiyouPart-bosyu #contents .imageText .textRight {
    flex: 1;
}
.saiyouPart-bosyu #contents .conA  {
	 margin-top: 100px;
}
.saiyouPart-bosyu #contents .conB {
	 margin-top: 100px;
}
.saiyouPart-bosyu #contents .conC {
	 margin-top: 100px;
}
.saiyouPart-bosyu #contents .conD {
	 margin-top: 100px;
}
.saiyouPart-bosyu #contents .conE {
	 margin-top: 100px;
}
.saiyouPart-bosyu #contents .conF {
	 margin-top: 100px;
}
.saiyouPart-bosyu #contents .conG {
	 margin-top: 100px;
}
.saiyouPart-bosyu #contents .conH {
	 margin-top: 100px;
}
.saiyouPart-bosyu #contents .conI {
	 margin-top: 100px;
}

/*=================================================================================
    社員の募集ページ（コンテンツ）
=================================================================================*/
.saiyouSyain-bosyu {
	background: #fff url("../images/saiyou/saiyou-syain_bosyu-pc-bg.jpg") no-repeat fixed center center;
}
.saiyouSyain-bosyu #visual {
    margin-bottom: 60px;
    width: 100%;
}
.saiyouSyain-bosyu #visual img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.saiyouSyain-bosyu #contents {
	font-size: 18px;
    font-size: 1.8rem;
    color: #2e2119;
}
.saiyouSyain-bosyu #contents {
    max-width: 1300px;
    padding: 0 100px;
    margin: 0 auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    position: relative;
}
.saiyouSyain-bosyu #contents .bgBl {
    background: #fff;
}
.saiyouSyain-bosyu #contents h1 {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    font-size: 4.0rem;
    color: #23ac38;
    margin-bottom: 35px;
}
.saiyouSyain-bosyu #contents h1 p {
    font-size: 40px;
    font-size: 4.0rem;
}
.saiyouSyain-bosyu #contents h1 .highlight {
    background: linear-gradient(transparent 60%, #FDFC96 0%);
    background-position: 20px -10px;
    line-height: 1.3em;
}
.saiyouSyain-bosyu #contents h2 {
    font-weight: bold;
    font-size: 40px;
    font-size: 3.0rem;
    color: #23ac38;
    margin-bottom: 15px;
}
.saiyouSyain-bosyu #contents h3 {
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    color: #23ac38;
}
.saiyouSyain-bosyu #contents p {
    font-size: 18px;
    line-height: 35px;
}
.saiyouSyain-bosyu #contents h1 span {
    position: relative;
    z-index: 5;
}
.saiyouSyain-bosyu #contents .workabout-time {
    background-color: #EC6E1A;
    display: block;
    border-radius: 5px;
    width: 110px;
    color: #fff;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
	  margin-bottom: 5px;
}
.saiyouSyain-bosyu #contents .saiyou-line {
    margin-top: 30px;
}
.saiyouSyain-bosyu #contents .imageText {
	  display: flex;
	  flex-direction: row-reverse;
	  margin-top: 40px;
}
.saiyouSyain-bosyu #contents .imageText {
    flex-direction: inherit;
}
.saiyouSyain-bosyu .conB #contents .imageText {
    display: flex;
    flex-direction: inherit;
}
.saiyouSyain-bosyu #contents .conA .imageText {
	  display: block;
}
.saiyouSyain-bosyu #contents .conB .imageText {
	  display: flex;
    flex-direction: inherit;
}
.saiyouSyain-bosyu #contents .conG .imageText {
	  display: flex;
}
.saiyouSyain-bosyu #contents .conH .imageText {
	  display: flex;
	  flex-direction: row-reverse;
}
.saiyouSyain-bosyu #contents .conA .imageText .imageRight {
    float: right;
    margin-left: 40px;
	  width: 48%;
}
.saiyouSyain-bosyu #contents .imageText .imageRight {
    flex: 1;
}
.saiyouSyain-bosyu #contents .imageText .imageRight img {
	  max-width: 90%;
}
.saiyouSyain-bosyu #contents .conA .imageText .imageRight img {
    max-width: 530px;
}
.saiyouSyain-bosyu #contents .imageText .textLeft {
	  margin-right: 40px;
}
.saiyouSyain-bosyu #contents .saiyou-syosaiBtn {
    margin-top: 10px;
}	
.saiyouSyain-bosyu #contents .saiyou-syosaiBtn img {
    width: 400px;
    margin: 10px auto 0;
    display: block;
}	
.saiyouSyain-bosyu #contents .conA .imageText .textLeft {
    width: 100%;
}
.saiyouSyain-bosyu #contents .imageText .imageLeft {
	  flex: 1;
	  margin-right: -20px;
}
.saiyouSyain-bosyu #contents .imageText .imageLeft {
    flex: none;
    margin-right: 40px;
}
.saiyouSyain-bosyu #contents .conB .imageText .imageLeft {
    /* float: left; */
    flex: none;
    margin-right: 40px;
}
.saiyouSyain-bosyu #contents .imageText .imageLeft img {
	  max-width: 90%;
}
.saiyouSyain-bosyu #contents .conD .imageText .imageLeft img {
    max-width: 160px;
}
.saiyouSyain-bosyu #contents .conB .imageText .imageLeft img {
    max-width: 168px;
}
.saiyouSyain-bosyu #contents .imageText .textRight {
    flex: 1;
}
.saiyouSyain-bosyu #contents .conA  {
	 margin-top: 100px;
}
.saiyouSyain-bosyu #contents .conB {
	 margin-top: 100px;
}
.saiyouSyain-bosyu #contents .conC {
	 margin-top: 100px;
}
.saiyouSyain-bosyu #contents .conC .saiyou-draw {
	 margin-top: 20px;
}
.saiyouSyain-bosyu #contents .conD {
	 margin-top: 100px;
}
.saiyouSyain-bosyu #contents .conE {
	 margin-top: 100px;
}
.saiyouSyain-bosyu #contents .conF {
	 margin-top: 100px;
}
.saiyouSyain-bosyu #contents .conG {
	 margin-top: 100px;
}
.saiyouSyain-bosyu #contents .conH {
	 margin-top: 100px;
}
.saiyouSyain-bosyu #contents .conI {
	 margin-top: 100px;
}

/*=================================================================================
    インタビューページ（コンテンツ）
=================================================================================*/
.saiyouInterview {
	background: #fff url("../images/saiyou/saiyou-interview-pc-bg.jpg") no-repeat fixed center center;
}
.saiyouInterview #visual {
    margin-bottom: 60px;
    width: 100%;
}
.saiyouInterview #visual img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.saiyouInterview #contents {
	font-size: 18px;
    font-size: 1.8rem;
    color: #2e2119;
}
.saiyouInterview #contents {
    max-width: 1300px;
    padding: 0 100px;
    margin: 0 auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    position: relative;
}
.saiyouInterview #contents .bgBl {
    background: #fff;
}
.saiyouInterview #contents h1 {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    font-size: 4.0rem;
    color: #23ac38;
    margin-bottom: 35px;
}
.saiyouInterview #contents h1 p {
    font-size: 40px;
    font-size: 4.0rem;
}
.saiyouInterview #contents h1 .highlight {
    background: linear-gradient(transparent 60%, #FDFC96 0%);
    background-position: 20px -10px;
    line-height: 1.3em;
}
.saiyouInterview #contents h2 {
    /*width: 58.2%;*/
	  font-weight: bold;
    font-size: 35px;
    font-size: 3.5rem;
    color: #23ac38;
	  padding-left: 10px;
	  position: relative;
    top: -16px;
}
.saiyouInterview #contents h2 img {
	  max-width: auto;
    width: auto;
    height: auto;
}
.saiyouInterview #contents h3 {
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    color: #23ac38;
}
.saiyouInterview #contents p {
    font-size: 18px;
    line-height: 35px;
}
.saiyouInterview #contents h1 span {
    position: relative;
    z-index: 5;
}
.saiyouInterview #contents .saiyou-line {
    margin-top: 30px;
}
.saiyouInterview #contents .imageText {
	  display: flex;
	  flex-direction: row-reverse;
	  margin-top: 40px;
}
.saiyouInterview #contents .imageText {
    flex-direction: inherit;
}
.saiyouInterview dl.accordion dt:first-of-type {
    padding-top: 10px;
}
.saiyouInterview #contents .imageText {
	  display: flex;
    flex-direction: row-reverse;
}
.saiyouInterview #contents .conG .imageText {
	  display: flex;
}
.saiyouInterview #contents .conH .imageText {
	  display: flex;
	  flex-direction: row-reverse;
}
.saiyouInterview #contents .imageText .imageRight {
    flex: 0 0 41%;
}
.saiyouInterview #contents .imageText .imageRight {
    flex: 1;
}
.saiyouInterview #contents .imageText .imageRight img {
    max-width: auto;
}
.saiyouInterview #contents .imageText .textLeft {
	  margin-right: 40px;
}
.saiyouInterview #contents .saiyou-syosaiBtn {
    margin-top: 10px;
}	
.saiyouInterview #contents .saiyou-syosaiBtn img {
    width: 400px;
    margin: 10px auto 0;
    display: block;
}	
.saiyouInterview #contents .imageText .textLeft {
    flex: 1 1 14%;
}
.saiyouInterview #contents .imageText .imageLeft {
	  flex: 1;
	  margin-right: -20px;
}
.saiyouInterview #contents .imageText .imageLeft {
    flex: none;
    margin-right: 40px;
}
.saiyouInterview #contents .conB .imageText .imageLeft {
    flex: none;
    margin-right: 40px;
}
.saiyouInterview #contents .imageText .imageLeft img {
	  max-width: 90%;
}
.saiyouInterview #contents .conD .imageText .imageLeft img {
    max-width: 160px;
}
.saiyouInterview #contents .conB .imageText .imageLeft img {
    max-width: 168px;
}
.saiyouInterview #contents .imageText .textRight {
    flex: 1;
}
.saiyouInterview #contents .conA  {
	 margin-top: 100px;
}
.saiyouInterview #contents .conB {
	 margin-top: 100px;
}
.saiyouInterview #contents .conC {
	 margin-top: 100px;
}
.saiyouInterview #contents .conC .saiyou-draw {
	 margin-top: 20px;
}
.saiyouInterview #contents .conD {
	 margin-top: 100px;
}
.saiyouInterview #contents .conE {
	 margin-top: 100px;
}
.saiyouInterview #contents .conF {
	 margin-top: 100px;
}
.saiyouInterview #contents .conG {
	 margin-top: 100px;
}
.saiyouInterview #contents .conH {
	 margin-top: 100px;
}
.saiyouSyain-bosyu #contents .conI {
	 margin-top: 100px;
}
/* アコーディオン */
.saiyouInterview dl.accordion {font-size:16px;}
.saiyouInterview dl.accordion dt {
    background: url(../images/saiyou/saiyou-down-arrow.png) 99% 30px no-repeat;
    background-size: 20px auto;
    border-bottom: 1px solid #E5E5E5;
    line-height: 30px;
    color: #23AC38;
    font-weight: bold;
    cursor: pointer;
    padding-left: 0px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.saiyouInterview dl.accordion dt .inner {
    background: url(../images/saiyou/saiyou-question.png) no-repeat 11px 6.8px;
    background-size: 30px auto;
    padding-left: 48px;
    line-height: 1.5;
    padding-top: 10px;
}
.saiyouInterview dl.accordion dt span {
    background-size: 30px auto;
    color: #23ac38;
    font-size: 18.5px;
    font-size: 1.85rem;
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration: none;
}
.saiyouInterview dl.accordion dt.open {
    background: url(../images/saiyou/saiyou-up-arrow.png) 99% 30px no-repeat;
    background-size: 20px auto;
}
.saiyouInterview dl.accordion dd.ling-height {
    line-height: 30px;
}
.saiyouInterview dl.accordion dd { 
    background: #FFF;
    padding: 10px;
    line-height: 2;
    display: none;
    background: url(../images/saiyou/saiyou-answer.png) no-repeat 11px 17px;
    background-size: 30px auto;
    padding: 15px 10px 5px 50px;
    font-weight: normal!important;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
}
/*=================================================================================
    よくある質問ページ（コンテンツ）
=================================================================================*/
.saiyouQa {
	background: #fff url("../images/saiyou/saiyou-qa-pc-bg.jpg") no-repeat fixed center center;
}
.saiyouQa #visual {
    margin-bottom: 60px;
    width: 100%;
}
.saiyouQa #visual img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.saiyouQa #contents {
	font-size: 18px;
    font-size: 1.8rem;
    color: #2e2119;
}
.saiyouQa #contents {
    max-width: 1300px;
    padding: 0 100px;
    margin: 0 auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    position: relative;
}
.saiyouQa #contents .bgBl {
    background: #fff;
}
.saiyouQa #contents h1 {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    font-size: 4.0rem;
    color: #23ac38;
    margin-bottom: 35px;
}
.saiyouQa #contents h1 p {
    font-size: 40px;
    font-size: 4.0rem;
}
.saiyouQa #contents h1 .highlight {
    background: linear-gradient(transparent 60%, #FDFC96 0%);
    background-position: 20px -10px;
    line-height: 1.3em;
}
.saiyouQa #contents h2 {
    font-weight: bold;
    font-size: 35px;
    font-size: 3.5rem;
    color: #23ac38;
    margin-bottom: 15px;
	  padding-left: 10px;
}
.saiyouQa #contents h2 span {
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
}
.saiyouQa #contents h3 {
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    color: #23ac38;
}
.saiyouQa #contents p {
    font-size: 18px;
    line-height: 35px;
}
.saiyouQa #contents h1 span {
    position: relative;
    z-index: 5;
}
.saiyouQa #contents .accordion dd a {
	  color: #ED7525;
    font-weight: bold;
	  vertical-align: bottom;
}
.saiyouQa #contents .accordion dd a:hover {
	  color: #ED7525;
    font-weight: bold;
	  vertical-align: bottom;
}
.saiyouQa #contents .saiyou-line {
    margin-top: 30px;
}
.saiyouQa #contents .imageText {
	  margin-top: 40px;
}
.saiyouQa #contents .imageText {
}
.saiyouQa #contents .conB .imageText {
}
.saiyouQa #contents .conG .imageText {
	  display: flex;
}
.saiyouQa #contents .conH .imageText {
	  display: flex;
	  flex-direction: row-reverse;
}
.saiyouQa #contents .imageText .imageRight img {
    max-width: auto;
}
.saiyouQa #contents .imageText .textLeft {
	  margin-right: 40px;
}
.saiyouQa #contents .saiyou-syosaiBtn {
    margin-top: 10px;
}	
.saiyouQa #contents .saiyou-syosaiBtn img {
    width: 400px;
    margin: 10px auto 0;
    display: block;
}	
.saiyouQa #contents .imageText .imageLeft {
	  margin-right: -20px;
}
.saiyouQa #contents .imageText .imageLeft {
    margin-right: 40px;
}
.saiyouQa #contents .conB .imageText .imageLeft {
    margin-right: 40px;
}
.saiyouQa #contents .imageText .imageLeft img {
	  max-width: 90%;
}
.saiyouQa #contents .conD .imageText .imageLeft img {
    max-width: 160px;
}
.saiyouQa #contents .conB .imageText .imageLeft img {
    max-width: 168px;
}
.saiyouQa #contents .conA  {
	 margin-top: 80px;
}
.saiyouQa #contents .conB {
	 margin-top: 100px;
}
.saiyouQa #contents .conC {
	 margin-top: 100px;
}
.saiyouQa #contents .conC .saiyou-draw {
	 margin-top: 20px;
}
.saiyouQa #contents .conD {
	 margin-top: 100px;
}
.saiyouQa #contents .conE {
	 margin-top: 100px;
}
.saiyouQa #contents .conF {
	 margin-top: 100px;
}
.saiyouQa #contents .conG {
	 margin-top: 100px;
}
.saiyouQa #contents .conH {
	 margin-top: 100px;
}
.saiyouQa #contents .conI {
	 margin-top: 100px;
}
/* アコーディオン */
.saiyouQa dl.accordion {font-size:16px;}
.saiyouQa dl.accordion dt {
    background: url(../images/saiyou/saiyou-down-arrow.png) 99% 26px no-repeat;
    background-size: 40px auto;
    border-bottom: 1px solid #E5E5E5;
    line-height: 40px;
    color: #23AC38;
    font-weight: bold;
    cursor: pointer;
    padding-left: 0px;
    padding-right: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.saiyouQa dl.accordion dt .inner {
	  background: url(../images/saiyou/saiyou-question.png) no-repeat 10px 5px;
    background-size: 60px auto;
    padding-left: 82px;
    padding-bottom: 10px;
    padding-top: 17px;
}
.saiyouQa dl.accordion dt span {
    background-size: 60px auto;
    color: #23ac38;
    padding: 20px 0 10px 0px;
    font-size: 30px;
    font-size: 3.0rem;
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration: none;
    line-height: 42px;
}
.saiyouQa dl.accordion dt.open {
    background: url(../images/saiyou/saiyou-up-arrow.png) 99% 26px no-repeat;
    background-size: 40px auto;
}
.saiyouQa dl.accordion dd.ling-height {
    line-height: 30px;
}
.saiyouQa dl.accordion dd { 
    background: #FFF;
    padding: 10px;
    line-height: 2;
    display: none;
    background: url(../images/saiyou/saiyou-answer.png) no-repeat 11px 17px;
    background-size: 60px auto;
    padding: 15px 10px 5px 89px;
    font-weight: normal!important;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
}
.saiyouQa dl.accordion dd.lineHight4 { 
    line-height: 4;
}
/*=================================================================================
    スマホ（768px以下）
=================================================================================*/
@media only screen and (max-width: 768px) {
/* トップスライダー */
.saiyouTop #visual {
    margin-bottom: 50px;
}
/* コンテンツ */
.saiyouTop #contents {
    margin: 0 auto 0;
}
/* 共通ヘッダー（通常） */
.saiyou header .smp .menu {
    background-color: #EC6E1A;
}

.saiyou header .smp > ul {
    background-color: #EC6E1A;
}
.saiyou header .smp ul li a {
    padding: 20px;
}
.saiyou header .smp ul li.li08 {
    padding: 0;
	  width: auto;
	  float: none;
}
.saiyou header .smp ul li.li07 {
	  /*background: url(../images/saiyou/afterschool-wise_betumado.png) no-repeat 27.5% center;
    background-size: 10px 10px;*/
}
.saiyou header .smp ul li.li07 a img {
	  width: 10px;
    height: 10px;
    margin-left: 5px;
}
.saiyou header .smp ul li.li08 a {
    padding: 0;
}
.saiyou header .smp ul li.li09 {
    padding: 0;
		width: auto;
	  float: none;
		background-color: #EC6E1A;
}
.saiyou header .smp ul li.li09 a {
    padding: 0;
}
.saiyou header .smp ul li.li09 img {
    width: 100%!important;
    width: 70%;
    display: block;
    margin: 0 auto;
    padding: 40px;
}
.saiyou header .smp ul li.li10 {
    background-color: #F2985C;
	  padding: 0;
}
.saiyou header .smp ul li.li10 a {
    padding: 20px;
}
.saiyouTop header .smp > ul {
    width: 100%;
}
/* 共通フッター */
.saiyou footer .footerInner .floatL .smp .li01 a {
 display: none;
}
.saiyou footer .footerInner .floatL .smp .li02 a {
    display: none;
}
.saiyou footer {
    padding-bottom: 50px;
}
/* トップニュース一覧 */
.saiyouTop .newsBl {
	  margin-top: 30px;
	  margin-bottom: 0;
}
.saiyouTop .newsBl dl {
	  /*padding: 1.5% 1.5% 0 1.5%;*/
}
.saiyouTop .newsBl h2:before {
    background-color: #EC6E1A;
}
.saiyouTop .newsBl h2:before {
    width: 26.1%;
}
/* トップスライダーslick */
.slick-dots li button {
    background: #DD691C;
    border: 1px solid #DD691C;
}
.slick-dots li.slick-active button {
    border: 1px solid #DD691C;
    background-color: #fff;
}
/* メッセージページ */
.saiyouMessage #visual {
    margin-bottom: 0; 
}
	
.saiyouMessage #contents {
    padding: 0;
    width: 90%;
}
.saiyouMessage #contents h1 {
	  margin-top: 30px;
	  margin-bottom: 10px;
}
.saiyouMessage #contents h1 p {
    font-size: 16px!important;
}
.saiyouMessage #contents p {
    font-size: 13px;
    line-height: 22px;
}
.saiyouMessage #contents p {
    font-size: 13px!important;
    line-height: 22px;
}
.saiyouMessage #contents .imageText .imageLeft {
    margin-right: 0;
}
.saiyouMessage #contents .imageText .textLeft {
    margin-right: 0;
}
.saiyouMessage #contents .imageText {
    display: block;
}
.saiyouMessage #contents .conB .imageText {
	  display: block;
}
.saiyouMessage #contents .conG .imageText {
	  display: block;

}
.saiyouMessage #contents .imageText .textLeft {
    margin-top: 20px;
}
.saiyouMessage #contents .imageText .textRight {
    margin-top: 20px;
}
.saiyouMessage #contents .conB {
	 margin-top: 30px;
}
.saiyouMessage #contents .conC {
	 margin-top: 30px;
}
.saiyouMessage #contents .conD {
	 margin-top: 30px;
}
.saiyouMessage #contents .conE {
	 margin-top: 30px;
}
.saiyouMessage #contents .conF {
	 margin-top: 30px;
}
.saiyouMessage #contents .conG {
	 margin-top: 30px;
}
/* 仕事内容ページ */ 	
.saiyouWorkabout #visual {
    margin-bottom: 0; 
}
.saiyouWorkabout #contents {
    padding: 0;
    width: 90%;
}
.saiyouWorkabout #contents h1 {
	  margin-top: 30px;
	  margin-bottom: 10px;
}
.saiyouWorkabout #contents h2 {
    font-size: 16px!important;
	  text-align: center;
	  margin-bottom: 10px;
}

.saiyouWorkabout #contents p {
    font-size: 13px;
    line-height: 22px;
}
.saiyouWorkabout #contents p {
    font-size: 13px!important;
    line-height: 22px;
}
.saiyouWorkabout #contents .workabout-time {
    background-color: #EC6E1A;
    display: block;
    border-radius: 5px;
    width: 83px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
.saiyouWorkabout #contents .saiyou-line {
    margin-top: 30px;
}
.saiyouWorkabout #contents .imageText .imageLeft {
    margin-right: 0;
}
.saiyouWorkabout #contents .imageText .textLeft {
    margin-right: 0;
}
.saiyouWorkabout #contents .imageText {
    display: block;
}
.saiyouWorkabout #contents .conB .imageText {
	  display: block;
}
.saiyouWorkabout #contents .conG .imageText {
	  display: block;
}
.saiyouWorkabout #contents .imageText .textLeft {
    margin-top: 20px;
}
.saiyouWorkabout #contents .imageText .textRight {
    margin-top: 20px;
	  position: relative;
}
.saiyouWorkabout #contents .conA {
    margin-top: 30px;
}
.saiyouWorkabout #contents .conB {
	 margin-top: 30px;
}
.saiyouWorkabout #contents .conC {
	 margin-top: 30px;
}
.saiyouWorkabout #contents .conD {
	 margin-top: 30px;
}
.saiyouWorkabout #contents .conE {
	 margin-top: 30px;
}
.saiyouWorkabout #contents .conF {
	 margin-top: 30px;
}
.saiyouWorkabout #contents .conG {
	 margin-top: 30px;
}
.saiyouWorkabout #contents .conH {
	 margin-top: 30px;
	}
.saiyouWorkabout #contents .conI {
	 margin-top: 30px;
}
.saiyouWorkabout #contents .conH .imageText {
    display: block;
}
.saiyouWorkabout #contents .imageText .imageLeft img {
     max-width: 100%; 
}
.saiyouWorkabout #contents .imageText .imageRight img {
    max-width: 100%; 
}
/* パートの募集ページ */
.saiyouPart-bosyu #visual {
    margin-bottom: 0; 
}
.saiyouPart-bosyu #contents {
    padding: 0;
    width: 90%;
}
.saiyouPart-bosyu #contents h1 {
	  margin-top: 30px;
	  margin-bottom: 10px;
}
.saiyouPart-bosyu #contents h2 {
    font-size: 16px!important;
	  text-align: center;
	  margin-bottom: 10px;
}

.saiyouPart-bosyu #contents p {
    font-size: 13px;
    line-height: 22px;
}
.saiyouPart-bosyu #contents p {
    font-size: 13px!important;
    line-height: 22px;
    margin-top: 10px;
}
.saiyouPart-bosyu #contents h3 {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.saiyouPart-bosyu #contents .workabout-time {
    background-color: #EC6E1A;
    display: block;
    border-radius: 5px;
    width: 83px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
.saiyouPart-bosyu #contents .saiyou-line {
    margin-top: 10px;
}
.saiyouPart-bosyu #contents .imageText .imageLeft {
    margin-right: 0;
}
.saiyouPart-bosyu #contents .conB .imageText {
    margin-top: 30px;
	  display: block!important;
    flex-direction: inherit!important;
}
.saiyouPart-bosyu #contents .imageText .textLeft {
    margin-right: 0;
}
.saiyouPart-bosyu #contents .imageText {
    display: block;
}
.saiyouPart-bosyu #contents .conB .imageText {
	  display: flex;
    flex-direction: inherit;
}
.saiyouPart-bosyu #contents .conD .imageText .imageLeft {
    flex: none;
}
.saiyouPart-bosyu #contents .imageText {
    margin-top: 30px;
}
.saiyouPart-bosyu #contents .saiyou-part_bosyu-syosaiBtn {
    margin-top: 20px;
}
.saiyouPart-bosyu #contents .saiyou-part_bosyu-syosaiBtn img {
    width: 100%;
}
.saiyouPart-bosyu #contents .conB .imageText .imageLeft {
    flex: none;
    margin: 0 auto;
}
.saiyouPart-bosyu #contents .conG .imageText {
	  display: block;
}
.saiyouPart-bosyu #contents .imageText .textLeft {
    margin-top: 20px;
}
.saiyouPart-bosyu #contents .imageText .textRight {
	  position: relative;
}
.saiyouPart-bosyu #contents .conA {
    margin-top: 30px;
}
.saiyouPart-bosyu #contents .conA .imageText .imageRight {
     float: none; 
     margin-left: 0; 
	   width: 100%;
}
.saiyouPart-bosyu #contents .conA .imageText .imageRight img {
    max-width: none;
}
.saiyouPart-bosyu #contents .conB {
	 margin-top: 30px;
}
.saiyouPart-bosyu #contents .conC {
	 margin-top: 30px;
}
.saiyouPart-bosyu #contents .conD {
	 margin-top: 30px;
}
.saiyouPart-bosyu #contents .conE {
	 margin-top: 30px;
}
.saiyouPart-bosyu #contents .conF {
	 margin-top: 30px;
}
.saiyouPart-bosyu #contents .conG {
	 margin-top: 30px;
}
.saiyouPart-bosyu #contents .conH {
	 margin-top: 30px;
	}
.saiyouPart-bosyu #contents .conI {
	 margin-top: 30px;
}
.saiyouPart-bosyu #contents .conH .imageText {
    display: block;
}
.saiyouPart-bosyu #contents .imageText .imageLeft img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.saiyouPart-bosyu #contents .imageText .imageRight img {
    max-width: 100%; 
}
/* 社員の募集ページ */	
.saiyouSyain-bosyu #visual {
    margin-bottom: 0; 
}
.saiyouSyain-bosyu #contents {
    padding: 0;
    width: 90%;
}
.saiyouSyain-bosyu #contents h1 {
	  margin-top: 30px;
	  margin-bottom: 10px;
}
.saiyouSyain-bosyu #contents h2 {
    font-size: 16px!important;
	  text-align: center;
	  margin-bottom: 10px;
}
.saiyouSyain-bosyu #contents p {
    font-size: 13px;
    line-height: 22px;
}
.saiyouSyain-bosyu #contents p {
    font-size: 13px!important;
    line-height: 22px;
    margin-top: 10px;
}
.saiyouSyain-bosyu #contents h3 {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.saiyouSyain-bosyu #contents .workabout-time {
    background-color: #EC6E1A;
    display: block;
    border-radius: 5px;
    width: 83px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
.saiyouSyain-bosyu #contents .saiyou-line {
    margin-top: 10px;
}
.saiyouSyain-bosyu #contents .imageText .imageLeft {
    margin-right: 0;
}
.saiyouSyain-bosyu #contents .conB .imageText {
    margin-top: 30px;
	  display: block!important;
    flex-direction: inherit!important;
}
.saiyouSyain-bosyu #contents .imageText .textLeft {
    margin-right: 0;
}
.saiyouSyain-bosyu #contents .imageText {
    display: block;
}
.saiyouSyain-bosyu #contents .conB .imageText {
	  display: flex;
    flex-direction: inherit;
}
.saiyouSyain-bosyu #contents .conD .imageText .imageLeft {
    flex: none;
}
.saiyouSyain-bosyu #contents .imageText {
    margin-top: 30px;
}
.saiyouSyain-bosyu #contents .saiyou-part_bosyu-syosaiBtn {
    margin-top: 20px;
}
.saiyouSyain-bosyu #contents .saiyou-part_bosyu-syosaiBtn img {
    width: 100%;
}
.saiyouSyain-bosyu #contents .conB .imageText .imageLeft {
    flex: none;
    margin: 0 auto;
}
.saiyouSyain-bosyu #contents .conG .imageText {
	  display: block;
}
.saiyouSyain-bosyu #contents .imageText .textLeft {
    margin-top: 20px;
}
.saiyouSyain-bosyu #contents .imageText .textRight {
	  position: relative;
}
.saiyouSyain-bosyu #contents .conA {
    margin-top: 30px;
}
.saiyouSyain-bosyu #contents .conA .imageText .imageRight {
     float: none; 
     margin-left: 0; 
	   width: 100%;
}
.saiyouSyain-bosyu #contents .conA .imageText .imageRight img {
    max-width: none;
}
.saiyouSyain-bosyu #contents .conB {
	 margin-top: 30px;
}
.saiyouSyain-bosyu #contents .conC {
	 margin-top: 30px;
}
.saiyouSyain-bosyu #contents .conC .saiyou-draw img {
    max-width: 100%;
}
.saiyouSyain-bosyu #contents .conD {
	 margin-top: 30px;
}
.saiyouSyain-bosyu #contents .conE {
	 margin-top: 30px;
}
.saiyouSyain-bosyu #contents .conF {
	 margin-top: 30px;
}
.saiyouSyain-bosyu #contents .conG {
	 margin-top: 30px;
}
.saiyouSyain-bosyu #contents .conH {
	 margin-top: 30px;
	}
.saiyouPart-bosyu #contents .conI {
	 margin-top: 30px;
}
.saiyouSyain-bosyu #contents .conH .imageText {
    display: block;
}
.saiyouSyain-bosyu #contents .imageText .imageLeft img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.saiyouSyain-bosyu #contents .imageText .imageRight img {
    max-width: 100%; 
}
/* インタビューページ */
.saiyouInterview #visual {
    margin-bottom: 0; 
}
.saiyouInterview #contents {
    padding: 0;
    width: 90%;
}
.saiyouInterview #contents h1 {
	  margin-top: 30px;
	  margin-bottom: 10px;
}
.saiyouInterview #contents h2 {
    font-size: 16px!important;
    width: 183px;
    margin: 0 auto 10px;
    position: relative;
    top: -7px;
}
.saiyouInterview #contents h2.name_small1 {
    width: 140px;
}
.saiyouInterview #contents h2.name_small2 {
    width: 152px;
}
.saiyouInterview #contents p {
    font-size: 13px;
    line-height: 22px;
}
.saiyouInterview #contents p {
    font-size: 13px!important;
    line-height: 22px;
    margin-top: 10px;
}
.saiyouInterview #contents h3 {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.saiyouInterview #contents .workabout-time {
    background-color: #EC6E1A;
    display: block;
    border-radius: 5px;
    width: 83px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
.saiyouInterview #contents .saiyou-line {
    margin-top: 10px;
}
.saiyouInterview #contents .imageText .imageLeft {
    margin-right: 0;
}
.saiyouInterview #contents .conB .imageText {
    margin-top: 30px;
	  display: block!important;
    flex-direction: inherit!important;
}
.saiyouInterview #contents .imageText .textLeft {
    margin-right: 0;
}
.saiyouInterview #contents .imageText {
    display: block;
}
.saiyouInterview #contents .conB .imageText {
	  display: flex;
    flex-direction: inherit;
}
.saiyouInterview #contents .conD .imageText .imageLeft {
    flex: none;
}
.saiyouInterview #contents .imageText {
    margin-top: 30px;
}
.saiyouInterview #contents .saiyou-part_bosyu-syosaiBtn {
    margin-top: 20px;
}
.saiyouInterview #contents .saiyou-part_bosyu-syosaiBtn img {
    width: 100%;
}
.saiyouInterview #contents .conB .imageText .imageLeft {
    flex: none;
    margin: 0 auto;
}
.saiyouInterview #contents .conG .imageText {
	  display: block;
}
.saiyouInterview #contents .imageText .textLeft {
    margin-top: 20px;
}
.saiyouInterview #contents .imageText .textRight {
	  position: relative;
}
.saiyouInterview #contents .conA {
    margin-top: 30px;
}
.saiyouInterview #contents .conA .imageText {
    display: block;
    flex-direction: row;
	  width: 100%;
}
.saiyouInterview #contents .conA .imageText .imageRight img {
    max-width: none;
}
.saiyouInterview #contents .conB {
	 margin-top: 30px;
}
.saiyouInterview #contents .conC {
	 margin-top: 30px;
}
.saiyouInterview #contents .conC .saiyou-draw img {
    max-width: 100%;
}
.saiyouInterview #contents .conD {
	 margin-top: 30px;
}
.saiyouInterview #contents .conE {
	 margin-top: 30px;
}
.saiyouInterview #contents .conF {
	 margin-top: 30px;
}
.saiyouInterview #contents .conG {
	 margin-top: 30px;
}
.saiyouInterview #contents .conH {
	 margin-top: 30px;
	}
.saiyouInterview #contents .conI {
	 margin-top: 30px;
}
.saiyouInterview #contents .conH .imageText {
    display: block;
}
.saiyouInterview #contents .imageText .imageLeft img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.saiyouInterview #contents .imageText .imageRight img {
    max-width: 100%; 
}
.saiyouInterview dl.accordion dd {
  font-size: 13px!important;
  line-height: 22px;
}
.saiyouInterview dl.accordion dt a {
  font-size: 13px!important;
  line-height: 22px;
}
.saiyouInterview dl.accordion dt a {
    background: url(../images/saiyou/saiyou-question.png) no-repeat left 4px;
    background-size: 20px auto;
}
.saiyouInterview dl.accordion dd {
    padding: 10px;
    line-height: 2;
    display: none;
    background: url(../images/saiyou/saiyou-answer.png) no-repeat 3px 18px;
    background-size: 30px auto;
    padding: 20px 0 0px 43px;
    font-weight: normal!important;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
}
.saiyouInterview dl.accordion dt.open {
    background: url(../images/saiyou/saiyou-up-arrow.png) 100% 24px no-repeat;
    background-size: 20px auto;
}
.saiyouInterview dl.accordion dt:first-of-type {
    padding-top: 0;
}
.saiyouInterview dl.accordion dt .inner {
  	background: url(../images/saiyou/saiyou-question.png) no-repeat 2px 9px;
    background-size: 30px auto;
    padding-left: 45px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.saiyouInterview dl.accordion dt {
    background: url(../images/saiyou/saiyou-down-arrow.png) 100% 24px no-repeat;
    background-size: 20px auto;
    line-height: 2;
    padding-top: 10px;
    padding-bottom: 10px;
}
.saiyouInterview dl.accordion dt span {
	  font-size: 13px;
    font-size: 1.3rem;
}
/* よくある質問ページ */
.saiyouQa #visual {
    margin-bottom: 0; 
	}
.saiyouQa #contents {
    padding: 0;
    width: 90%;
}
.saiyouQa #contents h1 {
	  margin-top: 30px;
	  margin-bottom: 10px;
}
.saiyouQa #contents h2 {
    font-size: 16px!important;
	  text-align: center;
	  margin-bottom: 10px;
}

.saiyouQa #contents p {
    font-size: 13px;
    line-height: 22px;
}
.saiyouQa #contents p {
    font-size: 13px!important;
    line-height: 22px;
    margin-top: 10px;
}
.saiyouQa #contents h3 {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.saiyouQa #contents .workabout-time {
    background-color: #EC6E1A;
    display: block;
    border-radius: 5px;
    width: 83px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
.saiyouQa #contents .saiyou-line {
    margin-top: 10px;
}
.saiyouQa #contents .imageText .imageLeft {
    margin-right: 0;
}
.saiyouQa #contents .conB .imageText {
    margin-top: 30px;
	  display: block!important;
    flex-direction: inherit!important;
}
.saiyouQa #contents .imageText .textLeft {
    margin-right: 0;
}
.saiyouQa #contents .imageText {
    display: block;
}
.saiyouQa #contents .conB .imageText {
	  display: flex;
    flex-direction: inherit;
}
.saiyouQa #contents .conD .imageText .imageLeft {
    flex: none;
}
.saiyouQa #contents .imageText {
    margin-top: 30px;
}
.saiyouQa #contents .saiyou-part_bosyu-syosaiBtn {
    margin-top: 20px;
}
.saiyouQa #contents .saiyou-part_bosyu-syosaiBtn img {
    width: 100%;
}
.saiyouQa #contents .conB .imageText .imageLeft {
    flex: none;
    margin: 0 auto;
}
.saiyouQa #contents .conG .imageText {
	  display: block;
}
.saiyouQa #contents .imageText .textLeft {
    margin-top: 20px;
}
.saiyouQa #contents .imageText .textRight {
	  position: relative;
}
.saiyouQa #contents .conA {
    margin-top: 20px;
}
.saiyouQa #contents .conA .imageText {
    display: block;
    flex-direction: row;
	  width: 100%;
}
.saiyouQa #contents .conA .imageText .imageRight img {
    max-width: none;
}
.saiyouQa #contents .conB {
	 margin-top: 30px;
}
.saiyouQa #contents .conC {
	 margin-top: 30px;
}
.saiyouQa #contents .conC .saiyou-draw img {
    max-width: 100%;
}
.saiyouQa #contents .conD {
	 margin-top: 30px;
}
.saiyouQa #contents .conE {
	 margin-top: 30px;
}
.saiyouQa #contents .conF {
	 margin-top: 30px;
}
.saiyouQa #contents .conG {
	 margin-top: 30px;
}
.saiyouQa #contents .conH {
	 margin-top: 30px;
	}
.saiyouQa #contents .conI {
	 margin-top: 30px;
}
.saiyouQa #contents .conH .imageText {
    display: block;
}
.saiyouQa #contents .imageText .imageLeft img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.saiyouQa #contents .imageText .imageRight img {
    max-width: 100%; 
}
.saiyouQa dl.accordion dd {
  font-size: 13px!important;
  line-height: 22px;
}
.saiyouQa dl.accordion dt a {
  font-size: 13px!important;
  line-height: 22px;
}
.saiyouQa #contents h2 span {
  font-size: 10px!important;
}
.saiyouQa dl.accordion dt a {
    background: url(../images/saiyou/saiyou-question.png) no-repeat left 4px;
    background-size: 20px auto;
}
.saiyouQa dl.accordion dd {
    padding: 10px;
    line-height: 2;
    display: none;
    background: url(../images/saiyou/saiyou-answer.png) no-repeat 1px 24px;
    background-size: 30px auto;
    padding: 27px 0 5px 39px;
    font-weight: normal!important;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
}
.saiyouQa dl.accordion dt.open {
    background: url(../images/saiyou/saiyou-up-arrow.png) 100% 39px no-repeat;
    background-size: 20px auto;
}
.saiyouQa dl.accordion dd.lineHight4 {
    line-height: 2.5;
}
.saiyouQa dl.accordion dt {
    background: url(../images/saiyou/saiyou-down-arrow.png) 100% 39px no-repeat;
    background-size: 20px auto;
    color: #23AC38;
    line-height: 30px!important;
	  padding-right: 30px;
}
.saiyouQa dl.accordion dt .inner {
    background: url(../images/saiyou/saiyou-question.png) no-repeat 2px 14px;
    background-size: 30px auto;
    padding-top: 0;
    padding-bottom: 0;
}
.saiyouQa dl.accordion dt span {
	  font-size: 13px;
    font-size: 1.3rem;

    letter-spacing: 1px;
    font-weight: bold;
    background-size: 30px auto;
    text-decoration: none;
    line-height: 21px;
    display: block;
    margin-left: -42px;
}
/* コラム */
.saiyou #contents .column {
   padding: 10px 10px 10px 55px;
	 margin: 30px auto 0 auto;
}
.saiyou #contents .column h3 {
    font-size: 12px;
}
.saiyou #contents .column p {
    font-size: 10px;
    line-height: 15px;
}
.saiyou #contents .column:before {
    content: "　";
    background: url(../images/saiyou/saiyou-column.png) no-repeat left top;
    position: absolute;
    width: 195px;
    height: 252px;
    left: -3px;
    top: 16px;
    background-size: 25% auto;
}
/* フッター */
.saiyou footer {
    margin-top: 50px;
}
/* テキストのハイライト（共通） */
.saiyouMessage #contents h1 .highlight {
    background: linear-gradient(transparent 60%, #FDFC96 0%);
}
/* トップに戻る（固定・共通） */
.saiyou .pagetop {
    position: fixed;
    right: 35px;
    bottom: 336px;
	  display: block;
}
.saiyou .pagetop a {
    position: absolute;
    right: -35px;
    bottom: -336px;
	  display: block;
}
.saiyou .pagetop img {
    width: 35px;
    height: 35px;
}
}
/*=================================================================================
   （769px以下）
=================================================================================*/
@media only screen and (max-width: 769px) {

}
/*=================================================================================
   （800px以下）
=================================================================================*/
@media only screen and (max-width: 800px) {

}
/*=================================================================================
   （850px以下）
=================================================================================*/
@media only screen and (max-width: 850px) {
	.saiyou header .subLink {
    width: 100%;
    max-width: 484px;
    z-index: 1;
    float: right;
    position: relative;
    top: -30px;
}
/* ヘッダー（固定） */
.saiyou header.fixed .subLink li.li02 img {
    position: absolute;
    right: 15px;
    top: 26px!important;
}
}


/*=================================================================================
   （900px以下）
=================================================================================*/
@media only screen and (max-width: 900px) {
}

/*=================================================================================
   （1000px以下）
=================================================================================*/
@media only screen and (max-width: 1000px) {
/* ヘッダー（通常） */
.saiyou header nav ul li.li04 a {
    background-size: 60% auto!important;
		position: relative;
    top: 20px!important;
}
.saiyou header .subLink li.li01 img {
	  max-width: 40%;
    position: absolute;
    right: 41%;
    top: 0;
}
.saiyou header .subLink li.li02 img {
	  max-width: 40%;
    position: absolute;
    right: 0px;
    top: 0px;
}
.saiyou header .subLink li.li03 img {
	  max-width: 40%;
    position: absolute;
    right: 0px;
    top: 70px;
    margin-top: -10px;
}
.saiyou header nav ul li.li03 {
    width: 11.62%;
}
.saiyou header nav ul li.li04 a {
    position: relative;
    top: 23px!important;
}
/* ヘッダー（固定） */
.saiyou header.fixed nav ul li.li04 a {
    position: relative;
    top: 3px!important;
}
/* メッセージページ */
.saiyouMessage {
  background: none;
}  
.saiyouMessage::before {
  background:url(../images/saiyou/saiyou-message-sp-bg.jpg) no-repeat left top;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}
/* 仕事内容ージ */
.saiyouWorkabout {
  background: none;
}  
.saiyouWorkabout::before {
  background:url(../images/saiyou/saiyou-workabout-sp-bg.jpg) no-repeat left top;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}
/* インタビューページ */
.saiyouInterview {
  background: none;
}  
.saiyouInterview::before {
  background:url(../images/saiyou/saiyou-interview-sp-bg.jpg) no-repeat left top;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}
/* 社員の募集ページ */
.saiyouSyain-bosyu {
  background: none;
}  
.saiyouSyain-bosyu::before {
  background:url(../images/saiyou/saiyou-syain_bosyu-sp-bg.jpg) no-repeat left top;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}
/* パートの募集ページ */
.saiyouPart-bosyu {
  background: none;
}  
.saiyouPart-bosyu::before {
  background:url(../images/saiyou/saiyou-part_bosyu-sp-bg.jpg) no-repeat left top;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}
/* よくある質問ページ */
.saiyouQa {
  background: none;
}  
.saiyouQa::before {
  background:url(../images/saiyou/saiyou-qa-sp-bg.jpg) no-repeat left top;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}
/* ヘッダー（固定） */
.saiyou header.fixed .subLink li.li02 img {
    max-width: 73%;
    position: absolute;
    right: 15px;
    top: 0px;
}
}

/*=================================================================================
   （1200px以下）
=================================================================================*/
@media only screen and (max-width: 1200px) {
.saiyou header nav ul li.li04 a {
    background-size: 60% auto!important;
    position: relative;
    top: 1px;
}
}
/*=================================================================================
   （1350px以下）
=================================================================================*/
@media only screen and (max-width: 1350px) {

}




