@charset "UTF-8";
/* CSS Document */

body {
  font-size: 1.6em;
}

.mb10 {margin-bottom: 10px}
.mb20 {margin-bottom: 20px}
.mb30 {margin-bottom: 30px}
.mb40 {margin-bottom: 40px}
.mb50 {margin-bottom: 50px}

.dcenter {text-align: center}
.dleft {text-align: left}
.dright {text-align: right}

.dbold {font-weight: bold}

.redtxt {color: red; font-weight: bold}
.orgtxt {color: #ff6545; font-weight: bold}

.mintxt {
    font-size: 1.2rem;
}
section {
    line-height: 1.8
}
#cs_about , #message , #summary {
    padding: 100px 0;
}

#cs_fuan2 {
    padding:80px 0 80px;
}
#feat01 {
    padding: 50px 0 0;
}
#feat02 {
    padding: 100px 0 100px;
}
#feat03 {
    padding: 0 0 100px;
}
#feat04 {
    padding: 0 0 100px;
}
#job {
    padding: 100px 0 100px;
}
#faq {
    padding: 100px 0 100px;
}
#appli {
    padding: 80px 0 0;
}
#requ , #environment {
    padding: 0 0 100px;
}
#company {
    padding: 100px 0 100px;
}
.content_ttl {
    font-size: 4.0rem;
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: center
}
.content_ttl span {
    font-size: 2.0rem;
    display: block;
    font-weight: lighter
}
#csmain {
    position: relative
}
#csmain .mv_btn {
    text-align: center;
    color: black;
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#csmain .mv_btn .formlink {
    background: #EA5442;
    padding: 20px 0px;
    width: 320px;
    margin: 0 auto;
    color: white;
    font-size: 2.0rem;
    position: relative;
    display: inline-block;
}
#csmain .mv_btn .formlink:hover {
    background: #666666
}
#csmain .mv_btn .formlink::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px white;
  border-right: solid 2px white;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 12%;
  margin-top: -6px;
}
.anchorlist {
    text-align: center;
    width: 100%;
    padding: 30px 0 80px
}
.anchorlist li {
    display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    margin-right: 14px;
    border-left: 1px solid #2D457C
}
.anchorlist li:last-child {
    border-right: 1px solid #2D457C
}
.anchorlist li a {
    color: #2D457C;
    background: white;
    font-size: 2.0rem;  
    width: 220px;
    display: block;
    padding: 5px 0;
}
.anchorlist li p {
    line-height: 1.4
}
.anchorlist li p span {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 1px
}
.anchorlist li p span span {
    display:inline;
    font-size: 1.5rem
}
.anchorlist li .arrow-bottom {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0;
  border-bottom: 1px solid #2D457C;
  border-right: 1px solid #2D457C;
  transform: rotate(45deg);
}
#cs_fuan {
    
}
#cs_fuan h2 {
    text-align: center;
    font-size: 2.8rem;
    letter-spacing: 2px;
    margin-bottom: 30px;
    line-height: 1.6;
    color: black
}
#cs_fuan h2 span {
    font-size: 4.0rem;
    background: #EA5442;
    color: white;
    padding: 5px
}
#cs_fuan .fuantxt {
    margin-bottom: 50px;
    font-size: 2.0rem
}
#cs_fuan ul {
    width: 930px;
    margin: 0 auto;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-bottom: 50px
}
#cs_fuan ul li {
    background: #2D457C;
    padding: 2.5% 2.5% 34%;
    float: left;
    color: white;
    width: 27%;
    margin-right: 2%;
    position: relative
}
#cs_fuan ul li a {
    color: #18345e !important;
    text-decoration: underline;
}
#cs_fuan ul li a:hover {
    text-decoration: none;
}
#cs_fuan ul li h3 {
    font-size: 2.0rem;
    font-weight: bold;
    background-size: 7%;
    line-height: 1.4;
    position: relative;
    padding: 0 0 30px;
}
#cs_fuan ul li h3::before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border: 9px solid transparent;
    border-top: 10px solid #fff;
}
#cs_fuan ul li .midashi {
    font-size: 1.8rem;
    line-height: 1.4
}
#cs_fuan ul li .midashi span {
    color: #EA5442;
    padding: 0 1px;
}
#cs_fuan ul li .midashi span span {
    font-size: 3.0rem;
    letter-spacing: -1px
}
#cs_fuan ul li:nth-child(3) {
    margin-right: 0;
}
#cs_fuan ul li:nth-child(4) {
    width: 100%;
    font-size: 1.2rem;
    padding: 5px 0 0 0;
    background: none;
    color: black;
    margin-right: 0;
}
#cs_fuan ul li .fuanimg {
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 80%
}
sup {
	font-size: 1.0rem !important;
	vertical-align: top !important;
}
#cs_fuan2 {
    background:#EDEFF3;
}
#cs_fuan2 h2 {
    font-size: 2.6rem;
}
#cs_fuan2 h3 {
    font-size: 4.0rem;
    color: #EA5442;
    font-weight: bold;
    line-height: 1.4;
    padding-top: 20px
}
#feat01 h3 {
    text-align: center;
    color: white;
    line-height: 1.0;
    padding-bottom: 5px;
    margin-bottom: 15px;
    background: #EA5442;
    padding: 5px 0;
    width: 54px;
    margin: 0 auto 5px
}
#feat01 h3 span {
    font-size: 3.0rem;
    display: block
}
#feat01 ul {
    width: 930px;
    margin: 0 auto;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#feat01 ul li {
    background: #2D457C;
    padding: 2.5% 2.5% 0;
    float: left;
    color: white;
    width: 27%;
    margin-right: 2%;
    
}
#feat01 ul li .subtxt {
    text-align: center;
    margin-bottom: 20px
}
#feat01 ul li .midashi {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 2.4rem
}
#feat01 ul li .midashi {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

