@charset "UTF-8";
/*
##################################################################
#################################

	#######  SETTING  #########

#################################
##################################################################
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/*
@media all and (max-width:$sp_width) { // sp
}
@media all and (min-width:$pc_width) { // pc
}
*/
/* PC,SP width setting */
.foot--contact_area.outsourcing .wrapper-btn {
  margin-top: 0;
}
@media all and (max-width: 768px) {
  .foot--contact_area.outsourcing .wrapper-btn {
    margin-top: 20px;
  }
}
.foot--contact_area.outsourcing .wrapper-btn .link {
  position: relative;
  margin: 30px 10px 0;
  padding: 15px;
  width: 314px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #13317f;
}
@media all and (max-width: 768px) {
  .foot--contact_area.outsourcing .wrapper-btn .link {
    margin: 10px 10px 0;
    width: 100%;
    max-width: 314px;
    font-size: 1.4rem;
  }
}
.foot--contact_area.outsourcing .wrapper-btn .link * {
  color: #13317f;
}
.foot--contact_area.outsourcing .wrapper-btn .link span {
  margin-left: 5px;
  padding: 0 0 4px 30px;
  display: inline-block;
  background-image: url(../../img/common/icon-tel-blue.png);
  background-position: center left;
  background-size: 24px;
  background-repeat: no-repeat;
  font-weight: 700;
  font-size: 3rem;
}
.foot--contact_area.outsourcing .wrapper-btn .link b {
  font-weight: 700;
  font-size: 2.4rem;
}
@media all and (max-width: 768px) {
  .foot--contact_area.outsourcing .wrapper-btn .link b {
    font-size: 2.1rem;
  }
}
.foot--contact_area.outsourcing .wrapper-btn .link .img {
  position: absolute;
  bottom: -60px;
  right: -100px;
  width: 217px;
}
@media all and (max-width: 768px) {
  .foot--contact_area.outsourcing .wrapper-btn .link .img {
    bottom: -50px;
    right: -20px;
    width: 145px;
  }
}
.foot--contact_area.outsourcing .wrapper-btn .link.tal {
  justify-content: flex-start;
}

.outsourcing-cases {
  padding: 80px 0 140px;
}
@media all and (max-width: 768px) {
  .outsourcing-cases {
    padding: 50px 0 80px;
  }
}
.outsourcing-cases .content {
  margin-top: 30px;
}
.outsourcing-cases .content .item {
  padding: 30px;
  border: 2px solid #13317f;
  border-radius: 10px;
}
@media all and (max-width: 768px) {
  .outsourcing-cases .content .item {
    padding: 20px 15px;
  }
}
.outsourcing-cases .content .item + .item {
  margin-top: 60px;
}
@media all and (max-width: 768px) {
  .outsourcing-cases .content .item + .item {
    margin-top: 30px;
  }
}
.outsourcing-cases .content .item h3 {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 2.4rem;
  color: #13317f;
}
@media all and (max-width: 768px) {
  .outsourcing-cases .content .item h3 {
    margin-bottom: 20px;
    font-size: 1.9rem;
  }
}
.outsourcing-cases .content .item .ttl {
  margin-bottom: 20px;
  padding: 3px 10px 5px;
  border-left: 3px solid #13317f;
  line-height: 1;
  font-weight: 500;
  font-size: 1.8rem;
  color: #13317f;
}
.outsourcing-cases .content .item .work {
  margin-bottom: 35px;
  padding: 15px 20px;
  background-color: #f0f0f0;
}
@media all and (max-width: 768px) {
  .outsourcing-cases .content .item .work {
    padding: 15px;
  }
}
.outsourcing-cases .content .item .work h4 {
  font-weight: 700;
  font-size: 1.8rem;
  color: #237dd7;
}
.outsourcing-cases .content .item .work h4 + .txt {
  margin-top: 5px;
}
.outsourcing-cases .content .item .work .txt {
  font-weight: 400;
  font-size: 1.7rem;
  color: #237dd7;
}
@media all and (max-width: 768px) {
  .outsourcing-cases .content .item .work .txt {
    font-size: 1.4rem;
  }
}
.outsourcing-cases .content .item .work .txt + h4, .outsourcing-cases .content .item .work .txt + .txt {
  margin-top: 15px;
}
.outsourcing-cases .content .item .intro {
  margin-bottom: 35px;
  line-height: 1.733;
}
.outsourcing-cases .content .item .intro p + p {
  margin-top: 15px;
}
.outsourcing-cases .content .item .fixed .txt {
  line-height: 1.733;
}
.outsourcing-cases .content .item .fixed .txt img {
  max-width: 100%;
  height: auto;
}
.outsourcing-cases .content .item .fixed .txt p + p {
  margin-top: 15px;
}
.outsourcing-cases .content .item .fixed .txt + .ttl {
  margin-top: 35px;
}
.outsourcing-cases .content .item .fixed + .work {
  margin-top: 40px;
}
.outsourcing-cases .content .item .org {
  margin-top: 45px;
  padding: 0 20px 15px;
  background-color: #f0f0f0;
}
@media all and (max-width: 768px) {
  .outsourcing-cases .content .item .org {
    padding: 0 10px 15px;
  }
}
.outsourcing-cases .content .item .org .ttl {
  margin-left: -20px;
}
@media all and (max-width: 768px) {
  .outsourcing-cases .content .item .org .ttl {
    margin-left: -10px;
  }
}
.outsourcing-cases .content .item .org .org-content p {
  line-height: 1.733;
}
.outsourcing-cases .content .item .org .org-content p + p {
  margin-top: 15px;
}
.outsourcing-cases .content .item .org .org-content ul li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}
.outsourcing-cases .content .item .org .org-content ul li::before {
  content: "●";
}
.outsourcing-cases .btn {
  width: 300px;
}
@media all and (max-width: 768px) {
  .outsourcing-cases .btn {
    width: 255px;
    height: 50px;
    line-height: 48px;
  }
}

