/* -------- reset -------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#main {
    width: 100%;
    float: none;
}
#sideNavi {
    display: none;
}
ul {
  list-style: none;
  padding-left: 0;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: none;
}
a {
    color: #333333;
    text-decoration: none;
}
.newgraduate.private_rec #footer, #header, #index .main-visual {
    min-width: 0;
}

body.newgraduate.private_rec {
    padding-bottom: 0;
    border-top: none;
}
/* -------- common -------- */

.newgraduate #index {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    font-family: "Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","Meiryo","メイリオ","MS Pゴシック",sans-serif;overflow-x: hidden;
}

@media screen and (max-width: 769px) {
    .newgraduate .header-sp, .newgraduate .footer-sp {
        display: block;
    }
    .newgraduate .header-pc, .newgraduate .footer-pc{
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .newgraduate .header-pc, .newgraduate .footer-pc{
        display: block;
    }
    .newgraduate .header-sp, .newgraduate .footer-sp, .tb_br{
        display: none;
    }
    .newgraduate #index {
        padding-top: 24px;
    }
}@media screen and (min-width: 375px) {
    .sp_br{
        display: none;
    }
}



/* -------- header -------- */

#header {
    padding-top:10px;
}

.newgraduate.private_rec #header div.inner {
    width: 100%;
}
.newgraduate.private_rec #header .logo {
    padding-bottom: 0;
    width: 240px;
}

.header-contact {
  padding-bottom: 10px;
  border-bottom: 3px solid #2DBD4A;
}

.header-contact img{
  width: 100%;
  height: auto;
}
.header-contact .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 1160px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
    }

.header-contact .box-left {
width: 470px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.header-contact .box-left .logo {
display: table-cell;
vertical-align: bottom;
width: 240px;
padding-right: 15px;
}
.header-contact .box-left .catch {
width: 200px;
padding-top:3px;
}
.header-contact .box-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
top: 4px;
text-align: right
}
.header-contact .box-right .slogan {
font-size: 14px;
font-weight: 500;
color: #707070;
display: block;
}
@media screen and (max-width: 768px) {
    #header.header-contact .box-left .logo {
        width: 110px;
    }
    #header.header-contact .box-left .catch{
        display: none;
    }
    #header.header-contact .box-right {
        min-width: 176px;
    }
    #header.header-contact .box-right .slogan {
        font-size: 11px;
    }
}

/* -------- MV -------- */

.newgraduate .main-visual {
    background-image: url("../img/newgraduate_bgobject_PC.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1980px auto;
    width: 100%;
}
.newgraduate .main-visual .inner {
    display: table;
    padding: 0 80px;
    margin: 0 auto;
    align-items: center;
    align-self: stretch;
    position: relative;
}
.newgraduate .newgraduate-mv {
    margin: 56px 0;
    max-height: 340px;
    align-items: center;
    margin-left: 524px;
}

@media screen and (max-width: 768px) {
    .newgraduate .main-visual {
        background-image: url("../img/newgraduate_bgobject_SP.svg");
        background-size: 1140px auto;

        display: flex;
        gap: 24px;
        padding: 24px 0;
        min-height: 624px;
    }
    .newgraduate .main-visual .inner {
        display: table;
        padding: 24px 0;
        margin: 0 auto;
        align-items: center;
        align-self: stretch;
        position: relative;
    }
    .newgraduate .newgraduate-mv {
        margin: 0 0 56% 0;
        width: 100%;
        height: auto;
        align-self: stretch;
        max-height: none;

        display: block;
    }
}
@media screen and (max-width: 560px) {
    .newgraduate .newgraduate-mv {
        margin-bottom: 100%;
    }
}
@media screen and (max-width: 420px) {
    .newgraduate .main-visual {
        max-height: 720px;
    }
}


/* -------- form -------- */
.private_rec #index .form-box .check-list li:nth-child(3), 
.private_rec #index .form-box .check-list li:nth-child(4) {
    display: none;
}

input[type=email],input[type=tel], input[type=text],.newgraduate #index textarea {
    width: 100%;
    border-radius: 5px;
    border: 2px solid #2cbc4b;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .private_rec #index .main-visual .form-box .form-box-size {
        width: 100%;
    }
    .private_rec #index .form-box {
        width: 92%;
        margin: 64% auto;
        top: 0;
        left: 0;
        right: 0;
    }
    .newgraduate-mv::after {
        content: "";
        width: 92%;
        height: 100%;
    }
    .checkbox-wrap .checkbox:after {
        left: 8px;
    }
    .checkbox-wrap .checkbox.pd-10 {
        padding-left: 32px;
    }
    .private_rec #index .form-box .form-intro dt {
        font-size: 14px;
    }
}

