@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #4D4D4D;
  font-size: 18px;
  font-family: Yu Gothic UI, sans-serif;
  line-height: 1.5;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.8s ease;
}
body.page-fade-in {
  opacity: 1;
}

h1, h2, h3, h4, h5 {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: unset;
  transition: 0.3s;
  cursor: pointer;
  color: #3FA9F5;
}
a:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;
  width: auto;
  display: block;
}

p {
  color: #4D4D4D;
  line-height: 1.7;
  font-family: Yu Gothic UI, sans-serif;
}

main {
  padding-top: 340px;
}
@media (max-width: 991px) {
  main {
    padding-top: 63px;
  }
}

@media (max-width: 768px) {
  .pc-display {
    display: none;
  }
}

@media (min-width: 767px) {
  .sp-display {
    display: none;
  }
}

@media (max-width: 768px) {
  .l-wrap {
    padding-top: 63px;
  }
}

.l-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 767px) {
  .l-inner {
    max-width: 1220px;
    padding: 0 40px;
  }
}

.iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  padding-top: 15px;
}
.breadcrumbs > span {
  margin: 0 7px;
  font-size: 12px;
  position: relative;
  top: 2px;
}
@media (max-width: 768px) {
  .breadcrumbs > span {
    top: 1px;
  }
}
.breadcrumbs > span:first-child {
  margin-left: 0;
}
.breadcrumbs .post {
  color: #333;
}
.breadcrumbs a {
  color: #777;
  font-size: 12px;
}

main.bg {
  padding-top: 260px;
  background-image: url("images/bg_a.png");
  background-position: right 42px;
  background-size: 812px;
  background-repeat: no-repeat;
}

h2.page-title {
  font-size: 45px;
  font-weight: 900;
  letter-spacing: 2px;
  position: relative;
}
h2.page-title--typeA span {
  font-size: 21px;
  font-family: Yu Gothic UI, sans-serif;
  font-weight: 400;
  display: block;
  margin-top: 25px;
}
h2.page-title--typeB {
  padding-bottom: 26px;
  border-bottom: 3px solid #4D4D4D;
  margin-bottom: 100px;
}
h2.page-title--typeB::before, h2.page-title--typeB::after {
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  right: 0;
  bottom: -3px;
}
h2.page-title--typeB::before {
  background: #ED1C24;
  width: 500px;
}
h2.page-title--typeB::after {
  background: #999999;
  width: 200px;
}

