@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,400i");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #fe507d;
  padding: 10px 40px;
  border-radius: 50px;
  width: 350px;
  text-decoration: none;
  margin-top: 30px;
}

.circle-icon {
  font-size: 20px;
  font-weight: bold;
  color: #fe507d;
  display: inline-block;
  width: 50px;
  height: 30px;
  background-color: white; 
  border-radius: 5%;   
  margin: 5px; 
}

/* ===== heading reset ===== */
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.white-box-company {
  padding-top: 30px;
  padding-bottom: 50px;
  background: #fff;
  max-height: 400px;
}

.company {
  margin-bottom:0px;
  color: #ff5c93;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.company-slider {
  overflow: hidden;
  width: 100%;
}

.company-track {
  display: flex;
  width: max-content;
  animation: company-scroll 20s linear infinite;
  will-change: transform;
}

.company-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.company-img {
  display: block;
  width: 320px;
  height: auto;
  margin-right: 80px;
  flex-shrink: 0;
}

@keyframes company-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .company {
    margin-bottom: 0px;
    font-size: 15px;
  }

  .white-box-company{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .company-img {
    width: 220px;
    margin-right: 48px;
  }

  .company-track {
    animation-duration: 16s;
  }
}

.about-iga{
  background-color: #1a0a10;
  height: 1000px;
  max-width: 100vw;
  padding-top: 80px;
}

.about-iga-en{
  color: #ff5c93;
  font-size: 15px;
  margin-bottom: 0px;
  font-weight: normal;
}

.about-iga-name {
  display: block;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  width: 800px;
  font-weight: bold;
  margin-bottom: 30px;
}

.iga-explanation{
  font-size: 30px;
  font-weight: bold; 
}

.text-pink{
  color: #ff507b;
}

.note {
  font-size: 10px;
  vertical-align: top; 
}

.note-text{
  font-size: 15px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px){
  .about-iga {
    height: auto;
    padding: 60px 20px;
  }

  .about-iga-title {
    font-size: 12px;
  }

  .about-iga-name {
    width: 100%;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 2px;
  }

  .iga-explanation {
    font-size: 19px;
    line-height: 1.7;
  }

  .note {
    font-size: 8px;
  }

  .note-text {
    font-size: 12px;
    line-height: 1.8;
    padding-bottom: 0px;
  }
}

.achievement {
  background: linear-gradient(180deg, #140008 0%, #1a000b 100%);
  padding: 80px 20px;
}

.achievement-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.achievement-item {
  width: 33.333%;
  padding: 0 40px;
  text-align: center;
  position: relative;
}

.achievement-number {
  margin: 0;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  color: #ff4f7b;
  letter-spacing: 0.02em;
}

.achievement-text {
  margin: 18px 0 0;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
}

.achievement-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: 150px;
  background-color: #ff4f7b;
  border: 1px dotted #333
}

.unit{
  font-size: 45px;
}

.glaph-img{
  padding-top: 60px;
  width: 60%;
}

@media screen and (max-width: 767px){
  .achievement {
    padding: 60px 20px;
  }

  .achievement-inner {
    padding-top: 40px;
    gap: 20px;
  }

  .achievement-item {
    width: 100%;
    padding: 0;
  }

  .achievement-item:not(:last-child)::after {
    content: none;
  }

  .achievement-number {
    font-size: 30px;
  }

  .unit {
    font-size: 15px;
  }

  .achievement-text {
    font-size: 10px;
    margin-top: 12px;
  }

  .glaph-img {
    width: 100%;
    padding-top: 40px;
  }

  .achievement-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -15px;
    width: 1px;
    height: 80px;
    background-color: #ff4f7b;
    border: 1px dotted #333
  }
}

.voice {
  padding: 80px 0;
  background-color: #fff4f8;
  overflow: hidden;
}

.voice-inner {
  max-width: 1000px;
  margin: auto;
}

.voice-en {
  margin: 0 0 12px;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #ff4f7b;
  text-align: left;
}

.voice-title {
  margin: 0 0 30px 0;
  font-size: 45px;
  font-weight: bold;
  color: #000;
  text-align: left;
}

.voice-slider {
  width: 100%;
  overflow: hidden;
}

