@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  width: 100%;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #ffffff;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

section {
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;
}

[class*=__inner],
[class*=__content],
[class*=__container] {
  max-width: 100%;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

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

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

.header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
}
.header__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.header__logo {
  flex-shrink: 0;
}
.header__logo-text {
  font-size: 13px;
  font-weight: 400;
  color: #211800;
  margin: 0 0 7px;
  letter-spacing: 0.52px;
  text-align: left;
}
.header__logo-main {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 45px;
}
.header__logo-img {
  width: 45px;
  height: 45px;
  object-fit: cover;
}
.header__logo-title {
  font-size: 43.5px;
  font-weight: bold;
  color: #2b4e96;
  line-height: 1;
  letter-spacing: 6.53px;
  text-align: left;
  display: flex;
  align-items: center;
  height: 45px;
  padding-top: 5px;
}
.header__nav-overlay {
  display: none;
}
.header__nav {
  flex: 1;
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 15.5px;
  justify-content: flex-end;
}
.header__nav-link {
  font-size: 15.5px;
  font-weight: 400;
  color: #211800;
  letter-spacing: 0.62px;
  transition: color 0.3s ease;
}
.header__nav-link:hover {
  color: #2b4e96;
}
.header__nav-cta {
  display: none;
}
.header__cta {
  display: flex;
  gap: 15px;
  flex-shrink: 0;
}
.header__btn {
  display: flex;
  align-items: center;
  gap: 13.5px;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.header__btn:hover {
  opacity: 0.9;
}
.header__btn--phone {
  box-shadow: 1.4px 1.4px 0 1px #759930;
  background-color: #98c73e;
  color: #ffffff;
}
.header__btn--phone .header__btn-icon {
  width: 20px;
  height: 26px;
}
.header__btn--inquiry {
  box-shadow: 2.1px 2.1px 0 1px #1c3362;
  background-color: #2b4e96;
  color: #ffffff;
}
.header__btn--inquiry .header__btn-icon {
  width: 30px;
  height: 24px;
}
.header__btn-icon {
  flex-shrink: 0;
}
.header__btn-text {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}
.header__btn-main {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.72px;
  text-align: left;
}
.header__btn-sub {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.52px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .header__inner {
    padding: 12px 20px;
    gap: 15px;
  }
  .header__logo-text {
    font-size: 11px;
  }
  .header__logo-title {
    font-size: 36px;
    letter-spacing: 4px;
  }
  .header__logo-img {
    width: 38px;
    height: 38px;
  }
  .header__nav-list {
    gap: 10px;
  }
  .header__nav-link {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .header__cta {
    gap: 10px;
  }
  .header__btn {
    padding: 10px 16px;
    gap: 10px;
  }
  .header__btn-icon {
    width: 18px;
    height: auto;
  }
  .header__btn--phone .header__btn-icon {
    height: 22px;
  }
  .header__btn--inquiry .header__btn-icon {
    width: 26px;
    height: 20px;
  }
  .header__btn-main {
    font-size: 16px;
    letter-spacing: 0.6px;
  }
  .header__btn-sub {
    font-size: 11px;
    letter-spacing: 0.4px;
  }
}
.header__menu-toggle {
  display: none;
  position: relative;
  width: 30px;
  height: 19px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 100;
  flex-shrink: 0;
  margin-left: auto;
  outline: none;
}
.header__menu-toggle:active {
  opacity: 0.8;
}
.header__menu-toggle-line {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 1px;
  background-color: #b0d001;
  margin: 0;
  transition: all 0.3s ease;
}
.header__menu-toggle-line::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 0;
  display: block;
  width: 30px;
  height: 1px;
  background-color: #b0d001;
  margin: 0;
  transition: all 0.3s ease;
}
.header__menu-toggle-line::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  width: 30px;
  height: 1px;
  background-color: #98c73e;
  margin: 0;
  transition: all 0.3s ease;
}
.header__menu-toggle[aria-expanded=true] .header__menu-toggle-line {
  background-color: transparent;
}
.header__menu-toggle[aria-expanded=true] .header__menu-toggle-line::before {
  top: 0;
  transform: translateY(0) rotate(45deg);
}
.header__menu-toggle[aria-expanded=true] .header__menu-toggle-line::after {
  top: 0;
  transform: translateY(0) rotate(-45deg);
}
@media (max-width: 767px) {
  .header__inner {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 15px;
    min-height: 65px;
  }
  .header__logo {
    flex: 0 0 auto;
    text-align: left;
  }
  .header__logo-text {
    font-weight: 400;
    font-size: 10px;
    margin-bottom: 0;
  }
  .header__logo-img {
    width: 30px;
    height: 30px;
  }
  .header__logo-title {
    font-size: 30px;
  }
  .header__logo-main {
    justify-content: flex-start;
  }
  .header__menu-toggle {
    display: block;
    order: 2;
    position: relative;
    left: auto;
    right: 0;
  }
  .header__menu-toggle[aria-expanded=true] {
    position: fixed;
    left: 15px;
    right: auto;
    z-index: 1001;
  }
  .header__nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .header__nav-overlay--open {
    display: block;
    opacity: 1;
  }
  .header__nav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    max-width: 90%;
    height: 100vh;
    background-color: #f8f8f8;
    z-index: 999;
    transition: right 0.3s ease;
    overflow-y: auto;
    padding: 80px 0 20px;
    flex: none;
  }
  .header__nav-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0 20px;
    justify-content: flex-start;
  }
  .header__nav-item {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
  }
  .header__nav-link {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #211800;
    letter-spacing: 0.64px;
    padding: 18px 15px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .header__nav-link:hover, .header__nav-link:active {
    background-color: #eeeeee;
    color: #2b4e96;
  }
  .header__nav--open {
    right: 0;
  }
  .header__nav-cta {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    margin-top: 20px;
  }
  .header__nav-cta .header__btn {
    width: 100%;
    padding: 14px 16px;
    justify-content: center;
  }
  .header__nav-cta .header__btn .header__btn-icon {
    width: 18px;
    height: auto;
  }
  .header__nav-cta .header__btn--phone .header__btn-icon {
    height: 23px;
  }
  .header__nav-cta .header__btn--inquiry .header__btn-icon {
    height: 20px;
  }
  .header__nav-cta .header__btn-main {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
  .header__nav-cta .header__btn-sub {
    font-size: 11px;
    letter-spacing: 0.44px;
  }
  .header__cta {
    display: none;
  }
}

body.menu-open {
  overflow: hidden;
}

.mv {
  position: relative;
  width: 100%;
  min-height: 600px;
  overflow: hidden;
  padding-top: 75px;
}
.mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mv__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mv__inner {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  padding: 110px 35px;
  min-height: 600px;
  display: flex;
  align-items: flex-start;
}
.mv__content {
  width: 100%;
}
.mv__title {
  font-family: "Noto Serif JP", serif;
  font-size: 63.5px;
  font-weight: bold;
  line-height: 1.18;
  letter-spacing: 2.54px;
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin: 0 0 70px 0;
  padding-top: 0;
}
.mv__title > * {
  white-space: nowrap;
}
.mv__title .text-style-1 {
  font-size: 52.5px;
  letter-spacing: 2.1px;
}
.mv__badges {
  display: flex;
  align-items: center;
  margin-bottom: 86px;
  flex-wrap: wrap;
}
.mv__badge {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.mv__badge--01 {
  z-index: 1;
}
.mv__badge--01 .mv__badge-text {
  font-style: italic;
  transform: translate(-50%, -50%) skewX(-12deg);
}
.mv__badge--02 {
  z-index: 3;
  margin-left: -60px;
}
.mv__badge--02 .mv__badge-text {
  font-style: italic;
  transform: translate(-50%, -50%) skewX(-12deg);
}
.mv__badge--03 {
  z-index: 2;
  margin-left: -60px;
}
.mv__badge-img {
  width: 100%;
  height: auto;
  display: block;
}
.mv__badge-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 33px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  line-height: 1.13;
  letter-spacing: 1.6px;
}
.mv__badge--03 .mv__badge-text {
  white-space: normal;
  text-align: left;
  font-style: italic;
  transform: translate(-50%, -50%) skewX(-12deg);
}
.mv__badge-asterisk-wrapper {
  display: inline-block;
  white-space: nowrap;
  line-height: 1.13;
}
.mv__badge-asterisk-wrapper::after {
  content: "※";
  display: inline;
  font-size: 16.5px;
  color: #ffffff;
  line-height: 1.13;
  letter-spacing: 0.66px;
  margin-left: 3px;
  vertical-align: baseline;
}
.mv__cta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-left: 45px;
}
.mv__cta .header__btn {
  padding: 17px 51.6px 17.8px 42px;
}
.mv__cta .header__btn--phone .header__btn-icon {
  width: 30px;
  height: 40px;
}
.mv__cta .header__btn--inquiry .header__btn-icon {
  width: 49px;
  height: 39px;
}
.mv__cta .header__btn-main {
  font-size: 26px;
}
.mv__cta .header__btn-sub {
  font-size: 19px;
}
.mv__note {
  position: absolute;
  bottom: 20px;
  right: 35px;
  text-align: left;
  z-index: 3;
  font-size: 18px;
  line-height: 1.11;
  letter-spacing: 0.72px;
  color: #211800;
  font-weight: 400;
}
@media (max-width: 767px) {
  .mv {
    min-height: auto;
    padding-top: 85px;
  }
  .mv__bg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
  }
  .mv__bg-img {
    width: 100%;
    height: auto;
    display: block;
  }
  .mv__inner {
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 40px 15px 20px;
  }
  .mv__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .mv .text-style-1 {
    font-size: 24px;
    letter-spacing: 0.96px;
  }
  .mv__badges {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .mv__badge-img {
    width: 130px;
    height: auto;
  }
  .mv__badge-text {
    font-size: 14px;
  }
  .mv__badge-asterisk-wrapper::after {
    font-size: 7px;
    margin-left: 0;
  }
  .mv__cta {
    display: none;
  }
  .mv__note {
    position: absolute;
    bottom: 5px;
    right: 15px;
    text-align: right;
    font-size: 12px;
    z-index: 10;
  }
}

