/*
Theme Name: metaexpo_template
Theme URI: https://example.com/
Description: 2025/2/27更新
Version: 1.0
Author: mizuno
*/
@charset "UTF-8";
html {
  font-size: 62.5%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --black: #333333;
  --Yellow_dark: #ffecaa;
  --white: #ffffff;
  --orange: #ff8a00;
  --yellow: #fff6c9;
  --blue: #f0f6fb;
  --font-size-16: 20px;
  --font-size-14: 16px;
  --font-size-12: 16px;
  --wide: 1100px;
}
@media screen and (max-width: 750px) {
  :root {
    /*SP向記述*/
    --font-size-16: 18px;
    --font-size-14: 16px;
    --font-size-12: 14px;
  }
}
@media screen and (max-width: 500px) {
  :root {
    /*SP向記述*/
    --font-size-16: 16px;
    --font-size-14: 14px;
    --font-size-12: 12px;
  }
}

body {
  background-color: var(--white);
}

.site-wrapper {
  position: relative;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: var(--font-size-14);
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: var(--black);
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  box-shadow: 0px 0px 60px rgba(96, 76, 63, 0.15);
}

main {
  flex: 1;
  overflow-x: hidden;
  letter-spacing: 0.1em;
}

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

a {
  color: var(--black);
  text-decoration: none;
  display: block;
}

p {
  font-size: var(--font-size-s);
}

ul,
ol {
  list-style: none;
}

ol {
  counter-reset: number; /*数字をリセット*/
}

section {
  position: relative;
  width: 100%;
  margin: auto;
}

em {
  font-style: normal;
}

/* --------------------------------------------
 *             common
 * -------------------------------------------- */
.inner {
  position: relative;
  width: 90%;
  max-width: 1085px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .inner {
    /*SP向記述*/
    width: 92%;
  }
}

h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  h2 {
    /*SP向記述*/
    font-size: 26px;
  }
}
@media screen and (max-width: 750px) {
  h2 {
    /*SP向記述*/
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  h2 {
    /*SP向記述*/
    font-size: 20px;
  }
}
h2 .highlight {
  color: var(--orange);
  font-weight: bold;
  font-size: 140%;
}

/* --------------------------------------------
 *              header
 * -------------------------------------------- */
.header {
  position: sticky;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  padding: 0 6px;
  z-index: 999;
  background-color: var(--white);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.header__logo {
  width: 240px;
  margin: 5px 0;
}
@media screen and (max-width: 750px) {
  .header__logo {
    /*SP向記述*/
    max-width: 200px;
  }
}
@media screen and (max-width: 500px) {
  .header__logo {
    /*SP向記述*/
    width: 180px;
  }
}
.header__jpx {
  max-width: 400px;
  display: flex;
  align-items: center;
}
.header__jpx figure {
  max-width: 36px;
  margin-right: 10px;
  float: left;
}
.header__jpx .jpxText {
  font-size: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .header__jpx .jpxText {
    /*SP向記述*/
    font-size: 8px;
  }
}

.header-inner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  width: 95%;
  max-width: var(--wide);
  margin: 5px 0;
}

/* --------------------------------------------
 *              fv
 * -------------------------------------------- */
 #fv_slider.swiper {
  width: 100%;
  height: auto;
}

#fv_slider .swiper-slide {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fv {
  position: relative;
  width: 100%;
  z-index: 1;
  height: 450px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.fv .fv-contents {
  position: relative;
  display: flex;
  z-index: 10;
  height: auto;
  width: 100%;
}

