.l-main {
  margin-top: 80px;
}

.l-page {
  padding-top: 40px;
}

.fv {
  margin-bottom: 40px;
}

.main_ttl {
  font-size: 40px;
  font-weight: 500;
  color: var(--main-color);
  display: flex;
  flex-direction: column;
  font-family: var(--sub-font);
  line-height: 1.2;
  margin-bottom: 40px;
}

.main_ttl span {
  font-size: 22px;
  font-weight: 400;
  color: var(--main-color);
  line-height: calc(32 / 22);
  font-family: var(--main-font);
}

.visually_ttl {
  display: none;
}

.ttl_wrap {
  margin-bottom: 32px;
}

/* h2 */
.cont_ttl {
  font-size: clamp(32px, 8vw, 32px);
  word-break: keep-all;
  margin-bottom: 0;
}

/* h3 */
.sub_ttl {
  font-size: clamp(32px, 8vw, 32px);
  font-weight: bold;
  word-break: keep-all;
  color: var(--main-color);
  font-family: var(--sub-font);
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 1);
  margin-bottom: 0;
}

.sub_ttl span {
  font-size: 16px;
  font-weight: 400;
  color: var(--main-color);
}


/* 下層共通 */
.accordion-select {
  position: relative;
  width: 280px;
  margin: 0 auto 80px;
}

.accordion-select.different {
  margin-bottom: 40px;
}

.accordion-btn {
  width: 100%;
  padding: 10px;
  border: 1px solid #585858;
  background: #fff;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  color: #000;
  position: relative;
  transition: background 0.3s;
}

.accordion-select:has(.accordion-list.open) {
  z-index: 100;
}

.accordion-btn:hover {
  background: #fff;
}

.accordion-btn.active {
  border-bottom-color: transparent;
}

.accordion-btn::after {
  content: "";
  position: absolute;
  background: url(../images/service/ui_arrow-bottom.png) no-repeat center / cover;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}

.accordion-btn.active::after {
  transform: translateY(-50%) rotate(-180deg);
  border-bottom: none;
}

/* アコーディオンリスト */
.accordion-list {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  position: absolute;
  width: 100%;
  z-index: 10;
  border: 1px solid #585858;
  border-top: none;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.accordion-list.open {
  max-height: 300px;
  opacity: 1;
}

.accordion-list li:last-child {
  border-bottom: none;
}

.accordion-list a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  transition: background 0.2s;
}

.accordion-list a:hover {
  background: #f5f5f5;
}

.btn_list {
  display: none;
}

.category_btn_list {
  display: none;
}

/* タグ */
.meta_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 56px;
}

.meta_category,
.meta_date {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid var(--main-color);
  border-radius: 4px;
  font-size: 12px;
  line-height: calc(18 / 12);
  color: var(--main-color);
}


/* ページャー */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination.ui-circle {
  justify-content: center;
  gap: 4px;
}

.pagination_item_link {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  font-size: 14px;
  color: var(--main-color);
  font-weight: 500;
  font-family: var(--main-font);
}

.pagination_item:first-of-type .pagination_item_link {
  margin-right: 12px;
}

.pagination_item:last-of-type .pagination_item_link {
  margin-left: 12px;
}

.pagination_item:not(:first-of-type):not(:last-of-type) .pagination_item_link.active {
  background: var(--main-color);
  color: #F8F2E9;
  border-radius: 50%;
}

.pagination_item_link img {
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 32px;
}


@media (min-width: 768px) {

  .l-page {
    padding-top: 80px;
  }

  .main_ttl {
    margin-bottom: 80px;
  }

  .category_btn_list {
    grid-template-columns: repeat(4, 1fr);
    /* PC: 4列 */
    display: grid;
    max-width: 1024px;
    margin: 0 auto 80px;
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--point-shadow);
    box-sizing: border-box;
    overflow: hidden;
  }

  .btn_list {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
  }

  .btn_item {
    min-height: 48px;
  }

  .btn_item .ui-btn.ui-btn--active {
    background: var(--main-color);
    color: #fff;
  }

  .category_btn {
    display: grid;
    place-items: center;
    padding: 14px;
    min-height: 48px;
    font-size: 14px;
    font-weight: 500;
    color: var(--main-color);
    line-height: calc(20 / 14);
    transition: background .25s;
  }

  .category_btn.active {
    background: #CFCFCF;
  }

  .category_btn:hover {
    opacity: 1;
  }

  .accordion-select {
    display: none;
  }

  .pagination {
    gap: 21px;
  }

}


