@charset "UTF-8";
/* [ 企業情報 ] company.css */
.company .page-ttlbox .page-ttl-c {
  background-image: url("../img/company/bg_company.jpg");
}
@media only screen and (width <= 1024px) {
  .company .page-ttlbox .page-ttl-c {
    background-image: url("../img/company/bg_company_sp.jpg");
  }
}

.content {
  padding-top: 80px;
  padding-bottom: 120px;
}
.content .content-wrap {
  width: 100%;
}
.content .content-wrap .content-item {
  width: 100%;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.content .content-wrap aside .left-menu {
  position: sticky;
  top: 122px;
}
.content .content-wrap aside .left-menu > a {
  display: block;
}
@media (hover: hover) {
  .content .content-wrap aside .left-menu > a.grd-circle:hover {
    opacity: 0.7;
  }
}
.content .content-wrap aside .left-menu .left-nav {
  list-style: none;
}
.content .content-wrap aside .left-menu .left-nav li {
  margin-top: 16px;
  margin-bottom: 12px;
}
.content .content-wrap aside .left-menu .left-nav li a {
  position: relative;
  display: block;
  color: #94A3B8;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  padding-left: 1.143em;
}
.content .content-wrap aside .left-menu .left-nav li a.l-current {
  color: #333;
}
.content .content-wrap aside .left-menu .left-nav li a.l-current::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "ｰ";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .content .content-wrap aside .left-menu .left-nav li a:hover {
    color: #333;
  }
  .content .content-wrap aside .left-menu .left-nav li a:hover::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "ｰ";
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    transition: all 0.4s ease;
  }
}
.content .content-wrap:has(aside) {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 80px;
  width: 100%;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.content .content-wrap:has(aside) .content-item {
  width: calc(100% - (80px + 17.5%));
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.content .content-wrap:has(aside) aside {
  width: 17.5%;
}

@media only screen and (width <= 1024px) {
  .content {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .content .content-wrap:has(aside) .content-item {
    width: 100%;
  }
  .content .content-wrap:has(aside) .content-item aside {
    display: none;
  }
  .content .content-wrap aside {
    display: none;
  }
}
.history .content {
  padding-top: 40px;
  padding-bottom: 120px;
}
.history .content .content-wrap {
  width: 100%;
  max-width: 854px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (width <= 1024px) {
  .history .content {
    padding-bottom: 60px;
  }
}

/*==================================================*
 *  [ 企業情報 ]
 *==================================================*/
.company .cmenu-wrap {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 40px;
}
.company .cmenu-wrap .cmenu-list {
  width: calc((100% - 40px) / 2);
  display: flex;
  align-items: stretch;
  gap: 32px;
}
.company .cmenu-wrap .cmenu-list .cmenu-image {
  width: 47.3%;
}
.company .cmenu-wrap .cmenu-list .cmenu-image img {
  width: 100%;
  border-radius: 6px;
}
.company .cmenu-wrap .cmenu-list .cmenu-txtarea {
  width: calc(100% - (47.3% + 32px));
}
.company .cmenu-wrap .cmenu-list .cmenu-txtarea .cmenu-txt {
  font-family: "Inter", sans-serif !important;
  color: #3053F8;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1em;
}
.company .cmenu-wrap .cmenu-list .cmenu-txtarea .cmenu-link {
  list-style: none;
}
.company .cmenu-wrap .cmenu-list .cmenu-txtarea .cmenu-link li:nth-of-type(n + 2) {
  margin-top: 16px;
}
.company .cmenu-wrap .cmenu-list .cmenu-txtarea .cmenu-link li a {
  position: relative;
  display: block;
  font-size: 1.5rem;
  padding-right: 2.1em;
}
.company .cmenu-wrap .cmenu-list .cmenu-txtarea .cmenu-link li a::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 0;
  width: 1.6em;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("data:image/svg+xml;charset=UTF-8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='12' cy='12' r='11.5' fill='%233053F8' stroke='%233053F8' stroke-width='1'/><path d='M10 8.93359L13.1084 12L10 15.0664L10.9463 16L15 12L10.9463 8L10 8.93359Z' fill='%23ffffff'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .company .cmenu-wrap .cmenu-list .cmenu-txtarea .cmenu-link li a:hover {
    color: #3053F8;
  }
  .company .cmenu-wrap .cmenu-list .cmenu-txtarea .cmenu-link li a:hover::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='12' cy='12' r='11.5' fill='%23ffffff' stroke='%233053F8' stroke-width='1'/><path d='M10 8.93359L13.1084 12L10 15.0664L10.9463 16L15 12L10.9463 8L10 8.93359Z' fill='%233053F8'/></svg>");
  }
}
@media only screen and (width <= 1024px) {
  .company .cmenu-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .company .cmenu-wrap .cmenu-list {
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 16px;
  }
  .company .cmenu-wrap .cmenu-list .cmenu-image {
    width: 100%;
  }
  .company .cmenu-wrap .cmenu-list .cmenu-txtarea {
    width: 100%;
  }
}

/*==================================================*
 *  [ 社長メッセージ ]
 *==================================================*/
.message .content-item {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
.message .content-item .message-txtarea {
  width: calc((100% - 80px) / 2);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.message .content-item .message-image {
  width: calc((100% - 80px) / 2);
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 16%;
}
.message .content-item .message-image > img {
  width: 100%;
  border-radius: 8px;
}
.message .content-item .message-image > p {
  line-height: 1.6;
}
@media only screen and (width <= 1024px) {
  .message .content-item {
    flex-direction: column-reverse;
  }
  .message .content-item .message-txtarea {
    width: 100%;
  }
  .message .content-item .message-image {
    width: 100%;
    padding-top: 0;
  }
}

/*==================================================*
 *  [ 経営理念 ]
 *==================================================*/
.philosophy .philosophy-kv {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 70px;
}
.philosophy .philosophy-kv::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32.25%;
  max-width: 400px;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../img/company/philosophy/img_001.png") center/contain no-repeat;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.philosophy .philosophy-kv .pk-txt {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}
.philosophy .philosophy-kv .pk-txt:nth-of-type(n + 2) {
  margin-top: 56px;
}
.philosophy .philosophy-item .pi-txtarea section:nth-of-type(1) .head-3 {
  letter-spacing: 0;
}
.philosophy .philosophy-item .pi-txtarea section:nth-of-type(1) > div {
  padding: 32px 40px;
}
.philosophy .philosophy-item .pi-txtarea section:nth-of-type(1) > div img {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (width >= 1025px) {
  .philosophy .philosophy-item {
    display: flex;
    gap: 72px;
  }
  .philosophy .philosophy-item .pi-image {
    width: 31.2%;
  }
  .philosophy .philosophy-item .pi-txtarea {
    width: calc(100% - (31.2% + 72px));
  }
  .philosophy .philosophy-item .pi-txtarea section:nth-of-type(2) > div {
    border: 1px solid #CACDD9;
    border-radius: 8px;
    padding: 32px 40px;
  }
  .philosophy .philosophy-item .pi-txtarea section:nth-of-type(2) > div img {
    width: 100%;
  }
}
@media only screen and (width <= 1024px) {
  .philosophy {
    overflow: hidden;
  }
  .philosophy .philosophy-kv {
    padding-top: 0;
    padding-bottom: 26px;
  }
  .philosophy .philosophy-kv::after {
    width: auto;
    max-width: initial;
    height: 100%;
    max-height: 360px;
    top: auto;
    bottom: 0;
    transform: translate(-50%, 0);
  }
  .philosophy .pi-kv img {
    width: 100%;
  }
  .philosophy .philosophy-item .pi-txtarea {
    width: 100%;
  }
  .philosophy .philosophy-item .pi-txtarea section:nth-of-type(1) > div {
    padding: 32px 20px;
  }
}

/*==================================================*
 *  [ 会社概要 ]
 *==================================================*/
.about .content .content-wrap .content-item {
  max-width: 1064px;
}
.about table {
  width: 100%;
}
.about table tr {
  border-bottom: 2px solid #E5E5E5;
}
.about table tr th, .about table tr td {
  font-size: 1.6rem;
  line-height: 1.8;
  vertical-align: top;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.about table tr th {
  width: 24.4%;
  text-align: left;
}
.about table tr td {
  width: 75.6%;
}
@media only screen and (width <= 1024px) {
  .about table tr th, .about table tr td {
    display: inline-block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .about table tr th {
    padding-top: 1em;
  }
  .about table tr td {
    padding-bottom: 0.625em;
  }
}

/*==================================================*
 *  [ 沿革 ]
 *==================================================*/
.history .history-link-wrap .history-link {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.history .history-link-wrap .history-link li a {
  display: block;
  width: fit-content;
  min-width: 90px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: normal;
  letter-spacing: 0.06em;
  background: #fff;
  border-radius: 9999px;
  padding: 0.6em;
}
.history .history-link-wrap .history-link li a span::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-right: 0.4em;
  transition: background 0.4s ease;
}
.history .history-link-wrap .history-link li:nth-of-type(1) a, .history .history-link-wrap .history-link li:nth-of-type(2) a {
  color: #3053F8;
  border: 1px solid #3053F8;
}
.history .history-link-wrap .history-link li:nth-of-type(1) a span::before, .history .history-link-wrap .history-link li:nth-of-type(2) a span::before {
  background: #3053F8;
}
@media (hover: hover) {
  .history .history-link-wrap .history-link li:nth-of-type(1) a:hover, .history .history-link-wrap .history-link li:nth-of-type(2) a:hover {
    color: #fff;
    background: #3053F8;
  }
  .history .history-link-wrap .history-link li:nth-of-type(1) a:hover span::before, .history .history-link-wrap .history-link li:nth-of-type(2) a:hover span::before {
    background: #fff;
  }
}
.history .history-link-wrap .history-link li:nth-of-type(3) a {
  color: #46C33D;
  border: 1px solid #46C33D;
}
.history .history-link-wrap .history-link li:nth-of-type(3) a span::before {
  background: #46C33D;
}
@media (hover: hover) {
  .history .history-link-wrap .history-link li:nth-of-type(3) a:hover {
    color: #fff;
    background: #46C33D;
  }
  .history .history-link-wrap .history-link li:nth-of-type(3) a:hover span::before {
    background: #fff;
  }
}
.history .history-link-wrap .history-link li.active a {
  color: #fff;
}
.history .history-link-wrap .history-link li.active:nth-of-type(1) a, .history .history-link-wrap .history-link li.active:nth-of-type(2) a {
  background: #3053F8;
}
.history .history-link-wrap .history-link li.active:nth-of-type(1) a span::before, .history .history-link-wrap .history-link li.active:nth-of-type(2) a span::before {
  background: #fff;
}
.history .history-link-wrap .history-link li.active:nth-of-type(3) a {
  background: #46C33D;
}
.history .history-link-wrap .history-link li.active:nth-of-type(3) a span::before {
  background: #fff;
}
.history .history-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 72px;
  position: relative;
}
.history .history-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 176px;
  width: 1px;
  height: calc(100% + 2em);
  background: #CACDD9;
  z-index: -1;
}
.history .history-wrap .hist-sec {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.history .history-wrap .hist-sec .hist-year {
  min-width: 2.75em;
  font-family: "Inter", sans-serif !important;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.history .history-wrap .hist-sec > div {
  width: calc(100% - (2.75em + 40px));
}
.history .history-wrap .hist-sec > div .hist-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 27px;
  padding-bottom: 32px;
}
.history .history-wrap .hist-sec > div .hist-content:last-of-type {
  padding-bottom: 0;
}
.history .history-wrap .hist-sec > div .hist-content .hist-month {
  flex-shrink: 0;
  width: 30px;
  font-family: "Inter", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.2rem;
}
.history .history-wrap .hist-sec > div .hist-content .hist-item {
  list-style: none;
}
.history .history-wrap .hist-sec > div .hist-content .hist-item li {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  margin-bottom: 32px;
}
.history .history-wrap .hist-sec > div .hist-content .hist-item li:last-child {
  margin-bottom: 0;
}
.history .history-wrap .hist-sec > div .hist-content .hist-item li span {
  flex-shrink: 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 0.333em;
  padding: 0.417em 0.667em;
}
.history .history-wrap .hist-sec > div .hist-content .hist-item li span.dom {
  background: #3053F8;
}
.history .history-wrap .hist-sec > div .hist-content .hist-item li span.over {
  background: #46C33D;
}
.history .history-wrap .hist-sec > div .hist-content .hist-item li p {
  margin-top: -0.25em;
}
.history .history-wrap .hist-sec:last-child .hist-content {
  padding-bottom: 32px;
}
@media only screen and (width <= 1024px) {
  .history .history-wrap::after {
    left: 168px;
  }
  .history .history-wrap .hist-sec {
    gap: min(30px, 7.5vw);
  }
  .history .history-wrap .hist-sec > div {
    width: calc(100% - (2.75em + min(30px, 7.5vw)));
  }
}

/*==================================================*
 *  [ 数字で見るクレステック ]
 *==================================================*/
.at-a-glance .glance-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.at-a-glance .glance-wrap .item-half {
  width: calc((100% - 40px) / 2);
}
.at-a-glance .glance-wrap .item-half.column {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.at-a-glance .glance-wrap .item-one-third {
  width: calc((100% - 80px) / 3);
}
.at-a-glance .glance-wrap .item-one-third.column {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.at-a-glance .glance-wrap .item-two-thirds {
  width: calc((100% - 80px) / 3 * 2 + 40px);
}
.at-a-glance .glance-wrap .item-two-thirds.column {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.at-a-glance .glance-wrap [class*=detail-col-] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.at-a-glance .glance-wrap .detail-col-8 {
  gap: 8px;
}
.at-a-glance .glance-wrap .detail-col-16 {
  gap: 16px;
}
.at-a-glance .glance-wrap .detail-col-40 {
  gap: 40px;
}
.at-a-glance .glance-wrap [class*=detail-row-] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.at-a-glance .glance-wrap .detail-row-8 {
  gap: 8px;
}
.at-a-glance .glance-wrap .detail-row-16 {
  gap: 16px;
}
.at-a-glance .glance-wrap .detail-row-40 {
  gap: 20px 40px;
}
.at-a-glance .glance-wrap section {
  background: #F6F6F6;
  border-radius: 8px;
  padding: 30px;
}
.at-a-glance .glance-wrap section .head-3 {
  text-align: center;
}
.at-a-glance .glance-wrap section .head-3 span {
  font-size: 2rem;
  line-height: 1.2;
}
.at-a-glance .glance-wrap section .head-3 + p {
  text-align: center;
  line-height: 1;
  margin-top: 10px;
}
.at-a-glance .glance-wrap section .item1 {
  display: block;
  position: relative;
  height: stretch;
  text-align: center;
}
.at-a-glance .glance-wrap section .item1 > div:first-child {
  align-self: flex-start;
  align-items: flex-start;
  gap: 0;
  width: 62%;
  text-align: left;
}
.at-a-glance .glance-wrap section .item1 > div:first-child .head-3 {
  text-align: left;
}
.at-a-glance .glance-wrap section .item1 > div:first-child .head-3 + p {
  text-align: left;
}
.at-a-glance .glance-wrap section .item1 img {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -30px;
}
.at-a-glance .glance-wrap section .item1 .detail-row-8 {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.at-a-glance .glance-wrap section.item2, .at-a-glance .glance-wrap section.item3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
.at-a-glance .glance-wrap section.item2 .detail-col-16 .detail-row-40 img, .at-a-glance .glance-wrap section.item3 .detail-col-16 .detail-row-40 img {
  height: auto;
}
.at-a-glance .glance-wrap section.item2 .detail-col-16 .detail-row-40 img {
  width: 104px;
  aspect-ratio: 209/238;
}
.at-a-glance .glance-wrap section.item3 {
  flex: 1;
}
.at-a-glance .glance-wrap section.item3 .detail-col-16 .detail-row-40 img {
  width: 128px;
  aspect-ratio: 256/217;
}
.at-a-glance .glance-wrap section .item4 .detail-col-8 .detail-col-16 img, .at-a-glance .glance-wrap section .item5 .detail-col-8 .detail-col-16 img, .at-a-glance .glance-wrap section .item6 .detail-col-8 .detail-col-16 img {
  width: auto;
  height: 120px;
}
.at-a-glance .glance-wrap section .item4 .detail-col-8 .detail-col-16 img {
  aspect-ratio: 49/40;
}
.at-a-glance .glance-wrap section .item5 .detail-col-8 .detail-col-16 img {
  aspect-ratio: 113/120;
}
.at-a-glance .glance-wrap section .item6 .detail-col-8 .detail-col-16 img {
  aspect-ratio: 133/120;
}
.at-a-glance .glance-wrap section.item7 .detail-col-16 .detail-row-16 img {
  width: 66px;
  height: auto;
  aspect-ratio: 33/34;
}
.at-a-glance .glance-wrap section .item8 .detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 402px;
  margin: -30px auto 0;
}
.at-a-glance .glance-wrap .numtxt-wrap {
  display: flex;
  align-items: baseline;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.at-a-glance .glance-wrap .numtxt-wrap .numtxt {
  display: inline-block;
  color: #3053F8;
  font-family: "Inter", sans-serif !important;
  font-size: min(8rem, 5.56vw);
  font-weight: 600;
  text-align: right;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-left: 0.1em;
  margin-right: 0.1em;
}
@media only screen and (width <= 1024px) {
  .at-a-glance .glance-wrap {
    flex-direction: column;
  }
  .at-a-glance .glance-wrap .item-half, .at-a-glance .glance-wrap .item-one-third, .at-a-glance .glance-wrap .item-two-thirds {
    width: 100%;
  }
  .at-a-glance .glance-wrap .sp-detail-col {
    flex-direction: column;
  }
  .at-a-glance .glance-wrap [class*=detail-col-] {
    width: 100%;
  }
  .at-a-glance .glance-wrap section {
    padding: 20px;
  }
  .at-a-glance .glance-wrap section .item1 > div {
    width: 100%;
  }
  .at-a-glance .glance-wrap section .item1 img {
    margin-top: 16px;
  }
  .at-a-glance .glance-wrap section .item1 .detail-row-8 {
    position: static;
  }
  .at-a-glance .glance-wrap .numtxt-wrap .numtxt {
    font-size: clamp(6rem, 15vw, 9rem);
  }
}

/*==================================================*
 *  [ 国内拠点 ]
 *==================================================*/
.domestic .content {
  padding-top: 40px;
  padding-bottom: 0;
}
.domestic .domestic-link-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
.domestic .domestic-link-wrap .domestic-link {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.domestic .domestic-link-wrap .domestic-link li a {
  display: block;
  width: fit-content;
  color: #3053F8;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  background: #fff;
  border: 1px solid #3053F8;
  border-radius: 9999px;
  padding: 0.533em 1.2em 0.667em;
}
@media (hover: hover) {
  .domestic .domestic-link-wrap .domestic-link li a:hover {
    color: #fff;
  }
  .domestic .domestic-link-wrap .domestic-link li a:hover[data-filter=all], .domestic .domestic-link-wrap .domestic-link li a:hover[data-filter=chubu], .domestic .domestic-link-wrap .domestic-link li a:hover[data-filter=kanto], .domestic .domestic-link-wrap .domestic-link li a:hover[data-filter=kansai], .domestic .domestic-link-wrap .domestic-link li a:hover[data-filter="hokkaido,tohoku,kyusyu"] {
    background: #3053F8;
  }
  .domestic .domestic-link-wrap .domestic-link li a:hover[data-filter=satellite] {
    background: #94A3B8;
    border-color: #94A3B8;
  }
  .domestic .domestic-link-wrap .domestic-link li a:hover[data-filter=affiliate] {
    background: #46C33D;
    border-color: #46C33D;
  }
}
.domestic .domestic-link-wrap .domestic-link li.active a {
  color: #fff;
}
.domestic .domestic-link-wrap .domestic-link li.active a[data-filter=all], .domestic .domestic-link-wrap .domestic-link li.active a[data-filter=chubu], .domestic .domestic-link-wrap .domestic-link li.active a[data-filter=kanto], .domestic .domestic-link-wrap .domestic-link li.active a[data-filter=kansai], .domestic .domestic-link-wrap .domestic-link li.active a[data-filter="hokkaido,tohoku,kyusyu"] {
  background: #3053F8;
}
.domestic .domestic-link-wrap .domestic-link li.active a[data-filter=satellite] {
  background: #94A3B8;
  border-color: #94A3B8;
}
.domestic .domestic-link-wrap .domestic-link li.active a[data-filter=affiliate] {
  background: #46C33D;
  border-color: #46C33D;
}
.domestic .domestic-wrap {
  padding-bottom: 120px;
}
.domestic .domestic-wrap section {
  margin-bottom: 80px;
}
.domestic .domestic-wrap section:last-child {
  margin-bottom: 0;
}
.domestic .domestic-wrap .article-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.domestic .domestic-wrap .article-list article {
  display: flex;
  align-items: stretch;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
  padding: 24px;
}
.domestic .domestic-wrap .article-list article .artd-ttl {
  display: block;
  color: #94A3B8;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
}
.domestic .domestic-wrap .article-list article .article-name {
  width: 25%;
  padding-right: 16px;
}
.domestic .domestic-wrap .article-list article .article-name .an-ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1em;
  margin-bottom: 10px;
}
.domestic .domestic-wrap .article-list article .article-name .an-ttl b {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.39;
  letter-spacing: 0;
}
.domestic .domestic-wrap .article-list article .article-name .an-ttl span {
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
  white-space: nowrap;
  border-radius: 1.667em;
  padding: 0.333em 1em;
}
.domestic .domestic-wrap .article-list article .article-name .an-enttl {
  font-family: "Inter", sans-serif !important;
  color: #94A3B8;
  font-size: 1.2rem;
  font-weight: 700;
}
.domestic .domestic-wrap .article-list article .article-name a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-family: "Inter", sans-serif !important;
  color: #3053F8;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 0.25em;
}
@media (hover: hover) {
  .domestic .domestic-wrap .article-list article .article-name a:hover {
    opacity: 0.7;
  }
}
.domestic .domestic-wrap .article-list article .article-name .an-txt {
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0;
  margin-top: 1em;
}
.domestic .domestic-wrap .article-list article .article-detail {
  display: flex;
  align-items: stretch;
  width: 75%;
}
.domestic .domestic-wrap .article-list article .article-detail .artd-item {
  border-left: 1px solid #E5E5E5;
  padding-left: 24px;
  padding-right: 16px;
}
.domestic .domestic-wrap .article-list article .article-detail .artd-item p {
  font-size: 1.2rem;
  line-height: 1.91;
  letter-spacing: 0;
}
.domestic .domestic-wrap .article-list article .article-detail .artd-item:nth-of-type(1) {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.domestic .domestic-wrap .article-list article .article-detail .artd-item:nth-of-type(2) {
  width: 27.5%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
}
.domestic .domestic-wrap .article-list article .article-detail .artd-item:nth-of-type(2) > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.domestic .domestic-wrap .article-list article .article-detail .artd-item:nth-of-type(2) p {
  line-height: 1;
}
.domestic .domestic-wrap .article-list article .article-detail .artd-item:nth-of-type(2) p b {
  color: #64748B;
  font-size: 1.3rem;
  font-weight: 700;
}
.domestic .domestic-wrap .article-list article .article-detail .artd-item:nth-of-type(2) p span {
  font-size: 1.3rem;
  padding-left: 1.231em;
}
.domestic .domestic-wrap .article-list article .article-detail .artd-item:nth-of-type(3) {
  width: 27.5%;
}
.domestic .domestic-wrap .article-list article .article-detail .artd-item:nth-of-type(3) ul {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.domestic .domestic-wrap .article-list article .article-detail .artd-item:nth-of-type(3) ul li {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  background: #F6F6F6;
  border: 1px solid #94A3B8;
  border-radius: 0.727em;
  padding: 0.545em;
}
.domestic .domestic-wrap .article-list article.office .article-name .an-ttl span {
  background: #3053F8;
}
.domestic .domestic-wrap .article-list article.satellite .article-name .an-ttl span {
  background: #94A3B8;
}
.domestic .domestic-wrap .article-list article.affiliate .article-name .an-ttl span {
  background: #46C33D;
}
.domestic .domestic-wrap .article-list article.affiliate .article-detail .artd-item ul li {
  display: flex;
  align-items: center;
  gap: 0.5em;
  border-color: #46C33D;
  background: #fff;
  padding-left: 0.909em;
  padding-right: 0.909em;
}
.domestic .domestic-wrap .article-list article.affiliate .article-detail .artd-item ul li i {
  color: #46C33D;
}
@media only screen and (width <= 1024px) {
  .domestic .domestic-link-wrap {
    padding-top: 40px;
    padding-top: 60px;
  }
  .domestic .domestic-link-wrap .domestic-link {
    justify-content: flex-start;
  }
  .domestic .domestic-wrap {
    padding-bottom: 80px;
  }
  .domestic .domestic-wrap section:nth-of-type(n + 2) {
    margin-top: 60px;
  }
  .domestic .domestic-wrap .article-list article {
    flex-direction: column;
    gap: 24px;
  }
  .domestic .domestic-wrap .article-list article .article-name {
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    padding-right: 0;
    padding-bottom: 16px;
  }
  .domestic .domestic-wrap .article-list article .article-name .an-ttl b {
    font-size: 1.9rem;
    line-height: 1.3;
  }
  .domestic .domestic-wrap .article-list article .article-detail {
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }
  .domestic .domestic-wrap .article-list article .article-detail .artd-item {
    border-left: none;
    border-bottom: 1px solid #E5E5E5;
    padding: 0 0 16px;
  }
  .domestic .domestic-wrap .article-list article .article-detail .artd-item:nth-of-type(1) {
    width: 100%;
  }
  .domestic .domestic-wrap .article-list article .article-detail .artd-item:nth-of-type(2) {
    width: 100%;
    gap: 16px;
  }
  .domestic .domestic-wrap .article-list article .article-detail .artd-item:nth-of-type(3) {
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
  }
  .domestic .domestic-wrap .article-list article .article-detail .artd-item:nth-of-type(3) ul li {
    font-size: 1.2rem;
  }
}

/*==================================================*
 *  [ 海外拠点 ]
 *==================================================*/
.overseas .content {
  padding-top: 40px;
  padding-bottom: 0;
}
.overseas .overseas-link-wrap {
  padding-top: 80px;
  padding-bottom: 40px;
}
.overseas .overseas-link-wrap .overseas-link {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.overseas .overseas-link-wrap .overseas-link li a {
  display: block;
  width: fit-content;
  color: #3053F8;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  background: #fff;
  border: 1px solid #3053F8;
  border-radius: 1.333em;
  padding: 0.533em 1.2em 0.667em;
}
@media (hover: hover) {
  .overseas .overseas-link-wrap .overseas-link li a:hover {
    color: #fff;
    background: #3053F8;
  }
}
.overseas .overseas-link-wrap .overseas-link li.active a {
  color: #fff;
  background: #3053F8;
}
.overseas section {
  margin-bottom: 80px;
}
.overseas section:last-child {
  margin-bottom: 0;
}
.overseas .overseas-wrap {
  padding-bottom: 120px;
}
.overseas .overseas-wrap .article-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.overseas .overseas-wrap .article-list article {
  display: flex;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
  padding: 24px;
}
.overseas .overseas-wrap .article-list article .corp-data {
  display: block;
  width: 30%;
  padding-right: 24px;
}
.overseas .overseas-wrap .article-list article .corp-data .cd-name {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
}
.overseas .overseas-wrap .article-list article .corp-data .cd-name b {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.39;
  letter-spacing: 0;
}
.overseas .overseas-wrap .article-list article .corp-data .cd-name span {
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: inherit;
  letter-spacing: 0.06em;
  background: #3053F8;
  border-radius: 1.667em;
  padding: 0.333em 1em;
}
.overseas .overseas-wrap .article-list article .corp-data p {
  color: #94A3B8;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: 0;
  margin-top: 0.667em;
}
.overseas .overseas-wrap .article-list article .corp-data .cd-detail-site a {
  position: relative;
  display: block;
  width: fit-content;
  font-family: "Inter", sans-serif !important;
  color: #3053F8;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.overseas .overseas-wrap .article-list article .corp-data .cd-detail-site a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.4s ease;
}
@media (hover: hover) {
  .overseas .overseas-wrap .article-list article .corp-data .cd-detail-site a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.overseas .overseas-wrap .article-list article .corp-address {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.overseas .overseas-wrap .article-list article .corp-address .ca-type:has(p) {
  margin-bottom: 0.25em;
}
.overseas .overseas-wrap .article-list article .corp-address .ca-type p {
  font-family: "Inter", sans-serif !important;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
}
.overseas .overseas-wrap .article-list article .corp-address .ca-detail {
  display: flex;
  height: 100%;
}
.overseas .overseas-wrap .article-list article .corp-address .ca-detail:nth-of-type(n + 2) > div {
  padding-top: 24px;
}
.overseas .overseas-wrap .article-list article .corp-address .ca-detail:has(> div div.ca-type p) > div:nth-of-type(2) .ca-ttl {
  margin-top: 2.25em;
}
.overseas .overseas-wrap .article-list article .corp-address .ca-detail > div {
  border-left: 1px solid #E5E5E5;
  padding-left: 24px;
  padding-right: 16px;
}
.overseas .overseas-wrap .article-list article .corp-address .ca-detail > div:nth-of-type(1) {
  width: 60%;
}
.overseas .overseas-wrap .article-list article .corp-address .ca-detail > div:nth-of-type(1) p {
  line-height: 1.91 !important;
}
.overseas .overseas-wrap .article-list article .corp-address .ca-detail > div:nth-of-type(2) {
  width: 40%;
}
.overseas .overseas-wrap .article-list article .corp-address .ca-detail > div:nth-of-type(2) p b {
  color: #64748B;
  margin-right: 16px;
}
.overseas .overseas-wrap .article-list article .corp-address .ca-detail .ca-ttl {
  display: block;
  color: #94A3B8;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 1em;
}
.overseas .overseas-wrap .article-list article .corp-address .ca-detail p {
  font-size: 1.2rem;
  line-height: inherit;
  letter-spacing: 0;
}
.overseas .overseas-wrap .article-list article .corp-address .ca-detail p + p {
  margin-top: 1em;
}
.overseas .overseas-wrap .article-list article .corp-service {
  width: 20%;
  border-left: 1px solid #E5E5E5;
  padding-left: 24px;
}
.overseas .overseas-wrap .article-list article .corp-service .cd-ttl {
  display: block;
  color: #94A3B8;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 1em;
}
.overseas .popinfo-wrap {
  position: relative;
}
.overseas .popinfo-wrap .popinfo-txt {
  display: flex;
  justify-content: flex-end;
}
.overseas .popinfo-wrap .popinfo-txt span {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
}
.overseas .popinfo-wrap .popinfo-txt span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2em;
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../img/company/overseas/icon_info.svg") center/contain no-repeat;
  transform: translateY(-50%);
}
.overseas .popinfo-wrap .popinfo-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 1;
}
.overseas .popinfo-wrap .info-card {
  position: absolute;
  top: 150%;
  right: 10px;
  overflow: hidden;
  width: 95%;
  max-width: 406px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 7.1px rgba(56, 56, 56, 0.21);
  padding: 24px;
  z-index: 2;
}
.overseas .popinfo-wrap .info-card .close-button {
  position: absolute;
  top: 20px;
  right: 20px;
}
.overseas .popinfo-wrap .info-card .ic-wrap .ic-ttl {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: 0;
}
.overseas .popinfo-wrap .info-card .ic-wrap .service-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.overseas .popinfo-wrap .info-card .ic-wrap .service-legend .sl-item {
  width: calc((100% - 48px) / 4);
  min-width: 170px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.overseas .popinfo-wrap .info-card .ic-wrap .service-legend .sl-item .sl-icon {
  width: 40px;
}
.overseas .popinfo-wrap .info-card .ic-wrap .service-legend .sl-item .sl-icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  font-size: 2.4rem;
}
.overseas .popinfo-wrap .info-card .ic-wrap .service-legend .sl-item .sl-icon span i {
  color: #3053F8;
}
.overseas .popinfo-wrap .info-card .ic-wrap .service-legend .sl-item .sl-label {
  width: calc(100% - 52px);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.overseas .popinfo-wrap .info-card .ic-wrap .service-legend .sl-item .sl-label p {
  color: #94A3B8;
  font-size: 1rem;
  font-weight: 500;
  line-height: inherit;
  letter-spacing: 0;
}
.overseas .popinfo-wrap .info-card .ic-wrap .service-legend .sl-item .sl-label p:has(b) {
  color: #333;
  font-size: 1.2rem;
  font-weight: 700;
}
.overseas .popinfo-wrap .popinfo-flag {
  display: none;
}
.overseas .popinfo-wrap .popinfo-flag:not(:checked) + .popinfo-bg {
  display: none;
}
.overseas .popinfo-wrap .popinfo-flag:not(:checked) + * + .info-card {
  display: none;
}
.overseas .service-list {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.overseas .service-list li {
  display: inline-block;
  position: relative;
}
.overseas .service-list li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: auto;
  aspect-ratio: 1/1;
  cursor: help;
}
.overseas .service-list li span i {
  color: #3053F8;
  font-size: 2.2rem;
}
.overseas .service-list li p {
  display: flex;
  justify-content: center;
  visibility: hidden;
  position: absolute;
  bottom: 100%;
  left: 50%;
  border-radius: 4px;
  background-color: #333;
  color: #fff;
  font-size: 1rem;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.3s;
  padding: 0.25em 0.5em;
}
.overseas .service-list li p::before {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 9px;
  height: 6px;
  background-color: inherit;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  transform: rotate(180deg);
}
@media (hover: hover) {
  .overseas .service-list li:hover > p {
    visibility: visible;
    opacity: 1;
  }
}
@media (hover: none) {
  .overseas .service-list li:focus > p, .overseas .service-list li:focus-within > p {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (width <= 1024px) {
  .overseas .popinfo-wrap .info-card .ic-wrap .service-legend {
    gap: 8px;
  }
  .overseas .popinfo-wrap .info-card .ic-wrap .service-legend .sl-item {
    width: calc((100% - 8px) / 2);
    min-width: auto;
    gap: 5px;
  }
  .overseas .popinfo-wrap .info-card .ic-wrap .service-legend .sl-item .sl-label {
    width: calc(100% - 45px);
    gap: 2px;
  }
  .overseas .overseas-link-wrap {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .overseas .overseas-link-wrap .overseas-link {
    justify-content: flex-start;
  }
  .overseas section {
    margin-bottom: 80px;
  }
  .overseas section:last-child {
    margin-bottom: 0;
  }
  .overseas .overseas-wrap {
    padding-bottom: 80px;
  }
  .overseas .overseas-wrap .article-list article {
    flex-direction: column;
  }
  .overseas .overseas-wrap .article-list article .corp-data {
    width: 100%;
    margin-bottom: 24px;
  }
  .overseas .overseas-wrap .article-list article .corp-address {
    display: block;
    width: 100%;
  }
  .overseas .overseas-wrap .article-list article .corp-address .ca-type {
    width: 100%;
  }
  .overseas .overseas-wrap .article-list article .corp-address .ca-type:has(p) {
    margin-bottom: 1em;
  }
  .overseas .overseas-wrap .article-list article .corp-address .ca-detail {
    width: 100%;
    flex-direction: column;
    border-top: 1px solid #E5E5E5;
    padding: 24px 0;
  }
  .overseas .overseas-wrap .article-list article .corp-address .ca-detail:nth-of-type(n + 2) > div {
    padding-top: 0;
  }
  .overseas .overseas-wrap .article-list article .corp-address .ca-detail > div {
    border-left: none;
    padding-left: 0;
    padding-right: 0;
  }
  .overseas .overseas-wrap .article-list article .corp-address .ca-detail > div:nth-of-type(1) {
    width: 100%;
  }
  .overseas .overseas-wrap .article-list article .corp-address .ca-detail > div:nth-of-type(2) {
    width: 100%;
  }
  .overseas .overseas-wrap .article-list article .corp-address .ca-detail > div:nth-of-type(2) .ca-ttl {
    margin-top: 1em !important;
  }
  .overseas .overseas-wrap .article-list article .corp-address .ca-detail .ca-ttl {
    display: block;
    color: #94A3B8;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 1em;
  }
  .overseas .overseas-wrap .article-list article .corp-address .ca-detail p {
    font-size: 1.2rem;
    line-height: inherit;
    letter-spacing: 0;
  }
  .overseas .overseas-wrap .article-list article .corp-address .ca-detail p + p {
    margin-top: 1em;
  }
  .overseas .overseas-wrap .article-list article .corp-service {
    width: 100%;
    border-top: 1px solid #E5E5E5;
    border-left: none;
    padding: 24px 0 0;
  }
}

.corp-address + .corp-address {
  border-top: 1px solid #E5E5E5;
}

/*==================================================*
 *  [ 取得認証と加盟団体 ]
 *==================================================*/
.cert_om .content .content-wrap .content-item {
  max-width: 1064px;
}
.cert_om .dom-ttl {
  font-size: 1.8rem;
  font-weight: 700;
}
.cert_om table {
  width: 100%;
}
.cert_om table tr {
  border-bottom: 2px solid #E5E5E5;
}
.cert_om table tr th, .cert_om table tr td {
  font-size: 1.6rem;
  line-height: 1.8;
  vertical-align: top;
  padding-top: 1em;
  padding-bottom: 1em;
}
.cert_om table tr th {
  width: 28%;
  font-weight: 500;
  text-align: left;
}
.cert_om table tr th span {
  font-size: 1.3rem;
}
.cert_om table tr td {
  width: 72%;
  padding-left: 2.5em;
  padding-right: 1em;
}
.cert_om .dom-mo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.cert_om .dom-mo-list .dom-mo-item {
  width: calc((100% - 32px) / 3);
  text-align: center;
}
.cert_om .dom-mo-list .dom-mo-item .txt-caption {
  margin-top: 8px;
}
@media only screen and (width <= 1024px) {
  .cert_om table tr th, .cert_om table tr td {
    display: inline-block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cert_om table tr th {
    padding-top: 1em;
  }
  .cert_om table tr td {
    padding-top: 1em;
    padding-left: 0;
    padding-bottom: 0.625em;
  }
  .cert_om .dom-mo-list {
    flex-direction: column;
  }
  .cert_om .dom-mo-list .dom-mo-item {
    width: 100%;
  }
}

/*==================================================*
 *  [ 基本方針 ]
 *==================================================*/
.policy section {
  margin-bottom: 60px;
}
.policy section:last-child {
  margin-bottom: 0;
}
.policy #behavioral, .policy #environmental {
  width: 100%;
  border: 1px solid #CACDD9;
  border-radius: 8px;
  padding: 32px 40px;
}
.policy #behavioral ol, .policy #environmental ol {
  padding-left: 1.5em;
}
.policy #behavioral ol li, .policy #environmental ol li {
  font-size: 1.6rem;
  line-height: 2;
}
.policy #behavioral .circle-list li, .policy #environmental .circle-list li {
  line-height: 2;
}
.policy #bcp ol {
  padding-left: 1.5em;
}
.policy #bcp ol li {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 1em;
}
.policy .p-indent {
  padding-left: 1.5em;
}
.policy .p-subttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (width <= 1024px) {
  .policy section {
    margin-bottom: 40px;
  }
  .policy #behavioral, .policy #environmental {
    padding: 20px;
  }
}