@charset "utf-8";

.message {
  padding-bottom: 0.50rem;
}

.message .in {
  max-width: 10.60rem;
  box-sizing: border-box;
}

/* リードテキスト */
.message .lead {
  font-size: 0.18rem;
  /* text-align: center; */
  line-height: 1.9;
  letter-spacing: 0.09em;
  text-indent: 1em;
  padding-bottom: 0.15rem;
}
@media screen and (max-width: 640px) {
  .message .lead {
    font-size: 0.15rem;
    text-align: left;
  }
}

.message .lead_box {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 640px) {
  .message .lead_box {
    margin-bottom: 0.45rem;
  }
}

.message .name_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 0.5rem;
  gap: 0 0.40rem;
}
@media screen and (max-width: 640px) {
  .message .name_box {
    flex-direction: column;
    gap: 0.12rem 0;
    justify-content: flex-end;
    margin-top: 0.2rem;
    padding-bottom: 0.30rem;
  }
}

.message .name_box span {
  font-size: 0.15rem;
  line-height: 1.8;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 640px) {
  .message .name_box span {
    font-size: 0.13rem;
    text-align: right;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .message .name_box .name {
    width: 100%;
    text-align: right;
  }
}

.message .bottom_cont {
  background: url(../img/company/message_bg.jpg) no-repeat center 10%;
  background-size: cover;
  position: relative;
}

.message .bottom_cont .in {
  max-width: 12.30rem;
}

.message .bottom_cont .text_wrap {
  padding-top: 1.50rem;
  padding-bottom: 1.7rem;
  max-width: 4.7rem;
  margin-left: auto;
  margin-right: 0.8rem;
  color: #fff;
  text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.26);
}
@media screen and (max-width: 640px) {
  .message .bottom_cont .text_wrap {
    order: 2;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0.5rem 0 0;
    box-sizing: border-box;
  }
}

.message .bottom_cont .text_wrap .ttl {
  font-size: 0.35rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 0.50rem;
}
@media screen and (max-width: 640px) {
  .message .bottom_cont .text_wrap .ttl {
    font-size: 0.22rem;
    margin-bottom: 0.3rem;
    text-align: center;
  }
}

.message .bottom_cont .text_wrap .text {
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 2.4;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 640px) {
  .message .bottom_cont .text_wrap .text {
    font-size: 0.14rem;
    line-height: 2;
  }
}

.message .bottom_cont .ph_wrap {
  width: 100%;
  max-width: 5.45rem;
  position: absolute;
  left: 0;
  bottom: -1.5rem;
}
@media screen and (max-width: 640px) {
  .message .bottom_cont .ph_wrap {
    position: relative;
    left: auto;
    bottom: -0.5rem;
    max-width: 100%;
    width: 100%;
    order: 1;
    width: 2.6rem;
    height: auto;
    margin-left: auto;
    margin-right: 0;
  }
}


/* 会社概要 */
.company_info {
  padding-top: 2.0rem;
  padding-bottom: 0.50rem;
}

@media screen and (max-width: 1024px) {
  .company_info {
    padding-top: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  .company_info {
    padding-top: 0.4rem;
  }
}


.company_info .table_box {
  width: 100%;
  max-width: 10.00rem;
  margin: 0 auto;
}

.company_info .table_box table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  word-break: break-all;
}

.company_info .table_box table tr {
  border-bottom: 1px solid #CCC;
}

.company_info .table_box table tr:first-child {
  border-top: 1px solid #CCC;
}

.company_info .table_box table th {
  width: 30%;
  padding: 0.20rem 0;
  text-align: left;
  font-size: 0.15rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.09em;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .company_info .table_box table th {
    font-size: 0.14rem;
    font-weight: bold;
    padding: 0;
    width: 100%;
    display: block;
    padding: 0.1rem 0 0;
  }
}

.company_info .table_box table td {
  width: 70%;
  padding: 0.20rem 0;
  text-align: left;
  font-size: 0.15rem;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 640px) {
  .company_info .table_box table td {
    font-size: 0.14rem;
    padding-top: 0;
    padding-bottom: 0.1rem;
    width: 100%;
    display: block;
  }
}

