/* ===================================
common
=================================== */

.sp{
  display:none !important;
}
/* ▼▼ 画面サイズ / SP ▼▼ */
@media screen and (max-width: 767px) {
  .sp{
    display:block !important;
  }
  .pc{
    display:none !important;
  }
}
* {
  box-sizing: border-box;
  line-break: strict;
}
/*body{
  font-size: 20px;
  line-height: 2.05;
  letter-spacing: 0.02em;
}*/
svg {
  display: block;
}
.recruit_contents.strategies{
  color: #231815;
}
.text_box .red_small {
    /* color: #ff0000; */
    font-size: 80%;
    margin-top: 20px;
}
.avenir{
  font-size: 40px !important;
  font-weight: 900 !important;
  font-family: "Avenir" !important;
  line-height: 1.3;
  color: #5BC2DC;
}
.recruit_contents a.btn {
    max-width: 320px;
    margin: 50px auto 0;
    display: block;
    transition: 0.5s;
}

.recruit_contents a.btn:hover{
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .avenir{
    font-size: 28px !important;
  }
}
@media screen and (max-width: 376px) {
  .avenir{
    font-size: 24px !important;
  }
}

.fs_14{
  font-size: 14px !important;
  line-height: 1.3 !important;
}

/*
sec01(FV)
=================================== */
.flex{
  display: flex;
}


.strategies .sec01 {
  min-height: 550px;
}
.strategies.degital .sec01 {
    background: url(../images/strategies/bg_degital_sec01.jpg)no-repeat;
    background-size: cover;
    background-position: center top;
}
/* sec01_inner */
.sec01_inner h2 img{
  max-width: 330px;
  width: 100%;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
}

.sec01_inner {
    position: relative;
    max-width: 960px;
    min-height: 510px;
    margin: 0 auto;
}

.num01{
  width: 175px;
  margin: 3% 0 0 77% !important;
}

.sec01 .text_area h2 {
    color: #fff;
    text-align: right;
    letter-spacing: 0.05em;
}
.fv_img01 {
    max-width: 387px;
    position: relative;
  }
.fv_img01 img{
  position: relative;
  max-width: 110% !important;
  margin-top: 55%;
  margin-left: 13%;
  z-index: 10;
}
.content_sec01 img{
  width: 100%;
  margin: 5% auto 0;
}

.content_sec01 .btl{
  width: 89% !important;
  margin-left: 6%;
  margin-top: 0;
}
.recruit_contents.strategies .text_box figcaption {
    font-size: 14px;
    text-align: center;
}
.busi .sec_inner figcaption {
    text-align: center;
}
.content_sec01 .map{
  margin-top: 3%;
}

  .content01 p{
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: 0.02em;
}

.point{
  max-width: 380px !important;
}

/* textarea */
.sec01_textarea {
    position: relative;
    max-width: 960px;
    margin: -540px auto 0;
    z-index: 30;
}
.sec01_textarea .text_box:after {
    content: "";
    display: block;
    position: absolute;
    top: 63px;
    left: -66px;
    height: 0;
    border-style: solid;
    border-width: 32px 70px 26px 0;
    border-color: transparent #ffffff transparent transparent;
}
.sec01_textarea .text_area{
  color: #fff;
}
.sec01_textarea .top_deco {
    width: 400px;
    height: 55px;
    border-top: 6px solid #5BC2DC;
    border-left: 6px solid #5BC2DC;
    position: absolute;
    top: -53px;
    left: -6px;
    background: #fff;
}

.sec01_textarea .box_inner {
    margin-top: 30px;
    color: #5BC2DC;
}
.sec01_textarea .text_box {
    position: absolute;
    top: 202px;
    right: 40px;
    background: #fff;
    width: 475px;
    padding: 0px 10px 35px 38px; 
    line-height: 1.75;
    letter-spacing: 0em;
    border-radius: 20px;
    box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, 0.2); 
}
.sec01_textarea .text_box p{
  font-size: 18px;
}
.txt_big{
  font-size: 24px !important;
  font-weight: 700 !important;
}

