@charset "UTF-8";
/* 
Theme Name: MISEA
Theme URI: 
Author: Sakata & Gomi
Description: Custom WordPress theme designed and developed by Sakata & Gomi for MISEA
Version: 1.0.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: MISEA
Tags: custom-theme, responsive, clean-design, corporate, translation-ready
*/
/* MISEA WordPress Theme — © Sakata & Gomi */
body {
  line-height: 1.7;
  color: var(--color-text-black);
  font-family: "Noto Sans", "Noto Sans Italic", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: 0.25rem;
}

h2 {
  font-size: 2.56rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}

h3 {
  font-size: 2.1333rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
}

h4 {
  font-size: 1.8286rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
}

p {
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.09rem;
}

a {
  color: var(--color-blue300);
  text-decoration: underline;
  transition: 0.2s ease;
}
a:hover {
  color: var(--color-blue200);
  text-decoration: none;
}

ol li,
ul li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.07rem;
  margin-bottom: 0.5rem;
}

blockquote {
  font-size: 1.4222rem;
  color: var(--color-text-gray);
  line-height: 2.4rem;
  letter-spacing: 0.07rem;
}

table thead th {
  font-size: 1.4222rem;
  line-height: 2.1rem;
}
table tbody th {
  font-size: 1.4222rem;
}
table td {
  font-size: 1.4222rem;
}

.sub__title {
  font-family: "Oswald";
  font-size: 1.4222rem;
  font-weight: bold;
  text-decoration: underline;
}