.section-header {
  text-align: center;
  margin-bottom: 80px;
}
.section-header__title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.section-header__title-en {
  font-family: NotoSansJP;
  font-size: 127.5px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -11.48px;
  text-align: left;
  color: rgba(68, 124, 238, 0.17);
  flex-shrink: 0;
}
.section-header__title {
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
  font-size: 35px;
  line-height: 1.44;
  letter-spacing: 1.4px;
  text-align: center;
  color: #211800;
  margin: 0;
}
.section-header__lead {
  font-size: 20px;
  font-weight: 400;
  color: #211800;
  line-height: 1.43;
  letter-spacing: 0.8px;
  text-align: center;
}
@media (max-width: 767px) {
  .section-header {
    margin-bottom: 40px;
  }
  .section-header__title-en {
    font-size: 60px;
    letter-spacing: -5.4px;
  }
  .section-header__title {
    font-size: 20px;
    top: 30px;
    white-space: nowrap;
  }
  .section-header__lead {
    font-size: 15px;
  }
}

.service {
  background-color: #ffffff;
  padding: 80px 0 100px;
}
.service__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
}
.service__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  margin-bottom: 80px;
}
.service__card {
  display: block;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.service__card:hover {
  opacity: 0.9;
}
.service__card-img {
  position: relative;
  width: 100%;
  height: 213px;
  overflow: hidden;
}
.service__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.service__card:hover .service__card-img img {
  transform: scale(1.05);
}
.service__card-content {
  padding: 10px 0 0 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.service__card-title {
  position: absolute;
  bottom: -1.5px;
  left: -1px;
  padding: 7.2px 16px 8.8px 11.2px;
  background-color: #ffffff;
  border: none;
  outline: none;
  border-radius: 0 10px 0 0;
  font-size: 21.5px;
  line-height: 1.19;
  letter-spacing: 0.86px;
  text-align: left;
  color: #2b4e96;
  margin: 0;
  box-sizing: border-box;
  z-index: 1;
  transform: translateZ(0);
}
.service__card-text {
  flex: 1;
  font-size: 13.5px;
  font-weight: 400;
  color: #211800;
  line-height: 1.81;
  letter-spacing: 0.54px;
  text-align: left;
  margin: 0;
}
.service__card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #2b4e96;
  border-radius: 50%;
  flex-shrink: 0;
}
.service__card-icon {
  width: 20px;
  height: 20px;
}
.service__cta {
  text-align: center;
}
.service__cta-btn {
  display: inline-block;
  padding: 10px 42px 10px 55px;
  background-color: #2b4e96;
  color: #ffffff;
  text-decoration: none;
  font-size: 23.5px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.94px;
  transition: opacity 0.3s ease;
  border-radius: 5px;
  box-shadow: 2.1px 2.1px 0 1px #1c3362;
  border: solid 2px #2b4e96;
}
.service__cta-btn:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .service {
    padding: 20px 0 60px;
  }
  .service__inner {
    padding: 0 30px;
  }
  .service__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-bottom: 40px;
  }
  .service__card-img {
    width: 100%;
    height: auto;
  }
  .service__card-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .service__card-content {
    padding: 15px 0 15px 15px;
  }
  .service__card-title {
    font-size: 18px;
  }
  .service__card-text {
    font-size: 14px;
  }
  .service__cta-btn {
    padding: 8px 30px;
    font-size: 14px;
  }
}

.works {
  background-color: #f6f6f6;
  padding: 80px 0 100px;
}
.works__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
}
.works .section-header__title-en {
  color: rgba(138, 181, 56, 0.17);
}
.works__content {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  justify-content: center;
}
.works__image {
  flex: 0 0 auto;
  width: 443px;
}
.works__image img {
  width: 100%;
  height: auto;
  display: block;
}
.works__info {
  flex: 0 1 auto;
  min-width: 0;
}
.works__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.works__item {
  display: flex;
  align-items: center;
  gap: 50px;
}
.works__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  width: fit-content;
  padding: 10px 15px;
  background-color: #98c73e;
  color: #ffffff;
  font-weight: bold;
  border-radius: 10px;
  flex-shrink: 0;
  font-size: 17px;
  line-height: 1.45;
  letter-spacing: 0.68px;
  box-sizing: border-box;
}
.works__text {
  flex: 1;
  font-size: 17px;
  font-weight: 400;
  color: #211800;
  line-height: 1.75;
  letter-spacing: 0.64px;
  margin: 0;
}
.works__message {
  font-size: 17px;
  font-weight: 400;
  color: #211800;
  line-height: 1.45;
  letter-spacing: 0.64px;
  margin: 80px 0 0;
}
@media (max-width: 767px) {
  .works {
    padding: 40px 0;
  }
  .works__inner {
    padding: 0 30px;
    overflow-x: hidden;
  }
  .works__content {
    flex-direction: column;
    gap: 30px;
  }
  .works__image {
    width: 100%;
    max-width: 100%;
  }
  .works__item {
    flex-direction: row;
    gap: 15px;
    align-items: center;
  }
  .works__label {
    font-size: 15px;
    padding: 5px 10px;
    min-width: 100px;
    width: fit-content;
  }
  .works__text {
    font-size: 15px;
    line-height: 1.45;
  }
  .works__message {
    font-size: 15px;
    line-height: 1.45;
    margin-top: 20px;
  }
}