#feat01 ul li .btbox {
    background: #EA5442;
    padding: 10px 0;
    color: white;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 2px
}
#feat01 ul li .btbox span {
    font-size: 2.6rem
}
#feat01 ul li .btbox2 {
    background: #EA5442;
    padding: 10px;
    color: white;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.2;
}
#feat01 ul li .btbox2 span {
    font-size: 2.6rem;
}
#feat01 ul li .total {
    display: block;
    font-size: 1.6rem
}
#feat01 ul li:nth-child(2) .midashi {
    margin-bottom: 44px;
}
#feat01 ul li:nth-child(3) {
    margin-right: 0
}
#feat01 ul li:nth-child(4) , #feat01 ul li:nth-child(5) , #feat01 ul li:nth-child(6) {
    padding: 1% 2.5% 2.5%;
}
#feat01 ul li:nth-child(4) , #feat01 ul li:nth-child(5) , #feat01 ul li:nth-child(6) {
    position: relative
}
#feat01 ul li:nth-child(6) {
    margin-right: 0;
}
#feat01 ul li:nth-child(4) .plusmark , #feat01 ul li:nth-child(5) .plusmark , #feat01 ul li:nth-child(6) .plusmark {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -47%);
    -webkit-transform: translate(-50%, -47%);
    -ms-transform: translate(-50%, -47%);
}
#feat02 {
}
#feat02 .inner {
    width: 960px;
    margin: 0 auto;
}
#feat02 .inner .feattxt {
    margin-bottom: 50px;
    font-size: 2.0rem;
}
#feat02 .inner .koyou {
    width: 960px;
    margin: 0 auto
}
#feat02 .inner .koyou ul {
    overflow: hidden
}
#feat02 .inner .koyou ul li {
    width: 47.5%;
    float: left;
    margin-right: 5%
}
#feat02 .inner .koyou ul li:last-child{
    margin-right: 0;
}
#feat02 .inner .koyou ul li .koyou_t {
    width: 100%;
}
#feat02 .inner .koyou ul li .koyou_t th , #feat02 .inner .koyou ul li .koyou_t td {
    border-bottom: 1px solid #b8b9bc;
    padding-top: 10px;
    line-height: 1.5
}
#feat02 .inner .koyou ul li .koyou_t th {
    padding-left: 1%
}
#feat02 .inner .koyou ul li .koyou_t td {
    color: #EA5442;
    font-size: 3.0rem;
    letter-spacing: 1px;
    text-align: right;
    padding-right: 1%
}
#feat02 .inner .koyou ul li .koyou_t td span {
    font-size: 1.6rem
}
#feat03 {
}
#feat03 ul {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}
#feat03 ul li {
    width: 32%;
    margin-right: 2%;
    float: left
}
#feat03 ul li:last-child{
	margin-right: 0
}
#feat03 ul li h3 {
    font-weight: bold;
    font-size: 2.4rem;
    padding: 10px 0 10px
}
#feat03 ul li h3 span {
    color: #ff6545
}

