@charset "utf-8"; /*--------------------------------------------------------------------------------------
About Message
----------------------------------------------------------------------------------------
*/
.category > div p {
    font-weight: 400;
}
p.service_catTitle {
    margin-bottom: 35px;
}
.support:first-child {
    border-left: 1px solid #FFF;
}

.support:nth-child(2) {
}

.support.active,.support a:hover {
    background-color: #CCC;
}
.support {
    /* background-color: #EEEEEE; */
    font-size: 15px;
    border-right: solid 1px #FFF;
    /* padding: 5px 0; */
    flex: 1;
    text-align: center;
    transition: background-color 0.2s linear;
    background-color: #EEE;
    border-radius: 4px;
}
.support a {
    display: block;
    padding: 5px 0;
}
.support a {
    padding: 12px 20px;
}
.content.catTitleWrap {
    margin-top: 50px;
}
.suportCat-flex {
    display: flex;
    justify-content: space-around;
}
section.messe-humanPower {
    max-width: 750px;
    margin: 0 auto;
}
.headerWrapper.is_about {
    background-image: url(/images/about/mv.jpg);
}

.messeTxt p {
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 2em;
}

.messeTxt p.sign {
    text-align: right;
}

.messeTxt p.sign span {
    font-size: 18px;
    font-weight: 500;
}