#fv_slider .swiper-slide {
  position: relative;
  height: auto;
  background: none;
  overflow: hidden;
}
#fv_slider .swiper-slide .bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 110%;
  filter: blur(10px);
}
#fv_slider .swiper-slide .fv-img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  max-width: 900px;
  height: auto;
  transform: translate(-50%, -50%);
}
#fv_slider .catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  width: 90%;
  max-width: 800px;
  font-size: min(4vw, 25px);
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  text-shadow:  3px  3px 8px #fff ,
               -3px  3px 8px #fff ,
                3px -3px 8px #fff ,
               -3px -3px 8px #fff;
  z-index: 3;
}
#fv_slider .catch .red {
  color: #dd2222;
}
#fv_slider .catch .text-02 {
  margin: 0;
  padding: 0;
  font-size: 2.5em;
  text-align: left;
  line-height: 1.2;
}
#fv_slider .swiper-button-next,
#fv_slider .swiper-button-prev {
  color: #ffffff;
  text-shadow: 0 0 0.5em #00000033;
}
@media screen and (max-width: 750px) {
  .fv {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
  }

  .fv .swiper-button-next,
  .fv .swiper-button-prev {
    display: none;
  }
  #fv_slider .catch .text-02 {
    font-size: 2.2em;
  }
}

/* --------------------------------------------
 *                    features
 * -------------------------------------------- */
.features {
  background-color: var(--blue);
  padding: 50px 0;
}
@media screen and (max-width: 750px) {
  .features {
    /*SP向記述*/
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .features {
    /*SP向記述*/
    padding: 15px 0;
  }
}
.features h2 {
  max-width: 800px;
}

.features-list {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  background-color: var(--white);
  padding: 30px;
  border-radius: 8px;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .features-list {
    /*SP向記述*/
    padding: 15px 10px;
    margin-top: 10px;
    gap: 10px;
  }
}

.features-item {
  text-align: center;
  flex: 1 1 30%;
}
.features-item img {
  width: 100%;
  height: 250px; /* 固定の高さを設定 */
  object-fit: cover; /* トリミングして比率を維持 */
  border: var(--black) 1px solid;
}
@media screen and (max-width: 750px) {
  .features-item img {
    /*SP向記述*/
    height: 200px;
  }
}
@media screen and (max-width: 500px) {
  .features-item img {
    /*SP向記述*/
    height: 150px;
  }
}
.features-item p {
  margin-top: 10px;
  font-size: var(--font-size-12);
}

/* --------------------------------------------
 *                   concern
 * -------------------------------------------- */
.concern {
  background-color: var(--yellow);
  padding: 60px 0 80px;
  text-align: center;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}
@media screen and (max-width: 500px) {
  .concern {
    /*SP向記述*/
    padding: 40px 0 80px;
  }
}
.concern h2 {
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  background: linear-gradient(transparent 70%, var(--white) 30%);
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .concern h2 {
    /*SP向記述*/
    font-size: 22px;
  }
}
.concern .dots {
  background-image: radial-gradient(circle at center, var(--orange) 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1.1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.4em; /* 縦方向の位置調整 */
}
.concern .concern-image {
  margin: 20px 0;
}
.concern .concern-image img {
  max-width: 220px;
  height: auto;
}
.concern .concern-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
}
.concern .concern-list .concern-item {
  background: #eedd88;
  padding: 12px 16px;
  border-radius: 20px;
  font-size: var(--font-size-16);
  text-align: left;
  max-width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.concern .concern-list .concern-item:nth-child(odd)::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 10px 15px;
  border-color: transparent transparent transparent #eedd88;
  transform: translateY(-50%);
}
.concern .concern-list .concern-item:nth-child(even)::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 15px 10px 0;
  border-color: transparent #f4e38a transparent transparent;
  transform: translateY(-50%);
}

/* --------------------------------------------
 *                   merit
 * -------------------------------------------- */