#feat04 ul {
    width: 930px;
margin: 0 auto;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#feat04 ul {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}
#feat04 ul li {
    width: 32%;
    margin-right: 2%;
    float: left
}
#feat04 ul li:last-child{
	margin-right: 0
}
#feat04 ul li h3 {
    font-weight: bold;
    font-size: 2.4rem;
    padding: 10px 0 10px;
    color: #EA5442
}
#job {
    background: #EDEFF3;
}
#job .jpblist01 {
    width: 930px;
    margin: 0 auto 1%;
    position: relative;
    padding-top: 61px
}
#job .jpblist01 .pointimg1 {
    position: absolute;
    left: 173px;
    top: 0
}
#job .jpblist01 .pointimg2 {
    position: absolute;
    left: 410px;
    top: 0
}
#job .jpblist01 ul {
    background: url("../images/saiyou2/line_bg.png") repeat-x center left;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    
}
#job .jpblist01 ul li {
    float: left;
    background: #2D457C;
    width: 19.5%;
    margin-right: 2%;
    color: white;
    padding: 2%
}
#job .jpblist01 ul li:last-child{
	margin-right: 0
}
#job .jpblist01 li h3 {
    font-size: 2.0rem;
    line-height: 1.4;
    border-bottom: 1px solid #6c7da4;
    padding-bottom: 10px;
    margin-bottom: 10px
}
#job .jpblist01 ul li h3 span {
    font-size: 1.6rem;
    display: block
}
#job .jpblist02 {
    width: 930px;
    margin: 0 auto;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#job .jpblist02 li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 1%
}
#job .jpblist02 li:nth-child(2) {
    width: 74.5%;
	margin-right: 0;
}
#job .jpblist02 li:nth-child(2) p {
    border: sold 1px black;
    color: black
}
#job .jpblist02 li:nth-child(3) {
    width: 100%;
	margin-right: 0;
    margin-bottom: 0
}
#job .jpblist02 li p {
    color: #2D457C;
    border: 1px solid #2D457C;
    padding: 10px 0;
    font-size: 1.2rem
}
#job .workflow {
    display: none;
}
#message .ttl2 {
    line-height: 1.2;
font-size: 4.0rem;
padding-top: 10px;
}
#message ul {
    width: 930px;
    margin: 0 auto;
}
#message ul li {
    margin-bottom: 50px;
    overflow: hidden;
    padding-top: 50px
}
#message ul li:last-child {
    margin-bottom: 0
}
#message ul li .honbun {
    width: 50%;
    background: #2D457C;
    color: white;
    padding: 2.5%;
    float: right
}
#message ul li .honbun .inner {
    position: relative;
    width: auto
}
#message ul li .honbun .inner .uriage {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #EA5442;
    color: white;
    line-height: 1.3;
    padding: 20px;
    border-radius: 60px;
    font-size: 1.6rem
}
#message ul li:nth-child(1){
    background: url("../images/saiyou2/senpai1.jpg") no-repeat left top;
}
#message ul li:nth-child(2){
    background: url("../images/saiyou2/senpai2.jpg") no-repeat right top;
}
#message ul li:nth-child(2) .honbun {
    width: 50%;
    background: #2D457C;
    color: white;
    padding: 2.5%;
    float: left
}
#message ul li:nth-child(3){
    background: url("../images/saiyou2/senpai3.jpg") no-repeat left top;
}
#message ul li:nth-child(3) .honbun .inner .uriage {
    position: absolute;
    right: 0px;
    top: -40px;
}
#message ul li .honbun .inner .uriage span {
    font-size: 4.4rem;
    display: block;
    line-height: 1.0
}
#message ul li .honbun .inner .uriage span span {
    font-size: 2.8rem;
    display: inline
}
#message ul li .honbun .inner h3 {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 5px
}
#message ul li .honbun .inner .proftxt {
    margin-bottom: 10px;
    font-size: 1.1rem
}

