@charset "utf-8";


body {
    min-width: unset;
}
.container * {
    font-family: 'Noto Sans JP', sans-serif;
    box-sizing: border-box;
}
.container {
    color: #000;
    overflow: hidden;
}
h1, h2 {
    margin: 0;
    padding: 0;
    border-top: none;
    border-bottom: none;
    color: #000;
    text-shadow: unset;
}
a:hover {
    opacity: .8;
}

/*-----------------------------------------------
   共通
-------------------------------------------------*/
.main_container {
    width: 100%;
    margin: 0 auto;
    padding-top: 13.567vw;
}
.item_ttl {
    text-align: center;
    margin-bottom: 6vw;
}
.item_ttl span {
    display: inline-block;
    font-size: 6.133vw;
    font-weight: 500;
    letter-spacing: .07em;
    color: #2C317D;
    position: relative;
}
.item_ttl span::before {
    content: "";
    width: 14.667vw;
    height: 0.1vw;
    background: #2C317D;
    position: absolute;
    top: 57%;
    left: -18vw;
    transform: translateY(-45%);
}
.item_ttl span::after {
    content: "";
    width: 14.667vw;
    height: 0.1vw;
    background: #2C317D;
    position: absolute;
    top: 56%;
    right: -18vw;
    transform: translateY(-45%);
}
.about_ttl {
    font-size: 4.533vw;
    font-weight: 500;
    letter-spacing: 0;
    color: #2C317D;
    margin: 0 0 2vw;
}
.anxiety .about_ttl {
    text-align: center;
}
.about_text {
    width: 87vw;
    height: 19.5vw;
    background: #F3A42A;
    font-size: 3.5vw;
    line-height: 1.35;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 1.5vw 0 0;
    margin: 0 0 4vw;
}
.joining_company_graph .about_text {
    line-height: 1.35;
    padding: 3vw 0 0;
    margin: 0 0 2.5vw;
}
.job_category_graph .about_text{
    height: 14.5vw;
    padding: 2.5vw 0 0;
    margin-bottom: 4.5vw;
}
.about_text .f18{
    font-size: 3.8vw;
}
.job_category_graph .about_text .f18{
    font-size: 3.45vw;
}
.about_text .f24{
    font-size: 4.6vw;
}
    