/* -------- messege -------- */

.messege {
    color: #333; 

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 60px 40px;
    max-width: 1116px;
}

.messege h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 150%; 
}
.green {
    color: #2CBC4B;
}
.orenge {
    color: #E7711B;
}

.messege p {
    font-size: 17px;
    font-weight: 700;
    line-height: 150%;
}
.yellow-border {
    background: linear-gradient(transparent 55%, #FFE451 45%);
    display: inline;
    padding: 0 2px;
}

.balloon-container {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 24px 0;
}

.second_row {
    display: flex;
    align-items: center;
    gap: 24px;
}

.messege .green-balloon {
    background: #36BB51;
    border-radius: 4px;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;

    color: #FFF;
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 1.8px;
}
.messege .gray-balloon {
    background: #A0A0A0;
    border-radius: 4px;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;

    color: #FFF;
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 1.8px;
}
@media screen and (max-width: 800px) {
    .balloon-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin: 16px 0;
    }
    .second_row {
        display: flex;
        align-items: center;
        gap: 8px;
    }
}
@media screen and (max-width: 768px) {
    .messege {
        margin-top: 8%;
        padding: 24px;
    }
}
@media screen and (max-width: 560px) {
    .messege {
        margin-top: -16%;
    }
}
@media screen and (max-width: 490px) {
    .messege {
        margin-top: -8%;
    }
}
@media screen and (max-width: 480px) {
    .messege h2 {
        font-size: 24px;
    }
    .messege p {
        font-size: 16px;
    }
    .messege .green-balloon {
        background: #36BB51;
        border-radius: 4px;
        padding: 2px 8px;
        justify-content: center;
        align-items: center;

        color: #FFF;
        font-size: 14px;
        line-height: 170%;
        letter-spacing: 1.4px;
    }
    .messege .gray-balloon {
        background: #A0A0A0;
        border-radius: 4px;
        padding: 2px 8px;
        justify-content: center;
        align-items: center;

        color: #FFF;
        font-size: 14px;
        line-height: 170%;
        letter-spacing: 1.4px;
    }
    .messege .sub-txt {
        font-size: 12px;
    }
}
@media screen and (max-width: 438px) {
    .messege {
        margin-top: 0%;
    }
}
@media screen and (max-width: 400px) {
    .messege {
        margin-top: 8%;
    }
}
@media screen and (max-width: 390px) {
    .messege {
        gap: 16px;
        width: auto;
    }
}

/* -------- flow -------- */

.ttl_03 {
    padding: 5px 5px 5px 15px;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 30px;
    background: #2cbc4b;
    border-radius: 3px;
    color: #fff;
}

.flow {
    width: 1100px;
}
.agentBalloon__flowBody {
    padding: 30px 30px 10px;
    background: #e0f7e5;
    border-radius: 0 0 4px 4px;
}

.agentBalloon__flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -11px;
}

.agentBalloon__flowItem {
    width: 33.3%;
    padding: 0 11px;
}

.agentBalloon__flowItemInner {
    margin: 0 0 20px;
    padding: 19px 19px 15px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #2cbc4b;
    height: 310px;
    position: relative;
}

.agentBalloon__flowItemInner:after {
    content: "";
    position: absolute;
    right: -39px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 19px solid #2cbc4b;
    border-bottom: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
}

.agentBalloon__flowItemInner.-arrowHidden:after {
    content: none;
}