.page--ict-outsourcing-document .pages--content .sec-service {
  position: relative;
/*  background-color: #f0f0f0;*/
}
.page--ict-outsourcing-document .pages--content .sec-service:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #fff;
}
@media all and (max-width: 768px) {
  .page--ict-outsourcing-document .pages--content .sec-service:before {
    height: 110px;
  }
}
.page--ict-outsourcing-document .pages--content .sec-service .inner {
  position: relative;
}
.page--ict-outsourcing-document .pages--content .sec-service .ttl {
    margin: 1.8em 0 30px;
  text-align: center;
  font-size: 3rem;
  color: #13317f;
  font-weight: 500;
}
@media all and (max-width: 768px) {
    .page--ict-outsourcing-document .pages--content .sec-service .ttl {
    font-size: 2.3rem;
        margin-top: 1.8em;
  }
}
.document_text {
    width: 70%;
    margin: 2.5em auto;
    font-size: 1.6rem;
    }
@media all and (max-width: 768px) {
    .document_text {
        width: 100%;
        font-size: 1.6rem;
        margin: 2.5em auto 1.8em;
    }
}
/****************************************

Contact Form7

*****************************************/
.wpcf7 {
    width: 100%;
    padding-left: 15%;
    margin-bottom: 5em;
}
.wpcf7-form textarea {
    min-width: 95%;
    /*本文*/
    max-width: 100%;
}
.wpcf7-form .wpcf7-submit {
    width: 50px !important;
    /*送信ボタン*/
}
.wpcf7 p {
    line-height: 2.0;
    /*項目間の隙間*/
    padding-top: 5px;
}
.wpcf7-form input {
    width: 80% !important;
    height: 45px;
    margin-bottom: 10px;
    border: solid 1px #888;
    /*ラジオボタン、チェックボタン*/
}
.contact_p_strong {
    border-top: 1px dotted #999;
    font-weight: bold;
    margin-top: 15px;
    padding-top: 15px !important;
}
.normal {
    font-weight: normal;
}
.wpcf7-submit {
    margin-top: 10px;
}
.wpcf7-response-output {
    font-size: 1.6em;
}
input.wpcf7c-conf, textarea.wpcf7c-conf {
    background: #eee !important;
    border: solid 1px #eee;
    color: #666;
}
span.wpcf7-list-item {
    margin: 0;
    display: inline-block;
}
.wpcf7-list-item-label {
    float: right;
    margin: 20px 0 0 10px;
}
.wpcf7-form-control wpcf7-checkbox {
    width: 40px !important;
    height: 40px !important;
}
.wpcf7 input[type="checkbox"] {
    margin-top: 15px;
    width: 40px !important;
    height: 40px !important;
}

