@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, xmp {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

* {
  box-sizing: border-box;
}

body {
  color: #222;
  background-color: #fff;
}

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

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}
body:not(.page-id-29) .grecaptcha-badge {
  display: none !important;
}

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

a, button {
  cursor: pointer;
}

h2, h3, h4, h5 {
  color: #4c4c4c;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
  padding: 10px 0;
  line-height: 1.8;
  font-weight: 700;
}

h4 {
  font-size: 20px;
}

.headline-blue {
  color: #334B8C;
}

.service-title {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #1EA6D9;
  padding-right: 20px;
  margin-bottom: 24px;
}
.service-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  height: 1px;
  width: 500px;
  background-color: #1EA6D9;
}

.service-area {
  padding: 32px 0;
}
.service-area__title {
  font-size: 18px;
  font-weight: bold;
  color: #007bff;
  border-bottom: 2px solid #cde4f8;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.service-area__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 24px;
}
.service-area__list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #4c4c4c;
  font-size: 15px;
  line-height: 1.6;
}
.service-area__list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #334B8C;
  line-height: 1.7;
}

.company-profile__table {
  width: 100%;
  max-width: 900px;
  border-collapse: collapse;
  text-align: left;
  margin: 100px auto;
}
.company-profile__table th, .company-profile__table td {
  padding: 16px;
  border-bottom: 1px solid #0071BC;
}
.company-profile__table th {
  width: 30%;
  color: #1e73be;
  font-weight: 600;
}
.company-profile__table td {
  color: #333;
}

.company-profile__list {
  padding-left: 0;
  list-style: none;
}
.company-profile__list li {
  position: relative;
  padding-left: 1.8em;
  line-height: 1.8;
}
.company-profile__list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #4c4c4c;
  font-size: 16px;
  top: 0em;
}

.access_map {
  margin: 50px 0;
}
.__space{
	padding:20px 0;
}
.step-wrap1 {
  counter-reset: count;
  margin: 0em 0;
  position: relative;
}

.step-content1 {
  padding: 0 0 1.3em 2em;
  margin: 0;
  position: relative;
}

.step-content1::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: #0071BC;
  border: solid 3px #fff;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 6px;
  box-shadow: 0 0 0 2px #6ab5a5;
}

.step-content1::after {
  content: "";
  display: block;
  height: calc(100% - 35px);
  border-left: dotted 5px #768888;
  position: absolute;
  top: 30px;
  left: 13px;
}

.step-title1 {
  font-weight: 700;
  font-size: 24px;
  padding: 20px 20px;
}

.step-label1 {
  color: #0071BC;
  font-weight: 700;
  font-size: 20px;
  padding: 0 20px;
}

.step-body1 {
  margin-top: 0.5em;
  padding: 0 0 1em 25px;
  border-bottom: dotted 2px #ddd;
}

.step-wrap1 > :last-of-type::after {
  display: none;
}