.humanflex-circle {
    width: 253px;
    height: 253px;
    background: rgba(0,139,214,1);
    background: -moz-linear-gradient(left, rgba(0,139,214,1) 0%, rgba(0,160,64,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,139,214,1)), color-stop(100%, rgba(0,160,64,1)));
    background: -webkit-linear-gradient(left, rgba(0,139,214,1) 0%, rgba(0,160,64,1) 100%);
    background: -o-linear-gradient(left, rgba(0,139,214,1) 0%, rgba(0,160,64,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,139,214,1) 0%, rgba(0,160,64,1) 100%);
    background: linear-gradient(to right, rgba(0,139,214,1) 0%, rgba(0,160,64,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008bd6', endColorstr='#00a040', GradientType=1 );
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    color: #FFF;
    text-align: center;
}

p.humanflex-p {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 0;
}

span.humanflex-en {
    font-size: 14px;
    font-weight: 300;
}

.humanflex-circle-inner {
    width: 249px;
    height: 249px;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #FFF;
    border-radius: 9999px;
    color: #333;
}

section.messe-humanPower .flex {
    justify-content: space-around;
    box-sizing: border-box;
}

.is_presiImg img {
    /* max-width: 529px; */
    width: 100%;
}

.is_presiImg {
    margin-bottom: 63px;
    padding-top: 20px;
}

.borderH1 {
    font-size: 18px;
    margin-bottom: 40px;
}

.under_sec {
    padding-top: 50px;
    margin-bottom: 80px;
}
.messeTxt .vision_txt {
    font-size: 30px;
    line-height: 2em;
    color: #008cd6;
}

.messeTxt .mission_txt{
    /* transform: translateX(10%); */
    display: inline-block;
    text-align: left;
}

/*--------------------------------------------------------------------------------------
vision
----------------------------------------------------------------------------------------
*/
p.vision_txt {
    font-size: 30px;
}

ul.vision_ul {
    list-style: decimal;
    list-style-position: outside;
    padding: 40px 0;
    font-size: 28px;
    padding-left: 40px;
}

ul.vision_ul li {
    list-style: decimal;
    line-height: 1.5em;
    padding: 0.5em;
}
.vision_content{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.messeTxt.under_sec.vision_content img:nth-of-type(1) {
    margin-bottom: 87px;
}
.messeTxt.under_sec.vision_content img:nth-of-type(2) {
    margin-bottom: 41px;
}
.messeTxt.under_sec.vision_content img:nth-of-type(3) {
    margin-bottom: 96px;
}
.messeTxt.under_sec.vision_content img:nth-of-type(4) {
    margin-bottom: 45px;
}
@media screen and (max-width: 740px) {
    .messeTxt.under_sec.vision_content img:nth-of-type(1) {
        margin-bottom: 31px;
        height: 230px;
    }
    .messeTxt.under_sec.vision_content img:nth-of-type(2) {
        margin-bottom: 14px;
        height: 12px;
    }
    .messeTxt.under_sec.vision_content img:nth-of-type(3) {
        margin-bottom: 35px;
        height: 57px;
    }
    .messeTxt.under_sec.vision_content img:nth-of-type(4) {
        margin-bottom: 16px;
        height: 12px;
    }    
    .messeTxt.under_sec.vision_content img:nth-of-type(5) {
        height: 63px;
    }    
}
a
/*--------------------------------------------------------------------------------------
profile
----------------------------------------------------------------------------------------
*/
table.prof_tb {
    border-collapse: collapse;
    font-size: 16px;
    line-height: 2em;
}

table.prof_tb th {
    font-weight: normal;
    text-align: left;
    width: 100px;
    padding: 0.5em 0;
}

table.prof_tb td {
    padding: 0.5em 0;
    font-weight: 300;
    line-height: 1.6em;
}

p.prof_tb_txt {
    margin-bottom: 1.2em;
}
table.prof_tb.is_gaiyo tr {
    border-bottom: 1px solid #008CD6;
}

table.prof_tb.is_gaiyo th {
    color: #008CD6;
    padding-right: 60px;
}

table.prof_tb.is_gaiyo tr:last-child {
    border-bottom: none;
}

table.prof_tb.is_history tr {
    border-bottom: dotted 2px #888888;
}
table.prof_tb.is_history tr:last-child {
    border-bottom: none;
}

table.prof_tb.is_history th {
    /* background: #008CD6; */
}
span.borderBlue {
    background: #008CD6;
    color: #FFF;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 15px;
}
/*--------------------------------------------------------------------------------------
climate
----------------------------------------------------------------------------------------
*/
.clim_head {
    padding-top: 40px;
}

.clim_head .head_img {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.clim_head .head_img li {
    width: calc(20% - 24px);
    margin-right: 30px;
}

.clim_head .head_img li:last-child {
    margin-right: 0;
}

.clim_head .head_img li img {
    width: 100%;
}

.clim_catch {
    font-size: 30px;
}

.clim_bx {
    flex-wrap: wrap;
}

.clim_item {
    position: relative;
    width: calc(33.333% - 20px);
    margin-right: 30px;
    margin-bottom: 50px;
}

.clim_item:nth-child(3n) {
    margin-right: 0;
}

p.clim_ttl {
    font-size: 18px;
    border-bottom: 1px solid #008CD6;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

p.clim_txt {
    font-size: 14px;
    margin-bottom: 1em;
}

.clim_img {
    /* position: absolute; */
    bottom: 0;
}

.plan_bx {
    padding-top: 40px;
}

p.plan_ttl {
    font-size: 18px;
    border-bottom: 1px solid #008CD6;
    padding-bottom: 0.3em;
    margin-bottom: 0.3em;
}

@media screen and (max-width:480px) { 
  p.plan_ttl.small {
      font-size:17px;
      text-align:center;
  }
}
p.plan_catch {
    font-size: 21px;
    margin-bottom: 30px;
}
p.plan_catch.mb-0 {
    margin-bottom:0
}
ul.plan_ul {
    box-sizing: border-box;
    font-size: 16px;
}

ul.plan_ul>li {
    list-style: decimal;
    list-style-position: inside;
    line-height: 1.5em;
    margin-bottom: 2em;
}

ul.plan_ul_inner {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    padding-left: 30px;
}
@media screen and (max-width:480px) { 
  /*ul.plan_ul>li {
    text-indent: -1em;
    padding-left: 1em;
  }*/
  ul.plan_ul_inner li {
    text-indent: 0;
  }
  ul.plan_ul_inner li:before {
    text-indent:0;
    margin-left:-25px;
  }
}

ul.plan_ul_inner li {
    list-style: none;
    position: relative;
    line-height: 1.5em;
    margin-bottom: 1em;
}

ul.plan_ul_inner li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    border: 1px solid #222;
    color: #222;
    display: block;
    float: left;
    margin-left: -30px;
    text-align: center;
    font-size: 16px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    margin-top: 3px;
    border-radius: 50%;
}

ul.plan_ul p {
    margin-bottom: 1em;
    padding-top: 1em;
}

.top_message {
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify; 
  -webkit-box-pack: justify; 
  flex-pack: justify;
}
.top_message div {
				margin-top:0;
					width: 291px;
					margin-right: 43px;
}
.top_message div img{
  width:100%;
}
.top_message div .serif{
  font-weight:bold;
  font-size:1.3em;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  line-height: 1.3;
  margin-top: 20px;
}
.top_message .messege_text {
  width:calc(100% - 300px);
}
.top_message .messege_text span{
  display:block;
  font-size:1.3em;
  font-weight:bold;
  margin-bottom:30px;
  line-height: 1.3em;
}
/* ===================================================================================
 for PC min-width: 741px
 =================================================================================== */
@media screen and (min-width: 741px) {
}

/* ===================================================================================
 for SP max-width: 740px
 =================================================================================== */
@media screen and (max-width: 740px) {
    .under_sec {
        padding-top: 20px;
        margin-bottom: 40px;
    }
    /*--------------------------------------------------------------------------------------
    profile
    ----------------------------------------------------------------------------------------
    */
    table.prof_tb, table.prof_tb th, table.prof_tb td {
        display: block;
    }

    table.prof_tb th {
        font-weight: bold;
        width: 100%;
        padding: 10px 10px;
        /* background: #EEE; */
        box-sizing: border-box;
    }

    table.prof_tb td {
        padding: 10px;
        margin-bottom: 20px;
    }
    table.prof_tb.is_history th {
        background: no-repeat;
        padding-top: 10px;
    }
    /*--------------------------------------------------------------------------------------
    climate
    ----------------------------------------------------------------------------------------
    */
    .clim_head .head_img li {
        width: calc(33.333% - 20px);
        margin-right: 30px;
    }

    .clim_head .head_img li:nth-child(3n) {
        margin-right: 0;
    }

    .clim_bx {
        display: block;
    }

    .clim_item {
        position: relative;
        width: 100%;
        ; margin-bottom: 50px;
    }

    p.clim_txt {
        margin-bottom: 1em;
    }

    .clim_img {
        position: relative;
    }

    section.messe-humanPower .flex {
        display: block;
    }

    .humanflex-circle {
        margin: 0 auto 40px;
    }

    .messe-humanPower .is_arrow img {
        transform: rotateZ(90deg);
        /* display: block; */
        /* margin: 0 auto; */
        height: 100px;
        width: 90px;
    }

    .messe-humanPower .is_arrow {
        text-align: center;
        margin-bottom: 40px;
    }
    .suportCat-flex {
        display: block;
    }

    .support {
        border: 1px solid #FFF;
        /* padding: 12px 20px; */
        /* border-radius: 6px; */
        max-width: 300px;
        margin: 0 auto 10px;
    }

    .suportCat-flex {
        padding: 0;
    }
    p.vision_txt {
        line-height: 1.8em;
    }

    .top_message {
      display:block;
    }
    .top_message div {
			margin-right: 0;
			width: 100%;
    }
    .top_message .messege_text {
      width:100%;
    }
}

/* ===================================================================================
 for SP max-width: 480px
 =================================================================================== */
@media screen and (max-width: 480px) {
}

p.date {
    font-size: 14px;
    text-align: right;
    /* max-width: 860px; */
    margin: 0 auto;
}

img.organization_chart_map {
    /* max-width: 860px; */
    max-width: 100%;
}

.organization_map_layout {
    width: 100%;
    text-align: center;
    /* max-width: 860px; */
    margin: 0 auto;
}

.messe-humanPower .is_arrow {
    align-self: center;
}
/* 231227_行動計画改修 */
.sectionCont.careerratio_Tablewrapper_actionplan {
  padding-top: 0;
}
.careerratio_Tablewrapper_actionplan .careerratio_Tablewrap {
  margin-left: 0;
}
.careerratio_Tablewrapper_actionplan .plan_catch {
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
}
.careerratio_Tablewrapper_actionplan
  .careerratio_Tablewrapper_actionplan_inner {
  margin-top: 60px;
}
.careerratio_Tablewrapper_actionplan .careerratio_Table td:first-of-type {
  background: transparent;
  font-weight: normal;
}
.careerratio_Tablewrapper_actionplan
  .careerratio_Tablewrapper_actionplan_inner
  .careerratio_Table {
  width: 100%;
}
.careerratio_Tablewrapper_actionplan .careerratio_Tablewrapper_actionplan_exp {
  margin-top: 30px;
  background-color: #d3edfb;
  padding: 30px;
}
.careerratio_Tablewrapper_actionplan
  .careerratio_Tablewrapper_actionplan_exp
  ul {
  display: flex;
  flex-direction: column;
}
.careerratio_Tablewrapper_actionplan
  .careerratio_Tablewrapper_actionplan_exp
  ul
  li {
  line-height: 1.5em;
}
@media screen and (max-width: 740px) {
  .careerratio_Tablewrapper_actionplan
    .careerratio_Tablewrapper_actionplan_inner {
    margin-top: 30px;
  }
  .careerratio_Tablewrapper_actionplan
    .careerratio_Tablewrapper_actionplan_exp {
    margin-top: 10px;
    padding: 20px;
  }
  .careerratio_Tablewrapper_actionplan
    .careerratio_Tablewrapper_actionplan_exp
    ul {
    row-gap: 10px;
  }
}
.is_under.is_under_actionplan {
	margin-top: 0;
}
 