.voice-track {
  display: flex;
  gap: 56px;
  width: max-content;
  animation: Scroll 28s linear infinite;
}

.voice-card {
  flex: 0 0 440px;
  background-color: #fff;
  border: 1px solid #f8dce5;
  border-radius: 20px;
  padding: 34px 30px 32px;
  box-shadow: 0 4px 18px rgba(26, 10, 16, 0.04);
}

.voice-card-head {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 28px;
}

.voice-icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.voice-head-text {
  padding-top: 6px;
}

.voice-company {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #ff4f7b;
  line-height: 1.6;
}

.voice-sub {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #1a0a10;
  line-height: 1.8;
}

.voice-comment {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
  color: #000;
  text-align: left;
}

@keyframes Scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 28px));
  }
}

@media screen and (max-width: 767px){
  .voice {
    padding: 30px 0;
  }

  .voice-inner {
    margin: 0 auto 30px;
    padding: 0 20px;
  }

  .voice-en {
    padding-left: 0;
    font-size: 15px;
    margin-bottom: 8px;
  }

  .voice-title {
    font-size: 28px;
    line-height: 1.5;
    text-align: left;
  }

  .voice-track {
    gap: 20px;
    animation: Scroll 20s linear infinite;
  }

  .voice-card {
    flex: 0 0 300px;
    padding: 24px 20px;
    border-radius: 16px;
  }

  .voice-card-head {
    gap: 14px;
    margin-bottom: 18px;
  }

  .voice-icon {
    width: 64px;
    height: 64px;
  }

  .voice-company {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .voice-sub {
    font-size: 12px;
    line-height: 1.6;
  }

  .voice-comment {
    font-size: 17px;
    line-height: 1.7;
  }
}

.feature {
  padding: 120px 20px;
  background: #fff4f8;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.feature-inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.feature-person {
  position: absolute;
  top: 110px;
  z-index: 1;
  display: block;
  width: 150px;
  height: auto;
}

.feature-person-left {
  left: -60px;
}

.feature-person-right {
  right: -60px;
}

.feature-title {
  font-size: 40px;
  font-weight: bold;
  color: #1a0a10;
  margin: 0 0 20px;
  width: 100%;
}

.feature-video {
  width: 100%;
  max-width: 260px;
  display: block;
  margin: 0 auto;
}

.highlight {
  display: inline-block;
  background: linear-gradient(transparent 60%, #fff2a6 60%);
}

.highlight span{
  color: #ff507b;
}

.highlight-pink {
  color: #ff4f7b;
}

.feature-text {
  font-size: 17px;
  font-weight: bold;
  color: #2f2f2f;
  margin-top: 30px;
  margin-bottom: 70px;
  position: relative;
}

.feature-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  position: relative;
}

.feature-card {
  width: 28%;
  border: 2px solid #ff4f7b;
  border-radius: 16px;
  padding: 40px 30px 30px;
  position: relative;
  background: #fff;
}

.feature-icon {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  display: block;
  width: 100px;
  object-fit: contain;
}

.feature-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #ff4f7b;
  margin-bottom: 12px;
  text-align: center;
  line-height: 1.7;
}

.feature-card-text {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  text-align: left;
  margin: 0;
  font-weight: 400;
}

@media screen and (max-width: 767px){
  .feature-inner {
    max-width: 100%;
  }

  .feature-title {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.7;
  }

  .feature-text {
    font-size: 14px;
    line-height: 1.9;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .feature-cards {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .feature-card {
    width: 250px;
    padding: 50px 20px 24px;
  }

  .feature-icon {
    width: 72px;
    top: -36px;
  }

  .feature-card-title {
    font-size: 16px;
    line-height: 1.6;
  }

  .feature-card-text {
    font-size: 13px;
    line-height: 1.8;
  }

  .feature-person {
    position: absolute;
    bottom: 0;
    width: 140px;
    height: auto;
    z-index: 1;
  }

  .feature-person-left {
    left: 10px;
    top: 900px;
    width: 100px;
  }

  .feature-person-right {
    right: 10px;
    top: 900px;
    width: 100px;
  }
}

.reason {
  background: #ffedf1;
  overflow: hidden;
}

.reason-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0px 0px;
}

.reason-en {
  margin: 0 0 12px;
  font-size: 15px;
  color: #ff4f7b;
  text-align: left;
}

.reason-title {
  margin: 0 0 40px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
  color: #1a0a10;
  text-align: left;
}

.reason-title span {
  color: #fe507d;
}

.reason-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.reason-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 36px 48px;
  background: #fff;
  border: 1px solid #f5d8e3;
  border-radius: 18px;
  box-shadow: 0 4px 12px rgba(26, 10, 16, 0.04);
  width: 100%;
}