.merit {
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 500px) {
  .merit {
    /*SP向記述*/
    padding: 30px 0;
  }
}
.merit .merit-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .merit .merit-list {
    /*SP向記述*/
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  .merit .merit-list {
    /*SP向記述*/
    flex-direction: column;
  }
}
.merit .merit-item {
  background: #fff;
  border: 2px solid var(--orange);
  border-radius: 10px;
  padding: 16px;
  text-align: center;
  flex: 1 1 calc(33.333% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 500px;
}
@media screen and (max-width: 1000px) {
  .merit .merit-item {
    /*SP向記述*/
    flex: 1 1 calc(50% - 20px);
  }
}
@media screen and (max-width: 750px) {
  .merit .merit-item {
    /*SP向記述*/
    flex: 1 1 100%;
  }
}
.merit .merit-item .merit-header {
  background: var(--orange);
  color: var(--white);
  padding: 20px 10px 15px;
  width: 100%;
  border-radius: 6px 6px 0 0;
  font-size: 1.1em;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.merit .merit-item .merit-header img {
  width: 100px;
  height: auto;
}
.merit .merit-item .merit-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}
.merit .merit-item p {
  background: #f8f8f8;
  padding: 15px 10px;
  border-radius: 0 0 6px 6px;
  text-align: left;
  font-size: 16px;
}

/* --------------------------------------------
 *                   brand
 * -------------------------------------------- */
.brand {
  background-color: var(--blue);
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .brand {
    /*SP向記述*/
  }
  .brand h2 {
    font-size: 18px;
  }
  .brand h2 .highlight {
    font-size: 20px;
  }
}
.brand .brand-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 15px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
.brand .brand-item {
  background: #fff;
  padding: 5px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.brand .brand-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.brand .note {
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
}

/* --------------------------------------------
 *                    flow
 * -------------------------------------------- */
.flow {
  background-color: var(--yellow);
  padding: 50px 0;
  text-align: center;
}
.flow h2 {
  position: relative;
  display: inline-block;
  background: linear-gradient(transparent 70%, var(--white) 30%);
}
.flow .flow-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}
.flow .flow-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-start;
  padding: 20px;
  gap: 30px;
}
@media screen and (max-width: 750px) {
  .flow .flow-item {
    /*SP向記述*/
    gap: 20px;
  }
}
@media screen and (max-width: 500px) {
  .flow .flow-item {
    /*SP向記述*/
    gap: 10px;
  }
}
.flow .flow-step {
  flex-shrink: 0;
}
.flow .flow-step img {
  width: 120px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .flow .flow-step img {
    /*SP向記述*/
    width: 100px;
  }
}
.flow .flow-content {
  text-align: left;
}
.flow .flow-content h3 {
  font-size: 1.2em;
  font-weight: bold;
  color: var(--orange);
}

/* --------------------------------------------
 *                    review
 * -------------------------------------------- */
.review {
  background-color: var(--white);
  padding: 50px 0 0;
  text-align: center;
}
.review .review-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}
.review .review-item {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  border: 1px solid #cecece;
}
@media screen and (max-width: 500px) {
  .review .review-item {
    /*SP向記述*/
    padding: 20px;
  }
}
.review h3 {
  font-size: 20px;
  font-weight: bold;
  color: var(--orange);
  text-align: center;
}
.review .review-content {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  position: relative;
}
.review .review-content::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
}
.review .review-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  align-self: flex-end;
  flex-direction: row-reverse;
}
.review .review-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

/* --------------------------------------------
 *                    case
 * -------------------------------------------- */
.case {
  background-color: var(--blue);
  padding: 50px 0;
  text-align: center;
}
.case .case-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .case .case-list {
    /*SP向記述*/
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  .case .case-list {
    /*SP向記述*/
    flex-direction: column;
  }
}
.case .case-item {
  background: var(--white);
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  display: flex;
  flex-direction: column;
  width: calc(33.333% - 20px);
  max-width: 500px;
}
@media screen and (max-width: 1000px) {
  .case .case-item {
    /*SP向記述*/
    flex: 1 1 calc(50% - 20px);
  }
}
@media screen and (max-width: 750px) {
  .case .case-item {
    /*SP向記述*/
    width: 100%;
  }
}
.case .case-header {
  text-align: center;
  padding: 10px 0;
  font-size: 1.1em;
  font-weight: bold;
  color: var(--white);
  background: var(--black);
}
.case .case-item img {
  width: 100%;
  height: auto;
}
.case .case-content {
  padding: 15px 0;
}
.case .case-content h3 {
  font-size: 20px;
  font-weight: bold;
  color: var(--orange);
  margin-bottom: 10px;
  text-align: center;
}

/* --------------------------------------------
 *              start
 * -------------------------------------------- */