.contact-cta {
  padding: 102px 20px;
  position: relative;
  background-image: url("images/cta_bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-cta::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/veil.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.contact-cta__inner {
  width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.contact-cta__heading {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.contact-cta__tel {
  display: flex;
  width: 100%;
  max-width: 378px;
  margin: 0 auto 28px;
}
.contact-cta__tel .tel-icon {
  display: none;
}
.contact-cta__tel svg path {
  fill: #fff;
}
.contact-cta__links {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 0 auto;
}
.contact-cta__link {
  width: calc(50% - 25px);
  display: block;
  border: 2px solid #fff;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 6px 0;
  text-align: center;
  transition: 0.3s;
}
.contact-cta__link:hover {
  opacity: 1;
  background: #fff;
  color: #999999;
}

@media (max-width: 991px) {
  main.bg {
    background-size: 600px;
    background-position: right 20px;
  }
  h2.page-title {
    font-size: 32px;
    letter-spacing: 1px;
  }
  h2.page-title--typeA span {
    font-size: 18px;
    margin-top: 20px;
  }
  h2.page-title--typeB {
    padding-bottom: 20px;
    margin-bottom: 80px;
  }
  h2.page-title--typeB::before {
    width: 300px;
  }
  h2.page-title--typeB::after {
    width: 150px;
  }
  .contact-cta {
    padding: 60px 20px;
  }
  .contact-cta__inner {
    width: 100%;
  }
  .contact-cta__heading {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .contact-cta__tel {
    max-width: 300px;
    margin-bottom: 20px;
  }
  .contact-cta__links {
    gap: 20px;
  }
  .contact-cta__link {
    width: calc(50% - 10px);
    font-size: 20px;
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  main.bg {
    background-size: 400px;
    background-position: right 10px;
  }
  h2.page-title {
    font-size: 26px;
    letter-spacing: 1px;
  }
  h2.page-title--typeA span {
    font-size: 16px;
    margin-top: 15px;
  }
  h2.page-title--typeB {
    padding-bottom: 15px;
    margin-bottom: 60px;
  }
  h2.page-title--typeB::before {
    width: 200px;
  }
  h2.page-title--typeB::after {
    width: 100px;
  }
  .contact-cta {
    padding: 40px 15px;
  }
  .contact-cta__heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .contact-cta__tel {
    max-width: 260px;
    margin-bottom: 15px;
  }
  .contact-cta__links {
    flex-direction: column;
    gap: 15px;
  }
  .contact-cta__link {
    width: 100%;
    font-size: 18px;
    padding: 12px 0;
  }
}
.header {
  padding: 0 200px 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-top: 48px;
  max-width: 1514px;
  margin: 0 auto;
}
.header__logo {
  width: 250px;
}
.header__nav {
  width: 100%;
}
.header__utilityNav {
  position: absolute;
  top: 0;
  right: 0;
}
.header .utilityNav {
  display: flex;
  justify-content: flex-end;
}
.header .utilityNav__item {
  text-align: center;
  width: 150px;
  background: #6CA0FF;
  border: 1px solid #6CA0FF;
  border-top: unset !important;
  transition: 0.3s;
}
.header .utilityNav__item:last-child {
  background: #00C6C5;
  border: 1px solid #00C6C5;
}
.header .utilityNav__item:hover {
  background: #fff;
}
.header .utilityNav__item:hover .utilityNav__link {
  color: #6CA0FF;
  opacity: 1;
}
.header .utilityNav__item:hover:last-child .utilityNav__link {
  color: #00C6C5;
}
.header .utilityNav__link {
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 6px 0;
}
.header__mainNav {
  display: flex;
  justify-content: flex-end;
  gap: 72px;
}
.header .mainNav__item {
  text-align: center;
  position: relative;
}
.header .mainNav__item.has-submenu:hover .mainNav__submenu {
  opacity: 1;
  visibility: visible;
}
.header .mainNav__item.contact {
  text-align: left;
}
.header .mainNav__item.contact span {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  color: #4D4D4D;
}
.header .mainNav__item.contact .tel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .mainNav__item.contact .tel .tel-icon {
  width: 26px;
  margin-right: 4px;
}
.header .mainNav__item.contact .tel .num {
  width: 162px;
}
.header .mainNav__link {
  color: #4D4D4D;
  display: block;
}
.header .mainNav__en {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}
.header .mainNav__submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 12px 0;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 100;
}
.header .mainNav__submenu-item {
  border-bottom: 1px solid #f0f0f0;
}
.header .mainNav__submenu-item:last-child {
  border-bottom: none;
}
.header .mainNav__submenu-link {
  display: block;
  padding: 12px 20px;
  color: #4D4D4D;
  font-size: 14px;
  text-align: left;
  white-space: nowrap;
  transition: all 0.3s;
}
.header .mainNav__submenu-link:hover {
  background: #EDF1F7;
  color: #6CA0FF;
}

.header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
.header__hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #4D4D4D;
  transition: all 0.3s;
  border-radius: 2px;
}
.header__hamburger.active span:nth-child(1) {
  transform: translateY(10.5px) rotate(45deg);
}
.header__hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.active span:nth-child(3) {
  transform: translateY(-10.5px) rotate(-45deg);
}

body.home .header:not(.header--scrolled) .mainNav__link,
.pages-about .header:not(.header--scrolled) .mainNav__link {
  color: #fff;
}
body.home .header:not(.header--scrolled) .mainNav__item.contact,
.pages-about .header:not(.header--scrolled) .mainNav__item.contact {
  filter: brightness(0) invert(1);
}
body.home .header:not(.header--scrolled) .header__logo img,
.pages-about .header:not(.header--scrolled) .header__logo img {
  filter: brightness(0) invert(1);
}
body.home .header:not(.header--scrolled) .header__hamburger span,
.pages-about .header:not(.header--scrolled) .header__hamburger span {
  background: #fff;
}

body.home .header--scrolled,
.pages-about .header--scrolled {
  background: rgba(255, 255, 255, 0.85);
}

body:not(.home):not(.pages-about) .header {
  background: rgba(255, 255, 255, 0.85);
}

@media (max-width: 991px) {
  .header {
    padding: 0 15px;
  }
  .header__inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header__logo {
    width: 180px;
  }
  .header__hamburger {
    display: flex;
  }
  .header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    background: #fff;
    transition: right 0.3s;
    overflow-y: auto;
    padding: 80px 20px 40px;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  }
  .header__nav.active {
    right: 0;
  }
  .header__utilityNav {
    position: static;
    margin-bottom: 30px;
  }
  .header .utilityNav {
    flex-direction: column;
  }
  .header .utilityNav__item {
    width: 100%;
    border: 1px solid #6CA0FF;
  }
  .header .utilityNav__item:last-child {
    border: 1px solid #00C6C5;
    margin-top: 10px;
  }
  .header .utilityNav__link {
    padding: 12px 0;
  }
  .header__mainNav {
    flex-direction: column;
    gap: 0;
  }
  .header .mainNav__item {
    border-bottom: 1px solid #e0e0e0;
  }
  .header .mainNav__item:last-child {
    border-bottom: none;
  }
  .header .mainNav__item.has-submenu {
    border-bottom: none;
  }
  .header .mainNav__item.contact {
    text-align: center;
    padding: 20px 0;
  }
  .header .mainNav__item.contact span {
    margin-bottom: 10px;
    text-align: center;
    color: #4D4D4D !important;
  }
  .header .mainNav__item.contact svg {
    margin-left: 0;
    width: 180px;
    filter: none !important;
  }
  .header .mainNav__link {
    padding: 15px 0;
    text-align: left;
    color: #4D4D4D !important;
  }
  .header .mainNav__en {
    margin-top: 5px;
    font-size: 11px;
  }
  .header .mainNav__submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    padding: 0;
    background: transparent;
    min-width: auto;
  }
  .header .mainNav__submenu-item {
    border-bottom: 1px solid #e0e0e0;
    padding-left: 20px;
  }
  .header .mainNav__submenu-item:last-child {
    border-bottom: none;
  }
  .header .mainNav__submenu-link {
    padding: 12px 0;
    font-size: 14px;
    color: #4D4D4D !important;
  }
  .header .mainNav__submenu-link:hover {
    background: transparent;
    opacity: 0.7;
  }
  body.home .header .header__hamburger span,
  .pages-about .header .header__hamburger span {
    background: #4D4D4D !important;
  }
  body.home .header:not(.header--scrolled) .header__logo img,
  .pages-about .header:not(.header--scrolled) .header__logo img {
    filter: brightness(0) invert(1);
  }
}
.footer {
  padding: 43px 50px;
}
.footer__inner {
  max-width: 1819px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.footer__left {
  width: 100%;
}
.footer__leftTop {
  display: flex;
}
.footer__logo {
  width: 222px;
  margin-right: 53px;
}
.footer__certification {
  margin-top: 9px;
}
.footer__certification p, .footer__certification a {
  font-size: 12px;
}
.footer__address {
  font-size: 12px;
  margin-top: 20px;
}
.footer__right {
  width: 300px;
  text-align: right;
}
.footer__sns {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  margin-bottom: 24px;
}
.footer .sns__item {
  width: 31px;
}
.footer .sns__item a {
  display: block;
}
.footer__officeLink {
  font-size: 16px;
  display: block;
}
.footer__copy {
  display: block;
  font-size: 14px;
  margin-top: 75px;
}

@media (max-width: 991px) {
  .footer {
    padding: 30px 20px;
  }
  .footer__inner {
    flex-direction: column;
    align-items: stretch;
  }
  .footer__left {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer__leftTop {
    flex-direction: column;
  }
  .footer__logo {
    width: 180px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer__certification {
    margin-top: 0;
  }
  .footer__certification p, .footer__certification a {
    font-size: 11px;
  }
  .footer__address {
    font-size: 11px;
    margin-top: 15px;
  }
  .footer__address br {
    display: none;
  }
  .footer__right {
    width: 100%;
    text-align: center;
  }
  .footer__sns {
    justify-content: center;
    margin-bottom: 20px;
  }
  .footer__officeLink {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .footer__copy {
    margin-top: 20px;
    font-size: 12px;
  }
}
#top {
  padding-top: unset;
}
#top section {
  margin-bottom: 167px;
}
#top section h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 54px;
  line-height: 1.5;
}
#top section h2 span {
  display: block;
  font-size: 14px;
  font-family: Yu Gothic UI, sans-serif;
  margin-top: 16px;
  color: #6CA0FF;
}

.main-mv {
  height: 100dvh;
  overflow: hidden;
  margin-bottom: 140px;
}
.main-mv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/veil.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.main-mv__image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.main-pickup__list {
  display: flex;
  justify-content: center;
  gap: 44px;
}
.main-pickup__item {
  width: calc(33.3333333333% - 29.33px);
}
.main-pickup__link {
  display: block;
  border-radius: 50px;
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.main-pickup__image {
  aspect-ratio: 350/207;
  overflow: hidden;
}
.main-pickup__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main-pickup__content {
  padding: 16px 26px 0;
  height: 100px;
}

.main-news__item {
  border-bottom: 1px solid #B3B3B3;
}
.main-news__item:last-child {
  border-bottom: none;
}
.main-news__inner {
  padding: 21px 0;
  display: flex;
  align-items: center;
  gap: 64px;
  position: relative;
}
.main-news__inner[href] {
  text-decoration: none;
  color: inherit;
}
.main-news__meta {
  width: 110px;
}
.main-news__date {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #999999;
  margin-bottom: 8px;
}
.main-news__date svg {
  width: 16px;
  position: relative;
  margin-right: 2px;
}
.main-news__date svg path {
  fill: #999999;
}
.main-news__tag {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  background: #6CA0FF;
  padding: 4px 10px;
  border-radius: 100vmax;
}
.main-news__contents {
  position: relative;
  width: calc(100% - 173px);
}
.main-news__contents .more {
  position: absolute;
  right: 0;
  bottom: -6px;
  font-size: 18px;
  color: #6CA0FF;
  display: flex;
  align-items: center;
}
.main-news__contents .more svg {
  width: 12px;
  margin-left: 6px;
  position: relative;
  top: 1px;
}
.main-news__contents .more svg path {
  fill: #6CA0FF;
}
.main-news__title {
  font-size: 21px;
}
.main-news__title > a {
  color: #4D4D4D;
  display: block;
  height: 100%;
  position: relative;
}
.main-news__title span {
  display: block;
  font-size: 21px;
  margin-top: 8px;
}
.main-news__content {
  font-size: 16px;
  margin-top: 8px;
}
.main-news__content a {
  color: #3FA9F5;
}
.main-news__pdf-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 4px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.main-advantage__list {
  display: flex;
  justify-content: center;
  gap: 36px;
}
.main-advantage__item {
  width: calc(25% - 20px);
}
.main-advantage__header {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.main-advantage__icon {
  width: 60px;
  margin-right: 17px;
}
.main-advantage__title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 12px;
  width: 100%;
}
.main-advantage__details {
  padding-left: 20px;
}
.main-advantage__detail {
  font-size: 14px;
  padding-left: 14px;
  margin-bottom: 12px;
  line-height: 1.5;
  position: relative;
}
.main-advantage__detail::before {
  content: "●";
  color: #6CA0FF;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 10px;
}

.main-price__subtitle {
  font-size: 24px;
  text-align: center;
  margin-bottom: 60px;
}
.main-price__list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 70px;
}
.main-price__item {
  width: calc(25% - 15px);
  height: 618px;
  border-top: 14px solid #00C6C5;
  background: #fff;
  border-radius: 0 0 15px 15px;
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.main-price__item:nth-child(odd) {
  border-top-color: #6CA0FF;
}
.main-price__item:nth-child(odd) .main-price__title::after {
  background: #6CA0FF !important;
}
.main-price__icon {
  width: 108px;
  margin: 60px auto 60px;
}
.main-price__title {
  text-align: center;
  font-size: 21px;
  padding-bottom: 36px;
  margin-bottom: 40px;
  position: relative;
}
.main-price__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #00C6C5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main-price__description {
  padding: 0 20px;
  margin-bottom: 8px;
}
.main-price__fees {
  padding: 0 20px;
}
.main-price__feeLabel {
  color: #4D4D4D;
  font-size: 16px;
  margin-left: -8px;
}
.main-price__feeAmount + .main-price__feeLabel {
  margin-top: 24px;
}
.main-price__feeAmount {
  font-weight: 600;
  font-size: 29px;
  margin-left: 20px;
  line-height: 1.8;
  color: #4D4D4D;
  font-family: "Noto Sans JP";
}
.main-price__feeAmount ~ .main-price__feeAmount {
  margin-left: 0;
}
.main-price__feeUnit {
  font-size: 14px;
  margin-left: 2px;
  color: #999999;
}
.main-price__feeUnit.black {
  color: #4D4D4D;
}

@media (max-width: 991px) {
  #top section {
    margin-bottom: 80px;
  }
  #top section h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #top section h2 span {
    font-size: 12px;
    margin-top: 10px;
  }
  .main-mv {
    margin-bottom: 60px;
  }
  .main-mv img {
    object-position: 30%;
  }
  .main-pickup__list {
    flex-direction: column;
    gap: 30px;
  }
  .main-pickup__item {
    width: 100%;
  }
  .main-pickup__content {
    padding: 16px 20px 20px;
    height: auto;
  }
  .main-news__inner {
    flex-direction: column;
    gap: 15px;
  }
  .main-news__meta {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .main-news__date {
    margin-bottom: 0;
  }
  .main-news__contents {
    width: 100%;
    word-break: break-all;
  }
  .main-news__contents .more {
    margin-top: 4px;
  }
  .main-news__title {
    width: 100%;
    padding-top: 0;
    line-height: 1.4;
  }
  .main-news__title > a .more {
    position: static;
    margin-top: 10px;
    justify-content: flex-end;
  }
  .main-advantage__list {
    flex-direction: column;
    gap: 40px;
  }
  .main-advantage__item {
    width: 100%;
  }
  .main-advantage__header {
    margin-bottom: 20px;
    justify-content: center;
  }
  .main-advantage__icon {
    width: 50px;
    margin-right: 15px;
  }
  .main-advantage__title {
    font-size: 20px;
  }
  .main-price__subtitle {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .main-price__list {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
  }
  .main-price__item {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  .main-price__icon {
    margin: 40px auto 40px;
  }
  .main-price__title {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .main-price__description {
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .main-price__fees {
    padding: 0 15px;
  }
  .main-price__feeAmount {
    font-size: 24px;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  #top section {
    margin-bottom: 60px;
  }
  #top section h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  #top section h2 br {
    display: none;
  }
  .main-mv {
    margin-bottom: 40px;
  }
  .main-pickup__list {
    gap: 20px;
  }
  .main-advantage__list {
    gap: 30px;
  }
  .main-advantage__details {
    padding-left: 10px;
  }
  .main-advantage__detail {
    font-size: 16px;
  }
  .main-price__subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.scroll-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.scroll-in.scroll-in-show {
  opacity: 1;
  transform: translateY(0);
}

.main-pickup__item:nth-child(1) {
  transition-delay: 0s;
}
.main-pickup__item:nth-child(2) {
  transition-delay: 0.15s;
}
.main-pickup__item:nth-child(3) {
  transition-delay: 0.3s;
}

.main-price__item:nth-child(1) {
  transition-delay: 0s;
}
.main-price__item:nth-child(2) {
  transition-delay: 0.15s;
}
.main-price__item:nth-child(3) {
  transition-delay: 0.3s;
}
.main-price__item:nth-child(4) {
  transition-delay: 0.45s;
}

#about {
  padding-top: unset;
}
#about section h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 44px;
  font-weight: 900;
}
#about section h3 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-family: Yu Gothic UI, sans-serif;
}

.about-mv {
  height: 100dvh;
  overflow: hidden;
  margin-bottom: 140px;
  position: relative;
}
.about-mv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/veil.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.about-mv__image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about-mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about-mv__name {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 3px;
  z-index: 2;
}

.about-mission {
  margin-bottom: 600px;
}
.about-mission__content {
  display: flex;
  gap: 175px;
}
.about-mission__left {
  width: 42%;
}
.about-mission__heading {
  margin-bottom: 82px;
}
.about-mission__profile {
  margin-right: 0;
}
.about-mission__info {
  margin-top: 32px;
}
.about-mission__name {
  line-height: 2;
}
.about-mission__name span {
  font-weight: bold;
  display: block;
}
.about-mission__positionLabel {
  margin-top: 40px;
}
.about-mission__position {
  line-height: 1.6;
}
.about-mission__catchphrase {
  font-size: 24px;
  font-weight: 600;
  line-height: 2.2;
  margin-bottom: 96px;
}
.about-mission__text {
  line-height: 2.2;
  padding: 0 0 0 16px;
  margin-bottom: 64px;
}

.about-policy {
  margin-bottom: 300px;
}
.about-policy__image {
  width: 85%;
  max-width: 1530px;
}
.about-policy__content {
  width: 95%;
  margin: -50px auto 0;
  text-align: right;
}
.about-policy__list {
  margin-top: 25px;
}
.about-policy__item {
  line-height: 2.2;
}

.about-outline {
  margin-bottom: 153px;
}
.about-outline .l-inner {
  max-width: 940px;
}
.about-outline__heading {
  text-align: center;
  margin-bottom: 32px;
}
.about-outline__table {
  margin-bottom: 60px;
}
.about-outline__row {
  display: flex;
  align-items: center;
}
.about-outline__label {
  width: 108px;
  height: 120px;
  font-weight: 400;
  border-top: 2px solid #B3B3B3;
  margin-right: 25px;
  display: flex;
  align-items: center;
}
.about-outline__label span {
  display: block;
}
.about-outline__data {
  height: 120px;
  width: 100%;
  padding: 42px 0;
  line-height: 1.8;
  border-top: 1px solid #B3B3B3;
  display: flex;
  align-items: center;
}
.about-outline__data span {
  display: block;
  width: 100%;
}
.about-outline__map {
  width: 100%;
  aspect-ratio: 938/450;
}
.about-outline__map iframe {
  width: 100%;
  height: 100%;
}

.about-outline__row:last-child .about-outline__label {
  border-bottom: 2px solid #B3B3B3;
}
.about-outline__row:last-child .about-outline__data {
  border-bottom: 1px solid #B3B3B3;
}

@media (max-width: 991px) {
  #about section h3 {
    font-size: 36px;
  }
  #about section h3 span {
    font-size: 12px;
  }
  .about-mv {
    margin-bottom: 80px;
  }
  .about-mv__name {
    font-size: 40px;
    letter-spacing: 2px;
    bottom: 30px;
  }
  .about-mv img {
    object-position: 30%;
  }
  .about-mission {
    margin-bottom: 300px;
  }
  .about-mission__content {
    flex-direction: column;
    gap: 60px;
  }
  .about-mission__left {
    width: 100%;
  }
  .about-mission__heading {
    margin-bottom: 40px;
  }
  .about-mission__right {
    width: 100%;
  }
  .about-mission__catchphrase {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  .about-mission__text {
    line-height: 1.8;
    padding: 0;
  }
  .about-policy {
    margin-bottom: 150px;
  }
  .about-policy__image {
    width: 100%;
  }
  .about-policy__content {
    width: 100%;
    margin: -30px auto 0;
    padding: 0 16px;
  }
  .about-policy__heading {
    margin-bottom: 30px;
  }
  .about-outline {
    margin-bottom: 80px;
  }
  .about-outline__heading {
    margin-bottom: 30px;
  }
  .about-outline__table {
    margin-bottom: 40px;
  }
  .about-outline__row {
    flex-direction: column;
    align-items: flex-start;
  }
  .about-outline__label {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 10px;
    border-top: none;
    padding-top: 20px;
  }
  .about-outline__label:first-child {
    padding-top: 0;
  }
  .about-outline__data {
    width: 100%;
    height: auto;
    padding: 0 0 20px 0;
    border-top: none;
    border-bottom: 1px solid #B3B3B3;
  }
}
@media (max-width: 767px) {
  #about section h3 {
    font-size: 28px;
  }
  #about section h3 span {
    font-size: 11px;
  }
  .about-mv {
    margin-bottom: 60px;
  }
  .about-mv__name {
    font-size: 30px;
    letter-spacing: 1px;
    bottom: 60px;
    width: 100%;
    text-align: center;
  }
  .about-mission {
    margin-bottom: 200px;
  }
  .about-mission__content {
    gap: 40px;
  }
  .about-mission__heading {
    margin-bottom: 30px;
  }
  .about-mission__photo {
    width: 100%;
  }
  .about-mission__info {
    margin-top: 20px;
  }
  .about-mission__name {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-mission__positionLabel {
    margin-top: 20px;
    font-size: 14px;
  }
  .about-mission__catchphrase {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .about-mission__catchphrase br {
    display: none;
  }
  .about-mission__text {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-mission__text br {
    display: none;
  }
  .about-policy {
    margin-bottom: 100px;
  }
  .about-policy__content {
    margin: -20px auto 0;
  }
  .about-policy__heading {
    margin-bottom: 20px;
  }
  .about-policy__heading h3 {
    font-size: 24px;
  }
  .about-policy__list {
    margin-top: 15px;
  }
  .about-policy__item {
    font-size: 14px;
    line-height: 1.8;
  }
  .about-outline {
    margin-bottom: 60px;
  }
  .about-outline__heading {
    margin-bottom: 20px;
  }
  .about-outline__heading h3 {
    font-size: 24px;
  }
  .about-outline__label {
    padding-top: 15px;
    font-size: 14px;
  }
  .about-outline__data {
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 1.6;
  }
}
/* ********************** */
/* services内の共通パーツ */
/* ********************** */
.services {
  padding-bottom: 167px;
}

.pages-introduction {
  margin-top: 164px;
  padding-bottom: 167px;
  position: relative;
}
.pages-introduction::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #EDF1F7;
  width: 90vw;
  height: 85%;
  z-index: -1;
  pointer-events: none;
}
.pages-introduction__heading {
  margin-bottom: 117px;
}
.pages-introduction__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 54px;
  line-height: 2.2;
}
.pages-introduction__text {
  font-size: 18px;
  line-height: 2.2;
  max-width: 684px;
}

