@charset "utf-8";

/****************************************
 MainVisual
*****************************************/
.MainVisual {
    background: #005396;
}
.MainVisualInner {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}
.MainVisualPhoto {
    flex: 1;
    margin-left: calc(50% - 50vw);
}
.MainVisualCatch {
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/corporate/group/sma/kansai_kyushu/img/top_map_pc.png);
    background-size: auto;
    background-position: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
    padding: 0 2%;
}
.MainVisualCatch h1 {
    font-size: 39px;
    color: #fff;
    font-weight: bold;
}
.MainVisualCatch span.MvSubTit {
    font-size: 23px;
    color: #fff;
    font-weight: 600;
}
.MainVisualCatch p.MvText {
    width: 300px;
    background: #fff;
    font-size: 25px;
    color: #005396;
    font-weight: bold;
    text-align: center;
    padding: 2% 3%;
    margin: 2% 0 0;
}
/*------- pc wide -------*/
@media screen and (min-width:1591px) and (max-width:2000px) {
.MainVisualCatch {
    width: 45%;
    background-size: 49%;
    padding: 0 6% 0 0;
}
}
/*------- pc wide -------*/
@media screen and (min-width:1645px) and (max-width:1824px) {
.MainVisualCatch h1 {
    font-size: 35px;
}
}
/*------- pc wide -------*/
@media screen and (min-width:1470px) and (max-width:1644px) {
.MainVisualCatch h1 {
    font-size: 31px;
}
}
/*------- pc -------*/
@media screen and (max-width:1590px) {
.MainVisualCatch p.MvText {
    padding: 1.1% 1%;
    margin: 3% 0 0;
}
}
/*------- pc -------*/
@media screen and (min-width:800px)  and (max-width:1590px) {
.MainVisualCatch {
    background-size: 50%;
    justify-content: left;
}
}
/*------- pc -------*/
@media screen and (min-width:1201px) and (max-width:1471px) {
.MainVisualCatch h1 {
    font-size: 25.29px;
}
.MainVisualCatch span.MvSubTit {
    font-size: 20px;
}
.MainVisualCatch p.MvText {
    width: 48%;
    font-size: 24px;
}
}
/*------- tb + pc narrow -------*/
@media screen and (min-width:980px) and (max-width:1200px) {
.MainVisualCatch h1 {
    font-size: 20.25px;
}
.MainVisualCatch span.MvSubTit {
    font-size: 16px;
}
.MainVisualCatch p.MvText {
    width: 52%;
    font-size: 17px;
}
}
/*------- tb + pc narrow -------*/
@media screen and (min-width:751px) and (max-width:980px) {
.MainVisualCatch h1 {
    font-size: 16px;
}
.MainVisualCatch span.MvSubTit {
    font-size: 14px;
}
.MainVisualCatch p.MvText {
    width: 60%;
    font-size: 14px;
}
}
/*------- pc -------*/
@media screen and (min-width:751px)  and (max-width:799px) {
.MainVisualCatch {
    background-size: 41%;
    justify-content: left;
}
}
/*------- sp -------*/
@media screen and (max-width: 750px) {
.MainVisualCatch {
    width: 100%;
    display: block;
    background-image: url(/corporate/group/sma/kansai_kyushu/img/top_map_sp.png);
    padding: 6% 5% 8%;
}
.MainVisualInner {
    display: block;
}
.MainVisualCatch h1 {
    line-height: 1.2em;
}
.MainVisualCatch p.MvText {
    width: 45%;
}
}
/*------- sp wide -------*/
@media screen and (min-width:501px) and (max-width:750px) {
.MainVisualCatch {
    background-size: 45.4%;
}
.MainVisualCatch span.MvSubTit {
    font-size: 17px;
}
.MainVisualCatch p.MvText {
    width: 35%;
    font-size: 20px;
}
}
/*------- sp wide -------*/
@media screen and (min-width:581px) and (max-width:750px) {
.MainVisualCatch h1 {
    font-size: 25px;
}
}
/*------- sp wide -------*/
@media screen and (min-width:501px) and (max-width:580px) {
.MainVisualCatch h1 {
    font-size: 21px;
}
}
/*------- sp -------*/
@media screen and (max-width: 500px) {
.MainVisualCatch {
    background-size: 40%;
}
.MainVisualCatch h1 {
    font-size: 17px;
}
.MainVisualCatch span.MvSubTit {
    font-size: 15px;
}
.MainVisualCatch p.MvText {
    width: 45%;
    font-size: 15px;
}
}
/*------- sp -------*/
@media screen and (max-width: 400px) {
.MainVisualCatch h1 {
    font-size: 16px;
}
.MainVisualCatch span.MvSubTit {
    font-size: 13px;
}
.MainVisualCatch p.MvText {
    font-size: 14px;
}
}
/*------- sp -------*/
@media screen and (max-width: 350px) {
.MainVisualCatch h1 {
    font-size: 14px;
}
.MainVisualCatch span.MvSubTit {
    font-size: 11.5px;
}
.MainVisualCatch p.MvText {
    width: 40%;
    font-size: 13px;
}
}

