@charset "UTF-8";

#base_wrap .table_usual th {
  background-color: #b4e0ee;
}

/*---------------------------------
  page_header
---------------------------------*/

.page_header {
  margin-bottom: 0;
}

@media screen and (min-width: 641px), print {
  .page_header img {
    width: 191px;
  }
}

@media screen and (max-width: 640px) {
  .page_header img {
    width: 191px;
  }
}

/*---------------------------------
   #education
---------------------------------*/

@media screen and (min-width: 641px), print {
  #base_wrap #education .base_flex .base_box {
    width: 615px;
  }
  
  #base_wrap #education .base_flex figure {
    width: 230px;
  }
}

/*---------------------------------
   #facility
---------------------------------*/

@media screen and (min-width: 641px), print {
  #base_wrap #facility .base_flex {
    flex-direction: row-reverse;
  }
  
  #base_wrap #facility .base_flex .base_box {
    width: 450px;
  }
  
  #base_wrap #facility .base_flex figure {
    width: 489px;
  }
}

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

#base_wrap #flow .table_usual {
  width: 100%;
}

#base_wrap #flow .base_flex {
  position: relative;
}

#base_wrap #flow .bnr_colleague a {
  display: inline-block;
  transition: all 0.3s;
}

@media screen and (min-width: 641px), print {
  #base_wrap #flow .base_flex .base_box:nth-of-type(1) {
    width: 525px;
  }
  
  #base_wrap #flow .base_flex .base_box:nth-of-type(2) {
    width: 415px;
  }
  
  #base_wrap #flow .bnr_colleague {
    float: right;
  }
  
  #base_wrap #flow .bnr_colleague a:hover {
    opacity: 0.75;
  }
}

@media screen and (max-width: 640px) {
  #base_wrap #flow .table_usual {
    font-size: 13px;
  }

  #base_wrap #flow .base_flex figure {
    margin-bottom: 15px;
  }
  
  #base_wrap #flow .bnr_colleague {
    text-align: center;
  }
}

/*---------------------------------
   #career
---------------------------------*/

#base_wrap #career .base_flex:nth-of-type(2) .base_box:nth-child(1) .table_usual {
  width: 100%;
}

#base_wrap #career .table_usual th {
  width: auto;
}

#base_wrap #career .base_body h4 {
  margin: 0;
  border-top: 1px solid #008cd5;
  border-bottom: 1px solid #008cd5;
  line-height: 1.5;
  text-align: center;
  color: #008cd5;
}

@media screen and (min-width: 641px), print {
  #base_wrap #career .base_body h4 {
    padding: 10px;
    margin-bottom: 35px;
    font-size: 22px;
  }
  
  #base_wrap #career .base_flex:nth-of-type(1) .base_box {
    width: 600px;
  }
  
  #base_wrap #career .base_flex:nth-of-type(1) figure {
    width: 335px;
  }
  
  #base_wrap #career .base_flex:nth-of-type(2) .base_box:nth-child(1) {
    width: 360px;
  }
  
  #base_wrap #career .base_flex:nth-of-type(2) .base_box:nth-child(1) .table_usual th {
    height: 72px;
  }
  
  #base_wrap #career .base_flex:nth-of-type(2) .base_box:nth-child(2) {
    width: 580px;
  }
  
  #base_wrap #career .base_flex:nth-of-type(2) .base_box:nth-child(2) .table_usual {
    width: 100%;
  }
  
  #base_wrap #career .base_flex:nth-of-type(3) .base_box {
    width: 525px;
  }
  
  #base_wrap #career .base_flex:nth-of-type(3) figure {
    width: 415px;
  }
}

@media screen and (max-width: 640px) {
  #base_wrap #career .table_usual {
    font-size: 13px;
  }
  
  #base_wrap #career .base_body h4 {
    padding: 5px;
    margin-bottom: 15px;
    font-size: 16px;
  }
  
  #base_wrap #career .base_flex:nth-of-type(2) .base_box:nth-child(2) .table_usual {
    width: 640px;
  }
}

/*---------------------------------
   #principles
---------------------------------*/

#base_wrap #principles .base_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #008cd5;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

#base_wrap #principles .base_link a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("/cmn/images/icon/icon_circle_white.png") no-repeat center;
}

@media screen and (min-width: 641px), print {
  #base_wrap #principles .base_flex .base_box {
    width: 525px;
  }
  
  #base_wrap #principles .base_link a {
    height: 60px;
    border-radius: 5px;
    font-size: 16px;
    transition: opacity 0.3s;
  }
  
  #base_wrap #principles .base_link a::before {
    margin-right: 6px;
  }
  
  #base_wrap #principles .base_link a:hover {
    opacity: 0.75;
  }
  
  #base_wrap #principles .base_flex figure {
    width: 415px;
  }
}

@media screen and (max-width: 640px) {
  #base_wrap #principles .base_link a {
    height: 48px;
    border-radius: 3px;
    font-size: 13px;
  }
  
  #base_wrap #principles .base_link a::before {
    margin-right: 4px;
  }
  
}