.pages-tabs__buttons {
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #6CA0FF;
  border-left: 1px solid #6CA0FF;
}
.pages-tabs__button {
  padding: 12px 24px;
  border-top: 1px solid #6CA0FF;
  border-left: 1px solid #fff;
  border-right: none;
  border-bottom: none;
  background-color: #6CA0FF;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  width: 25%;
}
.pages-tabs__button:hover {
  background-color: #EDF1F7;
  color: #6CA0FF;
}
.pages-tabs__button--active {
  background-color: #fff;
  color: #6CA0FF;
}
.pages-tabs__contents {
  position: relative;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
  border: 1px solid #6CA0FF;
  background-color: #fff;
}
.pages-tabs__content {
  display: none;
  border-radius: 8px;
  animation: fadeIn 0.3s ease;
}
.pages-tabs__content--active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tax-advisory-contents {
  display: flex;
}
.tax-advisory-contents__details {
  width: 50%;
}
.tax-advisory-contents__inner {
  padding: 48px 80px;
}
.tax-advisory-contents__inner h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
.tax-advisory-contents__inner ul {
  margin-bottom: 40px;
}
.tax-advisory-contents__inner li {
  line-height: 2;
  padding-left: 20px;
  position: relative;
}
.tax-advisory-contents__inner li::before {
  content: "●";
  color: #6CA0FF;
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 10px;
}
.tax-advisory-contents__inner p {
  line-height: 2;
}
.tax-advisory-contents__image {
  width: 50%;
}