.strengths {
  background-color: #ffffff;
  padding: 80px 0 125px;
}
.strengths__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
}
.strengths .section-header__title-en {
  color: rgba(68, 124, 238, 0.17);
}
.strengths__badges {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 75px;
  margin-bottom: 140px;
}
.strengths__badges-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.strengths__badges-row--top {
  gap: 120px;
}
.strengths__badges-row--bottom {
  gap: 30px;
}
.strengths__badge {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.strengths__badge--01 {
  z-index: 1;
}
.strengths__badge--01 .strengths__badge-text {
  font-style: italic;
  transform: translate(-50%, -50%) skewX(-12deg);
}
.strengths__badge--02 {
  z-index: 3;
  margin-left: -60px;
}
.strengths__badge--02 .strengths__badge-text {
  font-style: italic;
  transform: translate(-50%, -50%) skewX(-12deg);
}
.strengths__badge--03 {
  z-index: 2;
  margin-left: -60px;
}
.strengths__badge--04 {
  z-index: 1;
}
.strengths__badge--04 .strengths__badge-text {
  font-style: italic;
  transform: translate(-50%, -50%) skewX(-12deg);
}
.strengths__badge--05 {
  z-index: 2;
}
.strengths__badge--05 .strengths__badge-text {
  font-style: italic;
  transform: translate(-50%, -50%) skewX(-12deg);
}
.strengths__badge-img {
  width: 100%;
  height: auto;
  display: block;
}
.strengths__badge-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 33px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  line-height: 1.13;
  letter-spacing: 1.6px;
}
.strengths__badge--03 .strengths__badge-text {
  white-space: normal;
  text-align: left;
  font-style: italic;
  transform: translate(-50%, -50%) skewX(-12deg);
}
.strengths__badge-asterisk-wrapper {
  display: inline-block;
  white-space: nowrap;
  line-height: 1.13;
}
.strengths__badge-asterisk-wrapper::after {
  content: "※";
  display: inline;
  font-size: 16.5px;
  color: #ffffff;
  line-height: 1.13;
  letter-spacing: 0.66px;
  margin-left: 3px;
  vertical-align: baseline;
}
.strengths__note {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #211800;
  font-weight: 400;
  margin: 0;
  text-align: left;
  z-index: 10;
  font-size: 12.5px;
  line-height: 1.12;
  letter-spacing: 0.5px;
}
.strengths__cards {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.strengths__card {
  position: relative;
  width: 1017px;
  height: 344.9px;
  background-color: #f6f6f6;
  padding: 77px 593px 57.9px 71px;
  margin: 0 auto 57px;
  overflow: visible;
  box-sizing: border-box;
}
.strengths__card--02, .strengths__card--04 {
  padding: 77px 71px 57.9px 593px;
}
.strengths__card:last-child {
  margin-bottom: 0;
}
.strengths__card-number {
  position: absolute;
  top: -55px;
  left: 70px;
  font-weight: 400;
  line-height: 1;
  z-index: 0;
  opacity: 0.4;
  font-size: 88px;
  letter-spacing: -7.92px;
  text-align: left;
  color: rgba(43, 78, 150, 0.4);
}
.strengths__card-number::before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 87px;
  margin-right: 15px;
  background-image: url("../images/pc/strengths/strength-deco.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.strengths__card--02 .strengths__card-number, .strengths__card--04 .strengths__card-number {
  top: -40px;
  left: auto;
  right: 260px;
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.strengths__card--02 .strengths__card-number::before, .strengths__card--04 .strengths__card-number::before {
  margin-right: 15px;
  margin-left: 0;
  order: -1;
}
.strengths__card-content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.strengths__card--02 .strengths__card-content, .strengths__card--04 .strengths__card-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.strengths__card--02 .strengths__card-text, .strengths__card--04 .strengths__card-text {
  max-width: 400px;
}
.strengths__card-image {
  position: absolute;
  top: -57px;
  right: -30px;
  width: 525px;
  z-index: 1;
}
.strengths__card-image img {
  width: 100%;
  height: auto;
  display: block;
}
.strengths__card--02 .strengths__card-image, .strengths__card--04 .strengths__card-image {
  right: auto;
  left: -30px;
}
.strengths__card-text {
  flex: 1;
  padding-top: 0;
}
.strengths__card-title {
  color: #211800;
  margin: 0 0 40px;
  font-size: 26px;
  line-height: 1.08;
  letter-spacing: 1.04px;
}
.strengths__card-description {
  font-weight: 400;
  line-height: 1.75;
  color: #211800;
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.64px;
}
@media (max-width: 767px) {
  .strengths {
    padding: 40px 0 120px;
  }
  .strengths__inner {
    padding: 0 15px;
    overflow-x: hidden;
    overflow-y: visible;
  }
  .strengths__badges {
    gap: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .strengths__badges-row--top {
    gap: 40px;
  }
  .strengths__badges-row--bottom {
    gap: 0;
  }
  .strengths__badge--04 {
    z-index: 2;
  }
  .strengths__badge--05 {
    margin-left: -20px;
    z-index: 1;
  }
  .strengths__badge-text {
    font-size: 15px;
  }
  .strengths__badge-img {
    width: 130px;
    height: auto;
  }
  .strengths__note {
    font-size: 10px;
  }
  .strengths__cards {
    gap: 30px;
  }
  .strengths__card {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding: 40px 15px;
    box-sizing: border-box;
    height: auto;
    overflow: visible;
    background-color: transparent;
    position: relative;
    margin: 0;
  }
  .strengths__card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 390px;
    background-color: #f6f6f6;
    z-index: 0;
  }
  .strengths__card--01, .strengths__card--03, .strengths__card--05 {
    margin-left: -15px;
    padding-left: 35px;
  }
  .strengths__card--01::before, .strengths__card--03::before, .strengths__card--05::before {
    left: -15px;
    right: 0;
  }
  .strengths__card--02, .strengths__card--04 {
    margin-right: -15px;
    padding-right: 35px;
  }
  .strengths__card--02::before, .strengths__card--04::before {
    left: 0;
    right: -15px;
  }
  .strengths__card-number, .strengths__card-image, .strengths__card-content {
    position: relative;
    z-index: 1;
  }
  .strengths__card--01 .strengths__card-number, .strengths__card--03 .strengths__card-number, .strengths__card--05 .strengths__card-number {
    position: relative;
    font-size: 32px;
    letter-spacing: -2.88px;
    top: -57px;
    left: 0;
    order: 1;
    margin-bottom: 0;
  }
  .strengths__card--01 .strengths__card-number::before, .strengths__card--03 .strengths__card-number::before, .strengths__card--05 .strengths__card-number::before {
    width: 20px;
    height: 30px;
    margin-right: 5px;
  }
  .strengths__card--02 .strengths__card-number, .strengths__card--04 .strengths__card-number {
    position: relative;
    font-size: 32px;
    letter-spacing: -2.88px;
    top: -57px;
    right: 0;
    left: 0;
    order: 1;
    margin-bottom: 0;
    justify-content: flex-start;
  }
  .strengths__card--02 .strengths__card-number::before, .strengths__card--04 .strengths__card-number::before {
    width: 20px;
    height: 30px;
    margin-right: 5px;
  }
  .strengths__card-content {
    flex-direction: column;
    gap: 20px;
    order: 2;
    margin-top: -40px;
  }
  .strengths__card-content--reverse {
    flex-direction: column;
  }
  .strengths__card-image {
    position: relative;
    width: 100%;
    max-width: 100%;
    top: 0;
    right: -10px;
    margin-bottom: 0;
    margin-top: 20px;
    order: 3;
  }
  .strengths__card--02 .strengths__card-image, .strengths__card--04 .strengths__card-image {
    left: 0;
  }
  .strengths__card-text {
    padding-top: 0;
    max-width: 100%;
  }
  .strengths__card-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .strengths__card-description {
    font-size: 14px;
  }
}

.contact {
  position: relative;
  background-image: url("../images/pc/contact/contact-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  overflow: hidden;
}
.contact__banner {
  background-color: #2b4e96;
  padding: 30px 0;
  text-align: center;
  color: #ffffff;
}
.contact__banner-text {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.27;
  letter-spacing: 1.4px;
  text-align: center;
  color: #ffffff;
}
.contact__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 35px 0 70px;
}
.contact__content {
  display: flex;
  flex-direction: row;
  gap: 100px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.contact__phone-wrapper, .contact__email-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  min-width: 0;
}
.contact__tabs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  min-height: 80px;
  width: 100%;
}
.contact__tab {
  margin: 0;
  font-weight: bold;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-align: center;
  color: #98c73e;
}
.contact__tab--active {
  position: absolute;
  left: 35px;
  z-index: 2;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 0;
  white-space: normal;
  word-break: break-all;
}
.contact__tab--active.contact__tab--green {
  background-color: #98c73e;
  color: #ffffff;
}
.contact__tab--active.contact__tab--blue {
  background-color: #2b4e96;
  color: #ffffff;
}
.contact__tab--active.contact__tab--green, .contact__tab--active.contact__tab--blue {
  font-size: 13px;
  line-height: 1.28;
  letter-spacing: 0.65px;
  text-align: center;
}
.contact__tab--outline {
  position: relative;
  background-color: #ffffff;
  padding: 15px 45px;
  border-radius: 40px;
  min-height: 60px;
  display: flex;
  align-items: center;
  margin-left: 40px;
}
.contact__tab--outline.contact__tab--green-outline {
  border: 1px solid #98c73e;
}
.contact__tab--outline.contact__tab--blue-outline {
  border: 1px solid #2b4e96;
  color: #2b4e96;
}
.contact__phone {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  position: relative;
}
.contact__phone-content {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 400px;
}
.contact__phone-number {
  margin-bottom: 18px;
}
.contact__phone-link {
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 4px solid #211800;
  transition: color 0.3s ease;
  font-size: 47px;
  color: #98c73e;
}
.contact__phone-link:hover {
  color: rgba(152, 199, 62, 0.9);
}
.contact__phone-hours {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.contact__phone-label {
  display: inline-block;
  background-color: #98c73e;
  color: #ffffff;
  padding: 5px 20px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.4px;
  margin-left: 40px;
}
.contact__phone-time {
  color: #211800;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.4px;
  margin-left: 23px;
}
.contact__phone-person {
  position: relative;
  flex: 1;
  min-height: 200px;
  margin-bottom: -48px;
}
.contact__person-img {
  position: absolute;
  right: 60px;
  bottom: 45px;
  max-width: 200px;
  height: auto;
}
.contact__speech-bubble {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.contact__speech-bubble-img {
  width: 100%;
  height: auto;
  display: block;
}
.contact__speech-bubble-text {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  white-space: nowrap;
  font-size: 18px;
  letter-spacing: 0.8px;
  text-align: left;
  color: #211800;
}
.contact__email {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 30px 30px;
}
.contact__form {
  display: flex;
  flex-direction: column;
  gap: 37px;
  min-height: 400px;
}
.contact__form-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.contact__form-label {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  width: 135px;
}
.contact__form-label-text {
  color: #211800;
  font-weight: bold;
  font-size: 15.5px;
  line-height: 1.13;
  letter-spacing: 0.62px;
  text-align: left;
  width: 70px;
  flex-shrink: 0;
  white-space: nowrap;
}
.contact__form-label-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 4px;
  font-weight: bold;
  font-size: 15.5px;
  line-height: 1.13;
  letter-spacing: 0.62px;
  color: #ffffff;
  width: 56.3px;
  height: 26.7px;
  box-sizing: border-box;
}
.contact__form-label-badge--required {
  background-color: #2b4e96;
  color: #ffffff;
}
.contact__form-label-badge--optional {
  background-color: #e0e0e0;
  color: #999999;
}
.contact__form-input {
  width: 245px;
  height: 36px;
  padding: 0 16px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  box-sizing: border-box;
  flex-shrink: 0;
  margin-left: auto;
}
.contact__form-input::placeholder {
  color: #999999;
}
.contact__form-input:focus {
  outline: none;
  border-color: #2b4e96;
}
.contact__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 347px;
  height: 85px;
  padding: 0;
  border-radius: 10px;
  border: none;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.contact__btn--phone {
  background-color: #98c73e;
  color: #ffffff;
  margin: 0 auto;
  margin-top: auto;
  box-shadow: 2.8px 2.8px 0 1px #759930;
}
.contact__btn--phone:hover {
  background-color: rgba(152, 199, 62, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.contact__btn--phone .contact__btn-icon {
  width: 30px;
  height: 38px;
}
.contact__btn--email {
  background-color: #2b4e96;
  color: #ffffff;
  margin: 0 auto;
  margin-top: auto;
  box-shadow: 2.1px 2.1px 0 1px #1c3362;
}
.contact__btn--email:hover {
  background-color: rgba(43, 78, 150, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.contact__btn--email .contact__btn-icon {
  width: 47px;
  height: 37px;
}
.contact__btn-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.contact__btn-text {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .contact {
    background-image: url("../images/sp/contact/contact-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .contact__inner {
    padding: 35px 15px 70px;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .contact__content {
    flex-direction: column;
    gap: 30px;
  }
  .contact__phone-wrapper, .contact__email-wrapper {
    width: 100%;
    max-width: 100%;
    flex: none;
  }
  .contact__tabs {
    margin-left: 30px;
  }
  .contact__banner-text {
    font-size: 20px;
  }
  .contact__banner-subtext {
    font-size: 16px;
  }
  .contact__phone {
    padding: 20px;
  }
  .contact__phone-content {
    min-height: auto;
  }
  .contact__phone-number {
    text-align: center;
  }
  .contact__phone-link {
    font-size: 34px;
    text-align: center;
    border-bottom: 2px solid #211800;
  }
  .contact__phone-label {
    font-size: 18px;
    margin-bottom: 0;
    margin-left: 20px;
  }
  .contact__phone-time {
    font-size: 18px;
  }
  .contact__phone-person {
    min-height: 120px;
    margin-bottom: 20px;
    flex: none;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
  }
  .contact__person-img {
    position: relative;
    max-width: 150px;
    height: auto;
    margin-right: -38px;
    margin-bottom: -68px;
    order: 2;
  }
  .contact__speech-bubble {
    position: relative;
    font-size: 14px;
    order: 1;
    align-self: flex-start;
    margin-right: 10px;
    margin-top: 20px;
  }
  .contact__speech-bubble-img {
    width: 150px;
    height: auto;
  }
  .contact__speech-bubble-text {
    font-size: 14px;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .contact__form {
    min-height: auto;
    gap: 20px;
  }
  .contact__form-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .contact__form-label {
    width: 100%;
  }
  .contact__form-input {
    width: 100%;
    margin-left: 0;
  }
  .contact__btn {
    width: 250px;
    height: 60px;
    margin: 0 auto;
  }
  .contact__tab {
    font-size: 22px;
  }
  .contact__tab--active {
    left: 0;
    width: 70px;
    height: 70px;
  }
  .contact__tab--outline {
    margin-left: 0;
    padding: 10px 30px;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.footer {
  background-color: #bbbec8;
  padding: 80px 100px 50px;
}
.footer__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: stretch;
  position: relative;
}
.footer__left {
  flex: 0 0 auto;
  min-width: 300px;
}
.footer__logo {
  margin-bottom: 30px;
}
.footer__logo-main {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}
.footer__logo-img {
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 50%;
  flex-shrink: 0;
}
.footer__logo-title {
  font-size: 43.5px;
  font-weight: bold;
  color: #2b4e96;
  line-height: 1;
  letter-spacing: 6.53px;
  display: flex;
  align-items: center;
  height: 45px;
  padding-top: 5px;
}
.footer__contact-item {
  font-size: 16px;
  font-weight: 400;
  color: #211800;
  line-height: 1.75;
  letter-spacing: 0.64px;
  text-align: left;
}
.footer__cta {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.footer__btn {
  display: flex;
  align-items: center;
  gap: 13.5px;
  padding: 15px 30px;
  border-radius: 10px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer__btn:hover {
  opacity: 0.9;
}
.footer__btn--phone {
  box-shadow: 1.4px 1.4px 0 1px #759930;
  background-color: #98c73e;
  color: #ffffff;
}
.footer__btn--phone .footer__btn-icon {
  width: 27px;
  height: 35px;
}
.footer__btn--inquiry {
  box-shadow: 2.1px 2.1px 0 1px #1c3362;
  background-color: #2b4e96;
  color: #ffffff;
}
.footer__btn--inquiry .footer__btn-icon {
  width: 40px;
  height: 32px;
}
.footer__btn-icon {
  flex-shrink: 0;
}
.footer__btn-text {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}
.footer__btn-main {
  font-size: 23.5px;
  font-weight: bold;
  letter-spacing: 0.94px;
  text-align: left;
}
.footer__btn-sub {
  font-size: 17.5px;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-align: center;
}
.footer__right {
  flex: 1;
  padding-left: 73px;
  position: relative;
}
.footer__right::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(33, 24, 0, 0.2);
}
@media (max-width: 1360px) {
  .footer__right::before {
    display: none;
  }
}
.footer__nav {
  display: flex;
  gap: 80px;
  justify-content: flex-end;
}
.footer__nav-column {
  flex: 0 0 auto;
}
.footer__nav-title {
  font-size: 17.5px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.7px;
  text-align: left;
  color: #333333;
  margin-bottom: 25px;
}
.footer__nav-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.78;
  letter-spacing: 0.64px;
  text-align: left;
  color: #211800;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (min-width: 1301px) {
  .footer__nav-subtitle {
    background: none;
    border: none;
    padding: 0;
    cursor: default;
  }
}
@media (max-width: 1300px) {
  .footer__nav-subtitle {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .footer__nav-subtitle:hover {
    opacity: 0.8;
  }
}
.footer__nav-subtitle-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
  object-fit: contain;
}
@media (min-width: 1301px) {
  .footer__nav-subtitle-icon {
    display: none;
  }
}
.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__nav-list--with-dash {
  padding-left: 16px;
}
.footer__nav-list--with-dash .footer__nav-item {
  display: flex;
  align-items: flex-start;
}
.footer__nav-list--with-dash .footer__nav-item::before {
  content: "-";
  margin-right: 5px;
  flex-shrink: 0;
}
@media (min-width: 1301px) {
  .footer__nav-list--with-dash {
    max-height: none !important;
    overflow: visible;
  }
}
@media (max-width: 1300px) {
  .footer__nav-list--with-dash {
    max-height: 0;
    overflow: hidden;
    padding-left: 16px;
    transition: max-height 0.3s ease;
  }
  .footer__nav-list--with-dash--open {
    max-height: 1000px;
  }
}
.footer__nav-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.78;
  letter-spacing: 0.64px;
  text-align: left;
  color: #211800;
  transition: color 0.3s ease;
}
.footer__nav-link:hover {
  color: #2b4e96;
}
.footer__copyright {
  padding: 35px 0;
  text-align: center;
}
.footer__copyright-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #211800;
  letter-spacing: 0.56px;
}
@media (max-width: 1240px) {
  .footer {
    padding: 40px 0 0;
  }
  .footer__inner {
    flex-direction: column;
    padding: 0 15px 30px;
    gap: 0;
  }
  .footer__left {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(33, 24, 0, 0.2);
    margin-bottom: 20px;
  }
  .footer__logo {
    margin-bottom: 20px;
    text-align: center;
  }
  .footer__logo-main {
    justify-content: center;
    margin-bottom: 20px;
  }
  .footer__logo-title {
    font-size: 32px;
    letter-spacing: 5.12px;
  }
  .footer__logo-img {
    width: 35px;
    height: 35px;
  }
  .footer__contact {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer__contact-item {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    width: 100%;
    max-width: 250px;
  }
  .footer__cta {
    margin-top: 20px;
  }
  .footer__cta .footer__btn {
    width: 100%;
    max-width: 250px;
    padding: 12px 20px;
    margin: 0 auto;
  }
  .footer__cta .footer__btn-main {
    font-size: 18px;
  }
  .footer__cta .footer__btn-sub {
    font-size: 13px;
  }
  .footer__right {
    padding-left: 0;
  }
  .footer__right::before {
    display: none;
  }
  .footer__nav {
    flex-direction: column;
    gap: 20px;
  }
  .footer__nav-column {
    width: 100%;
  }
  .footer__nav-title {
    font-size: 16px;
    margin-bottom: 15px;
    color: #211800;
  }
  .footer__nav-subtitle {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .footer__nav-subtitle-icon {
    display: inline-block;
    transition: transform 0.3s ease;
  }
  .footer__nav-link {
    font-size: 14px;
  }
  .footer__copyright {
    padding: 0 0 50px;
    text-align: center;
  }
  .footer__copyright-text {
    font-size: 12px;
  }
}

.problems {
  background-color: #d0d1d9;
  padding: 70px 0 120px;
  position: relative;
  overflow: visible;
}
.problems__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.problems__title {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 1.4px;
  text-align: center;
  line-height: 1.27;
  color: #211800;
  margin: 0 0 70px;
}
.problems__title span {
  color: #2b4e96;
  text-decoration: underline;
  text-decoration-color: #2b4e96;
  text-decoration-thickness: 5px;
  text-underline-offset: 10px;
}
.problems__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.problems__row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 150px;
}
.problems__row--bottom {
  margin-top: -80px;
}
.problems__item {
  position: relative;
}
.problems__bubble {
  position: relative;
}
.problems__bubble-img {
  width: 100%;
  height: auto;
  display: block;
}
.problems__bubble-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.64px;
  text-align: center;
  margin: 0;
  white-space: nowrap;
}
.problems__bubble-text-line1 {
  color: #211800;
}
.problems__bubble-text-line2 {
  color: #2b4e96;
}
.problems__characters {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
  margin-bottom: 45px;
}
.problems__character {
  max-width: 200px;
  height: auto;
  display: block;
}
.problems__transition {
  position: absolute;
  bottom: -250px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  z-index: 1;
}
.problems__transition-img {
  width: 100%;
  height: auto;
  display: block;
}
.problems__transition-text {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  white-space: nowrap;
  font-size: 35px;
  line-height: 1.27;
  letter-spacing: 1.4px;
	text-align:center;
}
@media (max-width: 767px) {
  .problems {
    padding: 40px 0 0;
  }
  .problems__inner {
    padding: 0 15px;
    position: relative;
  }
  .problems__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .problems__title span {
    text-decoration-thickness: 2px;
  }
  .problems__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    margin-bottom: 0;
  }
  .problems__row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    flex-wrap: nowrap;
  }
  .problems__row--top {
    margin-bottom: 5px;
    align-items: flex-start;
  }
  .problems__row--top .problems__item--03 {
    align-self: flex-start;
    margin-top: -50px;
  }
  .problems__row--top .problems__item--01,
  .problems__row--top .problems__item--05 {
    align-self: flex-end;
    margin-top: 20px;
  }
  .problems__row--top .problems__item--01 {
    margin-right: -50px;
  }
  .problems__row--top .problems__item--05 {
    margin-left: -50px;
  }
  .problems__row--bottom {
    margin-top: 0;
    flex-wrap: wrap;
  }
  .problems__item {
    flex: 0 0 auto;
  }
  .problems__bubble {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .problems__bubble-img {
    max-width: 140px;
    width: 140px;
    height: auto;
  }
  .problems__bubble-text {
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0.48px;
  }
  .problems__characters {
    gap: 20px;
    margin-bottom: -20px;
    justify-content: center;
  }
  .problems__character {
    max-width: 90px;
  }
  .problems__transition {
    position: relative;
    bottom: -40px;
    left: auto;
    transform: none;
    margin: 0 auto;
    max-width: 170px;
  }
  .problems__transition-text {
    font-size: 18px;
  }
}

.solution {
  padding: 250px 0 0;
  position: relative;
  background-image: url("../images/pc/solution/solution-team.jpg");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 600px;
}
.solution__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
}
.solution__content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.solution__banner {
  position: relative;
  width: 1404px;
  margin: 0 auto;
  left: 120px;
}
.solution__banner-img {
  width: 1404px;
  height: auto;
  display: block;
}
.solution__banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.solution__title {
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  white-space: nowrap;
  font-size: 70px;
  line-height: 1.14;
  letter-spacing: 2px;
}
.solution__title-highlight {
  color: #2b4e96;
}
.solution__title-ga {
  font-size: 60px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .solution {
    padding: 280px 0 20px;
    background-image: url("../images/sp/solution/solution-team.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: auto;
  }
  .solution__inner {
    padding: 0 15px;
    overflow-x: hidden;
    min-height: auto;
  }
  .solution__content {
    gap: 30px;
  }
  .solution__banner {
    width: 100%;
    max-width: 100%;
    left: 0;
    margin: 0;
  }
  .solution__banner-img {
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    height: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .solution__title {
    font-size: 28px;
    white-space: normal;
  }
  .solution__title-ga {
    font-size: 24px;
    letter-spacing: 1px;
  }
}

.voice {
  background-color: #f6f6f6;
  padding: 80px 0 100px;
}
.voice__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
}
.voice .section-header__title-en {
  color: rgba(152, 199, 62, 0.17);
}
.voice__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 77px;
}
.voice__card {
  background-color: #ffffff;
  padding: 15px 20px;
  border-radius: 10px;
}
.voice__card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #98c73e;
}
.voice__card-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.voice__card-icon-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.voice__card-title {
  font-size: 17.5px;
  font-weight: bold;
  color: #211800;
  line-height: 1.6;
  letter-spacing: 0.7px;
  margin: 0;
  flex: 1;
}
.voice__card-text {
  font-size: 16px;
  font-weight: 400;
  color: #211800;
  line-height: 1.59;
  letter-spacing: 0.64px;
  margin: 0;
  padding: 0 5px;
  text-align: left;
}
.voice__cta {
  text-align: center;
}
.voice__btn {
  display: inline-block;
  padding: 10px 42px 10px 55px;
  background-color: #98c73e;
  color: #ffffff;
  text-decoration: none;
  font-size: 23.5px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.94px;
  transition: opacity 0.3s ease;
  border-radius: 5px;
  box-shadow: 2.1px 2.1px 0 1px #759930;
  border: solid 2px #98c73e;
}
.voice__btn:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .voice {
    padding: 60px 0;
  }
  .voice__inner {
    padding: 0 15px;
  }
  .voice__cards {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 40px;
  }
  .voice__card {
    padding: 20px;
  }
  .voice__card-header {
    gap: 12px;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
  .voice__card-icon {
    width: 60px;
    height: 60px;
  }
  .voice__card-icon-img {
    width: 60px;
    height: 60px;
  }
  .voice__card-title {
    font-size: 14px;
  }
  .voice__card-text {
    font-size: 12px;
    line-height: 1.5;
  }
  .voice__btn {
    padding: 8px 30px;
    font-size: 14px;
  }
}

.cases {
  background-color: #ffffff;
  padding: 80px 0 100px;
}
.cases__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
}
.cases .section-header__title-en {
  color: rgba(68, 124, 238, 0.17);
}
.cases__slider-wrapper {
  position: relative;
  margin-bottom: 100px;
}
.cases__slider {
  overflow: visible;
  padding-right: 0;
}
.cases__slide {
  height: auto;
}
.cases__card {
  background-color: #ffffff;
  transition: transform 0.3s ease;
  border-radius: 5px;
}
.cases__card:hover {
  transform: translateY(-5px);
}
.cases__card-image {
  width: 100%;
  height: 250px;
  border-radius: 5px;
  overflow: hidden;
}
.cases__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cases__card-content {
  padding: 20px 0;
}
.cases__card-title {
  font-size: 18px;
  font-weight: 400;
  color: #211800;
  line-height: 1.58;
  letter-spacing: 0.72px;
  margin: 0 0 5px;
}
.cases__card-location {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #2b4e96;
  margin: 0;
  line-height: 1.78;
  letter-spacing: 0.64px;
}
.cases__card-location-icon {
  width: 16px;
  height: 23px;
  flex-shrink: 0;
  object-fit: contain;
}
.cases__navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 30px;
}
.cases__btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #2b4e96;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
  border: none;
  padding: 0;
}
.cases__btn:hover {
  opacity: 0.9;
}
.cases__btn.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.cases__btn-icon {
  width: 24px;
  height: 24px;
  display: block;
}
.cases__btn--prev .cases__btn-icon {
  transform: rotate(180deg);
}
.cases__cta {
  text-align: center;
}
.cases__btn-link {
  display: inline-block;
  padding: 10px 42px 10px 55px;
  background-color: #2b4e96;
  color: #ffffff;
  text-decoration: none;
  font-size: 23.5px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.94px;
  transition: opacity 0.3s ease;
  border-radius: 5px;
  box-shadow: 2.1px 2.1px 0 1px #1c3362;
  border: solid 2px #2b4e96;
}
.cases__btn-link:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .cases {
    padding: 60px 0;
  }
  .cases__inner {
    padding: 0 15px;
  }
  .cases__slider-wrapper {
    margin-bottom: 20px;
    margin-right: -15px;
    width: calc(100% + 15px);
  }
  .cases__slider {
    margin-left: 20px;
  }
  .cases__card-image {
    height: 200px;
  }
  .cases__card-content {
    padding: 15px 0;
  }
  .cases__card-title {
    font-size: 14px;
  }
  .cases__card-location {
    gap: 5px;
    font-size: 12px;
  }
  .cases__card-location-icon {
    width: 10px;
    height: 15px;
  }
  .cases__navigation {
    display: none;
  }
  .cases__btn {
    width: 40px;
    height: 40px;
  }
  .cases__btn-icon {
    width: 20px;
    height: 20px;
  }
  .cases__btn-link {
    padding: 8px 30px;
    font-size: 14px;
  }
}

.faq {
  background-color: #f6f6f6;
  padding: 80px 0 140px;
}
.faq__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px;
}
.faq .section-header__title-en {
  color: rgba(152, 199, 62, 0.17);
}
.faq__list {
  max-width: 1000px;
  margin: 0 auto;
}
.faq__item {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 0 35px;
  margin-bottom: 15px;
}
.faq__item:last-child {
  margin-bottom: 0;
}
.faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 0 25px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-weight: inherit;
  transition: opacity 0.3s ease;
}
.faq__question:hover {
  opacity: 0.8;
}
.faq__question-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq__icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.faq__question-text {
  flex: 1;
  font-size: 17px;
  font-weight: 400;
  color: #211800;
  margin: 0;
  line-height: 1.76;
  letter-spacing: 0.68px;
}
.faq__question-arrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq__arrow-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq__answer--open {
  max-height: 500px;
}
.faq__answer-content {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 0 20px 0;
}
.faq__answer-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq__answer-text {
  flex: 1;
  font-size: 17px;
  font-weight: 400;
  color: #211800;
  margin: 0;
  line-height: 1.76;
  letter-spacing: 0.68px;
}
@media (max-width: 767px) {
  .faq {
    padding: 60px 0;
  }
  .faq__inner {
    padding: 0 15px;
  }
  .faq__item {
    padding: 0 15px;
  }
  .faq__question {
    padding: 15px 0;
    gap: 12px;
  }
  .faq__question-icon, .faq__answer-icon {
    width: 35px;
    height: 35px;
  }
  .faq__question-text {
    font-size: 16px;
  }
  .faq__answer-content {
    padding: 0 0 15px 0;
    gap: 12px;
  }
  .faq__answer-text {
    font-size: 14px;
    line-height: 1.7;
  }
  .faq__question-arrow {
    width: 20px;
    height: 20px;
  }
}

