@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 1001px) {
.page_copy {
  color: #0c2f54;
}
}

.breadcrumb li , .breadcrumb li:after {
  color: #333;
}
.content_title .line_left, .content_title .line_right {
	width: 40%;
}
/* ご挨拶 */

.page_content p {
    letter-spacing: 0.08em;
    line-height: 2em;
    font-size: 14px;
}
.greeting_wrap {
  display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.greeting_txt {
width: 65%;
}
.page_content .greeting_txt h3 {
  padding: 0;
}

.greeting_img p {
  text-align: right;
  line-height: 1.5em;
}
.greeting_img img {
max-width: 275px;
}
.page_content p.staff_name {
    font-size: 26px;
    margin-bottom: 0px;
    color: #0c2f54;
}
.about_logo {
  margin: 0 auto;
max-width: 109px;
}
.vision_value_wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 100px;
}
.vision_value_wrap h3 {
font-size: 2.1rem;
}
.vision_value_wrap .vision {
  width: 48%;
}
.vision_value_wrap .value {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .mission h3 {
    font-size: 2rem;
    margin-bottom: 80px;
  }
  .greeting_txt {
    width: 100%;
}
.greeting_txt p {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .page_content .greeting_txt h3 {
      text-align: center;
  }
  .vision_value_wrap {
    display: block;
    margin-top: 20px;
  }
  .vision_value_wrap .vision {
    width: 100%;
}
.vision_value_wrap .value {
    width: 100%;
}
}
@media screen and (max-width: 500px) {
.page_content h3 {
    font-size: 2rem;
    text-align: justify;
    letter-spacing: 0.1em;
}
.page_content p {
    letter-spacing: 0.05em;
    line-height: 1.5em;
    text-align: justify;
}
.page_content .mission h3 {
text-align: center;
}
}
/* 会社情報 */
.company_table {
  margin: 0 0 30px;
}
.comp_photo_wrap {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  flex-wrap: wrap;
}
.comp_photo_wrap figure {
text-align: center;
}
@media screen and (max-width: 900px) {
  .comp_photo_wrap {
    justify-content: center;
  }
  .comp_photo_wrap figure {
  margin: 10px 0;
}
}
@media screen and (max-width: 500px) {
.content_title .line_left, .content_title .line_right {
  width: 35%;
}
.content_title {
  margin: 40px auto 0px;
}
}

/* 4つのこだわり */
.concept_contents {
margin-bottom: 50px;
}
.concept_contents section {
  margin-bottom: 0;
padding-bottom: 0;
}
.page_content h3 {
  padding: 20px 0;
}
.concept_contents section.concept{
  padding-top: 150px;
}
.kodawari_content01 .kodawari_h3 h3 {
font-size: 14px;
}
.kodawari_content01 .kodawari_text {
    padding: 0px!important;
    font-size: 14px;
  }
  .link1 {
    margin-top: 0;
padding-top: 10px;
padding-bottom: 5px;
  }
.concept h4 {
font-size: 3rem;
color: #0c2f54;
}
.concept h4 span {
  padding: 10px 0.7em;
  background-color: #c2bdc9;
  color: #fff;
  margin-right: 15px;
  display: inline-block;
  margin-bottom: 20px;
}
.concept .concept_wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#concept_02.concept .concept_wrap {
  display: block;
}
#concept_02.concept .concept_wrap .concept_text {
width: 100%;
}
#concept_02.concept .concept_wrap .concept_img {
  width: 100%;
  min-width: 268px;
}
.concept .concept_wrap .concept_text {
width: 65%;
}
.concept .concept_wrap .concept_text p {
margin-bottom: 20px;
}
.concept .concept_wrap .concept_text ul {
list-style: disc;
margin: 0 0 20px 15px;
}
.concept .concept_wrap .concept_text ul li {
margin-bottom: 10px;
}
.concept .concept_wrap .concept_img {
  width: 30%;
  min-width: 268px;
}
.concept .concept_wrap .concept_img div {
margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .concept_contents section.concept {
    padding-top: 40px;
}
.concept .concept_wrap {
  display: block;
}
.concept h4 {
    font-size: 2rem;
  }
.concept .concept_wrap .concept_text {
    width: 100%;
}
.concept .concept_wrap .concept_img {
  display: flex;
  width: 100%;
}
.concept .concept_wrap .concept_img div:first-child {
margin-right: 10px;
}
}
