@media "utf-8";

* {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.5s;
    cursor: pointer;
}

a:hover {
    color: inherit;
    opacity: 0.7;
}

body {
    font-family: 'M PLUS 1p', sans-serif;
    color: #555;
    line-height: 1;
    background-color: #fafafc;
    max-width: 1920px;
    overflow-x: hidden;
    font-size: 15px;
/*    transform: rotate(0.05deg);*/
/*    -webkit-text-stroke: 0.2px*/
}

/*
=========================================
	Utilities
=========================================
*/

/* マージン
---------------------------------*/
.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

/* 左右行揃え
---------------------------------*/
.ta-l {
    text-align: left;
}

.ta-r {
    text-align: right;
}

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


/* フロート／フロート解除
---------------------------------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.fl-img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.fr-img {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.clear {
    clear: both;
}

/* clearfix */
.cf:after {
    content: "";
    display: block;
    clear: both;
}

.cf {
    zoom: 1;
}





/*style*/
.hidden{
    overflow: hidden;
}
h2,
h3,
a,
p,
small{
/*        transform: rotate(0.05deg)!important;*/
        -webkit-text-stroke: 0.2px
}

.none{
    display: none;
}

header{
    background-color: #88AF49;
    height: 120px;
    width: 100%;
    position: fixed;
    z-index: 20000;
}

.headermenu{
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 21px;
}
.pcnav{
    display: block;
    width: 100%;
    max-width: 848px;
    margin: 0 0 0 auto;
    height: auto;
/*    background-color: azure*/
}
.pcnav ul{
    display: flex;
    height: 100%;
/*    background-color: antiquewhite;*/
    justify-content: space-between;
    align-items: flex-end;
}
.pcnav ul li{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    
}
.pcnav ul li:last-of-type{
    color: #FC9B4C;
    font-weight: 600;
    background-color: #fff;
    padding: 10px 22px 8px;
    border-radius: 7px;
    margin-bottom: -8px;
}
.pcnav ul li:last-of-type:hover{
    opacity: 0.8;
    transition: 0.5s;
}

.overlay{
    display: none;
}

.mainimgWrap{
    position: relative;
/*    height: 900px;*/
    background-image: url(../img/top1_kari.png);
    background-size: cover;
    background-position: center;
    margin-bottom: 150px;
    height: 0;
    padding-top: 56.25%;
}
.catchcopy{
position: absolute;
    top: 80%;
    left: -100px;
    transform: translateY(-80%);
    width: 100%;
/*    display: block;*/
    color: #fff;
    font-weight: 400;
/*    background-color: aquamarine;*/
}
.catchcopy p{
    font-size: 68px;
    text-align: right;
letter-spacing: 0.2rem;
}
.catchcopy p span{
    font-size: 50px;
}