/* -------------
COMPANY
---------------- */

/* 経営理念 */

.section_content--management .cont_space {
  width: 100%;
  max-width: 100%;
}

.section_content--management .cont_ttl {
  margin: 0 10px;
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 1);
}

.philo-media {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 32px;
  transform: translateX(-10px)
}

.philo-media img {
  width: 100%;
  height: auto;
  display: block;
}

/* カード：右側に重ねる */
.philo_card {
  background: #fff;
  box-shadow: var(--point-shadow);
  padding: 24px 36px 40px 24px;
  z-index: 3;
  transform: translateX(10px);
}

.philo_card h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
}

.philo_card p {
  font-size: 14px;
  font-weight: 200;
}

@media (min-width: 768px) {

  .management_box {
    display: grid;
    grid-template-columns: minmax(779px, 1fr) minmax(480px, 1fr);
    align-items: start;
    margin-right: auto;
  }

  .philo-media {
    grid-column: 1 / 2;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }

  .philo-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .philo_flex {
    position: relative;
    z-index: 1;
    margin-left: -268px;
  }

  .section_content--management .cont_ttl {
    margin: 0;
  }

  .management_box .ttl_wrap {
    margin-top: 48px;
    margin-left: clamp(24px, 6vw, 88px);
    margin-bottom: 48px;
  }

  .philo_card {
    background: #fff;
    box-shadow: var(--point-shadow);
    grid-column: 2 / 3;
    /* 可変パディング：小さい画面で自動的に縮む */
    padding-block: clamp(24px, 4vw, 64px);
    padding-inline: clamp(20px, 5vw, 88px) clamp(24px, 8vw, 243px);
    transform: none;
    min-height: clamp(220px, 35vw, 316px);
    overflow: visible;
  }

  .philo_card_inner {
    width: min(100%, 544px);
    /* 可読幅を上限544pxに */
    overflow-wrap: anywhere;
  }
}

@media (max-width: 1024px) {

  .philo_card {
    grid-column: 1 / -1;
    max-height: 100%;
  }

  .philo_card_inner {
    max-width: 300px;
  }

}


/* コンセプト */

.concept_box .ttl_wrap {
  display: flex;
  align-items: center;
  margin: 0 auto 32px;
}

.concept_logo {
  width: 96px;
  height: 96px;
}

.concept_logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  flex-shrink: 1;
}

.concept_text {
  font-size: 14px;
  font-family: var(--main-font);
  line-height: calc(28 / 14);
}

@media (min-width: 768px) {

  .section_content--concept .cont_space,
  .section_content--profile .cont_space {
    max-width: 736px;
    margin-inline: auto;
  }

  .concept_box .ttl_wrap {
    margin: 0 auto 10px;
  }

  .concept_text {
    padding: 0 96px;
  }
}

/* 会社概要 */

.info-detail {
  display: flex;
  align-items: baseline;
  justify-content: space-around;
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 32px;
}

.info-detail:not(:first-child) {
  padding-top: 32px
}


.info-detail dt {
  font-size: 14px;
  font-weight: 400;
  width: 80px;
}

.info-detail dd {
  font-size: 14px;
  font-weight: 200;
  width: 208px;
}


@media (min-width: 768px) {

  .profile_box .ttl_wrap {
    margin: 0 auto 40px;
  }

  .info-detail dt {
    width: 127px;
  }

  .info-detail dd {
    width: 545px;
  }

}

/* アクセス */

.section_content--access .cont_space {
  max-width: 928px;
  margin-inline: auto;
}

.access_map {
  width: 352px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  overflow: hidden;
}