.agentBalloon__flowText {
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.agentBalloon__flowPoint {
    background-color: #36bb51;
    color: #fff;
    border-radius: 50px;
    padding: 3px 11px 2px;
    line-height: 1.3;
    font-size: 14px;
    display: inline-block;
    font-weight: 700;
}

.agentBalloon__flowTitle {
    font-size: 16px;
    color: #149931;
    font-weight: bold;
    padding-bottom: 4px;
    line-height: 1.38;
    padding: 7px 0 12px;
    text-align: center;
}

.agentBalloon__flowTitle span {
    font-size: 12px;
    letter-spacing: 0;
}

.agentBalloon__flowImage {
    text-align: center;
    padding: 21px 0 14px;
}

.agentBalloon__flowImage.-step1 img {
    height: 120px;
}

.agentBalloon__flowImage.-step3 img {
    height: 115px;
}

.agentBalloon__flowImage.-step4 img {
    height: 120px;
}

.agentBalloon__flowImage.-step5 img {
    height: 98px;
}

.agentBalloon__flowImage.-step6 img {
    height: 105px;
}

.agentBalloon__flowDesc {
    width: 286px;
    font-feature-settings: "palt";
    text-align: justify;
    letter-spacing: 0.84px;
    position: absolute;
    top: 239px;
    left: 20px;
    right: 17px;
    font-size: 17px;
}

@media screen and (max-width: 768px) {
    .ttl_03 {
        padding: 5px;
        font-size: 17px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 15px;
        background: #2cbc4b;
        border-radius: 3px;
        color: #fff;
    }
    .txt {
        font-size: 17px;
        line-height: 1.7;
    }
    .flow {
        width: 100%;
    }
    .agentBalloon__flowBody {
        padding: 20px 16px;
        background: #e0f7e5;
        letter-spacing: -0.26px;
    }
    .agentBalloon__flow {
        flex-direction: column;
        align-items: center;
        align-self: stretch;
    }
    .agentBalloon__flowItem {
        align-items: center;
        align-self: stretch;
        width: auto;
    }
    .agentBalloon__flowItemInner {
        height: auto;
        margin: 0 0 20px;
        padding: 16px 14px 15px;
        background: #fff;
        border-radius: 4px;
        border: 1px solid #2cbc4b;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .agentBalloon__flowText {
        border-bottom: 0;
        text-align: left;
    }
    .agentBalloon__flowItemInner:after {
        content: "";
        position: absolute;
        left: 50%;
        right: 50%;
        top: 100%;
        bottom: -30px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-top: 14px solid #2cbc4b;
        border-left: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 15px solid transparent;
    }
    .agentBalloon__flowItemInner.-arrowHidden:after {
        content: none;
    }

    .agentBalloon__flowPoint {
        font-size: 14px;
        background-color: #36bb51;
        color: #fff;
        border-radius: 50px;
        padding: 3px 11px 2px;
        line-height: 130%;
        display: inline-block;
        font-weight: 700;
    }

    .agentBalloon__flowTitle {
        font-size: 16px;
        color: #149931;
        font-weight: bold;
        padding-bottom: 4px;
        line-height: 1.38;
        padding: 7px 0 12px;
        text-align: center;
    }

    .agentBalloon__flowTitle span {
        font-size: 12px;
    }

    .agentBalloon__flowImage {
        text-align: center;
        padding: 0 18px;
    }

    .agentBalloon__flowImage.-step1 img {
        height: 100px;
    }

    .agentBalloon__flowImage.-step3 {
        padding: 13px 0;
    }

    .agentBalloon__flowImage.-step3 img {
        height: 73px;
    }

    .agentBalloon__flowImage.-step4 {
        padding: 0 7px;
    }

    .agentBalloon__flowImage.-step4 img {
        height: 100px;
    }

    .agentBalloon__flowImage.-step5 {
        padding: 20px 0;
    }

    .agentBalloon__flowImage.-step5 img {
        height: 63px;
    }

    .agentBalloon__flowImage.-step6 {
        padding: 8px 0;
    }

    .agentBalloon__flowImage.-step6 img {
        height: 68px;
    }

    .agentBalloon__flowDesc.txt {
        font-size: 13px;
        line-height: 1.7;
        font-feature-settings: "palt";
        text-align: justify;
        position: absolute;
        top: 74px;
        left: 14px;
        width: 50%;
    }
    @media screen and (max-width:320px) {
        .agentBalloon__flowBody {
            margin: 0 -15px 20px;
        }
        .agentBalloon__flowItemInner {
            padding: 12px 9px 11px;
        }
        .agentBalloon__flowImage {
            padding: 12px 0;
        }
        .agentBalloon__flowDesc {
            width: 55%;
        }
        .agentBalloon__flowImage.-step1 img {
            height: 84px;
        }
        .agentBalloon__flowImage.-step3 {
            padding: 21px 0;
        }
        .agentBalloon__flowImage.-step3 img {
            height: 63px;
        }
        .agentBalloon__flowImage.-step4 {
            padding: 6px 0;
        }
        .agentBalloon__flowImage.-step4 img {
            height: 95px;
        }
        .agentBalloon__flowImage.-step5 {
            padding: 26px 0;
        }
        .agentBalloon__flowImage.-step5 img {
            height: 54px;
        }
        .agentBalloon__flowImage.-step6 {
            padding: 12px 0;
        }
        .agentBalloon__flowImage.-step6 img {
            height: 63px;
        }
    }
}

/* -------- add-btn -------- */

.add-btn {
    margin: 0 auto 40px;
}

.btn {
  display: block;
  width: 100%;
  border: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7a060+0,e7711b+100 */
  background: #f7a060;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f7a060), to(#e7711b));
  background: -o-linear-gradient(top, #f7a060 0%, #e7711b 100%);
  background: linear-gradient(to bottom, #f7a060 0%, #e7711b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7a060', endColorstr='#e7711b',GradientType=0 );
  /* IE6-9 */
  font-size: 18px;
  color: #FFF;
  text-align: center;
  position: relative;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.btn:focus {
  outline: none;
}

.btn::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.add-btn a {
  text-decoration: none;
}

.add-btn .btn::after {
  width: 14px;
  height: 14px;
  margin-top: -8px;
  right: 30px;
}

.add-btn .wh-bnr {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
    background: #FFF;
    color: #de7121;
    line-height: 1.5;
    padding: 2px 16px 0;
    border-radius: 50px;
    margin-left: -26px;
    margin-right: 10px;
    font-size: 16px;
}

.add-btn .free-label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
  background: #FFF;
  color: #de7121;
  line-height: 1.5;
  padding: 2px 10px 0;
  border-radius: 50px;
    margin-left: -26px;
  margin-right: 10px;
    min-width: 85px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
    .add-btn a.sp {
        text-align: left;
        font-size: 18px;
        line-height: 1.3
    }
    .add-btn {
        display: block;
        float: left;
        font-size: 14px;
        color: #e7711b;
        background: #ffffff;
        border-radius: 20px;
        margin: 0 auto 40px;
        width: 360px;
        align-items: center;
    }
    .add-btn .btn::after {
        width: 10px;
        height: 10px;
        transform: rotate(45deg);
        top: 52%;
        right: 18px;
    }

    #index .add-btn .btn {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        padding-left: 0;
        }

    .add-btn .wh-bnr {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 3px;
        background: #FFF;
        color: #de7121;
        line-height: 1.5;
        padding: 2px 16px 0;
        border-radius: 50px;
        margin-left: -26px;
        margin-right: 10px;
        font-size: 14px;
        position: relative;
        left: 0;
    }
}

/* -------- footer -------- */

footer{
    width:100%;
    padding:16px 0;
    background:rgba(224, 247, 229, 0.5);
}
footer #caution{
    width:90%;
    margin:0 auto;
    padding:20px 80px;
    border:1px solid #d6d6d6;
    margin-bottom:40px;
}

footer #caution .logo_list{
    text-align: center;
    display: flex;
}
footer #caution .logo_list .logo_listitem {
    display: flex;
    align-items: center;
    margin: 0 auto;
}
footer #caution .logo_list .logo_listitem img{
    max-width: 60%;
}
footer #caution .logo_list .logo_listitem .mark03,footer #caution .logo_list .logo_listitem .mark02{
    pointer-events: none;
}
footer #caution .logo_list .logo_listitem a{
    float: left;
}
footer #caution .logo_list .logo_listitem .disabled{
    pointer-events: none;
}