.tax-accounting-advisory .pages-introduction::before {
  height: 58%;
}
.tax-accounting-advisory .pages-introduction__heading {
  margin-bottom: 0;
}
.tax-accounting-advisory-contents {
  margin-top: 250px;
}
.tax-accounting-advisory-contents__card {
  margin-bottom: 150px;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  display: flex;
  background-color: #F5F5F5;
}
.tax-accounting-advisory-contents__details {
  width: 50%;
  padding: 103px 80px;
}
.tax-accounting-advisory-contents__heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 96px;
}
.tax-accounting-advisory-contents__heading h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 1px;
}
.tax-accounting-advisory-contents__heading p {
  line-height: 2;
  letter-spacing: 1px;
}
.tax-accounting-advisory-contents__heading img {
  margin-right: 24px;
  width: 100px;
}
.tax-accounting-advisory-contents__image {
  width: 50%;
  overflow: hidden;
}
.tax-accounting-advisory-contents__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.subsidy-consulting__image {
  max-width: 518px;
  margin: 90px auto 0;
}
.subsidy-consulting-notes {
  margin-top: 94px;
}
.subsidy-consulting-notes h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
.subsidy-consulting-notes li {
  position: relative;
  padding-left: 20px;
  line-height: 2;
}
.subsidy-consulting-notes li::before {
  content: "●";
  color: #4D4D4D;
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 10px;
}