/* 
Theme Name: MISEA
Theme URI: 
Author: Sakata & Gomi
Description: Custom WordPress theme designed and developed by Sakata & Gomi for MISEA
Version: 1.0.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: MISEA
Tags: custom-theme, responsive, clean-design, corporate, translation-ready
*/
/* MISEA WordPress Theme — © Sakata & Gomi */
:root {
  --color-white: #fff;
  --color-black: #111111;
  --color-gray50: #f3f3f3;
  --color-gray100: #a3a3a3;
  --color-gray200: #666666;
  --color-gray300: #22282e;
  --color-orange: #ef8200;
  --color-dark-orange: #db5200;
  --color-light-blue: #1082b7;
  --color-dark-blue: #003366;
  --color-text-black: #111111;
  --color-text-white: #fff;
  --color-text-gray: #555;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}
@media (max-width: 1200px) {
  html {
    font-size: 56.25%;
  }
}
@media (max-width: 900px) {
  html {
    font-size: 50%;
  }
}
@media (min-width: 1800px) {
  html {
    font-size: 75%;
  }
}

body {
  box-sizing: border-box;
}
@media (max-width: 900px) {
  body {
    padding: 0;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

a:hover,
a:hover img,
a:hover svg {
  filter: none !important;
}

.container p {
  line-break: strict;
  word-break: auto-phrase;
}

a,
button {
  -webkit-tap-highlight-color: transparent; /* より個別に対応 */
  outline: none;
}

img {
  width: 100%;
}

/* 
Theme Name: MISEA
Theme URI: 
Author: Sakata & Gomi
Description: Custom WordPress theme designed and developed by Sakata & Gomi for MISEA
Version: 1.0.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: MISEA
Tags: custom-theme, responsive, clean-design, corporate, translation-ready
*/
/* MISEA WordPress Theme — © Sakata & Gomi */
.container {
  max-width: 120rem;
  margin: 0 auto;
  padding: 5rem 3rem;
}
@media (max-width: 1200px) {
  .container {
    padding: 5rem 3rem;
  }
}
@media (max-width: 900px) {
  .container {
    padding: 3rem;
  }
}

.article-container {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0rem 3rem;
}
@media (max-width: 1200px) {
  .article-container {
    padding: 0rem 3rem;
  }
}
@media (max-width: 900px) {
  .article-container {
    padding: 0 3rem;
  }
}

.page-container {
  max-width: 120rem;
  margin: 8rem auto;
  padding: 5rem 3rem;
}
@media (max-width: 1200px) {
  .page-container {
    padding: 5rem 3rem;
  }
}
@media (max-width: 900px) {
  .page-container {
    padding: 3rem;
  }
}

.container-paddingZero {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0rem 3rem;
}
@media (max-width: 1200px) {
  .container-paddingZero {
    padding: 0rem 3rem;
  }
}

.container-700 {
  max-width: 70rem;
  margin: 0 auto;
  padding: 5rem 3rem;
}
@media (max-width: 1200px) {
  .container-700 {
    padding: 5rem 3rem;
  }
}
@media (max-width: 900px) {
  .container-700 {
    padding: 3rem;
  }
}

/* 
Theme Name: MISEA
Theme URI: 
Author: Sakata & Gomi
Description: Custom WordPress theme designed and developed by Sakata & Gomi for MISEA
Version: 1.0.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: MISEA
Tags: custom-theme, responsive, clean-design, corporate, translation-ready
*/
/* MISEA WordPress Theme — © Sakata & Gomi */
.form-button {
  text-align: center;
}
.form-button .btn {
  background-color: #f38b00;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border: none;
  padding: 10px 50px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}
.form-button .btn:hover {
  background-color: #cc7000;
}

.wp-block-button__link.has-text-align-center.wp-element-button {
  background-color: #f38b00;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border: none;
  padding: 10px 50px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}
.wp-block-button__link.has-text-align-center.wp-element-button:hover {
  background-color: #cc7000;
}

a.wp-block-button__link.has-text-align-center.wp-element-button:hover {
  text-decoration: none;
  border: none !important; /* 確実に上書き */
  box-shadow: none; /* もしbox-shadowで線が出ている場合 */
}

.btn-detail {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn-detail .btn-detail__circle {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.btn-detail .btn-detail__circle svg {
  width: 1.8rem;
  height: 1.8rem;
  stroke: #ef8200;
  stroke-width: 2;
  fill: none;
  transition: all 0.3s ease;
}
.btn-detail span {
  color: #fff;
  letter-spacing: 0.03em;
}
.btn-detail:hover .btn-detail__circle {
  background-color: #ef8200;
}
.btn-detail:hover .btn-detail__circle svg {
  stroke: #fff;
  transform: translateX(3px);
}

.btn-detail--reverse {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #f5a000;
  font-weight: 600;
  font-size: 1.6rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn-detail--reverse .btn-detail__circle {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #f5a000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.btn-detail--reverse .btn-detail__circle svg {
  width: 1.8rem;
  height: 1.8rem;
  stroke: #fff;
  stroke-width: 2;
  fill: none;
  transition: all 0.3s ease;
}
.btn-detail--reverse span {
  color: #f5a000;
  letter-spacing: 0.03em;
}
.btn-detail--reverse:hover .btn-detail__circle {
  background-color: #fff;
}
.btn-detail--reverse:hover .btn-detail__circle svg {
  stroke: #f5a000;
  transform: translateX(3px);
}

/* 
Theme Name: MISEA
Theme URI: 
Author: Sakata & Gomi
Description: Custom WordPress theme designed and developed by Sakata & Gomi for MISEA
Version: 1.0.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: MISEA
Tags: custom-theme, responsive, clean-design, corporate, translation-ready
*/
/* MISEA WordPress Theme — © Sakata & Gomi */
.hero {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}
.hero__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}
.hero__content {
  max-width: 110rem;
  margin: 0 auto;
  color: #fff;
  padding: 2rem 4rem;
  position: relative;
  top: 40%;
}
.hero .eyebrow {
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.5rem;
  margin-bottom: 0; /* 行間を詰める */
  line-height: 1; /* 上下の間隔を最小限に */
  font-size: 4.69337rem;
}
@media (max-width: 600px) {
  .hero .eyebrow {
    font-size: 2.56rem;
  }
}
.hero .hero__title {
  margin-top: 0.5rem; /* 「Powering」と「steel」の距離を詰める */
  margin-bottom: 1rem;
  font-weight: 800;
  line-height: 0.9;
}
.hero .hero__title span {
  display: block;
  font-style: italic;
  font-size: 22.4rem;
  line-height: 0.8; /* 行間をほぼゼロに */
  font-weight: 800;
}
@media (max-width: 600px) {
  .hero .hero__title span {
    font-size: 16rem;
  }
}
.hero .hero__lead {
  font-size: 1.8286rem;
  line-height: 2;
  margin-top: 1.5rem;
  opacity: 0.9;
}

.page-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 32rem;
  padding-top: 7rem;
  background-color: #fafafa;
}
.page-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}
.page-hero__subtitle {
  font-family: "Oswald";
}

p.page-hero__subtitle.text-orange {
  text-shadow: 0.2px 0.2px 0.2px rgba(255, 255, 255, 0.9);
}

.breadcrumb {
  margin: 1.5rem auto;
  font-size: 1.4222rem;
  color: #555;
}
.breadcrumb a {
  color: #666;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  color: #999;
}

.page-hero-off {
  position: relative;
  background-size: cover;
  background-position: center;
  padding-top: 7rem;
  background-color: #fafafa;
  text-align: center;
  padding: 10rem 0 5rem 0;
}

.contact-form {
  margin: 0 auto;
  background: #f5f5f5;
  padding: 40px 30px;
  border-radius: 8px;
}
.contact-form .form-row {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.contact-form .form-row label {
  font-weight: 600;
  color: #222;
  margin-bottom: 6px;
}
.contact-form .form-row .required {
  color: #d00;
}
.contact-form .form-row input[type=text],
.contact-form .form-row input[type=email],
.contact-form .form-row input[type=tel],
.contact-form .form-row textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 15px;
  width: 100%;
  transition: border-color 0.3s;
}
.contact-form .form-row input[type=text]:focus,
.contact-form .form-row input[type=email]:focus,
.contact-form .form-row input[type=tel]:focus,
.contact-form .form-row textarea:focus {
  border-color: #f38b00;
  outline: none;
}
.contact-form .form-row textarea {
  min-height: 140px;
  resize: vertical;
}
.contact-form .form-row.form-terms {
  flex-direction: row;
  align-items: center;
  font-size: 14px;
}
.contact-form .form-row.form-terms input[type=checkbox] {
  margin-right: 8px;
}
.contact-form .form-row.form-terms a {
  color: #d00;
  text-decoration: underline;
}

/* 
Theme Name: MISEA
Theme URI: 
Author: Sakata & Gomi
Description: Custom WordPress theme designed and developed by Sakata & Gomi for MISEA
Version: 1.0.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: MISEA
Tags: custom-theme, responsive, clean-design, corporate, translation-ready
*/
/* MISEA WordPress Theme — © Sakata & Gomi */
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: transform 0.9s ease, opacity 0.6s ease;
}
.site-header.scroll {
  transform: translateY(-12rem);
  opacity: 0.75;
}
.site-header.stop {
  transform: translateY(0);
  opacity: 1;
}

.header-inner {
  max-width: 120rem;
  height: 10rem;
  margin: 0 auto;
  padding: 0 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 999;
}
@media (max-width: 600px) {
  .header-inner {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.site-logo img {
  width: 84%;
}
@media (max-width: 600px) {
  .site-logo img {
    width: 60%;
  }
}

.site-nav ul {
  display: flex;
  gap: 4rem;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav a {
  text-decoration: none;
  color: #111;
  font-weight: 500;
  font-size: 1.6rem;
  transition: color 0.3s;
}
.site-nav a:hover {
  color: #ef8200;
}
@media (max-width: 600px) {
  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #fff;
  }
  .site-nav ul {
    flex-direction: column;
  }
  .site-nav ul li {
    padding: 1rem;
  }
  .site-nav.is-active {
    display: block;
  }
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 2.4rem;
  height: 1.8rem;
  background: none;
  border: none;
  cursor: pointer;
}
.hamburger span {
  display: block;
  height: 0.3rem;
  width: 100%;
  background: #111111;
  border-radius: 0.2rem;
  transition: 0.3s;
}
.hamburger.is-active span:nth-child(1) {
  transform: rotate(45deg) translateY(7px);
}
.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-7px);
}
@media (max-width: 600px) {
  .hamburger {
    display: flex;
  }
}

/* 
Theme Name: MISEA
Theme URI: 
Author: Sakata & Gomi
Description: Custom WordPress theme designed and developed by Sakata & Gomi for MISEA
Version: 1.0.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: MISEA
Tags: custom-theme, responsive, clean-design, corporate, translation-ready
*/
/* MISEA WordPress Theme — © Sakata & Gomi */
.site-footer {
  margin-top: 10rem;
  background: #3a3a3a;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
}
.site-footer a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
.site-footer a:hover {
  opacity: 0.7;
}
.site-footer .footer__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 5rem;
}
@media (max-width: 600px) {
  .site-footer .footer__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.site-footer .footer__logo {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 3rem;
}
.site-footer .footer__logo img {
  width: 80%;
  height: auto;
}
@media (max-width: 600px) {
  .site-footer .footer__logo img {
    width: 60%;
  }
}
.site-footer address {
  font-style: normal;
  margin-bottom: 1rem;
}
.site-footer .footer__links {
  display: flex;
  gap: 1rem;
  list-style: none;
}
@media (max-width: 600px) {
  .site-footer .footer__links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }
}
.site-footer .footer__links li {
  white-space: normal;
}
.site-footer .footer__links li:not(:last-child)::after {
  content: "";
  width: 0.1rem; /* 線の太さ */
  height: 1.3rem;
  background: #ccc; /* 線の色 */
  margin-left: 1rem; /* 線と文字の間隔 */
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .site-footer .footer__links li:not(:last-child)::after {
    display: none;
  }
}
.site-footer .footer__heading {
  margin-bottom: 0.5rem;
}
.site-footer .footer__menu {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-left: 2rem;
  font-size: 1.4222rem;
}
.site-footer .footer__menu li {
  margin-bottom: 0.4rem;
  color: #ddd;
}
.site-footer .footer__bottom {
  background: #fafafa;
  color: #555;
  padding: 1rem;
  font-size: 1.4222rem;
}

.footer-bottom {
  font-size: 1.4222rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  gap: 2rem;
}
@media (max-width: 600px) {
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer__lang {
  display: flex;
  list-style: none;
  gap: 1rem;
}

.footer__lang li {
  display: inline-block; /* 横並び */
  position: relative;
}

.footer__lang li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.1rem; /* 線の太さ */
  height: 1.3rem; /* 線の高さ */
  background: #ccc; /* 線の色 */
  margin: 0 0.8rem;
  vertical-align: middle;
}

/* 
Theme Name: MISEA
Theme URI: 
Author: Sakata & Gomi
Description: Custom WordPress theme designed and developed by Sakata & Gomi for MISEA
Version: 1.0.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: MISEA
Tags: custom-theme, responsive, clean-design, corporate, translation-ready
*/
/* MISEA WordPress Theme — © Sakata & Gomi */
.text-white {
  color: #fff;
}

.text-orange {
  color: #ef8200;
}

.text-dark-orange {
  color: #db5200;
}

.text-blue {
  color: #1082b7;
}

/* 
Theme Name: MISEA
Theme URI: 
Author: Sakata & Gomi
Description: Custom WordPress theme designed and developed by Sakata & Gomi for MISEA
Version: 1.0.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: MISEA
Tags: custom-theme, responsive, clean-design, corporate, translation-ready
*/
/* MISEA WordPress Theme — © Sakata & Gomi */
.section--map {
  background-color: #22282e;
}
.section--map .section__title {
  font-size: 2.4rem;
  margin-bottom: 3rem;
  font-weight: 600;
}
.section--map .stats {
  justify-content: center;
  gap: 4rem;
  margin-bottom: 4rem;
  margin-left: 2rem;
}
.section--map .stats li {
  font-size: 1.6rem;
}
.section--map .stats li strong {
  font-size: 3.2rem;
}
.section--map .worldmap img {
  width: 100%;
  /* max-width: 800px; */
  margin: 7rem auto;
  display: block;
}
.section--map .map__text {
  font-size: 1.6rem;
  line-height: 1.8;
}

.section--about {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 10rem 0;
  color: #fff;
}
.section--about .about__box {
  background: #fcb040;
  color: #fff;
  padding: 4rem;
  max-width: 48rem;
  margin-left: 5%;
  border-radius: 8px;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.3);
}
.section--about .about__box h2 {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}
.section--about .about__box .about__lead {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.section--about .about__box .button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  color: #fcb040;
  font-weight: 600;
  padding: 1rem 1.6rem;
  border-radius: 3rem;
  text-decoration: none;
  transition: background 0.3s;
}
.section--about .about__box .button svg {
  width: 1.8rem;
  height: 1.8rem;
  stroke: currentColor;
}
.section--about .about__box .button:hover {
  background: #f0f0f0;
}