.flow {
  background-color: #ffffff;
  padding: 80px 0 100px;
}
.flow__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px;
}
.flow .section-header__title-en {
  color: rgba(68, 124, 238, 0.17);
}
.flow__steps {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.flow__step {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 25px 35px;
  border-radius: 10px;
  background-color: #f6f6f6;
  margin-bottom: 45px;
  position: relative;
}
.flow__step:last-child {
  margin-bottom: 0;
}
.flow__step-content {
  flex: 1;
  position: relative;
  padding-bottom: 15px;
}
.flow__step-content::after {
  content: "";
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #2b4e96;
  border: solid 1px #2b4e96;
}
.flow__step-number {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
  line-height: 2;
  text-align: left;
}
.flow__step-label {
  font-size: 17.5px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: #98c73e;
  margin-right: 5px;
}
.flow__step-num {
  font-size: 33px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -2.97px;
  text-align: left;
  color: #2b4e96;
}
.flow__step-title {
  font-size: 27.5px;
  font-weight: bold;
  color: #211800;
  line-height: 1.5;
  letter-spacing: 0.48px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.flow__step-text {
  font-size: 15px;
  font-weight: 400;
  color: #211800;
  margin: 0;
  line-height: 2.23;
  letter-spacing: 0.6px;
}
.flow__step-image {
  flex: 0 0 305px;
  width: 305px;
  height: 203px;
  overflow: hidden;
}
.flow__step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.flow__arrow {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  z-index: 10;
}
.flow__arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/pc/flow/flow-arrow-down.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .flow {
    padding: 60px 0;
  }
  .flow__inner {
    padding: 0 15px;
  }
  .flow__step {
    flex-direction: row;
    gap: 15px;
    padding: 12px;
    margin-bottom: 10px;
    display: block;
  }
  .flow__step:last-child {
    margin-bottom: 0;
  }
  .flow__step-content {
    flex: 1;
    padding-bottom: 0;
  }
  .flow__step-content::after {
    width: 100%;
    top: 30px;
    height: 0;
  }
  .flow__step-image {
    width: 100%;
    height: auto;
  }
  .flow__step-number {
    margin-bottom: 0;
  }
  .flow__step-label {
    font-size: 20px;
  }
  .flow__step-num {
    font-size: 24px;
    letter-spacing: -1.35px;
  }
  .flow__step-title {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .flow__step-text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .flow__arrow {
    bottom: -20px;
    width: 30px;
    height: 30px;
  }
  .flow__arrow::before {
    width: 100%;
    height: 100%;
  }
}

.company {
  background-color: #f6f6f6;
  padding: 80px 0 100px;
}
.company__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.company .section-header__title-en {
  color: rgba(152, 199, 62, 0.17);
}
.company__content {
  display: flex;
  gap: 80px;
  align-items: flex-start;
  margin-bottom: 70px;
}
.company__info {
  flex: 1;
}
.company__info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.company__info-item {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #999999;
}
.company__info-label {
  flex: 0 0 120px;
  font-size: 16px;
  font-weight: bold;
  color: #211800;
  margin: 0;
  line-height: 1.8;
  letter-spacing: 0.32px;
}
.company__info-value {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  color: #211800;
  margin: 0;
  line-height: 1.8;
  letter-spacing: 0.32px;
}
.company__map {
  flex: 1;
  height: 381px;
  overflow: hidden;
}
.company__map-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.company__cta {
  text-align: center;
}
.company__btn {
  display: inline-block;
  padding: 10px 42px 10px 55px;
  background-color: #98c73e;
  color: #ffffff;
  text-decoration: none;
  font-size: 23.5px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.94px;
  transition: opacity 0.3s ease;
  border-radius: 5px;
  box-shadow: 2.1px 2.1px 0 1px #759930;
  border: solid 2px #98c73e;
}
.company__btn:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .company {
    padding: 60px 0;
  }
  .company__inner {
    padding: 0 15px;
  }
  .company__content {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
  .company__info {
    flex: 0 0 auto;
    width: 100%;
  }
  .company__info-item {
    padding: 10px 0;
  }
  .company__info-label {
    flex: 0 0 100px;
    font-size: 12px;
  }
  .company__info-value {
    font-size: 12px;
  }
  .company__map {
    flex: none;
    width: 100%;
    height: 300px;
  }
  .company__btn {
    padding: 8px 30px;
    font-size: 14px;
  }
}

.column {
  background-color: #ffffff;
  padding: 80px 0 100px;
}
.column__inner {
  max-width: 1240px;
  margin: 0 auto;
}
.column .section-header__title-en {
  color: rgba(68, 124, 238, 0.17);
}
.column__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 80px;
}
.column__card {
  display: block;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.column__card:hover {
  opacity: 0.9;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.column__card-img {
  width: 100%;
  height: 213px;
  overflow: hidden;
}
.column__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.column__card:hover .column__card-img img {
  transform: scale(1.05);
}
.column__card-content {
  padding: 20px;
  background-color: #ffffff;
}
.column__card-date {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #2b4e96;
  margin-bottom: 10px;
  line-height: 1.5;
  letter-spacing: 0.28px;
  text-align: left;
}
.column__card-title {
  font-size: 17.5px;
  font-weight: bold;
  color: #211800;
  margin: 0;
  line-height: 1.6;
  letter-spacing: 0.32px;
}
.column__cta {
  text-align: center;
}
.column__btn {
  display: inline-block;
  padding: 10px 42px 10px 55px;
  background-color: #2b4e96;
  color: #ffffff;
  text-decoration: none;
  font-size: 23.5px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.94px;
  transition: opacity 0.3s ease;
  border-radius: 5px;
  box-shadow: 2.1px 2.1px 0 1px #1c3362;
  border: solid 2px #2b4e96;
}
.column__btn:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .column {
    padding: 60px 0;
  }
  .column__inner {
    padding: 0 15px;
  }
  .column__grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }
  .column__card-img {
    height: 200px;
  }
  .column__card-content {
    padding: 15px;
  }
  .column__card-date {
    font-size: 12px;
  }
  .column__card-title {
    font-size: 15px;
  }
  .column__btn {
    padding: 8px 30px;
    font-size: 14px;
  }
}

.news {
  background-color: #f6f6f6;
  padding: 80px 0 100px;
}
.news__inner {
  max-width: 1240px;
  margin: 0 auto;
}
.news .section-header__title-en {
  color: rgba(152, 199, 62, 0.17);
}
.news__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 80px;
}
.news__card {
  display: block;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.news__card:hover {
  opacity: 0.9;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.news__card-img {
  width: 100%;
  height: 213px;
  overflow: hidden;
}
.news__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.news__card:hover .news__card-img img {
  transform: scale(1.05);
}
.news__card-content {
  padding: 20px;
  background-color: #ffffff;
}
.news__card-date {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #98c73e;
  margin-bottom: 10px;
  line-height: 1.5;
  letter-spacing: 0.28px;
  text-align: left;
}
.news__card-title {
  font-size: 17.5px;
  font-weight: bold;
  color: #211800;
  margin: 0;
  line-height: 1.6;
  letter-spacing: 0.32px;
}
.news__cta {
  text-align: center;
}
.news__btn {
  display: inline-block;
  padding: 10px 42px 10px 55px;
  background-color: #98c73e;
  color: #ffffff;
  text-decoration: none;
  font-size: 23.5px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.94px;
  transition: opacity 0.3s ease;
  border-radius: 5px;
  box-shadow: 2.1px 2.1px 0 1px #759930;
  border: solid 2px #98c73e;
}
.news__btn:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .news {
    padding: 60px 0;
  }
  .news__inner {
    padding: 0 15px;
  }
  .news__grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }
  .news__card-img {
    height: 200px;
  }
  .news__card-content {
    padding: 15px;
  }
  .news__card-date {
    font-size: 12px;
  }
  .news__card-title {
    font-size: 15px;
  }
  .news__btn {
    padding: 8px 30px;
    font-size: 14px;
  }
}