.inheritance-tax-filing-contents {
  margin-top: 180px;
}
.inheritance-tax-filing-contents__item {
  margin-bottom: 100px;
}
.inheritance-tax-filing-contents__item > div {
  display: flex;
}
.inheritance-tax-filing-contents__item:nth-child(2) > div {
  flex-direction: row-reverse;
}
.inheritance-tax-filing-contents__item .note {
  font-size: 14px;
  margin-top: 16px;
}
.inheritance-tax-filing-contents__details {
  width: 50%;
  padding: 75px 50px;
  background: #F5F5F5;
}
.inheritance-tax-filing-contents__details h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 68px;
}
.inheritance-tax-filing-contents__details p {
  line-height: 2;
}
.inheritance-tax-filing-contents__image {
  width: 50%;
  overflow: hidden;
}
.inheritance-tax-filing-contents__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.inheritance-tax-filing-voice {
  margin-top: 168px;
}
.inheritance-tax-filing-voice__contents {
  display: flex;
  justify-content: center;
}
.inheritance-tax-filing-voice__contents > div {
  width: 530px;
}
.inheritance-tax-filing-voice__contents > div p {
  font-size: 14px;
  text-align: right;
}

.inheritance-consulting-mv {
  display: flex;
  justify-content: space-between;
}
.inheritance-consulting-mv .page-title {
  width: 50%;
}
.inheritance-consulting-mv__image {
  width: 50%;
  max-width: 670px;
  margin-top: -120px;
  margin-left: 100px;
}
.inheritance-consulting-contents {
  margin-top: 224px;
}
.inheritance-consulting-contents__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 137px;
}
.inheritance-consulting-contents__list > li {
  width: calc(33.3333333333% - 137px);
}
.inheritance-consulting-contents__list > li h3 {
  text-align: center;
  margin: 15px 0 28px;
}
.inheritance-consulting-contents__list > li h3 span {
  color: #6CA0FF;
}
.inheritance-consulting-contents__list > li ul {
  margin-bottom: 28px;
}
.inheritance-consulting-contents__list > li li {
  line-height: 2;
}
.inheritance-consulting-contents__list > li p {
  font-size: 12px;
}
.inheritance-consulting-note {
  position: relative;
  margin-top: 260px;
  background-color: #EDF1F7;
  padding-top: 230px;
  padding-bottom: 440px;
}
.inheritance-consulting-note::before {
  content: "";
  display: block;
  width: 100%;
  height: 115px;
  background-color: #EDF1F7;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  position: absolute;
  top: -115px;
  left: 0;
}
.inheritance-consulting-note::after {
  content: "";
  display: block;
  width: 100%;
  height: 115px;
  background-color: #00C6C5;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  position: absolute;
  top: -115px;
  right: 0;
  z-index: -1;
}
.inheritance-consulting-note .l-inner {
  max-width: 756px;
  margin: 0 auto;
}
.inheritance-consulting-note .l-inner h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 84px;
}
.inheritance-consulting-note .l-inner p {
  font-size: 18px;
  line-height: 1.8;
}