.start {
  position: relative;
  width: 100%;
  z-index: 1;
  height: 500px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .start {
    /*SP向記述*/
    height: 450px;
  }
}
.start .start-contents {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  height: 100%;
  width: 90%;
  max-width: 400px;
  gap: 20px;
}
.start .start-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(img/start-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  top: 0px;
}

/* --------------------------------------------
 *                    company-info
 * -------------------------------------------- */
.company-info {
  padding: 50px 20px;
  background-color: #fff;
}
.company-info .company-table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
.company-info .company-table tbody {
  border-bottom: 1px solid #c3c3c3;
}
.company-info .company-table tr {
  border-top: 1px solid #c3c3c3;
}
.company-info .company-table th,
.company-info .company-table td {
  padding: 20px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .company-info .company-table th,
  .company-info .company-table td {
    /*SP向記述*/
    padding: 15px;
  }
}
.company-info .company-table th {
  width: 25%;
  border-right: 1px solid #c3c3c3;
}
.company-info .company-table td {
  width: 75%;
}
@media screen and (max-width: 750px) {
  .company-info {
    /*SP向記述*/
  }
  .company-info .company-table {
    display: block;
    border: none;
  }
  .company-info .company-table tbody {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: none;
  }
  .company-info .company-table tr {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: none;
  }
  .company-info .company-table th {
    background-color: transparent;
    border: none;
    width: 100%;
    padding-bottom: 15px;
    font-weight: bold;
    border-bottom: 1px solid #c3c3c3;
  }
  .company-info .company-table td {
    width: 100%;
    border: none;
  }
}

/* --------------------------------------------
 *                    footer
 * -------------------------------------------- */
footer {
  position: relative;
  background: var(--white);
}

.footer-copyright {
  color: var(--black);
}

.footer-copyright-inner {
  position: relative;
  width: 95%;
  max-width: var(--wide);
  padding: 2rem 0;
  font-size: 14px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .footer-copyright-inner {
    /*SP向記述*/
    flex-direction: column;
    align-items: center;
    gap: 14px 0;
  }
}
.footer-copyright-inner .footer-navi {
  display: flex;
}
.footer-copyright-inner .footer-navi li {
  position: relative;
  margin: 0 10px;
}
.footer-copyright-inner .footer-navi li::before {
  content: "｜";
  position: absolute;
  right: -15px;
  top: 0;
}
.footer-copyright-inner .copyright {
  margin: 0 10px;
}

/* --------------------------------------------
 *                    cta
 * -------------------------------------------- */
.cta {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  overflow: hidden;
}
.fv + .cta {
  padding-top: 25px;
}
.cta .cta-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("img/cta-bg.webp") repeat-x center bottom;
  background-size: 500px auto;
}
.cta .cta-button {
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s ease;
  width: 90%;
  max-width: 600px;
  animation: bounce 4s infinite ease-in-out;
}
.cta .cta-button img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}
.cta .cta-button:hover {
  opacity: 0.85;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-8px);
  }
  20% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-5px);
  }
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
/* --------------------------------------------
 *                    レスポンシブ
 * -------------------------------------------- */
.forPC {
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .forPC {
    /*SP向記述*/
    display: none;
  }
}

.forTAB {
  display: none;
}
@media screen and (max-width: 1000px) {
  .forTAB {
    /*SP向記述*/
    display: inline-block;
  }
}
@media screen and (max-width: 500px) {
  .forTAB {
    /*SP向記述*/
    display: none;
  }
}

.forSP {
  display: none;
}
@media screen and (max-width: 500px) {
  .forSP {
    /*SP向記述*/
    display: inline-block;
  }
}

.minSM {
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .minSM {
    /*SP向記述*/
    display: none;
  }
}

.minMD {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .minMD {
    /*SP向記述*/
    display: none;
  }
}

.maxMD {
  display: none;
}
@media screen and (max-width: 750px) {
  .maxMD {
    /*SP向記述*/
    display: inline-block;
  }
}

.maxLG {
  display: none;
}
@media screen and (max-width: 1000px) {
  .maxLG {
    /*SP向記述*/
    display: inline-block;
  }
}