/****************************************
 ButtonCont
*****************************************/
.ButtonCont {
    width: 100%;
    height: 100%;
    background: #fff;
}
.ButtonContInner {
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 5% 0;
}
.ButtonCont ul {
    display: inline;
}
.ButtonCont li {
    display: inline-block;
    position: relative;
    width: 31.5%;
    vertical-align: text-top;
    margin: 0 2% 0 0;
}
.ButtonCont li:nth-child(3) {
    margin: 0 0 0 0;
}
.ButtonCont .BtnLink a {
    display: block;
    background: #ef7a00;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    letter-spacing: .25em;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s;
    cursor: pointer;
    padding: 3% 0;
}
.ButtonCont .BtnLink a::after {
    content: '';
    position: absolute;
    top: -5px;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    box-sizing: border-box;
}
/*------- pc wide -------*/
@media screen and (max-width:1000px) {
.ButtonContInner {
    width: 90%;
}
}
/*------- tb + pc narrow -------*/
@media screen and (min-width:751px) and (max-width:861px) {
.ButtonCont li {
    width: 29%;
}
.ButtonCont .BtnLink a {
    font-size: 17px;
    letter-spacing: .1em;
}
.ButtonCont .BtnLink a::after {
    right: 18px;
}
}
/*------- sp -------*/
@media screen and (max-width: 750px) {
.ButtonCont ul {
    display: block;
}
.ButtonCont li {
    display: block;
    width: 80%;
    margin: 0 auto 3%;
}
.ButtonCont li:nth-child(3) {
    margin: 0 auto 0;
}
}
/*------- sp -------*/
@media screen and (min-width:501px) and (max-width:750px) {
.ButtonCont .BtnLink a {
    font-size: 16px;
}
}
/*------- sp -------*/
@media screen and (max-width: 500px) {
.ButtonCont .BtnLink a {
    font-size: 14px;
}
}


/****************************************
 MainVisual
*****************************************/
.JobBlockBg {
    background: #eaf6ff;
    width: 100%;
    height: 100%;
    padding: 5% 0;
}
.JobDescriptionCont {
    background: #fff;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    margin: 0 auto;
}
.JobDescriptionContInner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 10%;
    padding: 5% 0;
}
.JobDescriptionContInner h3 {
    max-width: 1000px;
    width: 100%;
    background: #005396;
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    letter-spacing: .25em;
    border-radius: 50px;
    text-align: center;
    padding: 1% 0;
    margin: 0 auto 5%;
}
.WorkDescriptionCont  {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}
.WorkImgMgbTop {
    margin-bottom: 6%;
}
.WorkDescriptionPhoto {
    width: 48%;
}
.WorkDescriptionPhoto .WorkImgMgb {
    margin-bottom: 3%;
}
.WorkDescriptionTxt {
    width: 44%;
    align-items: center;
    padding: 3%;
}
.WorkDescriptionTxt {
    width: 44%;
    align-items: center;
    padding: 0 3% 3%;
}
.WorkDescriptionTxt h4 {
    width: 100%;
    font-size: 23px;
    color: #005396;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #005396;
    border-bottom: 1px solid #005396;
    padding: 5% 0;
}
.WorkDescriptionTxt p {
    width: 100%;
    font-size: 17px;
    font-weight: normal;
    color: #333;
    text-align: left;
    line-height: 2.5em;
    word-break: break-all;
    margin: 10% auto 0;
}

/*------- tb + pc narrow -------*/
@media screen and (max-width:1250px) {
.JobDescriptionCont {
    max-width: 95%;
}
}
/*------- tb + pc narrow -------*/
@media screen and (max-width:1180px) {
.JobDescriptionContInner {
    max-width: 90%;
}
}
/*------- tb + pc narrow -------*/
@media screen and (min-width:751px) and (max-width:980px) {
.JobDescriptionContInner h3, 
.WorkDescriptionTxt h4 {
    font-size: 20px;
}  
.WorkDescriptionTxt p {
    font-size: 16px;
}
}
/*------- sp -------*/
@media screen and (max-width: 750px) {
.WorkDescriptionCont.reverse {
    flex-direction: column-reverse;
}
.WorkImgMgbTop {
    margin-bottom: 6%;
}
.WorkDescriptionPhoto {
    width: 100%;
    text-align: center;
}
.WorkDescriptionPhoto .WorkImgMgb {
    margin-bottom: 3%;
}
.WorkDescriptionTxt {
    width: 95%;
    margin: 0 auto;
}
.JobDescriptionContInner h3 {
    padding: 2% 0;
}
.WorkDescriptionTxt p {
    line-height: 1.8em;
    margin: 6% auto 1.5%;
}
}
/*------- sp wide -------*/
@media screen and (min-width:501px) and (max-width:750px) {
.JobDescriptionContInner h3,  
.WorkDescriptionTxt h4 {
    font-size: 18px;
}
.WorkDescriptionTxt p {
    font-size: 14px;
}
}
/*------- sp -------*/
@media screen and (max-width: 500px) {
.JobDescriptionCont {
    border-radius: 20px;
}
.JobDescriptionContInner h3, 
.WorkDescriptionTxt h4 {
    font-size: 16px;
}
.JobDescriptionContInner h3, 
.JobDescriptionContInner h3.OndaysTi {
    padding: 2% 0;
}
.WorkDescriptionTxt h4 {
    padding: 5% 0;
}
.WorkDescriptionTxt p {
    font-size: 13px;
}
}

