/* ----------------------------------------
sitemap（サイトマップLP）
/sitemap/用cssのため消さないこと。
---------------------------------------- */

.sitemap_ti h2 {
    font-size: 30px;
    margin: 60px auto 30px;
    font-weight: 500;
    line-height: 1;
    font-weight: bold;
    width: 1100px;
    padding-top: 60px;
    text-align: left;
    border-bottom: none;
}

.sitemap_wrap {
    margin: 0 auto 60px;
    background: #f8f8f8;
    padding: 50px 50px 10px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.sitemap_inner {
    width: 430px;
    margin-bottom: 50px;
}

.sitemap_inner:nth-child(odd) {
    margin-right: 40px;
}

.sitemap_inner h3 {
    font-size: 25px;
    margin: 0 0 30px;
    font-weight: 500;
    line-height: 1;
}

.sitemap_inner ul {
    background: #fff;
    padding: 30px;
    height: calc(100% - 60px);
    box-sizing: border-box;
}

.sitemap_inner ul li {}

.sitemap_inner ul li a {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    display: block;
}

.sitemap_inner ul li a:hover {
    text-decoration: underline;
}

.sitemap_inner ul li a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #042455;
    border-right: 1px solid #042455;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 8px;
}

.sitemap_group {
    padding-left: 50px !important;
}

.sitemap_group_ti {
    margin-left: -20px;
}

.sitemap_flex ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.sitemap_flex ul li {
    width: 50%;
}

.sitemap_flex ul li:first-child {
    width: 100%;
}

/* ----------------------------------------
recruit(サイドバーなし)
/recruit/用cssのため消さないこと。
---------------------------------------- */
.recruit{
    width:1000px;
    text-align:left;
    line-height:24px;
    margin:20px auto;
    padding:0px 0px 0px 0px;
}

.recruit h2{
    width: 1000px;
    font-size: 16px;
    line-height: 51px;
    margin: 0px auto 20px auto;
    padding: 0px 0px 0px 0px;
    text-indent: 15px;
    background: #F0F0F0;
    border-top: solid 5px #CCC;
    border-bottom: solid 1px #CCC;
    border-left: solid 3px #666;
    display: block;
    clear: both;
}

.recruit_tb{
    font-weight:bold;
    font-size:18px;
} 

.recruit1 img{
    max-width:100%;
    height:auto;
}

.recruit2 p{
    margin:0;
}