.cloud-accounting-setup-mv {
  display: flex;
  justify-content: space-between;
}
.cloud-accounting-setup-mv .page-title {
  width: 50%;
}
.cloud-accounting-setup-mv__image {
  width: 50%;
  max-width: 670px;
  margin-top: -120px;
  margin-left: 100px;
}
.cloud-accounting-setup-introduction {
  background: #B3B3B3;
  padding: 50px 0;
  position: relative;
  margin-top: 170px;
}
.cloud-accounting-setup-introduction::before {
  content: "";
  display: block;
  width: 90px;
  height: 44px;
  background-color: #B3B3B3;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
}
.cloud-accounting-setup-introduction h3 {
  font-weight: 600;
  text-align: center;
  font-size: 36px;
}
.cloud-accounting-setup-introduction h3 span {
  color: #FCEE21;
}
.cloud-accounting-setup-introduction__contents {
  display: flex;
  justify-content: center;
  gap: 28px;
  max-width: 730px;
  margin: 8px auto 0;
}
.cloud-accounting-setup-introduction__image {
  width: 30%;
}
.cloud-accounting-setup-introduction__list {
  width: 70%;
  margin-top: 36px;
}
.cloud-accounting-setup-introduction__list li {
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 16px 0;
  margin-bottom: 10px;
  font-size: 18px;
}
.cloud-accounting-setup-contents {
  padding-top: 82px;
  max-width: 765px;
  margin: 0 auto;
}
.cloud-accounting-setup-contents h3 {
  font-size: 34px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 114px;
}
.cloud-accounting-setup-contents h3 span {
  display: block;
  font-size: 18px;
}
.cloud-accounting-setup-contents__list li {
  display: flex;
  margin-bottom: 60px;
}
.cloud-accounting-setup-contents__point {
  background: #6CA0FF;
  color: #fff;
  border-radius: 100vmax;
  height: fit-content;
  padding: 4px 12px;
}
.cloud-accounting-setup-contents__detail {
  width: 100%;
  margin-left: 14px;
}
.cloud-accounting-setup-contents__detail h4 {
  font-size: 24px;
  margin-bottom: 24px;
}
.cloud-accounting-setup-recommendation {
  padding: 200px 0;
}
.cloud-accounting-setup-recommendation p {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  margin: 0 auto 46px;
}
.cloud-accounting-setup-recommendation__linkText {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: black;
  line-height: 2;
}
.cloud-accounting-setup-recommendation__linkText span {
  display: block;
  color: #6CA0FF;
}