.company_info .table_box table .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.company_info .table_box table .flex .list {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .company_info .table_box table .flex .list {
    width: 100%;
  }
}

.company_info .table_box table .jutaku .jutaku_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: disc inside;
}

.company_info .table_box table .jutaku .jutaku_list .item {
  margin-bottom: 0.1rem;
  text-indent: -0.2rem;
  padding-left: 0.2rem;
}

.company_info .table_box table .jutaku .jutaku_list .item.col3 {
  width: 30%;
}

@media screen and (max-width: 640px) {
  .company_info .table_box table .jutaku .jutaku_list .item.col3 {
    width: 100%;
  }
}

.company_info .bottom_cont {
  max-width: 10.00rem;
  margin: 0 auto;
  padding: 0.5rem;
  background: #F2F8E9;
  background-size: cover;
  position: relative;
  margin-top: 0.9rem;
}
@media screen and (max-width: 640px) {
  .company_info .bottom_cont {
    padding: 0.28rem 0.18rem;
    margin-top: 0.45rem;
  }
}

.company_info .bottom_cont .ttl {
  font-size: 0.20rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 0.40rem;
}
@media screen and (max-width: 640px) {
  .company_info .bottom_cont .ttl {
    font-size: 0.16rem;
    line-height: 2;
  }
}

.company_info .bottom_cont .ttl span {
  border-bottom: 3px solid #70A52D;
  padding-bottom: 0.1rem;
}

@media screen and (max-width: 640px) {
  .company_info .bottom_cont .ttl span {
    padding-bottom: 0.03rem;
  }
}


.company_info .bottom_cont .cont_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .company_info .bottom_cont .cont_wrap {
    flex-direction: column;
    align-items: stretch;
  }
}

.company_info .bottom_cont .cont_wrap .ph_wrap {
  width: 2.4rem;
}
@media screen and (max-width: 640px) {
  .company_info .bottom_cont .cont_wrap .ph_wrap {
    width: 100%;
    max-width: 2rem;
    margin: 0 auto 0.18rem;
  }
}

@media screen and (max-width: 640px) {
  .company_info .bottom_cont .cont_wrap .ph_wrap img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.company_info .bottom_cont .cont_wrap .text_wrap {
  width: calc(100% - 2.4rem);
}

.company_info .bottom_cont .cont_wrap .text_wrap {
  font-size: 0.15rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.09em;
  padding-left: 0.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .company_info .bottom_cont .cont_wrap .text_wrap {
    width: 100%;
    padding-left: 0;
    font-size: 0.14rem;
  }
}

.company_info .bottom_cont .cont_wrap .text_wrap .text {
  margin-bottom: 0.20rem;
}

.company_info .bottom_cont .cont_wrap .text_wrap .text a{
  text-decoration: underline;
  color: #1a1a1a;
}

@media screen and (max-width: 640px) {
  .company_info .bottom_cont .cont_wrap .text_wrap .text a {
    font-size: 0.14rem;
  }
}

.company_info .bottom_cont .cont_wrap .text_wrap .list_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .company_info .bottom_cont .cont_wrap .text_wrap .list_box {
    flex-direction: column;
    align-items: flex-start;
  }
}

.company_info .bottom_cont .cont_wrap .text_wrap .list_box .list_ttl {
  font-size: 0.15rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.09em;
  width: 20%;
}
@media screen and (max-width: 640px) {
  .company_info .bottom_cont .cont_wrap .text_wrap .list_box .list_ttl {
    width: 100%;
    margin-bottom: 0.08rem;
  }
}

@media screen and (max-width: 640px) {
  .company_info .bottom_cont .cont_wrap .text_wrap .list_box .list {
    width: 100%;
  }
}

.company_info .bottom_cont .cont_wrap .text_wrap .list_box .list .item {
  margin-bottom: 0.1rem;
  text-indent: -0.2rem;
  padding-left: 0.2rem;
}
@media screen and (max-width: 640px) {
  .company_info .bottom_cont .cont_wrap .text_wrap .list_box .list .item {
    padding-left: 0.1rem;
    text-indent: 0;
  }
}