.about__box {
  display: block;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.4);
  padding: 3rem;
  border-radius: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about__box:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.about__box h2,
.about__box p,
.about__box span {
  color: #fff;
}

.section--cards {
  padding: 4rem 0;
}
.section--cards .cards {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
.section--cards .card {
  display: flex;
  flex-direction: row;
  background: #22282e;
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.section--cards .card__thumb {
  flex: 1 1 74%;
}
.section--cards .card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.section--cards .card__body {
  flex: 1 1 45%;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #3a3e42;
  justify-content: space-between;
}
.section--cards .card__body .card__kicker {
  font-size: 1.4222rem;
  color: #aaa;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
  display: block;
}
.section--cards .card__body .card__title {
  font-size: 2.1333rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.section--cards .card__body .card__excerpt {
  font-size: 1.28rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.section--cards .card__body .btn-detail {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.section--cards .card__body .btn-detail .btn-detail__circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.section--cards .card__body .btn-detail .btn-detail__circle svg {
  width: 18px;
  height: 18px;
  stroke: #f5a000;
  stroke-width: 2;
  fill: none;
  transition: all 0.3s ease;
}
.section--cards .card__body .btn-detail span {
  color: #fff;
  letter-spacing: 0.03em;
}
.section--cards .card__body .btn-detail:hover .btn-detail__circle {
  background-color: #f5a000;
}
.section--cards .card__body .btn-detail:hover .btn-detail__circle svg {
  stroke: #fff;
  transform: translateX(3px);
}
.section--cards .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.section--cards .card:hover .card__thumb img {
  transform: scale(1.05);
}
.section--cards .card:hover .btn-detail__circle {
  background-color: #f5a000;
}
.section--cards .card:hover .btn-detail__circle svg {
  stroke: #fff;
  transform: translateX(3px);
}
@media (max-width: 600px) {
  .section--cards .card {
    flex-direction: column !important;
  }
  .section--cards .card__body {
    padding: 2rem;
  }
  .section--cards .card .btn-detail {
    align-self: flex-start;
  }
}

/* 
Theme Name: MISEA
Theme URI: 
Author: Sakata & Gomi
Description: Custom WordPress theme designed and developed by Sakata & Gomi for MISEA
Version: 1.0.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: MISEA
Tags: custom-theme, responsive, clean-design, corporate, translation-ready
*/
/* MISEA WordPress Theme — © Sakata & Gomi */
.wp-block-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 4rem;
  font-size: 1.4rem;
  line-height: 1.8;
  table-layout: fixed;
  border-color: #fff;
}
.wp-block-table thead {
  background: #f3f3f3;
  border-bottom: 0.2rem solid #fff;
}
.wp-block-table thead th {
  padding: 1.2rem 1.6rem;
  font-weight: 700;
  text-align: left;
  color: #333;
  border: 0.2rem solid #fff;
}
.wp-block-table thead th:last-child {
  border-right: none;
}
.wp-block-table tbody tr {
  background: #f3f3f3;
}
.wp-block-table tbody td {
  padding: 1.4rem 1.6rem;
  border: 0.15rem solid #fff;
  vertical-align: top;
  color: #111111;
}
.wp-block-table tbody td:first-child {
  background: #22282e;
  font-weight: 700;
  width: 32%;
  border: 1px solid #fff;
}
.wp-block-table tbody td:last-child {
  border-right: none;
  border: 1px solid #fff;
}

.wp-block-table table th:first-child,
.wp-block-table table td:first-child {
  background-color: #e0e0e0;
  font-weight: 700; /* 必要なら文字を太く */
}

article a {
  text-decoration: none;
  color: #1082b7;
  transition: all 0.2s ease;
}
article a:hover, article a:focus, article a:active {
  color: #1082b7;
  text-decoration: underline;
  outline: none;
}
article ul {
  background-color: #fafafa;
  padding: 2rem;
  margin: 0.6rem 0 2rem;
  font-size: 1.6rem;
  list-style: disc; /* マーカーを指定 */
  list-style-position: outside;
  color: #555;
  padding-left: 5rem; /* 全体のインデント */
}
@media (max-width: 600px) {
  article ul {
    padding-left: 3rem; /* 全体のインデント */
  }
}
article ul li {
  padding-left: 0.6rem; /* 2行目以降のインデント */
}
article ul li::marker {
  color: #003366; /* 好きな色に変更 */
  font-size: 1.4rem; /* マーカーのサイズ調整も可能 */
}
article p {
  margin-bottom: 2rem;
}
article h2 {
  margin-top: 3rem;
}
@media (max-width: 600px) {
  article h2 {
    margin-top: 2rem;
  }
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  border: 1px solid #fff;
}

.wp-block-columns {
  margin: 3rem 0;
}

/* 現在のページのメニュー */
.site-nav .current-menu-item > a,
.site-nav .current-menu-parent > a,
.site-nav .current-menu-ancestor > a {
  color: #ef8200;
}

body .is-layout-flex {
  gap: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 600px) {
  body .is-layout-flex {
    gap: 0;
    margin-bottom: 2rem;
  }
}

/* businessページ限定 */
.page-slug-business .page-body > .wp-block-columns:not(:nth-child(2)) > .wp-block-column:nth-child(2) {
  /* 右カラム */
  border-left: 0.1rem solid #ccc; /* 線の色・太さ */
  padding-left: 2rem; /* 線とテキストの余白 */
}

figure.wp-block-table {
  margin-bottom: 5rem;
}
@media (max-width: 600px) {
  figure.wp-block-table {
    margin-bottom: 3rem;
  }
}

/* スマホ用 */
@media (max-width: 900px) {
  .wp-block-columns.flex-direction {
    flex-direction: column; /* 縦並びに */
  }
  /* 左カラム（画像）を下に */
  .wp-block-columns.flex-direction .wp-block-column:first-child {
    order: 2;
  }
  /* 右カラム（テキスト）を上に */
  .wp-block-columns.flex-direction .wp-block-column:last-child {
    order: 1;
  }
}
@media (max-width: 600px) {
  .wp-block-columns.flex-direction {
    flex-direction: column; /* 縦並びに */
  }
  /* 左カラム（画像）を下に */
  .wp-block-columns.flex-direction .wp-block-column:first-child {
    order: 2;
  }
  /* 右カラム（テキスト）を上に */
  .wp-block-columns.flex-direction .wp-block-column:last-child {
    order: 1;
  }
}
@media (max-width: 1200px) {
  .wp-block-columns {
    align-items: normal !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 600px) {
  .wp-block-columns {
    flex-wrap: wrap !important;
  }
}

.wpcf7-response-output {
  display: none;
}

span.wpcf7-spinner {
  display: none;
}

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