.wpcf7 input[type="checkbox"]:checked {
    width: 40px !important;
    height: 40px !important;
    /*    background: #5693f6;*/
    background: url(../../img/ict-outsourcing/check.svg) no-repeat top 50% left 50%;
    background-size: 70%;
}
.wpcf7 input[type="submit"] {
    width: 200px !important;
    height: 65px !important;
    padding:15px;
    border-radius:3px;
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;
    border: none;
    box-shadow: 0 3px 0 #ddd;
    background: #fff;
    color: #13317f;
    border: solid 1px #ccc;
    letter-spacing: 0.08em;
    font-weight: 550;
    font-size: 1.13em;
    transition: 0.3s;
    margin-top: 20px;
}
.wpcf7 input[type="submit"]:hover {
    background: #13317f;
    color: #fff;
    transform: translate3d(0px, 3px, 1px);
    -webkit-transform: translate3d(0px, 3px, 1px);
    -moz-transform: translate3d(0px, 3px, 1px);
}
.wpcf7 input[type="button"] {
    width: 200px !important;
    height: 60px !important;
    padding:15px;
    border-radius:3px;
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;
    border: none;
    box-shadow: 0 3px 0 #ddd;
    background: #fff;
    color: #303030;
    border: solid 1px #ccc;
    letter-spacing: 0.08em;
    font-weight: 550;
    font-size: 0.8em;
    transition: 0.3s;
    margin-top: 20px;
}
.wpcf7 input[type="button"]:hover {
    background: #5693f6;
    color: #fff;
    transform: translate3d(0px, 3px, 1px);
    -webkit-transform: translate3d(0px, 3px, 1px);
    -moz-transform: translate3d(0px, 3px, 1px);
}
.inv-recaptcha-holder {
    margin: 25px 0 -40px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #5693f6;
    margin-top: 80px!important;
    width: 80%!important;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #5693f6;!important;
    margin-top: 80px!important;
    width: 80%!important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #5693f6;
    margin-top: 80px!important;
    width: 80%!important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #5693f6;
    margin-top: 80px!important;
    width: 80%!important;
}
.wpcf7 form.spam .wpcf7-response-output {
    border-color: #5693f6;
    margin-top: 80px!important;
    width: 80%!important;
}
.rc-anchor-invisible-text.smalltext {
    font-size: 12px!important;
    padding: 0 10px!important;
    line-height: 16px!important;
    white-space: normal!important;
}
.rc-anchor-invisible-text {
    background: #5693f6!important;
    color: #303030!important;
    display: flex!important;
    flex-basis: 166px!important;
    flex-direction: column!important;
    flex-grow: 1!important;
    font-family: Roboto,helvetica,arial,sans-serif!important;
    font-size: 13px!important;
    font-weight: 400!important;
    height: 100%!important;
    justify-content: center!important;
    line-height: 20px!important;
    padding: 0 16px!important;
    white-space: nowrap!important;
}
.rc-anchor-invisible-text.smalltext .rc-anchor-pt a:link {
    font-size: 9px!important;
}
.rc-anchor-invisible-text .rc-anchor-pt a:link, .rc-anchor-invisible-text .rc-anchor-pt a:visited {
    color: #303030!important;
    font-size: 10px!important;
}
.wpcf7-not-valid-tip {
    margin-left: 1em;
}
#wpcf7-f5-p127-o1-ve-your-name,#wpcf7-f5-p127-o1-ve-your-name-kana,#wpcf7-f5-p127-o1-ve-your-email,#wpcf7-f5-p127-o1-ve-your-message {
    display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #227DD6!important;
    width: 78% !important;
    font-size: 1.2em;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #D62A51!important;
    width: 78% !important;
    font-size: 1.2em;
}
.red_text {
    color: #D62A51;
}
.blue_text {
    color: #13317f;
}
/* スマホ */
@media screen and (max-width: 767px) {
    .wpcf7 {
        width: 100%;
        padding: 0;
        margin-bottom: 5em;
    }
    .wpcf7-form textarea {
        width: 100% !important;
        /*本文*/
    }
    .wpcf7-form input {
        width: 100% !important;
        height: 45px;
        margin-bottom: 10px;
        /*ラジオボタン、チェックボタン*/
    }
    span.wpcf7-list-item {
        margin: 0;
    }
    .wpcf7-list-item-label {
        float: right;
        margin: 20px 0 0 10px;
    }
    .wpcf7 form.sent .wpcf7-response-output {
        border-color: #227DD6!important;
        width: 94%!important;
        font-size: 1.2em;
    }
    .wpcf7 form.invalid .wpcf7-response-output {
        border-color: #D62A51!important;
        width: 94%!important;
        font-size: 1.2em;
    }
}