footer #caution .description{
    width: 64%;
    text-align: left;}
footer #caution .description h3{
    display: block;
    line-height: 1.8;
    font-size: 14px;
    text-align: left;
    font-weight: 700;
}
footer #info{
    overflow:hidden;
    margin:0 auto;
    width:90%;
}
footer #info .company01{
    float:left;
}
footer #info .company02{
    float:right;
}
footer #info .company01 p{
    color:#333;
    font-size:12px;
}
footer #info .company02 .footer_link a:first-child{
    margin-right:20px;
}
footer #info .company02 .footer_link a{
    font-size:12px;
    text-decoration:underline;
}
footer #info .company02 .copyright{
    padding:0!important;
    color:#333;
    font-size:12px;
    text-align:left!important;
}

@media screen and (max-width: 768px){
    footer #info .company02{
        float: none;
    }
    .newgraduate.private_rec footer #caution{
        padding:0;
        border: solid 0.5px #d6d6d6;
    }
    footer #caution .logo_list{
        flex-direction: column;
    }
    footer #caution .logo_list .logo_listitem {
        width: 100%;
        display: flex;
        align-items: center;
        border: solid 0.5px #d6d6d6;
        padding: 10px 10px 10px 2px;
    }
    footer #caution .mark02 {
        margin: 0 -5px;
    }
    footer #caution .description h3 {
        font-size: 12px;
    }
    footer #info{
        display: flex;
        flex-direction: column;
    }
}