.recruit2 ul{
    margin:20px 0px 20px 0px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.recruit2 ul li{
    margin:0px 0px 0px 20px;
    padding:4px;
    border:solid 1px #CCC;
    float:left;
}

.recruit2 ul li img{
    max-width:300px;
    height:auto;
}

.recruit3{
    width:370px;
    overflow:hidden;
    float:left;
    margin:0px 20px 20px 0px;
    padding:0px 0px 0px 0px;
}

.recruit3 img{
    max-width:370px;
    max-height:400px;
}

.recruit4{
    width:600px;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.recruit4 p{
    margin:0;
}

.recruit5{
    line-height:28px;
    margin:0px 0px 20px 0px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.recruit5 dt{
    width:150px;
    display: block;
    clear: left;
    float: left;
    background:#EEE;
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    text-align:center;
    font-weight:bold;
    line-height: 35px;
}

.recruit5 dd{
    display: block;
    float: left;
    margin:10px 0px 0px 20px;
    padding:0px 0px 0px 0px;
    line-height: 35px;
    width: 820px;
}


/* ----------------------------------------
recruit(サイドバーあり)
/recruit/用cssのため消さないこと。
---------------------------------------- */

.recruit_side{
    width:780px;
    text-align:left;
    line-height:24px;
    margin:0px auto;
    padding:0px 0px 0px 0px;
}

.recruit_side h2{
    width: 100%;
    font-size: 16px;
    line-height: 51px;
    margin: 0px auto 20px auto;
    padding: 0px 0px 0px 0px;
    text-indent: 15px;
    background: #F0F0F0;
    border-top: solid 5px #CCC;
    border-bottom: solid 1px #CCC;
    border-left: solid 3px #666;
    display: block;
    clear: both;
}

.recruit_tb{
    font-weight:bold;
    font-size:18px;
} 

.recruit1_side img{
    max-width:100%;
    height:auto;
}

.recruit2_side p{
    margin:0;
}

.recruit2_side ul{
    margin:20px 0px 20px 0px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.recruit2_side ul li{
    margin:0px 0px 0px 20px;
    padding:4px;
    border:solid 1px #CCC;
    float:left;
}

.recruit2_side ul li img{
    max-width:226px;
    height:auto;
}

.recruit3_side{
    width:350px;
    overflow:hidden;
    float:left;
    margin:0px 20px 20px 0px;
    padding:0px 0px 0px 0px;
}

.recruit3_side img{
    max-width:350px;
    max-height:400px;
}

.recruit4_side{
    width:410px;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.recruit4_side p{
    margin:0;
}

.recruit5_side{
    line-height:28px;
    margin:0px 0px 20px 0px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.recruit5_side dt{
    width:150px;
    display: block;
    clear: left;
    float: left;
    background:#EEE;
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    text-align:center;
    font-weight:bold;
    line-height: 35px;
}

.recruit5_side dd{
    display: block;
    float: left;
    margin:10px 0px 0px 20px;
    padding:0px 0px 0px 0px;
    line-height: 35px;
    width: 600px;
}


/* ----------------------------------------
strength
---------------------------------------- */
.strength_main_wrap {
 background: rgb(239, 239, 234);
 background: linear-gradient(0deg, rgba(239, 239, 234, 1) 0%, rgba(255, 255, 255, 1) 50%);
 height: 260px;
 overflow: hidden;
}

.strength_main_wrap h2 {
 font-size: 51px;
 font-weight: bold;
 display: flex;
 justify-content: center;
 align-items: flex-end;
 line-height: 34px;
 margin: 90px 0px 0px 0px;
}

.strength_main_wrap h2 img {
 display: block;
}

.strength_main_wrap h2 span {
 display: block;
 font-size: 75px;
 line-height: 42px;
}

.strength_points {
 width: 513px;
 position: relative;
 border: solid 1px #000;
 padding: 80px 0px 30px 0px;
 box-sizing: border-box;
 text-align: center;
 margin-bottom: 200px;
}

.strength_points01,
.strength_points04 {
 width: 1100px;
}

.strength_points05,
.strength_points06 {
 margin-bottom: 0px;
}

.strength_points01 {
 border: none;
 padding: 0px;
 margin: 90px auto 200px auto;
}

.strength_points01 .points_co {
 top: 30px;
 left: 40px;
 margin: 0px;
}

.strength_points04 .points_co {
 left: 60px;
 margin: 0px;
}

.points_co {
 position: absolute;
 background-color: #FFF;
 padding: 0px 10px;
 top: -104px;
 left: 0px;
 right: 0px;
 margin: auto;
 width: fit-content;
}

.strength_points h3 {
 text-align: center;
 font-size: 54px;
 line-height: 65px;
 margin: 0px 0px 40px 0px;
}

.strength_points01 h3 {
 padding-left: 130px;
}

.strength_points04 h3 {
 margin: -114px auto 60px auto;
 padding: 0px 23px;
 background-color: #fff;
 width: fit-content;
}

.strength_points h3 img {
 display: block;
 margin: 7px auto 0px auto;
}

.strength_points h3 span {
 font-size: 32px;
 font-weight: normal;
 display: block;
 line-height: 36px;
 color: #000;
 margin: 25px 0px 0px 0px;
}

.points_tex_box {
 display: flex;
 justify-content: space-between;
 margin: 40px 0px 0px 0px;
}

.strength_points p {
 font-size: 19px;
 line-height: 27px;
 text-align: left;
 width: fit-content;
 margin: auto;
}

.strength_points p span {
 background: linear-gradient(transparent 33%, #fff100 0%);
 display: inline-block;
 line-height: 18px;
}

.strength_points03 p {
 margin-top: 32px;
}

.strength_points05 p {
 margin-top: 40px;
}

.strength_points06 p {
 margin-top: 64px;
}

.strength_points_box {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 width: 1100px;
 margin: auto;
}

.strength_points06 .strength_points_img {
 margin: 60px 0px 0px 0px;
}

.strength_comemnt {
 text-align: center;
 width: 1100px;
 margin: 100px auto 100px auto;
}

.strength_comemnt h3 {
 font-size: 52px;
 font-weight: normal;
 margin: 0px 0px 40px 0px;
 letter-spacing: 2px;
 line-height: 52px;
}

.strength_comemnt img {
 display: block;
 margin: 0px auto 35px auto;
}

.strength_comemnt p {
 font-size: 22px;
 line-height: 39px;
}



/* 　strength
---------------------------------------- */