.rain-leak-intro {
  background-color: #ffffff;
  padding: 40px 0 80px;
}
.rain-leak-intro__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px;
}
.rain-leak-intro__text {
  font-size: 20px;
  line-height: 1.43;
  letter-spacing: 0.8px;
  color: #211800;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .rain-leak-intro {
    padding: 40px 0;
  }
  .rain-leak-intro__inner {
    padding: 0 15px;
  }
  .rain-leak-intro__text {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }
}

.rain-leak-features {
  background-color: #f6f6f6;
  padding: 100px 0;
}
.rain-leak-features__inner {
  width: 1040px;
  margin: 0 auto;
  padding: 0;
}
.rain-leak-features .section-header {
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  .rain-leak-features .section-header {
    margin-bottom: 60px;
  }
}
.rain-leak-features .section-header__title-wrapper {
  justify-content: center;
  margin-bottom: 20px;
}
.rain-leak-features .section-header__title-en {
  font-size: 33px;
  letter-spacing: -1.65px;
  color: rgba(138, 181, 56, 0.17);
  text-align: center;
}
.rain-leak-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .rain-leak-features__grid .rain-leak-features__card:nth-child(4),
  .rain-leak-features__grid .rain-leak-features__card:nth-child(5) {
    transform: translateX(180px);
  }
}
.rain-leak-features__card {
  background-color: #ffffff;
  height: 324px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.rain-leak-features__card-img {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  flex-shrink: 0;
}
.rain-leak-features__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.rain-leak-features__card-content {
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  box-sizing: border-box;
}
.rain-leak-features__card-text {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.32;
  letter-spacing: 0.68px;
  color: #211800;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .rain-leak-features {
    padding: 60px 0;
  }
  .rain-leak-features__inner {
    padding: 0 15px;
  }
  .rain-leak-features .section-header {
    padding-top: 40px;
  }
  .rain-leak-features .section-header__title-wrapper::before {
    top: -40px;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 40px solid #2f5496;
  }
  .rain-leak-features__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 40px;
  }
  .rain-leak-features__card-img {
    height: 180px;
  }
  .rain-leak-features__card-content {
    padding: 15px;
  }
  .rain-leak-features__card-text {
    font-size: 13px;
    text-align: left;
  }
}