.reason-card-text {
  width: 60%;
  z-index: 1;
  position: relative;
  text-align: left;
}

.reason-number {
  margin: 0 0 12px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #fe507d;
  font-family: "Futura", sans-serif;
}

.reason-number span {
  display: inline-block;
  margin-left: 8px;
  font-size: 42px;
  line-height: 1;
}

.reason-card-title {
  margin: 0 0 18px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a0a10;
}

.reason-card-desc {
  width: 100%;
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #2f2f2f;
  font-weight: 700;
}

.reason-card-image {
  display: block;
  max-width: 450px;
  height: auto;
  border-radius: 12px;
  object-fit: contain;
  flex-shrink: 0;
}

.reason-image-wrap {
  position: absolute;
  right: 80px;
  top: 20%;
  transform: translateY(-50%);
  width: 220px;
  z-index: 2;
}

.reason-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 91%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 20px;
}

.reason-frame {
  position: relative;
  width: 100%;
  z-index: 2;
  display: block;
  align-items: center;
}

.reason-bottom {
  position: relative;
  margin-top: 70px;
  background: #1a0a10;
}

.reason-bottom::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 70px;
  background: #ffedf1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-top: -0.5px;
}

.reason-bottom-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 95px 20px 90px;
  text-align: center;
}

.reason-bottom-title {
  margin: 36px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  max-width: 1000px;
}

.reason-bottom-title span {
  color: #fe507d;
}

.reason-graph {
  max-width: 1400px;
  margin: 0 auto;
}

.reason-graph img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px){
  .reason {
    padding-bottom: 0;
  }

  .reason-inner {
    padding: 50px 20px 0;
  }

  .reason-en {
    padding-left: 0;
    font-size: 15px;
    margin-bottom: 8px;
  }

  .reason-title {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 28px;
    text-align: left;
  }

  .reason-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .reason-card {
    display: block;
    position: relative;
    padding: 24px 20px;
    background: #fff;
    border: 1px solid #f5d8e3;
    border-radius: 18px;
    box-shadow: 0 4px 12px rgba(26, 10, 16, 0.04);
    overflow: visible;
  }

  .reason-card-text {
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .reason-number {
    margin: 0 0 8px;
  }

  .reason-number span {
    font-size: 28px;
  }

  .reason-card-title {
    font-size: 18px;
    line-height: 1.55;
    margin: 0 0 14px;
  }

  .reason-card-desc {
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
  }

  .reason-card:first-child {
    padding: 24px 20px 70px;
    margin-bottom: 400px;
    }

  .reason-card:first-child .reason-image-wrap {
    position: absolute;
    left: 50%;
    bottom: -200px;
    transform: translate3d(-110px, 160px, 100px);
    height: auto;
    margin: 0;
    z-index: 2;
  }

  .reason-video{
    top: 58%;
  }

  .reason-frame{
    top: 6%;
  }

  .reason-card-image {
    width: 100%;
    margin: 40px auto 0px;
  }

  .reason-bottom {
    margin-top: 50px;
  }

  .reason-bottom::before {
    height: 40px;
  }

  .reason-bottom-inner {
    padding: 60px 20px 70px;
  }

  .reason-bottom-title {
    margin: 20px 0 24px;
    font-size: 20px;
    line-height: 1.6;
  }

  .reason-graph {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }

  .reason-graph img {
    display: block;
    max-width: none;
    min-width: 600px;
    height: auto;
  }
}

.features {
  background: #fff4f8;
  padding: 120px 0px 100px;
}

.features-inner {
  max-width: 1000px;
  margin: 0px auto;
}

.features-en {
  margin: 0 0 8px;
  color: #ff4f7b;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-align: left;
}

.features-title {
  margin: 0;
  font-size: 45px;
  font-weight: bold;
  color: #000;
  text-align: left;
}

.features-title span {
  color: #ff4f7b;
}

.features-sub {
  margin: 10px 0 36px;
  font-size: 16px;
  font-weight: bold;
  color: #1a0a10;
  text-align: left;
}

.feature-tab-buttons {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 36px;
}

.tab-btn {
  min-width: 160px;
  padding: 14px;
  width: 280px;
  border: 1px solid #ff4f7b;
  border-radius: 999px;
  background: #fff;
  color: #ff4f7b;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-btn.active {
  background: #ff4f7b;
  color: #fff;
  outline: none;
}

.feature-tab-contents {
  position: relative;
  min-height: 520px;
}

.tab-content {
  text-align: left;
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}

.tab-content.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.feature-grid {
  justify-content: start;
  display: grid;
  gap: 36px 34px;
  text-align: left;
}

.feature-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px 34px;
  width: calc((100% - 68px) / 3 * 2 + 34px);
  margin: 0;
}