/****************************************
 Onedays ある一日の流れ
*****************************************/
.JobDescriptionContInner h3.OndaysTi {
    max-width: 1000px;
    width: 100%;
    background: #005396;
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    letter-spacing: .25em;
    border-radius: 50px;
    text-align: center;
    padding: 1.5% 0;
    margin: 0 auto 2%;
}
.JobDescriptionContInner p.OnedaysSubTit {
    font-size: 20px;
    color: #005396;
    font-weight: 600;
    text-align: center;
    letter-spacing: .2em;
}
.JobDescriptionContInner p.OnedaysTit {
    width: 300px;
    font-size: 23px;
    color: #005396;
    font-weight: 600;
    text-align: center;
    border: 1px solid #005396;
    padding: 1% 0;
    margin: 6% 0 5%;
}
.LineGraphCont {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}
.LineGraphCont .GraphTime, 
.LineGraphCont .GraphTimeStart {
    width: 13%;
    font-size: 23px;
    font-weight: normal;
    color: #333;
    font-weight: 600;
}
.LineGraphCont .GraphTime {
    padding: 4% 0 0;
}
.LineGraphCont .GraphLine, 
.LineGraphCont .GraphLineStart, 
.LineGraphCont .GraphLineEnd {
    position: relative;
    width: 7%;
    border-left: 5px solid #e2e2e2;
}
.LineGraphCont .GraphLine {
    padding: 4% 0 0;;
}
.LineGraphCont .GraphLineEnd {
    height: 60px;
}
.LineGraphCont .GraphLine p.GraphLineDot, 
.LineGraphCont .GraphLineStart p.GraphLineDotStart, 
.LineGraphCont .GraphLineEnd p.GraphLineDot {
    position: absolute;
    font-size: 45px;
    color: #005396;
    left: -25px;
}
.LineGraphCont .GraphLine p.GraphLineDot {
    top: 24px;
}
.LineGraphCont .GraphLineStart p.GraphLineDotStart {
    top: -18px;
}
.LineGraphCont .GraphLineEnd p.GraphLineDot {
    top: 16px;
}
.LineGraphCont .LineGraphPgt {
    padding: 3% 0 0;
}
.LineGraphCont .OnedaysDescription, 
.LineGraphCont .OnedaysDescriptionSP, 
.LineGraphCont .OnedaysDescriptionStartLine, 
.LineGraphCont .OnedaysDescriptionEnd {
    display: flex;
    max-width: 100%;
    width: 82%;
    padding: 4% 0 5%;
}
.LineGraphCont .OnedaysDescription, 
.LineGraphCont .OnedaysDescriptionSP, 
.LineGraphCont .OnedaysDescriptionStartLine {
    border-bottom: 1px solid #e2e2e2;
}
.LineGraphCont .OnedaysDescriptionOnly, 
.LineGraphCont .OnedaysDescriptionOnlyStart, 
.LineGraphCont .OnedaysDescriptionOnlyEnd, 
.LineGraphCont .OnedaysDescriptionOnlyEndSpNo, 
.LineGraphCont .OnedaysDescriptionOnlySpace {
    width: 82%;
}
.LineGraphCont .OnedaysDescriptionOnly, 
.LineGraphCont .OnedaysDescriptionOnlyStart, 
.LineGraphCont .OnedaysDescriptionStartLine, 
.LineGraphCont .OnedaysDescriptionOnlySpace  {
    border-bottom: 1px solid #e2e2e2;
}
.LineGraphCont .OnedaysDescriptionOnly, 
.LineGraphCont .OnedaysDescriptionOnlyEnd, 
.LineGraphCont .OnedaysDescriptionOnlySpace, 
.LineGraphCont .OnedaysDescriptionEnd  {
    padding: 4% 0;
}
.LineGraphCont .OnedaysDescriptionOnlyEndSpNo {
    padding: 4% 0 0;
}
.LineGraphCont .OnedaysDescriptionOnlyStart, 
.LineGraphCont .OnedaysDescriptionStartLine {
    padding: 0 0 4%;
}
.LineGraphCont .OnedaysDescriptionText {
    width: 57%;
    margin-right: 3%;
}
.LineGraphCont .OnedaysDescriptionTextOnly {
    width: 100%;
}
.LineGraphCont .OnedaysDescriptionText p.OnedaysDescriptionTit, 
.LineGraphCont .OnedaysDescriptionTextOnly p.OnedaysDescriptionTit, 
.LineGraphCont .OnedaysDescriptionOnlyStart p.OnedaysDescriptionTit, 
.LineGraphCont .OnedaysDescriptionOnlyEnd p.OnedaysDescriptionTit, 
.LineGraphCont .OnedaysDescriptionOnlySpace p.OnedaysDescriptionTit {
    width: max-content;
    background: #005396;
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
    padding: 3px 35px;
    margin: 0 0 3%
}
.LineGraphCont .OnedaysDescriptionText p.OnedaysDescriptionTx, 
.LineGraphCont .OnedaysDescriptionTextOnly p.OnedaysDescriptionTx, 
.LineGraphCont .OnedaysDescriptionOnlyStart p.OnedaysDescriptionTx, 
.LineGraphCont .OnedaysDescriptionOnlyEnd p.OnedaysDescriptionTx {
    font-size: 17px;
    font-weight: normal;
    color: #000;
    line-height: 1.8em;
}
.LineGraphCont .OnedaysDescriptionTextOnly .BreakBox, 
.LineGraphCont .OnedaysDescriptionEnd .BreakBox, 
.LineGraphCont .OnedaysDescriptionOnlyEndSpNo .BreakBoxSpNo {
    border: 2px solid #005396;
    font-size: 17px;
    font-weight: normal;
    color: #333;
    line-height: 1.8em;
    padding: 3%;
}
.LineGraphCont .OnedaysDescriptionTextOnly .BreakBox, 
.LineGraphCont .OnedaysDescriptionEnd .BreakBox {
    margin: 3% 0;
}
.LineGraphCont .OnedaysDescriptionOnlyEndSpNo .BreakBoxSpNo {
    margin: 3% 0 0;
}
.LineGraphCont .OnedaysDescriptionTextOnly .BreakBox span, 
.LineGraphCont .OnedaysDescriptionEnd .BreakBox span, 
.LineGraphCont .OnedaysDescriptionOnlyEndSpNo .BreakBoxSpNo span {
    color: #005396;
    font-weight: bold;
}
.LineGraphCont .OnedaysDescriptionPhoto {
    width: 40%;
}
.LineGraphCont .OnedaysDescriptionEnd .OnedaysCaptionTx {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    margin: 1.5% auto 0;
    text-align: center;
    padding: 0 0 3%;
}
.JobDescriptionContInner h3.OndaysTiYouTube {
    font-size: 23px;
    margin: 12% auto 0;
}
.JobDescriptionContInner p.YouTubeTx {
    font-size: 17px;
    font-weight: normal;
    color: #005396;
    text-align: center;
    margin: 0.5% auto 5%;
}
.JobDescriptionContInner .iframeBox {
    position: relative;
    width: 70%;
    height: 100%;
    padding-top: 40%;
    border: 10px solid #e6e6e6;
    margin: 0 auto 12%;
}
.JobDescriptionContInner .iframeBox iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/*------- tb + pc narrow -------*/
@media screen and (min-width:980px) and (max-width:1200px) {
.JobDescriptionContInner h3.OndaysTiYouTube {
    font-size: 22px;
}
.JobDescriptionContInner p.YouTubeTx {
    font-size: 17px;
    margin: 1% auto 5%;
}
}
/*------- tb + pc narrow -------*/
@media screen and (min-width:980px) and (max-width:1080px) {
.JobDescriptionContInner p.OnedaysSubTit {
    font-size: 23px;
}
.JobDescriptionContInner p.OnedaysTit {
    width: 27%;
    font-size: 20px;
}
.LineGraphCont .GraphTime, 
.LineGraphCont .GraphTimeStart {
    font-size: 21px;
}
.LineGraphCont .GraphLine, 
.LineGraphCont .GraphLineStart, 
.LineGraphCont .GraphLineEnd {
    width: 7%;
}
.LineGraphCont .GraphLine p.GraphLineDot, 
.LineGraphCont .GraphLineStart p.GraphLineDotStart, 
.LineGraphCont .GraphLineEnd p.GraphLineDot {
    font-size: 40px;
    left: -22.5px;
}
.LineGraphCont .OnedaysDescriptionText p.OnedaysDescriptionTit, 
.LineGraphCont .OnedaysDescriptionTextOnly p.OnedaysDescriptionTit, 
.LineGraphCont .OnedaysDescriptionOnlyStart p.OnedaysDescriptionTit, 
.LineGraphCont .OnedaysDescriptionOnlyEnd p.OnedaysDescriptionTit, 
.LineGraphCont .OnedaysDescriptionOnlySpace p.OnedaysDescriptionTit {
    font-size: 21px;
} 
.LineGraphCont .OnedaysDescriptionText p.OnedaysDescriptionTx, 
.LineGraphCont .OnedaysDescriptionTextOnly p.OnedaysDescriptionTx, 
.LineGraphCont .OnedaysDescriptionOnlyStart p.OnedaysDescriptionTx, 
.LineGraphCont .OnedaysDescriptionOnlyEnd p.OnedaysDescriptionTx {
    font-size: 17px;
}
.LineGraphCont .OnedaysDescriptionTextOnly .BreakBox, 
.LineGraphCont .OnedaysDescriptionEnd .BreakBox, 
.LineGraphCont .OnedaysDescriptionOnlyEndSpNo .BreakBoxSpNo {
    font-size: 17px;
    padding: 2%;
}
}
/*------- tb + pc narrow -------*/
@media screen and (min-width:750px) and (max-width:980px) {
.JobDescriptionContInner h3.OndaysTi {
    font-size: 20px;
}
.JobDescriptionContInner p.OnedaysSubTit {
    font-size: 18px;
}
.JobDescriptionContInner h3.OndaysTiYouTube {
    font-size: 19px;
}
.JobDescriptionContInner p.YouTubeTx {
    font-size: 16px;
    margin: 1% auto 5%;
}
.JobDescriptionContInner p.OnedaysTit {
    width: 27%;
    font-size: 18px;
}
.LineGraphCont .GraphLine, 
.LineGraphCont .GraphLineStart, 
.LineGraphCont .GraphLineEnd {
    width: 3%;
}
.LineGraphCont .GraphLineEnd {
    height: 40px;
}
.LineGraphCont .GraphTime, 
.LineGraphCont .GraphTimeStart {
    font-size: 19px;
}
.LineGraphCont .GraphLineStart p.GraphLineDotStart {
    top: -16px;
}
.LineGraphCont .GraphLine p.GraphLineDot {
    top: 10px;
}
.LineGraphCont .OnedaysDescriptionText p.OnedaysDescriptionTit, 
.LineGraphCont .OnedaysDescriptionTextOnly p.OnedaysDescriptionTit, 
.LineGraphCont .OnedaysDescriptionOnlyStart p.OnedaysDescriptionTit, 
.LineGraphCont .OnedaysDescriptionOnlyEnd p.OnedaysDescriptionTit, 
.LineGraphCont .OnedaysDescriptionOnlySpace p.OnedaysDescriptionTit {
    font-size: 18px;
} 
.LineGraphCont .OnedaysDescriptionText p.OnedaysDescriptionTx, 
.LineGraphCont .OnedaysDescriptionTextOnly p.OnedaysDescriptionTx, 
.LineGraphCont .OnedaysDescriptionOnlyStart p.OnedaysDescriptionTx, 
.LineGraphCont .OnedaysDescriptionOnlyEnd p.OnedaysDescriptionTx {
    font-size: 16px;
}
.LineGraphCont .OnedaysDescriptionTextOnly .BreakBox, 
.LineGraphCont .OnedaysDescriptionEnd .BreakBox, 
.LineGraphCont .OnedaysDescriptionOnlyEndSpNo .BreakBoxSpNo {
    font-size: 16px;
}
.LineGraphCont .OnedaysDescriptionEnd .OnedaysCaptionTx {
    font-size: 10.5px;
}
}
/*------- tb + pc narrow -------*/
@media screen and (min-width:831px) and (max-width:980px) {
.LineGraphCont .GraphLine p.GraphLineDot, 
.LineGraphCont .GraphLineStart p.GraphLineDotStart, 
.LineGraphCont .GraphLineEnd p.GraphLineDot {
    font-size: 40px;
    left: -23px;
}
}
/*------- tb + pc narrow -------*/
@media screen and (min-width:751px) and (max-width:830px) {
.LineGraphCont .GraphLine p.GraphLineDot, 
.LineGraphCont .GraphLineStart p.GraphLineDotStart, 
.LineGraphCont .GraphLineEnd p.GraphLineDot {
    font-size: 35px;
    left: -21px;
}
}
/*------- sp -------*/
@media screen and (max-width: 750px) {
.LineGraphCont .OnedaysDescription, 
.LineGraphCont .OnedaysDescriptionSP, 
.LineGraphCont .OnedaysDescriptionStartLine, 
.LineGraphCont .OnedaysDescriptionEnd {
    display: block;
}
.LineGraphCont .OnedaysDescriptionText {
    width: 100%;
    margin-right: 0;
}
.LineGraphCont .OnedaysDescriptionPhoto {
    width: 100%;
}
}
/*------- sp wide -------*/
@media screen and (min-width:751px) {
.BrBreak {
    display: none;
}
}
/*------- sp wide -------*/
@media screen and (min-width:400px) {
.BrBreak400 {
    display: none;
}
}
/*------- sp wide -------*/
@media screen and (min-width:551px) and (max-width:750px) {
.JobDescriptionContInner h3.OndaysTi {
    font-size: 18px;
}
.JobDescriptionContInner p.OnedaysSubTit {
    font-size: 16px;
}
.JobDescriptionContInner h3.OndaysTiYouTube {
    font-size: 20px;
}
.JobDescriptionContInner p.YouTubeTx {
    font-size: 15px;
    margin: 2% auto 5%;
}
.JobDescriptionContInner p.OnedaysTit {
    width: 27%;
    font-size: 16px;
}
.LineGraphCont .GraphLine p.GraphLineDot, 
.LineGraphCont .GraphLineStart p.GraphLineDotStart, 
.LineGraphCont .GraphLineEnd p.GraphLineDot {
    font-size: 32px;
    left: -18px;
}
.LineGraphCont .GraphLineStart p.GraphLineDotStart {
    top: -13px;
}
.LineGraphCont .GraphLine p.GraphLineDot {
    top: 12px;
}
.LineGraphCont .OnedaysDescriptionText p.OnedaysDescriptionTit, 
.LineGraphCont .OnedaysDescriptionTextOnly p.OnedaysDescriptionTit, 
.LineGraphCont .OnedaysDescriptionOnlyStart p.OnedaysDescriptionTit, 
.LineGraphCont .OnedaysDescriptionOnlyEnd p.OnedaysDescriptionTit, 
.LineGraphCont .OnedaysDescriptionOnlySpace p.OnedaysDescriptionTit {
    font-size: 16px;
}
.LineGraphCont .OnedaysDescriptionText p.OnedaysDescriptionTx, 
.LineGraphCont .OnedaysDescriptionTextOnly p.OnedaysDescriptionTx, 
.LineGraphCont .OnedaysDescriptionOnlyStart p.OnedaysDescriptionTx, 
.LineGraphCont .OnedaysDescriptionOnlyEnd p.OnedaysDescriptionTx {
    font-size: 15px;
}
.LineGraphCont .OnedaysDescriptionTextOnly .BreakBox, 
.LineGraphCont .OnedaysDescriptionEnd .BreakBox, 
.LineGraphCont .OnedaysDescriptionOnlyEndSpNo .BreakBoxSpNo {
    font-size: 15px;
}
.LineGraphCont .OnedaysDescriptionEnd .OnedaysCaptionTx {
    font-size: 10.5px;
}
}
/*------- sp wide -------*/
@media screen and (min-width:670px) and (max-width:750px) {
.LineGraphCont .GraphLineEnd {
    height: 30px;
}
.LineGraphCont .GraphLineEnd p.GraphLineDot {
    top: 10px;
}
.LineGraphCont .GraphTime, 
.LineGraphCont .GraphTimeStart {
    font-size: 17px;
}
}
/*------- sp wide -------*/
@media screen and (min-width:551px) and (max-width:670px) {
.LineGraphCont .GraphLineEnd {
    height: 30px;
}
.LineGraphCont .GraphTime, 
.LineGraphCont .GraphTimeStart {
    width: 15%;
    font-size: 16px;
}
}
/*------- sp -------*/
@media screen and (max-width: 550px) {
.JobDescriptionContInner h3.OndaysTi {
    font-size: 15px;
    padding: 2% 0;
}
.JobDescriptionContInner p.OnedaysSubTit {
    font-size: 14px;
}
.JobDescriptionContInner p.YouTubeTx {
    font-size: 12px;
    margin: 2% auto 5%;
}
.JobDescriptionContInner p.OnedaysTit {
    width: 27%;
    font-size: 14px;
}
.LineGraphCont .GraphLine, 
.LineGraphCont .GraphLineStart, 
.LineGraphCont .GraphLineEnd {
    width: 5%;
    border-left: none;
    border-right: 3px solid #e2e2e2;
}
.LineGraphCont .OnedaysDescriptionOnlyStart {
    padding: 0 0 4% 4%;
}
.LineGraphCont .OnedaysDescription {
    padding: 4% 0 5% 4%;
}
.LineGraphCont .OnedaysDescriptionStartLine {
    padding: 0 0 5% 4%;
}
.LineGraphCont .OnedaysDescriptionOnly, 
.LineGraphCont .OnedaysDescriptionOnlyEnd, 
.LineGraphCont .OnedaysDescriptionOnlySpace, 
.LineGraphCont .OnedaysDescriptionEnd {
    padding: 4% 0 4% 4%;
}
.LineGraphCont .OnedaysDescriptionOnlyEndSpNo {
    padding: 4% 0% 0 4%
}
.LineGraphCont .GraphLineEnd {
    height: 20px;
}
.LineGraphCont .GraphLineStart p.GraphLineDotStart {
    top: -9.8px;
}
.LineGraphCont .GraphLine p.GraphLineDot {
    top: 5px;
}
.LineGraphCont .GraphLineEnd p.GraphLineDot {
    top: 0;
}
.LineGraphCont .OnedaysDescriptionText p.OnedaysDescriptionTit, 
.LineGraphCont .OnedaysDescriptionTextOnly p.OnedaysDescriptionTit, 
.LineGraphCont .OnedaysDescriptionOnlyStart p.OnedaysDescriptionTit, 
.LineGraphCont .OnedaysDescriptionOnlyEnd p.OnedaysDescriptionTit, 
.LineGraphCont .OnedaysDescriptionOnlySpace p.OnedaysDescriptionTit {
    font-size: 13px;
}
.LineGraphCont .OnedaysDescriptionText p.OnedaysDescriptionTx, 
.LineGraphCont .OnedaysDescriptionTextOnly p.OnedaysDescriptionTx, 
.LineGraphCont .OnedaysDescriptionOnlyStart p.OnedaysDescriptionTx, 
.LineGraphCont .OnedaysDescriptionOnlyEnd p.OnedaysDescriptionTx {
    font-size: 14px;
}
.LineGraphCont .OnedaysDescriptionTextOnly .BreakBox, 
.LineGraphCont .OnedaysDescriptionEnd .BreakBox, 
.LineGraphCont .OnedaysDescriptionOnlyEndSpNo .BreakBoxSpNo {
    font-size: 12.5px;
}
.LineGraphCont .OnedaysDescriptionEnd .OnedaysCaptionTx {
    font-size: 10px;
}
}
/*------- sp wide -------*/
@media screen and (min-width:480px) {
.BrBreak02 {
    display: none;
}
}
/*------- sp -------*/
@media screen and (min-width:391px) and (max-width:550px) {
.JobDescriptionContInner h3.OndaysTiYouTube {
    font-size: 15px;
}
.LineGraphCont .OnedaysDescriptionSP {
    padding: 4% 0 5% 4%;
}
.LineGraphCont .GraphTime, 
.LineGraphCont .GraphTimeStart {
    width: 14.5%;
    font-size: 14px;
}
}
/*------- sp -------*/
@media screen and (min-width:510px) and (max-width:550px) {
.LineGraphCont .GraphLine p.GraphLineDot, 
.LineGraphCont .GraphLineStart p.GraphLineDotStart, 
.LineGraphCont .GraphLineEnd p.GraphLineDot {
    font-size: 25px;
    left: 10px;
}
}
/*------- sp -------*/
@media screen and (min-width:455px) and (max-width:509px) {
.LineGraphCont .GraphLine p.GraphLineDot, 
.LineGraphCont .GraphLineStart p.GraphLineDotStart, 
.LineGraphCont .GraphLineEnd p.GraphLineDot {
    font-size: 25px;
    left: 7px;
}
}
/*------- sp -------*/
@media screen and (min-width:361px) and (max-width:454px) {
.LineGraphCont .GraphLine p.GraphLineDot, 
.LineGraphCont .GraphLineStart p.GraphLineDotStart, 
.LineGraphCont .GraphLineEnd p.GraphLineDot {
    font-size: 20px;
    left: 6px;
}
}
/*------- sp -------*/
@media screen and (min-width:280px) and (max-width:360px) {
.LineGraphCont .GraphLine p.GraphLineDot, 
.LineGraphCont .GraphLineStart p.GraphLineDotStart, 
.LineGraphCont .GraphLineEnd p.GraphLineDot {
    font-size: 20px;
    left: 5px;
}
}
/*------- sp -------*/
@media screen and (min-width:341px) and (max-width:390px) {
.JobDescriptionContInner h3.OndaysTiYouTube {
    font-size: 13px;
}
.LineGraphCont .OnedaysDescriptionSP {
    padding: 4% 0 5% 1%;
}
.OnedaysDescriptionSP .OnedaysDescriptionText, 
.OnedaysDescriptionSP .OnedaysDescriptionPhoto{
    padding-left: 3%;
}
.LineGraphCont .GraphTime, 
.LineGraphCont .GraphTimeStart {
    width: 14.5%;
    font-size: 13px;
}
}
/*------- sp -------*/
@media screen and (max-width:340px) {
.JobDescriptionContInner h3.OndaysTiYouTube {
    font-size: 12px;
}
.LineGraphCont .OnedaysDescriptionSP {
    padding: 4% 0 5% 0;
}
.OnedaysDescriptionSP .OnedaysDescriptionText, 
.OnedaysDescriptionSP .OnedaysDescriptionPhoto{
    padding-left: 4%;
}
.LineGraphCont .GraphTime, 
.LineGraphCont .GraphTimeStart {
    width: 14.5%;
    font-size: 12px;
}
}