.company_info .bottom_cont .cont_wrap .text_wrap .list_box .list .item::marker {
  content: "・";
  color: #70A52D;
  font-size: 0.15rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.09em;
}

/* ユースエール */
.company_info .bottom_cont .cont_wrap .text_wrap .bottom_text {
  font-size: 0.15rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.09em;
  box-sizing: border-box;
  margin-top: 0.1rem;
}
@media screen and (max-width: 640px) {
  .company_info .bottom_cont .cont_wrap .text_wrap .bottom_text {
    font-size: 0.14rem;
  }
}

/* 同好会活動 */
.shinboku {
  padding: 0.70rem 0;
}
@media screen and (max-width: 640px) {
  .shinboku {
    padding: 0.4rem 0;
  }
}

.shinboku .in {
  max-width: 11.80rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .shinboku .in {
    padding: 0;
  }
}

.shinboku .in .ttl {
  font-size: 0.24rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .shinboku .in .ttl {
    font-size: 0.18rem;
    line-height: 1.5;
  }
}

.shinboku .in .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.30rem 0;
  justify-content: space-between;
  padding-top: 0.30rem;
}

.shinboku .in .list .item {
  width: 31%;
}

.shinboku .in .list .item .ph {
  width: 100%;
  height: 2.30rem;
  border-radius: 0.10rem;
}

.shinboku .in .list .item .txt_box {
  width: 100%;
  text-align: center;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1.8;
  padding-top: 0.1rem;
}
@media screen and (max-width: 640px) {
  .shinboku .in .list .item .txt_box {
    font-size: 0.14rem;
  }
}

@media screen and (max-width: 640px) {
  .shinboku .in .list .item {
    width: auto;
  }

  .shinboku .in .list .slick-slide {
    padding: 0 0.05rem;
  }

  .shinboku .in .list .item .ph {
    height: 50vw;
  }
  .shinboku .in .slick-dots li {
    width: 0.06rem;
    height: 0.06rem;
    background-color: #CCC;
    border-radius: 0.04rem;
    opacity: 0.5;
    transition: all 0.3s;
  }
  .shinboku .in .slick-dots li.slick-active {
    width: 0.26rem;
    opacity: 1;
  }
  .shinboku .in .slick-dots li button:before {
    font-size: 0;
    width: 100%;
  }
}

.shinboku .in .etc_txt {
  font-size: 0.15rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.09em;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .shinboku .in .etc_txt {
    font-size: 0.13rem;
    padding-right: 0.20rem;
    display: none;
  }
}

/*============================
沿革
============================*/
.history {
  background-color: #0098B8;
  padding: 0.70rem 0 1.00rem;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .history {
    padding: 0.4rem 0 0.8rem;
  }
}

.histroy::before {
  content: "";
  width: 5.38rem;
  height: 5.96rem;
  background-image: url(../img/company/logo_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -2.00rem;
  top: -0.80rem;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .histroy::before {
    width: 3.00rem;
    height: 3.32rem;
    right: -1.20rem;
    top: auto;
    bottom: -0.90rem;
  }
}

.history .histroy_box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.30rem 0;
  width: 100%;
  max-width: 8.00rem;
  margin: auto;
  position: relative;
  z-index: 1;
}

.history .histroy_box .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.history .histroy_box .list .year {
  width: 1.80rem;
  font-family: "Rubik", sans-serif;
  font-size: 0.30rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 640px) {
  .history .histroy_box .list .year {
    font-size: 0.22rem;
    width: 100%;
    text-align: left;
    margin-bottom: 0.08rem;
  }
}

.history .histroy_box .list .txt_box {
  width: calc(100% - 1.80rem);
  line-height: 1.875;
}
@media screen and (max-width: 640px) {
  .history .histroy_box .list .txt_box {
    width: 100%;
  }
}

.history .histroy_box .list .txt_box .txt {
  font-size: 0.15rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .history .histroy_box .list .txt_box .txt {
    font-size: 0.14rem;
  }
}

.history .histroy_box .list .txt_box .small_txt {
  font-size: 0.13rem;
}

/*============================
組織図
============================*/
.organization {
  padding: 1.00rem 0;
}
@media screen and (max-width: 640px) {
  .organization {
    padding: 0.4rem 0;
  }
}

