*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
p,
dl,
dd,
figure {
  margin: 0;
}

table {
  border-collapse: collapse;
  width: 100%;
}

.l-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 16px;
  }
}

.c-heading {
  margin-bottom: 48px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-heading {
    margin-bottom: 32px;
    font-size: 22px;
  }
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-width: 280px;
  padding: 16px 32px;
  background: #033276;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
}
.c-button:hover {
  opacity: 1;
  background: #02265A;
}
.c-button__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #FFFFFF;
  color: #033276;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .c-button {
    min-width: 260px;
    padding: 14px 24px;
  }
}
.c-button--outline {
  min-width: 420px;
  border: 2px solid #033276;
  background: #FFFFFF;
  color: #033276;
  font-size: 17px;
}
.c-button--outline:hover {
  background: #033276;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .c-button--outline {
    min-width: 0;
    width: 100%;
    font-size: 15px;
  }
}
.c-button__icon {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .c-button__icon {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.page-icon {
  margin-top: 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-icon {
    margin-top: 32px;
  }
}
.page-icon + .sub-lead {
  padding-top: 28px;
}
@media screen and (max-width: 767px) {
  .page-icon + .sub-lead {
    padding-top: 20px;
  }
}
.page-icon__box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page-icon__image {
  width: 100px;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .page-icon__image {
    width: 80px;
  }
}

.to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: #033276;
  color: #FFFFFF;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.to-top.is-visible {
  opacity: 1;
  visibility: visible;
}
.to-top:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .to-top {
    right: 16px;
    bottom: 16px;
    width: 42px;
    height: 42px;
    font-size: 16px;
  }
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
.lightbox__image {
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
}

.header {
  position: relative;
  background: #FFFFFF;
}
.header__top {
  background: #FFFFFF;
}
.header__top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
  padding: 14px 20px;
}
@media screen and (max-width: 767px) {
  .header__top-inner {
    padding: 10px 12px;
    background: #033276;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    gap: 8px;
  }
}
.header__logo-mark {
  width: 64px;
}
@media screen and (max-width: 767px) {
  .header__logo-mark {
    width: 32px;
  }
}
.header__logo-name {
  font-size: 24px;
  font-weight: 700;
  color: #033276;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__logo-name {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo-name {
    font-size: 13px;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 380px) {
  .header__logo-name {
    font-size: 12px;
  }
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .header__actions {
    gap: 10px;
  }
}
.header__tel {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #333333;
}
.header__tel-icon {
  font-size: 22px;
}
.header__line {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  border-radius: 6px;
  background: #06C755;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
}
.header__line:hover {
  opacity: 1;
  background: #05A847;
}
.header__line-icon {
  font-size: 20px;
}
.header__sp-tel, .header__sp-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 17px;
}
.header__sp-tel {
  background: #C7000B;
}
.header__sp-line {
  background: #06C755;
}

.gnav {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .gnav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    width: 100%;
    border: none;
    background: #033276;
  }
  .gnav.is-open {
    display: block;
  }
}
.gnav__list {
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .gnav__list {
    display: block;
    padding: 8px 0;
  }
}
.gnav__item {
  flex: 1;
  border-left: 1px solid #DDDDDD;
}
.gnav__item:last-child {
  border-right: 1px solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  .gnav__item {
    border: none;
  }
}
.gnav__link {
  display: block;
  padding: 18px 4px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.gnav__link:hover {
  opacity: 1;
  background: #033276;
  color: #FFFFFF;
}
.gnav__link--current {
  background: #033276;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .gnav__link {
    padding: 14px 20px;
    color: #FFFFFF;
  }
}

@media screen and (max-width: 767px) {
  .gnav__item--sp-hide {
    display: none;
  }
}

.gnav__item--mega {
  position: static;
}
.gnav__item--mega .mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 30;
  width: 100%;
  padding: 32px 20px;
  background: #FFFFFF;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-top: 1px solid #DDDDDD;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s;
}
@media screen and (max-width: 767px) {
  .gnav__item--mega .mega-menu {
    display: block;
    position: static;
    padding: 0 0 6px;
    background: none;
    box-shadow: none;
    border-top: none;
    opacity: 1;
    visibility: visible;
    transition: none;
  }
}
.gnav__item--mega:hover .mega-menu, .gnav__item--mega:focus-within .mega-menu {
  opacity: 1;
  visibility: visible;
}