/****************************************
Accordion
*****************************************/
.accordion-area {
    list-style: none;
    width: 100%;
    margin:6% auto 0;
}
.accordion-area li {
    margin: 20px 0;
}
.accordion-area section {
    background: #00538A;/*--水平方向 垂直方向 色--*/
}
/*アコーディオンタイトル*/
.accordion-area .bhs-faq-title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    padding: 1% 1% 1% 50px;
    transition: all .5s ease;
	 color: #fff; margin-bottom: 0
}
/*アイコンの＋と×*/
.accordion-area .bhs-faq-title::before,
.accordion-area .bhs-faq-title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #fff; 
}
.accordion-area .bhs-faq-title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
}
.accordion-area .bhs-faq-title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.accordion-area .bhs-faq-title.close::before{
	transform: rotate(0deg);
}
.accordion-area .bhs-faq-title.close::after{
	transform: rotate(0deg);
}
/*アコーディオンで現れるエリア*/
.bhs-faq-anser {
    display: none; /*はじめは非表示*/
    background: #f5f5f5;
    font-size: 17px;
    font-weight: normal;
    color: #333;
    line-height: 1.8em;
	margin:0;
    padding: 2% 3% 1%;
}

/*------- tb + pc narrow -------*/
@media screen and (min-width:751px) and (max-width:980px) {
.accordion-area .bhs-faq-title {
    font-size: 16px;
}
.bhs-faq-anser {
    font-size: 16px;
}
}
/*------- sp wide -------*/
@media screen and (min-width:501px) and (max-width:750px) {
.accordion-area .bhs-faq-title {
    font-size: 15px;
}
.bhs-faq-anser {
    font-size: 15px;
}
}
/*------- sp -------*/
@media screen and (max-width: 500px) {
.accordion-area .bhs-faq-title {
    font-size: 13px;
}
.bhs-faq-anser {
    font-size: 13px;
}
}

