@charset "UTF-8";
.page-header {
  margin-bottom: 60px;
}
.page-header > img {
  display: block;
  width: auto;
  margin: 0 auto;
}

.page-header .sp {
  display: none;
}

.top-lead {
  position: relative;
  margin-bottom: 100px;
  text-align: center;
}
.top-lead p {
  font-size: clamp(20px, 3vw, 28px);
  text-align: center;
}
.top-lead::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 1px;
  background-color: #7ab929;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.page-nav {
  margin-bottom: 80px;
}
.page-nav .page-list {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.page-nav .page-list li {
  width: calc(33.3333333333% - 30px);
}
.page-nav .page-list li a {
  display: block;
  text-align: center;
}
.page-nav .page-list li .icon {
  width: 100%;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 30px;
}
.page-nav .page-list li h3.page-title {
  color: #7ab929;
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #7ab929;
  padding: 0 20px 10px;
  margin-bottom: 20px;
  font-size: clamp(18px, 2.6vw, 26px);
}
.page-nav .page-list li p {
  position: relative;
  text-align: left;
}
.page-nav .page-list li p::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #7ab929;
  border-right: 2px solid #7ab929;
  transform: rotate(45deg);
}

/*下層ページ共通*/
.page-header-title {
  margin-bottom: 60px;
}
.page-header-title h1 {
  text-align: center;
  color: #7ab929;
  font-size: clamp(20px, 4vw, 30px);
  line-height: 1.5;
}
.page-header-title h1 span {
  display: block;
  padding-top: 10px;
  text-align: center;
  width: 200px;
  margin: 0 auto;
}
.page-header-title h1 span.company {
  width: 430px;
}
.page-header-title h1 span.location {
  width: 255px;
}

.page-header-title02 {
  margin-bottom: 60px;
}
.page-header-title02 h1 {
  text-align: center;
  color: #333;
  font-size: clamp(20px, 4vw, 50px);
  line-height: 1.5;
  position: relative;
  margin-bottom: 40px;
}
.page-header-title02 h1::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 1px;
  background: #7ab929;
  bottom: -20px;
}
.page-header-title02 p {
  text-align: center;
  font-size: 20px;
}
.page-header-title02 .page-header-sub {
  max-width: 1200px;
  margin: 60px auto 0;
  display: table;
}
.page-header-title02 .page-header-sub::before {
  display: table-cell;
  content: "";
  width: 107px;
  height: 107px;
  background: url(../image/support/icon_compensation_c.svg) center center no-repeat;
  background-size: contain;
}
.page-header-title02 .page-header-sub h3 {
  font-size: 32px;
  font-weight: bold;
  color: #7ab929;
  margin-left: 20px;
}
.page-header-title02 .page-header-sub p {
  font-size: 20px;
  color: #333;
  margin-left: 20px;
  margin-top: 20px;
  text-align: left;
}

.flexbox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.flexbox.reverse {
  flex-direction: row-reverse;
}

.sec {
  margin-bottom: 80px;
}

.block-title {
  border: 1px solid #7ab929;
  color: #7ab929;
  padding: 14px 20px;
  text-align: center;
  font-size: clamp(20px, 3vw, 24px);
  font-weight: bold;
  margin-bottom: 40px;
}

.message {
  margin-bottom: 100px;
}
.message h2 {
  width: 100%;
  color: #7ab929;
  font-size: clamp(20px, 3vw, 36px);
  font-weight: bold;
  margin-bottom: 20px;
  margin-left: 420px;
}
.message h2 > span {
  font-weight: normal;
  padding-left: 30px;
  font-size: clamp(16px, 2vw, 24px);
}
.message.reverse h2 {
  margin-left: 0;
}
.message .photo {
  width: 370px;
}
.message .txt {
  flex: 1;
  padding: 60px 40px 0;
  position: relative;
}
.message .txt::before {
  content: "";
  position: absolute;
  background: #f7fafa;
  width: 115%;
  height: 100%;
  top: 30px;
  left: 0;
  z-index: -1;
}

.profile {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 80px;
}
.profile dt {
  width: 260px;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  line-height: 1.6;
}
.profile dt:last-of-type {
  border-bottom: none;
}
.profile dt.green-txt {
  color: #7ab929;
}
.profile dd {
  width: calc(100% - 260px);
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  line-height: 1.6;
}
.profile dd:last-of-type {
  border-bottom: none;
}

.map-area {
  display: flex;
  justify-content: space-between;
}
.map-area .map {
  width: 530px;
}
.map-area .map iframe {
  width: 100%;
  height: 380px;
}
.map-area .map .address {
  margin-top: 20px;
}
.map-area .map .address h4 {
  padding-left: 10px;
  border-left: 8px solid #7ab929;
  margin-bottom: 10px;
}
.map-area .map .address p {
  margin-left: 20px;
}

.location-area h2 {
  position: relative;
  margin-bottom: 30px;
}
.location-area h2::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background: #7ab929;
}
.location-area h2 span {
  background: #fff;
  padding-right: 20px;
  position: relative;
  z-index: 2;
  font-size: clamp(20px, 3vw, 26px);
  font-weight: bold;
}
.location-area iframe {
  width: 100%;
  height: 506px;
  margin-bottom: 20px;
}
.location-area .location-address {
  display: flex;
  justify-content: space-between;
}
.location-area .location-address .photo {
  width: 520px;
}
.location-area .location-address .info {
  width: calc(100% - 560px);
}
.location-area .access {
  margin-top: 30px;
}
.location-area .access dt {
  border-left: 8px solid #7ab929;
  padding-left: 12px;
  margin-bottom: 10px;
}
.location-area .access dd {
  padding-left: 10px;
  line-height: 1.6;
}
.location-area .access dd > strong {
  display: block;
}/*# sourceMappingURL=company.css.map */

@media screen and (max-width: 768px) {

/* 会社案内トップ */

.top-lead p {
  padding: 0px 10% 0px 10%;
}

.page-nav .page-list {
  flex-wrap: wrap;
  padding: 0px 4% 0px 4%;
}

.page-nav .page-list li {
  width: 100%;
}

.page-nav .page-list li .icon {
  width: 60%;
  height: auto;
  margin: 0 auto;
}

.page-nav .page-list li .icon svg {
  width:60%;
  height: auto;
}

.page-header-title h1 span.company {
  width: auto;
  padding: 0px 10% 0px 10%;
}

.profile {
  flex-wrap: wrap;
  padding: 0px 4% 0px 4%;
}

.profile dt {
  width: 100%;
}

.profile dd {
  width: 100%;
}

.profile dd:last-child {
  padding: 0px 0px 20px 0px;
}

.map-area {
  padding: 0px 4% 0px 4%;
  flex-wrap: wrap;
}

.map-area .map {
  width: 100%;
  padding: 0px 0px 30px 0px;
}

.map-area .map .address p {
  margin-left: 0;
}

/* 営業所案内 */

.page-header-title h1 span.location {
  width:90%;
  padding: 0px 10% 0px 10%;
}

.location-area {
  padding:0px 4% 0px 4%;
}

.location-area .location-address {
  flex-wrap: wrap;
}

.location-area .location-address .photo {
  width: 100%;
}

.location-area .location-address .info {
  width: 100%;
  padding: 20px 0px 0px 0px;
}

}