@charset "UTF-8";
@media screen and (min-width:769px) {
  #new_graduate .rec_bgbox {
    padding: 165px 0;
    background: #FAFAFA;
  }
  #new_graduate .recruitcont {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 0;
  }
  #new_graduate .recruitcont::after {
    content: "";
    width: calc(100% - ((100% - 1000px) / 2) + 75px);
    height: calc(100% - 2.8rem);
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  #new_graduate .recruitcont .innerbox {
    width: 1000px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
  }
  #new_graduate .recruitcont .innerbox.box2 {
    width: 100%;
  }
  #new_graduate .recruitcont .innerbox .tlbox {
    margin: 0 0 70px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #new_graduate .recruitcont .innerbox .tlbox .mtl {
    font-size: 5.6rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.4rem;
    margin: 0 0 20px 0;
  }
  #new_graduate .recruitcont .innerbox .tlbox .subtl {
    font-size: 2.2rem;
    line-height: 3.2rem;
    font-weight: 600;
    margin: 0 0 30px 0;
  }
  #new_graduate .recruitcont .innerbox .tlbox .tx {
    font-size: 1.5rem;
    line-height: 2.4rem;
    letter-spacing: 0.1rem;
  }
  #new_graduate .recruitcont .innerbox .flexcont {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #new_graduate .recruitcont .innerbox .flexcont .txcont {
    width: 50%;
    box-sizing: border-box;
    padding: 0 40px 0 calc((100% - 1000px) / 2);
  }
  #new_graduate .recruitcont .innerbox .flexcont .txcont .box {
    width: 100%;
    border-bottom: 1px solid #CECECE;
    padding: 40px 0;
  }
  #new_graduate .recruitcont .innerbox .flexcont .txcont .box:last-child {
    border: none;
  }
  #new_graduate .recruitcont .innerbox .flexcont .txcont .box .tl {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 15px 0;
  }
  #new_graduate .recruitcont .innerbox .flexcont .txcont .box .tx {
    font-size: 1.5rem;
    line-height: 2.4rem;
    letter-spacing: 0.1rem;
  }
  #new_graduate .recruitcont .innerbox .flexcont .phbox {
    width: 50%;
    position: relative;
    filter: saturate(0%);
    transition: all 0.5s;
  }
  #new_graduate .recruitcont .innerbox .flexcont .phbox.active {
    filter: saturate(100%);
  }
  #new_graduate .recruitcont .innerbox .flexcont .phbox .inbox {
    width: 100%;
    padding-top: 58.33%;
    position: relative;
  }
  #new_graduate .recruitcont .innerbox .flexcont .phbox .ph {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
  }
  #new_graduate .recruitcont .innerbox .flexcont .phbox .ph.active {
    opacity: 1;
  }
  #new_graduate .recruitcont .innerbox .flexcont .phbox .ph img {
    object-position: left 0 top 50%;
  }
  #new_graduate .recruitcont .innerbox .linkbox {
    margin: 50px 0 80px 0;
  }
  #new_graduate .personalcont {
    position: relative;
    width: 100%;
    padding: 140px 0 0 0;
  }
  #new_graduate .personalcont::before {
    content: "";
    width: 440px;
    height: 100%;
    background: #FAFAFA;
    top: 0;
    right: 0;
    z-index: 1;
    display: block;
    position: absolute;
  }
  #new_graduate .personalcont::after {
    content: "";
    width: 100%;
    height: 150px;
    background: #FAFAFA;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    position: absolute;
  }
  #new_graduate .personalcont .tlcont {
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 40px 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  #new_graduate .personalcont .tlcont .tl {
    font-size: 5.6rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.4rem;
    color: #fff;
    margin: 0 0 20px 0;
  }
  #new_graduate .personalcont .tlcont .sub {
    font-size: 2rem;
    line-height: 1;
    color: #fff;
    margin: 0 0 40px 0;
  }
  #new_graduate .personalcont .tlcont .tx {
    font-size: 1.4rem;
    line-height: 2.6rem;
    letter-spacing: 0.1rem;
    color: #fff;
  }
  #new_graduate .personalcont .innerbox {
    position: relative;
  }
  #new_graduate .personalcont .innerbox::after {
    content: "";
    width: calc(100% - ((100% - 1000px) / 2) + 75px);
    height: calc(100%);
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
  }
  #new_graduate .personalcont .innerbox .inbox {
    width: 1000px;
    margin: 0 auto;
    padding: 160px 0 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    counter-reset: plnumber 0;
  }
  #new_graduate .personalcont .innerbox .inbox .box {
    width: calc((100% - 65px) / 2);
    margin: 0 0 70px 0;
  }
  #new_graduate .personalcont .innerbox .inbox .box.pt {
    position: relative;
    top: -60px;
  }
  #new_graduate .personalcont .innerbox .inbox .box .tlbox {
    display: flex;
    align-items: center;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #A3A3A3;
  }
  #new_graduate .personalcont .innerbox .inbox .box .tlbox .num::before {
    counter-increment: plnumber 1;
    content: counter(plnumber, decimal-leading-zero) " ";
    font-size: 4rem;
    color: #3E79FF;
    width: 80px;
    display: inline-block;
  }
  #new_graduate .personalcont .innerbox .inbox .box .tlbox .tl {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.4rem;
  }
  #new_graduate .personalcont .innerbox .inbox .box .txbox {
    padding: 20px 0 0 0;
  }
  #new_graduate .personalcont .innerbox .inbox .box .txbox .tx {
    font-size: 1.4rem;
    line-height: 2.6rem;
    text-indent: -29px;
    padding-left: 29px;
  }
  #new_graduate .personalcont .innerbox .inbox .box .txbox .tx::before {
    content: "";
    width: 19px;
    height: 18px;
    background: url("../images/new_graduate/check.svg") no-repeat;
    background-size: 19px;
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
  #new_graduate .yearcont {
    padding: 200px 0;
    background: #fafafa;
  }
  #new_graduate .yearcont .innerbox {
    width: calc(100% - 240px);
    background: #fff;
    margin: 0 auto;
    padding: 110px 0;
  }
  #new_graduate .yearcont .innerbox .inbox {
    width: 1000px;
    margin: 0 auto;
  }
  #new_graduate .yearcont .innerbox .inbox .tlcont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #new_graduate .yearcont .innerbox .inbox .tl {
    font-size: 5.6rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.4rem;
    margin: 0 0 20px 0;
    text-align: center;
  }
  #new_graduate .yearcont .innerbox .inbox .sub {
    font-size: 2rem;
    line-height: 2.9rem;
    margin: 0 0 40px 0;
    text-align: center;
  }
  #new_graduate .yearcont .innerbox .inbox .tx {
    font-size: 1.4rem;
    line-height: 2.6rem;
    margin: 0 0 70px 0;
    text-align: center;
  }
  #new_graduate .yearcont .innerbox .inbox .ph {
    width: 900px;
    margin: 0 auto;
  }
  #new_graduate .flowcont {
    padding: 0 0 230px 0;
    background: #fafafa;
  }
  #new_graduate .flowcont .innerbox {
    width: 1000px;
    margin: 0 auto;
  }
  #new_graduate .flowcont .innerbox .tlcont {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  #new_graduate .flowcont .innerbox .tl {
    font-size: 5.6rem;
    font-weight: 500;
    letter-spacing: -0.4rem;
    line-height: 1;
    margin: 0 0 20px 0;
    text-align: left;
  }
  #new_graduate .flowcont .innerbox .sub {
    font-size: 2rem;
    line-height: 2.9rem;
    margin: 0 0 40px 0;
    text-align: left;
  }
  #new_graduate .flowcont .innerbox .flowlist {
    position: relative;
    counter-reset: onumber 0;
  }
  #new_graduate .flowcont .innerbox .flowlist::before {
    content: "";
    height: calc(100% - 73px);
    border-right: 1px solid #A3A3A3;
    position: absolute;
    top: 36px;
    left: 36px;
  }
  #new_graduate .flowcont .innerbox .flowlist .box {
    margin: 0 0 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    position: relative;
  }
  #new_graduate .flowcont .innerbox .flowlist .box .numbox {
    width: 73px;
    height: 73px;
    background: #222;
    box-sizing: border-box;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  #new_graduate .flowcont .innerbox .flowlist .box:last-child .numbox {
    width: 73px;
    height: 73px;
    background: #fff;
    border: 2px solid #222;
    box-sizing: border-box;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #222;
  }
  #new_graduate .flowcont .innerbox .flowlist .box .numbox .sbox {
    font-size: 1.1rem;
    line-height: 1;
    margin: 0 0 5px 0;
  }
  #new_graduate .flowcont .innerbox .flowlist .box .numbox .num::before {
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 600;
    counter-increment: onumber 1;
    content: counter(onumber, decimal-leading-zero) " ";
    display: inline-block;
  }
  #new_graduate .flowcont .innerbox .flowlist .box .icon {
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #new_graduate .flowcont .innerbox .flowlist .box .icon img {
    height: 50px;
    width: auto;
  }
  #new_graduate .flowcont .innerbox .flowlist .box .txcont {
    width: calc(100% - 120px - 73px);
  }
  #new_graduate .flowcont .innerbox .flowlist .box .txcont .stl {
    font-size: 2rem;
    line-height: 4.6rem;
    font-weight: 600;
  }
  #new_graduate .flowcont .innerbox .flowlist .box .txcont .stx {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
  #new_graduate .flowcont .innerbox .flowlist .box .txcont .stx a {
    text-decoration: underline;
  }
}
@media screen and (max-width:768px) {
  #new_graduate .rec_bgbox {
    padding: 110px 0 0 0;
    background: #FAFAFA;
  }
  #new_graduate .recruitcont {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 0;
  }
  #new_graduate .recruitcont::after {
    content: "";
    width: 100%;
    height: calc(100% - 2rem);
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  #new_graduate .recruitcont .innerbox {
    width: 90%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
  }
  #new_graduate .recruitcont .innerbox.box2 {
    width: 100%;
  }
  #new_graduate .recruitcont .innerbox .tlbox {
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #new_graduate .recruitcont .innerbox .tlbox .mtl {
    font-size: 4rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.4rem;
    margin: 0 0 10px 0;
  }
  #new_graduate .recruitcont .innerbox .tlbox .subtl {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 600;
    margin: 0 0 30px 0;
  }
  #new_graduate .recruitcont .innerbox .tlbox .tx {
    font-size: 1.3rem;
    line-height: 2rem;
    letter-spacing: 0.1rem;
  }
  #new_graduate .recruitcont .innerbox .flexcont {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #new_graduate .recruitcont .innerbox .flexcont .txcont {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }
  #new_graduate .recruitcont .innerbox .flexcont .txcont .box {
    width: 100%;
    border-bottom: 1px solid #CECECE;
    padding: 30px 0;
  }
  #new_graduate .recruitcont .innerbox .flexcont .txcont .box:last-child {
    border: none;
  }
  #new_graduate .recruitcont .innerbox .flexcont .txcont .box .tl {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 15px 0;
  }
  #new_graduate .recruitcont .innerbox .flexcont .txcont .box .tx {
    font-size: 1.3rem;
    line-height: 2rem;
    letter-spacing: 0.1rem;
  }
  #new_graduate .recruitcont .innerbox .flexcont .phbox {
    display: none;
    width: 50%;
    position: relative;
    filter: saturate(0%);
    transition: all 0.5s;
  }
  #new_graduate .recruitcont .innerbox .flexcont .phbox.active {
    filter: saturate(100%);
  }
  #new_graduate .recruitcont .innerbox .flexcont .phbox .inbox {
    width: 100%;
    padding-top: 58.33%;
    position: relative;
  }
  #new_graduate .recruitcont .innerbox .flexcont .phbox .ph {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
  }
  #new_graduate .recruitcont .innerbox .flexcont .phbox .ph.active {
    opacity: 1;
  }
  #new_graduate .recruitcont .innerbox .flexcont .phbox .ph img {
    object-position: left 0 top 50%;
  }
  #new_graduate .recruitcont .innerbox .linkbox {
    margin: 20px 0 110px 0;
  }
  #new_graduate .personalcont {
    position: relative;
    width: 100%;
    padding: 75px 0 0 0;
  }
  #new_graduate .personalcont .tlcont {
    width: 100%;
    margin: 0 auto;
    padding: 0 5% 50px 5%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    box-sizing: border-box;
  }
  #new_graduate .personalcont .tlcont .tl {
    font-size: 4rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.2rem;
    color: #fff;
    margin: 0 0 10px 0;
  }
  #new_graduate .personalcont .tlcont .sub {
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    margin: 0 0 20px 0;
  }
  #new_graduate .personalcont .tlcont .tx {
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 0.1rem;
    color: #fff;
  }
  #new_graduate .personalcont .innerbox {
    position: relative;
    top: 0;
  }
  /*#new_graduate .personalcont .innerbox::after{
		content: "";
		width:100%;
		height:calc(100% - 40px);
		background:#fafafa;
		position: absolute;
		bottom:-150px;
		right:0;
		z-index:2;
	}*/
  #new_graduate .personalcont .innerbox .inbox {
    width: 100%;
    margin: 0 0 0 auto;
    padding: 35px 5% 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    background: #fff;
    counter-reset: plnumber 0;
  }
  #new_graduate .personalcont .innerbox .inbox .box {
    width: 100%;
    margin: 0 0 40px 0;
  }
  #new_graduate .personalcont .innerbox .inbox .box .tlbox {
    display: flex;
    align-items: center;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #A3A3A3;
  }
  #new_graduate .personalcont .innerbox .inbox .box .tlbox .num::before {
    font-size: 2.4rem;
    color: #3E79FF;
    width: 50px;
    counter-increment: plnumber 1;
    content: counter(plnumber, decimal-leading-zero) " ";
    display: inline-block;
  }
  #new_graduate .personalcont .innerbox .inbox .box .tlbox .tl {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.4rem;
  }
  #new_graduate .personalcont .innerbox .inbox .box .txbox {
    padding: 15px 0 0 0;
  }
  #new_graduate .personalcont .innerbox .inbox .box .txbox .tx {
    font-size: 1.3rem;
    line-height: 2.2rem;
    text-indent: -23px;
    padding-left: 23px;
  }
  #new_graduate .personalcont .innerbox .inbox .box .txbox .tx::before {
    content: "";
    width: 13px;
    height: 12px;
    background: url("../images/new_graduate/check.svg") no-repeat;
    background-size: 13px;
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
  #new_graduate .yearcont {
    background: #fff;
  }
  #new_graduate .yearcont .innerbox {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    padding: 110px 0;
  }
  #new_graduate .yearcont .innerbox .inbox {
    width: 90%;
    margin: 0 auto;
  }
  #new_graduate .yearcont .innerbox .inbox .tlcont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #new_graduate .yearcont .innerbox .inbox .tl {
    font-size: 4rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.2rem;
    margin: 0 0 10px 0;
    text-align: center;
  }
  #new_graduate .yearcont .innerbox .inbox .sub {
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 0 0 20px 0;
    text-align: center;
  }
  #new_graduate .yearcont .innerbox .inbox .tx {
    font-size: 1.2rem;
    line-height: 1.9rem;
    margin: 0 0 50px 0;
    text-align: left;
  }
  #new_graduate .yearcont .innerbox .inbox .ph {
    width: 100%;
  }
  #new_graduate .yearcont .innerbox .inbox .ph img {
    width: 700px;
    max-width: 700px
  }
  #new_graduate .flowcont {
    padding: 110px 0 70px 0;
    background: #fafafa;
  }
  #new_graduate .flowcont .innerbox {
    width: 90%;
    margin: 0 auto;
  }
  #new_graduate .flowcont .innerbox .tlcont {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  #new_graduate .flowcont .innerbox .tl {
    font-size: 4rem;
    font-weight: 500;
    letter-spacing: -0.2rem;
    line-height: 1;
    margin: 0 0 10px 0;
    text-align: left;
  }
  #new_graduate .flowcont .innerbox .sub {
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 0 0 20px 0;
    text-align: left;
  }
  #new_graduate .flowcont .innerbox .flowlist {
    position: relative;
    counter-reset: onumber 0;
  }
  #new_graduate .flowcont .innerbox .flowlist .box {
    margin: 0 0 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 2;
    position: relative;
  }
  #new_graduate .flowcont .innerbox .flowlist .box::before {
    content: "";
    height: calc(100% - 25px + 40px);
    border-right: 1px solid #A3A3A3;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 1;
  }
  #new_graduate .flowcont .innerbox .flowlist .box:last-child::before {
    display: none;
  }
  #new_graduate .flowcont .innerbox .flowlist .box .numbox {
    width: 50px;
    height: 50px;
    background: #222;
    box-sizing: border-box;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    z-index: 2;
  }
  #new_graduate .flowcont .innerbox .flowlist .box:last-child .numbox {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #222;
    box-sizing: border-box;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #222;
  }
  #new_graduate .flowcont .innerbox .flowlist .box .numbox .sbox {
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 5px 0;
  }
  #new_graduate .flowcont .innerbox .flowlist .box .numbox .num::before {
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 600;
    counter-increment: onumber 1;
    content: counter(onumber, decimal-leading-zero) " ";
    display: inline-block;
  }
  #new_graduate .flowcont .innerbox .flowlist .box .icon {
    padding: 10px 0 0 0;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  #new_graduate .flowcont .innerbox .flowlist .box .icon img {
    height: 30px;
    width: auto;
  }
  #new_graduate .flowcont .innerbox .flowlist .box .txcont {
    width: calc(100% - 50px - 70px);
  }
  #new_graduate .flowcont .innerbox .flowlist .box .txcont .stl {
    font-size: 1.4rem;
    line-height: 2.3rem;
    font-weight: 600;
  }
  #new_graduate .flowcont .innerbox .flowlist .box .txcont .stx {
    font-size: 1.2rem;
    line-height: 2.1rem;
  }
  #new_graduate .flowcont .innerbox .flowlist .box .txcont .stx a {
    text-decoration: underline;
  }
}