.point-icon img {
  width: 150px;
  height: auto;
}
.point-icon h3 {
  color: #334B8C;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 999;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.header.is-scrolled {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  color: #4c4c4c;
}
.header .container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 16px;
}
.header__nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header__logo img {
  display: block;
  width: 100px;
  height: auto;
  transition: 0.3s;
}
.header__logo img:hover {
  opacity: 0.8;
}
.header__logo-text {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .header__logo-text {
    font-size: 14px;
  }
}
.header.is-scrolled .header__logo-text {
  color: #4c4c4c;
}
.header.is-scrolled .header__nav-list li a {
  color: #4c4c4c;
}
.header.is-scrolled .header__nav-list li a:hover {
  color: #0071BC;
}
.header__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}
.header__hamburger span {
  display: block;
  width: 25px;
  height: 2px;
  background: #0071BC;
  transition: 0.3s;
}
.header__nav {
  display: flex;
}
.header__nav-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
.header__nav-list li {
  text-align: center;
  padding: 0 25px;
  white-space: nowrap;
}
.header__nav-list li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  transition: color 0.3s;
}
.header__nav-list li a:hover {
  color: #0071BC;
}
.header__nav-list li.has-submenu {
  position: relative;
}
.header__nav-list li.has-submenu .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 200px;
  padding: 10px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 999;
}
.header__nav-list li.has-submenu .submenu li a {
  display: block;
  background: #0071BC;
  color: #fff;
  padding: 8px 16px;
  white-space: nowrap;
}
.header__nav-list li.has-submenu .submenu li a:hover {
  color: #ffff00;
}
.header__nav-list li.has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__nav-list li.cta-btn a {
  background-color: #334B8C;
  color: #fff !important;
  padding: 15px 30px;
  border-radius: 6px;
  margin-top: 30px;
  transition: background-color 0.3s;
}
.header__nav-list li.cta-btn a:hover {
  background-color: #0071BC;
}
@media (max-width: 991px) {
  .header__hamburger {
    display: flex;
  }
  .header__nav {
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    padding: 20px;
    border-top: 1px solid #eee;
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.4s ease-in;
  }
  .header__nav.open {
    display: flex;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
  }
  .header__nav-list {
    flex-direction: column;
    gap: 12px;
    margin: 0 auto;
    width: 400px;
    padding: 20px;
  }
  .header__nav-list li {
    width: 100%;
    padding-bottom: 20px;
  }
  .header__nav-list li.has-submenu > a {
    display: flex;
    justify-content: space-between;
    align-items: left;
    text-indent: 0;
  }
  .header__nav-list li.has-submenu > a::after {
    content: "▼";
    font-size: 10px;
    margin-left: 6px;
    transition: transform 0.3s ease;
  }
  .header__nav-list li.has-submenu.open > a::after {
    transform: rotate(180deg);
  }
  .header__nav-list li.has-submenu .submenu {
    position: relative;
    display: none;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    box-shadow: none;
    padding-left: 0;
    margin-left: 16px;
    margin-top: 8px;
    background-color: transparent;
  }
  .header__nav-list li.has-submenu .submenu li a {
    background-color: transparent;
    color: #333;
  }
  .header__nav-list li.has-submenu .submenu li a:hover {
    background-color: #f2f2f2;
    color: #0071BC;
  }
  .header__nav-list li.has-submenu.open .submenu {
    display: block;
  }
}

