@charset "UTF-8";
/* ==========================================================================//
//
// 会社概要
//
// ========================================================================== */
.page_head .image {
  margin: 23px auto 0;
  padding: 0 20px;
}
@media all and (min-width: 751px) {
  .page_head .image {
    margin: 50px auto 0;
    padding: 0 40px;
    max-width: 1366px;
  }
}

section {
  margin-top: 60px;
}
@media all and (min-width: 751px) {
  section {
    margin-top: 120px;
  }
}

.sec_ttl span {
  display: block;
}
.sec_ttl .en {
  margin-bottom: 5px;
  font-size: 30px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.025em;
  font-weight: 300;
}
@media all and (min-width: 751px) {
  .sec_ttl .en {
    font-size: 48px;
  }
}
.sec_ttl .jp {
  font-size: 14px;
}
@media all and (min-width: 751px) {
  .sec_ttl .jp {
    font-size: 15px;
  }
}

@media all and (min-width: 1001px) {
  .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* イントロダクション
---------------------------------------------------------- */
.sec_introduction {
  position: relative;
  overflow-x: hidden;
  border-radius: 0;
}
@media all and (max-width: 750px) {
  .sec_introduction {
    margin-top: 10px;
    padding: 52px 0 105px;
  }
}
@media all and (min-width: 751px) {
  .sec_introduction {
    margin-top: 80px;
    padding: 52px 0 150px;
  }
}
.sec_introduction::before {
  position: absolute;
  content: "";
  background-image: url(../../images/introduction_bg1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: min(1366px, 100%);
  height: 214px;
  top: 1%;
  right: -120px;
  z-index: -1;
}
@media all and (min-width: 1001px) {
  .sec_introduction::before {
    background-size: contain;
    right: 0px;
    height: 460px;
    -webkit-transform: none;
            transform: none;
  }
}
.sec_introduction .sec_introduction_decoration {
  position: relative;
}
.sec_introduction .sec_introduction_decoration::before, .sec_introduction .sec_introduction_decoration::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.sec_introduction .sec_introduction_decoration::before {
  background-image: url(../../images/introduction_bg2.svg);
  bottom: -20px;
  width: min(1775px, 100%);
  height: 253px;
  left: -28px;
  background-position-x: left;
}
@media all and (min-width: 1001px) {
  .sec_introduction .sec_introduction_decoration::before {
    background-position-x: right;
    bottom: unset;
    top: 22%;
    height: 533px;
    left: -200px;
  }
}
.sec_introduction .sec_introduction_decoration::after {
  background-image: url(../../images/introduction_bg3.svg);
  bottom: -40px;
  width: min(1243px, 100%);
  height: 254px;
  right: -130px;
  background-position-x: right;
}
@media all and (min-width: 1001px) {
  .sec_introduction .sec_introduction_decoration::after {
    bottom: unset;
    top: 31%;
    height: 534px;
    right: -200px;
  }
}
.sec_introduction .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
}
@media all and (min-width: 751px) {
  .sec_introduction .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (min-width: 751px) {
  .sec_introduction .wrap .copy_wrap {
    width: 40%;
  }
}
.sec_introduction .wrap .copy_wrap .sec_ttl span {
  display: block;
}
.sec_introduction .wrap .copy_wrap .sec_ttl .jp {
  margin-top: 20px;
  font-size: 18px;
  line-height: 2;
}
@media all and (min-width: 751px) {
  .sec_introduction .wrap .copy_wrap .sec_ttl .jp {
    margin-top: 0;
    font-size: 36px;
    line-height: 1.6;
  }
}
.sec_introduction .wrap .copy_wrap .sec_ttl .en {
  padding: 10px 0 25px;
  font-size: 13px;
  letter-spacing: 0.025em;
  font-weight: 300;
  color: #20627C;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.025em;
}
@media all and (min-width: 751px) {
  .sec_introduction .wrap .copy_wrap .sec_ttl .en {
    padding: 30px 0 72px;
    font-size: 16px;
  }
}
.sec_introduction .wrap .copy_wrap p {
  line-height: 2;
}
@media all and (min-width: 751px) {
  .sec_introduction .wrap .copy_wrap p {
    font-size: 15px;
  }
}
@media all and (min-width: 751px) {
  .sec_introduction .wrap .image {
    width: 45%;
  }
}

/* PHILOSOPHY
---------------------------------------------------------- */
.philosophy {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  width: 100%;
  height: 465px;
}
@media all and (min-width: 751px) {
  .philosophy {
    height: 610px;
  }
}
.philosophy::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../../images/about/philosophy_sp.webp);
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media all and (min-width: 751px) {
  .philosophy::before {
    background-image: url(../../images/about/philosophy_pc.webp);
    border-radius: 30px;
  }
}
.philosophy .ttl {
  padding: 20px 20px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  letter-spacing: 0.025em;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.025em;
}
@media all and (min-width: 751px) {
  .philosophy .ttl {
    margin: 0 auto;
    padding: 48px 40px 0;
    font-size: 18px;
    max-width: 1366px;
    width: 100%;
  }
}
.philosophy .image_list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
@media all and (max-width: 1000px) {
  .philosophy .image_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (min-width: 751px) {
  .philosophy .image_list {
    margin-top: 166px;
    gap: 15px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .philosophy .image_list {
    margin-top: 70px;
  }
}
.philosophy .image_list .image_contents {
  margin: 0 auto;
  width: min(240px, 71.65%);
}
@media all and (min-width: 1001px) {
  .philosophy .image_list .image_contents {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .philosophy .image_list .image_contents {
    width: 40%;
  }
}

/* 会社概要
---------------------------------------------------------- */
@media all and (max-width: 1000px) {
  .sec_company .sec_ttl {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1001px) {
  .sec_company .sec_ttl {
    width: 21%;
  }
}
@media all and (min-width: 1001px) {
  .sec_company .company_list {
    width: 66.7%;
  }
}
.sec_company .company_list .detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #DCE2E2;
}
@media all and (max-width: 750px) {
  .sec_company .company_list .detail {
    font-size: 12px;
  }
}
.sec_company .company_list .detail:first-child {
  padding: 0 0 10px;
}
@media all and (min-width: 751px) {
  .sec_company .company_list .detail:first-child {
    padding: 0 0 20px;
  }
}
.sec_company .company_list .detail:not(:first-child) {
  padding: 25px 0 15px;
}
@media all and (min-width: 751px) {
  .sec_company .company_list .detail:not(:first-child) {
    padding: 30px 0 20px;
  }
}
.sec_company .company_list .detail::after {
  position: absolute;
  content: "";
  background-color: #505050;
  width: 27.2%;
  height: 2px;
  bottom: -1.5px;
  left: 0;
}
@media all and (min-width: 751px) {
  .sec_company .company_list .detail::after {
    width: 22.5%;
  }
}
.sec_company .company_list .detail .ttl {
  width: 27.2%;
}
@media all and (min-width: 751px) {
  .sec_company .company_list .detail .ttl {
    width: 22.5%;
  }
}
.sec_company .company_list .detail .contents {
  width: 67.17%;
}
@media all and (min-width: 751px) {
  .sec_company .company_list .detail .contents {
    width: 75%;
  }
}
.sec_company .company_list .detail .contents .link {
  display: inline-block;
  margin-top: 5px;
  color: #32BED1;
}
@media (hover: hover) {
  .sec_company .company_list .detail .contents .link {
    background-image: -webkit-gradient(linear, left top, right top, from(#32BED1), to(#32BED1));
    background-image: linear-gradient(90deg, #32BED1, #32BED1);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 1px;
    -webkit-transition: background-size 0.4s, color 0.4s;
    transition: background-size 0.4s, color 0.4s;
  }
  .sec_company .company_list .detail .contents .link:hover {
    color: #32BED1;
    background-size: 0 1px;
  }
}

/* お知らせ
---------------------------------------------------------- */
@media all and (min-width: 1001px) {
  .sec_news .sec_detail {
    width: 23.3%;
  }
}
.sec_news .sec_detail .sec_ttl {
  margin-bottom: 20px;
}
@media all and (min-width: 1001px) {
  .sec_news .sec_detail .sec_ttl {
    margin-bottom: 30px;
  }
}
.sec_news .sec_detail p {
  margin-bottom: 30px;
}
@media all and (min-width: 751px) {
  .sec_news .sec_detail p {
    line-height: 2;
  }
}
@media all and (min-width: 1001px) {
  .sec_news .sec_detail p {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1001px) {
  .sec_news .contents {
    width: 66.7%;
  }
}
.sec_news .post_list .post_item {
  border-bottom: 1px solid #DCE2E2;
}
.sec_news .post_list .post_item:first-child {
  border-top: 1px solid #DCE2E2;
}
.sec_news .post_list .post_item a {
  display: block;
  padding: 22px 0;
}
@media all and (min-width: 751px) {
  .sec_news .post_list .post_item a {
    padding: 34px 0;
  }
}
@media (hover: hover) {
  .sec_news .post_list .post_item a,
  .sec_news .post_list .post_item a .post_category {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .sec_news .post_list .post_item a:hover {
    background-color: #F2F6F7;
  }
  .sec_news .post_list .post_item a:hover .post_category {
    background-color: #fff;
  }
}
.sec_news .post_list .post_item .post_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media all and (min-width: 751px) {
  .sec_news .post_list .post_item .post_cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 60px;
  }
}
.sec_news .post_list .post_item .date_cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media all and (min-width: 751px) {
  .sec_news .post_list .post_item .date_cate {
    gap: 3px;
  }
}
.sec_news .post_list .post_item .date_cate .date {
  font-size: 15px;
}
.sec_news .post_list .post_item .post_category {
  background-color: #F2F6F7;
  border-radius: 10px;
  white-space: nowrap;
  font-size: 11px;
  padding: 1px 10px;
  line-height: 1.3;
}
@media all and (min-width: 751px) {
  .sec_news .post_list .post_item .post_category {
    font-size: 12px;
    padding: 1px 10px;
  }
}
.sec_news .post_list .post_item .post_ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 15px;
  line-height: 1.8;
}
.sec_news .more_btn {
  margin: 36px 0 0;
}
@media all and (min-width: 751px) {
  .sec_news .more_btn {
    margin: 40px 0 0 auto;
  }
}