.feature-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 34px;
}

.feature-item {
  text-align: center;
}

.feature-item-image-wrap {
  position: relative;
  display: inline-block;
}

.feature-item-image-wrap > img {
  display: block;
  width: 100%;
  max-width: 230px;
  height: auto;
  margin: 0 auto;
}

.feature-badge {
  position: absolute;
  top: -14px;
  right: -14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-badge img {
  width: 50px;
  object-fit: contain;
}

.feature-item-text {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 700;
  color: #1a0a10;
}

.features-bottom-message {
  margin-top: 70px;
  text-align: center;
}

.features-bottom-title {
  display: inline-block;
  margin: 0 0 12px;
  font-size: 34px;
  font-weight: 700;
  color: #1a0a10;
  background: linear-gradient(transparent 65%, #fff2a6 65%);
}

.features-bottom-text {
  margin: 0;
  font-size: 14px;
  color: #1a0a10;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .feature {
        padding: 0px 0px 130px;
    }

  .features {
    padding: 48px 16px 40px;
  }

  .features-inner {
    max-width: 100%;
    margin: 0px;
  }

  .features-en {
    padding-left: 0;
    margin-bottom: 4px;
    font-size: 15px;
    letter-spacing: 0.08em;
  }

  .features-title {
    padding-left: 0;
    font-size: 28px;
    line-height: 1.35;
    margin-bottom: 8px;
  }

  .features-sub {
    padding-left: 0;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.6;
  }

  .feature-tab-buttons {
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 18px;
  }

  .tab-btn {
    min-width: 0;
    width: calc((100% - 16px) / 3);
    padding: 10px 4px;
    font-size: 11px;
    line-height: 1.2;
  }

  .feature-tab-contents {
    min-height: auto;
  }

  .tab-content {
    text-align: left;
  }

  .feature-grid {
    gap: 40px 15px;
  }

  .feature-grid-2,
  .feature-grid-3 {
    width: 100%;
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-item {
    text-align: center;
  }

  .feature-item-image-wrap > img {
    max-width: 100%;
    width: 100%;
  }

  .feature-badge {
    top: -10px;
    right: -6px;
  }

  .feature-badge img {
    width: 34px;
  }

  .feature-item-text {
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
  }

  .features-bottom-message {
    margin-top: 32px;
  }

  .features-bottom-title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 6px;
  }

  .features-bottom-text {
    font-size: 11px;
    line-height: 1.6;
  }
}

.flow-section {
  background: #fff4f8;
}

.flow-cv {
  background: linear-gradient(90deg, #f47aa4 0%, #ff245f 100%);
  padding: 58px 20px 52px;
  height: 320px;
}

.flow-cv-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.flow-cv-title {
  margin: 0;
  font-size: 50px;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
}

.flow-cv-time {
  margin: 30px;
  font-size: 20px;
  color: #fff;
}

.cv-btn {
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #fe507d;
  background-color: #fff;
  padding: 20px 50px;
  border-radius: 50px;
}


.flow-cv-btn:hover {
  opacity: 0.9;
}

.cv-btn .circle-icon {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  width: 45px;
  height: 30px;
  background-color: #fe507d;
  border-radius: 5%;
  margin: 5px;
}

.flow-content {
  padding: 90px 0px 100px;
}

.flow-content-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.flow-en {
  margin: 0 0 8px;
  color: #ff4f7b;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-align: left;
}

.flow-title {
  margin: 0;
  font-size: 45px;
  font-weight: bold;
  color: #000;
  text-align: left;
}

.flow-title span {
  color: #ff4f7b;
}

.flow-lead {
  margin: 10px 0 36px;
  font-size: 16px;
  font-weight: bold;
  color: #1a0a10;
  text-align: left;
}

.flow-lead-accent {
  color: #ff4f7b;
}

.flow-list {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  position: relative;
}

.flow-list::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 12%;
  width: 76%;
  height: 2px;
  background: #ff4f7b;
}

.flow-item {
  width: 25%;
  min-height: 220px;
  background: #fbe7ed;
  border-radius: 28px;
  padding: 38px 18px 24px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.flow-number {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 54px;
}

.flow-icon {
  width: 60px;
  object-fit: contain;
  margin-top: 15px;
}

.flow-item-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a0a10;
  padding-top: 10px;
}

.flow-item-text {
  margin: 0;
  font-size: 15px;
  color: #1a0a10;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .flow-cv {
    padding: 34px 16px 30px;
    height: auto;
  }

  .flow-cv-title {
    font-size: 25px;
    line-height: 1.7;
  }

  .flow-cv-time {
    margin: 10px 0 14px;
    font-size: 10px;
    line-height: 1.5;
  }

  .cv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 18px;
    font-size: 15px;
    border-radius: 999px;
    width: 250px;
    margin-top: 0;
  }

  .cv-btn .circle-icon {
    width: 34px;
    height: 23px;
    font-size: 15px;
    margin: 0;
  }

  .flow-content {
    padding: 40px 16px 54px;
  }

  .flow-content-inner {
    max-width: 100%;
    margin: 0;
  }

  .flow-en {
    padding-left: 0;
    margin-bottom: 4px;
    font-size: 15px;
  }

  .flow-title {
    padding-left: 0;
    font-size: 28px;
    line-height: 1.35;
    margin-bottom: 8px;
  }

  .flow-lead {
    padding-left: 0;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.7;
  }

  .flow-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 15px;
  }

  .flow-list::before {
    display: none;
  }

  .flow-item {
    width: 100%;
    min-height: 156px;
    border-radius: 20px;
    padding: 28px 10px 14px;
  }

  .flow-number {
    top: -12px;
    width: 40px;
  }

  .flow-number-icon {
    display: block;
    width: 40px;
    height: auto;
  }

  .flow-icon {
    width: 50px;
    margin-top: 6px;
  }

  .flow-item-title {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 8px;
  }

  .flow-item-text {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 4px;
  }
}