.hero {
  position: relative;
  width: 100%;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  background: url("../img/hero/hero-image01.jpg") no-repeat center center/cover;
  color: #fff;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(104deg, rgba(16, 88, 115, 0.7) 0%, rgba(0, 113, 188, 0.7) 23.56%, rgba(30, 166, 217, 0.7) 48.08%, rgba(255, 255, 255, 0.4) 100%);
  z-index: 1;
}
.hero__container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
.hero__text {
  flex: 1 1 60%;
  max-width: 680px;
  padding-right: 32px;
}
.hero__text .hero__title {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.5;
}
.hero__text .hero__description {
  font-size: 18px;
  color: #ddd;
  margin-bottom: 32px;
  line-height: 1.6;
}
.hero__text .hero__buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.hero__text .hero__buttons a {
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.hero__text .hero__buttons a.primary {
  background-color: #007bff;
  color: #fff;
}
.hero__text .hero__buttons a.primary:hover {
  background-color: #0056b3;
}
.hero__text .hero__buttons a.secondary {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.hero__text .hero__buttons a.secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.hero__visual {
  flex: 1 1 40%;
  text-align: center;
}
.hero__visual img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .hero {
    flex-direction: column;
  }
  .hero__container {
    flex-direction: column;
    text-align: center;
    padding: 60px 16px;
  }
  .hero__text {
    padding: 0;
  }
  .hero__buttons {
    justify-content: center;
  }
  .hero__visual {
    margin-top: 40px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .hero__visual img {
    display: block;
    margin: 0 auto;
    max-width: 50%;
    height: auto;
  }
}

.page-hero {
  position: relative;
  width: 100%;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  background: url("../img/hero/hero-image01.jpg") no-repeat center center/cover;
  color: #fff;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(104deg, rgba(16, 88, 115, 0.7) 0%, rgba(0, 113, 188, 0.7) 23.56%, rgba(30, 166, 217, 0.7) 48.08%, rgba(255, 255, 255, 0.4) 100%);
  z-index: 1;
}

/* 1カラムに最適化（中央寄せ） */
.page-hero__container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
}

.page-hero__text {
  width: 100%;
  max-width: 680px;
  padding: 0 16px;
}

.page-hero__text .page-hero__title {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.5;
}

.page-hero__text .page-hero__description {
  font-size: 18px;
  color: #ddd;
  margin-bottom: 32px;
  line-height: 1.6;
}

.page-hero__text .page-hero__buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

/* SP 用はほぼそのままで OK */
@media (max-width: 768px) {
  .page-hero__container {
    padding: 60px 16px;
  }
}


.recruit-section {
  width: 100%;
  background: url("../img/hero/hero-image02.jpg") center center/cover no-repeat;
  position: relative;
  min-height: 400px;
}
.recruit-section__overlay {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}
.recruit-section p {
  padding-bottom: 50px;
}

.company-hero {
  position: relative;
  width: 100%;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  background: url("../img/hero/hero-image04.jpg") no-repeat center center/cover;
  color: #fff;
  overflow: hidden;
}
.company-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(104deg, rgba(16, 88, 115, 0.7) 0%, rgba(0, 113, 188, 0.7) 23.56%, rgba(30, 166, 217, 0.7) 48.08%, rgba(255, 255, 255, 0.4) 100%);
  z-index: 1;
}
.company-hero__container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex;
  flex-wrap: wrap;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
.company-hero__text {
  flex: 1 1 60%;
  max-width: 680px;
  padding-right: 32px;
}
.company-hero__title {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.5;
}
.company-hero__visual {
  flex: 1 1 40%;
  text-align: center;
}
.company-hero__visual img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .company-hero {
    flex-direction: column;
  }
  .company-hero__container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 60px 16px;
  }
  .company-hero__text {
    padding: 0;
    text-align: center;
  }
  .company-hero__title {
    padding: 0;
    text-align: center;
  }
  .company-hero__visual {
    margin-top: 40px;
    width: 100%;
  }
  .company-hero__visual img {
    display: block;
    margin: 0 auto;
    max-width: 50%;
    height: auto;
  }
}

.recruit-hero {
  position: relative;
  width: 100%;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  background: url("../img/hero/hero-image03.jpg") no-repeat center center/cover;
  color: #fff;
  overflow: hidden;
}
.recruit-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(104deg, rgba(16, 88, 115, 0.7) 0%, rgba(0, 113, 188, 0.7) 23.56%, rgba(30, 166, 217, 0.7) 48.08%, rgba(255, 255, 255, 0.4) 100%);
  z-index: 1;
}
.recruit-hero__container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex;
  flex-wrap: wrap;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
.recruit-hero__text {
  flex: 1 1 60%;
  max-width: 680px;
  padding-right: 32px;
}
.recruit-hero__title {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.5;
}
.recruit-hero__visual {
  flex: 1 1 40%;
  text-align: center;
}
.recruit-hero__visual img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .recruit-hero {
    flex-direction: column;
  }
  .recruit-hero__container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 60px 16px;
  }
  .recruit-hero__text {
    padding: 0;
    text-align: center;
  }
  .recruit-hero__title {
    padding: 0;
    text-align: center;
  }
  .recruit-hero__visual {
    margin-top: 40px;
    width: 100%;
  }
  .recruit-hero__visual img {
    display: block;
    margin: 0 auto;
    max-width: 50%;
    height: auto;
  }
}