.sec01_textarea .fv_img02 {
    max-width: 156px;
    position: absolute;
    bottom: -50px;
    left: 0;
}
.fv_number {
    max-width: 147px;
    display: block;
    margin: 0 0 0 auto !important;
}
@media screen and (max-width: 767px) {

  .strategies.degital .sec01 {
      background: url(../images/strategies/bg_degital_sec01-sp.jpg)no-repeat;
      background-size: cover;
      background-position: center bottom;
      min-height: 580px;
  }
  .sec01_inner {
      min-height: 410px;
  }
  .sec01_textarea {
      margin-top: -620px;
  }
  .sec01 .sec01_inner:before {
      width: 60px;
      height: 116px;
      top: auto;
      bottom: 75px;
  }

  .content_sec01 .btl{
    width: 100% !important;
    margin-left: 0;
  }
  .content_sec01 .sec_wrap02 img{
    width: 75%;
    margin: 13% auto 0;
  }


  .sec01_inner h2 img{
    width: 70%;
    top: 13%;
  }
  
  .num01{
    width: 115px;
    margin: auto !important;
    position: absolute;
    top: 17%;
    bottom: 0;
    right: 0;
    left: 0;
  }
  
  .fv_img01 {
      max-width: 200px;
      position: absolute;
      bottom: -5px;
      left: 40%;
      margin-left: -100px !important;
  }
  .fv_img01 img{
    position: relative;
    max-width: 120% !important;
    margin-top: 55%;
    margin-left: -18%;
    top: 25px;
    z-index: 40;
  }
  .recruit .sec01 {
    padding-top: 225px;
    min-height: auto;
    height: 550px;
  }
  .sec01 .text_area h2 {
      padding-top: 45px;
      padding-right: 20px;
  }
  .fv_number {
      max-width: 90px;
  }
  .sec01_textarea .fv_img02 {
      max-width: 125px;
      left: auto;
      right: 20px;
  }

  .sec01_textarea .text_box {
    position: relative;
    max-width: calc(100% - 40px);
    top: 450px;
    right: 0px;
    width: 475px;
    margin: 0 auto;
    padding: 20px 30px 30px 30px; 
    line-height: 1.75;
    letter-spacing: 0em;
    border-radius: 20px;
  }

  .sec01_textarea .text_box p{
    font-size: 14px !important; 
    font-weight: 600;
    line-height: 2.0;
    padding-top: 20px;
  }
  .txt_big{
    font-size: 18px !important;
  }

  .sec01_textarea .box_inner {
      margin-top: 20px;
  }
  .sec01_textarea .text_box:before {
      left: auto;
      right: 100px;
      top: auto;
      bottom: -50px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 50px 50px 0 0;
      border-color: #5BC2DC transparent transparent transparent;
  }
  .sec01_textarea .text_box:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 75px 65px 10px 75px;
      border-color: transparent transparent transparent #ffffff;
      left: auto;
      right: -45px;
      top: -45px;

  }
}
@media screen and (max-width: 600px) {
  .content_sec01 .sec_wrap02 img{
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  
  .fv_img01 {
      margin-left: 0 !important;
      left: 50px;
  }
  .sec01 .sec01_inner:before {
      bottom: 65px;
  }
}
@media screen and (max-width: 370px) {
  .fv_img01 {
      left: 45px;
      max-width: 180px;
      bottom: 0;
  }
  .sec01 .sec01_inner:before {
      bottom: 45px;
  }
}
@media screen and (max-width: 370px) {
  .sec01_textarea .fv_img02 {
      max-width: 110px;
  }
  .sec01_textarea .text_box:before {
      right: 70px;
  }
  
}
@media screen and (max-width: 335px) {
  .fv_number {
      max-width: 75px;
  }
}
/*
main_area
=================================== */
.content_wrap {
    margin-top: -1px;
    padding: 60px 20px 105px;
    background: #F6FCFE;
}
.sec_inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 45px 70px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, 0.2); 
}
section[class*="content_sec"] + section {
    margin-top: 80px !important;
}
/* sec_ttl */
.sec_ttl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 20;
}
.sec_ttl img{
  display: block;
  margin: 20px auto 0;
  max-width: 460px !important;
}

.sec_ttl .ttl_num {
    max-width: 120px;
    display: block;
    margin: 40px 0 0 15px;
}
.ttl_box .ttl_img {
    max-width: 400px;
    margin-top: -65px !important;
}
/* sec_wrap01 */

.sec_wrap01 > .ttl_box {
    width: 400px;
}
.sec_wrap01 > .text_box{
    width: 100%;
    padding-top: 20px;
}
.text_box .box_ttl {
  max-width: 86%;
}
.text_box .box_text {
    font-size: 16px;
    line-height: 2.1;
    margin: 30px 8px 0;
}
/* content_sec02 */
.content_sec02 .sec_wrap01,
.content_sec04 .sec_wrap01 {
    flex-direction: row-reverse;
}
.content_sec02 .sec_wrap01 > .text_box,
.content_sec04 .sec_wrap01 > .text_box {
    margin-left: 0;
    margin-right: 35px;
}

.sec_wrap01 .box_ttl{
  max-width: 100%;
  padding: 1% 1% 0;
}

/* sec_wrap02 */
.sec_wrap02 {
    margin-top: 35px;
}

.content_sec02 .sec_inner_2{
  padding: 3% 45px 4%;
}

.text_box_2{
  max-width: 53%;
}