.plan {
  background: linear-gradient(180deg, #1a000b 0%, #2b000f 100%);
  padding: 120px 0px;
}

.plan-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.plan-en {
  margin: auto;
  color: #ff4f7b;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-align: left;
  padding-left: 60px;
}

.plan-title {
  margin: auto;
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  margin-bottom: 40px;
  padding-left: 60px;
}

.plan-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: stretch;
}

.plan-card {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  width: 310px;
  text-align: left;
  position: relative;
}

.plan-card.is-recommend {
  border: 2px solid #ff4f7b;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.plan-badge {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #ff4f7b;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 30px;
  border-radius: 10px;
}

.plan-name {
  font-size: 20px;
  font-weight: bold;
  color: #1a0a10;
  line-height: 1.5;
  text-align: center;
}

.plan-price {
  font-size: 28px;
  font-weight: bold;
  color: #1a0a10;
  margin-bottom: 15px;
  line-height: 1.4;
  text-align: center;
}

.plan-list {
  padding: 0;
  list-style: none;
}

.plan-list li {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: #1a0a10;
  margin-bottom: 10px;
  line-height: 1.7;
}

.plan-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 6px;
  border-left: 2px solid #ff6b9a;
  border-bottom: 2px solid #ff6b9a;
  transform: rotate(-45deg);
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .plan {
    padding: 60px 16px;
  }

  .plan-en {
    font-size: 15px;
    margin-bottom: 4px;
    padding-left: 0px;
  }

  .plan-title {
    font-size: 26px;
    margin-bottom: 24px;
    padding-left: 0px;
  }

  .plan-cards {
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }

  .plan-card {
    width: 280px;
    height: 300px;
    padding: 24px 20px;
  }

  .plan-card.is-recommend {
    margin-top: 20px;
  }

  .plan-price {
    font-size: 24px;
  }

  .plan-list li {
    font-size: 13px;
  }

  .plan-badge {
    padding: 6px 30px;
  }
}