@media (max-width: 991px) {
  .services {
    padding-bottom: 80px;
  }
  .pages-introduction {
    margin-top: 80px;
    padding-bottom: 80px;
  }
  .pages-introduction::before {
    width: 100%;
    height: 80%;
  }
  .pages-introduction__heading {
    margin-bottom: 60px;
  }
  .pages-introduction__title {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.8;
  }
  .pages-introduction__text {
    font-size: 16px;
    line-height: 1.8;
  }
  .pages-tabs__button {
    width: 50%;
    font-size: 13px;
    padding: 10px 16px;
  }
  .tax-advisory-contents {
    flex-direction: column;
  }
  .tax-advisory-contents__details, .tax-advisory-contents__image {
    width: 100%;
  }
  .tax-advisory-contents__inner {
    padding: 30px 20px;
  }
  .tax-advisory-contents__inner h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .tax-advisory-contents__inner ul {
    margin-bottom: 30px;
  }
  .tax-accounting-advisory .pages-introduction::before {
    height: 75%;
  }
  .tax-accounting-advisory-contents {
    margin-top: 80px;
  }
  .tax-accounting-advisory-contents__card {
    margin-bottom: 60px;
    border-radius: 20px;
    flex-direction: column;
  }
  .tax-accounting-advisory-contents__details {
    width: 100%;
    padding: 40px 20px;
  }
  .tax-accounting-advisory-contents__heading {
    margin-bottom: 40px;
  }
  .tax-accounting-advisory-contents__heading h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .tax-accounting-advisory-contents__heading img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 80px;
  }
  .tax-accounting-advisory-contents__image {
    width: 100%;
  }
  .subsidy-consulting__image {
    margin: 60px auto 0;
  }
  .subsidy-consulting-notes {
    margin-top: 60px;
  }
  .subsidy-consulting-notes h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .inheritance-tax-filing-contents {
    margin-top: 80px;
  }
  .inheritance-tax-filing-contents__item {
    margin-bottom: 60px;
  }
  .inheritance-tax-filing-contents__item > div {
    flex-direction: column !important;
  }
  .inheritance-tax-filing-contents__details {
    width: 100%;
    padding: 40px 20px;
  }
  .inheritance-tax-filing-contents__details h4 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .inheritance-tax-filing-contents__image {
    width: 100%;
  }
  .inheritance-tax-filing-voice {
    margin-top: 80px;
  }
  .inheritance-tax-filing-voice__contents {
    flex-direction: column;
  }
  .inheritance-tax-filing-voice__contents > div {
    width: 100%;
  }
  .inheritance-consulting-mv {
    flex-direction: column;
    padding-top: 100px;
  }
  .inheritance-consulting-mv .page-title {
    width: 100%;
  }
  .inheritance-consulting-mv__image {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }
  .inheritance-consulting-contents {
    margin-top: 80px;
  }
  .inheritance-consulting-contents__list {
    gap: 60px;
  }
  .inheritance-consulting-contents__list > li {
    width: 100%;
  }
  .inheritance-consulting-contents__list > li img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .inheritance-consulting-contents__list > li h3 {
    margin: 15px 0 20px;
  }
  .inheritance-consulting-contents__list > li li {
    text-align: center;
  }
  .inheritance-consulting-note {
    margin-top: 120px;
    padding-top: 120px;
    padding-bottom: 200px;
  }
  .inheritance-consulting-note::before, .inheritance-consulting-note::after {
    height: 60px;
    top: -60px;
  }
  .inheritance-consulting-note .l-inner h3 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .inheritance-consulting-note .l-inner p {
    font-size: 16px;
  }
  .cloud-accounting-setup-mv {
    flex-direction: column;
    padding-top: 100px;
  }
  .cloud-accounting-setup-mv .page-title {
    width: 100%;
  }
  .cloud-accounting-setup-mv__image {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }
  .cloud-accounting-setup-introduction {
    margin-top: 80px;
    padding: 40px 0;
  }
  .cloud-accounting-setup-introduction::before {
    width: 60px;
    height: 30px;
    bottom: -30px;
  }
  .cloud-accounting-setup-introduction h3 {
    font-size: 28px;
  }
  .cloud-accounting-setup-introduction__contents {
    flex-direction: column;
    gap: 20px;
  }
  .cloud-accounting-setup-introduction__image {
    width: 50%;
    margin: 0 auto;
  }
  .cloud-accounting-setup-introduction__list {
    width: 100%;
    margin-top: 20px;
  }
  .cloud-accounting-setup-introduction__list li {
    font-size: 16px;
  }
  .cloud-accounting-setup-contents {
    padding-top: 60px;
  }
  .cloud-accounting-setup-contents h3 {
    font-size: 24px;
    margin-bottom: 60px;
  }
  .cloud-accounting-setup-contents h3 br {
    display: none;
  }
  .cloud-accounting-setup-contents__list li {
    flex-direction: column;
    margin-bottom: 40px;
    display: inline-flex;
  }
  .cloud-accounting-setup-contents__point {
    margin-bottom: 10px;
    display: inline-block;
    padding: 9px 18px 6px;
  }
  .cloud-accounting-setup-contents__detail {
    margin-left: 0;
  }
  .cloud-accounting-setup-contents__detail h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .cloud-accounting-setup-recommendation {
    padding: 100px 0;
  }
  .cloud-accounting-setup-recommendation p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .cloud-accounting-setup-recommendation__linkText {
    font-size: 24px;
  }
  .cloud-accounting-setup-recommendation__linkText br {
    display: none;
  }
}
@media (max-width: 767px) {
  .services {
    padding-bottom: 60px;
  }
  .pages-introduction {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .pages-introduction__heading {
    margin-bottom: 40px;
  }
  .pages-introduction__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .pages-introduction__text {
    font-size: 15px;
  }
  .pages-tabs__button {
    width: 100%;
    font-size: 12px;
  }
  .tax-advisory-contents__inner {
    padding: 20px 15px;
  }
  .tax-advisory-contents__inner h4 {
    font-size: 18px;
  }
  .tax-accounting-advisory-contents {
    margin-top: 60px;
  }
  .tax-accounting-advisory-contents__card {
    margin-bottom: 40px;
  }
  .tax-accounting-advisory-contents__details {
    padding: 30px 15px;
  }
  .tax-accounting-advisory-contents__heading h4 {
    font-size: 18px;
  }
  .tax-accounting-advisory-contents__heading img {
    width: 60px;
  }
  .subsidy-consulting__image {
    margin: 40px auto 0;
  }
  .subsidy-consulting-notes {
    margin-top: 40px;
  }
  .subsidy-consulting-notes h3 {
    font-size: 18px;
  }
  .inheritance-tax-filing-contents {
    margin-top: 60px;
  }
  .inheritance-tax-filing-contents__item {
    margin-bottom: 40px;
  }
  .inheritance-tax-filing-contents__details {
    padding: 30px 15px;
  }
  .inheritance-tax-filing-contents__details h4 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .inheritance-tax-filing-voice {
    margin-top: 60px;
  }
  .inheritance-consulting-mv__image {
    margin-top: 30px;
  }
  .inheritance-consulting-contents {
    margin-top: 60px;
  }
  .inheritance-consulting-contents__list {
    gap: 40px;
  }
  .inheritance-consulting-note {
    margin-top: 160px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .inheritance-consulting-note .l-inner h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .inheritance-consulting-note .l-inner p {
    font-size: 15px;
  }
  .cloud-accounting-setup-mv__image {
    margin-top: 30px;
  }
  .cloud-accounting-setup-introduction {
    margin-top: 60px;
  }
  .cloud-accounting-setup-introduction h3 {
    font-size: 22px;
  }
  .cloud-accounting-setup-introduction__image {
    width: 70%;
  }
  .cloud-accounting-setup-introduction__list li {
    font-size: 14px;
  }
  .cloud-accounting-setup-contents {
    padding-top: 80px;
  }
  .cloud-accounting-setup-contents h3 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .cloud-accounting-setup-contents__detail h4 {
    font-size: 18px;
  }
  .cloud-accounting-setup-recommendation {
    padding: 80px 0;
  }
  .cloud-accounting-setup-recommendation p {
    font-size: 15px;
  }
  .cloud-accounting-setup-recommendation__linkText {
    font-size: 20px;
  }
}
.pages {
  padding-top: 200px;
}

.local-office-contents {
  margin-bottom: 150px;
}
.local-office-contents h3 {
  position: relative;
  padding-left: 20px;
  font-size: 24px;
  margin-bottom: 52px;
}
.local-office-contents h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 25px;
  background: #ED1C24;
}
.local-office-contents__image-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.local-office-contents__image-list li {
  width: calc((100% - 90px) / 3);
}

@media (max-width: 991px) {
  .pages {
    padding-top: 160px;
  }
}
/* News Archive Styles */
.news-list {
  padding: 60px 0 100px;
}

.news-archive {
  padding-top: 200px;
}
.news-archive__list {
  margin-bottom: 60px;
}
.news-archive__item {
  border-bottom: 1px solid #B3B3B3;
}
.news-archive__item:last-child {
  border-bottom: none;
}
.news-archive__inner {
  padding: 21px 0;
  display: flex;
  gap: 32px;
  position: relative;
  color: #4D4D4D;
}
.news-archive__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  width: 220px;
}
.news-archive__date {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #999999;
}
.news-archive__date svg {
  width: 16px;
  position: relative;
  margin-right: 2px;
}
.news-archive__date svg path {
  fill: #999999;
}
.news-archive__tag {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  background: #6CA0FF;
  padding: 4px 10px;
  border-radius: 100vmax;
}
.news-archive__contents {
  position: relative;
  flex: 1;
}
.news-archive__title {
  font-size: 21px;
}
.news-archive__title > a {
  color: #4D4D4D;
  display: block;
  height: 100%;
  position: relative;
}
.news-archive__title span {
  display: block;
  font-size: 21px;
  margin-top: 8px;
}
.news-archive__content {
  font-size: 16px;
  margin-top: 8px;
}
.news-archive__content a {
  color: #3FA9F5;
}
.news-archive__pdf-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: -4px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.no-posts {
  text-align: center;
  padding: 80px 0;
  font-size: 18px;
  color: #666;
}