.ses-hero {
  position: relative;
  width: 100%;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  background: url("../img/hero/hero-image05.jpg") no-repeat center center/cover;
  color: #fff;
  overflow: hidden;
}
.ses-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(104deg, rgba(16, 88, 115, 0.7) 0%, rgba(0, 113, 188, 0.7) 23.56%, rgba(30, 166, 217, 0.7) 48.08%, rgba(255, 255, 255, 0.4) 100%);
  z-index: 1;
}
.ses-hero__container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex;
  flex-wrap: wrap;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
.ses-hero__text {
  flex: 1 1 70%;
  max-width: 750px;
  padding-right: 32px;
}
.ses-hero__title {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.5;
}
.ses-hero__visual {
  flex: 1 1 30%;
  text-align: center;
}
.ses-hero__visual img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .ses-hero {
    flex-direction: column;
  }
  .ses-hero__container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 60px 16px;
  }
  .ses-hero__text {
    padding: 0;
    text-align: center;
  }
  .ses-hero__title {
    padding: 0;
    text-align: center;
  }
  .ses-hero__visual {
    margin-top: 40px;
    width: 100%;
  }
  .ses-hero__visual img {
    display: block;
    margin: 0 auto;
    max-width: 50%;
    height: auto;
  }
}

.system-hero {
  position: relative;
  width: 100%;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  background: url("../img/hero/hero-image06.jpg") no-repeat center center/cover;
  color: #fff;
  overflow: hidden;
}
.system-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(104deg, rgba(16, 88, 115, 0.7) 0%, rgba(0, 113, 188, 0.7) 23.56%, rgba(30, 166, 217, 0.7) 48.08%, rgba(255, 255, 255, 0.4) 100%);
  z-index: 1;
}
.system-hero__container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex;
  flex-wrap: wrap;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
.system-hero__text {
  flex: 1 1 70%;
  max-width: 750px;
  padding-right: 32px;
}
.system-hero__title {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.5;
}
.system-hero__visual {
  flex: 1 1 30%;
  text-align: center;
}
.system-hero__visual img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .system-hero {
    flex-direction: column;
  }
  .system-hero__container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 60px 16px;
  }
  .system-hero__text {
    padding: 0;
    text-align: center;
  }
  .system-hero__title {
    padding: 0;
    text-align: center;
  }
  .system-hero__visual {
    margin-top: 40px;
    width: 100%;
  }
  .system-hero__visual img {
    display: block;
    margin: 0 auto;
    max-width: 50%;
    height: auto;
  }
}