.mega-menu__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mega-menu__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .mega-menu__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
.mega-menu__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border: 2px solid #033276;
  border-radius: 6px;
  background: #FFFFFF;
  color: #033276;
  font-size: 15px;
  font-weight: 700;
  transition: background 0.2s, color 0.2s;
}
@media screen and (max-width: 767px) {
  .mega-menu__item {
    padding: 10px 20px 10px 40px;
    border: none;
    border-radius: 0;
    background: none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
  }
}
.mega-menu__item:hover {
  opacity: 1;
  background: #033276;
  color: #FFFFFF;
}
.mega-menu__item:hover .mega-menu__arrow {
  background: #FFFFFF;
  color: #033276;
}
.mega-menu__label {
  flex: 1;
  white-space: nowrap;
}
.mega-menu__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #033276;
  color: #FFFFFF;
  font-size: 11px;
  flex-shrink: 0;
  transition: background 0.2s, color 0.2s;
}
@media screen and (max-width: 767px) {
  .mega-menu__arrow {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    color: #033276;
    font-size: 9px;
  }
}

.hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 34px;
    height: 34px;
    padding: 7px;
    border: none;
    background: transparent;
    cursor: pointer;
  }
}
.hamburger__line {
  display: block;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  transition: transform 0.3s, opacity 0.3s;
}
.hamburger.is-open .hamburger__line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.is-open .hamburger__line:nth-child(2) {
  opacity: 0;
}
.hamburger.is-open .hamburger__line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.footer {
  padding: 64px 0 32px;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 0 0 32px;
  }
}
.footer__inner {
  max-width: 1140px;
  margin: 0 auto 56px;
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    margin-bottom: 40px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__info {
    padding: 0 16px;
  }
}
.footer__logo {
  display: block;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    margin: 32px 0 8px;
  }
}
.footer__logo-mark {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .footer__logo-mark {
    width: 200px;
  }
}
.footer__catch {
  margin-bottom: 20px;
  color: #033276;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer__catch {
    margin-bottom: 16px;
    font-size: 14px;
  }
}
.footer__name {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer__name {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.footer__address {
  font-size: 16px;
  font-style: normal;
  line-height: 2;
}
.footer__nav-list {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__nav-list {
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: center;
    gap: 16px 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin: 0 16px 32px;
  }
  .footer__nav-list > li:last-child {
    grid-column: 1/-1;
  }
}
.footer__nav-link {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer__nav-link {
    display: block;
    padding: 10px;
    background: #F5F5F5;
    text-align: center;
  }
}
.footer__copyright {
  display: block;
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 13px;
  text-align: center;
}

.cta {
  padding: 64px 0 48px;
  background: #538F6B;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 48px 0 40px;
  }
}
.cta__heading {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta__heading {
    font-size: 22px;
  }
}
.cta__lead {
  margin-bottom: 40px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta__lead {
    margin-bottom: 32px;
    padding: 0 16px;
  }
}
.cta__list {
  display: flex;
  justify-content: center;
  gap: 32px;
  max-width: 1140px;
  margin: 0 auto 32px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .cta__list {
    display: block;
    padding: 0 32px;
  }
}
.cta__item {
  flex: 1;
  padding: 28px 24px 32px;
  background: #FFFFFF;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta__item {
    margin-bottom: 20px;
  }
}
.cta__item-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}
.cta__tel {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #033276;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .cta__tel {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cta__tel {
    gap: 8px;
    font-size: 20px;
  }
}
.cta__tel-icon {
  color: #033276;
  font-size: 26px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cta__tel-icon {
    font-size: 18px;
  }
}
.cta__mail-button, .cta__line-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
}
.cta__mail-button {
  background: #033276;
}
.cta__mail-button:hover {
  opacity: 1;
  background: #02265A;
}
.cta__line-button {
  background: #06C755;
}
.cta__line-button:hover {
  opacity: 1;
  background: #05A847;
}
.cta__line-icon {
  font-size: 22px;
}
.cta__note {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta__note {
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .cta__note-sep {
    display: none;
  }
}

.hero__slider {
  position: relative;
  width: 100%;
  height: 480px;
}
@media screen and (max-width: 767px) {
  .hero__slider {
    height: 300px;
  }
}
.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: heroFade 18s infinite;
}
.hero__image--1 {
  animation-delay: 0s;
}
.hero__image--2 {
  animation-delay: 6s;
}
.hero__image--3 {
  animation-delay: 12s;
}
.hero__band {
  background: #033276;
  color: #FFFFFF;
}
.hero__band-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 8px 20px;
}
@media screen and (max-width: 767px) {
  .hero__band-inner {
    gap: 16px;
    padding: 8px 16px;
  }
}
.hero__band-logo {
  width: 140px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .hero__band-logo {
    width: 90px;
  }
}
.hero__catch {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .hero__catch {
    font-size: 14px;
  }
}