#faq {
    background: #EDEFF3;
}
#faq .qa-list {
    width: 930px;
    margin: 0 auto;
}
#faq .qa-list dl {
    position: relative;
    width: 100%;
    cursor: pointer;
    margin-bottom: 15px;
    background: white
}
#faq .qa-list dl::before {
    position: absolute;
    top: 18px;
    right: 20px;
    display: block;
    width: 25px;
    height: 25px;
    margin: auto;
    content: '';  
    z-index: 2;
    background: url("../images/saiyou2/faq_arrow1.png") no-repeat center center;
    background-size: 80%;
}

#faq .qa-list .open::before {
    transform: rotate(-45deg);
}
#faq .qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 15px 0 15px 20px;
    font-weight: bold;
    font-size: 1.6rem;
    color: #2D457C;
    border: 1px solid #bcbdc0
}

#faq .qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    padding: 15px 0 15px 20px;
    background:#d9dee7;
}
#faq .qa-list dl dd p {
    margin: 30px 0 0;
}
#faq .qa-list dl dd p:first-child{
    margin-top: 0;
}
#requ {
    background: #2D457C
}
#requ .inner {
    width: 930px;
    margin: 0 auto;
    color: white
}
#requ .inner h2 {
    font-size: 3.0rem;
    margin-bottom: 15px
}
#requ .inner dl {
    width: 100%;
    border-bottom: solid 1px #6c7da4;
}
#requ .inner dl dt {
    clear: left;
    float: left;
    width: 10%;
    border-top: solid 1px #6c7da4;
    padding: 7px 0;
}
#requ .inner dl dd {
    margin-left: 10%;
    border-top: solid 1px #6c7da4;
    padding: 7px 0;
}
#requ .inner dl dd ol {
    list-style: decimal;
    padding-left: 17px
}
#requ .inner dl dd ul li {
    line-height: 1.4;
    margin-bottom: 5px
}
#requ .inner dl dd ul li:last-child {
    margin-bottom: 0;
}
#requ .inner dl dd ul li span {
    font-size: 1.2rem
}
#environment ul {
    width: 930px;
    margin: 0 auto 70px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#environment ul li {
    float: left;
    width: 48%;
    margin-right: 4%
}
#environment ul li:last-child {
    margin-right: 0
}
#environment h3 {
    font-size: 2.0rem;