.image-slider {
  overflow: hidden;
  background: #fff;
  padding: 0 0 80px 0;
}
.image-slider__track {
  display: flex;
  gap: 24px;
  animation: scroll-x 30s linear infinite;
  width: -moz-max-content;
  width: max-content;
}
.image-slider img {
  height: 180px;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes scroll-x {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.bg-blue {
  background: #edf4fc;
}
.bg-blue .column2 {
  padding-top: 0;
}

.column1 {
  max-width: 1250px;
  margin: 0 auto;
  padding: 80px 16px;
  text-align: center;
}
.column1__title {
  font-weight: bold;
  margin-bottom: 24px;
}
.column1__text {
  font-size: 16px;
  color: #4c4c4c;
  line-height: 1.6;
}

.head_icon {
  width: 60px;
  height: auto;
  margin-bottom: 20px;
}

.cta {
  min-height: 400px;
}
.cta p {
  padding-bottom: 50px;
}
.cta .logo img {
  display: block;
  max-width: 300px;
  padding: 30px 0 100px 0;
  margin: 0 auto;
}

.column1-short {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 16px 80px 16px;
}

.column2 {
  max-width: 1250px;
  margin: 0 auto;
  padding: 80px 16px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.column2__text {
  flex: 1 1 50%;
}
.column2__image {
  flex: 1 1 50%;
  text-align: center;
}
.column2__image p {
  text-align: left;
  padding: 0 10px;
}
.column2__image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .column2 {
    flex-direction: column;
  }
  .column2__image {
    order: -1;
    flex: 1 1 100%;
  }
  .column2__text {
    order: 0;
    flex: 1 1 100%;
  }
}

.column3 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px 80px 16px;
}
.column3__items {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.column3__item {
  flex: 1 1 calc(33.333% - 16px);
  padding: 24px;
  border-radius: 8px;
  text-align: center;
}
.column3 h3 {
  min-height: 120px;
}
.column3 p {
  text-align: left;
}
@media (max-width: 768px) {
  .column3__item {
    flex: 1 1 100%;
  }
}

.column4 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 16px;
}
.column4__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.column4__item {
  flex: 1 1 calc(25% - 15px);
  background: #f1f1f1;
  padding: 20px;
  border-radius: 6px;
  text-align: center;
}
@media (max-width: 991px) {
  .column4__item {
    flex: 1 1 calc(50% - 10px);
  }
}
@media (max-width: 600px) {
  .column4__item {
    flex: 1 1 100%;
  }
}

.btn {
  display: inline-block;
  background-color: #0071BC;
  color: #fff;
  padding: 12px 30px;
  border-radius: 6px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s;
  width: 400px;
  text-align: center;
}
.btn:hover {
  background-color: #334B8C;
}

.contact {
  background-color: #f9f9f9;
  padding: 80px 0;
  margin-top: 50px;
  /* エラーメッセージ（CF7標準クラス） */
}
.contact .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 16px;
}
.contact .contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact .form-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
	padding-top:15px;
}
.contact .form-row label {
  display: inline-block;
  font-weight: 700;
  color: #333;
  margin-bottom: 0px;
  text-align: left;
}
.contact .form-row label .required {
  background: #F52068;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  margin-left: 4px;
}
.contact .form-row .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contact .form-row .input-field,
.contact .form-row .textarea-field {
  display: block;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  font-size: 1rem;
  color: #333;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.contact .form-row .input-field:focus,
.contact .form-row .textarea-field:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
  outline: none;
}
.contact .form-row .input-field::-moz-placeholder, .contact .form-row .textarea-field::-moz-placeholder {
  color: #aaa;
}
.contact .form-row .input-field::placeholder,
.contact .form-row .textarea-field::placeholder {
  color: #aaa;
}
.contact .form-row .textarea-field {
  min-height: 160px;
  resize: vertical;
}
.contact .form-submit {
  display: block;
  text-align: center;
  margin-top: 16px;
}
.contact .form-submit .submit-btn {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 14px 48px;
  background: #0071BC;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}
.contact .form-submit .submit-btn:hover {
  background: #334B8C;
}
.contact .wpcf7-not-valid-tip {
  color: #e63946;
  font-size: 0.875rem;
}
.contact .wpcf7-response-output {
  margin-top: 24px;
  padding: 16px;
  border-radius: 6px;
  font-weight: 700;
  text-align: center;
}
.contact .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #d4edda;
  color: #155724;
}
.contact .wpcf7-response-output.wpcf7-validation-errors {
  background: #f8d7da;
  color: #721c24;
}

.footer {
  background-color: #4c4c4c;
  color: #fff;
  padding: 60px 16px 40px;
  font-size: 14px;
}
.footer__container {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.footer__brand {
  flex: 1 1 300px;
}
.footer__brand img {
  width: 100px;
  height: auto;
  margin-bottom: 16px;
}
.footer__brand p {
  color: #aaa;
  line-height: 1.6;
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.footer__nav a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}
.footer__nav a:hover {
  color: #fff;
}
.footer__bottom {
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
  font-size: 12px;
  color: #666;
}
.signature{
	text-align:right;
	padding-top:30px;
}

/* WordPress フッターメニュー対応 */
.footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer__nav li {
  list-style: none;
}

.footer__nav a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer__nav a:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .footer__container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer__nav {
    justify-content: center;
  }
}/*# sourceMappingURL=style.css.map */