/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.ceo_message_block {
  display: flex;
  flex-wrap: wrap;
}
.ceo_message_block_ttl {
  width: 100%;
  flex-shrink: 0;
  margin-bottom: 30px;
}
.ceo_message_block_content {
  width: 100%;
}

.ceo_message_intro {
  background: #F8F8F8;
  padding: 60px 0;
  position: relative;
}
.ceo_message_intro::before {
  position: absolute;
  content: "";
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/ceo-message/bg_intro_01.png) no-repeat center/contain;
  width: 81vw;
  height: 82vw;
}
.ceo_message_intro .c_low_ttl01 {
  display: block;
  text-align: center;
  margin-bottom: 22px;
}
.ceo_message_intro .c_low_ttl02 {
  display: block;
  margin-bottom: 10px;
}
.ceo_message_intro_desc {
  text-align: left;
  margin-bottom: 20px;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: #13202F;
  font-weight: 700;
}
.ceo_message_intro_desc:last-child {
  margin-bottom: 0;
}
.ceo_message_intro_circle01, .ceo_message_intro_circle02 {
  position: absolute;
  border-radius: 100%;
  background: linear-gradient(90deg, rgb(16, 113, 99) 0%, rgb(101, 180, 71) 100%);
  opacity: 0.3;
}
.ceo_message_intro_circle01 {
  left: -15vw;
  bottom: 5.5%;
  width: 30vw;
  height: 30vw;
}
.ceo_message_intro_circle02 {
  top: 15%;
  right: -10vw;
  opacity: 0.1;
  width: 20vw;
  height: 20vw;
}

.ceo_message_overview {
  padding: 60px 0;
  background: #fff;
}
.ceo_message_overview .ceo_message_tbl_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ceo_message_overview .ceo_message_tbl_item .date,
.ceo_message_overview .ceo_message_tbl_item .year,
.ceo_message_overview .ceo_message_tbl_item .price,
.ceo_message_overview .ceo_message_tbl_item .employees {
  font-weight: 400;
  display: inline-block;
  color: #13202F;
  margin: 0 10px 10px 0;
}
.ceo_message_overview .ceo_message_tbl_item .date {
  letter-spacing: 0;
  font-size: 0.875rem;
}
.ceo_message_overview .ceo_message_tbl_item .year,
.ceo_message_overview .ceo_message_tbl_item .employees {
  letter-spacing: 0.01em;
  font-size: 0.75rem;
}
.ceo_message_overview .ceo_message_tbl_item .price {
  letter-spacing: 0.01em;
  color: #107163;
  font-size: 0.875rem;
  font-weight: bold;
}
.ceo_message_overview .head_small {
  position: relative;
}

.ceo_message_location {
  padding: 60px 0;
  background: #F8F8F8;
}
.ceo_message_location_address {
  font-size: 0.875rem;
  font-weight: 400;
  color: #13202F;
  letter-spacing: 0.01em;
  margin-bottom: 6px;
}
.ceo_message_location_link {
  margin-bottom: 25px;
}
.ceo_message_location_link a {
  text-decoration: none;
}
.ceo_message_location_link .txt {
  color: #107163;
  font-size: 0.875rem;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.01em;
  position: relative;
  padding: 0 20px 0px 0px;
  transition: all 0.5s;
}
.ceo_message_location_link .txt::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(../images/common/icon_blank01.svg) no-repeat center/contain;
  width: 10px;
  height: 10px;
}
.ceo_message_location_link .txt::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #107163;
}
.ceo_message_location_map {
  height: 300px;
  overflow: hidden;
}
.ceo_message_location_map iframe {
  width: 100%;
  height: calc(100% + 150px);
  outline: 0;
  border: 0;
  top: -150px;
  position: relative;
}