/****************************************
 RecruitCont
*****************************************/
#ContentsWrap .RecruitCont {
    width: 100%;
    background: #fff;
    margin: 8% auto 6%;
}
#ContentsWrap .RecruitContInner {
    position: relative;
    max-width: 1000px;
    width: 100%;
    background: #fff;
    margin: 8% auto 6%;
}
#ContentsWrap .RecruitContInner h3 {
    background: #005396;
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    letter-spacing: .2em;
    text-align: center;
    border-radius: 30px;
    padding: 1.2% 0;
}
#ContentsWrap dl.RecruitDescription {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5% auto 0;
}
#ContentsWrap .RecruitDescription dt, 
#ContentsWrap .RecruitDescription dd {
    display: flex;
}
#ContentsWrap .RecruitDescription dt {
    width: 13%;
    background: #005396;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: 0;
    padding: 2%;
}
#ContentsWrap .RecruitDescription dd {
    width: 76.8%;
    background: #f5f5f5;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 2%;
}
/*------- tb + pc narrow -------*/
@media screen and (min-width:751px) and (max-width:999px) {
#ContentsWrap .RecruitContInner {
    width: 90%;
    margin: 8% auto 6%;
}
#ContentsWrap .RecruitDescription dt, 
#ContentsWrap .RecruitDescription dd {
    font-size: 15px;
}
}
/*------- sp wide -------*/
@media screen and (min-width:751px) and (max-width:980px) {
#ContentsWrap .RecruitContInner h3 {
    font-size: 20px;
}
}
/*------- sp wide -------*/
@media screen and (min-width:501px) and (max-width:750px) {
#ContentsWrap .RecruitContInner {
    width: 90%;
}
#ContentsWrap dl.RecruitDescription {
    width: 100%;
}
#ContentsWrap dl.RecruitDescription, 
#ContentsWrap .RecruitDescription dt, 
#ContentsWrap .RecruitDescription dd {
    display: block;
}
#ContentsWrap .RecruitDescription dt, 
#ContentsWrap .RecruitDescription dd {
    width: 95%;
    font-size: 14px;
}
#ContentsWrap .RecruitContInner h3 {
    font-size: 18px;
}
}
/*------- sp -------*/
@media screen and (max-width: 500px) {
#ContentsWrap .RecruitContInner {
    width: 90%;
}
#ContentsWrap dl.RecruitDescription {
    width: 100%;
}
#ContentsWrap dl.RecruitDescription, 
#ContentsWrap .RecruitDescription dt, 
#ContentsWrap .RecruitDescription dd {
    display: block;
}
#ContentsWrap .RecruitDescription dt, 
#ContentsWrap .RecruitDescription dd {
    width: 95%;
    font-size: 12px;
}
#ContentsWrap .RecruitContInner h3 {
    font-size: 16px;
}
}


/****************************************
 Contents
*****************************************/
#wrap {
    background: #fff;
    font-size: 90%;
}
#ContentsWrap {
    background: none;
    margin-top: 77px;
}
/*------- sp + tablet -------*/
@media screen and (min-width: 501px) and (max-width:850px) {
#ContentsWrap {
    margin-top: 71px;
}
}
/*------- sp -------*/
@media screen and (max-width: 500px) {
#ContentsWrap {
    margin-top: 51px;
}
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