.messageWrap h2,
.interviewWrap h2
{
    text-align: center;
    font-size: 50px;
    color: #88af49;
}
.messageWrap h2 span,
.interviewWrap h2 span
{
    display: block;
    font-size: 40px;
    color: #fc9b4c;
    padding-top: 10px;
    margin-bottom: 50px;
}
.requirementsCome{
    margin: 0 auto;
}
.messageWrap{
    position: relative;
}
.apple{
    position: absolute;
}
#apple1{
    top: 0px;
    left: -50px;
    z-index: -100;
    opacity: 0.5;
        z-index: -100;
}
/*.messageDiv::before{
    content: '';
position: absolute;
top: 0;
right: 638px;
bottom: 0;
left: 0;
    background : -moz-linear-gradient(0% 50% 0deg,rgba(83, 170, 0, 0.5) 26.63%,rgba(250, 251, 247, 1) 65.08%);
  background : -webkit-linear-gradient(0deg, rgba(83, 170, 0, 0.5) 26.63%, rgba(250, 251, 247, 1) 65.08%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0.2663,rgba(83, 170, 0, 0.5) ),color-stop(0.6508,rgba(250, 251, 247, 1) ),color-stop(0.8266,rgba(243, 246, 237, 0.18) ));
  background : -o-linear-gradient(0deg, rgba(83, 170, 0, 0.5) 26.63%, rgba(250, 251, 247, 1) 65.08%);
  background : -ms-linear-gradient(0deg, rgba(83, 170, 0, 0.5) 26.63%, rgba(250, 251, 247, 1) 65.08%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#53AA00', endColorstr='#F3F6ED' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(83, 170, 0, 0.5) 26.63%, rgba(250, 251, 247, 1) 65.08%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#53AA00',endColorstr='#F3F6ED' , GradientType=1);
    z-index: -9;
}*/
.messageDiv{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background : -moz-linear-gradient(0% 50% 0deg,rgba(83, 170, 0, 0.5) 26.63%,rgba(250, 251, 247, 1) 65.08%);
  background : -webkit-linear-gradient(0deg, rgba(83, 170, 0, 0.5) 26.63%, rgba(250, 251, 247, 1) 65.08%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0.2663,rgba(83, 170, 0, 0.5) ),color-stop(0.6508,rgba(250, 251, 247, 1) ),color-stop(0.8266,rgba(243, 246, 237, 0.18) ));
  background : -o-linear-gradient(0deg, rgba(83, 170, 0, 0.5) 26.63%, rgba(250, 251, 247, 1) 65.08%);
  background : -ms-linear-gradient(0deg, rgba(83, 170, 0, 0.5) 26.63%, rgba(250, 251, 247, 1) 65.08%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#53AA00', endColorstr='#F3F6ED' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(83, 170, 0, 0.5) 26.63%, rgba(250, 251, 247, 1) 65.08%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#53AA00',endColorstr='#F3F6ED' , GradientType=1);
}
.message{
	width: 50%;
	text-align: center;
}
.syachoPhoto{
	width: 50%;
}
.syachoPhoto img{
	display: block;
}

.message p{
    z-index: 10000;
    font-size: 20px;
    line-height: 1.65;
    max-height: 230px;
    text-align: left;
    display: inline-block;
}
.messageWrap{
    position: relative;
    margin-bottom: 200px;
}

.messageWrap .more a{
    display: block;
    color: #FFF;
    background-color: #fc9b4c;
    padding: 12px 15px;
    font-size: 18px;
    letter-spacing: 0.1rem;
    border-radius: 7px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    bottom: 7%;
}
.interviewWrap{
    position: relative;
}
#apple2{
    top: 300px;
    right: 20px;
/*    z-index: -100;*/
    opacity: 0.5;
        z-index: -100;
}
.interviewCellWrap{
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 125px;
}
.interviewCell{
    width: 350px;
}
.interviewCell img{
	  width: 100%;
	  height: 110%;
	  object-fit: cover;
}
.interviewCell p{
    position: relative;
    font-size: 18px;
    bottom: 72px;
    height: 70px;
    line-height: 70px;
    text-align: center;
z-index: 100;
    font-weight:500;
}
.interviewCell p::before{
    content: "";
    position: absolute;
    top: 0;
right: 0;
bottom: 0;
left: 0;
    background-color: #fff;
    z-index: -1;
    opacity: 0.75;
}