.ceo_message_history {
  padding: 60px 0 80px;
  background: #fff;
}
.ceo_message_history_list {
  position: relative;
}
.ceo_message_history_list::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 100%;
  background: #BEC3C6;
}
.ceo_message_history_item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 14px;
  margin-bottom: 30px;
}
.ceo_message_history_item.flex_start .ceo_message_history_year {
  position: relative;
}
.ceo_message_history_item::before {
  position: absolute;
  content: "";
  top: 0;
  left: -3.5px;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  background: #107163;
}
.ceo_message_history_item:last-child {
  margin-bottom: 0;
}
.ceo_message_history_year {
  width: 100%;
  flex-shrink: 0;
  margin-top: -14px;
}
.ceo_message_history_year .year,
.ceo_message_history_year .year_txt {
  display: inline-block;
  color: #107163;
  letter-spacing: 0.01em;
}
.ceo_message_history_year .year {
  font-family: "Rubik", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}
.ceo_message_history_year .year_txt {
  font-weight: bold;
  font-size: 0.875rem;
}
.ceo_message_history_infos {
  width: 100%;
}
.ceo_message_history_info {
  display: flex;
  margin-bottom: 5px;
  padding: 0 0 0 10px;
}
.ceo_message_history_info:last-child {
  margin-bottom: 0;
}
.ceo_message_history_date {
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: #13202F;
  letter-spacing: 0.01em;
  margin-right: 15px;
  flex-shrink: 0;
}
.ceo_message_history_desc .desc {
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: #13202F;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .ceo_message_block {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .ceo_message_block_ttl {
    width: 32%;
  }
  .ceo_message_block_content {
    width: 67.242%;
  }
  .ceo_message_intro {
    padding: 100px 0 114px;
  }
  .ceo_message_intro::before {
    width: 510px;
    height: 502px;
  }
  .ceo_message_intro .c_low_ttl01 {
    margin-bottom: 44px;
  }
  .ceo_message_intro .c_low_ttl02 {
    margin-bottom: 18px;
  }
  .ceo_message_intro_desc {
    line-height: 2em;
    font-size: 1.25rem;
    margin-bottom: 40px;
    text-align: center;
  }
  .ceo_message_intro_circle01 {
    width: 220px;
    height: 220px;
    left: -110px;
  }
  .ceo_message_intro_circle02 {
    width: 160px;
    height: 160px;
    right: -80px;
    top: calc(50% - 447px);
  }
  .ceo_message_overview {
    padding: 102px 0 152px;
  }
  .ceo_message_overview .c_low_ttl02 {
    position: relative;
    top: -3px;
  }
  .ceo_message_overview .c_tbl_head {
    padding: 20px 10px;
  }
  .ceo_message_overview .ceo_message_tbl_item .date,
  .ceo_message_overview .ceo_message_tbl_item .year,
  .ceo_message_overview .ceo_message_tbl_item .price,
  .ceo_message_overview .ceo_message_tbl_item .employees {
    line-height: 2em;
    margin: 0 -1px 7px 0;
  }
  .ceo_message_overview .ceo_message_tbl_item .date {
    font-size: 1rem;
  }
  .ceo_message_overview .ceo_message_tbl_item .year,
  .ceo_message_overview .ceo_message_tbl_item .employees {
    font-size: 0.875rem;
  }
  .ceo_message_overview .ceo_message_tbl_item .year {
    margin: 0 20px 5px 0;
  }
  .ceo_message_overview .ceo_message_tbl_item .price {
    font-size: 1rem;
  }
  .ceo_message_overview .ceo_message_tbl_item:last-child .date,
  .ceo_message_overview .ceo_message_tbl_item:last-child .year,
  .ceo_message_overview .ceo_message_tbl_item:last-child .price,
  .ceo_message_overview .ceo_message_tbl_item:last-child .employees {
    margin-bottom: 0;
  }
  .ceo_message_overview .c_tbl_txt.lh16 {
    line-height: 1.625em;
  }
  .ceo_message_overview .head_small {
    top: -4px;
  }
  .ceo_message_location {
    padding: 110px 0 111px;
  }
  .ceo_message_location .c_low_ttl02 {
    top: -7px;
  }
  .ceo_message_location_address {
    line-height: 2em;
    font-size: 1rem;
    margin-bottom: 12px;
  }
  .ceo_message_location_link {
    margin-bottom: 49px;
  }
  .ceo_message_location_link a:hover .txt::before {
    opacity: 0;
  }
  .ceo_message_location_link .txt {
    line-height: 2em;
    font-size: 1rem;
    padding: 0 25px 0px 0px;
    line-height: 2em;
  }
  .ceo_message_location_link .txt::after {
    width: 16px;
    height: 16px;
  }
  .ceo_message_location_map {
    height: 480px;
  }
  .ceo_message_history {
    padding: 68px 0 174px;
  }
  .ceo_message_history .c_low_ttl02 {
    top: -20px;
  }
  .ceo_message_history_item {
    padding-left: 30px;
  }
  .ceo_message_history_item.flex_start {
    align-items: flex-start;
  }
  .ceo_message_history_item::before {
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    transform: translateX(-50%);
  }
  .ceo_message_history_year .year,
  .ceo_message_history_year .year_txt {
    line-height: 2em;
  }
  .ceo_message_history_year .year_txt {
    font-size: 1rem;
  }
  .ceo_message_history_info {
    width: 100%;
    padding: 0;
    margin-bottom: 13px;
  }
  .ceo_message_history_date {
    text-align: right;
    margin-right: 20px;
    line-height: 2em;
    font-size: 1rem;
    min-width: 66px;
  }
  .ceo_message_history_desc {
    width: 90%;
  }
  .ceo_message_history_desc .desc {
    line-height: 2em;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .ceo_message_intro::before {
    width: 820px;
    height: 814px;
  }
  .ceo_message_intro_circle01 {
    width: 440px;
    left: -220px;
    height: 440px;
  }
  .ceo_message_intro_circle02 {
    width: 320px;
    right: -160px;
    height: 320px;
    top: calc(50% - 454px);
  }
  .ceo_message_overview .c_tbl_head {
    padding: 20px;
  }
  .ceo_message_overview .ceo_message_tbl_item .employees {
    margin: 0 0 10px 10px;
  }
  .ceo_message_history .c_low_ttl02 {
    top: 12px;
  }
  .ceo_message_history_list::before {
    height: 92%;
    left: 4px;
    width: 2px;
  }
  .ceo_message_history_item {
    margin-bottom: 9px;
    padding-left: 14px;
  }
  .ceo_message_history_item.flex_start .ceo_message_history_year {
    top: -16px;
  }
  .ceo_message_history_item::before {
    transform: none;
  }
  .ceo_message_history_item01::before {
    top: 26px;
  }
  .ceo_message_history_item02 {
    margin-bottom: 5px;
  }
  .ceo_message_history_item02::before {
    top: 11px;
  }
  .ceo_message_history_item03 {
    margin-bottom: 8px;
  }
  .ceo_message_history_item03::before {
    top: 26px;
  }
  .ceo_message_history_item04 {
    margin-bottom: 20px;
  }
  .ceo_message_history_item04::before {
    top: 12px;
  }
  .ceo_message_history_item05 {
    margin-bottom: 1px;
  }
  .ceo_message_history_item05::before {
    top: 10px;
  }
  .ceo_message_history_item06 {
    margin-bottom: -5px;
  }
  .ceo_message_history_item06::before {
    top: 27px;
  }
  .ceo_message_history_item07 {
    margin-bottom: 9px;
  }
  .ceo_message_history_item07::before {
    top: 26px;
  }
  .ceo_message_history_item08 {
    margin-bottom: 3px;
  }
  .ceo_message_history_item08::before {
    top: 10px;
  }
  .ceo_message_history_item09::before {
    top: 27px;
  }
  .ceo_message_history_year {
    margin: 0 clamp(-0.375rem, -1.0416666667vw + 0.6666666667rem, 0rem) 0 0;
    width: 138px;
    padding-left: 35px;
  }
  .ceo_message_history_year .year {
    font-size: clamp(1.75rem, 0.6944444444vw + 1.3055555556rem, 2rem);
  }
  .ceo_message_history_infos {
    width: calc(100% - 138px);
  }
  .ceo_message_history_date {
    width: 74px;
  }
}
/*# sourceMappingURL=company.css.map */
