@charset "utf-8";
* {
  box-sizing: border-box;
}
body {
  font-family: 'メイリオ';
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #333;
}
ul,
li,
dl,
dt,
dd,
h2,
h3,
p {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: all 0.5s ease-in-out;
}
img {
  max-width: 100%;
}
section {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}
.content-width {
  max-width: 1100px;
  margin: auto;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .content-width {
    padding: 0 20px;
  }
}
.insta-cover {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 420px;
  display: block;
}
@media screen and (max-width: 767px) {
  .insta-cover {
    min-height: 260px;
  }
}
.text-center {
  text-align: center;
}
.d-flex {
  display: flex;
}
.d-block {
  display: block;
  font-size: 16px;
  font-weight: 100;
}
.fz-32 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .fz-32 {
    font-size: 16px;
  }
}
.p-after {
  position: relative;
  font-size: 20px;
    font-weight: 100;

}
.p-after:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
}
.ttl-h2 {
  padding-left: 30px;
  margin-bottom: 40px;
  font-weight: normal;
}
.ttl-h2 .ttl-en {
  font-size: 32px;
}
.ttl-h2 .ttl-en:after {
  width: 20px;
  height: 1px;
  background: #4d4d4d;
  left: -30px;
}
@media screen and (max-width: 767px) {
  .ttl-h2 .ttl-en {
    font-size: 20px;
    font-weight: normal;
  }
}
.ttl-h2 .ttl-jp {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .ttl-h2 .ttl-jp {
    font-size: 12px;
    font-weight: normal;
  }
}
.btn {
  width: 266px;
  margin: 30px auto 0;
  position: relative;
  letter-spacing: 0.18em;
}
.btn a {
  position: relative;
  width: 266px;
  padding: 15px 0;
  text-align: center;
  background: #fff;
  border: 1px solid #818083;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .btn a {
    font-size: 13px;
  }
}
.btn.more:after {
  position: absolute;
  content: '';
}
.btn.more-right::after {
  width: 90%;
  height: 75%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: -8px;
  bottom: -8px;
}
.btn.more-right a:hover {
  transform: translate(8px,8px);
  background: #bfb8b3;
  color: #fff;
}
.btn.more-left::after {
  width: 90%;
  height: 75%;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  left: -8px;
  bottom: -8px;
}
.btn.more-left a:hover {
  transform: translate(-8px,8px);
  background: #bfb8b3;
  color: #fff;
}
.btn.arrow a:after {
  position: absolute;
  content: '';
  border-right: 1px solid #4d4d4d;
  border-top: 1px solid #4d4d4d;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
}
.btn.more-right a:after {
  width: 90%;
  height: 75%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: -8px;
  bottom: -8px;
}
.header {
  padding: 8px 20px;
  align-items: center;
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  z-index: 5;
}
.header .header-title {
  margin-right: 80px;
}
.header .header-title h1 {
  margin: 0;
}
.header .header-title h1 .header-ttl-en {
  /* font-family: "minion-pro", serif; */
  font-weight: 500;
}
.header .header-title h1 .header-ttl-jp {
  font-size: 11px;
  margin-left: 8px;
}
.header .header-title p {
  font-size: 11px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .header .header-title {
    display: none;
  }
  .header.is-show {
    background:#fff
  }
  .header.is-show .header-title {
    display: block;
  }
}
.header .header-navi {
  font-size: 15px;
  font-weight: normal;
}
.header .header-navi li {
  margin: 0 13px;
}
@media screen and (max-width: 1024px) {
  .header .header-navi {
    display: none;
  }
}
.header .header-menu {
  margin-left: auto;
  position: relative;
  z-index: 8;
  cursor: pointer;
  width: 32px;
  height: 26px;
}
.header .header-menu span {
  position: absolute;
  border-bottom: 2px solid #818083;
  width: 36px;
  display: block;
  right: 0;
  top: 12px;
  transition: all 0.2s ease-in-out;
}
.header .header-menu span:first-child {
  top: 0;
}
.header .header-menu span:last-child {
  bottom: 0;
}
.header .header-menu.active span:first-child {
  display: none;
}
.header .header-menu.active span:nth-child(2) {
  transform: rotate(45deg);
  top: 14px;
}
.header .header-menu.active span:last-child {
  transform: rotate(135deg);
  right: -6px;
  bottom: -3px;
}
@media screen and (max-width: 767px) {
  .header .header-menu {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}
.header .h-menu {
  position: absolute;
  height: 100vh;
  width: 25vw;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: all 0.3s 0.3s ease-in-out;
  z-index: 6;
  background: aliceblue;
  padding: 80px 40px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .header .h-menu {
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .header .h-menu {
    width: 100%;
    padding: 60px 30px 20px;
  }
}
.header .h-menu.active {
  transform: translateX(0);
}
.header .h-menu .h-menu-list li {
  line-height: 21px;
  margin-left: 36px;
  color: #4d4d4d;
  font-size: 20px;
  margin-bottom: 15px;
  letter-spacing: 1.5px;
}
.header .h-menu .h-menu-list li span {
  display: block;
  font-size: 12px;
  margin: -2px 0 0 30px;
}
@media screen and (max-width: 767px) {
  .header .h-menu .h-menu-list li {
    margin-bottom: 10px;
  }
}
.header .h-menu .h-menu-bg span {
  position: absolute;
  z-index: -1;
  animation: floating-y2 5s infinite linear 0.5s alternate-reverse;
}
.header .h-menu .h-menu-bg span img {
  animation: floating-y 15s ease-in-out infinite alternate-reverse;
}
.header .h-menu .h-menu-bg span.h-menu-bg-1 {
  top: 10%;
  left: 45%;
}
.header .h-menu .h-menu-bg span.h-menu-bg-2 {
  top: 80%;
  left: 60%;
  animation-delay: 0.3s;
}
.header .h-menu .h-menu-bg span.h-menu-bg-2 img {
  animation-delay: 0.3s;
}
.header .h-menu .h-menu-bg span.h-menu-bg-3 {
  top: 50%;
  right: 12%;
}
.header .h-menu .h-menu-bg span.h-menu-bg-3 img {
  animation-delay: 0.2s;
}
.header .h-menu .h-menu-bg span.h-menu-bg-4 {
  top: 30%;
  left: 40%;
}
.header .h-menu .h-menu-bg span.h-menu-bg-4 img {
  animation-delay: 0.5s;
}
.header .h-menu .h-menu-bg span.h-menu-bg-5 {
  top: 70%;
  left: 10%;
  animation-delay: 0.5s;
}
.header .h-menu .h-menu-bg span.h-menu-bg-5 img {
  animation-delay: 1s;
}
.header .h-menu .h-menu-bg span.h-menu-bg-6 {
  top: 8%;
  left: 20%;
}
.header .h-menu .h-menu-bg span.h-menu-bg-6 img {
  animation-delay: 0.6s;
}
.header .h-menu .h-menu-bg span.h-menu-bg-7 {
  top: 10%;
  right: 10%;
  animation-delay: 0.3s;
}
.header .h-menu .h-menu-bg span.h-menu-bg-8 {
  top: 15%;
  left: 15%;
}
.header .h-menu .h-menu-bg span.h-menu-bg-8 img {
  animation-delay: 0.4s;
}
.header .h-menu .h-menu-bg span.h-menu-bg-9 {
  top: 90%;
  left: 60%;
}
.header .h-menu .h-menu-bg span.h-menu-bg-10 {
  top: 35%;
  right: 18%;
}
.header .h-menu .h-menu-bg span.h-menu-bg-10 img {
  animation-delay: 0.5s;
}
.header .h-menu .h-menu-bg span.h-menu-bg-11 {
  top: 60%;
  left: 10%;
  animation-delay: 0.3s;
}
.header .h-menu .h-menu-bg span.h-menu-bg-12 {
  top: 50%;
  right: 10%;
}
.header .h-menu .h-menu-bg span.h-menu-bg-13 {
  top: 3%;
  left: 5%;
  animation-delay: 0.3s;
}
.header .h-menu .h-menu-bg span.h-menu-bg-14 {
  top: 35%;
  left: 5%;
}
.header .h-menu .h-menu-bg span.h-menu-bg-15 {
  top: 40%;
  right: 5%;
}
.header .h-menu .h-menu-bg span.h-menu-bg-16 {
  top: 80%;
  left: 50%;
}
.header .h-menu .h-menu-bg span.h-menu-bg-17 {
  top: 20%;
  left: 70%;
  animation-delay: 0.3s;
}
.header .h-menu .h-menu-bg span.h-menu-bg-18 {
  top: 22%;
  left: 75%;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 8px;
  }
  .header .header-title h1,
  .header .header-title p {
    display: inline-block;
    font-size: 10px;
  }
  .header .header-title .header-ttl-en {
    font-size: 20px;
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-5%) rotate(0deg);
  }
  25% {
    transform: translateY(-10%) rotate(20deg);
  }
  50% {
    transform: translateY(0%) rotate(40deg);
  }
  75% {
    transform: translateY(5%) rotate(20deg);
  }
  100% {
    transform: translateY(10%) rotate(0deg);
  }
}
@keyframes floating-y2 {
  0% {
    transform: translateY(-5%);
  }
  25% {
    transform: translateY(-10%);
  }
  50% {
    transform: translateY(0%);
  }
  75% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(10%);
  }
}
.main-image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main-image .pc-only {
    display: none;
  }
}
.main-image .sp-only {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-image .sp-only {
    display: none;
  }
  .main-image img {
    margin-top: 50px;
  }
}
.intro {
  padding: 30px 0;
  overflow: hidden;
}
.intro .intro-name {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .intro .intro-name {
    font-size: 15px;
  }
}