.requirementsWrap{
    background-image: url(../img/a12bc86e48d67547c493f3a5c37acb16_m-min.jpg);
        background-size: cover;
    background-position: center;
    height: 680px;
    position: relative;
    margin-bottom: 200px;
}
.requirementsWrap h2,
.requirementsWrap h2 span
{
    color: #fff;
    font-weight: 500;
}
.requirementsbg{
    background-color: #006837;
    background:rgba(0,104,55,0.2);
    width: 80%;
      position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
    padding: 40px 0;
}
.requirementsCome p{
    color: #fff;
    font-size: 20px;
    line-height: 2.1;
    text-align: center;
    margin-bottom: 40px;
}
.requirementsWrap .more{
/*    display: block;*/
    padding-bottom: 40px;
}
.requirementsWrap .more a{
        display: inline-block;
/*    position: relative;*/
        color: #fc9b4c;
    background-color: #fff;
    padding: 12px 15px;
    font-size: 18px;
    letter-spacing: 0.1rem;
    border-radius: 7px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.company{
    background-image: url(../img/company_kari.png);
    background-repeat: no-repeat;
    width: 1100px;
    height: 250px;
    display: block;
    margin: 0 auto;
        margin-bottom: 80px;
}
#apple3{
    position: absolute;
    top: 1433px;
    right: 400px;
/*    z-index: -100;*/
    opacity: 0.5;
        z-index: -100;
}
.company h2{
    color: #fff;
    font-weight: 500;
    line-height: 250px;
    font-size: 48px;
    text-shadow:0px 0px 1px #333,
               0px 0px 4px #333;
    letter-spacing: 0.1rem;

}
.entry{
        background-image: url(../img/recruit_kari.png);
    background-repeat: no-repeat;
    width: 1100px;
    height: 250px;
    display: block;
    margin: 0 auto;
    margin-bottom: 200px;
}
.entry h2{
        color: #fff;
    font-weight: 500;
    line-height: 250px;
    font-size: 48px;
    text-shadow:0px 0px 1px #333,
               0px 0px 4px #333;
    letter-spacing: 0.1rem;
}
#apple4{
    position: absolute;
    top: 2080px;
    left: 345px;
/*    z-index: -100;*/
    opacity: 0.5;
    z-index: -100;
}

footer{
    background-color: #88af49;
    height: 310px
}
.footerWrap{
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
/*    justify-content: space-between;*/
}
.footerLogo{
    padding-top: 50px;
    width: 200px!important;
/*    background-color: aquamarine*/
}
.companyprof{
/*    background-color: antiquewhite;*/
/*    margin-right:  340px;*/
    padding-top: 50px;
    width: 500px;
    display: block;
}
.companyprof h3{
      padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #fc9b4c;/*左線*/
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.1rem;
    margin-bottom: 25px;
}
.companyprof p{
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.1rem;
}
.sitemap{
/*    background-color: black;*/
    width: 400px;
    padding-top: 50px;
}
.sitemap h3{
          padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #fc9b4c;/*左線*/
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.1rem;
    margin-bottom: 25px;
}
.sitemap ul li{
    color: #fff;
    line-height: 2.25;
    font-size: 16px;
}
.sitemap ul.left{
    float: left;
    width: 50%;
}
.sitemap ul.right{
    float: right;
        width: 50%;
}
small{
    display: block;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    font-weight: 200;
    letter-spacing: 0.1rem;
}

#page_top{
  width: 100px;
  height: 100px;
  position: fixed;
  right: 45px;
  bottom: 45px;
/*  background: #cb3737;*/
    filter: drop-shadow(1px 1px 0px #fc7100);
    z-index: 100000;
}
.br_sp{display: none;}



@media screen and (max-width:1500px){
    
        .catchcopy{
        left: -10px
    }
    .catchcopy p{
    font-size: 58px;
    text-align: right;
letter-spacing: 0.2rem;
}
.catchcopy p span{
    font-size: 44px;
}
    
    
    
    
    
}