margin-bottom: 10px;
}
#environment .queslist {
	width:930px;
    margin:0 auto 20px;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	overflow:hidden
}
#environment .queslist li {
	float:left;
	width:390px;
	margin-right:30px;
	margin-bottom:20px;
    background: #EDEFF3;
    padding: 30px 30px 90px;
    position: relative
}
#environment .queslist li:nth-child(even) {
	margin-right:0;
}
#environment .queslist li h5 {
    font-size: 1.6rem;
    margin-bottom: 5px;
    border-left: 5px solid #2D457C;
    padding-left: 15px;
    color: #2D457C
}
#environment .queslist li .ques_t {
    width: 100%;
}
#environment .queslist li .ques_t th , #environment .queslist li .ques_t td {
    border-bottom: 1px solid #b8b9bc;
    padding: 7px 0 3px;
    vertical-align: bottom
}
#environment .queslist li .ques_t th {
    width: 80%;
}
#environment .queslist li .ques_t td {
    text-align: right;
    color: #EA5442;
    width: 20%
}
#environment .queslist li .ques_t td span {
    font-size: 2.8rem;
    line-height: 1;
}
#environment .queslist li a {
    padding: 7px 0;
    background: #2D457C;
    text-align: center;
    color: white;
    display: block;
    position: absolute;
    left: 0;
    bottom: 30px;
    margin: 0 30px;
    width: 390px
}
#environment .queslist .ly_accordion {
    border-bottom: 0;
    padding-top: 20px;
}    
#environment .queslist .ly_accordion .bl_inner p {
    margin: 20px 0 0;
}    
#environment .queslist .ly_accordion .el_heading {
    display: block;
    margin: 0;
    padding: .5em;
    color: white;
    background: #2f457c;
    text-align: center;
    width: 250px;
    margin: 0 auto;
    border-radius: 10px;
}    
#environment .queslist .ly_accordion .bl_content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 2s ease-out 0s;
}    
#environment .queslist .ly_accordion .el_checkbox {
    display: none;
}
#environment .queslist .ly_accordion .el_checkbox:checked + .bl_content {
    max-height: 9999px;
    transition: max-height 2s ease-in;
}	
#environment .queslist .ly_accordion .el_heading:after {
    margin: 0 5px;
font-family: FontAwesome;
content: '\f0ab';
}
#environment .numlist {
    overflow: hidden;
    width: 930px;
    margin: 0 auto;
    padding: 0;
}
#environment .numlist li {
    float: left;
    width: 24.25%;
    margin-right: 1%;
    margin-bottom: 1%;
}
#environment .numlist li:nth-child(4n) {
    margin-right: 0;
}
#appli {
    background: #2D457C;
    color: white
}
#appli .inner {
    width: 930px;
    margin: 0 auto;
    padding-bottom: 50px;  
}
#appli .inner .ouboflow {
}
#company .inner {
    width: 930px;
    margin: 0 auto;
}
#company ul {
    width: 930px;
    margin: 0 auto;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#company ul li {   
    float: left
}
#company ul li:nth-child(1) , #company ul li:nth-child(2) {
    padding-bottom: 5px;
    width: 48%;
    margin-right: 4%;;
    margin-bottom: 20px
}
#company ul li:nth-child(2) {
    margin-right: 0
}
#company ul li:nth-child(2) h3 {
    font-size: 2.4rem;
    color: #2D457C
}
#company ul li:nth-child(3) {
    margin-bottom: 20px;
}
#company ul li:nth-child(3) , #company ul li:nth-child(4) {
    text-align: center;
    background: white;
    padding: 40px;
    width: 100%;
    background: #EDEFF3
}
#company ul li:nth-child(3) h3 , #company ul li:nth-child(4) h3 {   
    font-size: 2.4rem;
    font-weight: normal;
}
#company ul li:nth-child(3) .company_copy , #company ul li:nth-child(4) .company_copy {
    font-size: 3.4rem;
    font-weight: normal;
    color: #EA5442;
    line-height: 1.4;
    margin-bottom: 10px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    text-align: center;
    margin-bottom: 20px
}
#company ul li:nth-child(3) p , #company ul li:nth-child(4) p {
    text-align: left
}

.inner1000 {
    width: 930px;
    margin: 0 auto;
    overflow: hidden
}
.company-contents {
    padding:50px 0 70px;
    font-size: 1.2rem
    }
.company-contents:after {
      content: "";
      display: block;
      clear: both; }
.company-contents .inner1000 h3 {
    margin-bottom: 40px
}
.company-contents .inner1000 .c-box1 {
      float: left;
      width: 450px;
      padding: 0 0 0; }
.company-contents .inner1000 .c-box1 h3 {
        font-size: 2.2rem;
        margin-bottom: 20px; }
.company-contents .inner1000 .c-box2 {
      float: right;
      width: 450px;
      margin: 0 0 0; }