.box_text_2{
  padding: 0 1% 0 0;
}

.pic_box img{
  max-width: 90%;
  margin: 10% 0 0 6%;
}

.text_box_3{
  line-height: 2.0;
  letter-spacing: 0.05em;
}

.box_text_3{
  font-size: 16px !important;
  line-height: 2.1 !important;
  letter-spacing: 0em;
  margin: -4% 1% 0 !important;
}

.annotation{
  font-size: 14px !important;
}

.img_glo img{
  max-width: 98%;
  margin-top: 2%;
}

.sec_wrap02 .bg_ttl {
    background: #2EAAB8;
    font-weight: bold;
    color: #ffffff;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.sec_wrap02 .bg_area {
    width: 100%;
    background: #f7f9fa;
}
/* wrap02_list */
.sec_wrap02 .wrap02_list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.sec_wrap02 .wrap02_list div {
    width: calc((100% - 15px)/2);
    display: flex;
    font-size: 12px !important;
    font-size: 0.75rem !important;
}
.sec_wrap02 .wrap02_list div:nth-of-type(even){
  margin-left: 15px;
}
.sec_wrap02 .wrap02_list div:nth-of-type(n+3){
  margin-top: 15px;
}
.sec_wrap02 .wrap02_list dt {
    width: 170px;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b8e0f5;
}
.sec_wrap02 .wrap02_list dd {
    width: calc(100% - 170px);
    background: #f7f9fa;
    padding: 15px;
}
/* level_list */
.sec_wrap02 .level_list {
    display: flex;
    justify-content: flex-start;
    padding: 75px 20px 75px 40px;
}
.sec_wrap02 .level_list li{
  position: relative;
  width: 160px;
  height: 115px;
  border-top: 2px solid #5BC2DC;
  border-left: 2px solid #5BC2DC;
  border-bottom: 2px solid #5BC2DC;
}
.sec_wrap02 .level_list li:before{
  content: "";
  width: 80px;
  height: 2px;
  background: #5BC2DC;
  display: block;
  position: absolute;
  bottom: -2px;
  right: -80px;
}
.sec_wrap02 .level_list li:after {
    content: "";
    width: 138px;
    height: 2px;
    background: #5BC2DC;
    display: block;
    transform: rotate(55deg);
    position: absolute;
    right: -109px;
    top: 54px;
}
.sec_wrap02 .level_list li + li {
    margin-left: 115px;
}
.sec_wrap02 .level_list .txt_level {
    position: absolute;
    top: -32px;
    left: -5px;
    line-height: 1;
    color: #5BC2DC;
}
.sec_wrap02 .level_list .txt_num {
    position: absolute;
    top: -32px;
    right: 85px;
    line-height: 1;
    color: #5BC2DC;
}
.sec_wrap02 .level_list .txt {
    padding: 28px 0 0 15px !important;
    line-height: 1.3;
    position: relative;
    z-index: 10;
}
.sec_wrap02 .level_list .txt:before {
    content: "";
    width: 170px;
    height: 20px;
    background: #ffdc19;
    display: block;
    position: absolute;
    z-index: -1;
    left: 5px;
    bottom: -11px;
}
.sec_wrap02 .level_list .txt:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 15px;
    border-color: transparent transparent transparent #ffdc19;
    position: absolute;
    z-index: -1;
    left: 175px;
    bottom: -11px;
}
@media screen and (max-width: 767px) {
  .content_wrap{
    padding: 35px 20px 60px;
  }
  
  .sec_wrap01 .flex{
    display: block;
  }

  .sec_ttl img{
    margin: 0 auto;
  }
  .sec_inner {
    padding: 0 20px 43px;
  }
  .sec_inner_sp{
    margin-top: 0px;
  }
  section[class*="content_sec"] + section {
      margin-top: 50px !important;
  }
  /* sec_wrap01 */
  .sec_wrap01 .sec_ttl {
    padding-left: 10px !important;
  }
  .sec_wrap01 {
      display: block;
  }

  .text_box .box_text {
    line-height: 2.0 !important;
    margin: 30px 0 0;
  }

  .annotation{
    display: block;
    font-size: 12px !important;
    padding-top: 25px;
  }
  .img_glo img{
    max-width: 100%;
    margin-top: 16%;
  }
  .sec_wrap01 > .ttl_box {
      width: 100%;
  }
  .ttl_box .ttl_img {
      max-width: none;
      margin-right: -10px;
      margin: -35px -10px 0 30px !important;
  }
  .sec_ttl img[src*="point"] {
      width: 290px;
      height: auto;
  }
  .point1{
    margin-top: 350px !important;
  }
  .sec_ttl .ttl_num {
      max-width: 60px;
      margin: 20px 0 0 5px;
  }
  .sec_wrap01 > .text_box {
      width: 100%;
      margin: 0;
  }
  /* wrap02_list */
  .content_sec02 .sec_inner_2{
    padding: 3% 20px 16%;
  }
  .box_text{
    font-size: 16px !important;
  }
  .text_box_2{
    max-width: 100%;
  }
  .pic_box img{
    max-width: 100%;
    margin: 25px 0 0 8px;
  }
  
  .sec_wrap02 .wrap02_list div {
      width: 100%;
      margin: 0 0 5px !important;
      font-size: 10px !important;
      font-size: 0.625rem !important;
  }
  .sec_wrap02 .wrap02_list {
      margin-top: 5px;
  }
.sec_wrap02 .wrap02_list dt {
    width: 135px;
    text-align: center;
    height: 100%;
}
.sec_wrap02 .wrap02_list dd {
    width: calc(100% - 135px);
}
  /* level_list */
  .sec_wrap02 .level_list .txt {
      padding: 25px 0 0 14px !important;
      font-size: 16px !important;
      font-size: 1rem !important;
  }
  .sec_wrap02 .level_list .txt > span {
      font-size: 12px !important;
      font-size: 0.75rem !important;
  }
  .sec_wrap02 .level_list {
      display: block;
      width: 270px;
      margin: 0 auto;
      padding: 60px 20px 50px;
  }
  .sec_wrap02 .level_list li {
      margin: 0 !important;
      height: 100px;
      width: 140px;
  }
  .sec_wrap02 .level_list li + li {
      margin-top: 60px !important;
  }
  .sec_wrap02 .level_list li:before {
      width: 70px;
      right: -70px;
  }
  .sec_wrap02 .level_list li:after {
      width: 121px;
      top: 47px;
      right: -95px;
  }
  .sec_wrap02 .level_list .txt_num {
      right: 60px;
      top: -29px;
  }
  .sec_wrap02 .level_list .txt_level {
      top: -28px;
  }
  .sec_wrap02 .level_list .txt:before {
      width: 145px;
  }
  .sec_wrap02 .level_list .txt:after {
      left: 135px;
  }
}