.access_map iframe {
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

@media (min-width: 768px) {

  .section_content--access {
    margin-bottom: 0;
  }

  .access_map {
    width: 928px;
  }

  .access_box .ttl_wrap {
    margin: 0 auto 40px;
  }
}

/* -------------
SERVICE
---------------- */

.service_list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.service_photo {
  width: 100%;
  margin-bottom: 32px;
}

.service_item .ttl_wrap {
  margin-bottom: 16px;
}

.service_card p {
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 32px;
}

.service_item .ui-btn {
  margin: inherit;
}

@media (min-width: 768px) {

  .section_content--service {
    margin-bottom: 0;
  }

  .section_content--service .cont_space {
    width: 100%;
  }

  .service_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 80px;
    max-width: 928px;
    margin-inline: auto;
  }

  .service_item:nth-child(odd) {
    margin-right: 96px;
  }

  .service_item:nth-child(even) {
    flex-direction: row-reverse;
    margin-left: 96px;
  }

  .service_item {
    display: flex;
    align-items: center;
    gap: 62px;
  }

  .service_photo {
    aspect-ratio: 1 / 1;
    width: 100%;
    max-width: 352px;
    flex-shrink: 0;
    margin: unset;
  }

  .service_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .service_item .ttl_wrap {
    margin-bottom: 16px;
  }

  .service_card p {
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 32px;
  }

}

/* -------------
HISTORY
---------------- */

.section_content--history {
  margin-bottom: 156px;
}

.section_content--history .cont_ttl {
  margin-bottom: 56px;
}

.history_box {
  margin-left: 33px;
  position: relative;
}

.history_box::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 0;
  bottom: 40px;
  width: 2px;
  background: #4D4D4D;
}

.history_box::after {
  content: "";
  position: absolute;
  left: -25px;
  bottom: -120px;
  width: 1px;
  min-height: 159px;
  border: 1px dashed #4D4D4D;
}

.history_row {
  width: 320px;
}

.history_row:first-child {
  display: flex;
  flex-direction: column-reverse;
}

.history_item {
  margin-bottom: 56px;
}

.history_item dt:first-child {
  position: relative;
}

.history_item dt:first-child::before {
  content: "";
  display: block;
  width: 20px;
  position: absolute;
  height: 1px;
  background-color: #4D4D4D;
  left: -10%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.history_item dt:first-child::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background-color: #474747;
  position: absolute;
  left: -15%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.history_item .ttl_wrap {
  margin-bottom: 56px;
}

.history_photo {
  width: 100%;
  /* aspect-ratio: 16 / 9; */
  overflow: hidden;
  margin-bottom: 16px;
}

.history_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}

.history_item dt {
  font-size: 16px;
  line-height: calc(24 / 16);
  margin-bottom: 8px;
  width: 100%;
  max-width: 50%;
}

.history_item dd p {
  font-size: 14px;
  font-weight: 200;
  line-height: calc(21 / 14);
}

.ttl_wrap.last {
  position: relative;
}

.ttl_wrap.last::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: #474747;
  border-radius: 20px;
  left: -7.5%;
  top: 35%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}