@media screen and (max-width:1366px){
    .pc{
        display: none;
    }
    header{
        height: 70px;
    }
    .headermenu{
        padding: 0 20px;
        padding-top: 10px
    }
    .headermenu img{
        height: 50px;
    }
    
    .menu-btn {
/*    position: absolute;*/
    top: 0px;
    right: 0px;
    z-index: 999;
    display: inline;
    font-size: 32px;
    background-color: #006837;
    height: 50px;
    width: 50px;
/*        border-radius: 3px;*/
        z-index: 100000;
}

.menu-btn a {
    display: inline-block;
    text-decoration: none;
    margin-top: 7px;
    /* safari hack */
}
.btn-open{
        padding-top: 2px;
    }
.btn-open:after {
    color: #fff;
    content: "\f394"!important;
    font-family: "Ionicons";
    padding-left: 13px;
}

.btn-open:hover:after {
    color: #fafafc;

}
.btn-close{
        padding-top: 2px;
    }
.btn-close:after {
    color: #fff;
    content: "\f2d7";
    font-family: "Ionicons";
        padding-left: 16px;
}

.btn-close:hover:after {
    color: #fafafc;
}
.overlay {
    display: block;
    position: fixed;
    top: 0;
    z-index: 99;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background:rgba(136,175,73,0.8);
/*        opacity: 0.6;*/
    z-index: 9000;
    margin-left: -20px;
}
    .overlay ul{
        margin-top: 80px;
    }
    .overlay ul li{
        color: #fff;
        font-size: 20px;
        margin-bottom: 40px;
        text-align: center;
        font-weight: 500;
    }
    .catchcopy{
        left: -10px
    }
    .catchcopy p{
    font-size: 55px;
    text-align: right;
letter-spacing: 0.2rem;
}
.catchcopy p span{
    font-size: 42px;
}
    .messageWrap h2,
.interviewWrap h2
{
    font-size: 40px;
    color: #88af49;
}
.messageWrap h2 span,
.interviewWrap h2 span
{
    font-size: 36px;
    color: #fc9b4c;
}
    .message{
/*    max-width: 1100px;*/
    margin: 0 auto;
    padding: 0 20px
}
    
    /*.messageDiv::before{
    background : -moz-linear-gradient(0% 50% 0deg,rgba(83, 170, 0, 0.5) 10.05%,rgba(250, 251, 247, 1) 30.4%,rgba(243, 246, 237, 0.18) 100%);
  background : -webkit-linear-gradient(0deg, rgba(83, 170, 0, 0.5) 10.05%, rgba(250, 251, 247, 1) 30.4%, rgba(243, 246, 237, 0.18) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0.1005,rgba(83, 170, 0, 0.5) ),color-stop(0.304,rgba(250, 251, 247, 1) ),color-stop(1,rgba(243, 246, 237, 0.18) ));
  background : -o-linear-gradient(0deg, rgba(83, 170, 0, 0.5) 10.05%, rgba(250, 251, 247, 1) 30.4%, rgba(243, 246, 237, 0.18) 100%);
  background : -ms-linear-gradient(0deg, rgba(83, 170, 0, 0.5) 10.05%, rgba(250, 251, 247, 1) 30.4%, rgba(243, 246, 237, 0.18) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#53AA00', endColorstr='#F3F6ED' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(83, 170, 0, 0.5) 10.05%, rgba(250, 251, 247, 1) 30.4%, rgba(243, 246, 237, 0.18) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#53AA00',endColorstr='#F3F6ED' , GradientType=1);
    }*/
    .message p{
        font-size: 18px;
    }
    
    .requirementsCome p{
        font-size: 18px;
         -webkit-text-stroke: 0.05px;
        padding: 0 20px;
    }
    .company h2,
    .entry h2{
        color: #fff;
        font-size: 40px!important;
    }
    #page_top{
        width: 75px;
          right: 30px!important;
        bottom: 0px!important;
        
    }
    
    .requirementsWrap h2,
.requirementsWrap h2 span
{
    color: #fff;
    font-weight: 500;
}
    

    #page_top{
        opacity: 0.9;
    }
    
    
    
    
    
}