.branding {
  background: #fff6f8;
  padding: 120px 20px;
}

.branding-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.branding-sub {
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
}

.branding-sub span {
  color: #ff4f7b;
  font-size: 20px;
  font-weight: 700;
}

.branding-title {
  font-size: 45px;
  font-weight: bold;
  color: #000;
  width: 100%;
  margin-bottom: 40px;
}

.branding-box {
  border: 1.5px solid #ff4f7b;
  border-radius: 20px;
  padding: 50px 40px;
  background: #fff;
}

.branding-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 40px;
}

.branding-top-left {
  width: 38%;
}

.branding-top-right {
  width: 62%;
}

.branding-lead {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
  line-height: 1.8;
  margin-left: 40px;
}

.highlight {
  background: linear-gradient(transparent 60%, #ffe88a 60%);
}

.branding-text {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 0;
  color: #000;
  text-align: left;
  margin-left: 50px;
}

.branding-items {
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin-left: 60px;
}

.branding-item {
  width: 25%;
  text-align: center;
}

.branding-icon {
  width: 80px;
  margin: 0 auto 10px;
  background: #ffe3ea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.branding-item h3 {
  font-size: 15px;
  color: #ff4f7b;
  margin-bottom: 8px;
  font-weight: bold;
}

.branding-item p {
  font-size: 15px;
  color: #000;
  text-align: left;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .branding {
    padding: 60px 16px;
  }

  .branding-sub {
    font-size: 12px;
    margin-bottom: 0;
  }

  .branding-sub span {
    font-size: 16px;
  }

  .branding-title {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .branding-box {
    padding: 24px 20px;
  }

  .branding-top {
    display: block;
    margin-bottom: 24px;
  }

  .branding-top-left,
  .branding-top-right {
    width: 100%;
  }

  .branding-lead {
    font-size: 20px;
    margin-bottom: 16px;
    text-align: left;
    margin-left: 0;
  }

  .branding-text {
    font-size: 13px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .branding-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
    margin: auto;
    width: 300px;
  }

  .branding-item {
    width: 100%;
  }

  .branding-icon {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }

  .branding-item h1 {
    font-size: 12px;
  }

  .branding-item p{
    font-size: 11px;
    margin-left: 10px;
  }
}

.faq {
  background: #ffecf1;
  padding: 110px 0px 120px;
}

.faq-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.faq-en {
  margin: auto;
  color: #ff4f7b;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-align: left;
  padding-left: 50px;
}

.faq-title {
  margin: auto;
  font-size: 45px;
  font-weight: bold;
  color: #000;
  text-align: left;
  padding-bottom: 50px;
  padding-left: 50px;
}

.faq-title span {
  color: #ff4f7b;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}

.faq-item {
  background: #fff;
  border-radius: 18px;
  padding: 22px 24px 20px;
  width: 1000px;
}

.faq-question {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #1a0a10;
  text-align: left;
}

.faq-answer {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
  color: #ff7da6;
  text-align: left;
}

@media screen and (max-width: 767px) {

  .faq {
    padding: 60px 16px 70px;
  }

  .faq-inner {
    max-width: 100%;
  }

  .faq-title {
    font-size: 22px;
    line-height: 1.4;
    padding-left: 0;
    padding-bottom: 20px;
    text-align: left;
  }

  .faq-en {
    padding-left: 0;
    font-size: 12px;
    margin-bottom: 6px;
  }

  .faq-list {
    gap: 12px;
  }

  .faq-item {
    width: 100%;
    padding: 16px 14px;
    border-radius: 14px;
  }

  .faq-question {
    font-size: 13px;
    line-height: 1.6;
  }

  .faq-answer {
    font-size: 12px;
    line-height: 1.7;
  }

}

/* フォーム */
.contact {
  background: #fff6f8;
  padding: 110px 20px 120px;
}

.contact-box {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.contact-en {
  font-size: 15px;
  margin: 0 0 6px;
  color: #ff4f7b;
  letter-spacing: 0.08em;
}

.contact-head2 {
  font-size: 45px;
  font-weight: 700;
  color: #000;
  width: 100%;
  margin: 0 0 40px;
  line-height: 1.3;
}

.contact-head2 span {
  color: #ff4f7b;
}

.contact-form-box {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 50px 30px;
  background: #fff;
  border: 1px solid #ffd5e2;
  border-radius: 22px;
  box-shadow: 0 6px 20px rgba(255, 79, 123, 0.08);
}

.wpcf7 {
  width: 100%;
}

.wpcf7 form {
  margin: 0;
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.wpcf7 .hidden-fields-container {
  display: none;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-form-control {
  box-sizing: border-box;
}

.wpcf7 form .wpcf7-response-output {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.contact-error-box {
  display: none;
  padding-top: 15px;
  color: #fb1f56;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

.contact-error-box.is-visible {
  display: block;
}

.contact-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 14px;
  text-align: left;
}

.contact-row label {
  font-size: 14px;
  font-weight: 700;
  color: #1a0a10;
  line-height: 1.6;
}

.contact-row label span {
  color: #ff4f7b;
  margin-left: 2px;
}

.contact-row input,
.contact-row select,
.contact-row textarea,
.wpcf7-form-control {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  background: #fafafa;
  color: #1a0a10;
  font-size: 14px;
  padding: 12px 14px;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.contact-row input::placeholder,
.contact-row textarea::placeholder {
  color: #b8b8b8;
}

.contact-row textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-row-textarea {
  align-items: start;
}

.contact-row select {
  appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #999 50%),
    linear-gradient(135deg, #999 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 2px),
    calc(100% - 12px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 40px;
}

.wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #dc3232;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  display: block;
}

.contact-row input.wpcf7-not-valid,
.contact-row select.wpcf7-not-valid,
.contact-row textarea.wpcf7-not-valid {
  border-color: #ff8cab;
  background: #fff7fa;
}

.contact-policy {
  margin: 18px 0 20px;
  text-align: center;
}

.contact-policy a {
  background: none;
  color: #ff8cab;
  padding: 0;
  border-radius: 0;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.contact-submit {
  text-align: center;
  margin-top: 18px;
}

.contact-submit-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  height: 60px;
  padding: 0 34px;
  background: linear-gradient(90deg, #f66f9e 0%, #ff4f7b 100%);
  border-radius: 999px;
  cursor: pointer;
}

.contact-submit-badge,
.contact-submit .wpcf7-submit {
  pointer-events: none;
}

.contact-submit-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  height: 36px;
  padding: 0 16px;
  background: #fff;
  color: #ff4f7b;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.contact-submit .wpcf7-submit,
input.wpcf7-form-control.wpcf7-submit.contact-btn {
  width: auto !important;
  min-width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  box-shadow: none !important;
  cursor: pointer;
}

.contact-submit .wpcf7-submit:focus,
.contact-submit .wpcf7-submit:focus-visible,
input.wpcf7-form-control.wpcf7-submit.contact-btn:focus,
input.wpcf7-form-control.wpcf7-submit.contact-btn:focus-visible {
  outline: none;
  box-shadow: none;
}

.contact-submit .wpcf7-submit:disabled,
input.wpcf7-form-control.wpcf7-submit.contact-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 0 0 12px;
  position: relative;
  vertical-align: middle;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 5px;
  height: 5px;
  border: none;
  border-radius: 100%;
  transform-origin: 6px 6px;
  animation: contact-spin 1000ms linear infinite;
}

@keyframes contact-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.wpcf7 form.sent .contact-error-box {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 60px 16px 70px;
  }

  .contact-en {
    margin-bottom: 4px;
    font-size: 15px;
  }

  .contact-head2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.35;
  }

  .contact-form-box {
    padding: 18px 16px 20px;
    border-radius: 18px;
  }

  .contact-row {
    grid-template-columns: 1fr;
    row-gap: 6px;
    margin-bottom: 12px;
  }

  .contact-row label {
    font-size: 12px;
  }

  .contact-row input,
  .contact-row select,
  .contact-row textarea {
    font-size: 12px;
    padding: 10px 12px;
  }

  .contact-row textarea {
    min-height: 96px;
  }

  .contact-policy {
    margin: 14px 0 18px;
  }

  .contact-policy a {
    font-size: 10px;
  }

  .contact-submit-wrap {
    min-width: 250px;
    height: 54px;
    padding: 0 20px;
    gap: 10px;
  }

  .contact-submit-badge {
    min-width: 46px;
    height: 24px;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 13px;
  }

  .contact-submit .wpcf7-submit,
  input.wpcf7-form-control.wpcf7-submit.contact-btn {
    font-size: 18px;
  }

  .contact-error-box,
  .contact-success-box {
    font-size: 12px;
    padding: 10px 12px;
  }
}

.thanks-logo {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10;
}

.thanks-logo img {
  width: 150px;
  height: auto;
  display: block;
}

.thanks {
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px 80px;
  background: #fff7fa;
  box-sizing: border-box;
  position: relative;
}

.thanks-inner {
  width: 100%;
  max-width: 900px;
  display: flex;
  justify-content: center;
}

.thanks-card {
  width: 100%;
  max-width: 720px;
  background: #ffffff;
  border: 1px solid #f1d9e2;
  border-radius: 24px;
  padding: 72px 40px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}

.thanks-icon {
  width: 72px;
  height: auto;
  margin: 0 0 28px;
  display: block;
}

.thanks-text {
  margin: 0 0 16px;
  font-size: 19px;
  line-height: 1.8;
  font-weight: 700;
  color: #1a0a10;
}

.thanks-subtext {
  margin: 0 0 36px;
  font-size: 14px;
  line-height: 1.8;
  color: #777777;
}

.thanks-link {
  display: inline-block;
  color: #ff4f7b;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s ease;
  background-color: #fff;
  width: 200px;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 767px) {
  .thanks {
    min-height: calc(100vh - 80px);
    padding: 24px 16px 48px;
  }

  .thanks-card {
    max-width: 100%;
    padding: 48px 20px;
    border-radius: 20px;
  }

  .thanks-icon {
    width: 60px;
    margin-bottom: 24px;
  }

  .thanks-text {
    font-size: 18px;
    line-height: 1.7;
  }

  .thanks-subtext {
    font-size: 13px;
    margin-bottom: 28px;
  }

  .sp-br {
    display: inline;
  }
}

body[data-post_name="thanks"] .top {
  display: none;
}

ol,
ul {
  list-style-type: none;
}

li {
  display: block;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: normal;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a:hover {
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]) a:hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  width: 100%;
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

/* ==============================
  base
============================== */
/******************
  font
*******************/
@font-face {
  font-family: 'TrajanProRegular';
  src: url("../font/trajan/trajanp0-webfont.eot");
  src: url("../font/trajan/trajanp0-webfont.eot?#iefix") format("embedded-opentype"), url("../font/trajan/trajanp0-webfont.woff") format("woff"), url("../font/trajan/trajanp0-webfont.ttf") format("truetype"), url("../font/trajan/trajanp0-webfont.svg#TrajanProRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
}

[class*="-en"] {
  font-family: "Futura", sans-serif;
  letter-spacing: 0.08em;
}

/* default */
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

body {
  -webkit-font-feature-settings: "pkna" 1;
  font-feature-settings: "pkna" 1;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background-color: #fff4f8;
  color: #fff;
  overflow-x: hidden;
}

svg {
  width: 100%;
}

figure {
  margin: 0;
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 2s;
  transition: all 2s;
}

.wpcf7 input[name="your_name"],
.wpcf7 input[name="your_mail"],
.wpcf7 input[name="your_kana"],
.wpcf7 input[name="your_tel"] {
  height: 36px !important;
  padding: 10px;
  min-width: 85px;
}