.company-contents .inner1000 .c-box2 h3 {
        margin-bottom: 0px; }
.company-contents .inner1000 .c-box2 img {
        margin: 10px 0 65px; }
.company-contents .inner1000 .c-box2 img.iso {
          float: right;
          margin: -45px 0 0 0;
          width: 117px; }
.company-contents .inner1000 .c-box2 img.gp {
          margin-top: 33px;
          margin-bottom: 0; }
.company-contents .inner1000 .c-box2 p {
        margin-bottom: 5px; }
.company-contents .inner1000 .c-box2 p span {
          display: block;
          font-size: 1.2rem;
          margin-top: 5px; }
.company-contents .inner1000 .c-box2 table tr th {
        width: 94px;
        text-align: left; }
.company-contents .inner1000 .c-box2 table tr td {
        text-align: left; }

.atn {
    text-indent: -3.2em;
    margin-left: 3.2em;
    font-size: 1.2rem
}
.cv_btn {
    padding-top: 40px;
    text-align: center;
    color: black
}
.cv_btn .formlink {
    background: #EA5442;
    padding: 15px 0px;
    width: 320px;
    margin: 0 auto;
    color: white;
    font-size: 2.0rem;
    position: relative;
    display: inline-block;
}
.cv_btn .formlink:hover {
    background: #666666
}
.cv_btn .formlink::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px white;
  border-right: solid 2px white;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 12%;
  margin-top: -6px;
}
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
max-width: 800px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle;
}
.modal-wrapper .modal-window h3 {
	font-size:1.8rem;
}
.modal-wrapper .modal-window p {
	text-align:left;
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}
.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}

@media screen and (max-width: 896px) {
#csmain .mv_btn {
    bottom: 6%;
}
#csmain .mv_btn .formlink {
    padding: 10px 0px;
    width: 250px;
}
.anchorlist {
    padding: 3% 0 7%;
}
.anchorlist li {
    width: 23%;
    margin: 0
}
.anchorlist li a {
    width: 90%;
    padding: 0 5%;
    font-size: 1.8rem;
}
#cs_fuan {
    padding-bottom: 7%
}
#cs_fuan .fuantxt {
    width: 94%;
    margin: 0 auto 5%
}
#cs_fuan ul {
    width: 94%;
    margin: 0 auto
}
#cs_fuan ul li {
    width: 27%;
margin-right: 2%;
}
#cs_fuan ul li:nth-child(3) {
    margin-bottom: 0;
}
#feat01 ul {
    width: 94%;
    margin: 0 auto
}
#feat02 .inner {
    width: 94%;
}
#feat02 .inner .feattxt {
    font-size: 1.7rem;
    margin-bottom: 4%
}
#feat02 .inner .koyou {
    width: 100%;
}
#feat03 ul , #feat04 ul {
    width: 94%;
}
#job .jpblist01 {
    width: 94%;
}
#job .jpblist01 .pointimg1 {
    left: 16.7%;
}
#job .jpblist01 .pointimg2 {
    left: 42.3%;
}
#job .jpblist02 {
    width: 94%
}
#job .jpblist02 li p {
    font-size: 1.0rem;
    padding: 5px 0
}
#job .workflow {
    display: none;
}
#message ul {
    width: 94%;
    margin: 0 auto
}
#message ul li:nth-child(1) {
    background-position: -80px 0
}
#message ul li:nth-child(2) {
    background-position: right -80px top
}
#message ul li:nth-child(3) {
    background-position: -80px 0
}
#message ul li .honbun .inner .uriage {
    right: -10px;
    top: -30px;
}
#message ul li:nth-child(3) .honbun .inner .uriage {
    right: -10px;
    top: -30px;
}
#message ul li .honbun .inner h3 {
    font-size: 2.0rem;
}
#environment h3 {
    font-size: 1.7rem;
}
#environment .queslist {
    width: 94%
}
#environment .queslist li {
    width: 40.5%;
    margin-right: 3%;
    padding: 30px 4% 90px;
}
#environment .queslist li a {
    width: 84%;
    margin: 0 8%
}
#environment .numlist {
    width: 94%;
}
#environment .numlist li {
    float: left;
    width: 24.25%;
    margin-right: 1%;
    margin-bottom: 1%;
}
#faq .qa-list {
    width: 94%;
}
#faq .qa-list dl dd {
    padding: 15px 20px;
}
#faq .qa-list dl::before {
    right: 15px;
}
#company ul {
    width: 100%
}
#company ul li:nth-child(1), #company ul li:nth-child(2) {
    padding-bottom: 0px;
}
#company ul li:nth-child(2) {
    padding-right: 3%;
    width: 45%
}
#appli .inner , #requ .inner {
    width: 94%;
}
#requ .inner dl dt {
    width: 15%;
}
#requ .inner dl dd {
    margin-left: 15%;
}
.inner1000 {
    width: 94%;
}
.company-contents .inner1000 .c-box1 {
    width: 43%;
}
.company-contents .inner1000 .c-box2 {
    width: 43%;
}
.company-contents .inner1000 .c-box2 img.iso {
    margin: 0;
    width: 117px;
}
.company-contents .inner1000 .c-box2 p {
    margin-bottom: 0px;
    overflow: hidden;
}
.company-contents .inner1000 .c-box2 table {
    margin-bottom: 3%
}
}