@media screen and (max-width:1100px){
        .catchcopy p{
    font-size: 50px;
    text-align: right;
letter-spacing: 0.2rem;
}
.catchcopy p span{
    font-size: 40px;
}
        .message p{
        font-size: 16px;
    }
    .interviewCellWrap{
        padding: 0 20px;
    }
        .interviewCell{
        width: 32%;
/*            background-color: antiquewhite*/
    }
    .interviewCell p{
        font-size: 16px;
    }
    
    .company,
    .entry{
                width: 90%;
        background-position: center center;
    }
    .footerWrap{
        padding: 0 20px;
    }
    .companyprof p,
    .sitemap ul li{
        font-size: 15px;
        letter-spacing: 0.03rem;
    }
    .footerLogo{
        width: 20%!important;
        box-sizing: border-box;
    }
    .companyprof{
        width: 35%;
                box-sizing: border-box;
        padding-right: 30px;
    }
    .sitemap{
        width: 45%;
                box-sizing: border-box;
    }
	  .messageWrap .more a {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    bottom: 7%;
}
	.messageDiv{
		display: block;
	}
	.message {
    width: 80%;
		padding: 40px;
	}
	.br_pc{
	 	    display: none;
	  }
	.syachoPhoto{
		width: 100%;
	}
    
    
}

@media screen and (max-width:900px){
        .catchcopy p{
    font-size: 44px;
    text-align: right;
letter-spacing: 0.2rem;
}
.catchcopy p span{
    font-size: 36px;
}
        .mainimgWrap{
        padding-top: 62%;
            background-position: center center;
    }
    
    /*.messageDiv::before
{
  background : -moz-linear-gradient(0% 50% 0deg,rgba(83, 170, 0, 0.5) 0%,rgba(250, 251, 247, 1) 16.33%,rgba(243, 246, 237, 0.18) 100%);
  background : -webkit-linear-gradient(0deg, rgba(83, 170, 0, 0.5) 0%, rgba(250, 251, 247, 1) 16.33%, rgba(243, 246, 237, 0.18) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(83, 170, 0, 0.5) ),color-stop(0.1633,rgba(250, 251, 247, 1) ),color-stop(1,rgba(243, 246, 237, 0.18) ));
  background : -o-linear-gradient(0deg, rgba(83, 170, 0, 0.5) 0%, rgba(250, 251, 247, 1) 16.33%, rgba(243, 246, 237, 0.18) 100%);
  background : -ms-linear-gradient(0deg, rgba(83, 170, 0, 0.5) 0%, rgba(250, 251, 247, 1) 16.33%, rgba(243, 246, 237, 0.18) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#53AA00', endColorstr='#F3F6ED' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(83, 170, 0, 0.5) 0%, rgba(250, 251, 247, 1) 16.33%, rgba(243, 246, 237, 0.18) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#53AA00',endColorstr='#F3F6ED' , GradientType=1);
}*/

    .interviewCell p{
        line-height: 35px;
    }
    .br_sp{
        display: block;
    }
    
    .footerLogo{
        width: 120px!important;
        padding-right: 30px;
    }
    .companyprof h3,
    .sitemap h3{
        font-size: 15px;
    }
        .companyprof p,
    .sitemap ul li{
        font-size: 14px;
        letter-spacing: 0.005rem;
	}
    
    
}
@media screen and (max-width:760px){
        .catchcopy p{
    font-size: 38px;
    text-align: right;
letter-spacing: 0.2rem;
}
.catchcopy p span{
    font-size: 28px;
}
    .mainimgWrap{
        padding-top: 65%;
        background-position: center center;
    }
        .interviewCell p{
        font-size: 15px;
    }
        .messageWrap h2,
.interviewWrap h2
{
    font-size: 32px;
    color: #88af49;
}
.messageWrap h2 span,
.interviewWrap h2 span
{
    font-size: 26px;
    color: #fc9b4c;
}
        .requirementsWrap h2,
.requirementsWrap h2 span
{
    color: #fff;
    font-weight: 500;
}
        .company h2,
    .entry h2{
        color: #fff;
        font-size: 32px!important;
    }
    #apple1,
    #apple2,
    #apple3,
    #apple4{
        width: 40%;
/*        height: 40%;*/
    }
    .sitemap{
        display: none;
    }
    .companyprof{
        width: 60%;
        margin: 0 auto;
        padding-right: 0;
    }
    
    
}