.organization .org_chart {
  width: 100%;
  max-width: 10.00rem;
  margin: auto;
}

.organization .org_chart img {
  display: block;
}

/*============================
有資格者
============================*/
.professional {
  padding: 0.70rem 0;
  background-color: #ECF8FA;
}
@media screen and (max-width: 640px) {
  .professional {
    padding: 0.4rem 0;
  }
}

.professional .professional_box {
  width: 100%;
  max-width: 9.00rem;
  margin: auto;
  background-color: #FFF;
  border: 1px solid #707070;
  border-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

.professional .professional_box .list {
  display: flex;
  width: 50%;
  align-items: center;
  border-bottom: 1px solid #707070;
  box-sizing: border-box;
  padding: 0.20rem;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .professional .professional_box .list {
    width: 100%;
    font-size: 0.14rem;
  }
}

.professional .professional_box .list:nth-child(odd) {
  border-right: 1px solid #707070;
}

@media screen and (max-width: 640px) {
  .professional .professional_box .list:nth-child(odd) {
    border-right: none;
  }
}

/*============================
社会貢献活動
============================*/
.social {
  padding: 0.80rem 0 1.50rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .social {
    padding: 0.4rem 0 0.8rem;
  }
}

.social .social_wrap {
  width: 100%;
  position: relative;
}

.social .social_wrap::before {
  content: "";
  width: calc(50% + 6.50rem);
  height: calc(100% - 0.40rem);
  background-color: #F2F8E9;
  position: absolute;
  left: 0;
  top: 0.80rem;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .social .social_wrap::before {
    height: 100%;
  }
}

.social .social_wrap .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.60rem 0;
  max-width: 10.00rem;
  margin: auto;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .social .social_wrap .list {
    gap: 0.30rem 0;
  }
}

.social .social_wrap .list .item {
  width: 48%;
}

@media screen and (max-width: 640px) {
  .social .social_wrap .list .item {
    padding: 0 0.2rem;
    box-sizing: border-box;
    width: 100%;
  }
}

/* .social .social_wrap .list .item:nth-child(2n) .ph {
  order: 2;
}
@media screen and (max-width: 640px) {
  .social .social_wrap .list .item:nth-child(2n) .ph {
    order: 0;
  }
} */

.social .social_wrap .list .item .ph {
  width: 100%;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 640px) {
  .social .social_wrap .list .item .ph {
    margin-bottom: 0.2rem;
  }
}

.social .social_wrap .list .item .ph img {
  display: block;
  height: 2.00rem;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .social .social_wrap .list .item .ph img {
    height: 1.20rem;
  }
}
.social .social_wrap .list .item .txt_box {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .social .social_wrap .list .item .txt_box {
    width: 100%;
  }
}
.social .social_wrap .list .item .txt_box .ttl {
  font-size: 0.26rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 0.20rem;
  margin-bottom: 0.60rem;
}
@media screen and (max-width: 640px) {
  .social .social_wrap .list .item .txt_box .ttl {
    font-size: 0.18rem;
    margin-bottom: 0.3rem;
    text-align: center;
    padding-bottom: 0.15rem;
  }
}
.social .social_wrap .list .item .txt_box .ttl::after {
  content: "";
  width: 0.55rem;
  height: 0.02rem;
  background-color: #70A52D;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  .social .social_wrap .list .item .txt_box .ttl::after {
    width: 0.40rem;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
  }
}

.social .social_wrap .list .item .txt_box .sub_ttl {
  font-size: 0.20rem;
  font-weight: 700;
  padding-bottom: 0.20rem;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .social .social_wrap .list .item .txt_box .sub_ttl {
    font-size: 0.16rem;
    padding-bottom: 0.1rem;
  }
}
.social .social_wrap .list .item .txt_box .txt {
  font-size: 0.15rem;
  line-height: 1.8;
}

@media screen and (max-width: 640px) {
  .social .social_wrap .list .item .txt_box .txt {
    font-size: 0.14rem;
  }
}
/* アクセスのタイトルを非表示 */
.footer_company_info .sec_ttl_wrap {
  display: none;
}