@media (min-width: 768px) {

  /* スマホ表示 */
  .history_item dt:first-child::after,
  .history_item dt:first-child::before {
    display: none;
  }

  .section_content--history {
    margin-bottom: 209px;
  }

  .section_content--history .cont_ttl,
  .section_content--history .ttl_wrap {
    margin: 0;
  }

  .history_box {
    max-width: 928px;
    margin-inline: auto;
  }

  .history_box::before {
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* min-height: 1420px; */
    /* min-height: 920px; */
    min-height: 700px;
  }

  .history_box::after {
    min-height: 240px;
    bottom: -209px;
    left: 50%;
    transform: translateX(-50%);
  }

  .history_row {
    display: flex;
    align-items: center;
    gap: 48px;
    width: inherit;
  }

  .history_row:first-child {
    display: flex;
    flex-direction: inherit;
  }

  .history_row:nth-child(even) {
    flex-direction: row-reverse;
  }

  .history_row--last {
    flex-direction: row-reverse;
    margin-top: 75px;
  }

  .history_row:nth-child(5) {
    margin-bottom: 55px;
  }

  .history_item {
    width: 100%;
    max-width: 50%;
    position: relative;
    margin-bottom: 0;
  }

  .history_item dt {
    width: unset;
    max-width: unset;
  }


  .history_photo {
    max-width: 352px;
  }

  .history_row:nth-child(even) .history_item {
    padding-left: 112px;
  }

  .history_item::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background-color: #474747;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .history_item::after {
    content: "";
    display: block;
    width: 112px;
    height: 1px;
    border-radius: 20px;
    background-color: #474747;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .history_row:nth-child(odd) .history_item::before {
    position: absolute;
    left: 100%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
  }

  .history_row:nth-child(odd) .history_item::after {
    width: 100%;
    top: 50%;
    z-index: 0;
  }

  .history_row:nth-child(even) .history_item::before {
    position: absolute;
    right: 100%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
  }

  .history_row:nth-child(even) .history_item::after {
    width: 100%;
    top: 50%;
    z-index: 0;
  }

  .history_row:nth-child(even) dt {
    text-align: right;
  }

  .ttl_wrap.last {
    margin-bottom: 0;
    max-width: 50%;
    width: 100%;
    padding-left: 48px;
  }

  .ttl_wrap.last::after {
    width: 16px;
    height: 16px;
    left: 0;
    top: 35%;
    transform: translateX(-50%) translateY(-50%);
    margin-left: 0;
    z-index: 1;
  }

}

/* -------------
WORKS
---------------- */

.works_box {
  margin-bottom: 64px;
}

.works_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.works_item:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid #D9D9D9;
}

.works_item:first-child .works_detail {
  padding: 0 0 16px;
}

.works_detail {
  padding: 16px 0;
}

.works_photo {
  /* aspect-ratio: 1 / 1; */
  width: 100%;
  max-width: 352px;
  margin: 0 auto 16px;
  flex-shrink: 0;
}

.article_info {
  width: 320px;
  margin-inline: auto;
}

.article_ttl {
  font-size: 16px;
  line-height: calc(24 / 16);
  font-family: var(--main-font);
  margin-bottom: 16px;
}

.article_text_block {
  margin-bottom: 16px;
}

.article_text {
  font-size: 10px;
  line-height: calc(15 / 10);
  font-family: var(--point-font);
}

.article_light_text {
  font-size: 10px;
  line-height: calc(16 / 10);
  font-family: var(--main-font);
  font-weight: 200;
}


@media (min-width:768px) {


  .section_content--works {
    margin-bottom: 0;
  }

  .works_box {
    margin-bottom: 40px;
  }

  .works_item {
    border-bottom: none !important;
    padding: 0 !important;
  }

  .works_detail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px;
    padding: 0 !important;
  }

  .works_photo {
    margin: 0;
  }

  .article_info {
    max-width: 448px;
    width: 100%;
    margin-inline: unset;
  }

}


/* -------------
NEWS
---------------- */

.news_box {
  margin: 0 0 40px;
}

.news_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 64px 32px;
}

.news_item {
  width: 160px;
  flex: 1;
}

.news_detail {
  width: 100%;
  display: block;
}

.news_photo {
  min-width: 160px;
  width: 100%;
  margin-bottom: 16px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  aspect-ratio: 320/214;
}

.news_photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  object-fit: cover;
  transform: translateY(-50%) translateX(-50%);
}

.news_photo img {
  box-shadow: var(--point-shadow);
}

.article_ttl {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(24 / 16);
  font-family: var(--main-font);
  color: var(--main-color);
}

.no-post {
  text-align: center;
}

.preparation-text {
  text-align: center;
  margin-bottom: 80px;
}

@media (min-width:768px) {

  .section_content--news {
    margin: 0;
  }

  .news_box {
    max-width: 1120px;
    margin-inline: auto;
  }

  .news_list {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    justify-content: flex-start;
    gap: 40px 32px;
    margin: 0 0 40px;
  }

  .news_item {
    max-width: 352px;
    width: 100%;
    flex: inherit;
  }

  .news_detail {
    width: 352px;
  }

  .news_photo {
    max-width: 352px;
    width: 100%;
    margin-bottom: 16px;
    flex-shrink: 0;
  }
}

