@charset "UTF-8";
/* ==========================================================================//
//
// 会社概要
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
@media all and (min-width: 751px) {
  .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 40px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media all and (min-width: 751px) {
  .txt_contents {
    width: 70%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .txt_contents {
    width: 74%;
  }
}

/*  会社概要
---------------------------------------------------------- */
@media all and (min-width: 751px) {
  section.sec_profile .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 40px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_profile .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
section.sec_profile .box {
  padding-bottom: 70px;
}
@media all and (min-width: 751px) {
  section.sec_profile .box {
    padding: 0 0 170px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_profile .box {
    padding: 0 0 14vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_profile .txt_contents {
    margin-top: 50px;
  }
}
@media all and (min-width: 1401px) {
  section.sec_profile .profile_list {
    width: min(824px, 100%);
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_profile .profile_list {
    width: 100%;
  }
}
@media all and (min-width: 751px) {
  section.sec_profile .profile_list .profile_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
section.sec_profile .profile_list .profile_detail:first-child {
  padding: 0 8px 24px;
}
@media all and (min-width: 751px) {
  section.sec_profile .profile_list .profile_detail:first-child {
    padding: 0 0 22px;
  }
}
section.sec_profile .profile_list .profile_detail:last-child {
  padding: 24px 8px 0;
}
@media all and (min-width: 751px) {
  section.sec_profile .profile_list .profile_detail:last-child {
    padding: 22px 0 0;
  }
}
section.sec_profile .profile_list .profile_detail:not(:first-child, :last-child) {
  padding: 22px 8px 24px;
}
@media all and (min-width: 751px) {
  section.sec_profile .profile_list .profile_detail:not(:first-child, :last-child) {
    padding: 22px 0;
  }
}
section.sec_profile .profile_list .profile_detail:not(:last-child) {
  border-bottom: 1px solid #B4B4B4;
}
section.sec_profile .profile_list .profile_detail .contents {
  margin-bottom: 8px;
  font-weight: bold;
}
@media all and (min-width: 751px) {
  section.sec_profile .profile_list .profile_detail .contents {
    margin-bottom: 0;
    padding-left: 34px;
    font-size: 15.5px;
    width: 25%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_profile .profile_list .profile_detail .contents {
    font-size: clamp(14px, 1.3vw, 18px);
  }
}
section.sec_profile .profile_list .profile_detail .detail {
  font-weight: 500;
}
@media all and (max-width: 750px) {
  section.sec_profile .profile_list .profile_detail .detail {
    font-size: 14.5px;
    line-height: 1.74;
  }
}
@media all and (min-width: 751px) {
  section.sec_profile .profile_list .profile_detail .detail {
    padding-left: 30px;
    font-size: 15.5px;
    line-height: 1.49;
    width: 75%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_profile .profile_list .profile_detail .detail {
    font-size: clamp(14px, 1.3vw, 18px);
  }
}
section.sec_profile .profile_list .profile_detail .detail p:not(:first-of-type) {
  margin-top: 10px;
}
@media all and (min-width: 751px) {
  section.sec_profile .profile_list .profile_detail .detail p:not(:first-of-type) {
    margin-top: 30px;
  }
}
section.sec_profile .profile_list .profile_detail .detail a:not(.link_btn) {
  background-image: -webkit-gradient(linear, left top, right top, from(#262424), to(#262424));
  background-image: linear-gradient(90deg, #262424, #262424);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.4s;
  transition: background-size 0.4s;
}
@media (hover: hover) {
  section.sec_profile .profile_list .profile_detail .detail a:not(.link_btn):hover {
    background-size: 100% 1px;
    background-position: left bottom;
  }
}
section.sec_profile .profile_list .profile_detail .detail a.link_btn {
  margin-top: 25px;
  padding: 10px;
  display: block;
  border: 1.2px solid #262424;
  border-radius: 30px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  width: min(211px, 100%);
}
@media all and (min-width: 751px) {
  section.sec_profile .profile_list .profile_detail .detail a.link_btn {
    margin-top: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 751px) and (hover: hover) {
  section.sec_profile .profile_list .profile_detail .detail a.link_btn:hover {
    background-color: #262424;
    color: #fff;
  }
  section.sec_profile .profile_list .profile_detail .detail a.link_btn:hover span::after {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
section.sec_profile .profile_list .profile_detail .detail a.link_btn span {
  padding-right: 15px;
  position: relative;
}
section.sec_profile .profile_list .profile_detail .detail a.link_btn span::after {
  position: absolute;
  content: "";
  background-image: url(../images/company/ico_external.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 9px;
  height: 7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* アクセス
---------------------------------------------------------- */
section.sec_access .box {
  padding: 70px 0;
}
@media all and (min-width: 751px) {
  section.sec_access .box {
    padding: 170px 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_access .box {
    padding: 9vw 0 14vw;
  }
}
section.sec_access .access_list .access_detail:not(:first-child) {
  margin-top: 50px;
}
@media all and (min-width: 751px) {
  section.sec_access .access_list .access_detail:not(:first-child) {
    margin-top: 130px;
  }
}
section.sec_access .access_list .access_detail .place_name {
  margin-bottom: 35px;
  font-size: 17px;
  font-weight: 600;
}
@media all and (min-width: 751px) {
  section.sec_access .access_list .access_detail .place_name {
    margin-top: -6px;
    margin-bottom: 60px;
    font-size: 21px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_access .access_list .access_detail .place_name {
    margin-top: 46px;
  }
}
section.sec_access .access_list .access_detail .address_ttl,
section.sec_access .access_list .access_detail .traffic_ttl {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}
@media all and (min-width: 751px) {
  section.sec_access .access_list .access_detail .address_ttl,
  section.sec_access .access_list .access_detail .traffic_ttl {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
section.sec_access .access_list .access_detail .address_detail,
section.sec_access .access_list .access_detail .traffic_detail {
  letter-spacing: 0.02em;
  line-height: 2;
}
@media all and (min-width: 751px) {
  section.sec_access .access_list .access_detail .address_detail,
  section.sec_access .access_list .access_detail .traffic_detail {
    line-height: 1.85;
  }
}
section.sec_access .access_list .access_detail .address_detail a,
section.sec_access .access_list .access_detail .traffic_detail a {
  background-image: -webkit-gradient(linear, left top, right top, from(#262424), to(#262424));
  background-image: linear-gradient(90deg, #262424, #262424);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.4s;
  transition: background-size 0.4s;
}
@media (hover: hover) {
  section.sec_access .access_list .access_detail .address_detail a:hover,
  section.sec_access .access_list .access_detail .traffic_detail a:hover {
    background-size: 100% 1px;
    background-position: left bottom;
  }
}
section.sec_access .access_list .access_detail {
  /* 交通手段 */
}
section.sec_access .access_list .access_detail .traffic_contents {
  margin-top: 45px;
}
@media all and (min-width: 751px) {
  section.sec_access .access_list .access_detail .traffic_contents {
    margin-top: 60px;
  }
}
section.sec_access .map {
  margin-top: 45px;
}
@media all and (min-width: 751px) {
  section.sec_access .map {
    margin-top: 90px;
  }
}
section.sec_access .map iframe {
  height: 233px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media all and (min-width: 751px) {
  section.sec_access .map iframe {
    height: 511px;
  }
}

/* これまでの歩み
---------------------------------------------------------- */
section.sec_history .box {
  padding: 70px 0;
}
@media all and (min-width: 751px) {
  section.sec_history .box {
    padding: 170px 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_history .box {
    padding: 9vw 0 14vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_history .history_list {
    margin-top: 45px;
  }
}
section.sec_history .history_list .history_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 33px;
}
@media all and (min-width: 751px) {
  section.sec_history .history_list .history_detail {
    gap: 0 66px;
  }
}
section.sec_history .history_list .history_detail:not(:first-child) {
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  section.sec_history .history_list .history_detail:not(:first-child) {
    margin-top: 40px;
  }
}
section.sec_history .history_list .history_detail p {
  letter-spacing: 0.05em;
}
@media all and (min-width: 751px) {
  section.sec_history .history_list .history_detail p {
    font-size: 16.5px;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_history .history_list .history_detail p {
    font-size: clamp(14px, 1.3vw, 18px);
  }
}
section.sec_history .history_list .history_detail .year {
  font-weight: 500;
}

/* これからの想い
---------------------------------------------------------- */
section.sec_mind .box {
  padding: 70px 0 0;
}
@media all and (min-width: 751px) {
  section.sec_mind .box {
    padding: 170px 0 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_mind .box {
    padding: 9vw 0 0;
  }
}
section.sec_mind .area_contents .area_catch {
  margin-bottom: 30px;
  font-size: 23px;
}
@media all and (min-width: 751px) {
  section.sec_mind .area_contents .area_catch {
    margin-bottom: 80px;
    font-size: 30px;
    line-height: 1;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_mind .area_contents .area_catch {
    font-size: 27px;
    margin-top: 40px;
  }
}
section.sec_mind .area_contents .area_desc p {
  letter-spacing: 0.05em;
  line-height: 2;
}
@media all and (min-width: 751px) {
  section.sec_mind .area_contents .area_desc p {
    letter-spacing: 0.02em;
    line-height: 1.85;
  }
}
section.sec_mind .area_contents .area_desc p:not(:first-of-type) {
  margin-top: 15px;
}
@media all and (min-width: 751px) {
  section.sec_mind .area_contents .area_desc p:not(:first-of-type) {
    margin-top: 25px;
  }
}
section.sec_mind .sec_wrap {
  margin-top: 75px;
}
@media all and (min-width: 751px) {
  section.sec_mind .sec_wrap {
    margin-top: 130px;
  }
}