@charset "UTF-8";
/* ===========================================================
   企業情報 (company)
   =========================================================== */
main {
  background: var(--white);
}
#company .info-midashi {
  font-size: 24px;
}
.biz-nav a {
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-weight: 700;
  padding: 12px 36px;
  border-radius: 999px;
  min-width: 220px;
  text-align: center;
  transition: opacity .2s;
}
.biz-nav a:hover {
  opacity: .85;
}
.biz-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
  padding: 8px 0 210px;
}
.biz-nav a {
  background-color: var(--red);
  min-height: 55px;
  font-weight: 700;
  width: calc(100% / 3 - 22px);
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 16px;
  color: var(--white);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  text-decoration: none;
}
.biz-nav a:hover {
  transform: translateY(3px);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.biz-nav a:active {
  transform: translateY(-1px);
}
.biz-nav a::after {
  position: absolute;
  content: "";
  top: 42%;
  right: 10%;
  display: inline-block;
  width: 15px;
  height: 12px;
  background: var(--white);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

@media (max-width: 768px) {
  .biz-nav {
    padding: 8px 0 125px;
}
.biz-nav a {
    width: 90%;
}
}



#company h2.sectionTtl {
  text-align: center;
  color: var(--red);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  #company h2 {
    font-size: 27px;
}
}
/********トップメッセージ********/
#message .message01 {
  border-bottom: dotted 5px var(--red);
}
#message .message02 {
  margin-top: 175px;
}
#message figcaption {
  display: flex;
  justify-content: space-between;
  padding: 18px 15px;
}
#message figcaption span {
  line-height: 1.5;
}
#message figcaption span:last-child {
  font-size: 24px;
}
.messageWrap {
  margin-bottom: 155px;
}
.messageWrap h3 {
  line-height: 1.5;
  padding-left: 10px;
  margin-bottom: 45px;
}
.messageWrap h3 span {
  position: relative;
  display: inline-block;
  font-weight: 900;
  font-size: 28px;
  color: var(--white);
  z-index: 1;
  align-items: anchor-center;
}
.messageWrap h3 span::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: -10px;
  width: calc(100% + 20px);
  height: 38px;
  background: var(--black);
  z-index: -1;
}
#message figure {
  max-width: 430px;
  margin: 0 auto 155px;
}
.messageWrap p {
  line-height: 2;
  margin-bottom: 18px;
}


@media (max-width: 768px) {
  #message figure {
    margin: 0 auto 60px;
}
.messageWrap {
    margin-bottom: 60px;
}
.messageWrap h3 {
    margin-bottom: 25px;
}
.messageWrap h3 span {
    font-size: 19px;
    line-height: 2;
}
#message .message02 {
    margin-top: 90px;
}
.messageWrap h3 span::after {
    height: 34px;
}

}
/********経営方針********/
#policy {
  padding-top: 200px;
  background: var(--cream-light);
}
#policy  h2 {
    margin-bottom: 220px;
}
.policyWrap01 {
  padding-bottom: 230px;
}
.policy01flex {
  display: flex;
  flex-wrap: wrap;
}
.policy01flex>div {
  width: 50%;
}
.poli01img {
  padding-right: 100px;
}
.poli01img h4 {
  font-size: 28px;
  font-weight: 700;
  color: var(--red);
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  flex-wrap: wrap;
}
.poli01img h4 span.bak {
  font-size: 16px;
  color: var(--white);
  background-color: var(--red);
  display: block;
  padding: 5px 12px;
  margin-left: 8px;
  border-radius: 22px;
}
.poli01txt01 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 50px;
}
.poli01txt02 {
  margin-bottom: 50px;
}
.poli01txt02 img.poli01logo {
  display: inline-block;
  width: 30px;
  vertical-align: bottom;
}
.poli01txt03 {
  border: 1px solid var(--black);
  padding: 30px;
}
.poli01txt03 h4 {
  color: var(--red);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}
.poli01txt03 dl {
    display: flex;
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}
.poli01txt03 dt {
    min-width: 130px;
}

.policyWrap02 {
  padding-bottom: 230px;
}
.policyWrap02 dl {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
  margin-bottom: 24px;
}
.policyWrap02 dt {
  width: 130px;
  height: 130px;
  background: var(--red);
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
}
.policyWrap02 dd.pol02en {
  font-family: var(--font-en);
  font-size: 80px;
  color: var(--cream-light);
  mix-blend-mode: multiply;
  line-height: 1;
  align-self: center;
  width: 210px;
}
.policyWrap02 dd.pol02txt {
  width: calc(100% - 395px);
  align-self: center;
}
.policyWrap02 .inlinkred-btn {
  margin: 75px auto 0;
}
.policyWrap03 {
  padding-bottom: 230px;
}
.policy03flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.policy03flex>div {
  width: 46%;
}
.policy03flex p {
  margin-bottom: 18px;
}
.policyWrap04 {
  padding-bottom: 130px;
}
.policy04flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3%;
  margin: 2rem 0;
}
.policy04flex .poli04card {
  width: 31.333333333%;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 38px 27px;
}
.policy04flex .poli04card img {
    display: inline-block;
    height: 50px;
}
.policy04flex .poli04card figcaption {
    margin-bottom: 12px;
}