@media only screen and (max-width:767px) {
#cs_about, #message, #summary {
    padding: 50px 0;
}
#cs_fuan {
    padding: 50px 0 30px;
}
#cs_fuan2 {
    padding: 30px 0 30px;
}
#feat02 , #feat03 {
    padding: 50px 0 0;
}
#feat04 {
    padding: 50px 0;
}
#job {
    padding: 50px 0;
}
#faq {
    padding: 50px 0;
}
#requ, #environment {
    padding: 0 0 50px;
}
#company {
    padding: 50px 0;
}
#appli {
    padding: 50px 0 0;
}
#csmain .mv_btn {
    bottom: 8%;
}
#csmain .mv_btn .formlink {
    padding: 20px 0px;
    width: 320px;
}
.anchorlist {
    display: none
}
#cs_fuan .fuantxt {
    margin-bottom: 8%;
    font-size: 1.8rem;
    letter-spacing: -1px;
}
#cs_fuan ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 2%;
    padding: 8%;
}
#cs_fuan ul li .fuanimg {
    position: relative;
    padding-top: 10%;
    width: 100%;
text-align: center;
}
#cs_fuan2 h2 {
    font-size: 1.6rem;
}
#cs_fuan2 h3 {
    font-size: 2.8rem;
}
#feat01 ul {
    width: 94%;
}
#feat01 ul li {
    padding: 5% 5% 0;
    width: 90%;
    margin-right: 0%;
}
#feat01 ul li:nth-child(1) {
order: 1
}
#feat01 ul li:nth-child(2){
order: 3
}
#feat01 ul li:nth-child(2) .midashi {
    margin-bottom: 10px;
}
#feat01 ul li:nth-child(3){
order: 5
}
#feat01 ul li:nth-child(4){
order: 2;
margin-bottom: 4%;
padding: 5% 5% 10%;
}
#feat01 ul li:nth-child(5){
order: 4;
margin-bottom: 4%;
    padding: 5% 5% 10%;
}
#feat01 ul li:nth-child(6){
order: 6;
    padding: 5% 5% 10%;
}
#feat02 .inner .koyou ul li {
    width: 100%;
    float: none;
    margin-right: 0;
}
#feat03 ul li , #feat04 ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 7%;
    float: none;
}
#feat03 ul li:last-child , #feat04 ul li:last-child {
    margin-bottom: 0
}
#job .jpblist01 , #job .jpblist02 {
    display: none
}
#job .workflow {
    display: block;
    width: 94%;
    margin: 0 auto
}
#message ul {
    width: 100%;
}
#message ul li {
    background-size: 83% !important;
    padding-top: 170px;
    padding: 45% 4% 0 4%
}
#message ul li .honbun {
    width: 80%;
    background: #2D457C;
    color: white;
    padding: 5%;
    float: right;
}
#message ul li .honbun .inner h3 {
    font-size: 1.8rem;
}
#message ul li .honbun .inner .uriage {
    right: -10%;
    top: -7%;
    font-size: 1.4rem;
    padding: 12px;
}
#message ul li:nth-child(3) .honbun .inner .uriage {
    right: -10%;
    top: -7%;
}
#message ul li .honbun .inner .uriage span {
    font-size: 3.0rem;
}
#message ul li .honbun .inner .uriage span span {
    font-size: 1.8rem;
}
#message ul li:nth-child(1) {
    background-position: left 15px top !important;
    background: url("../images/saiyou2/senpai1_sp.jpg") no-repeat
}
#message ul li:nth-child(2) {
    background-position: right 15px top !important;
    background: url("../images/saiyou2/senpai2_sp.jpg") no-repeat
}
#message ul li:nth-child(2) .honbun {
    width: 80%;
