@charset "UTF-8";

#system_main_area{
    margin-top: 5.9rem;
    padding-bottom: 5rem;
}

.system_main_title{
    width: 100%;
    height: 245px;
    background-image: url("../img/personnelsystem/system_main_bg_top.jpg");
    background-repeat: no-repeat, no-repeat;
    background-position:right;
    background-size: cover;
}

@media screen and (max-width: 800px) {
    .system_main_title{
        height: 100px;
    }
}
@media screen and (max-width: 480px) {
    #system_main_area{
    margin-top: 4rem;
        padding-bottom: 1rem;
}
    .system_main_title{
        height: 80px;
    }
}

#system_contents_area{
    max-width: 62.239583333333336vw;
    margin: 0 auto;
}
.system_main_catch{
font-weight: bold;
font-size: 1.8229166666666667vw;
line-height: 1.75;
text-align: center;
color: #fe9301;
}

.system_anchorlink_area{
      padding: 2rem 0;
    padding: 0 calc(50vw - 50%);
  margin: 3em calc(50% - 50vw);
      background: #FFE9CC;
}
.system_anchorlink_box{
    padding: 2rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.system_anchorlink_btn a{
    width: 20.416666666666668vw;
    margin: .5em 0;
    padding: .5em 0;
border-radius: 50px;
background: #fff;
border: 2px solid #fe9301;
font-weight: bold;
font-size: 1.3020833333333335vw;
letter-spacing: 0.05em;
line-height: 2.7;
    text-align: center;
    display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.system_anchorlink_btn a::before{
    content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	transform: rotate(45deg) translateY(-50%);
	width: 10px;
	height: 10px;
	border-width: 0 2px 2px 0;
	border-style: solid;
	border-color: #000;
}
.system_anchorlink_btn a:hover {
	background-color: #FFE9CC;
}
@media screen and (max-width: 800px) {
    #system_contents_area{
    max-width: 100%;
        padding: 0 5em;
}
    .system_main_catch{
font-size: 2.5vw;
}
    .system_anchorlink_btn a{
    width: 25vw;
border-radius: 50px;
font-size: 1.5vw;
}
    .system_anchorlink_btn a::before{
	right: 20px;
	width: 8px;
	height: 8px;
}
}
@media screen and (max-width: 480px) {
    #system_contents_area{
        padding: 0 1em;
        margin: 0 auto;
}
    .system_main_catch{
font-size: 3vw;
        line-height: 2.5;
}
    .system_anchorlink_btn a{
        width: 43vw;
        font-size: 14px;
        display: block;
    }
    .system_anchorlink_btn a::before{
        right: 50%;
        left: 50%;
        top: 40px;
    }
}

#anchorlink01,
#anchorlink02,
#anchorlink03,
#anchorlink04,
#anchorlink05,
#anchorlink06{
    margin: 3em auto;
}
@media screen and (max-width: 480px) {
    #anchorlink01,
#anchorlink02,
#anchorlink03,
#anchorlink04,
#anchorlink05,
#anchorlink06{
    margin: 1em auto;
}
}
.system_contents_title{
font-weight: bold;
font-size: 3.1em;
letter-spacing: 0.1em;
line-height: 40px;
position:  relative;
    display:  inline-block;
    z-index: 1;
margin: 2em 0 1em;
}
.system_contents_title::before{
    content:  '';
    background-color: #FE9301;
    display:  block;
    position:  absolute;
    left:  -0.3em;
    height: 70px;
    width: 50px;
    top: -0.3em;
    transform:skew(-25deg,0deg);
    z-index:  -1;
}
@media screen and (max-width: 480px) {
    .system_contents_title{
        font-size: 1.75em;
    }
    .system_contents_title::before{
        height: 50px;
    width: 30px;
    }
}
.system_flex{
    display: flex;
    justify-content: space-between;
}
.system_contents_item_photo{
    width: 33.85416666666667vw;
    min-width: 600px;
    margin-left:3em;
}
.system_contents_item_ttl{
    font-size: 1.7187500000000002vw;
    font-weight: bold;
    background: linear-gradient(transparent 50%, #FFDEB2 50%);
    display: inline-block;
}
.system_contents_item_sub{
    font-size: 0.9375vw;
    font-weight: bold;
}
.system_contents_inner{
    margin-bottom: 2em;
}
.system_contents_item_detail{
    margin-top: 1.5em;
}
.system_contents_item_detail a{
    color: darkblue;
    text-decoration: underline;
}

.system_contents_batteki{
    display: flex;
    justify-content: space-between;
    align-items:stretch;
    flex-wrap: wrap;
}
.system_contents_batteki li{
    list-style: none;
  background-color: #FFFF91;
  width: 19%;
    font-size: 1.0416666666666665;
    padding: .8em;
  border-radius: 3px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
    line-height: 2;
}
.system_contents_batteki li span{
    text-decoration: underline;
}

@media screen and (max-width: 480px) {
    .system_flex{
    display: block;
}
    .system_contents_item_photo{
    width: 100%;
    min-width: inherit;
    margin-left:0;
}
    .system_contents_item_ttl{
    font-size: 4.3vw;
}
    .system_contents_item_sub{
    font-size: 3vw;
}
    .system_contents_item_detail{
    margin-top: .8em;
}
    .system_contents_batteki li{
        margin: .5em 0;
  width: 48%;
}
}

.system_contents_kensyu{
    width: 100%;
background: #ffffe5;
border: 5px solid #fe9301;
    padding: 2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2em;
}
.kensyu_left{
    width: 48%;
}
.kensyu_right{
    width: 48%;
}

.kensyu_next_btn a{
    display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
    padding: 1em 0;
	color: #000;
	font-size: 1.3020833333333335vw;
	text-decoration: none;
	transition: 0.3s;
    background: #bdccd4;
    border-radius: 50px;
}
.kensyu_next_btn a::after{
    content: '';
	position: absolute;
	top: 50%;
	right: 80px;
	transform: rotate(45deg) translateY(-50%);
	width: 15px;
	height: 15px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #000;
}
.kensyu_next_btn a:hover {
	background-color: #CDDFE8;
}
@media screen and (max-width: 480px) {
    .system_contents_kensyu{
        display: block;
        padding: 1em;
    }
    .kensyu_left{
    width: 100%;
}
.kensyu_right{
    width: 100%;
}
    .kensyu_next_btn a{
        font-size: 4vw;
    }
    .kensyu_next_btn a::after{
        right: 30px;
    }
}