/*-----------------------------------------------
   MV
-------------------------------------------------*/
.mv_wrapper {
    width: 100%;
    height: 75.733vw;
    background: url(../images/mv.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-top: 12.133vw;
}
.mv_wrapper .mv_heading {
    width: 92.133vw;
    height: 26.8vw;
    background: rgb(255, 255, 255, 0.86);
    border-radius: 0 1.333vw 1.333vw 0;
    padding-top: 2.667vw;
    padding-left: 2.667vw;
}
.mv_wrapper .mv_heading .mv_ttl {
    display: inline-block;
    font-size: 13.867vw;
    font-weight: 400;
    letter-spacing: 0;
    color: #2C317D;
}
.mv_wrapper .mv_heading .mv_sub_ttl {
    display: inline-block;
    font-size: 3.467vw;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 2vw;
    margin-left: 1.867vw;
}

/*-----------------------------------------------
   キャッチコピー
-------------------------------------------------*/
.catch_copy {
    font-size: 6.133vw;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.39;
    text-align: center;
}

/*-----------------------------------------------
   働く仲間について
-------------------------------------------------*/
.about_colleagues {
    width: 100%;
    padding-top: 11.9vw;
}
.about_colleagues_inner {
    width: 95%;
    border-radius: 2.667vw;
    background: #fff;
    box-shadow: 0vw 0.4vw 2.133vw rgba(0, 0, 0, 0.16);
    padding: 6.8vw 5vw 7.6vw 4vw;
    margin: 0 auto;
}
.graph_contents {
    width: 86.667vw;
    margin: 0 auto;
}
.graph_item {
    position: relative;
    border-bottom: solid 0.267vw #E3E3E3;
    margin-bottom: 5.867vw;
}
/* 年齢 */
.age_graph {
    width: 100%;
    padding: 0 0 6.3vw;
}
.age_graph .graph_img {
    width: 75.267vw;
    height: 83.267vw;
    margin: 0 auto;
}
/* 入社年次 */
.joining_company_graph {
    width: 100%;
    padding: 0 0 6.5vw;
}
.joining_company_graph .graph_img {
    height: 71.267vw;
}
/* 職種 */
.job_category_graph {
    width: 100%;
    padding: 0 0 6.5vw;
}
.job_category_graph .graph_img {
    width: 75.267vw;
    height: 71.267vw;
    margin: 0 auto 0 0.3vw;
}
/* 中途入社者の前職 */
.former_job {
    width: 100%;
    height: 108.5vw;
    position: relative;
}
.former_job:after {
    content: '';
    position: absolute;
    background: url(../images/former_job.png)no-repeat center / cover;
    width: 86vw;
    height: 41vw;
    bottom: 0.5vw;
    left: 0.5vw;
}
.former_job_list {display: flex;align-items: center;flex-wrap: wrap;gap: 0.1em 2em;background: #2C317D;padding: 3.1vw 0 3vw 14vw;border-radius: 1.5vw;}
.former_job_list li {
    font-size: 3.467vw;
    font-weight: 500;
    line-height: 1.61;
    position: relative;
    color: #fff;
}
.former_job_list li::before {
    content: "・";
    font-size: 3.467vw;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: -3.333vw;
    transform: translateY(-50%);
}
.about_text2 {
    position: relative;
    color: #2C317D;
    text-align: center;
    z-index: 1;
    padding: 7.7vw 0 0;
    line-height: 1.49;
}
.about_text2:before {
    content: '';
    position: absolute;
    background: url(../images/bg_about_text.png)no-repeat center /cover;
    width: 71vw;
    height: 32.1vw;
    left: 8vw;
    top: 2vw;
    z-index: -1;
}
/* 入社前、不安はあった？ */
.anxiety {
    width: 100%;
    margin: 12.6vw 0 0;
    position: relative;
    padding: 0 0 37.5vw;
}
.anxiety:after {
    content: '';
    position: absolute;
    background: url(../images/img_anxiety.png)no-repeat center /cover;
    width: 54vw;
    height: 35vw;
    left: 0;
    right: 0;
    bottom: 0vw;
    margin: 0 auto;
}
.anxiety_inner {
    width: 94.667vw;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.anxiety .graph_img {
    width: 64vw;
    height: 64vw;
    margin: 1vw auto 0 16vw;
}
.anxiety-list {
    margin: 2.5vw auto 0;
    background: #2C317D;
    padding: 4.8vw 4vw 2.5vw 8vw;
    border-radius: 1.5vw;
}
.anxiety-list li {
    color: #fff;
    font-size: 3.5vw;
    letter-spacing: -0.01em;
    text-indent: -1em;
    margin: 0 0 2.1vw;
}


/*-----------------------------------------------
   仕事について
-------------------------------------------------*/
.about_work {
    width: 100%;
}
.about_work .bg_blue {
    padding: 11.7vw 6.5vw 10vw;
    background: #2C317D;
    margin: 0 0vw 13.5vw;
}
.about_work .item_ttl {
    margin-bottom: 5vw;
}
.about_work .item_ttl span{
    color: #fff;
}
.about_work .item_ttl span::before,
.about_work .item_ttl span::after{
    background: #fff;
}
.about_work  .about_ttl {
    color: #fff;
    margin: 0 0 2.8vw;
}
.about_work_box {
    background: #fff;
    padding: 4vw 5vw 4vw;
    border-radius: 1.5vw;
    margin: 0 0 2.7vw;
    position: relative;
}
.about_work_box:before {
    content: '';
    position: absolute;
    background: url(../images/img_about1.png)no-repeat center / cover;
    width: 13.2vw;
    height: 20.9vw;
    top: 3vw;
    right: 4.5vw;
}
.about_work_box:nth-of-type(2):before {
    background: url(../images/img_about2.png)no-repeat center / cover;
    width: 15vw;
    height: 19vw;
    top: 5vw;
}
.about_work_box:nth-of-type(3):before {
    background: url(../images/img_about3.png)no-repeat center / cover;
    width: 18vw;
    height: 18.5vw;
    top: 5vw;
    right: 3.5vw;
}
.about_work_box:nth-of-type(4):before {
    background: url(../images/img_about4.png)no-repeat center / cover;
    width: 16vw;
    height: 18.5vw;
    right: 4vw;
    top: 5vw;
}
.box_ttl {
    font-size: 4.22vw;
    color: #2C317D;
    font-weight: 500;
    padding: 0 0 1vw 5vw;
    position: relative;
}
.about_work_box:nth-of-type(4) .box_ttl{
    padding-left: 7vw;
}
.box_ttl:before,
.box_ttl:after{
    content: '';
    position: absolute;
    border-left: 2px solid #2C317D;
    width: 0;
    height: 4.6vw;
    transform: rotate(-15deg);
    left: 0;
    right: 74vw;
    margin: 0 auto;
    top: 1vw;
}
.box_ttl:after {
    transform: rotate(15deg);
    right: 0;
    left: 34vw;
}
.respect_weapon .about_ttl{
    color: #2C317D;
    margin-bottom: 2vw;
}
.respect_inner.right .about_ttl{
    margin-bottom: 1vw;
}
.respect_weapon .respect_text {
    width: 87vw;
    height: 13.5vw;
    background: #F3A42A;
    font-size: 3.5vw;
    line-height: 1.35;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 2vw 0 0;
    margin: 0 0 4.5vw;
}
.respect_inner.right .respect_text{
    background: unset;
    color: #2C317D;
    font-size: 4.55vw;
    line-height: 1.32;
    position: relative;
    margin-bottom: 9.5vw;
}
.respect_inner.right .respect_text:after {
    content: '';
    position: absolute;
    background: url(../images/arrow.png)no-repeat center / cover;
    width: 86.5vw;
    height: 2vw;
    left: 0;
    bottom: -6.5vw;
}
.respect_weapon h4 {
    font-size: 4.22vw;
    color: #2C317D;
    font-weight: 500;
    padding: 0 0 2vw 0.5vw;
    position: relative;
    text-align: center;
    margin: 0 0 1vw;
}
.respect_weapon h4:before,
.respect_weapon h4:after{
    content: '';
    position: absolute;
    border-left: 2px solid #2C317D;
    width: 0;
    height: 4.6vw;
    transform: rotate(-15deg);
    left: 0;
    right: 70vw;
    margin: 0 auto;
    top: 1vw;
}
.respect_weapon h4:after {
    transform: rotate(15deg);
    right: 0;
    left: 72vw;
}
.respect_list {
    border: 1px solid #2C317D;
    border-radius: 1.5vw;
    width: 87vw;
    margin: 0 auto;
    padding: 3.9vw 1vw 1vw 3vw;
    box-shadow: 0vw 0.3vw 2vw rgb(0 0 0 / 16%);
}
.respect_inner.right .respect_list{
    padding: 4.3vw 3vw 1vw 3vw;
}
.respect_list li {
    font-size: 3.2vw;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.35;
    position: relative;
    padding-left: 4vw;
    margin-bottom: 2.9vw;
    color: #2C317D;
}
.respect_inner.right .respect_list li{
    line-height: 1.5;
    margin-bottom: 2.3vw;
}
.respect_list li::before {
    content: "●";
    font-size: 3.467vw;
    font-weight: 500;
    color: #2C317D;
    position: absolute;
    top: -0.2vw;
    left: 0.4vw;
}

/* 今の仕事のやりがいは？ */
.about_work_list {
    margin-top: 2.3vw;
}
.about_work_list li {
    font-size: 3.467vw;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.35;
    position: relative;
    padding-left: 4vw;
    margin-bottom: 2.1vw;
    color: #2C317D;
}
.about_work_list li.margin_m {
    margin-bottom: 2vw;
}
.about_work_list li.margin_l {
    margin-bottom: 2.533vw;
}
.about_work_list li::before {
    content: "●";
    font-size: 3.467vw;
    font-weight: 500;
    color: #2C317D;
    position: absolute;
    top: 0;
    left: 0.267vw;
}
/* 尊敬できる上司・仲間はいる？ */
.work-bottom{
    padding-top: 12.333vw;
}
.respect_weapon {
    width: 95%;
    border-radius: 2.667vw;
    background: #fff;
    box-shadow: 0vw 0.4vw 2.133vw rgba(0, 0, 0, 0.16);
    padding: 7vw 4vw 8vw 3.6vw;
    margin: 0 auto;
}
.respect_inner {
    width: 86.667vw;
    margin: 0 auto 6vw;
    padding: 0 0 6.6vw;
}
.respect_inner.right {
    padding-bottom: 0;
    margin: 0;
}
.respect_inner .graph_img {
    width: 64vw;
    height: 64vw;
    position: absolute;
    bottom: 6.667vw;
    left: 50%;
    transform: translateX(-50%);
}
/* あなたの武器は？ */
.weapon_ttl {
    width: 100%;
    font-size: 4.533vw;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.23;
    color: #2C317D;
    text-align: left;
    position: relative;
    margin-top: 4vw;
}
.weapon_ttl::after {
    content: "";
    width: 86.667vw;
    height: 2.267vw;
    position: absolute;
    bottom: -6.4vw;
    left: 0;
    background: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.weapon_list {
    margin-top: 9.067vw;
}
.weapon_list li {
    font-size: 3.467vw;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.6;
    position: relative;
    padding-left: 3.333vw;
}
.weapon_list li::before {
    content: "・";
    font-size: 3.467vw;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: -0.267vw;
}

/*-----------------------------------------------
   ライフスタイルについて
-------------------------------------------------*/
.about_life_style {
    padding-top: 11.5vw;
}
.about_life_style .item_ttl span{
    line-height: 1.37;
}
.about_life_style .item_ttl span::before,
.about_life_style .item_ttl span::after{
    top: 51%;
}

.about_life_style_inner {
    width: 95%;
    border-radius: 2.667vw;
    background: #fff;
    box-shadow: 0vw 0.4vw 2.133vw rgba(0, 0, 0, 0.16);
    padding: 6.333vw 4vw 7.8vw;
    margin: 0 auto;
}
.about_life_box {
    
}
.about_life_box.right {
    padding: 5.7vw 0 0;
    position: relative;
}
.about_life_box.right:before {
    content: '';
    position: absolute;
    background: url(../images/img_about_life.png)no-repeat center /cover;
    width: 31vw;
    height: 24vw;
    top: 15vw;
    right: 6vw;
}
.style-text {
    width: 87vw;
    height: 18.5vw;
    background: #F3A42A;
    font-size: 3.5vw;
    line-height: 1.35;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 2vw 0 0;
    margin: 0 0 4.5vw;
}
.about_life_box.right .style-text{
    color: #2C317D;
    background: unset;
    font-size: 4.1vw;
    width: fit-content;
    margin: 4.5vw auto 5.8vw 6vw;
    position: relative;
}
.about_life_box.right .style-text span {
    font-size: 5vw;
}
.about_life_box.right .style-text:before,
.about_life_box.right .style-text:after{
    content: '';
    position: absolute;
    border-left: 2px solid #2C317D;
    width: 0;
    height: 4.6vw;
    transform: rotate(-15deg);
    left: -41vw;
    right: 0;
    margin: 0 auto;
    bottom: -0.5vw;
}
.about_life_box.right .style-text:after {
    transform: rotate(15deg);
    right: 0;
    left: 36vw;
}

.style-img {
    width: 64vw;
    margin: 0 auto 2vw;
}
.style-img img {
    width: 100%;
}
.style_box {
    position: relative;
    padding: 8.2vw 2.5vw 8.5vw 3.9vw;
    border-bottom: solid 0.267vw #E3E3E3;
}
.about_life_box.right .style_box{
    background: #2C317D;
    padding: 4.4vw 0 4vw;
    border-radius: 1.5vw;
}
.style_box:before {
    content: '';
    position: absolute;
    background: url(../images/bg_life_text.png)no-repeat center / cover;
    width: 89vw;
    height: 53.5vw;
    left: -1vw;
    top: 1vw;
}
.about_life_box.right .style_box:before {
    background: unset;
    display: none;
}
.style_box_ttl {
    font-size: 4.22vw;
    color: #2C317D;
    font-weight: 500;
    padding: 0 0vw 2vw 0vw;
    position: relative;
    text-align: center;
    margin: 0 0 1vw;
}
.style_box_ttl:before,
.style_box_ttl:after{
    content: '';
    position: absolute;
    border-left: 2px solid #2C317D;
    width: 0;
    height: 4.6vw;
    transform: rotate(-15deg);
    left: 0;
    right: 62vw;
    margin: 0 auto;
    top: 1vw;
}
.style_box_ttl:after {
    transform: rotate(15deg);
    right: 0;
    left: 59vw;
}

.style_inner {
    padding-right: 3vw;
}
.style_inner li {
    font-size: 3.2vw;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.38;
    position: relative;
    padding-left: 3.7vw;
    margin-bottom: 2.0vw;
    color: #2C317D;
}
.about_life_box.right .style_inner li{
    color: #fff;
    line-height: 1.47;
    margin-bottom: 5vw;
}
.about_life_box.right .style_inner li:last-child {
    margin-bottom: 0vw;
}
.style_inner li::before {
    content: "●";
    font-size: 3.2vw;
    font-weight: 500;
    color: #2C317D;
    position: absolute;
    top: -0.2vw;
    left: 0vw;
}
.about_life_box.right .style_inner li::before  {content: unset;}


/*-----------------------------------------------
   これから入社される方へのメッセージ
-------------------------------------------------*/
.message_to {
    padding-top: 11.667vw;
    padding-bottom: 14vw;
}
.message_to .item_ttl span{
    line-height: 1.35;
}
.message_to_inner {
    width: 95%;
    border-radius: 2.667vw;
    background: #fff;
    box-shadow: 0vw 0.4vw 2.133vw rgba(0, 0, 0, 0.16);
    padding: 6.667vw 3.067vw 6.667vw 4vw;
    margin: 0 auto;
}
.message_to_list li {
    font-size: 3.467vw;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.46;
    position: relative;
    padding-left: 4.533vw;
}
.message_to_list li:not(:last-child) {
    margin-bottom: 1.333vw;
}
.message_to_list li::before {
    content: "●";
    font-size: 3.467vw;
    font-weight: 500;
    color: #2C317D;
    position: absolute;
    top: 0;
    left: 0.267vw;
}

.pera_img{
    margin: 0 -2.6665vw;
}
.pera_img img{
    width: 100%;
}