@media (max-width: 768px) {
  #policy {
    padding-top: 120px;
}
#policy  h2 {
    margin-bottom: 40px;
}
.policyWrap01 {
    padding-bottom: 120px;
}
.policy01flex {
    display: block;
}
.poli01img {
    padding-right: 0;
}
.poli01img img {
    margin: 0 auto 40px;
}
.policy01flex>div {
    width: 100%;
}
.poli01img h4 {
  font-size: 24px;
    display: block;
    text-align: center;
}
.poli01img h4 span.bak {
    width: 65%;
    margin: 0 auto;
}
.poli01txt01 {
    font-size: 18px;
    margin-bottom: 25px;
}
.poli01txt02 {
    margin-bottom: 35px;
}
.poli01txt03 h4 {
    text-align: center;
}
.poli01txt03 dt {
    min-width: 115px;
}
.poli01txt03 dl {
    font-size: 14px;
}
.policyWrap02 {
    padding-bottom: 120px;
}
.policyWrap02 dl {
    gap: 10px;
    margin-bottom: 40px;
}
.policyWrap02 dt {
    width: 110px;
    height: 110px;
    font-size: 20px;
    line-height: 1.2;
}
.policyWrap02 dd.pol02en {
    width: calc(100% - 120px);
}
.policyWrap02 dd.pol02txt {
    width: 100%;
}

.policyWrap03 {
    padding-bottom: 120px;
}
.policy03flex>div {
    width: 100%;
}
.policy03flex .poli03img img {
    margin: 0 auto;
}
.policy04flex .poli04card {
    width: 90%;
    margin-bottom: 15px;
}


}
/********会社情報********/
#overview {
  padding-top: 200px;
}
#overview  h2 {
    margin-bottom: 110px;
}
.overWrap01 {
    margin-bottom: 160px;
}
.biz-table {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0 32px;
}
.biz-table th, .biz-table td {
  border: 1px solid var(--line);
  padding: 14px 18px;
  text-align: left;
  font-size: 15px;
  line-height: 1.8;
  vertical-align: top;
  border-right: none;
  border-left: none;
}
.biz-table th {
  background: #f7f5f0;
  width: 200px;
  font-weight: 700;
  white-space: nowrap;
}
.overWrap01 .inlinkred-btn {
  margin: 75px auto 0;
}
.overWrap02 {
  margin-bottom: 175px;
}

.gmap iframe {
    width: 100%;
    height: 30vw;
    margin-bottom: 16px;
}
.overWrap02 .access-row {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 1rem 0;
}
.overWrap02 .icon-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 270px;
  flex-shrink: 0;
}
.overWrap02 .icon-label span {
  font-size: 20px;
  font-weight: 700;
}
.overWrap03 {
  margin-bottom: 330px;
}
.overWrap03 span {
    font-size: 20px;
    margin-left: 10px;
}
.over03flex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 135px;
}
.over03flex > div {
    width: 50%;
}
.over03img {
    padding-right: 100px;
}
.overWrap03 h4 {
    font-size: 20px;
    margin-bottom: 23px;
}
.over03txt p {
    margin-bottom: 30px;
}
.over03txt .exlinkred-btn::after {
    right: 5%;
}


@media (max-width: 768px) {
  #overview {
    padding-top: 120px;
}
#overview  h2 {
    margin-bottom: 40px;
}
.overWrap01 {
    margin-bottom: 120px;
}
  .biz-table th {
    width: 110px;
    padding: 12px;
  }
  .biz-table td {
    padding: 12px;
  }



  .gmap iframe {
    height: 60vw;
}
.overWrap02 {
    margin-bottom: 120px;
}
.overWrap02 .access-row {
    display: block;
}
.overWrap02 .icon-label {
    width: 100%;
}
.overWrap03 {
    margin-bottom: 100px;
}
.overWrap03 h4 {
    text-align: center;
}
.over03flex {
    display: block;
    margin-bottom: 100px;
}
.over03flex > div {
    width: 90%;
    margin: 0 auto;
}
.over03flex .over03img {
    width: 70%;
    margin: 0 auto 20px;
    padding-right: 0;
}
}