.intro .intro-title span {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .intro .intro-title span {
    font-size: 11px;
  }
}
.intro .intro-title span:nth-child(2) {
  /* font-family: "minion-pro", serif; */
  font-weight: 500;
  font-size: 75px;
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  .intro .intro-title span:nth-child(2) {
    font-size: 29px;
  }
}
.intro .intro-catch {
  font-size: 14px;
  /* animation: text-scroll 40s linear infinite; */
}
@media screen and (max-width: 767px) {
  .intro .intro-catch {
    font-size: 11px;
  }
}
@keyframes text-scroll {
  0% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.sec-lead {
  background-color: aliceblue;
  background-size: cover;
}
.sec-lead .content-width {
  position: relative;
}
.sec-lead-text {
  text-align: center;
  padding-bottom: 120px;
  overflow: hidden;
}
.sec-lead-text p:first-child {
  font-size: 27px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec-lead-text p:first-child {
    font-size: 16px;
  }
}
.marker{
  background: linear-gradient(transparent 50%, hsl(62, 100%, 50%) 50%);

}
.sec-lead-text p:last-child {
  font-size: 30px;
  
}
@media screen and (max-width: 767px) {
  .sec-lead-text p:last-child {
    font-size: 18px;
  }
}
.sec-lead-text::after {
  display: block;
  width: 1px;
  border-left: 1px #4d4d4d solid;
  animation: scroll 2.5s ease 0.5s infinite normal;
  margin: 0 auto 0;
  left: 0;
  right: 0;
  top: auto;
}
@keyframes scroll {
  0% {
    bottom: 90px;
    height: 0;
  }
  50% {
    bottom: 10px;
    height: 80px;
  }
  100% {
    bottom: 10px;
    height: 80px;
  }
}
.sec-lead-cont-1 {
  position: relative;
  z-index: 1;
}
.sec-lead-cont-1 p {
  line-height: 1.8rem;
  padding: 50px 0 0 50px;
}
@media screen and (max-width: 767px) {
  .sec-lead-cont-1 p {
    font-size: 16px;
    padding: 50px 0 0 0;
  }
}
.sec-lead-cont-1 .sec-lead-cont-1-img {
  opacity: 0;
  z-index: 2;
  width: 65%;
}
.sec-lead-cont-1 .sec-lead-cont-1-img.is-active {
  animation: fadeUpAnime 2.5s forwards;
}
@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.sec-lead-cont-2 {
  text-align: center;
  margin: 80px 0 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-lead-cont-2 {
    width: 100%;
  }
}
.sec-lead-cont-2 .sec-lead-cont-2-ttl {
  background: #fff;
  border: 1px solid #808080;
  position: relative;
  display: inline-block;
  padding: 18px 33px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec-lead-cont-2 .sec-lead-cont-2-ttl {
    width: 80%;
    margin: 20px auto 40px;
    display: block;
    text-align: center;
  }
}
.sec-lead-cont-2 .sec-lead-cont-2-ttl::before,
.sec-lead-cont-2 .sec-lead-cont-2-ttl::after {
  position: absolute;
  content: '';
  width: 90%;
  height: 75%;
}
.sec-lead-cont-2 .sec-lead-cont-2-ttl::before {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  left: -8px;
  top: -8px;
}
.sec-lead-cont-2 .sec-lead-cont-2-ttl::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: -8px;
  bottom: -8px;
}
.sec-lead-cont-2 ul li {
  margin-bottom: 16px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .sec-lead-cont-2 ul li {
    font-size: 14px;
  }
}
.sec-lead-cont-2 ul li span {
  padding-right: 20px;
}
.sec-lead-cont-2 ul li span img {
  width: 24px;
}
.sec-lead-cont-2 ul li span::after {
  border-left: 1px solid blue;
  transform: rotate(25deg);
  right: 8px;
}
/* .sec-lead-cont-2 ul li:nth-child(2) {
  margin-left: 5%;
}
.sec-lead-cont-2 ul li:nth-child(3) {
  margin-left: 10%;
}
.sec-lead-cont-2 ul li:nth-child(4) {
  margin-left: 15%;
}
.sec-lead-cont-2 ul li:nth-child(5) {
  margin-left: 20%;
}
.sec-lead-cont-2 ul li:nth-child(6) {
  margin-left: 25%;
} */
.sec-lead-cont-2-img {
  z-index: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 480px;
}
.sec-lead-cont-2-img.is-active {
  animation: fadeUpAnime 2.5s forwards;
}
@media screen and (max-width: 767px) {
  .sec-lead-cont-2-img {
    right: 0;
    width: 50%;
    display: none;
  }
  .sec-lead-cont-1 .sec-lead-cont-1-img{
    width: 100%;

  }
}
.sec-feature {
  padding: 60px 0;
}
.sec-feature h2 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: normal;
}
.sec-feature h2 ruby {
  font-size: 24px;
  margin-right: 5px;
  /* font-family: "minion-pro", serif; */
  font-weight: 600;
}
.sec-feature ul {
  justify-content: space-between;
  margin-bottom: 60px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .sec-feature ul {
    flex-direction: column;
  }
}
.sec-feature ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 30%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .sec-feature ul li {
    margin-bottom: 60px;
  }
}
.sec-feature ul li h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: normal;
}
.sec-feature ul li h3:after {
  border-bottom: 1px solid #818083;
  width: 100%;
  bottom: -8px;
  left: 0;
  right: 0;
}
.sec-feature ul li p {
  font-size: 16px;
  padding: 8px 15px;
}
@media screen and (max-width: 767px) {
  .sec-feature ul li p {
    text-align: center;
    font-size: 15px;
    /* letter-spacing: -1px; */
  }
}
.sec-feature ul li .feature-img {
  margin-top: auto;
}
.sec-feature ul li.is-active {
  animation: fadeUpAnime 2.5s forwards;
}
.sec-feature ul li:nth-child(2).is-active {
  animation-delay: 0.3s;
}
.sec-feature ul li:last-child.is-active {
  animation-delay: 0.6s;
}
@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.sec-plan {
  /* background: url(img/bg_plan.png) no-repeat; */
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sec-plan .content-width {
    padding: 0;
  }
}
.plan-cont {
  margin: 100px 0;
}
@media screen and (max-width: 767px) {
  .plan-cont {
    flex-direction: column;
    margin: 50px 0;
  }
}
.plan-cont .plan-ttlimg .plan-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plan-cont .plan-ttlimg .plan-title h3 {
  font-size: 30px;
  margin-top: 16px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .plan-cont .plan-ttlimg .plan-title {
    margin: 0 0 0 12px;
  }
  
  .plan-cont .plan-ttlimg .plan-title span {
    width: 40px;
    margin: 0 auto 5px;
  }
}
.plan-cont .plan-ttlimg .plan-img {
  margin: 0 20px;
  opacity: 0;
}
.plan-img img {
  border-radius: 60px 0 60px 0 ;
}
@media screen and (max-width: 767px) {
  .plan-cont .plan-ttlimg .plan-img {
    margin: 0 0 0 15px;
  }
}
.plan-cont .plan-ttlimg .plan-img.is-active {
  animation: fadeUpAnime 2.5s forwards;
}
.plan-cont .plan-detail {
  flex: 0 0 40%;
  letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
  .plan-cont .plan-detail {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
  }
}
.plan-cont .plan-included {
  border: 1px solid #999;
  padding: 7px;
  background: #fff;
}
.plan-cont .plan-included dl {
  font-size: 16px;
  padding: 1px;
  border-bottom: 1px solid #808080;
  align-items: center;
}
.plan-cont .plan-included dl img {
  width: 20px;
  height: 30px;
  margin-top: 10px;
}
.plan-cont .plan-included dl dt {
  flex: 0 0 30%;
  display: flex;
  align-items: center;
}
.plan-cont .plan-included dl dt span {
  width: 20px;
  margin-right: 8px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .plan-cont .plan-included {
    order: 1;
  }
  .plan-cont .plan-included dl {
    font-size: 14px;
  }
  .plan-cont .plan-included dl dt {
    flex: 0 0 41%;
  }
}
.plan-cont .plan-price {
  
  padding: 9px 0;
  color: #fff;
  background: #ECBB24;
  margin-top: 8px;
  border-radius: 30px;
  box-shadow: 2px 2px 4px gray;
}
.plan-cont .plan-price span {
  font-size: 35px;
  display: block;
    
   
   
    text-align: center;
}
@media screen and (max-width: 767px) {
  .plan-cont .plan-price {
    order: 0;
    margin: 16px 0;
  }
  .plan-cont .plan-price span {
    font-size: 30px;
    
    
  }
}
@media screen and (max-width: 1024px) {
  .plan-cont .plan-price span {
    font-size: 22px;
  }
}
.plan-cont.plan-02 .plan-title {
  order: 3;
}
@media screen and (max-width: 769px) {
  .plan-cont.plan-02 .plan-title {
    margin: 0 12px;
  }
}
.plan-cont.plan-02 .plan-img {
  order: 2;
}
@media screen and (max-width: 769px) {
  .plan-cont.plan-02 .plan-img {
    margin: 0 15px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .plan-cont.plan-02 .plan-ttlimg {
    order: 2;
  }
  .plan-cont.plan-02 .plan-detail {
    order: 0;
  }
}
.plan-cont.plan-location {
  position: relative;
}
@media screen and (min-width: 768px) {
  .plan-cont.plan-location {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .plan-cont.plan-location > div.d-flex {
    flex-direction: column;
  }
  .plan-cont.plan-location > div.d-flex p {
    font-size: 12px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 769px) {
  .plan-cont.plan-location .plan-price {
    position: absolute;
    bottom: -50px;
    width: 90%;
  }
}
.plan-cont .plan-photo ul li {
  flex: 0 0 18%;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .plan-cont .plan-photo ul li {
    height: 310px;
  }
}
@media screen and (max-width: 500px) {
  .plan-cont .plan-photo ul li {
    height: 105px;
  }
}
@media screen and (max-width: 420px) {
  .plan-cont .plan-photo ul li {
    height: 150px;
  }
}
.plan-cont .plan-photo ul li img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .plan-cont .plan-photo {
    position: absolute;
    bottom: 0;
    max-width: 1070px;
  }
}
@media screen and (max-width: 1100px) {
  .plan-cont .plan-photo {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .plan-cont .plan-photo {
    max-width: 100%;
    margin: 20px 0;
  }
}
.sec-insta {
  background: #818083;
  overflow: hidden;
}
.sec-insta .ttl-h2 .ttl-en {
  color: #fff;
}
.sec-insta .ttl-h2 .ttl-en:after {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec-insta iframe {
    height: 150px !important;
    width: 150% !important;
    margin-left: -20px;
  }
}
.sec-costume {
  background: #e7e4e2;
}
@media screen and (max-width: 767px) {
  .sec-costume .content-width > p {
    padding: 0 20px;
  }
}
.costume-cont {
  max-width: 950px;
  margin: 60px auto;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .costume-cont .costume-img {
    width: 40%;
  }
}
.costume-cont .costume-text {
  width: 65%;
  margin-left: 10%;
}
.costume-cont .costume-text h3 {
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: normal;
}
.costume-cont .costume-text h3 span {
  font-size: 20px;
  margin-left: 12px;
}
.costume-cont .costume-text p {
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  .costume-cont .costume-text {
    width: 50%;
    padding-right: 19px;
  }
  .costume-cont .costume-text h3 {
    font-size: 26px;
    margin-bottom: 20px;
    text-align: left;
    font-weight: normal;
  }
  .costume-cont .costume-text h3 span {
    font-size: 12px;
  }
  .costume-cont .costume-text p {
    font-size: 13px;
    line-height: 1.6rem;
  }
}
.costume-cont .costume-btn {
  position: relative;
  width: 266px;
  padding: 15px 0;
  text-align: center;
  background: #fff;
  border: 1px solid #818083;
  z-index: 1;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .costume-cont .costume-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    font-size: 12px;
    width: 50%;
    padding: 10px 0;
  }
}
.costume-cont .costume-btn::after {
  position: absolute;
  content: '';
  border-right: 1px solid #4d4d4d;
  border-top: 1px solid #4d4d4d;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
}
.costume-cont .costume-btn:hover {
  background: #818083;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .sec-costume .content-width {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .costume-cont {
    padding-bottom: 80px;
    font-size: 15px;
  }
}
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 10;
}
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
.modal-container .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 900px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .modal-container .modal-body {
    width: 96%;
  }
}
.modal-container .modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  right: 10px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #818083;
  cursor: pointer;
}
.modal-container .modal-content {
  background: #fff;
  text-align: left;
  padding: 60px 20px 20px 20px;
}
.modal-container .modal-tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  margin: 0 auto;
}
.modal-container .tab-list {
  border-bottom: 2px solid #999;
  display: flex;
  justify-content: center;
}
.modal-container .tab-list-item {
  width: 46%;
  height: 50px;
  background-color: #d9d9d9;
  border: #999;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  margin: 0 8px;
  position: relative;
  cursor: pointer;
}
.modal-container .tab-list-item.is-btn-active {
  background-color: #fff;
  border: 2px solid #999;
  border-bottom: none;
}
.modal-container .tab-list-item.is-btn-active::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  bottom: -2px;
  background: #fff;
  left: 0;
  z-index: 2;
}
.modal-container .tab-list-item:hover {
  opacity: 0.75;
}
.modal-container .tab-content {
  display: none;
  padding: 60px 40px 0;
  clear: both;
  overflow: hidden;
}
.modal-container .tab-content.is-contents-active {
  display: block;
}
.modal-container .tab-content ul {
  justify-content: space-between;
  flex-wrap: wrap;
}
.modal-container .tab-content ul li {
  flex: 0 0 30%;
}
@media screen and (max-width: 767px) {
  .modal-container .tab-content ul li {
    flex: 0 0 46%;
  }
}
@media screen and (max-width: 767px) {
  .modal-container .tab-content {
    padding: 20px 0 0;
  }
}
.location-ttl {
  margin-bottom: 30px;
  font-weight: normal;
}
.location-ttl span {
  margin-top: 5px;
  font-size: 18px;
  display: block;
}
@media screen and (max-width: 767px) {
  .location-ttl span {
    font-size: 12px;
  }
}
.location-text {
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .location-text {
    font-size: 16px;
  }
}
.location-place h3 {
  margin-bottom: 20px;
  padding-left: 40px;
  font-weight: normal;
}
.location-place h3:after {
  border-top: 1px solid #4d4d4d;
  width: 30px;
  height: 1px;
  left: 0;
}
.location-place li {
  padding: 0 8px;
}
.location-place li p {
  font-size: 17px;
  margin-top: 4px;
}
.location-place li p:before {
  content: '-';
}
.location-place li p:after {
  content: '-';
}
.location-place li.slick-slide {
  height: auto;
}
.location-place li img {
  width: 100%;
}
.sec-faq {
  /* background: aliceblue; */
}
.sec-faq .faq-list dl {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .sec-faq .faq-list dl {
    font-size: 15px;
  }
}
.sec-faq .faq-list dl dt,
.sec-faq .faq-list dl dd {
  border: 1px solid #818083;
  padding: 12px 12px 12px 40px;
  position: relative;
}
.sec-faq .faq-list dl dt:before,
.sec-faq .faq-list dl dd:before {
  position: absolute;
  left: 20px;
  top: 25%;
}
.sec-faq .faq-list dl dt {
  background: #fff;
  cursor: pointer;
}
.sec-faq .faq-list dl dt::before {
  content: '＋';
}
.sec-faq .faq-list dl dt.active.sec-faq .faq-list dl dt::before {
  content: '―';
}
.sec-faq .faq-list dl dd {
  background: #808080;
  color: #fff;
  display: none;
}
.sec-kids .btn {
  margin: 60px auto;
}
.sec-kids .btn.more-right::after {
  border-right: 1px solid #818083;
  border-bottom: 1px solid #818083;
}
.sec-kids .btn.more-left::after {
  border-left: 1px solid #818083;
  border-bottom: 1px solid #818083;
}
.sec-contact {
  background: aliceblue;
}
@media screen and (max-width: 767px) {
  .sec-contact .content-width > p {
    font-size: 15px;

  }
}
.sec-contact .btn-line {
  width: 367px;
  margin: 50px auto;
}
@media screen and (max-width: 767px) {
  .sec-contact .btn-line {
    width: 80%;
  }
}
.sec-contact .btn-line a {
  background: hwb(100 2% 20%);
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 12px 0;
}
.sec-contact .btn-line a img {
  width: 30px;
  margin-right: 8px;
}
.sec-contact .contact-form {
  max-width: 950px;
  margin: auto;
}
.sec-contact .contact-form dl {
  margin-bottom: 30px;
}
.sec-contact .contact-form dt {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .sec-contact .contact-form dt {
    font-size: 13px;
  }
}
.sec-contact .contact-form dt .form-ttl {
  display: inline-block;
  min-width: 120px;
}
.sec-contact .contact-form dt .required {
  background: #808080;
  color: #fff;
  padding: 0 20px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .sec-contact .contact-form dt .required {
    display: block;
    width: 70px;
    margin: 0 0 5px 0;
  }
}
.sec-contact .contact-form input[type="text"],
.sec-contact .contact-form textarea {
  /* font-family: 'Yu Mincho', Times, serif; */
  padding: 8px 20px;
  height: 54px;
  border: 1px solid #cecece;
  width: 100%;
  border-radius: 5px;
}
.sec-contact .contact-form textarea {
  height: 150px;
}
.sec-contact .contact-form input[type="submit"] {
  /* font-family: 'Yu Mincho', Times, serif; */
  cursor: pointer;
  background: blue;
  color: #fff;
  padding: 10px 0;
  width: 320px;
  border: none;
  margin: auto;
  display: block;
  font-size: 22px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .sec-contact .contact-form input[type="submit"] {
    font-size: 15px;
    width: 70%;
  }
}
.sec-menu h2 {
  margin-bottom: 30px;
  font-weight: normal;
}
.sec-menu h2 span::before,
.sec-menu h2 span::after {
  content: '';
  width: 270px;
  height: 1px;
  background: #4d4d4d;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sec-menu h2 span::before {
  left: -300px;
}
.sec-menu h2 span::after {
  right: -300px;
}
@media screen and (max-width: 767px) {
  .sec-menu h2 span::before,
  .sec-menu h2 span::after {
    width: 200%;
  }
  .sec-menu h2 span::before {
    left: -220%;
  }
  .sec-menu h2 span::after {
    right: -220%;
  }
}
.sec-menu ul {
  justify-content: center;
  margin: 16px auto;
  
  flex-wrap: wrap;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .sec-menu ul {
    justify-content: flex-start;
    font-size: 15px;
  }
}
.sec-menu ul li {
  font-size: 20px;
  margin: 0 16px;
}
@media screen and (max-width: 428px) {
  .sec-menu ul li {
    font-size: inherit;
    flex: 0 0 40%;
  }
}
.bottom-navi {
  background: #f9f9f8;
  padding: 30px 0;
}
.bottom-navi > div {
  justify-content: center;
}
.bottom-navi .btn {
  margin: 0 30px;
  font-size: 15px;
  width: auto;
}
@media screen and (max-width: 480px) {
  .bottom-navi .btn {
    flex: 0 0 35%;
    margin: 0 20px;
  }
}
@media screen and (min-width: 481px) {
  .bottom-navi .btn {
    min-width: 134px;
  }
}
.bottom-navi .btn a {
  width: auto;
  padding: 8px 20px;
}
.bottom-navi .btn a::after {
  width: 32px;
  height: 1px;
  border-bottom: 1px solid #4d4d4d;
  left: -16%;
}
.sp-menu-btn {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 7;
}
@media screen and (min-width: 768px) {
  .sp-menu-btn {
    display: none;
  }
}
.sp-menu-btn ul li {
  flex: 0 0 33.333%;
  text-align: center;
}
.sp-menu-btn ul li a {
  padding: 15px 0;
  font-size: 14px;
  border: 1px solid #999;
  background: #fff;
}
.sp-menu-btn ul li:first-child a {
  background: blue;
  color: #fff;
}
.sp-menu-btn ul li:last-child a {
  background: #333;
  color: #fff;
}
.footer {

  background: #4d4d4d;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.footer .footer-logo span:first-child {
  /* font-family: "minion-pro", serif; */
  font-size: 30px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .footer .footer-logo span:first-child {
    font-size: 24px;
  }
  .sec-lead-cont-2 .sec-lead-cont-2-ttl{
    font-size: 19px;
  }
  .footer {
  font-size: 11px;
}
}