/* -------------
RECRUIT
---------------- */

.recruit_box {
  margin-bottom: 64px;
}

.recruit_list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.recruit_photo {
  min-width: 352px;
  width: 100%;
  margin-bottom: 16px;
  box-shadow: var(--point-shadow);
  position: relative;
  aspect-ratio: 352/235;
}

.recruit_photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  object-fit: cover;
  transform: translateY(-50%) translateX(-50%);
  box-shadow: var(--point-shadow);
}

.recruit_info {
  margin-bottom: 24px;
}

.recruit_summary {
  display: flex;
  align-items: baseline;
  gap: 24px;
}

.recruit_summary:not(:last-child) {
  margin-bottom: 16px;
}

.recruit_summary dt {
  font-size: 14px;
  color: var(--main-color);
  line-height: calc(21 / 14);
  font-family: var(--main-font);
  min-width: 58px;
}

.recruit_summary dd {
  font-size: 14px;
  color: var(--main-color);
  line-height: calc(21 / 14);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recruit_btn {
  font-size: 12px;
  font-weight: 500;
  font-family: var(--sub-font);
  color: #fff;
  background: var(--main-color);
  border-radius: 13px;
  transition: all 0.6s ease;
  width: 83px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
}

/* .wp-pagenavi a:hover,
.wp-pagenavi span.current {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: var(--main-color);
  color: #F8F2E9;
  border-radius: 50%;
  border: none;
} */
.wp-pagenavi span.current {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: var(--main-color);
  color: #F8F2E9;
  border-radius: 50%;
  border: none;
}

body .wp-pagenavi a,
body .wp-pagenavi span {
  border: none;
}

.page.larger,
.page.smaller {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  font-size: 14px;
  color: var(--main-color);
  font-weight: 500;
  font-family: var(--main-font);
  border: none;
}

.previouspostslink {
  width: 40px;
  height: 40px;
  text-indent: 10000px;
  background: url(../images/works/ui_arrow-left.png) 0 0 no-repeat;
  background-size: 80% 80%;
  background-position: center center;
}

.nextpostslink {
  width: 40px;
  height: 40px;
  text-indent: 10000px;
  background: url(../images/works/ui_arrow-right.png) 0 0 no-repeat;
  background-size: 80% 80%;
  background-position: center center;
}

#breadcrumbs a[href="#"] {
  cursor: default;
}

@media (min-width:768px) {

  .nextpostslink,
  .previouspostslink {
    background-size: 85% 85%;
  }

  .recruit_box {
    max-width: 864px;
    margin-inline: auto;
  }

  .recruit_list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
  }

  .recruit_detail a {
    display: flex;
    align-items: center;
    gap: 64px;
  }

  .recruit_photo {
    margin: 0;
  }

  .recruit_photo img {
    filter: grayscale(1) brightness(0.8);
    transition: filter 0.6s ease;
  }


  /* ホバーでカラーに戻す */
  .recruit_detail a:hover .recruit_photo img {
    filter: grayscale(0) brightness(1);
  }

  .recruit_summary dd {
    width: 366px;
  }

  .recruit_btn {
    color: var(--main-color);
    background: #fff;
    border: 1px solid var(--main-color);
  }

  /* ホバーでカラーに戻す */
  .recruit_detail a:hover .recruit_btn {
    color: #fff;
    background: var(--main-color);
    border: none;
  }

}

/* -------------
PRIVACYPOLICY
---------------- */

.policy_lead {
  margin-bottom: 40px;
}

.policy_block:not(:last-child) {
  margin-bottom: 40px;
}

.section_content--policy h2 {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(28 / 14);
  font-family: var(--main-font);
  color: var(--main-color);
}

.section_content--policy p,
.policy_list li,
.policy_address {
  font-size: 14px;
  color: var(--main-color);
  font-weight: 200;
  line-height: calc(28 / 14);
  font-family: var(--main-font);
}


@media (min-width:768px) {

  .section_content--policy {
    margin-bottom: 0;
  }

  .section_content--policy .main_ttl {
    margin-bottom: 80px;
  }

}