@keyframes heroFade {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  38% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.news-line {
  background: #FFFFFF;
}
.news-line__inner {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 72px 20px 80px;
}
@media screen and (max-width: 767px) {
  .news-line__inner {
    display: block;
    padding: 48px 16px 56px;
  }
}
.news-line__col {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .news-line__col {
    width: 100%;
  }
}

.campaign {
  padding: 64px 0 72px;
  background: #F3F3EE;
}
@media screen and (max-width: 767px) {
  .campaign {
    padding: 40px 0 48px;
  }
}
.campaign__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .campaign__list {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 0 16px;
  }
}
.campaign__item {
  flex: 0 0 auto;
  width: calc((100% - 64px) / 3);
}
@media screen and (max-width: 767px) {
  .campaign__item {
    flex: none;
    width: 100%;
    max-width: 340px;
  }
}
.campaign__thumb {
  display: block;
  border: 1px solid #DDDDDD;
  background: #FFFFFF;
  transition: opacity 0.3s;
}
.campaign__thumb:hover {
  opacity: 0.8;
}
.campaign__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.campaign__note {
  margin-top: 20px;
  font-size: 16px;
  color: #777;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .campaign__note {
    padding: 0 24px;
  }
}

@media screen and (max-width: 767px) {
  .line-banner {
    margin-top: 32px;
  }
}
.line-banner__body {
  display: block;
  padding: 28px 32px;
  border-radius: 12px;
  background: #06C755;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .line-banner__body {
    padding: 20px;
  }
}
.line-banner__head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .line-banner__head {
    gap: 12px;
    margin-bottom: 12px;
  }
}
.line-banner__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: #FFFFFF;
  color: #06C755;
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .line-banner__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    font-size: 36px;
  }
}
.line-banner__row {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .line-banner__row {
    gap: 16px;
  }
}
.line-banner__text {
  flex: 1;
}
.line-banner__title {
  display: block;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .line-banner__title {
    font-size: 17px;
  }
}
.line-banner__id {
  display: block;
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .line-banner__id {
    font-size: 13px;
  }
}
.line-banner__note {
  display: block;
  margin-top: 8px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .line-banner__note {
    font-size: 16px;
  }
}
.line-banner__qr {
  flex-shrink: 0;
  width: 110px;
  padding: 6px;
  background: #FFFFFF;
}

.service {
  padding: 64px 0 80px;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .service {
    padding: 40px 0 56px;
  }
}
.service__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .service__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .service__list {
    display: block;
    padding: 0 16px;
  }
}
.service__card {
  display: block;
  border: 1px solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  .service__card {
    display: flex;
    align-items: stretch;
    margin-bottom: 12px;
  }
}
.service__card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .service__card-image {
    flex-shrink: 0;
    width: 92px;
    padding: 12px;
  }
}
.service__card-icon {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .service__card-icon {
    width: 64px;
  }
}
.service__card-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 16px;
  background: #033276;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .service__card-label {
    flex: 1;
    font-size: 15px;
  }
}
.service__card-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #FFFFFF;
  color: #033276;
  font-size: 10px;
}

.about {
  background: linear-gradient(90deg, #F3F3EE 0%, #F3F3EE 38%, rgba(243, 243, 238, 0) 62%), url("../assets/images/top/photo-service.jpg") no-repeat right center/cover;
}
@media screen and (max-width: 767px) {
  .about {
    background: #F3F3EE;
  }
}
.about__photo {
  display: none;
}
@media screen and (max-width: 767px) {
  .about__photo {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
  }
}
.about__inner {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 96px 20px;
}
@media screen and (max-width: 767px) {
  .about__inner {
    padding: 48px 24px 56px;
    text-align: center;
  }
}
.about__body {
  position: relative;
  z-index: 1;
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  .about__body {
    max-width: none;
  }
}
.about__heading {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .about__heading {
    font-size: 22px;
  }
}
.about__text {
  margin-bottom: 32px;
  font-size: 16px;
}

.news__list {
  margin: 0 0 32px;
}
.news__item {
  display: flex;
  gap: 40px;
  padding: 20px 8px;
  border-bottom: 1px solid #DDDDDD;
  font-size: 16px;
}
.news__item:first-child {
  border-top: 1px solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  .news__item {
    display: block;
    padding: 16px 4px;
  }
}
.news__date {
  flex-shrink: 0;
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.news__button-wrap {
  text-align: center;
}