@media screen and (max-width:600px){
        .mainimgWrap{
        padding-top: 90%;
            background-position: center center;
    }
        .catchcopy p{
    font-size: 30px;
    text-align: right;
letter-spacing: 0.2rem;
}
.catchcopy p span{
    font-size: 22px;
}
    .messageDiv::before
{
  background : -moz-linear-gradient(0% 50% 0deg,rgba(83, 170, 0, 0.5) 0%,rgba(250, 251, 247, 1) 9.8%,rgba(243, 246, 237, 0.18) 100%);
  background : -webkit-linear-gradient(0deg, rgba(83, 170, 0, 0.5) 0%, rgba(250, 251, 247, 1) 9.8%, rgba(243, 246, 237, 0.18) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(83, 170, 0, 0.5) ),color-stop(0.098,rgba(250, 251, 247, 1) ),color-stop(1,rgba(243, 246, 237, 0.18) ));
  background : -o-linear-gradient(0deg, rgba(83, 170, 0, 0.5) 0%, rgba(250, 251, 247, 1) 9.8%, rgba(243, 246, 237, 0.18) 100%);
  background : -ms-linear-gradient(0deg, rgba(83, 170, 0, 0.5) 0%, rgba(250, 251, 247, 1) 9.8%, rgba(243, 246, 237, 0.18) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#53AA00', endColorstr='#F3F6ED' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(83, 170, 0, 0.5) 0%, rgba(250, 251, 247, 1) 9.8%, rgba(243, 246, 237, 0.18) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#53AA00',endColorstr='#F3F6ED' , GradientType=1);
}

    
        .message p{
        font-size: 14px;
            line-height:2;
    }
    
    .requirementsCome p{
        font-size: 16px;
        line-height: 1.7;
    }
        .messageWrap .more a,
    .requirementsWrap .more a{
        font-size: 14px;
        letter-spacing: 0;
    }
    .interviewCellWrap{
        flex-direction: column;
        align-items: center;
    }
    .interviewCell{
        width: auto
    }
    .interviewCell img{
        width: 100%;
        
    }
    .mainimgWrap,
    .messageWrap,
    .requirementsWrap,
    .entry{
        margin-bottom: 100px;
    }
    .interviewCellWrap{
        margin-bottom: 60px;
    }
    #apple1{
    top: 0px;
    left: -0px;
    }
    #apple2{
            top: 1250px;
    right: 50px;
    }
    #apple3{
    top: 2103px;
    right: -0px;
    }
    #apple4{
            top: 2800px;
    left: 5px;
    }
}
@media screen and (max-width:450px){
    .catchcopy{
        left: 0;
    }
            .mainimgWrap{
        padding-top: 100%;
                background-position: center center;
    }
        .catchcopy p{
    font-size: 24px;
    text-align: right;
letter-spacing: 0.2rem;
}
.catchcopy p span{
    font-size: 18px;
}
    .br_pc{
        display: none;
    }
    .requirementsCome p{
        font-size: 15px;
    }
            .messageWrap .more a,
    .requirementsWrap .more a{
        font-size: 13px;
        letter-spacing: 0rem;
        padding: 12px 0;
        width: 180px;
        text-align: center;
    }
    #page_top{
        width: 60px;
          right: 15px!important;
        bottom: -30px!important;
    }
    
    
}
/*
@media screen and (max-width:412px){
            .message p{
        top: 35%;
    }
}
*/


@media screen and (max-width:360px){
    .catchcopy{
        left: 0;
    }
        .catchcopy p{
    font-size: 20px;
    text-align: right;
letter-spacing: 0.2rem;
}
.catchcopy p span{
    font-size: 15px;
}

}