@media (min-width: 768px) {
  body.page-rain-leak .mv {
    min-height: 434px;
  }
  body.page-rain-leak .mv__inner {
    min-height: 434px;
    padding: 60px 35px;
    align-items: center;
  }
  body.page-rain-leak .mv__title {
    margin-bottom: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  body.page-rain-leak .mv__bg-img {
    object-fit: cover;
    object-position: center;
  }
  body.page-rain-leak .mv__inner {
    padding: 40px 15px 20px;
  }
  body.page-rain-leak .mv__title {
    text-align: center;
  }
}

body.page-rain-leak .problems__transition {
  bottom: -200px;
}
@media (max-width: 767px) {
  body.page-rain-leak .problems__transition {
    bottom: -30px;
  }
}

body.page-rain-leak .flow .section-header,
body.page-rain-leak .faq .section-header,
body.page-rain-leak .cases .section-header {
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  body.page-rain-leak .flow .section-header,
  body.page-rain-leak .faq .section-header,
  body.page-rain-leak .cases .section-header {
    margin-bottom: 60px;
  }
}
body.page-rain-leak .flow .section-header__title-wrapper,
body.page-rain-leak .faq .section-header__title-wrapper,
body.page-rain-leak .cases .section-header__title-wrapper {
  justify-content: center;
  margin-bottom: 20px;
}
body.page-rain-leak .flow .section-header__title-en,
body.page-rain-leak .faq .section-header__title-en,
body.page-rain-leak .cases .section-header__title-en {
  font-size: 33px;
  letter-spacing: -1.65px;
  text-align: center;
}

.breadcrumb {
  background-color: #ffffff;
  padding: 20px 0;
}
.breadcrumb__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 100px;
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
}
.breadcrumb__link {
  font-size: 16px;
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.breadcrumb__link:hover {
  color: #2b4e96;
  text-decoration: underline;
}
.breadcrumb__separator {
  font-size: 16px;
  color: #999999;
  margin: 0 8px;
}
.breadcrumb__current {
  font-size: 16px;
  color: #2b4e96;
}
@media (max-width: 767px) {
  .breadcrumb {
    padding: 12px 0;
  }
  .breadcrumb__inner {
    padding: 0 15px;
  }
  .breadcrumb__link, .breadcrumb__separator, .breadcrumb__current {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
.page .page-content {
  background-color: #ffffff;
  padding: 80px 0 100px;
}
.page-content .rain-leak-features .section-header {
  margin-top: 40px;
}
.breadcrumbs_outer {
  background-color: #ffffff;
  padding: 20px 0;
}
.breadcrumbs_outer .breadcrumbs {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 100px;
}
.page .page-inner {
  max-width: 1240px;
  margin: 0 auto 80px;
  padding: 0 30px;
}
.page .pp_page h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.page .pp_page p {
  margin-bottom: 24px;
}
.page .page-inner h2.cp_h2{
  text-align: center;
  font-size: 34px;
}

.page .page-inner .cp-table {
    width: 1000px;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    margin: 60px auto 0;
}

.page .page-inner .cp-table th,
.page .page-inner .cp-table td {
  border-bottom: 1px solid #ccc;
  padding: 14px 16px;
  vertical-align: top;
  line-height: 1.8;
text-align: left;
}

.page .page-inner .cp-table th {
  width: 20%;
  background-color: #f7f7f7;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
    width: 20%;
}
.page .page-inner .cp-table a {
    color: #eeb408;
}

.page .page-inner .cp-table tr:last-child th,
.page .page-inner .cp-table tr:last-child td {
  border-bottom: none;
}
.page .page-inner .cp_map{
        margin-top: 40px;
}
.page .page-inner .cp_map .map{
  width: 1000px;
  height: 300px;
    border: 0;
}
.page .page-inner .greeting {
  background-color: #f5f5f5;
    padding: 40px;
        width: 1000px;
    margin: 0 auto 100px;
}

.page .page-inner .greeting-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
      align-items: center;
}

.page .page-inner .greeting-title {
  font-size: 28px;
  font-weight: bold;
 color: #2b4e96;
  margin-bottom: 30px;
}

.page .page-inner .greeting-text {
  flex: 1;
  font-size: 15px;
  line-height: 2;
  color: #222;
}

.page .page-inner .greeting-text p {
  margin-bottom: 24px;
}

.page .page-inner .greeting-name {
  margin-top: 40px;
  font-size: 16px;
  text-align: right;
}

.page .page-inner .greeting-name span {
  font-size: 18px;
  font-weight: bold;
  margin-left: 12px;
}

.page .page-inner .greeting-image {
  width: 320px;
  flex-shrink: 0;
}

.page .page-inner .greeting-image img {
  width: 100%;
  height: auto;
  display: block;
}
.page .page-inner .profile {
  padding: 0 20px;
}

.page .page-inner .profile-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.page .page-inner .profile-row {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 80px;
}

.page .page-inner .profile-row.reverse {
  flex-direction: row-reverse;
}

.page .page-inner .profile-image {
  flex: 1;
}

.page .page-inner .profile-image img {
  width: 100%;
  height: auto;
  display: block;
}

.page .page-inner .profile-text {
  flex: 1;
  line-height: 2;
}

.page .page-inner .profile-role {
  color: #2f4fa3;
  font-weight: bold;
  font-size: 18px;
}

.page .page-inner .profile-name {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

.page .page-inner .profile-name span {
  font-size: 16px;
  font-weight: normal;
  margin-left: 6px;
  color: #555;
}

.page .page-inner .profile-info dt {
  font-weight: bold;
  color: #2f4fa3;
  margin-top: 20px;
}

.page .page-inner .profile-info dd {
  margin: 6px 0 0 0;
}
.page .page-inner .sitemap_page {
justify-content: center;
}
.page .thanks-page .to_top_btn {
    margin-top: 50px;
    background: #2b4e96;
    display: inline-block;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
}

@media (max-width: 767px) {
  .page .page-content {
    padding: 20px 0 60px;
  }
  .breadcrumbs_outer {
    padding: 12px 0;
  }
  .breadcrumbs_outer .breadcrumbs {
    padding: 0 15px;
  }
      .page .mv {
        min-height: auto;
        padding-top: 85px;
    }
        .page .mv__bg {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 1;
    }
        .page .mv .mv__inner {
        padding: 40px 15px 20px;
    }
    .page .mv .mv__title {
        text-align: center;
    }
    .page .page-inner {
      padding: 0 15px;
    }
    .page .page-inner h2.cp_h2{
      text-align: center;
      font-size: 20px;
    }
    .page .page-inner .cp-table,
    .page .page-inner .cp_map {
      width: 100%;
    }
    .page .page-inner .cp_map .map{
  width: 100%
}
.page .page-inner .greeting {
  width: 100%;
  padding: 20px;
}
.page .page-inner .greeting-inner {
  display: block;
}

  .page .page-inner .greeting-image {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .page .page-inner .greeting-text {
    font-size: 14px;
    line-height: 1.9;
  }

  .page .page-inner .greeting-name {
    text-align: center;
  }
  .page .page-inner .profile {
    padding: 50px 15px;
  }

  .page .page-inner .profile-row,
  .page .page-inner .profile-row.reverse {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 100px;
  }

  .page .page-inner .profile-text {
    font-size: 14px;
  }

  .page .page-inner .profile-name {
    font-size: 20px;
    text-align: center;
  }

  .page .page-inner .profile-role {
    text-align: center;
  }

  .page .page-inner .profile-info dt {
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
    .page .mv {
        min-height: 434px;
    }
        .page .mv .mv__inner {
        min-height: 434px;
        padding: 60px 35px;
        align-items: center;
    }
        .page .mv .mv__title {
        margin-bottom: 0;
        text-align: center;
    }
}

/* 親 */
.header__nav-item {
  position: relative;
}

/* サブメニュー */
.header__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  padding: 10px 0;
  list-style: none;
  margin: 0;

  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all .2s ease;
  z-index: 1000;
}

/* サブメニュー項目 */
.header__submenu li a {
  display: block;
  padding: 8px 16px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}

.header__submenu li a:hover {
  background: #f5f5f5;
}

/* ホバー時に表示 */
.header__nav-item.has-submenu:hover .header__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}