/* Pagination Styles */
.pagination {
  margin-top: 60px;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid #B3B3B3;
  color: #4D4D4D;
  text-decoration: none;
  transition: all 0.3s;
  min-width: 45px;
  text-align: center;
}
.pagination .page-numbers:hover {
  background: #6CA0FF;
  color: #fff;
  border-color: #6CA0FF;
}
.pagination .page-numbers.current {
  background: #6CA0FF;
  color: #fff;
  border-color: #6CA0FF;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  padding: 8px 20px;
}

@media (max-width: 991px) {
  .news-list {
    padding: 40px 0 60px;
  }
  .news-archive {
    padding-top: 140px;
  }
  .news-archive__list {
    margin-bottom: 40px;
  }
  .news-archive__inner {
    flex-direction: column;
    gap: 15px;
    padding: 15px 0;
  }
  .news-archive__meta {
    width: 100%;
    gap: 15px;
  }
  .news-archive__title {
    width: 100%;
    line-height: 1.4;
  }
  .news-archive__contents {
    width: 100%;
    word-break: break-all;
  }
  .pagination {
    margin-top: 40px;
  }
  .pagination .page-numbers {
    padding: 6px 12px;
    min-width: 40px;
    font-size: 14px;
  }
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    padding: 6px 16px;
  }
}
@media (max-width: 767px) {
  .news-list {
    padding: 30px 0 40px;
  }
  .news-archive__list {
    margin-bottom: 30px;
  }
  .news-archive__meta {
    flex-wrap: wrap;
    gap: 10px;
  }
  .news-archive__date {
    font-size: 14px;
  }
  .news-archive__tag {
    font-size: 11px;
  }
  .news-archive__title span {
    font-size: 14px;
  }
  .no-posts {
    padding: 60px 0;
    font-size: 16px;
  }
  .pagination {
    margin-top: 30px;
  }
  .pagination .page-numbers {
    padding: 5px 10px;
    min-width: 35px;
    font-size: 13px;
  }
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    padding: 5px 12px;
  }
}
#contact {
  min-height: 100vh;
  padding-bottom: 80px;
  padding-top: 200px;
}

.contact-section {
  background-color: #fff;
  padding: 0 40px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .contact-section {
    padding: 0 20px 40px;
  }
}

.contact-header {
  text-align: left;
  margin-bottom: 118px;
}
@media (max-width: 768px) {
  .contact-header {
    margin-bottom: 60px;
  }
}
.contact-header__title {
  font-size: 36px;
  font-weight: 700;
  color: #4D4D4D;
  margin-bottom: 10px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .contact-header__title {
    font-size: 28px;
  }
}
.contact-header__subtitle {
  font-size: 14px;
  color: #666;
  letter-spacing: 0.1em;
  margin: 0;
}

.contact-form-notice {
  padding: 20px;
  background-color: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 4px;
  margin: 20px 0;
}
.contact-form-notice p {
  margin: 0;
  color: #856404;
  font-size: 14px;
}

.contact-form__intro {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}
.contact-form__intro p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin: 0;
}
@media (max-width: 768px) {
  .contact-form__intro p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .contact-form__intro br {
    display: none;
  }
}

.contact-form__field {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 20px;
  padding-bottom: 25px;
  align-items: start;
}
.contact-form__field--textarea {
  align-items: start;
}
@media (max-width: 768px) {
  .contact-form__field {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 20px;
  }
}

.contact-form__label {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 12px;
}
@media (max-width: 768px) {
  .contact-form__label {
    font-size: 14px;
    padding-top: 0;
  }
}

.contact-form__required {
  display: inline-block;
  background-color: #FF7BAC;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 3px;
  font-weight: 500;
  line-height: 1;
}

.contact-form__input {
  width: 100%;
}

.contact-form__text,
.contact-form__select,
.contact-form__textarea,
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-email,
.wpcf7-form-control.wpcf7-tel,
.wpcf7-form-control.wpcf7-select,
.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  font-family: Yu Gothic UI, sans-serif;
  background-color: #fff;
  transition: border-color 0.3s, box-shadow 0.3s;
  box-sizing: border-box;
}
.contact-form__text:focus,
.contact-form__select:focus,
.contact-form__textarea:focus,
.wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form-control.wpcf7-email:focus,
.wpcf7-form-control.wpcf7-tel:focus,
.wpcf7-form-control.wpcf7-select:focus,
.wpcf7-form-control.wpcf7-textarea:focus {
  outline: none;
  border-color: #6CA0FF;
  box-shadow: 0 0 0 3px rgba(108, 160, 255, 0.1);
}

.contact-form__textarea,
.wpcf7-form-control.wpcf7-textarea {
  min-height: 200px;
  resize: vertical;
}

.contact-form__select,
.wpcf7-form-control.wpcf7-select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px;
  padding-right: 40px;
}

.contact-form__text::placeholder,
.contact-form__textarea::placeholder,
.wpcf7-form-control::placeholder {
  color: #999999;
  font-size: 14px;
}

.contact-form__submit {
  text-align: center;
  margin-top: 40px;
}

.contact-form__button,
.wpcf7-form-control.wpcf7-submit {
  background-color: #6CA0FF;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  padding: 16px 80px;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.3s;
  min-width: 380px;
}
.contact-form__button:hover,
.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #5890EE;
  box-shadow: 0 6px 16px rgba(108, 160, 255, 0.4);
  transform: translateY(-2px);
}
.contact-form__button:active,
.wpcf7-form-control.wpcf7-submit:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .contact-form__button,
  .wpcf7-form-control.wpcf7-submit {
    width: 100%;
    padding: 14px 40px;
    font-size: 16px;
    min-width: auto;
  }
}

.wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 13px;
  margin-top: 5px;
  display: block;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  border: 2px solid #dc3545;
  background-color: #f8d7da;
  color: #721c24;
  padding: 15px;
  margin: 20px 0;
  border-radius: 4px;
}

.wpcf7-mail-sent-ok {
  border: 2px solid #28a745;
  background-color: #d4edda;
  color: #155724;
  padding: 15px;
  margin: 20px 0;
  border-radius: 4px;
}

.wpcf7 form.submitting .wpcf7-submit {
  opacity: 0.7;
  cursor: not-allowed;
}

.wpcf7 form .ajax-loader {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.wpcf7-form-control.wpcf7-not-valid {
  border-color: #dc3545;
}
.wpcf7-form-control.wpcf7-not-valid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.wpcf7 form p {
  margin: 0;
}
.wpcf7 form br {
  display: none;
}

/*# sourceMappingURL=style.css.map */