background: #2D457C;
color: white;
padding: 5%;
float: left;  
}
#message ul li:nth-child(3) {
    background-position: left 15px top !important;
    background: url("../images/saiyou2/senpai3_sp.jpg") no-repeat
}
#message .ttl2 {
    line-height: 1.2;
font-size: 4.0rem;
padding-top: 10px;
}
#environment h3 {
    width: 94%;
    margin: 0 auto 3%;
    font-size: 1.6rem;
}
#environment .queslist li {
    width: 100%;
    margin-right: 0;
    padding: 30px 4% 90px;
}
#environment ul li:last-child {
    margin-bottom: 0;
}
#environment .queslist li a {
    width: 92%;
    margin: 0 4%;
}
#environment .numlist li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
}
#environment .numlist li:nth-child(2n) {
    margin-right: 0;
}
#faq .qa-list dl::before {
    right: 15px;
    top:32px
}
#company ul {
    width: 94%;
    margin: 0 auto
}
#company ul li:nth-child(1), #company ul li:nth-child(2) {
    padding-bottom: 5px;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
}
#company ul li:nth-child(2) h3 {
    font-size: 2.2rem;
}
#company ul li:nth-child(3), #company ul li:nth-child(4) {
    text-align: center;
    background: white;
    padding: 20px;
    width: 100%;
    background: #EDEFF3;
}
#company ul li:nth-child(3) .company_copy, #company ul li:nth-child(4) .company_copy {
    font-size: 2.6rem;
}
#requ .inner {
    width: 85%;
}
#requ .inner dl dt {
    width: 27%;
}
#requ .inner dl dd {
    margin-left: 27%;
}
.company-contents {
    font-size: 1.2rem;
}
.company-contents .inner1000 h3 {
    margin-bottom: 20px;
}
.company-contents .inner1000 h3 img {
    width: 65%
}
.company-contents .inner1000 .c-box1 , .company-contents .inner1000 .c-box2 {
    width: 100%;
    float: none
}
.company-contents .inner1000 .c-box1 {
    margin-bottom: 20px
}
.company-contents .inner1000 .c-box2 {
    position: relative;
    font-size: 1.0rem;
}
.company-contents .inner1000 .c-box2 table {
    margin-bottom: 0%;
}
.company-contents .inner1000 .c-box2 table tr th {
    width: 55px;
}
.company-contents .inner1000 .c-box2 p {
    position: absolute;
    right: 0;
    bottom: 0
}
}

/* PC */
.pc { display: block !important; }
.sp { display: none !important; }
.spbr {display: none}
/* TB */
@media screen and (max-width: 896px) {
.spbr {display: inline}
}
.spbr2 {display: none}
.spbr3 {display: none}
/* SP */
@media only screen and (max-width:767px){
.pc { display: none !important; }
.sp { display: block !important; }
.spbr2 {display: none}
.spbr3 {display: block !important}
}