@media screen and (max-width: 430px) {
  .point1{
    margin-top: 400px !important;
  }
  .sec_wrap02 .bg_ttl {
    font-size: 16px;
  }
}

@media screen and (max-width: 376px) {
.box_text {
  font-size: 14px !important;
}
}

@media screen and (max-width: 350px) {
  .point1{
    margin-top: 450px !important;
  }
}

/*
degital
=================================== */
.degital .img_sec01 {
    max-width: 530px;
    padding: 30px 20px 24px !important;
    margin: 0 auto !important;
    display: block;
    box-sizing: border-box;
}
.degital_pic01{
  width: 45% !important;
  height: 100%;
}
.box_ttl{
  padding-top: 3% !important;
}
.degital .ttl_img img{
  margin: 5% auto 0;
}

@media screen and (max-width: 767px) {
  .degital .text_box .box_text {
    margin: 10px 0 0;
  }
  .degital .text_box{
    padding-top: 0 !important;
  }
}
/*
scroll_wrap
=================================== */
@keyframes scrollLine {
  0% {
    height: 0;
  }
  50% {
    height: 80px;
    margin-top: 0;
  }
  100% {
    margin-top: 80px;
    height: 80px;
  }
}
.scroll_wrap {
    display: block;
    position: relative;
    top: 0px;
    right: -400px;
    z-index: 50;
}
.scroll_wrap .line {
  position: absolute;
  overflow: hidden;
  top: -20px;
  left: 50%;
  height: 90px;
  width: 20px;
  margin: auto;
}
.scroll_wrap .line::before {
  content: "";
  background: url("../images/recruit/scroll.png") no-repeat;
  background-size: contain;
  position: absolute;
  height: 90px;
  width: 20px;
  -webkit-animation: scrollLine 2s cubic-bezier(0.66, 0.06, 0.42, 0.9) infinite;
  animation: scrollLine 2s cubic-bezier(0.66, 0.06, 0.42, 0.9) infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media screen and (max-width: 767px) {
  .scroll_wrap {
      right: 50%;
      transform: translateX(50%);
      top: -30px;
  }
}

/* ===================================
globalページ
=================================== */
@media all and (-ms-high-contrast:none) {
  .glo .sec01_textarea .deco_text,
  .sdgs .sec01_textarea .deco_text{
    letter-spacing: 0;
  }
}
.glo .sec_wrap01_img{
  margin-top: 20px;
}
.glo .bg_area.flex{
  display: flex;
  padding: 15px 40px 40px;
  justify-content: space-between;
}
.glo .content01{
  margin-top: 50px;
}
.glo .bg_area .ttl{
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
  padding: 10.5px 0;
}
.glo .bg_area .year{
  font-weight: bold;
  padding: 2px 0 2px 20px;
  margin-top: 23px;
  margin-bottom: 15px;
}
.glo .bg_area_left{
  width: calc((100% - 40px) / 2);
}
.glo .bg_area_left .yellow{
  background-color: #fdcf19;
}
.glo .bg_area_right{
  width: calc((100% - 40px) / 2);
}
.glo .bg_area_right .blue{
  background-color: #5BC2DC;
}
.glo .bg_area.none{
  background: transparent;
  margin-top: 60px;
}
.glo .content{
  margin-top: 100px;
}
.glo .txti{
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width:1000px){
  .glo .bg_area_left{
    width: calc((100% - 30px) / 2);
  }
  .glo .bg_area_right{
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width:767px){
  .glo .sec01_textarea .deco_text,
  .sdgs .sec01_textarea .deco_text{
    line-height: 1;
    justify-content: center;
  }
  .glo .sec_wrap01_img{
    margin-top: 25px;
  }
  .glo .content01{
    padding: 0;
    margin-top: 10px;
  }
  .glo .bg_area.flex{
    flex-direction: column;
    padding: 15px 15px 30px;
  }
  .glo .bg_area .ttl{
    padding: 3.5px 0;
    margin-bottom: -10px;
  }
  .glo .bg_area .year{
    padding:  3px 0 3px 5px;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .glo .bg_area_left,
  .glo .bg_area_right{
    width: 100%;
  }
  .glo .bg_area_right{
    margin-top: 40px;
  }
  .glo .bg_area.none{
    margin-top: 20px;
  }
  .glo .content{
    margin-top: 40px;
    padding: 0;
  }
}
/* ===================================
sdgsページ
=================================== */
.sdgs .sec_wrap_sec01{
  margin-top: 30px;
  margin-bottom: 60px;
}
.sdgs .sec_wrap_flex .flex{
  display: flex;
  justify-content: space-between;
}
.sdgs .sec_wrap_flex .flex > figure{
  width: calc((100% - 25px) / 2);
  min-height: 0%;
}
.sdgs .sec_wrap_flex .kome{
  text-align: center;
  margin-top: 15px;
}
.sdgs .ttl_box_kome{
  margin-top: 65px;
}
.sdgs .text_box a{
  color: inherit;
  transition: .3s;
}
.sdgs .text_box a:hover{
  opacity: .7;
}
.sdgs .sec_wrap02 .bg_area.white{
  background: #fff;
  padding: 30px 25px;
}
@media screen and (max-width:767px){
  .sdgs .content_wrap{
    padding: 380px 20px 105px ;
  }
  .sdgs .sec_wrap_sec01{
    max-width: 530px;
    margin: 25px auto 40px;
  }
  .sdgs .sec_wrap_flex .flex{
    flex-direction: column;
  }
  .sdgs .sec_wrap_flex .flex > figure{
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
  }
  .sdgs .sec_wrap_flex .flex > figure:first-child{
    padding-bottom: 15px;
  }
  .sdgs .img_sdgs{
    max-width: 530px;
    margin: 0 auto;
  }
  .sdgs .ttl_box_kome{
    margin-top: 25px;
    padding: 0 30px;
  }
  .sec_wrap02{
    margin-top: 25px;
  }
  .sdgs .sec_wrap02 .bg_area.white{
    padding: 15px 20px 28px;
  }
}
@media screen and (max-width:395px){
  .sdgs .content_wrap{
    padding: 460px 20px 105px ;
  }
}
/* ===================================
businessページ
=================================== */
.busi .sec_wrap01 .box_ttl{
  max-width: 100% !important;
}
.busi .flex01{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  margin-top: 50px;
}
.busi .flex01 > div{
  width: calc((100% - 15px) / 2);
}
.busi .flex-inner{
  display: flex;
  padding: 10px 15px 30px;
  justify-content: space-between;
}
.busi .flex01 .ttl{
  text-align: center;
  padding: 5px 0;
}
.busi .flex01 .ttl.yellow{
  color: #F2C411;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid;
}

.busi .flex01 .ttl.blue{
  color: #5BC2DC;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid;
}

.busi .flex-inner li.year_blue{
  border: 1px solid #5BC2DC;
  background-color: #5BC2DC;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.busi .flex-inner li.year_yellow{
  border: 1px solid #F2C411;
  background-color: #F2C411;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.busi .flex-inner li.yellow{
  color: #FFF;
}
.busi .flex-inner li.blue{
  color: #FFF;
}
.busi .flex-inner li.con {
    height: 74px;
}
.busi .flex-inner > ul{
  width: calc((100% - 20px) / 2);
}

.busi .sec_inner{
  padding: 20px 30px 70px !important;
}

.busi .note01{
  padding-bottom: 15px;
}
.busi .note02{
  width: 100%;
}
.busi .note02 .box_text{
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 2.1;
}
.busi.degital .img_sec01{
  max-width: 730px;
}
.busi .ttl_img02{
  margin-top: 50px;
}
.busi .sec03-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 2.1;
}
.busi .sec03-flex .item01,
.busi .sec03-flex .item04{
  width: 400px;
}
.busi .sec03-flex figcaption{
  text-decoration: underline;
}
.busi .sec03-flex .item02,
.busi .sec03-flex .item03{
  width: calc(100% - 440px);
}
.busi .sec03-flex .item01{
  margin-top: 100px;
}
.busi .sec03-flex .item03{
  margin-top: 45px;
}
.busi .sec03-flex .item04{
  margin-top: -60px;
}
.busi.degital .img_sec02{
  max-width: 550px;
  margin: 0 auto;
  padding: 30px 0;
  background: #c8c8c8;
}
.busi .sec_wrap01.mb{
  margin-bottom: 20px;
}
.busi .gray{
  background:#c8c8c8;
}
.busi a{
  color: inherit;
  transition: opacity .3s;
}
.busi a:hover{
  opacity: .7;
}
.busi a.deconone{
  text-decoration: none;
}
@media screen and (max-width:767px){
  .busi .sec_inner{
    padding: 20px 20px 50px !important;
  }
  .busi .note01{
    margin: 0px;
  }
  .busi .note02 .box_text{
    font-size: 16px;
  }
  .busi .flex01{
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .busi .flex01 .ttl{
    padding: 6.5px 0;
  }
  .busi .flex01 > div{
    width: 100%;
  }
  .ttl_box .ttl_img.busi_sec02{
    margin: 0 auto 30px!important;
  }
  .busi .flex01 > div.left{
    margin-bottom: 10px;
  }
  .busi .flex-inner li.year{
    margin: 15px 0;
    margin-bottom: 7px;
  }
  .busi .flex-inner{
    padding: 10px 0px 20px;
  }
  .busi.degital .img_sec01{
    padding: 15px!important;
  }
  .busi .busi_sec02_img{
    padding: 0 30px;
    margin-top: 15px;
  }
  .busi .sec03-flex .item02, .busi .sec03-flex .item03{
    width: 100%;
    padding: 0;
  }
  .busi .sec03-flex .item02{
    margin-top: 25px;
  }
  .busi .sec03-flex li.sp{
    display: flex;
    max-width: 600px;
    margin: 0 auto;
    justify-content: space-between;
    padding-top: 40px;
  }
  .busi .sec03-flex li.sp > figure{
    width: calc((100% - 10px) / 2);
  }
  .busi .sec03-flex li.sp img{
    height: 80%;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
  }
  .busi .sec03-flex .item03{
    margin-top: 20px;
  }
  .busi .busi_sec04_txt{
    margin:  25px 0;
  }
  .busi.degital .img_sec02{
    padding: 50px;
  }
  .busi .flex-inner li.con {
    height: 110px;
  }
}

@media screen and (max-width:376px){
.busi .note02 .box_text{
  font-size: 14px;
}
}

/*
popup(fv)
=================================== */

.popup_content {
    display: none;
    z-index: 1500;
}
.popup_btn {
    cursor: pointer;
}
.popup_btn:hover img{
    opacity: 0.7;
}

.popup_btn img {
    display: block;
    max-width: 107%;
    width: 130%;
    position: relative;
    margin: 0 0 56% -19%;
    transition: 0.5s;
    z-index: 10;
}
.popup_bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: 0.5s;
    z-index: -1;
}
.popup_content.open + .popup_bg {
    opacity: 1;
    z-index: 1000;
}
/* popup_content */
.popup_content {
    position: fixed;
    top: 220px;
    left: 50%;
    max-width: 700px;
    height: 480px;
    margin-left: -350px;
    overflow-y: auto;
    background: rgba(255,255,255,0.9);
}
.pop_inner {
    position: relative;
    display: flex;
    padding: 45px 30px 35px;
}
.pop_txt {
    width: calc(100% - 132px);
    margin-left: 25px;
    line-height: 1.5;
    text-align: justify;
    letter-spacing: -0.03em;
}
.pop_txt .ttl {
    line-height: 1;
}
.pop_txt .text {
    margin-top: 15px !important;
}
.pop_img02 {
    max-width: 132px;
}
/* close btn */
.pop_inner .close_btn {
    width: 28px;
    height: 28px;
    background: #fb8045;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.pop_inner .close_btn:before {
    content: "";
    width: 24px;
    height: 3px;
    background: #fff;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 12px;
    left: 2px;
}
.pop_inner .close_btn:after {
    content: "";
    width: 24px;
    height: 3px;
    background: #fff;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 12px;
    left: 2px;
}
/* height 670px以下 */
@media screen and (max-height: 670px) {
  .popup_content {
      height: 70vh;
      top: 100px;
  }
}
/* スマホ */
@media screen and (max-width: 767px) {
    .popup_btn:hover,.popup_btn:hover img {
        opacity:1;
    }
    .popup_btn:before{
        display: none;
    }
    .popup_btn img {
      margin: 0 0 56% -130%;
  }
    .popup_content {
        width: calc(100% - 40px);
        margin-left: 0;
        left: 20px;
        top: 15vh;
    }
    .pop_inner {
        display: block;
        padding: 30px 20px;
    }
    .pop_img02 {
        max-width: 150px;
        margin: 0 auto !important;
    }
    .pop_txt {
        width: 100%;
        margin: 15px 0 0 0;
    }
    .pop_txt .text {
        margin-top: 10px !important;
    }
}
@media screen and (max-width: 640px) {
  .popup_btn img {
    margin: 0 0 56% -70%;
}
}
@media screen and (max-width: 520px) {
  .popup_btn img {
    margin: 0 0 56% -20%;
}
}
@media screen and (max-width: 376px) {
  .popup_btn img {
    margin: 0 0 56% -9%;
}
}

/*
修正作業
=================================== */
.sec01_textarea .deco_text {
    font-size: 28px !important;
    font-size: 1.75rem !important;
    justify-content: center;
}
.sec01_textarea .box_inner {
    font-size: 16px !important;
    font-size: 1rem !important;
}
.glo .bg_area.flex{
    padding: 40px;
}
.glo .bg_area_right .blue.year_2012 {
    margin-top: 145px;
}
.glo .bg_area_right .blue.year_2014 {
    margin-top: 43px;
}
.sdgs .ttl_box_kome {
    margin-top: 40px;
}
.strategies.degital.glo .sec01 {
    background: url(../images/strategies/mv_bg01.png)no-repeat;
    background-size: cover;
    background-position: center top;
}
.strategies.degital.busi .sec01 {
    background: url(../images/strategies/mv_bg02.png)no-repeat;
    background-size: cover;
    background-position: center top;
}
.strategies.degital .sec01 {
    background: url(../images/strategies/mv_bg03.png)no-repeat;
    background-size: cover;
    background-position: center top;
}
.strategies.degital.sdgs .sec01 {
    background: url(../images/strategies/mv_bg04.png)no-repeat;
    background-size: cover;
    background-position: center top;
}
@media screen and (max-width: 767px) {
    .sec01_textarea .box_inner {
        font-size: 12px !important;
        font-size: 0.75rem !important;
    }
    .sec01_textarea .deco_text {
        font-size: 20px !important;
        font-size: 1.25rem !important;
    }
    .strategies.degital.glo .sec01 {
        background: url(../images/strategies/mv_bg01_sp.png)no-repeat;
        background-size: cover;
        background-position: center top;
    }
    .strategies.degital.busi .sec01 {
        background: url(../images/strategies/mv_bg02.png)no-repeat;
        background-size: cover;
        background-position: center top;
    }
    .strategies.degital .sec01 {
        background: url(../images/strategies/mv_bg03.png)no-repeat;
        background-size: cover;
        background-position: center top;
    }
    .strategies.degital.sdgs .sec01 {
        background: url(../images/strategies/mv_bg04.png)no-repeat;
        background-size: cover;
        background-position: center top;
    }
    .glo .bg_area_right .blue.year_2012 {
        margin-top: 20px;
    }
    .glo .bg_area_right .blue.year_2014 {
        margin-top: 20px;
    }
    .glo .bg_area.flex{
      padding: 15px 15px 30px;
  }
}


/* recommended */
.recommended_section {
	text-align: center;
}
.recommended_section .fs_48{
  font-size: 38px!important;
  font-size: 2.4rem!important;
  color: #000;
}
.recommended_section .fs_32{
  font-size: 26px!important;
  font-size: 1.6rem!important;
}
.recommended_section .fs_24{
  font-size: 19px!important;
  font-size: 1.2rem!important;
}

.recommended_section .reco_ttl img{
  max-width: 550px;
  margin: 60px auto 0;
}

.reco_inner {
  padding: 40px 20px 55px;
}
.reco_inner h3 {
  letter-spacing: 0.2em;
  padding-bottom: 30px;
}
.reco_inner > p{
  letter-spacing: 0.1em;
  position: relative;
  left: -15px;
}
.reco_inner > p::after{
  content: "";
  height: 2.5px;
  width:35px;
  background: #000;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  margin-left: 20px;
}

@media screen and (max-width: 767px){
.recommended_section .reco_ttl img{
  max-width: 175px;
  margin: 0 auto;
}
.reco_inner h3 {
  padding-bottom: 0px;
}
}

/* slide-box */
.slide-box {
  position: relative;
  padding: 0;
  margin: 45px auto 0;
}

/* slide */
.slide {
  position: relative;
  margin: 0;
  padding: 0;
}
.slide .item {
  position: relative;
  height: 100%;
}
.slide .item a {
  display: block;
  outline: none;
}
/* slide */
.slide .item img {
  margin: auto;
  max-width: 90%;
}



.thumb-item{
  margin: 60px 12% !important;
}
.slick-next::before,
.slick-prev::before{
  opacity: 1!important;
  cursor: pointer;
  display: inline-block;
  background-size: contain;
  width: 125px;
  height: 70px;
}
.slick-next::before{
  content:"" !important;
  background: url(../images/about/arrow_right.png) no-repeat;
  background-size: 125px;
}
.slick-prev::before{
  content:"" !important;
  background: url(../images/about/arrow_left.png) no-repeat;
  background-size: 125px;
}
.slick-next.slick-next:hover,
.slick-prev.slick-prev:hover{
  opacity: .7;
}
.slick-next{
  right: -14% !important;
  top: 50% !important;
  z-index: 10;
}
.slick-prev{
  left: -12% !important;
  top: 50% !important;
  z-index: 10;
}
.slide .item img.sp{
  display: none;
}

/* slide-navigation */
.slide-box p{
  padding: 20px;
  letter-spacing: 0.3em;
  color: #000;
}
.slide-navigation .slick-slide.slick-current.slick-active.slick-center, 
.slide-navigation .slick-slide.slick-active, 
.slide-navigation .slick-slide,.slick-arrow{
  outline: none;
}
.slide-navigation .item .image {
  transition: .3s;
  cursor: pointer;
}
.slide-navigation .item .image .sp{
  display: none;
}
.slide-navigation .item .image:hover{
  opacity: .7;
}
.slick-list.draggable{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
/* slick */
.slick-vertical .slick-slide {
  border: 0 solid transparent;
}
.slick-arrow {
  z-index: 999;
}
.slick-prev {
  top: 25px;
  bottom: 0;
  left: 20px;
  right: auto;
  margin: auto;
}
.slick-next {
  top: 25px;
  bottom: 0;
  left: auto;
  right: 20px;
  margin: auto;
}

@media screen and (max-width: 1400px) {
  .slick-next{
    right: -15% !important;
  }
  .slick-prev{
    left: -15% !important;
  }
}
@media screen and (max-width: 1000px) {
  .slick-next::before{
    background-size: 90px;
  }
  .slick-prev::before{
    background-size: 90px;
  }
  .slick-next{
    right: -19% !important;
    top: 60% !important;
  }
  .slick-prev{
    left: -14% !important;
    top: 60% !important;
  }
}
@media screen and (max-width: 767px) {
  .slide-navigation .item .image .sp{
    display: block;
  }
  .slide-navigation .item .image .pc{
    display: none;
  }
  .slick-list.draggable{
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }
  .slide-box {
    margin: 20px auto 0;
  }
  .slick-next::before{
    content:"" !important;
    background: url(../images/about/arrow_right_sp.png) no-repeat;
    background-size: 30px;
  }
  .slick-prev::before{
    content:"" !important;
    background: url(../images/about/arrow_left_sp.png) no-repeat;
    background-size: 30px;
  }
  .slick-next::before,
  .slick-prev::before{
  width: 30px;
  height: 60px;
}
.slick-next{
  right: -2% !important;
}
.slick-prev{
  left: -2% !important;
}
.reco_ttl_img{
  max-width: 70vw !important;
}
.thumb-item{
  margin: 30px 0 -5px !important;
}

}

@media screen and (max-width:370px){
    .slick-list.draggable{
      width:90vw;
    }
}

/*
動画エリア
=================================== */
.movie_ttl {
    text-align: center;
    margin: 45px auto 45px !important;
}
.movie_ttl span {
    display: block;
    margin-top: 10px;
    font-size: 80%;
}
.molie_list + p {
    font-size: 14px;
    margin-bottom: 60px;
    text-align: right;
}
.molie_list {
    display: flex;
    margin-bottom: 30px !important;
}
.molie_list li{
    margin: 0 10px;
    width: calc((100% - 60px)/3);
}
.molie_list .movie_item {
  position: relative;
  width: 100%;
  padding-top: 56.25%; 
}
.movie_item iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; 
}
@media screen and (max-width: 767px) {
  .movie_ttl {
      margin: 0 auto 40px !important;
  }
  .molie_list {
      flex-wrap: wrap;
      margin-bottom: 30px !important;
  }
  .molie_list li{
      margin: 10px;
      width: 100%;
  }
}