.footer .footer-info {
  margin: 20px 0;
  justify-content: center;
}
.footer .footer-info p {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .footer .footer-info p span {
    display: block;
  }
}
.footer .footer-info ul {
  justify-content: center;
}
.footer .footer-info ul li {
  margin: 0 12px;
}
@media screen and (max-width: 767px) {
  .footer .footer-info ul {
    font-size: 12px;
    flex-direction: column;
    text-align: left;
  }
}
.footer .copy-right {
  margin-bottom: 30px;
}
.footer .copy-right span {
  margin-right: 15px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .footer .copy-right span {
    display: block;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .pcbr {
    display: block;
  }
  .spbr {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
.tate{
  text-combine-upright: all;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #fefefe;  /* モーダルウィンドウの背景色 */
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888888;
  width: 40%;  /* モーダルウィンドウの横幅 */
}
.modal-title {
  color: #800000; /* モーダルウィンドウの文字の色 */
  font-size: 18px; /* モーダルウィンドウの文字の大きさ */
  font-weight: bold;
  line-height: 200%;
  text-align: center;
}
.close-button {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.btn_cta img{
  max-width: 1000px;
  margin: auto;
  display: block;
 }
 .location-place{
   height: 300px;
 }
@media screen and (max-width: 767px) {
.modal-content {
  margin: 35% auto;
  width: 95%;  /* モーダルウィンドウの横幅 */
}
.btn_cta img{
  max-width: 350px;
}
}

/* インスタグラムセクションの装飾 */
.sec-insta {
  background: #f4f5ef; /* 塾サイトのトーンに合わせた薄い背景色 */
  position: relative;
  overflow: hidden;
}

.insta-content {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

.insta-inner {
  position: relative;
  min-height: 420px; /* 以前のサイトの設定を継承 */
}

/* 以前のサイトの特徴である「全面を覆う透明なカバー」 */
.insta-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  pointer-events: none; /* 下のiframe（写真）をクリックできるようにする */
  background: rgba(255, 255, 255, 0.1); /* 塾サイト用に透明度を調整 */
}

@media screen and (max-width: 767px) {
  .insta-inner {
    min-height: 260px;
  }
}

/* ボタンの調整：以前のサイトの「VIEW MORE」のデザイン */
.btn.more-right {
  margin-top: 30px;
}

.btn.more-right a {
  display: inline-block;
  padding: 15px 60px;
  background: #fff;
  border: 1px solid #736357;
  color: #736357;
  letter-spacing: 0.2em;
  font-size: 14px;
}

.btn.more-right a:hover {
  background: #736357;
  color: #fff;
}

/* 体験談カードのカスタマイズ */
.voice-card {
  position: relative;
  padding: 15px 0 30px; /* カード下の名前部分のスペース */
  background: #fff;
}

.voice-card-inner {
  position: relative;
  background: #fff;
  border: 2px solid #005bac; /* メインの青い枠線 */
  padding: 30px 20px;
  text-align: center;
  z-index: 1;
  min-height: 200px; /* 高さを統一 */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 背景の黄色い装飾（ずらした枠線） */
.voice-card-inner::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  border: 2px solid #f9d800; /* 黄色の枠線 */
  z-index: -1;
}

/* 背景の水色グラデーションとドット装飾（擬似要素） */
.voice-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(#afeeee 20%, transparent 20%), 
              linear-gradient(45deg, #e0ffff 0%, #fff 100%);
  background-size: 10px 10px, 100% 100%; /* ドットのサイズ */
  z-index: 0;
  opacity: 0.6;
}

/* カード内のタイトル */
.voice-card-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

.voice-card-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  border-bottom: 1px dotted #999;
}

/* カード内の本文 */
.voice-card-text {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  text-align: left;
}

/* カード下の学年・名前 */
.voice-card-footer {
  font-size: 13px;
  margin-top: 15px;
  color: #666;
  text-align: center;
}

/* スライダー内の余白調整 */
.location-img li {
  padding: 10px 15px; /* カード間の隙間 */
}

/* レスポンシブ調整 */
@media screen and (max-width: 767px) {
  .voice-card-inner {
    min-height: 180px;
    padding: 20px 15px;
  }
  .voice-card-title {
    font-size: 16px;
  }
  .voice-card-text {
    font-size: 13px;
  }
}

/* レイアウトの基本調整 */
.sec-lead-row {
  align-items: center;
  margin-bottom: 80px;
  gap: 40px;
}

.sec-lead-row.row-reverse {
  flex-direction: row-reverse;
}

.sec-lead-cont-1, .sec-lead-cont-2 {
  flex: 1;
  margin: 0 !important; /* 既存の余白をリセット */
  text-align: left !important;
}

.sec-lead-img-wrap {
  flex: 1;
  opacity: 0;
  transform: translateX(30px);
  transition: all 1.0s ease-out;
}

.sec-lead-row.row-reverse .sec-lead-img-wrap {
  transform: translateX(-30px);
}

/* アニメーション発火時 */
.sec-lead-img-wrap.is-active {
  opacity: 1;
  transform: translateX(0);
}

.sec-lead-img-wrap img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* リストの装飾を画像と重ならないように調整 */
.sec-lead-cont-2 ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px !important;
}

.sec-lead-cont-2 ul li span {
  
  margin-right: 15px;
}

/* スマホ用調整 */
@media screen and (max-width: 767px) {
  .sec-lead-row {
    flex-direction: column !important;
    gap: 20px;
    margin-bottom: 50px;
  }
  .sec-lead-img-wrap {
    order: -1; /* スマホでは画像を先に表示 */
    transform: translateY(20px) !important;
  }
  .sec-lead-img-wrap.is-active {
    transform: translateY(0) !important;
  }
}

/* 体験談カード全体 */
.voice-card {
  position: relative;
  padding: 10px 0 40px;
  background: transparent;
}

.voice-card-inner {
  position: relative;
  background: #fff;
  padding: 40px 25px;
  text-align: left;
  z-index: 1;
  min-height: 220px;
  display: flex;
  align-items: center;
  border-width: 3px;
  border-style: solid;
}

/* 枠の後ろのずれた背景（ドット） */
.voice-card-inner::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: radial-gradient(rgba(0,0,0,0.1) 15%, transparent 15%);
  background-size: 8px 8px;
}

/* 各色の設定 */
/* ブルー */
.voice-card.-blue .voice-card-inner { border-color: #00a0e9; }
.voice-card.-blue .voice-card-inner::before { background-color: #e0f2ff; color: #00a0e9; }

/* グリーン */
.voice-card.-green .voice-card-inner { border-color: #70b33b; }
.voice-card.-green .voice-card-inner::before { background-color: #f0f9e8; color: #70b33b; }

/* オレンジ */
.voice-card.-orange .voice-card-inner { border-color: #f39800; }
.voice-card.-orange .voice-card-inner::before { background-color: #fff7e6; color: #f39800; }

/* 本文テキスト */
.voice-card-text {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

/* 下側の学年・保護者テキスト */
.voice-card-footer {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
  color: #555;
}

/* スライダーの間隔調整 */
.location-img li {
  padding: 0 15px;
}

/* 既存の .plan-title h3 を上書き、または追記 */
.plan-cont .plan-ttlimg .plan-title h3 {
  font-size: 30px;
  margin-top: 16px;
  line-height: 1.2;
  font-weight: bold;
  
  /* 縦書き設定 */
  writing-mode: vertical-rl;
  /* 英字を寝かせずに正立させる */
  text-orientation: upright;
  /* 文字の間隔を少し広げると読みやすくなります */
  letter-spacing: 0.1em;
}

/* 算数・数学の「・」などがずれる場合の微調整 */
.plan-cont .plan-ttlimg .plan-title h3 br {
  display: block;
  content: "";
  margin: 10px 0;
}

/* 体験談カード全体のレイアウト調整 */
.voice-card-inner {
  position: relative;
  background: #fff;
  padding: 30px 25px; /* 上下の余白を微調整 */
  text-align: left;
  z-index: 1;
  min-height: 250px; /* テキストを含めるため少し高さを確保 */
  display: flex;
  flex-direction: column; /* 縦並びに設定 */
  justify-content: space-between; /* 本文と学年を上下に振り分け */
  border-width: 3px;
  border-style: solid;
}

/* 枠内の本文テキスト */
.voice-card-text {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 20px;
}

/* 枠内の学年・保護者テキスト */
.voice-card-footer {
  font-size: 13px;
  font-weight: bold;
  text-align: right; /* 枠内で右寄せにするとバランスが良いです */
  color: #666;
  border-top: 1px dotted #ccc; /* 本文との仕切り線 */
  padding-top: 10px;
  margin-top: auto; /* 下部に固定 */
}

/* 各色の設定（以前の修正を継承） */
.voice-card.-blue .voice-card-inner { border-color: #00a0e9; }
.voice-card.-blue .voice-card-inner::before { background-color: #e0f2ff; }

.voice-card.-green .voice-card-inner { border-color: #70b33b; }
.voice-card.-green .voice-card-inner::before { background-color: #f0f9e8; }

.voice-card.-orange .voice-card-inner { border-color: #f39800; }
.voice-card.-orange .voice-card-inner::before { background-color: #fff7e6; }

/* 体験談カード内のレイアウト調整 */
.voice-card-inner {
  position: relative;
  background: #fff;
  padding: 40px 30px; /* 余白を多めにとって読みやすく */
  text-align: center; /* コメントのみなので中央揃えが綺麗です */
  z-index: 1;
  min-height: 200px; /* 枠の最低限の高さを確保 */
  display: flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: center; /* 水平方向の中央揃え */
  border-width: 3px;
  border-style: solid;
}

/* 本文テキストのスタイル */
.voice-card-text {
  font-size: 16px; /* 少し大きめに設定 */
  line-height: 1.8;
  color: #333;
  margin-bottom: 0; /* フッターがないのでマージン不要 */
}

/* 不要になったため削除またはコメントアウト */
.voice-card-footer {
  display: none;
}

/* 体験談カードのレイアウト（中央揃え・フッターなし） */
.voice-card-inner {
  position: relative;
  background: #fff;
  padding: 40px 30px;
  text-align: center; /* テキストを中央揃え */
  z-index: 1;
  min-height: 240px; /* 内容に合わせて高さを確保 */
  display: flex;
  align-items: center; /* 垂直方向中央 */
  justify-content: center; /* 水平方向中央 */
  border-width: 3px;
  border-style: solid;
}

.voice-card-text {
  font-size: 15px; /* 読みやすいサイズ */
  line-height: 1.8;
  color: #333;
  margin-bottom: 0;
}

/* ドット背景の擬似要素はそのまま維持 */
.voice-card-inner::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: radial-gradient(rgba(0,0,0,0.1) 15%, transparent 15%);
  background-size: 8px 8px;
}

/* 3色のクラス設定 */
.voice-card.-blue .voice-card-inner { border-color: #00a0e9; }
.voice-card.-blue .voice-card-inner::before { background-color: #e0f2ff; }

.voice-card.-green .voice-card-inner { border-color: #70b33b; }
.voice-card.-green .voice-card-inner::before { background-color: #f0f9e8; }

.voice-card.-orange .voice-card-inner { border-color: #f39800; }
.voice-card.-orange .voice-card-inner::before { background-color: #fff7e6; }

/* 体験談カードの最終調整 */
.voice-card-inner {
  position: relative;
  background: #fff;
  padding: 40px 30px;
  text-align: center;
  z-index: 1;
  min-height: 260px; /* 全体の高さを揃えるため少し高めに設定 */
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 3px;
  border-style: solid;
}

.voice-card-text {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

/* Slickスライダーの左右余白 */
.location-img li {
  padding: 0 15px;
  outline: none;
}
/* --- Instagram埋め込みセクション専用（他と干渉しない独自のクラス名） --- */
.sec-instagram-embed {
  background: #f0f8ff !important; /* 背景色 */
  padding: 80px 0 !important;
  text-align: center !important;
  overflow: hidden !important;
  width: 100% !important;
}

.insta-header {
  margin-bottom: 40px !important;
}

.insta-en {
  display: block !important;
  color: #fff !important;
  font-size: 32px !important;
  font-family: serif !important;
  position: relative !important;
}

.insta-en::after {
  content: "" !important;
  position: absolute !important;
  bottom: -5px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 40px !important;
  height: 1px !important;
  background: #fff !important;
}

.insta-jp {
  display: block !important;
  color: #fff !important;
  font-size: 14px !important;
  margin-top: 15px !important;
  letter-spacing: 0.1em !important;
}

.insta-widget-container {
  position: relative !important;
  z-index: 1 !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
}

.insta-iframe {
  border: none !important;
  overflow: hidden !important;
  width: 100% !important;
  height: 320px !important;
}

/* クリックをインスタへ飛ばすための透明カバー */
.insta-click-overlay {
  position: absolute !important;
  top: 100px !important;
  left: 0 !important;
  width: 100% !important;
  height: 320px !important;
  z-index: 10 !important;
  display: block !important;
}

.insta-btn-wrap {
  margin-top: 40px !important;
}

.insta-view-more {
  display: inline-block !important;
  width: 260px !important;
  padding: 15px 0 !important;
  background: #fff !important;
  border: 1px solid #333 !important;
  color: #333 !important;
  font-weight: bold !important;
  letter-spacing: 0.2em !important;
  position: relative !important;
}

/* ボタンの装飾線 */
.insta-view-more::after {
  content: "" !important;
  position: absolute !important;
  border-right: 1px solid #333 !important;
  border-bottom: 1px solid #333 !important;
  width: 100% !important;
  height: 100% !important;
  right: -8px !important;
  bottom: -8px !important;
  pointer-events: none !important;
}
.header .header-title h1 img{
  vertical-align: sub;
  width: 40px;
}

/* スマホ対応 */
@media screen and (max-width: 767px) {
  .sec-instagram-embed {
    padding: 50px 0 !important;
  }
  .insta-iframe, .insta-click-overlay {
    height: 150px !important;
  }
  .header {
  padding: 0px 20px;
}
.logo_f{
  font-size: 16px;
  vertical-align: middle;
}
.header .header-title h1 img {
    vertical-align: middle;
    width: 40px;
}
.plan-cont .plan-ttlimg .plan-title h3 {
    font-size: 17px;
    margin-top: -5px;
    font-weight: normal;
  }
}
